/* =====================================================
   BOTEN V4 - Core Design System
   Dark premium, warm gold, Hebrew-first, RTL-aware
   ===================================================== */

:root {
  color-scheme: dark;

  /* ---- Brand ---- */
  --gold-50:  #fff4dd;
  --gold-200: #ffd591;
  --gold-300: #ffc167;
  --gold-400: #f5a524;       /* primary BOTEN gold */
  --gold-500: #e08810;
  --gold-600: #b86700;
  --gold-glow: rgba(245, 165, 36, .35);

  --green-400: #25d366;       /* WhatsApp - product use only */
  --green-500: #1ea052;
  --green-deep: #075e54;
  --context-accent: var(--gold-400);
  --context-accent-soft: rgba(245, 165, 36, .28);

  /* ---- Surfaces (warm-toned dark) ---- */
  --bg-0: #07080b;            /* page */
  --bg-1: #0d0e12;            /* section alt */
  --bg-2: #14161c;            /* card */
  --bg-3: #1a1d25;            /* raised */
  --surface-glass: rgba(255, 250, 240, .035);
  --surface-glass-2: rgba(255, 250, 240, .06);

  /* ---- Ink ---- */
  --ink-0: #faf6ee;           /* warm white headings */
  --ink-1: #ebe6da;
  --ink-2: #aaadb6;           /* secondary */
  --ink-3: #71747e;           /* muted */
  --ink-4: #4a4d56;

  /* ---- Lines ---- */
  --line-1: rgba(255, 250, 240, .07);
  --line-2: rgba(255, 250, 240, .12);
  --line-3: rgba(255, 250, 240, .2);
  --line-gold: rgba(245, 165, 36, .3);

  /* ---- Geometry ---- */
  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 24px;
  --r-xl: 36px;
  --r-2xl: 48px;
  --max-w: 1240px;
  --pad-x: clamp(20px, 4vw, 56px);

  /* ---- Type ---- */
  --font-body-he:    "Fredoka", system-ui, sans-serif;
  --font-display-he: "Rubik Dirt", "Fredoka", system-ui, sans-serif;
  --font-body-en:    "Sour Gummy", system-ui, sans-serif;
  --font-display-en: "Rubik Dirt", "Sour Gummy", system-ui, sans-serif;
  --font-display-en-sans: "Rubik Dirt", "Sour Gummy", system-ui, sans-serif;
  --font-number:     "Merriweather Sans", system-ui, sans-serif;
  --font-mono:       "Handjet", ui-monospace, monospace;
  --font-whatsapp:   -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  /* legacy aliases */
  --font-he: var(--font-body-he);
  --font-en: var(--font-body-en);

  /* ---- Shadows ---- */
  --shadow-card: 0 24px 60px -16px rgba(0, 0, 0, .6);
  --shadow-card-lg: 0 40px 100px -20px rgba(0, 0, 0, .75);
  --shadow-glow: 0 30px 90px -20px var(--gold-glow);
  --shadow-pop: 0 10px 32px -12px rgba(245, 165, 36, .55);

  /* ---- Motion ---- */
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg-0);
  color: var(--ink-0);
  font-family: var(--font-body-he);
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: clip;
  font-feature-settings: "kern", "liga", "calt";
}
body[dir="ltr"] { font-family: var(--font-body-en); letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; padding: 0; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4, h5, p, ul, ol, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--gold-400); color: var(--bg-0); }
:focus-visible { outline: 2px solid var(--gold-400); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  z-index: 999;
  transform: translateY(-140%);
  opacity: 0;
  pointer-events: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink-0);
  color: var(--bg-0);
  font-weight: 700;
}
.skip-link:focus {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* ===== Page background atmosphere ===== */
.page-atmosphere {
  position: fixed; inset: 0;
  z-index: 0; pointer-events: none;
  background:
    radial-gradient(900px circle at 80% -10%, rgba(245,165,36,0.08), transparent 50%),
    radial-gradient(1200px circle at -10% 30%, rgba(245,165,36,0.045), transparent 55%),
    radial-gradient(800px circle at 50% 100%, rgba(245,165,36,0.03), transparent 55%);
}
.page-grain {
  position: fixed; inset: 0;
  z-index: 1; pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* Ensure content sits above atmosphere */
.site-shell { position: relative; z-index: 2; }

/* ===== Type primitives ===== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px;
  font-family: var(--font-mono);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-300);
  background: linear-gradient(180deg, rgba(245,165,36,.08), rgba(245,165,36,.03));
  border: 1px solid var(--line-gold);
  border-radius: 999px;
}
.eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 999px;
  background: var(--gold-400);
  box-shadow: 0 0 10px var(--gold-400);
}

.h-display {
  font-family: var(--font-display-he);
  font-weight: 400;
  font-size: clamp(40px, 5.6vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--ink-0);
  text-wrap: balance;
}
body[dir="ltr"] .h-display {
  font-family: var(--font-display-en);
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.02;
}
.h-section {
  font-family: var(--font-display-he);
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--ink-0);
  text-wrap: balance;
}
body[dir="ltr"] .h-section {
  font-family: var(--font-display-en);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
.h-card {
  font-family: var(--font-display-he);
  font-weight: 400;
  font-size: clamp(19px, 1.6vw, 22px);
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--ink-0);
}
body[dir="ltr"] .h-card { font-family: var(--font-display-en-sans); font-weight: 400; letter-spacing: 0; }

.lede {
  font-size: clamp(16px, 1.2vw, 18.5px);
  line-height: 1.6;
  color: var(--ink-2);
  font-weight: 400;
  text-wrap: pretty;
  max-width: 58ch;
}
.lede strong { color: var(--ink-1); font-weight: 600; }

.gold { color: var(--gold-300); }
.warm-white { color: var(--ink-0); }
.phrase-lock { white-space: nowrap; }
.route-sep {
  display: inline-block;
  margin-inline: .08em;
  color: var(--context-accent);
  text-shadow: 0 0 18px var(--context-accent-soft);
}

body.context-personal {
  --context-accent: #72d8ff;
  --context-accent-soft: rgba(114, 216, 255, .32);
}
body.context-reception {
  --context-accent: #35df7c;
  --context-accent-soft: rgba(53, 223, 124, .30);
}
body.context-event {
  --context-accent: #d39cff;
  --context-accent-soft: rgba(211, 156, 255, .30);
}
body.context-discovery {
  --context-accent: #ffd35f;
  --context-accent-soft: rgba(255, 211, 95, .34);
}
body.context-legal {
  --context-accent: var(--gold-300);
  --context-accent-soft: rgba(245, 165, 36, .24);
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--font-he);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform .25s var(--ease-out), background .2s, border-color .2s, box-shadow .25s;
  border: 1px solid transparent;
}
body[dir="ltr"] .btn { font-family: var(--font-en); font-weight: 600; }
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
  color: #1a1100;
  box-shadow: var(--shadow-pop), inset 0 1px 0 rgba(255,255,255,.3);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 40px -10px rgba(245,165,36,.7), inset 0 1px 0 rgba(255,255,255,.3);
}
.btn-ghost {
  background: var(--surface-glass);
  border-color: var(--line-2);
  color: var(--ink-0);
}
.btn-ghost:hover {
  border-color: var(--line-3);
  background: var(--surface-glass-2);
}
.btn-wa {
  background: linear-gradient(180deg, var(--green-400), var(--green-500));
  color: #042b1a;
  box-shadow: 0 10px 28px -10px rgba(37,211,102,.5);
}

/* ===== Containers ===== */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-inline: var(--pad-x);
}
.section {
  position: relative;
  padding-block: clamp(80px, 10vw, 140px);
}
.section-tight {
  padding-block: clamp(60px, 7vw, 100px);
}

/* ===== TOPBAR ===== */
.topbar {
  position: sticky; inset-block-start: 0;
  z-index: 50;
  background: rgba(7, 8, 11, 0.55);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-block-end: 1px solid transparent;
  transition: background .3s, border-color .3s;
}
.topbar.scrolled {
  background: rgba(7, 8, 11, 0.85);
  border-block-end-color: var(--line-1);
}
.topbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding-inline: var(--pad-x);
  max-width: var(--max-w);
  margin: 0 auto;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
}
.brand-mark {
  width: 42px; height: 42px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(245,165,36,.45), transparent 65%),
    rgba(255, 250, 240, 0.05);
  border: 1px solid var(--line-gold);
  box-shadow: 0 0 22px rgba(245,165,36,.18), inset 0 1px 0 rgba(255,255,255,.05);
  display: grid; place-items: center;
  overflow: hidden;
}
.brand-mark img { width: 32px; height: 32px; object-fit: contain; }
.brand-text strong {
  display: block;
  font-family: var(--font-display-he);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
}
.brand-text small {
  display: block;
  margin-block-start: 3px;
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}
.nav {
  display: flex; align-items: center; justify-content: center;
  gap: 32px;
  font-size: 14px; font-weight: 500;
  color: var(--ink-2);
}
.nav a {
  position: relative;
  padding: 6px 0;
  transition: color .2s;
}
.nav a:hover { color: var(--ink-0); }
.nav a::after {
  content: '';
  position: absolute;
  inset-block-end: -2px; inset-inline: 50%;
  height: 1px;
  background: var(--gold-400);
  transition: inset .25s var(--ease-out);
}
.nav a:hover::after { inset-inline: 0; }

