/* App2Store — "דרכון פרסום" design system
   Porcelain ground / ink type / install-green brand / bureaucratic stamp blue.
   Document panels are flat (6px, 1px line); app artifacts are rounded (squircle).
   The contrast between the two IS the visual story. */

/* Dark is the default theme; [data-theme="light"] restores the paper look. */
:root {
  --paper: #0A101E;
  --surface: #101828;
  --card: #141D30;
  --card-head: #0D1424;
  --ink: #EDF1F7;
  --ink-soft: #9DACC4;
  --slab: #070C16;
  --brand: #19B37E;
  --brand-deep: #0E8A5C;
  --brand-ink: #52D6A5;
  --brand-tint: rgba(25,179,126,.13);
  --brand-line: rgba(25,179,126,.4);
  --wa: #25D366;
  --wa-deep: #1DA851;
  --stamp: #93A8F4;
  --stamp-paper: rgba(18,28,48,.92);
  --b12-bg: rgba(147,168,244,.14);
  --b12-line: rgba(147,168,244,.4);
  --sk: #1C2740;
  --line: #232F48;
  --dots: #182238;
  --glass: rgba(10,16,30,.86);
  --gold: #C79A3B;
  --r-doc: 6px;
  --r-btn: 12px;
  --r-app: 24px;
  --shadow-paper: 0 1px 2px rgba(0,0,0,.25), 0 10px 28px rgba(0,0,0,.28);
  --shadow-app: 0 6px 18px rgba(0,0,0,.45);
  --font-display: 'Suez One', serif;
  --font-body: 'Rubik', system-ui, sans-serif;
  --maxw: 1120px;
}

:root[data-theme="light"] {
  --paper: #F4F7F3;
  --surface: #FFFFFF;
  --card: #FDFEFD;
  --card-head: #F3F6F3;
  --ink: #10222E;
  --ink-soft: #4E6070;
  --slab: #10222E;
  --brand: #0E8A5C;
  --brand-deep: #0B6B48;
  --brand-ink: #0B6B48;
  --brand-tint: #E3F2EA;
  --brand-line: #BFDECD;
  --stamp: #2F4DA8;
  --stamp-paper: rgba(255,255,255,.9);
  --b12-bg: #EAF0FA;
  --b12-line: #C9D6EE;
  --sk: #EAF0EA;
  --line: #DBE3DB;
  --dots: #E7EDE7;
  --glass: rgba(244,247,243,.88);
  --shadow-paper: 0 1px 2px rgba(16,34,46,.06), 0 10px 28px rgba(16,34,46,.06);
  --shadow-app: 0 6px 18px rgba(16,34,46,.16);
}

/* accessibility widget states */
html.a11y-fs1 { font-size: 112.5%; }
html.a11y-fs2 { font-size: 125%; }
html.a11y-links a { text-decoration: underline !important; }
html.a11y-motion *, html.a11y-motion *::before, html.a11y-motion *::after {
  animation: none !important; transition: none !important; scroll-behavior: auto !important;
}
html.a11y-contrast { --ink: #FFFFFF; --ink-soft: #DFE9EA; --line: #4A6070; --brand-ink: #7FE8C0; }
html.a11y-contrast[data-theme="light"] { --ink: #000000; --ink-soft: #1E2A30; --line: #8A9AA0; --brand-ink: #084D33; }

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/assets/fonts/rubik-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/assets/fonts/rubik-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Suez One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/suezone-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Suez One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/suezone-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background:
    radial-gradient(52% 36% at 50% 0%, rgba(25,179,126,.08), transparent 70%),
    radial-gradient(40% 30% at 90% 12%, rgba(147,168,244,.06), transparent 70%),
    var(--paper);
  background-attachment: fixed;
  color: var(--ink);
  line-height: 1.65;
  font-size: 1.02rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
:root[data-theme="light"] body { background: var(--paper); }

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

h1, h2, .price-fig { font-family: var(--font-display); font-weight: 400; line-height: 1.18; }
h1 { font-size: clamp(2.05rem, 5.2vw, 3.3rem); letter-spacing: -0.5px; }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.15rem); margin-bottom: .55em; }
h3 { font-size: 1.13rem; font-weight: 600; }

p { color: var(--ink-soft); }
strong { color: var(--ink); }

a { color: var(--brand-ink); }

.en { direction: ltr; unicode-bidi: isolate; }

