/* Zaan Garage — v3 (referans mockup: wit, navy, oranje) */
:root {
  --bg: #f6f7f9; --surface: #ffffff; --surface-2: #eef1f5; --text: #1c2a3a; --heading: #071b33; --muted: #5b6b7c; --line: #e3e8ee;
  --navy: #071b33; --navy-2: #0f2a4a; --on-navy: #ffffff; --on-navy-muted: #aebbcb;
  --accent: #ff5a16; --accent-strong: #e64d0d; --accent-soft: #fff0e8; --green: #1f9d55; --err: #c8372d;
  --shadow: 0 10px 30px -18px rgba(7, 27, 51, .35); --shadow-lg: 0 24px 50px -28px rgba(7, 27, 51, .45);
  --radius: 10px; --radius-s: 6px; --header-h: 66px;
}
@media (min-width: 768px) { :root { --header-h: 76px; } }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body { overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; } }
body { margin: 0; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; font-size: 1rem; line-height: 1.6; color: var(--text); background: var(--surface); -webkit-font-smoothing: antialiased; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: .15em; }
a:hover { color: var(--accent-strong); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.12; font-weight: 700; color: var(--heading); letter-spacing: -.02em; text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 1.2rem + 3.6vw, 3.6rem); line-height: 1.08; }
h2 { font-size: clamp(1.7rem, 1.2rem + 2vw, 2.6rem); }
h3 { font-size: 1.15rem; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
.lead { font-size: 1.05rem; color: var(--muted); max-width: 60ch; }
@media (min-width: 768px) { .lead { font-size: 1.15rem; } }
.wrap { width: min(100% - 2rem, 1200px); margin-inline: auto; }
@media (min-width: 768px) { .wrap { width: min(100% - 4rem, 1200px); } }
.ic { width: 1.25em; height: 1.25em; flex: none; }
.skip { position: absolute; left: 1rem; top: -4rem; background: var(--navy); color: #fff; padding: .6rem 1rem; border-radius: var(--radius-s); z-index: 100; }
.skip:focus { top: 1rem; }
.accent { color: var(--accent); }
.eyebrow { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: .8rem; }
.eyebrow.navy { color: var(--heading); }
.eyebrow .accent { color: var(--accent); }
.underline { display: block; width: 44px; height: 3px; background: var(--accent); border-radius: 2px; margin: .6rem 0 1.2rem; }
.center { text-align: center; }
.center .underline { margin-inline: auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 46px; padding: .65rem 1.25rem; border-radius: var(--radius-s); font: inherit; font-weight: 600; font-size: .95rem; line-height: 1.2; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; white-space: nowrap; transition: background-color .18s, color .18s, border-color .18s, transform .18s, box-shadow .18s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: 0 8px 18px -10px rgba(255, 90, 22, .7); }
.btn-primary:hover { background: var(--accent-strong); border-color: var(--accent-strong); color: #fff; }
.btn-ghost { background: var(--surface); color: var(--heading); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--heading); color: var(--heading); }
.btn-light { background: #fff; color: var(--accent-strong); border-color: #fff; }
.btn-light:hover { background: #fff3ec; color: var(--accent-strong); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { border-color: #fff; color: #fff; }
.btn-lg { min-height: 52px; padding: .8rem 1.5rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn .ic { width: 1.1em; height: 1.1em; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: 0 2px 14px -10px rgba(7,27,51,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--header-h); }
.brand { display: inline-flex; flex: none; }
.logo { width: 132px; height: auto; }
@media (min-width: 768px) { .logo { width: 160px; } }
.header-actions { display: flex; align-items: center; gap: .5rem; }
.btn-tel { width: 44px; height: 44px; min-height: 0; padding: 0; border-radius: var(--radius-s); background: var(--accent); border-color: var(--accent); color: #fff; font-weight: 600; box-shadow: 0 6px 14px -8px rgba(255,90,22,.8); }
.btn-tel .ic { width: 22px; height: 22px; }
.btn-tel:hover { background: var(--accent-strong); border-color: var(--accent-strong); color: #fff; }
.btn-tel span { display: none; }
.btn-cta { display: none; }
.menu-toggle { width: 44px; height: 44px; border-radius: var(--radius-s); border: 1.5px solid var(--line); background: transparent; color: var(--heading); display: inline-grid; place-items: center; cursor: pointer; padding: 0; }
.menu-toggle:hover { border-color: var(--heading); }
.menu-toggle .ic { width: 22px; height: 22px; grid-area: 1 / 1; }
.ic-close { display: none; }
.menu-toggle[aria-expanded="true"] .ic-close { display: block; }
.menu-toggle[aria-expanded="true"] .ic-menu { display: none; }
.nav { position: fixed; inset: var(--header-h) 0 0 0; z-index: 40; background: var(--surface); border-top: 1px solid var(--line); padding: 1rem 1rem 2rem; overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility 0s .28s; }
.nav.is-open { transform: none; visibility: visible; transition: transform .28s ease; }
.nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.nav li a { display: flex; align-items: center; min-height: 52px; padding: .6rem 1rem; font-size: 1.05rem; font-weight: 600; color: var(--heading); text-decoration: none; border-radius: var(--radius-s); background: var(--bg); }
.nav li a[aria-current="page"] { color: var(--accent); box-shadow: inset 3px 0 0 var(--accent); }
.nav-extra { display: grid; gap: .6rem; margin-top: 1.25rem; }
.nav-status { display: flex; align-items: center; gap: .5rem; margin: 0; color: var(--muted); font-size: .95rem; }
.nav-status .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--err); }
.nav-status.is-open .dot { background: var(--green); }
body.nav-open { overflow: hidden; }
@media (min-width: 600px) { .btn-tel { width: auto; min-height: 44px; padding-inline: .9rem; gap: .5rem; } .btn-tel span { display: inline; } }
@media (min-width: 1100px) {
  .menu-toggle { display: none; }
  .btn-cta { display: inline-flex; }
  .btn-tel { width: auto; background: transparent; border-color: transparent; color: var(--heading); box-shadow: none; padding-inline: .6rem; }
  .btn-tel:hover { background: transparent; border-color: transparent; color: var(--accent); }
  .nav { position: static; inset: auto; transform: none; visibility: visible; background: transparent; border: 0; padding: 0; overflow: visible; display: flex; align-items: center; }
  .nav ul { display: flex; gap: .1rem; }
  .nav li a { min-height: 0; padding: .45rem .7rem; font-size: .93rem; font-weight: 600; background: transparent; position: relative; white-space: nowrap; box-shadow: none; }
  .nav li a:hover { color: var(--accent); }
  .nav li a[aria-current="page"] { box-shadow: none; color: var(--heading); }
  .nav li a[aria-current="page"]::after { content: ""; position: absolute; left: .7rem; right: .7rem; bottom: .05rem; height: 2px; background: var(--accent); border-radius: 2px; }
  .nav-extra { display: none; }
}
@media (min-width: 1240px) { .nav li a { padding-inline: .85rem; font-size: .97rem; } }

/* Hero */
.hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg picture, .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,27,51,.6) 0%, rgba(7,27,51,.82) 100%); }
.hero .wrap { position: relative; padding: 2.5rem 0 2.5rem; }
.hero .eyebrow { color: #fff; opacity: .9; }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 1.3rem + 4.2vw, 3.9rem); margin-bottom: .55em; }
.hero h1 .accent { color: #ff7a3d; }
.hero .lead { color: rgba(255,255,255,.88); font-size: 1.05rem; margin-bottom: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1.4rem; }
.hero-actions .btn { flex: 1 1 auto; }
.hero .btn-ghost { background: #fff; color: var(--heading); border-color: #fff; }
.trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; font-size: .92rem; font-weight: 500; }
.trust li { display: flex; align-items: center; gap: .45rem; }
.trust .ic { color: #34d17c; width: 1.15em; height: 1.15em; }
.hero-note { display: none; }
@media (min-width: 900px) {
  .hero { background: var(--bg); color: var(--text); min-height: 560px; display: grid; align-items: center; }
  .hero-bg picture, .hero-bg img { object-position: 100% 50%; }
  .hero-bg::after { background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 26%, color-mix(in srgb, var(--bg) 88%, transparent) 38%, color-mix(in srgb, var(--bg) 0%, transparent) 58%); }
  .hero .wrap { padding: 4rem 0; }
  .hero-copy { max-width: 440px; }
  .hero .eyebrow { color: var(--heading); opacity: 1; }
  .hero h1 { color: var(--heading); }
  .hero h1 .accent { color: var(--accent); }
  .hero .lead { color: var(--text); }
  .hero-actions .btn { flex: none; }
  .hero .btn-ghost { background: var(--surface); border-color: var(--line); }
  .trust { color: var(--text); }
  .trust .ic { color: var(--green); }
  .hero-note { display: block; position: absolute; right: 3rem; bottom: 2.25rem; width: 170px; height: auto; filter: drop-shadow(0 0 8px rgba(255,255,255,.95)) drop-shadow(0 0 2px #fff); }
}
@media (min-width: 1200px) { .hero { min-height: 620px; } .hero-copy { max-width: 480px; } .hero-note { width: 200px; right: max(3rem, calc((100% - 1200px) / 2)); } }
@media (min-width: 900px) {  }


/* Page hero (subpages) */
.hero .crumbs { color: rgba(255,255,255,.75); margin-bottom: .9rem; }
.hero .crumbs a { color: rgba(255,255,255,.75); }
.hero .crumbs a:hover { color: #fff; }
.hero .m-stripe { margin-bottom: .6rem; }
.page-hero .wrap { padding: 2.25rem 0 2.25rem; }
@media (min-width: 900px) {
  .hero .crumbs { color: var(--muted); }
  .hero .crumbs a { color: var(--muted); }
  .hero .crumbs a:hover { color: var(--accent); }
  .page-hero { min-height: 440px; }
  .page-hero .wrap { padding: 3.5rem 0; }
  .page-hero .hero-copy { max-width: 520px; }
  .page-hero h1 { font-size: clamp(2rem, 1.2rem + 3vw, 3.2rem); }
}
@media (min-width: 1200px) { .page-hero { min-height: 480px; } }

/* Feature (subpages): image card like homepage */
.feature picture { display: block; position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 16 / 10; }
.feature picture img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) { .feature picture { aspect-ratio: auto; min-height: 380px; } }

/* Services strip */
.services-strip { background: var(--surface); border-block: 1px solid var(--line); }
.services-strip .wrap { padding: 1.25rem 0; }
.strip { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.strip li { display: flex; }
.strip a { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35rem; padding: .9rem .4rem; text-decoration: none; color: var(--heading); border-radius: var(--radius-s); border: 1px solid var(--line); background: var(--surface); transition: border-color .18s, box-shadow .18s, transform .18s; }
.strip a:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-2px); color: var(--heading); }
.strip .ic { width: 30px; height: 30px; stroke-width: 1.5; }
.strip strong { font-size: .82rem; font-weight: 700; line-height: 1.2; }
.strip span { font-size: .72rem; color: var(--muted); line-height: 1.25; display: none; }
@media (min-width: 560px) { .strip span { display: block; } .strip strong { font-size: .9rem; } }
@media (min-width: 900px) {
  .services-strip .wrap { padding: 1.5rem 0; }
  .strip { grid-template-columns: repeat(6, 1fr); gap: 0; }
  .strip a { border: 0; border-radius: 0; padding: .75rem .5rem; gap: .5rem; }
  .strip li + li a { border-left: 1px solid var(--line); }
  .strip a:hover { box-shadow: none; transform: none; color: var(--accent); }
  .strip .ic { width: 36px; height: 36px; }
  .strip strong { font-size: .95rem; }
  .strip span { font-size: .8rem; }
}

/* Sections */
.section { padding: 3rem 0; }
@media (min-width: 768px) { .section { padding: 5rem 0; } }
.section-alt { background: var(--bg); }
.section-head { max-width: 62ch; margin: 0 auto 1.75rem; text-align: center; }
.section-head p { color: var(--muted); margin: 0; }
@media (min-width: 768px) { .section-head { margin-bottom: 2.5rem; } .section-head p { font-size: 1.1rem; } }
.section-foot { text-align: center; margin-top: 1.5rem; }
@media (min-width: 768px) { .section-foot { margin-top: 2.25rem; } }

/* About */
.about-section { padding: 3.5rem 0; }
.about { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.75rem; align-items: stretch; }
.about > * { min-width: 0; }
.about-copy { display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3.1rem); }
.about-copy p { color: var(--muted); margin-bottom: 1.5rem; font-size: 1.02rem; line-height: 1.7; }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; }
.about-rating { display: inline-flex; align-items: center; gap: .5rem; color: var(--heading); font-weight: 600; font-size: .92rem; text-decoration: none; }
.about-rating .g { width: 20px; height: 20px; }
.about-rating:hover { color: var(--accent); }
.about-media { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 16 / 10; }
.about-media picture, .about-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,27,51,0) 55%, rgba(7,27,51,.45) 100%); pointer-events: none; }
.about-tag { position: absolute; left: 1.25rem; bottom: 1.25rem; z-index: 1; background: #fff; color: var(--heading); padding: .85rem 1.1rem; border-radius: 10px; font-weight: 700; font-size: 1rem; line-height: 1.2; box-shadow: 0 12px 30px -12px rgba(7,27,51,.5); }
.about-tag::after { content: ""; display: block; width: 40px; height: 3px; background: var(--accent); margin-top: .5rem; border-radius: 2px; }
.perks { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; grid-template-columns: minmax(0, 1fr); }
.perks li { display: flex; gap: .7rem; align-items: center; padding: .85rem .9rem; min-width: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); transition: border-color .2s, transform .2s; }
.perks li:hover { border-color: var(--accent); transform: translateY(-2px); }
.perk-ic { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(145deg, #ff7a3d, var(--accent-strong)); display: inline-flex; align-items: center; justify-content: center; color: #fff; flex: none; box-shadow: 0 8px 16px -8px rgba(255,90,22,.7); }
.perk-ic .ic { width: 24px; height: 24px; stroke-width: 1.9; display: block; }
.perks strong { display: block; color: var(--heading); font-size: .95rem; line-height: 1.2; }
.perks li > div > span { color: var(--muted); font-size: .84rem; display: block; }
@media (min-width: 480px) and (max-width: 767px) { .perks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 768px) {
  .about-section { padding: 5.5rem 0; }
  .about { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 2rem; }
  .about-media { aspect-ratio: auto; min-height: 380px; }
  .perks { grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .perks li { flex-direction: column; align-items: flex-start; padding: 1.25rem; }
}
@media (min-width: 1100px) {
  .about-section { padding: 6.5rem 0; }
  .about { grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 2.5rem 3.5rem; }
  .about-media { min-height: 430px; }
  .about-media picture, .about-media img { object-position: 30% 40%; }
  .about-tag { left: 1.5rem; bottom: 1.5rem; font-size: 1.1rem; padding: 1rem 1.3rem; }
  .perks { grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .perks li { flex-direction: row; align-items: center; padding: 1.1rem 1.25rem; }
  .perk-ic { width: 54px; height: 54px; }
  .perk-ic .ic { width: 26px; height: 26px; }
  .perks strong { font-size: 1.02rem; }
  .perks li > div > span { font-size: .9rem; }
}
@media (min-width: 1300px) { .about { gap: 2.75rem 4rem; } .about-media { min-height: 460px; } }

/* Reviews */
.rating-badge { display: inline-flex; align-items: center; gap: .6rem; padding: .55rem .9rem; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; font-weight: 600; color: var(--heading); font-size: .92rem; box-shadow: var(--shadow); }
.rating-badge .g { width: 22px; height: 22px; }
.stars { display: inline-flex; gap: 1px; color: #f5a623; }
.stars .ic { width: 16px; height: 16px; fill: currentColor; stroke: none; }
.reviews { display: grid; gap: .9rem; grid-auto-flow: column; grid-auto-columns: min(82%, 320px); overflow-x: auto; scroll-snap-type: x mandatory; padding: .25rem .25rem 1rem; margin: 0 -1rem; padding-inline: 1rem; scrollbar-width: thin; }
.reviews > * { scroll-snap-align: start; }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; display: flex; flex-direction: column; gap: .7rem; box-shadow: var(--shadow); }
.review-head { display: flex; align-items: center; gap: .7rem; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-strong); display: grid; place-items: center; font-weight: 700; flex: none; object-fit: cover; }
.review-head strong { display: block; color: var(--heading); font-size: .95rem; line-height: 1.2; }
.review-head small { color: var(--muted); font-size: .8rem; }
.review p { margin: 0; color: var(--text); font-size: .93rem; line-height: 1.55; }
.review .g { width: 18px; height: 18px; margin-left: auto; flex: none; opacity: .9; }
@media (min-width: 768px) { .reviews { grid-auto-flow: row; grid-template-columns: repeat(2, 1fr); overflow: visible; margin: 0; padding: 0; gap: 1.25rem; } }
@media (min-width: 1100px) { .reviews { grid-template-columns: repeat(3, 1fr); } .reviews > :nth-child(n+4) { display: none; } }
@media (min-width: 1100px) { .reviews.all > :nth-child(n+4) { display: flex; } }
.reviews-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.reviews-head h2 { margin: 0; }
.reviews-foot { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 1.5rem; }

/* CTA band */
.cta-band { display: grid; grid-template-columns: 1fr; }
.cta-quote { position: relative; z-index: 1; min-height: 260px; background: var(--navy); color: #fff; display: flex; align-items: flex-end; padding: 1.75rem 1.5rem; overflow: hidden; isolation: isolate; }
.cta-quote picture, .cta-quote img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; z-index: -1; }
.cta-quote::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,27,51,.9) 0%, rgba(7,27,51,.55) 55%, rgba(7,27,51,.15) 100%); }
.cta-quote figure { margin: 0; max-width: 30ch; }
.cta-quote blockquote { margin: 0; font-size: clamp(1.35rem, 1rem + 1.6vw, 2.1rem); font-weight: 700; line-height: 1.22; letter-spacing: -.015em; }
.cta-quote blockquote::before { content: "“"; display: block; font-size: 3.2em; line-height: .6; color: var(--accent); margin-bottom: .15em; font-family: Georgia, 'Times New Roman', serif; }
.cta-quote figcaption { margin-top: .9rem; font-size: .88rem; color: rgba(255,255,255,.78); display: flex; align-items: center; gap: .6rem; }
.cta-quote figcaption::before { content: ""; width: 28px; height: 2px; background: var(--accent); border-radius: 2px; }
.cta-panel { position: relative; background: var(--accent); color: #fff; padding: 2.25rem 1.5rem; display: grid; align-content: center; overflow: hidden; }
.cta-panel::before { content: ""; position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; border-radius: 50%; border: 60px solid rgba(255,255,255,.08); pointer-events: none; }
.cta-panel::after { content: ""; position: absolute; right: 40px; bottom: -160px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none; }
.cta-inner { position: relative; max-width: 520px; }
.cta-ic { width: 56px; height: 56px; border-radius: 14px; background: rgba(255,255,255,.16); display: grid; place-items: center; margin-bottom: 1.1rem; }
.cta-ic .ic { width: 28px; height: 28px; }
.cta-panel h2 { color: #fff; font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.2rem); margin-bottom: .3em; }
.cta-panel p { margin: 0 0 1.35rem; color: rgba(255,255,255,.92); max-width: 44ch; }
.cta-panel .cta-actions { justify-content: flex-start; margin-bottom: 1.35rem; }
.cta-panel .btn-outline-light { border-color: rgba(255,255,255,.55); }
.cta-panel .btn-outline-light:hover { background: rgba(255,255,255,.12); }
.cta-meta { list-style: none; margin: 0; padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.28); display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; font-size: .88rem; color: rgba(255,255,255,.92); }
.cta-meta li { display: flex; align-items: center; gap: .4rem; }
.cta-meta .ic { width: 1.05em; height: 1.05em; }
@media (min-width: 900px) {
  .cta-band { grid-template-columns: 1fr 1fr; }
  .cta-quote { min-height: 420px; padding: 3rem 3rem 3rem clamp(2rem, calc((100vw - 1200px) / 2 + 2rem), 8rem); clip-path: polygon(0 0, 100% 0, calc(100% - 64px) 100%, 0 100%); margin-right: -64px; }
  .cta-panel { padding: 3.5rem 3rem 3.5rem calc(64px + 3rem); }
}
@media (min-width: 1200px) { .cta-quote { min-height: 460px; } .cta-panel { padding-right: max(3rem, calc((100vw - 1200px) / 2 + 2rem)); } }

/* Page head (subpages) */
.page-head { background: var(--bg); border-bottom: 1px solid var(--line); }
.page-head .wrap { padding: 2rem 0 2.25rem; display: grid; gap: 1.5rem; }
.page-head .lead { margin: 0; }
.page-head picture { display: none; }
.crumbs { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 .75rem; padding: 0; list-style: none; font-size: .85rem; color: var(--muted); }
.crumbs a { color: var(--muted); display: inline-flex; align-items: center; min-height: 44px; margin-block: -.8rem; text-decoration: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs li + li::before { content: "/"; margin-right: .4rem; opacity: .5; }
@media (min-width: 900px) { .page-head .wrap { grid-template-columns: 1.2fr .8fr; align-items: center; padding: 3.5rem 0; gap: 4rem; } .page-head picture { display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); } }

/* Generic boxes / grids (subpages) */
.grid { display: grid; gap: .75rem; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .grid { gap: 1.25rem; } .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; display: flex; flex-direction: column; min-width: 0; box-shadow: var(--shadow); }
@media (min-width: 768px) { .box { padding: 1.5rem; } }
.box h3 { margin-bottom: .3rem; }
.box p { color: var(--muted); margin: 0; font-size: .92rem; }
@media (min-width: 768px) { .box p { font-size: 1rem; } }
.badge-ic { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); border: 1.5px solid var(--line); color: var(--heading); margin-bottom: .75rem; flex: none; }
.badge-ic .ic { width: 22px; height: 22px; stroke-width: 1.6; }
@media (min-width: 768px) { .badge-ic { width: 52px; height: 52px; } .badge-ic .ic { width: 26px; height: 26px; } }
a.box { text-decoration: none; color: inherit; transition: border-color .2s, box-shadow .2s, transform .2s; }
a.box:hover { border-color: var(--accent); box-shadow: var(--shadow-lg); transform: translateY(-2px); color: inherit; }
a.box:hover .badge-ic { border-color: var(--accent); color: var(--accent); }
a.box .more { margin-top: auto; padding-top: .75rem; display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; color: var(--accent); font-size: .9rem; }
.box picture { display: none; }
@media (min-width: 768px) {
  .box.has-img { padding: 0; overflow: hidden; }
  .box.has-img picture { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
  .box.has-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
  a.box.has-img:hover img { transform: scale(1.04); }
  .box.has-img .box-body { padding: 1.35rem 1.5rem 1.5rem; }
}
.box-body { display: flex; flex-direction: column; flex: 1; }
.usp { display: flex; gap: .7rem; align-items: flex-start; padding: .9rem; }
.usp .badge-ic { margin: 0; width: 40px; height: 40px; }
.usp .badge-ic .ic { width: 20px; height: 20px; }
.usp strong { display: block; color: var(--heading); font-size: .95rem; line-height: 1.2; margin-bottom: .15rem; }
.usp p { font-size: .85rem; }
@media (min-width: 768px) { .usp { flex-direction: column; gap: .9rem; padding: 1.5rem; } .usp .badge-ic { width: 48px; height: 48px; } .usp .badge-ic .ic { width: 24px; height: 24px; } .usp strong { font-size: 1.1rem; } .usp p { font-size: .97rem; } }
.detail { scroll-margin-top: calc(var(--header-h) + 1rem); display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.detail picture { display: block; overflow: hidden; aspect-ratio: 16 / 10; }
.detail img { width: 100%; height: 100%; object-fit: cover; }
.detail .box-body { padding: 1.1rem 1.15rem 1.25rem; }
.detail .box-body h2 { font-size: 1.25rem; display: flex; align-items: center; gap: .5rem; margin-bottom: .35rem; }
.detail .box-body h2 .ic { width: 1.4rem; height: 1.4rem; color: var(--accent); }
.detail .box-body p { font-size: .92rem; }
.detail .box-body p + p { margin-top: .6rem; }
@media (min-width: 768px) {
  .detail picture { aspect-ratio: 16 / 9; }
  .detail .box-body { padding: 1.35rem 1.5rem 1.5rem; }
  .detail .box-body h2 { font-size: 1.4rem; }
  .detail .box-body p { font-size: 1rem; }
}
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.checklist li { display: flex; gap: .55rem; align-items: flex-start; font-size: .95rem; }
.checklist .ic { color: var(--green); margin-top: .15rem; }
@media (min-width: 768px) { .checklist li { font-size: 1rem; } .checklist.two { grid-template-columns: repeat(2, 1fr); } }
.chips { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; grid-template-columns: repeat(2, 1fr); }
.chips li { display: flex; align-items: center; gap: .5rem; padding: .6rem .75rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-s); font-weight: 600; font-size: .92rem; }
.chips .ic { color: var(--accent); }
.chips a { color: inherit; text-decoration: none; }
@media (min-width: 768px) { .chips { grid-template-columns: repeat(3, 1fr); gap: .75rem; } .chips li { padding: .8rem 1rem; font-size: 1rem; } }
.feature { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 900px) { .feature { grid-template-columns: 1fr 1fr; gap: 4rem; } .feature.rev > picture { order: -1; } }
.feature .section-head { text-align: left; margin: 0 0 1rem; }
.feature .underline { margin-inline: 0; }
.bmw-block { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem 1rem; overflow: hidden; box-shadow: var(--shadow); }
.bmw-block::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, #1c69d4 0 33.3%, #6f4ba1 33.3% 66.6%, #e2231a 66.6%); }
.m-stripe { display: inline-block; width: 56px; height: 5px; border-radius: 3px; background: linear-gradient(90deg, #1c69d4 0 33.3%, #6f4ba1 33.3% 66.6%, #e2231a 66.6%); margin-bottom: .9rem; }
.bmw-block .box { background: var(--bg); box-shadow: none; }
.partner { display: flex; align-items: center; gap: 1rem; margin-top: 1.25rem; padding: 1rem; border: 1px dashed var(--line); border-radius: var(--radius-s); }
.partner img { width: 110px; height: auto; background: #fff; border-radius: 6px; padding: .25rem .4rem; flex: none; }
.partner p { margin: 0; color: var(--muted); font-size: .9rem; }
@media (min-width: 768px) { .bmw-block { padding: 2.5rem; } .partner img { width: 150px; } .partner p { font-size: 1rem; } }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: .75rem; grid-template-columns: repeat(2, 1fr); }
.steps li { counter-increment: step; position: relative; padding: 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.steps li::before { content: counter(step); width: 2rem; height: 2rem; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: #fff; font-weight: 700; font-size: .95rem; margin-bottom: .6rem; }
.steps h3 { margin-bottom: .25rem; font-size: 1rem; }
.steps p { margin: 0; color: var(--muted); font-size: .88rem; }
@media (min-width: 768px) { .steps { gap: 1.25rem; grid-template-columns: repeat(4, 1fr); } .steps li { padding: 1.5rem; } .steps h3 { font-size: 1.15rem; } .steps p { font-size: .97rem; } }
.brands { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; padding: 0; margin: 0; list-style: none; }
.brands li { padding: .5rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-weight: 600; font-size: .92rem; }
.contact-box { display: flex; gap: .8rem; align-items: center; padding: .9rem 1rem; }
.contact-box .badge-ic { margin: 0; width: 40px; height: 40px; }
.contact-box .badge-ic .ic { width: 20px; height: 20px; }
.contact-box h3 { font-size: .8rem; color: var(--muted); font-weight: 600; margin: 0 0 .1rem; }
.contact-box p { font-size: .95rem; color: var(--heading); font-weight: 600; }
.contact-box a { color: inherit; text-decoration: none; }
.contact-box a:hover { color: var(--accent); }
@media (min-width: 768px) { .contact-box { padding: 1.25rem 1.5rem; gap: 1rem; } .contact-box .badge-ic { width: 48px; height: 48px; } .contact-box p { font-size: 1.05rem; } }
.cta { background: var(--navy); color: #fff; }
.cta .wrap { display: grid; gap: 1.25rem; padding: 2.5rem 0; text-align: center; }
.cta h2 { color: #fff; margin-bottom: .3em; }
.cta p { color: var(--on-navy-muted); max-width: 55ch; margin: 0 auto; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; }
.cta-actions .btn { flex: 1 1 auto; }
@media (min-width: 900px) { .cta .wrap { grid-template-columns: 1.3fr auto; align-items: center; padding: 4rem 0; text-align: left; } .cta p { margin: 0; } .cta-actions .btn { flex: none; } }
.checker-band { height: 4px; background: linear-gradient(90deg, var(--accent) 0 60%, var(--navy) 60%); }

/* Contact page */
.contact-grid { display: grid; gap: 1.25rem; }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.15rem; box-shadow: var(--shadow-lg); }
.form-card h2 { font-size: 1.5rem; }
.form-grid { display: grid; gap: .9rem; }
.field { display: flex; flex-direction: column; gap: .3rem; min-width: 0; }
.field label { font-weight: 600; font-size: .92rem; color: var(--heading); }
.field label small { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea { font: inherit; color: var(--text); background: var(--bg); border: 1.5px solid var(--line); border-radius: var(--radius-s); padding: .75rem .9rem; min-height: 48px; width: 100%; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 20%, transparent); }
.field-error { color: var(--err); font-size: .88rem; margin: 0; }
.plate { display: flex; align-items: stretch; border: 1.5px solid var(--line); border-radius: var(--radius-s); overflow: hidden; background: #f7c600; }
.plate-eu { width: 30px; display: grid; place-items: center; background: #003399; color: #fff; font-size: .55rem; font-weight: 800; }
.plate input { border: 0 !important; border-radius: 0 !important; background: #f7c600 !important; color: #111 !important; font-weight: 800; font-size: 1.1rem; letter-spacing: .12em; text-transform: uppercase; }
.plate:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 20%, transparent); }
.plate input:focus { box-shadow: none !important; }
.check { display: flex; gap: .65rem; align-items: flex-start; font-size: .9rem; color: var(--muted); }
.check input { width: 20px; height: 20px; margin-top: .1rem; accent-color: var(--accent); flex: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { padding: .9rem 1rem; border-radius: var(--radius-s); margin-bottom: 1rem; border: 1px solid; display: flex; gap: .6rem; align-items: flex-start; }
.alert .ic { flex: none; margin-top: .15rem; }
.alert p { margin: 0; }
.alert-ok { background: color-mix(in srgb, var(--green) 12%, var(--surface)); border-color: var(--green); color: var(--text); }
.alert-err { background: color-mix(in srgb, var(--err) 10%, var(--surface)); border-color: var(--err); color: var(--text); }
.contact-side { display: grid; gap: .75rem; align-content: start; grid-template-columns: 1fr 1fr; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; min-width: 0; box-shadow: var(--shadow); }
.contact-card h2 { font-size: 1.1rem; margin-bottom: .6rem; }
.contact-card address { font-style: normal; display: grid; gap: .55rem; }
.contact-card address a { display: flex; gap: .5rem; align-items: flex-start; color: inherit; text-decoration: none; font-size: .9rem; overflow-wrap: anywhere; }
.contact-card address a:hover { color: var(--accent); }
.contact-card address .ic { color: var(--accent); margin-top: .1rem; }
.hours { width: 100%; border-collapse: collapse; font-size: .85rem; }
.hours th { text-align: left; font-weight: 500; padding: .2rem 0; }
.hours td { text-align: right; padding: .2rem 0; font-variant-numeric: tabular-nums; white-space: nowrap; }
.hours tr.today th, .hours tr.today td { font-weight: 700; color: var(--accent); }
.map { grid-column: 1 / -1; position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--surface-2); min-height: 240px; }
.map iframe { display: block; width: 100%; height: 320px; border: 0; position: relative; }
.map-preview { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.map-consent { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 1.25rem; background: rgba(255,255,255,.55); backdrop-filter: blur(2px); }
.map-consent p { color: var(--muted); max-width: 36ch; margin: 0 0 .9rem; font-size: .92rem; }
.map-consent .ic { width: 2.2rem; height: 2.2rem; color: var(--accent); margin: 0 auto .4rem; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .field.full { grid-column: 1 / -1; } .form-card { padding: 2rem; } .form-card h2 { font-size: 1.75rem; } .contact-card { padding: 1.35rem 1.5rem; } .contact-card h2 { font-size: 1.3rem; } .hours { font-size: .95rem; } .contact-card address a { font-size: 1rem; } }
@media (min-width: 1000px) { .contact-grid { grid-template-columns: 1.25fr .85fr; align-items: start; gap: 2.5rem; } .contact-side { grid-template-columns: 1fr; gap: 1.25rem; } .map { grid-column: auto; } .map iframe { height: 360px; } }


/* Contact: snelle acties + nette kaarten */
.quick-actions { background: var(--surface); border-bottom: 1px solid var(--line); }
.quick { list-style: none; margin: 0; padding: .9rem 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; }
.quick a { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .25rem; padding: .8rem .4rem; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); color: var(--heading); text-decoration: none; min-width: 0; transition: border-color .18s, transform .18s; }
.quick a:hover { border-color: var(--accent); transform: translateY(-2px); }
.quick .ic { width: 24px; height: 24px; color: var(--accent); }
.quick strong { font-size: .9rem; }
.quick span { font-size: .72rem; color: var(--muted); max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: none; }
@media (min-width: 560px) { .quick span { display: block; } .quick a { padding: 1rem .75rem; } .quick strong { font-size: .95rem; } .quick span { font-size: .82rem; } }
@media (min-width: 900px) { .quick { padding: 1.25rem 0; gap: 1rem; } .quick a { flex-direction: row; text-align: left; gap: .9rem; padding: 1rem 1.25rem; align-items: center; } .quick a > .ic { width: 28px; height: 28px; } .quick strong { display: block; } .quick span { display: block; } .quick a strong + span { margin-left: auto; } .quick a strong, .quick a span { flex: none; } }
.form-intro { color: var(--muted); margin: -.35rem 0 1.25rem; font-size: .95rem; }
.contact-rows { display: grid; gap: .5rem; }
.contact-rows a { display: flex; align-items: center; gap: .85rem; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 10px; color: var(--heading); text-decoration: none; background: var(--bg); min-width: 0; }
.contact-rows a:hover { border-color: var(--accent); }
.contact-rows .badge-ic { margin: 0; width: 42px; height: 42px; background: var(--accent-soft); border-color: transparent; color: var(--accent-strong); }
.contact-rows .badge-ic .ic { width: 20px; height: 20px; }
.contact-rows a > span:last-child { display: flex; flex-direction: column; font-weight: 600; font-size: .95rem; min-width: 0; overflow-wrap: anywhere; }
.contact-rows small { font-weight: 500; color: var(--muted); font-size: .78rem; }
.open-now { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 .9rem; padding: .35rem .75rem .35rem .6rem; border-radius: 999px; background: var(--bg); border: 1px solid var(--line); font-size: .85rem; font-weight: 600; color: var(--heading); }
.open-now .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--err); }
.open-now.is-open .dot { background: var(--green); }
.contact-card .hours-compact { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.contact-card .hours-compact li { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .65rem .8rem; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; font-size: .92rem; }
.contact-card .hours-compact strong { color: var(--heading); font-variant-numeric: tabular-nums; white-space: nowrap; }
.contact-card .hours { display: none; }
@media (min-width: 640px) { .contact-card .hours-compact { display: none; } .contact-card .hours { display: table; } }
@media (max-width: 639px) {
  .contact-side { grid-template-columns: 1fr; gap: .75rem; }
  .contact-card { padding: 1.1rem 1rem; }
  .contact-card h2 { font-size: 1.15rem; margin-bottom: .75rem; }
  .form-card { padding: 1.1rem 1rem; border-radius: 12px; }
  .form-card h2 { font-size: 1.4rem; }
  .map { min-height: 220px; }
  .map iframe { height: 260px; }
  .contact-grid { gap: .75rem; }
}

/* FAQ */
.faq { display: grid; gap: .6rem; max-width: 820px; margin-inline: auto; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-s); }
.faq summary { cursor: pointer; padding: .9rem 1.1rem; font-weight: 600; color: var(--heading); list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; font-size: .95rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--accent); font-weight: 400; flex: none; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 1.1rem 1rem; color: var(--muted); font-size: .95rem; }
.faq details > div p:last-child { margin: 0; }

/* Footer */
.site-footer { background: var(--navy); color: var(--on-navy-muted); }
.footer-grid { display: grid; gap: 1.75rem 1rem; padding: 2.5rem 0 1.5rem; grid-template-columns: 1fr 1fr; }
.footer-about { grid-column: 1 / -1; }
.footer-about .logo { width: 170px; margin-bottom: .9rem; }
.footer-col p { margin: 0 0 .9rem; font-size: .92rem; }
.footer-title { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .8rem; letter-spacing: .02em; }
.footer-acc summary { cursor: pointer; }
.footer-acc summary::-webkit-details-marker { display: none; }
.footer-acc summary::marker { content: ""; }
.footer-title::after { content: ""; display: block; width: 28px; height: 2px; background: var(--accent); margin-top: .45rem; border-radius: 2px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; font-size: .92rem; }
.footer-links a, .footer-contact a { color: var(--on-navy-muted); text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact { font-style: normal; display: grid; gap: .6rem; font-size: .92rem; }
.footer-contact a { display: flex; gap: .55rem; align-items: flex-start; }
.footer-contact .ic { color: var(--accent); margin-top: .15rem; }
.site-footer .hours tr.today th, .site-footer .hours tr.today td { color: #fff; }
.socials { display: flex; gap: .6rem; }
.socials a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; color: #fff; }
.socials a:hover { background: var(--accent); border-color: var(--accent); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem 1.5rem; padding: 1rem 0 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--on-navy-muted); margin-left: 1rem; }
.footer-bottom a:hover { color: #fff; }
@media (min-width: 768px) { .footer-grid { padding: 3.5rem 0 2rem; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; } .footer-about { grid-column: 1 / -1; } .footer-col p, .footer-links, .footer-contact { font-size: .97rem; } .footer-acc summary { pointer-events: none; list-style: none; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1.2fr; gap: 3rem; } .footer-about { grid-column: auto; } }


/* Mobiel: gecentreerde koppen + compacte footer */
@media (max-width: 767px) {
  .about-copy { text-align: center; align-items: center; }
  .about-copy .eyebrow { display: block; }
  .about-copy h2 { text-wrap: balance; }
  .about-copy p { margin-inline: auto; }
  .about-actions { flex-direction: column; justify-content: center; align-items: center; gap: .9rem; width: 100%; }
  .about-actions .btn { width: 100%; max-width: 320px; }
  .about-tag { left: 50%; transform: translateX(-50%); bottom: 1rem; text-align: center; white-space: nowrap; }
  .about-tag::after { margin-inline: auto; }
  .perks li { justify-content: flex-start; }
  .reviews-head { flex-direction: column; align-items: center; text-align: center; gap: .9rem; margin-bottom: 1.25rem; }
  .reviews-head .eyebrow { display: block; }
  .reviews-foot { flex-direction: column; align-items: stretch; }
  .reviews-foot .btn { width: 100%; }
  .section-head { text-align: center; }
  .site-footer { font-size: .88rem; }
  .footer-grid { padding: 2rem 0 .5rem; gap: 0; grid-template-columns: 1fr; }
  .footer-acc { border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-acc summary { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 52px; margin: 0; padding: .6rem 0; font-size: 1rem; }
  .footer-acc summary::after { content: ""; width: 9px; height: 9px; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(45deg); transition: transform .2s; margin-right: .3rem; }
  .footer-acc[open] summary::after { transform: rotate(-135deg); }
  .footer-acc .footer-title::after { display: none; }
  .footer-acc > :not(summary) { padding: 0 0 1rem; }
  .footer-about { text-align: center; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.12); margin-bottom: .25rem; }
  .footer-about .logo { width: 150px; margin: 0 auto .7rem; }
  .footer-about p { font-size: .88rem; line-height: 1.5; max-width: 34ch; margin: 0 auto .8rem; }
  .socials { justify-content: center; gap: .5rem; }
  .socials a { width: 40px; height: 40px; }
  .footer-title { font-size: .9rem; margin-bottom: .55rem; }
  .footer-title::after { width: 22px; margin-top: .35rem; }
  .footer-links { gap: .3rem; font-size: .88rem; }
  .footer-contact { gap: .45rem; font-size: .88rem; }
  .footer-bottom { justify-content: center; text-align: center; padding: .9rem 0 1.25rem; font-size: .8rem; gap: .4rem 1rem; }
  .footer-bottom a { margin-left: .6rem; }
  }

/* Cookie notice */
.cookie-note { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 60; display: flex; flex-direction: column; gap: .75rem; padding: 1rem 1.1rem; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.cookie-note.is-visible { opacity: 1; transform: none; }
.cookie-note p { margin: 0; display: flex; gap: .6rem; align-items: flex-start; font-size: .92rem; color: var(--text); line-height: 1.45; }
.cookie-note .ic { color: var(--green); width: 1.3rem; height: 1.3rem; flex: none; margin-top: .1rem; }
.cookie-note .btn { width: 100%; }
@media (min-width: 640px) { .cookie-note { left: auto; right: 1.25rem; bottom: 1.25rem; max-width: 420px; } }
@media (min-width: 900px) { .cookie-note { flex-direction: row; align-items: center; max-width: 720px; padding: .9rem 1rem .9rem 1.25rem; } .cookie-note p { flex: 1; } .cookie-note .btn { width: auto; flex: none; } }

/* Prose / 404 */
.prose { max-width: 72ch; margin-inline: auto; }
.prose h2 { font-size: 1.4rem; margin-top: 1.75rem; }
.prose ul { padding-left: 1.2rem; }
.notfound { text-align: center; padding: 4rem 0; }
.notfound h1 { font-size: clamp(4rem, 12vw, 9rem); color: var(--accent); }
.notfound .lead { margin-inline: auto; }

/* One page-load moment on the hero only */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .6s cubic-bezier(.2,.7,.2,1) both; }
  .hero-copy > :nth-child(2) { animation-delay: .06s; }
  .hero-copy > :nth-child(3) { animation-delay: .12s; }
  .hero-copy > :nth-child(4) { animation-delay: .18s; }
  .hero-copy > :nth-child(5) { animation-delay: .24s; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}
