:root{--bg-navy-dark: #0A1424;--bg-navy-main: #0F1D33;--bg-navy-surface: #162642;--bg-navy-card: rgba(22, 38, 66, .82);--gold-primary: #D4AF37;--gold-light: #F59E0B;--gold-bright: #FACC15;--gold-dark: #B38F28;--gold-gradient: linear-gradient(135deg, #D4AF37, #F59E0B);--text-white: #FFFFFF;--text-light: #F1F5F9;--text-muted: #94A3B8;--text-gold: #EAB308;--border-navy: rgba(255, 255, 255, .08);--border-gold: rgba(212, 175, 55, .35);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--shadow-gold: 0 10px 30px -10px rgba(212, 175, 55, .3);--shadow-navy: 0 20px 40px rgba(0, 0, 0, .4)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;width:100%}body{font-family:var(--font-body);background-color:var(--bg-navy-dark);color:var(--text-light);line-height:1.6;overflow-x:hidden;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;color:var(--text-white);line-height:1.2}a{color:inherit;text-decoration:none;transition:var(--transition)}.gold-text{color:var(--gold-primary)}.gold-gradient-text{background:linear-gradient(135deg,#fff,#f59e0b,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gold-badge{display:inline-block;font-family:var(--font-heading);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-primary);background:#d4af371a;border:1px solid var(--border-gold);padding:.4rem 1rem;border-radius:50px;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-heading);font-weight:600;font-size:.95rem;padding:.75rem 1.75rem;border-radius:10px;cursor:pointer;transition:var(--transition);border:none}.btn-lg{padding:.95rem 2.25rem;font-size:1.05rem}.btn-full{width:100%}.btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold-primary));color:#0a1424;box-shadow:0 4px 15px #d4af3740}.btn-gold:hover{transform:translateY(-2px);box-shadow:var(--shadow-gold);background:linear-gradient(135deg,var(--gold-bright),var(--gold-primary))}.btn-outline-gold{background:transparent;color:var(--gold-primary);border:1px solid var(--border-gold)}.btn-outline-gold:hover{background:#d4af3726;transform:translateY(-2px)}.btn-outline-white{background:#ffffff1a;color:var(--text-white);border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.btn-outline-white:hover{background:#fff3}.btn-glow{position:relative}.btn-glow:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,var(--gold-bright),var(--gold-primary));border-radius:12px;z-index:-1;opacity:0;transition:var(--transition);filter:blur(8px)}.btn-glow:hover:after{opacity:.6}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.2rem 0;transition:var(--transition)}.navbar.scrolled{background:#0a1424f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-navy);padding:.8rem 0}.nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:0 auto;padding:0 1.5rem}.brand-logo-img-link{display:inline-flex;align-items:center;background:#fff;padding:.35rem .75rem;border-radius:10px;box-shadow:0 2px 10px #0003;transition:var(--transition)}.brand-logo-img-link:hover{transform:scale(1.02)}.main-logo-img{height:44px;width:auto;display:block}.nav-links{display:flex;gap:2rem}.nav-link{font-size:.95rem;font-weight:500;color:var(--text-muted)}.nav-link:hover,.nav-link.active{color:var(--gold-primary)}.nav-actions{display:flex;gap:1rem}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px}.mobile-toggle span{width:25px;height:2px;background-color:var(--text-white);transition:var(--transition)}.hero-section{position:relative;padding:12rem 0 7rem;text-align:center;overflow:hidden;color:var(--text-white)}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-video-bg video{width:100%;height:100%;object-fit:cover}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(10,20,36,.85) 0%,rgba(10,20,36,.92) 60%,var(--bg-navy-dark) 100%)}.hero-content{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#162642d9;border:1px solid var(--border-gold);padding:.5rem 1.25rem;border-radius:30px;font-size:.9rem;color:var(--text-light);margin-bottom:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-title{font-size:3.8rem;max-width:900px;margin:0 auto 1.5rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.4rem;color:var(--gold-primary);font-weight:500;margin-bottom:1.2rem}.hero-description{font-size:1.15rem;color:#cbd5e1;max-width:750px;margin:0 auto 2.5rem}.hero-ctas{display:flex;justify-content:center;gap:1.25rem;margin-bottom:4rem}.hero-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:950px;margin:0 auto}.stat-card{background:#162642bf;border:1px solid var(--border-navy);padding:1.5rem 1rem;border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition)}.stat-card:hover{border-color:var(--border-gold);transform:translateY(-4px)}.stat-value{font-family:var(--font-heading);font-size:2.2rem;font-weight:800;color:var(--gold-primary);margin-bottom:.2rem}.stat-label{font-size:.85rem;color:var(--text-muted)}.programs-section{padding:6rem 0;background:var(--bg-navy-main);border-top:1px solid var(--border-navy)}.curriculum-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.curr-tab{background:#162642cc;border:1px solid var(--border-navy);color:var(--text-light);font-family:var(--font-heading);font-size:1.05rem;font-weight:600;padding:.85rem 2rem;border-radius:30px;cursor:pointer;transition:var(--transition)}.curr-tab:hover,.curr-tab.active{background:linear-gradient(135deg,var(--gold-light),var(--gold-primary));color:#0a1424;border-color:transparent;box-shadow:var(--shadow-gold)}.curriculum-content-pane{display:none;opacity:0;transition:opacity .4s ease}.curriculum-content-pane.active{display:block;opacity:1}.stage-block{margin-bottom:3rem}.stage-title{font-size:1.6rem;color:var(--gold-primary);margin-bottom:1.5rem;border-bottom:1px solid var(--border-gold);padding-bottom:.4rem}.curriculum-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.curr-card{background:var(--bg-navy-card);border:1px solid var(--border-navy);border-radius:20px;padding:2.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition)}.curr-card:hover{border-color:var(--border-gold);box-shadow:var(--shadow-navy)}.curr-card-header{margin-bottom:1.2rem}.curr-badge{display:inline-block;font-size:.75rem;font-weight:800;color:var(--gold-primary);letter-spacing:.05em;margin-bottom:.4rem}.curr-card h4{font-size:1.35rem}.curr-list-detailed{list-style:none;display:flex;flex-direction:column;gap:1rem}.curr-list-detailed li{font-size:.92rem;color:var(--text-muted);padding-left:1.4rem;position:relative;line-height:1.6}.curr-list-detailed li strong{color:var(--text-white)}.curr-list-detailed li:before{content:"▸";position:absolute;left:0;color:var(--gold-primary);font-size:1.1rem}.hsc-curriculum-container{display:flex;flex-direction:column;gap:3rem}.stream-title{font-size:1.8rem;color:var(--gold-primary);margin-bottom:1.5rem;border-bottom:1px solid var(--border-gold);padding-bottom:.5rem}.hsc-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hsc-cards-grid.four-cols{grid-template-columns:repeat(4,1fr)}.hsc-card{background:var(--bg-navy-card);border:1px solid var(--border-navy);border-radius:16px;padding:1.8rem}.hsc-card.featured-hsc{border-color:var(--border-gold);background:linear-gradient(180deg,#162642f2,#0f1d33f2)}.hsc-card h4{font-size:1.25rem;color:var(--gold-bright);margin-bottom:1rem}.hsc-card ul{list-style:none;display:flex;flex-direction:column;gap:.75rem;font-size:.88rem;color:var(--text-muted)}.hsc-card ul strong{color:var(--text-white)}.curriculum-cta-box{display:flex;justify-content:space-between;align-items:center;background:#d4af3714;border:1px solid var(--border-gold);padding:2rem 2.5rem;border-radius:20px;margin-top:3.5rem}.cta-box-text h4{font-size:1.4rem;color:var(--text-white);margin-bottom:.3rem}.cta-box-text p{color:var(--text-muted);font-size:.95rem}.writing-demo-section{padding:6rem 0;background-color:var(--bg-navy-dark);border-top:1px solid var(--border-navy);border-bottom:1px solid var(--border-navy)}.demo-subject-switcher{display:flex;justify-content:center;gap:1rem;margin-top:2rem;margin-bottom:2rem}.demo-tab{background:#162642cc;border:1px solid var(--border-navy);color:var(--text-light);font-family:var(--font-heading);font-size:1rem;font-weight:600;padding:.75rem 1.8rem;border-radius:30px;cursor:pointer;transition:var(--transition)}.demo-tab:hover,.demo-tab.active{background:linear-gradient(135deg,var(--gold-light),var(--gold-primary));color:#0a1424;border-color:transparent;box-shadow:var(--shadow-gold)}.demo-pane{display:none}.demo-pane.active{display:block}.presentation-player-card{background:var(--bg-navy-surface);border:1px solid var(--border-gold);border-radius:24px;overflow:hidden;max-width:1000px;margin:0 auto;box-shadow:var(--shadow-navy)}.player-header{display:flex;justify-content:space-between;align-items:center;background:#0a1424cc;padding:1.2rem 2rem;border-bottom:1px solid var(--border-navy)}.player-title{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:var(--text-light)}.live-indicator{background:#d4af3733;color:var(--gold-primary);border:1px solid var(--border-gold);font-family:var(--font-heading);font-size:.7rem;font-weight:800;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase}.live-indicator.math-indicator{background:#3b82f633;color:#60a5fa;border-color:#3b82f666}.audio-btn{background:#ffffff0d;border:1px solid var(--border-navy);color:var(--gold-primary);padding:.5rem 1rem;border-radius:30px;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:var(--transition)}.audio-btn:hover{background:#d4af3726}.slide-stage{padding:3rem 2.5rem;min-height:380px;position:relative;background:linear-gradient(135deg,#0f1d33f2,#0a1424f2)}.slide-panel-writing,.slide-panel-maths{display:none;opacity:0;transition:opacity .4s ease}.slide-panel-writing.active,.slide-panel-maths.active{display:block;opacity:1}.slide-header-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.8rem}.step-num{background:linear-gradient(135deg,var(--gold-light),var(--gold-primary));color:#0a1424;font-family:var(--font-heading);font-weight:800;font-size:.8rem;padding:.3rem .8rem;border-radius:20px}.slide-header-bar h3{font-size:1.5rem;color:var(--text-white)}.ppt-box{background:#162642cc;border:1px solid var(--border-navy);border-radius:16px;padding:1.5rem 2rem;margin-bottom:1.5rem;position:relative}.ppt-tag{font-size:.75rem;font-weight:700;color:var(--gold-primary);letter-spacing:.05em;margin-bottom:.5rem}.prompt-box h4{font-size:1.3rem;color:var(--gold-bright);font-style:italic}.clean-math-question{color:#60a5fa!important;font-style:normal!important;line-height:1.6;font-size:1.25rem!important}.math-var{color:var(--gold-bright);font-weight:700}.math-solution-list{display:flex;flex-direction:column;gap:1rem}.math-step-card{background:#0a142499;border:1px solid var(--border-navy);border-radius:12px;padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:.4rem}.math-step-card.highlight-step{border-color:var(--border-gold);background:#d4af371a}.step-badge{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase}.step-badge.focus{color:var(--gold-primary)}.step-eq{font-size:1.15rem;color:var(--text-white)}.math-bold-ans{color:var(--gold-bright);font-size:1.25rem}.math-final-results{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1rem}.result-card{background:#0a142499;border:1px solid var(--border-navy);border-radius:12px;padding:1.2rem;text-align:center}.result-card.featured-result{grid-column:span 3;border-color:var(--border-gold);background:#d4af371f}.res-label{font-size:.85rem;color:var(--text-muted);margin-bottom:.3rem}.res-val{font-size:1.2rem;font-weight:700;color:var(--text-white)}.res-val.highlight{color:var(--gold-bright);font-size:1.5rem}.ppt-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.ppt-card{background:#0a142499;border:1px solid var(--border-navy);padding:1.2rem;border-radius:12px}.card-icon{font-size:1.5rem;margin-bottom:.5rem}.ppt-card h5{font-size:1.1rem;color:var(--gold-primary);margin-bottom:.4rem}.ppt-card p{font-size:.9rem;color:var(--text-muted)}.student-draft-text{font-size:1.1rem;line-height:1.7;color:#e2e8f0;font-style:italic}.analysis-badge{display:inline-block;font-size:.85rem;font-weight:700;padding:.4rem 1rem;border-radius:20px;margin-bottom:.6rem}.analysis-badge.initial{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.analysis-badge.mastery{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.marked-text{font-size:1.05rem;line-height:1.8}.highlight-replace{background:#ef444433;color:#fca5a5;text-decoration:line-through;padding:.1rem .3rem;border-radius:4px}.teacher-note{color:var(--gold-bright);font-weight:700;font-size:.9rem;margin:0 .3rem}.feedback-points{display:flex;flex-direction:column;gap:.6rem;font-size:.95rem;margin-top:1rem}.final-draft-text{font-size:1.15rem;line-height:1.8;color:#fff}.player-controls-bar{display:flex;justify-content:space-between;align-items:center;background:#0a1424f2;padding:1.2rem 2rem;border-top:1px solid var(--border-navy)}.ctrl-btn{background:transparent;border:1px solid var(--border-navy);color:var(--text-light);font-family:var(--font-heading);font-weight:600;padding:.6rem 1.4rem;border-radius:10px;cursor:pointer;transition:var(--transition)}.ctrl-btn:hover:not(:disabled){border-color:var(--gold-primary);color:var(--gold-primary)}.ctrl-btn:disabled{opacity:.4;cursor:not-allowed}.ctrl-primary{background:linear-gradient(135deg,var(--gold-light),var(--gold-primary));color:#0a1424;border:none}.ctrl-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-gold)}.step-indicators{display:flex;gap:.6rem}.step-dot{background:#ffffff0d;border:1px solid var(--border-navy);color:var(--text-muted);font-size:.8rem;font-weight:600;padding:.4rem .9rem;border-radius:20px;cursor:pointer;transition:var(--transition)}.step-dot:hover,.step-dot.active{background:#d4af3726;border-color:var(--border-gold);color:var(--gold-primary)}.trust-section{padding:5rem 0;background-color:var(--bg-navy-dark)}.section-header{max-width:750px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.section-title{font-size:2.4rem;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);font-size:1.05rem}.schools-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;max-width:1000px;margin:0 auto}.school-pill{background:#ffffff0a;border:1px solid var(--border-navy);color:var(--text-light);padding:.5rem 1.2rem;border-radius:30px;font-size:.9rem;transition:var(--transition)}.school-pill:hover{border-color:var(--gold-primary);color:var(--gold-primary);background:#d4af3714}.reviews-section{padding:6rem 0;background-color:var(--bg-navy-main);border-top:1px solid var(--border-navy)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-top:3rem}.review-card{background:var(--bg-navy-card);border:1px solid var(--border-navy);border-radius:18px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition)}.review-card:hover{border-color:var(--border-gold);transform:translateY(-4px)}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.reviewer-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold-primary));color:#0a1424;font-family:var(--font-heading);font-weight:700;display:flex;align-items:center;justify-content:center}.reviewer-info h4{font-size:1.05rem}.review-location{font-size:.8rem;color:var(--gold-primary)}.google-icon{margin-left:auto}.star-rating{margin-bottom:.8rem;font-size:.9rem}.review-text{color:var(--text-muted);font-size:.95rem;font-style:italic;line-height:1.5}.timetable-section{padding:6rem 0;background-color:var(--bg-navy-dark)}.timetable-wrapper{overflow-x:auto;background:var(--bg-navy-card);border:1px solid var(--border-navy);border-radius:16px;margin-top:2rem;-webkit-overflow-scrolling:touch}.timetable-table{width:100%;border-collapse:collapse;text-align:left;min-width:600px}.timetable-table th{background:#0a142499;font-family:var(--font-heading);color:var(--gold-primary);font-weight:600;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border-navy)}.timetable-table td{padding:1.5rem;border-bottom:1px solid var(--border-navy);vertical-align:middle}.timetable-table tr:last-child td{border-bottom:none}.subject-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--text-white)}.subject-desc{font-size:.85rem;color:var(--text-muted)}.format-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:6px;margin-right:.3rem}.format-badge.group{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.format-badge.private,.format-badge.private-only{background:#d4af3726;color:var(--gold-primary);border:1px solid var(--border-gold)}.time-sat{color:var(--gold-primary);font-size:.88rem;margin-top:.2rem}.locations-section{padding:6rem 0;background-color:var(--bg-navy-main);border-top:1px solid var(--border-navy)}.centres-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:950px;margin:0 auto}.centre-card{background:var(--bg-navy-card);border:1px solid var(--border-navy);border-radius:20px;padding:2.2rem;display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition)}.centre-card:hover{border-color:var(--border-gold);transform:translateY(-4px)}.centre-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.centre-icon{font-size:1.5rem}.centre-name{font-size:1.4rem}.centre-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.detail-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--text-muted)}.detail-item svg{flex-shrink:0;color:var(--gold-primary);margin-top:3px}.detail-item a:hover{color:var(--gold-primary)}.footer{background-color:#060d18;border-top:1px solid var(--border-navy);padding:4rem 0 0}.footer-content{display:flex;justify-content:space-between;align-items:center;padding-bottom:3rem}.footer-brand{max-width:400px}.footer-logo-img{height:48px;width:auto;background:#fff;padding:.35rem .75rem;border-radius:8px;margin-bottom:.8rem;display:inline-block}.footer-brand p{color:var(--text-muted);font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);font-size:.95rem}.footer-links a:hover{color:var(--gold-primary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:1.5rem 0 2rem;text-align:center;font-size:.85rem;color:var(--text-muted)}.seo-hidden-keywords{color:transparent;font-size:1px;line-height:1px;-webkit-user-select:none;user-select:none;opacity:0;height:0;overflow:hidden;margin-top:.5rem}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#060d18e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:var(--transition);padding:1rem}.modal-backdrop.active{opacity:1;pointer-events:auto}.modal-box{position:relative;background:var(--bg-navy-surface);border:1px solid var(--border-gold);border-radius:20px;padding:2.5rem;width:100%;max-width:550px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-navy);transform:scale(.95);transition:var(--transition)}.modal-backdrop.active .modal-box{transform:scale(1)}.modal-close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:var(--text-muted);font-size:1.8rem;cursor:pointer;line-height:1}.modal-close:hover{color:var(--text-white)}.modal-header{margin-bottom:1.5rem}.modal-header h3{font-size:1.6rem;margin-top:.2rem}.modal-header p{font-size:.9rem;color:var(--text-muted)}.form-group{margin-bottom:1.25rem}.form-group-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--text-light);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;background:#0a1424b3;border:1px solid var(--border-navy);border-radius:8px;padding:.75rem 1rem;color:var(--text-white);font-family:var(--font-body);font-size:.95rem;transition:var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold-primary);box-shadow:0 0 0 3px #d4af3733}.modal-direct-note{background:#d4af3714;border:1px solid var(--border-gold);padding:.85rem 1rem;border-radius:8px;font-size:.85rem;color:var(--text-light);margin-bottom:1.25rem;line-height:1.4}.animate-fade-in{animation:fadeIn .8s ease forwards}.animate-fade-in-up{animation:fadeInUp .8s ease forwards}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.hero-title{font-size:3rem}.hero-stats-grid{grid-template-columns:repeat(2,1fr)}.curriculum-grid,.hsc-cards-grid,.hsc-cards-grid.four-cols,.centres-grid,.reviews-grid,.ppt-grid,.math-final-results{grid-template-columns:1fr}.result-card.featured-result{grid-column:span 1}.curriculum-tabs,.demo-subject-switcher{flex-direction:column}.curriculum-cta-box{flex-direction:column;text-align:center;gap:1.5rem}.player-header{flex-direction:column;gap:1rem;align-items:flex-start}.player-controls-bar{flex-direction:column;gap:1.2rem}.step-indicators{flex-wrap:wrap;justify-content:center}}@media (max-width: 768px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:flex}.hero-section{padding:9rem 0 5rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.15rem}.hero-description{font-size:1rem}.hero-ctas{flex-direction:column;gap:1rem}.hero-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-value{font-size:1.8rem}.form-group-row{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}.slide-stage,.modal-box{padding:1.8rem 1.2rem}.main-logo-img{height:36px}}@media (max-width: 480px){.container{padding:0 1rem}.hero-title{font-size:1.9rem}.section-title{font-size:1.8rem}.curr-card,.centre-card,.review-card,.hsc-card{padding:1.5rem 1.2rem}.step-dot{font-size:.75rem;padding:.3rem .7rem}}
