/* ============================================================
   PRİZMA VIP Transfer — Bauhaus × Atlas Signature (Pass 2)
   Primary geometry breaks the grid. Color blocks own sections.
   Color-invert on hover. Hard-offset shadows. No half-measures.
   ============================================================ */

:root {
  --color-bg: #ffffff;
  --color-bg-alt: #f7f7f7;
  --color-bg-deep: #000000;
  --color-surface: #ffffff;
  --color-surface-alt: #f7f7f7;
  --color-text: #0f172a;
  --color-text-muted: #64748b;
  --color-text-on-dark: #f7f7f7;
  --color-text-on-accent: #ffffff;
  --color-accent: #e2202f;
  --color-accent-soft: #f4c430;
  --color-accent-deep: #003566;
  --color-border: #e2e8f0;
  --color-border-strong: #0f172a;
  --color-success: #16a34a;
  --color-warning: #f4c430;
  --color-error: #e63946;
  --color-info: #003566;
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: Inter, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Instrument Serif", Georgia, serif;

  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-lg: 1.125rem;
  --fs-h3: clamp(1.25rem, 1.4vw, 1.5rem);
  --fs-h2: clamp(1.75rem, 3vw, 2.5rem);
  --fs-h1: clamp(2.25rem, 5vw, 3.75rem);
  --fs-display: clamp(3rem, 8vw, 5.5rem);

  /* Bauhaus hard-offset shadow system (no blur, no soft) */
  --shadow-hard-sm: 4px 4px 0 0 var(--color-border-strong);
  --shadow-hard-md: 8px 8px 0 0 var(--color-border-strong);
  --shadow-hard-yellow: 8px 8px 0 0 var(--color-accent-soft);
  --shadow-hard-blue: 8px 8px 0 0 var(--color-accent-deep);
  --shadow-hard-red: 8px 8px 0 0 var(--color-accent);

  --tint-black-strong: color-mix(in oklch, var(--color-text) 88%, transparent);
  --tint-white-muted: color-mix(in oklch, var(--color-text-on-dark) 72%, transparent);
  --tint-white-dim: color-mix(in oklch, var(--color-text-on-dark) 55%, transparent);
  --tint-border-soft: color-mix(in oklch, var(--color-border-strong) 12%, transparent);
  --tint-accent-wash: color-mix(in oklch, var(--color-accent-deep) 6%, var(--color-bg));
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.55;
  color: var(--color-text);
  background: var(--color-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
::selection { background: var(--color-accent-soft); color: var(--color-text); }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-narrow {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-wide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Screen-reader-only helper */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -200px; left: -9999px;
  background: var(--color-accent-deep);
  color: var(--color-text-on-accent);
  padding: 12px 20px;
  z-index: 100;
  font-weight: 700;
  font-family: var(--font-display);
}
.skip-link:focus { top: 16px; left: 16px; outline: 3px solid var(--color-accent-soft); }

/* =====================================================
   TOPBAR — sticky, Bauhaus signature under wordmark
   ===================================================== */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: var(--color-bg);
  border-bottom: 3px solid var(--color-border-strong);
  width: 100%;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  max-width: 1240px; margin: 0 auto;
  padding: 12px 20px;
  min-height: 64px;
  position: relative;
}
.topbar-inner::before {
  content: "";
  position: absolute;
  left: 12px; top: 6px;
  width: 8px; height: 8px;
  border-left: 2px solid var(--color-border-strong);
  border-top: 2px solid var(--color-border-strong);
  pointer-events: none;
}
.topbar-inner::after {
  content: "";
  position: absolute;
  right: 12px; bottom: 6px;
  width: 8px; height: 8px;
  border-right: 2px solid var(--color-border-strong);
  border-bottom: 2px solid var(--color-border-strong);
  pointer-events: none;
}
.topbar-brand { display: flex; align-items: center; gap: 10px; }
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.005em;
  color: var(--color-text);
  transition: color .18s linear;
}
.logo:hover { color: var(--color-accent-deep); }
.logo-mark {
  width: 30px; height: 30px;
  background: var(--color-accent-deep);
  position: relative;
  flex-shrink: 0;
  transition: transform .3s ease, background-color .18s;
}
.logo-mark::after {
  content: "";
  position: absolute;
  right: -7px; bottom: -7px;
  width: 14px; height: 14px;
  background: var(--color-accent-soft);
  border-radius: 50%;
}
.logo-mark::before {
  content: "";
  position: absolute;
  left: -5px; top: -5px;
  width: 10px; height: 10px;
  background: var(--color-accent);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.logo:hover .logo-mark { transform: rotate(-8deg); }

.topbar-nav { display: none; }
.topbar-nav .nav-list { list-style: none; display: flex; gap: 24px; }
.topbar-nav a {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--color-text);
  padding: 10px 4px;
  position: relative;
  transition: color .18s linear;
}
.topbar-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 4px;
  width: 0; height: 3px;
  background: var(--color-accent-soft);
  transition: width .22s ease;
}
.topbar-nav a:hover,
.topbar-nav a:focus-visible { color: var(--color-accent-deep); }
.topbar-nav a:hover::after,
.topbar-nav a:focus-visible::after { width: 100%; }
.topbar-nav a:focus-visible { outline: 2px solid var(--color-accent-deep); outline-offset: 6px; }

.topbar-cta { display: flex; align-items: center; gap: 10px; }
.topbar-cta .btn { padding: 10px 16px; font-size: 0.875rem; min-height: 44px; }

@media (min-width: 900px) {
  .topbar-nav { display: block; }
}