.top-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch {
  display: inline-flex;
  border-radius: 999px;
  background: var(--surface-glass);
  border: 1px solid var(--line-1);
  padding: 4px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
}
.lang-switch a {
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--ink-3);
  transition: color .2s, background .2s;
}
.lang-switch a.active {
  color: var(--bg-0);
  background: var(--ink-0);
  font-weight: 600;
}

.mobile-space-nav {
  display: none;
  width: 100%;
}

@media (max-width: 880px) {
  .nav { display: none; }
  .topbar-inner {
    grid-template-columns: 1fr auto;
    align-items: start;
    grid-template-rows: auto auto;
    row-gap: 10px;
  }
  .brand { grid-column: 1; }
  .top-actions {
    grid-column: 2;
    justify-self: end;
    margin-block-start: 2px;
  }
  .mobile-space-nav {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    margin-inline-start: calc(-1 * var(--pad-x));
    margin-inline-end: calc(-1 * var(--pad-x));
    padding-inline: var(--pad-x);
    padding-block: 4px 8px;
    border-block-end: 1px solid var(--line-1);
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100% + (2 * var(--pad-x)));
    max-width: calc(100% + (2 * var(--pad-x)));
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mobile-space-nav::-webkit-scrollbar { display: none; }
  .mobile-space-strip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-block: 8px;
    min-width: min-content;
    white-space: nowrap;
    width: 100%;
  }
  .mobile-space-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--line-1);
    background: var(--surface-glass);
    color: var(--ink-1);
    font-size: 12.7px;
    letter-spacing: 0;
    font-weight: 600;
    transition: color .2s, border-color .2s, background .2s;
  }
  .mobile-space-nav a.active {
    color: var(--bg-0);
    background: var(--gold-300);
    border-color: transparent;
  }
  .mobile-space-nav a:focus-visible {
    background: var(--surface-glass-2);
    outline: none;
  }
}

