:root{--red:#ed1c24;--red-dark:#c70f17;--red-deep:#a90b12;--red-soft:#fff0f0;--ink:#171719;--ink-soft:#45454b;--muted:#6f7077;--line:#e9e7e3;--paper:#fff;--warm:#f7f6f3;--dark:#151517;--radius-lg:32px;--radius-md:22px;--shadow-soft:0 22px 70px #271f1c14;color:var(--ink);background:var(--warm);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:108px}body{background:var(--warm);min-width:320px;color:var(--ink);margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,100% - 48px);margin:0 auto}.section{padding:120px 0}.site-header{z-index:50;pointer-events:none;width:100%;position:fixed;top:14px;left:0}.nav-wrap{-webkit-backdrop-filter:blur(20px)saturate(150%);backdrop-filter:blur(20px)saturate(150%);pointer-events:auto;background:#ffffffdb;border:1px solid #1d191714;border-radius:20px;align-items:center;width:min(1228px,100% - 32px);min-height:70px;margin:0 auto;padding:9px 10px 9px 14px;display:flex;position:relative;box-shadow:0 14px 50px #241e1b14}.brand{outline-offset:5px;flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.brand__symbol{background:var(--red);color:#fff;letter-spacing:-.03em;border-radius:13px;flex-direction:column;justify-content:center;width:48px;height:48px;padding:8px 6px;font-size:8px;font-weight:800;line-height:1.12;display:flex}.brand__name{flex-direction:column;gap:2px;display:flex}.brand__name strong{letter-spacing:.02em;font-size:18px;font-weight:800;line-height:1.1}.brand__name small{color:#8a898f;letter-spacing:.12em;font-size:8px;font-weight:700}.nav-links{align-items:center;gap:32px;margin:0 auto;display:flex}.nav-links a{color:#4f4f54;font-size:14px;font-weight:650;transition:color .18s;position:relative}.nav-links a:after{background:var(--red);content:"";opacity:0;border-radius:999px;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:-9px;left:0;right:0;transform:scaleX(.35)}.nav-links a:hover,.nav-links a:focus-visible{color:var(--ink)}.nav-links a:hover:after,.nav-links a:focus-visible:after{opacity:1;transform:scaleX(1)}.button{cursor:pointer;border-radius:13px;outline:none;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 20px;font-size:14px;font-weight:750;line-height:1;transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button:focus-visible,.icon-button:focus-visible,.role-tabs button:focus-visible,.text-link:focus-visible,.footer a:focus-visible,.footer button:focus-visible,.brand:focus-visible{outline-offset:3px;outline:3px solid #ed1c2440}.button--primary{background:var(--red);color:#fff;box-shadow:0 11px 24px #ed1c2438}.button--primary:hover{background:var(--red-dark);box-shadow:0 14px 30px #ed1c244d}.button--ghost{color:#252529;background:#ffffffbf;border:1px solid #dedcd7}.button--ghost:hover{background:#fff;border-color:#bab7b0}.button--large{border-radius:16px;min-height:56px;padding:0 25px;font-size:15px}.button--white{color:var(--red-dark);background:#fff;box-shadow:0 13px 28px #6700042e}.button--white:hover{background:#fff4f4;box-shadow:0 16px 34px #6700043d}.icon-button{width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border-radius:12px;place-items:center;display:inline-grid}.icon-button:hover{background:#f4f2ef}.menu-button{display:none}.hero{background:linear-gradient(#16161806 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#16161806 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 78% 17%,#ed1c2414,#0000 27%),linear-gradient(#fcfbf8 0%,#f7f6f3 100%);min-height:940px;padding-top:180px;position:relative;overflow:hidden}.hero:after{z-index:0;content:"";border:1px solid #ed1c2414;border-radius:50%;width:500px;height:500px;position:absolute;bottom:45px;right:-120px}.hero__glow{filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--one{background:radial-gradient(circle,#ed1c2414,#0000 68%);width:440px;height:440px;top:100px;left:-180px}.hero__glow--two{background:radial-gradient(circle,#f7b62c1f,#0000 68%);width:320px;height:320px;top:430px;right:4%}.hero__grid{z-index:2;grid-template-columns:minmax(0,1fr) minmax(520px,.98fr);align-items:center;gap:56px;min-height:610px;display:grid;position:relative}.hero__content{padding-bottom:30px}.hero__badge{color:#b5161c;letter-spacing:.03em;background:#ffffffb8;border:1px solid #f1d0d1;border-radius:999px;align-items:center;gap:7px;margin-bottom:27px;padding:9px 13px;font-size:13px;font-weight:750;display:inline-flex}.hero h1{color:#171719;letter-spacing:-.055em;max-width:700px;margin:0;font-size:clamp(54px,5.2vw,78px);font-weight:860;line-height:1.13}.hero h1 span{color:var(--red);display:inline-block;position:relative}.hero h1 span:after{content:"";background:linear-gradient(90deg,#ed1c241f,#ed1c246b,#ed1c2414);border-radius:999px;height:7px;position:absolute;bottom:-2px;left:2px;right:0}.hero__lead{color:#5d5d63;max-width:600px;margin:28px 0 0;font-size:18px;line-height:1.85}.hero__actions{flex-wrap:wrap;gap:13px;margin-top:38px;display:flex}.hero__trust{color:#77767c;flex-wrap:wrap;gap:17px;margin-top:27px;font-size:12px;font-weight:650;display:flex}.hero__trust span{align-items:center;gap:5px;display:inline-flex}.hero__trust svg{color:var(--red)}.hero-visual{background:radial-gradient(circle at 50% 48%,#fff 0%,#fff5f4 38%,#fbf0ed33 66%,#0000 70%);border:1px solid #ed1c241f;border-radius:50% 50% 46% 54%/49% 43% 57% 51%;min-height:585px;position:relative}.hero-visual__grid{opacity:.4;background-image:radial-gradient(#ed1c244d 1px,#0000 1px);background-size:14px 14px;border-radius:50%;position:absolute;inset:60px;-webkit-mask-image:radial-gradient(circle,#000 5%,#0000 70%);mask-image:radial-gradient(circle,#000 5%,#0000 70%)}.orbit{border:1px dashed #ed1c243d;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit--outer{width:86%;height:70%;animation:5s ease-in-out infinite orbit-pulse}.orbit--inner{border-style:solid;border-color:#ed1c241c;width:62%;height:50%}.hero-visual__core{z-index:3;background:linear-gradient(#fde4df 0%,#fff 67%);border:1px solid #ffffffdb;border-radius:118px 118px 38px 38px;justify-content:flex-end;align-items:center;width:230px;height:314px;padding-top:49px;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-48%);box-shadow:0 25px 70px #79242424,inset 0 0 0 6px #ffffff73}.hero-visual__core:before{content:"";background:#ed1c2414;border-radius:50%;width:150px;height:150px;position:absolute;top:65px}.hero-visual__core img{z-index:2;filter:drop-shadow(0 14px 13px #38364626);width:178px;height:auto;position:relative;transform:translateY(53px)}.core-label{z-index:4;color:var(--red);letter-spacing:.08em;white-space:nowrap;background:#ffffffdb;border:1px solid #f4c9ca;border-radius:999px;align-items:center;gap:5px;padding:7px 10px;font-size:9px;font-weight:850;display:inline-flex;position:absolute;top:18px;left:50%;transform:translate(-50%)}.core-status{z-index:5;color:#67666b;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#ffffffe6;border:1px solid #efebe7;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:10px 12px;font-size:10px;font-weight:700;display:flex;position:absolute;bottom:16px;left:17px;right:17px;box-shadow:0 9px 24px #2f272514}.core-status i,.data-visual__header i{background:#28b978;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #28b9781f}.orbit-node{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe8;border:1px solid #dbd6d0cc;border-radius:16px;align-items:center;gap:10px;min-width:146px;padding:10px 13px 10px 10px;animation:5s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 13px 32px #2c242217}.orbit-node>span{width:38px;height:38px;color:var(--red);background:#fff0f0;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.orbit-node div{flex-direction:column;gap:2px;display:flex}.orbit-node small{color:#89878b;font-size:9px;font-weight:650}.orbit-node strong{white-space:nowrap;font-size:12px}.orbit-node--student{top:56px;left:46px}.orbit-node--teacher{animation-delay:-1.2s;top:76px;right:-5px}.orbit-node--parent{animation-delay:-2s;bottom:86px;left:6px}.orbit-node--campus{animation-delay:-3.1s;bottom:72px;right:7px}.floating-insight{z-index:6;color:#fff;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#1c1a1ced;border:1px solid #ffffffe6;border-radius:18px;width:184px;padding:15px;position:absolute;bottom:188px;right:-15px;box-shadow:0 18px 44px #1f1c1c2b}.floating-insight__head{align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.floating-insight__head svg{color:#ff555b}.mini-bars{align-items:flex-end;gap:5px;height:39px;margin:9px 0 6px;display:flex}.mini-bars i{background:linear-gradient(#ff656a,#ed1c24);border-radius:3px 3px 1px 1px;flex:1}.mini-bars i:first-child{height:32%}.mini-bars i:nth-child(2){height:54%}.mini-bars i:nth-child(3){height:43%}.mini-bars i:nth-child(4){height:71%}.mini-bars i:nth-child(5){height:90%}.floating-insight>span{color:#aaa7ac;justify-content:space-between;font-size:9px;display:flex}.floating-insight strong{color:#65dda9}.metric-row{z-index:3;border-top:1px solid #2b272517;border-bottom:1px solid #2b272517;grid-template-columns:repeat(4,1fr);margin-top:64px;padding:26px 8px;display:grid;position:relative}.metric-row>div{border-right:1px solid #2b27251a;align-items:center;gap:12px;min-height:52px;padding:0 28px;display:flex}.metric-row>div:last-child{border-right:0}.metric-row strong{color:var(--red);letter-spacing:-.045em;font-size:35px;font-weight:850;line-height:1}.metric-row span{color:#68676c;font-size:13px;font-weight:650;line-height:1.4}.roles-section{background:#fff}.section-heading{margin-bottom:55px}.section-heading--center{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.eyebrow{color:var(--red);letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:800}.section-heading h2,.data-copy h2,.final-cta h2{letter-spacing:-.045em;margin:0;font-size:clamp(36px,3.7vw,54px);font-weight:820;line-height:1.23}.section-heading>p:last-child,.section-heading--split>p,.data-copy>p,.final-cta__copy>p:last-child{color:#717076;font-size:16px;line-height:1.85}.section-heading--center>p:last-child{max-width:650px;margin:20px auto 0}.role-tabs{background:#f8f7f5;border:1px solid #ebe9e5;border-radius:16px;gap:4px;width:fit-content;margin:0 auto 32px;padding:6px;display:flex}.role-tabs button{color:#77767b;cursor:pointer;background:0 0;border-radius:11px;min-width:114px;padding:13px 22px;font-size:14px;font-weight:720;transition:background .18s,color .18s,box-shadow .18s}.role-tabs button:hover{color:var(--ink)}.role-tabs button.active{color:var(--red);background:#fff;box-shadow:0 6px 18px #25201d12}.role-panel{min-height:600px;box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#faf9f6,#fff);border:1px solid #ebe8e3;border-radius:32px;grid-template-columns:.83fr 1.17fr;align-items:center;gap:70px;padding:64px;animation:.36s both reveal;display:grid}.role-panel__copy h3{letter-spacing:-.045em;margin:0;font-size:37px;font-weight:820;line-height:1.35}.role-panel__copy>p:not(.eyebrow){color:#6d6c72;margin:21px 0 0;font-size:15px;line-height:1.9}.role-panel__copy ul{gap:14px;margin:27px 0 29px;padding:0;list-style:none;display:grid}.role-panel__copy li{color:#3f3e43;align-items:center;gap:11px;font-size:14px;font-weight:650;display:flex}.role-panel__copy li span{width:25px;height:25px;color:var(--red);background:#ffe7e7;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.text-link{color:var(--red);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:7px 0;font-size:14px;font-weight:780;display:inline-flex}.text-link svg{transition:transform .18s}.text-link:hover svg{transform:translate(4px)}.product-preview{background:#fff;border:1px solid #dedbd6;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 28px 68px #2a231f21}.product-preview__topbar{color:#99979b;background:#fbfaf8;border-bottom:1px solid #e8e5e0;justify-content:space-between;align-items:center;height:44px;padding:0 15px;display:flex}.product-preview__topbar>div{gap:5px;display:flex}.product-preview__topbar i{background:#d6d2cc;border-radius:50%;width:7px;height:7px}.product-preview__topbar i:first-child{background:#f07e82}.product-preview__topbar i:nth-child(2){background:#f4be5f}.product-preview__topbar i:nth-child(3){background:#68c996}.product-preview__topbar span{letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.product-preview__canvas{background-color:#f8f5f1;background-image:linear-gradient(#ed1c2409 1px,#0000 1px),linear-gradient(90deg,#ed1c2409 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:23px 23px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;place-items:center;min-height:465px;padding:28px;display:grid;position:relative;overflow:hidden}.product-preview--phone .product-preview__canvas>img{object-fit:cover;object-position:top;border:7px solid #222225;border-radius:30px;width:218px;max-height:430px;box-shadow:0 24px 40px #231e1c2e}.product-preview--desktop .product-preview__canvas>img{border:5px solid #222225;border-radius:14px;width:95%;box-shadow:0 24px 40px #231e1c2e}.product-preview__note{color:var(--red);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe8;border:1px solid #ffffffe0;border-radius:14px;align-items:center;gap:9px;padding:12px 14px;display:flex;position:absolute;bottom:21px;right:19px;box-shadow:0 12px 30px #2e26221f}.product-preview__note span{flex-direction:column;display:flex}.product-preview__note strong{color:#2b292a;font-size:10px}.product-preview__note small{color:#88868a;margin-top:2px;font-size:8px}.capabilities-section{background:var(--warm)}.section-heading--split{grid-template-columns:1.2fr .8fr;align-items:end;gap:80px;display:grid}.section-heading--split>p{margin:0 0 3px}.capability-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.capability-card{background:#fff;border:1px solid #e8e5df;border-radius:24px;min-height:276px;padding:28px;transition:border-color .22s,box-shadow .22s,transform .22s;position:relative;overflow:hidden}.capability-card:hover{border-color:#d9d3cc;transform:translateY(-4px);box-shadow:0 22px 52px #2b242017}.capability-card--wide{grid-column:span 2}.capability-card--red{background:radial-gradient(circle at 93% 13%, #ffffff2e, transparent 22%), linear-gradient(135deg, var(--red), #bd1118);color:#fff;border-color:#0000}.capability-card--red:after{content:"";border:1px solid #ffffff2e;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-74px;right:-32px;box-shadow:0 0 0 30px #ffffff09,0 0 0 64px #ffffff06}.capability-card--dark{color:#fff;background:radial-gradient(circle at 95% 0,#ed1c2438,#0000 30%),#171719;border-color:#0000}.capability-card__top{justify-content:space-between;align-items:center;display:flex}.capability-card__icon{width:44px;height:44px;color:var(--red);background:#fff0f0;border-radius:14px;place-items:center;display:grid}.capability-card--red .capability-card__icon,.capability-card--dark .capability-card__icon{color:#fff;background:#ffffff1f}.capability-card__number{color:#a5a2a5;letter-spacing:.1em;font-size:11px;font-weight:780}.capability-card--red .capability-card__number,.capability-card--dark .capability-card__number{color:#ffffff94}.capability-card h3{letter-spacing:-.03em;margin:42px 0 11px;font-size:24px}.capability-card p{color:#77767b;max-width:460px;margin:0;font-size:14px;line-height:1.75}.capability-card--red p,.capability-card--dark p{color:#ffffffb8}.capability-card__arrow{color:#bbb7b3;transition:color .18s,transform .18s;position:absolute;bottom:24px;right:25px}.capability-card--red .capability-card__arrow,.capability-card--dark .capability-card__arrow{color:#ffffffb3}.capability-card:hover .capability-card__arrow{color:var(--red);transform:translate(3px)}.capability-card--red:hover .capability-card__arrow,.capability-card--dark:hover .capability-card__arrow{color:#fff}.data-section{background:#fff}.data-section__grid{grid-template-columns:1.04fr .96fr;align-items:center;gap:84px;display:grid}.data-visual{color:#fff;background-color:#171719;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:32px 32px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #2a282c;border-radius:30px;overflow:hidden;box-shadow:0 30px 70px #1f1a1933}.data-visual__header,.data-visual__footer{background:#ffffff06;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;min-height:55px;padding:0 21px;display:flex}.data-visual__header span,.data-visual__footer span{color:#d8d6da;align-items:center;gap:8px;font-size:10px;font-weight:700;display:flex}.data-visual__header small{color:#6f6c73;letter-spacing:.16em;font-size:8px;font-weight:700}.data-network{min-height:410px;position:relative}.data-core{z-index:3;color:#ff5b61;background:radial-gradient(circle,#ed1c2452,#ed1c2414 55%,#161618f2 73%);border:1px solid #ff545a80;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:155px;height:155px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 14px #ed1c2409,0 0 44px #ed1c242b}.data-core strong{color:#fff;margin-top:9px;font-size:13px}.data-core small{color:#89868d;margin-top:4px;font-size:8px}.data-node{z-index:3;color:#ff777c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1c;border-radius:13px;align-items:center;gap:9px;min-width:122px;padding:12px 14px;display:flex;position:absolute}.data-node span{color:#d5d3d7;font-size:10px;font-weight:650}.data-node--one{top:52px;left:35px}.data-node--two{top:52px;right:35px}.data-node--three{bottom:48px;left:35px}.data-node--four{bottom:48px;right:35px}.data-lines{fill:none;stroke:#ed1c247a;stroke-width:1.2px;stroke-dasharray:5 7;width:100%;height:100%;position:absolute;inset:0}.data-lines path{animation:12s linear infinite dash}.data-visual__footer{border-top:1px solid #ffffff14;border-bottom:0;min-height:53px}.data-visual__footer svg{color:#ff575d}.data-copy>p:not(.eyebrow){margin:23px 0 0}.data-points{gap:23px;margin-top:36px;display:grid}.data-points>div{align-items:flex-start;gap:14px;display:flex}.data-points>div>span{width:42px;height:42px;color:var(--red);background:#fff0f0;border-radius:13px;flex-shrink:0;place-items:center;display:grid}.data-points strong{font-size:15px}.data-points p{color:#79777d;margin:5px 0 0;font-size:13px;line-height:1.7}.ecosystem-section{color:#fff;background:radial-gradient(circle at 50% 0,#ed1c2426,#0000 35%),#171719;position:relative;overflow:hidden}.ecosystem-section:before{content:"";opacity:.35;background-image:radial-gradient(#ffffff1a .7px,#0000 .7px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 75%);mask-image:linear-gradient(#000,#0000 75%)}.ecosystem-section .container{z-index:2;position:relative}.section-heading--light .eyebrow{color:#ff666c}.section-heading--light>p:last-child{color:#a6a3aa}.device-stage{min-height:430px;margin-top:70px;position:relative}.device-halo{border:1px solid #ff5b6138;border-radius:50%;width:530px;height:260px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 45px #ed1c2406,0 0 0 95px #ed1c2405}.device-core{z-index:4;color:#ff5c62;background:radial-gradient(circle,#ed1c2466,#ed1c2414 55%,#171719 73%);border:1px solid #ff545a80;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:145px;height:145px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 50px #ed1c2424}.device-core span{color:#fff;letter-spacing:.08em;margin-top:8px;font-size:18px;font-weight:850}.device-core small{color:#8d8991;letter-spacing:.17em;margin-top:2px;font-size:7px;font-weight:700}.device{z-index:5;color:#ff6268;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0e;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:210px;min-height:120px;padding:20px;transition:border-color .2s,background .2s,transform .2s;display:flex;position:absolute;box-shadow:0 20px 50px #0000001f}.device:hover{background:#ffffff14;border-color:#ff646a59;transform:translateY(-4px)}.device strong{color:#fff;margin-top:14px;font-size:13px}.device span{color:#929097;margin-top:5px;font-size:10px}.device--desktop{top:0;left:8%}.device--tablet{top:0;right:8%}.device--phone{bottom:0;left:15%}.device--tv{bottom:0;right:15%}.final-cta{background:#fff}.final-cta__card{color:#fff;background:linear-gradient(125deg,#d41219 0%,#ed1c24 58%,#ff3d44 100%);border-radius:32px;justify-content:space-between;align-items:center;gap:55px;min-height:310px;padding:65px 70px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #be111733}.final-cta__pattern{background-color:#0000;background-image:linear-gradient(#ffffff0e 1px,#0000 1px),linear-gradient(90deg,#ffffff0e 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:36px 36px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.final-cta__card:after{content:"";border:1px solid #fff3;border-radius:50%;width:330px;height:330px;position:absolute;right:-65px;box-shadow:0 0 0 42px #ffffff0a,0 0 0 85px #ffffff06}.final-cta__copy{z-index:2;max-width:710px;position:relative}.final-cta .eyebrow{color:#ffffffb8}.final-cta h2{max-width:700px;font-size:clamp(36px,3.5vw,50px)}.final-cta__copy>p:last-child{color:#ffffffbf;max-width:610px;margin:20px 0 0}.final-cta .button{z-index:3;flex-shrink:0;position:relative}.applications-section{background:var(--warm)}.applications-heading{justify-content:space-between;align-items:center;gap:48px;margin-bottom:44px;display:flex}.applications-heading .section-heading{margin-bottom:0}.applications-heading h2{font-size:clamp(32px,3.2vw,46px)}.applications-heading .section-heading>p:last-child{margin-bottom:0}.applications-notice{background:#fff7f4;border:1px solid #f0deda;border-radius:18px;flex:0 0 312px;gap:12px;padding:22px;display:flex}.applications-notice>svg{color:var(--red-dark);flex-shrink:0;margin-top:2px}.applications-notice strong{font-size:14px}.applications-notice p{color:#786861;margin:8px 0 0;font-size:12px;line-height:1.8}.applications-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.applications-filters{flex-wrap:wrap;gap:8px;display:flex}.applications-filters button{min-height:44px;color:var(--ink-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:9px;padding:10px 16px;font-size:13px;font-weight:650;display:inline-flex}.applications-filters button span{opacity:.75;font-size:11px}.applications-filters button:hover{background:#efede9}.applications-filters button[aria-pressed=true]{background:var(--ink);color:#fff}.applications-filters button:focus-visible{outline-offset:3px;outline:3px solid #ed1c2459}.applications-count{color:var(--muted);flex-shrink:0;margin:0;font-size:12px}.applications-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.application-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);flex-direction:column;min-width:0;padding:28px;display:flex}.application-card__heading{align-items:center;gap:13px;margin-bottom:22px;display:flex}.application-card__icon{background:var(--red-soft);width:52px;height:52px;color:var(--red-dark);border-radius:16px;flex-shrink:0;place-items:center;display:grid}.application-card__icon--teacher{color:#3f5c86;background:#eef2f9}.application-card__icon--parent{color:#9a6232;background:#fdf1e8}.application-card__heading p{color:var(--muted);margin:0;font-size:11px;line-height:1.7}.application-card h3{color:var(--ink);letter-spacing:-.025em;margin:0 0 12px;font-size:20px;font-weight:750;line-height:1.45}.application-card__description{color:var(--muted);margin:0;font-size:13px;line-height:1.85}.application-card__highlights{flex-wrap:wrap;gap:7px;margin:20px 0 24px;padding:0;list-style:none;display:flex}.application-card__highlights li{color:#5d5e64;background:#f7f7f8;border-radius:6px;padding:5px 8px;font-size:11px;line-height:1.5}.application-card__access{border-top:1px solid #efedef;margin-top:auto;padding-top:20px}.application-card__access-label{color:var(--ink-soft);justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;font-size:11px;display:flex}.application-card__pending{color:var(--muted);align-items:center;gap:5px;display:inline-flex}.application-card__pending:before{content:"";background:#a1a1a8;border-radius:50%;width:5px;height:5px}.application-card__channels{flex-wrap:wrap;gap:7px;display:flex}.application-card__channels button{color:#73737c;cursor:not-allowed;background:#fafafa;border:1px solid #e6e5e8;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:9px 10px;font-size:11px;line-height:1.5;display:inline-flex}@media (width<=1100px){.applications-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.applications-heading{gap:28px}}@media (width<=900px){.applications-heading{flex-direction:column;align-items:flex-start}.applications-notice{flex-basis:auto;width:100%}.applications-toolbar{flex-direction:column;align-items:flex-start;gap:14px}}@media (width<=680px){.applications-grid{grid-template-columns:minmax(0,1fr);gap:16px}.applications-heading{margin-bottom:28px}.applications-heading__break{display:none}.applications-filters{gap:4px}.applications-filters button{gap:7px;padding:9px 12px}.application-card{padding:24px}}.footer{color:#fff;background:#171719;padding:75px 0 26px}.footer__main{grid-template-columns:1fr 1.45fr;gap:100px;padding-bottom:62px;display:grid}.brand--inverted .brand__name small{color:#77747b}.footer__brand>p{color:#89868e;max-width:340px;margin:22px 0 0;font-size:13px;line-height:1.8}.footer__links{grid-template-columns:1fr 1fr 1.35fr;gap:45px;display:grid}.footer__links>div{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer__links strong{margin-bottom:5px;font-size:13px}.footer__links a,.footer__links button,.footer__links span{color:#89868e;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-size:12px;line-height:1.5;transition:color .18s}.footer__links a:hover,.footer__links button:hover{color:#fff}.footer__bottom{color:#68656d;border-top:1px solid #ffffff14;justify-content:space-between;padding-top:24px;font-size:10px;display:flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes orbit-pulse{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.02)}}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dash{to{stroke-dashoffset:-100px}}@media (width<=1100px){.nav-links{gap:19px}.hero{padding-top:155px}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);gap:20px}.hero h1{font-size:clamp(50px,5.6vw,65px)}.hero-visual{transform:scale(.9)}.role-panel{gap:44px;padding:48px}.data-section__grid{gap:50px}.final-cta__card{padding:55px}}@media (width<=900px){.section{padding:90px 0}.nav-links{background:#fffffff7;border:1px solid #e8e5e0;border-radius:17px;flex-direction:column;align-items:stretch;gap:2px;padding:16px;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 40px #27201d1f}.nav-links--open{display:flex}.nav-links a{border-radius:10px;padding:13px 12px}.nav-links a:hover{color:var(--red);background:#fff2f2}.nav-links a:after{display:none}.nav-cta{margin-left:auto}.menu-button{margin-left:5px;display:inline-grid}.hero{min-height:auto;padding-top:155px}.hero__grid{text-align:center;grid-template-columns:1fr}.hero__content{padding:0}.hero h1,.hero__lead{margin-left:auto;margin-right:auto}.hero__actions,.hero__trust{justify-content:center}.hero-visual{width:min(580px,100%);margin:10px auto 0;transform:none}.metric-row{margin-top:20px}.metric-row>div{flex-direction:column;align-items:flex-start;gap:6px;padding:0 15px}.role-panel,.data-section__grid{grid-template-columns:1fr}.role-panel{padding:48px}.role-panel__copy{text-align:center}.role-panel__copy li{justify-content:center}.capability-grid{grid-template-columns:repeat(2,1fr)}.section-heading--split{grid-template-columns:1fr;gap:25px}.data-section__grid{gap:65px}.data-copy{text-align:center;order:-1}.data-points{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.data-points>div{background:#faf9f7;border:1px solid #ece9e5;border-radius:18px;flex-direction:column;padding:20px}.device--desktop{left:1%}.device--tablet{right:1%}.device--phone{left:5%}.device--tv{right:5%}.final-cta__card{flex-direction:column;align-items:flex-start}.footer__main{grid-template-columns:.7fr 1.3fr;gap:55px}}@media (width<=680px){.container{width:min(100% - 32px,1180px)}.section{padding:72px 0}.site-header{top:8px}.nav-wrap{border-radius:17px;width:calc(100% - 16px);min-height:62px}.brand{gap:9px}.brand__symbol{border-radius:11px;width:41px;height:41px;padding:7px 5px;font-size:7px}.brand__name strong{font-size:15px}.brand__name small,.nav-cta{display:none}.menu-button{margin-left:auto}.hero{background-size:30px 30px,30px 30px,auto,auto;padding-top:120px}.hero__badge{margin-bottom:22px;font-size:11px}.hero h1{font-size:clamp(42px,13vw,57px);line-height:1.15}.hero__lead{margin-top:22px;font-size:15px;line-height:1.8}.hero__actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:30px;display:grid}.hero__actions .button{min-height:52px;padding:0 12px;font-size:13px}.hero__trust{gap:11px;margin-top:22px;font-size:10px}.hero-visual{min-height:480px;margin-top:22px}.hero-visual__grid{inset:35px}.hero-visual__core{border-radius:88px 88px 30px 30px;width:175px;height:260px}.hero-visual__core img{width:142px;transform:translateY(40px)}.core-status{padding:8px 5px;font-size:8px;bottom:10px;left:9px;right:9px}.orbit--outer{width:95%;height:68%}.orbit--inner{width:65%;height:48%}.orbit-node{border-radius:13px;gap:7px;min-width:123px;padding:8px 9px}.orbit-node>span{border-radius:9px;width:31px;height:31px}.orbit-node strong{font-size:10px}.orbit-node--student{top:38px;left:3px}.orbit-node--teacher{top:73px;right:-5px}.orbit-node--parent{bottom:60px;left:-4px}.orbit-node--campus{bottom:51px;right:-2px}.floating-insight{width:164px;padding:11px;bottom:2px;right:50%;transform:translate(50%)}.mini-bars{height:29px}.metric-row{grid-template-columns:1fr 1fr}.metric-row>div{border-bottom:1px solid #2b27251a;border-right:0;min-height:90px;padding:18px 15px}.metric-row>div:nth-child(odd){border-right:1px solid #2b27251a}.metric-row>div:nth-last-child(-n+2){border-bottom:0}.metric-row strong{font-size:29px}.section-heading{margin-bottom:38px}.eyebrow{font-size:11px;line-height:1.6}.section-heading h2,.data-copy h2,.final-cta h2{font-size:34px;line-height:1.3}.section-heading>p:last-child,.section-heading--split>p,.data-copy>p,.final-cta__copy>p:last-child{font-size:14px}.role-tabs{scrollbar-width:none;justify-content:flex-start;width:100%;overflow-x:auto}.role-tabs::-webkit-scrollbar{display:none}.role-tabs button{min-width:84px;padding:11px 16px}.role-panel{border-radius:24px;gap:35px;min-height:0;padding:31px 20px 20px}.role-panel__copy h3{font-size:28px}.role-panel__copy>p:not(.eyebrow){font-size:14px}.role-panel__copy li{text-align:left;justify-content:flex-start}.product-preview__canvas{min-height:420px;padding:21px}.product-preview--phone .product-preview__canvas>img{width:195px;max-height:385px}.product-preview--desktop .product-preview__canvas{min-height:320px}.product-preview--desktop .product-preview__canvas>img{width:100%}.capability-grid{grid-template-columns:1fr}.capability-card,.capability-card--wide{grid-column:span 1;min-height:245px}.data-points{grid-template-columns:1fr}.data-points>div{text-align:left;flex-direction:row}.data-network{min-height:365px}.data-core{width:127px;height:127px}.data-core strong{font-size:11px}.data-node{gap:6px;min-width:100px;padding:9px 10px}.data-node span{font-size:8px}.data-node--one{top:38px;left:14px}.data-node--two{top:38px;right:14px}.data-node--three{bottom:35px;left:14px}.data-node--four{bottom:35px;right:14px}.data-visual__footer{gap:5px;padding:0 12px}.data-visual__footer span{font-size:8px}.device-stage{grid-template-columns:1fr 1fr;gap:11px;min-height:0;margin-top:40px;display:grid}.device-halo,.device-core{display:none}.device{width:auto;min-height:145px;position:relative;inset:auto}.final-cta__card{border-radius:25px;gap:31px;width:calc(100% - 24px);min-height:0;padding:42px 27px}.final-cta .button{width:100%}.footer{padding-top:60px}.footer__main{grid-template-columns:1fr;gap:45px}.footer__links{grid-template-columns:1fr 1fr;gap:38px 25px}.footer__links>div:last-child{grid-column:1/-1}.footer__bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
