@charset "UTF-8";:root{--blue:#2D5BFF;--blue-dark:#1E40C8;--blue-soft:#EEF2FF;--ink:#0F172A;--ink-2:#334155;--muted:#64748B;--line:#E2E8F0;--bg:#FFFFFF;--bg-2:#F8FAFC;--yellow:#FEF3C7;--yellow-deep:#F59E0B;--green:#D1FAE5;--green-deep:#059669;--pink:#FCE7F3;--pink-deep:#DB2777;--purple:#EDE9FE;--purple-deep:#7C3AED;--orange:#FFEDD5;--orange-deep:#EA580C;--radius:16px;--radius-sm:10px;--shadow-sm:0 1px 2px rgba(15,23,42,0.04),0 1px 3px rgba(15,23,42,0.06);--shadow-md:0 4px 6px -1px rgba(15,23,42,0.06),0 2px 4px -1px rgba(15,23,42,0.04);--shadow-lg:0 20px 40px -15px rgba(15,23,42,0.15),0 8px 16px -8px rgba(15,23,42,0.08)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}.sl-marketing,body.sl-marketing{font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;font-size:16px}.sl-marketing a,.sl-marketing button,.sl-marketing h1,.sl-marketing h2,.sl-marketing h3,.sl-marketing h4,.sl-marketing h5,.sl-marketing h6,.sl-marketing input,.sl-marketing li,.sl-marketing p,.sl-marketing select,.sl-marketing span,.sl-marketing textarea{font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}.sl-marketing .container{max-width:1180px;margin:0 auto;padding:0 24px}.sl-marketing a{color:var(--blue);text-decoration:none}.sl-marketing a:hover{text-decoration:underline}.sl-marketing .country-bar{background:var(--bg-2);border-bottom:1px solid var(--line);padding:0;font-size:12px}.sl-marketing .country-bar-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:flex-end}.sl-marketing .country-selector{position:relative;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:0;cursor:pointer;color:var(--ink-2);font-weight:500;transition:background .15s ease;line-height:1.4;z-index:210}.sl-marketing .country-selector:hover{background:#fff}.sl-marketing .country-selector::after{content:"";position:absolute;top:100%;left:0;right:0;height:12px;z-index:210}.sl-marketing .country-selector .flag{font-size:14px;line-height:1}.sl-marketing .country-selector .country-name{font-weight:600;color:var(--ink)}.sl-marketing .country-selector .caret{font-size:10px;color:var(--muted);margin-left:2px}.sl-marketing .country-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 28px -8px rgba(15,23,42,.16),0 4px 8px -2px rgba(15,23,42,.06);min-width:200px;padding:6px;display:none;z-index:220}.sl-marketing .country-selector.open .country-menu,.sl-marketing .country-selector:hover .country-menu{display:block}.sl-marketing .country-menu a{display:flex;align-items:center;gap:10px;padding:8px 12px;color:var(--ink-2);text-decoration:none;border-radius:6px;font-size:13px}.sl-marketing .country-menu a:hover{background:var(--bg-2);text-decoration:none}.sl-marketing .country-menu a.active{background:var(--blue-soft);color:var(--blue);font-weight:600}.sl-marketing nav.top{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}.sl-marketing .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:1280px;margin:0 auto}.sl-marketing .logo{display:flex;align-items:center;text-decoration:none;line-height:0}.sl-marketing .logo img{height:32px;width:auto;display:block}.sl-marketing .footer-logo{line-height:0;margin-bottom:14px}.sl-marketing .footer-logo img{height:32px;width:auto;display:block}.sl-marketing .nav-links{display:flex;align-items:center;gap:22px;list-style:none}.sl-marketing .nav-links a{color:var(--ink-2);font-weight:500;font-size:14px}.sl-marketing .nav-links a:hover{color:var(--blue);text-decoration:none}.sl-marketing .nav-dropdown{position:relative}.sl-marketing .nav-dropdown-trigger{display:inline-flex;align-items:center;gap:4px;cursor:pointer}.sl-marketing .nav-caret{font-size:13px;color:var(--ink-2);transition:transform .15s ease}.sl-marketing .nav-dropdown.open .nav-caret,.sl-marketing .nav-dropdown:hover .nav-caret{transform:rotate(180deg);color:var(--blue)}.sl-marketing .nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(4px);margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 32px -8px rgba(15,23,42,.18),0 4px 12px -4px rgba(15,23,42,.08);min-width:220px;padding:8px;display:none;z-index:200}.sl-marketing .nav-dropdown.open .nav-dropdown-menu,.sl-marketing .nav-dropdown:hover .nav-dropdown-menu{display:block}.sl-marketing .nav-dropdown::after{content:"";position:absolute;top:100%;left:0;right:0;height:22px}.sl-marketing .nav-dropdown-menu a{display:flex;align-items:center;gap:12px;padding:10px 12px;color:var(--ink);font-weight:500;font-size:14px;border-radius:8px}.sl-marketing .nav-dropdown-menu a:hover{background:var(--bg-2);text-decoration:none}.sl-marketing .nav-dropdown-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.sl-marketing .nav-dropdown-icon.parent{background:var(--orange);color:var(--orange-deep)}.sl-marketing .nav-dropdown-icon.teacher{background:var(--blue-soft);color:var(--blue)}.sl-marketing .nav-dropdown-icon.school{background:var(--green);color:var(--green-deep)}.sl-marketing .nav-dropdown-icon.maths{background:var(--blue-soft);color:var(--blue)}.sl-marketing .nav-dropdown-icon.english{background:var(--green);color:var(--green-deep)}.sl-marketing .nav-dropdown-icon.science{background:var(--orange);color:var(--orange-deep)}.sl-marketing .nav-cta{display:flex;align-items:center;gap:12px}.sl-marketing .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:999px;font-weight:600;font-size:15px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;text-decoration:none;white-space:nowrap}.sl-marketing .btn:hover{text-decoration:none;transform:translateY(-1px)}.sl-marketing .btn-primary{background:var(--blue);color:#fff;box-shadow:0 4px 14px rgba(45,91,255,.35)}.sl-marketing .btn-primary:hover{background:var(--blue-dark)}.sl-marketing .btn-secondary{background:#fff;color:var(--ink);border-color:var(--line)}.sl-marketing .btn-secondary:hover{border-color:var(--ink-2)}.sl-marketing .btn-ghost{background:0 0;color:var(--ink-2);font-weight:500}.sl-marketing .btn-lg{padding:14px 26px;font-size:16px}.sl-marketing .hero{background:linear-gradient(180deg,#eef2ff 0,#fff 60%);padding:72px 0 48px;position:relative;overflow:hidden}.sl-marketing .hero::before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(45,91,255,.08) 0,transparent 70%);top:-100px;right:-100px;border-radius:50%}.sl-marketing .hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}.sl-marketing .hero-stacked .hero-grid{grid-template-columns:1fr;gap:40px;text-align:center;max-width:760px;margin:0 auto}.sl-marketing .hero-stacked .hero-ctas{justify-content:center}.sl-marketing .hero-stacked .hero-trust{justify-content:center}.sl-marketing .hero-stacked .hero-sub{margin-left:auto;margin-right:auto;max-width:760px}.sl-marketing .hero-stacked .hero-visual{max-width:720px;margin:0 auto}.sl-marketing .eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--blue);border:1px solid var(--blue-soft);margin-bottom:20px}.sl-marketing .eyebrow .dot{width:6px;height:6px;background:var(--green-deep);border-radius:50%}.sl-marketing h1.hero-title{font-size:clamp(40px, 5vw, 60px);font-weight:800;line-height:1.05;letter-spacing:.4px;margin-bottom:20px}.sl-marketing h1.hero-title .accent{color:var(--blue)}.sl-marketing .hero-sub{font-size:19px;color:var(--ink-2);margin-bottom:32px;max-width:540px;line-height:1.55}.sl-marketing .hero-sub strong{color:var(--ink);font-weight:600}.sl-marketing .hero-ctas{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.sl-marketing .hero-trust{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}.sl-marketing .hero-trust .trust-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--blue-soft);color:var(--blue);flex-shrink:0}.sl-marketing .hero-trust .trust-icon svg{width:18px;height:18px}.sl-marketing .hero-trust strong{color:var(--ink);font-weight:700}.sl-marketing .hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.sl-marketing .device-laptop{width:100%;max-width:580px;background:#1f2937;border-radius:14px 14px 4px 4px;box-shadow:0 30px 60px -15px rgba(15,23,42,.3),0 12px 24px -8px rgba(15,23,42,.18);padding:10px 10px 8px;opacity:0;animation:deviceIn .7s cubic-bezier(.22,1,.36,1) .15s forwards}@keyframes deviceIn{from{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.sl-marketing .device-screen{background:#fff;border-radius:6px;overflow:hidden;line-height:0}.sl-marketing .hero-screen-img{width:100%;height:auto;display:block}.sl-marketing .device-base{height:14px;background:linear-gradient(180deg,#d1d5db 0,#9ca3af 100%);border-radius:0 0 14px 14px;width:112%;margin:0 -6% -9px}.sl-marketing .audience{padding:64px 0 32px}.sl-marketing .section-eyebrow{text-align:center;color:var(--blue);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.sl-marketing h2.section-title{text-align:center;font-size:clamp(28px, 3.5vw, 40px);font-weight:800;letter-spacing:.4px;margin-bottom:12px;line-height:1.15}.sl-marketing .section-sub{text-align:center;font-size:17px;color:var(--muted);max-width:620px;margin:0 auto 48px}.sl-marketing .audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sl-marketing .audience-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px 28px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative;overflow:hidden;box-shadow:0 6px 20px -8px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.06);display:flex;flex-direction:column}.sl-marketing .audience-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.sl-marketing .audience-card .pill{display:inline-block;font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px;margin-bottom:14px}.sl-marketing .pill-parent{background:var(--orange);color:var(--orange-deep)}.sl-marketing .pill-teacher{background:var(--blue-soft);color:var(--blue)}.sl-marketing .pill-school{background:var(--green);color:var(--green-deep)}.sl-marketing .audience-card h3{font-size:22px;font-weight:800;margin-bottom:8px;letter-spacing:.15px}.sl-marketing .audience-card p{color:var(--ink-2);margin-bottom:18px;font-size:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.65em}.sl-marketing .audience-card ul{list-style:none;margin-bottom:24px}.sl-marketing .audience-card ul li{padding:6px 0 6px 26px;position:relative;font-size:14px;color:var(--ink-2)}.sl-marketing .audience-card ul li::before{content:"✓";position:absolute;left:0;color:var(--green-deep);font-weight:800}.sl-marketing .audience-card .price{font-size:14px;color:var(--muted);margin-bottom:24px}.sl-marketing .audience-card .price strong{color:var(--ink);font-size:20px;font-weight:800}.sl-marketing .audience-card .card-footer{margin-top:auto;padding-top:28px;border-top:1px solid var(--line)}.sl-marketing .audience-card .btn{width:100%}.sl-marketing .audience-card::after{content:"";position:absolute;top:0;left:0;right:0;height:5px}.sl-marketing .audience-parent::after{background:var(--orange-deep)}.sl-marketing .audience-teacher::after{background:var(--blue)}.sl-marketing .audience-school::after{background:var(--green-deep)}.sl-marketing .btn-cta-parent{background:var(--orange-deep);color:#fff;box-shadow:0 4px 14px rgba(234,88,12,.35)}.sl-marketing .btn-cta-parent:hover{background:#c2410c}.sl-marketing .btn-cta-teacher{background:var(--blue);color:#fff;box-shadow:0 4px 14px rgba(45,91,255,.35)}.sl-marketing .btn-cta-teacher:hover{background:var(--blue-dark)}.sl-marketing .btn-cta-school{background:var(--green-deep);color:#fff;box-shadow:0 4px 14px rgba(5,150,105,.3)}.sl-marketing .btn-cta-school:hover{background:#047857}.sl-marketing .tour{padding:80px 0;background:var(--bg-2)}.sl-marketing .tour .section-sub{max-width:720px}.sl-marketing .video-frame{max-width:920px;margin:0 auto}.sl-marketing .video-player{position:relative;aspect-ratio:16/9;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px -20px rgba(15,23,42,.3),0 12px 24px -8px rgba(15,23,42,.18);cursor:pointer;transition:transform .25s ease;background:#1f2937;display:flex;align-items:center;justify-content:center}.sl-marketing .video-player:hover{transform:translateY(-4px)}.sl-marketing .video-poster-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.sl-marketing .video-poster-overlay{position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(15,23,42,.15) 0,rgba(15,23,42,.55) 100%);z-index:1}.sl-marketing .video-play-btn{position:relative;z-index:2;width:88px;height:88px;border-radius:50%;background:var(--blue);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.4);transition:transform .15s ease,background .15s ease}.sl-marketing .video-play-btn:hover{transform:scale(1.08);background:var(--blue-dark)}.sl-marketing .video-play-btn svg{margin-left:4px}.sl-marketing .video-play-btn::after{content:"";position:absolute;inset:-8px;border-radius:50%;background:rgba(255,255,255,.15);z-index:-1;animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.4);opacity:0}}.sl-marketing .video-meta{position:absolute;bottom:24px;left:28px;right:28px;z-index:2;display:flex;justify-content:space-between;align-items:center;color:#fff}.sl-marketing .video-title{font-size:16px;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.5)}.sl-marketing .video-duration{background:rgba(0,0,0,.6);padding:4px 10px;border-radius:6px;font-size:13px;font-weight:600;backdrop-filter:blur(4px)}.sl-marketing .video-embed{position:absolute;inset:0;z-index:6;background:#000;opacity:0;pointer-events:none;transition:opacity .25s ease}.sl-marketing .video-player.video-playing .video-embed{opacity:1;pointer-events:auto}.sl-marketing .video-player.video-playing .video-choice,.sl-marketing .video-player.video-playing .video-meta,.sl-marketing .video-player.video-playing .video-play-btn,.sl-marketing .video-player.video-playing .video-poster-img,.sl-marketing .video-player.video-playing .video-poster-overlay{opacity:0;pointer-events:none;transition:opacity .15s ease}.sl-marketing .video-embed-frame{position:absolute;inset:0}.sl-marketing .video-embed-frame iframe{width:100%;height:100%;border:0;display:block}.sl-marketing .video-embed-close{position:absolute;top:12px;right:12px;z-index:7;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);color:#fff;border:1px solid rgba(255,255,255,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.sl-marketing .video-embed-close:hover{background:rgba(0,0,0,.75)}.sl-marketing .video-embed-close svg{width:18px;height:18px}.sl-marketing .video-choice{position:absolute;inset:0;z-index:5;background:rgba(15,23,42,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .25s ease}.sl-marketing .video-player.choice-open .video-choice{opacity:1;pointer-events:auto}.sl-marketing .video-player.choice-open .video-meta,.sl-marketing .video-player.choice-open .video-play-btn{opacity:0;pointer-events:none;transition:opacity .15s ease}.sl-marketing .video-choice-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.sl-marketing .video-choice-close:hover{background:rgba(255,255,255,.2)}.sl-marketing .video-choice-close svg{width:18px;height:18px}.sl-marketing .video-choice-inner{max-width:520px;width:100%;text-align:center;color:#fff}.sl-marketing .video-choice-eyebrow{color:rgba(255,255,255,.6);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}.sl-marketing .video-choice-title{font-size:22px;font-weight:700;line-height:1.3;margin-bottom:24px;color:#fff;letter-spacing:.2px}.sl-marketing .video-choice-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sl-marketing .video-choice-btn{display:flex;align-items:center;gap:14px;padding:16px 18px;background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.18);border-radius:14px;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease;text-align:left}.sl-marketing .video-choice-btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.16);text-decoration:none}.sl-marketing .video-choice-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sl-marketing .video-choice-icon svg{width:22px;height:22px}.sl-marketing .video-choice-btn-parent .video-choice-icon{background:var(--orange);color:var(--orange-deep)}.sl-marketing .video-choice-btn-parent:hover{border-color:var(--orange-deep)}.sl-marketing .video-choice-btn-teacher .video-choice-icon{background:var(--blue-soft);color:var(--blue)}.sl-marketing .video-choice-btn-teacher:hover{border-color:var(--blue)}.sl-marketing .video-choice-label{display:flex;flex-direction:column;gap:2px;min-width:0}.sl-marketing .video-choice-label strong{color:#fff;font-weight:700;font-size:15px}.sl-marketing .video-choice-label small{color:rgba(255,255,255,.65);font-size:12px}.sl-marketing .video-chapters{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.sl-marketing .chapter{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;cursor:pointer;transition:all .15s ease;text-align:left;font-family:inherit}.sl-marketing .chapter:hover{border-color:var(--blue);transform:translateY(-1px);box-shadow:0 6px 14px -6px rgba(45,91,255,.2)}.sl-marketing .chapter.active{background:var(--blue-soft);border-color:var(--blue)}.sl-marketing .chapter-time{font-size:11px;font-weight:700;color:var(--blue);letter-spacing:.5px}.sl-marketing .chapter-label{font-size:13px;font-weight:600;color:var(--ink)}.sl-marketing .try-it{padding:72px 0;background:var(--bg-2)}.sl-marketing .try-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sl-marketing .try-card{background:#fff;border-radius:16px;padding:28px 24px;text-align:center;border:1px solid var(--line);transition:all .2s ease;cursor:pointer;box-shadow:0 4px 14px -6px rgba(15,23,42,.08),0 2px 4px -2px rgba(15,23,42,.05)}.sl-marketing .try-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px -10px rgba(15,23,42,.16)}.sl-marketing .try-icon{width:64px;height:64px;border-radius:16px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.sl-marketing .try-icon svg{width:32px;height:32px}.sl-marketing .try-icon.maths{background:var(--blue-soft);color:var(--blue)}.sl-marketing .try-icon.english{background:var(--orange);color:var(--orange-deep)}.sl-marketing .try-icon.science{background:var(--green);color:var(--green-deep)}.sl-marketing .try-card h3{font-size:18px;font-weight:700;margin-bottom:6px}.sl-marketing .try-card p{color:var(--muted);font-size:14px;margin-bottom:16px}.sl-marketing .try-card .try-link{color:var(--blue);font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:4px}.sl-marketing .try-card .try-link:hover{gap:8px;transition:gap .15s ease}.sl-marketing .curriculum{padding:80px 0}.sl-marketing .curriculum-card{background:linear-gradient(135deg,#eff6ff 0,#fafbff 100%);border-radius:24px;padding:48px;border:1px solid var(--blue-soft)}.sl-marketing .curr-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px;flex-wrap:wrap;gap:20px}.sl-marketing .curr-header h2{font-size:32px;font-weight:800;letter-spacing:.3px;max-width:540px;line-height:1.2}.sl-marketing .curr-header p{color:var(--ink-2);max-width:320px;font-size:15px}.sl-marketing .subjects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.sl-marketing .subject-card{background:#fff;border-radius:16px;padding:24px;border:1px solid var(--line);box-shadow:0 4px 14px -6px rgba(15,23,42,.08),0 2px 4px -2px rgba(15,23,42,.05)}.sl-marketing .subject-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.sl-marketing .subject-icon svg{width:26px;height:26px}.sl-marketing .subject-icon.maths{background:var(--blue-soft);color:var(--blue)}.sl-marketing .subject-icon.english{background:var(--green);color:var(--green-deep)}.sl-marketing .subject-icon.science{background:var(--orange);color:var(--orange-deep)}.sl-marketing .subject-card h4{font-size:18px;font-weight:700;margin-bottom:6px}.sl-marketing .subject-card p{color:var(--muted);font-size:14px;margin-bottom:12px}.sl-marketing .subject-card .acara{display:inline-block;background:var(--bg-2);padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;color:var(--ink-2);letter-spacing:.5px}.sl-marketing .year-progression{background:#fff;border-radius:14px;padding:22px 24px;display:flex;align-items:center;gap:20px;border:1px solid var(--line);flex-wrap:wrap}.sl-marketing .year-progression-label{font-weight:700;color:var(--ink);font-size:14px;flex-shrink:0}.sl-marketing .year-progression-label small{display:block;color:var(--muted);font-weight:500;font-size:12px}.sl-marketing .year-dots{display:flex;gap:8px;flex:1;flex-wrap:wrap}.sl-marketing .year-dot{width:38px;height:38px;border-radius:50%;background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.sl-marketing .year-dot.active{background:var(--blue);color:#fff}.sl-marketing .why{padding:88px 0;background:linear-gradient(135deg,#eef2ff 0,#dbe6ff 60%,#c5d5ff 100%);color:var(--ink);position:relative;overflow:hidden}.sl-marketing .why::before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(45,91,255,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing .why::after{content:"";position:absolute;bottom:-150px;left:-100px;width:380px;height:380px;background:radial-gradient(circle,rgba(124,58,237,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing .why .container{position:relative;z-index:1}.sl-marketing .why .section-eyebrow{color:var(--blue)}.sl-marketing .why .section-title{color:var(--ink)}.sl-marketing .why .section-sub{color:var(--ink-2)}.sl-marketing .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sl-marketing .why-grid-3{grid-template-columns:repeat(3,1fr);gap:22px}.sl-marketing .why-on-white{background:#fff}@media (max-width:880px){.sl-marketing .why-grid,.sl-marketing .why-grid-3{grid-template-columns:1fr}}.sl-marketing .why-item{text-align:center;padding:28px 20px;background:#fff;border:1px solid rgba(45,91,255,.08);border-radius:16px;box-shadow:0 6px 18px -8px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease}.sl-marketing .why-item:hover{transform:translateY(-3px);box-shadow:0 16px 32px -10px rgba(45,91,255,.18),0 6px 12px -4px rgba(15,23,42,.08)}.sl-marketing .why-icon{width:56px;height:56px;border-radius:14px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.sl-marketing .why-icon svg{width:28px;height:28px}.sl-marketing .why-item h3{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--ink)}.sl-marketing .why-item p{color:var(--muted);font-size:14px;line-height:1.55}.sl-marketing .results{padding:88px 0;background:var(--bg-2)}.sl-marketing .results-on-white{background:#fff}.sl-marketing .results-grid{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:center}.sl-marketing .results-reverse .results-grid{grid-template-columns:7fr 5fr}.sl-marketing .results-reverse .results-content{order:2}.sl-marketing .results-content{max-width:460px}.sl-marketing .results-title{font-size:36px;font-weight:800;color:var(--ink);letter-spacing:.3px;line-height:1.15;margin-bottom:16px}.sl-marketing .results-sub{color:var(--ink-2);font-size:16px;line-height:1.6;margin-bottom:24px}.sl-marketing .results-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.sl-marketing .story-stat-stack{display:flex;flex-direction:column;gap:14px}.sl-marketing .story-stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 22px;box-shadow:0 6px 18px -10px rgba(15,23,42,.1);display:flex;flex-direction:column;gap:4px}.sl-marketing .story-stat-year{font-weight:800;font-size:22px;color:var(--blue);line-height:1.1}.sl-marketing .story-stat-label{color:var(--ink-2);font-size:14px;line-height:1.4}.sl-marketing .results-grid-reverse{grid-template-columns:7fr 5fr}.sl-marketing .results-grid-reverse>.results-content{order:1}.sl-marketing .results-grid-reverse>.results-visual{order:0}@media (max-width:880px){.sl-marketing .results-grid-reverse{grid-template-columns:1fr}.sl-marketing .results-grid-reverse>.results-content{order:0}.sl-marketing .results-grid-reverse>.results-visual{order:1}}.sl-marketing .home-tutor-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 18px 36px -22px rgba(15,23,42,.18);display:flex;flex-direction:column;gap:14px}.sl-marketing .home-tutor-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.sl-marketing .home-tutor-card-chip{background:var(--blue-soft);color:var(--blue);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.sl-marketing .home-tutor-card-level{color:var(--ink-2);font-size:13px;font-weight:600}.sl-marketing .home-tutor-card-row{display:flex;align-items:center;gap:14px;background:var(--bg-2);border-radius:14px;padding:14px 16px}.sl-marketing .home-tutor-card-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sl-marketing .home-tutor-card-icon svg{width:18px;height:18px}.sl-marketing .home-tutor-card-title{font-weight:700;color:var(--ink);font-size:14px;line-height:1.3}.sl-marketing .home-tutor-card-meta{color:var(--ink-2);font-size:13px;line-height:1.4}.sl-marketing .results-list{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:14px}.sl-marketing .results-list li{display:flex;align-items:center;gap:14px;font-size:15px;color:var(--ink-2);font-weight:500}.sl-marketing .results-bullet{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sl-marketing .results-bullet svg{width:18px;height:18px}.sl-marketing .results-link{color:var(--blue);font-weight:600;font-size:15px;text-decoration:none;border-bottom:1.5px solid currentColor;padding-bottom:2px}.sl-marketing .results-link:hover{color:var(--blue-dark);text-decoration:none}.sl-marketing .browser-frame{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 30px 60px -20px rgba(15,23,42,.3),0 12px 24px -8px rgba(15,23,42,.18);border:1px solid var(--line)}.sl-marketing .browser-bar{background:#f1f5f9;border-bottom:1px solid var(--line);padding:11px 14px;display:flex;align-items:center;gap:6px}.sl-marketing .browser-dot{width:11px;height:11px;border-radius:50%}.sl-marketing .browser-url{margin-left:16px;background:#fff;padding:5px 14px;border-radius:6px;font-size:12px;color:var(--muted);border:1px solid var(--line)}.sl-marketing .browser-screen{width:100%;height:auto;display:block}.sl-marketing .subject-screen-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 30px 60px -22px rgba(15,23,42,.28),0 12px 24px -10px rgba(15,23,42,.14);line-height:0;max-width:580px;margin:0 auto}.sl-marketing .subject-screen-card img{width:100%;height:100%;display:block}.sl-marketing .subject-screen-card.has-letterbox{aspect-ratio:16/9}.sl-marketing .subject-screen-card.has-letterbox img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.sl-marketing .subject-screen-card.has-padding{padding:24px}.sl-marketing .subject-screen-card.has-padding img{border-radius:6px}.sl-marketing .curriculum-hero{background:linear-gradient(180deg,#dcebfd 0,#e8f3ff 100%);padding:64px 0 72px}.sl-marketing .curriculum-hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:start}.sl-marketing .curriculum-hero-title{font-size:clamp(40px, 5.5vw, 56px);font-weight:900;line-height:1.05;letter-spacing:-.02em;color:var(--ink);margin-bottom:28px}.sl-marketing .curriculum-label{display:block;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);margin-bottom:6px}.sl-marketing .curriculum-jurisdiction{margin-bottom:24px}.sl-marketing .curriculum-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid var(--line);border-radius:10px;padding:12px 36px 12px 14px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 12px center/16px no-repeat;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing .curriculum-select:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(45,91,255,.15)}.sl-marketing .curriculum-select-pill{background-color:var(--blue);color:#fff;border-color:var(--blue);font-weight:700;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");min-width:200px}.sl-marketing .curriculum-select-pill:focus{box-shadow:0 0 0 3px rgba(45,91,255,.25)}.sl-marketing .curriculum-hero-desc{font-size:17px;color:var(--ink);margin-bottom:16px;line-height:1.5}.sl-marketing .curriculum-hero-bullets{list-style:disc;padding-left:22px;color:var(--ink)}.sl-marketing .curriculum-hero-bullets li{font-size:15px;line-height:1.6;margin-bottom:4px}.sl-marketing .curriculum-features-card{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#fff;border-radius:22px;padding:22px;box-shadow:0 24px 48px -22px rgba(15,23,42,.18)}.sl-marketing .curriculum-feature{display:flex;align-items:center;gap:10px;background:#f8fafe;border:1px solid var(--line);border-radius:12px;padding:14px 16px;font-size:14px;font-weight:600;color:var(--ink);line-height:1.35}.sl-marketing .curriculum-feature-tick{flex-shrink:0;width:20px;height:20px;color:var(--green-deep);display:inline-flex;align-items:center;justify-content:center}.sl-marketing .curriculum-feature-tick svg{width:18px;height:18px}.sl-marketing .curriculum-filter-section{padding:36px 0 24px;background:#f4f7fb}.sl-marketing .curriculum-filter-bar{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:18px;margin-bottom:18px}.sl-marketing .curriculum-filter{display:flex;flex-direction:column}.sl-marketing .curriculum-search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing .curriculum-search-input:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(45,91,255,.15)}.sl-marketing .curriculum-summary{display:flex;gap:32px;align-items:center;background:#e5eefb;border-radius:12px;padding:16px 20px}.sl-marketing .curriculum-summary-item{display:flex;flex-direction:column;gap:2px}.sl-marketing .curriculum-summary-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-2)}.sl-marketing .curriculum-summary-value{font-size:15px;font-weight:700;color:var(--ink)}.sl-marketing .curriculum-main{padding:24px 0 64px;background:#f4f7fb}.sl-marketing .curriculum-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px;align-items:start}.sl-marketing .curriculum-list{display:flex;flex-direction:column;gap:14px}.sl-marketing .curriculum-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:box-shadow .15s ease}.sl-marketing .curriculum-card[open]{box-shadow:0 12px 28px -16px rgba(15,23,42,.18)}.sl-marketing .curriculum-card-summary{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:flex-start;padding:16px;cursor:pointer;background:#eef4fe;list-style:none}.sl-marketing .curriculum-card-summary::-webkit-details-marker{display:none}.sl-marketing .curriculum-card[open] .curriculum-card-summary{background:#e8f0fc}.sl-marketing .curriculum-code-chip{background:#fff;border:1px solid var(--line);border-radius:8px;padding:8px 12px;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:12px;font-weight:700;color:var(--ink);letter-spacing:.02em;white-space:nowrap}.sl-marketing .curriculum-card-body{min-width:0}.sl-marketing .curriculum-card-meta{display:flex;gap:14px;align-items:center;margin-bottom:2px;font-size:13px;color:var(--ink-2)}.sl-marketing .curriculum-card-subject{color:var(--blue);font-weight:700}.sl-marketing .curriculum-card-strand{font-size:12px;color:var(--ink-2);margin-bottom:4px}.sl-marketing .curriculum-card-desc{font-size:14px;line-height:1.5;color:var(--ink)}.sl-marketing .curriculum-card-elab{font-size:13px;color:var(--ink-2);margin-top:4px}.sl-marketing .curriculum-card-toggle{flex-shrink:0;color:var(--blue);width:28px;height:28px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.sl-marketing .curriculum-card[open] .curriculum-card-toggle{transform:rotate(180deg)}.sl-marketing .curriculum-card-toggle svg{width:16px;height:16px}.sl-marketing .curriculum-card-activities{padding:8px 16px 16px;background:#fff}.sl-marketing .curriculum-activity{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.sl-marketing .curriculum-activity:last-child{border-bottom:0}.sl-marketing .curriculum-activity-name{color:var(--ink)}.sl-marketing .curriculum-activity-id{color:var(--ink-2);font-size:13px}.sl-marketing .curriculum-sidebar{display:flex;flex-direction:column;gap:14px;position:sticky;top:110px}.sl-marketing .curriculum-info-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.sl-marketing .curriculum-info-card h3{font-size:16px;font-weight:800;color:var(--ink);margin-bottom:8px}.sl-marketing .curriculum-info-card p{color:var(--ink-2);font-size:14px;line-height:1.55;margin-bottom:8px}.sl-marketing .curriculum-info-card p:last-child{margin-bottom:0}.sl-marketing .curriculum-help-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.sl-marketing .curriculum-help-card summary{list-style:none;cursor:pointer;padding:16px 22px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;color:var(--ink)}.sl-marketing .curriculum-help-card summary::-webkit-details-marker{display:none}.sl-marketing .curriculum-help-toggle{color:var(--blue);transition:transform .2s ease}.sl-marketing .curriculum-help-toggle svg{width:18px;height:18px}.sl-marketing .curriculum-help-card[open] .curriculum-help-toggle{transform:rotate(180deg)}.sl-marketing .curriculum-help-body{padding:0 22px 18px;font-size:14px;line-height:1.6;color:var(--ink-2)}.sl-marketing .curriculum-help-body li{margin-bottom:6px}.sl-marketing .curriculum-help-body strong{color:var(--ink)}.sl-marketing .curriculum-empty{background:#fff;border:1px solid var(--line);border-radius:14px;padding:36px;text-align:center;margin-top:16px}.sl-marketing .curriculum-empty h2{font-size:20px;font-weight:800;color:var(--ink);margin-bottom:6px}.sl-marketing .curriculum-empty p{color:var(--ink-2);font-size:14px}@media (max-width:980px){.sl-marketing .curriculum-hero-grid{grid-template-columns:1fr}.sl-marketing .curriculum-filter-bar{grid-template-columns:1fr}.sl-marketing .curriculum-grid{grid-template-columns:1fr}.sl-marketing .curriculum-sidebar{position:static}.sl-marketing .curriculum-summary{flex-wrap:wrap;gap:16px 28px}.sl-marketing .curriculum-features-card{grid-template-columns:1fr}}.sl-marketing .campaign-hero{position:relative;padding:64px 0 56px;overflow:hidden;background:linear-gradient(180deg,#b3dafe 0,#87bfff 100%);isolation:isolate}.sl-marketing .campaign-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:center}.sl-marketing .campaign-hero-content{max-width:560px}.sl-marketing .campaign-hero-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#fff;color:var(--blue);padding:6px 12px;border-radius:999px;margin-bottom:22px}.sl-marketing .campaign-hero-title{font-size:clamp(40px, 6vw, 68px);font-weight:900;line-height:1;letter-spacing:-.02em;color:var(--ink);margin-bottom:18px}.sl-marketing .campaign-hero-title .accent{color:var(--blue)}.sl-marketing .campaign-hero-sub{font-size:20px;line-height:1.5;color:var(--ink);margin-bottom:22px;max-width:480px}.sl-marketing .campaign-hero-list{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}.sl-marketing .campaign-hero-list li{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:16px;font-weight:500}.sl-marketing .campaign-tick{width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sl-marketing .campaign-tick svg{width:14px;height:14px}.sl-marketing .campaign-hero-ctas{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:28px}.sl-marketing .campaign-cta-primary{background:var(--blue);color:#fff;border:0;font-weight:800;padding:16px 32px;border-radius:999px;box-shadow:0 14px 32px -10px rgba(45,91,255,.4);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.sl-marketing .campaign-cta-primary:hover{background:#1e47cc;transform:translateY(-1px);box-shadow:0 18px 36px -10px rgba(45,91,255,.5)}.sl-marketing .campaign-hero-microcopy{color:var(--ink);font-size:14px;font-weight:500;opacity:.85}.sl-marketing .campaign-hero-stat-pill{display:inline-flex;flex-direction:column;gap:4px;background:#fff;padding:14px 22px;border-radius:18px;box-shadow:0 14px 28px -14px rgba(15,23,42,.18)}.sl-marketing .campaign-hero-stat-pill-label{font-size:13px;font-weight:700;color:var(--ink)}.sl-marketing .campaign-hero-stat-pill-num{font-size:26px;font-weight:900;color:var(--blue);letter-spacing:-.02em;line-height:1}.sl-marketing .campaign-hero-stat-pill-num span{font-size:14px;color:var(--ink-2);font-weight:600;letter-spacing:0;margin-left:4px}.sl-marketing .campaign-hero-visual{display:flex;justify-content:flex-end;align-items:center}.sl-marketing .campaign-hero-img{width:100%;height:auto;max-width:920px;display:block}.sl-marketing .campaign-subject-card{text-decoration:none;color:inherit;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.sl-marketing .campaign-subject-card:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 24px 48px -22px rgba(15,23,42,.18)}.sl-marketing .campaign-subject-link{display:inline-block;margin-top:12px;font-size:14px;font-weight:700;color:var(--blue)}.sl-marketing .campaign-plan-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:940px;margin:0 auto}.sl-marketing .campaign-plan-tile{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;text-align:left;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.sl-marketing .campaign-plan-tile:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 24px 48px -22px rgba(15,23,42,.18)}.sl-marketing .campaign-plan-tile-featured{border-color:var(--blue);box-shadow:0 24px 48px -22px rgba(45,91,255,.25)}.sl-marketing .campaign-plan-badge{position:absolute;top:-12px;left:22px;background:var(--blue);color:#fff;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:5px 10px;border-radius:999px}.sl-marketing .campaign-plan-eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:6px}.sl-marketing .campaign-plan-rate{font-size:18px;color:var(--ink);margin-bottom:6px}.sl-marketing .campaign-plan-rate strong{font-size:32px;font-weight:900;letter-spacing:-.02em}.sl-marketing .campaign-plan-rate small{color:var(--ink-2);font-size:13px;font-weight:500}.sl-marketing .campaign-plan-detail{color:var(--ink-2);font-size:13.5px;line-height:1.5}.sl-marketing .campaign-cta-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:36px}@media (max-width:880px){.sl-marketing .campaign-hero{padding:48px 0 40px}.sl-marketing .campaign-hero-grid{grid-template-columns:1fr;gap:32px}.sl-marketing .campaign-hero-visual{order:-1;justify-content:center}.sl-marketing .campaign-hero-img{max-width:420px}}.sl-marketing .contact-main{padding:24px 0 80px}.sl-marketing .contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:start}.sl-marketing .contact-form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:40px;box-shadow:0 20px 48px -28px rgba(15,23,42,.18)}.sl-marketing .contact-form-title{font-size:28px;font-weight:800;color:var(--ink);margin:4px 0 8px}.sl-marketing .contact-form-sub{color:var(--ink-2);font-size:15px;margin-bottom:24px}.sl-marketing .contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sl-marketing .contact-field-help{font-size:12px;color:var(--ink-2);margin-top:4px}.sl-marketing .contact-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 12px center/16px no-repeat;padding-right:36px;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing .contact-select:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(45,91,255,.15)}.sl-marketing .contact-form textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff;resize:vertical;min-height:140px;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing .contact-form textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(45,91,255,.15)}.sl-marketing .contact-callout{margin-top:24px;padding:16px 18px;background:var(--bg-2);border-left:3px solid var(--blue);border-radius:8px;font-size:14px;color:var(--ink-2);line-height:1.55}.sl-marketing .contact-callout strong{color:var(--ink)}.sl-marketing .contact-sidebar{position:sticky;top:110px}.sl-marketing .contact-sidebar-title{font-size:22px;font-weight:800;color:var(--ink);margin:4px 0 16px}.sl-marketing .contact-sidebar-links{list-style:none;padding:0;margin:0 0 28px}.sl-marketing .contact-sidebar-links li{margin-bottom:8px}.sl-marketing .contact-sidebar-links a{display:block;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:12px;color:var(--ink);font-weight:600;font-size:14px;text-decoration:none;transition:border-color .15s ease,transform .15s ease}.sl-marketing .contact-sidebar-links a:hover{border-color:var(--blue);transform:translateY(-1px)}.sl-marketing .contact-sidebar-note{background:var(--blue-soft);border-radius:14px;padding:20px}.sl-marketing .contact-sidebar-note h3{font-size:13px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.sl-marketing .contact-sidebar-note p{color:var(--ink);font-size:14px;line-height:1.5}.sl-marketing .contact-help-list{list-style:none;padding:0;margin:0}.sl-marketing .contact-help-list li{padding:6px 0;border-bottom:1px solid var(--line)}.sl-marketing .contact-help-list li:last-child{border-bottom:0}.sl-marketing .contact-help-list a{color:var(--ink);font-size:14px;font-weight:500;text-decoration:none;line-height:1.4}.sl-marketing .contact-help-list a:hover{color:var(--blue)}.sl-marketing .privacy-callout{padding:56px 0;background:#fff}.sl-marketing .privacy-callout-inner{display:flex;gap:20px;align-items:flex-start;max-width:760px;margin:0 auto;padding:28px;background:var(--bg-2);border-radius:18px;border:1px solid var(--line)}.sl-marketing .privacy-callout-icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center}.sl-marketing .privacy-callout-icon svg{width:24px;height:24px}.sl-marketing .privacy-callout h2{font-size:20px;font-weight:800;color:var(--ink);margin-bottom:6px}.sl-marketing .privacy-callout p{font-size:14px;color:var(--ink-2);line-height:1.6}.sl-marketing .privacy-callout a{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:3px}@media (max-width:880px){.sl-marketing .contact-grid{grid-template-columns:1fr}.sl-marketing .contact-form-card{padding:28px 22px}.sl-marketing .contact-form-row{grid-template-columns:1fr}.sl-marketing .contact-sidebar{position:static}.sl-marketing .privacy-callout-inner{flex-direction:column}}.sl-marketing .invest-band{padding:56px 0;background:linear-gradient(135deg,var(--blue-soft) 0,#fafbff 100%)}.sl-marketing .invest-band-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:980px;margin:0 auto;padding:36px;background:#fff;border-radius:22px;border:1px solid var(--line);box-shadow:0 20px 48px -22px rgba(15,23,42,.18)}.sl-marketing .invest-band-inner h2{font-size:26px;font-weight:800;line-height:1.25;color:var(--ink);margin-top:4px}@media (max-width:760px){.sl-marketing .invest-band-inner{flex-direction:column;align-items:flex-start;padding:28px}.sl-marketing .invest-band-inner h2{font-size:22px}}.sl-marketing .explore-resources{padding:48px 0 72px;background:#fff}.sl-marketing .explore-resources-inner{max-width:760px;margin:0 auto}.sl-marketing .explore-resources .section-sub a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;font-weight:600}.sl-marketing .explore-resources .section-sub a:hover{text-decoration:none}.sl-marketing .sale-banner{position:relative;background:linear-gradient(90deg,#c2410c 0,#ea580c 50%,#f97316 100%);color:#fff;padding:11px 56px 11px 24px;font-size:14px;line-height:1.4;text-align:center}.sl-marketing .sale-banner-inner{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:10px 14px;max-width:100%}.sl-marketing .sale-banner-eyebrow{background:rgba(255,255,255,.18);color:#fff;font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:999px}.sl-marketing .sale-banner-text{font-weight:500}.sl-marketing .sale-banner-text strong{font-weight:800}.sl-marketing .sale-banner-link{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:700;white-space:nowrap}.sl-marketing .sale-banner-link:hover{text-decoration:none}.sl-marketing .sale-banner-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;background:0 0;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:.85;transition:opacity .15s,background .15s}.sl-marketing .sale-banner-close svg{width:16px;height:16px}.sl-marketing .sale-banner-close:hover{opacity:1;background:rgba(255,255,255,.18)}@media (max-width:600px){.sl-marketing .sale-banner{font-size:13px;padding:10px 44px 10px 16px}.sl-marketing .sale-banner-eyebrow{font-size:10px}}.sl-marketing .admin-mockup{background:#fff;border-radius:18px;padding:22px 22px 12px;border:1px solid var(--line);box-shadow:0 20px 40px -18px rgba(15,23,42,.18),0 6px 14px -6px rgba(15,23,42,.08);max-width:520px}.sl-marketing .admin-mockup-header{display:flex;align-items:center;gap:10px;padding:0 4px 16px;border-bottom:1px solid var(--line);margin-bottom:10px}.sl-marketing .admin-mockup-title{font-size:15px;font-weight:800;color:var(--ink);letter-spacing:-.2px}.sl-marketing .admin-mockup-count{background:var(--blue-soft);color:var(--blue);font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px}.sl-marketing .admin-mockup-add{margin-left:auto;background:var(--blue);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;box-shadow:0 4px 10px -2px rgba(45,91,255,.3)}.sl-marketing .admin-mockup-row{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid var(--line)}.sl-marketing .admin-mockup-row:last-child{border-bottom:none}.sl-marketing .admin-mockup-avatar{width:36px;height:36px;border-radius:50%;color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.5px}.sl-marketing .admin-mockup-avatar.a{background:linear-gradient(135deg,#2d5bff,#7c3aed)}.sl-marketing .admin-mockup-avatar.b{background:linear-gradient(135deg,#ea580c,#db2777)}.sl-marketing .admin-mockup-avatar.c{background:linear-gradient(135deg,#059669,#2d5bff)}.sl-marketing .admin-mockup-avatar.d{background:linear-gradient(135deg,#f59e0b,#ea580c)}.sl-marketing .admin-mockup-avatar.e{background:linear-gradient(135deg,#7c3aed,#db2777)}.sl-marketing .admin-mockup-body{flex:1;min-width:0}.sl-marketing .admin-mockup-name{font-size:14px;font-weight:700;color:var(--ink);line-height:1.2}.sl-marketing .admin-mockup-meta{font-size:12px;color:var(--muted);margin-top:2px}.sl-marketing .admin-mockup-chip{font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;white-space:nowrap}.sl-marketing .admin-mockup-chip.chip-green{background:var(--green);color:var(--green-deep)}.sl-marketing .admin-mockup-chip.chip-blue{background:var(--blue-soft);color:var(--blue)}.sl-marketing .admin-mockup-chip.chip-amber{background:#fef3c7;color:#b45309}.sl-marketing .science-mockup{background:linear-gradient(160deg,#fff7ed 0,#ffedd5 100%);border-radius:22px;padding:26px 26px 24px;border:1px solid rgba(234,88,12,.18);box-shadow:0 20px 40px -16px rgba(234,88,12,.25),0 6px 14px -6px rgba(15,23,42,.08);max-width:520px}.sl-marketing .science-mockup-header{margin-bottom:18px}.sl-marketing .science-mockup-eyebrow{font-size:11px;font-weight:700;color:var(--orange-deep);text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.sl-marketing .science-mockup-title{font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.4px}.sl-marketing .science-mockup-stages{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:6px;margin-bottom:18px}.sl-marketing .science-stage{display:flex;flex-direction:column;align-items:center;gap:6px}.sl-marketing .science-stage-icon{width:54px;height:54px;border-radius:50%;background:#fff;color:var(--orange-deep);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px -4px rgba(15,23,42,.12)}.sl-marketing .science-stage-icon svg{width:26px;height:26px}.sl-marketing .science-stage-icon.stage-1{color:#db2777}.sl-marketing .science-stage-icon.stage-2{color:var(--orange-deep)}.sl-marketing .science-stage-icon.stage-3{color:var(--green-deep)}.sl-marketing .science-stage-icon.stage-4{color:var(--blue)}.sl-marketing .science-stage-label{font-size:12px;font-weight:700;color:var(--ink)}.sl-marketing .science-stage-arrow{color:var(--orange-deep);font-weight:800;font-size:16px;opacity:.6}.sl-marketing .science-mockup-q{background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 4px 12px -6px rgba(15,23,42,.08)}.sl-marketing .science-q-label{display:inline-block;font-size:10px;font-weight:800;color:var(--orange-deep);text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px}.sl-marketing .science-q-text{font-size:13px;color:var(--ink);font-weight:600;line-height:1.4;margin-bottom:10px}.sl-marketing .science-q-progress{height:6px;background:#ffedd5;border-radius:3px;overflow:hidden}.sl-marketing .science-q-progress>span{display:block;height:100%;background:var(--orange-deep);border-radius:3px}.sl-marketing .stats{padding:80px 0}.sl-marketing .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}.sl-marketing .stat-card{background:#fff;border-radius:18px;padding:32px 24px;border:1px solid var(--line);text-align:center;box-shadow:0 6px 18px -8px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.06)}.sl-marketing .stat-card.tinted-1{background:var(--blue-soft);border-color:transparent}.sl-marketing .stat-card.tinted-2{background:var(--green);border-color:transparent}.sl-marketing .stat-card.tinted-3{background:var(--orange);border-color:transparent}.sl-marketing .stat-card.tinted-4{background:var(--purple);border-color:transparent}.sl-marketing .stat-num{font-size:44px;font-weight:800;letter-spacing:.4px;line-height:1;margin-bottom:8px}.sl-marketing .stat-card.tinted-1 .stat-num{color:var(--blue)}.sl-marketing .stat-card.tinted-2 .stat-num{color:var(--green-deep)}.sl-marketing .stat-card.tinted-3 .stat-num{color:var(--orange-deep)}.sl-marketing .stat-card.tinted-4 .stat-num{color:var(--purple-deep)}.sl-marketing .stat-label{font-weight:600;color:var(--ink);font-size:14px;margin-bottom:4px}.sl-marketing .stat-source{font-size:12px;color:var(--muted)}.sl-marketing .stats-note{text-align:center;font-size:13px;color:var(--muted);max-width:720px;margin:0 auto}.sl-marketing .school-logos{padding:48px 0 64px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.sl-marketing .school-logos-label{text-align:center;color:var(--muted);font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:28px}.sl-marketing .logo-row{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:32px;opacity:.6}.sl-marketing .logo-item{font-weight:700;color:var(--ink-2);font-size:16px;letter-spacing:.1px;display:flex;align-items:center;gap:6px}.sl-marketing .logo-item .logo-mark{width:28px;height:28px;border-radius:6px;background:var(--ink-2);display:inline-block}.sl-marketing .testimonials{padding:88px 0;background:linear-gradient(135deg,#ecfdf5 0,#d1fae5 60%,#a7f3d0 100%);position:relative;overflow:hidden}.sl-marketing .testimonials::before{content:"";position:absolute;top:-80px;left:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(5,150,105,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing .testimonials::after{content:"";position:absolute;bottom:-100px;right:-100px;width:360px;height:360px;background:radial-gradient(circle,rgba(45,91,255,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing .testimonials .container{position:relative;z-index:1}.sl-marketing .testimonials .section-eyebrow{color:var(--green-deep)}.sl-marketing .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sl-marketing .test-card{background:#fff;border-radius:18px;padding:28px;border:1px solid var(--line);box-shadow:0 6px 18px -8px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.06)}.sl-marketing .test-stars{color:#f59e0b;margin-bottom:14px;letter-spacing:2px}.sl-marketing .test-quote{font-size:16px;color:var(--ink);line-height:1.55;margin-bottom:20px}.sl-marketing .test-author{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--line)}.sl-marketing .test-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--purple-deep));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.sl-marketing .test-avatar.b{background:linear-gradient(135deg,var(--orange-deep),var(--pink-deep))}.sl-marketing .test-avatar.c{background:linear-gradient(135deg,var(--green-deep),var(--blue))}.sl-marketing .test-name{font-weight:700;font-size:14px;color:var(--ink)}.sl-marketing .test-role{font-size:13px;color:var(--muted)}.sl-marketing .pricing{padding:80px 0}.sl-marketing .testimonials.testimonials-cream{background:linear-gradient(135deg,#fffbeb 0,#fef3c7 100%)}.sl-marketing .testimonials.testimonials-cream::before{background:radial-gradient(circle,rgba(245,158,11,.12) 0,transparent 70%)}.sl-marketing .testimonials.testimonials-cream::after{background:radial-gradient(circle,rgba(234,88,12,.08) 0,transparent 70%)}.sl-marketing .testimonials.testimonials-cream .section-eyebrow{color:#b45309}.sl-marketing .faq.faq-on-white{background:#fff}.sl-marketing .hero-trial-note{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding:10px 18px;background:var(--green);color:var(--green-deep);border-radius:999px;font-size:14px}.sl-marketing .hero-trial-note strong{color:var(--green-deep);font-weight:700;margin-right:4px}.sl-marketing .hero-trial-note span{color:var(--ink-2)}.sl-marketing .hero-trial-note strong{color:var(--green-deep)}.sl-marketing .hero-trial-icon{display:inline-flex;align-items:flex-start;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--green-deep);color:#fff;flex-shrink:0;padding-top:4px;box-sizing:border-box}.sl-marketing .hero-trial-icon svg{width:14px;height:14px;stroke:white}.sl-marketing .hero-trial-note>span{color:var(--ink-2);display:inline}.sl-marketing .hero-stacked .hero-trial-note{margin-left:auto;margin-right:auto}.sl-marketing .price-card-badge{position:absolute;top:14px;right:18px;padding:5px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;z-index:3}.sl-marketing .price-card-badge-soft{background:var(--orange);color:var(--orange-deep);border:1px solid rgba(234,88,12,.25)}.sl-marketing .price-card-badge-bold{background:var(--green-deep);color:#fff;box-shadow:0 4px 10px rgba(5,150,105,.3)}.sl-marketing .stat-strip{padding:36px 0;background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sl-marketing .stat-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.sl-marketing .stat-strip-item{text-align:center}.sl-marketing .stat-strip-num{font-size:32px;font-weight:800;color:var(--blue);letter-spacing:-.3px;line-height:1;margin-bottom:6px}.sl-marketing .stat-strip-label{font-size:13px;color:var(--ink-2);line-height:1.4}.sl-marketing .sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:400;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 24px -8px rgba(15,23,42,.1);transform:translateY(100%);transition:transform .3s cubic-bezier(.4, 0, .2, 1)}.sl-marketing .sticky-cta.visible{transform:translateY(0)}.sl-marketing .sticky-cta-inner{max-width:1180px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.sl-marketing .sticky-cta-text{display:flex;flex-direction:column;line-height:1.3}.sl-marketing .sticky-cta-text strong{font-size:15px;font-weight:700;color:var(--ink)}.sl-marketing .sticky-cta-text span{font-size:13px;color:var(--muted)}.sl-marketing .sticky-cta-btn{white-space:nowrap;flex-shrink:0}.sl-marketing .value{padding:88px 0;background:linear-gradient(135deg,#eef2ff 0,#dbe6ff 60%,#c5d5ff 100%);position:relative;overflow:hidden}.sl-marketing .value::before{content:"";position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(45,91,255,.12) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing .value::after{content:"";position:absolute;bottom:-100px;left:-100px;width:320px;height:320px;background:radial-gradient(circle,rgba(124,58,237,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing .value .container{position:relative;z-index:1}.sl-marketing .value .section-eyebrow{color:var(--blue)}.sl-marketing .value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:820px;margin:0 auto}.sl-marketing .value-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px 26px;display:flex;flex-direction:column;gap:18px;box-shadow:0 8px 22px -10px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.05)}.sl-marketing .value-card-featured{border:2px solid var(--blue);box-shadow:0 16px 36px -12px rgba(45,91,255,.28),0 4px 12px -4px rgba(45,91,255,.18);background:linear-gradient(180deg,#fafbff,#fff 40%);position:relative;overflow:hidden}.sl-marketing .value-card-featured::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--blue)}.sl-marketing .value-card-tag{display:inline-block;width:-moz-fit-content;width:fit-content;background:var(--bg-2);color:var(--ink-2);padding:5px 12px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.sl-marketing .value-card-tag-featured{background:var(--blue);color:#fff}.sl-marketing .value-card-cost{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.sl-marketing .value-card-amount{font-size:38px;font-weight:800;color:var(--ink);line-height:1;letter-spacing:-.5px}.sl-marketing .value-card-featured .value-card-amount{color:var(--blue);font-size:48px}.sl-marketing .value-card-unit{font-size:14px;font-weight:500;color:var(--muted)}.sl-marketing .value-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sl-marketing .value-card-list li{font-size:14px;color:var(--ink-2);line-height:1.45;position:relative;padding-left:22px}.sl-marketing .value-card-list li::before{content:"";position:absolute;left:0;top:6px;width:14px;height:14px;border-radius:50%;background:var(--bg-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat}.sl-marketing .value-card-featured .value-card-list li::before{background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat}.sl-marketing .value-card-yearly{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:baseline}.sl-marketing .value-card-yearly-label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.sl-marketing .value-card-yearly strong{font-size:20px;font-weight:800;color:var(--ink)}.sl-marketing .value-card-yearly-featured strong{color:var(--blue)}.sl-marketing .value-note{text-align:center;font-size:12px;color:var(--muted);max-width:700px;margin:28px auto 0;line-height:1.5}.sl-marketing .compare-table{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 18px 36px -22px rgba(15,23,42,.14)}.sl-marketing .compare-row{display:grid;grid-template-columns:1.2fr 1.5fr 1.5fr;align-items:stretch;border-bottom:1px solid var(--line)}.sl-marketing .compare-row:last-child{border-bottom:0}.sl-marketing .compare-cell{padding:18px 22px;font-size:15px;color:var(--ink);display:flex;flex-direction:column;justify-content:center;gap:4px}.sl-marketing .compare-cell-label{background:var(--bg-2);font-weight:700;color:var(--ink-2);font-size:13px;text-transform:uppercase;letter-spacing:.6px}.sl-marketing .compare-cell-other{color:var(--ink-2);text-decoration:line-through;text-decoration-color:rgba(15,23,42,0.18);text-decoration-thickness:1px;text-align:center;align-items:center}.sl-marketing .compare-cell-us{background:var(--blue-soft);color:var(--ink);font-weight:600;position:relative;text-align:center;align-items:center}.sl-marketing .compare-cell-us::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--blue)}.sl-marketing .compare-row-head .compare-cell{padding:26px 22px 22px}.sl-marketing .compare-row-head .compare-cell-other,.sl-marketing .compare-row-head .compare-cell-us{text-decoration:none}.sl-marketing .compare-col-tag{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px}.sl-marketing .compare-row-head .compare-cell-other .compare-col-tag{color:var(--ink-2)}.sl-marketing .compare-row-head .compare-cell-us .compare-col-tag{color:var(--blue)}.sl-marketing .compare-col-rate{font-size:24px;font-weight:800;color:var(--ink);line-height:1.1}.sl-marketing .compare-col-rate span{font-size:14px;font-weight:500;color:var(--ink-2)}.sl-marketing .compare-row-total{background:var(--ink)}.sl-marketing .compare-row-total .compare-cell{color:#fff;padding:22px}.sl-marketing .compare-row-total .compare-cell-label{background:var(--ink);color:rgba(255,255,255,.85)}.sl-marketing .compare-row-total .compare-cell-other{color:rgba(255,255,255,.6);text-decoration-color:rgba(255,255,255,0.4)}.sl-marketing .compare-row-total .compare-cell-other strong{color:#fff;font-size:18px}.sl-marketing .compare-row-total .compare-cell-us{background:var(--blue);color:#fff;text-decoration:none}.sl-marketing .compare-row-total .compare-cell-us::before{display:none}.sl-marketing .compare-row-total .compare-cell-us strong{color:#fff;font-size:22px;font-weight:800}@media (max-width:720px){.sl-marketing .compare-row{grid-template-columns:1fr 1fr}.sl-marketing .compare-cell-label{grid-column:1/-1;padding:10px 18px;font-size:12px}.sl-marketing .compare-cell{padding:14px 16px;font-size:14px}.sl-marketing .compare-col-rate{font-size:20px}.sl-marketing .compare-row-total .compare-cell-us strong{font-size:18px}}.sl-marketing .value-cta{margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.sl-marketing .compare{padding:80px 0}.sl-marketing .compare-table{max-width:920px;margin:0 auto;background:#fff;border-radius:20px;border:1px solid var(--line);overflow:hidden;box-shadow:0 10px 28px -12px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.05)}.sl-marketing .compare-row{display:grid;grid-template-columns:1.6fr 1fr 1fr;border-bottom:1px solid var(--line)}.sl-marketing .compare-row:last-child{border-bottom:none}.sl-marketing .compare-cell{padding:16px 22px;font-size:14px;color:var(--ink-2);display:flex;align-items:center;gap:8px;line-height:1.5}.sl-marketing .compare-cell.compare-feat{font-weight:600;color:var(--ink);background:var(--bg-2)}.sl-marketing .compare-cell.compare-plus{background:linear-gradient(180deg,#eef2ff,#fafbff);border-left:1px solid var(--line)}.sl-marketing .compare-cell small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.sl-marketing .compare-head .compare-cell{background:var(--ink);color:#fff;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1px;padding:16px 22px}.sl-marketing .compare-head .compare-feat{background:var(--ink)}.sl-marketing .compare-head .compare-plus{background:var(--blue);border-left-color:var(--blue)}.sl-marketing .compare-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.sl-marketing .compare-pill-yes{background:var(--green);color:var(--green-deep)}.sl-marketing .compare-pill-no{background:#fee2e2;color:#b91c1c}.sl-marketing .compare-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--green);color:var(--green-deep);font-weight:800;font-size:13px;flex-shrink:0}.sl-marketing .compare-x{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fee2e2;color:#b91c1c;font-weight:700;font-size:13px;flex-shrink:0}.sl-marketing .compare-row-cta .compare-cell{padding:20px 22px;min-width:0}.sl-marketing .compare-row-cta .btn{width:100%;justify-content:center;white-space:normal;text-align:center}.sl-marketing .subject-topics{padding:80px 0;background:#fff}.sl-marketing .topics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:0 auto}.sl-marketing .topic-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 6px 18px -10px rgba(15,23,42,.08),0 2px 6px -2px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease}.sl-marketing .topic-card:hover{transform:translateY(-3px);box-shadow:0 16px 28px -10px rgba(15,23,42,.14),0 4px 10px -2px rgba(15,23,42,.07)}.sl-marketing .topic-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.sl-marketing .topic-card-icon svg{width:24px;height:24px}.sl-marketing .topic-card h3{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:8px;line-height:1.3}.sl-marketing .topic-card p{font-size:14px;color:var(--ink-2);line-height:1.55;margin-bottom:14px}.sl-marketing .topic-card-acara{display:inline-block;background:var(--bg-2);padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;color:var(--ink-2);letter-spacing:.6px}.sl-marketing .year-bar-section{padding:48px 0 64px;background:var(--bg-2)}.sl-marketing .year-bar-section .year-progression{max-width:920px;margin:0 auto;background:#fff}.sl-marketing .year-progression-large{padding:26px 32px}.sl-marketing .testimonials-on-white{background:#fff}.sl-marketing .testimonials-on-white::after,.sl-marketing .testimonials-on-white::before{display:none}.sl-marketing .testimonials-on-white{padding-top:24px}.sl-marketing .testimonials-hero .container{padding-top:8px;padding-bottom:8px}.sl-marketing .testimonials-hero-grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(280px,1.1fr);gap:56px;align-items:center}.sl-marketing .testimonials-hero-intro{text-align:left}.sl-marketing .testimonials-hero-intro .hero-title{margin-bottom:14px}.sl-marketing .testimonials-hero-intro .hero-sub{max-width:none;margin-left:0;margin-right:0;margin-bottom:24px}.sl-marketing .testimonials-hero .hero-grid{text-align:left}.sl-marketing .testimonials-hero-social{display:flex;flex-direction:column;gap:10px}.sl-marketing .testimonials-hero-social-label{font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--ink-2)}.sl-marketing .testimonials-hero-social-icons{display:flex;gap:10px}.sl-marketing .testimonials-hero-social-icons a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-2);color:var(--ink);transition:background .15s ease,color .15s ease,transform .15s ease}.sl-marketing .testimonials-hero-social-icons a:hover{background:var(--blue);color:#fff;transform:translateY(-1px)}.sl-marketing .testimonials-hero-quote{margin:0;background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px 32px;box-shadow:0 18px 36px -22px rgba(15,23,42,.18);position:relative}.sl-marketing .testimonials-hero-quote-stars{color:#f5a524;font-size:18px;letter-spacing:2px;margin-bottom:14px}.sl-marketing .testimonials-hero-quote blockquote{margin:0 0 22px}.sl-marketing .testimonials-hero-quote blockquote p{font-size:22px;line-height:1.4;font-weight:600;color:var(--ink);margin:0}.sl-marketing .testimonials-hero-quote figcaption{display:flex;align-items:center;gap:12px}.sl-marketing .testimonials-hero-quote-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-size:17px}.sl-marketing .testimonials-hero-quote-name{font-weight:700;color:var(--ink);font-size:15px}.sl-marketing .testimonials-hero-quote-role{font-size:13px;color:var(--ink-2)}@media (max-width:880px){.sl-marketing .testimonials-hero-grid{grid-template-columns:1fr;gap:32px}.sl-marketing .testimonials-hero-quote blockquote p{font-size:19px}}.sl-marketing .test-filter{display:inline-flex;gap:4px;background:var(--bg-2);padding:4px;border-radius:999px;margin:0 auto 32px}.sl-marketing .testimonials .test-filter{display:flex;width:-moz-max-content;width:max-content;margin:0 auto 32px}.sl-marketing .test-filter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;color:var(--ink-2);border-radius:999px;cursor:pointer;transition:all .15s ease}.sl-marketing .test-filter-btn:hover{color:var(--ink)}.sl-marketing .test-filter-btn.active{background:#fff;color:var(--blue);box-shadow:0 2px 6px -2px rgba(15,23,42,.1)}.sl-marketing .test-grid-wide{grid-template-columns:repeat(3,1fr);gap:20px}.sl-marketing .test-tag{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;align-self:flex-start}.sl-marketing .test-tag-teacher{background:var(--blue-soft);color:var(--blue)}.sl-marketing .test-tag-parent{background:var(--orange);color:var(--orange-deep)}.sl-marketing .test-disclaimer{text-align:center;font-size:13px;color:var(--muted);margin-top:36px}.sl-marketing .test-cta-split{padding:64px 0;background:var(--bg-2)}.sl-marketing .test-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:0 auto}.sl-marketing .test-cta-card{background:#fff;border-radius:20px;padding:32px;border:1px solid var(--line);box-shadow:0 12px 30px -16px rgba(15,23,42,.1);text-align:center}.sl-marketing .test-cta-card h3{font-size:22px;font-weight:800;color:var(--ink);letter-spacing:-.4px;margin-bottom:10px}.sl-marketing .test-cta-card p{color:var(--ink-2);font-size:15px;line-height:1.5;margin-bottom:20px}.sl-marketing .test-cta-card .btn{width:100%;justify-content:center}.sl-marketing .test-cta-card-parents .btn{background:var(--orange-deep);border-color:var(--orange-deep);box-shadow:0 4px 14px rgba(234,88,12,.3)}.sl-marketing .test-cta-card-parents .btn:hover{background:#c2410c;border-color:#c2410c}.sl-marketing .intl-only{display:none}html:not([data-locale=au]) .au-only{display:none}html:not([data-locale=au]) .intl-only{display:revert}.sl-marketing .login{background:linear-gradient(180deg,#eef2ff 0,#fff 70%);padding:72px 0 96px;min-height:calc(100vh - 200px)}.sl-marketing .login-container{max-width:480px}.sl-marketing .login-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:40px 40px 32px;box-shadow:0 24px 48px -20px rgba(15,23,42,.15),0 8px 16px -8px rgba(15,23,42,.08);text-align:center}.sl-marketing .login-avatar{width:76px;height:76px;border-radius:50%;background:var(--blue-soft);color:var(--blue);display:inline-flex;align-items:center;justify-content:center;margin:0 auto 16px;border:2px solid #fff;box-shadow:0 6px 16px -6px rgba(45,91,255,.3)}.sl-marketing .login-title{font-size:24px;font-weight:800;color:var(--ink);letter-spacing:-.4px;margin-bottom:22px}.sl-marketing .login-tabs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;background:var(--bg-2);padding:4px;border-radius:12px;margin-bottom:24px}.sl-marketing .login-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:10px 8px;font-family:inherit;font-size:13px;font-weight:600;color:var(--ink-2);border-radius:9px;cursor:pointer;transition:all .15s ease}.sl-marketing .login-tab:hover{color:var(--ink)}.sl-marketing .login-tab.active{background:#fff;color:var(--blue);box-shadow:0 2px 6px -2px rgba(15,23,42,.1)}.sl-marketing .login-google{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:600;color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;box-shadow:0 1px 2px rgba(15,23,42,.04)}.sl-marketing .login-google:hover{border-color:var(--ink-2);transform:translateY(-1px);box-shadow:0 4px 12px -4px rgba(15,23,42,.1)}.sl-marketing .login-divider{display:flex;align-items:center;gap:12px;margin:18px 0;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.6px;font-weight:600}.sl-marketing .login-divider::after,.sl-marketing .login-divider::before{content:"";flex:1;height:1px;background:var(--line)}.sl-marketing .login-form{text-align:left;display:flex;flex-direction:column;gap:16px}.sl-marketing .login-field{display:flex;flex-direction:column;gap:6px}.sl-marketing .login-label{font-size:13px;font-weight:600;color:var(--ink-2)}.sl-marketing .login-field input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing .login-field input:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(45,91,255,.15)}.sl-marketing .login-row{display:flex;align-items:center;justify-content:space-between;margin-top:-4px;font-size:13px}.sl-marketing .login-check{display:inline-flex;align-items:center;gap:8px;color:var(--ink-2);cursor:pointer}.sl-marketing .login-check input{width:16px;height:16px;accent-color:var(--blue)}.sl-marketing .login-forgot{color:var(--blue);font-weight:600;text-decoration:none}.sl-marketing .login-forgot:hover{text-decoration:underline}.sl-marketing .login-submit{width:100%;justify-content:center;margin-top:6px}.sl-marketing .login-hint{font-size:13px;color:var(--muted);margin-top:6px;text-align:center;line-height:1.5}.sl-marketing .login-signup{margin-top:26px;color:var(--ink-2);font-size:14px}.sl-marketing .login-signup a{color:var(--blue);font-weight:700;text-decoration:none}.sl-marketing .login-signup a:hover{text-decoration:underline}.sl-marketing .login-qr{text-align:center}.sl-marketing .login-qr-frame{width:200px;height:200px;border:2px dashed var(--line);border-radius:18px;background:var(--bg-2);color:var(--blue);display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px}.sl-marketing .login-qr-title{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:8px}.sl-marketing .login-qr-sub{font-size:14px;color:var(--ink-2);line-height:1.5;max-width:320px;margin:0 auto 18px}.sl-marketing .login-qr .btn{width:100%;justify-content:center}.sl-marketing .pricing-teaser{padding:64px 0;background:var(--bg-2)}.sl-marketing .pricing-teaser-card{max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:44px 48px;text-align:center;box-shadow:0 18px 36px -16px rgba(15,23,42,.12),0 4px 12px -4px rgba(15,23,42,.06)}.sl-marketing .pricing-teaser-eyebrow{color:var(--blue);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.sl-marketing .pricing-teaser-title{font-size:clamp(26px, 3.4vw, 36px);font-weight:800;letter-spacing:-.8px;line-height:1.2;margin-bottom:14px;color:var(--ink)}.sl-marketing .pricing-teaser-title strong{color:var(--blue)}.sl-marketing .pricing-teaser-sub{color:var(--ink-2);font-size:16px;line-height:1.6;max-width:560px;margin:0 auto 26px}.sl-marketing .pricing-teaser-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.sl-marketing .school-pricing{background:var(--bg-2)}.sl-marketing .school-size-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;max-width:1080px;margin:0 auto 40px}.sl-marketing .school-size-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 14px;cursor:pointer;text-align:center;transition:all .15s ease;font-family:inherit;text-decoration:none;display:flex;flex-direction:column;gap:4px;align-items:center;box-shadow:0 4px 12px -6px rgba(15,23,42,.05)}.sl-marketing .school-size-tab:hover{border-color:var(--blue);transform:translateY(-1px)}.sl-marketing .school-size-tab.active{background:var(--blue);border-color:var(--blue);box-shadow:0 8px 18px -6px rgba(45,91,255,.3)}.sl-marketing .school-size-label{font-weight:700;font-size:14px;color:var(--ink);line-height:1.2;display:inline-flex;align-items:center;gap:6px}.sl-marketing .school-size-meta{font-size:12px;color:var(--muted);font-weight:500}.sl-marketing .school-size-tab.active .school-size-label,.sl-marketing .school-size-tab.active .school-size-meta{color:#fff}.sl-marketing .school-size-tab-unlimited{background:linear-gradient(135deg,#eef2ff 0,#dbe6ff 100%);border-color:rgba(45,91,255,.25)}.sl-marketing .school-size-tab-unlimited:hover{background:linear-gradient(135deg,#e0e7ff 0,#c9d8ff 100%);border-color:var(--blue)}.sl-marketing .school-size-tab-unlimited .school-size-label{color:var(--blue)}.sl-marketing .school-size-tab-unlimited .school-size-meta{color:var(--blue);opacity:.8}.sl-marketing .school-size-star{color:#f59e0b;font-size:13px}.sl-marketing .school-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:820px;margin:0 auto}.sl-marketing .school-price-card{background:#fff;border:2px solid var(--line);border-radius:22px;padding:36px 28px 28px;text-align:center;box-shadow:0 12px 30px -14px rgba(15,23,42,.12),0 4px 10px -2px rgba(15,23,42,.05);position:relative;transition:transform .15s ease}.sl-marketing .school-price-card:hover{transform:translateY(-2px)}.sl-marketing .school-price-card-featured{border-color:var(--blue);box-shadow:0 16px 36px -12px rgba(45,91,255,.28),0 4px 12px -4px rgba(45,91,255,.18)}.sl-marketing .school-price-tag{display:inline-block;padding:8px 28px;border-radius:999px;color:#fff;font-weight:700;font-size:15px;margin-bottom:20px;margin-top:-52px;box-shadow:0 6px 16px -6px rgba(15,23,42,.2)}.sl-marketing .school-price-tag-teal{background:#10b981}.sl-marketing .school-price-tag-blue{background:var(--blue)}.sl-marketing .school-price-amount{margin-bottom:8px;display:flex;align-items:baseline;justify-content:center;gap:8px;flex-wrap:wrap}.sl-marketing .school-price-amount strong{font-size:56px;font-weight:800;color:var(--ink);line-height:1;letter-spacing:-1.5px}.sl-marketing .school-price-card-featured .school-price-amount strong{color:var(--blue)}.sl-marketing .school-price-card[data-school-product=school] .school-price-amount strong{color:#10b981}.sl-marketing .school-price-amount small{font-size:13px;color:var(--muted);font-weight:500}.sl-marketing .school-price-detail{color:var(--ink-2);font-size:14px;margin-bottom:20px}.sl-marketing .school-price-detail strong{color:var(--ink)}.sl-marketing .school-price-list{list-style:none;padding:0;margin:0 0 24px;text-align:left}.sl-marketing .school-price-list li{padding:7px 0 7px 26px;position:relative;font-size:14px;color:var(--ink-2)}.sl-marketing .school-price-list li::before{content:"✓";position:absolute;left:0;color:var(--green-deep);font-weight:800}.sl-marketing .school-price-card .btn{width:100%;justify-content:center}.sl-marketing .unlimited-school{padding:60px 0 80px;background:#fff}.sl-marketing .unlimited-card{max-width:980px;margin:0 auto;background:linear-gradient(135deg,#eef2ff 0,#dbe6ff 100%);border-radius:28px;padding:48px 48px 40px;border:1px solid rgba(45,91,255,.15);box-shadow:0 18px 36px -16px rgba(45,91,255,.18);text-align:center}.sl-marketing .unlimited-content{max-width:720px;margin:0 auto}.sl-marketing .unlimited-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:700;font-size:14px;margin-bottom:14px}.sl-marketing .unlimited-star{color:#f59e0b;font-size:16px}.sl-marketing .unlimited-title{font-size:48px;font-weight:800;color:var(--blue);letter-spacing:1.5px;line-height:1;margin-bottom:18px}.sl-marketing .unlimited-sub{font-size:15px;color:var(--ink-2);line-height:1.6;margin-bottom:28px;max-width:580px;margin-left:auto;margin-right:auto}.sl-marketing .unlimited-list{list-style:none;padding:0;margin:0 auto 32px;max-width:460px;text-align:left;display:flex;flex-direction:column;gap:12px}.sl-marketing .unlimited-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--ink-2);line-height:1.5}.sl-marketing .unlimited-list strong{color:var(--ink)}.sl-marketing .unlimited-check{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--green-deep);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.sl-marketing .unlimited-check svg{width:14px;height:14px}.sl-marketing .unlimited-cta{margin-top:8px}.sl-marketing .rollout{padding:80px 0;background:#fff}.sl-marketing .rollout-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto}.sl-marketing .rollout-step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 22px;position:relative;box-shadow:0 4px 14px -6px rgba(15,23,42,.08),0 2px 4px -2px rgba(15,23,42,.05)}.sl-marketing .rollout-step-num{width:36px;height:36px;border-radius:50%;background:var(--green-deep);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;margin-bottom:14px}.sl-marketing .rollout-step h3{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:8px;line-height:1.3}.sl-marketing .rollout-step p{font-size:13px;color:var(--ink-2);line-height:1.55}.sl-marketing .worksheets{padding:80px 0;background:var(--bg-2)}.sl-marketing .worksheets-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center;max-width:1100px;margin:0 auto}.sl-marketing .worksheets-content{max-width:500px}.sl-marketing .worksheet-paper{background:#fff;border:1px solid var(--line);border-radius:10px;padding:28px 26px 22px;font-family:Georgia,"Times New Roman",serif;box-shadow:0 18px 36px -16px rgba(15,23,42,.2),0 6px 12px -4px rgba(15,23,42,.08);position:relative;transform:rotate(-1.5deg);max-width:380px;margin:0 auto}.sl-marketing .worksheet-paper::after{content:"";position:absolute;inset:0;border-radius:10px;background:repeating-linear-gradient(180deg,transparent 0 23px,rgba(45,91,255,.05) 23px 24px);pointer-events:none}.sl-marketing .worksheet-paper-header{border-bottom:2px solid var(--ink);padding-bottom:10px;margin-bottom:14px}.sl-marketing .worksheet-paper-title{font-weight:700;font-size:16px;color:var(--ink);margin-bottom:6px}.sl-marketing .worksheet-paper-meta{font-size:12px;color:var(--muted);display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}.sl-marketing .ws-line{display:inline-block;width:80px;border-bottom:1px solid var(--ink-2);margin-left:4px}.sl-marketing .ws-line.short{width:60px}.sl-marketing .worksheet-paper-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;font-size:14px;color:var(--ink)}.sl-marketing .worksheet-paper-q{display:flex;align-items:baseline;gap:8px;font-weight:600}.sl-marketing .ws-blank{flex:1;border-bottom:1.5px solid var(--ink-2);height:0;margin-bottom:3px}.sl-marketing .worksheet-paper-footer{margin-top:18px;padding-top:10px;border-top:1px dashed var(--line);display:flex;justify-content:space-between;font-size:10px;color:var(--muted);font-family:Poppins,sans-serif}.sl-marketing .ws-stamp{font-weight:600;color:var(--blue)}.sl-marketing .benefits{padding:80px 0;background:var(--bg-2)}.sl-marketing .benefits-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0 auto 32px;max-width:920px}.sl-marketing .benefits-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 18px 10px 12px;font:inherit;font-weight:600;font-size:14px;color:var(--ink-2);cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.sl-marketing .benefits-tab:hover{border-color:var(--ink-2);color:var(--ink)}.sl-marketing .benefits-tab.active{background:#fff;border-color:var(--blue);color:var(--ink);box-shadow:0 8px 18px -8px rgba(45,91,255,.25);transform:translateY(-1px)}.sl-marketing .benefits-tab-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sl-marketing .benefits-tab-icon svg{width:16px;height:16px}.sl-marketing .benefits-tab-label{white-space:nowrap}.sl-marketing .benefits-panels{max-width:980px;margin:0 auto}.sl-marketing .benefits-panel{display:grid;grid-template-columns:1.4fr 1fr;gap:32px;align-items:center;background:#fff;border-radius:22px;padding:36px;border:1px solid var(--line);box-shadow:0 8px 22px -10px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.06);animation:benefitsPanelIn .35s ease-out}.sl-marketing .benefits-panel[hidden]{display:none}@keyframes benefitsPanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sl-marketing .benefits-panel-tag{display:inline-block;padding:5px 12px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}.sl-marketing .benefits-panel-content h3{font-size:26px;font-weight:800;line-height:1.2;margin-bottom:12px;color:var(--ink);letter-spacing:.3px}.sl-marketing .benefits-panel-content p{font-size:15px;line-height:1.6;color:var(--ink-2);margin-bottom:18px}.sl-marketing .benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sl-marketing .benefits-list li{position:relative;padding-left:28px;font-size:14px;color:var(--ink-2);line-height:1.5}.sl-marketing .benefits-list li::before{content:"";position:absolute;left:0;top:6px;width:18px;height:18px;border-radius:50%;background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat}.sl-marketing .benefits-panel-visual{border-radius:18px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}.sl-marketing .benefits-visual-blue{background:linear-gradient(135deg,var(--blue-soft),#fafbff)}.sl-marketing .benefits-visual-orange{background:linear-gradient(135deg,var(--orange),#fffbeb)}.sl-marketing .benefits-visual-green{background:linear-gradient(135deg,var(--green),#ecfdf5)}.sl-marketing .benefits-visual-purple{background:linear-gradient(135deg,var(--purple),#faf5ff)}.sl-marketing .benefits-panel-visual.has-screen{aspect-ratio:auto;padding:22px;display:flex;align-items:center;justify-content:center}.sl-marketing .benefits-panel-visual.has-screen .subject-screen-card{width:100%;max-width:none;margin:0;box-shadow:0 16px 36px -18px rgba(15,23,42,.3),0 6px 14px -8px rgba(15,23,42,.14)}.sl-marketing .benefits-visual-stat .benefits-visual-num{font-size:72px;font-weight:900;line-height:1;letter-spacing:-2px;margin-bottom:8px}.sl-marketing .benefits-visual-blue .benefits-visual-num{color:var(--blue)}.sl-marketing .benefits-visual-orange .benefits-visual-num{color:var(--orange-deep)}.sl-marketing .benefits-visual-green .benefits-visual-num{color:var(--green-deep)}.sl-marketing .benefits-visual-purple .benefits-visual-num{color:var(--purple-deep)}.sl-marketing .benefits-visual-stat .benefits-visual-label{font-size:13px;font-weight:600;color:var(--ink-2);text-transform:uppercase;letter-spacing:1px}.sl-marketing .pricing-toggle{display:inline-flex;background:var(--bg-2);border:1px solid var(--line);border-radius:999px;padding:4px;margin:0 auto 36px;width:-moz-fit-content;width:fit-content;box-shadow:0 4px 12px -6px rgba(15,23,42,.08)}.sl-marketing .pricing-toggle{display:flex;width:-moz-fit-content;width:fit-content}.sl-marketing .pricing-section-toggle-wrap,.sl-marketing .pricing>.container>.pricing-toggle{margin-left:auto;margin-right:auto;display:flex}.sl-marketing .pricing-toggle-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;cursor:pointer;padding:10px 22px;font:inherit;font-weight:600;font-size:14px;color:var(--ink-2);border-radius:999px;transition:background .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:8px}.sl-marketing .pricing-toggle-btn:hover{color:var(--ink)}.sl-marketing .pricing-toggle-btn.active{background:var(--blue);color:#fff;box-shadow:0 4px 12px rgba(45,91,255,.25)}.sl-marketing .pricing-toggle-meta{font-size:11px;font-weight:500;opacity:.75}.sl-marketing .pricing-toggle-btn.active .pricing-toggle-meta{opacity:.9}.sl-marketing .pricing>.container{display:flex;flex-direction:column}.sl-marketing .pricing>.container>.section-eyebrow,.sl-marketing .pricing>.container>.section-sub,.sl-marketing .pricing>.container>.section-title{width:100%}.sl-marketing .pricing>.container>.pricing-toggle{align-self:center}.sl-marketing .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sl-marketing .price-card{background:#fff;border:2px solid var(--line);border-radius:20px;padding:32px;transition:all .2s ease;box-shadow:0 8px 22px -10px rgba(15,23,42,.12),0 2px 6px -2px rgba(15,23,42,.06);position:relative;overflow:hidden}.sl-marketing .price-card::before{content:"";position:absolute;top:0;left:0;right:0;height:6px}.sl-marketing .price-card.parents{border-color:rgba(234,88,12,.2)}.sl-marketing .price-card.parents::before{background:var(--orange-deep)}.sl-marketing .price-card.parents .price-amount{color:var(--orange-deep)}.sl-marketing .price-card.parents h3{color:var(--orange-deep)}.sl-marketing .price-card.teachers{border-color:rgba(45,91,255,.2)}.sl-marketing .price-card.teachers::before{background:var(--blue)}.sl-marketing .price-card.teachers .price-amount{color:var(--blue)}.sl-marketing .price-card.teachers h3{color:var(--blue)}.sl-marketing .price-card.schools{border-color:rgba(5,150,105,.2)}.sl-marketing .price-card.schools::before{background:var(--green-deep)}.sl-marketing .price-card.schools .price-amount{color:var(--green-deep)}.sl-marketing .price-card.schools h3{color:var(--green-deep)}.sl-marketing .price-card.parents .btn-primary{background:var(--orange-deep);box-shadow:0 4px 14px rgba(234,88,12,.35)}.sl-marketing .price-card.parents .btn-primary:hover{background:#c2410c}.sl-marketing .price-card.teachers .btn-secondary{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 4px 14px rgba(45,91,255,.25)}.sl-marketing .price-card.teachers .btn-secondary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.sl-marketing .price-card.schools .btn-secondary{background:var(--green-deep);color:#fff;border-color:var(--green-deep);box-shadow:0 4px 14px rgba(5,150,105,.25)}.sl-marketing .price-card.schools .btn-secondary:hover{background:#047857;border-color:#047857}.sl-marketing .price-card h3{font-size:18px;font-weight:700;margin-bottom:6px}.sl-marketing .price-card .for-who{font-size:13px;color:var(--muted);margin-bottom:18px}.sl-marketing .price-amount{font-size:36px;font-weight:800;color:var(--ink);letter-spacing:.4px;margin-bottom:4px}.sl-marketing .price-amount small{font-size:14px;font-weight:500;color:var(--muted)}.sl-marketing .price-detail{font-size:13px;color:var(--muted);margin-bottom:22px;min-height:32px}.sl-marketing .price-card ul{list-style:none;margin-bottom:24px}.sl-marketing .school-size-label{display:block;font-size:12px;font-weight:600;color:var(--ink-2);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}.sl-marketing .school-size-select{width:100%;padding:11px 14px;border:1.5px solid var(--line);border-radius:10px;background:#fff;font-size:14px;font-family:inherit;color:var(--ink);margin-bottom:22px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing .school-size-select:hover{border-color:var(--green-deep)}.sl-marketing .school-size-select:focus{outline:0;border-color:var(--green-deep);box-shadow:0 0 0 3px rgba(5,150,105,.15)}.sl-marketing .price-card ul li{padding:7px 0 7px 26px;position:relative;font-size:14px;color:var(--ink-2)}.sl-marketing .price-card ul li::before{content:"✓";position:absolute;left:0;color:var(--green-deep);font-weight:800}.sl-marketing .price-card .btn{width:100%}.sl-marketing .safety{padding:88px 0;background:linear-gradient(135deg,#ecfdf5 0,#d1fae5 60%,#a7f3d0 100%);color:var(--ink);position:relative;overflow:hidden}.sl-marketing .safety::before{content:"";position:absolute;top:-80px;left:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(5,150,105,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing .safety::after{content:"";position:absolute;bottom:-100px;right:-100px;width:360px;height:360px;background:radial-gradient(circle,rgba(45,91,255,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing .safety .container{position:relative;z-index:1}.sl-marketing .safety-card{background:0 0;border-radius:0;padding:0;border:none}.sl-marketing .safety-header{max-width:640px;margin-bottom:36px}.sl-marketing .safety .section-eyebrow{color:var(--green-deep)}.sl-marketing .safety-header h2{font-size:32px;font-weight:800;letter-spacing:.2px;margin-bottom:12px;line-height:1.2;color:var(--ink)}.sl-marketing .safety-header p{color:var(--ink-2);font-size:16px;line-height:1.55}.sl-marketing .safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px}.sl-marketing .safety-item{background:#fff;border-radius:14px;padding:24px 22px;border:1px solid rgba(5,150,105,.1);box-shadow:0 6px 18px -8px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease}.sl-marketing .safety-item:hover{transform:translateY(-3px);box-shadow:0 16px 32px -10px rgba(5,150,105,.18),0 6px 12px -4px rgba(15,23,42,.08)}.sl-marketing .safety-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.sl-marketing .safety-icon svg{width:22px;height:22px}.sl-marketing .safety-item h4{font-size:15px;font-weight:700;margin-bottom:6px;color:var(--ink)}.sl-marketing .safety-item p{font-size:13px;color:var(--muted);line-height:1.55}.sl-marketing .safety-cta{text-align:left}.sl-marketing .safety-link{color:var(--green-deep);font-weight:600;font-size:14px;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}.sl-marketing .safety-link:hover{color:#047857}.sl-marketing .faq-body ul{padding-inline-start:20px}.sl-marketing .faq-body li{color:var(--ink-2);font-size:15px;line-height:1.6}.sl-marketing .faq{padding:80px 0;background:var(--bg-2)}.sl-marketing .faq-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}.sl-marketing .faq-intro{position:sticky;top:110px}.sl-marketing .faq-title{font-size:32px;font-weight:800;letter-spacing:.3px;line-height:1.15;margin-bottom:14px}.sl-marketing .faq-intro p{color:var(--ink-2);font-size:15px}.sl-marketing .faq-list{display:flex;flex-direction:column;gap:10px}.sl-marketing .faq-item{background:#fff;border-radius:14px;border:1px solid var(--line);box-shadow:0 4px 12px -6px rgba(15,23,42,.06);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing .faq-item[open]{border-color:var(--blue-soft);box-shadow:0 8px 20px -8px rgba(45,91,255,.15)}.sl-marketing .faq-item summary{cursor:pointer;padding:18px 22px;font-weight:600;font-size:16px;color:var(--ink);display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sl-marketing .faq-item summary::-webkit-details-marker{display:none}.sl-marketing .faq-item summary::after{content:"+";font-size:24px;font-weight:300;color:var(--muted);transition:transform .2s ease;line-height:1}.sl-marketing .faq-item[open] summary::after{content:"−";color:var(--blue)}.sl-marketing .faq-body{padding:0 22px 20px}.sl-marketing .faq-body p{color:var(--ink-2);font-size:15px;line-height:1.6}.sl-marketing .faq-body a{color:var(--blue);font-weight:600}.sl-marketing .faqs-filter-bar{background:#fff;padding:24px 0 4px;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.sl-marketing .faqs-controls{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}.sl-marketing .faqs-controls>.faqs-search{justify-self:end;max-width:360px;width:100%}.sl-marketing .faqs-search{position:relative;display:flex;align-items:center;background:var(--bg-2);border:1px solid var(--line);border-radius:14px;padding:10px 16px;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing .faqs-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px rgba(45,91,255,.08)}.sl-marketing .faqs-search-icon{color:var(--ink-2);flex-shrink:0;margin-right:10px}.sl-marketing .faqs-search input{flex:1;background:0 0;border:0;outline:0;font:inherit;font-size:15px;color:var(--ink);padding:4px 0}.sl-marketing .faqs-search input::-webkit-search-cancel-button{display:none}.sl-marketing .faqs-search-kbd{display:inline-flex;gap:4px;flex-shrink:0;color:var(--ink-2);font-size:12px}.sl-marketing .faqs-search-kbd kbd{background:#fff;border:1px solid var(--line);border-radius:6px;padding:2px 6px;font-family:inherit;font-size:12px;font-weight:600;color:var(--ink-2)}.sl-marketing .faqs-tabs{display:inline-flex;gap:4px;background:var(--bg-2);padding:4px;border-radius:999px}.sl-marketing .faqs-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;padding:8px 18px;font:inherit;font-size:13px;font-weight:600;color:var(--ink-2);border-radius:999px;cursor:pointer;transition:all .15s ease}.sl-marketing .faqs-tab:hover{color:var(--ink)}.sl-marketing .faqs-tab.active{background:#fff;color:var(--blue);box-shadow:0 2px 6px -2px rgba(15,23,42,.1)}.sl-marketing .faqs-empty{text-align:center;padding:20px 0 8px;color:var(--ink-2);font-size:14px}.sl-marketing .faqs-content{padding:40px 0 80px;background:#fff}.sl-marketing .faqs-group{padding-top:28px}.sl-marketing .faqs-group:first-child{padding-top:0}.sl-marketing .faqs-group-title{font-size:28px;font-weight:800;color:var(--ink);margin:0 0 8px;letter-spacing:-.02em}.sl-marketing .faqs-sub-title{font-size:13px;font-weight:700;color:var(--ink-2);text-transform:uppercase;letter-spacing:.6px;margin:28px 0 12px}.sl-marketing .faqs-group .faq-item{margin-bottom:10px}.sl-marketing .faqs-group .faq-item:target{border-color:var(--blue);box-shadow:0 0 0 4px rgba(45,91,255,.1),0 8px 20px -8px rgba(45,91,255,.18);scroll-margin-top:120px}.sl-marketing .faq-share{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:1px solid var(--line);color:var(--ink-2);border-radius:999px;padding:6px 14px;font:inherit;font-size:12px;font-weight:600;cursor:pointer;margin-top:14px;display:inline-flex;align-items:center;gap:6px;transition:all .15s ease}.sl-marketing .faq-share::before{content:"🔗";font-size:12px}.sl-marketing .faq-share:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-soft)}.sl-marketing .faq-share.copied{border-color:var(--green-deep);color:var(--green-deep);background:var(--green)}.sl-marketing .faqs-toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--ink);color:#fff;padding:12px 22px;border-radius:999px;font-size:14px;font-weight:600;box-shadow:0 18px 36px -10px rgba(15,23,42,.4);opacity:0;transition:opacity .25s ease,transform .25s ease;z-index:1000;pointer-events:none}.sl-marketing .faqs-toast.visible{opacity:1;transform:translateX(-50%) translateY(0)}.sl-marketing .faq-item[hidden]{display:none}.sl-marketing .faqs-group[hidden]{display:none}@media (max-width:720px){.sl-marketing .faqs-controls{grid-template-columns:1fr}.sl-marketing .faqs-tabs{width:100%;justify-content:space-between;overflow-x:auto}.sl-marketing .faqs-search-kbd{display:none}.sl-marketing .faqs-group-title{font-size:24px}}.sl-marketing .final-cta{padding:96px 0;background:linear-gradient(135deg,#1e3a8a 0,var(--blue) 60%,#5b7bff 100%);color:#fff;text-align:center;position:relative;overflow:hidden}.sl-marketing .final-cta::after,.sl-marketing .final-cta::before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);border-radius:50%}.sl-marketing .final-cta::before{top:-100px;left:-50px}.sl-marketing .final-cta::after{bottom:-100px;right:-50px}.sl-marketing .final-cta-inner{position:relative;z-index:1}.sl-marketing .final-cta h2{font-size:40px;font-weight:800;letter-spacing:.4px;margin-bottom:14px;line-height:1.15}.sl-marketing .final-cta p{font-size:18px;opacity:.9;margin-bottom:36px;max-width:580px;margin-left:auto;margin-right:auto}.sl-marketing .final-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.sl-marketing .final-cta .btn-primary{background:#fff;color:var(--blue);box-shadow:0 8px 24px rgba(0,0,0,.2)}.sl-marketing .final-cta .btn-primary:hover{background:var(--bg-2)}.sl-marketing .final-cta .btn-secondary{background:0 0;color:#fff;border-color:rgba(255,255,255,.4)}.sl-marketing .final-cta .btn-secondary:hover{border-color:#fff;background:rgba(255,255,255,.1)}.sl-marketing .final-cta-note{margin-top:24px;font-size:14px;opacity:.75}.sl-marketing footer{background:#0f172a;color:#cbd5e1;padding:64px 0 32px}.sl-marketing .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}.sl-marketing .footer-brand .logo{color:#fff;margin-bottom:14px}.sl-marketing .footer-brand .logo .accent{color:#5b7bff}.sl-marketing .footer-brand p{font-size:14px;line-height:1.6;color:#94a3b8;max-width:280px}.sl-marketing .footer-social{display:flex;gap:10px;margin-top:18px}.sl-marketing .footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.06);color:#94a3b8;transition:background .15s ease,color .15s ease,transform .15s ease}.sl-marketing .footer-social a:hover{background:rgba(255,255,255,.12);color:#fff;transform:translateY(-2px)}.sl-marketing .footer-col h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.sl-marketing .footer-col ul{list-style:none}.sl-marketing .footer-col ul li{margin-bottom:10px}.sl-marketing .footer-col ul li a{color:#94a3b8;font-size:14px;text-decoration:none}.sl-marketing .footer-col ul li a:hover{color:#fff}.sl-marketing .footer-bottom{border-top:1px solid #1e293b;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:13px;color:#64748b}.sl-marketing .footer-bottom-links{display:flex;gap:20px;list-style:none}.sl-marketing .footer-bottom-links a{color:#64748b;text-decoration:none}.sl-marketing .footer-bottom-links a:hover{color:#fff}.sl-marketing .reveal{opacity:0;transform:translateY(10px)}.sl-marketing .reveal.is-visible{animation:revealUp .45s ease-out forwards}@keyframes revealUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sl-marketing .reveal-left{transform:translateX(-14px)}.sl-marketing .reveal-left.is-visible{animation:revealLeft .45s ease-out forwards}@keyframes revealLeft{from{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:translateX(0)}}.sl-marketing .reveal-right{transform:translateX(14px)}.sl-marketing .reveal-right.is-visible{animation:revealRight .45s ease-out forwards}@keyframes revealRight{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:translateX(0)}}.sl-marketing .reveal-pop{transform:translateY(8px) scale(.99)}.sl-marketing .reveal-pop.is-visible{animation:revealPop .45s ease-out forwards}@keyframes revealPop{from{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.sl-marketing .reveal,.sl-marketing .reveal-left,.sl-marketing .reveal-pop,.sl-marketing .reveal-right{opacity:1!important;transform:none!important;animation:none!important}}.sl-marketing .modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:500;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .25s ease}.sl-marketing .modal-backdrop.open{opacity:1;pointer-events:auto}.sl-marketing .modal{background:#fff;border-radius:22px;width:100%;max-width:540px;padding:36px 32px 28px;position:relative;box-shadow:0 30px 60px -20px rgba(15,23,42,.45),0 12px 24px -8px rgba(15,23,42,.25);transform:translateY(24px) scale(.96);transition:transform .3s cubic-bezier(.34, 1.36, .64, 1);max-height:calc(100vh - 48px);overflow-y:auto}.sl-marketing .modal-backdrop.open .modal{transform:translateY(0) scale(1)}.sl-marketing .modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:var(--bg-2);border:none;color:var(--ink-2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.sl-marketing .modal-close:hover{background:var(--line);color:var(--ink)}.sl-marketing .modal-close svg{width:18px;height:18px}.sl-marketing .modal-header{margin-bottom:24px}.sl-marketing .modal-eyebrow{color:var(--blue);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px}.sl-marketing .modal-title{font-size:26px;font-weight:800;color:var(--ink);letter-spacing:.2px;line-height:1.2;margin-bottom:8px}.sl-marketing .modal-sub{color:var(--muted);font-size:15px;line-height:1.55}.sl-marketing .modal-options{display:flex;flex-direction:column;gap:12px}.sl-marketing .modal-option{display:flex;align-items:center;gap:16px;padding:18px 20px;border:2px solid var(--line);border-radius:14px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;cursor:pointer}.sl-marketing .modal-option:hover{transform:translateX(4px);text-decoration:none}.sl-marketing .modal-option-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sl-marketing .modal-option-icon svg{width:24px;height:24px}.sl-marketing .modal-option-body{flex:1;min-width:0}.sl-marketing .modal-option h3{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:2px}.sl-marketing .modal-option p{font-size:13px;color:var(--muted);line-height:1.4}.sl-marketing .modal-option-arrow{font-size:22px;font-weight:600;color:var(--muted);transition:transform .15s ease,color .15s ease}.sl-marketing .modal-option:hover .modal-option-arrow{transform:translateX(4px)}.sl-marketing .modal-option-parent .modal-option-icon{background:var(--orange);color:var(--orange-deep)}.sl-marketing .modal-option-parent:hover{border-color:var(--orange-deep);box-shadow:0 8px 20px -8px rgba(234,88,12,.25)}.sl-marketing .modal-option-parent:hover .modal-option-arrow{color:var(--orange-deep)}.sl-marketing .modal-option-teacher .modal-option-icon{background:var(--blue-soft);color:var(--blue)}.sl-marketing .modal-option-teacher:hover{border-color:var(--blue);box-shadow:0 8px 20px -8px rgba(45,91,255,.25)}.sl-marketing .modal-option-teacher:hover .modal-option-arrow{color:var(--blue)}.sl-marketing .modal-option-school .modal-option-icon{background:var(--green);color:var(--green-deep)}.sl-marketing .modal-option-school:hover{border-color:var(--green-deep);box-shadow:0 8px 20px -8px rgba(5,150,105,.25)}.sl-marketing .modal-option-school:hover .modal-option-arrow{color:var(--green-deep)}.sl-marketing .modal-section-label{margin:18px 0 12px;font-size:14px;font-weight:600;color:var(--ink-2);text-align:center}.sl-marketing .modal-footer-note{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);text-align:center;font-size:14px;color:var(--muted)}.sl-marketing .modal-footer-note a{color:var(--blue);font-weight:600}body.modal-open{overflow:hidden}.sl-marketing .modal-trial-banner{display:inline-flex;align-items:center;gap:10px;margin-top:16px;padding:8px 14px;background:var(--green);color:var(--green-deep);border-radius:999px;font-size:13px}.sl-marketing .modal-trial-banner strong{color:var(--green-deep);font-weight:700}.sl-marketing .modal-trial-banner-dot{width:8px;height:8px;border-radius:50%;background:var(--green-deep);flex-shrink:0}.sl-marketing .modal-option-plan{display:flex;align-items:center;gap:16px;padding:18px 20px;border:2px solid var(--line);border-radius:14px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.sl-marketing .modal-option-plan:hover{text-decoration:none;transform:translateX(4px);border-color:var(--blue);box-shadow:0 8px 20px -8px rgba(45,91,255,.2)}.sl-marketing .modal-option-plan-info{flex:1;min-width:0}.sl-marketing .modal-option-plan-info h3{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sl-marketing .modal-option-plan-info p{font-size:13px;color:var(--muted);line-height:1.4}.sl-marketing .modal-option-plan-price{text-align:right;flex-shrink:0}.sl-marketing .modal-option-plan-price strong{font-size:26px;font-weight:800;color:var(--ink);letter-spacing:-.4px;line-height:1}.sl-marketing .modal-option-plan-price small{display:block;font-size:12px;color:var(--muted);margin-top:4px}.sl-marketing .modal-option-plan-annual{border-color:rgba(45,91,255,.3);background:linear-gradient(180deg,#fafbff,#fff 50%)}.sl-marketing .modal-option-plan-annual .modal-option-plan-price strong{color:var(--blue)}.sl-marketing .modal-plan-badge{display:inline-block;padding:3px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}.sl-marketing .modal-plan-badge-soft{background:var(--orange);color:var(--orange-deep)}.sl-marketing .modal-plan-badge-bold{background:var(--green-deep);color:#fff}.sl-marketing .nav-menu-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:0 0;border:1px solid var(--line);border-radius:10px;cursor:pointer;padding:0;position:relative}.sl-marketing .nav-menu-toggle span{position:absolute;left:10px;right:10px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.sl-marketing .nav-menu-toggle span:first-child{top:13px}.sl-marketing .nav-menu-toggle span:nth-child(2){top:19px}.sl-marketing .nav-menu-toggle span:nth-child(3){top:25px}.sl-marketing .nav-menu-toggle[aria-expanded=true] span:first-child{top:19px;transform:rotate(45deg)}.sl-marketing .nav-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.sl-marketing .nav-menu-toggle[aria-expanded=true] span:nth-child(3){top:19px;transform:rotate(-45deg)}.sl-marketing .nav-mobile-only{display:none}@media (max-width:1024px){.sl-marketing .nav-menu-toggle{display:inline-flex}.sl-marketing .nav-join-btn{display:none}.sl-marketing .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 20px;box-shadow:0 18px 36px -18px rgba(15,23,42,.18);border-bottom:1px solid var(--line);max-height:calc(100vh - 60px);overflow-y:auto;z-index:90}.sl-marketing .nav-links.open{display:flex}.sl-marketing .nav-links li{width:100%}.sl-marketing .nav-links .nav-dropdown-trigger,.sl-marketing .nav-links>li:not(.nav-mobile-cta)>a{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;font-size:16px;color:var(--ink);font-weight:500;border-bottom:1px solid var(--line)}.sl-marketing .nav-links>li:not(.nav-mobile-cta):last-of-type>a{border-bottom:0}.sl-marketing .nav-links .nav-dropdown-trigger .nav-caret{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:18px;font-weight:700;color:var(--blue);background:var(--bg-2);border-radius:50%;line-height:1;transition:transform .2s ease,background .2s ease}.sl-marketing .nav-links .nav-dropdown.open .nav-dropdown-trigger .nav-caret{transform:rotate(180deg);background:var(--blue-soft)}.sl-marketing .nav-dropdown-menu{position:static;box-shadow:none;border:0;background:var(--bg-2);border-radius:12px;padding:0;min-width:0;margin:0;transform:none;display:none}.sl-marketing .nav-dropdown:hover .nav-dropdown-menu{display:none}.sl-marketing .nav-dropdown.open .nav-dropdown-menu{display:block;margin:4px 0 12px;padding:6px}.sl-marketing .nav-links .nav-dropdown-menu a{color:var(--ink);display:flex;align-items:center;gap:12px;padding:12px 10px;font-size:15px;font-weight:500;border-bottom:0;border-radius:8px}.sl-marketing .nav-mobile-only{display:block}.sl-marketing .nav-mobile-cta{display:flex;flex-direction:column;gap:10px;margin-top:16px;padding:14px 0 12px;border-top:1px solid var(--line)}.sl-marketing .nav-mobile-join,.sl-marketing .nav-mobile-login{width:100%;display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:13px 20px;font-size:15px;box-sizing:border-box}.sl-marketing nav.top{position:relative}.sl-marketing .hero-grid{grid-template-columns:1fr}.sl-marketing .hero-visual{height:360px;margin-top:24px}.sl-marketing .audience-grid,.sl-marketing .pricing-grid,.sl-marketing .safety-grid,.sl-marketing .stats-grid,.sl-marketing .subjects-grid,.sl-marketing .test-grid,.sl-marketing .try-grid,.sl-marketing .why-grid{grid-template-columns:1fr}.sl-marketing .safety-grid{grid-template-columns:1fr 1fr}.sl-marketing .safety-card{padding:32px 24px}.sl-marketing .video-chapters{grid-template-columns:1fr 1fr}.sl-marketing .video-play-btn{width:64px;height:64px}.sl-marketing .video-choice-buttons{grid-template-columns:1fr}.sl-marketing .video-choice-title{font-size:18px}.sl-marketing .results-grid{grid-template-columns:1fr;gap:32px}.sl-marketing .results-reverse .results-grid{grid-template-columns:1fr}.sl-marketing .results-reverse .results-content{order:0}.sl-marketing .results-content{max-width:none}.sl-marketing .admin-mockup{max-width:100%;padding:18px 18px 8px}.sl-marketing .admin-mockup-meta{font-size:11px}.sl-marketing .admin-mockup-chip{font-size:10px;padding:3px 8px}.sl-marketing .science-mockup{max-width:100%;padding:20px 18px 18px}.sl-marketing .science-mockup-stages{gap:4px}.sl-marketing .science-stage-icon{width:44px;height:44px}.sl-marketing .science-stage-icon svg{width:20px;height:20px}.sl-marketing .science-stage-label{font-size:11px}.sl-marketing .results-title{font-size:28px}.sl-marketing .faq-grid{grid-template-columns:1fr;gap:32px}.sl-marketing .faq-intro{position:static}.sl-marketing .value-grid{grid-template-columns:1fr}.sl-marketing .topics-grid{grid-template-columns:1fr}.sl-marketing .rollout-grid{grid-template-columns:1fr 1fr}.sl-marketing .worksheets-grid{grid-template-columns:1fr;gap:36px}.sl-marketing .worksheet-paper{transform:none}.sl-marketing .stat-strip-grid{grid-template-columns:1fr 1fr;gap:18px}.sl-marketing .stat-strip-num{font-size:26px}.sl-marketing .sticky-cta-inner{flex-direction:column;gap:10px;padding:12px 16px}.sl-marketing .sticky-cta-text{text-align:center}.sl-marketing .sticky-cta-btn{width:100%;justify-content:center}.sl-marketing .hero-trial-note{font-size:13px;padding:8px 14px}.sl-marketing .compare-row{grid-template-columns:1fr 1fr}.sl-marketing .compare-row .compare-feat{grid-column:1/-1;background:var(--ink);color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.6px}.sl-marketing .compare-row .compare-feat small{color:rgba(255,255,255,.7)}.sl-marketing .compare-head{display:none}.sl-marketing .compare-cell.compare-free::before{content:"Free · ";font-weight:700;color:var(--muted);margin-right:4px}.sl-marketing .compare-cell.compare-plus::before{content:"Plus · ";font-weight:700;color:var(--blue);margin-right:4px}.sl-marketing .compare-row-cta .compare-feat{display:none}.sl-marketing .compare-row-cta{grid-template-columns:1fr 1fr}.sl-marketing .compare-cell.compare-free::before,.sl-marketing .compare-row-cta .compare-cell.compare-plus::before{content:"";margin:0}.sl-marketing .benefits-panel{grid-template-columns:1fr;padding:24px}.sl-marketing .benefits-panel-visual{aspect-ratio:16/10;max-height:200px}.sl-marketing .benefits-visual-stat .benefits-visual-num{font-size:56px}.sl-marketing .benefits-tab{padding:8px 14px 8px 10px;font-size:13px}.sl-marketing .benefits-tab-label{display:inline}.sl-marketing .footer-grid{grid-template-columns:1fr 1fr}.sl-marketing .curriculum-card{padding:32px 24px}.sl-marketing .final-cta h2{font-size:30px}.sl-marketing .school-size-tabs{grid-template-columns:1fr 1fr;gap:8px}.sl-marketing .school-size-tab{padding:12px 10px}.sl-marketing .school-size-tab-unlimited{grid-column:1/-1}.sl-marketing .school-price-grid{grid-template-columns:1fr;gap:56px}.sl-marketing .school-price-card{padding:32px 22px 24px}.sl-marketing .school-price-amount strong{font-size:48px}.sl-marketing .unlimited-card{padding:36px 24px 32px;border-radius:22px}.sl-marketing .unlimited-title{font-size:36px;letter-spacing:1px}.sl-marketing .unlimited-sub{font-size:14px}.sl-marketing .unlimited-list{max-width:100%}.sl-marketing .unlimited-list li{font-size:14px}}@media (max-width:600px){.sl-marketing .footer-grid{grid-template-columns:1fr}.sl-marketing h1.hero-title{font-size:36px}.sl-marketing .school-size-label{font-size:13px}.sl-marketing .school-size-meta{font-size:11px}.sl-marketing .unlimited-title{font-size:30px}}.sl-marketing .annotations{background:#fffbeb;border-top:1px solid #fef3c7;border-bottom:1px solid #fef3c7;padding:16px 24px;text-align:center;font-size:13px;color:#92400e;font-weight:500}.sl-marketing .annotations strong{color:#78350f}.sl-marketing.page-teacher .hero{background:linear-gradient(180deg,#eef2ff 0,#fff 70%);padding:64px 0 64px;position:relative;overflow:hidden;text-align:center}.sl-marketing.page-teacher .hero::before{content:"";position:absolute;width:460px;height:460px;background:radial-gradient(circle,rgba(45,91,255,.1) 0,transparent 70%);top:-120px;right:-120px;border-radius:50%;pointer-events:none}.sl-marketing.page-teacher .hero::after{content:"";position:absolute;width:380px;height:380px;background:radial-gradient(circle,rgba(124,58,237,.07) 0,transparent 70%);bottom:-120px;left:-100px;border-radius:50%;pointer-events:none}.sl-marketing.page-teacher .hero .container{position:relative;z-index:1}.sl-marketing.page-teacher .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--blue);border:1px solid var(--blue-soft);margin-bottom:22px;box-shadow:0 4px 12px -4px rgba(45,91,255,.15)}.sl-marketing.page-teacher .hero-eyebrow .dot{width:6px;height:6px;background:var(--green-deep);border-radius:50%}.sl-marketing.page-teacher h1.hero-title{font-size:clamp(40px, 5.4vw, 60px);font-weight:800;line-height:1.05;letter-spacing:-1.6px;margin:0 auto 18px;max-width:780px}.sl-marketing.page-teacher h1.hero-title .accent{color:var(--blue)}.sl-marketing.page-teacher .hero-sub{font-size:19px;color:var(--ink-2);margin:0 auto 28px;max-width:660px;line-height:1.55}.sl-marketing.page-teacher .hero-sub strong{color:var(--ink);font-weight:700}.sl-marketing.page-teacher .hero-ctas{display:flex;gap:12px;justify-content:center;margin-bottom:14px;flex-wrap:wrap}.sl-marketing.page-teacher .hero-microcopy{font-size:13px;color:var(--muted);margin-bottom:40px}.sl-marketing.page-teacher .hero-microcopy strong{color:var(--ink-2);font-weight:600}.sl-marketing.page-teacher .hero-trust-strip{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-bottom:48px;padding-bottom:40px;border-bottom:1px dashed var(--line)}.sl-marketing.page-teacher .hero-trust-strip>span{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2);font-weight:500}.sl-marketing.page-teacher .hero-trust-strip strong{color:var(--ink);font-weight:800}.sl-marketing.page-teacher .trust-dot{width:18px;height:18px;border-radius:50%;background:var(--green);color:var(--green-deep);font-weight:800;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.sl-marketing.page-teacher .hero-scene{max-width:760px;margin:0 auto}.sl-marketing.page-teacher .hero-scene-laptop{background:#1f2937;border-radius:14px 14px 4px 4px;box-shadow:0 30px 60px -15px rgba(15,23,42,.3),0 12px 24px -8px rgba(15,23,42,.18);padding:10px 10px 8px;opacity:0;animation:deviceIn .7s cubic-bezier(.22,1,.36,1) .15s forwards}.sl-marketing.page-teacher .hero-scene-screen{background:#fff;border-radius:6px;overflow:hidden;padding:18px 20px 20px;text-align:left}.sl-marketing.page-teacher .hero-scene-base{height:14px;background:linear-gradient(180deg,#d1d5db 0,#9ca3af 100%);border-radius:0 0 14px 14px;width:112%;margin:0 -6%}.sl-marketing.page-teacher .dash-greet{font-size:11px;color:var(--muted);font-weight:600;margin-bottom:4px;letter-spacing:.6px}.sl-marketing.page-teacher .dash-name{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.5px;margin-bottom:2px}.sl-marketing.page-teacher .dash-sub{font-size:11px;color:var(--muted);margin-bottom:14px}.sl-marketing.page-teacher .dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.sl-marketing.page-teacher .dash-stat{background:var(--bg-2);border-radius:10px;padding:12px 12px 10px}.sl-marketing.page-teacher .dash-stat .label{font-size:9px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.sl-marketing.page-teacher .dash-stat .num{font-size:22px;font-weight:800;letter-spacing:-.6px;color:var(--ink);line-height:1}.sl-marketing.page-teacher .dash-stat.classes .num{color:var(--blue)}.sl-marketing.page-teacher .dash-stat.students .num{color:var(--green-deep)}.sl-marketing.page-teacher .dash-stat.tasks .num{color:var(--orange-deep)}.sl-marketing.page-teacher .dash-stat.progress .num{color:var(--purple-deep)}.sl-marketing.page-teacher .dash-row{display:grid;grid-template-columns:1.5fr 1fr;gap:10px}.sl-marketing.page-teacher .dash-panel{background:var(--bg-2);border-radius:10px;padding:12px}.sl-marketing.page-teacher .dash-panel h5{font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.sl-marketing.page-teacher .dash-bars{display:flex;align-items:end;gap:6px;height:60px}.sl-marketing.page-teacher .dash-bar{flex:1;border-radius:3px 3px 0 0;background:var(--blue);opacity:.85}.sl-marketing.page-teacher .dash-bar.b2{background:var(--green-deep)}.sl-marketing.page-teacher .dash-bar.b3{background:var(--orange-deep)}.sl-marketing.page-teacher .dash-bar.b4{background:var(--purple-deep)}.sl-marketing.page-teacher .dash-bar.b5{background:var(--pink-deep)}.sl-marketing.page-teacher .dash-side-card{background:linear-gradient(135deg,var(--blue-soft) 0,#dbeafe 100%);border-radius:10px;padding:12px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.sl-marketing.page-teacher .dash-side-pill{display:inline-block;background:#fff;color:var(--blue);font-size:9px;font-weight:700;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;width:-moz-fit-content;width:fit-content}.sl-marketing.page-teacher .dash-side-title{font-size:12px;font-weight:800;color:var(--ink);margin-bottom:2px}.sl-marketing.page-teacher .dash-side-sub{font-size:10px;color:var(--ink-2);line-height:1.4;margin-bottom:8px}.sl-marketing.page-teacher .dash-side-prog{height:5px;background:#fff;border-radius:3px;overflow:hidden}.sl-marketing.page-teacher .dash-side-prog>span{display:block;height:100%;width:64%;background:var(--blue);border-radius:3px}.sl-marketing.page-teacher .pain{padding:56px 0}.sl-marketing.page-teacher .pain-inner{text-align:center;max-width:760px;margin:0 auto}.sl-marketing.page-teacher .pain-eyebrow{color:var(--orange-deep);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.sl-marketing.page-teacher .pain-line-1{font-size:clamp(22px, 2.6vw, 28px);font-weight:700;color:var(--ink);line-height:1.3;letter-spacing:-.5px;margin-bottom:12px}.sl-marketing.page-teacher .pain-line-1 .dim{color:var(--muted)}.sl-marketing.page-teacher .pain-line-2{font-size:17px;color:var(--ink-2);line-height:1.55}.sl-marketing.page-teacher .pain-line-2 strong{color:var(--ink);font-weight:700}.sl-marketing.page-teacher .stats-strip{padding:56px 0;background:var(--bg-2)}.sl-marketing.page-teacher .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.sl-marketing.page-teacher .stat-card{background:#fff;border-radius:16px;padding:28px 22px;border:1px solid var(--line);text-align:center;box-shadow:0 6px 18px -8px rgba(15,23,42,.08)}.sl-marketing.page-teacher .stat-card.t1{background:var(--blue-soft);border-color:transparent}.sl-marketing.page-teacher .stat-card.t2{background:var(--green);border-color:transparent}.sl-marketing.page-teacher .stat-card.t3{background:var(--orange);border-color:transparent}.sl-marketing.page-teacher .stat-card.t4{background:var(--purple);border-color:transparent}.sl-marketing.page-teacher .stat-num{font-size:40px;font-weight:800;letter-spacing:-1.4px;line-height:1;margin-bottom:8px}.sl-marketing.page-teacher .stat-card.t1 .stat-num{color:var(--blue)}.sl-marketing.page-teacher .stat-card.t2 .stat-num{color:var(--green-deep)}.sl-marketing.page-teacher .stat-card.t3 .stat-num{color:var(--orange-deep)}.sl-marketing.page-teacher .stat-card.t4 .stat-num{color:var(--purple-deep)}.sl-marketing.page-teacher .stat-label{font-size:13px;color:var(--ink-2);font-weight:600}.sl-marketing.page-teacher .stats-note{text-align:center;font-size:13px;color:var(--muted)}.sl-marketing.page-teacher .platform{padding:80px 0 72px}.sl-marketing.page-teacher .platform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sl-marketing.page-teacher .feature-tile{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 22px 22px;box-shadow:0 4px 14px -6px rgba(15,23,42,.08),0 2px 4px -2px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative;overflow:hidden;display:block;text-decoration:none;color:inherit;cursor:pointer}.sl-marketing.page-teacher .feature-tile:hover{text-decoration:none}.sl-marketing.page-teacher .feature-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.sl-marketing.page-teacher .feature-tile.tile-1{background:var(--blue-soft);border-color:transparent}.sl-marketing.page-teacher .feature-tile.tile-2{background:var(--orange);border-color:transparent}.sl-marketing.page-teacher .feature-tile.tile-3{background:var(--green);border-color:transparent}.sl-marketing.page-teacher .feature-tile.tile-4{background:var(--purple);border-color:transparent}.sl-marketing.page-teacher .feature-tile-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;background:#fff}.sl-marketing.page-teacher .feature-tile-icon svg{width:22px;height:22px}.sl-marketing.page-teacher .feature-tile.tile-1 .feature-tile-icon{color:var(--blue)}.sl-marketing.page-teacher .feature-tile.tile-2 .feature-tile-icon{color:var(--orange-deep)}.sl-marketing.page-teacher .feature-tile.tile-3 .feature-tile-icon{color:var(--green-deep)}.sl-marketing.page-teacher .feature-tile.tile-4 .feature-tile-icon{color:var(--purple-deep)}.sl-marketing.page-teacher .feature-tile h3{font-size:17px;font-weight:800;color:var(--ink);letter-spacing:-.3px;margin-bottom:6px;line-height:1.25}.sl-marketing.page-teacher .feature-tile p{font-size:13px;color:var(--ink-2);line-height:1.5;margin-bottom:14px}.sl-marketing.page-teacher .feature-tile-arrow{width:30px;height:30px;border-radius:50%;background:#fff;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;font-weight:700;transition:transform .15s ease}.sl-marketing.page-teacher .feature-tile:hover .feature-tile-arrow{transform:translateX(4px)}.sl-marketing.page-teacher .feature-row{padding:64px 0}.sl-marketing.page-teacher .feature-row.bg{background:var(--bg-2)}.sl-marketing.page-teacher .feature-row-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:64px;align-items:center}.sl-marketing.page-teacher .feature-row.reverse .feature-row-grid{grid-template-columns:1.15fr 1fr}.sl-marketing.page-teacher .feature-row.reverse .feature-row-text{order:2}.sl-marketing.page-teacher .feature-row-text .eyebrow-tag{display:inline-block;font-size:12px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:12px}.sl-marketing.page-teacher .feature-row-text h2{font-size:clamp(26px, 2.8vw, 34px);font-weight:800;letter-spacing:-.8px;line-height:1.15;margin-bottom:14px;color:var(--ink)}.sl-marketing.page-teacher .feature-row-text p{font-size:16px;color:var(--ink-2);line-height:1.6;margin-bottom:22px;max-width:460px}.sl-marketing.page-teacher .feature-row-text ul{list-style:none;margin-bottom:24px;display:flex;flex-direction:column;gap:10px}.sl-marketing.page-teacher .feature-row-text ul li{padding-left:30px;position:relative;font-size:15px;color:var(--ink-2);line-height:1.5}.sl-marketing.page-teacher .feature-row-text ul li::before{content:"";position:absolute;left:0;top:3px;width:20px;height:20px;border-radius:50%;background:var(--green);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}.sl-marketing.page-teacher .feature-row-text .row-link{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-weight:600;font-size:15px}.sl-marketing.page-teacher .feature-row-text .row-link:hover{gap:10px;transition:gap .15s ease}.sl-marketing.page-teacher .mockup-soft{background:var(--blue-soft);border-radius:18px;padding:24px;border:1px solid rgba(45,91,255,.1)}.sl-marketing.page-teacher .save-time-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.sl-marketing.page-teacher .cal-panel,.sl-marketing.page-teacher .tasks-panel{background:#fff;border-radius:14px;padding:18px;border:1px solid var(--line);box-shadow:0 6px 18px -8px rgba(15,23,42,.08)}.sl-marketing.page-teacher .tasks-tabs{display:flex;gap:18px;border-bottom:1px solid var(--line);margin-bottom:12px}.sl-marketing.page-teacher .tasks-tab{padding:4px 0 10px;font-size:12px;font-weight:600;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px}.sl-marketing.page-teacher .tasks-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.sl-marketing.page-teacher .task-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.sl-marketing.page-teacher .task-row:last-child{border-bottom:none}.sl-marketing.page-teacher .task-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:700}.sl-marketing.page-teacher .task-icon.maths{background:var(--blue-soft);color:var(--blue)}.sl-marketing.page-teacher .task-icon.english{background:var(--orange);color:var(--orange-deep)}.sl-marketing.page-teacher .task-icon.science{background:var(--green);color:var(--green-deep)}.sl-marketing.page-teacher .task-body{flex:1;min-width:0}.sl-marketing.page-teacher .task-title{font-size:12px;font-weight:700;color:var(--ink);margin-bottom:1px}.sl-marketing.page-teacher .task-sub{font-size:10px;color:var(--muted)}.sl-marketing.page-teacher .task-due{font-size:11px;font-weight:700;color:var(--ink-2)}.sl-marketing.page-teacher .cal-month{font-size:12px;font-weight:800;color:var(--ink);margin-bottom:10px}.sl-marketing.page-teacher .cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:14px}.sl-marketing.page-teacher .cal-head{font-size:9px;font-weight:700;color:var(--muted);text-align:center;padding:4px 0}.sl-marketing.page-teacher .cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:var(--ink-2);border-radius:6px}.sl-marketing.page-teacher .cal-day.muted{color:#cbd5e1}.sl-marketing.page-teacher .cal-day.dot{background:var(--blue-soft);color:var(--blue);font-weight:700}.sl-marketing.page-teacher .cal-day.today{background:var(--blue);color:#fff}.sl-marketing.page-teacher .saved-card{background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);border-radius:12px;padding:14px}.sl-marketing.page-teacher .saved-label{font-size:10px;font-weight:700;color:var(--ink-2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.sl-marketing.page-teacher .saved-num{font-size:22px;font-weight:800;color:var(--blue);letter-spacing:-.6px;line-height:1;margin-bottom:4px}.sl-marketing.page-teacher .saved-num small{font-size:13px;color:var(--ink-2);font-weight:600}.sl-marketing.page-teacher .saved-msg{font-size:11px;color:var(--muted)}.sl-marketing.page-teacher .diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sl-marketing.page-teacher .diff-panel{background:#fff;border-radius:14px;padding:16px 14px;border:1px solid var(--line);box-shadow:0 6px 18px -8px rgba(15,23,42,.08)}.sl-marketing.page-teacher .diff-panel h5{font-size:12px;font-weight:700;color:var(--ink);margin-bottom:10px;display:flex;align-items:center;gap:8px}.sl-marketing.page-teacher .diff-icon{width:24px;height:24px;border-radius:7px;background:var(--blue-soft);color:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.sl-marketing.page-teacher .diff-icon.green{background:var(--green);color:var(--green-deep)}.sl-marketing.page-teacher .diff-icon.purple{background:var(--purple);color:var(--purple-deep)}.sl-marketing.page-teacher .diff-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-top:1px solid var(--line);font-size:11px}.sl-marketing.page-teacher .diff-row:first-of-type{border-top:none}.sl-marketing.page-teacher .diff-avatar{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--purple-deep));color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sl-marketing.page-teacher .diff-avatar.b{background:linear-gradient(135deg,var(--orange-deep),var(--pink-deep))}.sl-marketing.page-teacher .diff-avatar.c{background:linear-gradient(135deg,var(--green-deep),var(--blue))}.sl-marketing.page-teacher .diff-name{font-weight:700;color:var(--ink);flex:1;min-width:0}.sl-marketing.page-teacher .diff-meta{font-size:10px;color:var(--muted)}.sl-marketing.page-teacher .monitor-mockup{background:linear-gradient(135deg,#f5f3ff 0,#ede9fe 100%);border-radius:18px;padding:22px}.sl-marketing.page-teacher .monitor-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sl-marketing.page-teacher .monitor-title{font-size:12px;font-weight:800;color:var(--ink)}.sl-marketing.page-teacher .monitor-tabs{display:flex;gap:12px;font-size:10px;font-weight:600;color:var(--muted)}.sl-marketing.page-teacher .monitor-tabs span.active{color:var(--purple-deep)}.sl-marketing.page-teacher .monitor-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.sl-marketing.page-teacher .monitor-stat{background:#fff;border-radius:10px;padding:12px}.sl-marketing.page-teacher .monitor-stat .lbl{font-size:9px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.sl-marketing.page-teacher .monitor-stat .num{font-size:20px;font-weight:800;color:var(--purple-deep);letter-spacing:-.6px;line-height:1}.sl-marketing.page-teacher .monitor-stat.b .num{color:var(--blue)}.sl-marketing.page-teacher .monitor-stat.c .num{color:var(--green-deep)}.sl-marketing.page-teacher .monitor-feed{background:#fff;border-radius:10px;padding:14px}.sl-marketing.page-teacher .monitor-feed h6{font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.sl-marketing.page-teacher .feed-row{display:grid;grid-template-columns:70px 1fr 28px;gap:10px;align-items:center;padding:6px 0;font-size:11px}.sl-marketing.page-teacher .feed-name{font-weight:700;color:var(--ink)}.sl-marketing.page-teacher .feed-bar{height:6px;background:var(--bg-2);border-radius:3px;overflow:hidden}.sl-marketing.page-teacher .feed-bar>span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--purple-deep));border-radius:3px}.sl-marketing.page-teacher .feed-pct{font-size:10px;font-weight:700;color:var(--ink-2);text-align:right}.sl-marketing.page-teacher .engaged-mockup{background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);border-radius:18px;padding:22px}.sl-marketing.page-teacher .engaged-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sl-marketing.page-teacher .engaged-greet{font-size:13px;font-weight:800;color:var(--ink)}.sl-marketing.page-teacher .engaged-trophy{width:36px;height:36px;border-radius:10px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:var(--yellow-deep)}.sl-marketing.page-teacher .engaged-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.sl-marketing.page-teacher .engaged-card{background:#fff;border-radius:10px;padding:10px 12px}.sl-marketing.page-teacher .engaged-card .lbl{font-size:9px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.sl-marketing.page-teacher .engaged-card .val{font-size:16px;font-weight:800;color:var(--ink);letter-spacing:-.4px}.sl-marketing.page-teacher .engaged-card .val .accent{color:var(--yellow-deep)}.sl-marketing.page-teacher .engaged-leaders{background:#fff;border-radius:10px;padding:12px}.sl-marketing.page-teacher .engaged-leaders h6{font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.sl-marketing.page-teacher .leader-row{display:flex;align-items:center;gap:10px;padding:5px 0;font-size:11px}.sl-marketing.page-teacher .leader-row .leader-name{flex:1;font-weight:700;color:var(--ink)}.sl-marketing.page-teacher .leader-row .leader-pts{color:var(--ink-2);font-weight:600}.sl-marketing.page-teacher .curriculum-block{padding:64px 0;background:var(--bg-2)}.sl-marketing.page-teacher .curriculum-card{background:#fff;border-radius:24px;padding:48px;border:1px solid var(--line);display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center;box-shadow:0 12px 30px -16px rgba(15,23,42,.1)}.sl-marketing.page-teacher .curriculum-eyebrow{display:inline-flex;align-items:center;gap:10px;background:var(--orange);border-radius:999px;padding:6px 14px 6px 6px;margin-bottom:16px;font-size:12px;font-weight:700;color:var(--orange-deep)}.sl-marketing.page-teacher .curriculum-eyebrow .ico{width:24px;height:24px;border-radius:999px;background:var(--orange-deep);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.sl-marketing.page-teacher .curriculum-card h2{font-size:32px;font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:14px}.sl-marketing.page-teacher .curriculum-card p{color:var(--ink-2);font-size:15px;line-height:1.55;margin-bottom:18px;max-width:440px}.sl-marketing.page-teacher .curriculum-card ul{list-style:none;margin-bottom:22px;display:flex;flex-direction:column;gap:8px}.sl-marketing.page-teacher .curriculum-card ul li{padding-left:26px;position:relative;font-size:14px;color:var(--ink-2)}.sl-marketing.page-teacher .curriculum-card ul li::before{content:"✓";position:absolute;left:0;color:var(--orange-deep);font-weight:800}.sl-marketing.page-teacher .curriculum-card .row-link{color:var(--orange-deep);font-weight:700;font-size:15px;display:inline-flex;align-items:center;gap:6px}.sl-marketing.page-teacher .curriculum-card .row-link:hover{gap:10px;transition:gap .15s ease}.sl-marketing.page-teacher .curr-visual{background:linear-gradient(135deg,#ffedd5 0,#fef3c7 100%);border-radius:18px;padding:28px}.sl-marketing.page-teacher .curr-visual-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sl-marketing.page-teacher .curr-visual-title{font-size:13px;font-weight:800;color:var(--ink)}.sl-marketing.page-teacher .curr-visual-pill{background:#fff;color:var(--orange-deep);font-size:10px;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.5px}.sl-marketing.page-teacher .curr-subject-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.sl-marketing.page-teacher .curr-subj{background:#fff;border-radius:10px;padding:12px 10px;text-align:center}.sl-marketing.page-teacher .curr-subj .sicon{width:30px;height:30px;margin:0 auto 6px;border-radius:8px;background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.sl-marketing.page-teacher .curr-subj .sicon.b{background:var(--orange);color:var(--orange-deep)}.sl-marketing.page-teacher .curr-subj .sicon.c{background:var(--green);color:var(--green-deep)}.sl-marketing.page-teacher .curr-subj .sicon.d{background:var(--purple);color:var(--purple-deep)}.sl-marketing.page-teacher .curr-subj .sicon.e{background:var(--pink);color:var(--pink-deep)}.sl-marketing.page-teacher .curr-subj .sicon.f{background:var(--blue-soft);color:var(--blue)}.sl-marketing.page-teacher .curr-subj .sname{font-size:11px;font-weight:700;color:var(--ink)}.sl-marketing.page-teacher .curr-subj .sct{font-size:9px;color:var(--muted)}.sl-marketing.page-teacher .curr-yearrow{display:flex;align-items:center;background:#fff;border-radius:10px;padding:10px 14px;gap:12px}.sl-marketing.page-teacher .curr-yearrow-label{font-size:10px;font-weight:800;color:var(--ink-2);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.sl-marketing.page-teacher .curr-yeardots{display:flex;gap:6px;flex:1;justify-content:space-between}.sl-marketing.page-teacher .curr-yeardot{width:26px;height:26px;border-radius:50%;background:var(--bg-2);color:var(--ink-2);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px}.sl-marketing.page-teacher .curr-yeardot.active{background:var(--orange-deep);color:#fff}.sl-marketing.page-teacher .subjects{padding:80px 0}.sl-marketing.page-teacher .subjects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sl-marketing.page-teacher .subject-card-lg{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px 28px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 18px -8px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.06)}.sl-marketing.page-teacher .subject-card-lg:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.sl-marketing.page-teacher .subject-icon-lg{width:72px;height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.sl-marketing.page-teacher .subject-icon-lg svg{width:38px;height:38px}.sl-marketing.page-teacher .subject-icon-lg.maths{background:var(--blue-soft);color:var(--blue)}.sl-marketing.page-teacher .subject-icon-lg.english{background:var(--green);color:var(--green-deep)}.sl-marketing.page-teacher .subject-icon-lg.science{background:var(--orange);color:var(--orange-deep)}.sl-marketing.page-teacher .subject-card-lg h3{font-size:22px;font-weight:800;letter-spacing:-.4px;margin-bottom:8px}.sl-marketing.page-teacher .subject-card-lg p{color:var(--ink-2);font-size:15px;line-height:1.55;margin-bottom:14px}.sl-marketing.page-teacher .subject-card-lg .meta{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-weight:600}.sl-marketing.page-teacher .subject-card-lg .row-link{color:var(--blue);font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:6px}.sl-marketing.page-teacher .subject-card-lg.english .row-link{color:var(--green-deep)}.sl-marketing.page-teacher .subject-card-lg.science .row-link{color:var(--orange-deep)}.sl-marketing.page-teacher .subject-card-lg .row-link:hover{gap:10px;transition:gap .15s ease}.sl-marketing.page-teacher .how-it-works{padding:80px 0;background:var(--bg-2)}.sl-marketing.page-teacher .how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative}.sl-marketing.page-teacher .how-step{background:#fff;border-radius:16px;padding:28px 22px 24px;border:1px solid var(--line);position:relative;box-shadow:0 4px 14px -6px rgba(15,23,42,.08)}.sl-marketing.page-teacher .how-num{width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;margin-bottom:16px;box-shadow:0 4px 12px rgba(45,91,255,.25)}.sl-marketing.page-teacher .how-step h4{font-size:16px;font-weight:800;color:var(--ink);letter-spacing:-.3px;margin-bottom:6px}.sl-marketing.page-teacher .how-step p{font-size:14px;color:var(--ink-2);line-height:1.5}.sl-marketing.page-teacher .how-step p strong{color:var(--ink);font-weight:700}.sl-marketing.page-teacher .how-cta{text-align:center;margin-top:32px}.sl-marketing.page-teacher .testimonials{padding:80px 0}.sl-marketing.page-teacher .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sl-marketing.page-teacher .test-card{background:#fff;border-radius:18px;padding:28px;border:1px solid var(--line);box-shadow:0 6px 18px -8px rgba(15,23,42,.1),0 2px 6px -2px rgba(15,23,42,.06);display:flex;flex-direction:column}.sl-marketing.page-teacher .test-stars{color:var(--yellow-deep);margin-bottom:14px;letter-spacing:2px;font-size:16px}.sl-marketing.page-teacher .test-quote{font-size:16px;color:var(--ink);line-height:1.55;margin-bottom:22px;flex:1}.sl-marketing.page-teacher .test-author{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--line)}.sl-marketing.page-teacher .test-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--purple-deep));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;flex-shrink:0;letter-spacing:.5px}.sl-marketing.page-teacher .test-avatar.b{background:linear-gradient(135deg,var(--orange-deep),var(--pink-deep))}.sl-marketing.page-teacher .test-avatar.c{background:linear-gradient(135deg,var(--green-deep),var(--blue))}.sl-marketing.page-teacher .test-name{font-weight:800;font-size:14px;color:var(--ink)}.sl-marketing.page-teacher .test-role{font-size:13px;color:var(--muted)}.sl-marketing.page-teacher .faq{padding:80px 0;background:var(--bg-2)}.sl-marketing.page-teacher .faq-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}.sl-marketing.page-teacher .faq-intro{position:sticky;top:110px}.sl-marketing.page-teacher .faq-title{font-size:32px;font-weight:800;letter-spacing:-.8px;line-height:1.15;margin-bottom:14px}.sl-marketing.page-teacher .faq-intro p{color:var(--ink-2);font-size:15px;line-height:1.6;margin-bottom:18px}.sl-marketing.page-teacher .faq-intro a{color:var(--blue);font-weight:700;font-size:14px}.sl-marketing.page-teacher .faq-list{display:flex;flex-direction:column;gap:10px}.sl-marketing.page-teacher .faq-item{background:#fff;border-radius:14px;border:1px solid var(--line);box-shadow:0 4px 12px -6px rgba(15,23,42,.06);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.sl-marketing.page-teacher .faq-item[open]{border-color:var(--blue-soft);box-shadow:0 8px 20px -8px rgba(45,91,255,.15)}.sl-marketing.page-teacher .faq-item summary{cursor:pointer;padding:18px 22px;font-weight:700;font-size:16px;color:var(--ink);display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sl-marketing.page-teacher .faq-item summary::-webkit-details-marker{display:none}.sl-marketing.page-teacher .faq-item summary::after{content:"+";font-size:24px;font-weight:300;color:var(--muted);transition:transform .2s ease;line-height:1}.sl-marketing.page-teacher .faq-item[open] summary::after{content:"−";color:var(--blue)}.sl-marketing.page-teacher .faq-body{padding:0 22px 20px}.sl-marketing.page-teacher .faq-body p{color:var(--ink-2);font-size:15px;line-height:1.6}.sl-marketing.page-teacher .faq-body a{color:var(--blue);font-weight:600}.sl-marketing.page-teacher .pricing{padding:80px 0}.sl-marketing.page-teacher .pricing-head{text-align:center;margin-bottom:32px}.sl-marketing.page-teacher .pricing-head .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:var(--green-deep);padding:6px 14px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}.sl-marketing.page-teacher .pricing-head h2{font-size:clamp(28px, 3.5vw, 38px);font-weight:800;letter-spacing:-1px;margin-bottom:12px}.sl-marketing.page-teacher .pricing-head p{color:var(--ink-2);font-size:16px;max-width:580px;margin:0 auto 22px;line-height:1.55}.sl-marketing.page-teacher .pricing-trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:8px}.sl-marketing.page-teacher .pricing-trust span{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2);font-weight:500}.sl-marketing.page-teacher .pricing-trust .dot{width:18px;height:18px;border-radius:50%;background:var(--green);color:var(--green-deep);font-weight:800;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.sl-marketing.page-teacher .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:800px;margin:32px auto 28px}.sl-marketing.page-teacher .price-card{background:#fff;border:2px solid var(--line);border-radius:20px;padding:32px;box-shadow:0 8px 22px -10px rgba(15,23,42,.12),0 2px 6px -2px rgba(15,23,42,.06);position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.sl-marketing.page-teacher .price-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.sl-marketing.page-teacher .price-card::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--blue)}.sl-marketing.page-teacher .price-card.popular{border-color:var(--blue);transform:translateY(-6px)}.sl-marketing.page-teacher .price-card.popular:hover{transform:translateY(-10px)}.sl-marketing.page-teacher .price-card.popular::before{background:var(--blue-dark);height:8px}.sl-marketing.page-teacher .price-badge{position:absolute;top:-1px;right:18px;background:var(--blue-dark);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;padding:4px 12px;border-radius:0 0 8px 8px}.sl-marketing.page-teacher .price-card h3{font-size:18px;font-weight:800;color:var(--blue);margin-bottom:4px}.sl-marketing.page-teacher .price-card .from{font-size:12px;color:var(--muted);margin-bottom:6px;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.sl-marketing.page-teacher .price-amount{font-size:36px;font-weight:800;color:var(--blue);letter-spacing:-1px;line-height:1;margin-bottom:4px}.sl-marketing.page-teacher .price-amount small{font-size:14px;font-weight:500;color:var(--muted)}.sl-marketing.page-teacher .price-detail{font-size:13px;color:var(--muted);margin-bottom:22px}.sl-marketing.page-teacher .price-card ul{list-style:none;margin-bottom:24px}.sl-marketing.page-teacher .price-card ul li{padding:7px 0 7px 26px;position:relative;font-size:14px;color:var(--ink-2)}.sl-marketing.page-teacher .price-card ul li::before{content:"✓";position:absolute;left:0;color:var(--green-deep);font-weight:800}.sl-marketing.page-teacher .price-card .btn{width:100%}.sl-marketing.page-teacher .price-card .btn-primary{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 4px 14px rgba(45,91,255,.25)}.sl-marketing.page-teacher .price-card .btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.sl-marketing.page-teacher .price-card .btn-secondary{background:#fff;color:var(--blue);border-color:var(--blue)}.sl-marketing.page-teacher .price-card .btn-secondary:hover{background:var(--blue-soft)}.sl-marketing.page-teacher .school-callout{max-width:800px;margin:0 auto;background:var(--green);border:1px solid rgba(5,150,105,.2);border-radius:16px;padding:22px 28px;display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:space-between}.sl-marketing.page-teacher .school-callout-text strong{color:var(--green-deep);font-size:16px;font-weight:800;display:block;margin-bottom:2px}.sl-marketing.page-teacher .school-callout-text span{font-size:13px;color:var(--ink-2)}.sl-marketing.page-teacher .school-callout .btn{background:var(--green-deep);color:#fff;border-color:var(--green-deep);box-shadow:0 4px 14px rgba(5,150,105,.25)}.sl-marketing.page-teacher .school-callout .btn:hover{background:#047857;border-color:#047857}.sl-marketing.page-teacher .pricing-foot-note{text-align:center;margin-top:18px;font-size:13px;color:var(--muted)}.sl-marketing.page-teacher .pricing-foot-note a{color:var(--blue);font-weight:700;border-bottom:1.5px solid currentColor;padding-bottom:1px}.sl-marketing.page-teacher .final-cta{padding:96px 0;background:linear-gradient(135deg,#1e3a8a 0,var(--blue) 60%,#5b7bff 100%);color:#fff;text-align:center;position:relative;overflow:hidden}.sl-marketing.page-teacher .final-cta::after,.sl-marketing.page-teacher .final-cta::before{content:"";position:absolute;width:360px;height:360px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.sl-marketing.page-teacher .final-cta::before{top:-100px;left:-50px}.sl-marketing.page-teacher .final-cta::after{bottom:-100px;right:-50px}.sl-marketing.page-teacher .final-cta-inner{position:relative;z-index:1}.sl-marketing.page-teacher .final-cta h2{font-size:clamp(30px, 4vw, 44px);font-weight:800;letter-spacing:-1px;margin-bottom:14px;line-height:1.15}.sl-marketing.page-teacher .final-cta p{font-size:18px;opacity:.92;margin-bottom:36px;max-width:580px;margin-left:auto;margin-right:auto}.sl-marketing.page-teacher .final-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}.sl-marketing.page-teacher .final-cta .btn-primary{background:#fff;color:var(--blue);box-shadow:0 8px 24px rgba(0,0,0,.2)}.sl-marketing.page-teacher .final-cta .btn-primary:hover{background:var(--bg-2)}.sl-marketing.page-teacher .final-cta .btn-secondary{background:0 0;color:#fff;border-color:rgba(255,255,255,.45)}.sl-marketing.page-teacher .final-cta .btn-secondary:hover{border-color:#fff;background:rgba(255,255,255,.1)}.sl-marketing.page-teacher .final-cta-note{font-size:14px;opacity:.78}@media (max-width:980px){.sl-marketing.page-teacher .platform-grid{grid-template-columns:repeat(2,1fr)}.sl-marketing.page-teacher .stats-grid{grid-template-columns:repeat(2,1fr)}.sl-marketing.page-teacher .feature-row-grid,.sl-marketing.page-teacher .feature-row.reverse .feature-row-grid{grid-template-columns:1fr;gap:32px}.sl-marketing.page-teacher .feature-row.reverse .feature-row-text{order:0}.sl-marketing.page-teacher .curriculum-card{grid-template-columns:1fr;padding:36px 28px}.sl-marketing.page-teacher .subjects-grid{grid-template-columns:1fr}.sl-marketing.page-teacher .test-grid{grid-template-columns:1fr}.sl-marketing.page-teacher .how-grid{grid-template-columns:1fr 1fr}.sl-marketing.page-teacher .faq-grid{grid-template-columns:1fr;gap:32px}.sl-marketing.page-teacher .faq-intro{position:static}.sl-marketing.page-teacher .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.sl-marketing.page-teacher .platform-grid{grid-template-columns:1fr}.sl-marketing.page-teacher .stats-grid{grid-template-columns:1fr 1fr}.sl-marketing.page-teacher .pricing-grid{grid-template-columns:1fr}.sl-marketing.page-teacher .footer-grid{grid-template-columns:1fr}.sl-marketing.page-teacher .diff-grid,.sl-marketing.page-teacher .engaged-cards,.sl-marketing.page-teacher .monitor-stats,.sl-marketing.page-teacher .save-time-grid{grid-template-columns:1fr}.sl-marketing.page-teacher .dash-stats{grid-template-columns:repeat(2,1fr)}.sl-marketing.page-teacher .dash-row{grid-template-columns:1fr}.sl-marketing.page-teacher .how-grid{grid-template-columns:1fr}.sl-marketing.page-teacher .price-card.popular{transform:none}.sl-marketing.page-teacher h1.hero-title{font-size:36px}.sl-marketing.page-teacher .hero-trust-strip{gap:14px}.sl-marketing.page-teacher .school-callout{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=sl-marketing.min.css.map */