/* StarkGard — premium automotive protection */

:root {
  --black: #0B0B0B;
  --charcoal: #1A1A1A;
  --graphite: #2A2A2A;
  --graphite-2: #1F1F1F;
  --steel: #8A8F95;        /* a11y: raised from #6F7378 for AA contrast on dark */
  --steel-dim: #3a3d40;
  --steel-line: rgba(111, 115, 120, 0.18);
  --steel-line-strong: rgba(111, 115, 120, 0.35);
  --red: #B8102E;
  --red-glow: rgba(184, 16, 46, 0.55);
  --red-soft: rgba(184, 16, 46, 0.12);
  --cream: #F4F1EC;
  --cream-dim: rgba(244, 241, 236, 0.78);
  --cream-low: rgba(244, 241, 236, 0.66);
  --cream-faint: rgba(244, 241, 236, 0.44);
  --yellow: #FCCD07;

  --font-display: 'Saira', 'DIN Next', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;
  --font-arabic: 'IBM Plex Sans Arabic', 'Noto Kufi Arabic', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  --container: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body { overflow-x: hidden; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--steel);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--steel-line-strong);
}

.eyebrow.no-rule::before { display: none; }

.ar {
  font-family: var(--font-arabic);
  letter-spacing: 0;
}

/* ---- buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  transition: all .25s ease;
  position: relative;
  border-radius: 2px;
  white-space: nowrap;
}

.btn--primary {
  background: linear-gradient(180deg, #1d1d1d 0%, #0e0e0e 100%);
  border-color: var(--red);
  box-shadow: 0 0 0 1px rgba(184, 16, 46, 0.0), 0 12px 30px -10px var(--red-glow), inset 0 1px 0 rgba(255,255,255,0.04);
}
.btn--primary:hover {
  background: linear-gradient(180deg, var(--red) 0%, #8a0c22 100%);
  border-color: var(--red);
  box-shadow: 0 0 0 1px rgba(184, 16, 46, 0.4), 0 18px 40px -8px var(--red-glow);
  transform: translateY(-1px);
}

.btn--ghost {
  border-color: var(--steel-line-strong);
  color: var(--cream-dim);
}
.btn--ghost:hover {
  border-color: var(--cream);
  color: var(--cream);
  background: rgba(244, 241, 236, 0.03);
}

.btn--whatsapp::before {
  content: '';
  width: 6px; height: 6px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 0 8px #25D366;
}

.btn .arrow {
  display: inline-block;
  width: 14px;
  transition: transform .25s ease;
}
.btn:hover .arrow { transform: translateX(3px); }

/* ---- panels ---- */
.panel {
  background: linear-gradient(180deg, #161616 0%, #101010 100%);
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  position: relative;
}

.panel--glass {
  background:
    linear-gradient(180deg, rgba(42,42,42,0.6) 0%, rgba(15,15,15,0.7) 100%);
  backdrop-filter: blur(8px);
}

.hairline { height: 1px; background: var(--steel-line); width: 100%; }

/* ---- blueprint grid ---- */
.bp-grid {
  background-image:
    linear-gradient(to right, rgba(111,115,120,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(111,115,120,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
}

/* ---- sections ---- */
section { position: relative; }
.section-pad { padding: clamp(80px, 12vh, 140px) 0; }

.section-title {
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.kicker-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--steel-line);
  margin-bottom: 60px;
}

.kicker-row .nbr {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--steel);
  letter-spacing: 0.16em;
}

/* ---- film placeholder ---- */
.film-frame {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 30% 20%, rgba(80,80,85,0.18) 0%, transparent 60%),
    radial-gradient(80% 60% at 80% 90%, rgba(184,16,46,0.10) 0%, transparent 60%),
    linear-gradient(135deg, #161616 0%, #0a0a0a 100%);
  border: 1px solid var(--steel-line);
  border-radius: 4px;
}
.film-frame .stripes {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    115deg,
    transparent 0 14px,
    rgba(255,255,255,0.018) 14px 15px
  );
  pointer-events: none;
}
.film-frame .label {
  position: absolute;
  bottom: 16px; left: 16px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--steel);
  text-transform: uppercase;
}
.film-frame .corner {
  position: absolute;
  width: 18px; height: 18px;
  border: 1px solid var(--steel-line-strong);
}
.film-frame .corner.tl { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.film-frame .corner.tr { top: 12px; right: 12px; border-left: 0; border-bottom: 0; }
.film-frame .corner.bl { bottom: 12px; left: 12px; border-right: 0; border-top: 0; }
.film-frame .corner.br { bottom: 12px; right: 12px; border-left: 0; border-top: 0; }

/* paint reflection visual */
.paint-reflect {
  background:
    radial-gradient(ellipse 80% 40% at 50% 20%, rgba(244,241,236,0.18) 0%, transparent 50%),
    radial-gradient(ellipse 100% 60% at 30% 80%, rgba(184,16,46,0.08) 0%, transparent 60%),
    linear-gradient(180deg, #2a2a2a 0%, #0a0a0a 50%, #1a1a1a 100%);
}
.paint-reflect::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.04) 45%, transparent 60%);
  pointer-events: none;
}

/* film edge visual */
.film-edge {
  background:
    linear-gradient(180deg, transparent 0%, transparent 49%, rgba(244,241,236,0.25) 50%, transparent 51%, transparent 100%),
    radial-gradient(60% 80% at 50% 50%, rgba(120,120,125,0.18) 0%, transparent 60%),
    linear-gradient(135deg, #1a1a1a, #0a0a0a);
}

/* ---- reveal animation ---- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
}
.reveal.in { opacity: 1; transform: translateY(0); }

.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

/* ---- selection ---- */
::selection { background: var(--red); color: var(--cream); }

/* ---- scrollbar ---- */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: #1c1c1c; border-radius: 0; }
::-webkit-scrollbar-thumb:hover { background: #2a2a2a; }

/* ---- nav ---- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 16px 0;
  background: rgba(11,11,11,0.0);
  transition: background .35s ease, border-color .35s ease, padding .35s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(11,11,11,0.82);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--steel-line);
  padding: 12px 0;
}
.nav.mega-open {
  background: rgba(8,8,8,0.96);
  backdrop-filter: blur(20px);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-links {
  display: flex; align-items: center; gap: 28px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-low);
}
.nav-links a { transition: color .2s ease; cursor: pointer; }
.nav-links a:hover, .nav-links a.is-open { color: var(--cream); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid var(--steel-line-strong);
  border-radius: 2px;
  color: var(--cream);
  cursor: pointer;
  transition: all .2s ease;
}
.nav-burger:hover { background: rgba(255,255,255,0.04); border-color: var(--cream); }

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-cta .btn { display: none; }
}

/* ---- mega menu ---- */
.mega {
  position: absolute;
  left: 0; right: 0; top: 100%;
  background: linear-gradient(180deg, rgba(8,8,8,0.98), rgba(8,8,8,0.96));
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  animation: megaIn .25s cubic-bezier(.2,.7,.2,1);
}
@keyframes megaIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.mega__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 40px var(--gutter);
  align-items: stretch;
  max-width: var(--container);
  margin: 0 auto;
}
.mega__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-content: start;
  padding-top: 4px;
}
.mega__head {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--steel);
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--steel-line);
}
.mega__col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 2px;
}
.mega__col li a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--cream);
  border-bottom: 1px solid transparent;
  transition: color .2s ease, padding .2s ease;
}
.mega__col li a:hover {
  color: var(--red);
  padding-left: 6px;
}
.mega__col li a .icon { color: var(--steel); transition: color .2s ease, transform .2s ease; }
.mega__col li a:hover .icon { color: var(--red); transform: translateX(4px); }