@media (max-width: 720px) {
  :root { --pad-x: 20px; }
  body { overflow-x: hidden; }
  .topbar-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 12px;
    min-width: 0;
    align-items: center;
    padding-block: 12px 10px;
  }
  .brand {
    grid-column: 1;
  }
  .top-actions {
    grid-column: 2;
    justify-self: end;
  }
  .mobile-space-nav {
    grid-column: 1 / -1;
    margin-block-start: -4px;
  }
  .topbar .mobile-space-strip {
    padding-block: 6px;
  }
  .brand-mark { width: 38px; height: 38px; border-radius: 13px; flex: 0 0 auto; }
  .brand-mark img { width: 29px; height: 29px; }
  .brand-text strong { font-size: 16px; }
  .top-actions { flex: 0 0 auto; min-width: 0; }
  .top-actions > .btn { display: none; }
  .lang-switch { font-size: 10px; padding: 3px; }
  .lang-switch a { padding: 6px 10px; }
  .container { max-width: 100%; }
  .site-shell,
  main,
  .container,
  .section {
    min-width: 0;
  }
  .section { padding-block: clamp(56px, 14vw, 84px); }
  .section-tight { padding-block: clamp(44px, 12vw, 70px); }
  .h-display,
  body[dir="ltr"] .h-display {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.04;
    letter-spacing: 0;
  }
  .h-section,
  body[dir="ltr"] .h-section {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.1;
  }
  .lede {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.58;
  }
  .eyebrow {
    max-width: 100%;
    white-space: normal;
    letter-spacing: 0.12em;
    line-height: 1.35;
  }
}

