/* ═══════════════════════════════════════════════════════
   SnapSell — Dark editorial landing (AERIUM layout)
   ═══════════════════════════════════════════════════════ */

:root {
  --accent:        #F95E1B;
  --accent-soft:   rgba(249,94,27,.12);
  --bg:            #FFFFFF;
  --bg-2:          #FAF7F4;
  --panel:         #FFFFFF;
  --panel-2:       #FBF8F5;
  --surface:       rgba(0,0,0,.025);
  --surface-2:     rgba(0,0,0,.045);
  --line:          rgba(0,0,0,.08);
  --line-2:        rgba(0,0,0,.14);
  --ink:           #15120F;
  --ink-2:         #3A352F;
  --muted:         #807870;
  --muted-2:       #ABA39B;
  --radius:        18px;
  --radius-lg:     26px;
  --container:     1180px;
  --font-head:     'Plus Jakarta Sans', sans-serif;
  --font-body:     'Inter', sans-serif;
  --font-serif:    'Playfair Display', Georgia, serif;
  --shadow-md:     0 18px 50px rgba(40,25,15,.10);
  --shadow-lg:     0 40px 90px rgba(40,25,15,.16);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* overflow-x on html as well as body — iOS Safari ignores it on body alone
   and lets the page pan sideways (clip where supported, hidden as fallback) */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; overflow-x: clip; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ── Serif italic accent (the AERIUM signature) ── */
.serif-accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: .005em;
}

/* ── Section heading block ── */
.section-head { max-width: 720px; margin: 0 auto 56px; }
.section-head--center { text-align: center; }
.section-head__h2 {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(28px, 4vw, 46px); line-height: 1.12; letter-spacing: -.02em;
  color: var(--ink);
}
.section-head__sub { color: var(--muted); font-size: 16px; margin-top: 18px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: 14px;
  border: none; border-radius: 100px; cursor: pointer; white-space: nowrap;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}
