.hero-section{overflow:hidden;min-height:100vh;padding-top:5rem;background:var(--background)}.hero-section,.hero-section-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.hero-section-container{max-width:1200px;margin:0 auto;padding:0 .5rem;z-index:10}.hero-section-left{margin-top:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:1rem;opacity:0;transform:translateX(-2.5rem);transition:opacity 1s,transform 1s}.hero-section-left.visible{opacity:1;transform:translateX(0)}.hero-section-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.hero-section-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:rgba(255,255,255,.8);border-radius:9999px;border:1px solid #c7d2fe;box-shadow:0 1px 4px rgba(0,0,0,.04);backdrop-filter:blur(4px)}.dark .hero-section-badge{background:rgba(30,41,59,.8);border-color:#1e40af}.hero-section-dot{width:.5rem;height:.5rem;background:#22c55e;border-radius:9999px;margin-right:.5rem;animation:hero-section-dot-pulse 1.5s infinite}@keyframes hero-section-dot-pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-section-badge-text{font-size:.875rem;font-weight:500;color:var(--foreground)}.hero-section-title{font-size:2.25rem;font-weight:700;color:var(--foreground);line-height:1.1;text-align:center}@media (min-width:768px){.hero-section-title{font-size:3rem}}@media (min-width:1024px){.hero-section-title{font-size:3.75rem}}.hero-section-gradient{background:linear-gradient(90deg,#2563eb,#a21caf,#1e40af);-webkit-background-clip:text;background-clip:text}.dark .hero-section-gradient,.hero-section-gradient{-webkit-text-fill-color:transparent;text-fill-color:transparent}.dark .hero-section-gradient{background:linear-gradient(90deg,#7dd3fc,#a78bfa,#f472b6);-webkit-background-clip:text;background-clip:text}.hero-section-desc{width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-section-desc p{font-size:1.25rem;color:var(--muted-foreground);text-align:center;line-height:1.5}@media (min-width:768px){.hero-section-desc p{font-size:1.5rem}}.hero-section-bold{font-weight:600;color:var(--foreground)}.hero-section-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;width:100%;align-items:center;justify-content:center}@media (min-width:640px){.hero-section-actions{flex-direction:row}}.hero-section-action{min-width:200px;display:flex;justify-content:center}.hero-section-action-primary{background:linear-gradient(90deg,#2563eb,#a21caf);color:#fff;padding:1rem 2rem;font-weight:600}.hero-section-action-secondary{border:1px solid #e5e7eb;color:var(--foreground);padding:1rem 2rem}.dark .hero-section-action-secondary{border-color:#334155}.hero-section-stats{display:flex;align-items:center;justify-content:center;gap:2rem;padding-top:.5rem;width:100%}.hero-section-stat{text-align:center}.hero-section-stat-value{font-size:1.5rem;font-weight:700;color:var(--foreground)}.hero-section-stat-label{font-size:1rem;color:var(--muted-foreground);white-space:normal;word-break:break-word;text-align:center}.problem-statement-section{padding:5rem 1rem;position:relative;overflow:hidden}.problem-statement-container{max-width:1120px;margin:0 auto;position:relative;z-index:10}.problem-statement-header{text-align:center;margin-bottom:4rem}.problem-statement-badge{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:linear-gradient(90deg,#ffe4e6,#ffedd5);color:#be123c;border-radius:9999px;font-size:1rem;font-weight:600;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.dark .problem-statement-badge{background:linear-gradient(90deg,#88133799,#f59e4299);color:#fca5a5}.problem-statement-badge-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.problem-statement-title{font-size:3rem;font-weight:700;margin-bottom:2rem}.problem-statement-title-main{color:var(--foreground)}.dark .problem-statement-title-main{color:#fff}.problem-statement-title-gradient{background:linear-gradient(90deg,#be123c,#f59e42,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.problem-statement-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto;line-height:1.6}.dark .problem-statement-desc{color:#d1d5db}.problem-statement-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:5rem}@media (min-width:1024px){.problem-statement-grid{grid-template-columns:repeat(3,1fr)}}.problem-statement-impact{background:rgba(255,255,255,.8);border-radius:1.5rem;padding:3rem 1.5rem;border:1px solid #fff3;box-shadow:0 4px 32px rgba(0,0,0,.08);justify-content:center;align-items:center}.dark .problem-statement-impact{background:rgba(17,24,39,.8);border-color:#37415133}.problem-statement-impact-header{text-align:center;margin-bottom:3rem}.problem-statement-impact-title{font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.dark .problem-statement-impact-title{color:#fff}.problem-statement-impact-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:36rem;margin:0 auto}.dark .problem-statement-impact-desc{color:#d1d5db}.problem-statement-impact-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.problem-statement-impact-grid{grid-template-columns:repeat(4,1fr)}}.school-solution-section{padding:5rem 1rem}.school-solution-container{max-width:1120px;margin:0 auto}.school-solution-header{text-align:center;margin-bottom:4rem}.school-solution-badge{margin-bottom:1.5rem;background:linear-gradient(90deg,#dbeafe,#c7d2fe);color:#2563eb;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;border-radius:9999px}.school-solution-title{font-size:2.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.dark .school-solution-title{color:#fff}.school-solution-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.dark .school-solution-desc{color:#d1d5db}.school-solution-grid{display:grid;grid-template-columns:1fr;gap:2rem;justify-items:center;align-items:stretch}@media (min-width:768px){.school-solution-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.school-solution-grid{grid-template-columns:repeat(4,1fr)}}.dark .school-solution-section{background:#111827}.dark .school-solution-badge{background:linear-gradient(90deg,#1e293b,#1e40af);color:#93c5fd}.school-solution-title-h3{hyphens:auto;word-break:break-word;white-space:normal}.teacher-solution-section{padding:5rem 1rem;background:linear-gradient(135deg,#d1fae5,#f0fdfa)}.dark .teacher-solution-section{background:linear-gradient(135deg,#064e3b99,#134e4a99)}.teacher-solution-container{max-width:1120px;margin:0 auto}.teacher-solution-header{text-align:center;margin-bottom:4rem}.teacher-solution-badge{margin-bottom:1.5rem;background:linear-gradient(90deg,#bbf7d0,#99f6e4);color:#047857;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;border-radius:9999px}.teacher-solution-title{font-size:2.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.dark .teacher-solution-title{color:#fff}.teacher-solution-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.dark .teacher-solution-desc{color:#d1d5db}.teacher-solution-grid{display:grid;grid-template-columns:1fr;gap:2rem;justify-items:center;align-items:stretch}@media (min-width:768px){.teacher-solution-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.teacher-solution-grid{grid-template-columns:repeat(4,1fr)}}.live-demo-section,.live-demo-section *{background:none!important;color:#f1f5f9!important}.live-demo-section{background:linear-gradient(90deg,#2563eb,#a21caf,#db2777)!important}.live-demo-container{max-width:768px;margin:0 auto;text-align:center;position:relative;z-index:10}.live-demo-title{font-size:2.25rem;font-weight:700;color:#f1f5f9!important;background:var(--background);margin-bottom:1.5rem}@media (min-width:768px){.live-demo-title{font-size:3rem}}.live-demo-desc{font-size:1.25rem;color:#E8DEF8!important;margin-bottom:2.5rem;max-width:32rem;margin-left:auto;margin-right:auto}.live-demo-actions{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center}@media (min-width:640px){.live-demo-actions{flex-direction:row}}.live-demo-action-primary{background:#fff!important;color:#111827!important;font-weight:600;font-size:1.125rem;padding:1rem 2rem;border-radius:.5rem;transition:background .2s,color .2s}.live-demo-action-primary:hover{background:#f1f5f9!important;color:#1e293b!important}.live-demo-action-secondary{color:#2563eb!important;border:1px solid #2563eb!important;background:#fff!important;font-weight:600;font-size:1.125rem;padding:1rem 2rem;border-radius:.5rem;transition:background .2s,color .2s}.live-demo-action-secondary:hover{background:#f1f5f9!important;color:#1e293b!important}.trust-section{padding:5rem 1rem;background:#fff}.dark .trust-section{background:#111827}.trust-container{max-width:96rem;margin:0 auto}.trust-header{text-align:center;margin-bottom:4rem}.trust-title{font-size:2.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.dark .trust-title{color:#fff}.trust-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.dark .trust-desc{color:#d1d5db}.trust-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.trust-grid{grid-template-columns:repeat(3,1fr)}}.trust-card{padding:2rem;border:none;background:rgba(255,255,255,.9);border-radius:1.5rem;box-shadow:0 4px 32px rgba(0,0,0,.08);transition:box-shadow .5s,transform .5s}.dark .trust-card{background:rgba(17,24,39,.9)}.trust-card-header{display:flex;align-items:center;margin-bottom:1.5rem}.trust-card-icon-placeholder{width:4rem;height:4rem;border-radius:9999px;background:#e5e7eb;margin-right:1rem}.dark .trust-card-icon-placeholder{background:#1e293b}.trust-card-title{font-weight:700;font-size:1.125rem;color:var(--foreground)}.dark .trust-card-title{color:#fff}.trust-card-location{color:var(--muted-foreground)}.dark .trust-card-location{color:#d1d5db}.trust-card-testimonial{color:var(--muted-foreground);font-size:1.125rem;margin-bottom:1rem}.dark .trust-card-testimonial{color:#d1d5db}.trust-card-rating{display:flex}.trust-card-star{width:1.25rem;height:1.25rem;color:#fbbf24;fill:currentColor}.trust-footer{text-align:center}.trust-footer-desc{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.dark .trust-footer-desc{color:#d1d5db}.trust-footer-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.trust-footer-badge{padding:1rem 2rem;font-size:1.125rem;font-weight:600}.pricing-section{padding:5rem 1rem;background:linear-gradient(135deg,#f1f5f9,#dbeafe)}.dark .pricing-section{background:linear-gradient(135deg,#111827,#1e293b)}.pricing-container{max-width:80rem;margin:0 auto}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-title{font-size:2.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.dark .pricing-title{color:#fff}.pricing-desc{font-size:1.25rem;color:var(--muted-foreground);max-width:32rem;margin:0 auto}.dark .pricing-desc{color:#d1d5db}.pricing-horizontal-catalog{display:flex;gap:0;padding:1rem 0;overflow:visible;align-items:stretch;justify-content:center;width:100%}.pricing-horizontal-card{width:180px;height:600px;border:none;border-radius:0;box-shadow:none;transition:all .4s ease;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0;color:white;position:relative}.pricing-horizontal-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.3)}.pricing-horizontal-card.expanded{width:450px;height:600px;z-index:10;box-shadow:0 8px 32px rgba(0,0,0,.3)}.pricing-horizontal-card:nth-child(3),.pricing-horizontal-card:nth-child(3).expanded,.pricing-horizontal-card:nth-child(4),.pricing-horizontal-card:nth-child(4).expanded{height:600px}.pricing-horizontal-card:nth-child(3).expanded,.pricing-horizontal-card:nth-child(4).expanded,.pricing-horizontal-card:nth-child(5).expanded{width:500px}.pricing-horizontal-card:nth-child(6).expanded{width:550px}.pricing-horizontal-expanded{animation:slideRight .4s ease-out;height:100%;display:flex;flex-direction:column}@keyframes slideRight{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.pricing-horizontal-content{display:flex;height:100%;padding:1.5rem}.pricing-horizontal-left{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding-right:1.5rem;border-right:2px solid rgba(255,255,255,.3)}.pricing-horizontal-title{font-size:1.5rem;font-weight:900;color:white;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.02em}.pricing-horizontal-price{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.pricing-horizontal-price-main{font-size:2rem;font-weight:900;color:white;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.02em}.pricing-horizontal-price-desc{font-size:1rem;font-weight:600}.pricing-horizontal-note,.pricing-horizontal-price-desc{color:rgba(255,255,255,.95);text-shadow:0 1px 2px rgba(0,0,0,.3)}.pricing-horizontal-note{font-size:.875rem;padding:.75rem;background:rgba(255,255,255,.15);border-radius:.5rem;border-left:3px solid rgba(255,255,255,.7);font-weight:500;line-height:1.4;margin-bottom:1.5rem}.pricing-horizontal-button{width:100%;font-size:1rem;padding:.75rem 0;font-weight:700;border-radius:.5rem;transition:all .2s ease;background:rgba(255,255,255,.95);color:#1f2937;border:none;text-shadow:none;box-shadow:0 2px 8px rgba(0,0,0,.2)}.pricing-horizontal-button:hover{background:white;transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.3)}.pricing-horizontal-right{flex:1;display:flex;flex-direction:column;justify-content:center;padding-left:1.5rem}.pricing-horizontal-features{list-style:none;padding:0;margin:0}.pricing-horizontal-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:rgba(255,255,255,.95);margin-bottom:.75rem;line-height:1.4;font-weight:500;padding:.5rem;background:rgba(255,255,255,.1);border-radius:.375rem;border-left:2px solid rgba(255,255,255,.3);transition:all .2s ease}.pricing-horizontal-feature:hover{background:rgba(255,255,255,.15);transform:translateX(4px)}.pricing-horizontal-feature-icon{width:1rem;height:1rem;color:white;flex-shrink:0;margin-top:.125rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.pricing-horizontal-feature-text{flex:1;font-size:.875rem;text-shadow:0 1px 2px rgba(0,0,0,.3);font-weight:500}.pricing-horizontal-card.collapsed{height:600px}.pricing-horizontal-card.collapsed .pricing-vertical-header{height:100%}.pricing-horizontal-card:nth-child(3).collapsed,.pricing-horizontal-card:nth-child(4).collapsed{height:600px}@media (max-width:768px){.pricing-horizontal-catalog{gap:1rem;padding:.5rem 0;flex-direction:column;align-items:center}.pricing-horizontal-card{width:100%;max-width:400px;height:auto;min-height:64px}.pricing-horizontal-card.expanded{width:100%;max-width:400px;height:auto;min-height:400px}.pricing-horizontal-card.collapsed,.pricing-horizontal-card.collapsed .pricing-vertical-header{height:64px;min-height:64px}.pricing-horizontal-card:nth-child(3),.pricing-horizontal-card:nth-child(4){height:auto;min-height:64px}.pricing-horizontal-card:nth-child(3).collapsed,.pricing-horizontal-card:nth-child(4).collapsed{height:64px;min-height:64px}.pricing-horizontal-card:nth-child(3).expanded,.pricing-horizontal-card:nth-child(4).expanded{height:auto;min-height:450px}.pricing-horizontal-card:nth-child(3).expanded,.pricing-horizontal-card:nth-child(4).expanded,.pricing-horizontal-card:nth-child(5).expanded{width:100%;max-width:400px;min-height:450px}.pricing-horizontal-card:nth-child(6).expanded{width:100%;max-width:400px;min-height:500px}.pricing-horizontal-content{padding:1.5rem;flex-direction:column}.pricing-horizontal-left{padding-right:0;padding-bottom:1.5rem;border-right:none;border-bottom:2px solid rgba(255,255,255,.3)}.pricing-horizontal-right{padding-left:0;padding-top:1.5rem}.pricing-horizontal-title{font-size:1.75rem;text-align:center}.pricing-horizontal-price-main{font-size:2.25rem;text-align:center}.pricing-horizontal-feature{font-size:1rem;padding:.75rem}.pricing-horizontal-feature-text{font-size:1rem}.pricing-horizontal-button{font-size:1.1rem;padding:1rem 0;margin-top:1.5rem}}.pricing-horizontal-card.loading{opacity:.7;pointer-events:none}.pricing-vertical-header{flex-direction:column;padding:1.5rem 1rem;min-height:600px}.pricing-vertical-header,.pricing-vertical-title-container{display:flex;align-items:center;justify-content:center;text-align:center;height:100%}.pricing-vertical-title-container{width:100%;position:relative}.pricing-vertical-title{font-size:1.25rem;font-weight:900;color:white;text-align:center;line-height:1.2;transform:rotate(270deg);white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.4);letter-spacing:.05em;margin:0;padding:0;position:absolute;top:50%;right:10%;transform:translateY(-50%) rotate(270deg)}@media (max-width:768px){.pricing-vertical-header{height:64px;width:100%;position:relative;padding:0;margin:0;min-height:64px;box-sizing:border-box}.pricing-vertical-title{position:absolute;top:.5rem;left:50%;transform:translateX(-50%);font-size:.875rem;font-weight:700;color:white;text-align:center;margin:0;padding:0;line-height:1.2;white-space:normal;display:block;height:auto;text-shadow:none;letter-spacing:normal;box-sizing:border-box}}