/* ============================================================================
   TruCrypt — v3
   ----------------------------------------------------------------------------
   Structure follows the references the CEO sent:
     · slack.com  — centred hero with two CTAs, pill-tab feature switcher,
                    statement-list beside a big product shot, full-bleed dark
                    statement band.
     · checkcells.com — one obvious action, ✓ benefit chips, persistent Buy now,
                    "join the list" modal.

   Tokens carry over from v2 unchanged, including the accent derived from the
   app's own appGreen (#35B772 → #257F4F for AA on white). Do not re-derive
   brand colour from the website; the design system is the source of truth.
   ========================================================================== */

:root{
  --paper:#FFFFFF;
  --card:#FFFFFF;
  --sunk:#F6F7F8;
  --ink:#14161A;
  --ink-2:#454B54;
  --muted:#656C73;
  --rule:#E5E7E9;
  --rule-soft:#EFF1F2;

  --accent:#257F4F;        /* app hue 148°/55%, 4.97:1 on white */
  --accent-ink:#1D633E;
  --accent-tint:#ECF9F2;

  --vault:#0B1220;
  --vault-2:#111A2B;
  --vault-ink:#E8ECF2;
  --vault-mute:#8C99AE;
  --vault-rule:rgba(255,255,255,.10);
  --vault-accent:#35B772;  /* the app's green, unmodified */

  --serif:"Source Serif 4","Iowan Old Style",Charter,Georgia,serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;

  --shell:1120px;
  --nav-h:64px;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *{animation-duration:.001ms !important;transition-duration:.001ms !important;}
}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:var(--sans);font-size:16px;line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:var(--accent);}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px;}
.shell{max-width:var(--shell);margin:0 auto;padding:0 clamp(1.1rem,4vw,2rem);}
.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}

h1,h2,h3{font-family:var(--serif);font-weight:600;letter-spacing:-.02em;text-wrap:balance;margin:0;}
h1{font-size:clamp(2.5rem,6.2vw,4.4rem);line-height:1.02;}
h2{font-size:clamp(1.9rem,4.2vw,3rem);line-height:1.08;}
h3{font-size:1.12rem;line-height:1.32;}

.eyebrow{
  font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--accent);margin:0 0 .9rem;
}
.lede{font-size:clamp(1.05rem,1.7vw,1.25rem);color:var(--ink-2);}
section{padding:clamp(3.5rem,7vw,6rem) 0;}

/* ── buttons ──────────────────────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-size:.95rem;font-weight:600;padding:.9rem 1.6rem;border-radius:999px;
  text-decoration:none;border:1px solid transparent;cursor:pointer;white-space:nowrap;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .12s ease;
}
.btn:active{transform:translateY(1px);}
.btn-primary{background:var(--accent);color:#fff;}
.btn-primary:hover{background:var(--accent-ink);}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--rule);}
.btn-ghost:hover{border-color:var(--ink);}
.btn-lg{padding:1.05rem 2rem;font-size:1rem;}

/* ── nav ──────────────────────────────────────────────────────────────────── */
.nav{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--rule);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:var(--nav-h);}
.nav-logo img{height:26px;width:auto;}
.nav-links{display:flex;align-items:center;gap:1.7rem;}
.nav-links a:not(.btn){font-size:.92rem;font-weight:500;color:var(--ink-2);text-decoration:none;}
.nav-links a:not(.btn):hover{color:var(--ink);}
.nav-toggle{display:none;background:none;border:1px solid var(--rule);border-radius:6px;padding:.5rem .7rem;cursor:pointer;}
.nav-toggle span{display:block;width:16px;height:1.5px;background:var(--ink);margin:3px 0;}
@media (max-width:900px){
  .nav-links{display:none;position:absolute;top:var(--nav-h);left:0;right:0;flex-direction:column;
    align-items:stretch;gap:0;background:var(--paper);border-bottom:1px solid var(--rule);padding:.5rem 0;}
  .nav-links.open{display:flex;}
  .nav-links a{padding:.85rem clamp(1.1rem,4vw,2rem);}
  .nav-links .btn{margin:.5rem clamp(1.1rem,4vw,2rem) .8rem;}
  .nav-toggle{display:block;}
}

