/* AtlasONE landing — extends the Atlas Mobility brand (shipping tokens):
   indigo #0046C8 + aqua #00AAED, honey #F5A623 pop, turquoise/vermillion data colors,
   Avenir type, on charcoal/indigo grounds. Signature: the Mobility Ladder. Scoped to body.lp. */
.lp {
  /* landing-art ramp — dark-ground text + gradient colors with no tokens.css
     equivalent (they only ever appear on .lp's dark hero/stakes/spotlight
     grounds). Defined once here and referenced below instead of scattering
     ~50 one-off hex through the file. Lydia-owned; not a tokens.css alias. */
  --lp-deep-2: #0E3AA0;  /* radial-gradient near stop, both dark hero grounds */
  --lp-mist:   #EAF2FF;  /* brightest — hero/ladder/spotlight body text */
  --lp-haze:   #B9C8EE;  /* lede + spotlight paragraph text */
  --lp-sky:    #C3D3F5;  /* nav links */
  --lp-dim:    #7E90C0;  /* hero trust line, tracker-mock row meta */
  --lp-slate:  #8AA0C8;  /* nav .who, tracker-mock header */
  --lp-frost:  #CDD8F3;  /* stakes sub, spotlight list body text */
  --lp-ash:    #93A4CF;  /* stakes fine print */
  --lp-smoke:  #8294C0;  /* footer text */

  margin: 0;
  font-family: var(--font-sans);
  color: var(--atlas-charcoal);
  background: var(--surface-subdued);
  -webkit-font-smoothing: antialiased;
}
.lp * { box-sizing: border-box; }
.lp a { color: inherit; text-decoration: none; }
.lp .wrap { width: min(1180px, 92vw); margin: 0 auto; }

/* ── Nav ───────────────────────────────────────────────────────── */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(16px, 4vw, 40px);
  background: rgba(8, 18, 46, .78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.lp-nav .brand { font-family: var(--font-sans); font-weight: 800; font-size: 22px; color: var(--text-on-brand); letter-spacing: -.5px; }
.lp-nav .brand b { color: var(--atlas-aqua); }
/* ATLAS◯ne wordmark — uppercase ATLAS + Atlas globe as the "O" + lowercase ne. */
.brand { display: inline-flex; align-items: baseline; gap: 0; }
.brand .wm-atlas { text-transform: uppercase; letter-spacing: .01em; }
.brand .wm-one { display: inline-flex; align-items: baseline; }
.brand .wm-ne { text-transform: lowercase; }
.brand .globe-o { width: .9em; height: .9em; flex: none; align-self: center; position: relative; top: .055em; color: var(--atlas-aqua); }
.lp-nav .links { display: flex; align-items: center; gap: clamp(10px, 2vw, 26px); }
.lp-nav .links a.navlink { color: var(--lp-sky); font-size: 14px; font-weight: 500; }
.lp-nav .links a.navlink:hover { color: var(--text-on-brand); }
.lp-nav .who { color: var(--lp-slate); font-size: 13px; font-family: var(--font-sans); }
.lp-btn { display: inline-block; font-weight: 600; font-size: 14px; padding: 9px 16px; border-radius: 999px; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.lp-btn:hover { transform: translateY(-1px); }
.lp-btn.ghost { color: var(--lp-mist); border: 1px solid rgba(255, 255, 255, .25); }
.lp-btn.ghost:hover { background: rgba(255, 255, 255, .1); }
.lp-btn.solid { color: var(--text-on-brand); background: linear-gradient(135deg, var(--interactive), var(--atlas-aqua)); }
.lp-btn.solid:hover { box-shadow: 0 8px 22px rgba(0, 85, 255, .4); }
.lp-btn.coral { color: #2a1a00; background: var(--atlas-honey); }  /* decorative tint: intentional, no exact token */
.lp-btn.coral:hover { background: #ffb43d; }  /* decorative tint: intentional, no exact token */
.lp-nav form { margin: 0; }
.lp-nav button.linkbtn { background: none; border: 0; color: var(--lp-sky); font: inherit; font-size: 14px; cursor: pointer; }
@media (max-width: 720px) { .lp-nav .links .navlink { display: none; } }

/* ── Hero ──────────────────────────────────────────────────────── */
.lp-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(1100px 600px at 80% -10%, var(--lp-deep-2) 0%, var(--atlas-indigo-800) 45%, var(--atlas-charcoal) 100%);
  color: var(--lp-mist);
  padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 9vw, 110px);
}
.lp-hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 64px); align-items: center; }
.eyebrow { font-family: var(--font-sans); font-size: 12.5px; letter-spacing: 3px; text-transform: uppercase; color: var(--atlas-aqua); margin: 0 0 18px; }
.lp-hero h1 { font-family: var(--font-sans); font-weight: 800; font-size: clamp(40px, 6vw, 76px); line-height: .98; letter-spacing: -2px; margin: 0 0 20px; }
.lp-hero h1 .word { display: inline-block; opacity: 0; transform: translateY(18px); }
.lp-hero h1 .accent { color: var(--atlas-honey); }
.lp-hero .lede { font-size: clamp(16px, 1.6vw, 19px); line-height: 1.55; color: var(--lp-haze); max-width: 32em; margin: 0 0 28px; }
.lp-hero .lede em { font-style: normal; color: var(--text-on-brand); font-weight: 600; }
.lp-hero .cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.lp-hero .cta .lp-btn { font-size: 16px; padding: 13px 24px; }
.lp-hero .trust { margin-top: 22px; font-family: var(--font-sans); font-size: 12px; color: var(--lp-dim); }

