:root {
  --navy: #06192d;
  --navy-2: #0a223b;
  --ink: #0a1b2d;
  --gold: #d0a64e;
  --gold-light: #ecd17a;
  --cream: #f3f0e8;
  --paper: #fbfaf7;
  --muted: #64707c;
  --line: rgba(9, 27, 45, .13);
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 25, 45, .13);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 116px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -60px; padding: 12px 16px; background: var(--gold); color: var(--navy); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 86px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 74px; background: rgba(6,25,45,.95); box-shadow: 0 10px 35px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 178px; }
.brand-mark { position: relative; width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; background: url("assets/berger-emblem-header.png") center / contain no-repeat; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; opacity: 0; }
.footer-brand .brand-mark { background-image: url("assets/berger-emblem-footer.png"); }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-size: 20px; letter-spacing: .15em; font-weight: 700; }
.brand-name small { margin-top: 5px; color: var(--gold-light); font-size: 8px; letter-spacing: .39em; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 650; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; color: rgba(255,255,255,.74); }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold); transition: right .25s; }
.primary-nav > a:hover { color: #fff; }
.primary-nav > a:hover::after { right: 0; }
.nav-cta { padding: 13px 19px; color: var(--navy); background: var(--gold-light); border: 1px solid var(--gold-light); }
.nav-cta:hover { background: transparent; color: var(--gold-light); }
.lang-link { display: grid; place-items: center; width: 36px; height: 36px; padding: 0 !important; border: 1px solid rgba(255,255,255,.24); color: var(--gold-light) !important; font-size: 10px; letter-spacing: .08em; }
.lang-link::after { display: none; }
.menu-toggle { display: none; width: 45px; height: 45px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 6px 0; background: #fff; transition: .25s; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: #fff; background: var(--navy); padding: 158px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 540px; height: 540px; right: 4%; top: 100px; background: radial-gradient(circle, rgba(19,86,127,.35), rgba(6,25,45,0) 70%); }
.hero-glow-two { width: 420px; height: 420px; left: -220px; top: 40px; background: radial-gradient(circle, rgba(208,166,78,.13), rgba(6,25,45,0) 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 65px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-light); }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { margin: 22px 0 24px; font-size: clamp(52px, 5.25vw, 78px); line-height: .99; letter-spacing: -.055em; font-weight: 610; }
.hero h1 em { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
html[lang="en"] .hero h1 { font-size: clamp(48px, 4.45vw, 67px); }
html[lang="en"] .hero h1 em { white-space: nowrap; }
.hero-lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.69); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 42px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; font-size: 13px; font-weight: 750; transition: transform .22s, background .22s, color .22s, border .22s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold-light); border-color: var(--gold-light); color: var(--navy); }
.btn-primary:hover { background: #f5dd92; }
.btn-ghost { border-color: rgba(255,255,255,.2); color: #fff; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.play { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 8px; }
.hero-proof { display: flex; gap: 0; }
.hero-proof > div { display: flex; gap: 12px; align-items: flex-start; padding: 0 23px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-proof > div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { color: var(--gold); font: 400 25px/1 Georgia,serif; }
.hero-proof span { color: rgba(255,255,255,.53); font-size: 10px; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }

.route-visual { position: relative; min-height: 525px; border: 1px solid rgba(214,171,84,.25); background: linear-gradient(145deg, rgba(14,49,76,.82), rgba(4,20,36,.96)); box-shadow: 0 50px 120px rgba(0,0,0,.28); }
.route-visual::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.055); pointer-events: none; }
.route-topline { position: absolute; z-index: 3; left: 28px; right: 28px; top: 25px; display: flex; justify-content: space-between; color: rgba(255,255,255,.43); font-size: 8px; letter-spacing: .22em; }
.status { color: var(--gold-light); }
.status i { display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: #6bd4a1; box-shadow: 0 0 10px #6bd4a1; }
.route-map { position: absolute; inset: 55px 0 auto; width: 100%; height: 390px; overflow: visible; }
.grid-lines { stroke: #8ba0b1; stroke-width: 1; }
.route-shadow { fill: none; stroke: rgba(242,212,126,.13); stroke-width: 14; }
.route-line { fill: none; stroke: url(#routeGradient); stroke-width: 2.5; stroke-dasharray: 8 8; filter: url(#glow); animation: travel 14s linear infinite; }
.route-pulse { fill: none; stroke: var(--gold-light); opacity: 0; animation: pulse 3s ease-out infinite; }
.pulse-two { animation-delay: 1.5s; }
.route-dot { fill: var(--gold-light); filter: url(#glow); }
.plane { fill: var(--gold-light); filter: drop-shadow(0 0 9px rgba(242,212,126,.45)); }
.map-country-label { fill: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: 1.6px; }
.map-city-label { fill: #fff; font: 400 18px Georgia,serif; }
.map-label-right { text-anchor: end; }
.route-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); background: rgba(5,24,42,.84); box-shadow: 0 14px 35px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.route-card .card-icon { display: grid; place-items: center; width: 28px; height: 28px; color: var(--navy); background: var(--gold-light); font-size: 12px; border-radius: 50%; }
.route-card div { display: flex; flex-direction: column; gap: 4px; }
.route-card small { color: rgba(255,255,255,.4); font-size: 7px; letter-spacing: .13em; }
.route-card strong { font-size: 10px; font-weight: 650; }
.card-a { left: 18px; bottom: 18px; }
.card-b { right: 18px; top: 78px; }
.trust-strip { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; margin-top: 76px; min-height: 82px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.46); }
.trust-strip p { max-width: 400px; margin: 0; font-size: 11px; line-height: 1.5; }
.trust-tags { display: flex; align-items: center; gap: 23px; font-size: 9px; letter-spacing: .16em; }
.trust-tags i { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }
@keyframes travel { to { stroke-dashoffset: -160; } }
@keyframes pulse { 0% { r: 7; opacity: .8; } 80%,100% { r: 30; opacity: 0; } }

.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; }
.kicker { margin: 0 0 17px; color: #a3792f; }
.section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(40px, 4.3vw, 60px); line-height: 1.06; letter-spacing: -.045em; font-weight: 580; }
.section-heading h2 span { color: #a77b2c; font-family: Georgia,serif; font-weight: 400; }
.intro-copy { border-left: 1px solid var(--gold); padding-left: 34px; }
.intro-copy p { margin: 0 0 15px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.intro-copy p:last-child { margin: 0; color: var(--ink); font-weight: 650; }
.pain-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 70px; border: 1px solid var(--line); }
.pain-card { position: relative; min-height: 300px; padding: 34px 29px; border-right: 1px solid var(--line); background: var(--paper); transition: transform .25s, box-shadow .25s, background .25s; }
.pain-card:last-child { border-right: 0; }
.pain-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: var(--shadow); }
.pain-card.featured { background: var(--cream); }
.pain-card > span { position: absolute; top: 20px; right: 22px; color: #aeb4b8; font-size: 10px; }
.pain-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 41px; border: 1px solid var(--gold); color: #a77b2c; font: 400 21px Georgia,serif; transform: rotate(45deg); }
.pain-icon::first-line { transform: rotate(-45deg); }
.pain-card h3 { margin: 0 0 14px; font-size: 17px; }
.pain-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.services { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.services::before { content: "B"; position: absolute; right: -50px; top: -235px; color: rgba(255,255,255,.018); font: 700 700px/1 Arial,sans-serif; }
.section-heading.light h2 { color: #fff; }
.section-heading.light h2 span { color: var(--gold-light); }
.section-heading.centered { max-width: 750px; margin: 0 auto 62px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 590px; margin: 20px auto 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.service-card { position: relative; min-height: 335px; padding: 34px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s, transform .25s; }
.service-card:hover { z-index: 2; background: #0e2b47; transform: translateY(-5px); }
.service-number { position: absolute; right: 24px; top: 23px; color: rgba(255,255,255,.22); font-size: 10px; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 40px; border-radius: 50%; color: var(--gold-light); background: rgba(208,166,78,.1); border: 1px solid rgba(208,166,78,.28); font: 400 24px Georgia,serif; }
.service-card h3 { max-width: 250px; min-height: 48px; margin: 0 0 15px; font: 400 22px/1.2 Georgia,serif; }
.service-card p { margin: 0; color: rgba(255,255,255,.49); font-size: 12px; line-height: 1.7; }
.service-card a { position: absolute; left: 34px; bottom: 29px; color: var(--gold-light); font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.service-card a span { display: inline-block; margin-left: 10px; transition: transform .2s; }
.service-card a:hover span { transform: translateX(5px); }
.representation-band { position: relative; display: grid; grid-template-columns: 75px 1.2fr 1.5fr auto; gap: 25px; align-items: center; margin-top: 28px; padding: 28px 30px; color: var(--navy); background: var(--cream); }
.rep-mark { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(6,25,45,.18); color: #a5792d; font: 700 38px Arial,sans-serif; }
.representation-band > div:nth-child(2) p { margin: 0 0 6px; color: #a77b2c; font-size: 8px; letter-spacing: .18em; }
.representation-band h3 { margin: 0; font: 400 20px Georgia,serif; }
.representation-band > p { margin: 0; color: #5e6871; font-size: 11px; line-height: 1.6; }

.process { background: var(--cream); }
.process-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; margin-top: 70px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px 12px; border-bottom: 1px solid var(--line); opacity: .48; cursor: pointer; transition: opacity .2s, padding .2s, background .2s; }
.step:hover, .step.active { opacity: 1; padding-left: 22px; background: rgba(255,255,255,.5); }
.step > span { color: #9d752e; font: 400 18px Georgia,serif; }
.step h3 { margin: 0 0 7px; font-size: 15px; }
.step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.process-panel { position: sticky; top: 110px; align-self: start; padding: 27px; min-height: 500px; color: #fff; background: var(--navy); }
.panel-label { display: flex; justify-content: space-between; margin: 0; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .15em; }
.panel-label strong { color: var(--gold-light); }
.panel-visual { position: relative; height: 290px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle, #153d5f, var(--navy) 58%); }
.panel-visual::before, .panel-visual::after { content: ""; position: absolute; width: 100%; height: 1px; background: rgba(255,255,255,.08); }
.panel-visual::after { transform: rotate(90deg); }
.target-ring { position: absolute; border: 1px solid rgba(208,166,78,.35); border-radius: 50%; }
.ring-one { width: 190px; height: 190px; animation: orbit 10s linear infinite; }
.ring-two { width: 115px; height: 115px; border-style: dashed; animation: orbit 6s linear reverse infinite; }
.target-core { z-index: 2; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: var(--navy); background: var(--gold-light); font: 700 31px Arial,sans-serif; box-shadow: 0 0 45px rgba(208,166,78,.25); }
.panel-copy { padding: 22px 5px 0; }
.panel-copy small { color: var(--gold); font-size: 8px; letter-spacing: .18em; }
.panel-copy h3 { margin: 8px 0 8px; font: 400 23px Georgia,serif; }
.panel-copy p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.6; }
@keyframes orbit { to { transform: rotate(360deg); } }

.audience { color: #fff; background: #0b2137; }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.audience .section-heading > p:not(.kicker) { max-width: 490px; margin: 25px 0; color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 14px; color: var(--gold-light); font-size: 12px; font-weight: 700; padding-bottom: 6px; border-bottom: 1px solid rgba(208,166,78,.5); }
.audience-list { border-top: 1px solid rgba(255,255,255,.12); }
.audience-list article { display: grid; grid-template-columns: 46px 1fr 30px; gap: 17px; align-items: center; padding: 25px 10px; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s, padding .2s; }
.audience-list article:hover { padding-left: 20px; background: rgba(255,255,255,.035); }
.audience-list article > span { color: var(--gold); font: 400 16px Georgia,serif; }
.audience-list h3 { margin: 0 0 6px; font-size: 15px; }
.audience-list p { margin: 0; color: rgba(255,255,255,.41); font-size: 10px; }
.audience-list i { display: grid; place-items: center; width: 26px; height: 26px; color: var(--gold); border: 1px solid rgba(208,166,78,.3); border-radius: 50%; font-style: normal; }

.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.why-visual { position: relative; min-height: 560px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #143b5c, #06192d 67%); box-shadow: var(--shadow); }
.why-visual::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 55px 55px; }
.why-monogram { position: absolute; right: -33px; top: -64px; color: rgba(255,255,255,.045); font: 700 430px/1 Arial,sans-serif; }
.stamp { position: absolute; top: 120px; left: 50%; width: 215px; height: 215px; border: 1px solid rgba(208,166,78,.55); border-radius: 50%; transform: translateX(-50%) rotate(-6deg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.stamp::before, .stamp::after { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(208,166,78,.3); border-radius: 50%; }
.stamp span, .stamp small { color: var(--gold-light); font-size: 8px; letter-spacing: .22em; }
.stamp strong { margin: 10px 0; font: 400 25px/1.15 Georgia,serif; }
.why-caption { position: absolute; inset: auto 35px 33px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.why-caption small { display: block; margin-bottom: 8px; color: var(--gold); font-size: 8px; letter-spacing: .18em; }
.why-caption strong { max-width: 390px; display: block; font: 400 17px/1.4 Georgia,serif; }
.why-lead { margin: 25px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.benefit-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.benefit-list li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.benefit-list li > span { flex: 0 0 27px; display: grid; place-items: center; width: 27px; height: 27px; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-size: 11px; }
.benefit-list div { display: flex; flex-direction: column; gap: 5px; }
.benefit-list strong { font-size: 13px; }
.benefit-list small { color: var(--muted); font-size: 10px; }

.testimonials { position: relative; overflow: hidden; background: var(--cream); }
.testimonials::before { content: "30"; position: absolute; right: -35px; top: -125px; color: rgba(6,25,45,.025); font: 700 430px/1 Arial,sans-serif; }
.testimonial-heading { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.testimonial-heading > p { margin: 0 0 5px; padding-left: 28px; border-left: 1px solid var(--gold); color: var(--muted); font-size: 13px; line-height: 1.75; }
.testimonial-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.testimonial-card { min-height: 315px; display: flex; flex-direction: column; padding: 28px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); transition: transform .25s, background .25s, box-shadow .25s; }
.testimonial-card:hover { z-index: 2; transform: translateY(-5px); background: #fff; box-shadow: var(--shadow); }
.stars { color: #b58836; font-size: 10px; letter-spacing: .16em; }
.testimonial-card blockquote { margin: 28px 0 25px; color: #3d4a55; font: 400 14px/1.7 Georgia,serif; }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial-card footer > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--navy); background: var(--gold-light); font-size: 9px; font-weight: 800; }
.testimonial-card footer div { display: flex; flex-direction: column; gap: 3px; }
.testimonial-card footer strong { font-size: 10px; }
.testimonial-card footer small { color: var(--muted); font-size: 8px; }

.quote-section { padding: 110px 0; color: #fff; background: var(--navy); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.quote-copy { position: sticky; top: 115px; }
.quote-copy h2 { margin: 0; font-size: clamp(45px, 4.4vw, 64px); line-height: 1.03; letter-spacing: -.05em; font-weight: 580; }
.quote-copy h2 span { color: var(--gold-light); font: 400 1em Georgia,serif; }
.quote-copy > p:not(.kicker) { max-width: 470px; margin: 24px 0 38px; color: rgba(255,255,255,.53); font-size: 14px; line-height: 1.75; }
.contact-points { border-top: 1px solid rgba(255,255,255,.1); }
.contact-points > div { display: flex; gap: 17px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-points > div > span { color: var(--gold); font: 400 15px Georgia,serif; }
.contact-points p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.contact-points strong { font-size: 12px; }
.contact-points small { color: rgba(255,255,255,.4); font-size: 9px; line-height: 1.45; }
.quote-form { padding: 34px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.form-head { display: flex; justify-content: space-between; margin-bottom: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #98712b; font-size: 9px; letter-spacing: .15em; }
.form-head strong { color: #a1a8ae; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.quote-form label { display: block; margin-bottom: 18px; }
.quote-form label > span { display: block; margin-bottom: 8px; color: #4e5b67; font-size: 9px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.quote-form input:not([type="checkbox"]), .quote-form textarea { width: 100%; border: 1px solid #d7d8d7; border-radius: 0; outline: none; padding: 13px 14px; color: var(--ink); background: #fff; font-size: 12px; transition: border .2s, box-shadow .2s; }
.quote-form textarea { resize: vertical; min-height: 105px; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(208,166,78,.13); }
.quote-form .invalid { border-color: #a83b3b !important; }
.consent { display: flex !important; gap: 10px; align-items: flex-start; }
.consent input { accent-color: var(--gold); }
.consent span { margin: 0 !important; color: #67727b !important; font-size: 8px !important; line-height: 1.5; text-transform: none !important; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: #8a9298; font-size: 8px; line-height: 1.45; text-align: center; }
.form-message { min-height: 0; margin-top: 0; padding: 0; font-size: 11px; line-height: 1.5; }
.form-message.visible { min-height: 46px; margin-top: 14px; padding: 14px; background: #eef6ed; color: #365d36; }
.form-message.error { background: #faeeee; color: #8a3030; }

.site-footer { color: rgba(255,255,255,.55); background: #03111f; }
.footer-top { min-height: 125px; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-top p { margin: 0; font-size: 11px; }
.back-top { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; min-height: 66px; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-copy { max-width: 760px; }
  .route-visual { max-width: 720px; width: 100%; margin: 0 auto; }
  .trust-strip { margin-top: 55px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .pain-card:nth-child(2) { border-right: 0; }
  .pain-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .representation-band { grid-template-columns: 70px 1fr auto; }
  .representation-band > p { grid-column: 2 / -1; grid-row: 2; }
  .audience-grid, .why-grid, .quote-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 84px 0; }
  .site-header { height: 74px; }
  .menu-toggle { display: block; position: relative; z-index: 103; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 102; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 20px; background: rgba(6,25,45,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > a { font-size: 20px; }
  .nav-cta { margin-top: 12px; }
  .split-intro, .process-layout, .audience-grid, .why-grid, .quote-grid, .testimonial-heading { grid-template-columns: 1fr; }
  .split-intro { gap: 35px; }
  .process-panel, .quote-copy { position: relative; top: 0; }
  .audience-grid { gap: 55px; }
  .why-grid { gap: 50px; }
  .quote-grid { gap: 55px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, var(--container)); }
  .section-pad { padding: 70px 0; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-name strong { font-size: 17px; }
  .hero { min-height: 0; padding-top: 116px; }
  .hero-grid { gap: 50px; }
  .hero h1 { font-size: 49px; }
  html[lang="en"] .hero h1 { font-size: 45px; }
  html[lang="en"] .hero h1 em { white-space: normal; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .hero-proof > div { padding: 0 13px; }
  .hero-proof > div:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .route-visual { min-height: 430px; }
  .route-map { top: 48px; height: 330px; }
  .route-card { padding: 9px; }
  .route-card strong { font-size: 8px; }
  .card-b { right: 10px; top: 62px; }
  .card-a { left: 10px; bottom: 8px; }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: 22px; padding: 27px 0; }
  .trust-tags { flex-wrap: wrap; gap: 13px; }
  .section-heading h2 { font-size: 40px; }
  .pain-grid, .service-grid { grid-template-columns: 1fr; }
  .pain-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .pain-card:last-child { border-bottom: 0; }
  .service-card { min-height: 310px; }
  .representation-band { grid-template-columns: 58px 1fr; padding: 23px 20px; }
  .rep-mark { width: 52px; height: 52px; }
  .representation-band > p, .representation-band > .btn { grid-column: 1 / -1; }
  .process-layout { margin-top: 45px; }
  .process-panel { min-height: 450px; }
  .why-visual { min-height: 480px; }
  .testimonial-heading { gap: 28px; margin-bottom: 42px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 270px; }
  .stamp { width: 185px; height: 185px; }
  .field-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 24px 19px; }
  .footer-top { grid-template-columns: 1fr auto; padding: 32px 0; }
  .footer-top p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; }
}

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