section { padding: 84px 0; }
@media (max-width: 720px) { section { padding: 56px 0; } }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: var(--glass);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; padding-bottom: 12px; gap: 12px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-home { display: block; flex: none; }
a.brand-name { text-decoration: none; color: var(--ink); }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; display: block; flex: none; }
.brand > span { display: inline-flex; flex-direction: column; }
.brand-name { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.15; }
.brand-sub { font-size: .72rem; color: var(--ink-soft); letter-spacing: .01em; white-space: nowrap; }
@media (max-width: 430px) { .brand-sub { display: none; } }
.brand-sub a { color: inherit; text-decoration: none; }
.brand-sub a:hover { color: var(--brand-ink); text-decoration: underline; }
.brand-mark rect { fill: var(--slab); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.theme-toggle {
  width: 38px; height: 38px; border-radius: 50%; cursor: pointer;
  background: var(--surface); border: 1px solid var(--line); color: var(--ink-soft);
  display: grid; place-items: center; padding: 0; flex: none;
}
.theme-toggle:hover { color: var(--brand-ink); border-color: var(--brand); }
.theme-toggle .ic-sun, :root[data-theme="light"] .theme-toggle .ic-moon { display: block; }
.theme-toggle .ic-moon, :root[data-theme="light"] .theme-toggle .ic-sun { display: none; }

/* ---------- main nav ---------- */
.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-body); font-size: .93rem; font-weight: 500;
  color: var(--ink-soft); text-decoration: none; background: none; border: none; cursor: pointer;
  padding: 8px 12px; border-radius: 8px;
}
.nav-link:hover { color: var(--brand-ink); background: var(--brand-tint); }
.nav-dd { position: relative; }
.nav-dd-menu {
  position: absolute; top: calc(100% + 6px); inset-inline-start: 0; z-index: 65;
  min-width: 205px; display: none; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow-paper); padding: 6px;
}
.nav-dd.open .nav-dd-menu { display: flex; }
.nav-dd-menu a {
  padding: 9px 12px; border-radius: 7px; text-decoration: none;
  color: var(--ink); font-size: .92rem;
}
.nav-dd-menu a:hover { background: var(--brand-tint); color: var(--brand-ink); }
.burger { display: none; width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); cursor: pointer; place-items: center; order: -1; margin-inline-end: 4px; }
@media (max-width: 900px) {
  .main-nav {
    display: none; position: absolute; top: 100%; right: 0; left: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--surface); border-bottom: 1px solid var(--line);
    padding: 10px 16px 14px; box-shadow: var(--shadow-paper);
  }
  .main-nav.open { display: flex; }
  .burger { display: grid; }
  .nav-dd-menu { position: static; display: flex; border: none; box-shadow: none; background: transparent; padding: 0 12px; }
  .nav-dd-btn svg { display: none; }
  .nav-dd-btn { pointer-events: none; color: var(--ink); font-weight: 600; }
  .site-header .container { position: relative; }
  /* burger sits on the right edge, before the brand (RTL flex-start = right) */
  .site-header .container { flex-wrap: nowrap; }
  .brand { order: 0; }
  .burger { position: static; }
  .site-header .container > .brand { margin-inline-end: auto; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: none; cursor: pointer; text-decoration: none;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: 14px 24px; border-radius: var(--r-btn);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 4px 14px rgba(37,211,102,.35); }
.btn-wa:hover { background: var(--wa-deep); }
.btn-wa svg { flex: none; }
.btn-ghost {
  background: var(--surface); color: var(--ink);
  border: 1px solid var(--line); box-shadow: none;
  font-weight: 500;
}
.btn-ghost:hover { border-color: var(--brand); color: var(--brand-ink); }
.btn-sm { padding: 9px 16px; font-size: .92rem; }

/* ---------- hero ---------- */
.hero { padding: 64px 0 72px; overflow: hidden; }
.hero .container {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px; align-items: center;
}
@media (max-width: 920px) {
  .hero .container { grid-template-columns: 1fr; gap: 40px; }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: var(--brand-ink);
  background: var(--brand-tint); border: 1px solid var(--brand-line);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 18px;
}
.hero h1 { margin-bottom: 16px; }
.hero-sub { font-size: 1.12rem; margin-bottom: 26px; max-width: 34em; }

.paste-row { margin-bottom: 22px; }
.paste-label { font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; display: block; }
.paste-box {
  display: flex; gap: 8px; max-width: 460px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-btn); padding: 6px; box-shadow: var(--shadow-paper);
}
.paste-box:focus-within { border-color: var(--brand); }
.paste-box input {
  flex: 1; min-width: 0; border: none; outline: none; background: transparent;
  font-family: var(--font-body); font-size: .95rem; color: var(--ink);
  padding: 8px 10px; direction: ltr; text-align: left;
}
.paste-box input::placeholder { color: var(--ink-soft); opacity: .7; }
.paste-box button {
  flex: none; border: none; cursor: pointer;
  background: var(--slab); color: #fff; font-family: var(--font-body);
  font-weight: 600; font-size: .9rem; padding: 10px 16px; border-radius: 8px;
  transition: background .15s ease;
}
.paste-box button:hover { background: var(--brand-deep); }
.paste-hint { font-size: .78rem; color: var(--ink-soft); margin-top: 7px; }

