﻿*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #060a12;--text-primary: #eef2ff;--text-secondary: #8ea4c8;--text-muted: #4a5f84;--border: #141e30}html{scroll-behavior:smooth;font-size:16px;scroll-snap-type:y mandatory;scroll-padding-top:1.5rem}body{background:var(--bg);color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,#3b7ef0,#10b981,#a78bfa);transform-origin:left;z-index:100}.app{position:relative}.section-track{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem 5.5rem;position:relative;scroll-snap-align:start;scroll-snap-stop:always}.global-scroll-cue{position:fixed;left:50%;bottom:.9rem;transform:translate(-50%);display:inline-flex;align-items:center;gap:.35rem;color:#6f86ab;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;opacity:.92;pointer-events:none;z-index:15;animation:scroll-cue-float 1.8s ease-in-out infinite}@keyframes scroll-cue-float{0%,to{transform:translate(-50%) translateY(0);opacity:.8}50%{transform:translate(-50%) translateY(4px);opacity:1}}.section{position:relative;width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center;will-change:transform,opacity}.section-glow{position:absolute;top:-120px;right:-120px;bottom:-120px;left:-120px;pointer-events:none;z-index:0}.section-inner{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:center;gap:3rem}.section-num{position:absolute;top:-2.35rem;left:0;font-size:.72rem;font-weight:700;letter-spacing:.2em;color:#435a82;text-transform:uppercase;z-index:2}.episode-label{font-size:.75rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;margin-bottom:.9rem}.workflow-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:4.5rem 1.25rem 1.4rem}.workflow-header-compact{padding:0 1.25rem}.workflow-header-compact .workflow-title{font-size:clamp(2.8rem,7.2vw,5.1rem);color:#fff}.workflow-header-compact .workflow-subtitle{font-size:clamp(1.25rem,2.7vw,1.9rem);color:#ff8c2b}.workflow-title{font-size:clamp(2.2rem,5.2vw,3.8rem);font-weight:700;letter-spacing:-.025em;color:#78aef8;margin:0;line-height:1.05}.workflow-subtitle{font-size:clamp(.95rem,1.5vw,1.18rem);font-weight:650;letter-spacing:.11em;text-transform:uppercase;color:#a8c8f5;margin:0}.headline{font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:700;line-height:1.08;color:var(--text-primary);letter-spacing:-.025em}.big-headline{font-size:clamp(3rem,9vw,5.6rem);line-height:.9;font-weight:800}.subtext{font-size:clamp(1rem,2.2vw,1.2rem);color:var(--text-secondary);margin-top:.75rem;max-width:760px;line-height:1.65}.subtext em{color:var(--text-primary);font-style:normal;font-weight:600}.section-text,.icon-hero-group{display:flex;flex-direction:column;align-items:center}.icon-hero-wrapper{position:relative;display:inline-flex}.notification-badge{position:absolute;top:-10px;right:-10px;width:30px;height:30px;background:#ef4444;color:#fff;font-size:.78rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2.5px solid var(--bg);animation:badge-pulse 2.2s ease-in-out infinite}@keyframes badge-pulse{0%,to{transform:scale(1);box-shadow:0 0 #ef444440}50%{transform:scale(1.15);box-shadow:0 0 0 8px #ef444400}}.icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:720px;width:100%}.manual-grid-wrap{position:relative}.manual-time-label{position:absolute;top:-1rem;right:0;transform:translateY(-100%);font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#ef4444}.icon-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;padding:1.8rem 1rem 1.55rem;min-height:132px;border:1px solid #1c2a42;border-radius:16px;background:#0a1120;transition:border-color .35s,background .35s}.icon-card:hover{border-color:#f59e0b45;background:#0e1628}.icon-label{font-size:.8rem;color:#6279a0;text-align:center;line-height:1.4;letter-spacing:.02em}.manual-note{font-size:.92rem;color:#9aaece;letter-spacing:.04em}.action-sep{color:#4ea8ff;font-weight:800;padding:0 .22rem}.bottleneck-visual{display:flex;align-items:center;justify-content:center;gap:3rem}.repeat-stack{position:relative;width:50px;height:50px}.repeat-envelope{position:absolute;top:0;left:0}.loop-group{display:flex;flex-direction:column;align-items:center;gap:.6rem}.loop-label{font-size:.72rem;color:#5f7396;letter-spacing:.1em;text-transform:uppercase}.pipeline{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;width:100%;max-width:800px}.pipeline-step-wrapper{display:flex;align-items:center}.pipeline-step{display:flex;flex-direction:column;align-items:center;gap:.55rem;padding:1.5rem 1.25rem;border:1px solid;border-radius:14px;background:#0a1220;width:170px;min-width:170px;min-height:124px;position:relative;transition:border-color .3s,background .3s,transform .3s}.pipeline-step:hover{background:#0f1b2d;border-color:#10b98155;transform:translateY(-2px)}.step-label{display:block;font-size:.84rem;color:#7394a8;text-align:center;line-height:1.4;max-width:16ch;text-wrap:balance}.step-check{position:absolute;top:.55rem;right:.55rem;background:#0a1220;border-radius:50%;padding:0}.pipeline-arrow{margin:0 .45rem;flex-shrink:0;opacity:.85}.before-after{display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:720px;border:1px solid #566173;border-radius:16px;background:#2f3745}.ba-side{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:1.3rem;padding:1.75rem 1.5rem}.ba-label{font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;align-self:center}.ba-icons{display:flex;flex-direction:column;gap:1.1rem;width:100%}.ba-icon-row{display:flex;align-items:center;gap:.85rem;font-size:.96rem;color:var(--text-secondary);text-align:left}.ba-icon-row svg{width:38px;height:38px;flex:0 0 38px}.ba-divider{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 0;flex-shrink:0}.ba-divider-line{width:1px;flex:1;background:var(--border);min-height:70px}.ba-vs{font-size:.68rem;font-weight:800;color:#6a7fa5;letter-spacing:.14em;text-transform:uppercase;padding:.2rem 0}.stats{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:500px;border:1px solid #162338;border-radius:16px;background:#09101c;padding:0 1.6rem}.stat-row{display:flex;align-items:center;gap:1.5rem;padding:1.9rem 0}.stat-content{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.stat-number{font-size:clamp(2.8rem,7vw,4.5rem);font-weight:800;letter-spacing:-.035em;line-height:1;color:var(--text-primary)}.stat-label{font-size:.9rem;color:var(--text-secondary);letter-spacing:.02em}.stat-divider{width:100%;height:1px;background:var(--border)}.metrics-lines{width:100%;max-width:640px;border:1px solid #162338;border-radius:16px;background:#09101c;padding:.7rem 1.25rem;display:flex;flex-direction:column;gap:0;text-align:left}.metric-row{display:flex;align-items:center;gap:.95rem;padding:.95rem .2rem}.metric-copy{display:flex;flex-direction:column;gap:.2rem}.metric-line{font-size:clamp(1.1rem,2.1vw,1.45rem);font-weight:400;color:var(--text-primary);letter-spacing:-.01em}.metric-row+.metric-row{border-top:1px solid var(--border)}.metric-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:0 0 40px}.metric-icon-time{color:#7ec8ff;background:#17314f;border:1px solid #28517f}.metric-icon-setup{color:#9ee6cd;background:#16362e;border:1px solid #2b6556}.metric-value{font-weight:400;color:#f7fbff}.metric-key{font-weight:750}.nova-brand{color:#4ea8ff;font-weight:400}.metric-note{font-size:.84rem;color:#90a4c4;letter-spacing:.01em}.cta-group{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.cta-question{font-size:clamp(2rem,5.5vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--text-primary)}.cta-subtext{font-size:1.05rem;color:var(--text-secondary);max-width:760px;line-height:1.7}.next-episode{display:flex;flex-direction:column;align-items:center;width:100%;max-width:480px;padding-top:2.5rem;border-top:1px solid var(--border)}.next-row{display:flex;align-items:center;gap:.5rem;font-size:1rem}.next-label{color:#8b78d8;font-weight:700}.next-text{color:#8ea4c8;font-style:italic}.link-text{font-style:normal;font-weight:700;color:#bfa7ff;text-decoration:none;border-bottom:1px solid #6a57a8;padding-bottom:.1rem}.link-text:hover{color:#d9cbff;border-bottom-color:#a78bfa}@media (max-width: 600px){.workflow-header{padding:3.8rem 1rem 1rem}.workflow-header-compact{padding:0 1rem}.workflow-header-compact .workflow-title{font-size:clamp(2.05rem,11vw,3rem)}.workflow-header-compact .workflow-subtitle{font-size:clamp(1.15rem,4.8vw,1.45rem)}.workflow-title{font-size:clamp(1.7rem,8.8vw,2.2rem)}.workflow-subtitle{font-size:.9rem}.section-track{min-height:94vh;padding:4.5rem 1.25rem 4.75rem}.global-scroll-cue{bottom:.8rem;font-size:.68rem}.section,.section-inner{gap:2.25rem}.headline{font-size:clamp(1.7rem,9vw,2.35rem);line-height:1.14;letter-spacing:-.02em}.big-headline{font-size:clamp(2.8rem,14vw,4rem);line-height:.92}.subtext{font-size:1.03rem}.icon-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}.manual-time-label{position:static;transform:none;display:inline-block;margin-bottom:.6rem}.pipeline{flex-direction:column;gap:.2rem}.pipeline-step-wrapper{flex-direction:column}.pipeline-step{width:min(100%,280px);min-width:0}.pipeline-arrow{transform:rotate(90deg);margin:.3rem 0}.before-after{flex-direction:column;align-items:center;max-width:100%}.ba-divider{flex-direction:row;width:80%;padding:0}.ba-divider-line{min-height:1px;height:1px;width:auto;flex:1}.bottleneck-visual{flex-direction:column;gap:2.5rem}.ba-side{align-items:center;padding:1.2rem 1rem}.stats{max-width:100%;padding:0 1.1rem}.stat-number{font-size:clamp(2.1rem,12vw,3rem)}.metrics-lines{max-width:100%;padding:1.1rem 1rem}.metric-row{gap:.8rem;padding:.9rem 0}.metric-line{font-size:1.08rem;line-height:1.5}.metric-note{font-size:.8rem;line-height:1.45}.next-row{display:grid;grid-template-columns:auto auto;justify-content:center;column-gap:.35rem;row-gap:.3rem}.next-text{grid-column:1 / -1;text-align:center;max-width:17ch}.section-num{display:none}}@media (prefers-reduced-motion: reduce){.global-scroll-cue{animation:none}}

html{scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0}

