/* stamnr.com landing page styles (on top of site.css). No em dashes. */

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(56px, 8vw, 104px) 0 clamp(40px, 6vw, 72px); }
.hero .glow { left: 62%; top: 42%; width: min(1100px, 150vw); height: min(1100px, 150vw); transform: translate(-50%, -50%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.hero .sub { color: var(--muted); font-size: clamp(17px, 1.7vw, 19.5px); max-width: 500px; margin-bottom: 30px; line-height: 1.6; }
.hero .sub b { color: var(--text-strong); font-weight: 500; }
.cta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.trial-note { margin-top: 18px; max-width: 480px; color: var(--faint); font-size: 13.5px; line-height: 1.55; }
.trial-note b { color: var(--muted); font-weight: 500; }
.hero-proof { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }

/* phones */
.phones { position: relative; height: 700px; display: flex; justify-content: center; align-items: center; }
.phones .arc { position: absolute; left: 50%; top: 50%; width: 640px; height: 640px; transform: translate(-50%, -50%); opacity: 0.8; pointer-events: none; }
.phone {
  position: relative; width: 300px; flex: 0 0 auto;
  background: #0B0F0D; border: 1.5px solid #2A342F; border-radius: 48px; padding: 9px;
  box-shadow: 0 50px 100px -30px rgba(0,0,0,0.8), 0 0 90px rgba(34,180,136,0.10);
}
.phone .screen { border-radius: 40px; overflow: hidden; background: var(--ink); aspect-ratio: 720 / 1565; }
.phone .screen img { width: 100%; height: 100%; object-fit: cover; }
.phone.front { z-index: 2; margin-left: 120px; }
.phone.back { position: absolute; left: 50%; top: 50%; margin-left: -300px; margin-top: -360px; width: 280px; transform: rotate(-6deg) scale(0.92); z-index: 1; opacity: 0.92; }
.phone.back::after { content: ""; position: absolute; inset: 9px; border-radius: 40px; background: linear-gradient(180deg, rgba(9,12,10,0) 40%, rgba(9,12,10,0.7)); pointer-events: none; }

/* ---------- Ticker ---------- */
.ticker { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: var(--charcoal); overflow: hidden; padding: 16px 0; position: relative; }
.ticker::before, .ticker::after { content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.ticker::before { left: 0; background: linear-gradient(90deg, var(--charcoal), transparent); }
.ticker::after { right: 0; background: linear-gradient(270deg, var(--charcoal), transparent); }
.ticker-track { display: flex; width: max-content; animation: ticker 56s linear infinite; }
.ticker.paused .ticker-track { animation-play-state: paused; }
.ticker-track span { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); padding: 0 28px; display: inline-flex; align-items: center; gap: 28px; white-space: nowrap; }
.ticker-track span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--jade); opacity: 0.7; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ---------- The rhythm (morning / daytime / evening) ---------- */
.rhythm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; position: relative; }
.slot { position: relative; padding-top: 10px; display: flex; flex-direction: column; }
.slot .when { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.slot .when .t { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--jade-bright); }
.slot .when .clock { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--faint); margin-left: auto; font-variant-numeric: tabular-nums; }
.slot .card { flex: 1 1 auto; }
.slot .card h3 { font-size: 22px; }
.slot ul { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.slot li { display: flex; gap: 10px; align-items: baseline; color: var(--text-strong); font-size: 15.5px; font-weight: 400; }
.slot li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--jade); opacity: 0.8; flex: 0 0 auto; position: relative; top: -2px; }
.slot li.quiet { color: var(--muted); font-weight: 300; }
.slot li.quiet::before { background: var(--faint); }
.slot .foot { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--hairline); font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); line-height: 1.7; }
.slot .foot b { color: var(--jade-bright); font-weight: 500; }
@media (max-width: 900px) { .rhythm { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; } }