/* ===== Section headers ===== */
.section-head {
  display: flex; flex-direction: column; gap: 18px;
  max-width: 760px;
  margin-block-end: clamp(40px, 5vw, 64px);
}
.section-head .lede { color: var(--ink-2); }

/* ===== Cards ===== */
.card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,250,240,.04), rgba(255,250,240,.015)) padding-box,
    linear-gradient(180deg, rgba(255,250,240,.18), rgba(255,250,240,.04)) border-box;
  border: 1px solid transparent;
  border-radius: var(--r-lg);
  padding: 28px;
  transition: transform .3s var(--ease-out), border-color .25s, box-shadow .3s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.card-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(245,165,36,.18), rgba(245,165,36,.04));
  border: 1px solid var(--line-gold);
  display: grid; place-items: center;
  color: var(--gold-300);
  margin-block-end: 18px;
}
.card-icon svg { width: 22px; height: 22px; }
.card h3 {
  font-family: var(--font-display-he);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.25;
  margin-block-end: 8px;
  color: var(--ink-0);
}
body[dir="ltr"] .card h3 { font-family: var(--font-display-en); font-weight: 400; }
.card p {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* ===== Footer ===== */
.site-footer {
  border-block-start: 1px solid var(--line-1);
  padding-block: 48px 28px;
  margin-block-start: 80px;
  position: relative; z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.4));
}
.site-footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-inline: var(--pad-x);
}
.site-footer h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-block-end: 16px;
  font-weight: 500;
}
.site-footer ul { display: flex; flex-direction: column; gap: 10px; }
.site-footer li a {
  color: var(--ink-1);
  font-size: 14px;
  transition: color .2s;
}
.site-footer li a:hover { color: var(--gold-300); }
.site-footer .colophon {
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; justify-content: space-between;
  max-width: var(--max-w);
  margin: 28px auto 0;
  padding: 24px var(--pad-x) 0;
  border-block-start: 1px solid var(--line-1);
  font-size: 12px;
  color: var(--ink-3);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.cancel-footer-link {
  appearance: none;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
  color: var(--ink-3);
  border-radius: 999px;
  padding: 7px 12px;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  transition: color .18s var(--ease-out), border-color .18s var(--ease-out), background .18s var(--ease-out);
}
.cancel-footer-link:hover,
.cancel-footer-link:focus-visible {
  color: var(--ink-1);
  border-color: rgba(245,165,36,.45);
  background: rgba(245,165,36,.08);
  outline: none;
}
@media (max-width: 720px) {
  .site-footer-inner { grid-template-columns: 1fr 1fr; }
}

/* ===== Cancellation intake modal ===== */
.cancel-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s var(--ease-out);
}
.cancel-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.cancel-modal-open { overflow: hidden; }
.cancel-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(245,165,36,.16), transparent 42%),
    rgba(0,0,0,.72);
  backdrop-filter: blur(16px);
}
.cancel-sheet {
  position: relative;
  width: min(560px, 100%);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  border: 1px solid var(--line-2);
  border-radius: 28px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(180deg, rgba(22,26,30,.96), rgba(8,10,12,.98));
  box-shadow:
    0 32px 90px rgba(0,0,0,.7),
    0 0 0 1px rgba(245,165,36,.08) inset;
  transform: translateY(14px) scale(.98);
  transition: transform .24s var(--ease-out);
}
.cancel-modal.is-open .cancel-sheet { transform: none; }
.cancel-close {
  position: absolute;
  inset-block-start: 14px;
  inset-inline-end: 14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.05);
  color: var(--ink-1);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.cancel-close:hover,