.btn--light { background: var(--ink); color: #fff; padding: 12px 24px; }
.btn--light:hover { background: var(--accent); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(249,94,27,.3); }

/* ── Store buttons ── */
.store-btn {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--ink); color: #fff; padding: 10px 20px 10px 16px;
  border-radius: 14px; transition: transform .2s ease, box-shadow .2s ease;
}
.store-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.store-btn__icon {
  width: 22px; height: 26px; flex: none; background: #fff;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'><path d='M17 0c0 0 .3 3.4-1.6 5.3-1.7 1.8-3.6 1.5-3.6 1.5s-.3-3.1 1.4-5C14.9.4 17 0 17 0Z'/><path d='M20 9c-1.7-1-3.6-1.1-3.6-1.1s-1.6.1-3 .9c-1.3.8-2.2 2-2.2 2s-1.2-.7-2.6-.7C6 10.1 4.4 11 3.3 12.5c-1.6 2.4-1.1 7.4 1.6 10.1 1 .9 2 1 3 1 1 0 1.7-.8 3-.8s2 .8 3 .8c1 0 2-.8 3-1.7 1.2-1.3 1.8-3.3 1.8-3.3s-2.2-.8-2.2-3.3c0-2.3 2.5-3.5 2.5-3.5S20.9 9.6 20 9Z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'><path d='M17 0c0 0 .3 3.4-1.6 5.3-1.7 1.8-3.6 1.5-3.6 1.5s-.3-3.1 1.4-5C14.9.4 17 0 17 0Z'/><path d='M20 9c-1.7-1-3.6-1.1-3.6-1.1s-1.6.1-3 .9c-1.3.8-2.2 2-2.2 2s-1.2-.7-2.6-.7C6 10.1 4.4 11 3.3 12.5c-1.6 2.4-1.1 7.4 1.6 10.1 1 .9 2 1 3 1 1 0 1.7-.8 3-.8s2 .8 3 .8c1 0 2-.8 3-1.7 1.2-1.3 1.8-3.3 1.8-3.3s-2.2-.8-2.2-3.3c0-2.3 2.5-3.5 2.5-3.5S20.9 9.6 20 9Z'/></svg>") center/contain no-repeat;
}
.store-btn__icon--play {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 1.5v21l12-10.5z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 1.5v21l12-10.5z'/></svg>") center/contain no-repeat;
}
.store-btn__text { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-btn__text small { font-size: 9px; opacity: .7; letter-spacing: .3px; }
.store-btn__text strong { font-family: var(--font-head); font-size: 15px; font-weight: 700; }

/* ── Phone mockups (clean, watermark-free, transparent PNGs) ── */
.shot { display: block; width: 100%; height: 100%; object-fit: contain; }

/* ═══════════════ HEADER ═══════════════ */
.site-header {
  position: sticky; top: 0; z-index: 100; background: transparent;
  transition: transform .35s ease, background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(255,255,255,.78);
  backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom-color: var(--line);
}
.site-header.hidden { transform: translateY(-100%); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.nav__logo { display: inline-flex; align-items: center; gap: 9px; }
.nav__logo-mark { width: 32px; height: 32px; display: grid; place-items: center; background: none; border-radius: 22%; overflow: hidden; }
.nav__logo-mark img { width: 100%; height: 100%; display: block; }
.nav__logo-text { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: var(--ink); letter-spacing: -.01em; }
.nav__links { display: flex; gap: 34px; }
.nav__link { font-size: 14px; font-weight: 500; color: var(--ink-2); transition: color .2s ease; }
.nav__link:hover { color: var(--accent); }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }
.nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile { display: none; position: fixed; inset: 74px 0 auto 0; background: rgba(255,255,255,.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 20px 24px 28px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .3s; }
.nav__mobile.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.nav__mobile ul { display: flex; flex-direction: column; gap: 4px; }
.nav__mobile .nav__link { display: block; padding: 13px 4px; font-size: 17px; border-bottom: 1px solid var(--line); }
.nav__mobile .btn { width: 100%; margin-top: 14px; }

/* ═══════════════ HERO ═══════════════ */
.hero { position: relative; padding: 56px 0 70px; overflow: hidden; }
.hero__glow {
  position: absolute; top: -200px; right: -120px; transform: none;
  width: 820px; height: 720px; pointer-events: none; z-index: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(249,94,27,.16) 0%, rgba(249,94,27,0) 70%);
}
.hero__grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.hero__head { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.hero__h1 {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(40px, 5.4vw, 74px); line-height: 1.03; letter-spacing: -.03em;
  color: var(--ink); margin: 0;
}
.hero__h1 .serif-accent { font-weight: 400; }
.hero__sub { max-width: 480px; color: var(--muted); font-size: 17px; margin: 24px 0 0; }
.hero__signup {
  display: flex; align-items: center; gap: 6px; margin-top: 30px;
  background: var(--surface-2); border: 1px solid var(--line-2);
  border-radius: 100px; padding: 6px 6px 6px 8px; width: min(420px, 100%);
}
.hero__input { flex: 1; min-width: 0; background: none; border: none; outline: none; color: var(--ink); font-size: 14px; padding: 0 14px; }
.hero__input::placeholder { color: var(--muted); }
.hero__submit { flex: none; padding: 11px 22px; }
.hero__store-btns { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.proof { display: flex; align-items: center; justify-content: flex-start; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.proof__avatars { display: flex; }
.proof__avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 11px; color: #fff; border: 2px solid var(--bg); margin-left: -10px; }
.proof__avatar:first-child { margin-left: 0; }
.pa--a { background: linear-gradient(150deg,#e0795f,#c85a3f); }
.pa--b { background: linear-gradient(150deg,#8f7fc0,#6a5aa0); }
.pa--c { background: linear-gradient(150deg,#5b9a7a,#3f7d5e); }
.proof__txt { font-size: 14px; color: var(--muted); }
.proof__txt strong { color: var(--ink); font-family: var(--font-head); font-weight: 700; }
.proof__div { margin: 0 4px; color: var(--muted-2); }
.proof__stars { color: #FFB000; letter-spacing: .5px; }

/* hero phones */
.hero__phones {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center; gap: 0;
}
.hero__phone { position: relative; }
.hero__phone .shot { filter: drop-shadow(0 26px 40px rgba(40,25,15,.20)); }
.hero__phone--side { width: clamp(190px, 17.5vw, 238px); aspect-ratio: 521 / 1089; z-index: 2; }
/* negative margin overlaps the pair in layout (not just visually) so the
   cluster always fits its grid column and the right phone never gets clipped */
.hero__phone--left { transform: translateY(6px) rotate(-6deg); margin-right: -38px; }
.hero__phone--right { transform: translateY(28px) rotate(6deg); z-index: 3; }

/* ═══════════════ STATS ═══════════════ */
.stats { padding: 96px 0 100px; border-top: 1px solid var(--line); }
.stats__h2 {
  font-family: var(--font-head); font-weight: 600; text-align: center;
  font-size: clamp(26px, 3.6vw, 40px); line-height: 1.12; letter-spacing: -.02em; margin-bottom: 64px;
}
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat { display: flex; flex-direction: column; gap: 24px; padding-left: 22px; border-left: 1px solid var(--line); }
.stat__label { color: var(--muted); font-size: 14px; line-height: 1.5; }
.stat__num { font-family: var(--font-head); font-weight: 700; font-size: clamp(40px, 5vw, 60px); line-height: 1; color: var(--ink); letter-spacing: -.02em; margin-top: auto; }
.stat__num-sm { font-size: .5em; color: var(--accent); margin-left: 4px; vertical-align: super; }

/* ═══════════════ FEATURES ═══════════════ */
.features { padding: 30px 0 100px; }
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bcard {
  position: relative; display: flex; flex-direction: column;
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 30px; min-height: 240px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.bcard:hover { transform: translateY(-4px); border-color: var(--line-2); background: var(--panel-2); }
.bcard__ico { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--surface-2); border: 1px solid var(--line); margin-bottom: 20px; }
.bcard__ico svg { width: 22px; height: 22px; stroke: var(--accent); stroke-width: 1.75; }
.bcard__title { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: var(--ink); }
.bcard__desc { color: var(--muted); font-size: 14px; margin-top: 8px; }
/* metric card */
.bcard__metric { display: inline-flex; flex-direction: column; gap: 2px; padding: 16px 18px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 20px; align-self: flex-start; }
.bcard__metric-val { font-family: var(--font-head); font-weight: 800; font-size: 28px; color: var(--accent); line-height: 1; }
.bcard__metric-lbl { font-size: 12px; color: var(--muted); }
/* chips */
.bcard__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 18px; }
.chip { font-family: var(--font-head); font-size: 12px; font-weight: 600; color: var(--muted); padding: 6px 13px; border-radius: 100px; background: var(--surface); border: 1px solid var(--line); }
.chip--on { color: #fff; background: var(--accent); border-color: var(--accent); }

/* ═══════════════ ORBIT ═══════════════ */
.orbit { padding: 60px 0 110px; }
.orbit__stage { position: relative; height: 560px; display: grid; place-items: center; }
.orbit__ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid var(--line); border-radius: 50%; }
.orbit__ring--1 { width: 280px; height: 280px; }
.orbit__ring--2 { width: 420px; height: 420px; opacity: .7; }
.orbit__ring--3 { width: 560px; height: 560px; opacity: .4; }
.orbit__phone { position: relative; z-index: 3; width: 200px; aspect-ratio: 521 / 1089; }
.orbit__phone .shot { filter: drop-shadow(0 24px 38px rgba(40,25,15,.20)); }
/* demo video slot: file is pre-cropped to the phone frame with white-composited
   corners; border-radius matches the frame's rounded corners */
.phone-video {
  aspect-ratio: 280 / 587;
  overflow: hidden;
  border-radius: 10.5% / 5%;
  background: #fff;
  box-shadow: 0 24px 38px rgba(40,25,15,.20);
}
.phone-video video { display: block; width: 100%; height: 100%; object-fit: cover; }
.onode {
  position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.9); backdrop-filter: blur(8px);
  border: 1px solid var(--line-2); border-radius: 100px; padding: 9px 16px 9px 10px;
  font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--ink);
  box-shadow: var(--shadow-md); white-space: nowrap;
}
.onode__ico { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--accent-soft); }
.onode__ico svg { width: 13px; height: 13px; stroke: var(--accent); stroke-width: 2; }
.onode--1 { top: 4%; left: 50%; transform: translateX(-50%); }
.onode--2 { top: 26%; right: 6%; }
.onode--3 { bottom: 26%; right: 6%; }
.onode--4 { bottom: 4%; left: 50%; transform: translateX(-50%); }
.onode--5 { bottom: 26%; left: 6%; }
.onode--6 { top: 26%; left: 6%; }

/* ═══════════════ RADAR / HOW ═══════════════ */
.radar-sec { padding: 30px 0 110px; }
.radar-sec__layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.radar-sec__h2 { font-family: var(--font-head); font-weight: 600; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.14; letter-spacing: -.02em; }
.radar-sec__intro { color: var(--muted); font-size: 16px; margin: 18px 0 36px; max-width: 460px; }
.rfeat { display: flex; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.rfeat:last-child { border-bottom: 1px solid var(--line); }
.rfeat__num { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--accent); padding-top: 2px; }
.rfeat__title { font-family: var(--font-head); font-weight: 700; font-size: 17px; color: var(--ink); }
.rfeat__desc { color: var(--muted); font-size: 14px; margin-top: 5px; }

/* ── How It Works — 3-phone strip ── */
.how-phones {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.how-phone {
  flex: none;
  width: clamp(130px, 13vw, 172px);
  aspect-ratio: 521 / 1089;
}
.how-phone .shot { filter: drop-shadow(0 20px 32px rgba(40,25,15,.18)); }
.how-phone--1 { transform: rotate(-4deg) translateY(10px); }
.how-phone--2 { transform: translateY(-10px); z-index: 2; }
.how-phone--3 { transform: rotate(4deg) translateY(10px); }

.radar { position: relative; width: 100%; max-width: 420px; aspect-ratio: 1; margin: 0 auto; display: grid; place-items: center; }
.radar__ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 33%; height: 33%; border: 1px solid var(--line); border-radius: 50%; }
.radar__ring--2 { width: 66%; height: 66%; opacity: .65; }
.radar__ring--3 { width: 100%; height: 100%; opacity: .4; }
.radar__sweep {
  position: absolute; left: 50%; top: 50%; width: 50%; height: 50%;
  transform-origin: top left; border-radius: 0 0 100% 0;
  background: conic-gradient(from 0deg, rgba(249,94,27,.28), transparent 70%);
  animation: radar-spin 6s linear infinite;
}
@keyframes radar-spin { to { transform: rotate(360deg); } }
.radar__core { position: relative; z-index: 3; width: 54px; height: 54px; display: grid; place-items: center; background: var(--accent); color: #fff; border-radius: 16px; box-shadow: 0 14px 40px rgba(249,94,27,.4); }
.radar__node {
  position: absolute; z-index: 2; font-family: var(--font-head); font-size: 12px; font-weight: 600; color: var(--ink-2);
  background: rgba(255,255,255,.9); border: 1px solid var(--line-2); border-radius: 100px; padding: 6px 13px; white-space: nowrap; box-shadow: var(--shadow-md);
}
.rn--1 { top: 2%; left: 44%; }
.rn--2 { top: 28%; right: -4%; }
.rn--3 { bottom: 24%; right: 2%; }
.rn--4 { bottom: 0%; left: 40%; }
.rn--5 { bottom: 26%; left: -2%; }
.rn--6 { top: 26%; left: 0%; }

/* ═══════════════ TESTIMONIALS ═══════════════ */
.testimonials { padding: 30px 0 110px; }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1080px; margin: 0 auto; }
.testi-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 32px; transition: border-color .2s ease; }
.testi-card:hover { border-color: var(--line-2); }
.testi-card__stars { color: #FFB000; letter-spacing: 2px; font-size: 14px; }
.testi-card__quote { color: var(--ink-2); font-size: 16px; line-height: 1.6; margin: 18px 0 24px; }
.testi-card__author { display: flex; align-items: center; gap: 13px; }
.testi-card__avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: #fff; }
.testi-card__avatar--a { background: linear-gradient(150deg,#e0795f,#c85a3f); }
.testi-card__avatar--b { background: linear-gradient(150deg,#8f7fc0,#6a5aa0); }
.testi-card__avatar--c { background: linear-gradient(150deg,#5b9a7a,#3f7d5e); }
.testi-card__name { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--ink); }
.testi-card__role { color: var(--muted); font-size: 13px; }

/* ═══════════════ PRICING ═══════════════ */
.pricing { padding: 30px 0 110px; }
.pricing__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 820px; margin: 0 auto; }
.ptier {
  position: relative; display: flex; flex-direction: column;
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 34px 32px;
  transition: transform .25s ease, border-color .25s ease;
}
.ptier:hover { transform: translateY(-4px); border-color: var(--line-2); }
.ptier--pro { background: var(--ink); color: #fff; border-color: var(--ink); }
.ptier__badge {
  position: absolute; top: 22px; right: 24px;
  font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: .04em;
  color: #fff; background: var(--accent); padding: 5px 12px; border-radius: 100px;
}
.ptier__head { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.ptier--pro .ptier__head { border-bottom-color: rgba(255,255,255,.16); }
.ptier__name { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--accent); }
.ptier__price { margin-top: 14px; }
.ptier__amt { font-family: var(--font-head); font-weight: 800; font-size: 40px; line-height: 1; letter-spacing: -.02em; }
.ptier--pro .ptier__amt { font-size: 26px; }
.ptier__tag { font-size: 13px; color: var(--muted); margin-top: 12px; }
.ptier--pro .ptier__tag { color: rgba(255,255,255,.66); }
.ptier__list { display: flex; flex-direction: column; gap: 13px; flex: 1; }
.ptier__list li { position: relative; padding-left: 26px; font-size: 14px; color: var(--ink-2); }
.ptier--pro .ptier__list li { color: rgba(255,255,255,.86); }
.ptier__list li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--accent); font-weight: 700; font-size: 13px;
}
.ptier__cta { margin-top: 28px; width: 100%; }
.ptier--pro .ptier__cta { background: #fff; color: var(--ink); }
.ptier--pro .ptier__cta:hover { background: var(--accent); color: #fff; }

/* ═══════════════ CTA ═══════════════ */
.cta { position: relative; padding: 90px 0 80px; text-align: center; overflow: hidden; border-top: 1px solid var(--line); }
.cta__glow {
  position: absolute; bottom: -120px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 500px; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(249,94,27,.14), transparent 70%);
}
.cta .section-head { position: relative; z-index: 2; }
.cta__store-btns { display: flex; gap: 14px; justify-content: center; margin-top: 30px; }
.cta__phones { position: relative; z-index: 1; display: flex; justify-content: center; align-items: flex-end; gap: 26px; margin-top: 48px; }
.cta__phone { width: clamp(210px, 24vw, 268px); aspect-ratio: 521 / 1089; }
.cta__phone .shot { filter: drop-shadow(0 26px 38px rgba(40,25,15,.20)); }
.cta__phone--l { transform: rotate(-5deg); }
.cta__phone--r { transform: rotate(5deg); }

/* ═══════════════ FOOTER ═══════════════ */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 80px 0 36px; overflow: hidden; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1.6fr; gap: 60px; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.footer__tagline { font-family: var(--font-head); font-weight: 600; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.2; letter-spacing: -.02em; color: var(--ink); }
.footer__form { display: flex; align-items: center; gap: 6px; margin-top: 26px; background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 100px; padding: 6px 6px 6px 8px; width: min(420px, 100%); }
.footer__input { flex: 1; min-width: 0; background: none; border: none; outline: none; color: var(--ink); font-size: 14px; padding: 0 14px; }
.footer__input::placeholder { color: var(--muted); }
.footer__btn { flex: none; padding: 11px 20px; }
.footer__micro { color: var(--muted-2); font-size: 12px; margin-top: 12px; }
.footer__success { color: var(--ink); font-size: 14px; margin-top: 12px; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-col__heading { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 18px; }
.footer-col__links { display: flex; flex-direction: column; gap: 12px; }
.footer-col__links a { font-size: 14px; color: var(--muted); transition: color .2s ease; }
.footer-col__links a:hover { color: var(--ink); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 28px 0 10px; flex-wrap: wrap; gap: 14px; }
.footer-copy { font-size: 13px; color: var(--muted-2); }
.footer-social { display: flex; gap: 24px; }
.footer-social a { font-size: 13px; color: var(--muted); transition: color .2s ease; }
.footer-social a:hover { color: var(--ink); }
.footer__wordmark {
  font-family: var(--font-serif); font-weight: 500; text-align: center;
  font-size: clamp(72px, 19vw, 280px); line-height: .9; letter-spacing: -.01em;
  margin-top: 30px; color: transparent;
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.03));
  -webkit-background-clip: text; background-clip: text;
  user-select: none;
}

/* ═══════════════ SCROLL REVEAL ═══════════════ */
.animate-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.animate-on-scroll.visible { opacity: 1; transform: none; }

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1000px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav__mobile { display: block; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero__head { align-items: center; text-align: center; }
  .hero__sub { margin-left: auto; margin-right: auto; }
  .proof { justify-content: center; }
  .hero__phone--side { width: clamp(200px, 29vw, 265px); }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .radar-sec__layout { grid-template-columns: minmax(0, 1fr); gap: 50px; }
  .radar-sec__right { order: -1; }
  /* let the 3-phone strip shrink with the viewport so it never forces
     horizontal scroll (fixed 130px minimums overflowed at <=430px) */
  .how-phone { width: clamp(88px, 26vw, 172px); }
  .testimonials__grid { grid-template-columns: 1fr 1fr; max-width: 720px; }
}

@media (max-width: 720px) {
  .hero { padding-top: 48px; }
  .hero__phones { gap: 0; transform: scale(.92); }
  .hero__phone--left { transform: translateY(4px) rotate(-5deg); margin-right: -26px; }
  .hero__phone--right { transform: translateY(18px) rotate(5deg); }
  .stats { padding: 70px 0; }
  .stats__h2 { margin-bottom: 44px; }
  .stat { padding-left: 16px; }
  .bento { grid-template-columns: 1fr; }
  /* orbit: scaling the stage crowded the pills over the phone on small
     screens — show the phone alone, then the pills as a wrapped chip row */
  .orbit { padding: 40px 0 80px; }
  .orbit__stage { height: auto; transform: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
  .orbit__ring { display: none; }
  .orbit__phone { flex: 0 0 100%; max-width: 210px; margin: 0 auto 26px; }
  .onode { position: static; transform: none; box-shadow: none; background: var(--surface-2); font-size: 12.5px; padding: 8px 14px 8px 9px; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 420px; }
  .footer__top { grid-template-columns: 1fr; gap: 44px; }
  .cta__store-btns { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .stats__grid { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .hero__phone--side { width: 42vw; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .radar__sweep { animation: none; }
}


/* ═══════════════ LEGAL PAGES (Privacy / Terms) ═══════════════ */
.legal { padding: 64px 0 100px; }
.legal__container { max-width: 820px; }

.legal__head { padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.legal__eyebrow {
  font-family: var(--font-head); font-weight: 700; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px;
}
.legal__h1 {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(38px, 5vw, 58px); line-height: 1.06; letter-spacing: -.025em;
  color: var(--ink);
}
.legal__h1 .serif-accent { font-weight: 400; }
.legal__dates {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
  margin-top: 18px; font-size: 13.5px; color: var(--muted);
}
.legal__dates strong { color: var(--ink-2); font-weight: 600; }
.legal__dot { color: var(--muted-2); }
.legal__intro { margin-top: 20px; font-size: 16.5px; color: var(--ink-2); max-width: 700px; }
.legal__intro + .legal__intro { margin-top: 12px; }

/* Table of contents */
.legal__toc {
  margin: 36px 0 8px; padding: 26px 28px;
  background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius);
}
.legal__toc-heading {
  font-family: var(--font-head); font-weight: 700; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 14px;
}
.legal__toc ol {
  list-style: none; counter-reset: toc;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 32px;
}
.legal__toc li { counter-increment: toc; }
.legal__toc a {
  display: inline-flex; gap: 10px; align-items: baseline;
  font-size: 14.5px; font-weight: 500; color: var(--ink-2); transition: color .2s ease;
}
.legal__toc a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--font-head); font-size: 12px; font-weight: 700; color: var(--muted-2);
}
.legal__toc a:hover { color: var(--accent); }

/* Body copy */
.legal__body section { margin-top: 52px; scroll-margin-top: 96px; }
.legal__body h2 {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(22px, 2.6vw, 28px); letter-spacing: -.015em; color: var(--ink);
  margin-bottom: 18px;
}
.legal__num {
  flex: none; font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: .8em; color: var(--accent);
}
.legal__body h3 {
  font-family: var(--font-head); font-weight: 600; font-size: 16.5px;
  color: var(--ink); margin: 26px 0 8px;
}
.legal__body p { color: var(--ink-2); font-size: 15.5px; margin-bottom: 14px; }
.legal__body a { color: var(--accent); font-weight: 500; }
.legal__body a:hover { text-decoration: underline; }
.legal__body ul { list-style: none; margin: 4px 0 16px; padding: 0; }
.legal__body ul li {
  position: relative; padding-left: 24px; margin-bottom: 8px;
  color: var(--ink-2); font-size: 15.5px;
}
.legal__body ul li::before {
  content: ""; position: absolute; left: 4px; top: .62em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
}

/* Callout */
.legal__callout {
  margin: 20px 0 0; padding: 16px 20px;
  background: var(--accent-soft); border-left: 3px solid var(--accent);
  border-radius: 0 12px 12px 0; color: var(--ink) !important; font-size: 15.5px;
}

/* Providers table */
.legal__table-wrap {
  overflow-x: auto; margin: 20px 0;
  border: 1px solid var(--line); border-radius: var(--radius);
}
.legal__table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 14.5px; }
.legal__table th {
  font-family: var(--font-head); font-weight: 700; font-size: 12px;
  letter-spacing: .08em; text-transform: uppercase; text-align: left;
  color: var(--muted); background: var(--panel-2);
  padding: 14px 18px; border-bottom: 1px solid var(--line);
}
.legal__table td {
  padding: 14px 18px; color: var(--ink-2); vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.legal__table tbody tr:last-child td { border-bottom: none; }
.legal__table td strong { color: var(--ink); }

/* Contact card */
.legal__contact-card {
  margin-top: 18px; padding: 24px 28px;
  background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius);
}
.legal__contact-card p { margin-bottom: 6px; }
.legal__contact-card p:last-child { margin-bottom: 0; }
.legal__contact-name { font-family: var(--font-head); font-weight: 700; color: var(--ink) !important; }

.footer-bottom--legal { border-top: none; }

@media (max-width: 720px) {
  .legal { padding: 40px 0 72px; }
  .legal__toc ol { grid-template-columns: 1fr; }
}

/* Inline heading tag (e.g. "Important") */
.legal__tag {
  align-self: center; flex: none;
  font-family: var(--font-head); font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-soft);
  padding: 4px 10px; border-radius: 100px;
}


/* ═══════════════ CONTACT PAGE ═══════════════ */
.contact { position: relative; padding: 64px 0 100px; overflow: hidden; }
.contact__glow {
  position: absolute; top: -220px; right: -140px;
  width: 720px; height: 640px; pointer-events: none; z-index: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(249,94,27,.13) 0%, rgba(249,94,27,0) 70%);
}
.contact__container { position: relative; z-index: 1; max-width: 980px; }
.contact__head { max-width: 640px; }

/* Channel cards */
.contact__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 48px;
}
.contact-card { display: flex; flex-direction: column; }
.contact-card__link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: auto; padding-top: 20px;
  font-family: var(--font-head); font-weight: 600; font-size: 14px;
  color: var(--accent);
}
.contact-card__link svg { width: 15px; height: 15px; stroke-width: 2; transition: transform .2s ease; }
.contact-card:hover .contact-card__link svg { transform: translate(2px, -2px); }
.contact-card__inlink { color: var(--accent); font-weight: 500; cursor: pointer; }
.contact-card__inlink:hover { text-decoration: underline; }

/* Direct email line */
.contact__direct { margin-top: 44px; font-size: 15.5px; color: var(--muted); }
.contact__direct a { color: var(--accent); }
.contact__direct a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .contact { padding: 40px 0 72px; }
}

/* Centered waitlist form (CTA section) */
.hero__signup--center { margin-left: auto; margin-right: auto; }