/* ---------- The reading (live ring) ---------- */
.reading { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 5vw, 72px); align-items: center; margin-top: 30px; }
.ring-stage {
  position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--hairline); border-radius: 30px;
  padding: 40px 28px 30px; display: flex; flex-direction: column; align-items: center; gap: 22px;
  --accent: var(--jade);
}
.ring-stage .glow { left: 50%; top: 40%; width: 520px; height: 520px; transform: translate(-50%, -50%); opacity: 0.8; }
.ring-wrap { position: relative; width: 250px; height: 250px; }
.ring { width: 100%; height: 100%; display: block; }
.ring .ring-track { fill: none; stroke: var(--hairline); stroke-linecap: round; }
.ring .ring-fill { fill: none; stroke: url(#ramp); stroke-linecap: round; transition: none; }
.ring-centre { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; pointer-events: none; }
.ring-centre .v { font-weight: 500; font-size: 84px; letter-spacing: -0.06em; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; display: flex; align-items: flex-start; }
.ring-centre .v small { font-size: 26px; margin-top: 8px; margin-left: 2px; color: var(--muted); letter-spacing: 0; }
.ring-centre .l { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); margin-top: 4px; transition: color 0.4s ease; }
.tier-chip {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 22px; border-radius: 999px;
  border: 1px solid var(--hairline-strong); background: var(--surface-alt);
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent);
  transition: color 0.4s ease;
}
.tier-line { color: var(--muted); font-size: 15px; text-align: center; max-width: 320px; min-height: 48px; }
.seg-row { display: flex; gap: 6px; width: 100%; max-width: 330px; }
.seg-row [data-seg] { flex: 1; height: 8px; border-radius: 4px; background: var(--hairline-strong); transition: background-color 0.3s ease, box-shadow 0.3s ease; }
.seg-row [data-seg].on { background: var(--seg); }
.seg-row [data-seg].now { box-shadow: 0 0 0 2px var(--ink), 0 0 0 3px var(--seg); }
.seg-row [data-seg="0"] { --seg: #6E8CA0; } .seg-row [data-seg="1"] { --seg: #E0A33A; } .seg-row [data-seg="2"] { --seg: #22B488; } .seg-row [data-seg="3"] { --seg: #1FC096; } .seg-row [data-seg="4"] { --seg: #2FD8A4; }
.ring-stage .togo { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--faint); }
.demo-slider { width: 100%; max-width: 330px; margin-top: 4px; }
.demo-slider label { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); margin-bottom: 10px; }
.demo-slider input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 44px; background: transparent; margin: 0; cursor: pointer; }
.demo-slider input[type=range]::-webkit-slider-runnable-track { height: 4px; border-radius: 2px; background: var(--hairline-strong); }
.demo-slider input[type=range]::-moz-range-track { height: 4px; border-radius: 2px; background: var(--hairline-strong); }
.demo-slider input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); border: 3px solid var(--ink); margin-top: -9px; box-shadow: 0 0 0 1px var(--hairline-strong), 0 0 18px rgba(34,180,136,0.35); transition: background-color 0.3s ease; }
.demo-slider input[type=range]::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--ink); box-shadow: 0 0 0 1px var(--hairline-strong); }
.tiers { list-style: none; margin-top: 28px; display: flex; flex-direction: column; border-top: 1px solid var(--hairline); }
.tiers li { display: grid; grid-template-columns: 14px 150px 1fr; gap: 16px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--hairline); }
.tiers .sw { width: 12px; height: 12px; border-radius: 50%; position: relative; top: 1px; }
.tiers .n { font-weight: 500; color: var(--text); font-size: 17px; }
.tiers .n small { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.2em; color: var(--faint); font-weight: 400; margin-top: 2px; }
.tiers .d { color: var(--muted); font-size: 15px; }
.rule { margin-top: 26px; padding: 18px 20px; border-radius: 16px; background: var(--surface); border: 1px solid var(--hairline); color: var(--text-strong); font-size: 15px; display: flex; gap: 14px; align-items: flex-start; }
.rule svg { width: 20px; height: 20px; color: var(--jade-bright); flex: 0 0 auto; margin-top: 2px; }
.rule b { font-weight: 500; color: #fff; }
@media (max-width: 960px) { .reading { grid-template-columns: 1fr; } .ring-stage { max-width: 520px; margin: 0 auto; width: 100%; } }
@media (max-width: 480px) { .tiers li { grid-template-columns: 14px 1fr; } .tiers .d { grid-column: 2; } }

/* ---------- The Ascent ---------- */
.ascent-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(28px, 5vw, 64px); align-items: center; margin-top: 20px; }
.ascent-stage { position: relative; border-radius: 28px; overflow: hidden; border: 1px solid var(--hairline-strong); background: #0B1210; aspect-ratio: 768 / 1376; max-height: 760px; margin: 0 auto; width: 100%; max-width: 424px; }
.ascent-stage img { width: 100%; height: 100%; object-fit: cover; }
.ascent-stage svg.route { position: absolute; inset: 0; width: 100%; height: 100%; }
.beam-glow { fill: none; stroke: #22B488; stroke-opacity: 0.28; stroke-width: 16; stroke-linecap: round; stroke-linejoin: round; }
.beam-core { fill: none; stroke: url(#beam); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.station { fill: transparent; stroke: #5E6B64; stroke-opacity: 0.55; stroke-width: 3; transition: fill 0.4s ease, stroke 0.4s ease; }
.station.reached { fill: var(--st); stroke: var(--st); stroke-opacity: 1; fill-opacity: 0.9; }
.pin { opacity: 0; transition: opacity 0.3s ease; --pin: #1FC096; }
.pin .halo { fill: var(--pin); fill-opacity: 0.16; }
.pin .mid { fill: var(--pin); fill-opacity: 0.3; }
.pin .core { fill: var(--pin); stroke: #ECF0ED; stroke-width: 2.5; }
.callout {
  position: absolute; transform: translate(-50%, -50%); pointer-events: none;
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--text); opacity: 0; transition: opacity 0.4s ease, transform 0.4s var(--ease-out);
}
.callout .pill { background: rgba(9,12,10,0.78); border: 1px solid var(--hairline-strong); padding: 6px 10px; border-radius: 999px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.callout.reached { opacity: 1; }
.callout.ahead { opacity: 0.55; color: var(--muted); }
.callout.left { transform: translate(calc(-100% - 18px), -50%); }
.callout.right { transform: translate(18px, -50%); }
.callout.up { transform: translate(-50%, calc(-100% - 20px)); }
.ascent-copy .score-card { margin-top: 30px; }
.score-card .big { display: flex; align-items: baseline; gap: 12px; }
.score-card .big .n { font-weight: 500; font-size: 56px; letter-spacing: -0.05em; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
.score-card .big .n small { font-size: 22px; color: var(--jade-mid); letter-spacing: 0; }
.score-card .big .w { font-weight: 500; font-size: 30px; color: var(--jade-mid); letter-spacing: -0.02em; }
.score-card p { margin-top: 12px; }
.score-card .readout { margin-top: 16px; }
.stations { list-style: none; margin-top: 26px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.stations li { text-align: center; }
.stations .n { width: 30px; height: 30px; margin: 0 auto 8px; border-radius: 50%; border: 1px solid var(--hairline-strong); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 12px; color: var(--st); }
.stations .w { font-size: 12.5px; color: var(--muted); font-weight: 400; line-height: 1.2; }
@media (max-width: 960px) { .ascent-grid { grid-template-columns: 1fr; } .ascent-copy { order: 1; } .ascent-stage { order: 2; } }
@media (max-width: 480px) { .stations { grid-template-columns: repeat(5, 1fr); gap: 4px; } .stations .w { font-size: 11px; } .callout { font-size: 9.5px; } .callout .pill { padding: 5px 8px; } .callout.right.alt { transform: translate(calc(-100% - 14px), -50%); } }

/* ---------- Inside the app: four real phone captures ----------
   Same .phone frame as the hero, so the section reads as the app itself. Four across on
   desktop, a snap-scrolling row on tablets and phones (each frame stays whole, never cropped). */
.screens { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; align-items: start; }
.screen-card { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.screen-card .phone { width: 100%; max-width: 260px; border-radius: 40px; padding: 7px; }
.screen-card .phone .screen { border-radius: 33px; }
.screen-card figcaption { text-align: center; }
.screen-card figcaption .k { display: block; font-family: var(--mono); font-weight: 500; font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--jade); margin-bottom: 8px; }
.screen-card figcaption strong { display: block; font-weight: 500; font-size: 16px; line-height: 1.3; color: var(--text); max-width: 220px; margin: 0 auto; }
@media (max-width: 1100px) {
  .screens { display: flex; gap: 20px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; padding: 4px var(--gutter) 24px; margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); scrollbar-width: none; }
  .screens::-webkit-scrollbar { display: none; }
  .screen-card { flex: 0 0 240px; scroll-snap-align: center; }
}
@media (max-width: 480px) {
  .screen-card { flex-basis: 220px; }
  .screen-card .phone { max-width: 220px; }
}

/* ---------- The Read and the levers ---------- */
.attention { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; align-items: start; }
.read-card { padding: 34px; }
.read-card .rk { font-family: var(--mono); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--jade); display: flex; justify-content: space-between; gap: 12px; }
.read-card .rk span:last-child { color: var(--faint); }
.read-card h4 { font-weight: 600; font-size: 24px; letter-spacing: -0.015em; color: #fff; margin: 16px 0 14px; line-height: 1.25; }
.read-card p { color: var(--muted); font-size: 16px; }
.read-card .foot { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--hairline); font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint); line-height: 1.7; }
.levers { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.lever { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 16px 18px; border-radius: 16px; background: var(--surface-alt); border: 1px solid var(--hairline); }
.lever .n { font-weight: 500; color: var(--text); font-size: 16px; }
.lever .s { color: var(--muted); font-size: 14px; margin-top: 2px; }
.lever .tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; border: 1px solid var(--hairline-strong); color: var(--muted); }
.lever .tag.strong { color: var(--jade-bright); border-color: rgba(47,216,164,0.4); background: var(--jade-soft); }
.lever .tag.partial { color: var(--amber); border-color: rgba(224,163,58,0.4); background: rgba(224,163,58,0.12); }
.lever .tag.none { color: var(--faint); }
.note-list { list-style: none; margin-top: 18px; padding: 4px 8px 0; display: flex; flex-direction: column; gap: 12px; }
.note-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--text-strong); font-size: 16px; font-weight: 400; }
.note-list li svg { width: 20px; height: 20px; color: var(--jade-bright); flex: 0 0 auto; margin-top: 3px; }
.note-list li span { color: var(--muted); font-weight: 300; }
@media (max-width: 900px) { .attention { grid-template-columns: 1fr; } }

/* ---------- Practice ---------- */
.practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
.practice-grid .card.main { grid-column: 1 / -1; }
.practice-grid .card.main { background: var(--surface-alt); border-color: rgba(34,180,136,0.35); }
.practice-grid .card.main h3 { font-size: 26px; }
.phases { list-style: none; margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.phases li { padding: 14px 14px 12px; border-radius: 14px; background: var(--surface); border: 1px solid var(--hairline); }
.phases .w { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--jade-bright); text-transform: uppercase; }
.phases .n { font-weight: 500; font-size: 14.5px; color: var(--text); margin-top: 6px; line-height: 1.25; }
.phases .b { color: var(--muted); font-size: 13px; margin-top: 6px; line-height: 1.45; }
@media (max-width: 960px) { .phases { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .practice-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .phases { grid-template-columns: 1fr; } }

/* ---------- Discretion (lock screen) ---------- */
.discretion { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.lock {
  position: relative; max-width: 380px; margin: 0 auto; border-radius: 40px; overflow: hidden;
  border: 1.5px solid #2A342F; background: radial-gradient(120% 80% at 50% 0%, #10201A 0%, #0B1210 45%, #090C0A 100%);
  padding: 46px 18px 40px; text-align: center;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.8);
}
.lock .date { font-size: 15px; color: var(--text-strong); font-weight: 400; letter-spacing: 0.01em; }
.lock .time { font-weight: 300; font-size: 76px; color: #fff; letter-spacing: -0.04em; line-height: 1.05; font-variant-numeric: tabular-nums; }
.lock .stack { margin-top: 44px; display: flex; flex-direction: column; gap: 10px; }
.notif { display: flex; gap: 12px; align-items: flex-start; text-align: left; background: rgba(23,32,27,0.82); border: 1px solid rgba(42,52,47,0.9); border-radius: 20px; padding: 13px 14px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.notif img { width: 38px; height: 38px; border-radius: 9px; }
.notif .b { flex: 1; min-width: 0; }
.notif .r { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.notif .name { font-weight: 600; font-size: 13.5px; color: #fff; }
.notif .when { font-family: var(--mono); font-size: 10px; color: var(--faint); letter-spacing: 0.08em; }
.notif .line { font-size: 14.5px; color: var(--text-strong); margin-top: 2px; font-weight: 400; }
.rules { list-style: none; margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rules li { padding: 16px 18px; border-radius: 16px; background: var(--surface); border: 1px solid var(--hairline); }
.rules .k { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--jade-bright); }
.rules .v { color: var(--text-strong); font-size: 15px; margin-top: 6px; font-weight: 400; }
@media (max-width: 900px) { .discretion { grid-template-columns: 1fr; } .discretion .lock { order: 2; } }
@media (max-width: 480px) { .rules { grid-template-columns: 1fr; } }

/* ---------- Privacy ---------- */
.priv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.priv-grid .card { padding: 24px; }
.priv-grid .card h3 { font-size: 18px; }
.priv-grid .card p { font-size: 15px; }
@media (max-width: 960px) { .priv-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .priv-grid { grid-template-columns: 1fr; } }

/* ---------- The deal ---------- */
.deal { background: var(--surface); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.deal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 44px; margin-top: 44px; }
.deal-item { display: flex; gap: 16px; align-items: flex-start; }
.deal-item .tick { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--surface-high); border: 1px solid var(--hairline-strong); color: var(--jade-bright); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.deal-item .tick svg { width: 15px; height: 15px; }
.deal-item p { color: var(--text-strong); font-size: 16.5px; font-weight: 400; }
.deal-item p span { color: var(--muted); font-weight: 300; }
@media (max-width: 800px) { .deal-grid { grid-template-columns: 1fr; } }

/* ---------- Pricing ---------- */
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.plan { position: relative; padding: 30px 26px 28px; overflow: visible; }
.plan.best { border-color: rgba(34,180,136,0.6); background: var(--surface-alt); box-shadow: 0 0 0 1px rgba(34,180,136,0.15), 0 30px 80px -40px rgba(34,180,136,0.35); }
.plan .badge { position: absolute; top: -13px; left: 24px; background: var(--jade); color: var(--on-accent); font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; padding: 5px 11px; border-radius: 999px; font-weight: 500; }
.plan .name { font-family: var(--mono); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); }
.plan .price { font-weight: 500; font-size: 40px; color: #fff; margin: 14px 0 2px; font-variant-numeric: tabular-nums; letter-spacing: -0.03em; line-height: 1; }
.plan .per { color: var(--faint); font-size: 14px; }
.plan .why { margin-top: 18px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.plan .cta { margin-top: 22px; }
.free-line { margin-top: 30px; padding: 22px 24px; border-radius: 18px; border: 1px solid var(--hairline); background: var(--surface); color: var(--muted); font-size: 15.5px; display: flex; gap: 14px; align-items: flex-start; }
.free-line svg { width: 20px; height: 20px; color: var(--jade-bright); flex: 0 0 auto; margin-top: 3px; }
.free-line b { color: var(--text-strong); font-weight: 500; }
.trial-terms { margin-top: 16px; color: var(--faint); font-size: 13.5px; line-height: 1.6; max-width: 820px; }
@media (max-width: 900px) { .tiers-grid { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; } }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 36px auto 0; }
.faq details { background: var(--surface); border: 1px solid var(--hairline); border-radius: 16px; padding: 0 22px; margin-bottom: 10px; transition: background-color 0.2s ease, border-color 0.2s ease; }
.faq details[open] { background: var(--surface-alt); border-color: var(--hairline-strong); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-weight: 500; font-size: 17px; color: var(--text); min-height: 44px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--jade-bright); font-weight: 300; font-size: 26px; line-height: 1; flex: 0 0 auto; transition: transform 0.25s var(--ease-out); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 20px; color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.faq .a a { color: var(--jade-bright); }
.faq .a a:hover { text-decoration: underline; }

/* ---------- Download ---------- */
.download { text-align: center; }
.download .box { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--hairline); border-radius: 30px; padding: clamp(48px, 7vw, 80px) 28px; max-width: 800px; margin: 0 auto; }
.download .box .glow { left: 50%; top: 0; width: 700px; height: 700px; transform: translate(-50%, -60%); }
.download .box > *:not(.glow) { position: relative; }
.download .cta-row { justify-content: center; margin-top: 30px; }
.download .box .icon { width: 84px; height: 84px; border-radius: 20px; margin: 0 auto 22px; border: 1px solid var(--hairline-strong); }
.download .qr { display: inline-flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 30px; }
.download .qr svg { width: 120px; height: 120px; border-radius: 12px; background: #fff; padding: 8px; }

/* ---------- Responsive: hero on phones and tablets ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero .eyebrow { justify-content: center; }
  .hero .eyebrow::before { display: none; }
  .hero .sub, .trial-note { margin-left: auto; margin-right: auto; }
  .cta-row, .hero-proof { justify-content: center; }
  .phones { height: auto; padding: 20px 0 10px; }
  .phones .arc { width: 520px; height: 520px; }
  .phone.front { margin-left: 0; width: 280px; }
  .phone.back { display: none; }
}
@media (max-width: 420px) {
  .phone.front { width: 250px; }
  .phones .arc { width: 440px; height: 440px; }
  .ring-wrap { width: 220px; height: 220px; }
  .ring-centre .v { font-size: 72px; }
}

@media (max-width: 480px) {
  .hero .eyebrow { font-size: 10.5px; letter-spacing: 0.2em; }
}
