/* ============================================================
   home.css - Direction B homepage (product-led SaaS).
   ALL rules are scoped under .v2home so they never affect the shared
   header/footer or any other page. Tokens are scoped to .v2home too.
   The homepage renders full-width because body[data-route="home"] #app
   drops its max-width/padding (see styles.css). Responsive + cross-browser
   rules live in the MEDIA QUERIES block at the end.
   ============================================================ */

/* Guard against shared-chrome rules leaking into the scoped homepage */
.v2home .section { margin: 0; }
.v2home .btn { box-shadow: none; }
.v2home .pill { text-transform: none; letter-spacing: normal; }
.v2home img, .v2home svg { max-width: 100%; }
.v2home { min-width: 0; }

.v2home *{margin:0;padding:0;box-sizing:border-box}
.v2home .home-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;max-width:940px;margin:0 auto}
.v2home .home-audience-choice{appearance:none;border:1px solid var(--border);border-radius:14px;background:var(--white);color:var(--navy);min-height:76px;padding:.85rem 1rem;display:flex;align-items:center;gap:.7rem;text-align:left;font:inherit;font-size:.9rem;font-weight:600;line-height:1.3;cursor:pointer;box-shadow:0 4px 14px rgba(4,36,92,.06);transition:border-color .18s,box-shadow .18s,transform .18s,background .18s}
.v2home .home-audience-choice svg{flex:0 0 36px;width:36px;height:36px;padding:8px;border-radius:10px;background:var(--pale);color:var(--blue)}
.v2home .home-audience-choice:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 22px rgba(4,36,92,.11)}
.v2home .home-audience-choice:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.v2home .home-audience-choice.selected{border-color:var(--blue);background:#f7fbff;box-shadow:0 0 0 2px rgba(4,92,244,.12),0 8px 22px rgba(4,36,92,.1)}
.v2home .home-audience-result{max-width:940px;margin:.9rem auto 0;padding:1.1rem 1.2rem;border:1px solid #bfd5ff;border-radius:16px;background:linear-gradient(135deg,#f5f9ff,#fff);display:flex;align-items:center;justify-content:space-between;gap:1.2rem;box-shadow:0 8px 24px rgba(4,36,92,.08)}
.v2home .home-audience-result[hidden]{display:none}
.v2home .home-audience-result-copy{max-width:560px}
.v2home .home-audience-result-copy h3{font-size:1.25rem;margin:.18rem 0 .25rem}
.v2home .home-audience-result-copy p{color:var(--muted);font-size:.88rem;line-height:1.5}
.v2home .home-audience-result-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}
.v2home .home-audience-result-actions .btn{white-space:nowrap;font-size:.82rem;padding:.7rem .85rem}
.v2home .home-audience-result.commissioner-map{display:block;padding:1.25rem}
.v2home .home-audience-result.commissioner-map .home-audience-result-copy{max-width:760px;margin-bottom:1rem}
.v2home .home-route-map{position:relative}
.v2home .home-route-hub{max-width:560px;margin:0 auto;padding:.85rem 1rem;border-radius:14px;background:var(--navy);color:#fff;display:flex;align-items:center;gap:.7rem;box-shadow:0 8px 22px rgba(4,36,92,.18)}
.v2home .home-route-hub>svg{flex:0 0 38px;width:38px;height:38px;padding:8px;border-radius:10px;background:rgba(255,255,255,.12)}
.v2home .home-route-hub span{display:flex;flex-direction:column;min-width:0}
.v2home .home-route-hub small{font-size:.61rem;letter-spacing:.08em;color:#bfdbfe}
.v2home .home-route-hub strong{font-size:.94rem}
.v2home .home-route-hub b{margin-left:auto;display:flex;align-items:center;gap:.3rem;padding:.35rem .55rem;border-radius:999px;background:rgba(255,255,255,.12);font-size:.7rem;white-space:nowrap}
.v2home .home-route-branches{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-top:1.4rem}
.v2home .home-route-branches:before{content:"";position:absolute;z-index:0;left:12%;right:12%;top:-.72rem;border-top:2px solid #bfd5ff}
.v2home .home-route-node{position:relative;z-index:1;min-width:0;padding:.85rem;border:1px solid #cfddf5;border-radius:13px;background:#fff;color:var(--navy);display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;box-shadow:0 4px 13px rgba(4,36,92,.06);transition:transform .18s,border-color .18s,box-shadow .18s}
.v2home .home-route-node:before{content:"";position:absolute;left:50%;top:-.75rem;height:.75rem;border-left:2px solid #bfd5ff}
.v2home .home-route-node:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 8px 20px rgba(4,36,92,.1)}
.v2home .home-route-node-icon{flex:0 0 auto;width:32px;height:32px;padding:6px;border-radius:9px;background:var(--pale);color:var(--blue)}
.v2home .home-route-node strong{font-size:.82rem;line-height:1.3}
.v2home .home-route-node>span.home-route-node-items{color:var(--muted);font-size:.7rem;line-height:1.4}
.v2home .home-route-node em{margin-top:auto;padding-top:.35rem;color:var(--blue);font-size:.7rem;font-style:normal;font-weight:600;display:flex;align-items:center;gap:.2rem}
.v2home .home-route-shared{margin-top:.7rem;padding:.65rem .8rem;border-radius:12px;background:#eaf4ff;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.45rem .9rem;font-size:.7rem;color:var(--navy)}
.v2home .home-route-shared strong{font-size:.72rem}
.v2home .home-route-shared span{display:flex;align-items:center;gap:.25rem}
.v2home .home-route-shared span svg{color:#087443}
.v2home .home-audience-result.commissioner-map .home-audience-result-actions{justify-content:center;margin-top:.85rem}
.v2home .home-audience-fallback{text-align:center;color:var(--muted);font-size:.84rem;margin:.75rem 0 0}
.v2home .home-audience-fallback a{color:var(--blue);font-weight:600;text-decoration:underline}
.v2home{--blue:#045cf4; --blue-hover:#0442c2; --bright:#045cf4; --pale:#eaf4ff;
  --navy:#04245c; --navy2:#152e5c; --navy3:#02163f;
  --body:#2b3247; --muted:#475569; --bg:#f0f5fa; --white:#ffffff; --border:#d8e0e9;
  --gold:#d4af37;}
.v2home html{scroll-behavior:smooth}
.v2home body{font-family:'Poppins',system-ui,sans-serif;color:var(--body);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
.v2home h1, .v2home h2, .v2home h3, .v2home h4{font-weight:600;letter-spacing:-0.02em;color:var(--navy);line-height:1.15}
.v2home a{text-decoration:none;color:inherit}
.v2home img, .v2home svg{display:block;max-width:100%}
.v2home .wrap{max-width:var(--maxw,1120px);margin:0 auto;padding:0 20px}
.v2home .section{padding:88px 0}
.v2home .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--blue)}
.v2home .eyebrow.on-dark{color:#93c5fd}   /* light blue: Primary Blue is too dark to read on the navy bands */
.v2home .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-weight:600;font-size:15px;border-radius:11px;padding:14px 26px;cursor:pointer;border:none;transition:.18s;white-space:nowrap}
.v2home .btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px -8px rgba(4,92,244,.55)}
.v2home .btn-primary:hover{background:var(--blue-hover);box-shadow:0 12px 26px -8px rgba(4,92,244,.6);transform:translateY(-1px)}
.v2home .btn-ghost{background:#fff;color:var(--navy);border:1.5px solid var(--border)}
.v2home .btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.v2home .btn-ghost-dark{background:rgba(255,255,255,.06);color:#fff;border:1.5px solid rgba(255,255,255,.28)}
.v2home .btn-ghost-dark:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.5)}
.v2home .btn-white{background:#fff;color:var(--blue)}
.v2home .btn-white:hover{background:var(--pale)}
.v2home .btn-sm{padding:11px 20px;font-size:14px}
.v2home .pill{display:inline-flex;align-items:center;gap:6px;background:var(--pale);color:var(--blue);font-size:12.5px;font-weight:600;padding:6px 13px;border-radius:100px}
.v2home .caption{font-size:11.5px;font-style:italic;color:var(--muted);opacity:.85}
.v2home header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.v2home .nav{display:flex;align-items:center;gap:38px;height:74px}
.v2home .brand{display:flex;align-items:center;gap:11px;font-weight:600;font-size:20px;color:var(--navy);letter-spacing:-0.02em}
.v2home .brand .mk{color:var(--blue)}
.v2home .nav ul{display:flex;gap:30px;list-style:none;margin-left:6px}
.v2home .nav ul a{font-size:14.5px;font-weight:500;color:var(--muted);transition:.15s;display:flex;align-items:center;gap:5px}
.v2home .nav ul a:hover{color:var(--blue)}
.v2home .nav .right{margin-left:auto;display:flex;align-items:center;gap:18px}
.v2home .nav .signin{font-size:14.5px;font-weight:600;color:var(--navy)}
.v2home .nav .signin:hover{color:var(--blue)}
.v2home .chev{width:11px;height:11px;stroke:currentColor;stroke-width:2.4;fill:none}
.v2home .hero{position:relative;overflow:hidden;background:
   radial-gradient(1100px 520px at 88% -8%, #dcecfb 0%, rgba(220,236,251,0) 60%),
   linear-gradient(180deg,#ffffff 0%, #f4f9fe 100%)}
.v2home .hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(var(--border) 1px,transparent 1px);background-size:26px 26px;opacity:.4;mask-image:linear-gradient(180deg,#000,transparent 70%);-webkit-mask-image:linear-gradient(180deg,#000,transparent 70%)}
.v2home .hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.06fr;gap:56px;align-items:center;padding-top:74px;padding-bottom:88px}
.v2home .hero h1{font-size:52px;line-height:1.08;margin:20px 0 20px;letter-spacing:-0.03em}
.v2home .hero h1 .hl{color:var(--blue);position:relative}
.v2home .hero h1 .hl:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:11px;background:var(--pale);z-index:-1;border-radius:3px}
.v2home .hero .sub{font-size:18.5px;color:var(--muted);max-width:540px;margin-bottom:32px;line-height:1.6}
.v2home .hero .cta-row{display:flex;gap:14px;margin-bottom:28px;flex-wrap:wrap}
.v2home .trustline{display:flex;align-items:center;gap:13px;font-size:13.5px;color:var(--muted)}
.v2home .avatars{display:flex}
.v2home .avatars span{width:34px;height:34px;border-radius:50%;border:2.5px solid #fff;margin-left:-10px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff}
.v2home .avatars span:first-child{margin-left:0}
.v2home .stars{display:inline-flex;gap:1px}
.v2home .stars svg{width:15px;height:15px;fill:#f5b301}
.v2home .browser{position:relative;background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:0 40px 80px -34px rgba(21,46,92,.4),0 8px 24px -12px rgba(21,46,92,.18);overflow:hidden}
.v2home .browser .bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f7fafd;border-bottom:1px solid var(--border)}
.v2home .dot{width:11px;height:11px;border-radius:50%}
.v2home .url{flex:1;margin-left:8px;background:#fff;border:1px solid var(--border);border-radius:7px;padding:5px 12px;font-size:11.5px;color:var(--muted);display:flex;align-items:center;gap:6px}
.v2home .app{display:grid;grid-template-columns:150px 1fr;min-height:392px}
.v2home .app-side{background:var(--navy3);padding:16px 12px;color:#cbd5e1}
.v2home .app-side .logo{display:flex;align-items:center;gap:7px;color:#fff;font-weight:600;font-size:13px;margin-bottom:20px;padding:0 4px}
/* The two-tone mark's dark half vanishes on these dark mockup sidebars - sit it on a white chip (as in the footer). */
.v2home .app-side .logo img,.v2home .fa-side .fl img{background:#fff;border-radius:4px;padding:2px}
.v2home .app-side .navi{list-style:none;display:flex;flex-direction:column;gap:3px}
.v2home .app-side .navi li{display:flex;align-items:center;gap:9px;font-size:12px;padding:8px 10px;border-radius:8px;color:#94a3b8}
.v2home .app-side .navi li.on{background:var(--blue);color:#fff}
.v2home .app-side .navi li svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
.v2home .app-main{padding:16px 18px;background:#fbfdff}
.v2home .app-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.v2home .app-head .mock-title{font-size:14.5px;font-weight:700;color:var(--navy);margin:0}
.v2home .app-head .timer{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--blue);background:var(--pale);padding:5px 11px;border-radius:100px}
.v2home .worklist{display:flex;flex-direction:column;gap:7px}
.v2home .wl-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:9px;padding:9px 11px;font-size:11.5px}
.v2home .wl-row.sel{border-color:var(--blue);box-shadow:0 0 0 3px var(--pale)}
.v2home .tag{font-size:9.5px;font-weight:700;padding:3px 7px;border-radius:5px;letter-spacing:.02em;white-space:nowrap}
.v2home .tag.red{background:#fdeaea;color:#c0392b}
.v2home .tag.amber{background:#fdf2e0;color:#7a4b05}
.v2home .tag.green{background:#e6f6ec;color:#166b3c}
.v2home .tag.blue{background:var(--pale);color:var(--blue)}
.v2home .wl-row .who{font-weight:600;color:var(--navy)}
.v2home .wl-row .meta{color:var(--muted);font-size:10.5px}
.v2home .feedback{margin-top:12px;background:linear-gradient(135deg,#083a78,#045cf4);border-radius:11px;padding:13px 15px;color:#fff;display:flex;align-items:center;gap:13px}
.v2home .score-ring{position:relative;width:52px;height:52px;flex-shrink:0}
.v2home .score-ring svg{transform:rotate(-90deg)}
.v2home .score-ring .val{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}
.v2home .feedback .ftxt b{font-size:13px;display:block}
.v2home .feedback .ftxt span{font-size:11px;opacity:.85}
.v2home .comp-pills{display:flex;gap:6px;flex-wrap:wrap;margin-top:11px}
.v2home .cpill{font-size:10px;font-weight:600;padding:4px 9px;border-radius:100px;background:#fff;border:1px solid var(--border);color:var(--muted);display:flex;align-items:center;gap:4px}
.v2home .cpill.done{background:#e6f6ec;border-color:#bfe6cd;color:#166b3c}
.v2home .cpill svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:2.6}
.v2home .float-badge{position:absolute;background:#fff;border:1px solid var(--border);border-radius:13px;box-shadow:0 18px 40px -16px rgba(21,46,92,.4);padding:12px 15px;display:flex;align-items:center;gap:11px}
.v2home .float-badge.b1{top:-22px;left:-30px;z-index:5}
.v2home .float-badge.b2{bottom:-24px;right:-26px;z-index:5}
.v2home .float-badge .ic{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.v2home .float-badge .ic svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2}
.v2home .float-badge .lbl{font-size:10.5px;color:var(--muted);line-height:1.3}
.v2home .float-badge .lbl b{display:block;font-size:15px;color:var(--navy)}
.v2home .logos{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:34px 0}
.v2home .logos .lbl{text-align:center;font-size:12.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:24px}
.v2home .logo-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.v2home .plogo{display:flex;align-items:center;gap:10px;color:#526176}
.v2home .plogo svg{width:26px;height:26px;fill:currentColor}
.v2home .plogo span{font-weight:600;font-size:15px;letter-spacing:-0.01em}
.v2home .plogo small{display:block;font-size:9.5px;font-weight:500;letter-spacing:.04em;color:#a3b1c2}
.v2home .stats-sec{background:var(--pale)}
.v2home .stats-head{text-align:center;max-width:640px;margin:0 auto 46px}
.v2home .stats-head h2{font-size:34px;margin:14px 0 12px}
.v2home .stats-head p{font-size:16.5px;color:var(--muted)}
.v2home .stats-grid{display:grid;grid-template-columns:repeat(4,1fr) 1.15fr;gap:18px;align-items:stretch}
.v2home .stat{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px 22px;text-align:left;transition:.18s}
.v2home .stat:hover{transform:translateY(-3px);box-shadow:0 18px 40px -20px rgba(21,46,92,.28)}
.v2home .stat .ic{width:42px;height:42px;border-radius:11px;background:var(--pale);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.v2home .stat .ic svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:2}
.v2home .stat .num{font-size:40px;font-weight:700;color:var(--navy);letter-spacing:-0.03em;line-height:1}
.v2home .stat .num b{color:var(--blue)}
.v2home .stat .cap{font-size:13.5px;color:var(--muted);margin-top:7px;font-weight:500}
.v2home .award{background:linear-gradient(150deg,#152e5c,#02163f);color:#fff;border:none;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}
.v2home .seal{width:66px;height:66px;margin-bottom:12px}
.v2home .award .ttl{font-size:15px;font-weight:600;color:#fff;letter-spacing:-0.01em}
.v2home .award .st{font-size:12px;color:#9db8dd;margin-top:5px}
.v2home .award .st b{color:var(--gold)}
.v2home .sec-head{max-width:660px;margin-bottom:20px}
.v2home .sec-head.center{text-align:center;margin:0 auto 56px}
.v2home .sec-head h2{font-size:36px;margin:14px 0 14px}
.v2home .sec-head p{font-size:17px;color:var(--muted)}
.v2home .frow{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:96px}
.v2home .frow:last-child{margin-bottom:0}
.v2home .frow.rev .fcopy{order:2}
.v2home .frow.rev .fvis{order:1}
.v2home .fcopy .num-tag{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:var(--pale);color:var(--blue);font-weight:700;font-size:15px;margin-bottom:16px}
.v2home .fcopy h3{font-size:26px;margin-bottom:14px}
.v2home .fcopy p{font-size:16px;color:var(--muted);margin-bottom:20px;max-width:460px}
.v2home .flist{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:8px}
.v2home .flist li{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;color:var(--body);font-weight:500}
.v2home .flist li .ck{flex-shrink:0;width:21px;height:21px;border-radius:50%;background:var(--pale);display:flex;align-items:center;justify-content:center;margin-top:1px}
.v2home .flist li .ck svg{width:12px;height:12px;stroke:var(--blue);fill:none;stroke-width:3}
.v2home .fvis{position:relative}
.v2home .home-more-labs{margin-top:1rem;border:1px solid var(--border);border-radius:16px;background:var(--pale)}
.v2home .home-more-labs>summary{cursor:pointer;padding:1rem 1.2rem;color:var(--navy);font-weight:700;list-style-position:inside}
.v2home .home-more-labs>summary:hover{color:var(--blue)}
.v2home .home-more-labs>summary:focus-visible{outline:3px solid var(--focus,#ffbf47);outline-offset:3px}
.v2home .home-more-labs-body{padding:1rem 1.2rem 0;background:#fff;border-radius:0 0 16px 16px}
.v2home .home-more-labs-body .frow:last-child{margin-bottom:1.2rem}
.v2home .vcard{border-radius:18px;overflow:hidden;border:1px solid var(--border);box-shadow:0 34px 70px -32px rgba(21,46,92,.42)}
.v2home .vphoto{position:relative;height:150px;display:flex;align-items:flex-end;padding:14px}
.v2home .duo1{background:linear-gradient(135deg,#045cf4 0%,#045cf4 55%,#7cc4ff 100%)}
.v2home .duo2{background:linear-gradient(135deg,#0f2f66 0%,#045cf4 60%,#38a0f5 100%)}
.v2home .duo3{background:linear-gradient(135deg,#0a3a7a 0%,#1670cf 50%,#59b0f5 100%)}
.v2home .duo4{background:linear-gradient(135deg,#082a5c 0%,#0b57a8 55%,#3f9bef 100%)}
.v2home .vphoto .scene{position:absolute;inset:0;opacity:.9}
.v2home .vphoto .cap-chip{position:relative;z-index:2;background:rgba(15,23,42,.42);backdrop-filter:blur(3px);color:#eaf3fd;font-size:11px;font-style:italic;padding:5px 11px;border-radius:7px}
.v2home .vbody{background:#fff;padding:18px}
.v2home .mini-inbox{display:flex;flex-direction:column;gap:8px}
.v2home .mi-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:9px 11px;border:1px solid var(--border);border-radius:9px;font-size:12px}
.v2home .mi-row.on{border-color:var(--blue);background:#f5faff}
.v2home .mi-row .ttl2{font-weight:600;color:var(--navy);font-size:12px}
.v2home .mi-row .sub2{font-size:10.5px;color:var(--muted)}
.v2home .mi-check{width:20px;height:20px;border-radius:6px;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center}
.v2home .mi-check.d{background:var(--blue);border-color:var(--blue)}
.v2home .mi-check.d svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:3}
.v2home .case-mini{font-size:12px}
.v2home .case-mini .hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.v2home .case-mini .hdr .pt{font-weight:600;color:var(--navy);font-size:13.5px}
.v2home .med-line{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #eef3f8}
.v2home .med-line .pillx{width:26px;height:26px;border-radius:7px;background:var(--pale);display:flex;align-items:center;justify-content:center}
.v2home .med-line .pillx svg{width:14px;height:14px;stroke:var(--blue);fill:none;stroke-width:2}
.v2home .med-line .mn{font-weight:600;color:var(--navy);font-size:12px}
.v2home .med-line .md{font-size:10.5px;color:var(--muted)}
.v2home .med-line .flag{margin-left:auto;font-size:9.5px;font-weight:700;padding:3px 8px;border-radius:5px;background:#fdeaea;color:#c0392b}
.v2home .snomed-mini .sfield{background:#f7fafd;border:1px solid var(--border);border-radius:9px;padding:10px 12px;font-size:12px;color:var(--navy);display:flex;align-items:center;gap:8px;margin-bottom:9px}
.v2home .snomed-mini .sfield svg{width:15px;height:15px;stroke:var(--blue);fill:none;stroke-width:2}
.v2home .snomed-opt{display:flex;align-items:center;gap:9px;padding:8px 11px;border:1px solid var(--border);border-radius:8px;font-size:11.5px;margin-bottom:6px}
.v2home .snomed-opt.pick{border-color:var(--blue);background:#f5faff}
.v2home .snomed-opt .code{font-family:ui-monospace,monospace;font-size:10.5px;color:var(--blue);font-weight:600;background:var(--pale);padding:2px 6px;border-radius:4px}
.v2home .snomed-opt .txt3{color:var(--navy);font-weight:500}
.v2home .call-mini{text-align:center;padding:6px 0}
.v2home .call-av{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#045cf4,#045cf4);margin:0 auto 10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px}
.v2home .call-mini .cn{font-weight:600;color:var(--navy);font-size:13.5px}
.v2home .call-mini .cs{font-size:11px;color:#1a854a;font-weight:600;display:inline-flex;align-items:center;gap:5px;margin-top:3px}
.v2home .call-mini .cs .live{width:7px;height:7px;border-radius:50%;background:#1a854a}
.v2home .wave{display:flex;align-items:center;justify-content:center;gap:3px;height:34px;margin:12px 0}
.v2home .wave span{width:3px;background:var(--blue);border-radius:3px;opacity:.7}
.v2home .transcript{background:#f7fafd;border:1px solid var(--border);border-radius:10px;padding:11px;text-align:left;font-size:11px;color:var(--muted);line-height:1.5}
.v2home .transcript b{color:var(--navy)}
.v2home .path-sec{background:#fff}
.v2home .path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.v2home .pcard{position:relative;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;transition:.2s;display:flex;flex-direction:column}
.v2home .pcard:hover{transform:translateY(-4px);box-shadow:0 30px 60px -28px rgba(21,46,92,.32);border-color:#bcd4ec}
.v2home .pcard .top{padding:24px 24px 20px;position:relative}
.v2home .pcard.p1 .top{background:linear-gradient(135deg,#eaf4ff,#f4faff)}
.v2home .pcard.p2 .top{background:linear-gradient(135deg,#045cf4,#045cf4);color:#fff}
.v2home .pcard.p3 .top{background:linear-gradient(150deg,#152e5c,#02163f);color:#fff}
.v2home .pcard .lvl{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.85}
.v2home .pcard.p1 .lvl{color:var(--blue)}
.v2home .pcard h3{font-size:23px;margin:9px 0 6px}
.v2home .pcard.p1 h3{color:var(--navy)}
.v2home .pcard.p2 h3, .v2home .pcard.p3 h3{color:#fff}
.v2home .pcard .plevel-ic{position:absolute;top:22px;right:22px;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.v2home .pcard.p1 .plevel-ic{background:#fff}
.v2home .pcard.p2 .plevel-ic, .v2home .pcard.p3 .plevel-ic{background:rgba(255,255,255,.16)}
.v2home .pcard .plevel-ic svg{width:24px;height:24px;fill:none;stroke-width:2}
.v2home .pcard.p1 .plevel-ic svg{stroke:var(--blue)}
.v2home .pcard.p2 .plevel-ic svg, .v2home .pcard.p3 .plevel-ic svg{stroke:#fff}
.v2home .pcard .dur{font-size:12.5px;opacity:.9}
.v2home .pcard.p1 .dur{color:var(--muted)}
.v2home .pcard .body{padding:22px 24px 26px;display:flex;flex-direction:column;flex:1}
.v2home .pcard .body p{font-size:14px;color:var(--muted);margin-bottom:16px;line-height:1.55}
.v2home .pcard ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:22px;flex:1}
.v2home .pcard ul li{display:flex;gap:9px;font-size:13.5px;color:var(--body);align-items:flex-start}
.v2home .pcard ul li svg{flex-shrink:0;width:16px;height:16px;stroke:var(--blue);fill:none;stroke-width:2.4;margin-top:2px}
.v2home .pcard .foot{display:flex;align-items:baseline;gap:6px;margin-bottom:16px}
.v2home .pcard .foot .pr{font-size:26px;font-weight:700;color:var(--navy)}
.v2home .pcard .foot .pu{font-size:13px;color:var(--muted)}
.v2home .badge-pop{position:absolute;top:0;right:24px;transform:translateY(-50%);background:var(--gold);color:#3a2e05;font-size:11px;font-weight:700;padding:6px 14px;border-radius:100px;letter-spacing:.03em;box-shadow:0 8px 18px -6px rgba(212,175,55,.6);z-index:3}
.v2home .showcase{background:linear-gradient(180deg,#02163f,#152e5c);color:#fff;overflow:hidden;position:relative}
.v2home .showcase:before{content:"";position:absolute;top:-140px;right:-120px;width:460px;height:460px;background:radial-gradient(circle,rgba(4,150,255,.28),transparent 66%)}
.v2home .showcase:after{content:"";position:absolute;bottom:-160px;left:-120px;width:420px;height:420px;background:radial-gradient(circle,rgba(4,92,244,.22),transparent 66%)}
.v2home .show-head{text-align:center;max-width:680px;margin:0 auto 48px;position:relative}
.v2home .show-head h2{color:#fff;font-size:36px;margin:14px 0 14px}
.v2home .show-head p{color:#a9c2e2;font-size:17px}
.v2home .show-note{font-size:14.5px;color:#8fb0d6;max-width:600px;margin:14px auto 0;line-height:1.55}
.v2home .show-mobile-actions{display:none}
.v2home .laptop{position:relative;max-width:1000px;margin:0 auto}
/* live narration strip under the laptop: tells viewers what the self-playing demo is doing right now */
.v2home .show-caption{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;max-width:760px;margin:26px auto 0;padding:12px 18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;text-align:center}
.v2home .show-caption .sc-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 0 0 rgba(34,197,94,.6);animation:scPulse 1.8s ease-out infinite}
.v2home .show-caption .sc-lead{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7dd3fc;flex-shrink:0}
.v2home .show-caption .sc-step{font-size:15px;color:#e2ebf7;line-height:1.5}
@keyframes scPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.55)}70%{box-shadow:0 0 0 8px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}
@media (prefers-reduced-motion: reduce){ .v2home .show-caption .sc-dot{animation:none} }
.v2home .laptop .screen{background:#0b1220;border:10px solid #1a2436;border-radius:18px 18px 0 0;box-shadow:0 40px 90px -30px rgba(0,0,0,.7);overflow:hidden}
.v2home .laptop .base{height:16px;background:linear-gradient(180deg,#2a3752,#151d2e);border-radius:0 0 16px 16px;position:relative}
.v2home .laptop .base:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:110px;height:7px;background:#0b1220;border-radius:0 0 8px 8px}
.v2home .laptop .deck{height:12px;max-width:1140px;margin:0 auto;background:linear-gradient(180deg,#1a2436,#0f1626);border-radius:0 0 20px 20px}
.v2home .fullapp{display:grid;grid-template-columns:180px 1fr 240px;background:#f4f8fc;font-size:12px;min-height:430px}
.v2home .fa-side{background:#02163f;padding:18px 14px;color:#94a3b8}
.v2home .fa-side .fl{display:flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:14px;margin-bottom:22px}
.v2home .fa-side .grp{font-size:9.5px;text-transform:uppercase;letter-spacing:.08em;color:#526078;margin:16px 0 8px;font-weight:600}
.v2home .fa-side ul{list-style:none;display:flex;flex-direction:column;gap:2px}
.v2home .fa-side ul li{display:flex;align-items:center;gap:10px;padding:8px 11px;border-radius:8px;font-size:12px;color:#94a3b8}
.v2home .fa-side ul li.on{background:var(--blue);color:#fff}
.v2home .fa-side ul li svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}
.v2home .fa-main{padding:20px 22px;background:#f4f8fc}
.v2home .fa-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.v2home .fa-top h3{font-size:17px;color:var(--navy)}
.v2home .fa-top .prog{display:flex;align-items:center;gap:12px}
.v2home .fa-top .prog .pbar{width:120px;height:7px;background:#e2ebf3;border-radius:100px;overflow:hidden}
.v2home .fa-top .prog .pbar i{display:block;height:100%;width:64%;background:linear-gradient(90deg,#045cf4,#045cf4);border-radius:100px}
.v2home .fa-top .prog span{font-size:11.5px;color:var(--muted);font-weight:600}
.v2home .fa-clock{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#c0392b;background:#fdeaea;padding:6px 12px;border-radius:100px}
.v2home .fa-clock svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
.v2home .fa-tabs{display:flex;gap:6px;margin-bottom:14px}
.v2home .fa-tab{font-size:11.5px;font-weight:600;padding:7px 14px;border-radius:8px;color:var(--muted);background:#fff;border:1px solid var(--border)}
.v2home .fa-tab.on{background:var(--navy);color:#fff;border-color:var(--navy)}
.v2home .fa-tab .b{background:var(--blue);color:#fff;font-size:9px;padding:1px 6px;border-radius:100px;margin-left:6px}
.v2home .fa-list{display:flex;flex-direction:column;gap:8px}
.v2home .fa-item{background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 14px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center}
.v2home .fa-item.sel{border-color:var(--blue);box-shadow:0 0 0 3px var(--pale)}
.v2home .fa-item .ava{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px;flex-shrink:0}
.v2home .fa-item .who2{font-weight:600;color:var(--navy);font-size:13px}
.v2home .fa-item .det{font-size:11px;color:var(--muted);margin-top:2px}
.v2home .fa-item .rt{text-align:right}
.v2home .fa-side-panel{background:#fff;border-left:1px solid var(--border);padding:20px 18px}
.v2home .fa-side-panel .fa-side-title{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:4px}
.v2home .fa-side-panel .psub{font-size:11px;color:var(--muted);margin-bottom:16px}
.v2home .score-big{text-align:center;padding:16px;background:linear-gradient(135deg,#083a78,#045cf4);border-radius:14px;color:#fff;margin-bottom:16px}
.v2home .score-big .sv{font-size:38px;font-weight:700;line-height:1}
.v2home .score-big .sl{font-size:11px;opacity:.85;margin-top:4px}
.v2home .score-big .sm{font-size:10.5px;opacity:.9;margin-top:9px;background:rgba(255,255,255,.15);border-radius:7px;padding:6px 8px}
.v2home .fb-item{display:flex;gap:10px;padding:10px 0;border-top:1px solid #eef3f8;font-size:11.5px}
.v2home .fb-item:first-of-type{border-top:none}
.v2home .fb-ic{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.v2home .fb-ic.ok{background:#e6f6ec}
.v2home .fb-ic.no{background:#fdeaea}
.v2home .fb-ic svg{width:12px;height:12px;fill:none;stroke-width:3}
.v2home .fb-ic.ok svg{stroke:#1a854a}
.v2home .fb-ic.no svg{stroke:#c0392b}
.v2home .fb-item .ft b{color:var(--navy);font-size:11.5px;display:block}
.v2home .fb-item .ft span{color:var(--muted);font-size:10.5px;line-height:1.4}
.v2home .comp-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}
.v2home .comp-tag{font-size:10px;font-weight:600;padding:5px 10px;border-radius:100px;background:var(--pale);color:var(--blue);display:flex;align-items:center;gap:5px}
.v2home .comp-tag svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:3}
.v2home .testi-sec{background:var(--bg)}
.v2home .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.v2home .tcard{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px 26px;display:flex;flex-direction:column;transition:.18s;position:relative}
.v2home .tcard:hover{box-shadow:0 24px 50px -26px rgba(21,46,92,.3);transform:translateY(-3px)}
.v2home .tcard .stars{margin-bottom:16px}
.v2home .tcard .quote{font-size:15px;color:var(--body);line-height:1.62;flex:1;margin-bottom:22px}
.v2home .tcard .who3{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid #eef3f8}
.v2home .tcard .av3{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:15px;flex-shrink:0}
.v2home .tcard .nm{font-weight:600;color:var(--navy);font-size:14.5px}
.v2home .tcard .rl{font-size:12.5px;color:var(--muted)}
.v2home .pcn{background:linear-gradient(135deg,#152e5c 0%,#02163f 100%);color:#fff;overflow:hidden;position:relative}
.v2home .pcn:before{content:"";position:absolute;top:-100px;right:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(4,150,255,.22),transparent 68%)}
.v2home .pcn-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center;position:relative}
.v2home .pcn h2{color:#fff;font-size:34px;margin:16px 0 16px}
.v2home .pcn p{color:#b3c8e4;font-size:16.5px;margin-bottom:26px;max-width:480px}
.v2home .pcn-feats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:30px}
.v2home .pcn-feat{display:flex;gap:12px;align-items:flex-start}
.v2home .pcn-feat .ic{width:40px;height:40px;border-radius:11px;background:rgba(4,150,255,.16);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.v2home .pcn-feat .ic svg{width:20px;height:20px;stroke:#93c5fd;fill:none;stroke-width:2}   /* light blue for contrast on the dark PCN band */
.v2home .pcn-feat b{display:block;font-size:14.5px;color:#fff;margin-bottom:3px}
.v2home .pcn-feat span{font-size:12.5px;color:#9db8dd;line-height:1.45}
.v2home .dash{background:#fff;border-radius:16px;box-shadow:0 40px 80px -30px rgba(0,0,0,.5);overflow:hidden}
.v2home .dash .dbar{background:#f7fafd;border-bottom:1px solid var(--border);padding:14px 18px;display:flex;align-items:center;justify-content:space-between}
.v2home .dash .dbar .dt{font-size:14px;font-weight:600;color:var(--navy);display:flex;align-items:center;gap:8px}
.v2home .dash .dbar .dt svg{width:17px;height:17px;stroke:var(--blue);fill:none;stroke-width:2}
.v2home .dash .dbody{padding:18px}
.v2home .dstat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}
.v2home .dstat{background:#f7fafd;border:1px solid var(--border);border-radius:11px;padding:13px 14px}
.v2home .dstat .dn{font-size:24px;font-weight:700;color:var(--navy);line-height:1}
.v2home .dstat .dl{font-size:10.5px;color:var(--muted);margin-top:4px}
.v2home .dstat .dn b{color:var(--blue)}
.v2home .dtable{border:1px solid var(--border);border-radius:11px;overflow:hidden}
.v2home .dtr{display:grid;grid-template-columns:1.6fr 1fr 1.3fr;gap:8px;padding:11px 14px;align-items:center;font-size:11.5px;border-top:1px solid #eef3f8}
.v2home .dtr:first-child{border-top:none;background:#f7fafd;font-weight:600;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}
.v2home .dtr .dname{font-weight:600;color:var(--navy);display:flex;align-items:center;gap:9px}
.v2home .dtr .dav{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:10px;flex-shrink:0}
.v2home .dprog{height:7px;background:#e2ebf3;border-radius:100px;overflow:hidden}
.v2home .dprog i{display:block;height:100%;background:linear-gradient(90deg,#045cf4,#045cf4);border-radius:100px}
.v2home .dbadge{font-size:9.5px;font-weight:700;padding:3px 9px;border-radius:5px;justify-self:start}
.v2home .dbadge.g{background:#e6f6ec;color:#166b3c}
.v2home .dbadge.a{background:#fdf2e0;color:#7a4b05}
.v2home .dbadge.b{background:var(--pale);color:var(--blue)}
.v2home .cert-sec{background:#fff}
.v2home .cert-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:64px;align-items:center}
.v2home .cert-copy .flist li{font-size:15px}
.v2home .cert-frame{position:relative;background:linear-gradient(160deg,#fbfcfe,#eef5fc);border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:0 40px 80px -34px rgba(21,46,92,.4)}
.v2home .cert{background:#fff;border:2px solid #e6ecf3;border-radius:12px;padding:34px 36px;position:relative;overflow:hidden}
.v2home .cert:before{content:"";position:absolute;inset:9px;border:1.5px solid #eef2f7;border-radius:8px;pointer-events:none}
.v2home .cert .cwm{position:absolute;right:-30px;bottom:-30px;width:220px;height:220px;opacity:.05}
.v2home .cert-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;position:relative}
.v2home .cert-brand{display:flex;align-items:center;gap:9px;font-weight:600;font-size:15px;color:var(--navy)}
.v2home .cert-brand .mk{color:var(--blue)}
.v2home .cert .cnum{font-size:10px;color:var(--muted);font-family:ui-monospace,monospace}
.v2home .cert .cert-title{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);text-align:center;margin:0 0 8px;font-weight:600}
.v2home .cert .cname{text-align:center;font-size:27px;font-weight:700;color:var(--navy);letter-spacing:-0.02em;margin-bottom:4px}
.v2home .cert .cline{text-align:center;font-size:12.5px;color:var(--muted);margin-bottom:5px}
.v2home .cert .ccourse{text-align:center;font-size:16px;font-weight:600;color:var(--blue);margin-bottom:22px}
.v2home .cert .cdivide{height:1px;background:#eef2f7;margin:0 20px 20px}
.v2home .cert-foot{display:flex;align-items:flex-end;justify-content:space-between;position:relative}
.v2home .cert-sig .sig{font-size:19px;color:var(--navy);border-bottom:1.5px solid var(--navy);padding-bottom:3px;margin-bottom:5px;font-weight:500;font-style:italic}
.v2home .cert-sig small{font-size:10px;color:var(--muted)}
.v2home .gold-seal{width:78px;height:78px;flex-shrink:0}
.v2home .cert-comp{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.v2home .cert-comp .cc{font-size:9.5px;font-weight:600;padding:4px 9px;border-radius:100px;background:var(--pale);color:var(--blue)}
.v2home .cert-verify{position:absolute;bottom:-16px;right:30px;background:#fff;border:1px solid var(--border);border-radius:100px;padding:8px 15px;display:flex;align-items:center;gap:8px;box-shadow:0 14px 30px -12px rgba(21,46,92,.35);font-size:11.5px;font-weight:600;color:var(--navy)}
.v2home .cert-verify svg{width:15px;height:15px;stroke:#1a854a;fill:none;stroke-width:2.4}
.v2home .finalcta{background:linear-gradient(120deg,#045cf4 0%,#045cf4 100%);position:relative;overflow:hidden}
.v2home .finalcta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.16) 1px,transparent 1px);background-size:24px 24px;opacity:.5}
.v2home .fc-inner{position:relative;text-align:center;max-width:680px;margin:0 auto}
.v2home .finalcta h2{color:#fff;font-size:40px;margin-bottom:16px;letter-spacing:-0.03em}
.v2home .finalcta p{color:#fff;font-size:18px;margin-bottom:32px}
.v2home .fc-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.v2home .fc-note{color:#fff;font-size:13.5px;display:inline-flex;align-items:center;gap:8px}
.v2home .fc-note svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}
.v2home .contact-sec{background:var(--pale)}
.v2home .contact-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:44px 48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;box-shadow:0 24px 50px -30px rgba(21,46,92,.25)}
.v2home .contact-card h2{font-size:28px;margin-bottom:12px}
.v2home .contact-card p{font-size:15.5px;color:var(--muted);margin-bottom:20px}
.v2home .nform{display:flex;gap:10px;margin-bottom:14px}
.v2home .nform input{flex:1;font-family:inherit;font-size:14.5px;padding:14px 16px;border:1.5px solid var(--border);border-radius:11px;color:var(--navy)}
.v2home .nform input::placeholder{color:#94a3b8}
.v2home .nform input:focus{outline:3px solid var(--focus,#ffbf47);outline-offset:2px;border-color:var(--blue);box-shadow:none}
.v2home .consent{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}
.v2home .consent svg{width:15px;height:15px;stroke:var(--blue);fill:none;stroke-width:2}
.v2home .contact-info{display:flex;flex-direction:column;gap:16px}
.v2home .ci-row{display:flex;align-items:center;gap:14px}
.v2home .ci-row .ic{width:46px;height:46px;border-radius:12px;background:var(--pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.v2home .ci-row .ic svg{width:21px;height:21px;stroke:var(--blue);fill:none;stroke-width:2}
.v2home .ci-row b{display:block;font-size:14.5px;color:var(--navy)}
.v2home .ci-row span{font-size:13px;color:var(--muted)}
.v2home footer{background:var(--navy3);color:#93a5c0;padding:70px 0 34px}
.v2home .f-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.09)}
.v2home .f-brand .brand{color:#fff;margin-bottom:16px}
.v2home .f-brand p{font-size:13.5px;color:#8296b3;line-height:1.6;max-width:280px;margin-bottom:20px}
.v2home .f-social{display:flex;gap:10px}
.v2home .f-social a{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;transition:.15s}
.v2home .f-social a:hover{background:var(--blue)}
.v2home .f-social svg{width:17px;height:17px;fill:#c3d1e6}
.v2home .f-col h5{color:#fff;font-size:14px;font-weight:600;margin-bottom:18px;letter-spacing:-0.01em}
.v2home .f-col ul{list-style:none;display:flex;flex-direction:column;gap:11px}
.v2home .f-col ul a{font-size:13.5px;color:#8296b3;transition:.15s}
.v2home .f-col ul a:hover{color:var(--bright)}
.v2home .f-newsletter p{font-size:13px;color:#8296b3;margin-bottom:14px;line-height:1.55}
.v2home .f-newsletter .fnf{display:flex;gap:8px}
.v2home .f-newsletter input{flex:1;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:11px 13px;font-family:inherit;font-size:13px;color:#fff}
.v2home .f-newsletter input::placeholder{color:#6d80a0}
.v2home .f-newsletter input:focus{outline:3px solid var(--focus,#ffbf47);outline-offset:2px;border-color:var(--bright)}
.v2home .f-newsletter .sub-btn{width:44px;flex-shrink:0;background:var(--blue);border:none;border-radius:9px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.v2home .f-newsletter .sub-btn svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}
.v2home .f-badges{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.v2home .f-badge{font-size:10.5px;color:#8296b3;border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:6px 10px;display:flex;align-items:center;gap:6px}
.v2home .f-badge svg{width:13px;height:13px;stroke:#7ea8dd;fill:none;stroke-width:2}
.v2home .f-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:26px;flex-wrap:wrap;gap:14px}
.v2home .f-bottom p{font-size:12.5px;color:#6d80a0}
.v2home .f-bottom ul{list-style:none;display:flex;gap:24px}
.v2home .f-bottom ul a{font-size:12.5px;color:#8296b3}
.v2home .f-bottom ul a:hover{color:var(--bright)}


/* ============================================================
   RESPONSIVE + CROSS-BROWSER (Direction B). Mobile-first collapses.
   Appended last so these win by source order.
   ============================================================ */
.v2home { overflow-x: hidden; }   /* clip decorative glows / overhanging badges past the viewport */
.v2home .browser, .v2home .laptop, .v2home .dash, .v2home .contact-card,
.v2home .fullapp, .v2home .pcard, .v2home .tcard, .v2home img, .v2home svg { max-width: 100%; }
/* let grid/flex children shrink instead of forcing overflow */
.v2home .hero-grid > *, .v2home .frow > *, .v2home .pcn-grid > *, .v2home .cert-grid > *,
.v2home .contact-card > *, .v2home .fullapp > *, .v2home .fcopy, .v2home .fvis { min-width: 0; }

@media (max-width: 1080px){
  .v2home .wrap { padding: 0 24px; }
  .v2home .section { padding: 66px 0; }
  .v2home .hero h1 { font-size: 44px; }
  .v2home .hero-grid { gap: 40px; }
  .v2home .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  /* the dark award card spans full width instead of being orphaned alone in the last 2-col row */
  .v2home .stat.award { grid-column: 1 / -1; }
  .v2home .frow { gap: 40px; }
  .v2home .fullapp { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 860px){
  .v2home .home-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2home .home-audience-result { align-items:flex-start; flex-direction:column; }
  .v2home .home-audience-result-actions { justify-content:flex-start; }
  .v2home .home-route-branches { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .v2home .home-route-branches:before,
  .v2home .home-route-node:before { display:none; }
  .v2home .hero-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 44px; padding-bottom: 54px; }
  .v2home .hero .sub { max-width: none; }
  .v2home .browser { max-width: 560px; margin-left: auto; margin-right: auto; }
  .v2home .frow { grid-template-columns: 1fr; gap: 26px; margin-bottom: 44px; }
  .v2home .frow .fcopy, .v2home .frow.rev .fcopy { order: 1; }
  .v2home .frow .fvis,  .v2home .frow.rev .fvis  { order: 2; }
  .v2home .path-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .v2home .testi-grid { grid-template-columns: 1fr; }
  .v2home .pcn-grid { grid-template-columns: 1fr; gap: 34px; }
  .v2home .cert-grid { grid-template-columns: 1fr; gap: 30px; }
  .v2home .contact-card { grid-template-columns: 1fr; gap: 22px; }
  .v2home .stats-head h2, .v2home .sec-head h2, .v2home .pcn h2, .v2home .show-head h2 { font-size: 30px; }
}

@media (max-width: 600px){
  .v2home .wrap { padding: 0 16px; }
  .v2home .section { padding: 40px 0; }
  .v2home .home-audience-grid { grid-template-columns: 1fr; }
  .v2home .hero h1 { font-size: 33px; margin: 14px 0 16px; }
  .v2home .hero .sub { font-size: 16px; margin-bottom: 22px; }
  .v2home .hero .cta-row { flex-direction: column; align-items: stretch; }
  .v2home .hero .cta-row .btn { width: 100%; }
  .v2home .float-badge { display: none; }
  .v2home .stats-grid { grid-template-columns: 1fr 1fr; }
  /* the PCN dashboard mockup inner grids degrade cleanly on phones instead of staying 3-up + clipped */
  .v2home .dstat-row { grid-template-columns: 1fr 1fr; }
  .v2home .pcn-feats { grid-template-columns: 1fr; }
  .v2home .contact-card { padding: 28px 20px; }
  .v2home .nform { flex-direction:column; }
  .v2home .nform input,
  .v2home .nform .btn { width:100%; min-width:0; box-sizing:border-box; }
  .v2home .home-audience-choice { min-height:88px; padding:.75rem; flex-direction:column; align-items:flex-start; gap:.45rem; font-size:.78rem; }
  .v2home .home-audience-choice svg { width:32px; height:32px; flex-basis:32px; }
  .v2home .home-audience-result { padding:1rem; }
  .v2home .home-audience-result-actions { width:100%; }
  .v2home .home-audience-result-actions .btn { width:100%; justify-content:center; white-space:normal; }
  .v2home .home-route-hub { align-items:flex-start; flex-wrap:wrap; }
  .v2home .home-route-hub b { width:100%;margin-left:45px;margin-top:-.35rem;background:none;padding:0; }
  .v2home .home-route-branches { grid-template-columns:1fr; margin-top:.8rem; }
  .v2home .home-route-node { min-height:82px; }
  .v2home .home-route-shared { align-items:flex-start;justify-content:flex-start;flex-direction:column; }
  .v2home .showcase .laptop,
  .v2home .showcase .show-caption,
  .v2home .showcase .show-note { display:none; }
  .v2home .show-head { margin-bottom:0; }
  .v2home .show-mobile-actions { display:flex; flex-direction:column; gap:.75rem; margin-top:1.25rem; }
  .v2home .show-mobile-actions .btn { width:100%; justify-content:center; }
  .v2home .app { grid-template-columns: 1fr; }
  .v2home .app-side { display: none; }   /* hide the sim sidebar; show the worklist + feedback */
  .v2home .stats-head h2, .v2home .sec-head h2, .v2home .pcn h2, .v2home .show-head h2 { font-size: 25px; }
  .v2home .fcopy h3 { font-size: 21px; }
}

@media (max-width: 400px){
  .v2home .stats-grid { grid-template-columns: 1fr 1fr; }
  .v2home .hero h1 { font-size: 29px; }
}

/* Cross-browser: Safari needs the -webkit- backdrop-filter; guard sticky/flex quirks */
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .v2home .float-badge { -webkit-backdrop-filter: saturate(140%); }
}
@media (prefers-reduced-motion: reduce){
  .v2home * { transition: none !important; animation: none !important; }
}


/* Honest hero proof row + persona cards (replace fabricated ratings/testimonials) */
.v2home .trustline{flex-wrap:wrap;gap:10px 18px;margin-top:22px}
.v2home .tl-item{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:500;color:var(--navy)}
.v2home .tl-item svg{width:15px;height:15px;flex-shrink:0}
.v2home .tc-ic{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 12px 26px -12px rgba(4,92,244,.5)}
.v2home .tc-ic svg{width:24px;height:24px}
.v2home .tcard .tc-h{font-size:17.5px;font-weight:650;color:var(--navy);margin-bottom:10px;line-height:1.3}
.v2home .tcard .tc-h + .quote{margin-bottom:0}

/* ---- Live showcase simulator: smooth "working through the clinic" motion (js animateShowcase) ---- */
.v2home .fa-item{transition:border-color .35s ease, box-shadow .35s ease, opacity .4s ease, transform .35s ease}
.v2home .fa-item.sel{transform:translateX(3px)}
.v2home .fa-item.done{opacity:.55}
.v2home .fa-item.done .ava{filter:saturate(.5)}
.v2home .tag{transition:background .35s ease, color .35s ease}
.v2home .fa-top .prog .pbar i{transition:width .7s cubic-bezier(.4,0,.2,1)}
.v2home .fa-side-panel{transition:opacity .22s ease}
.v2home .fa-clock{transition:color .35s ease, background .35s ease}
/* the selected task gets a soft breathing ring so the eye follows the current consultation */
@keyframes faSelPulse{0%,100%{box-shadow:0 0 0 3px var(--pale)}50%{box-shadow:0 0 0 5px rgba(4,150,255,.18)}}
.v2home .fa-item.sel{animation:faSelPulse 2.3s ease-in-out infinite}
@media (prefers-reduced-motion: reduce){
  .v2home .fa-item, .v2home .fa-side-panel, .v2home .tag, .v2home .fa-top .prog .pbar i{transition:none}
  .v2home .fa-item.sel{animation:none}
}
/* richer feedback fits more compactly so the mockup stays balanced against the inbox */
.v2home .fa-side-panel{padding:16px 15px}
.v2home .fb-item{padding:8px 0}
.v2home .fb-item .ft span{line-height:1.35}
.v2home .score-big{padding:13px 14px}
.v2home .score-big .sv{font-size:32px}
/* scored-feedback outcome states: the "assessing" beat, improve (amber) / safety-flag (red) score cards, and a flagged task */
.v2home .fa-scoring{display:flex;gap:7px;justify-content:center;padding:36px 0}
.v2home .fa-scoring span{width:8px;height:8px;border-radius:50%;background:var(--blue);opacity:.5;animation:faScore 1s infinite ease-in-out}
.v2home .fa-scoring span:nth-child(2){animation-delay:.16s}
.v2home .fa-scoring span:nth-child(3){animation-delay:.32s}
@keyframes faScore{0%,100%{transform:translateY(0);opacity:.4}50%{transform:translateY(-5px);opacity:1}}
.v2home .score-big.warn{background:linear-gradient(135deg,#8a5a06,#c98a12)}
.v2home .score-big.bad{background:linear-gradient(135deg,#8a1c1c,#c0392b)}
.v2home .fa-alert{display:flex;gap:7px;align-items:flex-start;background:#fdeaea;color:#a5241a;border-radius:8px;padding:8px 10px;font-size:10.5px;font-weight:600;line-height:1.35;margin-bottom:13px}
.v2home .fa-alert svg{width:14px;height:14px;flex-shrink:0;margin-top:1px;fill:none;stroke:#c0392b;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.v2home .fa-item.flag{border-color:#e7a49b;box-shadow:0 0 0 3px #fdecea}
.v2home .fa-next{margin-top:12px;padding:9px 11px;border-radius:8px;background:#eef6ff;border:1px solid #cfe4fb;font-size:10.5px;line-height:1.45;color:#334155}
.v2home .fa-next-l{display:block;font-weight:700;color:#045cf4;font-size:8.5px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px}
.v2home .fa-next.bad{background:#fdeef0;border-color:#f2c4bd}
.v2home .fa-next.bad .fa-next-l{color:#c0392b}
@media (prefers-reduced-motion: reduce){ .v2home .fa-scoring span{animation:none} }

/* ============ TAKE THE TOUR teaser (homepage): four real-recording poster cards ============ */
.v2home .tour-teaser{background:#f4f8fc}
.v2home .tt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:1.4rem}
.v2home .tt-card{position:relative;display:block;border-radius:12px;overflow:hidden;border:1px solid var(--line,#e2e8f0);box-shadow:0 8px 22px rgba(20,50,92,.10);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;background:#0d2340}
.v2home .tt-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(20,50,92,.16)}
.v2home .tt-card img{display:block;width:100%;height:150px;object-fit:cover;object-position:top}
.v2home .tt-label{position:absolute;left:0;right:0;bottom:0;padding:1.4rem .7rem .55rem;font-size:.85rem;font-weight:700;color:#fff;background:linear-gradient(180deg,transparent,rgba(9,26,48,.85))}
.v2home .tt-play{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:rgba(9,26,48,.72);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;padding-left:2px}
@media (max-width:860px){.v2home .tt-grid{grid-template-columns:repeat(2,1fr)}}
@media (prefers-reduced-motion: reduce){.v2home .tt-card{transition:none}.v2home .tt-card:hover{transform:none}}

/* ============ SIGNPOST / wayfinding band (homepage) ============ */
.v2home .signpost-sec{background:#fff}
.v2home .signpost{display:flex;align-items:center;gap:2rem;margin-top:1.4rem}
.v2home .sp-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}
.v2home .sp-card{display:flex;align-items:center;gap:.8rem;padding:.85rem 1rem;border:1px solid var(--line,#e2e8f0);border-radius:12px;background:#fff;text-decoration:none;color:var(--ink,#0d2340);box-shadow:0 4px 14px rgba(20,50,92,.06);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.v2home .sp-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(20,50,92,.13);border-color:#045cf4}
.v2home .sp-ic{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:#eef6ff;color:#045cf4;display:flex;align-items:center;justify-content:center}
.v2home .sp-ic svg{width:20px;height:20px}
.v2home .sp-txt{flex:1;display:flex;flex-direction:column;line-height:1.3}
.v2home .sp-txt strong{font-size:.98rem}
.v2home .sp-txt span{font-size:.85rem;color:var(--muted,#64748b)}
.v2home .sp-card>svg{flex:0 0 auto;color:#94a3b8}
.v2home .sp-card:hover>svg{color:#045cf4}
@media (max-width:860px){.v2home .signpost{flex-direction:column;gap:1.1rem}.v2home .sp-grid{grid-template-columns:1fr;width:100%}}
@media (prefers-reduced-motion: reduce){.v2home .sp-card{transition:none}.v2home .sp-card:hover{transform:none}}

/* Route map: the audience chooser now answers with a four-stage route rather than
   two bare links, so each node carries its stage, and a facts strip sits below. */
.v2home .home-route-step{display:inline-block;padding:.12rem .4rem;border-radius:999px;background:var(--pale);color:var(--blue);font-size:.58rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.v2home .home-route-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:.85rem 0 0}
.v2home .home-route-facts>div{padding:.6rem .75rem;border:1px solid #cfddf5;border-radius:12px;background:#fff}
.v2home .home-route-facts dt{margin:0 0 .15rem;color:var(--muted);font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.v2home .home-route-facts dd{margin:0;color:var(--navy);font-size:.83rem;font-weight:600;line-height:1.35}
.v2home .home-route-facts dd a{display:inline-flex;align-items:center;gap:.25rem;color:var(--blue)}
.v2home .home-route-everything{display:inline-flex;align-items:center;gap:.3rem;align-self:center;color:var(--blue);font-size:.85rem;font-weight:600}
@media(max-width:720px){
  .v2home .home-route-facts{grid-template-columns:1fr}
}

/* "Find your way around": the browse-everything band. */
.v2home .everything-sec{background:#fff}
.v2home .home-everything-search{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;max-width:620px;margin:0 auto 1.6rem}
.v2home .home-everything-search .ssp-field{flex:1 1 240px}
.v2home .home-everything-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}
.v2home .home-everything-card{display:grid;gap:.3rem;padding:1.1rem;border:1px solid #cfddf5;border-radius:14px;background:#fff;color:var(--navy);box-shadow:0 4px 13px rgba(4,36,92,.06);transition:transform .18s,border-color .18s,box-shadow .18s}
.v2home .home-everything-card:hover{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 8px 20px rgba(4,36,92,.1);text-decoration:none}
.v2home .home-everything-ic{width:40px;height:40px;padding:9px;border-radius:11px;background:var(--pale);color:var(--blue)}
.v2home .home-everything-card strong{margin-top:.35rem;font-size:1rem}
.v2home .home-everything-card>span:not(.home-everything-ic){color:var(--muted);font-size:.85rem;line-height:1.45}
.v2home .home-everything-card em{margin-top:.25rem;color:var(--blue);font-size:.8rem;font-style:normal;font-weight:600;display:flex;align-items:center;gap:.25rem}
@media(max-width:900px){.v2home .home-everything-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.v2home .home-everything-grid{grid-template-columns:1fr}}