/* ── hero (Slack: centred, two CTAs, product shot beneath) ────────────────── */
.hero{padding:clamp(3rem,6vw,5rem) 0 clamp(3.5rem,7vw,5.5rem);text-align:center;}
.hero h1 em{font-style:normal;color:var(--accent);}
.hero .lede{max-width:52ch;margin:1.3rem auto 0;}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem;}

/* CheckCells: ✓ chips under the fold-line action */
.chips{display:flex;flex-wrap:wrap;gap:.6rem 1.6rem;justify-content:center;margin:1.6rem 0 0;
  font-size:.88rem;color:var(--ink-2);}
.chips span{display:inline-flex;align-items:center;gap:.45rem;}
.chips svg{color:var(--accent);flex:none;}

.hero-shot{margin:clamp(2.5rem,5vw,3.5rem) auto 0;max-width:300px;}
.hero-shot figure{margin:0;border:1px solid var(--rule);border-radius:14px;overflow:hidden;background:var(--sunk);}
.hero-shot video,.hero-shot img{width:100%;height:auto;display:block;background:#000;}

/* ── proof strip (no customer logos exist yet; standards instead) ─────────── */
.proof{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--sunk);}
.proof-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 2.4rem;padding:1.15rem 0;}
.proof-label{font-family:var(--mono);font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);}
.proof-item{font-size:.9rem;font-weight:600;color:var(--ink);}

/* ── pill tabs + panel (Slack "Knowledge / People / Process") ─────────────── */
.tabs{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;
  background:var(--sunk);border:1px solid var(--rule);border-radius:999px;padding:.35rem;width:max-content;margin:0 auto 2.5rem;max-width:100%;}
.tab{
  font-family:var(--sans);font-size:.92rem;font-weight:600;color:var(--ink-2);
  background:transparent;border:0;border-radius:999px;padding:.6rem 1.15rem;cursor:pointer;
  transition:background .16s ease,color .16s ease;
}
.tab:hover{color:var(--ink);}
.tab[aria-selected="true"]{background:var(--ink);color:#fff;}
@media (max-width:640px){ .tabs{border-radius:14px;} .tab{flex:1 1 auto;} }

.panel[hidden]{display:none;}
.panel-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.72fr);gap:clamp(2rem,5vw,4rem);align-items:center;}
@media (max-width:900px){ .panel-grid{grid-template-columns:1fr;} }

/* Slack's left column: bolded statement, short line under it */
.statements{display:grid;gap:1.6rem;}
.statement{border-left:2px solid var(--rule);padding-left:1.1rem;}
.statement.is-lead{border-left-color:var(--accent);}
.statement h3{margin:0 0 .35rem;}
.statement p{margin:0;color:var(--ink-2);font-size:.96rem;max-width:46ch;}

.panel-shot{max-width:280px;margin:0 auto;}
/* The Mac shots are landscape, so that panel flips to give the image the wider
   column instead of squeezing a desktop screenshot into a phone-width slot. */
.panel-grid.is-wide{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);}
@media (max-width:900px){ .panel-grid.is-wide{grid-template-columns:1fr;} }
.panel-shot.is-wide{max-width:none;}
.panel-shot figure{margin:0;border:1px solid var(--rule);border-radius:14px;overflow:hidden;background:var(--sunk);}
/* video needs the same treatment as img — without height:auto the height=""
   attribute still applies and the frame renders stretched, and without
   width:100% it sits at its intrinsic 1200px and overflows its column. */
.panel-shot img,.panel-shot video{width:100%;height:auto;display:block;background:#000;}
.panel-shot figcaption{font-family:var(--mono);font-size:.64rem;letter-spacing:.05em;color:var(--muted);
  text-align:center;padding:.55rem .6rem;border-top:1px solid var(--rule);background:var(--card);}

/* placeholder, for the one surface that does not exist yet */
.shot-pending{aspect-ratio:9/19.5;background:var(--sunk);border:1px dashed #CDD1D4;border-radius:14px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;
  text-align:center;color:var(--muted);font-size:.85rem;min-width:0;}

/* ── full-bleed dark statement band (Slack "Reimagine what's possible") ───── */
.band{background:var(--vault);color:var(--vault-ink);text-align:center;}
.band h2{color:var(--vault-ink);}
.band .eyebrow{color:var(--vault-accent);}
.band .lede{color:var(--vault-mute);max-width:56ch;margin:1.2rem auto 0;}
.band-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1px;
  background:var(--vault-rule);border:1px solid var(--vault-rule);border-radius:8px;overflow:hidden;margin-top:clamp(2.2rem,4vw,3rem);text-align:left;}