.mega__feature {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--steel-line);
  min-height: 240px;
}
.mega__feature img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 60% center;
}
.mega__feature-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,8,8,0.85) 0%, rgba(8,8,8,0.55) 40%, rgba(8,8,8,0.0) 100%);
}
.mega__feature-body {
  position: absolute;
  inset: 0;
  padding: 32px;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 18px;
  z-index: 2;
}
.mega__feature-head {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--cream);
}
.mega__feature-head em {
  color: var(--red);
  font-style: italic;
  font-weight: 500;
}
.mega__feature-sub {
  color: var(--cream-low);
  font-size: 13px;
  line-height: 1.55;
  max-width: 320px;
}
.mega__feature .btn { align-self: flex-start; }

@media (max-width: 1080px) {
  .mega { display: none; }
}

/* ---- mobile sidebar ---- */
.mobile-sidebar {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}
.mobile-sidebar.is-open { pointer-events: auto; }
.mobile-sidebar__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity .3s ease;
}
.mobile-sidebar.is-open .mobile-sidebar__backdrop { opacity: 1; }
.mobile-sidebar__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(420px, 100vw);
  background: linear-gradient(180deg, #0c0c0c 0%, #050505 100%);
  border-left: 1px solid var(--steel-line);
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
  overflow-y: auto;
  padding: 20px 24px 32px;
  display: flex; flex-direction: column; gap: 28px;
}
.mobile-sidebar.is-open .mobile-sidebar__panel { transform: translateX(0); }

.mobile-sidebar__top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--steel-line);
}
.mobile-sidebar__close {
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid var(--steel-line-strong);
  border-radius: 2px;
  color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.mobile-sidebar__hero {
  display: flex; flex-direction: column; gap: 14px;
}
.mobile-sidebar__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--red);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--red);
  text-transform: uppercase;
  align-self: flex-start;
}
.mobile-sidebar__badge .dot {
  width: 5px; height: 5px;
  background: var(--red); border-radius: 50%;
  box-shadow: 0 0 8px var(--red-glow);
}
.mobile-sidebar__hero h2 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.98;
}
.mobile-sidebar__hero h2 em {
  color: var(--red); font-style: italic; font-weight: 500;
}
.mobile-sidebar__hero p {
  color: var(--cream-low);
  font-size: 14px;
  line-height: 1.5;
}
.mobile-sidebar__cta {
  display: grid; gap: 8px;
  margin-top: 6px;
}
.mobile-sidebar__cta .btn {
  justify-content: center;
  padding: 14px 18px;
  font-size: 11px;
}

.mobile-sidebar__nav {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--steel-line);
}
.mobile-sidebar__group { border-bottom: 1px solid var(--steel-line); }
.mobile-sidebar__group-head {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
  padding: 18px 0;
  background: transparent;
  border: 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--cream);
  cursor: pointer;
  text-align: left;
  letter-spacing: -0.005em;
}
.mobile-sidebar__chev {
  color: var(--steel);
  transition: transform .25s ease, color .2s ease;
}
.mobile-sidebar__group.is-expanded .mobile-sidebar__chev { transform: rotate(45deg); color: var(--red); }
.mobile-sidebar__sub {
  list-style: none; padding: 0 0 18px; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.mobile-sidebar__sub a {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--cream-low);
  padding: 4px 0 4px 14px;
  border-left: 1px solid var(--steel-line);
  display: block;
  transition: color .2s ease, border-color .2s ease;
}
.mobile-sidebar__sub a:hover {
  color: var(--cream);
  border-left-color: var(--red);
}

.mobile-sidebar__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--steel-line);
}
.mobile-sidebar__lang {
  display: inline-flex;
  border: 1px solid var(--steel-line-strong);
  border-radius: 2px;
}
.mobile-sidebar__lang button {
  padding: 8px 14px;
  background: transparent;
  border: 0;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--cream-low);
  cursor: pointer;
  text-transform: uppercase;
}
.mobile-sidebar__lang button.is-active {
  background: var(--red);
  color: var(--cream);
}
.mobile-sidebar__scroll {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--steel);
  text-transform: uppercase;
}
.mobile-sidebar__scroll .line {
  width: 28px; height: 1px;
  background: var(--steel-line-strong);
  display: inline-block;
}

@media (min-width: 1081px) {
  .mobile-sidebar { display: none; }
}

/* logo */
.logo {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo--img img {
  display: block;
  width: auto;
  filter: contrast(1.05) drop-shadow(0 1px 2px rgba(0,0,0,0.6));
}
.logo-mark {
  width: 22px; height: 22px;
  position: relative;
  display: inline-block;
}
.logo-mark::before, .logo-mark::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--cream);
}
.logo-mark::before {
  transform: rotate(45deg) scale(0.7);
  border-color: var(--red);
}
.logo-mark::after {
  border-color: var(--cream);
}

/* ---- hero ---- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 50% at 70% 40%, rgba(184,16,46,0.08) 0%, transparent 60%),
    radial-gradient(50% 40% at 20% 60%, rgba(80,80,85,0.18) 0%, transparent 60%),
    linear-gradient(180deg, #0a0a0a 0%, #131313 60%, #080808 100%);
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0 80px,
    rgba(111,115,120,0.04) 80px 81px
  );
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border: 1px solid var(--steel-line-strong);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream-dim);
  background: rgba(15,15,15,0.5);
  backdrop-filter: blur(6px);
}
.hero-badge .dot {
  width: 6px; height: 6px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--red-glow);
}

.hero h1 {
  font-size: clamp(56px, 9vw, 128px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 28px 0 0;
}
.hero h1 .accent {
  color: var(--red);
  font-style: italic;
  font-weight: 500;
}
.hero .sub {
  margin-top: 28px;
  font-size: clamp(15px, 1.3vw, 18px);
  color: var(--cream-dim);
  max-width: 520px;
  line-height: 1.6;
}
.hero .cta-row {
  margin-top: 40px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
.hero .meta-row {
  margin-top: 56px;
  display: flex; gap: 40px; flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--steel);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero .meta-row span { display: inline-flex; align-items: center; gap: 8px; }
.hero .meta-row span::before {
  content: ''; width: 4px; height: 4px;
  background: var(--steel); border-radius: 50%;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--steel-line-strong);
  background: #050505;
}
.hero-visual__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero-visual__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.5) 100%),
    linear-gradient(270deg, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}
/* ── Full-bleed hero variant (toggled by .hero--full on the section) ── */
.hero--full .hero-bg {
  background:
    url('assets/hero.png') center / cover no-repeat,
    #060606;
}
.hero--full .hero-bg::after {
  /* readability scrim over the photo — direction-agnostic */
  background:
    linear-gradient(180deg, rgba(6,6,6,0.58) 0%, rgba(6,6,6,0.22) 34%, rgba(6,6,6,0.34) 68%, rgba(6,6,6,0.92) 100%),
    radial-gradient(125% 95% at 50% 38%, rgba(6,6,6,0) 0%, rgba(6,6,6,0.5) 100%);
}
.hero--full .hero-visual { display: none; }
.hero--full .hero-grid { grid-template-columns: 1fr; width: 100%; }
/* desktop: push the text block to the right of the banner */
.hero--full .hero-grid > div:first-child {
  max-width: 680px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 980px) {
  .hero--full .hero-bg {
    background:
      url('assets/hero.png') 60% center / cover no-repeat,
      #060606;
  }
  .hero--full .hero-bg::after {
    background: linear-gradient(180deg, rgba(6,6,6,0.78) 0%, rgba(6,6,6,0.4) 38%, rgba(6,6,6,0.5) 66%, rgba(6,6,6,0.94) 100%);
  }
  /* mobile: full width + nudge the text up a little */
  .hero--full .hero-grid > div:first-child { max-width: 100%; margin-left: 0; }
  .hero--full .hero-grid { transform: translateY(-30px); }
}

