:root {
  --navy-950: #080e1d;
  --navy-900: #0c1427;
  --navy-800: #162442;
  --navy-700: #243456;
  --blue-500: #3d5080;
  --gold-700: #815922;
  --gold-600: #9a7035;
  --gold-400: #b59669;
  --gold-200: #dbc8aa;
  --ivory: #f7f5f2;
  --sand: #eee8df;
  --white: #ffffff;
  --ink: #101725;
  --muted: #657084;
  --success: #17613f;
  --error: #a52424;
  --border: rgba(12, 20, 39, 0.13);
  --shadow: 0 24px 70px rgba(8, 14, 29, 0.15);
  --shadow-small: 0 14px 35px rgba(8, 14, 29, 0.11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --container: 1180px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--gold-600); }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 3px; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000;
  padding: 12px 18px; color: var(--white); background: var(--navy-950);
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-sm { padding: 76px 0; }
.section-dark { color: var(--white); background: var(--navy-950); }
.section-ivory { background: var(--ivory); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 16px;
  color: var(--gold-600); font-size: .78rem; font-weight: 800;
  letter-spacing: .16em; line-height: 1.2; text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 2px; content: ""; background: currentColor; }
.section-dark .eyebrow { color: var(--gold-400); }
h1, h2, h3, h4 {
  margin: 0; color: var(--navy-950); font-family: "League Spartan", Arial, sans-serif;
  font-weight: 700; line-height: .98; letter-spacing: -.035em;
}
.section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }
h1 { font-size: clamp(3.25rem, 7.4vw, 6.65rem); }
h2 { font-size: clamp(2.45rem, 5vw, 4.35rem); }
h3 { font-size: clamp(1.45rem, 2vw, 1.9rem); line-height: 1.06; }
p { margin: 0 0 18px; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.24rem); line-height: 1.72; }
.section-dark .lead { color: rgba(255,255,255,.72); }
.section-heading { max-width: 730px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow::before { display: none; }
.section-heading.center .eyebrow::after { width: 34px; height: 2px; content: ""; background: currentColor; }
.line-label { display: flex; align-items: center; gap: 15px; }
.line-label::before, .line-label::after { width: 55px; height: 2px; content: ""; background: var(--gold-600); }

.top-offer {
  position: relative; z-index: 80; color: var(--white); background: var(--gold-700);
  font-size: .82rem; font-weight: 700; letter-spacing: .04em;
}
.top-offer .container { display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 14px; text-align: center; }
.top-offer a { text-decoration: underline; text-underline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 70; height: var(--header-height);
  background: rgba(255,255,255,.97); border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px); transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 8px 28px rgba(8,14,29,.09); }
