:root {
  --navy-950: #04112a;
  --navy-900: #071b3e;
  --navy-800: #0d2b5c;
  --navy-700: #16427f;
  --gold-500: #dca934;
  --gold-400: #edc35d;
  --cream: #f7f2e9;
  --paper: #fffdf8;
  --ink: #111827;
  --muted: #5d6472;
  --line: rgba(9, 30, 67, 0.14);
  --shadow: 0 24px 70px rgba(4, 17, 42, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-160%); background: #fff; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 82px;
  color: #fff;
  transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.scrolled { background: rgba(4, 17, 42, .94); backdrop-filter: blur(18px); box-shadow: 0 12px 34px rgba(0,0,0,.14); height: 72px; }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50% 50% 48% 52% / 45% 45% 55% 55%; background: linear-gradient(145deg, var(--gold-400), #b77b10); color: var(--navy-950); font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; letter-spacing: -.02em; }
.brand small { margin-top: 2px; font-size: 11px; color: rgba(255,255,255,.66); letter-spacing: .03em; }
.site-nav { display: flex; gap: 25px; margin-left: auto; }
.site-nav a { font-size: 14px; color: rgba(255,255,255,.82); transition: color .2s; }
.site-nav a:hover { color: var(--gold-400); }
.nav-cta { border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.08); color: #fff; padding: 12px 17px; border-radius: 999px; font-weight: 750; font-size: 13px; transition: .2s; }
.nav-cta:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-950); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; transition: .25s; }