.hero-visual .gloss {
  position: absolute; inset: 0;
  background:
    radial-gradient(140% 80% at 65% 20%, rgba(244,241,236,0.18) 0%, transparent 40%),
    radial-gradient(80% 70% at 30% 80%, rgba(184,16,46,0.10) 0%, transparent 60%),
    linear-gradient(135deg, #1f1f1f 0%, #050505 100%);
}
.hero-visual .scan {
  position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,0.06) 50%, transparent 65%);
  animation: scan 6s linear infinite;
}
@keyframes scan {
  0% { transform: translateX(-30%); }
  100% { transform: translateX(30%); }
}
.hero-visual .annotation {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--cream-low);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}
.hero-visual .annotation::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--cream-low);
}
.hero-visual .annotation.a1 { top: 30%; left: 8%; }
.hero-visual .annotation.a2 { top: 58%; right: 8%; flex-direction: row-reverse; }
.hero-visual .annotation.a2::before { display: none; }
.hero-visual .annotation.a2::after {
  content: ''; width: 28px; height: 1px; background: var(--cream-low);
}
.hero-visual .annotation.a3 { bottom: 14%; left: 10%; }

.hero-visual .label-stamp {
  position: absolute;
  top: 20px; right: 20px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--cream-low);
  text-transform: uppercase;
  text-align: right;
  line-height: 1.6;
  z-index: 3;
  display: none; /* superseded by overlay text in JSX */
}

.hero-visual .corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--cream-dim);
  z-index: 3;
}
.hero-visual .corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.hero-visual .corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.hero-visual .corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.hero-visual .corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }

.hero-marquee {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  background: rgba(8,8,8,0.6);
  padding: 16px 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--steel);
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}
.hero-marquee .track {
  display: inline-flex;
  gap: 60px;
  padding-left: 60px;
  animation: marquee 40s linear infinite;
}
.hero-marquee .track span { display: inline-flex; align-items: center; gap: 60px; }
.hero-marquee .track .sep { color: var(--red); }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ---- why section ---- */
.why-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
@media (max-width: 980px) { .why-split { grid-template-columns: 1fr; } }

.fragment-stack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.fragment-card {
  padding: 18px;
  border: 1px solid var(--steel-line);
  background: linear-gradient(180deg, rgba(28,28,28,0.6), rgba(14,14,14,0.6));
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--steel);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
}
.fragment-card.broken {
  border-style: dashed;
  border-color: rgba(111,115,120,0.22);
  color: var(--steel-dim);
}
.fragment-card.broken::after {
  content: '✕';
  position: absolute;
  top: 12px; right: 14px;
  color: var(--red);
  opacity: 0.6;
  font-size: 12px;
}
.fragment-arrow {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--steel);
  text-transform: uppercase;
  padding: 16px 0;
  position: relative;
}
.fragment-arrow::before, .fragment-arrow::after {
  content: '';
  position: absolute;
  top: 50%; height: 1px; width: 40%;
  background: var(--steel-line-strong);
}
.fragment-arrow::before { left: 0; }
.fragment-arrow::after { right: 0; }

.unified-card {
  padding: 28px;
  background: linear-gradient(180deg, #1a1a1a 0%, #0c0c0c 100%);
  border: 1px solid var(--red);
  box-shadow: 0 0 0 1px rgba(184,16,46,0.0), 0 24px 60px -20px var(--red-glow);
  display: flex;
  align-items: center;
  gap: 16px;
}
.unified-card .badge {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--red);
  text-transform: uppercase;
}

/* ---- system / 360 ---- */
.system-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
}
.system-wrap > div:last-child {
  margin-top: -40px;
}
@media (max-width: 980px) {
  .system-wrap > div:last-child { margin-top: 0; }
}
@media (max-width: 980px) { .system-wrap { grid-template-columns: 1fr; } }

.orbital {
  position: relative;
  aspect-ratio: 1;
  max-width: 420px;
  margin: 24px auto 0;
  width: calc(100% - 120px);
}
.orbital__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  border-radius: 50%;
}
.orbital__sweep {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  animation: orbital-spin 14s linear infinite;
  transform-origin: 50% 50%;
}
.orbital__sweep .arc {
  fill: none;
  stroke: var(--red);
  stroke-width: 1.4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px var(--red-glow));
}
.orbital__sweep .head {
  fill: var(--red);
  filter: drop-shadow(0 0 8px var(--red-glow));
}
@keyframes orbital-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .orbital__sweep { animation: none; }
}
.orbital-ring {
  position: absolute;
  border: 1px solid var(--steel-line);
  border-radius: 50%;
  inset: 0;
  display: none; /* superseded by photo */
}
.orbital-ring.r2 { inset: 12%; border-color: var(--steel-line-strong); display: none; }
.orbital-ring.r3 { inset: 26%; border-style: dashed; border-color: rgba(111,115,120,0.18); display: none; }
.orbital-core {
  position: absolute;
  inset: 38%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #2a2a2a 0%, #0a0a0a 70%);
  border: 1px solid var(--red);
  box-shadow: 0 0 40px var(--red-glow), inset 0 0 30px rgba(184,16,46,0.2);
  display: none;
}
.orbital-node {
  position: absolute;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  transform: translate(-50%, -50%);
  display: none; /* superseded by photo markers */
}
.orbital-node::after { display: none; }
.orbital-label {
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--cream);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: normal;
  max-width: 118px;
  line-height: 1.22;
  display: flex; align-items: flex-start; gap: 6px;
  pointer-events: none;
  z-index: 3;
  background: rgba(11,11,11,0.85);
  border: 1px solid var(--steel-line-strong);
  padding: 4px 8px;
  border-radius: 2px;
  backdrop-filter: blur(6px);
}
.orbital-label .num {
  color: var(--red);
  font-weight: 600;
}
@media (max-width: 560px) {
  .orbital { width: calc(100% - 96px); }
  .orbital-label {
    font-size: 7.5px;
    letter-spacing: 0.04em;
    gap: 4px;
    padding: 3px 5px;
    white-space: normal;
    max-width: 84px;
    line-height: 1.2;
  }
  .orbital-label .num { white-space: nowrap; }
}

/* ---- german engineered ---- */
.german-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 980px) { .german-grid { grid-template-columns: 1fr; } }

.spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--steel-line);
  margin-top: 40px;
}
.spec {
  padding: 24px 0;
  border-bottom: 1px solid var(--steel-line);
  position: relative;
}
.spec:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--steel-line); }
.spec:nth-child(even) { padding-left: 24px; }
.spec .v {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.spec .l {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--steel);
  text-transform: uppercase;
  margin-top: 8px;
}

.cross-section {
  position: relative;
  aspect-ratio: 4/5;
  background:
    linear-gradient(180deg, rgba(244,241,236,0.04) 0%, transparent 50%),
    linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  overflow: hidden;
}
.cross-layer {
  position: absolute;
  left: 0; right: 0;
  border-top: 1px solid var(--steel-line);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--steel);
  text-transform: uppercase;
  padding: 12px 22px;
  display: flex; justify-content: space-between; align-items: center;
}
.cross-layer .num { color: var(--cream-low); }
.cross-layer .micron { color: var(--steel-dim); }
.cross-1 { top: 12%; }
.cross-2 { top: 30%; }
.cross-3 { top: 48%; }
.cross-4 { top: 66%; }
.cross-paint { top: 84%; border-top-color: var(--red); }
.cross-paint .num { color: var(--red); }

/* ---- compare table ---- */
.compare {
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  background: linear-gradient(180deg, #0f0f0f 0%, #080808 100%);
  padding: 36px;
}
.compare__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 32px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.compare__title {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 14px;
}
.compare__hint {
  font-size: 14px;
  color: var(--cream-low);
  line-height: 1.5;
  max-width: 320px;
}
.compare__table-wrap { overflow-x: auto; }
.compare__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--steel-line);
  min-width: 720px;
}
.compare__table th,
.compare__table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--steel-line);
  border-right: 1px solid var(--steel-line);
  text-align: center;
  vertical-align: middle;
}
.compare__table th:last-child,
.compare__table td:last-child { border-right: 0; }
.compare__table tbody tr:last-child th,
.compare__table tbody tr:last-child td { border-bottom: 0; }