.band-fact{background:var(--vault);padding:1.4rem 1.5rem;}
.band-fact dt{font-family:var(--mono);font-size:.64rem;letter-spacing:.13em;text-transform:uppercase;color:var(--vault-mute);margin-bottom:.5rem;}
.band-fact dd{margin:0;font-family:var(--serif);font-size:1.02rem;font-weight:600;color:var(--vault-ink);}
.band-note{margin:1.6rem auto 0;max-width:62ch;font-size:.9rem;color:var(--vault-mute);}

/* ── live encryption demo ─────────────────────────────────────────────────── */
/* The page's centrepiece. It exists because the strongest thing this product
   can do on a website is not describe encryption but perform it: the visitor
   types, and the right-hand pane shows the ciphertext that would reach the
   server. Real WebCrypto, real AES-256-GCM, nothing leaves the browser. */
.demo{ background:var(--sunk); border-top:1px solid var(--rule); border-bottom:1px solid var(--rule); }
.demo-grid{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:1px; background:var(--rule); border:1px solid var(--rule); border-radius:4px; overflow:hidden; }
@media (max-width:860px){ .demo-grid{ grid-template-columns:1fr; } }

.demo-pane{ background:var(--card); padding:clamp(1.2rem,2.5vw,1.6rem); display:flex; flex-direction:column; min-width:0; }
.demo-pane.is-server{ background:var(--vault); }

.demo-head{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  font-family:var(--mono); font-size:.66rem; letter-spacing:.12em; text-transform:uppercase;
  color:var(--muted); margin-bottom:.9rem;
}
.is-server .demo-head{ color:var(--vault-mute); }
.demo-dot{ display:inline-flex; align-items:center; gap:.4rem; }
.demo-dot::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--accent); }
.is-server .demo-dot::before{ background:var(--vault-accent); }

.demo-input{
  width:100%; min-height:132px; resize:vertical;
  font-family:var(--sans); font-size:.95rem; line-height:1.55; color:var(--ink);
  background:var(--card); border:1px solid var(--rule); border-radius:3px;
  padding:.8rem .9rem;
}
.demo-input:focus{ outline:none; border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-tint); }

.demo-cipher{
  min-height:132px; margin:0;
  font-family:var(--mono); font-size:.76rem; line-height:1.65;
  color:var(--vault-accent); word-break:break-all; white-space:pre-wrap;
  background:var(--vault-2); border:1px solid var(--vault-rule); border-radius:3px;
  padding:.8rem .9rem; overflow:auto; max-height:220px;
}
.demo-note{ font-size:.82rem; color:var(--muted); margin:.85rem 0 0; }
.is-server .demo-note{ color:var(--vault-mute); }

/* The honest half: what we DO hold. Stating it here, next to the ciphertext,
   is more persuasive than an absolute claim the reader will not believe. */
.demo-meta{ margin:1rem 0 0; border-top:1px solid var(--vault-rule); padding-top:.85rem; }
.demo-meta dl{ margin:0; display:grid; gap:.35rem; }
.demo-meta div{ display:flex; justify-content:space-between; gap:1rem; font-family:var(--mono); font-size:.72rem; }
.demo-meta dt{ color:var(--vault-mute); }
.demo-meta dd{ margin:0; color:var(--vault-ink); text-align:right; word-break:break-all; }

