@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-var-latin.woff2) format("woff2")}@font-face{font-family:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/caveat-var-latin.woff2) format("woff2")}:root{--bg-0:#04060b;--bg-1:#070b13;--panel:rgba(255,255,255,0.035);--panel-strong:rgba(255,255,255,0.06);--stroke:rgba(255,255,255,0.08);--stroke-strong:rgba(255,255,255,0.14);--text-hi:#f5f7fa;--text-mid:#9aa7b8;--text-low:#7d8ba1;--blue:#3b82f6;--blue-bright:#4f8dff;--blue-deep:#2563eb;--green-soft:#4ade80;--lt-bg:#f5f6f8;--lt-card:#ffffff;--lt-stroke:#e6e9ef;--lt-heading:#0b1220;--lt-body:#51607a;--radius-lg:20px;--container:1660px;--nav-h:72px;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}section[id]{scroll-margin-top:var(--nav-h)}body{font-family:var(--font);background:var(--bg-0);color:var(--text-hi);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.container{max-width:var(--container);margin:0 auto;padding:0 clamp(24px,4.7vw,92px)}.nav{position:fixed;inset:0 0 auto 0;z-index:100;height:var(--nav-h);display:flex;align-items:center;background:rgba(4,6,11,.72);-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid transparent;transition:border-color .3s ease,background .3s ease}.nav.is-scrolled{border-bottom-color:var(--stroke);background:rgba(4,6,11,.88)}.nav__inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.brand__mark{width:40px;height:40px;display:block}.brand__word{font-size:21px;font-weight:700;letter-spacing:-.02em;color:var(--text-hi)}.brand__word em{font-style:normal;color:var(--blue)}.nav__links{display:flex;align-items:center;gap:8px;list-style:none}.nav__link{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:9px 14px;border-radius:10px;font-size:14.5px;font-weight:500;color:var(--text-hi);transition:background .15s ease,color .15s ease}.nav__link:hover{background:var(--panel-strong)}.nav__link .caret{width:9px;height:9px;border-right:1.6px solid var(--text-mid);border-bottom:1.6px solid var(--text-mid);transform:rotate(45deg) translateY(-2px)}.nav__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.btn-signup{display:inline-flex;align-items:center;padding:10px 20px;font-size:14.5px;font-weight:600;color:#fff;background:linear-gradient(180deg,#1e6cf2,#1560e8);border:none;border-radius:11px;box-shadow:0 2px 8px rgba(24,100,240,.28),inset 0 1px 0 rgba(255,255,255,.15);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.btn-signup:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn-signin{display:inline-flex;align-items:center;padding:9px 16px;font-size:14.5px;font-weight:600;color:var(--text-mid);background:transparent;border:1px solid var(--stroke);border-radius:11px;transition:color .15s ease,border-color .15s ease,background .15s ease}.btn-signin:hover{color:var(--text-hi);border-color:var(--stroke-strong);background:var(--panel)}.nav__accountLink{display:none}.nav__burger{display:none;width:42px;height:42px;background:var(--panel);border:1px solid var(--stroke);border-radius:10px;position:relative}.nav__burger span,.nav__burger span:after,.nav__burger span:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;background:var(--text-hi);border-radius:2px;transform:translate(-50%,-50%)}.nav__burger span:before{transform:translate(-50%,-7px)}.nav__burger span:after{transform:translate(-50%,5px)}.hero{position:relative;padding:calc(var(--nav-h) + 30px) 0 clamp(26px,2.2vw,40px);background:radial-gradient(1100px 640px at 70% 40%,rgba(16,60,150,.28),transparent 65%),radial-gradient(800px 560px at 96% 85%,rgba(20,70,160,.16),transparent 60%),radial-gradient(700px 480px at 4% 90%,rgba(12,45,110,.14),transparent 60%),linear-gradient(180deg,#010818,#000614);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(900px 600px at 70% 20%,rgba(0,0,0,.8),transparent 75%);-webkit-mask-image:radial-gradient(900px 600px at 70% 20%,rgba(0,0,0,.8),transparent 75%);pointer-events:none}.hero__inner{position:static;display:flex;flex-direction:column;align-items:flex-start}.hero__copy{order:1;position:relative;z-index:8;max-width:min(660px,47%);padding-top:4px}.hero__below{order:3;position:relative;z-index:6;margin-top:clamp(34px,calc(9vw - 83px),112px);max-width:min(1400px,88%)}.hero__badge{display:inline-flex;align-items:center;gap:10px;padding:10px 20px 10px 14px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid var(--stroke);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#d7dee9;margin-bottom:26px}.hero__badge svg{flex-shrink:0}.hero__title{font-size:clamp(44px,5.2vw,92px);font-weight:700;line-height:1.05;letter-spacing:-.035em;margin-bottom:36px}.hero__title .accent{color:var(--blue)}.hero__count{display:flex;align-items:center;gap:14px;margin-bottom:20px}.hero__count svg{width:clamp(32px,2.3vw,40px);height:auto}.hero__count-num{font-size:clamp(32px,2.9vw,48px);font-weight:600;letter-spacing:-.02em;color:var(--green-soft);position:relative;display:inline-block;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero__count-ghost{visibility:hidden}.hero__count-live{position:absolute;inset:0;text-align:left}.hero__count-label{font-size:clamp(21px,1.9vw,31px);font-weight:600;letter-spacing:-.015em;color:var(--text-hi)}.hero__sub{font-size:clamp(17px,1.35vw,22px);color:var(--text-mid);margin-bottom:36px}.hero__cta{display:flex;gap:14px;width:calc(100% + 130px)}.btn-primary{display:inline-flex;align-items:center;gap:11px;padding:14px 38px;border:none;border-radius:12px;background:linear-gradient(180deg,#1e6cf2,#1560e8);color:#fff;font-size:16.5px;font-weight:600;white-space:nowrap;box-shadow:0 4px 14px rgba(24,100,240,.3),inset 0 1px 0 rgba(255,255,255,.16);transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.btn-primary:hover{filter:brightness(1.07);transform:translateY(-1px)}.btn-primary .arrow{transition:transform .15s ease}.btn-primary:hover .arrow{transform:translateX(3px)}.hero__search{flex:1 1;min-width:0;display:flex;align-items:center;gap:13px;padding:0 22px;background:rgba(13,21,38,.66);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--stroke);border-radius:13px;transition:border-color .15s ease,background .15s ease}.hero__search:focus-within{border-color:rgba(79,141,255,.55);background:rgba(255,255,255,.06)}.hero__search svg{flex-shrink:0;width:20px;height:20px;opacity:.55}.hero__search input{width:100%;background:none;border:none;outline:none;color:var(--text-hi);font-family:inherit;font-size:16px;text-overflow:ellipsis;padding:15px 0}.hero__search input::placeholder{color:var(--text-low)}.hero__cats-label{font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#aab6c6;margin-bottom:14px}.hero__cats{display:flex;flex-wrap:nowrap;gap:clamp(8px,1vw,20px);margin-bottom:34px}.chip{display:inline-flex;align-items:center;gap:9px;padding:11px 17px;border-radius:11px;background:rgba(10,17,33,.82);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1);white-space:nowrap;font-size:15px;font-weight:500;color:#dbe2ec;transition:background .15s ease,border-color .15s ease,transform .15s ease}.chip:hover{background:rgba(22,32,54,.9);border-color:var(--stroke-strong);transform:translateY(-1px)}.chip svg{flex-shrink:0;width:19px;height:19px}.hero__trust{flex-wrap:wrap;gap:14px clamp(26px,3vw,52px)}.hero__trust,.trust__rating{display:flex;align-items:center}.trust__rating{gap:12px}.stars{display:flex;gap:3px}.stars svg{width:21px;height:21px}.trust__score{font-size:16.5px;font-weight:700;color:var(--text-hi)}.trust__reviews{font-size:15.5px;color:var(--text-mid)}.trust__logos{display:flex;align-items:center;gap:24px}.trust__logo{display:inline-flex;align-items:center;gap:7px}.trust__logo .tp-word{font-size:16px;font-weight:700;letter-spacing:-.01em;color:#fff}.trust__logo .cap-word{font-size:16.5px;font-weight:700;letter-spacing:-.01em;color:#6ea8fe}@media (max-width:640px){.trust__logos{gap:16px}}.hero__visual{order:2;position:absolute;top:calc(var(--nav-h) + 42px);right:clamp(10px,1.2vw,30px);width:min(860px,48vw);z-index:7}.hero__visual:before{content:"";position:absolute;inset:4% -2% 8% 2%;background:radial-gradient(60% 58% at 52% 46%,rgba(37,99,235,.42),rgba(37,99,235,.12) 52%,transparent 74%);filter:blur(46px);z-index:-1;pointer-events:none}.app__phones-img,.dash-img,.hero__phone{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.dash-img{display:block;width:100%;max-width:none;height:auto;filter:drop-shadow(0 0 2px rgba(96,150,255,.45)) drop-shadow(0 0 55px rgba(37,99,235,.28)) drop-shadow(0 30px 55px rgba(0,0,0,.5))}.dash{position:relative;margin-left:44px;border-radius:22px;padding:20px 24px 26px;background:linear-gradient(160deg,rgba(30,41,59,.55),rgba(10,15,26,.92) 45%,rgba(6,9,16,.98));border:1px solid rgba(148,163,184,.16);box-shadow:0 40px 90px rgba(0,0,0,.55),0 12px 32px rgba(0,0,0,.45),-40px 30px 110px rgba(37,99,235,.2),inset 0 1px 0 rgba(255,255,255,.07);transform:rotateX(5deg) rotateY(-8deg) rotate(-1.2deg);transform-style:preserve-3d}.dash__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.dash__brand{display:inline-flex;align-items:center;gap:8px}.dash__brand svg{width:22px;height:22px}.dash__brand span{font-size:15px;font-weight:700;letter-spacing:-.02em}.dash__brand em{font-style:normal;color:var(--blue)}.dash__searchbar{width:38%;height:26px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07)}.dash__title{font-size:19px;font-weight:600;letter-spacing:-.02em;margin-bottom:14px}.dash__grid{display:grid;grid-template-columns:.93fr 1.02fr 1.1fr;grid-gap:12px;gap:12px}.dcard{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:12px 13px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.dcard__title{font-size:12.5px;font-weight:600;color:#e2e8f0;margin-bottom:10px}.dcard--readiness{grid-row:span 2;display:flex;flex-direction:column}.ring{position:relative;width:108px;height:108px;margin:4px auto 12px}.ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring__track{fill:none;stroke:rgba(255,255,255,.08);stroke-width:9}.ring__fill{fill:none;stroke:url(#ringGrad);stroke-width:9;stroke-linecap:round;stroke-dasharray:339.3;stroke-dashoffset:61;transition:stroke-dashoffset 1.2s cubic-bezier(.22,1,.36,1)}.ring__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring__num{font-size:29px;font-weight:700;letter-spacing:-.02em;line-height:1}.ring__label{font-size:11.5px;color:var(--text-mid);margin-top:3px}.dcard__foot{text-align:center;margin-top:14px}.dcard__foot strong{display:block;font-size:13px;font-weight:600}.dcard__foot span{font-size:11px;color:var(--text-mid)}.dcard--timeline .status{font-size:15px;font-weight:700;color:var(--green-soft);margin-bottom:4px}.dcard--timeline .meta{font-size:12px;color:var(--text-mid);margin-bottom:12px}.bar{display:flex;align-items:center;gap:10px;margin-bottom:10px}.bar__track{flex:1 1;height:7px;background:rgba(255,255,255,.08);overflow:hidden}.bar__fill,.bar__track{display:block;border-radius:99px}.bar__fill{height:100%;width:68%;background:linear-gradient(90deg,#16a34a,#4ade80)}.bar__pct{font-size:12.5px;font-weight:600;color:#e2e8f0}.dcard--timeline .sessions{font-size:11px;color:var(--text-low);white-space:nowrap}.dcard--confidence{text-align:center}.dcard--confidence .dcard__title{text-align:left}.gauge{position:relative;width:132px;height:74px;margin:2px auto 8px}.gauge svg{width:100%;height:100%;overflow:visible}.gauge__track{fill:none;stroke:rgba(255,255,255,.08);stroke-width:9;stroke-linecap:round}.gauge__fill{fill:none;stroke:url(#gaugeGrad);stroke-width:9;stroke-linecap:round;stroke-dasharray:179.6;stroke-dashoffset:39.5}.gauge__center{position:absolute;left:0;right:0;bottom:-2px;display:flex;flex-direction:column;align-items:center}.gauge__word{font-size:13px;font-weight:600;color:#e2e8f0}.gauge__pct{font-size:21px;font-weight:700;letter-spacing:-.01em}.dcard--confidence .basis{font-size:11.5px;color:var(--text-low);line-height:1.45;margin-top:10px}.dcard--library{grid-row:span 2;grid-column:3;display:flex;flex-direction:column;position:relative;z-index:2;transform:translateY(-24px);background:rgba(21,28,43,.92);box-shadow:0 18px 40px rgba(0,0,0,.45)}.dcard--library .lib-num{font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.05}.dcard--library .lib-sub{font-size:12px;color:var(--text-mid);margin-bottom:10px}.libchart{display:flex;align-items:flex-end;gap:3px;height:52px;margin-bottom:10px}.libchart i{flex:1 1;border-radius:2.5px 2.5px 0 0;background:linear-gradient(180deg,#4f8dff,#1d4ed8);opacity:.85;min-height:6%}.liblist{list-style:none;margin-bottom:12px}.liblist li{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:5.5px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px}.liblist li:last-child{border-bottom:none}.liblist .k{color:#dbe2ec}.liblist .v{color:var(--text-mid);font-weight:600}.lib-link{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:600;color:var(--blue-bright);white-space:nowrap}.lib-link:hover{text-decoration:underline}.hero__phone{position:absolute;z-index:6;right:0;bottom:-40px;width:38%;max-width:360px;height:auto;filter:drop-shadow(0 0 1px rgba(205,222,255,.55)) drop-shadow(0 0 7px rgba(96,150,255,.4)) drop-shadow(16px 30px 30px rgba(0,0,0,.5)) drop-shadow(0 48px 42px rgba(0,0,0,.55)) drop-shadow(0 10px 26px rgba(37,99,235,.3))}@media (min-width:1560px){.hero__phone{bottom:-26px}}.eyebrow{display:block;font-size:12.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-deep);margin-bottom:14px}.btn-ghost{display:inline-flex;align-items:center;gap:9px;padding:16px 26px;border-radius:14px;border:1px solid var(--stroke-strong);background:rgba(255,255,255,.04);color:var(--text-hi);font-size:15.5px;font-weight:600;transition:background .15s ease,transform .15s ease}.btn-ghost:hover{background:rgba(255,255,255,.08);transform:translateY(-1px)}.footer{background:var(--bg-1);padding:72px 0 40px}.footer__grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);grid-gap:40px;gap:40px;margin-bottom:56px}.footer__brand p{margin-top:14px;font-size:14px;color:var(--text-mid);max-width:280px;line-height:1.6}.footer__col h3{font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#aab6c6;margin-bottom:16px}.footer__col ul{list-style:none;display:grid;grid-gap:10px;gap:10px}.footer__col a{font-size:14px;color:var(--text-mid);transition:color .15s ease}.footer__col a:hover{color:var(--text-hi)}.footer__bottom{border-top:1px solid var(--stroke);padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.footer__legal{max-width:640px;line-height:1.6}.footer__copy,.footer__legal{font-size:13px;color:var(--text-low)}.footer__copy{white-space:nowrap}.reveal-ready .reveal{opacity:0;transform:translateY(16px);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1)}.reveal-ready .reveal.is-visible{opacity:1;transform:none}.reveal-ready .reveal.is-visible:nth-child(2){transition-delay:60ms}.reveal-ready .reveal.is-visible:nth-child(3){transition-delay:.12s}.reveal-ready .reveal.is-visible:nth-child(n+4){transition-delay:.18s}@media (prefers-reduced-motion:reduce){.reveal-ready .reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@media (max-width:1500px) and (min-width:1025px){.chip,.hero__cats{gap:8px}.chip{padding:8px 14px;font-size:14px}.chip svg{width:17px;height:17px}}@media (max-width:1250px){.hero__cats{flex-wrap:wrap}}@media (max-width:1250px) and (min-width:1025px){.hero__cats{max-width:600px}}@media (max-width:1180px){.dash__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.dcard--readiness{grid-row:span 2}.dcard--confidence{grid-column:2;grid-row:2}.dcard--timeline .sessions{white-space:normal}.dcard--library{grid-column:1/-1;grid-row:auto;transform:none;background:rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.hero__below{padding-right:0}}@media (max-width:1024px){.hero{padding-bottom:44px}.hero__inner{gap:8px}.hero__copy{max-width:none}.hero__cta{width:100%}.hero__visual{order:2;position:static;width:100%;max-width:640px;margin:28px auto 0;right:auto;align-self:center}.hero__below{order:3;max-width:none;margin-top:40px}.hero__phone{display:none}.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:980px){.nav__inner{gap:12px}.nav__links{display:none}.nav.nav--open .nav__accountLink,.nav__burger{display:block}.nav.nav--open .nav__links{display:flex;position:absolute;top:var(--nav-h);left:0;right:0;flex-direction:column;align-items:stretch;background:rgba(4,6,11,.98);border-bottom:1px solid var(--stroke);padding:16px 24px 20px;gap:4px}}@media (max-width:520px){.brand{gap:8px}.brand__mark{width:32px;height:32px}.brand__word{font-size:17px}.nav__actions{gap:8px}.btn-signup{padding:8px 12px;font-size:13px;border-radius:10px}.nav__burger{width:40px;height:40px;flex-shrink:0}.nav__actions .btn-signin{display:none}}@media (max-width:384px){.nav__actions .btn-signup{display:none}}@media (max-width:600px){.container{padding:0 20px}.hero{padding-top:calc(var(--nav-h) + 40px)}.hero__cta{flex-direction:column}.hero__search{padding:2px 18px}.footer__grid{grid-template-columns:1fr;gap:28px}}.app{background:#ffffff;padding:var(--sp-section) 0;overflow:hidden}.app__inner{display:grid;grid-template-columns:.68fr 1.32fr;grid-gap:40px;gap:40px;align-items:center}.app__title{font-size:clamp(30px,2.4vw + 14px,44px);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:16px;text-wrap:balance;color:var(--lt-heading)}.app__sub{font-size:16.5px;color:var(--lt-body);line-height:1.6;max-width:460px;margin-bottom:26px}.app__list{list-style:none;display:grid;grid-gap:13px;gap:13px}.app__list li{display:flex;align-items:center;gap:12px;font-size:15px;color:#3b4a63}.app__list svg{flex-shrink:0}.app__cta{margin-top:32px}.app__phones{display:flex;justify-content:center;align-items:center;min-width:0}.app__phones-frame{background:linear-gradient(135deg,var(--navy-hi) 0,var(--navy-lo) 100%);border:1px solid rgba(79,141,255,.25);border-radius:24px;padding:clamp(20px,2.5vw,36px);box-shadow:var(--shadow-panel)}.app__phones-img{width:100%;max-width:880px;height:auto;filter:none}.phone{position:relative;flex-shrink:0;width:196px;border-radius:38px;padding:9px;background:linear-gradient(148deg,#3d424e,#15171f 32%,#0b0d12 64%,#262a35);box-shadow:0 46px 84px rgba(0,0,0,.62),0 14px 30px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.06),inset 0 1.5px 2px rgba(255,255,255,.24),inset 0 -2px 4px rgba(0,0,0,.55)}.phone:before{top:18px;left:50%;transform:translateX(-50%);width:56px;height:17px;background:#05070c;border-radius:99px;z-index:4;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.phone:after,.phone:before{content:"";position:absolute}.phone:after{right:-2px;top:132px;width:2.5px;height:44px;border-radius:2px;background:linear-gradient(180deg,#2a2e39,#565c6a)}.phone--center{z-index:2;transform:translateY(-16px)}.phone--left,.phone--right{z-index:1}.phone__screen{position:relative;border-radius:29px;background:linear-gradient(180deg,#0e1728,#080e1c);border:1px solid rgba(255,255,255,.05);padding:12px;overflow:hidden}.phone__status{display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:600;color:#9aa7b8;margin-bottom:10px}.phone__batt{width:16px;height:8px;border:1px solid #57657d;border-radius:3px;position:relative}.phone__batt:after{content:"";position:absolute;inset:1.5px 5px 1.5px 1.5px;background:#9aa7b8;border-radius:1px}.phone__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.phone__head strong{font-size:12.5px;font-weight:700;letter-spacing:-.01em}.phone__head--center i{width:13px}.phone__label{font-size:8.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7d8ba1;margin:10px 0 7px}.cal{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:8px 9px 9px}.cal__month{font-size:9px;color:#9aa7b8;margin-bottom:6px}.cal__days{display:flex;gap:5px}.cal__days span{flex:1 1;text-align:center;font-size:10px;font-weight:600;color:#b7c1d2;padding:5px 0;border-radius:7px}.cal__days .on{background:#2563eb;color:#fff}.task{gap:9px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:7px 9px;margin-bottom:6px}.task,.task__ic{display:flex;align-items:center}.task__ic{flex-shrink:0;width:26px;height:26px;border-radius:8px;background:var(--c,#3b82f6);justify-content:center}.task__ic svg{width:14px;height:14px}.task__tx{min-width:0}.task__tx strong{display:block;font-size:10.5px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task__tx small{display:block;font-size:8.5px;color:#7d8ba1}.phone__tabs{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.07);margin-top:10px;padding:8px 4px 0}.phone__tabs span{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:7.5px;color:#64748b}.phone__tabs .on{color:#4f8dff}.tab-dot{width:4px;height:4px;border-radius:50%;background:currentColor}.q__meta{font-size:9px;color:#7d8ba1;margin-bottom:5px}.q__text{font-size:11.5px;font-weight:600;line-height:1.45;letter-spacing:-.01em;margin-bottom:10px}.q__opt{gap:8px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);border-radius:9px;padding:7px 9px;font-size:10.5px;font-weight:500;color:#dbe2ec;margin-bottom:6px}.q__letter,.q__opt{display:flex;align-items:center}.q__letter{flex-shrink:0;width:16px;height:16px;border-radius:50%;border:1px solid rgba(255,255,255,.2);font-size:8px;font-weight:700;justify-content:center;color:#9aa7b8}.q__opt--right{border-color:rgba(74,222,128,.55);background:rgba(34,197,94,.1);color:#fff}.q__opt--right .q__letter{border-color:#4ade80;color:#4ade80}.q__opt--right svg{margin-left:auto}.q__expl{font-size:8.5px;line-height:1.55;color:#8b98ad}.q__actions{display:flex;gap:8px;margin-top:11px}.q__flag,.q__next{flex:1 1;text-align:center;padding:7px 0;border-radius:8px;font-size:10px;font-weight:600}.q__flag{border:1px solid rgba(255,255,255,.14);color:#9aa7b8}.q__next{background:#2563eb;color:#fff}.mini-ring{position:relative;width:92px;height:92px;margin:2px auto 0}.mini-ring svg{width:100%;height:100%}.mini-ring__c{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.mini-ring__c strong{font-size:21px;font-weight:700;line-height:1}.mini-ring__c small{font-size:7.5px;color:#7d8ba1;margin-top:2px}.mini-delta{text-align:center;font-size:9px;font-weight:600;color:#4ade80;margin:5px 0 9px}.mini-chart{width:100%;height:34px;display:block;margin-bottom:2px}.weak{display:flex;align-items:center;gap:7px;font-size:9px;color:#b7c1d2;margin-bottom:7px}.weak>span:first-child{width:50px;flex-shrink:0}.weak__bar{flex:1 1;height:4px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}.weak__bar i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#16a34a,#4ade80)}.weak small{font-size:8.5px;color:#7d8ba1;width:20px;text-align:right}.mini-link{text-align:center;font-size:10px;font-weight:600;color:#4f8dff;margin-top:9px}@media (min-width:1800px){:root{--container:1760px}}@media (max-width:1180px){.app__inner{gap:32px}.phone{width:176px}.app__phones{gap:12px}}@media (max-width:1024px){.dash-img{width:100%;margin:0}.app__inner{grid-template-columns:1fr;gap:52px}.app__phones{order:2}}@media (max-width:640px){.phone--left,.phone--right{display:none}.phone--center{width:230px}}.certp,.dir{min-height:100vh;padding:calc(var(--nav-h) + 52px) 0 96px;background:radial-gradient(1000px 560px at 78% -5%,rgba(37,99,235,.16),transparent 62%),linear-gradient(180deg,#05070d,#04060b 60%)}.crumb{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--text-low);margin-bottom:28px}.crumb a{color:var(--text-mid);transition:color .15s ease}.crumb a:hover,.crumb__here{color:var(--text-hi)}.crumb__here{font-weight:600}.crumb--light{color:rgba(15,23,42,.45)}.crumb--light a{color:rgba(15,23,42,.62)}.crumb--light .crumb__here,.crumb--light a:hover{color:#0f172a}.dir__head{max-width:720px;margin-bottom:40px}.dir__title{font-size:clamp(32px,4vw,46px);font-weight:700;letter-spacing:-.03em;margin:10px 0 12px}.dir__sub{font-size:16.5px;color:var(--text-mid);line-height:1.6;margin-bottom:26px}.dir__search{display:flex;align-items:center;gap:12px;padding:0 18px;background:rgba(255,255,255,.05);border:1px solid var(--stroke);border-radius:13px;transition:border-color .15s ease,background .15s ease}.dir__search:focus-within{border-color:rgba(79,141,255,.55);background:rgba(255,255,255,.07)}.dir__search svg{flex-shrink:0}.dir__search input{width:100%;background:none;border:none;outline:none;color:var(--text-hi);font-family:inherit;font-size:15px;padding:15px 0}.dir__search input::placeholder{color:var(--text-low)}.dir__filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.dir__pill{padding:8px 15px;border-radius:999px;border:1px solid var(--stroke);background:rgba(255,255,255,.04);color:var(--text-mid);font-size:13.5px;font-weight:500;transition:background .15s ease,color .15s ease,border-color .15s ease}.dir__pill:hover{color:var(--text-hi);border-color:var(--stroke-strong)}.dir__pill.is-active{background:linear-gradient(180deg,#1e6cf2,#1560e8);border-color:transparent;color:#fff}.dir__count{font-size:13.5px;color:var(--text-mid);margin:34px 0 16px}.dir__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.dir__empty{padding:60px 20px;text-align:center;color:var(--text-mid);border:1px dashed var(--stroke-strong);border-radius:var(--radius-lg)}.dir__empty p:first-child{color:var(--text-hi);font-weight:600;margin-bottom:6px}.dir__empty p:last-child{font-size:14px}.certcard{display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--stroke);border-radius:var(--radius-lg);padding:22px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.certcard:hover{transform:translateY(-3px);border-color:var(--stroke-strong);background:var(--panel-strong)}.certcard__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.certcard__acr{display:inline-flex;align-items:center;padding:5px 11px;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:-.01em;color:#fff;background:var(--c,#3b82f6)}.certcard__cat{font-size:12.5px;color:var(--text-mid);font-weight:500}.certcard__name{font-size:16.5px;font-weight:700;letter-spacing:-.015em;line-height:1.3;margin-bottom:4px}.certcard__vendor{font-size:13.5px;color:var(--text-mid);margin-bottom:16px}.certcard__meta{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-low);margin-bottom:18px}.certcard__meta .dot{opacity:.6}.certcard__cta{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--blue-bright)}.certcard:hover .certcard__cta{text-decoration:underline}.certp__hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);grid-gap:40px;gap:40px;align-items:start;margin-bottom:20px}.certp__tags{display:flex;align-items:center;gap:10px;margin-bottom:16px}.certp__cat{display:inline-flex;align-items:center;padding:6px 13px;color:#fff;background:var(--c,#3b82f6)}.certp__cat,.certp__code{border-radius:999px;font-size:12.5px;font-weight:600}.certp__code{color:var(--text-mid);padding:6px 12px;border:1px solid var(--stroke)}.certp__title{font-size:clamp(30px,3.6vw,46px);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin-bottom:10px}.certp__vendor{font-size:15px;color:var(--text-mid);margin-bottom:20px}.certp__vendor .dot{opacity:.6;margin:0 4px}.certp__blurb{font-size:16.5px;line-height:1.7;color:#c3ccda;margin-bottom:28px;max-width:640px}.certp__cta{gap:12px;margin-bottom:26px}.certp__chips,.certp__cta{display:flex;flex-wrap:wrap}.certp__chips{gap:10px}.factchip{display:inline-flex;align-items:center;gap:7px;padding:9px 15px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid var(--stroke);font-size:13px;color:#dbe2ec}.factchip em{font-style:normal;font-weight:700;color:var(--green-soft)}.glance{background:var(--panel);border:1px solid var(--stroke);border-radius:var(--radius-lg);padding:26px 26px 22px;position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 20px)}.glance__title{font-size:16px;font-weight:700;letter-spacing:-.015em;margin-bottom:16px}.glance__list{display:flex;flex-direction:column}.glance__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--stroke)}.glance__row:last-of-type{border-bottom:none}.glance__row dt{font-size:14px;color:var(--text-mid)}.glance__row dd{font-size:14px;font-weight:600;color:var(--text-hi);text-align:right}.glance__src{font-size:11.5px;color:var(--text-low);margin-top:14px}.blueprint{background:var(--bg-1);border:1px solid var(--stroke);border-radius:24px;padding:40px;margin:44px 0}.blueprint__head{margin-bottom:28px}.blueprint__head h2{font-size:24px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.blueprint__head p{font-size:15px;color:var(--text-mid);max-width:620px}.blueprint__bars{display:grid;grid-gap:18px;gap:18px}.bp__top{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:8px}.bp__name{font-size:14.5px;font-weight:500;color:#dbe2ec}.bp__pct{font-size:14px;font-weight:700;color:var(--blue-bright);flex-shrink:0}.bp__track{height:9px;border-radius:99px;background:rgba(255,255,255,.07);overflow:hidden}.bp__fill{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#2563eb,#4f8dff)}.trial{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:32px;gap:32px;align-items:center;background:radial-gradient(700px 380px at 12% 20%,rgba(34,197,94,.14),transparent 60%),linear-gradient(150deg,#0c1626,#060a13);border:1px solid rgba(148,163,184,.14);border-radius:26px;padding:44px;margin:44px 0;scroll-margin-top:calc(var(--nav-h) + 20px)}.trial__copy h2{font-size:clamp(24px,2.6vw,32px);font-weight:700;letter-spacing:-.02em;margin:10px 0 12px}.trial__copy p{font-size:15.5px;line-height:1.65;color:var(--text-mid);margin-bottom:24px;max-width:460px}.trial__card{background:rgba(10,15,26,.85);border:1px solid var(--stroke);border-radius:18px;padding:22px}.trial__meta{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-low);margin-bottom:12px}.trial__q{font-size:15.5px;font-weight:600;line-height:1.5;letter-spacing:-.01em;margin-bottom:16px}.trial__card .q__opt{font-size:14px;padding:11px 13px;margin-bottom:8px}.trial__card .q__letter{width:20px;height:20px;font-size:10px}.trial__card .q__opt--right svg{margin-left:auto}.trial__expl{font-size:13px;line-height:1.6;color:var(--text-mid);margin-top:14px}.trial__expl strong{color:var(--green-soft);font-weight:600}.trial__topics{list-style:none;display:grid;grid-gap:8px;gap:8px}.trial__topics li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-radius:11px;background:rgba(255,255,255,.035);border:1px solid var(--stroke);font-size:13.5px;color:#dbe2ec}.trial__topics small{color:var(--blue-bright);font-weight:700}.related{margin-top:52px}.related__title{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:22px}.related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:1024px){.certp__hero{grid-template-columns:1fr;gap:28px}.glance{position:static}.trial{grid-template-columns:1fr;padding:32px}.dir__grid,.related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blueprint{padding:30px}}@media (max-width:620px){.dir__grid,.related__grid{grid-template-columns:1fr}}:root{--sp-section:clamp(72px,7vw,104px);--sp-feature:clamp(96px,9vw,136px);--sp-finale:clamp(112px,12vw,160px);--measure:1160px;--cover-a:#000614;--cover-b:#041022;--cover-c:#081530;--navy-hi:#0d1b3a;--navy-lo:#0a1428;--interlude-a:#0a1730;--interlude-b:#071129;--interlude-mid:#091428;--close-a:#061027;--close-b:#070b13;--lt-fill:#f7f8fa;--lt-stroke-strong:#d7dde8;--lt-low:#5f6d85;--lt-eyebrow:#1d4ed8;--green-on-light:#16a34a;--go:#22c55e;--accent:#4f8dff;--accent-soft:#6ea8ff;--grad-primary:linear-gradient(180deg,#1e6cf2,#1560e8);--r-md:12px;--r-lg:16px;--r-xl:20px;--shadow-lt:0 1px 2px rgba(11,18,32,0.06);--shadow-lt-hover:0 18px 44px rgba(11,18,32,0.10);--shadow-panel:0 30px 80px -20px rgba(37,99,235,0.35)}.sec-head{max-width:720px;margin:0 auto clamp(44px,4vw,56px);text-align:center}.sec-head--left{margin-left:0;text-align:left}.sec-eyebrow{gap:10px;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:14px}.sec-eyebrow,.sec-num{display:inline-flex;align-items:center;font-weight:700}.sec-num{width:24px;height:24px;border-radius:999px;background:var(--grad-primary);color:#fff;font-size:11.5px;letter-spacing:0;justify-content:center;box-shadow:0 4px 12px rgba(37,99,235,.3)}.sec-title{font-size:clamp(30px,2.4vw + 14px,44px);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:#fff}.sec-lede{margin-top:16px;font-size:16.5px;line-height:1.6;color:var(--text-mid)}[data-tone=light] .sec-eyebrow{color:var(--lt-eyebrow)}[data-tone=light] .sec-title{color:var(--lt-heading)}[data-tone=light] .sec-lede{color:var(--lt-body)}.sheet,.sheet-dark{position:relative;z-index:2;margin-top:-28px;border-radius:28px 28px 0 0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sr-only-nav{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.atlas-main+footer{display:none}.atlas-main{overscroll-behavior:none}