.compare__table thead th {
  padding: 24px 18px;
  vertical-align: top;
  background: linear-gradient(180deg, #181818, #0c0c0c);
  position: relative;
}
.compare__rowhead {
  text-align: left !important;
  font-family: var(--font-display);
  font-size: 13.5px;
  color: var(--cream);
  font-weight: 500;
  letter-spacing: -0.005em;
  background: rgba(255,255,255,0.015);
}
.compare__table thead .compare__rowhead {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--steel);
  text-transform: uppercase;
  font-weight: 500;
}
.compare__pkg {
  display: block;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
  color: var(--cream-low);
  letter-spacing: 0.02em;
}
.compare__pkg strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--cream);
  margin-top: 2px;
}
.compare__pkgsub {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--steel);
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.5;
}
.compare__col--flagship {
  background: linear-gradient(180deg, rgba(184,16,46,0.10), rgba(184,16,46,0.02));
  position: relative;
}
.compare__table thead .compare__col--flagship {
  background: linear-gradient(180deg, rgba(184,16,46,0.18), rgba(184,16,46,0.04));
  border-bottom: 1px solid var(--red);
}
.compare__flag {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--red);
  text-transform: uppercase;
  border: 1px solid var(--red);
}
.compare__mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border-radius: 50%;
}
.compare__mark.is-yes {
  color: var(--cream);
  background: var(--red);
  box-shadow: 0 0 12px var(--red-glow);
}
.compare__mark.is-no {
  color: var(--steel-dim);
  border: 1px solid var(--steel-line);
}
.compare__cta {
  margin-top: 28px;
  display: flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}
@media (max-width: 720px) {
  .compare { padding: 24px; }
}

/* ---- packages ---- */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 980px) { .packages-grid { grid-template-columns: 1fr; } }

.pkg {
  position: relative;
  background: linear-gradient(180deg, #161616 0%, #0a0a0a 100%);
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
  overflow: hidden;
}
.pkg-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0a0a0a;
  border-bottom: 1px solid var(--steel-line);
}
.pkg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.pkg:hover .pkg-image img {
  transform: scale(1.03);
}
.pkg-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10,10,10,0.55) 100%);
  pointer-events: none;
}
.pkg-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}
.pkg:hover {
  border-color: var(--steel-line-strong);
  transform: translateY(-2px);
}
.pkg--flagship {
  background: linear-gradient(180deg, #1f1f1f 0%, #0a0a0a 100%);
  border-color: var(--red);
  box-shadow: 0 0 0 1px rgba(184,16,46,0), 0 30px 80px -30px var(--red-glow);
}
.pkg--flagship::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 40% at 50% 0%, rgba(184,16,46,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.pkg-flag {
  position: absolute;
  top: 20px; right: 20px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.24em;
  color: var(--red);
  text-transform: uppercase;
  padding: 6px 10px;
  background: rgba(11,11,11,0.78);
  border: 1px solid var(--red);
  backdrop-filter: blur(6px);
}
.pkg-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--steel);
}
.pkg-name {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--cream);
}
.pkg-name .gard {
  color: var(--steel);
  font-weight: 400;
}
.pkg-tag {
  font-size: 14px;
  color: var(--cream-dim);
  line-height: 1.5;
  min-height: 60px;
}
.pkg-fit {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--steel);
  text-transform: uppercase;
  padding: 14px 0;
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
}
.pkg-coverage {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 10px;
}
.pkg-coverage li {
  font-size: 13px;
  color: var(--cream-low);
  display: flex; align-items: flex-start; gap: 12px;
  padding-left: 0;
}
.pkg-coverage li::before {
  content: '';
  width: 8px; height: 1px;
  background: var(--steel);
  margin-top: 9px;
  flex-shrink: 0;
}
.pkg-cta {
  margin-top: auto;
  padding-top: 8px;
}

/* ---- founder ---- */
.founder-wrap {
  background:
    linear-gradient(180deg, rgba(244,241,236,0.02) 0%, transparent 100%),
    linear-gradient(180deg, #131313 0%, #0a0a0a 100%);
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
}
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
@media (max-width: 980px) { .founder-grid { grid-template-columns: 1fr; } }

.founder-image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--steel-line);
  background: #0a0a0a;
  aspect-ratio: 4/5;
}
.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.founder-image .corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--cream-dim);
  z-index: 2;
}
.founder-image .corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.founder-image .corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.founder-image .corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.founder-image .corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
.founder-image .stamp {
  position: absolute;
  top: 22px; right: 22px;
  z-index: 3;
  border: 1px solid var(--red);
  color: var(--red);
  padding: 6px 10px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  background: rgba(11,11,11,0.65);
  backdrop-filter: blur(8px);
}
.founder-image .caption {
  position: absolute;
  bottom: 22px; left: 22px; right: 22px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--cream-low);
  text-transform: uppercase;
  display: flex; justify-content: space-between;
  border-top: 1px solid rgba(244,241,236,0.18);
  padding-top: 12px;
}
.founder-image .caption strong {
  color: var(--cream);
  font-weight: 500;
}

.founder-quote {
  margin-top: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
}
.founder-quote .body {
  font-family: var(--font-display);
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--cream);
}
.founder-quote .body em {
  color: var(--red);
  font-style: italic;
  font-weight: 500;
}
.founder-quote .sig {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--steel);
  text-transform: uppercase;
  display: flex; align-items: center; gap: 12px;
}
.founder-quote .sig::before {
  content: '';
  width: 30px; height: 1px;
  background: var(--red);
}

.founder-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--steel-line);
  border: 1px solid var(--steel-line);
  margin-top: 32px;
}
.founder-proof .item {
  background: var(--black);
  padding: 20px;
}
.founder-proof .item .l {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--steel);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.founder-proof .item .v {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--cream);
  font-weight: 500;
}

/* ---- QC checklist ---- */
.qc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: stretch;
}
@media (max-width: 980px) { .qc-grid { grid-template-columns: 1fr; } }

.qc-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--steel-line);
}
.qc-item {
  display: grid;
  grid-template-columns: 28px 24px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--steel-line);
}
.qc-item .num {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--steel);
  letter-spacing: 0.18em;
}
.qc-item .check {
  width: 20px; height: 20px;
  border: 1px solid var(--red);
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.qc-item .check::after {
  content: '';
  width: 9px; height: 5px;
  border-left: 1.5px solid var(--red);
  border-bottom: 1.5px solid var(--red);
  transform: rotate(-45deg) translate(1px, -1px);
}
.qc-item .label {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--cream);
  font-weight: 500;
}
.qc-item .status {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--steel);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.qc-item .status.pass { color: var(--red); }

.qc-visual {
  position: relative;
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  overflow: hidden;
  min-height: 480px;
  background: #0a0a0a;
}
.qc-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.qc-visual::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.5) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.0) 100%);
  pointer-events: none;
}
.qc-visual > .corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--cream-dim);
  z-index: 2;
}
.qc-visual > .corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.qc-visual > .corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.qc-visual > .corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.qc-visual > .corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
.qc-visual .edge {
  position: absolute;
  top: 40%; left: 0; right: 0;
  height: 1px;
  background: rgba(244,241,236,0.4);
  box-shadow: 0 0 16px rgba(244,241,236,0.18);
}
.qc-visual .edge::before {
  content: '';
  position: absolute;
  inset: -1px 0;
  background: rgba(244,241,236,0.05);
  height: 80%;
  top: -80%;
}
.qc-visual .reticle {
  position: absolute;
  top: 38%; left: 50%;
  transform: translate(-50%, -50%);
  width: 120px; height: 120px;
  border: 1px solid var(--red);
  border-radius: 50%;
}
.qc-visual .reticle::before, .qc-visual .reticle::after {
  content: '';
  position: absolute;
  background: var(--red);
}
.qc-visual .reticle::before {
  top: 50%; left: -20px; right: -20px; height: 1px;
}
.qc-visual .reticle::after {
  left: 50%; top: -20px; bottom: -20px; width: 1px;
}
.qc-visual .reticle-label {
  position: absolute;
  top: calc(38% + 80px);
  left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--red);
  text-transform: uppercase;
  white-space: nowrap;
}
.qc-visual .annotation {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--cream-low);
  text-transform: uppercase;
  z-index: 2;
}
.qc-visual .annotation.a1 { top: 12%; left: 12%; }
.qc-visual .annotation.a2 { bottom: 12%; right: 12%; text-align: right; }
.qc-visual .annotation strong {
  display: block;
  color: var(--cream);
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.005em;
  font-size: 13px;
  margin-top: 4px;
}

