:root {
  color-scheme: light dark;
  --bg: #f7f5f0;
  --surface: #fffefb;
  --surface-2: #f0ede5;
  --surface-brand: #e8f5ee;
  --text: #10231c;
  --muted: #5f6f68;
  --border: #ded9ce;
  --primary: #047857;
  --primary-strong: #065f46;
  --primary-fg: #ffffff;
  --dark: #07110d;
  --dark-2: #0c1b15;
  --success: #059669;
  --warning: #d97706;
  --danger: #dc2626;
  --shadow-sm: 0 12px 32px rgba(16, 35, 28, .08);
  --shadow-lg: 0 32px 80px rgba(3, 20, 13, .22);
  --radius-sm: .75rem;
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --shell: min(1160px, calc(100% - 2rem));
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.6; }
[lang="he"] body {
  font-family: "Noto Sans Hebrew", "Arial Hebrew", Arial, ui-sans-serif, sans-serif;
}
a { color: inherit; text-underline-offset: .2em; }
button, a { touch-action: manipulation; }
img { max-width: 100%; }
.numeric-token,
.url-token,
.email-token,
.latin-token {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}
.user-name {
  unicode-bidi: plaintext;
  text-align: start;
}
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; inset-block-start: .75rem; inset-inline-start: .75rem; padding: .75rem 1rem; background: var(--text); color: var(--surface); border-radius: .5rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #34d399; outline-offset: 3px; }

.site-header { position: sticky; z-index: 20; inset-block-start: 0; border-bottom: 1px solid color-mix(in srgb, var(--border), transparent 25%); background: color-mix(in srgb, var(--bg), transparent 12%); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 760; letter-spacing: -.025em; text-decoration: none; }
.brand-mark, .app-logo { display: inline-grid; place-items: center; background: var(--primary); color: white; border-radius: 50%; line-height: 1; }
.brand-mark { width: 2rem; height: 2rem; font-size: 1rem; }
.nav-wrap nav, .site-footer nav { display: flex; align-items: center; gap: 1.5rem; }
.nav-wrap nav a, .site-footer nav a { color: var(--muted); font-size: .93rem; font-weight: 600; text-decoration: none; }
.nav-wrap nav a:hover, .site-footer nav a:hover { color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .72rem 1.15rem; border-radius: 999px; background: var(--primary); color: var(--primary-fg); font-weight: 700; text-decoration: none; transition: background-color .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--primary-strong); box-shadow: 0 8px 24px rgba(4, 120, 87, .22); }
.button-small { min-height: 2.75rem; padding-inline: 1.1rem; font-size: .9rem; }

