:root{--ink: #0d3029;--green: #123c32;--green-deep: #082b25;--paper: #ffffff;--soft: #f6f7f2;--line: #b9c2bb;--muted: #576861;--lime: #c9f22c;--lime-dark: #9cbc15;--red: #ed493b;--yellow: #fff1bb;--blue: #dcecff;--mint: #d8f0e6;--serif: Georgia, "Times New Roman", serif;--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max: 1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.5;text-rendering:optimizeLegibility}a{color:inherit}button,input{font:inherit}button:disabled{opacity:1}.skip-link{position:fixed;z-index:100;top:12px;left:12px;transform:translateY(-160%);padding:10px 14px;border-radius:4px;color:#fff;background:var(--green)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--red);outline-offset:4px}.site-header{width:min(calc(100% - 64px),var(--max));min-height:96px;margin:0 auto;display:flex;align-items:center;gap:44px;border-bottom:1px solid rgba(13,48,41,.2)}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font:700 29px/1 var(--serif);white-space:nowrap}.brand-shield{width:42px;height:48px;display:grid;place-items:center;color:#fff;background:var(--green);font:700 28px/1 var(--serif);clip-path:polygon(0 0,100% 0,100% 74%,50% 100%,0 74%)}.site-header nav{display:flex;gap:34px;margin-left:auto}.site-header nav a,.site-footer nav a{text-decoration:none;font-size:14px;font-weight:700}.site-header nav a:hover,.site-footer nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.header-cta{padding:11px 16px;color:var(--ink);background:var(--lime);border:1px solid var(--lime-dark);border-radius:3px;text-decoration:none;font-size:14px;font-weight:800}.header-cta:hover{background:#d7ff39}.hero{position:relative;width:min(calc(100% - 64px),var(--max));min-height:790px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.84fr) minmax(630px,1.16fr);gap:clamp(44px,6vw,100px);align-items:center;padding:72px 0 84px;overflow:hidden}.hero-copy{position:relative;z-index:2}.hero h1,.problem-section h2,.workflow-section h2,.safety-section h2,.faq-section h2,.join-section h2{margin:0;font-family:var(--serif);font-weight:500;letter-spacing:-.045em}.hero h1{max-width:680px;font-size:clamp(76px,7vw,110px);line-height:.94}.hero-lede{max-width:610px;margin:34px 0 30px;font-size:clamp(18px,1.45vw,22px);line-height:1.5;color:#263f38}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-width:280px;min-height:64px;padding:0 26px;border-radius:3px;text-decoration:none;font-weight:800}.button-primary{color:#071d18;background:var(--lime);box-shadow:inset 0 -2px #59740038}.button-primary:hover{background:#d7ff39;transform:translateY(-1px)}.text-link{font-weight:800;text-underline-offset:5px}.hero-trust{display:flex;flex-wrap:wrap;gap:9px 20px;margin:25px 0 0;padding:0;color:#385149;list-style:none;font-size:13px;font-weight:700}.hero-trust li{position:relative;padding-left:18px}.hero-trust li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.compatibility{max-width:590px;margin:13px 0 0;color:var(--muted);font-size:15px}.compatibility strong{color:var(--ink)}.compatibility span{margin:0 7px;color:var(--red)}.school-sketch{width:250px;margin:44px 0 -34px 4px;overflow:visible}.school-sketch path{fill:none;stroke:var(--green);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.hero-product{position:relative;min-width:0}.product-shell{min-height:660px;display:grid;grid-template-columns:154px 1fr;overflow:hidden;border:8px solid var(--green);border-radius:24px;background:#fff;box-shadow:0 30px 55px #0d30291f,0 2px 8px #0d302929}.product-nav{padding:26px 14px;color:#fff;background:var(--green)}.mini-brand{width:44px;height:44px;display:grid;place-items:center;margin-bottom:30px;border:2px solid currentColor;border-radius:9px;font:700 28px/1 var(--serif)}.nav-item{display:flex;align-items:center;gap:10px;margin:8px 0;padding:12px 10px;border-radius:5px;font-size:13px}.nav-item.active{color:var(--green-deep);background:#fff;font-weight:800}.nav-icon{font-size:20px}.brief-panel{min-width:0;padding:30px 34px 26px}.brief-header{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #d5ddd8}.brief-header span{color:var(--muted);font-size:12px}.brief-header h2{margin:2px 0 0;color:#132d27;font-size:25px;line-height:1.1}.brief-header p{margin:3px 0 0;font-size:11px;color:var(--muted)}.status-dot{display:inline-block;width:9px;height:9px;margin-right:6px;border-radius:50%;background:var(--lime-dark)}.brief-section h3{margin:21px 0 8px;font-size:14px}.change-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:13px;align-items:center;padding:11px 0;border-bottom:1px solid #e1e6e3}.subject-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;font:700 20px/1 var(--serif)}.subject-icon.mint{background:var(--mint)}.subject-icon.yellow{background:var(--yellow)}.subject-icon.blue{background:var(--blue)}.change-row p,.change-row small{margin:0}.change-row p{display:grid}.change-row p strong{font-size:13px}.change-row p span,.change-row small{color:var(--muted);font-size:10px}.priority-block{position:relative;margin:18px 0;padding:18px 70px 18px 18px;border:1px solid #d5ddd8;border-left:4px solid var(--red);border-radius:8px}.priority-block div{display:grid;gap:3px}.priority-block span{color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.priority-block strong{font-size:17px}.priority-block p{margin:1px 0 0;color:var(--muted);font-size:11px}.priority-block .priority-mark{position:absolute;top:19px;right:23px;color:var(--red);font-size:29px}.source-row{display:grid;grid-template-columns:1fr auto;gap:1px 14px;padding:14px 0;font-size:11px}.source-row span{grid-column:1 / -1;color:var(--muted)}.source-row small{color:var(--muted)}.demo-button{width:100%;min-height:58px;display:flex;justify-content:space-between;align-items:center;padding:0 22px;border:0;border-radius:5px;color:#fff;background:var(--green);font-weight:800;cursor:pointer}.demo-button:hover{background:var(--green-deep)}.demo-button:focus-visible{outline:3px solid var(--lime);outline-offset:3px}.demo-detail{margin-top:10px;padding:16px 17px 14px;border:1px solid #cbd5cf;border-radius:6px;background:var(--soft)}.demo-detail>div{display:grid;gap:3px}.demo-detail-label{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.demo-detail ul{display:grid;gap:7px;margin:13px 0 10px;padding:0;list-style:none;font-size:11px}.demo-detail li{display:flex;gap:8px}.demo-detail li span{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:9px;font-weight:900}.demo-detail li:last-child span{background:var(--red)}.demo-detail p{margin:0;color:var(--muted);font-size:10px}.red-note{position:absolute;right:14px;bottom:-46px;color:var(--red);font:italic 18px/1.2 Comic Sans MS,cursive;text-align:right;transform:rotate(-5deg)}.red-note:before{content:"";position:absolute;width:130px;height:58px;right:70px;top:-15px;border-top:3px solid var(--red);border-radius:50%;transform:rotate(-12deg)}.problem-section{width:min(calc(100% - 64px),var(--max));margin:0 auto;display:grid;grid-template-columns:70px minmax(0,1.4fr) minmax(330px,.6fr);gap:42px;padding:120px 0;border-top:1px solid var(--ink)}.section-index{margin:0;color:var(--red);font:700 14px/1 var(--sans)}.problem-section h2{max-width:850px;font-size:clamp(44px,5vw,72px);line-height:1.05}.problem-copy{padding-top:10px;color:#2e4740;font-size:18px}.problem-copy p{margin-top:0}.red-underline{display:inline-block;color:var(--ink);font:italic 21px/1.3 var(--serif);border-bottom:4px solid var(--red)}.workflow-section{width:min(calc(100% - 64px),var(--max));margin:0 auto;padding:70px 0 90px;border-top:1px solid var(--ink)}.workflow-heading{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:52px}.workflow-section h2{max-width:940px;font-size:clamp(54px,5.7vw,86px);line-height:.98}.workflow-heading p{margin:24px 0 0;color:#2e4740;font-size:21px}.workflow-heading>.text-link{flex:0 0 auto;margin-bottom:9px}.workflow-diagram{position:relative;min-height:540px;display:grid;grid-template-columns:140px minmax(0,1fr) 3px 300px;grid-template-rows:1fr;column-gap:32px;border-bottom:1px solid var(--ink)}.lane-labels{display:grid;grid-template-rows:1fr 1fr;overflow:hidden;border-radius:8px 8px 0 0;color:#fff;background:var(--green)}.lane-label{display:grid;place-items:center;align-content:center;gap:13px;font:500 19px/1.1 var(--serif)}.lane-label+.lane-label{border-top:1px solid rgba(255,255,255,.55)}.lane-mark{width:52px;height:58px;display:grid;place-items:center;background:#fff;color:var(--green);font:700 31px/1 var(--serif);clip-path:polygon(0 0,100% 0,100% 74%,50% 100%,0 74%)}.person-mark{position:relative;width:28px;height:36px;border-radius:50% 50% 38% 38%;background:var(--lime)}.person-mark:before{content:"";position:absolute;width:20px;height:20px;left:4px;top:-17px;border-radius:50%;background:var(--lime)}.automation-flow{align-self:start;display:grid;grid-template-columns:1fr 42px 1.1fr 42px 1.22fr 42px 1fr;align-items:start;gap:10px;padding:45px 0 0}.student-flow{align-self:end;display:grid;grid-template-columns:1fr 44px 1fr;align-items:start;gap:8px;padding-bottom:47px}.flow-step{position:relative;display:grid;justify-items:center;text-align:center}.flow-number{position:absolute;z-index:2;top:-7px;left:calc(50% - 64px);width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--lime);font:800 20px/1 var(--sans)}.flow-icon{width:122px;height:122px;display:grid;place-items:center;border:2px solid var(--ink);border-radius:50%;background:#fff}.flow-icon svg{width:58px;height:58px}.flow-icon path,.flow-arrow path{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.flow-step h3{min-height:56px;margin:16px 0 0;font-size:16px;line-height:1.35}.flow-arrow{align-self:start;margin-top:48px}.flow-arrow svg{width:100%}.input-loop{position:relative;width:190px;display:grid;gap:12px;margin-top:29px;padding-top:28px}.input-loop:before,.input-loop:after{content:"";position:absolute;top:0;width:2px;height:25px;border-left:2px dashed var(--green)}.input-loop:before{left:47px}.input-loop:after{right:47px}.input-loop span,.input-loop strong{display:block;padding:9px 12px;border:1px solid var(--ink);border-radius:5px;background:#fff;font-size:12px}.input-loop strong{box-shadow:3px 3px 0 var(--lime)}.handoff{position:relative;height:100%;background:var(--red)}.handoff>span{position:absolute;top:calc(50% - 9px);left:-8px;width:19px;height:19px;border:5px solid var(--red);border-radius:50%;background:#fff}.handoff p{position:absolute;width:235px;top:48px;left:25px;margin:0;color:var(--red);font:italic 17px/1.35 Comic Sans MS,cursive;transform:rotate(-2deg)}.truth-band{width:min(calc(100% - 64px),var(--max));margin:0 auto 130px;display:grid;grid-template-columns:1fr 1fr 250px;border:1px solid #d5ddd8;background:var(--soft)}.truth-band>div{position:relative;padding:34px 38px}.truth-band>div+div{border-left:1px solid #bfc9c3}.truth-band h3{margin:0 0 6px;font:500 23px/1.2 var(--serif)}.truth-band p{margin:0;color:var(--muted);font-size:13px}.truth-icon{float:left;width:42px;height:42px;display:grid;place-items:center;margin:0 16px 20px 0;border-radius:50%;color:#fff;background:var(--green);font-size:22px}.truth-icon.alert{background:var(--red)}.truth-band .conflict-note{display:grid;align-content:center;gap:5px;color:var(--red);background:repeating-linear-gradient(#fff 0 24px,#e0e9ee 25px);font:italic 14px/1.2 Comic Sans MS,cursive}.safety-section{width:min(calc(100% - 64px),var(--max));margin:0 auto;padding:80px 0 120px}.safety-heading{position:relative;display:grid;grid-template-columns:1fr .55fr;align-items:end;border-bottom:1px solid var(--ink)}.safety-section h2{max-width:900px;padding-bottom:35px;font-size:clamp(52px,6vw,88px);line-height:1.02}.safety-section h2 span{border-bottom:5px solid var(--red)}.safety-heading svg{width:100%;padding-bottom:38px;overflow:visible}.safety-heading path{fill:none;stroke:var(--red);stroke-width:4;stroke-linecap:round}.boundary{display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:center;margin:0;padding:25px 0;border-bottom:1px solid var(--ink);font-size:20px}.boundary span{width:48px;height:48px;display:grid;place-items:center;border:2px solid var(--ink);border-radius:50%;background:var(--lime);font-size:22px}.fit-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:30px}.fit-grid>div{padding:12px 7% 0 0}.fit-grid>div+div{padding-left:7%;border-left:1px solid var(--ink)}.fit-grid h3{display:inline-block;margin:0 0 24px;font:500 36px/1.2 var(--serif);border-bottom:4px solid var(--lime)}.fit-grid>div+div h3{border-color:var(--red)}.fit-list{display:grid;gap:19px;margin:0;padding:0;list-style:none}.fit-list li{position:relative;padding-left:42px;font-size:17px}.fit-list li:before{position:absolute;left:0;top:-2px;width:26px;height:26px;display:grid;place-items:center;border:2px solid;border-radius:50%;font-size:13px;font-weight:900}.yes-list li:before{content:"✓";background:var(--lime)}.no-list li:before{content:"×";color:var(--red)}.faq-section{width:min(calc(100% - 64px),var(--max));margin:0 auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;padding:120px 0;border-top:1px solid var(--ink)}.faq-intro{display:grid;grid-template-columns:48px 1fr;gap:20px;align-content:start}.faq-section h2{font-size:clamp(42px,4vw,62px);line-height:1.05}.faq-list{border-top:1px solid var(--ink)}.faq-list details{border-bottom:1px solid var(--ink)}.faq-list summary{position:relative;padding:24px 54px 24px 0;cursor:pointer;list-style:none;font-size:19px;font-weight:700}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:6px;top:18px;font-size:28px;font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list details p{max-width:690px;margin:-6px 52px 26px 0;color:var(--muted)}.join-section{display:grid;grid-template-columns:1fr minmax(430px,.65fr);gap:80px;align-items:center;padding:90px max(32px,calc((100vw - var(--max)) / 2));color:#fff;background:var(--green-deep)}.join-section h2{max-width:900px;font-size:clamp(52px,5vw,78px);line-height:1.02}.join-section>div p{max-width:600px;margin:22px 0 0;color:#ffffffb8;font-size:17px}.waitlist-form label{display:block;margin-bottom:8px;font-size:13px;font-weight:800}.form-row{display:grid;grid-template-columns:1fr auto}.form-row input{min-width:0;min-height:64px;padding:0 18px;border:2px solid white;border-radius:3px 0 0 3px;color:var(--ink);background:#fff}.form-row button{min-height:64px;display:flex;align-items:center;gap:20px;padding:0 22px;border:2px solid var(--lime);border-radius:0 3px 3px 0;color:var(--ink);background:var(--lime);font-weight:900;cursor:pointer}.form-row button:hover{background:#d7ff39}.form-row button:disabled{cursor:wait;opacity:.75}.consent-label{display:grid!important;grid-template-columns:30px 1fr;gap:8px;align-items:center;min-height:44px;margin:10px 0 0!important;padding:5px 0;color:#ffffffbf;font-weight:500!important;cursor:pointer}.consent-label input{width:22px;height:22px;margin:0 0 0 2px;accent-color:var(--lime)}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{min-height:24px;margin:12px 0 0;font-size:14px}.form-status[data-state=error]{color:#ffbbb4}.form-status[data-state=success]{color:var(--lime)}.site-footer{width:min(calc(100% - 64px),var(--max));min-height:125px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center}.site-footer p{margin:0;color:var(--muted);font-size:12px;text-align:center}.site-footer nav{display:flex;gap:32px}@media(max-width:1180px){.hero{grid-template-columns:minmax(0,.78fr) minmax(500px,1.22fr);gap:42px;padding-top:56px}.hero h1{font-size:clamp(50px,5vw,62px)}.hero-copy{max-width:820px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-product{max-width:850px;margin-left:auto}.product-shell{min-height:610px}.school-sketch{display:none}.workflow-diagram{grid-template-columns:105px minmax(0,1fr) 3px 240px;column-gap:20px}.automation-flow{grid-template-columns:1fr 28px 1fr 28px 1.12fr 28px 1fr;gap:5px}.flow-icon{width:100px;height:100px}.flow-icon svg{width:48px;height:48px}.flow-number{left:calc(50% - 53px)}.handoff p{width:205px;font-size:15px}.truth-band{grid-template-columns:1fr 1fr}.truth-band .conflict-note{display:none}.join-section{grid-template-columns:1fr}}@media(max-width:960px){.hero{grid-template-columns:1fr}.hero-product{width:min(100%,850px)}}@media(max-width:820px){.site-header,.hero,.problem-section,.workflow-section,.truth-band,.safety-section,.faq-section,.site-footer{width:min(calc(100% - 36px),var(--max))}.site-header{min-height:76px;gap:18px}.site-header nav{display:none}.header-cta{margin-left:auto}.brand{font-size:24px}.brand-shield{width:36px;height:41px;font-size:24px}.hero{min-height:0;gap:56px;padding:52px 0 72px}.hero h1{font-size:clamp(48px,12vw,72px)}.product-shell{grid-template-columns:1fr;min-height:0;border-width:5px;border-radius:15px}.product-nav{display:none}.brief-panel{padding:24px 20px 20px}.change-row{grid-template-columns:42px 1fr}.change-row small,.red-note{display:none}.problem-section{grid-template-columns:40px 1fr;gap:18px;padding:80px 0}.problem-copy{grid-column:2}.workflow-section{padding:80px 0 60px}.workflow-heading{align-items:start;flex-direction:column;gap:22px;margin-bottom:52px}.workflow-heading p{font-size:18px}.workflow-diagram{min-height:0;display:block;border-bottom:0}.lane-labels{display:none}.automation-flow,.student-flow{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px;padding:66px 0 0}.automation-flow:before,.student-flow:before{position:absolute;top:0;left:50%;transform:translate(-50%);min-width:110px;padding:10px 18px;border-radius:4px;color:#fff;background:var(--green);text-align:center;font:500 20px/1 var(--serif)}.automation-flow:before{content:"F School"}.student-flow:before{content:"You";color:var(--ink);background:var(--lime)}.flow-arrow{display:none}.flow-icon{width:88px;height:88px}.flow-icon svg{width:42px;height:42px}.flow-number{left:calc(50% - 48px);width:32px;height:32px;font-size:16px}.flow-step h3{min-height:0;font-size:17px}.input-loop{width:min(100%,170px);margin-top:12px}.handoff{height:auto;margin:62px 0;border-top:3px solid var(--red);background:transparent}.handoff>span{top:-11px;left:calc(50% - 10px)}.handoff p{position:static;width:auto;padding-top:22px;text-align:center;transform:none}.student-flow{padding-bottom:0}.truth-band{grid-template-columns:1fr;margin-bottom:80px}.truth-band>div+div{border-left:0;border-top:1px solid #bfc9c3}.safety-heading{grid-template-columns:1fr}.safety-heading svg{display:none}.boundary{font-size:17px}.fit-grid{grid-template-columns:1fr;gap:40px}.fit-grid>div,.fit-grid>div+div{padding:0;border-left:0}.fit-grid>div+div{padding-top:40px;border-top:1px solid var(--ink)}.faq-section{grid-template-columns:1fr;gap:50px;padding:80px 0}.join-section{padding:70px 18px;gap:42px}.form-row{grid-template-columns:1fr;gap:8px}.form-row input,.form-row button{border-radius:3px}.form-row button{justify-content:space-between}.site-footer{grid-template-columns:1fr;justify-items:start;gap:18px;padding:36px 0}.site-footer p{text-align:left}}@media(max-width:480px){.header-cta{padding:9px 11px;font-size:12px}.brand{gap:8px;font-size:21px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-trust{display:grid;gap:8px}.button{width:100%;min-width:0}.brief-header{align-items:flex-start;flex-direction:column}.priority-block{padding-right:18px}.priority-mark{display:none}.problem-section h2,.workflow-section h2,.safety-section h2,.faq-section h2,.join-section h2{letter-spacing:-.035em}.problem-section{grid-template-columns:1fr}.problem-section .section-index,.problem-copy{grid-column:1}.lesson-preview,.today-card{margin-inline:12px}.boundary,.faq-intro{grid-template-columns:1fr}.automation-flow,.student-flow{gap:30px 8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