/* ---- booking ---- */
.booking-wrap {
  background:
    linear-gradient(180deg, #0a0a0a 0%, #131313 50%, #0a0a0a 100%);
}
.booking-shell {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  border: 1px solid var(--steel-line);
  background: linear-gradient(180deg, #131313 0%, #0a0a0a 100%);
  border-radius: 4px;
  overflow: hidden;
  min-height: 620px;
}
@media (max-width: 880px) { .booking-shell { grid-template-columns: 1fr; } }

.booking-rail {
  background:
    linear-gradient(180deg, #161616 0%, #0a0a0a 100%);
  padding: 36px 28px;
  border-right: 1px solid var(--steel-line);
}
@media (max-width: 880px) { .booking-rail { border-right: 0; border-bottom: 1px solid var(--steel-line); } }
.booking-rail .head {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--steel);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.booking-steps {
  display: flex; flex-direction: column;
  gap: 2px;
  list-style: none; padding: 0; margin: 0;
}
.booking-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 8px;
  border-left: 2px solid transparent;
  font-size: 13px;
  cursor: pointer;
  transition: all .2s ease;
  color: var(--cream-low);
}
.booking-step:hover { background: rgba(255,255,255,0.02); }
.booking-step .dot {
  width: 22px; height: 22px;
  border: 1px solid var(--steel);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--steel);
  transition: all .2s ease;
}
.booking-step.done .dot {
  border-color: var(--red);
  background: var(--red);
  color: var(--cream);
}
.booking-step.active {
  border-left-color: var(--red);
  color: var(--cream);
  background: rgba(184,16,46,0.04);
}
.booking-step.active .dot {
  border-color: var(--red);
  color: var(--cream);
}
.booking-step .name {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.booking-step .sub {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--steel);
  text-transform: uppercase;
  margin-top: 2px;
}

.booking-body {
  padding: 44px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 880px) { .booking-body { padding: 32px 24px; } }

.booking-stepnum {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--red);
  text-transform: uppercase;
}
.booking-title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--cream);
  margin-top: 8px;
}
.booking-sub {
  color: var(--cream-low);
  font-size: 14px;
  max-width: 540px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 600px) { .field-grid { grid-template-columns: 1fr; } }

.field {
  display: flex; flex-direction: column; gap: 8px;
}
.field label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--steel);
  text-transform: uppercase;
}
.field input, .field select, .field textarea {
  background: var(--black);
  border: 1px solid var(--steel-line);
  color: var(--cream);
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  border-radius: 2px;
  transition: border-color .2s ease;
  font-weight: 500;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--red);
}
.field input::placeholder { color: var(--steel-dim); }
/* booking: required-field guidance (shown only after a failed advance) */
.field input.err, .field select.err, .field textarea.err {
  border-color: var(--red);
  box-shadow: 0 0 0 1px var(--red-soft);
}
.booking-error {
  color: var(--red);
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0 0;
}
.booking-talk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--cream-low);
  text-decoration: none;
  transition: color .2s ease;
}
.booking-talk:hover { color: var(--cream); }
.booking-talk svg { color: var(--red); }

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 600px) { .choice-grid { grid-template-columns: 1fr; } }

.choice {
  background: var(--black);
  border: 1px solid var(--steel-line);
  padding: 18px 18px;
  cursor: pointer;
  text-align: left;
  transition: all .2s ease;
  font-family: var(--font-body);
  color: var(--cream);
  border-radius: 2px;
  display: flex; flex-direction: column; gap: 6px;
  position: relative;
}
.choice .name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.choice .desc {
  font-size: 12px;
  color: var(--cream-low);
}
.choice:hover { border-color: var(--steel-line-strong); }
.choice.selected {
  border-color: var(--red);
  background: linear-gradient(180deg, rgba(184,16,46,0.06), rgba(184,16,46,0));
}
.choice.selected::after {
  content: '✓';
  position: absolute;
  top: 14px; right: 14px;
  color: var(--red);
  font-size: 14px;
}

.booking-actions {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--steel-line);
}
.booking-back {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-low);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px 0;
}
.booking-back:hover { color: var(--cream); }
.booking-back:disabled { opacity: 0.3; cursor: not-allowed; }

.review-card {
  background: var(--black);
  border: 1px solid var(--steel-line);
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
}
.review-card .key {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--steel);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.review-card .val {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--cream);
  font-weight: 500;
}

.confirm-card {
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(184,16,46,0.12) 0%, transparent 60%),
    linear-gradient(180deg, #1a1a1a, #0a0a0a);
  border: 1px solid var(--red);
  padding: 40px;
  border-radius: 4px;
  text-align: center;
}
.confirm-card .ref {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.confirm-card h3 {
  font-size: 28px;
  margin-bottom: 14px;
}
.confirm-card p {
  color: var(--cream-low);
  max-width: 480px;
  margin: 0 auto 26px;
}
.confirm-row {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}

/* ---- WhatsApp banner (bottom of booking) ---- */
.wa-banner {
  margin-top: 28px;
  padding: 22px 28px;
  background:
    radial-gradient(60% 80% at 20% 50%, rgba(37,211,102,0.06), transparent 70%),
    linear-gradient(180deg, #131313 0%, #0a0a0a 100%);
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}
.wa-banner__icon {
  width: 56px; height: 56px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(37,211,102,0.10);
  color: #25D366;
  border: 1px solid rgba(37,211,102,0.4);
  box-shadow: 0 0 18px rgba(37,211,102,0.12);
}
.wa-banner__head {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.wa-banner__sub {
  margin-top: 4px;
  font-size: 13px;
  color: var(--cream);
}
@media (max-width: 720px) {
  .wa-banner { grid-template-columns: 1fr; text-align: center; }
  .wa-banner__icon { margin: 0 auto; }
  .wa-banner .btn { justify-self: center; }
}

/* ---- WhatsApp modal ---- */
.wa-modal {
  position: fixed; inset: 0;
  z-index: 300;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  animation: waIn .25s cubic-bezier(.2,.7,.2,1);
}
@keyframes waIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.wa-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);
}
.wa-modal__panel {
  position: relative;
  width: min(880px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: linear-gradient(180deg, #131313 0%, #0a0a0a 100%);
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8);
  animation: waPanelIn .35s cubic-bezier(.2,.7,.2,1);
}
@keyframes waPanelIn {
  from { opacity: 0; transform: translateY(20px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.wa-modal__close {
  position: absolute; top: 16px; right: 16px;
  z-index: 5;
  width: 36px; height: 36px;
  background: rgba(0,0,0,0.4);
  border: 1px solid var(--steel-line-strong);
  border-radius: 50%;
  color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
}
.wa-modal__close:hover { background: var(--red); border-color: var(--red); }
.wa-modal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.wa-modal__visual {
  position: relative;
  min-height: 360px;
  background:
    radial-gradient(80% 60% at 50% 40%, rgba(37,211,102,0.10), transparent 60%),
    linear-gradient(135deg, #1a1a1a 0%, #050505 100%);
  display: flex; align-items: center; justify-content: center;
  border-right: 1px solid var(--steel-line);
  overflow: hidden;
}
.wa-modal__phone {
  width: 180px; height: 280px;
  border: 1px solid var(--steel-line-strong);
  border-radius: 28px;
  background: linear-gradient(180deg, #1a1a1a, #050505);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.8);
  position: relative;
}
.wa-modal__phone::before {
  content: '';
  position: absolute;
  top: 12px; left: 50%; transform: translateX(-50%);
  width: 50px; height: 4px;
  background: #2a2a2a; border-radius: 2px;
}
.wa-modal__wa-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1ebe57, #25D366);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 0 30px rgba(37,211,102,0.45);
}

.wa-modal__body {
  padding: 44px;
  display: flex; flex-direction: column; gap: 14px;
}
.wa-modal__eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--red);
  text-transform: uppercase;
}
.wa-modal__title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.wa-modal__sub {
  color: var(--cream-low);
  font-size: 14px;
  line-height: 1.55;
}
.wa-modal__list {
  list-style: none; padding: 0; margin: 8px 0 6px;
  display: flex; flex-direction: column; gap: 10px;
}
.wa-modal__list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px;
  color: var(--cream);
}
.wa-modal__list .dot {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--red);
  color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wa-modal__cta {
  margin-top: 12px;
  justify-content: center;
  width: 100%;
}
.wa-modal__alt {
  margin-top: 4px;
  background: transparent;
  border: 0;
  color: var(--cream-low);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
  transition: color .2s ease;
}
.wa-modal__alt:hover { color: var(--cream); }

@media (max-width: 720px) {
  .wa-modal__grid { grid-template-columns: 1fr; }
  .wa-modal__visual { border-right: 0; border-bottom: 1px solid var(--steel-line); min-height: 220px; }
  .wa-modal__phone { width: 140px; height: 220px; }
  .wa-modal__wa-icon { width: 64px; height: 64px; }
  .wa-modal__body { padding: 28px; }
}

/* ---- partner application (multi-step) ---- */
.partner-app-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px;
  align-items: stretch;
}
@media (max-width: 980px) { .partner-app-grid { grid-template-columns: 1fr; } }
/* allow grid/flex children to shrink below content width (prevents overflow) */
.partner-app-grid > * { min-width: 0; }
.partner-tab { min-width: 0; }

.partner-side {
  background: linear-gradient(180deg, rgba(28,28,28,0.6), rgba(10,10,10,0.7));
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  padding: 28px;
  display: flex; flex-direction: column;
}
.partner-side__head {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--cream);
  margin-bottom: 10px;
}
.partner-side__sub {
  color: var(--cream-low);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 22px;
}
.partner-side__list {
  list-style: none; padding: 0; margin: 0 0 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.partner-side__list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13px;
  color: var(--cream);
  line-height: 1.4;
}
.partner-side__list .check {
  width: 18px; height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--red);
  color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.partner-side__learn {
  color: var(--red);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 0;
  transition: color .2s ease;
}
.partner-side__learn:hover { color: var(--cream); }
.partner-side__expect {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--steel-line);
}
.partner-side__expect-head {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--steel);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.partner-side__expect ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.partner-side__expect li {
  font-size: 12.5px;
  color: var(--cream-low);
  display: flex; align-items: flex-start; gap: 10px;
  line-height: 1.4;
}
.partner-side__expect li::before {
  content: '';
  width: 8px; height: 1px;
  background: var(--red);
  margin-top: 9px;
  flex-shrink: 0;
}

