.hc-page{padding-top:var(--nav-offset);background:#ffffff}.hc-container{width:100%;padding:0 var(--pad-x)}.hc-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#5b5fc7;margin-bottom:14px}.hc-gradient{background:linear-gradient(135deg,#5b5fc7,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hc-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:#5b5fc7;color:#fff;font-size:14.5px;font-weight:600;border-radius:12px;border:none;cursor:pointer;font-family:var(--font-sans);transition:opacity .2s,transform .15s;box-shadow:0 4px 20px rgba(91,95,199,.35)}.hc-btn-primary:hover{opacity:.88;transform:translateY(-1px)}.hc-btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:transparent;color:#5b5fc7;font-size:14.5px;font-weight:600;border-radius:12px;border:1.5px solid rgba(91,95,199,.5);cursor:pointer;font-family:var(--font-sans);transition:background .2s,border-color .2s}.hc-btn-ghost:hover{background:rgba(91,95,199,.08);border-color:#5b5fc7}.hc-hero{background:linear-gradient(135deg,#0f1461,#1a1f7a 60%,#0e2a5c);padding:88px 0 80px;position:relative;overflow:hidden}.hc-hero__mesh{background-image:radial-gradient(circle,rgba(91,95,199,.1) 1px,transparent 0);background-size:36px 36px}.hc-hero:after,.hc-hero__mesh{position:absolute;inset:0;pointer-events:none}.hc-hero:after{content:"";background:radial-gradient(ellipse 55% 60% at 85% 40%,rgba(91,95,199,.22) 0,transparent 65%),radial-gradient(ellipse 35% 35% at 15% 75%,rgba(6,182,212,.14) 0,transparent 55%)}.hc-hero__inner{position:relative;z-index:1;display:flex;align-items:center;gap:64px}.hc-hero__content{flex:1 1;min-width:0}.hc-hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(91,95,199,.25);border:1px solid rgba(91,95,199,.5);border-radius:8px;padding:6px 14px;font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#a5a8f5;margin-bottom:24px}.hc-hero__headline{font-size:clamp(30px,4.5vw,50px);font-weight:900;line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:20px}.hc-hero__headline-accent{background:linear-gradient(135deg,#a5a8f5,#67e8f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hc-hero__sub{font-size:16px;line-height:1.72;color:rgba(255,255,255,.68)!important;max-width:520px;margin-bottom:24px}.hc-hero__chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}.hc-hero__chip{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:6px 12px;font-size:12.5px;font-weight:500;color:rgba(255,255,255,.82)}.hc-hero__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hc-hero__btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:#5b5fc7;color:#fff;font-size:14px;font-weight:600;border-radius:10px;border:none;cursor:pointer;font-family:var(--font-sans);box-shadow:0 4px 18px rgba(91,95,199,.4);transition:opacity .2s,transform .15s}.hc-hero__btn:hover{opacity:.88;transform:translateY(-1px)}.hc-hero__btn--outline{background:transparent;border:1.5px solid rgba(255,255,255,.3);color:rgba(255,255,255,.85);box-shadow:none}.hc-hero__btn--outline:hover{background:rgba(255,255,255,.07);transform:translateY(-1px)}.hc-hero__visual{flex:0 0 460px;min-width:0}.hc-screen{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.1)}.hc-screen__bar{background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:10px 14px;display:flex;align-items:center;gap:7px}.hc-screen__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.hc-screen__dot--red{background:#f87171}.hc-screen__dot--yellow{background:#fbbf24}.hc-screen__dot--green{background:#4ade80}.hc-screen__url{margin-left:10px;flex:1 1;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:11px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hc-screen__body{padding:20px;background:#f8fafc}.hc-screen__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.hc-screen__title{font-size:15px;font-weight:700;color:#0f172a}.hc-screen__subtitle{font-size:11.5px;color:#64748b;margin-top:2px}.hc-screen__live{display:inline-flex;align-items:center;gap:6px;background:#fff;border-radius:999px;padding:5px 11px;font-size:10.5px;font-weight:600;color:#5b5fc7;box-shadow:0 1px 4px rgba(0,0,0,.06);flex-shrink:0;white-space:nowrap}.hc-screen__live-dot{width:6px;height:6px;border-radius:50%;background:#5b5fc7;animation:hc-pulse 1.8s ease-in-out infinite}@keyframes hc-pulse{0%,to{opacity:1}50%{opacity:.35}}.hc-screen__stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:14px}.hc-screen__stat{background:#fff;border-radius:10px;padding:10px 8px;text-align:center}.hc-screen__stat-value{font-size:16px;font-weight:800;color:#5b5fc7;line-height:1.15}.hc-screen__stat-label{font-size:9.5px;color:#64748b;margin-top:2px;line-height:1.3}.hc-screen__panels{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:10px;gap:10px}.hc-screen__panel{background:#fff;border-radius:10px;padding:12px}.hc-screen__panel-title{font-size:11px;font-weight:700;color:#334155;margin-bottom:10px}.hc-screen__bars{display:flex;align-items:flex-end;gap:5px;height:68px}.hc-screen__bar{flex:1 1;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#5b5fc7,#06b6d4)}.hc-screen__alerts{list-style:none;display:flex;flex-direction:column;gap:8px;font-size:10.5px;color:#475569;line-height:1.4}.hc-screen__alerts li{display:flex;align-items:flex-start;gap:6px}.hc-screen__alert-dot{width:6px;height:6px;border-radius:50%;margin-top:4px;flex-shrink:0}.hc-screen__alert-dot--red{background:#ef4444}.hc-screen__alert-dot--yellow{background:#f59e0b}.hc-screen__alert-dot--green{background:#10b981}.hc-pillars{padding:80px 0;background:#ffffff}.hc-pillars__header{text-align:center;max-width:680px;margin:0 auto 52px}.hc-pillars__title{font-size:clamp(24px,3.5vw,36px);font-weight:800;color:#0f1461;letter-spacing:-.025em;margin-bottom:12px;line-height:1.2}.hc-pillars__sub{font-size:15px;color:#6b7280;line-height:1.7}.hc-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.hc-pillar-card{background:#ffffff;border:1.5px solid #e5e7eb;border-radius:18px;padding:26px 24px;transition:transform .2s,border-color .2s,box-shadow .2s}.hc-pillar-card:hover{transform:translateY(-3px);border-color:rgba(91,95,199,.4);box-shadow:0 12px 32px rgba(91,95,199,.12)}.hc-pillar-card__icon{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.hc-pillar-card__tag{font-size:17px;font-weight:700;color:#0f1461;margin-bottom:10px}.hc-pillar-card__outcome{font-size:12px;font-weight:600;color:#5b5fc7;margin-bottom:10px}.hc-pillar-card__outcome-label{color:rgba(91,95,199,.65);font-weight:500}.hc-pillar-card__desc{font-size:13.5px;line-height:1.72;color:#6b7280;margin-bottom:18px}.hc-pillar-card__badge{display:inline-flex;align-items:center;font-size:12px;font-weight:600;padding:5px 14px;border-radius:8px}.hc-how{padding:88px 0;background:#f8f9ff}.hc-how__inner{display:grid;grid-template-columns:340px 1fr;grid-gap:80px;gap:80px;align-items:start}.hc-how__left{position:-webkit-sticky;position:sticky;top:calc(var(--nav-offset) + 60px)}.hc-how__title{font-size:clamp(22px,3vw,32px);font-weight:800;color:#0f1461;letter-spacing:-.025em;margin-bottom:14px;line-height:1.25}.hc-how__sub{font-size:15px;color:#6b7280;line-height:1.75}.hc-how__steps{display:flex;flex-direction:column}.hc-how__step{display:flex;gap:20px}.hc-how__step-left{flex-direction:column}.hc-how__step-icon,.hc-how__step-left{display:flex;align-items:center;width:44px;flex-shrink:0}.hc-how__step-icon{height:44px;border-radius:12px;background:#fff;border:1.5px solid #e5e7eb;justify-content:center;box-shadow:0 2px 8px rgba(91,95,199,.1)}.hc-how__step-line{flex:1 1;width:2px;background:linear-gradient(180deg,#5b5fc7,rgba(91,95,199,.08));margin:6px 0;min-height:40px}.hc-how__step-body{padding-bottom:44px}.hc-how__step-num{font-size:11px;font-weight:700;letter-spacing:.12em;color:#5b5fc7;margin-bottom:6px}.hc-how__step-title{font-size:17px;font-weight:700;color:#0f1461;margin-bottom:10px}.hc-how__step-desc{font-size:14px;line-height:1.75;color:#6b7280;margin-bottom:12px}.hc-how__step-highlight{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#5b5fc7;background:rgba(91,95,199,.08);border:1px solid rgba(91,95,199,.2);border-radius:6px;padding:4px 12px}.hc-metrics{background:#f0f4ff;padding:64px 0}.hc-metrics__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.hc-metric{text-align:center}.hc-metric__value{font-size:clamp(28px,3.5vw,44px);font-weight:900;line-height:1;margin-bottom:8px}.hc-metric__label{font-size:13px;color:#6b7280;line-height:1.5;font-weight:500}.hc-cta{padding:80px 0;background:#ffffff}.hc-cta__inner{background:linear-gradient(135deg,#0f1461,#1a1f7a);border-radius:24px;padding:56px 64px;display:flex;align-items:center;gap:64px;position:relative;overflow:hidden}.hc-cta__inner:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(91,95,199,.08) 1px,transparent 0);background-size:32px 32px;pointer-events:none}.hc-cta__content{flex:1 1;position:relative}.hc-cta__eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#a5a8f5!important;margin-bottom:14px}.hc-cta__title{font-size:clamp(24px,3vw,36px);font-weight:800;color:#fff!important;letter-spacing:-.025em;margin-bottom:14px;line-height:1.2}.hc-cta__sub{font-size:15px;color:rgba(255,255,255,.62)!important;line-height:1.75;max-width:480px}.hc-cta__actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0;position:relative}[data-theme=dark] .hc-page,[data-theme=dark] .hc-pillars{background:var(--bg-primary)}[data-theme=dark] .hc-pillars__title{color:rgba(255,255,255,.92)}[data-theme=dark] .hc-pillars__sub{color:rgba(255,255,255,.5)}[data-theme=dark] .hc-pillar-card{background:var(--bg-card);border-color:rgba(255,255,255,.08)}[data-theme=dark] .hc-pillar-card:hover{border-color:rgba(91,95,199,.4);box-shadow:0 12px 32px rgba(0,0,0,.35)}[data-theme=dark] .hc-pillar-card__tag{color:rgba(255,255,255,.92)}[data-theme=dark] .hc-pillar-card__desc{color:rgba(255,255,255,.54)}[data-theme=dark] .hc-how{background:var(--bg-primary)}[data-theme=dark] .hc-how__title{color:rgba(255,255,255,.92)}[data-theme=dark] .hc-how__sub{color:rgba(255,255,255,.5)}[data-theme=dark] .hc-how__step-icon{background:var(--bg-secondary);border-color:rgba(255,255,255,.1);box-shadow:0 2px 8px rgba(0,0,0,.3)}[data-theme=dark] .hc-how__step-title{color:rgba(255,255,255,.9)}[data-theme=dark] .hc-how__step-desc{color:rgba(255,255,255,.48)}[data-theme=dark] .hc-metrics{background:linear-gradient(135deg,#0f1461,#1a1f7a)}[data-theme=dark] .hc-metric__label{color:rgba(255,255,255,.55)}[data-theme=dark] .hc-cta{background:var(--bg-primary)}@media (max-width:1100px){.hc-hero__visual{flex:0 0 400px}}@media (max-width:1024px){.hc-how__inner{grid-template-columns:1fr;gap:40px}.hc-how__left{position:static}.hc-metrics__grid,.hc-pillars__grid{grid-template-columns:repeat(2,1fr)}.hc-cta__inner{flex-direction:column;gap:32px;padding:40px 32px}.hc-cta__actions{flex-direction:row}}@media (max-width:768px){.hc-hero__inner{flex-direction:column}.hc-hero__visual{flex:unset;width:100%}.hc-screen__stats{grid-template-columns:repeat(2,1fr)}.hc-pillars__grid,.hc-screen__panels{grid-template-columns:1fr}.hc-cta__actions{flex-direction:column}}