/* =====================================================
   BUTTONS — Bauhaus square-or-circle, color-invert hover
   ===================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 14px 24px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border-radius: 0;
  border: 2px solid transparent;
  transition:
    background-color .18s linear,
    color .18s linear,
    border-color .18s linear,
    transform .12s linear,
    box-shadow .18s ease;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.btn:focus-visible {
  outline: 3px solid var(--color-accent-soft);
  outline-offset: 3px;
}
.btn:active { transform: translate(2px, 2px); box-shadow: none !important; }

.btn-primary {
  background: var(--color-accent-soft);
  color: var(--color-text);
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-hard-sm);
}
.btn-primary:hover {
  background: var(--color-text);
  color: var(--color-accent-soft);
  box-shadow: var(--shadow-hard-yellow);
}

.btn-secondary {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-border-strong);
}
.btn-secondary:hover {
  background: var(--color-text);
  color: var(--color-bg);
  box-shadow: var(--shadow-hard-sm);
}

.btn-dark {
  background: var(--color-accent-deep);
  color: var(--color-text-on-accent);
  border-color: var(--color-accent-deep);
}
.btn-dark:hover {
  background: var(--color-bg);
  color: var(--color-accent-deep);
  border-color: var(--color-accent-deep);
  box-shadow: var(--shadow-hard-blue);
}

.btn-red {
  background: var(--color-accent);
  color: var(--color-text-on-accent);
  border-color: var(--color-accent);
}
.btn-red:hover {
  background: var(--color-text);
  color: var(--color-accent-soft);
  border-color: var(--color-text);
  box-shadow: var(--shadow-hard-red);
}

.btn-block { width: 100%; }
.btn-large { min-height: 56px; padding: 16px 28px; font-size: 1.0625rem; }

/* Perfect-circle CTA — bauhaus signature */
.btn-circle {
  width: 132px; height: 132px;
  border-radius: 50%;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.15;
  text-align: center;
  border: 3px solid var(--color-border-strong);
}

/* =====================================================
   ORDINAL / EYEBROW — atlas numbered signature
   ===================================================== */
.ordinal-row {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.ordinal {
  font-family: "Space Mono", "Courier New", monospace;
  font-weight: 700;
  color: var(--color-accent-deep);
  font-size: 0.875rem;
  position: relative;
  padding-left: 20px;
}
.ordinal::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 12px; height: 12px;
  background: var(--color-accent-soft);
  transform: translateY(-50%);
}
.pill {
  display: inline-block;
  padding: 5px 12px;
  background: var(--color-text);
  color: var(--color-bg);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pill--red { background: var(--color-accent); }
.pill--blue { background: var(--color-accent-deep); }
.pill--yellow { background: var(--color-accent-soft); color: var(--color-text); }

.section-dark .ordinal { color: var(--color-accent-soft); }
.section-dark .ordinal::before { background: var(--color-accent); }
.section-dark .ordinal-row { color: var(--tint-white-muted); }
.section-blue .ordinal-row { color: var(--tint-white-muted); }
.section-blue .ordinal { color: var(--color-accent-soft); }
.section-blue .ordinal::before { background: var(--color-accent); }
.section-yellow .ordinal { color: var(--color-text); }
.section-yellow .ordinal::before { background: var(--color-accent); }

/* =====================================================
   SECTION BASE + THICK BAUHAUS DIVIDERS
   ===================================================== */
.section {
  padding: 64px 0;
  position: relative;
}
.section-alt { background: var(--color-bg-alt); }
.section-dark {
  background: var(--color-bg-deep);
  color: var(--color-text-on-dark);
}
.section-yellow {
  background: var(--color-accent-soft);
  color: var(--color-text);
}
.section-blue {
  background: var(--color-accent-deep);
  color: var(--color-text-on-accent);
}
.section-red {
  background: var(--color-accent);
  color: var(--color-text-on-accent);
}
.section-tint { background: var(--tint-accent-wash); }

/* Bauhaus thick black divider — the artist direction spec */
.section + .section,
.section + .cta-band,
.trust-wall + .section,
.cta-band + .section,
.section + .logos-strip,
.logos-strip + .section {
  border-top: 4px solid var(--color-border-strong);
}

.seam {
  position: relative;
  height: 32px;
  border-bottom: 1px solid var(--color-border-strong);
}
.seam::before,
.seam::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 9px; height: 9px;
  background: var(--color-bg);
  border: 2px solid var(--color-border-strong);
}
.seam::before { left: 20px; }
.seam::after  { right: 20px; }

/* Bauhaus primitive divider strip: three color squares */
.divider-primitive {
  display: flex;
  width: 100%;
  height: 6px;
}
.divider-primitive span:nth-child(1) { flex: 1; background: var(--color-accent); }
.divider-primitive span:nth-child(2) { flex: 1; background: var(--color-accent-soft); }
.divider-primitive span:nth-child(3) { flex: 1; background: var(--color-accent-deep); }
.divider-primitive span:nth-child(4) { flex: 1; background: var(--color-text); }

@media (min-width: 768px) {
  .section { padding: 96px 0; }
}
@media (min-width: 1024px) {
  .section { padding: 112px 0; }
}
@media (min-width: 1280px) {
  .section { padding: 128px 0; }
}

.section-head { max-width: 780px; margin-bottom: 44px; position: relative; z-index: 2; }
.section-head h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  color: inherit;
}
.section-head p {
  font-size: var(--fs-lg);
  color: var(--color-text-muted);
  max-width: 64ch;
  line-height: 1.55;
}
.section-dark .section-head p,
.section-blue .section-head p { color: var(--tint-white-muted); }
.section-yellow .section-head p { color: var(--color-text); }
.section-head .accent-italic {
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--color-accent-deep);
  font-weight: 400;
}
.section-dark .section-head .accent-italic,
.section-blue .section-head .accent-italic { color: var(--color-accent-soft); }
.section-yellow .section-head .accent-italic { color: var(--color-accent-deep); }

/* =====================================================
   HERO — OVERSIZE BAUHAUS PRIMITIVES BREAK THE GRID
   ===================================================== */