.cancel-close:focus-visible {
  border-color: rgba(245,165,36,.45);
  outline: none;
}
.cancel-sheet .h-display {
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.04;
  margin-block: 10px 12px;
  max-width: 12ch;
}
.cancel-intro {
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.7;
  margin-block-end: 22px;
}
.cancel-form {
  display: grid;
  gap: 14px;
}
.cancel-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 700;
}
.cancel-form input,
.cancel-form select,
.cancel-form textarea {
  width: 100%;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  color: var(--ink-1);
  padding: 13px 14px;
  font: 500 15px/1.35 var(--font-he);
  outline: none;
  transition: border-color .18s var(--ease-out), box-shadow .18s var(--ease-out), background .18s var(--ease-out);
}
body[dir="ltr"] .cancel-form input,
body[dir="ltr"] .cancel-form select,
body[dir="ltr"] .cancel-form textarea { font-family: var(--font-en); }
.cancel-form input:focus,
.cancel-form select:focus,
.cancel-form textarea:focus {
  border-color: rgba(245,165,36,.65);
  box-shadow: 0 0 0 3px rgba(245,165,36,.12);
  background: rgba(255,255,255,.075);
}
.cancel-form textarea {
  resize: vertical;
  min-height: 86px;
  max-height: 170px;
}
.cancel-message {
  min-height: 22px;
  color: var(--ink-2);
  font-size: 13.5px;
  line-height: 1.55;
}
.cancel-message.error { color: #ffb4a8; }
.cancel-message.success { color: #a9f5c0; }
.cancel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-block-start: 2px;
}
.cancel-actions .btn[hidden] { display: none; }
.cancel-actions .btn:disabled {
  opacity: .58;
  cursor: wait;
}
@media (max-width: 720px) {
  .cancel-modal {
    align-items: end;
    padding: 12px;
  }
  .cancel-sheet {
    width: 100%;
    max-height: calc(100vh - 24px);
    border-radius: 24px;
    padding: 26px 18px 18px;
  }
  .cancel-actions { flex-direction: column; align-items: stretch; }
  .cancel-actions .btn { width: 100%; justify-content: center; }
}

/* ===== Mobile bottom CTA ===== */
.mobile-cta {
  position: fixed;
  inset-inline: 16px;
  inset-block-end: 16px;
  z-index: 60;
  display: none;
  background: rgba(13, 14, 18, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 8px 8px 8px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: var(--shadow-card);
}
.mobile-cta-text { font-size: 13px; color: var(--ink-1); font-weight: 500; }
.mobile-cta .btn { padding: 10px 18px; font-size: 13px; }
@media (max-width: 720px) { .mobile-cta { display: flex; } body { padding-block-end: 80px; } }

/* ===== Glossy WhatsApp Float ===== */
.wa-float {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 85;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  color: #062817;
  font-family: var(--font-he);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  background:
    linear-gradient(145deg, rgba(255,255,255,.34), rgba(255,255,255,0) 28%),
    linear-gradient(180deg, #8eff4a 0%, #21d05f 42%, #0b8e3b 100%);
  border: 1px solid color-mix(in srgb, var(--context-accent), white 34%);
  box-shadow:
    0 18px 42px rgba(0,0,0,.52),
    0 10px 28px rgba(37,211,102,.28),
    0 0 26px var(--context-accent-soft),
    inset 0 2px 2px rgba(255,255,255,.62),
    inset 0 -12px 22px rgba(0,42,16,.42);
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .22s var(--ease-out), box-shadow .22s var(--ease-out);
}
body[dir="ltr"] .wa-float { font-family: var(--font-en); font-weight: 700; }
.wa-float::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  border: 1px solid color-mix(in srgb, var(--context-accent), white 18%);
  box-shadow:
    inset 0 0 0 2px color-mix(in srgb, var(--context-accent), black 52%),
    inset 0 -7px 12px rgba(0,0,0,.24);
  pointer-events: none;
}
.wa-float::after {
  content: "";
  position: absolute;
  width: 38%;
  height: 48%;
  inset-inline-start: 12%;
  inset-block-start: 7%;
  border-radius: 999px;
  background: radial-gradient(circle at 28% 20%, rgba(255,255,255,.95), rgba(255,255,255,.48) 34%, transparent 66%);
  filter: blur(.2px);
  transform: rotate(-18deg);
  opacity: .86;
  pointer-events: none;
}
.wa-float:hover {
  transform: translateY(-3px) scale(1.025);
  box-shadow:
    0 24px 54px rgba(0,0,0,.58),
    0 14px 36px rgba(37,211,102,.38),
    inset 0 2px 2px rgba(255,255,255,.68),
    inset 0 -12px 22px rgba(0,42,16,.42);
}
.wa-float:focus-visible {
  outline: 3px solid rgba(255,255,255,.78);
  outline-offset: 4px;
}
.wa-float-orb {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 32% 24%, #f7ffe1 0 10%, transparent 22%),
    linear-gradient(145deg, #9cff35, #24d861 48%, #05833a);
  box-shadow:
    0 0 0 3px rgba(10,12,14,.84),
    0 0 0 5px color-mix(in srgb, var(--context-accent), white 30%),
    0 0 24px var(--context-accent-soft),
    inset 0 2px 6px rgba(255,255,255,.68),
    inset 0 -10px 14px rgba(0,37,14,.45);
}
.wa-float-orb svg {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.28));
}
.wa-float-text {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.36);
  white-space: nowrap;
}
@media (min-width: 721px) {
  .wa-float {
    max-width: 64px;
    gap: 0;
    padding: 8px;
    transition:
      max-width .28s var(--ease-out),
      padding .28s var(--ease-out),
      gap .28s var(--ease-out),
      transform .22s var(--ease-out),
      box-shadow .22s var(--ease-out);
  }
  .wa-float:hover,
  .wa-float:focus-visible {
    max-width: 280px;
    gap: 12px;
    padding-inline-end: 16px;
  }
  .wa-float-text {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateX(5px);
    transition:
      max-width .28s var(--ease-out),
      opacity .18s var(--ease-out),
      transform .28s var(--ease-out);
  }
  .wa-float:hover .wa-float-text,
  .wa-float:focus-visible .wa-float-text {
    max-width: 190px;
    opacity: 1;
    transform: none;
  }
}
.wa-guard-toast {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: 104px;
  z-index: 90;
  max-width: min(320px, calc(100vw - 36px));
  padding: 12px 15px;
  border-radius: 18px;
  background: rgba(12, 14, 18, .92);
  border: 1px solid var(--line-2);
  color: var(--ink-1);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px);
  font-size: 13px;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .2s var(--ease-out), transform .2s var(--ease-out);
}
.wa-guard-toast.show {
  opacity: 1;
  transform: none;
}
@media (max-width: 720px) {
  .wa-float {
    right: 16px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    width: 50px;
    min-height: 50px;
    justify-content: center;
    gap: 0;
    padding: 6px;
  }
  .wa-float-orb {
    width: 37px;
    height: 37px;
  }
  .wa-float-orb svg {
    width: 20px;
    height: 20px;
  }
  .wa-guard-toast {
    right: 16px;
    bottom: calc(158px + env(safe-area-inset-bottom));
  }
  .wa-float-text {
    display: none;
  }
}
@media (max-width: 380px) {
  .wa-float-text { display: none; }
  .wa-float { padding-inline-end: 7px; }
}

/* ===== Reveal on scroll ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .h-display em,
  .h-section em,
  .hero-headline em,
  .eyebrow::after {
    animation: none !important;
  }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}