/* ── comparison ───────────────────────────────────────────────────────────── */
.compare-wrap{overflow-x:auto;border:1px solid var(--rule);border-radius:10px;background:var(--card);}
.compare{border-collapse:collapse;width:100%;min-width:640px;}
.compare th,.compare td{text-align:left;padding:1rem 1.25rem;border-bottom:1px solid var(--rule-soft);vertical-align:top;}
.compare thead th{font-family:var(--mono);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);background:var(--sunk);border-bottom:1px solid var(--rule);font-weight:500;}
.compare thead th.us{color:var(--accent);}
.compare tbody tr:last-child td{border-bottom:none;}
.compare td.dim{color:var(--ink-2);font-size:.93rem;}
.compare td.us{background:var(--accent-tint);font-size:.93rem;}
.compare .row-k{font-weight:600;font-size:.93rem;width:20%;}
.mark{font-family:var(--mono);font-weight:700;margin-right:.4rem;}
.mark.no{color:#A3311F;} .mark.yes{color:var(--accent);}

/* ── pricing ──────────────────────────────────────────────────────────────── */
.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;}
.plan{background:var(--card);border:1px solid var(--rule);border-radius:12px;padding:clamp(1.5rem,3vw,2rem);display:flex;flex-direction:column;}
.plan.featured{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint);}
.plan-name{font-family:var(--mono);font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);}
.plan.featured .plan-name{color:var(--accent);}
.plan-price{font-family:var(--serif);font-size:2.3rem;font-weight:600;margin:.55rem 0 .1rem;letter-spacing:-.02em;}
.plan-price sup{font-size:1rem;vertical-align:.75em;margin-right:.1em;}
.plan-price .per{font-family:var(--sans);font-size:.85rem;font-weight:400;color:var(--muted);}
.plan-desc{margin:.5rem 0 1.2rem;font-size:.93rem;color:var(--ink-2);}
.plan ul{list-style:none;margin:0 0 1.6rem;padding:0;display:grid;gap:.55rem;}
.plan li{font-size:.91rem;color:var(--ink-2);padding-left:1.5rem;position:relative;}
.plan li::before{content:"";position:absolute;left:0;top:.52em;width:.65rem;height:.35rem;
  border-left:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(-45deg);}
.plan .btn{margin-top:auto;width:100%;}
.tag-early{display:inline-block;margin-left:.45rem;font-family:var(--mono);font-size:.56rem;font-weight:500;
  letter-spacing:.12em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);border-radius:3px;padding:.14rem .4rem;}

/* ── faq ──────────────────────────────────────────────────────────────────── */
.faq details{border-bottom:1px solid var(--rule);}
.faq summary{cursor:pointer;list-style:none;padding:1.2rem 2rem 1.2rem 0;position:relative;
  font-family:var(--serif);font-size:1.08rem;font-weight:600;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";position:absolute;right:.25rem;top:50%;transform:translateY(-50%);
  font-family:var(--mono);font-size:1.15rem;color:var(--accent);font-weight:400;}
.faq details[open] summary::after{content:"–";}
.faq details p{margin:0 0 1.35rem;color:var(--ink-2);font-size:.95rem;max-width:70ch;}

/* ── team ─────────────────────────────────────────────────────────────────── */
.team{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem);}
@media (max-width:760px){ .team{grid-template-columns:1fr;max-width:34ch;margin:0 auto;} }
.member img{width:76px;height:76px;border-radius:50%;margin-bottom:1rem;filter:grayscale(1);}
.member h3{margin:0;}
.member-role{font-family:var(--mono);font-size:.64rem;letter-spacing:.13em;text-transform:uppercase;
  color:var(--accent);margin:.3rem 0 .65rem;}
.member p{margin:0;font-size:.91rem;color:var(--ink-2);}

/* ── closing cta ──────────────────────────────────────────────────────────── */
.close-cta{background:var(--sunk);border-top:1px solid var(--rule);text-align:center;}
.lead-form{display:flex;gap:.5rem;max-width:460px;margin:1.8rem auto 0;}
.lead-form input[type=email]{flex:1;min-width:0;font-family:var(--sans);font-size:.95rem;
  padding:.9rem 1rem;border:1px solid var(--rule);border-radius:999px;background:var(--card);color:var(--ink);}