.hero {
  position: relative;
  padding: 56px 0 88px;
  background: var(--color-bg);
  overflow: hidden;
  border-bottom: 4px solid var(--color-border-strong);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 90%, var(--tint-border-soft) 1.5px, transparent 1.5px) 0 0/26px 26px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 3;
}
.hero-eyebrow {
  display: inline-flex; gap: 10px; align-items: center;
  padding: 7px 14px;
  border: 2px solid var(--color-border-strong);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 24px;
  background: var(--color-bg);
  box-shadow: var(--shadow-hard-sm);
}
.hero-eyebrow .dot {
  width: 9px; height: 9px;
  background: var(--color-accent);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(0.75); }
}
.hero h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
  color: var(--color-text);
}
.hero h1 .accent-italic {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
  color: var(--color-accent-deep);
  display: inline-block;
  position: relative;
}
.hero h1 .accent-italic::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 6px;
  background: var(--color-accent-soft);
  z-index: -1;
  transform: skewX(-8deg);
}
.hero-sub {
  font-size: var(--fs-lg);
  color: var(--color-text-muted);
  max-width: 52ch;
  margin-bottom: 32px;
  line-height: 1.6;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  padding-top: 28px;
  border-top: 3px solid var(--color-border-strong);
  max-width: 560px;
  position: relative;
}
.hero-meta::before {
  content: "";
  position: absolute;
  top: -3px; left: 0;
  width: 60px; height: 3px;
  background: var(--color-accent-soft);
}
.hero-meta div { position: relative; padding-left: 14px; }
.hero-meta div::before {
  content: "";
  position: absolute;
  left: 0; top: 6px;
  width: 6px; height: 6px;
  background: var(--color-accent);
}
.hero-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--color-accent-deep);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.hero-meta span {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  letter-spacing: 0.02em;
  line-height: 1.35;
  display: block;
}

/* Hero proof card — booking widget style */
.hero-proof {
  position: relative;
  background: var(--color-surface);
  border: 3px solid var(--color-border-strong);
  padding: 26px;
  box-shadow: var(--shadow-hard-md);
  z-index: 3;
}
.hero-proof::before {
  content: "";
  position: absolute;
  right: -14px; top: -14px;
  width: 24px; height: 24px;
  border-right: 4px solid var(--color-accent);
  border-top: 4px solid var(--color-accent);
}
.hero-proof::after {
  content: "";
  position: absolute;
  left: -14px; bottom: -14px;
  width: 24px; height: 24px;
  border-left: 4px solid var(--color-accent-deep);
  border-bottom: 4px solid var(--color-accent-deep);
}
.hero-proof-header {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color-border-strong);
  margin-bottom: 20px;
}
.hero-proof-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.hero-proof-badge {
  font-family: "Space Mono", monospace;
  font-size: 0.6875rem;
  color: var(--color-text-muted);
  padding: 3px 8px;
  border: 1px solid var(--color-border-strong);
  background: var(--color-bg-alt);
}
.hero-proof-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--color-bg-alt);
  margin-bottom: 20px;
  border: 1px solid var(--color-border-strong);
}
.hero-proof-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.hero-proof:hover .hero-proof-image img {
  transform: scale(1.04);
}
.hero-proof-image::after {
  content: "";
  position: absolute;
  right: 12px; top: 12px;
  width: 22px; height: 22px;
  background: var(--color-accent-soft);
  border-radius: 50%;
  opacity: 0.9;
}

/* Bauhaus OVERSIZE primitives — dominate the canvas */
.hero-shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.hero-shape-circle {
  right: -140px;
  top: 15%;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  opacity: 0.9;
  animation: hero-spin-slow 22s linear infinite;
}
.hero-shape-square {
  left: -60px;
  bottom: -60px;
  width: 200px; height: 200px;
  background: var(--color-accent-deep);
  opacity: 0.85;
}
.hero-shape-triangle {
  position: absolute;
  right: 8%; bottom: 4%;
  width: 130px; height: 130px;
  background: var(--color-accent);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  animation: hero-drift 12s ease-in-out infinite alternate;
  pointer-events: none;
}
.hero-shape-dot-cluster {
  position: absolute;
  left: 42%; top: 4%;
  width: 120px; height: 120px;
  background:
    radial-gradient(circle, var(--color-text) 3px, transparent 3px) 0 0/20px 20px;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}
.hero-shape-stripe {
  position: absolute;
  left: 0; top: 42%;
  width: 40%; height: 12px;
  background: var(--color-accent);
  z-index: 1;
  transform: skewY(-3deg);
  transform-origin: left center;
  pointer-events: none;
}
.hero-shape-ring {
  position: absolute;
  right: 18%; top: 62%;
  width: 90px; height: 90px;
  border: 6px solid var(--color-border-strong);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

@keyframes hero-spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes hero-drift {
  from { transform: translateY(0) rotate(0deg); }
  to   { transform: translateY(-16px) rotate(6deg); }
}

.hero-proof-body { }
.hero-proof-row {
  display: flex; justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed var(--color-border);
  font-size: 0.9375rem;
}
.hero-proof-row:last-of-type { border-bottom: 0; }
.hero-proof-row .k { color: var(--color-text-muted); letter-spacing: 0.02em; }
.hero-proof-row .v { font-weight: 700; font-family: var(--font-display); }
.hero-proof-row .v.accent {
  color: var(--color-accent-deep);
  font-size: 1.125rem;
  letter-spacing: -0.01em;
}
.hero-proof-cta {
  display: block; width: 100%;
  margin-top: 20px;
}

/* Bauhaus hero corner crosshairs */
.hero-corner {
  position: absolute;
  width: 40px; height: 40px;
  border: 3px solid var(--color-border-strong);
  z-index: 2;
  pointer-events: none;
}
.hero-corner-tl { top: 24px; left: 24px; border-right: 0; border-bottom: 0; }
.hero-corner-tr { top: 24px; right: 24px; border-left: 0; border-bottom: 0; }
.hero-corner-bl { bottom: 24px; left: 24px; border-right: 0; border-top: 0; }
.hero-corner-br { bottom: 24px; right: 24px; border-left: 0; border-top: 0; }

@media (min-width: 900px) {
  .hero { padding: 112px 0 144px; }
  .hero-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 64px;
  }
  .hero-shape-circle {
    right: 38%;
    top: 12%;
    width: 520px; height: 520px;
    opacity: 0.85;
  }
  .hero-shape-square {
    left: -80px;
    bottom: -80px;
    width: 320px; height: 320px;
  }
  .hero-shape-triangle {
    right: 12%; bottom: 8%;
    width: 190px; height: 190px;
  }
  .hero-shape-dot-cluster {
    width: 200px; height: 200px;
    left: 30%; top: 2%;
  }
  .hero-shape-stripe {
    height: 18px;
  }
  .hero-shape-ring {
    width: 130px; height: 130px;
  }
}

/* =====================================================
   BLUEPRINT COLUMN OVERLAY — atlas signature (subtle)
   ===================================================== */