.partner-app {
  background: linear-gradient(180deg, #181818 0%, #0a0a0a 100%);
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  padding: 32px;
  display: flex; flex-direction: column;
}

.partner-tabs {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--steel-line);
  border: 1px solid var(--steel-line);
}
.partner-tab button {
  width: 100%;
  background: var(--black);
  border: 0;
  padding: 16px 18px;
  display: flex; align-items: center; gap: 10px;
  cursor: pointer;
  text-align: left;
  transition: background .2s ease;
  border-top: 2px solid transparent;
  color: var(--cream-low);
}
.partner-tab button:hover {
  background: #121212;
}
.partner-tab.is-active button {
  background: linear-gradient(180deg, rgba(184,16,46,0.08), rgba(184,16,46,0.0));
  border-top-color: var(--red);
  color: var(--cream);
}
.partner-tab.is-done button { color: var(--cream); }
.partner-tab .dot {
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1px solid var(--steel);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--steel);
  flex-shrink: 0;
  transition: all .2s ease;
}
.partner-tab.is-active .dot {
  border-color: var(--red);
  color: var(--cream);
}
.partner-tab.is-done .dot {
  background: var(--red);
  border-color: var(--red);
  color: var(--cream);
}
.partner-tab .lbl {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.25;
}
.partner-tab__body {
  display: flex; flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.partner-tab__sub {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: var(--steel);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partner-tab.is-active .partner-tab__sub { color: var(--red); }
.partner-tab.is-done .partner-tab__sub { color: var(--cream-low); }
.partner-tab button[disabled] { cursor: not-allowed; opacity: 0.7; }
.partner-tab button[disabled] .lbl { color: var(--steel-dim); }
@media (max-width: 980px) {
  .partner-tabs { grid-template-columns: 1fr 1fr; }
  .partner-tab .lbl { font-size: 11px; }
}

.partner-step { display: flex; flex-direction: column; gap: 22px; flex: 1; }
.partner-step__head h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 8px;
  line-height: 1.15;
}
.partner-step__head p {
  margin-top: 8px;
  color: var(--cream-low);
  font-size: 14px;
  line-height: 1.55;
  max-width: 540px;
}
.partner-step__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--red);
  text-transform: uppercase;
}

.chip-grid {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.chip {
  background: var(--black);
  border: 1px solid var(--steel-line);
  padding: 12px 16px;
  color: var(--cream-low);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all .2s ease;
  border-radius: 2px;
}
.chip:hover { color: var(--cream); border-color: var(--steel-line-strong); }
.chip__check {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1px solid var(--steel);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--steel);
}
.chip.is-on {
  border-color: var(--red);
  color: var(--cream);
  background: linear-gradient(180deg, rgba(184,16,46,0.10), rgba(184,16,46,0.02));
}
.chip.is-on .chip__check {
  background: var(--red);
  border-color: var(--red);
  color: var(--cream);
}

.field textarea {
  background: var(--black);
  border: 1px solid var(--steel-line);
  color: var(--cream);
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  border-radius: 2px;
  resize: vertical;
  min-height: 80px;
  transition: border-color .2s ease;
}
.field textarea:focus { outline: none; border-color: var(--red); }

.standards-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.standard {
  width: 100%;
  background: var(--black);
  border: 1px solid var(--steel-line);
  padding: 16px 18px;
  display: flex; align-items: flex-start; gap: 14px;
  cursor: pointer;
  text-align: left;
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--cream);
  transition: all .2s ease;
}
.standard__body {
  display: flex; flex-direction: column;
  gap: 4px;
  flex: 1;
}
.standard__label {
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--cream);
}
.standard__sub {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--steel);
}
.standard:hover { border-color: var(--steel-line-strong); }
.standard__box {
  width: 22px; height: 22px;
  border: 1px solid var(--steel);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--cream);
  flex-shrink: 0;
  margin-top: 1px;
}
.standard.is-on {
  border-color: var(--red);
  background: linear-gradient(180deg, rgba(184,16,46,0.10), rgba(184,16,46,0.02));
}
.standard.is-on .standard__box {
  background: var(--red);
  border-color: var(--red);
}

.partner-actions {
  margin-top: auto;
  padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px;
  border-top: 1px solid var(--steel-line);
}

/* ---- FAQ ---- */
.partner-wrap {
  background:
    linear-gradient(180deg, #131313 0%, #0a0a0a 100%);
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
}

.partner-hero {
  position: relative;
  /* full-bleed: break out of the centered container to the viewport edges */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: clamp(40px, 6vw, 72px);
  height: clamp(220px, 34vw, 440px);
  overflow: hidden;
  background: #0a0a0a;
}
.partner-hero .corner { display: none; }
.partner-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.partner-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.20) 0%, transparent 35%, transparent 65%, rgba(0,0,0,0.7) 100%);
  pointer-events: none;
}
.partner-hero .corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--cream-dim);
  z-index: 2;
}
.partner-hero .corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.partner-hero .corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.partner-hero .corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.partner-hero .corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
.partner-hero .meta {
  position: absolute;
  bottom: 22px; left: 22px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--cream);
  text-transform: uppercase;
  display: flex; align-items: center; gap: 14px;
}
.partner-hero .meta::before {
  content: ''; width: 6px; height: 6px; background: var(--red);
  box-shadow: 0 0 8px var(--red-glow);
  border-radius: 50%;
}
.partner-hero .right {
  position: absolute;
  bottom: 22px; right: 22px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--cream-low);
  text-transform: uppercase;
  text-align: right;
}

