@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--ink:#163252;--ink-deep:#0b223e;--ink-soft:#31536f;--paper:#fbfbf8;--paper-warm:#f5f4ee;--blue-pale:#e4f1f5;--aqua:#8ed9d5;--mint:#b9e5b3;--sun:#ffd36e;--coral:#f2a38c;--line:#d9dedb;--muted:#617386;--shadow:0 22px 55px #102d491f;--font-sans:"Manrope", "Avenir Next", Avenir, "Segoe UI", sans-serif;--font-mono:"DM Mono", ui-monospace, monospace}html[data-theme=dark]{color-scheme:dark;--ink:#dbeaf0;--ink-deep:#f2f9f8;--ink-soft:#b6cbd6;--paper:#0b1b2f;--paper-warm:#10253a;--blue-pale:#12364d;--aqua:#8ed9d5;--mint:#b9e5b3;--sun:#ffd36e;--coral:#f2a38c;--line:#2d4c62;--muted:#a9bdc9;--shadow:0 22px 55px #00000057}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--ink);background:var(--paper);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}a{color:inherit}button,input,textarea,select{font:inherit}::selection{color:#fff;background:var(--ink)}:focus-visible{outline-offset:4px;outline:3px solid #367f9b}.skip-link{z-index:100;color:#fff;background:var(--ink);border-radius:8px;padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.container{width:min(1180px,100% - 48px);margin:0 auto}.section{padding:112px 0}.section-heading{max-width:700px}.eyebrow{color:#27606e;font-family:var(--font-mono);letter-spacing:.075em;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 20px;font-size:.76rem;font-weight:500;line-height:1.3;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:22px;height:1px}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink-deep);letter-spacing:-.045em;line-height:1.12}h1{max-width:735px;margin-bottom:26px;font-size:clamp(2.9rem,6.2vw,5.55rem);font-weight:800}h2{margin-bottom:20px;font-size:clamp(2.15rem,4.1vw,3.75rem);font-weight:800}h3{letter-spacing:-.025em;margin-bottom:12px;font-size:1.17rem;font-weight:800}.lead{max-width:615px;color:var(--ink-soft);font-size:clamp(1.06rem,1.7vw,1.25rem);line-height:1.7}.button-row{flex-wrap:wrap;gap:13px;margin-top:34px;display:flex}.button{min-height:49px;color:var(--ink-deep);text-align:center;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-size:.92rem;font-weight:800;line-height:1.25;text-decoration:none;transition:background-color .16s,border-color .16s;display:inline-flex}.button--primary{color:#fff;background:var(--ink)}.button--primary:hover{background:#1c426a}.button svg{width:17px;height:17px}.site-header{z-index:20;padding:23px 0;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:28px;display:flex}.brand{color:var(--ink-deep);letter-spacing:-.065em;align-items:center;gap:11px;font-size:1.25rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{grid-template-rows:repeat(2,8px);grid-template-columns:repeat(2,8px);gap:2px;width:18px;height:18px;display:grid}.brand-mark span{background:var(--ink);border-radius:2px;display:block}.brand-mark span:nth-child(2){background:var(--aqua)}.brand-mark span:nth-child(3){background:var(--mint)}.brand-mark span:nth-child(4){background:var(--sun)}.nav-links{align-items:center;gap:28px;margin-left:auto;display:flex}.nav-links>a{color:#436078;font-size:.86rem;font-weight:700;text-decoration:none}.nav-links>a:hover{color:var(--ink-deep)}.theme-toggle{color:#345974;cursor:pointer;background:0 0;border:1px solid #c7d5d8;border-radius:50%;flex:none;place-items:center;width:39px;height:39px;margin-left:4px;padding:0;transition:color .16s,background-color .16s,border-color .16s;display:grid}.theme-toggle:hover{color:var(--ink-deep);background:#fff;border-color:#90b7bd}.theme-toggle svg{width:18px;height:18px}.theme-toggle__sun{display:none}html[data-theme=dark] .theme-toggle__sun{display:block}html[data-theme=dark] .theme-toggle__moon{display:none}.nav-mobile{display:none;position:relative}.nav-mobile summary{cursor:pointer;color:var(--ink);align-items:center;gap:8px;font-size:.88rem;font-weight:800;list-style:none;display:flex}.nav-mobile summary::-webkit-details-marker{display:none}.nav-mobile summary:after{content:"";border-top:2px solid;border-bottom:2px solid;width:17px;height:12px}.nav-mobile[open] summary:after{transform:rotate(90deg)}.nav-mobile nav{border:1px solid var(--line);min-width:220px;box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:10px;display:grid;position:absolute;top:calc(100% + 15px);right:0}.nav-mobile nav a{color:var(--ink);border-radius:6px;padding:10px 12px;font-size:.9rem;font-weight:700;text-decoration:none}.nav-mobile nav a:hover{background:var(--paper-warm)}.hero{padding:57px 0 86px;position:relative;overflow:hidden}.hero:before{z-index:-1;aspect-ratio:1;content:"";border:1px solid #19596a29;border-radius:50%;width:min(64vw,850px);position:absolute;top:-160px;right:-220px;box-shadow:0 0 0 100px #8ed9d51f,0 0 0 200px #8ed9d512}.hero-grid{grid-template-columns:minmax(0,.91fr) minmax(440px,.85fr);align-items:center;gap:68px;display:grid}.hero-note{color:#547084;align-items:center;gap:8px;margin:29px 0 0;font-size:.78rem;font-weight:600;display:flex}.hero-note svg{color:#3f8378;width:18px}.hero-system{width:min(560px,100%);min-height:480px;box-shadow:var(--shadow);background:#eff7f5;border:1px solid #245f6e2e;border-radius:17px;justify-self:center;position:relative;overflow:hidden}.hero-system:before,.hero-system:after{z-index:0;content:"";border-radius:50%;position:absolute}.hero-system:before{background:#8ed9d54f;width:180px;height:180px;top:-77px;left:-70px}.hero-system:after{background:#ffd36e7a;width:185px;height:185px;bottom:-75px;right:-65px}.system-kicker{z-index:2;color:#386c78;font-family:var(--font-mono);letter-spacing:.075em;text-transform:uppercase;margin:0;font-size:.62rem;font-weight:500;position:absolute;top:24px;left:28px}.system-trace{z-index:1;width:100%;height:100%;position:absolute;inset:0}.system-card{z-index:2;background:#ffffffe8;border:1px solid #255b6929;border-radius:8px;align-items:center;gap:12px;width:188px;min-height:83px;padding:13px;display:flex;position:absolute;box-shadow:0 12px 22px #123c4b14}.system-card--students{top:79px;left:29px}.system-card--classes{top:79px;right:29px}.system-card--billing{bottom:32px;left:29px}.system-card--teachers{bottom:32px;right:29px}.system-icon{width:36px;height:36px;color:var(--ink);background:var(--blue-pale);border-radius:6px;flex:none;place-items:center;display:grid}.system-card--classes .system-icon{background:var(--aqua)}.system-card--billing .system-icon{background:var(--sun)}.system-card--teachers .system-icon{background:var(--mint)}.system-icon svg{width:19px;height:19px}.system-card strong,.system-card small{display:block}.system-card strong{color:var(--ink-deep);letter-spacing:-.03em;font-size:.78rem;font-weight:800}.system-card small{color:#617a88;margin-top:2px;font-size:.59rem;font-weight:700;line-height:1.35}.system-core{z-index:3;color:#fff;background:var(--ink);text-align:center;border:8px solid #eff7f5;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:146px;height:146px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-42%);box-shadow:0 11px 28px #0c2b3f3d}.system-core strong{letter-spacing:-.055em;margin:0;font-size:.96rem}.system-core small{color:#b9d9df;font-size:.58rem;font-weight:600}.system-mark{grid-template-columns:repeat(2,10px);gap:2px;width:22px;display:grid}.system-mark i{background:#fff;border-radius:2px;width:10px;height:10px}.system-mark i:nth-child(2){background:var(--aqua)}.system-mark i:nth-child(3){background:var(--mint)}.system-mark i:nth-child(4){background:var(--sun)}.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.proof-items{grid-template-columns:repeat(3,1fr);display:grid}.proof-item{border-right:1px solid var(--line);color:#3d5c72;align-items:center;gap:13px;min-height:98px;padding:20px 28px;font-size:.86rem;font-weight:700;display:flex}.proof-item:first-child{border-left:1px solid var(--line)}.proof-item svg{color:#357e7b;flex:none;width:22px;height:22px}.problem{background:var(--paper-warm)}.problem-grid{grid-template-columns:.86fr 1.14fr;align-items:start;gap:100px;display:grid}.problem-copy p:last-child{max-width:450px;color:var(--ink-soft)}.friction-list{background:#dce0da;border:1px solid #dce0da;border-radius:10px;gap:1px;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.friction-list li{background:#fbfcf8;grid-template-columns:49px 1fr;align-items:center;min-height:96px;padding:16px 22px;display:grid}.friction-list b{color:#8fa1a5;font-family:var(--font-mono);font-size:.72rem}.friction-list span{color:#2a465f;font-size:.95rem;font-weight:700}.workflow-intro{grid-template-columns:.9fr 1.1fr;align-items:end;gap:72px;margin-bottom:56px;display:grid}.workflow-intro p:last-child{color:var(--ink-soft);margin:0}.workflow{grid-template-columns:repeat(5,1fr);display:grid;position:relative}.workflow:before{content:"";background:#c6d8d8;height:1px;position:absolute;top:28px;left:10%;right:10%}.workflow-step{padding:0 17px;position:relative}.workflow-step:first-child{padding-left:0}.workflow-step:last-child{padding-right:0}.step-number{width:56px;height:56px;color:var(--ink);background:var(--paper);font-family:var(--font-mono);border:1px solid #bed4d5;border-radius:50%;place-items:center;margin-bottom:21px;font-size:.7rem;font-weight:500;display:grid}.workflow-step:nth-child(2) .step-number{background:var(--blue-pale)}.workflow-step:nth-child(3) .step-number{background:var(--aqua)}.workflow-step:nth-child(4) .step-number{background:var(--mint)}.workflow-step:nth-child(5) .step-number{background:var(--sun)}.workflow-step p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.55}.features{background:var(--ink-deep);overflow:hidden}.features .eyebrow{color:#a4dfdc}.features h2{color:#fff;max-width:710px}.features .lead{color:#c0d1dd}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:53px;display:grid}.feature-card{background:#ffffff0a;border:1px solid #cee8eb36;border-radius:10px;min-height:245px;padding:29px}.feature-card--wide{grid-column:span 2;grid-template-columns:.95fr 1.05fr;gap:30px;display:grid}.feature-card--accent{background:#25556e}.feature-icon{width:42px;height:42px;color:var(--ink);background:#dff2ed;border-radius:7px;place-items:center;margin-bottom:38px;display:grid}.feature-icon--sun{background:var(--sun)}.feature-icon--mint{background:var(--mint)}.feature-icon--aqua{background:var(--aqua)}.feature-icon svg{width:21px;height:21px}.feature-card h3{color:#fff}.feature-card p{color:#c4d2dd;margin:0;font-size:.88rem;line-height:1.65}.feature-list{align-content:center;gap:12px;margin:0;padding:0;list-style:none;display:grid}.feature-list li{color:#d8e6e9;gap:10px;font-size:.87rem;display:flex}.feature-list i{color:#143154;background:var(--aqua);width:18px;height:18px;font-family:var(--font-mono);border-radius:50%;flex:none;place-items:center;margin-top:2px;font-size:.56rem;font-style:normal;display:grid}.flexibility{background:var(--blue-pale);overflow:hidden}.flexibility-layout{grid-template-columns:minmax(300px,.84fr) minmax(0,1.16fr);gap:18px;display:grid}.flexibility-promise{color:#d6e7eb;background:var(--ink-deep);border-radius:12px;flex-direction:column;min-height:518px;padding:43px;display:flex;position:relative;overflow:hidden}.flexibility-promise:before{content:"";border:1px solid #b9e5b354;border-radius:50%;width:263px;height:263px;position:absolute;top:-100px;right:-86px;box-shadow:0 0 0 54px #8ed9d514,0 0 0 108px #8ed9d50d}.flexibility-promise .eyebrow{color:#a9ded7;position:relative}.flexibility-promise h2{color:#fff;max-width:400px;font-size:clamp(2.15rem,3.2vw,3.2rem);position:relative}.flexibility-promise>p:last-of-type{color:#c1d3dc;max-width:380px;margin:0;font-size:.94rem;line-height:1.7;position:relative}.flexibility-tagline{color:#edf8f6;align-items:center;gap:14px;margin-top:auto;padding-top:35px;font-size:.79rem;font-weight:800;line-height:1.45;display:flex;position:relative}.flexibility-mark{grid-template-columns:repeat(2,12px);gap:3px;width:27px;display:grid}.flexibility-mark i{background:#fff;border-radius:2px;width:12px;height:12px}.flexibility-mark i:nth-child(2){background:var(--aqua)}.flexibility-mark i:nth-child(3){background:var(--mint)}.flexibility-mark i:nth-child(4){background:var(--sun)}.flexibility-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.flexibility-item{background:#ffffffd6;border:1px solid #255c6b2b;border-radius:12px;min-height:250px;padding:27px;position:relative;overflow:hidden}.flexibility-item:after{content:"";background:#e4f1f5b3;border-radius:50%;width:101px;height:101px;position:absolute;bottom:-31px;right:-31px}.flexibility-item:nth-child(2):after{background:#8ed9d538}.flexibility-item:nth-child(3):after{background:#ffd36e40}.flexibility-item:nth-child(4):after{background:#b9e5b357}.flexibility-number{color:#80a0aa;font-family:var(--font-mono);font-size:.64rem;position:absolute;top:23px;right:23px}.flexibility-icon{z-index:1;width:42px;height:42px;color:var(--ink);background:#dcecf1;border-radius:7px;place-items:center;margin-bottom:32px;display:grid;position:relative}.flexibility-item:nth-child(2) .flexibility-icon{background:var(--aqua)}.flexibility-item:nth-child(3) .flexibility-icon{background:var(--sun)}.flexibility-item:nth-child(4) .flexibility-icon{background:var(--mint)}.flexibility-icon svg{width:21px;height:21px}.flexibility-item h3{z-index:1;max-width:230px;margin-bottom:8px;font-size:1rem;position:relative}.flexibility-item p{z-index:1;color:#5c7485;max-width:260px;margin:0;font-size:.79rem;line-height:1.62;position:relative}.trust-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:106px;display:grid}.trust-copy p:last-child{max-width:460px;color:var(--ink-soft)}.trust-cards{gap:12px;display:grid}.trust-card{border:1px solid var(--line);background:#fff;border-radius:9px;grid-template-columns:48px 1fr;gap:17px;padding:22px;display:grid}.trust-card>svg{color:#277f78;width:28px;height:28px;padding-top:4px}.trust-card h3{margin-bottom:5px;font-size:1rem}.trust-card p{color:#5b7285;margin:0;font-size:.83rem;line-height:1.6}.faq{background:var(--paper-warm)}.faq-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px;display:flex}.faq-heading p{max-width:390px;color:var(--ink-soft);margin:0;font-size:.95rem}.faq-list{border-top:1px solid #cbd5d2;max-width:860px;margin:0 auto}.faq-list details{border-bottom:1px solid #cbd5d2}.faq-list summary{cursor:pointer;color:var(--ink-deep);justify-content:space-between;align-items:center;gap:22px;padding:22px 2px;font-size:1rem;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{color:#2e7c7a;content:"";background:linear-gradient(currentColor,currentColor) 50%/100% 1.5px no-repeat,linear-gradient(currentColor,currentColor) 50%/1.5px 100% no-repeat;flex:none;width:21px;height:21px;transition:transform .15s}.faq-list details[open] summary:after{transform:rotate(45deg)}.faq-list p{color:#546d80;max-width:710px;margin:-4px 44px 23px 2px;font-size:.93rem;line-height:1.7}.closing{color:#fff;background:#21586d;padding:104px 0}.closing .eyebrow{color:#b9e5b3}.closing h2{color:#fff;max-width:720px;margin-bottom:14px}.closing p{color:#d7e8e8;max-width:640px;margin:0;font-size:1.06rem}.site-footer{color:#b7c6d0;background:var(--ink-deep);padding:34px 0 29px}.footer-inner{grid-template-columns:1fr auto;align-items:center;gap:30px;display:grid}.site-footer .brand{color:#fff}.site-footer .brand-mark span{background:#fff}.site-footer .brand-mark span:nth-child(2){background:var(--aqua)}.site-footer .brand-mark span:nth-child(3){background:var(--mint)}.site-footer .brand-mark span:nth-child(4){background:var(--sun)}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:21px;display:flex}.footer-links a,.footer-links span{color:#c5d3dc;font-size:.78rem;font-weight:700;text-decoration:none}.footer-links a:hover{color:#fff}.footer-meta{color:#7190a7;grid-column:1/-1;margin:4px 0 0;font-size:.7rem}html[data-theme=dark] .button--primary{color:#0b223e;background:var(--aqua)}html[data-theme=dark] .button--primary:hover{background:#b4e9e5}html[data-theme=dark] .nav-links>a{color:#b3cbd7}html[data-theme=dark] .nav-links>a:hover{color:#fff}html[data-theme=dark] .theme-toggle{color:#c7dfe5;border-color:#46667a}html[data-theme=dark] .theme-toggle:hover{color:#fff;background:#17334a;border-color:#7ba5ae}html[data-theme=dark] .nav-mobile summary{color:#d9eaf0}html[data-theme=dark] .nav-mobile nav{background:#122d43;border-color:#34556a}html[data-theme=dark] .nav-mobile nav a{color:#dcebf1}html[data-theme=dark] .nav-mobile nav a:hover{background:#1a4057}html[data-theme=dark] .hero-system{background:#133246;border-color:#325a68}html[data-theme=dark] .hero-system:before{background:#8ed9d52b}html[data-theme=dark] .system-trace path{stroke:#6fa5a5}html[data-theme=dark] .system-trace circle{stroke:#3d707d}html[data-theme=dark] .system-card{background:#17384d;border-color:#365a69;box-shadow:0 12px 22px #0000002e}html[data-theme=dark] .system-card strong{color:#edf7f7}html[data-theme=dark] .system-card small{color:#b3cad3}html[data-theme=dark] .system-core{background:#07182c;border-color:#133246}html[data-theme=dark] .proof-strip{border-color:var(--line);background:#10263a}html[data-theme=dark] .proof-item{border-color:var(--line);color:#c3d7df}html[data-theme=dark] .proof-item svg{color:#8ed9d5}html[data-theme=dark] .friction-list{background:#2f5264;border-color:#2f5264}html[data-theme=dark] .friction-list li{background:#122c41}html[data-theme=dark] .friction-list span{color:#d8e8ec}html[data-theme=dark] .friction-list b{color:#7da3af}html[data-theme=dark] .features,html[data-theme=dark] .site-footer{background:#061829}html[data-theme=dark] .feature-card{background:#ffffff0e;border-color:#b4dce033}html[data-theme=dark] .feature-card--accent{background:#17445c}html[data-theme=dark] .flexibility{background:#0d2d43}html[data-theme=dark] .flexibility-promise{background:#071a2d}html[data-theme=dark] .flexibility-item{background:#143349;border-color:#31576a}html[data-theme=dark] .flexibility-item p{color:#b8cdd7}html[data-theme=dark] .flexibility-number{color:#86acb7}html[data-theme=dark] .flexibility-item:after{opacity:.55}html[data-theme=dark] .trust-card{border-color:var(--line);background:#112a3e}html[data-theme=dark] .trust-card p{color:#b7cbd6}html[data-theme=dark] .faq-list,html[data-theme=dark] .faq-list details{border-color:#3b5a6c}html[data-theme=dark] .faq-list p{color:#b4c8d2}html[data-theme=dark] .closing{background:#174a60}@media (width<=960px){.hero-grid{grid-template-columns:1fr;gap:47px}.hero-copy{max-width:710px}.product-window{justify-self:center;width:min(590px,100%)}.problem-grid,.trust-grid{gap:55px}.feature-grid{grid-template-columns:repeat(2,1fr)}.people-grid{grid-template-columns:repeat(3,1fr)}.persona:nth-child(4),.persona:nth-child(5){min-height:184px}.workflow-intro,.people-head{gap:45px}.workflow-step{padding:0 10px}.flexibility-layout{grid-template-columns:1fr}.flexibility-promise{min-height:360px}.flexibility-items{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.container{width:min(100% - 36px,1180px)}.section{padding:77px 0}.site-header{padding:17px 0}.nav-links{display:none}.nav-mobile{display:block}.hero{padding:43px 0 65px}.hero:before{width:760px;top:-220px;right:-360px}.hero h1{font-size:clamp(2.65rem,13.5vw,4.15rem)}.hero-grid{gap:37px}.window-screen{grid-template-columns:67px 1fr;min-height:354px}.app-main{padding:18px 14px}.app-rail{padding:13px 8px}.rail-item{font-size:.38rem}.metric-row{gap:5px}.metric{padding:8px 5px}.metric b{font-size:.58rem}.product-window:after{width:64px;height:64px;bottom:-16px;right:-12px}.proof-items{grid-template-columns:1fr}.proof-item,.proof-item:first-child{border-left:0;border-right:0;border-bottom:1px solid var(--line);min-height:74px;padding:16px 2px}.proof-item:last-child{border-bottom:0}.problem-grid,.workflow-intro,.people-head,.trust-grid{grid-template-columns:1fr;gap:24px}.friction-list li{grid-template-columns:37px 1fr;min-height:79px;padding:14px}.workflow-intro{margin-bottom:39px}.workflow{grid-template-columns:1fr;gap:0}.workflow:before{width:1px;height:auto;top:20px;bottom:20px;left:20px}.workflow-step{grid-template-columns:56px 1fr;column-gap:17px;padding:0 0 28px;display:grid}.step-number{margin:0}.workflow-step h3{margin:7px 0}.workflow-step p{grid-column:2}.feature-grid{grid-template-columns:1fr;margin-top:35px}.feature-card{min-height:auto;padding:24px}.feature-card--wide{grid-column:auto;grid-template-columns:1fr;gap:23px}.feature-icon{margin-bottom:30px}.people-grid{grid-template-columns:repeat(2,1fr);gap:10px}.persona{min-height:184px;padding:19px 16px}.persona-icon{margin-bottom:31px}.people-grid .persona:last-child{grid-column:span 2;min-height:auto}.faq-heading{flex-direction:column;align-items:start;gap:0}.faq-list summary{padding:18px 0;font-size:.92rem}.faq-list p{margin-right:27px;font-size:.88rem}.closing{padding:75px 0}.footer-inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start;gap:14px 20px}.footer-meta{grid-column:auto}.button-row .button{flex:200px}.theme-toggle{margin-left:auto}}@media (width<=420px){.window-screen{grid-template-columns:49px 1fr}.rail-item span{display:none}.rail-item{justify-content:center}.rail-logo{margin-left:auto;margin-right:auto}.app-head h3{font-size:.9rem}.chart{gap:3px}.feature-card{padding:22px}}@media (width<=720px){.hero-system{min-height:445px}.system-kicker{font-size:.55rem;top:19px;left:19px}.system-card{gap:9px;width:162px;min-height:71px;padding:10px}.system-card--students,.system-card--classes{top:62px}.system-card--students,.system-card--billing{left:18px}.system-card--classes,.system-card--teachers{right:18px}.system-card--billing,.system-card--teachers{bottom:22px}.system-icon{width:31px;height:31px}.system-icon svg{width:16px;height:16px}.system-card strong{font-size:.69rem}.system-card small{font-size:.52rem}.system-core{border-width:6px;width:126px;height:126px}.system-core strong{margin:0;font-size:.83rem}.system-core small{font-size:.51rem}.system-mark{grid-template-columns:repeat(2,8px);gap:2px;width:18px}.system-mark i{width:8px;height:8px}.flexibility-promise{min-height:330px;padding:33px 27px}.flexibility-promise h2{max-width:490px}.flexibility-tagline{padding-top:24px}.flexibility-item{min-height:224px;padding:22px}.flexibility-icon{margin-bottom:27px}}@media (width<=560px){.flexibility-items{grid-template-columns:1fr}.flexibility-item{min-height:205px}.flexibility-icon{margin-bottom:23px}}@media (width<=420px){.hero-system{min-height:418px}.system-card{width:143px}.system-card small{display:none}.system-card--students,.system-card--billing{left:11px}.system-card--classes,.system-card--teachers{right:11px}.system-core{width:118px;height:118px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