.blueprint {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  display: none;
}
.blueprint::before,
.blueprint::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  border-left: 1px dashed var(--tint-border-soft);
}
.blueprint::before { left: 25%; }
.blueprint::after  { left: 75%; }
@media (min-width: 900px) {
  .blueprint { display: block; }
}

/* =====================================================
   TRUST WALL — with-dots cell matrix, bauhaus corner accent
   ===================================================== */
.trust-wall {
  padding: 56px 0;
  background:
    radial-gradient(circle, var(--color-border) 1.2px, transparent 1.2px) 0 0/22px 22px,
    var(--color-bg-alt);
  border-top: 4px solid var(--color-border-strong);
  border-bottom: 4px solid var(--color-border-strong);
  position: relative;
}
.trust-wall::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 80px; height: 80px;
  background: var(--color-accent-soft);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}
.trust-wall::after {
  content: "";
  position: absolute;
  right: 0; bottom: 0;
  width: 80px; height: 80px;
  background: var(--color-accent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 3px solid var(--color-border-strong);
  background: var(--color-bg);
  box-shadow: var(--shadow-hard-md);
  position: relative;
  z-index: 2;
}
.trust-cell {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  position: relative;
  transition: background-color .22s ease;
}
.trust-cell:hover { background: var(--color-accent-soft); }
.trust-cell:nth-child(2n) { border-right: 0; }
.trust-cell:nth-last-child(-n+2) { border-bottom: 0; }
.trust-value {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--color-accent-deep);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.trust-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-text-muted);
  font-weight: 700;
}
@media (min-width: 768px) {
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-cell { padding: 36px 22px; border-bottom: 0; }
  .trust-cell:nth-child(2n) { border-right: 1px solid var(--color-border-strong); }
  .trust-cell:last-child { border-right: 0; }
  .trust-value { font-size: 2.75rem; }
}

/* =====================================================
   LOGOS STRIP — corporate trust (NEW)
   ===================================================== */
.logos-strip {
  background: var(--color-bg-deep);
  color: var(--color-text-on-dark);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--color-border-strong);
  border-bottom: 4px solid var(--color-border-strong);
}
.logos-strip::before {
  content: "";
  position: absolute;
  left: -30px; top: 50%;
  width: 90px; height: 90px;
  background: var(--color-accent);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
.logos-strip::after {
  content: "";
  position: absolute;
  right: -30px; top: 50%;
  width: 60px; height: 60px;
  background: var(--color-accent-soft);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.3;
}
.logos-strip .container {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}
.logos-title {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-accent-soft);
  padding-left: 22px;
  position: relative;
}
.logos-title::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 12px; height: 12px;
  background: var(--color-accent);
  transform: translateY(-50%);
}
.logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 32px;
  justify-content: flex-start;
}
.logo-chip {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.16em;
  color: var(--tint-white-muted);
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1.5px solid var(--tint-white-dim);
  transition: color .18s, border-color .18s, background-color .18s;
  white-space: nowrap;
}
.logo-chip:hover {
  color: var(--color-text);
  background: var(--color-accent-soft);
  border-color: var(--color-accent-soft);
}
@media (min-width: 900px) {
  .logos-strip .container {
    grid-template-columns: auto 1fr;
    gap: 48px;
  }
  .logos-row { justify-content: flex-end; }
}

/* =====================================================
   FARE — segmented switcher (radio-checked)
   ===================================================== */
.fare-switch {
  display: flex;
  border: 3px solid var(--color-border-strong);
  background: var(--color-bg);
  margin-bottom: 32px;
  overflow-x: auto;
  box-shadow: var(--shadow-hard-sm);
}
.fare-switch label {
  flex: 1 0 auto;
  padding: 15px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  border-right: 2px solid var(--color-border-strong);
  cursor: pointer;
  color: var(--color-text);
  background: var(--color-bg);
  transition: background-color .18s, color .18s;
  white-space: nowrap;
  position: relative;
  min-height: 52px;
  display: flex; align-items: center; justify-content: center;
}
.fare-switch label:last-child { border-right: 0; }
.fare-switch input[type="radio"] {
  position: absolute; opacity: 0; pointer-events: none;
}
.fare-switch input[type="radio"]:checked + label,
.fare-switch label:has(input:checked) {
  background: var(--color-accent-deep);
  color: var(--color-text-on-accent);
}
.fare-switch label:hover:not(:has(input:checked)) {
  background: var(--color-accent-soft);
  color: var(--color-text);
}
.fare-switch input[type="radio"]:focus-visible + label,
.fare-switch label:has(input:focus-visible) {
  outline: 3px solid var(--color-accent-soft);
  outline-offset: 2px;
}

.fare-table-wrap {
  border: 3px solid var(--color-border-strong);
  box-shadow: var(--shadow-hard-md);
  overflow-x: auto;
}
.fare-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-bg);
  font-size: 0.9375rem;
  border: 3px solid var(--color-border-strong);
  box-shadow: var(--shadow-hard-md);
}
.fare-table thead {
  background: var(--color-text);
  color: var(--color-bg);
}
.fare-table th,
.fare-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.fare-table th {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.fare-table tbody tr {
  transition: background-color .18s ease;
}
.fare-table tbody tr:hover {
  background: color-mix(in oklch, var(--color-accent-soft) 22%, var(--color-bg));
}
.fare-table tr:last-child td { border-bottom: 0; }
.fare-table td.price {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-accent-deep);
  white-space: nowrap;
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
}
.fare-note {
  margin-top: 20px;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  font-style: italic;
  padding: 12px 16px;
  border-left: 4px solid var(--color-accent-soft);
  background: var(--color-bg-alt);
  line-height: 1.55;
}

/* =====================================================
   PROCESS — numbered capability rows with hard-offset shadow
   ===================================================== */