/* ---- FAQ ---- */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 980px) { .faq-grid { grid-template-columns: 1fr; } }

.faq {
  border-top: 1px solid var(--steel-line);
}
.faq-item {
  border-bottom: 1px solid var(--steel-line);
}
.faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px;
  padding: 26px 0;
  background: transparent;
  border: 0;
  color: var(--cream);
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color .2s ease;
}
.faq-q .ix {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--steel);
  letter-spacing: 0.2em;
  flex-shrink: 0;
}
.faq-q .plus {
  position: relative;
  width: 18px; height: 18px;
  flex-shrink: 0;
}
.faq-q .plus::before, .faq-q .plus::after {
  content: '';
  position: absolute;
  background: var(--cream);
  transition: transform .25s ease, background .25s ease;
}
.faq-q .plus::before {
  top: 50%; left: 0; right: 0; height: 1px;
}
.faq-q .plus::after {
  left: 50%; top: 0; bottom: 0; width: 1px;
}
.faq-item.open .faq-q .plus::after { transform: rotate(90deg); }
.faq-item.open .faq-q .plus::before,
.faq-item.open .faq-q .plus::after { background: var(--red); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  color: var(--cream-low);
  font-size: 14px;
  max-width: 680px;
  line-height: 1.65;
}
.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 0 28px;
}

.faq-side {
  position: sticky;
  top: 100px;
}
.faq-side__card {
  background:
    radial-gradient(70% 50% at 50% 0%, rgba(184,16,46,0.10), transparent 60%),
    linear-gradient(180deg, #131313 0%, #0a0a0a 100%);
  border: 1px solid var(--red);
  border-radius: 4px;
  padding: 32px;
  display: flex; flex-direction: column;
  box-shadow: 0 24px 60px -30px var(--red-glow);
}
.faq-side__head {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 18px;
}
.faq-side__head .num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 500;
  color: var(--red);
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-shadow: 0 0 24px var(--red-glow);
}
.faq-side__head .lbl {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--cream);
  text-transform: uppercase;
  line-height: 1.35;
}
.faq-side__card p {
  color: var(--cream-low);
  font-size: 13px;
  line-height: 1.6;
}
.faq-side__small {
  margin-top: 12px !important;
  color: var(--steel) !important;
  font-family: var(--font-mono);
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.faq-side__divider {
  height: 1px;
  background: var(--steel-line);
  margin: 22px 0;
}
.faq-side__head .lbl-sm {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--cream-low);
  text-transform: uppercase;
  line-height: 1.55;
  flex: 1;
}
.faq-side__card .icon { color: var(--red); }

/* ---- final cta ---- */
.final-cta {
  background:
    radial-gradient(50% 60% at 30% 50%, rgba(184,16,46,0.10) 0%, transparent 70%),
    linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  padding: clamp(80px, 14vh, 140px) 0 clamp(60px, 8vh, 90px);
  border-top: 1px solid var(--steel-line);
}
.final-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 980px) { .final-cta__grid { grid-template-columns: 1fr; } }

.final-cta__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.6vw, 76px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.0;
  margin-top: 22px;
  text-wrap: balance;
}
.final-cta__copy h2 em {
  color: var(--red);
  font-style: italic;
  font-weight: 500;
}
.final-cta__copy p {
  color: var(--cream-low);
  max-width: 480px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.6;
}
.final-cta__cta {
  margin-top: 36px;
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}

.final-cta__visual {
  position: relative;
  aspect-ratio: 4/3;
  border: 1px solid var(--steel-line);
  border-radius: 4px;
  overflow: hidden;
  background: #0a0a0a;
}
.final-cta__visual img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.final-cta__visual .corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--cream-dim);
  z-index: 2;
}
.final-cta__visual .corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.final-cta__visual .corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.final-cta__visual .corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.final-cta__visual .corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }

.final-cta__proofs {
  margin-top: clamp(60px, 8vh, 80px);
  padding-top: 32px;
  border-top: 1px solid var(--steel-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 880px) {
  .final-cta__proofs { grid-template-columns: 1fr 1fr; }
}
.proof {
  display: flex; align-items: center; gap: 14px;
  padding: 8px 0;
}
.proof__icon {
  width: 42px; height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #1a1a1a, #0a0a0a);
  border: 1px solid var(--red);
  color: var(--red);
  display: inline-flex; align-items: center; justify-content: center;
}
.proof__lbl {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--cream);
  line-height: 1.25;
}
.proof__sub {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--steel);
  text-transform: uppercase;
  margin-top: 4px;
}

/* ---- footer ---- */
.footer {
  background: var(--black);
  border-top: 1px solid var(--steel-line);
  padding: 60px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--steel-line);
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

.footer-brand .tag {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--cream);
}
.footer-brand .tag-ar {
  font-family: var(--font-arabic);
  font-size: 18px;
  color: var(--cream-low);
  margin-top: 8px;
  direction: rtl;
}
.footer-brand .desc {
  margin-top: 18px;
  color: var(--steel);
  font-size: 13px;
  max-width: 320px;
  line-height: 1.6;
}
.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--steel);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
.footer-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.footer-col li a {
  color: var(--cream-low);
  font-size: 14px;
  transition: color .2s ease;
}
.footer-col li a:hover { color: var(--cream); }

.footer-bottom {
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--steel);
  text-transform: uppercase;
}

/* ---- sticky mobile CTA ---- */
.sticky-cta {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 460px;
  z-index: 80;
  display: none;
  gap: 8px;
}
.sticky-cta .btn { flex: 1; justify-content: center; padding: 14px 18px; font-size: 11px; }
@media (max-width: 1100px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 92px; }
  html { scroll-padding-bottom: 96px; }
}
/* hidden while the booking section is in view (set by StickyCTA) */
.sticky-cta.is-hidden { display: none; }

/* ---- multi-page: inner-page top offset (clears the fixed nav) ---- */
.app-page--inner { padding-top: 92px; }
@media (max-width: 700px) { .app-page--inner { padding-top: 70px; } }

/* deep-linked targets clear the fixed nav when scrolled into view */
.pkg, .compare, #compare { scroll-margin-top: 96px; }

/* ---- home: slim trust strip ---- */
.trust-strip {
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  background: linear-gradient(180deg, rgba(28,28,28,0.5), rgba(10,10,10,0.5));
}
.trust-strip__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 40px;
  padding: 18px 0;
}
.trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-low);
}
.trust-strip__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

/* ---- film-edge divider ---- */
.divider-band {
  position: relative;
  height: clamp(180px, 28vh, 280px);
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  background: #0a0a0a;
}
.divider-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.divider-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,11,11,0.85) 0%, transparent 30%, transparent 70%, rgba(11,11,11,0.85) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.4) 0%, transparent 50%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}
.divider-band .label {
  position: absolute;
  left: var(--gutter);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--cream-low);
  text-transform: uppercase;
  display: flex; align-items: center; gap: 16px;
  z-index: 2;
}
.divider-band .label::before {
  content: ''; width: 32px; height: 1px; background: var(--red);
}
.divider-band .meta {
  position: absolute;
  right: var(--gutter);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--steel);
  text-transform: uppercase;
  text-align: right;
  z-index: 2;
}