.hero { position: relative; min-height: 850px; color: #fff; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--navy-950); }
.hero-media { position: absolute; inset: 0; background: url('../img/store-exterior.webp') center / cover no-repeat; transform: scale(1.035); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,42,.98) 0%, rgba(4,17,42,.88) 43%, rgba(4,17,42,.48) 72%, rgba(4,17,42,.72) 100%), linear-gradient(0deg, rgba(4,17,42,.88), transparent 45%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr .72fr; gap: clamp(40px, 8vw, 100px); align-items: end; padding-top: 115px; padding-bottom: 160px; }
.eyebrow, .kicker { font-size: 12px; letter-spacing: .18em; font-weight: 850; color: var(--gold-400); text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 34px; height: 1px; background: var(--gold-400); }
.hero h1 { margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: 1.08; letter-spacing: -.055em; font-weight: 850; word-break: keep-all; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--gold-400); font-style: normal; }
.hero-copy > p { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.6vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-950); box-shadow: 0 13px 36px rgba(220,169,52,.25); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.32); backdrop-filter: blur(8px); }
.btn-gold { background: var(--gold-400); color: var(--navy-950); }
.btn-dark { background: var(--navy-900); color: #fff; }
.btn-outline-dark { border-color: var(--navy-900); color: var(--navy-900); background: transparent; }
.btn-full { width: 100%; border-radius: 14px; min-height: 58px; }
.microcopy { font-size: 12px !important; color: rgba(255,255,255,.58) !important; margin-top: 13px !important; }
.hero-panel { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: rgba(6,24,54,.72); backdrop-filter: blur(20px); box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.hero-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-panel-head span { font-size: 10px; letter-spacing: .18em; color: var(--gold-400); font-weight: 900; }
.hero-panel-head strong { font-size: 20px; }
.hero-panel ul { list-style: none; padding: 0; margin: 18px 0 20px; }
.hero-panel li { display: flex; gap: 15px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-panel li b { color: var(--gold-400); font-size: 11px; }
.hero-panel li span { color: rgba(255,255,255,.85); font-size: 14px; }
.text-button { display: flex; justify-content: space-between; width: 100%; padding: 13px 0 0; border: 0; background: transparent; color: #fff; font-weight: 750; text-align: left; }
.text-button span { color: var(--gold-400); font-size: 22px; }
.hero-proof { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4,1fr); background: var(--paper); color: var(--navy-950); border-radius: 28px 28px 0 0; overflow: hidden; box-shadow: var(--shadow); }
.hero-proof div { padding: 27px 30px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 22px; letter-spacing: -.03em; }
.hero-proof span { font-size: 12px; color: var(--muted); margin-top: 4px; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-row { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.trust-row::-webkit-scrollbar { display: none; }
.trust-row span { min-width: max-content; font-size: 13px; color: #626978; position: relative; padding-left: 15px; }
.trust-row span::before { content: ''; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-500); transform: translateY(-50%); }

.section { padding: 120px 0; }
.section-head { margin-bottom: 54px; }
.section-head.split { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: end; }
.section-head.center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-head h2, .quote-intro h2, .proof-copy h2, .location-card h2 { margin: 8px 0 0; color: var(--navy-950); font-size: clamp(38px, 4vw, 58px); line-height: 1.14; letter-spacing: -.045em; }
.section-head > p, .section-head.split > p { color: var(--muted); margin: 0; }
.section-head.center > p:last-child { margin-top: 18px; }
.network { background: linear-gradient(180deg, #fffdf8, #f5efe3); }
.network-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.network-card { position: relative; min-height: 410px; padding: 33px; background: rgba(255,255,255,.76); border: 1px solid rgba(8,31,70,.11); border-radius: var(--radius-md); box-shadow: 0 16px 45px rgba(8,31,70,.06); transition: transform .3s, box-shadow .3s; overflow: hidden; }
.network-card::after { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -80px; bottom: -80px; background: rgba(220,169,52,.08); }
.network-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.network-icon { width: 62px; height: 62px; border-radius: 20px; display: grid; place-items: center; font-weight: 900; font-size: 22px; margin-bottom: 34px; color: #fff; }
.network-icon.hyundai { background: linear-gradient(145deg, #123f82, #061b40); }
.network-icon.daegil { background: linear-gradient(145deg, #d7a22e, #0b2756 70%); }
.network-icon.taesung { background: #fff; color: var(--navy-800); border: 3px solid var(--gold-500); box-shadow: inset 0 -7px 0 var(--navy-800); }
.card-index { font-size: 10px; letter-spacing: .15em; color: var(--gold-500); font-weight: 900; }
.network-card h3 { margin: 8px 0 2px; font-size: 31px; color: var(--navy-950); }
.network-card > strong { color: var(--navy-700); }
.network-card > p:not(.card-index) { margin-top: 20px; color: var(--muted); }
.tag { display: inline-flex; margin-top: 18px; padding: 8px 12px; border-radius: 999px; background: var(--cream); color: var(--navy-800); font-size: 11px; font-weight: 800; }
.flow-banner { margin-top: 24px; padding: 30px 34px; border-radius: var(--radius-md); background: var(--navy-900); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.flow-copy p { margin: 0; font-size: 10px; letter-spacing: .16em; color: var(--gold-400); font-weight: 900; }
.flow-copy h3 { margin: 7px 0 0; font-size: 20px; }
.flow-steps { display: flex; align-items: center; gap: 13px; font-size: 12px; color: rgba(255,255,255,.74); }
.flow-steps i { color: var(--gold-400); font-style: normal; }

.section-dark { background: radial-gradient(circle at 85% 0, rgba(220,169,52,.12), transparent 30%), var(--navy-950); color: #fff; }
.section-head.light h2 { color: #fff; }
.section-head.light > p { color: rgba(255,255,255,.62); }
.audience-tabs { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 18px; }
.audience-tab { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: transparent; color: rgba(255,255,255,.7); padding: 11px 17px; font-weight: 750; }
.audience-tab.active { color: var(--navy-950); background: var(--gold-400); border-color: var(--gold-400); }
.audience-panel { display: grid; grid-template-columns: 1.1fr .9fr auto; gap: 35px; align-items: center; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.05); }
.panel-label { color: var(--gold-400); font-size: 11px; letter-spacing: .14em; font-weight: 900; margin: 0; }
.audience-panel h3 { font-size: 26px; margin: 7px 0; }
.audience-panel > div > p:last-child { color: rgba(255,255,255,.6); margin-bottom: 0; }
.audience-panel ul { margin: 0; padding-left: 19px; color: rgba(255,255,255,.76); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 50px; }
.service-card { padding: 27px; min-height: 240px; border-top: 1px solid rgba(255,255,255,.17); background: linear-gradient(180deg, rgba(255,255,255,.04), transparent); }
.service-card span { color: var(--gold-400); font-size: 12px; font-weight: 900; }
.service-card h3 { margin: 30px 0 12px; font-size: 21px; }
.service-card p { color: rgba(255,255,255,.58); font-size: 14px; margin: 0; }

.quote-section { background: #f6f0e5; }
.quote-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.quote-intro { position: sticky; top: 110px; }
.quote-intro > p:not(.kicker) { color: var(--muted); margin-top: 24px; }
.quote-benefits { margin-top: 38px; display: grid; gap: 14px; }
.quote-benefits div { display: flex; align-items: center; gap: 16px; padding: 16px; border-bottom: 1px solid rgba(7,27,62,.11); }
.quote-benefits b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--navy-900); color: var(--gold-400); }
.quote-benefits span, .quote-benefits strong { display: block; }
.quote-benefits span { color: var(--muted); font-size: 12px; }
.quote-benefits strong { color: var(--navy-950); font-size: 15px; }
.quote-form { background: #fff; border: 1px solid rgba(7,27,62,.1); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow); }
.form-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-head span { font-size: 22px; color: var(--navy-950); font-weight: 900; }
.form-head small { color: #8a8f99; }
.quote-form label { display: block; margin-top: 17px; color: #303746; font-size: 13px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d9dde5; border-radius: 12px; background: #fcfcfc; color: var(--ink); outline: 0; transition: border .2s, box-shadow .2s; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--navy-700); box-shadow: 0 0 0 4px rgba(22,66,127,.1); }
.consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; margin: 22px 0 !important; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; }
.copy-button { width: 100%; border: 0; background: transparent; color: var(--navy-700); font-weight: 800; padding: 15px; }
.form-note { margin: 0; color: #8a8f99; font-size: 11px; text-align: center; }

.process { background: #fff; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); counter-reset: process; }
.process-grid li { position: relative; padding: 28px 26px 40px; border-top: 2px solid var(--navy-900); }
.process-grid li::after { content: ''; position: absolute; right: -5px; top: -6px; width: 10px; height: 10px; background: var(--gold-500); border-radius: 50%; }
.process-grid li:last-child::after { display: none; }
.process-grid span { color: var(--gold-500); font-size: 12px; font-weight: 900; }
.process-grid h3 { margin: 23px 0 8px; color: var(--navy-950); font-size: 21px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.institution-banner { margin-top: 55px; padding: 35px 40px; display: flex; justify-content: space-between; align-items: center; gap: 25px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: #fff; border-radius: var(--radius-lg); }
.institution-banner p { margin: 0; color: var(--gold-400); font-size: 12px; font-weight: 900; }
.institution-banner h3 { margin: 6px 0 4px; font-size: 25px; }
.institution-banner span { color: rgba(255,255,255,.62); font-size: 13px; }

.proof-section { background: linear-gradient(145deg, #f3eadc 0%, #fffdf8 56%); }
.proof-layout { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.proof-image { max-width: 460px; margin-inline: auto; padding: 11px; background: #fff; border-radius: 30px; box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.proof-image img { border-radius: 22px; }
.proof-copy > p:not(.kicker) { color: var(--muted); max-width: 650px; }
.proof-copy blockquote { margin: 32px 0; padding: 24px 0 24px 28px; border-left: 3px solid var(--gold-500); color: var(--navy-800); font-size: 20px; line-height: 1.65; font-weight: 700; }
.proof-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.proof-stats div { padding: 19px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.proof-stats strong, .proof-stats span { display: block; }
.proof-stats strong { color: var(--navy-950); }
.proof-stats span { color: var(--muted); font-size: 12px; margin-top: 4px; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 23px 42px 23px 0; font-weight: 850; color: var(--navy-950); cursor: pointer; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 7px; top: 18px; font-size: 27px; color: var(--gold-500); font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: -4px 0 24px; color: var(--muted); padding-right: 40px; font-size: 14px; }

.location-section { padding-top: 0; background: #fff; }
.location-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 580px; border-radius: var(--radius-lg); overflow: hidden; background: var(--cream); box-shadow: var(--shadow); }
.location-card { padding: clamp(35px, 6vw, 70px); }
.location-card dl { margin: 35px 0; }
.location-card dl > div { display: grid; grid-template-columns: 90px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); }
.location-card dt { color: #7b818c; font-size: 12px; font-weight: 800; }
.location-card dd { margin: 0; color: var(--navy-950); font-weight: 750; }
.inline-link { border: 0; padding: 0; background: transparent; color: var(--navy-700); font-weight: 850; text-decoration: underline; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.location-visual { position: relative; min-height: 460px; overflow: hidden; }
.location-visual img { width: 100%; height: 100%; object-fit: cover; }
.location-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,17,42,.45), transparent 50%); }
.location-badge { position: absolute; z-index: 2; left: 30px; bottom: 30px; padding: 18px 22px; border-radius: 18px; background: rgba(4,17,42,.86); backdrop-filter: blur(12px); color: #fff; }
.location-badge span, .location-badge strong, .location-badge small { display: block; }
.location-badge span { color: var(--gold-400); font-size: 10px; letter-spacing: .15em; }
.location-badge strong { font-size: 23px; }
.location-badge small { color: rgba(255,255,255,.65); }

.final-cta { padding: 80px 0; background: var(--navy-950); color: #fff; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta p { margin: 0; color: var(--gold-400); font-weight: 800; }
.final-cta h2 { margin: 5px 0 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.site-footer { background: #020b1c; color: #fff; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 70px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid > div:first-child > p { color: rgba(255,255,255,.5); max-width: 470px; }
.footer-grid h3 { color: var(--gold-400); font-size: 12px; letter-spacing: .12em; }
.footer-grid a, .footer-link { display: block; margin-top: 10px; color: rgba(255,255,255,.66); font-size: 13px; border: 0; background: transparent; padding: 0; text-align: left; }
.footer-grid a:hover, .footer-link:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); font-size: 11px; }
.mobile-dock { display: none; }
.toast { position: fixed; z-index: 3000; left: 50%; bottom: 28px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; padding: 13px 18px; border-radius: 999px; color: #fff; background: rgba(4,17,42,.95); box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: 13px; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

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

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 900px); }
  .site-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .site-nav.open { display: flex; position: fixed; inset: 72px 0 0; background: rgba(4,17,42,.98); flex-direction: column; padding: 35px 24px; gap: 0; }
  .site-nav.open a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; }
  .hero { min-height: 930px; }
  .hero-content { grid-template-columns: 1fr; align-items: start; padding-bottom: 210px; gap: 35px; }
  .hero-panel { max-width: 560px; }
  .hero-proof { grid-template-columns: repeat(2,1fr); }
  .hero-proof div:nth-child(2) { border-right: 0; }
  .hero-proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head.split, .quote-layout, .proof-layout, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .network-grid { grid-template-columns: 1fr; }
  .network-card { min-height: 0; }
  .audience-panel { grid-template-columns: 1fr 1fr; }
  .audience-panel .btn { grid-column: 1 / -1; justify-self: start; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .quote-intro { position: static; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid li:nth-child(2)::after { display: none; }
  .proof-image { max-width: 380px; }
  .location-layout { grid-template-columns: 1fr; }
  .location-visual { min-height: 420px; order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 24px); }
  body { padding-bottom: 68px; }
  .site-header, .site-header.scrolled { height: 67px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  .brand-mark { width: 37px; height: 37px; font-size: 13px; }
  .site-nav.open { top: 67px; }
  .hero { min-height: auto; padding-top: 80px; }
  .hero-content { padding-top: 70px; padding-bottom: 265px; }
  .hero h1 { font-size: 40px; line-height: 1.12; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-panel { padding: 22px; }
  .hero-panel-head { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: repeat(2,1fr); border-radius: 22px 22px 0 0; }
  .hero-proof div { padding: 18px 15px; }
  .hero-proof strong { font-size: 18px; }
  .trust-row { min-height: 58px; }
  .section { padding: 82px 0; }
  .section-head { margin-bottom: 36px; }
  .section-head h2, .quote-intro h2, .proof-copy h2, .location-card h2 { font-size: 37px; }
  .flow-banner { align-items: flex-start; flex-direction: column; padding: 25px; }
  .flow-steps { flex-wrap: wrap; }
  .audience-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .audience-tab { min-width: max-content; }
  .audience-panel { grid-template-columns: 1fr; padding: 24px; }
  .audience-panel .btn { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 23px 18px; border-radius: 22px; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li::after { display: none; }
  .institution-banner { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .proof-stats { grid-template-columns: 1fr; }
  .proof-copy blockquote { font-size: 17px; }
  .location-layout { border-radius: 22px; }
  .location-visual { min-height: 300px; }
  .location-card { padding: 30px 22px; }
  .location-card dl > div { grid-template-columns: 74px 1fr; }
  .location-actions { display: grid; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-dock { display: grid; grid-template-columns: repeat(3,1fr); position: fixed; z-index: 1500; inset: auto 0 0; height: 68px; background: rgba(4,17,42,.98); backdrop-filter: blur(15px); padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -10px 30px rgba(0,0,0,.16); }
  .mobile-dock a, .mobile-dock button { display: grid; place-items: center; align-content: center; gap: 2px; border: 0; border-right: 1px solid rgba(255,255,255,.09); color: #fff; background: transparent; font-size: 11px; font-weight: 750; }
  .mobile-dock span { color: var(--gold-400); font-size: 18px; line-height: 1; }
  .toast { bottom: 84px; width: calc(100% - 28px); text-align: center; }
}