.process-list {
  display: grid;
  gap: 24px;
}
.process-item {
  background: var(--color-bg);
  border: 2px solid var(--color-border-strong);
  padding: 32px 26px;
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
}
.process-item:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-hard-md);
}
.process-item .num {
  font-family: "Space Mono", monospace;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-accent-deep);
  line-height: 1;
  margin-bottom: 14px;
  display: block;
  letter-spacing: -0.02em;
}
.process-item h3 {
  font-family: var(--font-display);
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.process-item p {
  color: var(--color-text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}
.process-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 48px; height: 8px;
  background: var(--color-accent-soft);
  transition: background-color .18s;
}
.process-item:hover::before { background: var(--color-accent); }
.process-item::after {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 8px; height: 48px;
  background: var(--color-accent);
  opacity: 0;
  transition: opacity .18s;
}
.process-item:hover::after { opacity: 1; }

/* Rotate the primary-shape indicator per step: circle → square → triangle → dot */
.process-item:nth-child(4n+1) .num::after {
  content: "";
  display: inline-block;
  width: 14px; height: 14px;
  background: var(--color-accent);
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
}
.process-item:nth-child(4n+2) .num::after {
  content: "";
  display: inline-block;
  width: 14px; height: 14px;
  background: var(--color-accent-soft);
  margin-left: 8px;
  vertical-align: middle;
}
.process-item:nth-child(4n+3) .num::after {
  content: "";
  display: inline-block;
  width: 14px; height: 14px;
  background: var(--color-accent-deep);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin-left: 8px;
  vertical-align: middle;
}
.process-item:nth-child(4n+4) .num::after {
  content: "";
  display: inline-block;
  width: 14px; height: 14px;
  border: 3px solid var(--color-text);
  margin-left: 8px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .process-list { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}

/* =====================================================
   SERVICES BENTO — hard shadow, color-invert on hover
   ===================================================== */
.bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.bento-tile {
  position: relative;
  background: var(--color-bg);
  border: 2px solid var(--color-border-strong);
  padding: 26px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, background-color .22s;
  display: flex; flex-direction: column;
}
.bento-tile:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--shadow-hard-md);
}
.bento-tile .tag {
  display: inline-block;
  font-family: "Space Mono", monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-accent-deep);
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border: 1px solid currentColor;
  align-self: flex-start;
}
.bento-tile h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.bento-tile p {
  color: var(--color-text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.bento-tile .meta {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  border-top: 1px dashed var(--color-border);
  padding-top: 14px;
  margin-top: auto;
}
.bento-tile-media {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--color-bg-alt);
  overflow: hidden;
  margin: -26px -26px 20px;
  border-bottom: 2px solid var(--color-border-strong);
}
.bento-tile-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.bento-tile:hover .bento-tile-media img { transform: scale(1.05); }

/* Bauhaus corner glyph — one primary shape per tile */
.bento-tile::after {
  content: "";
  position: absolute;
  right: 20px; top: 20px;
  width: 22px; height: 22px;
  background: var(--color-accent-soft);
  transition: transform .3s ease;
}
.bento-tile:hover::after { transform: rotate(90deg) scale(1.15); }

.bento-tile.tile-hero {
  background: var(--color-accent-soft);
  color: var(--color-text);
}
.bento-tile.tile-hero .meta {
  color: var(--color-accent-deep);
  border-color: var(--tint-border-soft);
}
.bento-tile.tile-hero .tag { color: var(--color-text); border-color: var(--color-text); }
.bento-tile.tile-hero p { color: var(--color-text); opacity: 0.88; }
.bento-tile.tile-hero::after {
  background: var(--color-accent);
  border-radius: 50%;
}

.bento-tile.tile-two::after {
  background: var(--color-accent-deep);
  border-radius: 50%;
}
.bento-tile.tile-three::after {
  background: var(--color-accent);
}

.bento-tile.tile-blue {
  background: var(--color-accent-deep);
  color: var(--color-text-on-accent);
}
.bento-tile.tile-blue p { color: var(--tint-white-muted); }
.bento-tile.tile-blue .tag {
  color: var(--color-accent-soft);
  border-color: var(--color-accent-soft);
}
.bento-tile.tile-blue .meta {
  color: var(--color-accent-soft);
  border-color: color-mix(in oklch, var(--color-text-on-dark) 20%, transparent);
}
.bento-tile.tile-blue::after {
  background: var(--color-accent-soft);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.bento-tile.tile-blue:hover {
  background: var(--color-text);
}

.bento-tile.tile-four::after {
  width: 26px; height: 8px;
  background: var(--color-accent);
}
.bento-tile.tile-five.tile-red {
  background: var(--color-accent);
  color: var(--color-text-on-accent);
}
.bento-tile.tile-red p { color: color-mix(in oklch, var(--color-text-on-accent) 92%, transparent); }
.bento-tile.tile-red .tag { color: var(--color-bg); border-color: var(--color-bg); }
.bento-tile.tile-red .meta {
  color: var(--color-bg);
  border-color: color-mix(in oklch, var(--color-text-on-accent) 30%, transparent);
}
.bento-tile.tile-red::after {
  background: var(--color-accent-soft);
  border-radius: 50%;
}
.bento-tile.tile-red:hover { background: var(--color-text); }

.bento-tile.tile-six::after {
  background: var(--color-accent-deep);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

@media (min-width: 768px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .bento {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(240px, auto);
    gap: 22px;
  }
  .bento-tile.tile-hero { grid-column: span 7; grid-row: span 2; }
  .bento-tile.tile-two  { grid-column: span 5; }
  .bento-tile.tile-three{ grid-column: span 5; }
  .bento-tile.tile-four { grid-column: span 4; }
  .bento-tile.tile-five { grid-column: span 4; }
  .bento-tile.tile-six  { grid-column: span 4; }
}

/* =====================================================
   FLEET LIST — cards with hard shadow lift
   ===================================================== */
.fleet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.fleet-card {
  background: var(--color-bg);
  border: 2px solid var(--color-border-strong);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
}
.fleet-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--shadow-hard-md);
}
.fleet-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 60px; height: 6px;
  background: var(--color-accent-soft);
  z-index: 2;
}
.fleet-card:nth-child(3n+2)::before { background: var(--color-accent); }
.fleet-card:nth-child(3n+3)::before { background: var(--color-accent-deep); }
.fleet-card:nth-child(3n+4)::before { background: var(--color-text); }
.fleet-card-media {
  aspect-ratio: 16/10;
  background: var(--color-bg-alt);
  overflow: hidden;
  border-bottom: 2px solid var(--color-border-strong);
  position: relative;
}
.fleet-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.fleet-card:hover .fleet-card-media img { transform: scale(1.04); }
.fleet-card-body { padding: 26px; }
.fleet-card .tag {
  font-family: "Space Mono", monospace;
  font-size: 0.75rem;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border: 1px solid currentColor;
}
.fleet-card h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.fleet-card .specs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  font-size: 0.875rem;
  padding-top: 14px;
  border-top: 1px dashed var(--color-border);
}
.fleet-card .specs li { display: flex; flex-direction: column; }
.fleet-card .specs li span {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
  font-weight: 600;
  margin-bottom: 2px;
}
.fleet-card .specs li strong {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-text);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .fleet-grid { grid-template-columns: repeat(4, 1fr); }
}

