:root{--navy:#061f2a;--navy-soft:#0f3342;--teal:#0d5c7a;--cyan:#2aabcf;--coral:#f87171;--cream:#f5f4f0;--mint:#7cc9a7;--yellow:#f4c95d;--text:#1a2e36;--muted:#5a7280;--line:#061f2a1a;--line-strong:#061f2a29;--white:#fff;--shadow:0 24px 64px #061f2a1f;--shadow-soft:0 14px 40px #061f2a14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);margin:0;font-family:Poppins,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,100% - 48px);margin:0 auto}.nav{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f4f0e6;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 48px);height:76px;margin:0 auto;display:flex}.brand{flex-shrink:0}.brand img{width:176px;height:auto}.nav-links{color:var(--muted);flex:1;justify-content:center;align-items:center;gap:24px;font-size:14px;font-weight:700;display:flex}.nav-links a:hover,.footer-links a:hover{color:var(--coral)}.btn{cursor:pointer;white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;font:700 13px/1 DM Sans,sans-serif;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-coral{background:var(--coral);color:var(--white);box-shadow:0 18px 40px #f8717142}.btn-outline{border:1.5px solid var(--line-strong);color:var(--navy);background:#ffffffc7}.btn-ghost{color:var(--white);background:#ffffff14;border:1px solid #fff3}.btn-lg{min-height:48px;padding:0 22px;font-size:14px}.hero,.cta-section,.section-ecosystem,.module-section{position:relative;overflow:hidden}.hero:before,.cta-section:before,.section-ecosystem:before,.module-section:before{content:"";pointer-events:none;position:absolute;inset:0}.hero{background:radial-gradient(circle at 12% 10%, #f871711f, transparent 30%), radial-gradient(circle at 82% 8%, #2aabcf24, transparent 26%), linear-gradient(160deg, #fff 0%, var(--cream) 72%, #f0efe9 100%);padding:74px 0 56px}.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:46px;display:grid;position:relative}.pill{color:#bf4f4f;letter-spacing:.06em;text-transform:uppercase;background:#f871711a;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:7px 12px;font-size:11px;font-weight:800;display:inline-flex}.hero h1,.section-title h2,.info-card h3,.ecosystem-card h3,.module-block h3,.ai-card h3,.success h3,.workflow-step p,.difference-item span,.contrast-card span{font-family:Poppins,system-ui,sans-serif}.hero h1{color:var(--navy);letter-spacing:-.03em;margin:0 0 22px;font-size:clamp(36px,4.4vw,56px);font-weight:800;line-height:1.04}.hero-copy>p{max-width:620px;color:var(--muted);margin:0 0 24px;font-size:16px;line-height:1.62}.hero-ctas,.success-links{flex-wrap:wrap;gap:12px;display:flex}.module-nav a{border:1px solid var(--line);min-height:40px;color:var(--navy);background:#ffffffc2;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:700;transition:border-color .18s,transform .18s,color .18s;display:inline-flex}.module-nav a:hover{color:var(--coral);border-color:#f8717166;transform:translateY(-2px)}.hero-visual{min-height:470px;position:relative}.hero-photo-main,.hero-photo-sm{object-fit:cover;box-shadow:var(--shadow);position:absolute}.hero-photo-main{border-radius:24px;width:88%;height:390px;top:0;right:0}.hero-photo-sm{border:4px solid #fff;border-radius:18px;width:50%;height:210px;bottom:4px;left:0}.hero-badge{border:1px solid var(--line);width:min(270px,68%);color:var(--coral);background:#fff;border-radius:16px;grid-template-columns:24px 1fr;align-items:start;gap:12px;padding:15px;display:grid;position:absolute;bottom:46px;right:12px;box-shadow:0 20px 48px #061f2a29}.hero-badge strong,.hero-badge span{display:block}.hero-badge strong{color:var(--navy);font-size:13px}.hero-badge span{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.35}.section{padding:76px 0}.white{background:var(--white)}.cream{background:var(--cream)}.dark,.cta-section{background:var(--navy);color:var(--white)}.section-title{max-width:840px;margin-bottom:36px}.section-title span{color:var(--coral);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800;display:block}.section-title h2{color:var(--navy);letter-spacing:-.03em;margin:0;font-size:clamp(28px,3.1vw,42px);font-weight:800;line-height:1.1}.section-title-sub{color:var(--teal);margin-top:14px;font-size:17px;line-height:1.45;display:block}.section-title p{max-width:720px;color:var(--muted);margin:14px 0 0;font-size:16px;line-height:1.62}.section-title.inverted h2{color:var(--white)}.section-title.inverted .section-title-sub{color:#ffffffdb}.section-title.inverted p{color:#ffffffbd}.problem-grid,.ecosystem-cards,.module-blocks,.contrast-grid,.workflow-grid,.difference-grid,.ai-cards{gap:16px;display:grid}.problem-grid,.ecosystem-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card,.ecosystem-card,.module-block,.contrast-card,.workflow-step,.difference-item,.ai-card{border-radius:20px}.info-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#faf8f5 100%);padding:22px}.info-card h3,.ecosystem-card h3,.module-block h3,.ai-card h3{color:var(--navy);margin:14px 0 8px;font-size:18px;line-height:1.25}.info-card p,.ecosystem-card p,.module-block p,.ecosystem-copy p,.contrast-quote,.workflow-step p,.difference-item span,.ai-card li span,.footer-brand p{color:var(--muted);font-size:14px;line-height:1.6}.section-ecosystem:before,.cta-section:before,.module-section:before{background:radial-gradient(circle at 12% 12%,#f8717129,#0000 22%),radial-gradient(circle at 88% 4%,#2aabcf1f,#0000 24%)}.ecosystem-shell{gap:28px;display:grid}.ecosystem-copy{gap:18px;max-width:880px;display:grid}.ecosystem-copy p{color:#ffffffb8;font-size:16px}.module-nav{flex-wrap:wrap;gap:12px;display:flex}.ecosystem-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;flex-direction:column;gap:10px;padding:22px;display:flex}.ecosystem-logo{object-fit:contain;border-radius:12px;width:48px;height:48px}.ecosystem-card h3{color:var(--white);margin:6px 0 0}.ecosystem-card p{color:#ffffffb8;margin:0}.ecosystem-card a{color:var(--white);align-items:center;gap:8px;margin-top:auto;font-size:13px;font-weight:700;display:inline-flex}.module-section{padding:0}.module-section.management{background:linear-gradient(#fff 0%,#f7f3ee 100%)}.module-section.students{background:linear-gradient(#f6fafc 0%,#eef7fb 100%)}.module-section.families{background:linear-gradient(#fffaf8 0%,#f9f2ef 100%)}.module-surface{grid-template-columns:1fr;align-items:start;gap:24px;padding:76px 0;display:grid;position:relative}.module-surface.balanced{align-items:start}.module-surface.compact{gap:24px;padding:62px 0}.module-header .section-title{margin-bottom:0}.module-blocks{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.module-surface.management .module-blocks{grid-template-columns:repeat(2,minmax(0,1fr))}.module-surface.students .module-blocks{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.module-surface.families .module-blocks{grid-template-columns:repeat(3,minmax(0,1fr))}.module-surface.compact .module-blocks{gap:16px}.module-block{background:#ffffffd6;border:1px solid #061f2a14;height:100%;padding:18px;box-shadow:0 14px 34px #061f2a0d}.module-block-head{grid-template-columns:46px 1fr;align-items:center;gap:12px;margin-bottom:12px;display:grid}.module-block-heading h3{margin:0}.module-block-text{color:var(--muted);margin:0 0 12px;font-size:14px;line-height:1.5}.feature-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.feature-list li,.difference-item,.contrast-card{align-items:flex-start;gap:10px;display:flex}.feature-list li svg,.difference-item svg,.contrast-card svg{color:var(--coral);flex:none;margin-top:2px}.feature-list li span{color:var(--text);font-size:13px;line-height:1.45}.impact-strip{color:var(--white);background:#061f2aeb;border-radius:18px;margin-top:22px;padding:18px 20px;box-shadow:0 16px 38px #061f2a24}.impact-strip strong{font-size:17px;line-height:1.4;display:block}.module-visual{width:100%;min-width:0}.module-copy{max-width:780px}.module-description{color:var(--muted);margin:0;font-size:16px;line-height:1.62}.screenshot-cluster{min-height:440px;position:relative}.cluster-badge{z-index:3;color:var(--white);letter-spacing:.03em;background:#061f2ad1;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.cluster-main,.cluster-secondary{object-fit:cover;box-shadow:var(--shadow);border-radius:22px;position:absolute}.cluster-main{width:calc(100% - 46px);height:290px;top:46px;left:46px}.cluster-secondary{border:4px solid #ffffffeb;width:40%;height:136px}.cluster-secondary-top{top:0;left:0}.cluster-secondary-bottom{bottom:0;right:0}.screenshot-cluster.management .cluster-main{border:2px solid #f8717129}.screenshot-cluster.students .cluster-main{border:2px solid #2aabcf2e}.screenshot-cluster.families .cluster-main{border:2px solid #7cc9a73d}.dual-visual-panel{grid-template-columns:1fr 1fr;gap:14px;padding-top:46px;display:grid;position:relative}.single-visual-panel{padding-top:46px;position:relative}.single-visual-panel .cluster-badge{top:0;left:0}.single-visual{object-fit:cover;object-position:center center;width:100%;height:320px;box-shadow:var(--shadow);border:2px solid #2aabcf2e;border-radius:22px}.single-visual-panel.students .single-visual{object-position:center 22%}.dual-visual{object-fit:cover;width:100%;height:350px;box-shadow:var(--shadow);border-radius:22px}.dual-visual-panel .cluster-badge{top:0;left:0}.dual-visual-panel.management .dual-visual.primary{border:2px solid #f8717129}.dual-visual-panel.families .dual-visual.primary{border:2px solid #7cc9a73d}.contrast-quote{border-left:4px solid var(--coral);max-width:980px;box-shadow:var(--shadow-soft);color:var(--navy);background:#ffffffd6;border-radius:16px;margin-bottom:22px;padding:18px 20px;font-size:17px;font-weight:700}.contrast-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.contrast-card{border:1px solid var(--line);background:#ffffffdb;padding:18px 16px;box-shadow:0 12px 26px #061f2a0d}.contrast-card span,.difference-item span{color:var(--navy);font-size:14px;font-weight:700;line-height:1.5}.workflow-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.workflow-step{border-top:4px solid var(--coral);background:linear-gradient(#fff 0%,#fbf9f5 100%);gap:12px;padding:18px 16px;display:grid;box-shadow:0 8px 28px #061f2a0f}.workflow-step span{color:#f871715c;font:800 34px/1 Poppins,system-ui,sans-serif}.workflow-step p{color:var(--navy);margin:0;font-size:14px;font-weight:700;line-height:1.6}.matrix-section{background:radial-gradient(circle at 12% 14%,#f871712e,#0000 28%),radial-gradient(circle at 88% 8%,#2aabcf29,#0000 24%),linear-gradient(#0b2633 0%,#102f3d 100%)}.matrix-table{gap:12px;display:grid}.matrix-row{grid-template-columns:minmax(0,1.8fr) 150px 150px;gap:12px;display:grid}.matrix-cell{background:#ffffff1a;border:1px solid #ffffff29;border-radius:18px;min-width:0;padding:16px 18px}.matrix-head .matrix-cell{color:#ffffffeb;letter-spacing:.02em;background:#ffffff29;font-size:13px;font-weight:800}.matrix-head .matrix-feature{text-align:center}.matrix-head .matrix-feature strong,.matrix-head .matrix-feature{font-size:15px}.matrix-feature strong{color:#fff;font-size:15px;line-height:1.4}.matrix-other,.matrix-taskall{text-align:center;justify-content:center;align-items:center;display:flex}.matrix-other{background:#ffffff14}.matrix-taskall{background:#7cc9a72e;border-color:#7cc9a76b}.matrix-mark{font-size:24px;font-weight:800;line-height:1}.matrix-mark.is-positive{color:var(--mint)}.matrix-mark.is-negative{color:#ffffff9e}.ai-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:36px;display:grid}.ai-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#faf8f5 100%);padding:20px}.ai-card-head{grid-template-columns:56px 1fr;align-items:center;gap:12px;margin-bottom:14px;display:grid}.ai-card h3{margin:0}.cta-section{text-align:center;padding:76px 0}.cta-section .section-title{margin:0 auto 22px}.contact-wrap{max-width:760px;margin:0 auto}.contact-form{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:22px;gap:18px;padding:24px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-form label{color:#ffffffbd;text-align:left;gap:8px;font-size:13px;font-weight:800;display:grid}.contact-form input,.contact-form select{width:100%;height:46px;color:var(--white);background:#ffffff1a;border:1.5px solid #ffffff29;border-radius:12px;outline:none;padding:0 16px;font:500 15px/1 DM Sans,sans-serif}.contact-form input::placeholder{color:#fff6}.contact-form select option{background:var(--navy)}.contact-form input:focus,.contact-form select:focus{border-color:var(--coral);background:#ffffff24}.form-submit{justify-self:center;min-width:220px}.form-submit:disabled{cursor:progress;opacity:.72;transform:none}.form-note,.form-error{text-align:center;margin:0;font-size:13px}.form-note{color:#ffffff80}.form-error{color:#ffd1d1;font-weight:700}.success{background:#ffffff12;border:1px solid #ffffff1f;border-radius:22px;justify-items:center;gap:14px;padding:22px;display:grid}.success svg{color:var(--coral)}.success h3{color:var(--white);margin:0;font-size:24px}.success p{color:#ffffffbd;max-width:480px;margin:0;line-height:1.65}.success-links{justify-content:center;margin-top:4px}.footer{color:#ffffffa8;background:#03141c;padding:24px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-brand{align-items:center;gap:16px;max-width:560px;display:flex}.footer-logo{flex-shrink:0;width:138px}.footer-brand p{color:#fff9;margin:0}.footer-links{flex-wrap:wrap;gap:18px;font-size:14px;font-weight:700;display:flex}.icon-badge{width:46px;height:46px;color:var(--coral);background:#f871711f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.icon-badge.cyan{color:var(--teal);background:#2aabcf24}.icon-badge.green{color:#308466;background:#7cc9a72e}@media (width<=1120px){.hero-grid,.module-surface,.ai-grid,.ai-cards,.problem-grid,.ecosystem-cards{grid-template-columns:1fr}.matrix-row{grid-template-columns:minmax(0,1.55fr) 120px 120px}.contrast-grid,.workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.module-surface.management .module-blocks,.module-surface.students .module-blocks,.module-surface.families .module-blocks,.module-surface.compact .module-blocks,.dual-visual-panel{grid-template-columns:1fr}}@media (width<=860px){.container,.nav-inner{width:min(100% - 32px,1180px)}.nav-links{display:none}.brand img{width:152px}.nav .btn{padding:0 16px}.section,.cta-section,.module-surface{padding-top:72px;padding-bottom:72px}.hero{padding-top:64px}.hero-visual{min-height:420px}.hero-photo-main{width:100%;height:350px}.hero-photo-sm{width:42%;height:190px}.module-blocks,.contrast-grid,.workflow-grid,.form-row{grid-template-columns:1fr}.matrix-head{display:none}.matrix-table{gap:14px}.matrix-row{grid-template-columns:minmax(0,1.45fr) 72px 72px;gap:8px}.matrix-cell{border-radius:16px;padding:14px 10px}.matrix-feature{background:#ffffff1a}.matrix-feature strong{font-size:12px;line-height:1.35}.matrix-other,.matrix-taskall{text-align:center;justify-content:center}.matrix-mark{font-size:18px}.screenshot-cluster{min-height:500px}.cluster-main{width:100%;left:0}.cluster-secondary{width:48%}.footer-brand{flex-direction:column;align-items:flex-start}.dual-visual{height:340px}.single-visual{height:280px}}@media (width<=560px){.hero h1{font-size:38px}.hero-copy>p,.section-title p,.section-title-sub,.ecosystem-copy p,.contrast-quote{font-size:16px}.hero-visual,.screenshot-cluster{min-height:440px}.hero-photo-sm,.hero-badge,.cluster-secondary{display:none}.hero-photo-main,.cluster-main{width:100%;height:420px;position:relative;inset:0}.module-block-head,.ai-card-head{grid-template-columns:1fr}.matrix-table{gap:10px}.matrix-row{grid-template-columns:minmax(0,1.4fr) 62px 62px;gap:6px}.matrix-cell{border-radius:14px;padding:12px 8px}.matrix-feature strong{font-size:11px}.matrix-mark{font-size:16px}.impact-strip strong{font-size:18px}.btn,.hero-ctas .btn,.success-links .btn,.form-submit{width:100%}.contact-form{padding:22px}.dual-visual-panel{padding-top:48px}.dual-visual{border-radius:22px;height:260px}.single-visual{border-radius:22px;height:220px}}