.hero-cta-wrap { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.hero-micro { font-size: .9rem; color: var(--ink-soft); }
.hero-micro strong { color: var(--ink); }
.hero-nots { display: flex; flex-wrap: wrap; gap: 7px 14px; margin-top: 16px; font-size: .88rem; color: var(--ink-soft); }
.hero-nots span { display: inline-flex; align-items: center; gap: 6px; }
.hero-nots svg { color: var(--brand); flex: none; }

/* ---------- hero stage (the show) ---------- */
.stage {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 22px; align-items: center;
  padding: 26px 20px;
  background: var(--surface);
  background-image: radial-gradient(var(--dots) 1px, transparent 1px);
  background-size: 22px 22px;
  border: 1px solid var(--line);
  border-radius: var(--r-doc);
  box-shadow: var(--shadow-paper);
  min-height: 380px;
  overflow: hidden;
}
/* the conveyor: a dashed track running through all three stations */
.stage::before {
  content: '';
  position: absolute; top: 50%; right: 34px; left: 34px;
  border-top: 2px dashed var(--line);
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .stage::before { right: 50%; left: auto; top: 40px; bottom: 40px; border-top: none; border-right: 2px dashed var(--line); transform: none; }
}
/* stations ride above the conveyor track (the transformed ::before paints late) */
.stage > .flow-col, .stage > .phone-col { position: relative; z-index: 1; }
@media (max-width: 920px) { .stage { max-width: 560px; margin: 0 auto; } }
@media (max-width: 640px) {
  .stage { grid-template-columns: 1fr; justify-items: center; gap: 14px; padding: 22px 14px; }
}

/* browser card */
.browser {
  width: 100%; max-width: 252px;
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  overflow: hidden; box-shadow: var(--shadow-paper);
  direction: ltr;
}
.browser-top {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 10px; border-bottom: 1px solid var(--line); background: var(--card-head);
}
.browser-dots { display: flex; gap: 4px; }
.browser-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.urlbar {
  flex: 1; font-size: .62rem; color: var(--ink-soft);
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 3px 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  text-align: left;
}
.urlbar.pulse { animation: urlpulse 1s ease 2; }
@keyframes urlpulse {
  0%, 100% { box-shadow: none; border-color: var(--line); }
  50% { box-shadow: 0 0 0 4px rgba(14,138,92,.18); border-color: var(--brand); }
}
.browser-body { padding: 12px; display: flex; flex-direction: column; gap: 8px; min-height: 120px; }
.sk { border-radius: 5px; background: var(--sk); }
.sk-nav { display: flex; align-items: center; gap: 7px; }
.sk-logo {
  width: 20px; height: 20px; border-radius: 6px; flex: none;
  display: grid; place-items: center; font-style: normal;
  font-family: var(--font-display); font-size: .6rem; color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}
.sk-navline { height: 7px; width: 40%; }
.sk-menu { display: flex; gap: 3px; margin-inline-start: auto; }
.sk-menu i { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-soft); opacity: .55; }
.sk-hero2 {
  position: relative; height: 64px; border-radius: 8px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 12px;
  background:
    radial-gradient(90% 160% at 88% -20%, rgba(255,255,255,.28), transparent 55%),
    linear-gradient(125deg, var(--brand), var(--brand-deep));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 4px 10px rgba(0,0,0,.18);
}
.sk-mono-big { font-family: var(--font-display); font-size: 1.55rem; color: rgba(255,255,255,.95); }
.sk-cta {
  font-size: .55rem; font-weight: 700; color: var(--brand-deep);
  background: #fff; border-radius: 999px; padding: 4px 9px;
  box-shadow: 0 2px 6px rgba(0,0,0,.22);
}
.sk-line { height: 9px; width: 82%; }
.sk-line.short { width: 55%; }
.sk-cards { display: flex; gap: 7px; }
.sk-card {
  flex: 1; border: 1px solid var(--line); border-radius: 7px; padding: 5px;
  display: flex; flex-direction: column; gap: 5px; background: var(--card);
}
.skc-thumb { height: 26px; border-radius: 5px; display: block; }
.skc-thumb.t1 { background: linear-gradient(120deg, #7C9EF5, #5271D4); }
.skc-thumb.t2 { background: linear-gradient(120deg, #F5B87C, #E58A4E); }
.skc-line { height: 6px; width: 75%; }
.sk-rate { display: flex; align-items: center; gap: 6px; }
.sk-stars { color: #F5B942; font-size: .62rem; letter-spacing: 1px; }
.sk-rate-n { font-size: .56rem; color: var(--ink-soft); }
.browser-tag { text-align: center; font-size: .78rem; color: var(--ink-soft); padding: 8px 6px; border-top: 1px dashed var(--line); direction: rtl; }

/* processing column: the browser feeds straight into the publishing machine */
.flow-col { display: flex; flex-direction: column; gap: 12px; align-items: center; width: 100%; }
.gate {
  position: relative;
  display: flex; flex-direction: column; gap: 8px; align-items: stretch;
  width: 100%; max-width: 252px;
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 11px 12px 13px; box-shadow: var(--shadow-paper);
}
.gate-title {
  font-size: .68rem; font-weight: 700; color: var(--ink-soft); text-align: center;
  letter-spacing: .12em; border-bottom: 1px dashed var(--line); padding-bottom: 7px;
}
.chip {
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 500; color: var(--ink-soft);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-doc);
  padding: 8px 11px; transition: all .3s ease;
}
.chip .tick { width: 15px; height: 15px; border-radius: 50%; border: 1.5px solid var(--line); flex: none; display: grid; place-items: center; color: transparent; transition: all .3s ease; }
.chip.on { background: var(--brand-tint); border-color: var(--brand-line); color: var(--brand-ink); }
.chip.on .tick { background: var(--brand); border-color: var(--brand); color: #fff; }
.chip .tick svg { width: 9px; height: 9px; }

/* phone — a real iPhone with the apps every Israeli actually has */
.phone-col { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.phone {
  position: relative;
  width: 100%; max-width: 235px;
  background: linear-gradient(145deg, #4D5E70 0%, #1B2935 26%, #101D28 72%, #3A4B58 100%);
  border-radius: 52px; padding: 8px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow-app), inset 0 0 3px rgba(255,255,255,.3);
  will-change: transform;
  transition: transform .25s ease;
}
.pbtn { position: absolute; background: #374855; border-radius: 3px; }
.pb-pow { left: -2px; top: 130px; width: 3px; height: 52px; }
.pb-vu { right: -2px; top: 104px; width: 3px; height: 30px; }
.pb-vd { right: -2px; top: 142px; width: 3px; height: 30px; }
.phone-screen {
  position: relative;
  background:
    radial-gradient(120% 75% at 80% 8%, #FFB340 0%, #FF7A1A 32%, rgba(255,106,0,0) 68%),
    radial-gradient(130% 95% at 22% 100%, #B06AF5 0%, #7A4DD8 42%, rgba(122,77,216,0) 78%),
    linear-gradient(168deg, #F4433A 0%, #D94FA6 55%, #8E59E8 100%);
  border-radius: 45px; padding: 10px 10px 9px;
  aspect-ratio: 9 / 19.1;
  display: flex; flex-direction: column; overflow: hidden;
}
.p-island {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 46%; height: 21px; border-radius: 0 0 15px 15px; background: #04070B;
}
.p-island::after {
  content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 34px; height: 5px; border-radius: 999px; background: #1B2430;
}
.phone-status {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .66rem; font-weight: 600; color: #fff;
  padding: 5px 12px 12px; direction: ltr;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.pstat { display: inline-flex; gap: 3.5px; align-items: center; }
.pwidget {
  display: flex; align-items: baseline; gap: 7px;
  background: rgba(255,255,255,.14); backdrop-filter: blur(5px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 8px 12px; margin: 2px 2px 11px;
  color: #fff;
}
.pw-city { font-size: .6rem; font-weight: 600; }
.pw-temp { font-family: var(--font-display); font-size: 1.15rem; line-height: 1; }
.pw-cond { font-size: .54rem; opacity: .85; margin-inline-start: auto; }
.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 4px; }
.app-ico { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.ai {
  width: 44px; height: 44px; border-radius: 11.5px;
  display: grid; place-items: center; overflow: hidden;
  font-style: normal; font-weight: 700; color: #fff;
  font-family: var(--font-body); font-size: .82rem;
  box-shadow: 0 3px 8px rgba(0,0,0,.28);
}
.ai img { width: 100%; height: 100%; object-fit: cover; display: block; }
.app-ico span {
  font-size: .58rem; color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.55);
  max-width: 56px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.ai-wa { background: linear-gradient(160deg, #5BD066, #27B43E); }
.ai-waze { background: #33CCFF; }
.ai-bit {
  background: linear-gradient(150deg, #FF3B4E, #E6007E);
  font-size: .98rem; font-weight: 800; font-style: italic;
  letter-spacing: -.5px; direction: ltr;
}
.ai-wolt { background: #009DE0; font-size: 1rem; }
.ai-yad2 { background: #FF7100; font-size: .68rem; font-weight: 800; }
.ai-moovit { background: linear-gradient(150deg, #FF9E1B, #F26722); font-size: 1rem; }
.ai-insta { background: radial-gradient(120% 120% at 20% 100%, #FEDA75 8%, #FA7E1E 32%, #D62976 56%, #962FBF 80%, #4F5BD5); }
.app-ico.slot .ai { background: rgba(255,255,255,.14); border: 1.5px dashed rgba(255,255,255,.55); box-shadow: none; }
.app-ico.slot .ai .spark { opacity: 0; transition: opacity .3s ease; }
.app-ico.slot span { color: transparent; text-shadow: none; }
.app-ico.slot.landed .ai { border: none; box-shadow: 0 3px 8px rgba(0,0,0,.28); }
.app-ico.slot.landed .ai .spark { opacity: 1; }
.app-ico.slot.landed span { color: #fff; font-weight: 600; text-shadow: 0 1px 3px rgba(0,0,0,.55); }
.pdots { display: flex; gap: 6px; justify-content: center; padding: 11px 0 9px; margin-top: auto; }
.pdots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.45); }
.pdots i.on { background: #fff; }
.phone-dock {
  display: flex; justify-content: space-around; gap: 7px;
  background: rgba(255,255,255,.22); backdrop-filter: blur(8px);
  border-radius: 24px; padding: 9px 10px;
}
.dk { width: 43px; height: 43px; border-radius: 11.5px; display: grid; place-items: center; box-shadow: 0 3px 7px rgba(0,0,0,.25); }
.dk-music { background: #fff; }
.dk-msg { background: linear-gradient(160deg, #6BE07A, #12B32B); }
.dk-saf { background: #fff; }
.dk-phone { background: linear-gradient(160deg, #67E273, #1EA83C); }

/* mini store listing */
.listing {
  width: 100%; max-width: 210px;
  display: flex; align-items: center; gap: 9px;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 8px 10px; box-shadow: var(--shadow-paper);
}
.listing-icon { width: 34px; height: 34px; border-radius: 9px; flex: none; background: var(--sk); display: grid; place-items: center; }
.listing-icon .spark { opacity: 0; transition: opacity .3s ease; }
.listing-icon.lit .spark { opacity: 1; }
.listing-meta { flex: 1; min-width: 0; }
.listing-name { font-size: .78rem; font-weight: 600; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.listing-dev { font-size: .64rem; color: var(--brand-ink); }
.install-btn {
  flex: none; border: none; font-family: var(--font-body); font-weight: 600;
  font-size: .78rem; padding: 7px 14px; border-radius: 999px; cursor: default;
  background: var(--paper); color: var(--ink-soft); border: 1px solid var(--line);
  transition: all .3s ease;
}
.install-btn.ready {
  background: var(--brand); color: #fff; border-color: var(--brand); cursor: pointer;
  box-shadow: 0 3px 10px rgba(14,138,92,.35);
  animation: installpulse 1.1s ease .25s 2;
}
@keyframes installpulse {
  0%, 100% { box-shadow: 0 3px 10px rgba(14,138,92,.35); }
  50% { box-shadow: 0 0 0 9px rgba(14,138,92,.16); }
}
.install-btn.ready:hover { background: var(--brand-deep); }

/* flying icon + stamp */
.fly {
  position: absolute; z-index: 5; top: 0; left: 0;
  width: 46px; height: 46px; border-radius: 12.5px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: var(--shadow-app);
  opacity: 0; pointer-events: none;
}
.stamp {
  position: absolute; z-index: 6;
  font-family: var(--font-display); font-size: .95rem; color: #2F4DA8;
  border: 2.5px solid #2F4DA8; border-radius: 8px;
  padding: 5px 14px; background: rgba(237,242,236,.95);
  transform: rotate(-8deg) scale(1.6); opacity: 0;
  letter-spacing: .04em; white-space: nowrap;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='40'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9' /%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .82 0'/%3E%3C/filter%3E%3Crect width='120' height='40' filter='url(%23n)'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='40'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9' /%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .82 0'/%3E%3C/filter%3E%3Crect width='120' height='40' filter='url(%23n)'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
}
.stamp.show { animation: stampin .5s cubic-bezier(.2, 1.4, .4, 1) forwards; }
@keyframes stampin {
  from { transform: rotate(-8deg) scale(1.7); opacity: 0; }
  60% { transform: rotate(-8deg) scale(.96); opacity: 1; }
  to { transform: rotate(-8deg) scale(1); opacity: 1; }
}

.replay {
  position: absolute; bottom: 10px; inset-inline-start: 12px;
  border: none; background: transparent; color: var(--ink-soft);
  font-family: var(--font-body); font-size: .78rem; cursor: pointer;
  display: inline-flex; align-items: center; gap: 5px; padding: 4px;
}
.replay:hover { color: var(--brand-ink); }

/* ---------- section basics ---------- */
.sec-head { max-width: 620px; margin-bottom: 40px; }
.sec-head p { font-size: 1.05rem; }
.panel {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-doc); box-shadow: var(--shadow-paper);
}

/* ---------- pain (case file) ---------- */
.case-file { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 720px) { .case-file { grid-template-columns: 1fr; } }
.case-row { display: flex; gap: 14px; padding: 20px; align-items: flex-start; }
.case-num {
  flex: none; font-family: var(--font-display); font-size: .95rem;
  color: var(--stamp); border: 1.5px solid var(--stamp); border-radius: 4px;
  width: 34px; height: 34px; display: grid; place-items: center;
  transform: rotate(-4deg);
}
.case-row h3 { margin-bottom: 3px; }
.case-row p { font-size: .93rem; }
.pain-close { margin-top: 26px; font-size: 1.1rem; font-weight: 600; color: var(--ink); }

/* ---------- process ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.step { padding: 24px 22px; position: relative; }
.step-tag {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .05em;
  color: var(--brand-ink); background: var(--brand-tint); border-radius: 4px;
  padding: 3px 9px; margin-bottom: 12px;
}
.step h3 { margin-bottom: 8px; font-size: 1.2rem; }
.step p { font-size: .95rem; margin-bottom: 14px; }
.step-need {
  font-size: .84rem; color: var(--ink); background: var(--paper);
  border-right: 3px solid var(--brand); padding: 8px 12px; border-radius: 4px;
}
.step-need b { color: var(--brand-ink); }

/* ---------- ownership boundary ---------- */
.boundary { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
@media (max-width: 720px) { .boundary { grid-template-columns: 1fr; } }
.bnd { padding: 26px; }
.bnd-yours { background: var(--brand-tint); }
.bnd-ours { background: var(--surface); border-inline-start: 1px dashed var(--line); }
@media (max-width: 720px) { .bnd-ours { border-inline-start: none; border-top: 1px dashed var(--line); } }
.bnd h3 { margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.bnd ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.bnd li { display: flex; gap: 8px; align-items: baseline; font-size: .95rem; color: var(--ink-soft); }
.bnd li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex: none; transform: translateY(-2px); }
.boundary-note { padding: 16px 26px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--ink-soft); background: var(--paper); }
.boundary-note b { color: var(--ink); }

/* ---------- deliverable ---------- */
.deliver-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 22px; margin-bottom: 20px; }
@media (max-width: 720px) { .deliver-grid { grid-template-columns: 1fr; } }
.deliver-item { display: flex; gap: 10px; align-items: flex-start; font-size: .98rem; color: var(--ink); }
.deliver-item svg { flex: none; color: var(--brand); margin-top: 4px; }
.exclude-strip {
  font-size: .88rem; color: var(--ink-soft); background: var(--paper);
  border: 1px dashed var(--line); border-radius: var(--r-doc); padding: 13px 18px;
}
.exclude-strip b { color: var(--ink); }

/* ---------- trust / sister ---------- */
.sister { display: grid; grid-template-columns: 1.2fr 1fr; gap: 14px; }
@media (max-width: 860px) { .sister { grid-template-columns: 1fr; } }
.sister-main { padding: 26px; }
.sister-main p { margin-bottom: 12px; }
.sister-split { padding: 26px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.split-row { display: flex; gap: 12px; align-items: flex-start; }
.split-badge {
  flex: none; font-size: .68rem; font-weight: 700; letter-spacing: .03em;
  padding: 4px 9px; border-radius: 4px; margin-top: 2px; white-space: nowrap;
}
.split-badge.b12 { background: var(--b12-bg); color: var(--stamp); border: 1px solid var(--b12-line); }
.split-badge.ba2s { background: var(--brand-tint); color: var(--brand-ink); border: 1px solid var(--brand-line); }
.split-row p { font-size: .92rem; }

/* ---------- platform marquee ---------- */
.platform-strip {
  overflow: hidden; border-block: 1px solid var(--line);
  padding: 13px 0; background: var(--surface);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.pl-track {
  display: flex; align-items: center; gap: 30px; width: max-content;
  animation: plmove 26s linear infinite;
}
.pl-track span { font-family: var(--font-display); font-size: 1.02rem; color: var(--ink-soft); white-space: nowrap; }
.pl-track i { color: var(--brand); font-style: normal; font-size: .75rem; }
@keyframes plmove { to { transform: translateX(50%); } }

/* ---------- readiness checker ---------- */
.check-sec { padding: 56px 0; }
.checker { padding: 30px 28px; }
.check-head h2 { font-size: clamp(1.35rem, 2.8vw, 1.75rem); margin-bottom: 4px; }
.check-head p { font-size: .92rem; margin-bottom: 20px; }
.cq {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 13px 0; border-top: 1px dashed var(--line); flex-wrap: wrap;
}
.cq-text { font-size: .97rem; color: var(--ink); font-weight: 500; }
.cq-btns { display: flex; gap: 8px; flex: none; }
.cq-btn {
  font-family: var(--font-body); font-size: .88rem; font-weight: 500; cursor: pointer;
  background: var(--paper); color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 17px;
  transition: all .15s ease;
}
.cq-btn:hover { border-color: var(--brand); color: var(--brand-ink); }
.cq-btn.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.check-result {
  margin-top: 18px; padding: 18px 20px; border-radius: var(--r-doc);
  background: var(--brand-tint); border: 1px solid var(--brand-line);
  animation: resultin .45s cubic-bezier(.2,1.1,.3,1);
}
@keyframes resultin { from { opacity: 0; transform: translateY(10px) scale(.98); } }
.check-result h3 { margin-bottom: 6px; }
.check-result p { font-size: .93rem; margin-bottom: 8px; }
.check-result .btn { margin-top: 8px; }
.check-result.warn { background: rgba(199,154,59,.12); border-color: rgba(199,154,59,.45); }

/* ---------- about + real proof ---------- */
.founder { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.f-avatar {
  width: 58px; height: 58px; border-radius: 50%; flex: none;
  display: grid; place-items: center; overflow: hidden;
  font-family: var(--font-display); font-size: 1.15rem; color: #fff;
  background: linear-gradient(135deg, var(--brand), #2F4DA8);
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.f-avatar img { width: 100%; height: 100%; object-fit: cover; }
.f-meta { display: flex; flex-direction: column; line-height: 1.35; }
.f-meta b { font-size: 1.05rem; }
.f-meta small { color: var(--ink-soft); font-size: .82rem; }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 16px; align-items: start; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.about-story { padding: 28px; }
.about-story p { margin-bottom: 14px; }
.about-lead { font-size: 1.08rem; }
.about-story em { color: var(--ink); font-style: italic; }
.proof-label { font-size: .9rem; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.proof-shots {
  display: flex; gap: 12px; overflow-x: auto;
  scroll-snap-type: x mandatory; padding-bottom: 10px;
  scrollbar-width: thin; scrollbar-color: var(--line) transparent;
}
.proof-shot {
  margin: 0; flex: 0 0 168px; scroll-snap-align: start;
  overflow: hidden; border-radius: 12px;
}
.proof-shot img { display: block; width: 100%; height: auto; }
.proof-note { margin-top: 10px; font-size: .8rem; color: var(--ink-soft); }

/* ---------- pricing ---------- */
.price-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 16px; align-items: stretch; }
@media (max-width: 860px) { .price-grid { grid-template-columns: 1fr; } }
.price-card { padding: 30px 28px; position: relative; display: flex; flex-direction: column; }
.price-card.primary { border: 2px solid var(--brand); box-shadow: 0 12px 34px rgba(14,138,92,.14); }
.price-badge {
  position: absolute; top: -13px; inset-inline-start: 24px;
  background: var(--brand); color: #fff; font-size: .74rem; font-weight: 700;
  padding: 4px 13px; border-radius: 999px; letter-spacing: .02em;
}
.price-name { font-size: 1.25rem; font-weight: 600; margin-bottom: 4px; }
.price-for { font-size: .88rem; color: var(--ink-soft); margin-bottom: 16px; }
.price-fig { font-size: 2.5rem; color: var(--ink); margin-bottom: 2px; }
.price-fig small { font-family: var(--font-body); font-size: .95rem; color: var(--ink-soft); font-weight: 400; }
.price-once { font-size: .82rem; color: var(--ink-soft); margin-bottom: 18px; }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.price-list li { display: flex; gap: 9px; font-size: .93rem; color: var(--ink); align-items: flex-start; }
.price-list svg { flex: none; color: var(--brand); margin-top: 4px; }
.price-card .btn { margin-top: auto; }
.maint-strip {
  margin-top: 16px; padding: 18px 24px;
  display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between;
}
.maint-strip h3 { font-size: 1.05rem; }
.maint-strip p { font-size: .88rem; max-width: 44em; }
.fees-note {
  margin-top: 16px; font-size: .88rem; color: var(--ink-soft);
  background: var(--paper); border: 1px dashed var(--line); border-radius: var(--r-doc);
  padding: 13px 18px;
}
.fees-note b { color: var(--ink); }
.combo-note { margin-top: 14px; font-size: .92rem; }

/* ---------- faq ---------- */
.faq-list { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px;
  align-items: center; padding: 18px 4px; font-weight: 600; font-size: 1.02rem; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-family: var(--font-body); font-size: 1.3rem; color: var(--brand);
  flex: none; transition: transform .2s ease; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 4px 18px; font-size: .96rem; color: var(--ink-soft); max-width: 60em; }
.faq-a b { color: var(--ink); }

/* ---------- final cta ---------- */
.final { text-align: center; padding-bottom: 110px; }
.final h2 { margin-bottom: 10px; }
.final > .container > p { max-width: 34em; margin: 0 auto 26px; }
.final .btn-wa { font-size: 1.08rem; padding: 16px 32px; }
.final-what {
  margin: 22px auto 0; max-width: 520px; font-size: .88rem; color: var(--ink-soft);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-doc);
  padding: 13px 18px;
}
.final-hours { margin-top: 14px; font-size: .84rem; color: var(--ink-soft); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--surface); padding: 34px 0 90px; }
.footer-grid { display: flex; flex-wrap: wrap; gap: 18px 40px; justify-content: space-between; align-items: flex-start; }
.footer-brand { max-width: 320px; }
.footer-brand .brand { margin-bottom: 8px; }
.footer-brand p { font-size: .85rem; }
.footer-links { display: flex; flex-direction: column; gap: 7px; font-size: .9rem; }
.footer-links a { color: var(--ink-soft); text-decoration: none; }
.footer-links a:hover { color: var(--brand-ink); }
.legal-line { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .76rem; color: #8B978F; }

/* ---------- sticky mobile cta ---------- */
.sticky-cta {
  position: fixed; bottom: 0; right: 0; left: 0; z-index: 70;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--glass); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line); padding: 10px 16px;
  transform: translateY(110%); transition: transform .3s ease;
}
.sticky-cta.on { transform: translateY(0); }
.sticky-price { font-size: .8rem; color: var(--ink-soft); line-height: 1.3; }
.sticky-price b { color: var(--ink); font-size: .92rem; display: block; }
@media (max-width: 760px) { .sticky-cta { display: flex; } }

/* ---------- static pages (privacy/terms/404) ---------- */
.page-body { padding: 56px 0 90px; }
.page-body .container { max-width: 760px; }
.page-body h1 { margin-bottom: 18px; font-size: 2rem; }
.page-body h2 { font-size: 1.3rem; margin: 28px 0 8px; }
.page-body p, .page-body li { color: var(--ink-soft); margin-bottom: 10px; font-size: .97rem; }
.page-body ul { padding-inline-start: 20px; }

/* ---------- scroll reveal + hover lift ---------- */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.3,1); }
.rv.rv-left { transform: translateX(26px); }
.rv.rv-right { transform: translateX(-26px); }
.rv.rv-pop { transform: scale(.93) translateY(10px); }
.rv.rv-tilt { transform: translateY(20px) rotate(2.5deg); }
.rv-on { opacity: 1; transform: none; }

/* hero headline: words rise one by one, key phrase gets a marker sweep */
.hw { display: inline-block; }
.hw-anim .hw { opacity: 0; transform: translateY(.55em) rotate(2deg); }
.hw-anim .hw.in { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s cubic-bezier(.2,1,.3,1); }
.hl {
  background-image: linear-gradient(transparent 58%, rgba(37,211,102,.32) 0);
  background-repeat: no-repeat; background-position: 100% 0; background-size: 0% 100%;
  transition: background-size .9s cubic-bezier(.3,.6,.3,1) .9s;
}
.hl.swept { background-size: 100% 100%; }

/* whatsapp buttons get a passing shine every few seconds */
.btn-wa { position: relative; overflow: hidden; }
.btn-wa::after {
  content: ''; position: absolute; inset: -4px;
  background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,.38) 50%, transparent 58%);
  transform: translateX(160%); pointer-events: none;
}
.btn-wa:hover::after, .final .btn-wa::after { animation: btnshine 4.6s ease-in-out infinite; }
@keyframes btnshine {
  0%, 74% { transform: translateX(160%); }
  88%, 100% { transform: translateX(-160%); }
}

/* floating whatsapp: soft sonar ring */
.wa-float::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--wa);
  animation: sonar 3.4s ease-out infinite;
}
@keyframes sonar {
  0%, 55% { transform: scale(1); opacity: .8; }
  90%, 100% { transform: scale(1.65); opacity: 0; }
}

/* case-file stamps slam in when their row reveals */
.case-row .case-num { transform: rotate(-14deg) scale(1.5); opacity: 0; transition: transform .45s cubic-bezier(.2,1.3,.35,1) .25s, opacity .3s ease .25s; }
.case-row.rv-on .case-num { transform: rotate(-4deg) scale(1); opacity: 1; }

/* ownership panels slide toward each other */
.boundary-wrap .bnd-yours { opacity: 0; transform: translateX(28px); transition: all .6s cubic-bezier(.2,.7,.3,1) .15s; }
.boundary-wrap .bnd-ours { opacity: 0; transform: translateX(-28px); transition: all .6s cubic-bezier(.2,.7,.3,1) .3s; }
.boundary-wrap.rv-on .bnd-yours, .boundary-wrap.rv-on .bnd-ours { opacity: 1; transform: none; }

/* premium: film grain over everything, extremely subtle */
body::after {
  content: ''; position: fixed; inset: 0; z-index: 100; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  opacity: .05;
}
:root[data-theme="light"] body::after { opacity: .035; }

/* premium: slow aurora ring around the hero stage and the primary price card */
@property --ang { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.stage::after, .price-card.primary::after {
  content: ''; position: absolute; inset: -1px; border-radius: inherit;
  padding: 1.5px; pointer-events: none;
  background: conic-gradient(from var(--ang), transparent 0 12%, var(--brand) 22%, transparent 32% 60%, var(--stamp) 72%, transparent 82% 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: angspin 9s linear infinite;
  opacity: .8;
}
@keyframes angspin { to { --ang: 360deg; } }

/* primary price card glows once it lands */
.price-card.primary.rv-on { animation: cardglow 1.7s ease .5s 1; }
@keyframes cardglow {
  0%, 100% { box-shadow: 0 12px 34px rgba(14,138,92,.14); }
  45% { box-shadow: 0 12px 48px rgba(25,179,126,.42); }
}
/* checkmarks draw themselves in as the list reveals */
.deliver-item svg path { stroke-dasharray: 24; stroke-dashoffset: 24; transition: stroke-dashoffset .6s ease .25s; }
.deliver-item.rv-on svg path { stroke-dashoffset: 0; }
/* section titles get an underline that grows in */
.sec-head h2 { position: relative; padding-bottom: 14px; }
.sec-head h2::after {
  content: ''; position: absolute; bottom: 0; inset-inline-start: 2px;
  width: 64px; height: 4px; border-radius: 4px;
  background: linear-gradient(90deg, var(--brand), transparent);
  transform: scaleX(0); transform-origin: right; transition: transform .7s cubic-bezier(.2,.7,.3,1) .2s;
}
.sec-head.rv-on h2::after { transform: scaleX(1); }
html[dir="ltr"] .sec-head h2::after { transform-origin: left; }
.case-row, .step, .price-card, .maint-strip, .sister-main, .sister-split {
  transition: transform .2s ease, box-shadow .2s ease, opacity .55s ease;
}
.case-row:hover, .step:hover { transform: translateY(-3px); box-shadow: 0 4px 6px rgba(0,0,0,.08), 0 16px 34px rgba(0,0,0,.12); }
.price-card:hover { transform: translateY(-3px); }
.case-num { transition: transform .3s cubic-bezier(.2,1.4,.4,1); }
.case-row:hover .case-num { transform: rotate(4deg) scale(1.08); }

/* ---------- floating buttons: WhatsApp (left) + accessibility (right) ---------- */
.wa-float {
  position: fixed; bottom: 22px; right: 20px; z-index: 75;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 6px 18px rgba(37,211,102,.45);
  transition: transform .15s ease, background .15s ease;
}
.wa-float:hover { background: var(--wa-deep); transform: translateY(-2px); }
.a11y-btn {
  position: fixed; bottom: 22px; left: 20px; z-index: 75;
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  background: var(--stamp); color: #fff; border: none;
  display: grid; place-items: center;
  box-shadow: 0 5px 16px rgba(0,0,0,.3);
}
.a11y-btn:hover { filter: brightness(1.1); }
@media (max-width: 760px) {
  .wa-float { bottom: 86px; }
  .a11y-btn { bottom: 86px; }
}
.a11y-panel {
  position: fixed; bottom: 78px; left: 20px; z-index: 76;
  width: min(280px, calc(100vw - 40px));
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow-paper); padding: 16px;
  display: none;
}
.a11y-panel.open { display: block; }
@media (max-width: 760px) { .a11y-panel { bottom: 142px; } }
.a11y-panel h3 { font-size: 1rem; margin-bottom: 10px; }
.a11y-panel .a11y-row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  width: 100%; background: transparent; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: .92rem; color: var(--ink);
  padding: 9px 4px; border-bottom: 1px solid var(--line); text-align: start;
}
.a11y-row .state { font-size: .78rem; color: var(--brand-ink); font-weight: 600; }
.a11y-panel .a11y-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; font-size: .82rem; }
.a11y-foot a { color: var(--ink-soft); }
.a11y-reset { background: none; border: none; color: var(--stamp); cursor: pointer; font-family: var(--font-body); font-size: .82rem; padding: 0; }

/* ---------- guide pages ---------- */
.guide-body .container { max-width: 780px; }
.guide-crumb { font-size: .82rem; color: var(--ink-soft); margin-bottom: 18px; }
.guide-crumb a { color: var(--ink-soft); }
.guide-body h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin-bottom: 16px; }
.guide-intro { font-size: 1.08rem; color: var(--ink); margin-bottom: 26px; }
.guide-body h2 { font-size: 1.35rem; margin: 34px 0 10px; }
.guide-body p, .guide-body li { font-size: .99rem; }
.guide-body ul, .guide-body ol { padding-inline-start: 22px; margin-bottom: 12px; }
.guide-body li { margin-bottom: 9px; }
.guide-steps li { margin-bottom: 13px; }
.guide-cta { margin: 34px 0 22px; padding: 22px 24px; border-inline-start: 4px solid var(--brand); }
.guide-cta p { margin-bottom: 14px; }
.guide-related { font-size: .9rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 18px; margin-top: 10px; }
.guide-table-wrap { overflow-x: auto; margin-bottom: 12px; }
.guide-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.guide-table th, .guide-table td { text-align: start; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.guide-table th { font-weight: 600; color: var(--ink); background: var(--surface); }
.guide-table td { color: var(--ink-soft); }

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

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 2px solid var(--brand); outline-offset: 2px; border-radius: 4px;
}