/* =====================================================
   TESTIMONIALS — NEW SECTION (Pass 2)
   Bauhaus-signed: hard-offset shadow cards, color rotation
   ===================================================== */
.testimonials-band {
  padding: 64px 0;
  background: var(--color-bg-alt);
  position: relative;
  overflow: hidden;
}
.testimonials-band::before {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 220px; height: 220px;
  background: var(--color-accent-soft);
  border-radius: 50%;
  opacity: 0.4;
  pointer-events: none;
}
.testimonials-band::after {
  content: "";
  position: absolute;
  left: -40px; bottom: -40px;
  width: 160px; height: 160px;
  background: var(--color-accent-deep);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  opacity: 0.5;
  pointer-events: none;
}
.testimonials-band .container { position: relative; z-index: 2; }
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.testimonial-card {
  background: var(--color-bg);
  border: 2px solid var(--color-border-strong);
  padding: 28px 26px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s;
  display: flex; flex-direction: column;
  gap: 20px;
}
.testimonial-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--shadow-hard-yellow);
}
.testimonial-card:nth-child(3n+2):hover { box-shadow: var(--shadow-hard-red); }
.testimonial-card:nth-child(3n+3):hover { box-shadow: var(--shadow-hard-blue); }
.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: -10px; left: 20px;
  font-family: var(--font-accent);
  font-size: 4.5rem;
  line-height: 1;
  color: var(--color-accent-soft);
  font-style: italic;
}
.testimonial-card::after {
  content: "";
  position: absolute;
  right: 24px; top: 24px;
  width: 14px; height: 14px;
  background: var(--color-accent);
  border-radius: 50%;
}
.testimonial-card:nth-child(3n+2)::after { background: var(--color-accent-soft); }
.testimonial-card:nth-child(3n+3)::after { background: var(--color-accent-deep); }

.testimonial-quote {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--color-text);
  font-weight: 400;
  margin-top: 20px;
}
.testimonial-quote em {
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--color-accent-deep);
}
.testimonial-author {
  display: flex; flex-direction: column;
  gap: 2px;
  padding-top: 18px;
  border-top: 3px solid var(--color-border-strong);
  position: relative;
}
.testimonial-author::before {
  content: "";
  position: absolute;
  top: -3px; left: 0;
  width: 40px; height: 3px;
  background: var(--color-accent);
}
.testimonial-author strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.01em;
}
.testimonial-author span {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  letter-spacing: 0.02em;
}
.testimonial-meta {
  font-family: "Space Mono", monospace;
  font-size: 0.6875rem;
  color: var(--color-accent-deep);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 8px;
  background: var(--color-accent-soft);
  align-self: flex-start;
}

@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .testimonial-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
  .testimonials-band { padding: 96px 0; }
}

/* =====================================================
   COVERAGE MAP CANVAS
   ===================================================== */
.map-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.map-canvas {
  position: relative;
  border: 3px solid var(--color-border-strong);
  background: var(--color-accent-deep);
  aspect-ratio: 16/10;
  overflow: hidden;
  box-shadow: var(--shadow-hard-md);
}
.map-canvas svg { width: 100%; height: 100%; display: block; }
.route-list {
  list-style: none;
  border: 3px solid var(--color-border-strong);
  background: var(--color-bg);
  box-shadow: var(--shadow-hard-sm);
}
.route-list li {
  padding: 18px 22px;
  border-bottom: 1px solid var(--color-border);
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  transition: background-color .18s ease, padding-left .18s ease;
  position: relative;
}
.route-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--color-accent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .22s ease;
}
.route-list li:hover {
  background: var(--color-bg-alt);
  padding-left: 30px;
}
.route-list li:hover::before { transform: scaleY(1); }
.route-list li:last-child { border-bottom: 0; }
.route-list li a {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: -0.005em;
}
.route-list li a:hover { color: var(--color-accent-deep); }
.route-list li a:focus-visible {
  outline: 2px solid var(--color-accent-soft);
  outline-offset: 4px;
}
.route-list .price-tag {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.8125rem;
  color: var(--color-accent);
  padding: 4px 8px;
  border: 1px solid currentColor;
}
@media (min-width: 900px) {
  .map-band { grid-template-columns: 1.4fr 1fr; gap: 36px; }
}

/* =====================================================
   FAQ ACCORDION — bauhaus geometric marker
   ===================================================== */
.faq-list {
  border: 3px solid var(--color-border-strong);
  background: var(--color-bg);
  box-shadow: var(--shadow-hard-md);
}
.faq-item {
  border-bottom: 1px solid var(--color-border);
  transition: background-color .18s ease;
}
.faq-item:last-child { border-bottom: 0; }
.faq-item summary {
  list-style: none;
  padding: 22px 26px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  letter-spacing: -0.005em;
  transition: color .18s, padding-left .18s;
  position: relative;
}
.faq-item summary::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--color-accent-soft);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .22s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  width: 20px; height: 20px;
  background: var(--color-accent-deep);
  transition: transform .22s ease, background-color .18s;
  flex-shrink: 0;
  position: relative;
}
.faq-item[open] summary::after {
  background: var(--color-accent);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  transform: rotate(180deg);
}
.faq-item[open] summary::before { transform: scaleY(1); background: var(--color-accent); }
.faq-item[open] { background: var(--color-bg-alt); }
.faq-item[open] summary { color: var(--color-accent-deep); }
.faq-item:hover summary { padding-left: 32px; }
.faq-item:hover summary::before { transform: scaleY(1); }
.faq-item summary:focus-visible {
  outline: 3px solid var(--color-accent-soft);
  outline-offset: -3px;
}
.faq-item div {
  padding: 0 26px 22px 26px;
  color: var(--color-text-muted);
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 65ch;
}