.lead-form input[type=email]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint);}
.lead-form button:disabled{opacity:.6;cursor:default;}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none;}
.form-status{min-height:1.2rem;margin:.8rem 0 0;font-size:.87rem;}
.form-status.is-ok{color:var(--accent-ink);}
.form-status.is-error{color:#A3311F;}
@media (max-width:520px){ .lead-form{flex-direction:column;} .lead-form .btn{width:100%;} }

/* ── sticky action (CheckCells) ───────────────────────────────────────────── */
.sticky-cta{position:fixed;right:1.1rem;bottom:1.1rem;z-index:55;box-shadow:0 6px 22px rgba(0,0,0,.16);
  opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease,visibility .25s;}
.sticky-cta.show{opacity:1;visibility:visible;transform:none;}
@media (max-width:520px){ .sticky-cta{left:1.1rem;right:1.1rem;justify-content:center;} }

/* ── "talk to us" modal ───────────────────────────────────────────────────── */
.modal{ position:fixed; inset:0; z-index:100; display:none; align-items:center; justify-content:center; padding:1.2rem; }
.modal.open{ display:flex; }
.modal-scrim{ position:absolute; inset:0; background:rgba(10,14,20,.55); backdrop-filter:blur(2px); }
.modal-card{
  position:relative; background:var(--card); border-radius:16px; max-width:440px; width:100%;
  padding:clamp(1.8rem,4vw,2.4rem); text-align:center; box-shadow:0 24px 60px rgba(0,0,0,.22);
}
.modal-card .eyebrow{ margin-bottom:.7rem; justify-content:center; }
.modal-card h2{ font-size:1.65rem; }
.modal-card > p{ color:var(--ink-2); font-size:.95rem; margin:.8rem 0 1.4rem; }
.modal-close{
  position:absolute; top:.7rem; right:.8rem; background:none; border:0; font-size:1.35rem;
  line-height:1; color:var(--muted); cursor:pointer; padding:.3rem;
}
.modal-close:hover{ color:var(--ink); }
.modal .lead-form{ margin-top:0; flex-direction:column; }
.modal .lead-form .btn{ width:100%; }
.modal-foot{ font-size:.8rem; color:var(--muted); margin:1rem 0 0; }

/* ── footer ───────────────────────────────────────────────────────────────── */
.foot{border-top:1px solid var(--rule);padding:2.5rem 0;}
.foot-inner{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center;justify-content:space-between;}
.foot img{height:22px;width:auto;}
.foot-links{display:flex;flex-wrap:wrap;gap:1.25rem;}
.foot-links a{font-size:.86rem;color:var(--ink-2);text-decoration:none;}
.foot-links a:hover{color:var(--accent);}
.foot-legal,.foot-addr{font-size:.8rem;color:var(--muted);}

/* ── v4: hero carries the two-surface shot ────────────────────────────────── */
.hero-shot.is-wide{ max-width:none; }
.hero-shot figcaption{
  font-family:var(--mono); font-size:.64rem; letter-spacing:.05em; color:var(--muted);
  text-align:center; padding:.6rem .7rem; border-top:1px solid var(--rule); background:var(--card);
}

/* ── v4 pricing: firm offer owns the section, consumer sits underneath ────── */
.firm-offer{
  display:grid; grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);
  gap:clamp(1.5rem,3vw,2.5rem);
  background:var(--card); border:1px solid var(--accent);
  box-shadow:0 0 0 3px var(--accent-tint);
  border-radius:14px; padding:clamp(1.6rem,3.2vw,2.4rem);
}
@media (max-width:860px){ .firm-offer{ grid-template-columns:1fr; } }

.firm-list{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem 1.5rem; }
@media (max-width:560px){ .firm-list{ grid-template-columns:1fr; } }
.firm-list li{ font-size:.92rem; color:var(--ink-2); padding-left:1.5rem; position:relative; }
.firm-list li::before{
  content:""; position:absolute; left:0; top:.5em; width:.65rem; height:.35rem;
  border-left:2px solid var(--accent); border-bottom:2px solid var(--accent); transform:rotate(-45deg);
}

.firm-offer-cta{
  background:var(--sunk); border:1px solid var(--rule); border-radius:10px;
  padding:clamp(1.2rem,2.5vw,1.6rem); display:flex; flex-direction:column; justify-content:center; gap:.9rem;
}
.firm-cta-note{ margin:0; font-size:.92rem; color:var(--ink-2); }
.firm-offer-cta .btn{ width:100%; }
.firm-cta-sub{ margin:0; font-size:.8rem; color:var(--muted); text-align:center; }

