@keyframes heroFlowDraw{to{stroke-dashoffset:0}}@keyframes heroFlowPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.65)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes heroFlowSprintIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes heroFlowFade{0%{opacity:0}to{opacity:1}}@keyframes heroFlowPulseReport{0%,to{box-shadow:0 0 16px #4ade8059}50%{box-shadow:0 0 34px #4ade80cc,0 0 60px #86efac4d}}@keyframes heroFlowPulseOutcome{0%,to{box-shadow:0 0 22px #fbbf2473}50%{box-shadow:0 0 48px #fbbf24e6,0 0 80px #fde04766}}.hero-flow{margin-inline:auto;width:100%;max-width:72rem}.hero-flow__window{overflow:hidden;border:1px solid var(--border-default);border-radius:var(--radius-card);background:var(--surface-card);box-shadow:0 30px 80px -20px #00000080}.hero-flow__titlebar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-default);background:#0a0e1acc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hero-flow__titlebar-dot{width:.75rem;height:.75rem;border-radius:9999px}.hero-flow__titlebar-dot--error{background:#ef444499}.hero-flow__titlebar-dot--warning{background:#fbbf2499}.hero-flow__titlebar-dot--success{background:#4ade8099}.hero-flow__url-pill{margin-inline:auto;display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 1rem;border:1px solid var(--border-default);border-radius:var(--radius-button);background:#02061799;font-size:.75rem;color:var(--text-muted)}.hero-flow__url-dot{width:.375rem;height:.375rem;border-radius:9999px;background:var(--brand-blue)}.hero-flow__titlebar-spacer{width:.75rem;height:.75rem}.hero-flow__canvas{position:relative;width:100%;aspect-ratio:2.6 / 1;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(0,102,255,.08) 0%,transparent 65%),radial-gradient(circle,rgba(96,165,250,.12) 1px,transparent 1.5px);background-size:100% 100%,22px 22px;background-position:0 0,11px 11px}.hero-flow__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none}.hero-flow__path{animation:heroFlowDraw .7s cubic-bezier(.4,0,.2,1) forwards}.hero-flow__sprint-box{position:absolute;z-index:0;opacity:0;animation:heroFlowSprintIn .7s cubic-bezier(0,0,.2,1) forwards;animation-delay:.6s}.hero-flow__sprint-frame{position:relative;width:100%;height:100%;border:1px dashed var(--brand-blue);border-radius:var(--radius-card);background:#0066ff0d}.hero-flow__sprint-badge{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border:1px solid var(--brand-blue);border-radius:9999px;background:var(--bg-base);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-blue-light);white-space:nowrap;box-shadow:0 0 12px #0066ff4d}.hero-flow__sprint-badge-dot{width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-blue-light)}.hero-flow__pill{position:absolute;top:45%;z-index:15;display:flex;flex-direction:column;align-items:center;transform:translate(-50%,-50%);opacity:0;animation:heroFlowFade .6s ease-out forwards;animation-delay:.55s}.hero-flow__pill-inner{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:1px solid var(--brand-blue);border-radius:9999px;background:var(--bg-base);white-space:nowrap;box-shadow:0 0 12px #0066ff4d}.hero-flow__pill-text{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-blue-light)}.hero-flow__pill-tick{margin-top:.25rem;width:1px;height:.75rem;background:#06f9}.hero-flow__feedback-label{position:absolute;left:47%;top:5%;transform:translate(-50%,-50%);z-index:20;opacity:0;animation:heroFlowFade .6s ease-out forwards;animation-delay:2.6s}.hero-flow__feedback-label-inner{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border:1px solid var(--border-default);border-radius:9999px;background:#0d0d17d9;font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);white-space:nowrap}.hero-flow__feedback-label-dot{width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-sky)}.hero-flow__node{position:absolute;z-index:10;opacity:0;animation:heroFlowPop .55s cubic-bezier(.34,1.56,.64,1) forwards}.hero-flow__node-box{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid var(--border-default);border-radius:.75rem;background:var(--surface-card)}.hero-flow__node-icon{width:1.25rem;height:1.25rem}.hero-flow__node-label{position:absolute;left:50%;top:100%;margin-top:.5rem;transform:translate(-50%);text-align:center;white-space:nowrap}.hero-flow__node-title{font-size:.75rem;font-weight:700;line-height:1.25;color:var(--text-primary)}.hero-flow__node-sub{margin-top:.125rem;font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);width:7rem;text-wrap:auto}.hero-flow__node--user .hero-flow__node-box{border-style:dashed;border-color:var(--text-faint);color:var(--text-muted);border-radius:9999px}.hero-flow__node--user .hero-flow__node-title{color:var(--text-muted)}.hero-flow__node--sprint .hero-flow__node-box{border-color:var(--brand-blue);color:var(--brand-blue);box-shadow:0 0 18px #0066ff73}.hero-flow__node--sprint .hero-flow__node-title{color:var(--brand-blue)}.hero-flow__node--orion .hero-flow__node-box{border-color:var(--brand-blue-light);color:var(--brand-blue-light);box-shadow:0 0 16px #66b3ff73}.hero-flow__node--orion .hero-flow__node-title{color:var(--brand-blue-light)}.hero-flow__node--aurora .hero-flow__node-box{border-color:var(--accent-purple);color:var(--accent-purple);box-shadow:0 0 16px #8b5cf673}.hero-flow__node--aurora .hero-flow__node-title{color:var(--accent-purple)}.hero-flow__node--report .hero-flow__node-box{border-color:var(--success-light);color:var(--success-light)}.hero-flow__node--report .hero-flow__node-title{color:var(--success-light)}.hero-flow__node--outcome .hero-flow__node-box{border-color:var(--warning);color:var(--warning);animation:heroFlowPulseOutcome 3s ease-in-out infinite;animation-delay:2.5s}.hero-flow__node--outcome .hero-flow__node-title{color:var(--warning)}@media (prefers-reduced-motion: reduce){.hero-flow__path,.hero-flow__node,.hero-flow__sprint-box,.hero-flow__pill,.hero-flow__feedback-label,.hero-flow__node--report .hero-flow__node-box,.hero-flow__node--outcome .hero-flow__node-box{animation:none!important;opacity:1!important;stroke-dashoffset:0!important;transform:translate(-50%,-50%)!important}.hero-flow__sprint-box{transform:none!important}}.hero-flow-mobile{overflow:hidden;border:1px solid var(--border-default);border-radius:var(--radius-card);background:var(--surface-card);box-shadow:0 20px 50px -15px #00000080}.hero-flow-mobile__titlebar{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border-bottom:1px solid var(--border-default);background:#0a0e1acc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hero-flow-mobile__titlebar-dot{width:.5rem;height:.5rem;border-radius:9999px}.hero-flow-mobile__titlebar-dot--error{background:#ef444499}.hero-flow-mobile__titlebar-dot--warning{background:#fbbf2499}.hero-flow-mobile__titlebar-dot--success{background:#4ade8099}.hero-flow-mobile__url-pill{margin-inline:auto;display:inline-flex;align-items:center;gap:.375rem;padding:.125rem .75rem;border:1px solid var(--border-default);border-radius:var(--radius-button);background:#02061799;font-size:.625rem;color:var(--text-muted)}.hero-flow-mobile__url-dot{width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-blue)}.hero-flow-mobile__journey{padding:1.25rem 1rem;background:radial-gradient(circle at 50% 50%,rgba(0,102,255,.08) 0%,transparent 65%),radial-gradient(circle,rgba(96,165,250,.08) 1px,transparent 1.5px);background-size:100% 100%,18px 18px}.hero-flow-mobile__step{position:relative;display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--border-default);border-radius:var(--radius-card);background:var(--surface-card)}.hero-flow-mobile__step--compact{padding:.625rem}.hero-flow-mobile__step-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background:var(--bg-base)}.hero-flow-mobile__step-icon-svg{width:1rem;height:1rem}.hero-flow-mobile__step-content{min-width:0;flex:1}.hero-flow-mobile__step-title{font-size:.875rem;font-weight:700;line-height:1.25;color:var(--text-primary)}.hero-flow-mobile__step-sub{margin-top:.125rem;font-size:.625rem;line-height:1.25;color:var(--text-muted)}.hero-flow-mobile__step--user{border-style:dashed;border-color:var(--text-faint)}.hero-flow-mobile__step--user .hero-flow-mobile__step-icon,.hero-flow-mobile__step--user .hero-flow-mobile__step-title{color:var(--text-muted)}.hero-flow-mobile__step--sprint{border-color:var(--brand-blue);box-shadow:0 0 18px #0066ff73}.hero-flow-mobile__step--sprint .hero-flow-mobile__step-icon,.hero-flow-mobile__step--sprint .hero-flow-mobile__step-title{color:var(--brand-blue)}.hero-flow-mobile__step--orion{border-color:var(--brand-blue-light);box-shadow:0 0 16px #66b3ff73}.hero-flow-mobile__step--orion .hero-flow-mobile__step-icon,.hero-flow-mobile__step--orion .hero-flow-mobile__step-title{color:var(--brand-blue-light)}.hero-flow-mobile__step--aurora{border-color:var(--accent-purple);box-shadow:0 0 16px #8b5cf673}.hero-flow-mobile__step--aurora .hero-flow-mobile__step-icon,.hero-flow-mobile__step--aurora .hero-flow-mobile__step-title{color:var(--accent-purple)}.hero-flow-mobile__step--report{border-color:var(--success-light)}.hero-flow-mobile__step--report .hero-flow-mobile__step-icon,.hero-flow-mobile__step--report .hero-flow-mobile__step-title{color:var(--success-light)}.hero-flow-mobile__step--outcome{border-color:var(--warning);box-shadow:0 0 10px #fbbf242e}.hero-flow-mobile__step--outcome .hero-flow-mobile__step-icon,.hero-flow-mobile__step--outcome .hero-flow-mobile__step-title{color:var(--warning)}.hero-flow-mobile__connector{display:flex;justify-content:center;height:1.75rem}.hero-flow-mobile__connector--with-pill{position:relative;align-items:center;height:3.5rem}.hero-flow-mobile__connector-svg{display:block}.hero-flow-mobile__connector--with-pill .hero-flow-mobile__connector-svg{position:absolute;inset-block:0}.hero-flow-mobile__connector-pill{position:relative;display:inline-flex;align-items:center;gap:.375rem;padding:.125rem .5rem;border:1px solid var(--brand-blue);border-radius:9999px;background:var(--bg-base);white-space:nowrap;box-shadow:0 0 10px #0066ff4d}.hero-flow-mobile__connector-pill-text{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-blue-light)}.hero-flow-mobile__sprint-cycle{position:relative}.hero-flow-mobile__feedback-loop{position:absolute;top:.875rem;bottom:.875rem;right:-1rem;width:1rem;pointer-events:none}.hero-flow-mobile__feedback-loop:before{content:"";position:absolute;top:14px;bottom:14px;right:4px;width:0;border-right:1px dashed #7dd3fc;opacity:.85}.hero-flow-mobile__feedback-loop-top{position:absolute;top:0;right:0;display:block}.hero-flow-mobile__feedback-loop-bottom{position:absolute;bottom:0;right:0;display:block}.hero-flow-mobile__sprint-box{position:relative;margin-block:.25rem;padding:.75rem;border:2px dashed var(--brand-blue);border-radius:var(--radius-card);background:#0066ff0d}.hero-flow-mobile__sprint-badge{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:.375rem;padding:.125rem .625rem;border:1px solid var(--brand-blue);border-radius:9999px;background:var(--bg-base);font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-blue-light);white-space:nowrap;box-shadow:0 0 10px #0066ff4d}.hero-flow-mobile__sprint-badge-dot{width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-blue-light)}.hero-flow-mobile__sprint-children{display:flex;flex-direction:column;gap:.5rem}.hero-flow-mobile__feedback{margin-block:.5rem;display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.hero-flow-mobile__feedback-icon{color:var(--brand-sky)}.hero-v2{position:relative;overflow:hidden;background:var(--bg-base);padding:8rem 1.5rem 3rem}@media (min-width: 1024px){.hero-v2{padding:10rem 2rem 4rem}}.hero-v2__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-v2__atmosphere-glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(0,102,255,.18) 0%,transparent 60%),radial-gradient(ellipse 80% 60% at 50% 100%,rgba(0,61,153,.1) 0%,transparent 55%)}.hero-v2__atmosphere-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hero-v2__particle{position:absolute;width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-sky);box-shadow:0 0 6px #60a5fa99}.hero-v2__container{position:relative;z-index:10;margin-inline:auto;max-width:1280px}.hero-v2__content{text-align:center}.hero-v2__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border:1px solid var(--border-brand);border-radius:9999px;background:#0066ff1a;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-blue-light);box-shadow:0 0 12px #06f3}.hero-v2__badge-text--full{display:none}.hero-v2__badge-text--short{display:inline}@media (min-width: 640px){.hero-v2__badge-text--full{display:inline}.hero-v2__badge-text--short{display:none}}.hero-v2__badge-dot-wrap{position:relative;display:flex;width:.375rem;height:.375rem}.hero-v2__badge-dot-ping{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;width:100%;height:100%;border-radius:9999px;background:var(--brand-blue-light);opacity:.75;animation:heroV2Ping 1s cubic-bezier(0,0,.2,1) infinite}.hero-v2__badge-dot{position:relative;display:inline-flex;width:.375rem;height:.375rem;border-radius:9999px;background:var(--brand-blue)}@keyframes heroV2Ping{75%,to{transform:scale(2);opacity:0}}.hero-v2__title{margin-top:1.5rem;font-size:2.25rem;font-weight:800;line-height:1.05;letter-spacing:-.025em;text-wrap:balance;color:var(--text-primary)}@media (min-width: 640px){.hero-v2__title{font-size:3rem}}@media (min-width: 1024px){.hero-v2__title{font-size:3.75rem}}.hero-v2__title-accent{background:var(--brand-gradient);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:heroV2GradientShift 6s ease infinite}@keyframes heroV2GradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-v2__subtitle{margin:1.5rem auto 0;max-width:42rem;font-size:1rem;line-height:1.625;text-wrap:balance;color:var(--text-body)}@media (min-width: 640px){.hero-v2__subtitle{font-size:1.125rem}}.hero-v2__cta-row{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}@media (min-width: 640px){.hero-v2__cta-row{flex-direction:row;gap:1rem}}.hero-v2__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:0;border-radius:var(--radius-button);background:var(--brand-gradient);font-size:1rem;font-weight:600;color:var(--text-primary);cursor:pointer;box-shadow:0 0 24px #06f6;transition:box-shadow .2s cubic-bezier(0,0,.2,1)}.hero-v2__cta:hover{box-shadow:0 0 36px #06f9}.hero-v2__cta--secondary{background:transparent;border:1px solid var(--border-default);color:var(--text-secondary);box-shadow:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:border-color .2s cubic-bezier(0,0,.2,1),color .2s cubic-bezier(0,0,.2,1)}.hero-v2__cta--secondary:hover{border-color:var(--brand-blue);color:var(--brand-blue-light);box-shadow:none}.hero-v2__cta-icon{width:1rem;height:1rem;transition:transform .2s cubic-bezier(0,0,.2,1)}.hero-v2__cta:hover .hero-v2__cta-icon{transform:translate(4px)}.hero-v2__trust{margin-top:1.5rem;font-size:.875rem;color:var(--text-muted)}.hero-v2__trust-dot{display:inline-block;vertical-align:middle;margin-inline:.5rem;width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-blue)}.hero-v2__flow-desktop{display:none;margin-top:4rem}@media (min-width: 640px){.hero-v2__flow-desktop{margin-top:5rem}}@media (min-width: 768px){.hero-v2__flow-desktop{display:block}}.hero-v2__flow-mobile{margin:3rem auto 0;max-width:28rem}@media (min-width: 768px){.hero-v2__flow-mobile{display:none}}@media (prefers-reduced-motion: reduce){.hero-v2__title-accent,.hero-v2__badge-dot-ping{animation:none!important}}.problems-v2{position:relative;overflow:hidden;background:var(--bg-base);padding:3rem 1.5rem}@media (min-width: 1024px){.problems-v2{padding:4rem 2rem}}.problems-v2__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(0,102,255,.06) 0%,transparent 60%)}.problems-v2__container{position:relative;z-index:10;margin-inline:auto;max-width:1280px}.problems-v2__header{text-align:center}.problems-v2__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:1px solid rgba(0,102,255,.4);border-radius:9999px;background:#0066ff1a;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-blue-light)}.problems-v2__badge-dot{width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-blue-light)}.problems-v2__heading{margin-top:1rem;font-size:1.875rem;font-weight:800;letter-spacing:-.025em;text-wrap:balance;color:var(--text-primary)}@media (min-width: 640px){.problems-v2__heading{font-size:2.25rem}}.problems-v2__grid{margin-top:3rem;display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.problems-v2__grid{margin-top:3.5rem;grid-template-columns:repeat(3,1fr)}}.problems-v2__card{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid var(--border-default);border-radius:var(--radius-card);background:var(--surface-card);text-align:left;cursor:pointer;transition:border-color .3s cubic-bezier(0,0,.2,1),box-shadow .3s cubic-bezier(0,0,.2,1)}.problems-v2__card:hover{border-color:var(--brand-blue);box-shadow:0 20px 60px #0006,0 0 40px #0066ff2e}.problems-v2__card-number{position:absolute;right:1rem;top:.75rem;pointer-events:none;font-size:1.5rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;color:#ffffff1f}@media (min-width: 640px){.problems-v2__card-number{font-size:1.875rem}}.problems-v2__card-illustration{position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem .75rem}@media (min-width: 640px){.problems-v2__card-illustration{padding-inline:1.5rem}}.problems-v2__card-illustration-svg{height:8rem;width:100%}.problems-v2__card-body{display:flex;flex:1 1 0%;flex-direction:column;gap:.75rem;padding:1.25rem;border-top:1px solid var(--border-default)}@media (min-width: 640px){.problems-v2__card-body{padding:1.5rem}}.problems-v2__card-heading{font-size:1rem;font-weight:700;line-height:1.4;text-wrap:balance;color:var(--text-primary)}@media (min-width: 640px){.problems-v2__card-heading{font-size:1.125rem}}.problems-v2__card-problem{font-size:.8125rem;line-height:1.625;text-wrap:balance;color:var(--text-body)}.problems-v2__card-fix{margin-top:auto;display:flex;flex-direction:column;gap:.375rem}.problems-v2__card-fix-header{display:flex;align-items:center;gap:.5rem}.problems-v2__card-fix-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--brand-blue-light)}.problems-v2__card-fix-line{flex:1;height:1px;background:linear-gradient(to right,rgba(0,102,255,.6),transparent)}.problems-v2__card-fix-text{font-size:.8125rem;line-height:1.625;text-wrap:balance;color:var(--text-secondary)}.problems-v2__card-cta{display:inline-flex;align-items:center;gap:.375rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);transition:color .2s cubic-bezier(0,0,.2,1)}.problems-v2__card:hover .problems-v2__card-cta{color:var(--brand-blue-light)}.problems-v2__card-cta-icon{width:.625rem;height:.625rem;transition:transform .2s cubic-bezier(0,0,.2,1)}.problems-v2__card:hover .problems-v2__card-cta-icon{transform:translate(4px)}.amentor-v2{position:relative;scroll-margin-top:5rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media (min-width: 1024px){.amentor-v2{grid-template-columns:5fr 7fr;-moz-column-gap:3rem;column-gap:3rem;align-items:start}}.amentor-v2__text{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 1024px){.amentor-v2__text{position:sticky;top:6rem}}.amentor-v2__eyebrow{display:inline-flex;align-items:center;gap:.65rem;color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.amentor-v2__eyebrow-rule{width:1.5rem;height:1px;background:linear-gradient(to right,transparent,var(--brand-blue))}.amentor-v2__eyebrow-index{color:var(--brand-blue-light);font-variant-numeric:tabular-nums}.amentor-v2__eyebrow-divider{color:var(--text-faint)}.amentor-v2__eyebrow-label{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-body)}.amentor-v2__eyebrow-icon{width:.82rem;height:.82rem;color:var(--brand-blue-light)}.amentor-v2__heading{font-size:1.625rem;font-weight:800;letter-spacing:-.025em;line-height:1.15;text-wrap:balance;color:var(--text-primary);margin:0}@media (min-width: 640px){.amentor-v2__heading{font-size:1.875rem}}@media (min-width: 1280px){.amentor-v2__heading{font-size:2.125rem}}.amentor-v2__heading-accent{background:linear-gradient(90deg,var(--brand-blue-light),var(--brand-sky));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.amentor-v2__divider{width:2rem;height:2px;background:linear-gradient(to right,var(--brand-blue-light),transparent);margin:.25rem 0}.amentor-v2__copy{color:var(--text-body);font-size:.95rem;line-height:1.65;margin:0;text-wrap:pretty}.amentor-v2__steps{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.75rem}.amentor-v2__step{display:flex;align-items:flex-start;gap:.75rem}.amentor-v2__step-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:1px solid rgba(0,102,255,.35);border-radius:9999px;background:#0066ff14;color:var(--brand-blue-light);font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums}.amentor-v2__step-text{color:var(--text-muted);font-size:.875rem;line-height:1.6}.amentor-v2__action-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem}.amentor-v2__or-divider{display:inline-flex;align-items:center;gap:.55rem;color:var(--text-disabled);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.amentor-v2__or-divider:before,.amentor-v2__or-divider:after{content:"";display:inline-block;width:1.4rem;height:1px;background:var(--border-default)}.amentor-v2__cue{display:inline-flex;align-items:center;gap:.55rem;margin:0;color:var(--brand-blue-light);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.amentor-v2__learn-more{display:inline-flex;align-items:center;gap:.35rem;margin:0;color:var(--text-muted);font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s ease,gap .2s ease}.amentor-v2__learn-more:hover{color:var(--brand-blue-light);gap:.55rem}.amentor-v2__learn-more svg{width:.85rem;height:.85rem}.amentor-v2__cue-arrow{font-size:1.1rem;line-height:1}.amentor-v2__cue-arrow--desktop{display:inline-flex;align-items:center;animation:amentor-cue-arrow-nudge-h 1.2s ease-in-out infinite}.amentor-v2__cue-arrow--mobile{display:none;align-items:center;animation:amentor-cue-arrow-nudge-v 1.2s ease-in-out infinite}@keyframes amentor-cue-arrow-nudge-h{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@keyframes amentor-cue-arrow-nudge-v{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (max-width: 1023px){.amentor-v2__cue-arrow--desktop{display:none}.amentor-v2__cue-arrow--mobile{display:inline-flex}}.amentor-v2__demo-col{min-width:0}.orion-demo{position:relative;width:100%;max-width:900px;margin-inline:auto}.orion-demo__progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-inline:.25rem}.orion-demo__progress-label{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.orion-demo__progress-pulse{width:8px;height:8px;border-radius:50%;background:var(--brand-sky);box-shadow:0 0 8px var(--brand-sky);animation:orionDotBounce 1.4s ease-in-out infinite}.orion-demo__progress-bars{display:flex;gap:5px}.orion-demo__progress-bar{width:8px;height:6px;border-radius:9999px;background:#ffffff1f;transition:all .4s}.orion-demo__progress-bar--reached{width:24px;background:var(--brand-sky)}.orion-demo__surface{position:relative;overflow:hidden;min-height:440px;display:flex;flex-direction:column;border:1px solid rgba(96,165,250,.18);border-radius:20px;background:linear-gradient(160deg,#0f172ab3,#020617eb);box-shadow:0 50px 100px -30px #0000008c,0 0 60px -10px #0066ff2e}.orion-demo__phase{flex:1;display:flex;flex-direction:column;animation:orionFadeIn .4s ease-out}.orion-demo__editor-header{display:flex;align-items:center;gap:.75rem;padding:.7rem 1.1rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05)}.orion-demo__editor-traffic{display:flex;gap:6px}.orion-demo__editor-traffic-light{width:10px;height:10px;border-radius:50%}.orion-demo__editor-traffic-light--red{background:#ff5f56}.orion-demo__editor-traffic-light--yellow{background:#ffbd2e}.orion-demo__editor-traffic-light--green{background:#27c93f}.orion-demo__editor-filename{color:var(--text-disabled);font-size:.72rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.orion-demo__editor-status{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;color:#fca5a5;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.orion-demo__editor-status-dot{width:6px;height:6px;border-radius:50%;background:#f87171;box-shadow:0 0 6px #f87171}.orion-demo__editor-code{flex:1;margin:0;padding:1rem 1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;line-height:1.6;color:var(--text-body);overflow-x:auto;background:#0a0f1e}.orion-demo__editor-code-keyword{color:#c084fc}.orion-demo__editor-code-fn{color:var(--brand-sky)}.orion-demo__editor-code-arg{color:var(--warning)}.orion-demo__editor-code-comment{color:var(--text-faint)}.orion-demo__editor-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.1rem;background:#ffffff04;border-top:1px solid rgba(255,255,255,.05)}.orion-demo__editor-hint{color:var(--text-disabled);font-size:.75rem}.orion-demo__editor-hint-strong{color:var(--text-body)}.orion-demo__submit{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.15rem;border:none;border-radius:8px;background:linear-gradient(135deg,var(--brand-blue) 0%,var(--brand-sky) 100%);color:var(--text-primary);font-size:.8rem;font-weight:700;cursor:pointer;box-shadow:0 10px 24px -8px #0066ff8c;transition:transform .18s ease,box-shadow .18s ease}.orion-demo__submit:hover{transform:translateY(-1px);box-shadow:0 14px 28px -8px #0066ffa6}.orion-demo__loading{padding:2rem;text-align:center;justify-content:center;align-items:center}.orion-demo__loading-row{display:inline-flex;align-items:center;gap:.75rem;color:var(--text-body);font-size:.95rem}.orion-demo__loading-dots{display:flex;gap:5px}.orion-demo__loading-dot{width:8px;height:8px;border-radius:50%;background:var(--brand-sky);animation:orionDotBounce 1.2s ease-in-out infinite}.orion-demo__loading-dot:nth-child(2){animation-delay:.15s}.orion-demo__loading-dot:nth-child(3){animation-delay:.3s}.orion-demo__network{position:relative;width:100%;height:360px;background:radial-gradient(ellipse at center,#0a0f1e,#020617)}.orion-demo__network-fallback{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-disabled)}.orion-demo__network-map{width:100%;height:100%;display:block}.orion-demo__network-briefing{position:absolute;top:14px;left:14px;max-width:320px;padding:.7rem .95rem;border:1px solid rgba(102,179,255,.3);border-radius:12px;background:#020617d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.orion-demo__network-briefing-label{color:var(--brand-blue-light);font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem}.orion-demo__network-briefing-text{color:var(--text-body);font-size:.78rem;line-height:1.4}.orion-demo__network-footer{display:flex;align-items:center;justify-content:flex-end;padding:.85rem 1.1rem;background:#ffffff04;border-top:1px solid rgba(255,255,255,.05)}.orion-demo__activity{padding:1.5rem 1.75rem;align-self:stretch}.orion-demo__activity-tag{display:inline-flex;align-self:flex-start;align-items:center;gap:.4rem;padding:.2rem .6rem;border:1px solid rgba(251,191,36,.3);border-radius:9999px;background:#fbbf241a;color:#fde68a;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.orion-demo__activity-question{color:var(--text-primary);font-size:1.05rem;font-weight:700;line-height:1.4;margin:0 0 .875rem}.orion-demo__activity-question-accent{color:var(--success-light)}.orion-demo__activity-hint{color:var(--text-muted);font-size:.8rem;line-height:1.55;max-width:500px;margin:0 0 .875rem}.orion-demo__activity-options{display:flex;flex-direction:column;gap:.4rem;max-width:480px}.orion-demo__activity-options--shake{animation:orionShake .4s}.orion-demo__activity-option{padding:.7rem 1rem;text-align:left;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#ffffff08;color:var(--text-body);font-size:.82rem;font-weight:500;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer;transition:background .18s,border-color .18s}.orion-demo__activity-option--prose{font-family:inherit}.orion-demo__activity-option:hover{background:#60a5fa14;border-color:#60a5fa59}.orion-demo__activity-feedback{margin-top:.75rem;color:#fca5a5;font-size:.82rem}.orion-demo__done{text-align:center;padding:1.75rem;justify-content:center;align-items:center}.orion-demo__done-icon{width:48px;height:48px;border-radius:50%;border:1px solid rgba(74,222,128,.4);background:#4ade801f;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;box-shadow:0 0 24px #4ade804d;color:var(--success-light)}.orion-demo__done-title{color:var(--text-primary);font-size:1.2rem;font-weight:800;margin:0 0 .35rem}.orion-demo__done-text{color:var(--text-muted);font-size:.85rem;line-height:1.6;margin:0 0 1rem;max-width:380px}.orion-demo__restart{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,.12);border-radius:9999px;background:#ffffff0d;color:var(--text-body);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .18s,border-color .18s}.orion-demo__restart:hover{background:#ffffff14;border-color:#fff3}.orion-demo__continue{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.15rem;border:none;border-radius:8px;background:linear-gradient(135deg,var(--brand-blue) 0%,var(--brand-sky) 100%);color:var(--text-primary);font-size:.8rem;font-weight:700;cursor:pointer;box-shadow:0 10px 24px -8px #0066ff8c;transition:transform .18s ease,box-shadow .18s ease}.orion-demo__continue:hover{transform:translateY(-1px);box-shadow:0 14px 28px -8px #0066ffa6}@keyframes orionDotBounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}@keyframes orionFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes orionShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.report-v2{position:relative;scroll-margin-top:5rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media (min-width: 1024px){.report-v2{grid-template-columns:5fr 7fr;-moz-column-gap:3rem;column-gap:3rem}}.report-v2__text{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 1024px){.report-v2__text{position:sticky;top:6rem}}.report-v2__eyebrow{display:inline-flex;align-items:center;gap:.65rem;color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-v2__eyebrow-rule{width:1.5rem;height:1px;background:linear-gradient(to right,transparent,var(--brand-blue))}.report-v2__eyebrow-index{color:var(--brand-blue-light);font-variant-numeric:tabular-nums}.report-v2__eyebrow-divider{color:var(--text-faint)}.report-v2__eyebrow-label{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-body)}.report-v2__eyebrow-icon{width:.82rem;height:.82rem;color:var(--brand-blue-light)}.report-v2__heading{font-size:1.625rem;font-weight:800;letter-spacing:-.025em;line-height:1.15;text-wrap:balance;color:var(--text-primary);margin:0}@media (min-width: 640px){.report-v2__heading{font-size:1.875rem}}@media (min-width: 1280px){.report-v2__heading{font-size:2.125rem}}.report-v2__heading-accent{background:linear-gradient(90deg,var(--brand-blue-light),var(--brand-sky));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.report-v2__divider{width:2rem;height:2px;background:linear-gradient(to right,var(--brand-blue-light),transparent);margin:.25rem 0}.report-v2__copy{color:var(--text-body);font-size:.95rem;line-height:1.65;margin:0;text-wrap:pretty}.report-v2__steps{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.75rem}.report-v2__step{display:flex;align-items:flex-start;gap:.75rem}.report-v2__step-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:1px solid rgba(0,102,255,.35);border-radius:9999px;background:#0066ff14;color:var(--brand-blue-light);font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums}.report-v2__step-text{color:var(--text-muted);font-size:.875rem;line-height:1.6}.report-v2__cue{display:inline-flex;align-items:center;gap:.55rem;margin:.5rem 0 0;align-self:flex-start;color:var(--brand-blue-light);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;line-height:1}.report-v2__cue-arrow{font-size:1.1rem;line-height:1}.report-v2__cue-arrow--desktop{display:inline-flex;align-items:center;animation:report-cue-arrow-nudge-h 1.2s ease-in-out infinite}.report-v2__cue-arrow--mobile{display:none;align-items:center;animation:report-cue-arrow-nudge-v 1.2s ease-in-out infinite}@keyframes report-cue-arrow-nudge-h{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@keyframes report-cue-arrow-nudge-v{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (max-width: 1023px){.report-v2__cue-arrow--desktop{display:none}.report-v2__cue-arrow--mobile{display:inline-flex}}.report-v2__demo-col{min-width:0}.report-card{position:relative;display:flex;flex-direction:column;gap:.85rem;min-height:480px;padding:1.15rem;overflow:hidden;border:1px solid rgba(96,165,250,.18);border-radius:20px;background:linear-gradient(160deg,#0f172ab3,#020617eb);box-shadow:0 50px 100px -30px #0000008c,0 0 60px -10px #0066ff2e;animation:orionFadeIn .5s ease-out}@media (min-width: 640px){.report-card{padding:1.35rem;gap:1rem}}.report-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.05)}.report-card__head-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.report-card__head-eyebrow{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-card__head-icon{color:var(--brand-blue-light)}.report-card__head-title{color:var(--text-primary);font-size:1.02rem;font-weight:800;letter-spacing:-.01em}.report-card__head-badge{display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0;padding:.22rem .5rem;border:1px solid rgba(74,222,128,.3);border-radius:9999px;background:#4ade8014;color:#86efac;font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.report-card__slide-area{position:relative;flex:1;min-height:290px;overflow:hidden}@media (max-width: 640px){.report-card__slide-area{min-height:350px}}.report-card__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:.7rem;opacity:0;pointer-events:none;transition:opacity .35s ease}.report-card__slide--active{opacity:1;pointer-events:auto}.report-card__slide-head{display:flex;flex-direction:column;gap:.3rem}.report-card__slide-eyebrow{color:var(--brand-blue-light);font-size:.55rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-card__slide-head-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.report-card__slide-title{color:var(--text-primary);font-size:.95rem;font-weight:800;letter-spacing:-.01em}.report-card__slide-score{font-size:1.05rem;font-weight:800;font-variant-numeric:tabular-nums}.report-card__slide-score--strong{color:var(--success-light)}.report-card__slide-score--mid{color:var(--warning)}.report-card__slide-score--weak{color:#f87171}.report-card__slide-subtitle{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);font-size:.7rem;font-weight:600}.report-card__summary{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:center;padding:.75rem .9rem;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:#0f172a59}.report-card__summary-gauge-block{display:flex;align-items:center;justify-content:center}.report-card__summary-trend{display:flex;flex-direction:column;gap:.35rem;min-width:0}.report-card__summary-trend-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.report-card__summary-tag{color:var(--text-muted);font-size:.55rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-card__summary-trend-range{color:var(--text-disabled);font-size:.62rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.04em}.report-card__sparkline{width:100%;height:56px;display:block}.report-card__gauge{--report-score: 54%;position:relative;width:76px;height:76px;border-radius:50%;background:conic-gradient(var(--brand-sky) 0,var(--brand-sky) var(--report-score),rgba(96,165,250,.12) var(--report-score),rgba(96,165,250,.12) 100%);box-shadow:0 0 22px #60a5fa40;display:flex;align-items:center;justify-content:center;flex-shrink:0}.report-card__gauge-inner{width:78%;height:78%;border-radius:50%;background:#0a0f1e;display:flex;flex-direction:column;align-items:center;justify-content:center}.report-card__gauge-value{color:var(--text-primary);font-size:1.35rem;font-weight:800;line-height:1;letter-spacing:-.02em}.report-card__gauge-pct{font-size:.6rem;font-weight:700;margin-left:1px;color:var(--text-muted)}.report-card__gauge-label{margin-top:2px;color:#bfdbfe;font-size:.46rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-card__summary-delta{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .5rem;border:1px solid rgba(74,222,128,.3);border-radius:9999px;background:#4ade8014;color:var(--success-light);font-size:.62rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.report-card__summary-delta-arrow{font-size:.5rem;line-height:1}.report-card__stats{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}@media (max-width: 480px){.report-card__stats{grid-template-columns:1fr;gap:.35rem}}.report-card__stat{display:flex;align-items:center;gap:.5rem;padding:.55rem .6rem;border:1px solid rgba(255,255,255,.05);border-left-width:2px;border-radius:8px;background:#ffffff04}.report-card__stat--strong{border-left-color:var(--success-light)}.report-card__stat--mid{border-left-color:var(--warning)}.report-card__stat--weak{border-left-color:#f87171}.report-card__stat-icon{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:6px;background:#60a5fa1f;color:var(--brand-blue-light);flex-shrink:0}.report-card__stat--strong .report-card__stat-icon{background:#4ade801f;color:var(--success-light)}.report-card__stat--mid .report-card__stat-icon{background:#fbbf241f;color:var(--warning)}.report-card__stat--weak .report-card__stat-icon{background:#f871711f;color:#f87171}.report-card__stat-info{display:flex;flex-direction:column;gap:.05rem;min-width:0}.report-card__stat-value{color:var(--text-primary);font-size:.78rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1.1}.report-card__stat-label{color:var(--text-muted);font-size:.52rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-card__points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.report-card__point{display:flex;align-items:flex-start;gap:.55rem;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.05);border-left-width:2px;border-radius:8px;background:#ffffff04}.report-card__point--strong{border-left-color:var(--success-light)}.report-card__point--weak{border-left-color:#f87171}.report-card__point-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:4px;flex-shrink:0;margin-top:1px}.report-card__point--strong .report-card__point-icon{background:#4ade801f;color:var(--success-light)}.report-card__point--weak .report-card__point-icon{background:#f871711f;color:#f87171}.report-card__point-text{color:var(--text-body);font-size:.75rem;line-height:1.55}.report-card__boost{margin-top:auto;display:flex;flex-direction:column;gap:.25rem;padding:.65rem .85rem;border:1px solid rgba(251,191,36,.25);border-left-width:3px;border-radius:10px;background:#fbbf240d}.report-card__boost-tag{display:inline-flex;align-items:center;gap:.3rem;color:var(--warning);font-size:.55rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-card__boost-text{color:var(--text-body);font-size:.74rem;line-height:1.5}@media (max-width: 480px){.report-card__point{padding:.5rem .7rem}.report-card__point-text{font-size:.72rem;line-height:1.45}.report-card__boost{padding:.55rem .75rem}.report-card__boost-text{font-size:.72rem;line-height:1.45}}.report-card__components{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}@media (max-width: 480px){.report-card__components{grid-template-columns:1fr;gap:.35rem}}.report-card__component{position:relative;display:flex;flex-direction:column;gap:.15rem;padding:.6rem .65rem;border:1px solid rgba(248,113,113,.2);border-top-width:2px;border-radius:8px;background:#f871710a}.report-card__component-tag{color:var(--text-disabled);font-size:.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-card__component-name{color:var(--text-primary);font-size:.78rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-card__component-score{position:absolute;top:.6rem;right:.65rem;color:#fca5a5;font-size:.95rem;font-weight:800;font-variant-numeric:tabular-nums}.report-card__feedback{margin-top:auto;display:flex;flex-direction:column;gap:.25rem;padding:.65rem .85rem;border:1px solid rgba(96,165,250,.25);border-left-width:3px;border-radius:10px;background:#60a5fa0f}.report-card__feedback-tag{color:var(--brand-blue-light);font-size:.55rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.report-card__feedback-text{color:var(--text-body);font-size:.74rem;line-height:1.5}.report-card__traits{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (max-width: 480px){.report-card__traits{grid-template-columns:1fr;gap:.35rem}}.report-card__trait{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .7rem;border:1px solid rgba(255,255,255,.05);border-left-width:2px;border-radius:8px;background:#ffffff04}.report-card__trait--high{border-left-color:var(--success-light)}.report-card__trait--low{border-left-color:#f87171}.report-card__trait-name{color:var(--text-body);font-size:.72rem;font-weight:600;line-height:1.3}.report-card__trait-badge{flex-shrink:0;padding:.15rem .4rem;border-radius:4px;font-size:.55rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.report-card__trait--high .report-card__trait-badge{background:#4ade801f;color:var(--success-light)}.report-card__trait--low .report-card__trait-badge{background:#f871711f;color:#f87171}.report-card__alert{margin-top:auto;display:flex;align-items:flex-start;gap:.7rem;padding:.7rem .85rem;border:1px solid rgba(248,113,113,.3);border-left-width:3px;border-radius:10px;background:#f871710f}.report-card__alert-severity{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;padding:.2rem .5rem;border:1px solid rgba(248,113,113,.5);border-radius:9999px;background:#f871711f;color:#fca5a5;font-size:.56rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.report-card__alert-content{display:flex;flex-direction:column;gap:.15rem;min-width:0}.report-card__alert-title{color:#fecaca;font-size:.76rem;font-weight:700}.report-card__alert-text{color:var(--text-muted);font-size:.7rem;line-height:1.45}.report-card__pagination{display:flex;gap:.15rem;padding:.2rem;border:1px solid rgba(255,255,255,.06);border-radius:9999px;background:#02061780}.report-card__tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.4rem .5rem;border:none;border-radius:9999px;background:transparent;color:var(--text-muted);font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease}.report-card__tab:hover:not(.report-card__tab--active){color:var(--text-body);background:#ffffff08}.report-card__tab--active{background:#60a5fa26;color:var(--brand-blue-light);box-shadow:0 0 12px #60a5fa26}.report-card__tab-label{white-space:nowrap}@media (max-width: 520px){.report-card__tab{padding:.45rem .4rem}.report-card__tab-label{display:none}.report-card__tab svg{width:13px;height:13px}}.features-v2{position:relative;overflow:hidden;background:var(--bg-base);padding:3rem 1.5rem}@media (min-width: 1024px){.features-v2{padding:4rem 2rem}}.features-v2__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 50% 40% at 15% 25%,rgba(0,102,255,.05) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 85% 75%,rgba(139,92,246,.04) 0%,transparent 60%)}.features-v2__container{position:relative;z-index:10;margin-inline:auto;max-width:1180px}.features-v2__header{text-align:center;margin-bottom:3rem}@media (min-width: 1024px){.features-v2__header{margin-bottom:3.5rem}}.features-v2__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:1px solid rgba(0,102,255,.4);border-radius:9999px;background:#0066ff1a;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-blue-light)}.features-v2__badge-dot{width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-blue-light)}.features-v2__heading{margin:1rem 0 0;font-size:1.875rem;font-weight:800;letter-spacing:-.025em;line-height:1.2;text-wrap:balance;color:var(--text-primary)}@media (min-width: 640px){.features-v2__heading{font-size:2.25rem}}.features-v2__heading-accent{background:linear-gradient(90deg,var(--brand-blue-light),var(--brand-sky));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.features-v2__subheading{margin:.875rem auto 0;max-width:620px;color:var(--text-muted);font-size:.95rem;line-height:1.6;text-wrap:balance}.features-v2__blocks{display:flex;flex-direction:column;gap:4rem}@media (min-width: 1024px){.features-v2__blocks{gap:5rem}}.early-access-v2{position:relative;padding:4rem 1.5rem}@media (min-width: 1024px){.early-access-v2{padding:5rem 2rem}}.early-access-v2__container{margin-inline:auto;max-width:1180px}.early-access-v2__offer{text-align:center}.early-access-v2__offer-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .95rem;border:1px solid rgba(96,165,250,.22);border-radius:9999px;background:#60a5fa14;color:#93c5fd;font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem}.early-access-v2__offer-badge-icon{width:.82rem;height:.82rem;color:var(--brand-sky)}.early-access-v2__offer-heading{font-size:2rem;font-weight:800;letter-spacing:-.015em;line-height:1.15;text-wrap:balance;color:var(--text-primary);margin:0 0 1rem}@media (min-width: 640px){.early-access-v2__offer-heading{font-size:2.5rem}}@media (min-width: 1024px){.early-access-v2__offer-heading{font-size:3.25rem}}.early-access-v2__offer-heading-accent{background:linear-gradient(90deg,var(--brand-blue),var(--brand-sky));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.early-access-v2__offer-copy{margin:0 auto 2rem;max-width:620px;color:var(--text-muted);font-size:1rem;line-height:1.7;text-wrap:pretty}.early-access-v2__offer-cta-row{display:flex;justify-content:center}.early-access-v2__offer-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 2.25rem;border:none;border-radius:9999px;background:linear-gradient(135deg,var(--brand-blue),var(--brand-sky));color:var(--text-primary);font-size:1.05rem;font-weight:700;cursor:pointer;box-shadow:0 14px 30px -8px #0066ff8c;transition:box-shadow .18s ease}.early-access-v2__offer-cta:hover{box-shadow:0 18px 36px -8px #0066ffa6}.early-access-v2__offer-cta-icon{font-size:1rem}.early-access-v2__offer-trust{list-style:none;padding:0;margin:1.1rem 0 0;display:inline-flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.early-access-v2__offer-trust-item{display:flex;align-items:center;gap:.3rem;color:var(--text-disabled);font-size:.78rem}.early-access-v2__offer-trust-icon{flex-shrink:0;width:.82rem;height:.82rem;color:var(--brand-blue-light)}.early-access-v2__outcome-wrap{display:flex;justify-content:center;margin-top:2.5rem}.early-access-v2__outcome{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.25rem;border:1px solid rgba(96,165,250,.35);border-radius:9999px;background:linear-gradient(135deg,#0066ff1f,#60a5fa1f);box-shadow:0 0 30px -8px #0066ff73}.early-access-v2__outcome-tag{color:var(--text-muted);font-size:.78rem;font-weight:600;letter-spacing:.04em}.early-access-v2__outcome-divider{width:1px;height:14px;background:#ffffff26}.early-access-v2__outcome-text{color:var(--text-primary);font-size:.92rem;font-weight:700}.email-pipeline-v2{position:relative;padding:2rem 1.5rem}@media (min-width: 1024px){.email-pipeline-v2{padding:2.5rem 2rem}}.email-pipeline-v2__container{margin-inline:auto;max-width:1100px}.email-pipeline-v2__banner{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon head" "subtitle subtitle" "action action";align-items:center;gap:.85rem 1rem;padding:1.25rem;border:1px solid rgba(96,165,250,.32);border-radius:18px;box-shadow:0 0 36px -8px #0066ff38,inset 0 1px #ffffff08}@media (min-width: 768px){.email-pipeline-v2__banner{grid-template-columns:auto 1fr auto;grid-template-areas:"icon head     action" "icon subtitle action";gap:.3rem 1.25rem;padding:1.65rem 1.9rem}}.email-pipeline-v2__icon{grid-area:icon;align-self:center}.email-pipeline-v2__head{grid-area:head;min-width:0}.email-pipeline-v2__subtitle{grid-area:subtitle}.email-pipeline-v2__action{grid-area:action;justify-self:center}@media (min-width: 768px){.email-pipeline-v2__action{justify-self:end}}.email-pipeline-v2__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,var(--brand-blue),var(--brand-sky));color:var(--text-primary);box-shadow:0 0 0 1px #60a5fa59,0 0 26px #60a5fa80,inset 0 0 18px #ffffff14;animation:emailPipelineIconPulse 4s ease-in-out infinite}.email-pipeline-v2__icon svg{width:22px;height:22px}@keyframes emailPipelineIconPulse{0%,to{box-shadow:0 0 0 1px #60a5fa59,0 0 26px #60a5fa80,inset 0 0 18px #ffffff14}50%{box-shadow:0 0 0 1px #60a5fa8c,0 0 34px #60a5fab3,inset 0 0 22px #ffffff1f}}.email-pipeline-v2__head{display:flex;flex-direction:column}.email-pipeline-v2__status{display:inline-flex;align-self:flex-start;align-items:center;gap:.3rem;padding:.15rem .6rem;border:1px solid rgba(96,165,250,.3);border-radius:9999px;background:#60a5fa1f;color:var(--brand-blue-light);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem}.email-pipeline-v2__status-icon{width:.7rem;height:.7rem}.email-pipeline-v2__title{margin:0;color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.4;letter-spacing:-.005em;text-wrap:balance}.email-pipeline-v2__subtitle{margin:.2rem 0 0;color:var(--text-disabled);font-size:.8rem;line-height:1.5;text-wrap:pretty}.email-pipeline-v2__action{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.25rem;border:1px solid rgba(96,165,250,.3);border-radius:9999px;background:#60a5fa14;color:var(--brand-blue-light);font-size:.85rem;font-weight:600;cursor:not-allowed;opacity:.85}.email-pipeline-v2__action-icon{width:.875rem;height:.875rem}.faq-v2{position:relative;padding:3rem 1.5rem}@media (min-width: 1024px){.faq-v2{padding:4rem 2rem}}.faq-v2__container{margin-inline:auto;max-width:760px}.faq-v2__header{text-align:center;margin-bottom:2.5rem}.faq-v2__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:1px solid rgba(0,102,255,.4);border-radius:9999px;background:#0066ff1a;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-blue-light)}.faq-v2__badge-dot{width:.25rem;height:.25rem;border-radius:9999px;background:var(--brand-blue-light)}.faq-v2__heading{margin:1rem 0 0;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;text-wrap:balance;color:var(--text-primary)}@media (min-width: 640px){.faq-v2__heading{font-size:2.25rem}}.faq-v2__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.faq-v2__item{overflow:hidden;border:1px solid var(--border-default);border-radius:12px;background:#0f172a59;transition:border-color .2s ease,background .2s ease}.faq-v2__item:hover{border-color:#60a5fa40}.faq-v2__item--open{border-color:#60a5fa59;background:#0f172a8c}.faq-v2__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border:none;background:transparent;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer}.faq-v2__question{font-size:.95rem;font-weight:600;line-height:1.45;text-wrap:balance}.faq-v2__chevron{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:9999px;background:#60a5fa14;color:var(--brand-blue-light);transition:transform .25s ease,background .2s ease}.faq-v2__chevron svg{width:.9rem;height:.9rem}.faq-v2__item--open .faq-v2__chevron{transform:rotate(180deg);background:#60a5fa2e}.faq-v2__answer{padding:0 1.25rem 1.15rem;color:var(--text-body);font-size:.875rem;line-height:1.7;text-wrap:pretty}