/* =====================================================
   CTA BAND — full-bleed color block with geometric overlay
   ===================================================== */
.cta-band {
  background: var(--color-accent-deep);
  color: var(--color-text-on-accent);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--color-border-strong);
  border-bottom: 4px solid var(--color-border-strong);
  isolation: isolate;
}
.cta-band::before {
  content: "";
  position: absolute;
  left: -80px; top: -80px;
  width: 320px; height: 320px;
  background: var(--color-accent-soft);
  border-radius: 50%;
  opacity: 0.22;
  pointer-events: none;
  animation: cta-drift 18s ease-in-out infinite alternate;
}
.cta-band::after {
  content: "";
  position: absolute;
  right: -60px; bottom: -60px;
  width: 240px; height: 240px;
  background: var(--color-accent);
  opacity: 0.55;
  pointer-events: none;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  animation: cta-drift 14s ease-in-out infinite alternate-reverse;
}
@keyframes cta-drift {
  from { transform: translate(0, 0) rotate(0); }
  to   { transform: translate(20px, -12px) rotate(6deg); }
}

.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
.cta-band h2 .accent-italic {
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--color-accent-soft);
  font-weight: 400;
}
.cta-band p {
  color: var(--tint-white-muted);
  font-size: var(--fs-lg);
  max-width: 62ch;
  margin: 0 auto 36px;
  line-height: 1.55;
}
.cta-band .btn-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
}

/* =====================================================
   ROUTE HERO (route-* pages) — with primitives
   ===================================================== */
.route-hero {
  padding: 60px 0 88px;
  background: var(--color-bg);
  border-bottom: 4px solid var(--color-border-strong);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.route-hero::before {
  content: "";
  position: absolute;
  right: -100px; top: -60px;
  width: 340px; height: 340px;
  background: var(--color-accent-soft);
  border-radius: 50%;
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}
.route-hero::after {
  content: "";
  position: absolute;
  left: -50px; bottom: -50px;
  width: 180px; height: 180px;
  background: var(--color-accent-deep);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  opacity: 0.75;
  z-index: 0;
  pointer-events: none;
}
.route-hero .container { position: relative; z-index: 2; }
.route-hero .breadcrumb {
  font-family: "Space Mono", monospace;
  font-size: 0.75rem;
  color: var(--color-text-muted);
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1px solid var(--color-border-strong);
  background: var(--color-bg);
  display: inline-block;
}
.route-hero .breadcrumb a {
  color: var(--color-accent-deep);
  font-weight: 700;
}
.route-hero .breadcrumb a:hover { color: var(--color-accent); }
.route-hero h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}
.route-hero .accent-italic {
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--color-accent-deep);
  font-weight: 400;
  position: relative;
}
.route-hero .accent-italic::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 5px;
  background: var(--color-accent);
  z-index: -1;
  opacity: 0.6;
}
.route-hero p {
  font-size: var(--fs-lg);
  color: var(--color-text-muted);
  max-width: 60ch;
  margin-bottom: 32px;
  line-height: 1.55;
}
.route-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 3px solid var(--color-border-strong);
  background: var(--color-bg);
  margin-bottom: 32px;
  box-shadow: var(--shadow-hard-md);
}
.route-fact {
  padding: 22px;
  border-right: 1px solid var(--color-border-strong);
  border-bottom: 1px solid var(--color-border-strong);
  position: relative;
}
.route-fact:nth-child(2n) { border-right: 0; }
.route-fact:nth-last-child(-n+2) { border-bottom: 0; }
.route-fact span {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-text-muted);
  display: block; margin-bottom: 8px;
}
.route-fact strong {
  font-family: var(--font-display);
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--color-accent-deep);
  display: block;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.route-fact.big strong {
  color: var(--color-accent);
  font-size: 1.875rem;
}
.route-fact.big {
  background: var(--color-text);
  color: var(--color-text-on-accent);
}
.route-fact.big span { color: var(--color-accent-soft); }

@media (min-width: 768px) {
  .route-facts { grid-template-columns: repeat(4, 1fr); }
  .route-fact { border-bottom: 0; }
  .route-fact:nth-child(2n) { border-right: 1px solid var(--color-border-strong); }
  .route-fact:last-child { border-right: 0; }
}

/* Route detail body block */
.route-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.route-body-main h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3125rem;
  margin: 28px 0 12px;
  letter-spacing: -0.01em;
  padding-left: 18px;
  position: relative;
}
.route-body-main h3::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 10px; height: 10px;
  background: var(--color-accent);
}
.route-body-main p {
  font-size: 1.0625rem;
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 62ch;
}
.route-body-aside {
  background: var(--color-accent-soft);
  padding: 30px 26px;
  border: 3px solid var(--color-border-strong);
  box-shadow: var(--shadow-hard-md);
  position: relative;
}
.route-body-aside::before {
  content: "";
  position: absolute;
  right: -14px; top: -14px;
  width: 30px; height: 30px;
  background: var(--color-accent);
  border-radius: 50%;
}
.route-body-aside h4 {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-text);
}
.route-body-aside ul { list-style: none; margin-bottom: 24px; }
.route-body-aside ul li {
  padding: 12px 0;
  border-bottom: 1px dashed var(--tint-black-strong);
  display: flex; justify-content: space-between;
  font-size: 0.9375rem;
  font-weight: 500;
  gap: 16px;
}
.route-body-aside ul li span {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  align-self: center;
}
.route-body-aside ul li strong {
  font-family: var(--font-display);
  font-weight: 700;
  text-align: right;
  letter-spacing: -0.005em;
}
.route-body-aside ul li:last-child { border-bottom: 0; }
.route-body-aside .btn { width: 100%; }

@media (min-width: 900px) {
  .route-body {
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
    align-items: start;
  }
  .route-body-aside {
    position: sticky;
    top: 96px;
  }
}