/* The consumer motion is a different product decision, so it reads as a
   separate, quieter block rather than a third column of the same table. */
.consumer-band{ margin-top:clamp(2.5rem,5vw,3.5rem); padding-top:clamp(2rem,4vw,2.5rem); border-top:1px solid var(--rule); }
.consumer-band-head{ text-align:center; max-width:54ch; margin:0 auto 1.6rem; }
.consumer-band-head p{ margin:.5rem 0 0; color:var(--ink-2); font-size:.95rem; }
.consumer-plans{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:1rem; max-width:720px; margin:0 auto; }
.consumer-plan{ background:var(--card); border:1px solid var(--rule); border-radius:10px; padding:1.4rem 1.5rem; text-align:center; }
.consumer-plan .plan-price{ font-size:1.9rem; margin:.4rem 0 .1rem; }
.consumer-plan .plan-desc{ margin:.5rem 0 1.1rem; }
.consumer-plan .btn{ width:100%; }
.consumer-note{ text-align:center; font-size:.82rem; color:var(--muted); margin:1.4rem auto 0; max-width:56ch; }

.consumer-clarify{
  margin-top:.9rem !important; padding:.7rem .9rem; border-radius:8px;
  background:var(--accent-tint); color:var(--ink-2); font-size:.88rem;
}
.consumer-clarify strong{ color:var(--ink); }

/* ── v5: hero video + app store links ─────────────────────────────────────── */
.hero-shot video{ width:100%; height:auto; display:block; background:var(--sunk); }
.hero-shot figure{ background:var(--sunk); }

/* The proof strip is its own band, not the caption of the screenshot above it. */
.proof{ margin-top:0; }

.store-links{ margin:2.2rem auto 0; max-width:640px; }
.store-links-label{
  font-family:var(--mono); font-size:.66rem; letter-spacing:.13em; text-transform:uppercase;
  color:var(--muted); margin:0 0 .9rem;
}
.store-links-row{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:.75rem; }
.store-btn{
  display:flex; align-items:center; gap:.75rem; text-decoration:none;
  background:var(--card); border:1px solid var(--rule); border-radius:10px;
  padding:.85rem 1.1rem; color:var(--ink); text-align:left;
  transition:border-color .18s ease, transform .12s ease;
}
.store-btn:hover{ border-color:var(--ink); }
.store-btn:active{ transform:translateY(1px); }
.store-btn svg{ flex:none; color:var(--ink); }
.store-btn span{ display:flex; flex-direction:column; line-height:1.25; font-weight:600; font-size:.94rem; }
.store-btn small{
  font-family:var(--mono); font-size:.6rem; letter-spacing:.11em; text-transform:uppercase;
  color:var(--accent); font-weight:500; margin-bottom:.15rem;
}

/* ── v6: sticky bar carries the primary CTA plus both downloads ───────────── */
/* Replaces the lone "Get started" pill. A visitor who has scrolled past the
   hero should be able to act on any of the three, not just the form. */
.sticky-bar{
  position:fixed; right:1.1rem; bottom:1.1rem; z-index:55;
  display:flex; align-items:center; gap:.4rem;
  background:var(--card); border:1px solid var(--rule); border-radius:999px;
  padding:.35rem; box-shadow:0 8px 26px rgba(0,0,0,.14);
  opacity:0; visibility:hidden; transform:translateY(8px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s;
}
.sticky-bar.show{ opacity:1; visibility:visible; transform:none; }
.sticky-primary{ padding:.7rem 1.25rem; font-size:.9rem; }
.sticky-dl{
  display:inline-flex; align-items:center; gap:.4rem;
  padding:.65rem .85rem; border-radius:999px; text-decoration:none;
  color:var(--ink-2); font-size:.85rem; font-weight:600;
  transition:background .16s ease, color .16s ease;
}
.sticky-dl:hover{ background:var(--sunk); color:var(--ink); }
.sticky-dl svg{ flex:none; }
@media (max-width:560px){
  .sticky-bar{ left:1.1rem; right:1.1rem; justify-content:center; }
  .sticky-dl span{ display:none; }      /* icons only when space is tight */
  .sticky-dl{ padding:.65rem .7rem; }
}