/* hero signature: the outcomes panel (solutions → results, product-true) */
.hero-viz { position: relative; padding-bottom: 26px; }
.hviz-panel { background: linear-gradient(180deg, rgba(10,22,58,.72), rgba(6,14,38,.72)); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-xl); padding: 22px 22px 24px; box-shadow: 0 34px 80px -20px rgba(0,0,0,.6); backdrop-filter: blur(8px); animation: hvup .7s cubic-bezier(.22,.61,.36,1) both; }
@keyframes hvup { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.hviz-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.hviz-title { font-family: var(--font-sans); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--lp-slate); font-weight: 700; }
.hviz-title em { font-style: normal; letter-spacing: .5px; color: var(--lp-dim); font-weight: 600; text-transform: none; }
.hviz-live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-sans); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--atlas-turquoise); font-weight: 700; }
.hviz-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--atlas-turquoise); animation: hvpulse 2.2s infinite; }
@keyframes hvpulse { 0% { box-shadow: 0 0 0 0 rgba(78,205,196,.5); } 70% { box-shadow: 0 0 0 9px rgba(78,205,196,0); } 100% { box-shadow: 0 0 0 0 rgba(78,205,196,0); } }
.hviz-tag { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; color: var(--lp-dim); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 3px 9px; }
.hviz-mrow { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hviz-mlab { font-family: var(--font-sans); font-size: 13px; color: var(--lp-haze); }
.hviz-trend { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: var(--atlas-turquoise); background: rgba(78,205,196,.12); border-radius: 999px; padding: 4px 11px; white-space: nowrap; }
.hviz-mnum { font-family: var(--font-sans); font-weight: 900; font-size: 40px; line-height: 1; color: var(--lp-mist); letter-spacing: -1.5px; }
.hviz-delta { font-family: var(--font-sans); font-size: 13px; font-weight: 700; color: var(--atlas-turquoise); }
.hviz-spark { width: 100%; height: 78px; margin: 6px 0 2px; display: block; }
.hviz-area { animation: hvfade 1.2s ease .3s both; }
@keyframes hvfade { from { opacity: 0; } to { opacity: 1; } }
.hviz-line { fill: none; stroke: var(--atlas-aqua); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 2px 6px rgba(0,170,237,.4)); stroke-dasharray: 320; stroke-dashoffset: 320; animation: hvdraw 1.5s cubic-bezier(.22,.61,.36,1) .2s forwards; }
@keyframes hvdraw { to { stroke-dashoffset: 0; } }
.hviz-dot { fill: var(--atlas-aqua); opacity: 0; animation: hvfade .4s ease 1.5s forwards; }
.hviz-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); }
.oc b { display: block; font-family: var(--font-sans); font-weight: 800; font-size: 26px; line-height: 1; letter-spacing: -1px; }
.oc span { display: block; margin-top: 6px; font-size: 11px; line-height: 1.3; color: var(--lp-slate); }
.oc-hapi b { color: var(--atlas-honey); }
.oc-fall b { color: var(--atlas-turquoise); }
.oc-cost b { color: var(--atlas-aqua); }
.hviz-foot { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 12px 14px; background: rgba(78,205,196,.06); border: 1px solid rgba(78,205,196,.16); border-radius: 12px; }
.chip-ring { position: relative; width: 44px; height: 44px; flex: none; }
.chip-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.chip-ring .cr-track { fill: none; stroke: rgba(255,255,255,.14); stroke-width: 4; }
.chip-ring .cr-prog { fill: none; stroke: var(--atlas-turquoise); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 125.7; stroke-dashoffset: 125.7; animation: hvring 1.4s cubic-bezier(.22,.61,.36,1) .6s forwards; }
@keyframes hvring { to { stroke-dashoffset: 23.9; } }
.chip-ring span { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-sans); font-weight: 800; font-size: 15px; color: var(--lp-mist); }
.chip-check { width: 40px; height: 40px; border-radius: 50%; flex: none; display: grid; place-items: center; background: rgba(78,205,196,.14); color: var(--atlas-turquoise); }
.chip-check svg { width: 22px; height: 22px; }
.chip-txt b { display: block; font-family: var(--font-sans); font-size: 13px; color: var(--lp-mist); font-weight: 700; }
.chip-txt span { font-size: 11px; color: var(--lp-dim); }
@media (max-width: 860px) { .lp-hero .wrap { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .hviz-line { stroke-dashoffset: 0; animation: none; }
  .chip-ring .cr-prog { stroke-dashoffset: 23.9; animation: none; }
  .hviz-panel, .hviz-area, .hviz-dot { animation: none; opacity: 1; }
}

/* ── Impact (the stats moment) ─────────────────────────────────── */
.lp-impact { background: linear-gradient(180deg, var(--surface), #f4f7fe); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: clamp(56px, 8vw, 96px) 0; }  /* decorative tint: intentional, no exact token */
.lp-impact .impact-eyebrow { font-family: var(--font-sans); font-size: 12.5px; letter-spacing: 3px; text-transform: uppercase; color: var(--interactive); text-align: center; margin: 0 0 clamp(32px, 5vw, 56px); }
.lp-impact .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 64px); }
.stat { display: flex; flex-direction: column; align-items: center; text-align: center;
  --accent: var(--interactive); --accent-2: var(--atlas-aqua);
  opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,.61,.36,1); }