/* Alternatives (inter-route linking) */
.alt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.alt-tile {
  padding: 28px 24px;
  background: var(--color-bg);
  border: 2px solid var(--color-border-strong);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
  gap: 8px;
  position: relative;
}
.alt-tile:hover {
  transform: translate(-4px, -4px);
  background: var(--color-accent-soft);
  box-shadow: var(--shadow-hard-md);
}
.alt-tile::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-top: 22px solid var(--color-accent);
  border-left: 22px solid transparent;
}
.alt-tile .tag {
  font-family: "Space Mono", monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border: 1px solid currentColor;
  align-self: flex-start;
}
.alt-tile h3 {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.alt-tile p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-bottom: 16px;
  line-height: 1.55;
}
.alt-tile:hover p { color: var(--color-text); }
.alt-tile .arrow {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-accent-deep);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: auto;
  transition: transform .18s ease, letter-spacing .18s;
}
.alt-tile:hover .arrow {
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .alt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .alt-grid { grid-template-columns: repeat(3, 1fr); }
}

/* =====================================================
   ROUTE — GUARANTEE STRIP (new sample section)
   ===================================================== */
.guarantee-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 3px solid var(--color-border-strong);
  background: var(--color-bg);
  box-shadow: var(--shadow-hard-md);
}
.guarantee-cell {
  padding: 24px;
  display: flex; flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid var(--color-border-strong);
  position: relative;
}
.guarantee-cell:last-child { border-bottom: 0; }
.guarantee-cell::before {
  content: "";
  position: absolute;
  top: 22px; left: 22px;
  width: 20px; height: 20px;
  background: var(--color-accent-soft);
}
.guarantee-cell:nth-child(3n+2)::before {
  background: var(--color-accent);
  border-radius: 50%;
}
.guarantee-cell:nth-child(3n+3)::before {
  background: var(--color-accent-deep);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.guarantee-cell h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin-top: 32px;
  letter-spacing: -0.005em;
}
.guarantee-cell p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}
@media (min-width: 768px) {
  .guarantee-strip { grid-template-columns: repeat(3, 1fr); }
  .guarantee-cell {
    border-bottom: 0;
    border-right: 1px solid var(--color-border-strong);
  }
  .guarantee-cell:last-child { border-right: 0; }
}

/* =====================================================
   FOOTER — mega footer sitemap
   ===================================================== */
.mega-footer {
  background: var(--color-bg-deep);
  color: var(--color-text-on-dark);
  padding: 64px 0 28px;
  border-top: 4px solid var(--color-accent-soft);
  position: relative;
  overflow: hidden;
}
.mega-footer::before {
  content: "";
  position: absolute;
  right: -80px; top: 40px;
  width: 220px; height: 220px;
  background: var(--color-accent-deep);
  border-radius: 50%;
  opacity: 0.28;
  pointer-events: none;
}
.mega-footer::after {
  content: "";
  position: absolute;
  left: -60px; bottom: 40px;
  width: 140px; height: 140px;
  background: var(--color-accent);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  opacity: 0.25;
  pointer-events: none;
}
.mega-footer .container { position: relative; z-index: 2; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 44px;
}
.footer-brand h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 14px;
  color: var(--color-text-on-dark);
  letter-spacing: -0.01em;
  position: relative;
  padding-left: 22px;
}
.footer-brand h3::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 14px; height: 14px;
  background: var(--color-accent-soft);
}
.footer-brand p {
  font-size: 0.9375rem;
  color: var(--tint-white-muted);
  max-width: 44ch;
  line-height: 1.6;
}
.footer-brand p strong {
  color: var(--color-accent-soft);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-accent-soft);
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--tint-white-dim);
  position: relative;
}
.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 30px; height: 2px;
  background: var(--color-accent);
}
.footer-col ul { list-style: none; }
.footer-col li {
  margin-bottom: 12px;
  font-size: 0.9375rem;
  transition: transform .18s ease;
}
.footer-col li:hover { transform: translateX(4px); }
.footer-col a {
  color: var(--tint-white-muted);
  transition: color .18s;
  position: relative;
  padding-left: 0;
}
.footer-col a:hover { color: var(--color-accent-soft); }
.footer-col a:focus-visible {
  outline: 2px solid var(--color-accent-soft);
  outline-offset: 3px;
}
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid color-mix(in oklch, var(--color-text-on-dark) 12%, transparent);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px;
  font-size: 0.8125rem;
  color: var(--tint-white-dim);
  font-family: "Space Mono", monospace;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

/* =====================================================
   UTIL
   ===================================================== */
.grid-crosshair-band {
  position: relative;
  padding-top: 8px;
}
.grid-crosshair-band::before,
.grid-crosshair-band::after {
  content: "";
  position: absolute;
  top: 0;
  width: 12px; height: 12px;
  border-top: 2px solid var(--color-border-strong);
}
.grid-crosshair-band::before {
  left: 0;
  border-left: 2px solid var(--color-border-strong);
}
.grid-crosshair-band::after {
  right: 0;
  border-right: 2px solid var(--color-border-strong);
}

.primitive-row {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.primitive-row .prim {
  width: 18px; height: 18px;
  display: inline-block;
}
.primitive-row .prim-c { background: var(--color-accent); border-radius: 50%; }
.primitive-row .prim-s { background: var(--color-accent-soft); }
.primitive-row .prim-t {
  background: var(--color-accent-deep);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.primitive-row .prim-r { border: 3px solid var(--color-text); border-radius: 50%; background: transparent; width: 18px; height: 18px; }

.tag-static {
  display: inline-block;
  font-family: "Space Mono", monospace;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--color-accent-deep);
  padding: 3px 8px;
  border: 1px solid currentColor;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Focus outlines everywhere consistent */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
label:focus-visible {
  outline: 3px solid var(--color-accent-soft);
  outline-offset: 3px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-shape-circle,
  .hero-shape-triangle,
  .cta-band::before,
  .cta-band::after {
    animation: none !important;
  }
}

/* High contrast media */
@media (prefers-contrast: more) {
  .hero-shape-circle,
  .hero-shape-square,
  .hero-shape-triangle {
    opacity: 1;
  }
  .btn-secondary { border-width: 3px; }
}

/* Print */
@media print {
  .topbar, .cta-band, .mega-footer, .hero-shape, .hero-corner, .logos-strip { display: none; }
  .section, .hero { padding: 24px 0; break-inside: avoid; }
  a { text-decoration: underline; }
  * { box-shadow: none !important; background: white !important; color: black !important; }
}