/* ---- scroll progress ---- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: 2px;
  background: rgba(184,16,46,0.04);
  pointer-events: none;
}
.scroll-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--red), #d62a48);
  box-shadow: 0 0 10px var(--red-glow);
  transition: width .15s linear;
}

/* ---- journey rail (desktop only) ---- */
.journey-rail {
  position: fixed;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 10px;
  background: rgba(11,11,11,0.55);
  backdrop-filter: blur(14px);
  border: 1px solid var(--steel-line);
  border-radius: 999px;
}
.journey-rail__head {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.22em;
  color: var(--steel);
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0 10px;
  border-bottom: 1px solid var(--steel-line);
  margin-bottom: 8px;
  white-space: nowrap;
}
.journey-rail__head span { color: var(--red); display: block; margin-top: 2px; }
.journey-rail__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 22px;
  padding: 0;
  position: relative;
  transition: all .2s ease;
}
.journey-rail__n {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--steel-dim);
  transition: color .2s ease;
}
.journey-rail__bar { display: none; }
.journey-rail__l {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translate(8px, -50%);
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--cream);
  text-transform: uppercase;
  background: rgba(15,15,15,0.95);
  border: 1px solid var(--steel-line-strong);
  padding: 7px 12px;
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  box-shadow: 0 12px 24px -10px rgba(0,0,0,0.6);
}
.journey-rail__l::before {
  content: '';
  position: absolute;
  left: -4px; top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px; height: 6px;
  background: rgba(15,15,15,0.95);
  border-left: 1px solid var(--steel-line-strong);
  border-bottom: 1px solid var(--steel-line-strong);
}
.journey-rail__dot:hover .journey-rail__l,
.journey-rail__dot.is-active:hover .journey-rail__l {
  opacity: 1;
  transform: translate(0, -50%);
}
.journey-rail__dot.is-active {
  background: rgba(184,16,46,0.10);
  border-radius: 999px;
}
.journey-rail__dot.is-active .journey-rail__n {
  color: var(--cream);
}
.journey-rail__dot.is-active::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid var(--red);
  border-radius: 999px;
  box-shadow: 0 0 10px var(--red-glow);
}

.journey-rail__cta {
  margin-top: 8px;
  padding: 10px 6px;
  border-top: 1px solid var(--steel-line);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  text-align: center;
  transition: color .2s ease;
}
.journey-rail__cta:hover { color: var(--cream); }

@media (max-width: 1180px) { .journey-rail { display: none; } }

/* ---- floating WhatsApp ---- */
.float-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px 12px 14px;
  background: linear-gradient(180deg, #1a1a1a, #0a0a0a);
  border: 1px solid var(--red);
  border-radius: 999px;
  box-shadow:
    0 18px 50px -18px var(--red-glow),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition: all .25s ease;
  color: var(--cream);
}
.float-wa:hover {
  transform: translateY(-2px);
  border-color: #d62a48;
  box-shadow:
    0 24px 60px -16px var(--red-glow),
    inset 0 1px 0 rgba(255,255,255,0.06);
}
.float-wa__pulse {
  position: relative;
  width: 24px; height: 24px;
  display: inline-flex; align-items: center; justify-content: center;
}
.float-wa__pulse::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #25D366;
  border-radius: 50%;
  opacity: 0.5;
  animation: pulse 2.4s ease-out infinite;
}
.float-wa__dot {
  width: 10px; height: 10px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 0 10px #25D366;
}
.float-wa__body {
  display: flex; flex-direction: column;
  line-height: 1;
}
.float-wa__body strong {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.float-wa__body em {
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--cream-low);
  text-transform: uppercase;
  margin-top: 5px;
}
.float-wa__arrow {
  width: 14px;
  margin-left: 4px;
  transition: transform .2s ease;
}
.float-wa:hover .float-wa__arrow { transform: translateX(3px); }
@media (max-width: 1100px) { .float-wa { display: none; } }

/* ---- inline next-step prompt ---- */
.next-step {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 28px;
  margin-top: 72px;
  padding: 22px 0 0;
  border-top: 1px solid var(--steel-line);
  color: var(--cream-low);
  transition: color .2s ease;
}
.next-step:hover { color: var(--cream); }
.next-step__small {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--steel);
  text-transform: uppercase;
}
.next-step__main {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.015em;
  display: flex; align-items: baseline; gap: 18px;
  flex-wrap: wrap;
}
.next-step__sub {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 400;
  color: var(--steel);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.next-step__line {
  height: 1px;
  background: var(--steel-line);
  transition: background .25s ease;
}
.next-step:hover .next-step__line { background: var(--red); }

/* ---- nav active state ---- */
.nav-links a {
  position: relative;
  padding: 4px 0 6px;
  transition: color .2s ease;
}
.nav-links a.is-active {
  color: var(--cream);
}
.nav-links a.is-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--red);
  box-shadow: 0 0 6px var(--red-glow);
}

/* ---- pre-fill banner ---- */
.prefill-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  margin-bottom: 22px;
  border: 1px solid var(--red);
  background: linear-gradient(180deg, rgba(184,16,46,0.10), rgba(184,16,46,0.02));
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
}
.prefill-chip .lbl { color: var(--red); }
.prefill-chip .x {
  background: transparent; border: 0; cursor: pointer;
  color: var(--cream-low); padding: 0 0 0 6px; font-size: 14px;
  line-height: 1;
}
.prefill-chip .x:hover { color: var(--cream); }

/* ---- arabic accent text utility ---- */
.bi-line {
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
}
.bi-line .ar {
  font-family: var(--font-arabic);
  color: var(--cream-low);
  font-size: 0.92em;
  direction: rtl;
}
.bi-line .div {
  width: 1px; height: 14px;
  background: var(--steel-line-strong);
}

/* ============================================================ */
/* ====================  RTL / ARABIC  ======================== */
/* ============================================================ */

/* Arabic typography: Saira/JetBrains have no Arabic glyphs — use the
   Arabic stack for all text, and disable letter-spacing + uppercase
   (both break Arabic script shaping). !important beats inline styles. */
html[dir="rtl"] body,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] p,
html[dir="rtl"] a,
html[dir="rtl"] span,
html[dir="rtl"] li,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] label,
html[dir="rtl"] .section-title,
html[dir="rtl"] .eyebrow,
html[dir="rtl"] .kicker-row,
html[dir="rtl"] .nbr {
  font-family: var(--font-arabic), system-ui, sans-serif !important;
}
html[dir="rtl"] :where(body, h1, h2, h3, h4, p, a, span, li, button,
  input, select, label, div) {
  letter-spacing: normal !important;
  text-transform: none !important;
}

/* Latin brand tokens / numerals stay LTR inside Arabic text */
html[dir="rtl"] .ltr,
html[dir="rtl"] [data-ltr] {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

/* Directional arrows read toward the text in RTL */
html[dir="rtl"] .arrow { transform: scaleX(-1); }

/* RTL: comparison table reads right-to-left (override the LTR left-align) */
html[dir="rtl"] .compare__rowhead { text-align: right !important; }
html[dir="rtl"] .compare__table thead th { text-align: right; }
html[dir="rtl"] .compare__table thead .compare__col--flagship { text-align: right; }
/* yes / no marks stay centered in their column (icons, not text) */
html[dir="rtl"] .compare__table td:not(.compare__rowhead) { text-align: center; }

/* Hairline rule on the eyebrow flips side */
html[dir="rtl"] .eyebrow::before { margin-right: 0; }

/* Decorative marquee keeps its own direction (it's just motion) */
html[dir="rtl"] .hero-marquee .track { direction: ltr; }

/* Language toggle button */
.lang-switch {
  appearance: none;
  background: transparent;
  border: 1px solid var(--steel-line-strong);
  color: var(--cream-dim);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  padding: 8px 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
  line-height: 1;
}
.lang-switch:hover { color: var(--cream); border-color: var(--steel); }
html[dir="rtl"] .lang-switch { font-family: var(--font-arabic), sans-serif; letter-spacing: 0; }
.nav-cta .lang-switch { margin-inline-end: 4px; }
@media (max-width: 980px) { .nav-cta .lang-switch { display: none; } }