.nav-wrap { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; overflow: visible; }
.brand-mark { display: block; width: 174px; height: auto; max-height: 50px; object-fit: contain; object-position: center; }
.brand-copy { display: none; line-height: 1; }
.brand-name { color: var(--navy-950); font-family: "League Spartan", Arial, sans-serif; font-size: 1.42rem; font-weight: 800; letter-spacing: .02em; }
.brand-tag { margin-top: 5px; color: var(--gold-700); font-size: .57rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 29px; }
.desktop-nav > a:not(.btn) { position: relative; padding: 28px 0 25px; color: #364052; font-size: .83rem; font-weight: 750; }
.desktop-nav > a:not(.btn)::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; content: ""; background: var(--gold-600); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.desktop-nav > a[aria-current="page"] { color: var(--navy-950); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none; width: 48px; height: 48px; align-items: center; justify-content: center;
  padding: 0; color: var(--navy-950); background: var(--ivory); border: 1px solid var(--border); border-radius: 12px;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { width: 22px; height: 2px; content: ""; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle { flex-direction: column; gap: 5px; }
.nav-open .menu-toggle span { opacity: 0; }
.nav-open .menu-toggle::before { transform: translateY(7px) rotate(45deg); }
.nav-open .menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }
.mobile-panel {
  position: fixed; z-index: 66; top: var(--header-height); right: 0; bottom: 0;
  width: min(88vw, 390px); padding: 28px; color: var(--white); background: var(--navy-950);
  transform: translateX(104%); transition: transform .3s ease; box-shadow: -30px 0 70px rgba(0,0,0,.22);
  overflow-y: auto;
}
.nav-open .mobile-panel { transform: translateX(0); }
.mobile-nav { display: grid; }
.mobile-nav > a:not(.btn) { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: "League Spartan", Arial, sans-serif; font-size: 1.55rem; font-weight: 650; }
.mobile-nav .btn { margin-top: 22px; }
.mobile-contact { display: grid; gap: 8px; margin-top: 27px; color: rgba(255,255,255,.72); font-size: .86rem; }
.nav-backdrop { position: fixed; z-index: 65; inset: var(--header-height) 0 0; background: rgba(5,9,18,.56); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }

.btn {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 22px; border: 1px solid transparent; border-radius: 8px;
  font-size: .84rem; font-weight: 800; letter-spacing: .025em; line-height: 1.2;
  text-align: center; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--gold-700); }
.btn-primary:hover { background: var(--gold-600); }
.btn-dark { color: var(--white); background: var(--navy-950); }
.btn-dark:hover { background: var(--navy-700); }
.btn-light { color: var(--navy-950); background: var(--white); }
.btn-light:hover { background: var(--gold-200); }
.btn-outline { color: var(--navy-950); background: transparent; border-color: rgba(12,20,39,.28); }
.btn-outline:hover { border-color: var(--gold-600); }
.section-dark .btn-outline { color: var(--white); border-color: rgba(255,255,255,.3); }
.btn svg, .contact-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero {
  position: relative; min-height: calc(100vh - 120px); color: var(--white); background: var(--navy-950);
  isolation: isolate; overflow: hidden;
}
.hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: url("../images/hero-interior.jpg") center/cover no-repeat; }
.hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(8,14,29,.97) 0%, rgba(8,14,29,.87) 46%, rgba(8,14,29,.48) 100%); }
.hero-grid { display: grid; min-height: calc(100vh - 120px); grid-template-columns: minmax(0, 1.2fr) minmax(370px, .76fr); align-items: center; gap: 65px; padding: 66px 0; }
.hero-copy { max-width: 735px; }
.hero .eyebrow { color: var(--gold-400); }
.hero h1 { max-width: 760px; color: var(--white); }
.hero h1 span { color: var(--gold-400); }
.hero .lead { max-width: 650px; margin-top: 26px; color: rgba(255,255,255,.78); }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px 25px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 650; }
.hero-points li::before { width: 7px; height: 7px; content: ""; background: var(--gold-400); border-radius: 50%; box-shadow: 0 0 0 4px rgba(181,150,105,.18); }
.hero-form-card {
  position: relative; padding: 32px; color: var(--ink); background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-md); box-shadow: var(--shadow);
}
.hero-form-card::before { position: absolute; top: 0; left: 32px; width: 72px; height: 4px; content: ""; background: var(--gold-600); }
.hero-form-card h2 { margin-bottom: 8px; font-size: 2rem; }
.hero-form-card > p { margin-bottom: 22px; color: var(--muted); font-size: .87rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { color: #313a4b; font-size: .72rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; color: var(--ink); background: var(--white); border: 1px solid #d7dbe2;
  border-radius: 7px; outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.form-group input, .form-group select { height: 48px; padding: 0 13px; }
.form-group textarea { min-height: 112px; padding: 12px 13px; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold-600); box-shadow: 0 0 0 3px rgba(154,112,53,.13); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin-top: 2px; color: #596273; font-size: .68rem; line-height: 1.48; }
.consent input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--gold-700); }
.consent a { color: var(--navy-700); font-weight: 750; text-decoration: underline; }
.form-grid .btn { width: 100%; grid-column: 1 / -1; margin-top: 4px; }
.form-message { min-height: 24px; grid-column: 1 / -1; margin: 0; font-size: .82rem; font-weight: 700; }
.form-message.success { color: var(--success); }
.form-message.error { color: var(--error); }
.btn[disabled] { cursor: wait; opacity: .68; transform: none; }

