:root {
  --ink: #09090b;
  --ink-2: #111114;
  --ink-3: #18181b;
  --green: #0047ff;
  --green-bright: #0047ff;
  --green-deep: #003bd6;
  --lime: #b8caff;
  --mint: #edf2ff;
  --surface: #f4f4f5;
  --white: #fff;
  --text: #09090b;
  --muted: #52525b;
  --line: #e4e4e7;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(9, 9, 11, .12);
  --container: 1200px;
  --section: 60px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Manrope", 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, textarea, select { font: inherit; }
button { cursor: pointer; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Sora", sans-serif; letter-spacing: -.035em; line-height: 1.1; overflow-wrap: anywhere; hyphens: auto; }
p { font-weight: 500; }
h1 em, h2 em { color: var(--green-bright); font-style: normal; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: var(--section) 0; }
.section-soft { padding: var(--section) 0; background: var(--surface); }
.section-dark { padding: var(--section) 0; color: var(--white); background: var(--ink); position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -220px; border: 1px solid rgba(32, 212, 119, .2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(32, 212, 119, .025), 0 0 0 160px rgba(32, 212, 119, .02); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 18px; color: var(--ink); background: var(--lime); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; height: 86px; z-index: 1000; background: rgba(255,255,255,.98); border-bottom: 1px solid #e4ece7; box-shadow: 0 8px 30px rgba(4,19,11,.06); transition: background .3s ease, height .3s ease, box-shadow .3s ease; }
.site-header.scrolled { height: 72px; background: rgba(255,255,255,.94); box-shadow: 0 15px 45px rgba(4,19,11,.11); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 145px; height: auto; filter: brightness(0) saturate(100%); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.primary-nav a, .nav-dropdown-toggle { color: #17241d; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.primary-nav > a:hover, .primary-nav > a.active, .nav-dropdown-link:hover, .nav-dropdown-link.active, .nav-dropdown-toggle:hover { color: var(--green-bright); }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; }
.nav-dropdown-link { padding: 12px 0; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; justify-content: center; padding: 12px 0 12px 8px; background: transparent; border: 0; }
.nav-dropdown-toggle span { width: 7px; height: 7px; flex: 0 0 7px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; font-size: 0; line-height: 0; transform: rotate(45deg); transform-origin: center; transition: transform .2s ease, margin .2s ease; }
.nav-dropdown.open .nav-dropdown-toggle span { margin-top: 4px; transform: rotate(225deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 12px); left: 50%; width: 320px; padding: 12px; display: grid; gap: 5px; color: var(--text); background: rgba(255,255,255,.99); border: 1px solid #dce9e2; border-top: 4px solid var(--green-bright); border-radius: 0 0 18px 18px; box-shadow: 0 24px 60px rgba(4,19,11,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.nav-dropdown-menu::before { content: ""; position: absolute; inset: -13px 0 auto; height: 13px; }
.nav-dropdown-menu a { position: relative; padding: 13px 38px 13px 16px; color: var(--text); border: 1px solid transparent; border-radius: 11px; font-size: 13px; }
.nav-dropdown-menu a::after { content: "\2197"; position: absolute; right: 15px; color: var(--green); font-size: 14px; transition: transform .2s ease; }
.nav-dropdown-menu a:hover::after, .nav-dropdown-menu a[aria-current="page"]::after { transform: translate(2px, -2px); }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a[aria-current="page"] { color: var(--green-deep); background: var(--mint); }
.nav-dropdown.open .nav-dropdown-menu, .nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }

@media (min-width: 1001px) {
  .nav-dropdown:hover .nav-dropdown-toggle span,
  .nav-dropdown:focus-within .nav-dropdown-toggle span { margin-top: 4px; transform: rotate(225deg); }
}
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; color: var(--ink); background: var(--green-bright); border-radius: 99px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--green); color: white; }
.nav-cta svg { width: 17px; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; background: transparent; border: 1px solid #cad8d0; border-radius: 50%; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s ease; }

.hero { position: relative; min-height: 790px; padding: 155px 0 90px; color: var(--white); background-image: linear-gradient(90deg, rgba(4,19,11,.97) 0%, rgba(4,19,11,.91) 42%, rgba(4,19,11,.56) 72%, rgba(4,19,11,.64) 100%), url("../assets/images/hero-driving.webp"); background-position: center; background-size: cover; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.18)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; align-items: center; }
.hero-copy { max-width: 850px; padding-bottom: 10px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--green-bright); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--green); }
.hero h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(48px, 5.5vw, 78px); }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: rgba(255,255,255,.69); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.btn { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 10px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--ink); background: var(--green-bright); box-shadow: 0 14px 34px rgba(32,212,119,.2); }
.btn-primary:hover { color: white; background: var(--green); box-shadow: 0 18px 38px rgba(12,155,88,.2); }
.btn-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.btn-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.btn-dark { color: white; background: var(--ink); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 24px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 600; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points li span { display: grid; place-items: center; width: 20px; height: 20px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 900; }
.hero-visual { display: none; }
.image-frame { position: relative; height: 590px; border-radius: 180px 180px 28px 28px; overflow: hidden; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.image-frame::before { content: ""; position: absolute; inset: 16px; z-index: 2; border: 1px solid rgba(255,255,255,.22); border-radius: 165px 165px 20px 20px; pointer-events: none; }
.image-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,19,11,.05) 35%, rgba(4,19,11,.65) 100%); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 16px; color: var(--text); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.65); border-radius: 14px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.floating-card-top { left: -44px; top: 125px; }
.floating-card-bottom { right: -35px; bottom: 50px; }
.floating-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--lime); border-radius: 10px; font-weight: 900; }
.pulse-dot { position: relative; width: 12px; height: 12px; background: var(--green-bright); border-radius: 50%; box-shadow: 0 0 0 6px rgba(32,212,119,.13); }
.hero-orbit { position: absolute; left: -50px; bottom: -34px; display: grid; place-items: center; width: 108px; height: 108px; color: var(--lime); border: 1px solid rgba(32,212,119,.45); border-radius: 50%; font-family: "Sora"; font-weight: 700; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(32,212,119,.25); border-radius: 50%; }
.hero-orbit::after { inset: 28px; border-style: solid; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 470px; height: 470px; left: -330px; top: 150px; background: rgba(12,155,88,.17); box-shadow: 0 0 140px rgba(12,155,88,.28); }
.hero-glow-two { width: 180px; height: 180px; right: 3%; top: 90px; background: rgba(32,212,119,.08); box-shadow: 0 0 90px rgba(32,212,119,.11); }

.trust-bar { position: relative; z-index: 4; padding: 27px 0; color: white; background: var(--ink-3); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1.25fr; align-items: center; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; }
.trust-item strong { color: var(--lime); font-family: "Sora"; font-size: 20px; }
.trust-item span { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }
.trust-item strong .ui-icon { display: inline-block; width: 25px; height: 25px; color: var(--lime); vertical-align: middle; }
.trust-divider { height: 30px; background: rgba(255,255,255,.12); }

.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.section-heading h2, .scope-content h2, .foreign-copy h2, .deliverables-head h2, .benefits-copy h2, .faq-heading h2, .contact-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 58px); }
.intro-text { padding-left: 40px; border-left: 1px solid var(--line); }
.intro { background: #f3faf6; }
.intro-text p { margin-bottom: 13px; color: var(--text); font-size: 16px; }
.intro-text .muted { color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.service-card { display: flex; flex-direction: column; grid-column: auto; min-height: 0; padding: 26px 22px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--green-bright); border-radius: 0 0 var(--radius-md) var(--radius-md); position: relative; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border .28s ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(12,155,88,.35); box-shadow: var(--shadow); }
.service-card-featured { color: var(--text); background: var(--white); border-color: var(--line); border-top-color: var(--green-bright); }
.service-number { position: static; display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; color: var(--green-deep); background: var(--mint); border-radius: 17px; font-family: "Sora"; font-size: 18px; font-weight: 700; }
.service-card-featured .service-number { color: var(--green-deep); }
.service-icon { position: absolute; right: 20px; top: 28px; display: grid; place-items: center; width: 38px; height: 38px; margin: 0; color: var(--green); background: #f3faf6; border-radius: 12px; }
.service-card-featured .service-icon { color: var(--green); background: #f3faf6; }
.service-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 14px; font-size: 19px; overflow-wrap: anywhere; hyphens: auto; }
.service-card > p { margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.service-card-featured > p { color: var(--muted); }
.service-card details { border-top: 1px solid var(--line); }
.service-card details { margin-top: auto; }
.service-card-featured details { border-color: var(--line); }
.service-card summary { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.service-card summary::-webkit-details-marker { display: none; }
.service-card summary span { font-size: 18px; transition: transform .2s ease; }
.service-card details[open] summary span { transform: rotate(45deg); }
.service-card details div p { padding-top: 13px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-card-featured details div p { color: var(--muted); }

.scope-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.scope-image { position: relative; }
.scope-image img { width: 100%; height: 560px; object-fit: cover; border-radius: 30px; }
.scope-image::before { content: ""; position: absolute; inset: 16px; z-index: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; }
.scope-stamp { position: absolute; z-index: 2; right: -28px; bottom: 45px; padding: 15px 18px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: var(--lime); border-radius: 12px; font-size: 12px; font-weight: 800; box-shadow: var(--shadow); }
.scope-stamp span { display: grid; place-items: center; width: 23px; height: 23px; background: rgba(4,19,11,.12); border-radius: 50%; }
.scope-content { position: relative; z-index: 2; }
.scope-content > p { color: rgba(255,255,255,.65); }
.check-list { margin: 32px 0; padding: 0; list-style: none; }
.check-list.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; }
.check-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,.83); font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 20px; height: 20px; color: var(--ink); background: var(--green-bright); border-radius: 50%; font-size: 10px; font-weight: 900; }
.language-note { display: flex; align-items: center; gap: 13px; padding: 16px 18px; color: white !important; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; font-size: 13px; }
.language-note span { color: var(--lime); font-family: "Sora"; font-size: 18px; }
.boundary-card { position: relative; z-index: 2; display: grid; grid-template-columns: auto .8fr 1.5fr; align-items: center; gap: 22px; margin-top: 64px; padding: 28px 32px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; }
.boundary-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--ink); background: var(--lime); border-radius: 50%; font-family: "Sora"; font-size: 24px; font-weight: 800; }
.boundary-card span { color: var(--green-bright); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.boundary-card h3 { margin: 4px 0 0; font-size: 18px; }
.boundary-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }

.foreign-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.foreign-copy p { color: var(--muted); }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 15px; color: var(--green-deep); font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; }
.text-link span { font-size: 22px; }
.fine-print { margin-top: 35px; padding-left: 18px; border-left: 3px solid var(--lime); font-size: 12px; }
.question-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 24px 70px rgba(4,19,11,.07); }
.question-row { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 18px; min-height: 74px; padding: 13px 22px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.question-row:last-child { border: 0; }
.question-row:hover { background: var(--mint); }
.question-row span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--green-deep); background: var(--mint); border-radius: 50%; font-size: 11px; font-weight: 800; }
.question-row p { margin: 0; font-size: 14px; font-weight: 700; }

