@font-face {
  font-family: "Manrope";
  src: url("/demo/kfz-gutachter/assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("/demo/kfz-gutachter/assets/fonts/barlow-condensed-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #101214;
  --ink-soft: #191c1f;
  --graphite: #25292d;
  --muted: #687078;
  --line: #dfe2e4;
  --surface: #f4f5f4;
  --white: #fff;
  --orange: #ff5a1f;
  --orange-dark: #dd3f06;
  --orange-soft: #fff0ea;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 24px 70px rgba(16, 18, 20, .12);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(255, 90, 31, .45); outline-offset: 3px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6.5vw, 6.4rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.5rem); }
h3 { font-size: 1.45rem; }
p { color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.section-sm { padding: clamp(56px, 7vw, 92px) 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-dark p { color: #b6bcc1; }
.section-muted { background: var(--surface); }
.section-orange { background: var(--orange); color: var(--ink); }
.section-heading { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { max-width: 820px; margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: 5px; }
.section-heading.center { display: block; max-width: 830px; text-align: center; margin-inline: auto; }
.section-heading.center p { max-width: 650px; margin: 18px auto 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--orange-dark); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; background: currentColor; content: ""; }
.eyebrow-light { color: #ffe1d6; }
.kicker { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.15rem; letter-spacing: .08em; text-transform: uppercase; }
.lead { font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.65; }
.text-orange { color: var(--orange); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 800; }
.text-link:hover { color: var(--orange); }
.text-link.light { color: var(--white); }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--orange); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-dark:hover { background: var(--graphite); }
.btn-light { color: var(--ink); background: var(--white); }
.btn-light:hover { background: var(--ink); color: var(--white); }
.btn-outline { border-color: #cfd3d6; background: transparent; }
.btn-outline:hover { border-color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }

.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 16px; background: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.utility-bar { position: relative; z-index: 110; color: #dfe1e3; background: #090a0b; font-size: .77rem; }
.utility-inner { display: flex; min-height: 34px; justify-content: space-between; align-items: center; }
.utility-inner p { margin: 0; color: inherit; }
.utility-inner > div { display: flex; gap: 28px; }
.utility-inner a { color: var(--white); font-weight: 800; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #59d48c; box-shadow: 0 0 0 4px rgba(89, 212, 140, .12); }
.site-header { position: sticky; z-index: 100; top: 0; color: var(--white); background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.09); transition: box-shadow .3s ease, background .3s ease; }
.site-header.scrolled { box-shadow: 0 14px 34px rgba(0,0,0,.18); background: rgba(16,18,20,.97); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.brand-mark { width: 43px; height: 43px; fill: currentColor; }
.brand-mark-accent { fill: var(--orange); }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-size: 1.18rem; letter-spacing: .08em; }
.brand-type small { margin-top: 5px; color: #9da3a8; font-family: "Barlow Condensed", Impact, sans-serif; font-size: .65rem; letter-spacing: .17em; }
.desktop-nav { display: flex; margin-left: auto; align-self: stretch; align-items: center; gap: 3px; }
.desktop-nav > a, .nav-dropdown > a { display: flex; height: 100%; align-items: center; gap: 6px; padding: 0 13px; color: #d6d9db; font-size: .86rem; font-weight: 700; }
.desktop-nav > a:hover, .nav-dropdown > a:hover, .desktop-nav .active { color: var(--white); }
.desktop-nav .active { box-shadow: inset 0 -3px 0 var(--orange); }
.nav-dropdown { position: static; height: 100%; }
.nav-dropdown > a svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .2s ease; }
.dropdown-panel { position: absolute; visibility: hidden; top: 100%; left: 50%; display: grid; width: min(920px, calc(100vw - 40px)); padding: 28px; color: var(--ink); background: var(--white); border-radius: 0 0 18px 18px; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 10px); grid-template-columns: .8fr 1.4fr; transition: .22s ease; }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.nav-dropdown:hover > a svg { transform: rotate(180deg); }
.dropdown-intro { padding: 14px 28px 14px 8px; border-right: 1px solid var(--line); }
.dropdown-intro strong { display: block; margin-bottom: 22px; font-size: 1.45rem; line-height: 1.25; }
.dropdown-intro > a { color: var(--orange-dark); font-size: .84rem; font-weight: 800; }
.dropdown-links { display: grid; padding-left: 28px; grid-template-columns: 1fr 1fr; gap: 4px; }
.dropdown-links a { padding: 10px 12px; border-radius: 7px; font-size: .85rem; font-weight: 700; }
.dropdown-links a:hover { color: var(--orange-dark); background: var(--orange-soft); }
.header-cta { min-height: 46px; padding-inline: 18px; font-size: .84rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; color: var(--white); background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.mobile-drawer, .drawer-backdrop { display: none; }

.hero { position: relative; min-height: calc(100vh - 112px); color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(9,10,11,.96) 0%, rgba(9,10,11,.79) 47%, rgba(9,10,11,.15) 78%), linear-gradient(0deg, rgba(9,10,11,.56), transparent 55%); content: ""; }
.hero-image { position: absolute; inset: 0 0 0 38%; width: 62%; height: 100%; object-fit: cover; }
.hero-grid-lines { position: absolute; z-index: 1; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: calc(100vh - 112px); padding-top: 72px; padding-bottom: 58px; align-items: center; }
.hero-copy { max-width: 850px; }
.hero h1 { max-width: 820px; margin-bottom: 26px; }
.hero .lead { max-width: 670px; margin-bottom: 34px; color: #cbd0d3; }
.hero .button-row { margin-bottom: 54px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px 36px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 9px; color: #d4d8da; font-size: .84rem; font-weight: 700; }
.hero-trust svg { width: 18px; color: var(--orange); fill: none; stroke: currentColor; stroke-width: 2; }
.hero-index { position: absolute; right: 0; bottom: 38px; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.7); font-family: "Barlow Condensed", Impact, sans-serif; font-size: .8rem; letter-spacing: .15em; writing-mode: vertical-rl; }
.hero-index::after { width: 1px; height: 70px; background: var(--orange); content: ""; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip-grid { display: grid; min-height: 108px; align-items: center; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; height: 52px; align-items: center; gap: 15px; padding-inline: 28px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border: 0; }
.trust-item svg { flex: 0 0 auto; width: 28px; color: var(--orange); fill: none; stroke: currentColor; stroke-width: 1.5; }
.trust-item strong { display: block; font-size: .9rem; }
.trust-item small { color: var(--muted); font-size: .73rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; display: flex; min-height: 345px; padding: 30px; flex-direction: column; justify-content: flex-end; color: var(--white); border-radius: var(--radius); overflow: hidden; }
.service-card::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 12%, rgba(12,13,14,.94) 100%); content: ""; }
.service-card::after { position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; content: ""; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.service-card:hover img { transform: scale(1.055); }
.service-card-content { position: relative; z-index: 2; }
.service-number { display: inline-block; margin-bottom: 20px; color: var(--orange); font-family: "Barlow Condensed", Impact, sans-serif; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 10px; color: var(--white); font-size: 1.65rem; }
.service-card p { max-width: 360px; margin-bottom: 20px; color: #c7ccd0; font-size: .88rem; }
.card-arrow { display: inline-grid; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; place-items: center; transition: .25s ease; }
.service-card:hover .card-arrow { color: var(--ink); background: var(--orange); border-color: var(--orange); transform: translate(3px, -3px); }
.service-card.compact { min-height: 300px; }
.service-card.featured { grid-column: span 2; }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-grid::before { position: absolute; top: 31px; right: 10%; left: 10%; height: 1px; background: #3a3e42; content: ""; }
.process-step { position: relative; z-index: 1; }
.process-number { display: grid; width: 62px; height: 62px; margin-bottom: 28px; color: var(--white); background: var(--graphite); border: 1px solid #4c5155; border-radius: 50%; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.1rem; place-items: center; transition: .3s ease; }
.process-step:hover .process-number { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.process-step h3 { margin-bottom: 13px; color: var(--white); }
.process-step p { margin: 0; font-size: .92rem; }

.split { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 112px); }
.split-image { position: relative; }
.split-image > img { width: 100%; min-height: 570px; object-fit: cover; border-radius: var(--radius-lg); }
.image-stat { position: absolute; right: -30px; bottom: 34px; width: 220px; padding: 24px; color: var(--white); background: var(--orange); border-radius: var(--radius); box-shadow: var(--shadow); }
.image-stat strong { display: block; margin-bottom: 5px; font-size: 1.3rem; }
.image-stat span { color: #ffe1d6; font-size: .78rem; }
.check-list { display: grid; margin: 28px 0 34px; padding: 0; list-style: none; gap: 15px; }
.check-list li { display: flex; gap: 13px; align-items: flex-start; color: var(--graphite); font-weight: 700; }
.check-list li::before { display: grid; flex: 0 0 auto; width: 22px; height: 22px; color: var(--white); background: var(--orange); border-radius: 50%; font-size: .7rem; content: "✓"; place-items: center; }
.section-dark .check-list li { color: #dfe2e4; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.audience-card { min-height: 235px; padding: 34px; background: var(--white); }
.audience-card svg { width: 36px; margin-bottom: 34px; color: var(--orange); fill: none; stroke: currentColor; stroke-width: 1.5; }
.audience-card h3 { margin-bottom: 10px; }
.audience-card p { margin-bottom: 0; font-size: .9rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; width: 100%; padding: 25px 0; border: 0; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); background: transparent; cursor: pointer; text-align: left; font-weight: 800; }
.faq-icon { position: relative; flex: 0 0 auto; width: 27px; height: 27px; border: 1px solid #c8cccf; border-radius: 50%; }
.faq-icon::before, .faq-icon::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--ink); content: ""; transform: translate(-50%,-50%); }
.faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); transition: .2s ease; }
.faq-item.open .faq-icon { color: var(--white); background: var(--orange); border-color: var(--orange); }
.faq-item.open .faq-icon::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { max-width: 850px; padding: 0 58px 25px 0; }
.faq-answer p { margin-bottom: 0; }

.page-hero { position: relative; padding: clamp(86px, 10vw, 148px) 0 88px; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero::after { position: absolute; top: -50%; right: -15%; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); content: ""; }
.page-hero-grid { position: relative; z-index: 1; display: grid; align-items: end; grid-template-columns: 1.2fr .8fr; gap: 60px; }
.page-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.9rem); }
.page-hero p { max-width: 670px; margin-bottom: 0; color: #c1c6c9; font-size: 1.15rem; }
.page-hero-card { padding: 26px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); backdrop-filter: blur(10px); }
.page-hero-card span { display: block; margin-bottom: 10px; color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-hero-card strong { font-size: 1.1rem; }
.breadcrumbs { display: flex; margin-bottom: 35px; gap: 8px; color: #9da3a8; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--white); }
.breadcrumbs span:last-child { color: var(--orange); }
.service-banner { position: relative; z-index: 2; height: clamp(310px, 45vw, 590px); margin-top: -28px; margin-bottom: -30px; }
.service-banner::after { position: absolute; right: 18px; bottom: 18px; width: 92px; height: 92px; background: linear-gradient(135deg, transparent 49%, var(--orange) 50%); content: ""; }
.service-banner img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 70px; }
.content-main h2 { margin-top: 62px; font-size: clamp(2rem, 3.5vw, 3.15rem); }
.content-main h2:first-child { margin-top: 0; }
.content-main h3 { margin-top: 36px; }
.content-main p, .content-main li { font-size: 1.02rem; }
.content-main ul:not(.check-list) { padding-left: 20px; color: var(--muted); }
.content-main li + li { margin-top: 8px; }
.content-aside { position: relative; }
.aside-card { position: sticky; top: 118px; padding: 28px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.aside-card h3 { color: var(--white); }
.aside-card p { color: #b9bfc2; font-size: .88rem; }
.aside-card .btn { width: 100%; margin-top: 8px; }
.aside-meta { display: grid; margin: 25px 0; padding: 20px 0; border-block: 1px solid #383c40; gap: 16px; }
.aside-meta div { display: flex; gap: 12px; }
.aside-meta span { color: #92999e; font-size: .75rem; }
.aside-meta strong { display: block; color: var(--white); font-size: .85rem; }
.feature-boxes { display: grid; margin: 34px 0; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-box { padding: 24px; background: var(--surface); border-radius: var(--radius-sm); }
.feature-box span { display: grid; width: 34px; height: 34px; margin-bottom: 18px; color: var(--white); background: var(--orange); border-radius: 50%; font-size: .8rem; place-items: center; }
.feature-box h3 { margin: 0 0 8px; font-size: 1.05rem; }
.feature-box p { margin: 0; font-size: .84rem; }
.included-list { display: grid; margin: 30px 0; padding: 0; list-style: none; grid-template-columns: 1fr 1fr; gap: 12px; }
.included-list li { padding: 17px 18px; color: var(--graphite); background: var(--surface); border-left: 3px solid var(--orange); font-size: .9rem; font-weight: 700; }
.inline-cta { display: flex; margin-top: 55px; padding: 35px; align-items: center; justify-content: space-between; gap: 24px; color: var(--white); background: var(--graphite); border-radius: var(--radius); }
.inline-cta h3 { margin: 0 0 8px; color: var(--white); }
.inline-cta p { margin: 0; color: #bbc0c4; font-size: .84rem; }
.inline-cta .btn { flex: 0 0 auto; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.contact-card { padding: 30px; background: var(--surface); border-radius: var(--radius); }
.contact-method { padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-method:last-child { border: 0; }
.contact-method span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-method a, .contact-method strong { color: var(--ink); font-size: 1.12rem; font-weight: 800; }
.form-card { padding: clamp(26px, 4vw, 48px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 60px rgba(16,18,20,.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label, .field-label { color: var(--graphite); font-size: .8rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 53px; padding: 13px 15px; color: var(--ink); background: var(--white); border: 1px solid #cdd1d4; border-radius: 7px; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,90,31,.1); outline: 0; }
.field .error { color: #b42318; font-size: .74rem; }
.field [aria-invalid="true"] { border-color: #b42318; }
.checkbox { display: flex; gap: 11px; align-items: flex-start; color: var(--muted); font-size: .78rem; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange); }
.checkbox a { color: var(--ink); text-decoration: underline; }
.form-status { display: none; margin-top: 20px; padding: 16px 18px; border-radius: 7px; font-size: .86rem; }
.form-status.success { display: block; color: #166534; background: #ecfdf3; }
.form-status.failure { display: block; color: #991b1b; background: #fef2f2; }

.booking-shell { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 32px; }
.booking-progress { padding: 32px 26px; color: var(--white); background: var(--ink); border-radius: var(--radius); align-self: start; }
.booking-progress > span { color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.progress-list { display: grid; margin: 28px 0 0; padding: 0; list-style: none; gap: 4px; }
.progress-list li { position: relative; display: flex; min-height: 58px; align-items: center; gap: 13px; color: #80878c; font-size: .8rem; font-weight: 700; }
.progress-list li::after { position: absolute; top: 43px; bottom: -9px; left: 15px; width: 1px; background: #3d4145; content: ""; }
.progress-list li:last-child::after { display: none; }
.progress-dot { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; flex: 0 0 auto; background: #2b2f32; border: 1px solid #44494d; border-radius: 50%; font-size: .7rem; place-items: center; }
.progress-list li.active { color: var(--white); }
.progress-list li.active .progress-dot, .progress-list li.complete .progress-dot { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.booking-panel { min-height: 590px; padding: clamp(28px, 5vw, 58px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 60px rgba(16,18,20,.06); }
.booking-step { display: none; }
.booking-step.active { display: block; animation: step-in .35s ease both; }
.booking-step h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.3rem); }
.booking-step > p { margin-bottom: 34px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-card { position: relative; display: flex; min-height: 95px; padding: 18px; align-items: center; gap: 15px; border: 1px solid #d5d9db; border-radius: 10px; cursor: pointer; transition: .2s ease; }
.choice-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.choice-card input { position: absolute; opacity: 0; }
.choice-card:has(input:checked) { border-color: var(--orange); background: var(--orange-soft); box-shadow: inset 0 0 0 1px var(--orange); }
.choice-icon { display: grid; width: 44px; height: 44px; flex: 0 0 auto; color: var(--orange-dark); background: var(--orange-soft); border-radius: 9px; font-size: 1.15rem; place-items: center; }
.choice-card strong { display: block; font-size: .87rem; }
.choice-card small { color: var(--muted); font-size: .72rem; }
.step-error { min-height: 24px; margin-top: 14px; color: #b42318; font-size: .8rem; }
.booking-actions { display: flex; margin-top: 38px; justify-content: space-between; gap: 12px; }
.booking-actions .btn:last-child { margin-left: auto; }
.booking-summary { display: grid; margin: 28px 0; border-top: 1px solid var(--line); }
.summary-row { display: grid; padding: 14px 0; border-bottom: 1px solid var(--line); grid-template-columns: 180px 1fr; gap: 20px; }
.summary-row span { color: var(--muted); font-size: .78rem; }
.summary-row strong { font-size: .88rem; }
.booking-success { display: none; min-height: 500px; align-items: center; justify-content: center; text-align: center; }
.booking-success.visible { display: flex; }
.success-mark { display: grid; width: 82px; height: 82px; margin: 0 auto 25px; color: var(--white); background: var(--orange); border-radius: 50%; font-size: 2rem; box-shadow: 0 0 0 12px var(--orange-soft); place-items: center; }
.reference-box { display: inline-block; margin: 14px 0 28px; padding: 12px 20px; background: var(--surface); border-radius: 7px; font-family: monospace; font-weight: 800; }

.legal { max-width: 850px; }
.legal h2 { margin-top: 48px; font-size: 2rem; }
.legal h3 { margin-top: 32px; font-size: 1.25rem; }
.legal .placeholder { display: inline-block; padding: 2px 7px; color: #713a25; background: var(--orange-soft); border-radius: 4px; font-weight: 700; }

.footer-cta { color: var(--white); background: var(--orange); }
.footer-cta-inner { display: flex; min-height: 315px; align-items: center; justify-content: space-between; gap: 60px; }
.footer-cta h2 { margin: 0; color: var(--white); }
.footer-cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.site-footer { color: #b2b8bc; background: #0b0c0d; }
.footer-grid { display: grid; padding-top: 78px; padding-bottom: 65px; grid-template-columns: 1.7fr .8fr 1fr 1fr; gap: 60px; }
.site-footer .brand { color: var(--white); }
.footer-brand > p { max-width: 390px; margin: 24px 0; color: #8f969b; font-size: .86rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-badges span { padding: 6px 9px; border: 1px solid #303438; border-radius: 4px; font-size: .67rem; letter-spacing: .05em; text-transform: uppercase; }
.site-footer h3 { margin: 8px 0 24px; color: var(--white); font-size: .82rem; letter-spacing: .11em; text-transform: uppercase; }
.site-footer > .container > div:not(.footer-brand) > a, .footer-grid > div:not(.footer-brand) > a { display: block; margin: 11px 0; font-size: .82rem; }
.site-footer a:hover { color: var(--orange); }
.footer-contact .footer-phone { color: var(--white); font-size: 1.08rem !important; font-weight: 800; }
.footer-contact p { margin-top: 18px; color: #777f84; font-size: .77rem; }
.footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: space-between; border-top: 1px solid #25282b; font-size: .72rem; }
.footer-bottom p { margin: 0; color: #71787d; }
.footer-bottom div { display: flex; gap: 24px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .09s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal-delay-3 { transition-delay: .27s; }
@keyframes step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .mobile-drawer { position: fixed; z-index: 500; top: 0; right: 0; display: flex; width: min(420px, 92vw); height: 100dvh; padding: 22px 25px 28px; flex-direction: column; color: var(--white); background: var(--ink); transform: translateX(102%); transition: transform .3s cubic-bezier(.2,.8,.2,1); overflow-y: auto; }
  .mobile-drawer.open { transform: none; }
  .drawer-backdrop { position: fixed; z-index: 490; inset: 0; display: block; background: rgba(0,0,0,.62); }
  .mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #34383b; }
  .drawer-close { width: 42px; height: 42px; color: var(--white); background: transparent; border: 1px solid #44494c; border-radius: 50%; font-size: 1.6rem; cursor: pointer; }
  .mobile-drawer nav { display: grid; padding: 20px 0; }
  .mobile-drawer nav > a, .mobile-drawer summary { padding: 13px 0; border-bottom: 1px solid #2f3336; font-size: 1.05rem; font-weight: 800; cursor: pointer; }
  .mobile-drawer details div { display: grid; padding: 10px 0 10px 18px; gap: 8px; }
  .mobile-drawer details div a { color: #aab0b4; font-size: .8rem; }
  .mobile-drawer-contact { display: grid; margin-top: auto; padding-top: 26px; gap: 8px; }
  .mobile-drawer-contact > span { color: #7c8489; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-drawer-contact > a:not(.btn) { font-weight: 800; }
  .mobile-drawer-contact .btn { margin-top: 13px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item { padding: 15px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .utility-inner { justify-content: center; }
  .utility-inner > div span { display: none; }
  .utility-inner p { display: none; }
  .header-inner { min-height: 70px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-type strong { font-size: 1rem; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero, .hero-inner { min-height: calc(100svh - 104px); }
  .hero::before { background: linear-gradient(0deg, rgba(9,10,11,.98) 0%, rgba(9,10,11,.68) 70%, rgba(9,10,11,.4) 100%); }
  .hero-image { inset: 0; width: 100%; opacity: .6; }
  .hero-inner { padding-top: 70px; align-items: flex-end; }
  .hero h1 { font-size: clamp(2.9rem, 13vw, 4.5rem); }
  .hero .lead { font-size: 1rem; }
  .hero-index { display: none; }
  .hero-trust { display: none; }
  .hero .button-row { margin-bottom: 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .service-grid, .split, .audience-grid, .contact-grid, .page-hero-grid, .content-grid, .booking-shell { grid-template-columns: 1fr; }
  .service-card.featured { grid-column: auto; }
  .service-card { min-height: 320px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .process-grid::before { display: none; }
  .split-image { order: -1; }
  .split-image > img { min-height: 420px; }
  .image-stat { right: 14px; bottom: 14px; }
  .audience-grid { gap: 1px; }
  .page-hero-card { display: none; }
  .content-aside { order: -1; }
  .aside-card { position: static; }
  .feature-boxes, .included-list { grid-template-columns: 1fr; }
  .inline-cta { align-items: flex-start; flex-direction: column; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .booking-progress { padding: 20px; }
  .progress-list { grid-template-columns: repeat(5, 1fr); gap: 0; }
  .progress-list li { min-height: auto; justify-content: center; }
  .progress-list li span:last-child { display: none; }
  .progress-list li::after { top: 15px; right: -50%; bottom: auto; left: 50%; width: 100%; height: 1px; }
  .booking-panel { min-height: auto; }
  .summary-row { grid-template-columns: 1fr; gap: 3px; }
  .footer-cta-inner { min-height: 360px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  h2 { font-size: 2.35rem; }
  .section { padding: 72px 0; }
  .trust-strip-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2) { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 50px 1fr; gap: 0 16px; }
  .process-number { width: 50px; height: 50px; margin: 0; grid-row: span 2; }
  .button-row .btn { width: 100%; }
  .image-stat { width: 180px; padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .booking-actions { flex-wrap: wrap; }
}

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