.proof-strip { color: var(--white); background: var(--navy-800); border-top: 1px solid rgba(255,255,255,.08); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 115px; padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-item:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.proof-item strong { display: block; color: var(--gold-400); font-family: "League Spartan", Arial, sans-serif; font-size: 1.45rem; line-height: 1.1; }
.proof-item span { display: block; margin-top: 7px; color: rgba(255,255,255,.66); font-size: .74rem; font-weight: 650; letter-spacing: .025em; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  position: relative; min-height: 300px; padding: 30px; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-md); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-7px); border-color: rgba(154,112,53,.42); box-shadow: var(--shadow-small); }
.service-number { display: block; margin-bottom: 52px; color: var(--gold-600); font-family: "League Spartan", Arial, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .13em; }
.service-card h3 { margin-bottom: 13px; }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 6px; color: var(--navy-700); font-size: .77rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.service-link::after { width: 28px; height: 1px; content: ""; background: var(--gold-600); transition: width .2s ease; }
.service-card:hover .service-link::after { width: 42px; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; height: 610px; object-fit: cover; border-radius: var(--radius-md); }
.split-media::before { position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 42%; height: 45%; content: ""; background: var(--gold-200); border-radius: 0 0 var(--radius-md) 0; }
.split-copy h2 { margin-bottom: 25px; }
.split-copy .lead { margin-bottom: 24px; }
.check-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: #3d4656; font-weight: 650; }
.check-list li::before { position: absolute; top: .66em; left: 0; width: 15px; height: 8px; content: ""; border-bottom: 2px solid var(--gold-600); border-left: 2px solid var(--gold-600); transform: rotate(-45deg); }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.value-card { min-height: 270px; padding: 38px; background: var(--navy-950); }
.value-card span { display: block; margin-bottom: 58px; color: var(--gold-400); font-family: "League Spartan", Arial, sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .13em; }
.value-card h3 { margin-bottom: 14px; font-size: 2rem; }
.value-card p { color: rgba(255,255,255,.63); font-size: .91rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-step { position: relative; padding: 29px 25px 27px; background: var(--ivory); border-radius: var(--radius-md); counter-increment: process; }
.process-step::before { display: block; margin-bottom: 42px; color: var(--gold-600); content: "0" counter(process); font-family: "League Spartan", Arial, sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.process-step:not(:last-child)::after { position: absolute; top: 34px; right: -17px; z-index: 2; width: 34px; height: 1px; content: ""; background: var(--gold-600); }
.process-step h3 { margin-bottom: 12px; font-size: 1.45rem; }
.process-step p { color: var(--muted); font-size: .86rem; }

.visual-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 270px 270px; gap: 16px; }
.visual-card { position: relative; border-radius: var(--radius-md); overflow: hidden; }
.visual-card:first-child { grid-row: 1 / 3; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.visual-card:hover img { transform: scale(1.025); }
.visual-card::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgba(8,14,29,.8)); }
.visual-caption { position: absolute; z-index: 1; right: 22px; bottom: 18px; left: 22px; color: var(--white); }
.visual-caption strong { display: block; font-family: "League Spartan", Arial, sans-serif; font-size: 1.35rem; line-height: 1.1; }
.visual-caption span { color: rgba(255,255,255,.7); font-size: .73rem; }

.service-area { position: relative; overflow: hidden; }
.service-area::before { position: absolute; right: -140px; bottom: -180px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(181,150,105,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(181,150,105,.06), 0 0 0 120px rgba(181,150,105,.035); }
.area-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 75px; align-items: center; }
.area-card { position: relative; padding: 38px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); }
.area-card h3 { margin-bottom: 18px; }
.area-card p { color: rgba(255,255,255,.66); }
.area-note { padding: 18px 20px; color: var(--gold-200); background: rgba(181,150,105,.1); border-left: 3px solid var(--gold-400); font-size: .83rem; }

.faq-list { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 0; color: var(--navy-950); background: transparent; border: 0; text-align: left; }
.faq-question span:first-child { font-family: "League Spartan", Arial, sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.2; }
.faq-icon { position: relative; flex: 0 0 25px; width: 25px; height: 25px; border: 1px solid rgba(12,20,39,.3); border-radius: 50%; }
.faq-icon::before, .faq-icon::after { position: absolute; top: 11px; left: 6px; width: 11px; height: 1px; content: ""; background: var(--navy-950); transition: transform .2s ease; }
.faq-icon::after { transform: rotate(90deg); }
.faq-question[aria-expanded="true"] .faq-icon::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 760px; padding: 0 0 25px; color: var(--muted); }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