.hero { overflow: hidden; background: radial-gradient(circle at 73% 43%, rgba(16, 185, 129, .18), transparent 28%), linear-gradient(140deg, var(--dark), #0a1b14 55%, #06261b); color: #f5fbf8; }
.hero-grid { min-height: 47rem; display: grid; grid-template-columns: minmax(0, .95fr) minmax(24rem, .8fr); align-items: center; gap: 5rem; padding-block: 5rem; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1rem; color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow, .download-card .eyebrow { color: #6ee7b7; }
h1, h2, h3, p { margin-block-start: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
h1 { margin-block-end: 1.5rem; font-size: clamp(3.2rem, 7vw, 6.35rem); font-weight: 760; }
h1 .accent { color: #6ee7b7; }
h2 { margin-block-end: 1.25rem; font-size: clamp(2.25rem, 4.3vw, 4.2rem); }
h3 { font-size: 1.45rem; }
.lede { max-width: 39rem; margin-block-end: 2rem; color: #bed0c8; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.store-symbol { display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border: 2px solid currentColor; border-radius: .55rem; font-size: 1.05rem; font-weight: 850; }
.text-link { min-height: 2.75rem; display: inline-flex; align-items: center; gap: .4rem; color: #d8e8e1; font-weight: 700; text-decoration: none; }
.text-link:hover { color: white; }
.forward-icon::before { content: "→"; }
[dir="rtl"] .forward-icon::before { content: "←"; }
.microcopy { margin: .7rem 0 0; color: #82998e; font-size: .76rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin: 2.5rem 0 0; padding: 0; color: #9fb5ab; font-size: .82rem; list-style: none; }
.trust-list li::before { content: "✓"; margin-inline-end: .45rem; color: #6ee7b7; font-weight: 800; }
.hero-visual { position: relative; min-height: 39rem; display: grid; place-items: center; }
.felt-halo { position: absolute; width: 35rem; aspect-ratio: 1; border: 1px solid rgba(110,231,183,.14); border-radius: 50%; box-shadow: inset 0 0 0 5rem rgba(16,185,129,.025), inset 0 0 0 10rem rgba(16,185,129,.02); }

.phone { position: relative; width: min(19rem, 84vw); aspect-ratio: 9 / 18.7; overflow: hidden; border: 7px solid #15211c; border-radius: 2.8rem; background: #f7f5f0; color: #10231c; box-shadow: var(--shadow-lg), inset 0 0 0 1px #33433c; }
.phone-hero { transform: rotate(3deg); }
.phone-hero > * { display: none; }
.product-shot > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.phone-top { height: 2.1rem; display: flex; align-items: center; justify-content: space-between; padding-inline: 1.3rem; background: #07110d; color: #eef9f4; font-size: .62rem; font-weight: 700; direction: ltr; unicode-bidi: isolate; }
.app-bar { min-height: 3.5rem; display: grid; grid-template-columns: 2rem 1fr 2rem; align-items: center; gap: .65rem; padding-inline: 1rem; border-bottom: 1px solid #e1ddd3; background: #fffefb; font-size: .83rem; font-weight: 750; }
.app-logo { width: 1.7rem; height: 1.7rem; font-size: .75rem; }
.avatar { display: grid; place-items: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: #d1fae5; color: #047857; font-size: .6rem; }
.app-screen { display: flex; flex-direction: column; gap: .78rem; padding: 1rem; }
.screen-kicker { display: flex; align-items: center; gap: .45rem; margin: 0; color: #64756d; font-size: .65rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { width: .45rem; height: .45rem; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 .25rem rgba(16,185,129,.12); }
.hero-card { display: grid; grid-template-columns: repeat(3, 1fr); gap: .25rem; padding: 1.05rem .55rem; border-radius: 1.05rem; background: linear-gradient(135deg, #059669, #0f766e); color: white; box-shadow: 0 12px 28px rgba(5,150,105,.2); }
.hero-card div { display: flex; flex-direction: column; align-items: center; gap: .15rem; border-inline-end: 1px solid rgba(255,255,255,.18); }
.hero-card div:last-child { border: 0; }
.hero-card strong { font-size: 1rem; font-variant-numeric: tabular-nums; }
.hero-card small { color: rgba(255,255,255,.75); font-size: .52rem; }
.screen-heading { display: flex; align-items: center; justify-content: space-between; margin-block-start: .2rem; font-size: .7rem; }
.screen-heading span { color: #047857; font-size: .58rem; font-weight: 700; }
.player-row { min-height: 3.45rem; display: grid; grid-template-columns: 2.05rem 1fr auto; align-items: center; gap: .65rem; padding: .65rem; border: 1px solid #e1ddd3; border-radius: .85rem; background: #fffefb; }
.mini-avatar { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; font-size: .65rem; font-weight: 800; }
.mini-avatar.green { background: #d1fae5; color: #047857; }
.mini-avatar.amber { background: #fef3c7; color: #b45309; }
.mini-avatar.blue { background: #dbeafe; color: #1d4ed8; }
.player-row > span:nth-child(2) { display: flex; flex-direction: column; }
.player-row strong, .player-row b { font-size: .7rem; }
.player-row small { color: #6b7c74; font-size: .55rem; }
.player-row b { font-variant-numeric: tabular-nums; }
.fake-action { width: 100%; min-height: 2.7rem; display: grid; place-items: center; margin-block-start: auto; border: 0; border-radius: .78rem; background: #047857; color: white; font: inherit; font-size: .72rem; font-weight: 750; pointer-events: none; }
.fake-action.secondary { border: 1px solid #d6d2c8; background: #fffefb; color: #10231c; }
.home-indicator { position: absolute; inset-block-end: .42rem; inset-inline-start: 50%; width: 5rem; height: .25rem; border-radius: 999px; background: #10231c; transform: translateX(-50%); opacity: .8; }

.proof-strip { border-bottom: 1px solid var(--border); background: var(--surface); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 1.25rem; }
.proof-grid p { display: flex; flex-direction: column; gap: .1rem; margin: 0; padding: .4rem 1.5rem; border-inline-end: 1px solid var(--border); }
.proof-grid p:first-child { padding-inline-start: 0; }
.proof-grid p:last-child { border: 0; }
.proof-grid strong { font-size: .88rem; }
.proof-grid span { color: var(--muted); font-size: .75rem; }

.section { padding-block: clamp(5rem, 9vw, 8rem); }
.section-heading { max-width: 47rem; margin-block-end: 3rem; }
.section-heading > p:last-child { max-width: 38rem; color: var(--muted); font-size: 1.08rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature-card { min-height: 18rem; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 3vw, 2.25rem); border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.feature-card p { max-width: 34rem; margin: 0; color: var(--muted); }
.feature-number { color: var(--primary); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.feature-large { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: 3rem minmax(12rem, .75fr) minmax(20rem, 1.25fr); align-items: center; }
.ledger-mini { overflow: hidden; border: 1px solid var(--border); border-radius: 1rem; background: var(--surface-2); }
.ledger-mini > span { min-height: 3.5rem; display: grid; grid-template-columns: .7rem .7fr 1.25fr auto; align-items: center; gap: .6rem; padding: .7rem 1rem; border-bottom: 1px solid var(--border); font-size: .76rem; }
.ledger-mini > span:last-child { border: 0; }
.ledger-mini em { color: var(--muted); font-style: normal; }
.ledger-mini strong { font-variant-numeric: tabular-nums; }
.status { width: .5rem; height: .5rem; border-radius: 50%; }
.status-in { background: var(--success); }
.status-out { background: var(--warning); }

.definition-section {
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.definition-grid {
  display: grid;
  grid-template-columns: minmax(18rem, .75fr) minmax(26rem, 1.25fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}
.definition-grid .section-heading {
  position: sticky;
  inset-block-start: 7rem;
  margin: 0;
}
.definition-lede {
  margin-block-end: 2rem;
  color: var(--muted);
  font-size: 1.12rem;
}
.definition-lede strong { color: var(--text); }
.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-block-start: 1px solid var(--border);
}
.facts-grid div {
  min-height: 8rem;
  padding: 1.25rem;
  border-block-end: 1px solid var(--border);
}
.facts-grid div:nth-child(odd) {
  padding-inline-start: 0;
  border-inline-end: 1px solid var(--border);
}
.facts-grid dt {
  margin-block-end: .5rem;
  color: var(--primary);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.facts-grid dd {
  margin: 0;
  color: var(--text);
  font-weight: 650;
  line-height: 1.45;
}

.preview-section { overflow: hidden; background: var(--dark); color: #eef9f4; }
.preview-section .section-heading > p:last-child { color: #91aa9f; }
.phone-gallery { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: clamp(1rem, 4vw, 3rem); }
.phone-gallery figure { margin: 0; }
.phone-gallery figure:nth-child(2) { margin-block-start: 3rem; }
.phone-gallery figure:nth-child(3) { display: none; }
.phone-gallery .phone { width: 100%; max-width: 18.5rem; margin-inline: auto; box-shadow: 0 28px 60px rgba(0,0,0,.35); }
.phone-gallery .phone > * { display: none; }
.phone-gallery .product-shot > img { display: block; }
figcaption { display: flex; flex-direction: column; gap: .15rem; max-width: 18.5rem; margin: 1.4rem auto 0; }
figcaption strong { font-size: .98rem; }
figcaption span { color: #91aa9f; font-size: .82rem; }
.fake-label { color: #66776f; font-size: .58rem; font-weight: 700; }
.fake-input { min-height: 3.7rem; display: flex; align-items: center; justify-content: space-between; padding: .8rem; border: 1px solid #ddd8ce; border-radius: .85rem; background: white; font-size: .7rem; }
.fake-input strong { font-size: 1rem; }
.fake-input span { color: #718078; }
.player-pills { display: flex; flex-wrap: wrap; gap: .45rem; }
.player-pills span { padding: .4rem .6rem; border-radius: 999px; background: #e8f5ee; color: #047857; font-size: .58rem; font-weight: 700; }
.count-avatar { display: grid; place-items: center; width: 4rem; height: 4rem; margin: .25rem auto 0; border-radius: 50%; background: #dbeafe; color: #1d4ed8; font-weight: 800; }
.center-text { margin: 0; text-align: center; }
.muted { color: #687970; font-size: .6rem; }
.count-input { min-height: 4rem; display: flex; align-items: baseline; justify-content: center; gap: .4rem; padding: .7rem; border: 2px solid #047857; border-radius: .9rem; background: white; font-size: 1.7rem; font-weight: 780; font-variant-numeric: tabular-nums; }
.count-input small { color: #687970; font-size: .6rem; font-weight: 600; }
.balance-ok { display: flex; justify-content: space-between; padding: .65rem; border-radius: .7rem; background: #ecfdf5; color: #065f46; font-size: .58rem; }
.result-hero { display: flex; flex-direction: column; align-items: center; gap: .2rem; padding: 1rem; border-radius: 1rem; background: #ecfdf5; }
.result-hero small, .result-hero span { color: #557068; font-size: .55rem; }
.result-hero strong { color: #047857; font-size: 1.8rem; font-variant-numeric: tabular-nums; }
.transfer-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: .3rem; padding: .7rem; border: 1px solid #e1ddd3; border-radius: .75rem; background: white; font-size: .62rem; }
.transfer-row b { color: #718078; font-size: .52rem; }
.transfer-row strong { grid-column: 1 / -1; color: #10231c; font-size: .72rem; }

.boundary-section { border-bottom: 1px solid var(--border); background: var(--surface-brand); }
.boundary-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .7fr); gap: 5rem; align-items: start; }
.boundary-grid h2 { max-width: 44rem; margin: 0; }
.boundary-copy { padding-inline-start: 2rem; border-inline-start: 1px solid color-mix(in srgb, var(--primary), transparent 65%); color: #3f5e52; font-size: 1.06rem; }
.boundary-copy p:last-child { margin: 0; }

.faq-grid { display: grid; grid-template-columns: minmax(16rem, .68fr) minmax(25rem, 1fr); gap: 5rem; align-items: start; }
.faq-grid .section-heading { position: sticky; inset-block-start: 7rem; margin: 0; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.25rem; font-weight: 730; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--primary); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 46rem; padding-block-end: 1.5rem; color: var(--muted); }

.download-section { padding: 0 0 clamp(4rem, 8vw, 7rem); }
.download-card { min-height: 22rem; display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(2rem, 6vw, 5rem); border-radius: var(--radius-lg); background: linear-gradient(130deg, #047857, #065f46 60%, #064e3b); color: white; box-shadow: 0 28px 70px rgba(4,120,87,.2); }
.download-card h2 { margin-block-end: .75rem; }
.download-card p:not(.eyebrow, .microcopy) { color: #d1fae5; }
.download-card .microcopy { color: #a7f3d0; }
.coming-soon-cta {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 10.75rem;
  min-height: 3.35rem;
  padding: .6rem 1rem;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: .7rem;
  background: rgba(7,17,13,.72);
  color: #fff;
  line-height: 1.05;
  text-decoration: none;
}
.coming-soon-cta span { color: #c6d7cf; font-size: .63rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.coming-soon-cta strong { margin-top: .12rem; font-size: 1rem; letter-spacing: -.015em; }
.coming-soon-cta:hover { border-color: #fff; color: #fff; }
.coming-soon-cta.light { background: rgba(2, 44, 34, .3); }

.site-footer { padding-block: 2.5rem; border-top: 1px solid var(--border); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; }
.footer-grid > div p, .copyright { margin: .5rem 0 0; color: var(--muted); font-size: .78rem; }
.copyright { margin: 0; text-align: end; }
.language-link {
  padding-inline-start: 1rem;
  border-inline-start: 1px solid var(--border);
  font-weight: 500 !important;
}

.legal-hero { padding-block: 5rem 3rem; border-bottom: 1px solid var(--border); background: var(--surface); }
.legal-hero .eyebrow { margin-bottom: .75rem; }
.legal-hero h1 { max-width: 55rem; margin: 0 0 1rem; color: var(--text); font-size: clamp(2.75rem, 6vw, 5rem); }
.legal-hero p { max-width: 48rem; margin: 0; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 15rem minmax(0, 45rem); justify-content: center; gap: 4rem; padding-block: 4rem 7rem; }
.legal-toc { position: sticky; inset-block-start: 7rem; align-self: start; display: flex; flex-direction: column; gap: .65rem; }
.legal-toc strong { margin-block-end: .4rem; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc a { color: var(--muted); font-size: .85rem; text-decoration: none; }
.legal-toc a:hover { color: var(--text); }
.legal-copy { min-width: 0; }
.legal-copy section { scroll-margin-top: 7rem; margin-block-end: 3rem; }
.legal-copy h2 { margin-block-end: 1rem; font-size: 1.65rem; letter-spacing: -.025em; }
.legal-copy h3 { margin-block: 1.5rem .6rem; font-size: 1.05rem; letter-spacing: -.015em; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy li + li { margin-block-start: .55rem; }
.legal-copy strong { color: var(--text); }
.notice { padding: 1rem 1.15rem; border: 1px solid #f2c879; border-radius: .8rem; background: #fff7df; color: #704b0c !important; }
.info-card { padding: 1.35rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.support-card { padding: 1.5rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.support-card h2 { font-size: 1.35rem; }
.support-card p:last-child { margin-bottom: 0; }
.support-card-wide { grid-column: 1 / -1; }
.contact-box { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem; border-radius: var(--radius); background: var(--surface-brand); }
.contact-box p { margin: 0; }

[dir="rtl"] .hero-copy,
[dir="rtl"] .legal-copy,
[dir="rtl"] .support-card,
[dir="rtl"] .boundary-copy,
[dir="rtl"] figcaption {
  text-align: start;
}
[dir="rtl"] .hero-grid {
  grid-template-columns: minmax(24rem, .8fr) minmax(0, .95fr);
}
[dir="rtl"] .hero-copy { grid-column: 2; }
[dir="rtl"] .hero-visual { grid-column: 1; grid-row: 1; }
[dir="rtl"] .phone-hero { transform: rotate(-3deg); }
[dir="rtl"] .ledger-mini strong,
[dir="rtl"] .hero-card strong,
[dir="rtl"] .count-input,
[dir="rtl"] .result-hero strong,
[dir="rtl"] .player-row b {
  direction: ltr;
  unicode-bidi: isolate;
}
[dir="rtl"] .player-row > span:nth-child(2) {
  min-width: 0;
  text-align: start;
}
[dir="rtl"] .transfer-row strong { text-align: start; }
[dir="rtl"] .copyright { text-align: start; }

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #070b09;
    --surface: #111915;
    --surface-2: #18221d;
    --surface-brand: #0a3024;
    --text: #f1f5f4;
    --muted: #93a69d;
    --border: #27342e;
    --primary: #34d399;
    --primary-strong: #6ee7b7;
    --primary-fg: #022c22;
    --shadow-sm: 0 12px 32px rgba(0,0,0,.18);
  }
  .hero { background: radial-gradient(circle at 73% 43%, rgba(16,185,129,.16), transparent 28%), linear-gradient(140deg, #020705, #07110d 55%, #052219); }
  .phone { border-color: #29332f; }
  .button:hover { color: #022c22; }
  .boundary-copy { color: #b7c9c1; }
  .notice { border-color: #805c18; background: #352607; color: #f3d694 !important; }
}

@media (max-width: 900px) {
  .nav-wrap nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; padding-block-start: 4rem; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 34rem; }
  .phone-hero { width: 18rem; }
  .trust-list { justify-content: center; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid p:nth-child(2) { border: 0; }
  .proof-grid p:nth-child(n+3) { border-top: 1px solid var(--border); }
  .proof-grid p:nth-child(3) { padding-inline-start: 0; }
  .feature-large { grid-template-columns: 2.5rem 1fr; }
  .feature-large .ledger-mini { grid-column: 1 / -1; }
  .phone-gallery { grid-template-columns: 1fr; gap: 4rem; }
  .phone-gallery figure:nth-child(2) { margin-block-start: 0; }
  .phone-gallery .phone { max-width: 18rem; }
  .boundary-grid, .faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .definition-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .definition-grid .section-heading { position: static; }
  .faq-grid .section-heading { position: static; }
  .boundary-copy { padding-inline-start: 0; padding-block-start: 2rem; border-inline-start: 0; border-block-start: 1px solid color-mix(in srgb, var(--primary), transparent 65%); }
  .footer-grid { grid-template-columns: 1fr auto; }
  .copyright { grid-column: 1 / -1; text-align: start; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { display: none; }
  [dir="rtl"] .hero-grid { grid-template-columns: 1fr; }
  [dir="rtl"] .hero-copy { grid-column: 1; text-align: center; }
  [dir="rtl"] .hero-visual { grid-column: 1; grid-row: 2; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 1.25rem, 1160px); }
  .site-header .button { display: none; }
  .nav-wrap { min-height: 4.2rem; }
  .hero-grid { min-height: auto; padding-block: 3.5rem; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .hero-actions { flex-direction: column; }
  .trust-list { flex-direction: column; align-items: flex-start; }
  .hero-visual { min-height: 31rem; }
  .felt-halo { width: 27rem; }
  .phone-hero { width: 16.5rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p { padding-inline: 0; border: 0; border-top: 1px solid var(--border); }
  .proof-grid p:first-child { border: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-column: auto; display: flex; min-height: 18rem; }
  .feature-card { min-height: 16rem; }
  .ledger-mini { width: 100%; }
  .ledger-mini > span { grid-template-columns: .6rem 1fr auto; }
  .ledger-mini em { grid-column: 2; }
  .ledger-mini strong { grid-column: 3; grid-row: 1 / 3; }
  .download-card { min-height: auto; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
  .legal-hero { padding-block: 3.5rem 2.25rem; }
  .legal-layout { padding-block: 2.5rem 5rem; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card-wide { grid-column: auto; }
  .contact-box { align-items: flex-start; flex-direction: column; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid div,
  .facts-grid div:nth-child(odd) {
    min-height: auto;
    padding-inline: 0;
    border-inline-end: 0;
  }
}

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