.stat.on { opacity: 1; transform: none; }
.stat.hapi  { --accent: var(--atlas-honey); --accent-2: #f5c043; }  /* decorative tint: intentional, no exact token */
.stat.falls { --accent: var(--atlas-turquoise);   --accent-2: #7fe0d8; }  /* decorative tint: intentional, no exact token */
.stat.injury{ --accent: var(--interactive);  --accent-2: var(--atlas-aqua); }
.ring-wrap { position: relative; width: clamp(150px, 18vw, 210px); aspect-ratio: 1; display: grid; place-items: center; }
.stat-ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.stat-ring .track { stroke: rgba(10,20,48,.08); }
.stat-ring .prog { stroke: var(--accent); filter: drop-shadow(0 2px 8px rgba(0,70,200,.25));
  transition: stroke-dashoffset 1.6s cubic-bezier(.22,.61,.36,1); }
.stat.hapi  .stat-ring .prog { filter: drop-shadow(0 2px 8px rgba(245,158,11,.3)); }
.stat.falls .stat-ring .prog { filter: drop-shadow(0 2px 8px rgba(78,205,196,.35)); }
.stat .num { position: relative; font-family: var(--font-sans); font-weight: 900; font-size: clamp(48px, 8vw, 92px); line-height: 1; color: var(--atlas-charcoal); letter-spacing: -3px; display: flex; align-items: baseline; }
.stat .num .suf { font-size: .5em; font-weight: 800; color: var(--accent); margin-left: 2px; letter-spacing: -1px; }
.stat .lab { margin-top: clamp(16px, 2.5vw, 26px); color: var(--gray-700); font-size: clamp(14px, 1.4vw, 16px); line-height: 1.45; max-width: 17ch; font-weight: 500; }
.lp-impact .note { margin-top: clamp(36px, 5vw, 56px); text-align: center; font-family: var(--font-sans); font-size: 12px; color: var(--text-subdued); }
@media (max-width: 760px) { .lp-impact .grid { grid-template-columns: 1fr; gap: 44px; } }
@media (prefers-reduced-motion: reduce) {
  .stat { opacity: 1; transform: none; }
  .stat-ring .prog { transition: none; }
}

/* ── Stakes (emotional) ────────────────────────────────────────── */
.lp-stakes { background: var(--atlas-charcoal); color: var(--lp-frost); padding: clamp(56px, 9vw, 110px) 0; }
.lp-stakes .wrap { max-width: 880px; text-align: center; }
.lp-stakes .big { font-family: var(--font-sans); font-weight: 800; font-size: clamp(26px, 4.2vw, 46px); line-height: 1.18; letter-spacing: -1px; color: var(--text-on-brand); margin: 0; }
.lp-stakes .big em { font-style: normal; color: var(--atlas-honey); }
.lp-stakes .sub { margin: 22px auto 0; max-width: 60ch; font-size: 17px; line-height: 1.6; color: var(--lp-ash); }

/* ── Journey ───────────────────────────────────────────────────── */
.lp-journey { padding: clamp(52px, 8vw, 100px) 0; }
.sec-head { max-width: 34em; margin-bottom: 40px; }
.sec-head .eyebrow { color: var(--interactive); }
.sec-head h2 { font-family: var(--font-sans); font-weight: 800; font-size: clamp(28px, 4vw, 44px); letter-spacing: -1.2px; margin: 0 0 12px; color: var(--atlas-charcoal); }
.sec-head p { color: var(--gray-700); font-size: 17px; line-height: 1.5; margin: 0; }
/* Buckets = horizontal columns; assets stack vertically inside each column. */
.stages { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px, 2vw, 22px); align-items: stretch; }
.stage { display: flex; flex-direction: column; gap: 14px; }
.stage .tag { font-family: var(--font-sans); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--interactive); padding-bottom: 14px; border-bottom: 2px solid var(--border); }
.stage .tag .step { display: block; font-family: var(--font-sans); font-size: clamp(24px, 2.4vw, 32px); font-weight: 800; line-height: 1; margin-bottom: 4px; background: linear-gradient(135deg, var(--interactive), var(--atlas-aqua)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stage .tag .nm { display: block; font-size: 13px; }
.stage .tag .out { display: block; margin-top: 8px; font-family: var(--font-sans); font-size: 12.5px; letter-spacing: 0; text-transform: none; color: var(--gray-700); font-weight: 500; line-height: 1.4; }
.cards { display: flex; flex-direction: column; gap: 12px; }
.tcard { display: block; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; position: relative; overflow: hidden; }
.tcard::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom, var(--interactive), var(--atlas-aqua)); transform: scaleY(0); transform-origin: bottom; transition: transform .25s ease; }
.tcard.reveal { animation: cardin .55s cubic-bezier(.22,.61,.36,1) both; }
@keyframes cardin { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.tcard:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(10,20,48,.13); border-color: var(--interactive); }
.tcard:hover::before { transform: scaleY(1); }
.tcard h3 { font-family: var(--font-sans); font-weight: 700; font-size: 16px; margin: 0 0 6px; color: var(--atlas-charcoal); line-height: 1.2; }
.tcard p { margin: 0; color: var(--text-subdued); font-size: 13px; line-height: 1.4; }
.tcard .go { display: inline-block; margin-top: 12px; font-size: 12.5px; font-weight: 600; color: var(--interactive); }
.tcard:hover .go { color: var(--atlas-aqua); }
/* Sub-assets without their own tool (IFUs, Value Analysis, Equipment Training). */
.tcard.is-item { background: #f6f8fe; border-style: dashed; }  /* decorative tint: intentional, no exact token */
.tcard.is-item::before { background: var(--border); }
.tcard.is-item:hover { transform: none; box-shadow: none; border-color: var(--interactive); }
.tcard .go.soft { color: var(--text-subdued); }
@media (max-width: 1040px) { .stages { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .stages { grid-template-columns: 1fr; } }

/* ── Spotlight (upgrade driver: Mobility Tracker) ──────────────── */
.lp-spot { background: radial-gradient(900px 500px at 15% 10%, var(--lp-deep-2) 0%, var(--atlas-indigo-800) 50%, var(--atlas-charcoal) 100%); color: var(--lp-mist); padding: clamp(56px, 9vw, 104px) 0; overflow: hidden; }
.lp-spot .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.lp-spot .eyebrow { color: var(--atlas-aqua); }
.lp-spot h2 { font-family: var(--font-sans); font-weight: 800; font-size: clamp(28px, 4vw, 46px); letter-spacing: -1.2px; line-height: 1.05; margin: 0 0 16px; }
.lp-spot p { color: var(--lp-haze); font-size: 17px; line-height: 1.6; margin: 0 0 14px; max-width: 34em; }
.lp-spot ul { list-style: none; padding: 0; margin: 18px 0 26px; display: grid; gap: 10px; }
.lp-spot li { padding-left: 26px; position: relative; color: var(--lp-frost); }
.lp-spot li::before { content: "→"; position: absolute; left: 0; color: var(--atlas-aqua); }
.lp-spot .tag-full { display: inline-block; font-family: var(--font-sans); font-size: 11px; letter-spacing: 1px; color: var(--atlas-honey); border: 1px solid rgba(245,158,11,.4); border-radius: 999px; padding: 3px 10px; margin-bottom: 16px; }
.tracker-mock { background: rgba(6,14,38,.6); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); padding: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.tracker-mock .mh { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-sans); font-size: 11px; letter-spacing: 1px; color: var(--lp-slate); margin-bottom: 14px; }
.tracker-mock .row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 12px 14px; margin-bottom: 8px; }
.tracker-mock .row .pt { font-weight: 600; color: var(--lp-mist); font-size: 14px; }
.tracker-mock .row .rm { font-family: var(--font-sans); font-size: 11px; color: var(--lp-dim); }
.tracker-mock .pill { font-family: var(--font-sans); font-size: 11px; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.tracker-mock .pill.l4 { background: rgba(78,205,196,.18); color: var(--atlas-turquoise); }
.tracker-mock .pill.l2 { background: rgba(245,158,11,.16); color: #f5c043; }  /* decorative tint: intentional, no exact token */
.tracker-mock .pill.l0 { background: rgba(201,53,69,.18); color: #e8707e; }  /* decorative tint: intentional, no exact token */
@media (max-width: 820px) { .lp-spot .wrap { grid-template-columns: 1fr; } }

/* ── Plans ─────────────────────────────────────────────────────── */
.lp-plans { background: linear-gradient(180deg, var(--surface-subdued), #eef1fb); padding: clamp(52px, 8vw, 96px) 0; }  /* decorative tint: intentional, no exact token */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tier { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 26px 22px; display: flex; flex-direction: column; }
.tier.feat { border: 2px solid var(--interactive); box-shadow: 0 16px 40px rgba(0,85,255,.16); position: relative; }
.tier.feat .flag { position: absolute; top: -11px; left: 22px; background: var(--atlas-honey); color: #2a1a00; font-family: var(--font-sans); font-size: 11px; letter-spacing: 1px; padding: 3px 10px; border-radius: 999px; }  /* decorative tint: intentional, no exact token */
.tier .nm { font-family: var(--font-sans); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-subdued); }
.tier .pr { font-family: var(--font-sans); font-weight: 800; font-size: 34px; color: var(--atlas-charcoal); margin: 10px 0 2px; letter-spacing: -1px; }
.tier .pr small { font-size: 14px; font-weight: 500; color: var(--text-subdued); }
.tier .bl { color: var(--gray-700); font-size: 14px; line-height: 1.5; margin: 8px 0 18px; flex: 1; }
.tier .lp-btn { text-align: center; }
/* .lp-btn.ghost defaults to light-on-dark (nav/hero); pricing cards sit on a
   light .tier surface, so the "Choose <plan>" ghost CTA needs dark text —
   was a per-instance inline style, now scoped here instead (was views.js). */
.tier .lp-btn.ghost { color: var(--atlas-charcoal); border-color: var(--border); }
@media (max-width: 860px) { .tiers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .tiers { grid-template-columns: 1fr; } }

/* ── Hero scope badges (breadth signal, under the CTA) ─────────────── */
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-badges .bdg { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-sans); font-size: 12.5px; font-weight: 600; color: var(--lp-frost); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 6px 13px; }
.hero-badges .bdg svg { width: 14px; height: 14px; color: var(--atlas-aqua); flex: none; }

/* ── The complete platform (comprehensiveness centerpiece) ─────────── */
/* anchor offset so #toolkit / #plans land clear of the sticky nav */
.lp-platform, .lp-plans { scroll-margin-top: 76px; }
.lp-platform { padding: clamp(56px, 8vw, 104px) 0; background: linear-gradient(180deg, #fff, var(--surface-subdued)); }  /* decorative tint: intentional */
.lp-platform .sec-head { max-width: 40em; margin-left: auto; margin-right: auto; text-align: center; }
.lp-platform .sec-head p { margin-left: auto; margin-right: auto; }
.lp-platform .count-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(20px, 4vw, 52px); margin: 30px 0 8px; }
.lp-platform .count-strip .c { text-align: center; }
.lp-platform .count-strip .c b { display: block; font-family: var(--font-sans); font-weight: 900; font-size: clamp(30px, 4vw, 44px); line-height: 1; letter-spacing: -2px; background: linear-gradient(135deg, var(--interactive), var(--atlas-aqua)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lp-platform .count-strip .c span { display: block; margin-top: 8px; font-size: 12.5px; letter-spacing: .5px; color: var(--text-subdued); font-weight: 600; text-transform: uppercase; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(36px, 5vw, 54px); }
.pillar { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 24px 22px 22px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; --pc: var(--interactive); }
.pillar::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--pc), var(--atlas-aqua)); }
.pillar:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(10,20,48,.14); border-color: var(--pc); }
.pillar.reveal { animation: cardin .55s cubic-bezier(.22,.61,.36,1) both; }
.pillar .p-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.pillar .p-ico { width: 42px; height: 42px; border-radius: 12px; flex: none; display: grid; place-items: center; background: color-mix(in srgb, var(--pc) 12%, transparent); color: var(--pc); }
.pillar .p-ico svg { width: 22px; height: 22px; }
.pillar .p-cat { font-family: var(--font-sans); font-weight: 800; font-size: 17px; color: var(--atlas-charcoal); line-height: 1.15; letter-spacing: -.3px; }
.pillar .p-count { font-family: var(--font-sans); font-size: 11.5px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--pc); margin-top: 2px; }
.pillar .p-desc { color: var(--gray-700); font-size: 13.5px; line-height: 1.5; margin: 0 0 16px; }
.pillar .p-tools { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.pillar .chip { font-family: var(--font-sans); font-size: 12px; font-weight: 600; color: var(--gray-700); background: color-mix(in srgb, var(--pc) 7%, var(--surface)); border: 1px solid var(--border); border-radius: 8px; padding: 5px 10px; line-height: 1; }
.pillar .chip.soon { color: var(--text-subdued); font-style: italic; }
/* accent per pillar */
.pillar.assess  { --pc: var(--interactive); }
.pillar.quant   { --pc: #2f8f6f; }        /* green — money/value */  /* decorative tint: intentional */
.pillar.equip   { --pc: var(--atlas-aqua); }
.pillar.learn   { --pc: #7a5cff; }        /* violet — education */  /* decorative tint: intentional */
.pillar.comply  { --pc: var(--atlas-honey); }
.pillar.command { --pc: #c0324a; }        /* vermillion — enterprise */  /* decorative tint: intentional */
.pillar.track   { --pc: var(--atlas-turquoise); }
@media (max-width: 960px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .pillars { grid-template-columns: 1fr; } }

/* ── Bedside to boardroom (the architecture band) ──────────────────── */
.lp-arc { background: radial-gradient(1000px 560px at 82% -10%, var(--lp-deep-2), var(--atlas-indigo-800) 46%, var(--atlas-charcoal) 100%); color: var(--lp-mist); padding: clamp(56px, 9vw, 104px) 0; }
.lp-arc .sec-head { text-align: center; max-width: 42em; margin: 0 auto 46px; }
.lp-arc .sec-head .eyebrow { color: var(--atlas-aqua); }
.lp-arc .sec-head h2 { color: var(--text-on-brand); }
.lp-arc .sec-head p { color: var(--lp-haze); }
.arc-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; }
.arc-step { background: rgba(6,14,38,.5); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); padding: 26px 24px; position: relative; }
.arc-step .ix { font-family: var(--font-sans); font-weight: 800; font-size: 12px; letter-spacing: 2px; color: var(--atlas-aqua); }
.arc-step h3 { font-family: var(--font-sans); font-weight: 800; font-size: 20px; margin: 12px 0 8px; color: var(--lp-mist); letter-spacing: -.4px; }
.arc-step p { color: var(--lp-haze); font-size: 14.5px; line-height: 1.55; margin: 0; }
.arc-step .dev { margin-top: 16px; font-family: var(--font-sans); font-size: 11.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--lp-slate); }
.arc-step .arw { position: absolute; right: -13px; top: 50%; transform: translateY(-50%); z-index: 2; color: rgba(255,255,255,.3); font-size: 22px; line-height: 1; }
.arc-note { text-align: center; margin: 34px auto 0; max-width: 56ch; font-size: 13px; color: var(--lp-ash); }
@media (max-width: 820px) { .arc-flow { grid-template-columns: 1fr; } .arc-step .arw { display: none; } }

/* ── Footer ────────────────────────────────────────────────────── */
.lp-foot { background: var(--atlas-charcoal); color: var(--lp-smoke); padding: 36px 0; text-align: center; font-size: 13px; font-family: var(--font-sans); }
.lp-foot b { color: var(--lp-mist); font-family: var(--font-sans); }

:focus-visible { outline: 3px solid var(--atlas-aqua); outline-offset: 3px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
  .lp * { transition: none !important; }
  .lp-hero h1 .word { opacity: 1 !important; transform: none !important; }
  .tcard { opacity: 1 !important; transform: none !important; }
}

/* standard-SaaS pricing feature lists */
.tier .feats { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 7px; }
.tier .feats li { font-size: 13px; color: var(--gray-700); padding-left: 19px; position: relative; line-height: 1.35; }
.tier .feats li::before { content: "\2713"; position: absolute; left: 0; color: var(--interactive); font-weight: 700; }
.tier .feats li.incl { font-weight: 700; color: var(--atlas-charcoal); padding-left: 0; margin-top: 4px; }
.tier .feats li.incl::before { content: ""; }