.cta-banner { position: relative; color: var(--white); background: var(--gold-700); overflow: hidden; }
.cta-banner::before { position: absolute; top: -140px; right: -90px; width: 390px; height: 390px; content: ""; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05); }
.cta-grid { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.cta-grid h2 { max-width: 780px; color: var(--white); }
.cta-grid p { margin: 17px 0 0; color: rgba(255,255,255,.76); }
.cta-banner .btn-outline { color: var(--white); border-color: rgba(255,255,255,.42); }
.cta-actions { display: grid; gap: 10px; min-width: 210px; }

.page-hero { position: relative; padding: 100px 0 92px; color: var(--white); background: var(--navy-950); overflow: hidden; }
.page-hero::after { position: absolute; top: -220px; right: -130px; width: 620px; height: 620px; content: ""; border: 1px solid rgba(181,150,105,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(181,150,105,.035), 0 0 0 160px rgba(181,150,105,.025); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 930px; color: var(--white); font-size: clamp(3.5rem, 7vw, 6rem); }
.page-hero .lead { max-width: 750px; margin-top: 24px; color: rgba(255,255,255,.72); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: rgba(255,255,255,.55); font-size: .73rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.breadcrumbs a { color: var(--gold-400); }
.breadcrumbs span::before { margin-right: 9px; content: "/"; }

.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.detail-card { padding: 35px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); }
.detail-card h2 { margin-bottom: 18px; font-size: 2rem; }
.detail-card p { color: var(--muted); }
.detail-card ul { display: grid; gap: 9px; margin: 20px 0 0; padding-left: 20px; color: #455064; }
.detail-card li::marker { color: var(--gold-600); }
.full-card { grid-column: 1 / -1; }

.about-story { max-width: 850px; }
.about-story h2 { margin-bottom: 27px; }
.about-story p { color: var(--muted); font-size: 1.04rem; }
.brand-panel { display: grid; min-height: 650px; place-items: center; padding: 44px; background: var(--ivory); border-radius: var(--radius-lg); overflow: hidden; }
.brand-panel img { display: block; width: auto; max-width: 100%; height: auto; max-height: 560px; margin-inline: auto; object-fit: contain; object-position: center; }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-copy h2 { margin-bottom: 22px; }
.contact-list { display: grid; gap: 12px; margin-top: 31px; }
.contact-link { display: flex; align-items: center; gap: 14px; padding: 15px 17px; background: var(--ivory); border: 1px solid transparent; border-radius: 10px; transition: border-color .2s ease; }
.contact-link:hover { border-color: var(--gold-400); }
.contact-link svg { flex: 0 0 21px; width: 21px; height: 21px; color: var(--gold-700); }
.contact-link small { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-link strong { display: block; color: var(--navy-950); font-size: .93rem; }
.payment-box { margin-top: 25px; padding: 23px; color: var(--white); background: var(--navy-800); border-radius: 12px; }
.payment-box h3 { color: var(--white); font-size: 1.22rem; }
.payment-box p { margin: 8px 0 0; color: rgba(255,255,255,.67); font-size: .84rem; }
.contact-form-card { padding: 40px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-small); }

.legal { max-width: 880px; }
.legal h2 { margin: 48px 0 15px; font-size: 2.15rem; line-height: 1.05; }
.legal h3 { margin: 32px 0 11px; font-size: 1.35rem; }
.legal p, .legal li { color: #4d5768; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--gold-700); font-weight: 700; text-decoration: underline; }
.legal-updated { display: inline-flex; padding: 8px 12px; color: var(--navy-700); background: var(--ivory); border-radius: 7px; font-size: .73rem; font-weight: 800; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.67); background: #060b16; }
.site-footer .brand-mark { width: 190px; height: auto; max-height: 56px; filter: brightness(0) invert(1); opacity: .94; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 50px; }
.footer-brand p { max-width: 370px; margin-top: 20px; font-size: .85rem; }
.site-footer .brand-name { color: var(--white); }
.footer-title { margin: 4px 0 20px; color: var(--white); font-family: "League Spartan", Arial, sans-serif; font-size: 1.15rem; font-weight: 700; }
.footer-links { display: grid; gap: 10px; font-size: .83rem; }
.footer-links a:hover { color: var(--gold-400); }
.footer-contact { display: grid; gap: 12px; font-size: .83rem; }
.footer-contact strong { display: block; color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

.offer-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.offer-modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,8,16,.78); backdrop-filter: blur(5px); }
.modal-dialog { position: relative; width: min(100%, 720px); max-height: calc(100vh - 44px); overflow-y: auto; display: grid; grid-template-columns: .76fr 1.24fr; background: var(--white); border-radius: var(--radius-md); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal-offer { display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; padding: 36px 30px; color: var(--white); background: var(--navy-950); }
.offer-percent { color: var(--gold-400); font-family: "League Spartan", Arial, sans-serif; font-size: 5.5rem; font-weight: 750; line-height: .8; letter-spacing: -.06em; }
.modal-offer h2 { margin-top: 18px; color: var(--white); font-size: 2.1rem; }
.modal-offer p { margin-top: 14px; color: rgba(255,255,255,.65); font-size: .8rem; }
.modal-form { padding: 36px 34px; }
.modal-form h3 { margin-bottom: 9px; font-size: 1.8rem; }
.modal-form > p { margin-bottom: 20px; color: var(--muted); font-size: .82rem; }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 38px; height: 38px; color: var(--navy-950); background: var(--white); border: 1px solid var(--border); border-radius: 50%; }
.modal-close::before, .modal-close::after { position: absolute; top: 18px; left: 10px; width: 17px; height: 1px; content: ""; background: currentColor; transform: rotate(45deg); }
.modal-close::after { transform: rotate(-45deg); }
.modal-form .form-grid { grid-template-columns: 1fr; }
.modal-form .form-group.full, .modal-form .form-grid .btn, .modal-form .form-message { grid-column: auto; }

.mobile-actions { position: fixed; z-index: 60; right: 12px; bottom: 12px; left: 12px; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; background: rgba(255,255,255,.96); border: 1px solid var(--border); border-radius: 13px; box-shadow: 0 14px 40px rgba(8,14,29,.23); backdrop-filter: blur(12px); }
.mobile-actions .btn { min-height: 45px; padding: 10px; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.not-found { display: grid; min-height: 70vh; place-items: center; padding: 90px 0; text-align: center; }
.not-found .code { color: var(--gold-600); font-family: "League Spartan", Arial, sans-serif; font-size: clamp(7rem, 18vw, 14rem); font-weight: 800; line-height: .7; }
.not-found h1 { margin: 24px 0 18px; font-size: clamp(2.6rem, 6vw, 4.8rem); }
.not-found p { max-width: 560px; margin-inline: auto; color: var(--muted); }

@media (max-width: 1040px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav > a:not(.btn) { font-size: .76rem; }
  .header-actions .btn-outline { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr); gap: 35px; }
  .hero-form-card { padding: 26px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 48px; }
  .split-media img { height: 540px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --header-height: 72px; }
  .section { padding: 82px 0; }
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: flex; }
  .brand-mark { width: 152px; height: auto; max-height: 44px; }
  .brand-name { font-size: 1.22rem; }
  .brand-tag { font-size: .5rem; }
  .hero { min-height: auto; }
  .hero::after { background: linear-gradient(180deg, rgba(8,14,29,.94), rgba(8,14,29,.78)); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 78px 0 62px; }
  .hero h1 { font-size: clamp(3.4rem, 13vw, 5.5rem); }
  .hero-form-card { width: 100%; max-width: 620px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .split, .area-grid, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .split.reverse .split-media { order: 0; }
  .split-media img { height: min(75vw, 520px); }
  .values-grid { grid-template-columns: 1fr; }
  .visual-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 230px; }
  .visual-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-actions { display: flex; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .modal-dialog { grid-template-columns: 1fr; }
  .modal-offer { display: block; min-height: auto; padding: 30px 28px; }
  .offer-percent { font-size: 4rem; }
  .modal-offer h2 { font-size: 1.7rem; }
  .modal-offer p { display: none; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .top-offer .container { min-height: 44px; font-size: .73rem; }
  .section { padding: 70px 0; }
  .section-sm { padding: 58px 0; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
  .hero-grid { padding: 62px 0 48px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.55rem); }
  .hero-points { display: grid; gap: 12px; }
  .hero-form-card, .contact-form-card { padding: 24px 19px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full, .form-grid .btn, .form-message { grid-column: auto; }
  .proof-item { min-height: 106px; padding: 19px 15px; }
  .proof-item strong { font-size: 1.2rem; }
  .services-grid, .detail-grid, .process-grid { grid-template-columns: 1fr; }
  .full-card { grid-column: auto; }
  .service-card { min-height: 270px; padding: 25px; }
  .service-number { margin-bottom: 42px; }
  .process-step:not(:last-child)::after { display: none; }
  .visual-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 270px); }
  .visual-card:first-child { grid-column: auto; }
  .page-hero { padding: 74px 0 68px; }
  .page-hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .brand-panel { min-height: 0; padding: 28px 18px; }
  .brand-panel img { width: 100%; height: auto; max-height: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .modal-dialog { max-height: calc(100vh - 24px); }
  .modal-form { padding: 26px 20px; }
  .modal-offer { padding: 25px 20px; }
  .mobile-actions { display: grid; }
  body { padding-bottom: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
