@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--green:#4ec277;--green-deep:#1f8a4a;--white:#ffffffc7;--ink:#15251a;--muted:#4b6651;--border:#d7f1e0;--soft:#eefcf3b8;--gradient:linear-gradient(135deg, #4ec277 0%, #7fe39f 50%, #fff 100%)}*{box-sizing:border-box}html{scroll-padding-top:72px}html,body,#root{min-height:100%;color:var(--ink);background:#f0f9f0;margin:0;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}.site-shell{flex-direction:column;min-height:100vh;display:flex}main{z-index:1;flex:1;position:relative}.container{width:min(1120px,92vw);margin:0 auto}.nav-wrap{z-index:30;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;transform:translateZ(0);box-shadow:0 1px #0000000a}.nav-inner{justify-content:space-between;align-items:center;padding:.9rem 0;display:flex}.brand{align-items:center;line-height:0;display:inline-flex}.brand-logo{width:auto;height:56px;display:block}.nav-links{gap:1rem;display:flex}.nav-links a{margin-right:.5rem}@supports (gap:1rem){.nav-links a{margin-right:0}}.nav-hamburger{display:none}.nav-links a{border-radius:999px;padding:.45rem .8rem;font-size:.95rem;font-weight:500;transition:background .2s,color .2s,transform .2s}.nav-links a:hover{background:var(--soft);color:var(--green-deep);transform:translateY(-1px)}.active-link{background:var(--soft);color:var(--green-deep)}.mandate-rotating{min-width:clamp(160px,50vw,240px)}.mandate-text{transition:opacity .3s,transform .3s;display:inline-block}.mandate-in{opacity:1;transform:translateY(0)}.mandate-out{opacity:0;transform:translateY(4px)}.hero-centered{text-align:center;flex-direction:column;align-items:center;gap:1.4rem;max-width:780px;margin:0 auto;display:flex}.hero-title--center{color:#0a301a;text-wrap:balance;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.2}.hero-cycle-word{color:var(--green);transition:opacity .35s,transform .35s;display:inline-block}.hero-cycle-word--in{opacity:1;transform:translateY(0)}.hero-cycle-word--out{opacity:0;transform:translateY(-10px)}.hero-tagline{margin:0;font-size:1.15rem;font-weight:600}.hero-actions--center,.hero-trust-strip--center{justify-content:center}.hero-section{isolation:isolate;background:radial-gradient(circle at 20% 15%,#ffffff80,#0000 42%),radial-gradient(circle at 75% 10%,#ffffff59,#0000 38%),linear-gradient(#6fe3a9 0%,#bff5db 28%,#f3fff8 65%,#fff 100%);padding:5.5rem 0 4.5rem;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.4rem;display:grid}.hero-grid--content{z-index:2;position:relative}.hero-video-bg{z-index:1;pointer-events:none;position:absolute;inset:-12%}.hero-video-col{opacity:.2;filter:blur(.2px);width:260px;position:absolute;top:0;bottom:0}.hero-video-col--a{display:none}.hero-video-col--b{width:240px;left:53%;transform:rotate(-2deg)}.hero-video-col--c{width:240px;left:70%;transform:rotate(4deg)}.hero-video-track{height:100%;animation:heroVideoScroll var(--dur,26s) linear infinite;animation-delay:var(--delay,0s);flex-direction:column;gap:.65rem;display:flex}@keyframes heroVideoScroll{0%{transform:translateY(38%)}to{transform:translateY(-62%)}}.glass-card--video{-webkit-backdrop-filter:blur(16px);background:#ffffff42;border:1px solid #ffffff75;border-radius:18px;min-height:84px;padding:.65rem .85rem;transform:translateZ(0);box-shadow:0 14px 30px #0a40220f}.glass-card--video h4{color:#0a301ae6;margin:0;font-size:.88rem}.glass-card--video p{color:#0a301aa8;font-size:.74rem}.glass-card--video img{filter:saturate(1.1)brightness(1.02);width:126px;height:auto}.pulse-dot--video{background:#4ec27747;border-radius:999px;width:26px;height:26px;animation:1.8s infinite pulseVideo;box-shadow:0 0 #4ec27780}@keyframes pulseVideo{0%{box-shadow:0 0 #4ec27780}70%{box-shadow:0 0 0 16px #4ec27700}to{box-shadow:0 0 #4ec27700}}.hero-copy{color:#0a301aeb;align-self:start;padding-top:.35rem}.hero-copy .badge{color:#e8fff0;background:#ffffff24;border-color:#ffffff57}.hero-ugc-tag{background:0 0;border:none;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0;padding:0;display:flex}.ugc-banner-item{color:#0a301af2;cursor:pointer;background:#fffffff5;border:1px solid #ffffffb3;border-radius:999px;align-items:center;gap:.55rem;padding:.38rem 1rem .38rem .42rem;font-size:.88rem;font-weight:600;transition:box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 2px 12px #4ec27721}.ugc-banner-item:hover{transform:translateY(-1px);box-shadow:0 4px 20px #4ec27738}.ugc-new-badge{background:var(--green);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:.18rem .6rem;font-size:.74rem;font-weight:700;line-height:1.3;animation:2s ease-in-out infinite newBadgePulse;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 #4ec2776b}.ugc-new-badge:after{content:"";background:linear-gradient(110deg,#fff0 0%,#ffffff6b 52%,#fff0 100%);width:45%;height:100%;animation:3.2s ease-in-out infinite newBadgeShimmer;position:absolute;top:0;left:-140%;transform:skew(-18deg)}@keyframes newBadgePulse{0%,to{transform:scale(1);box-shadow:0 0 #4ec27747}50%{transform:scale(1.045);box-shadow:0 0 0 7px #4ec27700}}@keyframes newBadgeShimmer{0%,70%,to{left:-140%}35%{left:145%}}@media (prefers-reduced-motion:reduce){.ugc-new-badge,.ugc-new-badge:after{animation:none}}.hero-copy h1{color:#0a301a;text-wrap:balance}.badge{border:1px solid var(--border);background:var(--white);color:var(--green-deep);border-radius:999px;padding:.45rem 1.1rem;font-size:.95rem;font-weight:600;display:inline-flex}h1{margin:.9rem 0;font-size:clamp(1.7rem,3.8vw,2.9rem);line-height:1.12}h2{margin:.8rem 0;font-size:clamp(1.6rem,4vw,2.5rem)}h3{margin-top:0}.hero-text,.lead{color:var(--muted);line-height:1.75}.hero-copy .hero-text{color:#0a301abf;max-width:58ch}.dynamic-word{color:#0b6f3a;background:#4ec2772e;border-radius:8px;padding:.05rem .3rem;animation:.45s textSwapIn;display:inline-block;box-shadow:0 4px 10px #0e4d2a14}.hero-green{color:#4ec277}.hero-mode-toggle{gap:.6rem;margin-bottom:1.4rem;display:flex}.hero-crayon-icon{object-fit:contain;vertical-align:middle;width:22px;height:22px;margin-left:6px;display:inline-block}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.3rem;display:flex}.hero-trust-strip{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.2rem;font-size:.82rem;font-weight:600;display:flex}.hero-trust-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:4px;height:4px}.school-trust-pillars{grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-top:2.5rem;display:grid}.school-trust-pillar{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.6rem;box-shadow:0 4px 16px #4ec2770f}.school-trust-pillar h3{color:var(--green-deep);margin:0 0 .6rem;font-size:1rem;font-weight:700}.school-trust-pillar p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}@media (width<=900px){.school-trust-pillars{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.school-trust-pillars{grid-template-columns:1fr}}.btn{border:1px solid #0000;border-radius:12px;padding:.7rem 1.1rem;font-weight:600;transition:transform .25s,box-shadow .25s,background .2s;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;background:#ffffff26;transition:opacity .2s;position:absolute;inset:0}.btn:hover:after{opacity:1}.btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #4ec27740}.btn:active{transform:translateY(-1px)}.btn-primary{background:var(--green);color:var(--white)}.btn-soft{background:var(--white);color:var(--green-deep);border-color:var(--border)}.hero-copy .btn-soft{color:#0a301aeb;-webkit-backdrop-filter:blur(6px);background:#ffffff8c;border-color:#0a301a1a}.hero-card,.card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.2rem;box-shadow:0 16px 30px #4ec27714}.hero-visual{box-shadow:none;background:0 0;border:0;padding:0}.hero-visual-stack{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:440px;margin-inline:auto;display:flex}.hero-art-stage{perspective:1100px;perspective-origin:50% 40%;width:100%;position:relative}.hero-orbit-wrap{width:100%;min-height:0}.hero-orbit-ring{aspect-ratio:1;box-sizing:border-box;--orbit-r:clamp(104px, 28vw, 168px);width:100%;max-width:420px;min-height:min(88vw,400px);margin-inline:auto;padding:clamp(.5rem,2vw,1rem);position:relative;overflow:visible}.hero-art-glow{filter:blur(2px);pointer-events:none;background:radial-gradient(at 50% 45%,#ffffff73 0%,#ffffff14 55%,#0000 72%);border-radius:32px;position:absolute;inset:8% 10% 12%}.hero-orbit-slot{z-index:3;--angle:calc(-90deg + (var(--orbit-i) * 60deg));width:0;height:0;transform:rotate(var(--angle)) translateX(var(--orbit-r)) rotate(calc(-1 * var(--angle)));position:absolute;top:50%;left:50%}.hero-orbit-slot .hero-satellite{position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.hero-mascot-3d{z-index:2;transform-style:preserve-3d;pointer-events:none;animation:6.5s ease-in-out infinite heroMascotFloat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-mascot-3d img{filter:drop-shadow(0 26px 38px #0c3a204d);width:100%;max-width:min(100%,300px);height:auto;display:block}.hero-satellite{-webkit-backdrop-filter:blur(14px);max-width:158px;transform-style:preserve-3d;background:#ffffff29;border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .62rem;display:flex;box-shadow:0 18px 40px #0a40221f,inset 0 1px #ffffff8c}.hero-satellite img{object-fit:contain;flex-shrink:0;width:38px;height:38px}.hero-satellite-copy{flex-direction:column;gap:.08rem;min-width:0;line-height:1.2;display:flex}.hero-satellite-copy strong{color:#fffffff5;font-size:.8rem}.hero-satellite-copy span{color:#ffffffc7;font-size:.68rem}.hero-scroll-cards.scroll-column{align-self:stretch;width:100%;max-width:420px;height:240px;margin-top:.25rem}.hero-scroll-head{letter-spacing:.04em;text-transform:uppercase;color:#ffffffd1;text-align:center;width:100%;max-width:420px;margin:0 auto .35rem;font-size:.78rem;font-weight:600}.scroll-column{border-radius:18px;height:470px;position:relative;overflow:hidden}.scroll-track{gap:.9rem;animation:16s linear infinite heroScroll;display:grid}.glass-card{-webkit-backdrop-filter:blur(8px);background:#ffffffb8;border:1px solid #ffffffeb;border-radius:18px;align-content:center;gap:.35rem;min-height:105px;padding:1rem;display:grid;box-shadow:0 14px 28px #22703e24}.glass-card img{width:170px;max-width:100%;height:auto}.glass-card h4{color:var(--ink);margin:0}.glass-card p{color:var(--muted);margin:0}.pulse-dot{background:var(--green);border-radius:999px;width:10px;height:10px;animation:1.4s infinite pulse;box-shadow:0 0 #4ec277b3}.section{padding:4.6rem 0}.cards-3,.card-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.contact-grid{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}.contact-form{background:var(--white);border:1px solid var(--border);border-radius:16px;gap:.95rem;padding:1.1rem;display:grid}.contact-form label{gap:.35rem;margin-bottom:0;font-size:.9rem;display:grid}.contact-form input,.contact-form textarea{font:inherit;border:1px solid #cae9d5;border-radius:12px;padding:.7rem}.success-overlay{z-index:10000;-webkit-backdrop-filter:blur(6px);background:#0f26188c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.success-modal{width:min(400px,100%);color:var(--ink);text-align:center;background:#fff;border:1px solid #c7e8d2e6;border-radius:20px;padding:2rem 1.5rem 1.5rem;box-shadow:0 24px 64px #0f3a2138}.success-modal__icon{width:64px;height:64px;color:var(--green-deep);background:linear-gradient(145deg,#e8faf0 0%,#c8f0d8 100%);border-radius:50%;place-items:center;margin:0 auto 1rem;display:grid;box-shadow:0 8px 24px #1f8a4a26}.success-modal__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--green-deep);margin:0 0 .35rem;font-size:.72rem;font-weight:800}.success-modal__title{color:var(--ink);margin:0 0 .65rem;font-size:1.45rem;font-weight:800;line-height:1.2}.success-modal__text{color:var(--muted);margin:0 0 1.35rem;font-size:.92rem;line-height:1.65}.success-modal__btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;max-width:280px;margin:0 auto;padding:.65rem 1.2rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s}.success-modal__btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #1f8a4a40}.contact-phone-label .contact-phone-row{background:#fff;border:1px solid #cae9d5;border-radius:12px;align-items:stretch;gap:0;display:flex;overflow:hidden}.contact-phone-prefix{color:var(--green-deep);-webkit-user-select:none;user-select:none;background:#4ec2771f;border-right:1px solid #cae9d5;flex-shrink:0;align-items:center;padding:.65rem .75rem;font-size:.95rem;font-weight:700;display:inline-flex}.contact-phone-input{flex:1;min-width:0;border:none!important;border-radius:0!important;padding-left:.75rem!important}.footer{border-top:1px solid var(--border);z-index:1;background:#f9fffb;position:relative}.footer-inner{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1.2rem 0;font-size:.9rem;display:flex}.footer-attribution{opacity:.85;width:100%;margin:0;font-size:.72rem}.center-block{text-align:center}@keyframes heroScroll{0%{transform:translateY(10%)}to{transform:translateY(-55%)}}@keyframes pulse{0%{box-shadow:0 0 #4ec277b3}70%{box-shadow:0 0 0 12px #4ec27700}to{box-shadow:0 0 #4ec27700}}@keyframes textSwapIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes heroMascotFloat{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-10px)}}.hero-visual-img{filter:drop-shadow(0 28px 48px #0c3a2038);width:100%;max-width:400px;height:auto;margin:0 auto;animation:6.5s ease-in-out infinite heroMascotFloat;display:block}.problem-section{background:var(--soft)}.trust-eyebrow{text-align:center;color:var(--ink);letter-spacing:-.01em;max-width:820px;margin:0 auto 1.6rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.35}.pull-quote{text-align:center;z-index:1;background:#fff9;border-top:1px solid #d7f1e099;border-bottom:1px solid #d7f1e099;padding:4rem 2rem;position:relative}.pull-quote p{color:var(--ink);letter-spacing:-.01em;max-width:780px;margin:0 auto;font-size:clamp(1.4rem,2.8vw,2rem);font-style:italic;font-weight:700;line-height:1.4}.pull-quote--green{background:#1f8a4ae0}.pull-quote--green p{color:#fff}.problem-copy .stats-grid{margin-top:1.8rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.4rem;display:grid}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:20px;flex-direction:column;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden;box-shadow:0 4px 20px #4ec27714}.stat-img-wrap{aspect-ratio:auto;border-bottom:1px solid var(--border);background:#eefcf3;flex-shrink:0;width:100%;position:static;overflow:hidden}.stat-img{object-fit:contain;object-position:center;width:100%;height:auto;padding:0;display:block;position:static}.stat-img-overlay{display:none}.stat-body{flex-direction:column;gap:.3rem;padding:1.2rem 1.4rem 1.5rem;display:flex}.stat-number{align-items:baseline;gap:.05rem;line-height:1;display:flex}.stat-count{color:#e8a020;font-variant-numeric:tabular-nums;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800}.stat-suffix{color:#e8a020;align-self:flex-end;padding-bottom:.2rem;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:800}.stat-label{color:var(--ink);margin:0;font-size:.95rem;font-weight:600;line-height:1.45}.stat-source{color:var(--muted);border-left:2px solid var(--green);margin:.2rem 0 0;padding-left:.7rem;font-size:.78rem}.solution-section{background:var(--white)}.solution-header{text-align:center;max-width:640px;margin:0 auto 3rem}.solution-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;display:grid}.solution-card{background:var(--soft);border:1px solid var(--border);border-radius:16px;align-items:flex-start;gap:1.2rem;padding:1.6rem;transition:transform .3s,box-shadow .3s;display:flex}.solution-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #4ec2771f}.solution-icon{background:var(--white);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.6rem;display:flex}.solution-card h3{margin-bottom:.35rem;font-size:1rem}.solution-card p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.6}.boy-layout{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;margin:3rem 0 4rem;display:grid}.boy-layout--college{gap:clamp(.85rem,1.5vw,1.25rem) clamp(.55rem,1.1vw,.95rem)}.boy-center--college .boy-center-img-wrap{background:0 0;border-radius:0;overflow:visible}.boy-panel{flex-direction:column;gap:1.4rem;display:flex}.boy-panel--left{text-align:right;align-items:flex-end}.boy-panel--right{text-align:left;align-items:flex-start}.boy-panel .boy-panel-card:first-child{margin-top:-3rem}.boy-panel .boy-panel-card:last-child{margin-top:9rem}.boy-panel-card{border:1.5px solid #0000;border-radius:18px;max-width:260px;padding:1.3rem 1.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.boy-layout--college .boy-panel-card{flex-direction:column;width:260px;min-height:236px;display:flex}.boy-layout--college .boy-panel-points{flex:auto}.boy-panel-card-num{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 2px 8px #00000026}.boy-panel-card--blue .boy-panel-card-num{background:#3b82f6}.boy-panel-card--yellow .boy-panel-card-num{background:#d97706}.boy-panel-card--green .boy-panel-card-num{background:#16a34a}.boy-panel-card--purple .boy-panel-card-num{background:#7c3aed}.boy-panel-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.boy-panel-card--blue{background:#eff6ff;border-color:#bfdbfe}.boy-panel-card--yellow{background:#fffbeb;border-color:#fde68a}.boy-panel-card--green{background:#f0fdf4;border-color:#bbf7d0}.boy-panel-card--purple{background:#faf5ff;border-color:#e9d5ff}.boy-panel-card-header{justify-content:flex-start;align-items:center;gap:.55rem;margin-bottom:.8rem;display:flex}.boy-panel-icon{flex-shrink:0;font-size:1.4rem;line-height:1}.boy-panel-card h4{color:var(--ink);text-align:left;margin:0;font-size:1rem;font-weight:800}.boy-panel-points{text-align:left;flex-direction:column;gap:.42rem;margin:0;padding:0;list-style:none;display:flex}.boy-panel-points li{color:var(--muted);text-align:left;padding-left:1.4rem;font-size:.85rem;line-height:1.5;position:relative}.boy-panel-points li:before{content:"✓";color:var(--green);font-size:.85rem;font-weight:700;position:absolute;left:0}.boy-panel-points .boy-panel-point__inline-star{display:inline}.boy-panel-points .boy-panel-point__inline-star img{vertical-align:-.18em;object-fit:contain;width:22px;height:auto;margin-left:.2em;display:inline-block}.boy-center{flex-shrink:0;width:420px;position:relative}.boy-center.boy-center--college{width:min(640px,52vw);max-width:100%}.boy-center.boy-center--college .boy-center-img{mix-blend-mode:normal;transform-origin:50%;width:100%;height:auto;display:block;transform:scale(1.5)}.boy-center-img-wrap{background:#eefcf3;border-radius:24px;overflow:hidden}.boy-center-img{width:100%;height:auto;display:block}@supports (mix-blend-mode:multiply){.boy-center-img{mix-blend-mode:multiply}}@keyframes boyFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.boy-center{animation:4.8s ease-in-out infinite boyFloat}.boy-arrow{pointer-events:none;width:80px;height:60px;position:absolute}.boy-arrow--tl{top:10%;left:-72px}.boy-arrow--tr{top:10%;right:-72px;transform:scaleX(-1)}.boy-arrow--bl{bottom:18%;left:-72px;transform:scaleY(-1)}.boy-arrow--br{bottom:18%;right:-72px;transform:scale(-1)}@media (width<=1100px) and (width>=901px){.boy-center.boy-center--college{width:min(540px,56vw)}}@media (width<=900px){.boy-layout{grid-template-columns:unset;grid-template-rows:unset;flex-direction:column;align-items:stretch;gap:.65rem;margin:2rem 0 2.5rem;display:flex}.boy-panel--left,.boy-panel--right{display:contents}.boy-center{order:-1;width:min(220px,60vw);margin:0 auto}.boy-center.boy-center--college{width:min(500px,92vw)}.boy-center.boy-center--college .boy-center-img{transform:scale(1.15)}.boy-arrow{display:none}.boy-panel .boy-panel-card:first-child,.boy-panel .boy-panel-card:last-child{margin-top:0}.boy-panel-card--blue{order:1}.boy-panel-card--green{order:2}.boy-panel-card--yellow{order:3}.boy-panel-card--purple{order:4}.boy-panel-card{box-sizing:border-box;border-radius:14px;flex-direction:column;flex:none;width:100%;max-width:100%;min-height:175px;padding:.85rem 1rem;display:flex}.boy-panel-card-header{gap:.45rem;margin-bottom:.5rem}.boy-panel-card h4{font-size:.92rem;line-height:1.2}.boy-panel-card-num{width:22px;height:22px;font-size:.65rem}.boy-panel-points{flex:auto;gap:.28rem}.boy-panel-points li{padding-left:1.15rem;font-size:.82rem;line-height:1.4}.boy-panel-points li:before{font-size:.76rem}}@media (width<=480px){.hero-ugc-tag{gap:.4rem}.ugc-banner-item{padding:.32rem .7rem .32rem .35rem;font-size:.78rem}.ugc-new-badge{padding:.14rem .45rem;font-size:.68rem}.hero-mode-toggle{flex-wrap:wrap}.boy-panel-card{border-radius:12px;min-height:155px;padding:.7rem .85rem}.boy-panel-card h4{font-size:.88rem}.boy-panel-card-num{width:20px;height:20px;font-size:.62rem}.boy-panel-points li{padding-left:1.05rem;font-size:.76rem}.boy-panel-points li:before{font-size:.72rem}.guidelines-popup{border-radius:14px;max-height:calc(100vh - 1rem);padding:1.2rem 1rem 1rem}.guidelines-popup-header h3{padding-right:.25rem;font-size:.96rem}.guidelines-popup-close{width:36px;min-width:36px;height:36px}.guidelines-popup p,.guidelines-popup li{font-size:.85rem!important}.team-trust-main{font-size:1.1rem}.team-trust-from{font-size:1.2rem}}.pricing-section{background:var(--soft)}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem;max-width:820px;margin:2.4rem auto 0;display:grid}.pricing-card{background:var(--white);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:1.2rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 24px #4ec27714}.pricing-card--custom{border-color:var(--green);background:linear-gradient(160deg,#f5fffa 0%,#edfff4 100%)}.pricing-plan{text-transform:uppercase;letter-spacing:.06em;color:var(--green-deep);margin:0;font-size:.82rem;font-weight:700}.pricing-price{align-items:baseline;gap:.2rem;display:flex}.pricing-currency{color:var(--ink);font-size:1.4rem;font-weight:700}.pricing-amount{color:var(--ink);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1}.pricing-custom-label{color:var(--green-deep);font-size:clamp(1.6rem,3vw,2.2rem)}.pricing-period{color:var(--ink);text-underline-offset:2px;font-size:.9rem;font-weight:500;text-decoration:underline}.pricing-note{color:var(--muted);margin:.2rem 0 0;font-size:.82rem;font-weight:600}.pricing-desc{color:var(--muted);margin:0;font-size:.92rem;line-height:1.6}.feature-list{flex-direction:column;flex:1;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.feature-list li{color:var(--ink);align-items:center;gap:.55rem;font-size:.9rem;display:flex}.check{color:var(--green);flex-shrink:0;font-size:.95rem;font-weight:700}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.4rem;display:grid}.service-card{background:var(--white);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:.7rem;padding:1.6rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 24px #4ec2770f}.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #4ec27721}.service-icon{background:var(--soft);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.service-icon img{object-fit:contain;width:32px;height:32px}.service-card h3{margin:0;font-size:1rem}.service-card p{color:var(--muted);flex:1;margin:0;font-size:.91rem;line-height:1.65}.service-tags{flex-wrap:wrap;gap:.4rem;margin-top:.2rem;display:flex}.service-tag{background:var(--soft);border:1px solid var(--border);color:var(--green-deep);border-radius:999px;padding:.18rem .6rem;font-size:.72rem;font-weight:600}.hiw-section{background:var(--white)}.hiw-grid{grid-template-columns:repeat(3,1fr);gap:0;margin-top:3rem;display:grid;position:relative}.hiw-step{text-align:center;flex-direction:column;align-items:center;padding:0 1.6rem;display:flex}.hiw-icon-wrap{justify-content:center;align-items:center;width:100%;margin-bottom:1.2rem;display:flex;position:relative}.hiw-icon{border:3px solid var(--green);z-index:1;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;font-size:2rem;display:flex;position:relative;overflow:hidden}.hiw-icon img{object-fit:cover;border-radius:50%;width:100%;height:100%}.hiw-connector{background:linear-gradient(90deg, var(--green) 0%, var(--border) 100%);z-index:0;height:2px;position:absolute;top:50%;left:calc(50% + 70px);right:calc(70px - 50%);transform:translateY(-50%)}.hiw-number{letter-spacing:.1em;color:var(--green);text-transform:uppercase;margin:0 0 .4rem;font-size:.75rem;font-weight:800}.hiw-step h3{margin:0 0 .5rem;font-size:1.05rem}.hiw-desc{color:var(--muted);margin:0;font-size:.91rem;line-height:1.65}.features-strip-section{background:var(--soft)}.features-strip{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.4rem;display:flex}.feature-chip{background:var(--white);border:1px solid var(--border);color:var(--ink);border-radius:999px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.88rem;font-weight:500;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:0 2px 8px #4ec2770f}.feature-chip:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 6px 18px #4ec27726}.feature-chip-icon{object-fit:contain;flex-shrink:0;width:20px;height:20px}.testimonials-section{background:var(--white)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.4rem;display:grid}.testimonial-card{background:var(--soft);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:1.4rem;padding:1.8rem;transition:transform .3s,box-shadow .3s;display:flex}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #4ec2771f}.testimonial-quote{color:var(--ink);flex:1;margin:0;font-size:.95rem;font-style:italic;line-height:1.75}.testimonial-author{align-items:center;gap:.85rem;display:flex}.testimonial-avatar{background:var(--green);width:42px;height:42px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.testimonial-name{color:var(--ink);margin:0 0 .15rem;font-size:.9rem;font-weight:700}.testimonial-role{color:var(--muted);margin:0;font-size:.78rem}.faq-section{background:var(--soft)}.faq-container{grid-template-columns:1fr 2fr;align-items:start;gap:3rem;display:grid}.faq-header{position:sticky;top:100px}.faq-header h2{margin-top:.6rem}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{cursor:pointer;width:100%;font:inherit;color:var(--ink);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:.97rem;font-weight:600;transition:color .2s;display:flex}.faq-item--open .faq-question{color:var(--green-deep)}.faq-chevron{color:var(--green);flex-shrink:0;font-size:1.4rem;font-weight:400;line-height:1}.faq-body{overflow:hidden}.faq-answer{color:var(--muted);margin:0;padding:0 0 1.1rem;font-size:.92rem;line-height:1.7}.team-trust-strip{-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center;isolation:auto;background:0 0;border-top:1px solid #fff6;border-bottom:1px solid #fff6;flex-direction:column;align-items:center;gap:1.2rem;padding:3rem 2rem;display:flex}.team-trust-heading{color:var(--ink);max-width:600px;margin:0;font-size:clamp(2rem,5vw,3.2rem);font-style:italic;font-weight:800;line-height:1.4}.team-trust-divider{background:var(--green);border-radius:2px;width:60px;height:3px}.team-trust-stats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.team-trust-stat{flex-direction:column;align-items:center;gap:.3rem;display:flex}.team-trust-stat-number{color:#e07b2a;font-size:3rem;font-weight:900;line-height:1}.team-trust-stat-label{color:var(--text);text-align:center;max-width:120px;font-size:.85rem;font-weight:700;line-height:1.3}.team-trust-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0;font-size:.8rem;font-weight:800}.team-trust-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.team-trust-logo-img{object-fit:contain;opacity:1;width:auto;height:80px;transition:transform .3s}.team-trust-logo-img:hover{transform:scale(1.08)}.team-trust-sub{color:var(--muted);max-width:560px;margin:0;font-size:.88rem}.team-trust-main{text-align:center;color:var(--ink);max-width:800px;margin:0 auto .6rem;font-size:clamp(1.35rem,2.8vw,2rem);font-style:italic;font-weight:800;line-height:1.35}.team-trust-from{color:var(--ink);text-align:center;margin:0 0 1rem;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:900}.trust-highlight-yellow{color:#e8a020}.team-trust-marquee-outer{width:100%;max-width:min(1100px,100vw);margin:0 auto}.team-trust-marquee-viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.team-trust-marquee-inner{will-change:transform;backface-visibility:hidden;width:max-content;animation:54s linear infinite team-trust-marquee-scroll;display:flex;transform:translate(0,0)}@keyframes team-trust-marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.team-trust-marquee-inner{flex-wrap:wrap;justify-content:center;width:100%;animation:none}.team-trust-marquee-viewport{-webkit-mask-image:none;mask-image:none}.team-trust-marquee-group[aria-hidden=true]{display:none}.team-trust-marquee-group{flex-wrap:wrap;justify-content:center;row-gap:1.25rem}}.team-trust-marquee-group{flex-wrap:nowrap;flex-shrink:0;align-items:flex-end;gap:.75rem;padding:0 .35rem;display:flex}.team-trust-marquee-item{flex-direction:column;flex-shrink:0;align-items:center;gap:.65rem;width:180px;display:flex}.team-trust-marquee-logo{object-fit:contain;width:110px;max-width:none;height:110px}.team-trust-marquee-logo--uoh{object-fit:contain;mix-blend-mode:multiply;width:128px;height:128px}.team-trust-marquee-label{color:var(--ink);text-align:center;white-space:nowrap;font-size:clamp(.8rem,1.8vw,.95rem);font-weight:800;line-height:1.25}.highlight-yellow{background:#fef08a;border-radius:3px;padding:0 3px}.guidelines-popup-overlay{z-index:9999;-webkit-overflow-scrolling:touch;background:#132d1b8c;justify-content:center;align-items:flex-start;padding:.75rem;display:flex;position:fixed;inset:0;overflow-y:auto}.guidelines-popup{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:#fff;border-radius:18px;width:100%;max-width:520px;max-height:calc(100vh - 2rem);padding:2rem 2rem 1.8rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000002e}.guidelines-popup-header{z-index:2;background:0 0;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:.35rem;display:flex;position:sticky;top:0}.guidelines-popup-header h3{color:#e8a020;margin:0;font-size:1.2rem;font-weight:800;line-height:1.35}.guidelines-popup p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}.guidelines-popup-close{cursor:pointer;color:#1f8a4a;background:#e8f5ec;border:1.5px solid #c4e8d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:1rem;font-weight:700;line-height:1;display:flex}.guidelines-popup-close:hover{background:#d0f0de}.guidelines-popup-meta{text-transform:uppercase;letter-spacing:.06em;color:var(--green-deep);background:#4ec2771f;border:1px solid #4ec27740;border-radius:999px;margin-bottom:.85rem;padding:.28rem .75rem;font-size:.78rem;font-weight:700;display:inline-block}.guidelines-popup-intro{color:var(--muted);margin:0 0 1rem;font-size:.93rem;line-height:1.65}.guidelines-popup-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--ink);margin:0 0 .5rem;font-size:.72rem;font-weight:800}.guidelines-popup-list{margin:0 0 1rem;padding:0;list-style:none}.guidelines-popup-list li{color:var(--muted);margin-bottom:.55rem;padding-left:1.35rem;font-size:.93rem;line-height:1.55;position:relative}.guidelines-popup-list li:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px;position:absolute;top:.45em;left:0}.guidelines-popup-list li strong{color:var(--ink);font-weight:700}.guidelines-popup-footer{color:var(--muted);border-top:1px solid var(--border);margin:.75rem 0 0;padding-top:.75rem;font-size:.9rem;line-height:1.6}.guidelines-popup-link{color:var(--green-deep);text-underline-offset:2px;font-weight:600;text-decoration:underline}.mode-toggle-wrap{background:var(--white);flex-direction:column;align-items:center;gap:.6rem;padding:2rem 1rem 0;display:flex}.mode-toggle-label{color:var(--ink);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.95rem;font-weight:800}.mode-toggle{background:var(--soft);border:1px solid var(--border);border-radius:999px;gap:.2rem;padding:.3rem;display:inline-flex}.mode-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.55rem 1.6rem;font-size:.95rem;font-weight:600;transition:background .25s,color .25s,box-shadow .25s}.mode-btn--active{background:var(--green-deep);color:var(--white);box-shadow:0 2px 12px #1f8a4a40}.school-platform-section{background:var(--soft)}.school-platform-section--college .center-block{margin-top:-34px;margin-bottom:5.6rem}.school-platform-grid{grid-template-columns:repeat(4,1fr);gap:1.6rem;margin-top:2.8rem;display:grid}@media (width<=1100px){.school-platform-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.school-platform-grid{grid-template-columns:1fr}}.school-mandate-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.4rem;display:grid}.school-mandate-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:1.8rem}.school-mandate-card h3{color:var(--green-deep);margin:0 0 .6rem;font-size:1.05rem;font-weight:700}.school-mandate-pill{color:#856404;background:#fff3cd;border-radius:6px;margin-bottom:.6rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.school-preview-section{background:var(--soft)}.platform-slider{margin-top:2rem;overflow:visible}.platform-slider-shell{flex-direction:row;align-items:center;gap:clamp(.35rem,2vw,1rem);width:100%;max-width:100%;display:flex}.platform-slider-shell .platform-slider-track{flex:auto;min-width:0}.platform-slider-track{touch-action:pan-y;-webkit-user-select:none;user-select:none;border-radius:24px;width:100%;overflow:hidden}.platform-slider-track img{pointer-events:none;-webkit-user-drag:none}.platform-slider-inner{will-change:transform;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.platform-slide{flex-direction:column;flex:0 0 100%;gap:1.2rem;width:100%;display:flex}.platform-slide--action{gap:0}.platform-slide-action-inner{background:var(--white);border:1px solid var(--border);border-radius:24px;grid-template-columns:1fr 1fr;align-items:stretch;gap:0;min-height:420px;display:grid;overflow:hidden;box-shadow:0 4px 24px #4ec27712}.platform-slide-img-wrap{border-right:1px solid var(--border);background:linear-gradient(160deg,#eef7f1 0%,#f6faf7 50%,#e8f2ec 100%);align-self:stretch;height:100%;min-height:420px;position:relative;overflow:hidden}.platform-slide-img-wrap--college{background:#f6faf7}.platform-slide-img--action{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.platform-slide-img--college{object-fit:contain;object-position:center center;width:100%;height:100%}.platform-slide-top-bar{z-index:4;align-items:center;gap:.55rem;display:flex;position:absolute;top:1rem;left:1rem}.platform-slide-top-bar .pillar-label{position:static}.platform-slide-badge{z-index:2}.platform-slide-wellness-chip{pointer-events:none;text-align:center;color:#1f2937;letter-spacing:.04em;text-transform:uppercase;background:#facc15;border:2.5px solid #fff;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:0;min-width:4.5rem;padding:.45rem 1rem;font-size:.62rem;font-weight:700;line-height:1.15;display:flex;transform:rotate(0);box-shadow:0 3px 14px #facc156b,0 1px 4px #0000001a}.platform-slide-wellness-chip__num{color:#1f2937;letter-spacing:-.01em;font-size:1.1rem;font-weight:900;line-height:1.1;display:block}.platform-slide-body{flex-direction:column;flex:1;justify-content:flex-start;gap:.65rem;min-height:0;padding:1.75rem 2rem 1.75rem 1.75rem;display:flex}.platform-slide-body h3{color:var(--ink);margin:0;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:800;line-height:1.25}.platform-slide-body>p{color:var(--muted);margin:0;font-size:.91rem;line-height:1.65}.platform-slide-points,.platform-slide-points.platform-slide-points--stack{border-top:0;margin-top:0;padding-top:0}.platform-slide-body .platform-slide-points.platform-slide-points--stack li{color:#000;font-size:1rem}.platform-slide-body .platform-slide-points.platform-slide-points--stack li:before{color:var(--green)}.platform-slide-frame{background:0 0;border-radius:16px;flex-shrink:0;width:100%;height:480px;overflow:hidden}.platform-slide-bar{background:#2a2a3e;gap:6px;padding:10px 14px;display:flex}.platform-slide-bar span{background:#555;border-radius:50%;width:10px;height:10px}.platform-slide-bar span:first-child{background:#ff5f57}.platform-slide-bar span:nth-child(2){background:#febc2e}.platform-slide-bar span:nth-child(3){background:#28c840}.platform-slide-img{object-fit:contain;width:100%;height:100%;display:block}.platform-slide-info{padding:0 .5rem}.platform-slide-tag{background:var(--green);color:#fff;border-radius:999px;margin-bottom:.5rem;padding:.2rem .7rem;font-size:.75rem;font-weight:700;display:inline-block}.platform-slide-info h3{color:var(--ink);margin:0 0 .3rem;font-size:1.1rem;font-weight:800}.platform-slide-info p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.platform-slider-controls{justify-content:center;align-items:center;gap:1.2rem;margin-top:1.6rem;display:flex}.platform-slider-controls--dots{margin-top:1.25rem}.platform-slider-btn--outside{flex:none;align-self:center;box-shadow:0 2px 12px #0000000f}.platform-slider-btn{background:var(--white);border:1.5px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:background .2s,transform .2s;display:flex}.platform-slider-btn:hover:not(:disabled){background:var(--green);color:#fff;transform:scale(1.08)}.platform-slider-btn:disabled{opacity:.35;cursor:not-allowed}.platform-slider-dots{gap:.5rem;display:flex}.platform-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.platform-dot--active{background:var(--green);transform:scale(1.3)}@media (width<=768px){.platform-slide{flex:0 0 100%;width:100%}.platform-slide-frame{height:240px}.platform-slide-img{object-fit:cover;object-position:center;width:100%;height:100%}.platform-slider-shell{gap:.25rem}.platform-slider-btn--outside{width:36px;height:36px;font-size:1rem}.platform-slide--action{min-height:0}.platform-slide-action-inner{grid-template-columns:unset;min-height:unset;flex-direction:column;height:min(72vh,540px);max-height:min(72vh,540px);display:flex;overflow:hidden}.platform-slide-img-wrap,.platform-slide-img-wrap--college{border-right:none;border-bottom:1px solid var(--border);flex-shrink:0;width:100%;height:200px;min-height:200px;max-height:200px}.platform-slide-img--action,.platform-slide-img--college{object-fit:contain;object-position:center;width:100%;height:100%;min-height:0}.platform-slide-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;min-height:0;padding:1.1rem 1rem 1.15rem;overflow-y:auto}.platform-slide-body h3{flex-shrink:0}.platform-slide-body .platform-slide-points{flex:auto;min-height:0}}.school-preview-top{text-align:center;margin-bottom:2.4rem}.school-preview-top h2{margin:.6rem 0 .8rem}.school-dashboard-frame{background:#1e1e2e;border-radius:20px;max-width:920px;margin:0 auto;overflow:hidden;box-shadow:0 32px 80px #0003}.school-dashboard-gif{object-fit:cover;width:100%;display:block}.school-screening-section{background:var(--white)}.school-preview-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.school-preview-copy h2{margin:.6rem 0 .8rem}.school-preview-img{justify-content:center;display:flex}.school-preview-frame{background:#f4f4f4;border-radius:16px;width:100%;max-width:460px;overflow:hidden;box-shadow:0 24px 64px #0000001f}.school-preview-bar{background:#e8e8e8;align-items:center;gap:.4rem;padding:.55rem .9rem;display:flex}.school-preview-bar span{background:#ccc;border-radius:50%;width:10px;height:10px;display:block}.school-preview-bar span:first-child{background:#ff5f57}.school-preview-bar span:nth-child(2){background:#febc2e}.school-preview-bar span:nth-child(3){background:#28c840}.school-preview-gif{object-fit:cover;width:100%;display:block}.school-resources-section{background:var(--soft)}.school-bento-grid{grid-template-columns:1fr 1fr;gap:1.4rem;margin-top:2.8rem;display:grid}.school-bento-right{flex-direction:column;gap:1.4rem;display:flex}.school-bento-card{background:var(--white);border:1px solid var(--border);border-radius:24px;flex-direction:column;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #4ec27712}.school-bento-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #4ec27724}.school-bento-card--dark{background:var(--ink);border-color:#0000}.school-bento-card--dark .school-bento-body h3{color:var(--white)}.school-bento-card--dark .school-bento-body p{color:#fff9}.school-bento-tag{z-index:2;text-transform:uppercase;letter-spacing:.07em;color:var(--green-deep);background:var(--white);border:1px solid var(--border);border-radius:999px;padding:.25rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.school-bento-tag--light{color:var(--white);background:#ffffff26;border-color:#fff3}.school-bento-img-large{object-fit:cover;object-position:center 20%;background:#d6f4e6;width:100%;height:420px;display:block}.school-bento-img-small{object-fit:cover;object-position:center;background:#f5fdf8;width:100%;height:220px;display:block}.school-bento-card--dark .school-bento-img-small{object-fit:contain;background:#fff;padding:0}.school-bento-body{border-top:1px solid var(--border);padding:1.2rem 1.4rem 1.6rem}.school-bento-card--dark .school-bento-body{border-top-color:#ffffff14}.school-bento-body h3{color:var(--ink);margin:0 0 .4rem;font-size:1rem;font-weight:700}.school-bento-body p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.6}.school-tp-section{background:var(--soft)}.school-trust-section{z-index:1;text-align:center;background:#4ec2772e;justify-content:center;align-items:center;min-height:100vh;padding:5rem 2rem;display:flex;position:relative}.school-trust-inner{flex-direction:column;align-items:center;gap:1.6rem;max-width:860px;margin:0 auto;display:flex}.school-trust-eyebrow{color:var(--ink);letter-spacing:-.01em;max-width:780px;margin:0;font-size:clamp(1.4rem,2.8vw,2rem);font-style:italic;font-weight:700;line-height:1.4}.school-trust-rule{background:var(--green);border:none;width:60px;height:2px;margin:0}.school-trust-metrics{flex-wrap:nowrap;justify-content:center;align-items:center;gap:2.5rem;width:100%;display:flex}.school-trust-metric{flex-direction:column;flex:1;align-items:center;gap:.3rem;min-width:0;display:flex}.school-trust-number{color:#e8a020;letter-spacing:-2px;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;line-height:1}.school-trust-label{color:var(--ink);text-align:center;font-size:1rem;font-weight:700;line-height:1.4}.school-trust-divider{background:#15251a33;flex-shrink:0;width:1px;height:60px}.school-trust-desc{color:var(--ink);text-align:center;max-width:540px;margin:0;font-size:1.05rem;font-weight:600;line-height:1.75}.school-trust-team-wrap{flex-direction:column;align-items:center;gap:.8rem;padding-bottom:1rem;display:flex}.school-trust-team-label{color:var(--ink);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.9rem;font-weight:700}.school-trust-team{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.school-trust-pill{border:2px solid var(--green-deep);color:var(--green-deep);letter-spacing:.05em;background:#fff;border-radius:999px;padding:.5rem 1.6rem;font-size:1rem;font-weight:700}.school-tp-row{grid-template-columns:.72fr 1fr;align-items:center;gap:3.5rem;margin-top:4rem;display:grid}.school-tp-row--reverse{direction:rtl}.school-tp-row--reverse>*{direction:ltr}.school-tp-img-side{border-radius:24px;align-self:stretch;line-height:0;overflow:hidden;box-shadow:0 16px 48px #1f8a4a1f}.school-tp-full-img{object-fit:cover;width:100%;height:100%;display:block}.school-tp-content-side{flex-direction:column;gap:.6rem;display:flex}.school-tp-content-side h3{color:var(--ink);margin:0 0 .4rem;font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:700}.school-tp-cards{flex-direction:column;gap:.7rem;margin-top:.4rem;display:flex}.school-tp-card{background:#fff;border:none;border-left:4px solid #e8a020;border-radius:0 14px 14px 0;align-items:flex-start;gap:1rem;min-height:80px;padding:1.15rem 1.4rem;transition:box-shadow .25s,transform .25s;display:flex;box-shadow:0 2px 10px #0000000f}.school-tp-card:hover{transform:translate(4px);box-shadow:0 6px 20px #1f8a4a1a}.school-tp-card h4{color:var(--ink);margin:0 0 .25rem;font-size:.92rem;font-weight:700}.school-tp-card p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.55}.school-why-section{background:#ffffff26;position:relative;overflow:hidden}.school-why-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:2.4rem;display:grid}.school-why-card{text-align:center;background:#fff9;border:1px solid #ffffffb3;border-radius:24px;padding:2rem 1.8rem;transition:background .3s,transform .3s,border-color .3s;position:relative}.school-why-card:hover{background:#fffc;border-color:#4ec27780;transform:translateY(-6px);box-shadow:0 12px 36px #1f8a4a1f}.school-why-card--featured{background:#fff;border-color:#c7e8d2e6}.school-why-card--featured:hover{background:#fff}.school-why-card--edge{background:#4ec2771f;border-color:#4ec27766}.school-why-card--edge:hover{background:#4ec2772e}.school-why-img-wrap{border-radius:0;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1.2rem;display:flex;background:0 0!important}.school-why-img-wrap--yellow,.school-why-img-wrap--green,.school-why-img-wrap--blue{background:0 0}.school-why-img{object-fit:contain;filter:none;opacity:.9;width:120px;height:120px}.school-why-stat{color:var(--green);margin-bottom:.4rem;font-size:2rem;font-weight:800;line-height:1}.school-why-stat-with-arrow{align-items:center;gap:.38rem;display:inline-flex}.school-why-stat-arrow{object-fit:contain;width:28px;height:28px}.school-why-card h3{color:var(--ink);margin:0 0 .6rem;font-size:1.05rem;font-weight:700}.school-why-card p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.65}.school-why-section .badge{border-color:var(--border);color:var(--green-deep);background:#ffffffb3}.school-why-section h2{color:var(--ink)}.school-why-section .lead{color:var(--muted)}.school-audit-section{background:var(--soft)}.school-audit-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin-top:2.4rem;display:grid}.school-audit-left{flex-direction:column;gap:0;display:flex}.school-audit-right{justify-content:center;align-items:center;display:flex}.school-audit-img-frame{border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #0000001f}.school-audit-img{object-fit:contain;width:100%;height:auto;display:block}.school-audit-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.school-audit-card{background:var(--white);border:1px solid var(--border);border-left:3px solid var(--green);border-radius:16px;padding:1.4rem 1.6rem}.school-audit-card h4{color:var(--ink);margin:0 0 .4rem;font-size:.95rem;font-weight:700}.school-audit-card p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.55}.school-audit-badges{flex-wrap:wrap;justify-content:flex-start;gap:.6rem;margin-top:1.4rem;display:flex}.school-audit-pill{color:var(--green-deep);background:var(--white);border:1px solid var(--border);border-radius:999px;padding:.35rem 1rem;font-size:.82rem;font-weight:600}.final-cta-section{background:linear-gradient(135deg,#1f8a4a 0%,#4ec277 60%,#7fe39f 100%)}.final-cta-inner{text-align:center;color:var(--white)}.final-cta-badge{color:var(--white);background:#ffffff2e;border-color:#ffffff59}.final-cta-inner h2{color:var(--white);margin-bottom:.6rem}@media (width<=768px){.final-cta-inner h2{color:var(--ink)}}.final-cta-inner .lead{color:#ffffffd9;max-width:54ch;margin:0 auto 2rem}.final-cta-actions{flex-wrap:wrap;justify-content:center;gap:.9rem;display:flex}.btn-white{background:var(--white);color:var(--green-deep);border-color:var(--white)}.btn-white:hover{background:var(--soft)}.btn-outline-white{color:var(--white);-webkit-backdrop-filter:blur(6px);background:0 0;border:1px solid #ffffff8c}.btn-outline-white:hover{background:#ffffff1f}.who-serve-section{background:var(--soft)}.who-serve-grid{grid-template-columns:1fr 1fr;gap:1.4rem;margin-top:2.4rem;display:grid}.who-serve-card{background:var(--white);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:1.2rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 24px #4ec27712}.who-serve-card--school{border-color:var(--green);background:linear-gradient(160deg,#f5fffa 0%,#edfff4 100%)}.who-serve-header{align-items:center;gap:.9rem;display:flex}.who-serve-icon{background:var(--soft);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.who-serve-icon img{object-fit:contain;width:28px;height:28px}.who-serve-card--school .who-serve-icon{background:#4ec2771f;border-color:#4ec2774d}.who-serve-header h3{margin:0;font-size:1.1rem}.who-serve-desc{color:var(--muted);margin:0;font-size:.92rem;line-height:1.65}.pillars-section{background:var(--soft)}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:2.8rem;display:grid}.pillar-slide-inner{background:var(--white);border:1px solid var(--border);border-radius:24px;grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;height:420px;display:grid;overflow:hidden;box-shadow:0 4px 24px #4ec27712}.pillar-slide-img-wrap{height:420px;position:relative;overflow:hidden}.pillar-slide-img{object-fit:cover;width:100%;height:100%;display:block}.pillar-slide-inner .pillar-label{position:absolute;top:1rem;left:1rem}.pillar-slide-inner .pillar-body{padding:2rem 2rem 2rem 0}@media (width<=768px){.pillar-slide-inner{min-height:unset;grid-template-columns:1fr}.pillar-slide-img-wrap{height:220px;min-height:unset}.pillar-slide-inner .pillar-body{padding:1.5rem}}.pillar-card{background:var(--white);border:1px solid var(--border);border-radius:24px;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 4px 24px #4ec27712}.pillar-card:hover{transform:translateY(-8px);box-shadow:0 24px 56px #4ec27729}.pillar-img-wrap{width:100%;height:240px;position:relative;overflow:hidden}.pillar-img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.pillar-card:hover .pillar-img{transform:scale(1.06)}.pillar-img-fade{background:linear-gradient(#0000 40%,#0a261473 100%);position:absolute;inset:0}.pillar-label{text-transform:uppercase;letter-spacing:.07em;color:var(--white);-webkit-backdrop-filter:blur(6px);background:#1f8a4ad9;border:1px solid #ffffff40;border-radius:999px;padding:.25rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.pillar-body{flex-direction:column;flex:1;gap:.6rem;padding:1.6rem;display:flex}.pillar-body h3{color:var(--ink);margin:0;font-size:1.08rem}.pillar-body>p{color:var(--muted);margin:0;font-size:.91rem;line-height:1.65}.pillar-list{border-top:1px solid var(--border);flex-direction:column;gap:.4rem;margin:auto 0 0;padding:.85rem 0 0;list-style:none;display:flex}.pillar-list li{color:var(--muted);padding-left:1.1rem;font-size:.85rem;position:relative}.pillar-list li:before{content:"✓";color:var(--green);font-weight:700;position:absolute;left:0}.expert-section{background:var(--white);padding:5rem 0}.expert-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.expert-heading{color:var(--ink);margin:.6rem 0 .8rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;line-height:1.18}.expert-sub{color:var(--muted);margin:0 0 2rem;font-size:.97rem;line-height:1.7}.expert-list{flex-direction:column;gap:1rem;display:flex}.expert-list-item{border:1px solid var(--border);background:var(--soft);border-radius:16px;align-items:flex-start;gap:1rem;padding:1.1rem 1.2rem;transition:box-shadow .2s,transform .2s;display:flex}.expert-list-item:hover{transform:translate(4px);box-shadow:0 4px 20px #4ec2771f}.expert-list-icon{background:var(--white);border:1px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.expert-list-item h4{color:var(--ink);margin:0 0 .2rem;font-size:.95rem;font-weight:700}.expert-list-item p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}.expert-right{justify-content:center;display:flex}.expert-img-panel{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.expert-img-bg{z-index:0;background:linear-gradient(135deg,#e8faf0 0%,#d0f5e0 100%);border-radius:36px;position:absolute;inset:-20px}.expert-img-main{z-index:1;object-fit:contain;filter:drop-shadow(0 16px 32px #1f8a4a26);width:88%;max-width:400px;height:auto;padding:2rem 0;display:block;position:relative}.expert-float-badge{z-index:2;background:var(--white);border:1px solid var(--border);color:var(--green-deep);white-space:nowrap;border-radius:999px;align-items:center;gap:.45rem;padding:.4rem 1.1rem;font-size:.82rem;font-weight:600;display:flex;position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000014}.expert-float-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:8px;height:8px}.blog-section{background:var(--soft)}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.4rem;display:grid}.blog-card{background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:16px;flex-direction:column;gap:.7rem;padding:1.6rem;transition:transform .3s,box-shadow .3s;display:flex}.blog-tag{background:var(--soft);border:1px solid var(--border);color:var(--green-deep);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-self:flex-start;padding:.2rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.blog-title{color:var(--ink);flex:1;margin:0;font-size:.98rem;font-weight:600;line-height:1.5}.blog-date{color:var(--muted);margin:0;font-size:.78rem}.about-cred-strip{background:var(--green-deep);padding:1.8rem 0}.about-cred-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.about-cred-item{border-right:1px solid #ffffff26;flex-direction:column;gap:.25rem;padding:.5rem;display:flex}.about-cred-item:last-child{border-right:none}.about-cred-num{color:var(--white);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1}.about-cred-label{color:#ffffffbf;font-size:.82rem;font-weight:500}.about-team-section{background:var(--white)}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:2.4rem;display:grid}.team-card{background:var(--soft);border:1px solid var(--border);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:.6rem;padding:1.8rem 1.4rem;transition:transform .3s,box-shadow .3s;display:flex}.team-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #4ec2771f}.team-avatar{background:var(--green);width:64px;height:64px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.team-name{color:var(--ink);margin:0;font-size:.97rem;font-weight:700}.team-role{color:var(--muted);margin:0;font-size:.82rem;line-height:1.4}.next-steps-section{background:var(--soft)}.next-steps-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.4rem;display:grid}.next-step-card{background:var(--white);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:.6rem;padding:2rem 1.6rem;transition:transform .3s;display:flex}.next-step-num{letter-spacing:.1em;color:var(--green);text-transform:uppercase;font-size:.78rem;font-weight:800}.next-step-card h3{margin:0;font-size:1rem}.next-step-card p{color:var(--muted);margin:0;font-size:.91rem;line-height:1.65}.programs-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.4rem;display:grid}.program-card{background:var(--white);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:.8rem;padding:1.8rem;transition:transform .3s,box-shadow .3s;display:flex}.program-card-top{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.program-card h3{margin:0;font-size:1.05rem}.program-card>p{color:var(--muted);margin:0;font-size:.91rem;line-height:1.6}.program-for-who{border-top:1px solid var(--border);margin-top:auto;padding-top:.9rem}.program-for-label{text-transform:uppercase;letter-spacing:.06em;color:var(--green-deep);margin:0 0 .55rem;font-size:.78rem;font-weight:700}.program-for-who ul{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.program-for-who li{color:var(--muted);align-items:center;gap:.45rem;font-size:.85rem;display:flex}.programs-cta-section{background:linear-gradient(135deg,#1f8a4a 0%,#4ec277 60%,#7fe39f 100%)}.programs-cta-inner{text-align:center;color:var(--white)}.programs-cta-inner h2{color:var(--white)}.programs-cta-inner .lead{color:#ffffffd9;max-width:52ch;margin:0 auto 1.8rem}.about-mission-section{background:var(--soft)}.about-mission-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.about-mission-copy h3{margin:.6rem 0;font-size:clamp(1.1rem,2.5vw,1.45rem)}.about-values-section{background:var(--white)}.about-values-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:2rem;display:grid}.about-cta-section{background:linear-gradient(135deg,#4ec277 0%,#1f8a4a 100%)}.about-cta-inner{text-align:center;color:var(--white)}.about-cta-inner h2{color:var(--white)}.about-cta-inner .lead{color:#ffffffd9;max-width:52ch;margin:0 auto 1.6rem}.about-cta-logo{filter:brightness(0)invert();opacity:.9;width:auto;height:48px;margin:0 auto 1rem;display:block}.about-cta-inner .btn-primary{background:var(--white);color:var(--green-deep)}.contact-info-list{flex-direction:column;gap:1rem;margin-top:1.8rem;display:flex}.contact-info-item{align-items:flex-start;gap:.9rem;display:flex}.contact-info-icon{flex-shrink:0;margin-top:.1rem;font-size:1.3rem}.contact-info-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .2rem;font-size:.78rem;font-weight:600}.contact-info-value{color:var(--green-deep);font-size:1rem;font-weight:600}.contact-info-value:hover{text-decoration:underline}.footer-main{grid-template-columns:2fr 1fr 1fr;gap:2.4rem;padding:3rem 0 2rem;display:grid}.footer-logo{width:auto;height:44px;margin-bottom:.8rem;display:block}.footer-tagline{color:var(--muted);max-width:28ch;margin:0 0 1.2rem;font-size:.9rem;line-height:1.6}.footer-social{gap:.5rem;display:flex}.social-btn{background:var(--soft);border:1px solid var(--border);width:36px;height:36px;color:var(--green-deep);border-radius:10px;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.social-btn:hover{background:var(--green);color:var(--white);border-color:var(--green);transform:translateY(-2px)}.footer-col-heading{text-transform:uppercase;letter-spacing:.06em;color:var(--ink);margin:0 0 .9rem;font-size:.78rem;font-weight:700}.footer-links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:var(--muted);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--green-deep)}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1.2rem 0;font-size:.82rem;display:flex}.footer-attribution a{color:var(--green-deep);text-decoration:underline}.forest-bg{z-index:0;pointer-events:none;background:radial-gradient(circle at 20% 15%,#ffffff73,#0000 42%),radial-gradient(circle at 75% 10%,#ffffff4d,#0000 38%),linear-gradient(#6fe3a9 0%,#bff5db 28%,#f3fff8 65%,#fff 100%);position:fixed;inset:0;overflow:hidden}.forest-bg-gradient{position:absolute;inset:0}.forest-bg-blur{display:none}.forest-trees{opacity:.58;filter:saturate(.85)brightness(1.08)hue-rotate(-8deg);height:100%;position:absolute;bottom:0;left:0;right:0}.stat-card{transition:transform .35s,box-shadow .35s}.stat-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 48px #4ec27726}.service-card{transition:transform .35s,box-shadow .35s,border-color .35s}.service-card:hover{border-color:var(--green);transform:translateY(-6px);box-shadow:0 16px 40px #4ec2771f}.program-card{transition:transform .35s,box-shadow .35s}.program-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #4ec2771f}.blog-card{transition:transform .35s,box-shadow .35s,border-color .35s}.blog-card:hover{border-color:var(--green);transform:translateY(-6px);box-shadow:0 16px 40px #4ec2771f}.hiw-step{transition:transform .3s}.hiw-step:hover{transform:translateY(-4px)}.hiw-icon-wrap{transition:transform .3s}.hiw-step:hover .hiw-icon-wrap{transform:scale(1.12)}.feature-chip{transition:background .25s,transform .25s,box-shadow .25s}.feature-chip:hover{background:var(--green-deep);color:var(--white);transform:translateY(-3px);box-shadow:0 6px 20px #1f8a4a33}.feature-chip:hover img{filter:brightness(0)invert()}.badge{transition:background .2s,transform .2s}.badge:hover{background:var(--soft);transform:scale(1.04)}.pricing-card{transition:transform .35s,box-shadow .35s}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 24px 56px #4ec27729}.school-audit-card{transition:transform .3s,box-shadow .3s}.school-audit-card:hover{transform:translate(6px);box-shadow:0 4px 20px #4ec2771a}@keyframes floatGlow{0%,to{opacity:.6;transform:scale(1)translateY(0)}50%{opacity:.9;transform:scale(1.08)translateY(-8px)}}.hero-art-glow{animation:5s ease-in-out infinite floatGlow}.who-serve-card{transition:transform .35s,box-shadow .35s}.who-serve-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #4ec2771f}.next-step-card{transition:transform .3s,box-shadow .3s}.next-step-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #4ec2771f}.school-mandate-card{transition:transform .3s,box-shadow .3s}.school-mandate-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #4ec2771f}main{animation:.4s forwards pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.hero-video-bg{display:none}.hero-grid,.contact-grid,.cards-3,.card-list,.solution-grid,.pricing-grid,.about-mission-grid,.about-values-grid,.stats-grid,.services-grid,.who-serve-grid,.hiw-grid,.pillars-grid,.blog-grid,.team-grid,.next-steps-grid,.programs-grid{grid-template-columns:1fr}.about-cred-grid{grid-template-columns:repeat(2,1fr)}.about-cred-item{border-bottom:1px solid #ffffff26;border-right:none}.expert-grid{grid-template-columns:1fr}.expert-layout{grid-template-columns:1fr;gap:2.5rem}.expert-right{order:-1}.expert-img-main{width:70%;max-width:280px}.hiw-connector{display:none}.faq-container{grid-template-columns:1fr;gap:1.6rem}.faq-header{position:static}.footer-main{grid-template-columns:1fr;gap:1.6rem}.footer-bottom{text-align:center;flex-direction:column}.nav-inner{flex-direction:column;gap:.7rem}.scroll-column{height:360px}.hero-scroll-cards.scroll-column{height:300px}.hero-mascot-3d img{max-width:min(100%,220px)}.hero-satellite{max-width:138px;padding:.38rem .5rem}.hero-orbit-ring{--orbit-r:clamp(92px, 26vw, 130px);min-height:min(92vw,360px)}}.mode-content{will-change:opacity, transform, filter;transition:opacity .55s,transform .55s,filter .55s}.mode-content--in{opacity:1;filter:blur();transform:translateY(0)}.mode-content--out{opacity:0;filter:blur(2px);pointer-events:none;transform:translateY(24px)}@media (width<=768px){.hero-section:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#ffffffb8 0%,#fffc 100%);position:absolute;inset:0}.hero-centered,.hero-mode-toggle,.hero-ugc-tag,.hero-title--center,.hero-tagline,.hero-actions,.hero-trust-strip{z-index:1;position:relative}.hero-title--center{color:#0f3a21;text-shadow:0 1px 1px #ffffffd9}.hero-tagline{color:#173b26;text-shadow:0 1px 1px #ffffffb3}.ugc-banner-item{background:#fffffffa;border-color:#fffffff2}.section,.team-trust-strip,.footer{background:#ffffffd1}.card,.stat-card,.solution-card,.pricing-card,.school-why-card,.pillar-slide-inner,.faq-item,.guidelines-popup,.platform-slide-info,.platform-slide-action-inner{background-color:#fffffff0;border-color:#c7e8d2e6}.lead,.hero-text,.stat-label,.stat-source,.faq-answer,.platform-slide-info p,.platform-slide-body>p,.school-why-card p,.pillar-body>p,.pillar-list li,.boy-panel-points li{color:#244633}.section{padding:3rem 0}.hero-section{padding:4rem 0 3rem}.pull-quote{padding:2.5rem 1.2rem}.pull-quote p{font-size:clamp(1.1rem,4vw,1.4rem)}.hero-mode-toggle{order:1}.hero-title--center{order:2}.hero-tagline{order:3}.hero-ugc-tag{order:4}.hero-actions--center{order:5}.hero-trust-strip--center{order:6}.hero-ugc-tag{flex-wrap:nowrap;justify-content:flex-start}.nav-links{display:none}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;padding:0;display:flex}.nav-hamburger span{background:var(--green-deep,#1a7a45);border-radius:2px;width:100%;height:2.5px;transition:transform .25s,opacity .25s;display:block}.nav-hamburger--open span:first-child{transform:translateY(8.75px)rotate(45deg)}.nav-hamburger--open span:nth-child(2){opacity:0}.nav-hamburger--open span:nth-child(3){transform:translateY(-8.75px)rotate(-45deg)}.nav-mobile-menu{background:var(--surface,#fff);border-top:1px solid var(--border);flex-direction:column;gap:.25rem;padding:.75rem 1.25rem 1rem;display:flex}.nav-mobile-menu a{color:var(--ink);border-radius:8px;padding:.65rem .5rem;font-size:1rem;font-weight:500;transition:background .18s}.nav-mobile-menu a:hover,.nav-mobile-menu a.active-link{background:var(--soft);color:var(--green-deep)}.nav-inner{flex-direction:row;justify-content:space-between;align-items:center}.mode-toggle-wrap{padding:1.2rem 1rem 0}.mode-btn{padding:.55rem 1.2rem;font-size:.88rem}.hero-copy{text-align:center}.hero-actions{flex-wrap:wrap;justify-content:center}.boy-center-img-wrap{background:0 0;border-radius:0;overflow:visible}.boy-center-img{mix-blend-mode:multiply;filter:contrast(1.04)saturate(1.02)}.boy-panel-card--blue{background:#eff6ff;border-color:#bfdbfe}.boy-panel-card--yellow{background:#fffbeb;border-color:#fde68a}.boy-panel-card--green{background:#f0fdf4;border-color:#bbf7d0}.boy-panel-card--purple{background:#faf5ff;border-color:#e9d5ff}.school-tp-row,.school-tp-row.school-tp-row--reverse{direction:ltr;grid-template-columns:1fr;gap:1.5rem}.school-tp-row--reverse>*{direction:ltr}.school-tp-img-side{max-height:280px}.school-tp-full-img{object-fit:cover;height:280px}.school-mandate-grid,.school-why-grid{grid-template-columns:1fr}.school-audit-layout{grid-template-columns:1fr;gap:2rem}.school-trust-metrics{gap:1.5rem}.school-trust-number{font-size:clamp(2.5rem,10vw,4rem)}.school-trust-divider{display:none}.school-bento-grid,.school-bento-right{grid-template-columns:1fr}.school-preview-inner,.school-preview-grid{grid-template-columns:1fr;gap:2rem}.school-preview-img{order:-1}.school-preview-frame{max-width:100%}.school-why-card--featured{transform:none}.pillars-grid{grid-template-columns:1fr}.team-trust-strip{padding:2.5rem 1.2rem}.team-trust-heading{font-size:clamp(1.5rem,5vw,2.2rem)}.team-trust-stats{flex-wrap:wrap;justify-content:center;gap:1.5rem}.team-trust-logos{justify-content:center;gap:1.2rem}.team-trust-logo-img{height:52px}.team-trust-marquee-logo{width:90px;height:90px}.team-trust-marquee-logo--uoh{width:104px;height:104px}}@media (width<=480px){.section{padding:2.2rem 0}.hero-section{padding:3rem 0 2.5rem}.container{width:calc(100% - 2rem)}.school-trust-metrics{flex-direction:column;gap:1.2rem}.school-trust-section{min-height:auto;padding:3.5rem 1.2rem}.school-trust-inner{gap:1.4rem}.school-trust-eyebrow{font-size:clamp(1.1rem,5vw,1.4rem)}.stats-grid{grid-template-columns:1fr;gap:1rem}.mode-toggle{width:100%;max-width:320px}.mode-btn{text-align:center;flex:1}.pull-quote{padding:2rem 1rem}.school-bento-img-large,.school-bento-img-small{object-fit:cover;max-height:180px}.school-dashboard-gif,.school-preview-gif{width:100%;height:auto}.school-audit-grid{grid-template-columns:1fr}.school-audit-img{width:100%;height:auto}.school-tp-cards{gap:.6rem}.team-trust-stats{flex-direction:column;align-items:center;gap:1rem}.team-trust-logo-img{height:40px}.team-trust-marquee-logo{width:76px;max-width:none;height:76px}.team-trust-marquee-logo--uoh{width:90px;height:90px}.team-trust-stat-number{font-size:2.2rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{text-align:center}.footer-main{gap:1.2rem}.scroll-column{display:none}.boy-center{width:min(180px,55vw)}.boy-center.boy-center--college{width:min(400px,92vw)}.boy-panel-card-header h4{font-size:.85rem}.platform-slide-frame{height:200px}.platform-slide-action-inner{height:min(70vh,500px);max-height:min(70vh,500px)}.platform-slide-img-wrap,.platform-slide-img-wrap--college{width:100%;height:180px;min-height:180px;max-height:180px}.platform-slide-body{padding:.95rem .85rem 1rem}.platform-slider-controls{gap:.8rem;margin-top:1rem}.platform-slider-btn,.platform-slider-btn--outside{width:34px;height:34px;font-size:.9rem}.pillar-slide-img-wrap{height:180px}.pillar-slide-inner .pillar-body{padding:1rem}.pillar-slide-inner .pillar-body h3{font-size:1rem}.pillar-body p{font-size:.85rem}.hero-heading{font-size:clamp(1.8rem,8vw,2.8rem)}.hero-ugc-tag{flex-wrap:nowrap;justify-content:flex-start}}.institution-type-group{flex-direction:column;gap:.6rem;margin-bottom:.1rem;display:flex}.institution-type-label{color:var(--ink);font-size:.88rem;font-weight:600}.institution-type-options{flex-wrap:wrap;gap:.5rem;display:flex}.institution-chip{border:1.5px solid var(--border);cursor:pointer;color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.875rem;font-weight:500;transition:all .18s;display:inline-flex}.institution-chip input[type=radio]{display:none}.institution-chip:hover:not(.institution-chip--active){border-color:var(--green);color:var(--green)}.institution-chip--active,.institution-chip--active:hover{background:var(--green);border-color:var(--green);color:#fff;font-weight:600}.wellness-hero-top{background:0 0;padding:3.5rem 1.5rem 2rem}.wellness-hero-top .wellness-cta-heading{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;line-height:1.2}.wellness-cta-section{text-align:center;background:linear-gradient(160deg,#f0faf4 0%,#e6f7ee 60%,#d4f0e0 100%);padding:5rem 1.5rem}.wellness-cta-inner{flex-direction:column;align-items:center;gap:1.25rem;max-width:520px;margin:0 auto;display:flex}.wellness-cta-brand{color:var(--green);letter-spacing:.04em;margin:0;font-size:2rem;font-weight:900}.wellness-cta-heading{color:var(--ink,#111);margin:0;font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:800;line-height:1.3}.wellness-cta-highlight{color:#c49a00;text-underline-offset:4px;text-decoration:underline}.wellness-qr-card{background:#fff;border-radius:20px;margin:.5rem 0;padding:1.25rem;display:inline-flex;box-shadow:0 8px 32px #1f8a4a1f,0 2px 8px #0000000f}.wellness-qr-img{object-fit:contain;width:180px;height:180px;display:block}.wellness-scan-label{color:var(--green);margin:0;font-size:1rem;font-weight:700}.wellness-email{color:var(--ink,#333);text-underline-offset:3px;align-items:center;gap:.4rem;font-size:.95rem;font-weight:500;text-decoration:underline;display:inline-flex}.wellness-email:hover{color:var(--green)}.blog-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.75rem;display:grid}.blog-card{color:inherit;background:#fff;border:1px solid #e8e8e8;border-radius:14px;flex-direction:column;align-self:stretch;height:100%;min-height:100%;text-decoration:none;transition:box-shadow .22s,transform .22s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 36px #0000001f}.blog-card-top{align-items:flex-end;min-height:86px;padding:1.35rem 1.35rem 1.1rem;display:flex}.blog-card-tag{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#ffffff38;border:1px solid #fff6;border-radius:20px;padding:.28rem .7rem;font-size:.7rem;font-weight:700;display:inline-block}.blog-card-body{flex-direction:column;flex:auto;gap:.5rem;min-height:0;padding:1.25rem 1.35rem;display:flex}.blog-card-date{color:#999;letter-spacing:.02em;margin:0;font-size:.76rem}.blog-card-title{color:#111;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.02rem;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}.blog-card-excerpt{color:#666;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;flex-shrink:0;margin:0;font-size:.865rem;line-height:1.7;display:-webkit-box;overflow:hidden}.blog-card-author{color:#1f2937;margin:auto 0 0;padding-top:.75rem;font-size:.82rem;font-weight:600;line-height:1.45}.blog-card-footer{border-top:1px solid #e8e8e8;padding:.85rem 1.35rem}.blog-read-more{letter-spacing:.01em;font-size:.84rem;font-weight:600}.blog-post-section{padding-top:2.5rem;padding-bottom:5rem}.blog-post-container{max-width:740px;margin:0 auto}.blog-back-link{opacity:.85;align-items:center;gap:.25rem;margin-bottom:1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.blog-back-link:hover{opacity:1;text-decoration:underline}.blog-post-meta{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.blog-post-date{color:#888;font-size:.82rem}.blog-post-title{color:#111;margin:0 0 1.1rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;line-height:1.28}.blog-post-excerpt{color:#555;background:#f9fafb;border-left:4px solid #e2e8f0;border-radius:10px;margin:0 0 1.75rem;padding:1rem 1.25rem;font-size:1.08rem;line-height:1.8}.blog-post-divider{border:none;border-top:1px solid #e8e8e8;margin:0 0 2.25rem}.blog-post-section-block{margin-bottom:2.5rem}.blog-post-heading{color:#111;border-left:3.5px solid #16a34a;margin:0 0 1rem;padding-left:.9rem;font-size:1.22rem;font-weight:700;line-height:1.35}.blog-post-para{color:#3d3d3d;margin:0 0 1rem;font-size:.975rem;line-height:1.85}.blog-post-body-after{color:#555;border-left:3px solid #e2e8f0;margin-top:.5rem;padding-left:1rem;font-style:italic}.blog-post-list{flex-direction:column;gap:.85rem;margin:.5rem 0;padding:0;list-style:none;display:flex}.blog-post-list-item{background:#f8faf9;border:1px solid #e4ede8;border-left:3.5px solid #16a34a;border-radius:8px;flex-direction:column;gap:.3rem;padding:.9rem 1.1rem;display:flex}.blog-bullet-label{color:#1a4731;letter-spacing:.01em;font-size:.88rem;font-weight:700}.blog-bullet-text{color:#444;font-size:.935rem;line-height:1.78}@media (width<=900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.blog-grid{grid-template-columns:1fr}}@media (width<=480px){.hero-title--center{font-size:1.6rem}.hero-actions .btn{white-space:normal;text-align:center;max-width:100%}.nav-mobile-menu a{align-items:center;min-height:44px;padding:.75rem .5rem;display:flex}.contact-form{padding:1rem .85rem}.contact-form label{font-size:.85rem}}@media (width<=340px){.hero-title--center{font-size:1.35rem}.hero-tagline{font-size:.95rem}.btn{padding:.65rem 1rem;font-size:.85rem}}@media (width<=600px){.blog-grid{grid-template-columns:1fr}.contact-info-item{flex-direction:column;gap:.4rem}.pull-quote p{font-size:clamp(.95rem,3vw,1.2rem)}.stats-grid{grid-template-columns:1fr}}@media (width>=768px) and (width<=1024px){.blog-grid,.about-cred-grid{grid-template-columns:repeat(2,1fr)}.faq-header{position:static}.school-trust-section{min-height:auto;padding:3rem 1.5rem}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}