.section-heading.centered { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { color: var(--muted); }
.document-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: stretch; }
.document-visual { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-md); }
.document-visual img { width: 100%; height: 100%; object-fit: cover; }
.document-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(4,19,11,.83)); }
.doc-overlay { position: absolute; z-index: 2; left: 30px; bottom: 28px; color: white; }
.doc-overlay strong, .doc-overlay span { display: block; }
.doc-overlay strong { font-family: "Sora"; font-size: 25px; }
.doc-overlay span { color: var(--green-bright); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.document-list { margin: 0; padding: 10px 0; list-style: none; }
.document-list li { display: flex; align-items: center; gap: 18px; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.document-list li span { flex: 0 0 auto; color: var(--green); font-family: "Sora"; font-size: 11px; }
.security-note { display: flex; align-items: center; gap: 15px; margin-top: 30px; padding: 20px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.security-note span { font-size: 22px; }
.security-note p { margin: 0; color: var(--muted); font-size: 14px; }

.deliverables-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.deliverables-head > p { color: var(--muted); }
.price-note { display: flex; gap: 14px; align-items: center; margin-top: 35px; padding: 18px; background: var(--surface); border-radius: 14px; }
.price-note > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; color: var(--ink); background: var(--lime); border-radius: 10px; font-family: "Sora"; font-size: 20px; font-weight: 700; }
.price-note p { margin: 0; color: var(--muted); font-size: 13px; }
.deliverable-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.deliverable-card { min-height: 200px; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.deliverable-card > span { color: var(--green); font-family: "Sora"; font-size: 11px; font-weight: 800; }
.deliverable-card h3 { margin: 42px 0 10px; font-size: 18px; }
.deliverable-card p { margin: 0; color: var(--muted); font-size: 14px; }
.accent-card { color: white; background: var(--green-deep); border-color: var(--green-deep); }
.accent-card > span { color: var(--lime); }
.accent-card p { color: rgba(255,255,255,.68); }

.section-heading.light p { color: rgba(255,255,255,.58); }
.process-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-grid::before { content: ""; position: absolute; left: 11%; right: 11%; top: 45px; height: 1px; background: linear-gradient(90deg, transparent, rgba(32,212,119,.5), transparent); }
.process-step { position: relative; min-height: 280px; padding: 32px 26px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; transition: transform .25s ease, background .25s ease; }
.process-step:hover { transform: translateY(-6px); background: rgba(255,255,255,.075); }
.step-no { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 55px; color: var(--ink); background: var(--green-bright); border: 7px solid var(--ink); outline: 1px solid rgba(32,212,119,.4); border-radius: 50%; font-family: "Sora"; font-size: 12px; font-weight: 800; }
.process-step:nth-child(even) .step-no { background: var(--lime); }
.process-step h3 { margin-bottom: 13px; font-size: 18px; }
.process-step p { color: rgba(255,255,255,.57); font-size: 14px; }

.benefits-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.benefits-copy > p { color: var(--muted); }
.benefits-copy img { width: 100%; height: 270px; margin-top: 40px; object-fit: cover; border-radius: 22px; }
.benefits-list { border-top: 1px solid var(--line); }
.benefit { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.benefit > span { color: var(--green); font-family: "Sora"; font-size: 12px; font-weight: 800; }
.benefit h3 { margin-bottom: 8px; font-size: 19px; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; }

.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.audience .section-heading h2,
.audience .section-heading h2 em { color: var(--ink); }
.audience .section-heading p { color: var(--muted); }
.audience-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.audience-tags span { padding: 17px 22px; background: white; border: 1px solid var(--line); border-radius: 99px; font-size: 13px; font-weight: 800; box-shadow: 0 10px 28px rgba(4,19,11,.04); }
.audience-tags span:nth-child(2), .audience-tags span:nth-child(5) { color: var(--white); background: var(--green-deep); border-color: var(--green-deep); box-shadow: 0 12px 30px rgba(5,104,58,.22); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading p { margin-bottom: 28px; color: var(--muted); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-family: "Sora"; font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; color: var(--green); background: var(--mint); border-radius: 50%; font-size: 18px; transition: transform .2s ease, background .2s ease; }
.accordion details[open] summary span { color: var(--ink); background: var(--lime); transform: rotate(45deg); }
.accordion details p { max-width: 90%; padding: 0 0 24px; margin: 0; color: var(--muted); font-size: 15px; }

.contact { padding-bottom: 90px; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.contact-copy > p { max-width: 550px; color: rgba(255,255,255,.63); }
.contact-details { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-details > * { padding: 19px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: 6px; color: var(--green-bright); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-details strong { font-size: 13px; }
.contact-form { padding: 36px; color: var(--text); background: white; border-radius: var(--radius-md); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-head span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-head h3 { margin: 5px 0 0; font-size: 25px; }
.form-head .form-arrow { display: grid; place-items: center; width: 44px; height: 44px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 21px; }
.contact-form > p { margin: 15px 0 24px; color: var(--muted); font-size: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 14px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: var(--text); font-size: 11px; font-weight: 800; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 9px; outline: none; font-size: 13px; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,155,88,.09); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; }
.contact-form .consent input { margin-top: 4px; accent-color: var(--green); }
.contact-form .consent span { margin: 0; color: var(--muted); font-weight: 500; line-height: 1.5; }
.form-submit { width: 100%; }
.form-disclaimer { margin-top: 14px; color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { padding: 62px 0 22px; color: white; background: #020a06; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr 1fr; gap: 54px; padding-bottom: 44px; }
.footer-brand img { width: 160px; margin-bottom: 23px; }
.footer-brand p { max-width: 300px; color: rgba(255,255,255,.48); font-size: 14px; }
.footer-links h3 { margin-bottom: 20px; color: rgba(255,255,255,.36); font-family: "Manrope"; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-links > span { display: block; margin-bottom: 11px; color: rgba(255,255,255,.7); font-size: 13px; }
.footer-links a:hover { color: var(--green-bright); }
.footer-cta { padding: 23px; background: var(--green-deep); border-radius: 16px; }
.footer-cta > span { display: block; margin-bottom: 28px; color: rgba(255,255,255,.65); font-size: 12px; }
.footer-cta a { display: flex; align-items: center; justify-content: space-between; font-family: "Sora"; font-size: 16px; font-weight: 600; }
.footer-cta a span { color: var(--lime); font-size: 22px; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: 10px; }
.footer-bottom p { max-width: 660px; margin: 0; text-align: right; }
.whatsapp-float { position: fixed; right: 23px; bottom: 23px; z-index: 900; display: grid; place-items: center; width: 58px; height: 58px; color: var(--ink); background: var(--green-bright); border: 5px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 14px 35px rgba(4,19,11,.25); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 25px; fill: currentColor; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Inner pages */
.inner-hero { position: relative; min-height: 610px; padding: 150px 0 85px; display: flex; align-items: center; color: var(--white); background: var(--ink); overflow: hidden; }
.inner-hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -240px; top: -260px; border: 1px solid rgba(32,212,119,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(32,212,119,.025), 0 0 0 180px rgba(32,212,119,.018); }
.inner-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(4,19,11,.95) 48%, rgba(4,19,11,.35) 100%); }
.inner-hero.has-image { background-position: center; background-size: cover; }
.inner-hero .container { position: relative; z-index: 2; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 30px; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumb a:hover { color: var(--green-bright); }
.breadcrumb i { color: var(--green-bright); font-style: normal; }
.inner-hero-copy { max-width: 800px; }
.inner-hero-copy h1 { margin-bottom: 24px; font-size: clamp(48px, 6vw, 76px); }
.inner-hero-copy h2 { margin-bottom: 18px; font-size: clamp(24px, 2.4vw, 34px); }
.inner-hero-copy .kicker { margin-bottom: 16px; color: var(--green-bright); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.inner-hero-copy .subhead { margin-bottom: 14px; color: white; font-family: "Sora"; font-size: clamp(20px, 2vw, 28px); font-weight: 600; }
.inner-hero-copy > p:not(.kicker):not(.subhead) { max-width: 690px; color: rgba(255,255,255,.66); font-size: 17px; }
.inner-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
.hero-checks li::before { content: "✓"; margin-right: 8px; color: var(--lime); }
.page-section { padding: 64px 0; }
.page-section.soft { background: var(--surface); }
.page-section.dark { position: relative; color: white; background: var(--ink); overflow: hidden; }
.page-section.dark::after { content: ""; position: absolute; width: 420px; height: 420px; right: -260px; bottom: -260px; border: 1px solid rgba(32,212,119,.22); border-radius: 50%; box-shadow: 0 0 0 75px rgba(32,212,119,.025); }
.page-section.dark > .container { position: relative; z-index: 2; }
.page-heading { max-width: 780px; margin-bottom: 36px; }
.page-heading.centered { margin-inline: auto; text-align: center; }
.page-heading.centered .eyebrow { justify-content: center; }
.page-heading h2 { margin-bottom: 20px; font-size: clamp(36px, 4vw, 54px); }
.page-heading > p { color: var(--muted); font-size: 16px; }
.dark .page-heading > p { color: rgba(255,255,255,.6); }
.copy-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.copy-grid.reverse { grid-template-columns: 1.15fr .85fr; }
.copy-body p { color: var(--muted); }
.copy-body p:last-child { margin-bottom: 0; }
.copy-body .lead { color: var(--text); font-size: 19px; font-weight: 600; }
.dark .copy-body p { color: rgba(255,255,255,.64); }
.content-image { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.content-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.content-image::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 15px; }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.info-grid.four { grid-template-columns: repeat(4,1fr); }
.info-card { position: relative; min-height: 245px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease; }
.info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.info-card .card-no { color: var(--green); font-family: "Sora"; font-size: 11px; font-weight: 800; }
.info-card h3 { margin: 58px 0 12px; font-size: 19px; }
.info-card p { margin: 0; color: var(--muted); font-size: 14px; }
.info-card.accent { color: white; background: var(--green-deep); border-color: var(--green-deep); }
.info-card.accent .card-no { color: var(--lime); }
.info-card.accent p { color: rgba(255,255,255,.68); }
.number-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.number-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.number-item > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--ink); background: var(--lime); border-radius: 13px; font-family: "Sora"; font-size: 12px; font-weight: 800; }
.number-item h3 { margin: 2px 0 8px; font-size: 18px; }
.number-item p { margin: 0; color: var(--muted); font-size: 14px; }
.dark .number-item { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
.dark .number-item p { color: rgba(255,255,255,.6); }
.plain-list { margin: 25px 0; padding: 0; list-style: none; }
.plain-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); color: var(--muted); }
.plain-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.dark .plain-list li { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.1); }
.dark .plain-list li::before { color: var(--lime); }
.service-detail-list { display: grid; gap: 15px; }
.service-detail { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.service-detail > span { color: var(--green); font-family: "Sora"; font-size: 24px; font-weight: 700; }
.service-detail h3 { margin-bottom: 11px; font-size: 22px; }
.service-detail p { margin-bottom: 10px; color: var(--muted); font-size: 15px; }
.service-detail p:last-child { margin-bottom: 0; }
.statement-card { padding: 32px; color: white; background: var(--green-deep); border-radius: var(--radius-md); }
.statement-card h3 { margin-bottom: 15px; font-size: 23px; }
.statement-card p { color: rgba(255,255,255,.72); }
.statement-card p:last-child { margin-bottom: 0; }
.statement-card .plain-list li { color: rgba(255,255,255,.76); border-color: rgba(255,255,255,.12); }
.statement-card .plain-list li::before { color: var(--lime); }
.cta-band { position: relative; padding: 56px 0; color: white; background: var(--green-deep); overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -120px; top: -180px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03); }
.cta-band .container { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta-band h2 { max-width: 720px; margin: 0 0 10px; font-size: clamp(32px,4vw,50px); }
.cta-band p { margin: 0; color: rgba(255,255,255,.7); }
.cta-band .btn { flex: 0 0 auto; }
.faq-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }
.faq-sidebar { position: sticky; top: 105px; padding: 30px; color: white; background: var(--green-deep); border-radius: 22px; }
.faq-sidebar h2 { margin-bottom: 14px; font-size: 28px; }
.faq-sidebar p { color: rgba(255,255,255,.7); font-size: 14px; }
.faq-sidebar .btn { width: 100%; margin-top: 12px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.testimonial { min-height: 290px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.testimonial .quote { color: var(--green); font-family: Georgia, serif; font-size: 42px; line-height: 1; }
.testimonial p { color: var(--muted); font-size: 14px; }
.testimonial strong { display: block; margin-top: 20px; font-size: 13px; }
.review-warning { margin-bottom: 30px; padding: 20px 23px; color: #17442d; background: #effaf4; border: 1px solid #bfe6d0; border-radius: 14px; font-size: 12px; }

/* Contextual photography for visually spacious sections */
.bg-road-dark { background-image: linear-gradient(rgba(4,19,11,.91), rgba(4,19,11,.94)), url("../assets/images/road.jpg") !important; background-position: center; background-size: cover; }
.bg-driving-dark { background-image: linear-gradient(90deg, rgba(4,19,11,.96), rgba(4,19,11,.82)), url("../assets/images/hero-driving.webp") !important; background-position: center; background-size: cover; }
.bg-documents-light { background-image: linear-gradient(90deg, rgba(248,251,249,.94) 0%, rgba(248,251,249,.82) 44%, rgba(248,251,249,.58) 100%), url("../assets/images/documents.webp") !important; background-position: center 44%; background-size: cover; }
.contact-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { margin-top: 6px; font-size: 16px; }
.empty-page { min-height: 70vh; display: grid; place-items: center; padding: 150px 20px 80px; color: white; text-align: center; background: var(--ink); }
.empty-page h1 { font-size: clamp(48px,7vw,80px); }

@media (max-width: 1024px) {
  :root { --section: 52px; }
  .primary-nav { gap: 18px; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: clamp(45px, 6vw, 64px); }
  .image-frame { height: 540px; }
  .floating-card-top { left: -20px; }
  .floating-card-bottom { right: -16px; }
  .scope-grid, .foreign-grid, .deliverables-grid, .benefits-grid, .faq-grid, .contact-grid { gap: 55px; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-card, .service-card:last-child { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid::before { display: none; }
  .info-grid.four { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1000px) {
  .site-header { height: 74px; }
  .nav-wrap { display: flex; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 74px 0 auto; display: grid; gap: 0; padding: 18px 24px 28px; background: rgba(255,255,255,.99); border-top: 1px solid #e4ece7; box-shadow: 0 22px 50px rgba(4,19,11,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .28s ease; }
  .primary-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav a { padding: 15px 5px; color: var(--text); border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-trigger { display: grid; grid-template-columns: minmax(0, 1fr) 48px; border-bottom: 1px solid var(--line); }
  .nav-dropdown-trigger .nav-dropdown-link { border-bottom: 0; }
  .nav-dropdown-toggle { width: 48px; padding: 15px 5px; color: var(--text); border: 0; font-size: 16px; }
  .nav-dropdown-menu { position: static; width: 100%; padding: 7px 0 9px 16px; display: none; color: var(--text); background: #f7fbf8; border: 0; border-left: 3px solid var(--green-bright); border-radius: 0 0 10px 10px; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: none; }
  .nav-dropdown:hover .nav-dropdown-menu { display: none; transform: none; }
  .nav-dropdown.open .nav-dropdown-menu { display: grid; transform: none; }
  .nav-dropdown-menu a { padding: 11px 38px 11px 14px; color: var(--text); border: 0; font-size: 14px; }
  .nav-dropdown-menu a:hover, .nav-dropdown-menu a[aria-current="page"] { color: var(--green-deep); background: var(--mint); }
  .menu-toggle.active span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 125px; }
  .hero-grid, .split-intro, .scope-grid, .foreign-grid, .document-layout, .deliverables-grid, .benefits-grid, .audience-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-points { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(100%, 580px); margin-inline: auto; }
  .image-frame { height: 560px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .trust-divider { display: none; }
  .trust-item { justify-content: flex-start; }
  .split-intro { gap: 20px; margin-bottom: 32px; }
  .intro-text { padding-left: 0; border: 0; }
  .scope-grid, .foreign-grid, .document-layout, .deliverables-grid, .benefits-grid, .audience-grid, .faq-grid, .contact-grid { gap: 45px; }
  .scope-image { max-width: 580px; }
  .scope-stamp { right: -10px; }
  .boundary-card { grid-template-columns: auto 1fr; }
  .boundary-card p { grid-column: 1 / -1; }
  .faq-heading { position: static; }
  .contact-copy { text-align: center; }
  .contact-copy .eyebrow { justify-content: center; }
  .contact-copy > p { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
  .copy-grid, .copy-grid.reverse, .faq-page-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-sidebar { position: static; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band .container { display: block; text-align: center; }
  .cta-band .btn { margin-top: 25px; }
}

@media (max-width: 620px) {
  :root { --section: 44px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand img { width: 126px; }
  .hero { min-height: auto; padding: 112px 0 70px; background-image: linear-gradient(rgba(4,19,11,.9), rgba(4,19,11,.88)), url("../assets/images/hero-driving.webp"); background-position: 62% center; }
  .hero h1 { font-size: 40px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-points { align-items: flex-start; flex-direction: column; width: max-content; max-width: 100%; margin-inline: auto; }
  .image-frame { height: 430px; border-radius: 100px 100px 24px 24px; }
  .image-frame::before { border-radius: 88px 88px 16px 16px; }
  .floating-card-top { left: -8px; top: 80px; }
  .floating-card-bottom { right: -5px; bottom: 28px; }
  .floating-card { padding: 11px 12px; }
  .hero-orbit { left: -12px; width: 80px; height: 80px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { display: block; text-align: center; }
  .trust-item strong, .trust-item span { display: block; }
  .trust-item span { margin-top: 3px; font-size: 10px; }
  .section-heading h2, .scope-content h2, .foreign-copy h2, .deliverables-head h2, .benefits-copy h2, .faq-heading h2, .contact-copy h2 { font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5), .service-card:last-child { grid-column: auto; min-height: 0; }
  .scope-image img { height: 430px; }
  .check-list.two-col { grid-template-columns: 1fr; }
  .boundary-card { margin-top: 42px; padding: 23px; }
  .document-visual { min-height: 390px; }
  .deliverable-bento, .process-grid { grid-template-columns: 1fr; }
  .deliverable-card { min-height: 180px; }
  .process-step { min-height: auto; }
  .step-no { margin-bottom: 35px; }
  .contact-details, .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { display: block; }
  .footer-bottom p { margin-top: 12px; text-align: left; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .js .reveal { transition-delay: 0ms !important; }
  .inner-hero { min-height: 560px; padding-top: 125px; }
  .inner-hero-copy h1 { font-size: 40px; }
  .inner-hero-actions { display: grid; }
  .hero-checks { display: grid; }
  .page-section { padding: 50px 0; }
  .info-grid, .info-grid.four, .number-list, .testimonial-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 220px; }
  .service-detail { grid-template-columns: 1fr; gap: 12px; padding: 24px; }
  .service-detail > span { font-size: 17px; }
  .content-image { min-height: 360px; }
}

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

/* Lightweight professional SVG icon system */
.icon-check { --icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12.5 4.2 4.2L19 7' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4'/%3E%3C/svg%3E"); }
.icon-arrow-right { --icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14m-6-6 6 6-6 6' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E"); }
.icon-arrow-up-right { --icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M8 7h9v9' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E"); }
.icon-alert { --icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M12 7.5v6m0 3v.1' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2.2'/%3E%3C/svg%3E"); }
.icon-lock { --icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='10' width='14' height='10' rx='2.5' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M8.5 10V7.5a3.5 3.5 0 0 1 7 0V10M12 14v2.5' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E"); }
.icon-whatsapp { --icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5A11.8 11.8 0 0 0 12.1 0C5.6 0 .3 5.3.3 11.8c0 2.1.5 4.1 1.6 5.9L.2 24l6.5-1.7a11.9 11.9 0 0 0 5.4 1.4c6.5 0 11.8-5.3 11.8-11.8 0-3.2-1.2-6.1-3.4-8.4Zm-8.4 18.2c-1.7 0-3.5-.5-5-1.4l-.4-.2-3.8 1 1-3.7-.2-.4a9.8 9.8 0 1 1 8.4 4.7Zm5.4-7.3c-.3-.2-1.8-.9-2-.9-.3-.1-.5-.2-.7.2l-1 1.2c-.2.2-.4.2-.7.1-1.7-.8-2.8-1.5-3.9-3.4-.3-.5.3-.5.8-1.7.1-.2 0-.4 0-.6L9 7.2c-.2-.5-.5-.4-.7-.4h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.2-1.2 2.9 0 1.7 1.2 3.3 1.4 3.6.2.2 2.4 3.7 5.9 5.1 2.2.9 3 .9 4.1.8.7-.1 1.8-.8 2.1-1.5.3-.7.3-1.4.2-1.5-.2-.1-.5-.2-.8-.3Z'/%3E%3C/svg%3E"); }
.ui-icon { display: inline-block; width: 18px; height: 18px; flex: 0 0 18px; color: inherit; background-color: currentColor; -webkit-mask: var(--icon-svg) center / contain no-repeat; mask: var(--icon-svg) center / contain no-repeat; }
.ui-icon.icon-whatsapp { background: url("../assets/images/whatsapp-logo.png") center / contain no-repeat; -webkit-mask: none; mask: none; mix-blend-mode: screen; }
.icon-box { font-size: 0 !important; line-height: 0 !important; }
.icon-box::before { content: ""; display: block; width: 55%; height: 55%; margin: auto; background-color: currentColor; -webkit-mask: var(--icon-svg) center / contain no-repeat; mask: var(--icon-svg) center / contain no-repeat; }
.btn .ui-icon, .text-link .ui-icon, .footer-cta .ui-icon { width: 16px; height: 16px; flex-basis: 16px; }
.breadcrumb .ui-icon { width: 13px; height: 13px; flex-basis: 13px; color: var(--green-bright); }
.security-note .ui-icon { width: 22px; height: 22px; flex-basis: 22px; color: var(--green-deep); }
.form-disclaimer.has-icon { display: flex; align-items: center; justify-content: center; gap: 7px; }
.form-disclaimer .ui-icon { width: 13px; height: 13px; flex-basis: 13px; color: var(--green-deep); }
.card-no.ui-icon { width: 18px; height: 18px; flex-basis: 18px; }
.whatsapp-float { font-size: 0; background-image: url("../assets/images/whatsapp-logo.png"); background-position: center; background-repeat: no-repeat; background-size: 31px 31px; background-blend-mode: screen; }
.whatsapp-float svg { display: none; }

/* Premium full-background document checklist section */
.documents { position: relative; isolation: isolate; color: var(--white); background-color: var(--ink); background-image: linear-gradient(90deg, rgba(4,19,11,.96) 0%, rgba(4,19,11,.89) 42%, rgba(4,19,11,.76) 100%), url("../assets/images/licence-card.jpg"); background-position: center; background-size: cover; overflow: hidden; }
.documents::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 88% 18%, rgba(32,212,119,.18), transparent 34%); pointer-events: none; }
.documents > .container { position: relative; z-index: 1; }
.documents .section-heading.centered { max-width: 880px; margin: 0 0 36px; text-align: left; }
.documents .section-heading.centered .eyebrow { justify-content: flex-start; }
.documents .eyebrow.dark { color: var(--green-bright); }
.documents .section-heading h2 { max-width: 800px; margin-bottom: 18px; color: var(--white); }
.documents .section-heading p { max-width: 700px; color: rgba(255,255,255,.78); }
.documents .document-layout { grid-template-columns: .55fr 1.45fr; gap: 22px; align-items: stretch; }
.documents .document-visual { min-height: 410px; padding: 30px; display: flex; align-items: flex-end; background-image: url("../assets/images/licence-card.jpg"); background-position: center; background-size: cover; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-md); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.documents .document-visual::after { inset: 0; background: linear-gradient(180deg, rgba(4,19,11,.04) 30%, rgba(4,19,11,.28) 62%, rgba(4,19,11,.94) 100%); border: 0; }
.documents .doc-overlay { position: static; padding: 0; }
.documents .doc-overlay strong { font-size: 31px; }
.documents .doc-overlay span { margin-top: 7px; color: var(--green-bright); }
.documents .document-list { margin: 0; padding: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: start; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-md); box-shadow: 0 28px 70px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.documents .document-list li { min-height: 68px; padding: 13px 14px; gap: 12px; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 13px; font-size: 14px; line-height: 1.45; }
.documents .document-list li span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--green-deep); background: var(--mint); border-radius: 9px; font-size: 10px; }
.documents .security-note { margin-top: 18px; color: var(--white); background: rgba(4,19,11,.78); border-color: rgba(255,255,255,.16); box-shadow: 0 18px 45px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.documents .security-note p { color: rgba(255,255,255,.78); }
.documents .security-note .ui-icon { color: var(--green-bright); }

@media (max-width: 1000px) {
  .documents .document-layout { grid-template-columns: 1fr; }
  .documents .document-visual { min-height: 230px; }
}

@media (max-width: 620px) {
  .documents { background-position: 42% center; }
  .documents .section-heading.centered { margin-bottom: 28px; }
  .documents .document-visual { min-height: 190px; padding: 22px; }
  .documents .doc-overlay strong { font-size: 25px; }
  .documents .document-list { grid-template-columns: 1fr; padding: 12px; }
  .documents .document-list li { min-height: 60px; }
  .documents .security-note { align-items: flex-start; padding: 17px; }
}

/* Homepage-aligned redesign for all canonical inner pages */
.inner-page { color: var(--text); background: #f3f8f5; }
.inner-page main { background: var(--white); }
.inner-page .inner-hero {
  min-height: 680px;
  padding: 150px 0 86px;
  isolation: isolate;
  background-color: var(--ink);
  background-position: center;
  background-size: cover;
}
.inner-page .inner-hero::before {
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(32,212,119,.2), transparent 28%),
    linear-gradient(180deg, transparent 58%, rgba(1,10,6,.22));
  box-shadow: none;
}
.inner-page .inner-hero::after {
  z-index: 0;
  background: linear-gradient(90deg, rgba(4,19,11,.98) 0%, rgba(4,19,11,.93) 47%, rgba(4,19,11,.64) 72%, rgba(4,19,11,.48) 100%);
}
.inner-page .inner-hero .container { position: relative; z-index: 2; }
.about-page .inner-hero { background-image: url("../assets/images/consultation.webp"); background-position: center 44%; }
.services-overview-page .inner-hero,
.driving-service-page .inner-hero,
.contact-page .inner-hero { background-position: center 48%; }
.boat-service-page .inner-hero { background-position: center 58%; }
.faq-page .inner-hero { background-position: center 46%; }
.inner-page .inner-hero-copy { max-width: 850px; }
.inner-page .breadcrumb {
  width: max-content;
  max-width: 100%;
  margin-bottom: 25px;
  padding: 9px 13px;
  color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 99px;
  backdrop-filter: blur(10px);
}
.inner-page .inner-hero-copy .kicker { display: flex; align-items: center; gap: 11px; margin-bottom: 19px; }
.inner-page .inner-hero-copy .kicker::before { content: ""; width: 28px; height: 2px; flex: 0 0 28px; background: currentColor; }
.inner-page .inner-hero-copy h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(50px, 5.7vw, 78px); }
.inner-page .inner-hero-copy h2 { max-width: 760px; margin-bottom: 17px; font-size: clamp(26px, 2.8vw, 38px); }
.inner-page .inner-hero-copy .subhead { max-width: 760px; color: var(--green-bright); }
.inner-page .inner-hero-copy > p:not(.kicker):not(.subhead) { max-width: 720px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.72; }
.inner-page .inner-hero-actions { margin-top: 28px; }
.inner-page .hero-checks { gap: 12px 22px; color: rgba(255,255,255,.78); }
.inner-page .hero-checks li::before { content: "\2713"; color: var(--green-bright); }

.inner-page .page-section { position: relative; padding: 68px 0; overflow: hidden; }
.inner-page .page-section + .page-section { border-top: 1px solid rgba(12,155,88,.09); }
.inner-page .page-section.soft { background: linear-gradient(135deg, #f3faf6 0%, #edf6f1 100%); }
.inner-page .page-section.dark {
  background-color: var(--ink);
  background-image: linear-gradient(90deg, rgba(4,19,11,.96), rgba(4,19,11,.82));
}
.inner-page .page-section.dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 86% 18%, rgba(32,212,119,.16), transparent 31%); pointer-events: none; }
.inner-page .page-section.dark::after { opacity: .8; }
.inner-page .page-heading { max-width: 820px; margin-bottom: 34px; }
.inner-page .page-heading.centered { max-width: 900px; }
.inner-page .page-heading h2 { margin-bottom: 17px; color: var(--ink); font-size: clamp(38px, 4.4vw, 58px); }
.inner-page .dark .page-heading h2 { color: var(--white); }
.inner-page .page-heading > p { max-width: 720px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.inner-page .page-heading.centered > p { margin-inline: auto; }
.inner-page .eyebrow { margin-bottom: 18px; }

.inner-page .copy-grid { gap: clamp(44px, 6vw, 84px); align-items: stretch; }
.inner-page .copy-grid > .page-heading { position: sticky; top: 108px; align-self: start; margin-bottom: 0; }
.inner-page .copy-grid > .copy-body {
  padding: 31px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 22px 60px rgba(4,19,11,.07);
}
.inner-page .dark .copy-grid > .copy-body { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); box-shadow: 0 26px 70px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.inner-page .copy-body p { color: #35473d; font-size: 15.5px; line-height: 1.75; }
.inner-page .copy-body .lead { color: var(--ink); font-size: 20px; }
.inner-page .dark .copy-body .lead { color: var(--white); }
.inner-page .plain-list { margin: 18px 0; }
.inner-page .plain-list li { padding: 13px 4px 13px 32px; color: #32483c; font-weight: 600; }
.inner-page .plain-list li::before { content: "\2713"; top: 13px; display: grid; place-items: center; width: 21px; height: 21px; color: var(--white); background: var(--green-deep); border-radius: 50%; font-size: 11px; }
.inner-page .dark .plain-list li::before,
.inner-page .statement-card .plain-list li::before { color: var(--ink); background: var(--lime); }
.inner-page .content-image { min-height: 500px; border-radius: 28px; box-shadow: 0 30px 80px rgba(4,19,11,.16); }
.inner-page .content-image::after { inset: 13px; border-radius: 18px; }

.inner-page .info-grid { gap: 16px; }
.inner-page .info-card {
  min-height: 240px;
  padding: 27px;
  border-color: #d6e5dd;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(4,19,11,.045);
  overflow: hidden;
}
.inner-page .info-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--green-bright), var(--lime)); }
.inner-page .info-card .card-no { display: grid; place-items: center; width: 48px; height: 48px; color: var(--green-deep); background: var(--mint); border-radius: 13px; font-size: 12px; }
.inner-page .info-card h3 { margin: 45px 0 12px; color: var(--ink); font-size: 20px; }
.inner-page .info-card p { color: #3b4c42; font-size: 14px; line-height: 1.68; }
.inner-page .info-card.accent { background: var(--green-deep); border-color: var(--green-deep); box-shadow: 0 24px 55px rgba(5,104,58,.2); }
.inner-page .info-card.accent::before { background: var(--green-bright); }
.inner-page .info-card.accent .card-no { color: var(--ink); background: var(--lime); }
.inner-page .info-card.accent h3 { color: var(--white); }
.inner-page .info-card.accent p { color: rgba(255,255,255,.75); }
.services-overview-page .inner-hero + .page-section .info-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.services-overview-page .inner-hero + .page-section .info-card { min-height: 278px; }

.inner-page .number-list { gap: 16px; }
.inner-page .number-item {
  min-height: 175px;
  padding: 27px;
  background: var(--white);
  border-color: #d6e5dd;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(4,19,11,.045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.inner-page .number-item:hover { transform: translateY(-4px); border-color: #acd8c2; box-shadow: 0 24px 55px rgba(4,19,11,.1); }
.inner-page .number-item > span { color: var(--white); background: var(--green-deep); border-radius: 14px; }
.inner-page .number-item h3 { color: var(--ink); font-size: 19px; }
.inner-page .number-item p { color: #3b4c42; line-height: 1.65; }
.inner-page .dark .number-item { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); box-shadow: none; }
.inner-page .dark .number-item > span { color: var(--ink); background: var(--green-bright); }
.inner-page .dark .number-item h3 { color: var(--white); }

.inner-page .service-detail-list { gap: 16px; }
.inner-page .service-detail {
  grid-template-columns: 76px 1fr;
  padding: 30px 32px;
  background: var(--white);
  border-color: #d6e5dd;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(4,19,11,.045);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.inner-page .service-detail:hover { transform: translateX(5px); border-color: #abd8c1; box-shadow: 0 22px 52px rgba(4,19,11,.09); }
.inner-page .service-detail > span { display: grid; place-items: center; width: 58px; height: 58px; color: var(--white); background: var(--green-deep); border-radius: 15px; font-size: 16px; }
.inner-page .service-detail h3 { color: var(--ink); }
.inner-page .service-detail p { color: #3b4c42; line-height: 1.7; }
.inner-page .statement-card { padding: 34px; background: linear-gradient(145deg, var(--green-deep), #075f39); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 28px 65px rgba(5,104,58,.2); }

.inner-page .faq-page-grid { gap: 55px; }
.inner-page .faq-sidebar { top: 105px; padding: 32px; background: linear-gradient(145deg, var(--green-deep), #075f39); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; box-shadow: 0 28px 65px rgba(5,104,58,.2); }
.inner-page .accordion { padding: 8px 26px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 24px 65px rgba(4,19,11,.08); }
.inner-page .accordion details { padding-inline: 4px; }
.inner-page .accordion summary { padding: 23px 0; color: var(--ink); font-size: 16px; }
.inner-page .accordion details p { color: #3b4c42; font-size: 14.5px; line-height: 1.72; }
.inner-page .testimonial-grid { gap: 16px; }
.inner-page .testimonial { min-height: 275px; padding: 28px; border-color: #d6e5dd; border-radius: 22px; box-shadow: 0 14px 34px rgba(4,19,11,.045); }
.inner-page .testimonial .quote { color: var(--green-deep); }
.inner-page .review-warning { padding: 18px 21px; border-radius: 14px; }

.inner-page .contact-page-grid { gap: 38px; align-items: stretch; }
.inner-page .contact-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px;
  color: var(--white);
  background: linear-gradient(145deg, var(--ink), #09261a);
  border-radius: 26px;
  box-shadow: 0 30px 75px rgba(4,19,11,.18);
}
.inner-page .contact-card { min-height: 150px; padding: 24px; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); border-radius: 18px; }
.inner-page .contact-card small { color: var(--green-bright); }
.inner-page .contact-card strong { color: var(--white); line-height: 1.65; }
.inner-page .contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 30px 80px rgba(4,19,11,.13); }
.inner-page .contact-form input:not([type="checkbox"]),
.inner-page .contact-form select,
.inner-page .contact-form textarea { min-height: 50px; padding: 14px 15px; background: #f5faf7; border-radius: 11px; font-size: 14px; }
.inner-page .contact-form textarea { min-height: 130px; }

.inner-page .cta-band {
  padding: 62px 0;
  background-color: var(--ink);
  background-image: linear-gradient(90deg, rgba(4,19,11,.97), rgba(4,19,11,.76)), url("../assets/images/road.jpg");
  background-position: center;
  background-size: cover;
}
.inner-page .cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 22%, rgba(32,212,119,.18), transparent 28%); }
.inner-page .cta-band::after { border-color: rgba(32,212,119,.24); }
.inner-page .cta-band h2 { color: var(--white); }
.inner-page .cta-band p { color: rgba(255,255,255,.76); }

@media (max-width: 1180px) {
  .services-overview-page .inner-hero + .page-section .info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1000px) {
  .inner-page .inner-hero { min-height: 620px; padding: 132px 0 78px; }
  .inner-page .inner-hero::after { background: linear-gradient(90deg, rgba(4,19,11,.97), rgba(4,19,11,.78)); }
  .inner-page .page-section { padding: 58px 0; }
  .inner-page .copy-grid > .page-heading { position: static; }
  .inner-page .copy-grid > .copy-body { padding: 27px; }
  .inner-page .faq-page-grid { gap: 35px; }
  .inner-page .contact-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .inner-page .inner-hero { min-height: auto; padding: 118px 0 66px; background-position: 60% center; }
  .inner-page .inner-hero::after { background: linear-gradient(rgba(4,19,11,.9), rgba(4,19,11,.9)); }
  .inner-page .inner-hero-copy h1 { font-size: clamp(38px, 11vw, 48px); }
  .inner-page .inner-hero-copy h2 { font-size: 27px; }
  .inner-page .inner-hero-copy > p:not(.kicker):not(.subhead) { font-size: 16px; }
  .inner-page .breadcrumb { width: auto; border-radius: 14px; }
  .inner-page .page-heading h2 { font-size: clamp(32px, 9vw, 40px); }
  .inner-page .page-section { padding: 52px 0; }
  .services-overview-page .inner-hero + .page-section .info-grid { grid-template-columns: 1fr; }
  .services-overview-page .inner-hero + .page-section .info-card,
  .inner-page .info-card { min-height: auto; }
  .inner-page .info-card h3 { margin-top: 28px; }
  .inner-page .number-item { min-height: auto; grid-template-columns: 48px 1fr; padding: 23px; }
  .inner-page .service-detail { grid-template-columns: 58px 1fr; padding: 24px; gap: 18px; }
  .inner-page .copy-grid > .copy-body { padding: 23px; }
  .inner-page .content-image { min-height: 390px; }
  .inner-page .accordion { padding: 4px 19px; }
  .inner-page .contact-cards { grid-template-columns: 1fr; }
  .inner-page .contact-card { min-height: 125px; }
  .inner-page .contact-form { padding: 27px 21px; }
  .inner-page .cta-band .container { text-align: left; }
  .inner-page .cta-band .btn { width: 100%; margin-top: 12px; }
}

@media (max-width: 520px) {
  .inner-page .number-item { grid-template-columns: 1fr; }
  .inner-page .service-detail { grid-template-columns: 1fr; }
  .inner-page .statement-card { padding: 26px; }
}

/* Simple, task-focused UX for the two detailed sub-service pages */
:is(.driving-service-page, .boat-service-page) .inner-hero { min-height: 610px; padding-bottom: 72px; }
:is(.driving-service-page, .boat-service-page) .inner-hero-copy { max-width: 790px; }
:is(.driving-service-page, .boat-service-page) .inner-hero-copy h1 { max-width: 760px; font-size: clamp(48px, 5.2vw, 68px); }
:is(.driving-service-page, .boat-service-page) .inner-hero-copy > p:not(.kicker):not(.subhead) { max-width: 680px; }

:is(.driving-service-page, .boat-service-page) main section[id] { scroll-margin-top: 132px; }
:is(.driving-service-page, .boat-service-page) .page-section { padding: 56px 0; }
:is(.driving-service-page, .boat-service-page) .page-section + .page-section { border-top-color: #e3ece7; }
:is(.driving-service-page, .boat-service-page) .page-heading { margin-bottom: 28px; }
:is(.driving-service-page, .boat-service-page) .page-heading h2 { font-size: clamp(35px, 4vw, 49px); }
:is(.driving-service-page, .boat-service-page) .copy-grid { max-width: 1080px; gap: 42px; }
:is(.driving-service-page, .boat-service-page) .copy-grid > .page-heading { position: static; }
:is(.driving-service-page, .boat-service-page) .copy-grid > .copy-body {
  padding: 27px;
  border-radius: 18px;
  box-shadow: none;
}
:is(.driving-service-page, .boat-service-page) .copy-body p,
:is(.driving-service-page, .boat-service-page) .page-heading > p { font-size: 15.5px; line-height: 1.72; }
.driving-service-page .subservice-overview-image {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 27px 0 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(4,19,11,.13);
}
.driving-service-page .subservice-overview-image::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 11px; pointer-events: none; }
.driving-service-page .subservice-overview-image img { width: 100%; height: 100%; object-fit: cover; }
:is(.driving-service-page, .boat-service-page) .plain-list li { padding-block: 12px; }
:is(.driving-service-page, .boat-service-page) .plain-list li::before { top: 12px; }

:is(.driving-service-page, .boat-service-page) .info-grid { gap: 14px; }
:is(.driving-service-page, .boat-service-page) .info-card {
  min-height: 0;
  padding: 25px;
  border-radius: 17px;
  box-shadow: none;
}
:is(.driving-service-page, .boat-service-page) .info-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(4,19,11,.08); }
:is(.driving-service-page, .boat-service-page) .info-card .card-no { width: 42px; height: 42px; border-radius: 11px; }
:is(.driving-service-page, .boat-service-page) .info-card h3 { margin: 25px 0 10px; font-size: 18px; }

:is(.driving-service-page, .boat-service-page) .number-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
:is(.driving-service-page, .boat-service-page) .number-item {
  display: block;
  min-height: 0;
  padding: 24px;
  border-radius: 17px;
  box-shadow: none;
}
:is(.driving-service-page, .boat-service-page) .number-item:hover { transform: none; box-shadow: none; }
:is(.driving-service-page, .boat-service-page) .number-item > span { width: 44px; height: 44px; }
:is(.driving-service-page, .boat-service-page) .number-item h3 { margin: 24px 0 9px; font-size: 17px; }
:is(.driving-service-page, .boat-service-page) .number-item p { font-size: 13.5px; }

:is(.driving-service-page, .boat-service-page) .service-detail-list { max-width: 1050px; margin-inline: auto; }
:is(.driving-service-page, .boat-service-page) .service-detail {
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 25px;
  border-radius: 17px;
  box-shadow: none;
}
:is(.driving-service-page, .boat-service-page) .service-detail:hover { transform: none; box-shadow: none; }
:is(.driving-service-page, .boat-service-page) .service-detail > span { width: 50px; height: 50px; border-radius: 12px; }
:is(.driving-service-page, .boat-service-page) .service-detail h3 { margin-bottom: 8px; font-size: 19px; }
:is(.driving-service-page, .boat-service-page) .statement-card { padding: 29px; border-radius: 18px; box-shadow: none; }

:is(.driving-service-page, .boat-service-page) #faq .container { max-width: 980px; }
:is(.driving-service-page, .boat-service-page) .accordion { padding: 4px 24px; border-radius: 18px; box-shadow: none; }
:is(.driving-service-page, .boat-service-page) .accordion summary { padding: 20px 0; }
:is(.driving-service-page, .boat-service-page) #anfrage .contact-page-grid { max-width: 1080px; grid-template-columns: .72fr 1.28fr; gap: 42px; }
:is(.driving-service-page, .boat-service-page) #anfrage .page-heading { align-self: center; }
:is(.driving-service-page, .boat-service-page) #anfrage .contact-form { padding: 31px; border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
:is(.driving-service-page, .boat-service-page) .cta-band { padding: 52px 0; }

@media (max-width: 1000px) {
  :is(.driving-service-page, .boat-service-page) .number-list { grid-template-columns: 1fr 1fr; }
  :is(.driving-service-page, .boat-service-page) #anfrage .contact-page-grid { grid-template-columns: 1fr; }
  :is(.driving-service-page, .boat-service-page) #anfrage .page-heading { max-width: 700px; }
}

@media (max-width: 760px) {
  :is(.driving-service-page, .boat-service-page) .inner-hero { min-height: auto; padding-bottom: 58px; }
  :is(.driving-service-page, .boat-service-page) .inner-hero-copy h1 { font-size: clamp(37px, 10.5vw, 47px); }
  :is(.driving-service-page, .boat-service-page) main section[id] { scroll-margin-top: 128px; }
  :is(.driving-service-page, .boat-service-page) .page-section { padding: 48px 0; }
  :is(.driving-service-page, .boat-service-page) .copy-grid { gap: 25px; }
  :is(.driving-service-page, .boat-service-page) .number-list { grid-template-columns: 1fr; }
  :is(.driving-service-page, .boat-service-page) .number-item { display: grid; grid-template-columns: 44px 1fr; gap: 16px; }
  :is(.driving-service-page, .boat-service-page) .number-item h3 { margin-top: 1px; }
  :is(.driving-service-page, .boat-service-page) .service-detail { grid-template-columns: 50px 1fr; }
  :is(.driving-service-page, .boat-service-page) #anfrage .contact-form { padding: 25px 20px; }
}

@media (max-width: 480px) {
  :is(.driving-service-page, .boat-service-page) .number-item,
  :is(.driving-service-page, .boat-service-page) .service-detail { grid-template-columns: 1fr; }
}

/* Service readability, component spacing and simplified footer */
:is(.services-overview-page, .driving-service-page, .boat-service-page) .info-grid,
:is(.services-overview-page, .driving-service-page, .boat-service-page) .number-list { gap: 18px; }
:is(.services-overview-page, .driving-service-page, .boat-service-page) .service-detail-list { gap: 18px; }
:is(.services-overview-page, .driving-service-page, .boat-service-page) :is(.number-list, .info-grid, .service-detail-list, .plain-list) + :is(.statement-card, p) { margin-top: 22px; }

.inner-page .page-section:not(.dark) .page-heading > p,
.inner-page .page-section:not(.dark) .copy-body > p { color: #263a2f; }
.inner-page .page-section:not(.dark) :is(.number-item, .info-card, .service-detail) p {
  color: #2d4035;
  font-size: 15px;
  line-height: 1.7;
}
.inner-page .page-section.dark p { color: rgba(255,255,255,.78); }
.inner-page .page-section.dark :is(.number-item, .info-card, .service-detail) p {
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.7;
}
.inner-page .page-section.dark :is(.number-item, .info-card, .service-detail) h3 { color: var(--white); }
.inner-page .page-section.dark > .container > p { color: rgba(255,255,255,.88); font-size: 16px; }

.site-footer { padding-top: 52px; }
.footer-grid { grid-template-columns: 1.25fr .85fr .9fr .9fr; gap: 42px; }
.footer-links a { width: max-content; max-width: 100%; }
.footer-cta {
  align-self: start;
  padding: 4px 0 4px 22px;
  background: transparent;
  border-left: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
}
.footer-cta > span { margin-bottom: 13px; color: rgba(255,255,255,.55); }
.footer-cta a {
  width: max-content;
  max-width: 100%;
  padding: 10px 13px;
  justify-content: flex-start;
  gap: 10px;
  color: var(--white);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.footer-cta a:hover { color: var(--green-bright); background: rgba(32,212,119,.08); border-color: rgba(32,212,119,.3); }

@media (max-width: 1000px) {
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
}

@media (max-width: 620px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-cta { padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
}

/* Targeted fixes for sub-service statement, class grid and final CTA */
.inner-page .statement-card > p,
.inner-page .statement-card .plain-list li { color: rgba(255,255,255,.88); }
.inner-page .statement-card .plain-list li { border-color: rgba(255,255,255,.16); }
.inner-page .statement-card .plain-list li::before { color: var(--green-deep); background: var(--lime); }
.inner-page .statement-card > p:last-child { color: var(--white); }

.driving-service-page #klassen .info-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: stretch; }
.driving-service-page #klassen .info-card { height: 100%; }
.driving-service-page #klassen .info-card h3 { overflow-wrap: anywhere; hyphens: auto; }

.inner-page .cta-band .container > div:last-child {
  width: min(100%, 410px);
  flex: 0 0 410px;
  display: grid;
  gap: 10px;
}
.inner-page .cta-band .container > div:last-child .btn { width: 100%; margin: 0; }

@media (max-width: 1180px) {
  .driving-service-page #klassen .info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1000px) {
  .inner-page .cta-band .container > div:last-child { margin: 24px auto 0; }
}

@media (max-width: 860px) {
  .driving-service-page #klassen .info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .driving-service-page #klassen .info-grid { grid-template-columns: 1fr; }
  .inner-page .cta-band .container > div:last-child { width: 100%; }
}

/* Keep every sub-service option card white */
:is(.driving-service-page, .boat-service-page) .page-section .info-card.accent {
  color: var(--text);
  background: var(--white);
  border-color: #d6e5dd;
  box-shadow: none;
}
:is(.driving-service-page, .boat-service-page) .page-section .info-card.accent::before { background: linear-gradient(90deg, var(--green-bright), var(--lime)); }
:is(.driving-service-page, .boat-service-page) .page-section .info-card.accent .card-no { color: var(--green-deep); background: var(--mint); }
:is(.driving-service-page, .boat-service-page) .page-section .info-card.accent h3 { color: var(--ink); }
:is(.driving-service-page, .boat-service-page) .page-section .info-card.accent p { color: #2d4035; }

/* White cards inside image-backed dark sections need dark readable content */
:is(.driving-service-page, .boat-service-page) .page-section.dark .info-card { color: var(--text); background: var(--white); border-color: #d6e5dd; }
:is(.driving-service-page, .boat-service-page) .page-section.dark .info-card .card-no { color: var(--green-deep); background: var(--mint); }
:is(.driving-service-page, .boat-service-page) .page-section.dark .info-card h3 { color: var(--ink); }
:is(.driving-service-page, .boat-service-page) .page-section.dark .info-card p { color: #2d4035; }

/* =========================================================
   Unified preview-inspired redesign
   Shared across the homepage and every inner page
   ========================================================= */
:root {
  --ink: #09090b;
  --ink-2: #111114;
  --ink-3: #18181b;
  --green: #0047ff;
  --green-bright: #0047ff;
  --green-deep: #003bd6;
  --lime: #b8caff;
  --mint: #edf2ff;
  --surface: #f4f4f5;
  --text: #09090b;
  --muted: #52525b;
  --line: #e4e4e7;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow: 0 18px 50px rgba(9, 9, 11, .08);
  --container: 1240px;
  --section: 78px;
}

body {
  color: var(--text);
  background: var(--surface);
  font-size: 16px;
  line-height: 1.72;
}

p { color: var(--muted); font-weight: 500; }
h1, h2, h3 { color: var(--ink); letter-spacing: -.045em; }
.section-dark h1, .section-dark h2, .section-dark h3,
.page-section.dark h1, .page-section.dark h2, .page-section.dark h3 { color: #fff; }
.container { width: min(calc(100% - 56px), var(--container)); }

/* Header */
.site-header {
  height: 82px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.site-header.scrolled { height: 72px; }
.nav-wrap { grid-template-columns: 180px minmax(0, 1fr) auto; gap: 28px; }
.brand img { width: 150px; }
.primary-nav { gap: 32px; }
.primary-nav a, .nav-dropdown-toggle { color: #17271e; font-size: 14px; font-weight: 750; }
.nav-cta { min-height: 46px; padding: 0 20px; color: #fff; background: var(--green-bright); border: 1px solid var(--green-bright); border-radius: 999px; }
.nav-cta:hover { color: #fff; background: var(--green-deep); border-color: var(--green-deep); }
.nav-dropdown-menu { top: calc(100% + 10px); padding: 10px; border: 1px solid var(--line); border-top: 3px solid var(--green-bright); border-radius: 3px; }

/* Buttons */
.btn { min-height: 56px; padding: 0 27px; border-radius: 999px; font-size: 14px; font-weight: 700; }
.btn-primary { color: #fff; background: var(--green-bright); box-shadow: none; }
.btn-primary:hover { color: #fff; background: var(--green-deep); }
.btn-ghost { color: #fff; background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.25); }

/* Homepage hero */
.hero {
  min-height: 780px;
  padding: 142px 0 72px;
  color: var(--ink);
  background: var(--surface);
}
.hero::after { display: none; }
.hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(360px, .78fr); gap: 68px; }
.hero-copy { max-width: 740px; padding-bottom: 0; }
.hero h1 { max-width: 710px; margin-bottom: 25px; color: var(--ink); font-size: clamp(48px, 6.75vw, 86px); line-height: .98; }
.hero h1 em { color: var(--green-bright); }
.hero-lead { max-width: 620px; color: var(--muted); font-size: 18px; font-weight: 500; line-height: 1.65; }
.hero-points { max-width: 620px; padding-top: 25px; color: var(--muted); border-top: 1px solid var(--line); }
.hero-visual { position: relative; display: block; width: min(100%, 455px); justify-self: end; }
.image-frame { height: 610px; border: 1px solid var(--line); border-radius: 2px; box-shadow: none; }
.image-frame::before { display: none; }
.image-frame > img { object-position: 52% center; }
.floating-card { border-radius: 2px; box-shadow: none; }
.floating-card-top, .hero-orbit { display: none; }
.floating-card-bottom { left: 20px; right: 20px; bottom: 20px; }
.image-shade { background: linear-gradient(180deg, transparent 45%, rgba(9,9,11,.5)); }
.hero-glow { display: none; }

/* Proof bar and compact service marquee */
.trust-bar { padding: 24px 0; background: var(--ink); }
.trust-item strong { color: #fff; }
.trust-item span { color: rgba(255,255,255,.72); }
.service-ticker { overflow: hidden; color: #fff; background: var(--green-bright); border-top: 1px solid rgba(255,255,255,.16); }
.service-ticker-track { display: flex; width: max-content; animation: ticker-slide 34s linear infinite; }
.service-ticker span { position: relative; padding: 15px 40px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.service-ticker span::after { content: "✦"; position: absolute; right: -5px; top: 50%; color: #fff; font-size: 12px; transform: translateY(-50%); }
@keyframes ticker-slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .service-ticker-track { animation: none; } }

/* Homepage content */
.intro { background: var(--surface); }
.split-intro { gap: 76px; align-items: center; margin-bottom: 48px; }
.section-heading h2, .scope-content h2, .foreign-copy h2, .deliverables-head h2, .benefits-copy h2, .faq-heading h2, .contact-copy h2 { font-size: clamp(38px, 4vw, 56px); }
.intro-text { padding: 8px 0 8px 42px; }
.intro-text p { color: var(--text); font-size: 15.5px; line-height: 1.72; }
.intro-text .muted { color: var(--muted); font-size: 14.5px; }
.service-grid { gap: 18px; }
.service-card { min-height: 300px; padding: 26px 22px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--green-bright); border-radius: 2px; box-shadow: none; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { width: 54px; height: 54px; margin-bottom: 31px; border-radius: 2px; }
.service-card h3 { font-size: 18px; line-height: 1.14; }
.service-card > p { color: var(--muted); font-size: 14px; line-height: 1.68; }
.scope-grid, .foreign-grid, .deliverables-grid { gap: 72px; }
.scope-image img { height: 540px; border-radius: 2px; }
.boundary-card { margin-top: 45px; border-radius: 17px; }
.question-panel, .document-visual, .deliverable-card, .process-step, .benefit-card { border-radius: 2px; }
.question-panel { background: #fff; }
.document-layout { gap: 42px; }
.document-visual { min-height: 500px; }
.process-step { min-height: 270px; }
.process-step p, .section-dark p { color: rgba(255,255,255,.75); }
.benefit-card, .deliverable-card { background: #fff; border: 1px solid var(--line); }
.benefit-card p, .deliverable-card p { color: var(--muted); }
.audience { background-color: var(--surface); }
.audience .section-heading h2 { color: var(--ink); }
.audience-pill { color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; }
.audience-pill.active { color: #fff; background: var(--green-deep); border-color: var(--green-deep); }
.faq-list details { background: #fff; border-color: var(--line); }

/* Shared inner-page heroes */
.inner-page .inner-hero {
  min-height: 640px;
  padding: 138px 0 76px;
  color: var(--ink);
  background-color: var(--surface);
  background-position: center;
  background-size: cover;
}
.inner-page .inner-hero::after {
  background:
    linear-gradient(90deg, rgba(244,244,245,.99) 0%, rgba(244,244,245,.96) 50%, rgba(244,244,245,.74) 66%, rgba(244,244,245,.08) 100%);
}
.inner-page .inner-hero > .container { position: relative; z-index: 2; }
.inner-page .inner-hero-copy { max-width: 790px; }
.inner-page .breadcrumb { margin-bottom: 25px; color: var(--muted); background: rgba(255,255,255,.76); border-color: var(--line); border-radius: 999px; }
.inner-page .inner-hero-copy h1 { margin-bottom: 18px; color: var(--ink); font-size: clamp(48px, 5.3vw, 70px); }
.inner-page .inner-hero-copy h2 { color: var(--ink); font-size: clamp(26px, 2.4vw, 34px); }
.inner-page .inner-hero-copy .subhead { color: var(--green-bright); }
.inner-page .inner-hero-copy > p:not(.kicker):not(.subhead) { max-width: 700px; color: #3f3f46; font-size: 16px; font-weight: 500; }

/* Shared inner-page sections and cards */
.inner-page .page-section { padding: 76px 0; }
.inner-page .page-section + .page-section { border-top: 1px solid #e4ede8; }
.inner-page .page-section.soft { background: var(--surface); }
.inner-page .page-heading { margin-bottom: 36px; }
.inner-page .page-heading h2 { color: var(--ink); font-size: clamp(36px, 4.2vw, 54px); }
.inner-page .page-section.dark .page-heading h2 { color: #fff; }
.inner-page .page-heading > p, .inner-page .copy-body > p { color: var(--muted); font-size: 16px; font-weight: 500; line-height: 1.72; }
.inner-page .page-section.dark .page-heading > p,
.inner-page .page-section.dark > .container > p,
.inner-page .page-section.dark .copy-body > p { color: rgba(255,255,255,.82); }
.inner-page .copy-grid { gap: 54px; align-items: center; }
.inner-page .copy-grid > .copy-body { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 2px; box-shadow: none; }
.inner-page .content-image { border-radius: 2px; box-shadow: none; }
.inner-page .info-grid, .inner-page .number-list, .inner-page .service-detail-list { gap: 18px; }
.inner-page .info-card, .inner-page .number-item, .inner-page .service-detail {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--green-bright);
  border-radius: 2px;
  box-shadow: none;
}
.inner-page .info-card:hover, .inner-page .number-item:hover, .inner-page .service-detail:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.inner-page :is(.info-card, .number-item, .service-detail) h3 { color: var(--ink); }
.inner-page :is(.info-card, .number-item, .service-detail) p,
.inner-page .page-section.dark :is(.info-card, .number-item, .service-detail) p { color: var(--muted); font-size: 15px; font-weight: 500; line-height: 1.7; }
.inner-page .page-section.dark :is(.info-card, .number-item, .service-detail) h3 { color: var(--ink); }
.inner-page .card-no, .inner-page .number-item > span, .inner-page .service-detail > span { color: var(--green-deep); background: var(--mint); }
.inner-page .statement-card { background: var(--ink); border: 1px solid rgba(255,255,255,.1); border-radius: 2px; box-shadow: none; }
.inner-page .statement-card h3, .inner-page .statement-card > p { color: #fff; }
.inner-page .statement-card .plain-list li { color: rgba(255,255,255,.88); }
.inner-page .accordion { background: #fff; border: 1px solid var(--line); border-radius: 2px; box-shadow: none; }
.inner-page .accordion summary { color: var(--ink); }
.inner-page .contact-form { border-radius: 2px; box-shadow: none; }
.inner-page .contact-card { border: 1px solid var(--line); border-radius: 2px; box-shadow: none; }

/* Footer */
.site-footer { padding: 58px 0 0; background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { gap: 46px; }
.footer-brand p, .footer-links a, .footer-contact a, .footer-contact p { color: rgba(255,255,255,.72); }
.footer-links a:hover, .footer-contact a:hover { color: var(--green-bright); }
.footer-cta a { background: transparent; border-color: rgba(255,255,255,.18); }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 38px; }
  .hero-visual { width: min(100%, 390px); }
  .image-frame { height: 520px; }
  .floating-card-top { left: -22px; }
  .floating-card-bottom { right: -10px; }
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
}

@media (max-width: 900px) {
  :root { --section: 66px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  .hero { min-height: auto; padding: 128px 0 68px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { display: none; }
  .split-intro, .scope-grid, .foreign-grid, .deliverables-grid { gap: 42px; }
  .inner-page .inner-hero { min-height: 560px; padding: 122px 0 68px; }
  .inner-page .page-section { padding: 64px 0; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { height: 74px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(40px, 12vw, 54px); }
  .hero-lead { font-size: 16px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 18px 10px; }
  .trust-divider { display: none; }
  .trust-item { justify-content: flex-start; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .split-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .intro-text { padding: 0; border-left: 0; }
  .inner-page .inner-hero { min-height: auto; padding: 108px 0 58px; }
  .inner-page .inner-hero::after { background: rgba(244,244,245,.92); }
  .inner-page .inner-hero-copy h1 { font-size: clamp(38px, 11vw, 50px); }
  .inner-page .page-section { padding: 54px 0; }
  .inner-page .copy-grid { gap: 26px; }
  .inner-page .copy-grid > .copy-body { padding: 24px; }
  .inner-page .page-heading { margin-bottom: 28px; }
}

@media (max-width: 520px) {
  .hero-actions .btn, .inner-hero-actions .btn { width: 100%; }
  .hero-points { display: grid; }
  .service-ticker span { padding-inline: 28px; }
  .inner-page .info-card, .inner-page .number-item, .inner-page .service-detail { padding: 22px; }
}

/* Final contrast and component consistency */
.hero .btn-ghost,
.inner-page .inner-hero .btn-ghost {
  color: var(--ink);
  background: transparent;
  border-color: #a1a1aa;
}
.hero .btn-ghost:hover,
.inner-page .inner-hero .btn-ghost:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

.section-dark,
.inner-page .page-section.dark { background-color: var(--ink); }
.bg-road-dark { background-image: linear-gradient(rgba(9,9,11,.92), rgba(9,9,11,.95)), url("../assets/images/road.jpg") !important; }
.bg-driving-dark { background-image: linear-gradient(90deg, rgba(9,9,11,.96), rgba(9,9,11,.78)), url("../assets/images/hero-driving.webp") !important; }
.bg-documents-light { background-image: linear-gradient(90deg, rgba(244,244,245,.97), rgba(244,244,245,.78)), url("../assets/images/documents.webp") !important; }
.section-dark::before,
.inner-page .page-section.dark::before,
.inner-page .page-section.dark::after { border-color: rgba(0,71,255,.22); }
.inner-page .page-section.dark::before { background: radial-gradient(circle at 86% 18%, rgba(0,71,255,.16), transparent 31%); }

.inner-page .page-section .info-card.accent,
.inner-page .page-section.dark :is(.info-card, .number-item, .service-detail) {
  color: var(--text);
  background: #fff;
  border-color: var(--line);
  box-shadow: none;
}
.inner-page .page-section .info-card.accent h3,
.inner-page .page-section.dark :is(.info-card, .number-item, .service-detail) h3 { color: var(--ink); }
.inner-page .page-section .info-card.accent p,
.inner-page .page-section.dark :is(.info-card, .number-item, .service-detail) p { color: var(--muted); }
.inner-page .page-section .info-card.accent .card-no,
.inner-page .page-section.dark :is(.info-card, .number-item, .service-detail) > span { color: var(--green-deep); background: var(--mint); }

.inner-page .plain-list li { color: #3f3f46; }
.inner-page .page-section.dark > .container > .page-heading .plain-list li,
.inner-page .page-section.dark .copy-body .plain-list li { color: rgba(255,255,255,.84); }
.inner-page .statement-card .plain-list li { color: rgba(255,255,255,.88); }
.inner-page .contact-cards { background: var(--ink); border-radius: 2px; box-shadow: none; }
.inner-page .contact-form input:not([type="checkbox"]),
.inner-page .contact-form select,
.inner-page .contact-form textarea { background: #fafafa; border-radius: 2px; }
.inner-page .faq-sidebar { background: var(--ink); border-radius: 2px; box-shadow: none; }
.inner-page .testimonial, .inner-page .review-warning { border-radius: 2px; box-shadow: none; }
.inner-page .cta-band { background-image: linear-gradient(90deg, rgba(9,9,11,.97), rgba(9,9,11,.78)), url("../assets/images/road.jpg"); }
.inner-page .cta-band::before { background: radial-gradient(circle at 78% 22%, rgba(0,71,255,.18), transparent 28%); }

@media (max-width: 900px) {
  .hero-visual { display: block; width: 100%; max-width: none; justify-self: stretch; }
  .image-frame { height: 480px; }
  .floating-card-bottom { max-width: 430px; }
}

@media (max-width: 520px) {
  .image-frame { height: 390px; }
  .floating-card-bottom { left: 12px; right: 12px; bottom: 12px; }
}

/* User-requested cleanup: blue palette, form-free layouts, and compact inner heroes */
.inner-page { background: var(--surface); }
.primary-nav a,
.nav-dropdown-toggle { color: #18181b; }

.language-note {
  padding: 18px 21px;
  color: #fff !important;
  background: rgba(0, 71, 255, .14);
  border: 1px solid rgba(184, 202, 255, .32);
  border-left: 3px solid var(--green-bright);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 650;
}
.language-note span { color: var(--lime); }

.documents {
  background-color: var(--ink);
  background-image:
    linear-gradient(90deg, rgba(9,9,11,.97) 0%, rgba(9,9,11,.90) 46%, rgba(9,9,11,.76) 100%),
    url("../assets/images/licence-card.jpg");
}
.documents::before { background: radial-gradient(circle at 88% 18%, rgba(0,71,255,.18), transparent 34%); }
.documents .document-visual::after { background: linear-gradient(180deg, rgba(9,9,11,.04) 30%, rgba(9,9,11,.30) 62%, rgba(9,9,11,.95) 100%); }

.process-grid::before { background: linear-gradient(90deg, transparent, rgba(0,71,255,.52), transparent); }
.step-no { outline-color: rgba(0,71,255,.42); }
.pulse-dot { box-shadow: 0 0 0 6px rgba(0,71,255,.14); }
.section-dark::before,
.inner-hero::before,
.page-section.dark::after {
  border-color: rgba(0,71,255,.22);
  box-shadow: 0 0 0 75px rgba(0,71,255,.022);
}

.copy-grid-single {
  grid-template-columns: minmax(0, 900px);
  max-width: 956px;
  gap: 0;
}
.copy-grid-single > .page-heading { position: static; margin-bottom: 0; }

.contact-grid {
  grid-template-columns: minmax(0, 850px);
  justify-content: start;
  gap: 0;
}
.contact-copy { max-width: 850px; }
.contact-copy > p { max-width: 740px; }
.contact-details { max-width: 720px; }

.contact-page .contact-page-grid { grid-template-columns: 1fr; gap: 0; }
.contact-page .contact-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
}
.contact-page .contact-card { min-height: 170px; }

.inner-page .inner-hero,
:is(.driving-service-page, .boat-service-page) .inner-hero {
  min-height: auto;
  padding: 122px 0 62px;
  background-position: center 48%;
}
.inner-page .inner-hero::after {
  background: linear-gradient(90deg, rgba(244,244,245,.99) 0%, rgba(244,244,245,.96) 67%, rgba(244,244,245,.80) 100%);
}
.inner-page .inner-hero-copy,
:is(.driving-service-page, .boat-service-page) .inner-hero-copy { max-width: 1040px; }
.inner-page .inner-hero-copy h1,
:is(.driving-service-page, .boat-service-page) .inner-hero-copy h1 { max-width: 1000px; }
.inner-page .inner-hero-copy h2 { max-width: 920px; }
.inner-page .inner-hero-copy > p:not(.kicker):not(.subhead),
:is(.driving-service-page, .boat-service-page) .inner-hero-copy > p:not(.kicker):not(.subhead) { max-width: 900px; }
.inner-page .page-section + .page-section { border-top-color: var(--line); }

.footer-bottom { justify-content: flex-start; }

.service-card:hover,
.inner-page :is(.info-card, .number-item, .service-detail):hover { border-color: rgba(0,71,255,.34); }
.inner-page :is(.info-card, .number-item, .service-detail):hover { box-shadow: 0 18px 42px rgba(9,9,11,.09); }
.audience-tags span:nth-child(2),
.audience-tags span:nth-child(5) { box-shadow: 0 12px 30px rgba(0,59,214,.20); }
.footer-cta a:hover { background: rgba(0,71,255,.09); border-color: rgba(0,71,255,.32); }
.nav-dropdown-menu { box-shadow: 0 24px 60px rgba(9,9,11,.14); }
.whatsapp-float { box-shadow: 0 14px 35px rgba(9,9,11,.24); }

@media (max-width: 1000px) {
  .contact-page .contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inner-page .inner-hero,
  :is(.driving-service-page, .boat-service-page) .inner-hero { padding: 112px 0 58px; }
}

@media (max-width: 620px) {
  .contact-details,
  .contact-page .contact-cards { grid-template-columns: 1fr; }
  .contact-page .contact-cards { padding: 12px; }
  .contact-page .contact-card { min-height: 125px; }
  .inner-page .inner-hero,
  :is(.driving-service-page, .boat-service-page) .inner-hero { padding: 104px 0 50px; }
  .inner-page .inner-hero::after { background: rgba(244,244,245,.94); }
}

/* Homepage contact section redesign */
#kontakt.contact {
  position: relative;
  isolation: isolate;
  padding: 96px 0;
  background-color: var(--ink);
  background-image:
    linear-gradient(90deg, rgba(9,9,11,.97) 0%, rgba(9,9,11,.92) 48%, rgba(9,9,11,.73) 100%),
    url("../assets/images/hero-driving.webp") !important;
  background-position: center 48%;
  background-size: cover;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
#kontakt.contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 63%, rgba(0,71,255,.16) 63% 64%, transparent 64%),
    radial-gradient(circle at 86% 16%, rgba(0,71,255,.22), transparent 27%);
  pointer-events: none;
}
#kontakt .contact-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .78fr);
  gap: 84px;
  align-items: center;
}
#kontakt .contact-copy { max-width: 720px; }
#kontakt .contact-copy .eyebrow { color: #7da0ff; }
#kontakt .contact-copy h2 {
  max-width: 700px;
  margin: 22px 0 24px;
  color: #fff;
  font-size: clamp(46px, 4.55vw, 64px);
  line-height: 1.03;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
#kontakt .contact-copy h2 em { color: #5f89ff; font-style: normal; }
#kontakt .contact-copy > p {
  max-width: 660px;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  font-weight: 550;
  line-height: 1.75;
}
#kontakt .contact-details {
  max-width: 680px;
  margin-top: 36px;
  gap: 14px;
}
#kontakt .contact-details > * {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 23px 25px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 2px;
  backdrop-filter: blur(12px);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
#kontakt .contact-details > *:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.11);
  border-color: rgba(95,137,255,.68);
}
#kontakt .contact-details small {
  margin-bottom: 9px;
  color: #7da0ff;
  font-size: 10px;
}
#kontakt .contact-details strong { color: #fff; font-size: 15px; line-height: 1.55; }

.contact-action-card {
  position: relative;
  padding: 42px;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.8);
  border-top: 4px solid var(--green-bright);
  border-radius: 2px;
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
}
.contact-card-kicker {
  margin-bottom: 15px;
  color: var(--green-bright);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-action-card h3 {
  max-width: 390px;
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(29px, 2.5vw, 39px);
  line-height: 1.08;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.contact-action-card > p { margin: 0; color: var(--muted); font-size: 15px; }
.contact-action-list { display: grid; gap: 11px; margin-top: 28px; }
.contact-action {
  min-height: 80px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  gap: 15px;
  align-items: center;
  padding: 15px 17px;
  color: var(--ink);
  background: #f7f7f8;
  border: 1px solid var(--line);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.contact-action:hover { transform: translateX(4px); background: #fff; border-color: rgba(0,71,255,.42); }
.contact-action-primary { color: #fff; background: var(--green-bright); border-color: var(--green-bright); }
.contact-action-primary:hover { color: #fff; background: var(--green-deep); border-color: var(--green-deep); }
.contact-action img { width: 38px; height: 38px; object-fit: contain; mix-blend-mode: screen; }
.contact-action-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--green-bright);
  background: var(--mint);
  border-radius: 50%;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.contact-action small,
.contact-action strong { display: block; }
.contact-action small { margin-bottom: 3px; color: inherit; opacity: .65; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-action strong { overflow-wrap: anywhere; font-size: 14px; }
.contact-action > i { justify-self: end; color: inherit; }
.contact-all-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.contact-all-link:hover { color: var(--green-bright); }

@media (max-width: 1000px) {
  #kontakt .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  #kontakt .contact-copy { max-width: 800px; }
  .contact-action-card { max-width: 720px; }
}

@media (max-width: 620px) {
  #kontakt.contact { padding: 70px 0; background-position: 58% center; }
  #kontakt .contact-copy h2 { font-size: clamp(39px, 11vw, 49px); }
  #kontakt .contact-copy > p { font-size: 16px; }
  #kontakt .contact-details { gap: 10px; }
  #kontakt .contact-details > * { min-height: 104px; padding: 20px; }
  .contact-action-card { padding: 28px 20px; }
  .contact-action { grid-template-columns: 40px minmax(0, 1fr) 18px; gap: 11px; padding: 14px; }
  .contact-action-card h3 { font-size: 29px; }
}

/* Sub-service hero button and checklist contrast */
:is(.driving-service-page, .boat-service-page) .inner-hero .btn-primary {
  color: #fff;
  background: #0047ff;
  border-color: #0047ff;
  box-shadow: none;
}
:is(.driving-service-page, .boat-service-page) .inner-hero .btn-primary:hover,
:is(.driving-service-page, .boat-service-page) .inner-hero .btn-primary:focus-visible {
  color: #fff;
  background: #003bd6;
  border-color: #003bd6;
  box-shadow: 0 12px 28px rgba(0,71,255,.20);
}
:is(.driving-service-page, .boat-service-page) .inner-hero .hero-checks,
:is(.driving-service-page, .boat-service-page) .inner-hero .hero-checks li {
  color: #09090b;
  text-shadow: none;
}
:is(.driving-service-page, .boat-service-page) .inner-hero .hero-checks li::before {
  color: #0047ff;
}

/* Services overview: full-width personal checklist panel */
.services-overview-page .services-intro-grid { align-items: start; }
.services-overview-page .personal-checklist-panel {
  width: 100%;
  min-height: 190px;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: center;
  margin-top: 28px;
  padding: 38px 42px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green-bright);
  border-radius: 2px;
  box-shadow: 0 20px 52px rgba(9,9,11,.07);
}
.services-overview-page .personal-checklist-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.services-overview-page .personal-checklist-heading > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--green-bright);
  border-radius: 2px;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.services-overview-page .personal-checklist-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.1;
  hyphens: none;
}
.services-overview-page .personal-checklist-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding-left: 38px;
  border-left: 1px solid var(--line);
}
.services-overview-page .personal-checklist-copy p {
  margin: 0;
  color: #27272a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .services-overview-page .personal-checklist-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }
  .services-overview-page .personal-checklist-copy { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .services-overview-page .personal-checklist-panel { margin-top: 22px; padding: 26px 21px; }
  .services-overview-page .personal-checklist-copy { grid-template-columns: 1fr; gap: 16px; }
  .services-overview-page .personal-checklist-heading { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
  .services-overview-page .personal-checklist-heading > span { width: 48px; height: 48px; }
  .services-overview-page .personal-checklist-heading h3 { font-size: 25px; }
}

/* Services overview: checklist, process and source sections */
.services-overview-page .checklist-showcase {
  padding-block: 82px;
  background-position: center 48%;
}
.services-overview-page .checklist-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,9,11,.96) 0%, rgba(9,9,11,.88) 48%, rgba(9,9,11,.72) 100%);
  pointer-events: none;
}
.services-overview-page .checklist-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr);
  gap: 76px;
  align-items: center;
}
.services-overview-page .checklist-showcase .page-heading { margin: 0; }
.services-overview-page .checklist-showcase .page-heading h2 {
  max-width: 580px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 4.3vw, 62px);
  line-height: 1.02;
}
.services-overview-page .checklist-showcase .page-heading > p {
  max-width: 520px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}
.services-overview-page .checklist-card {
  padding: 28px 36px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.82);
  border-top: 4px solid var(--green-bright);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
}
.services-overview-page .checklist-card .plain-list { margin: 0; }
.services-overview-page .checklist-card .plain-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 0 14px 50px;
  color: #18181b;
  border-bottom-color: var(--line);
  font-size: 15px;
  font-weight: 650;
}
.services-overview-page .checklist-card .plain-list li:last-child { border-bottom: 0; }
.services-overview-page .checklist-card .plain-list li::before {
  content: "✓";
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green-bright);
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.services-overview-page .checklist-authority-note {
  max-width: 100%;
  margin: 30px 0 0;
  padding: 18px 22px 18px 58px;
  color: rgba(255,255,255,.92) !important;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-left: 3px solid var(--green-bright);
  font-size: 14px;
  font-weight: 600;
}

.services-overview-page .process-showcase {
  position: relative;
  isolation: isolate;
  padding-block: 86px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(9,9,11,.95), rgba(9,9,11,.73)), url("../assets/images/road.jpg");
  background-position: center 47%;
  background-size: cover;
  overflow: hidden;
}
.services-overview-page .process-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 86% 18%, rgba(0,71,255,.24), transparent 31%);
}
.services-overview-page .process-showcase .page-heading { max-width: 800px; margin-bottom: 48px; }
.services-overview-page .process-showcase .eyebrow { color: #8daaff; }
.services-overview-page .process-showcase .page-heading h2 { color: #fff; }
.services-overview-page .process-showcase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.services-overview-page .process-showcase .number-item {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 54px;
  padding: 28px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.75);
  border-top: 4px solid var(--green-bright);
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}
.services-overview-page .process-showcase .number-item:hover {
  border-color: rgba(255,255,255,.92);
  transform: translateY(-5px);
  box-shadow: 0 32px 75px rgba(0,0,0,.30);
}
.services-overview-page .process-showcase .number-item > span {
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--green-bright);
  border-radius: 2px;
}
.services-overview-page .process-showcase .number-item h3 { margin: 0 0 12px; color: var(--ink); font-size: 20px; }
.services-overview-page .process-showcase .number-item p { color: #3f3f46; font-size: 15px; line-height: 1.68; }

.services-overview-page .source-section { padding-block: 82px; }
.services-overview-page .source-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 76px;
  align-items: stretch;
}
.services-overview-page .source-section .page-heading {
  align-self: center;
  margin: 0;
}
.services-overview-page .source-section .page-heading h2 {
  max-width: 520px;
  margin: 22px 0 0;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.03;
}
.services-overview-page .source-cards { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.services-overview-page .source-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green-bright);
  box-shadow: 0 20px 50px rgba(9,9,11,.06);
}
.services-overview-page .source-card > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--green-bright);
  background: var(--mint);
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.services-overview-page .source-card p {
  margin: 42px 0 0;
  color: #27272a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}
.services-overview-page .source-card-accent {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  border-top-color: var(--green-bright);
}
.services-overview-page .source-card-accent > span { color: #fff; background: var(--green-bright); }
.services-overview-page .source-card-accent p { color: rgba(255,255,255,.86); }

@media (max-width: 1000px) {
  .services-overview-page .checklist-showcase-grid,
  .services-overview-page .source-layout { grid-template-columns: 1fr; gap: 38px; }
  .services-overview-page .process-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-overview-page .process-showcase .number-item { min-height: 230px; gap: 40px; }
}

@media (max-width: 620px) {
  .services-overview-page .checklist-showcase,
  .services-overview-page .process-showcase,
  .services-overview-page .source-section { padding-block: 60px; }
  .services-overview-page .checklist-showcase .page-heading h2,
  .services-overview-page .source-section .page-heading h2 { font-size: 38px; }
  .services-overview-page .checklist-card { padding: 18px 21px; }
  .services-overview-page .checklist-card .plain-list li { padding-left: 44px; }
  .services-overview-page .checklist-authority-note { padding: 17px 18px; }
  .services-overview-page .process-showcase { background-position: 61% center; }
  .services-overview-page .process-showcase-grid,
  .services-overview-page .source-cards { grid-template-columns: 1fr; }
  .services-overview-page .process-showcase .number-item { min-height: 0; gap: 30px; }
  .services-overview-page .source-card { min-height: 240px; padding: 28px 24px; }
  .services-overview-page .source-card p { margin-top: 34px; }
}

/* Consistent light-blue accents on black backgrounds */
:root { --blue-on-dark: #9db5ff; }

:is(
  .section-dark,
  .inner-page .page-section.dark,
  .services-overview-page .process-showcase,
  .inner-page .cta-band,
  .inner-page .faq-sidebar,
  .inner-page .statement-card,
  #kontakt.contact
) :is(.eyebrow, .kicker) {
  color: var(--blue-on-dark);
}

.site-footer .footer-links h3,
.site-footer .footer-contact h3,
.site-footer .footer-cta > span,
#kontakt .contact-details small,
.contact-page .contact-card small {
  color: var(--blue-on-dark);
}

.inner-page .page-section.dark .plain-list li::before,
.inner-page .statement-card .plain-list li::before {
  color: var(--ink);
  background: var(--blue-on-dark);
}
