:root {
  --brand-50: #f6f4fa;
  --brand-100: #ece8f4;
  --brand-200: #d8d1ea;
  --brand-400: #9c8dc3;
  --brand-500: #5f4b8b;
  --brand-600: #4a3a70;
  --brand-700: #3d2f5d;
  --brand-900: #241d34;
  --ink-900: #141322;
  --ink-700: #3b3950;
  --ink-600: #55536b;
  --ink-500: #6b6880;
  --ink-300: #b4b2c2;
  --ink-200: #dedce8;
  --ink-100: #efeef5;
  --ink-50: #f8f7fb;
  --success: #0f7b6c;
  --danger: #b3261e;
  --surface: #fff;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow: 0 24px 60px -34px rgba(95, 75, 139, .46);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-700);
  background: var(--surface);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--brand-600); text-underline-offset: 3px; }
a:hover { color: var(--brand-700); }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--brand-400); outline-offset: 3px; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 100;
  background: #fff; padding: 10px 16px; border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid rgba(222, 220, 232, .8);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}
.header-row { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ink-900); text-decoration: none; white-space: nowrap;
}
.brand-mark {
  display: grid; place-items: center; width: 46px; height: 46px; padding: 4px;
  background: #fff; border: 1px solid var(--brand-100); border-radius: 13px;
  box-shadow: 0 10px 24px -18px rgba(20,19,34,.55);
}
.brand-mark img { width: 38px; height: 38px; object-fit: contain; }
.brand-copy strong { display: block; font: 700 17px/1.1 var(--display); }
.brand-copy small { display: block; color: var(--ink-500); font-size: 11px; }
.nav { margin-left: auto; display: flex; gap: 22px; align-items: center; }
.nav a { color: var(--ink-700); text-decoration: none; font-size: 14px; }
.nav a:hover { color: var(--brand-600); }
.phone { white-space: nowrap; font-weight: 700; text-decoration: none; color: var(--ink-900); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 22px; border: 1px solid transparent;
  border-radius: var(--radius-sm); color: #fff; background: var(--brand-500);
  box-shadow: 0 14px 28px -20px rgba(95, 75, 139, .9);
  font-weight: 700; text-decoration: none; cursor: pointer;
  transition: .18s ease;
}
.button:hover { color: #fff; background: var(--brand-600); transform: translateY(-1px); }
.button.secondary { color: var(--brand-700); background: #fff; border-color: var(--brand-200); box-shadow: none; }
.button.secondary:hover { background: var(--brand-50); }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 24%, rgba(156, 141, 195, .24), transparent 28%),
    radial-gradient(circle at 72% 78%, rgba(95, 75, 139, .12), transparent 26%),
    linear-gradient(180deg, #fff, var(--brand-50));
  border-bottom: 1px solid var(--brand-100);
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 48px; padding: 70px 0 68px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--brand-600); font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink-900); font-family: var(--display); line-height: 1.14; text-wrap: balance; }
h1 { margin: 0; max-width: 840px; font-size: clamp(39px, 5vw, 65px); letter-spacing: -.035em; }
h2 { margin: 0 0 20px; font-size: clamp(30px, 3.2vw, 43px); letter-spacing: -.025em; }
h3 { margin: 0 0 12px; font-size: 23px; }
.lead { max-width: 750px; margin: 24px 0 0; color: var(--ink-600); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-card {
  position: relative; min-height: 390px; overflow: hidden;
  border-radius: 34px; color: #fff;
  background: var(--brand-900);
  box-shadow: 0 45px 90px -46px rgba(61, 47, 93, .85);
}
.hero-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(24,18,35,.88)); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-location { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; gap: 13px; align-items: center; }
.hero-location > span:last-child { display: grid; color: rgba(255,255,255,.86); line-height: 1.3; }
.hero-location strong { color: #fff; font: 700 25px/1.1 var(--display); }
.hero-location small { margin-top: 4px; font-size: 12px; }
.hero-emblem { display: grid; place-items: center; width: 58px; height: 58px; padding: 5px; flex: 0 0 auto; background: rgba(255,255,255,.94); border-radius: 16px; box-shadow: 0 12px 30px -18px #000; }
.hero-emblem img { width: 48px; height: 48px; object-fit: contain; }
.crumbs { padding: 18px 0 0; color: var(--ink-500); font-size: 13px; }
.crumbs a { color: inherit; }
.section { padding: 86px 0; }
.section.muted { background: var(--ink-50); }
.section.deep {
  color: rgba(255,255,255,.8);
  background:
    radial-gradient(circle at 15% 0, rgba(156, 141, 195, .26), transparent 35%),
    linear-gradient(135deg, var(--brand-900), #191421);
}
.section.deep h2, .section.deep h3 { color: #fff; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head p { margin: 0; color: var(--ink-600); font-size: 18px; }
.answer-box {
  display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start;
  padding: 25px; border: 1px solid var(--brand-200); border-radius: var(--radius-md);
  background: #fff; box-shadow: var(--shadow);
}
.answer-icon {
  display: grid; place-items: center; width: 44px; height: 44px;
  color: var(--brand-700); background: var(--brand-100); border-radius: 13px;
  font: 700 20px/1 var(--display);
}
.answer-box p { margin: 0; font-size: 18px; }
.city-section { padding-top: 12px; }
.city-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.city-photo-card { position: relative; min-height: 410px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 34px 80px -44px rgba(20,19,34,.65); }
.city-photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.city-photo-card:after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(20,19,34,.72)); }
.city-photo-card figcaption { position: absolute; z-index: 1; left: 22px; bottom: 18px; color: #fff; font-size: 13px; }
.city-copy > p:not(.eyebrow) { margin-bottom: 24px; color: var(--ink-600); font-size: 18px; }
.local-facts { display: flex; gap: 9px; flex-wrap: wrap; margin: 0 0 26px; }
.local-facts span { padding: 8px 12px; border: 1px solid var(--brand-200); border-radius: 999px; color: var(--brand-700); background: var(--brand-50); font-size: 13px; font-weight: 700; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card {
  padding: 26px; border: 1px solid var(--ink-200); border-radius: var(--radius-md);
  background: #fff; box-shadow: 0 16px 44px -36px rgba(20,19,34,.55);
}
.card p:last-child { margin-bottom: 0; }
.checklist { list-style: none; margin: 0; padding: 0; counter-reset: list; }
.checklist li { position: relative; padding: 16px 0 16px 48px; border-bottom: 1px solid var(--ink-100); }
.checklist li:last-child { border-bottom: 0; }
.checklist li:before {
  counter-increment: list; content: counter(list);
  position: absolute; left: 0; top: 13px; display: grid; place-items: center;
  width: 31px; height: 31px; border-radius: 10px; color: var(--brand-700); background: var(--brand-100);
  font-weight: 800; font-size: 13px;
}
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps; }
.step { padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-md); background: rgba(255,255,255,.05); }
.step:before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 30px; color: var(--brand-400); font-weight: 800; }
.table-wrap { overflow-x: auto; border: 1px solid var(--ink-200); border-radius: var(--radius-md); }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--ink-100); vertical-align: top; }
th { color: var(--ink-900); background: var(--brand-50); font-size: 13px; }
tr:last-child td { border-bottom: 0; }
.notice { margin-top: 18px; color: var(--ink-500); font-size: 13px; }
.faq { border-top: 1px solid var(--ink-200); }
.faq details { border-bottom: 1px solid var(--ink-200); }
.faq summary { cursor: pointer; padding: 22px 42px 22px 0; color: var(--ink-900); font-weight: 750; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { max-width: 820px; margin: -8px 0 22px; color: var(--ink-600); }
.source-list { padding-left: 20px; }
.source-list li { margin-bottom: 9px; }
.related { display: flex; gap: 10px; flex-wrap: wrap; }
.related a { padding: 9px 13px; border: 1px solid var(--ink-200); border-radius: 999px; color: var(--ink-700); text-decoration: none; font-size: 13px; background: #fff; }
.related a:hover { border-color: var(--brand-400); color: var(--brand-700); }
.form-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.local-badge { display: inline-flex; gap: 10px; align-items: center; margin-bottom: 24px; padding: 8px 12px 8px 8px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 15px; font-size: 13px; font-weight: 700; }
.local-badge img { width: 40px; height: 40px; padding: 3px; object-fit: contain; background: #fff; border-radius: 10px; }
.lead-form { display: grid; gap: 15px; padding: 28px; border-radius: var(--radius-lg); background: #fff; color: var(--ink-700); }
.field { display: grid; gap: 7px; }
.field label { color: var(--ink-700); font-weight: 700; font-size: 13px; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px;
  color: var(--ink-900); background: #fff; border: 1px solid var(--ink-200); border-radius: 11px;
}
.field textarea { min-height: 90px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; color: var(--ink-500); }
.consent input { margin-top: 4px; }
.newsletter-section { color: #fff; background: linear-gradient(135deg, #32233f, #542b55); }
.newsletter-section .eyebrow { color: #dfb9d2; }
.newsletter-section h2 { color: #fff; }
.newsletter-section p { color: rgba(255,255,255,.76); }
.newsletter-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.newsletter-form { position: relative; display: grid; gap: 12px; padding: 26px; color: var(--ink-700); background: #fff; border-radius: var(--radius-lg); }
.newsletter-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }
.newsletter-row .button { min-height: 50px; }
.newsletter-form .consent { color: var(--ink-500); }
.form-status { min-height: 24px; margin: 0; font-size: 13px; }
.form-status.error { color: var(--danger); }
.form-status.success { color: var(--success); }
.newsletter-success {
  display: grid; place-items: center; gap: 12px; min-height: 210px; padding: 28px;
  color: var(--ink-700); text-align: center;
}
.newsletter-success-icon {
  display: grid; place-items: center; width: 58px; height: 58px;
  color: #fff; background: var(--success); border-radius: 50%; font-size: 30px; font-weight: 800;
}
.newsletter-success strong { color: var(--ink-900); font-size: clamp(24px, 3vw, 34px); line-height: 1.15; }
.newsletter-success span:last-child { max-width: 390px; color: var(--ink-500); font-size: 16px; line-height: 1.5; }
.hp { position: absolute !important; left: -10000px !important; }
.editorial-note { padding: 17px 20px; border-left: 4px solid var(--brand-400); background: var(--brand-50); border-radius: 0 12px 12px 0; }
.site-footer { padding: 48px 0; color: rgba(255,255,255,.7); background: #17131f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 36px; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer a { color: #fff; }
.footer-links { display: grid; gap: 8px; align-content: start; }
.legal { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.media-credits { margin-top: 10px; color: rgba(255,255,255,.46); font-size: 11px; }
.media-credits a { color: rgba(255,255,255,.68); }
.cookie-gate-pending { overflow: hidden; }
.cookie-gate-pending > :not([data-cookie]):not(script) { pointer-events: none; user-select: none; }
.cookie {
  position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center;
  padding: 18px; background: rgba(20, 16, 26, .72); backdrop-filter: blur(8px);
}
.cookie[hidden] { display: none; }
.cookie-dialog { width: min(430px, 100%); padding: 30px; text-align: center; border: 1px solid var(--ink-200); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 30px 100px rgba(20,19,34,.45); }
.cookie-dialog h2 { margin-bottom: 10px; }
.cookie-dialog p { margin: 0 0 22px; color: var(--ink-600); }
.cookie-dialog .button { width: 100%; }
@media (max-width: 960px) {
  .nav { display: none; }
  .phone { margin-left: auto; }
  .hero-grid, .form-wrap, .city-grid, .newsletter-wrap { grid-template-columns: 1fr; }
  .hero-card { min-height: 320px; }
  .grid-3, .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-row { min-height: 66px; }
  .brand-copy small, .phone { display: none; }
  .hero-grid { padding: 48px 0; gap: 30px; }
  h1 { font-size: 38px; }
  .hero-card { min-height: 250px; border-radius: 24px; }
  .hero-location { left: 16px; right: 16px; bottom: 15px; }
  .hero-location strong { font-size: 21px; }
  .hero-location small { font-size: 11px; }
  .city-photo-card { min-height: 300px; }
  .section { padding: 62px 0; }
  .grid-2, .grid-3, .steps, .form-row, .footer-grid, .newsletter-row { grid-template-columns: 1fr; }
  .answer-box { grid-template-columns: 1fr; }
  .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
