*{margin:0;padding:0;box-sizing:border-box}:root{--primary:hsl(217, 89%, 35%);--primary-dark:hsl(217, 89%, 25%);--primary-light:hsl(210, 100%, 97%);--gold:hsl(45, 95%, 55%);--gold-dark:hsl(40, 90%, 45%);--foreground:hsl(220, 25%, 15%);--muted:hsl(220, 15%, 45%);--background:hsl(210, 20%, 98%);--card:hsl(0, 0%, 100%);--border:hsl(210, 25%, 90%);--success:hsl(142, 70%, 45%);--gradient-hero:linear-gradient(135deg, hsl(217, 89%, 35%) 0%, hsl(217, 80%, 45%) 50%, hsl(210, 70%, 50%) 100%);--gradient-gold:linear-gradient(135deg, hsl(45, 95%, 55%) 0%, hsl(40, 90%, 45%) 100%);--shadow-card:0 4px 20px -2px hsla(217, 89%, 35%, 0.08);--shadow-card-hover:0 12px 30px -4px hsla(217, 89%, 35%, 0.15)}html{scroll-behavior:smooth}body{font-family:'Inter',system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',Georgia,serif;font-weight:600}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero{background:var(--gradient-hero);color:#fff;padding:2rem 0;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-block;background:rgb(255 255 255 / .2);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;backdrop-filter:blur(10px)}.hero h1{font-size:clamp(2rem, 5vw, 3.5rem);margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto}.hero-small{padding:4rem 0}.section{padding:3rem 0}.section-alt{background:var(--card)}.section-light{background:linear-gradient(135deg,var(--primary-light) 0%,var(--background) 100%)}.section-header{text-align:center;max-width:600px;margin:0 auto 3rem}.section-tag{display:inline-block;color:var(--primary);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem, 4vw, 2.5rem);color:var(--foreground);margin-bottom:1rem}.section-desc{color:var(--muted);line-height:1.7}.card{background:var(--card);border-radius:1rem;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:all 0.3s ease;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-card-hover)}.card-body{padding:1.5rem}.feature-card{background:var(--card);border-radius:1rem;padding:2rem;text-align:center;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:all 0.3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover)}.feature-icon{width:70px;height:70px;background:var(--primary-light);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary);font-size:1.75rem;transition:all 0.3s ease}.feature-card:hover .feature-icon{background:var(--gradient-hero);color:#fff;transform:scale(1.1)}.feature-card h3{font-size:1.25rem;color:var(--foreground);margin-bottom:.75rem}.feature-card p{color:var(--muted);font-size:.9rem;line-height:1.6}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.75rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease;border:none;text-decoration:none}.btn-primary{background:var(--gradient-hero);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px hsl(217 89% 35% / .3)}.btn-gold{background:var(--gradient-gold);color:var(--foreground)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 25px hsl(45 95% 55% / .4)}.btn-outline{background:#fff0;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-white{background:#fff;color:var(--primary)}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(255 255 255 / .3)}.course-card{background:var(--card);border-radius:1.25rem;overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:all 0.3s ease}.course-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover)}.course-header{padding:1.5rem;color:#fff;position:relative}.course-header.primary{background:var(--gradient-hero)}.course-header.gold{background:var(--gradient-gold);color:var(--foreground)}.course-icon{width:50px;height:50px;background:rgb(255 255 255 / .2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.course-card h3{font-size:1.375rem;margin-bottom:.5rem}.course-body{padding:1.5rem}.course-meta{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.875rem;color:var(--muted)}.course-meta-item{display:flex;align-items:center;gap:.5rem}.course-subjects{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.course-subject{padding:.375rem .75rem;background:var(--primary-light);border-radius:50px;font-size:.75rem;color:var(--primary);font-weight:500}.fade-up{opacity:0;transform:translateY(30px);transition:all 0.6s ease-out}.fade-up.visible{opacity:1;transform:translateY(0)}.slide-left{opacity:0;transform:translateX(-30px);transition:all 0.6s ease-out}.slide-left.visible{opacity:1;transform:translateX(0)}.slide-right{opacity:0;transform:translateX(30px);transition:all 0.6s ease-out}.slide-right.visible{opacity:1;transform:translateX(0)}.zoom-in{opacity:0;transform:scale(.9);transition:all 0.6s ease-out}.zoom-in.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:0.1s}.delay-2{transition-delay:0.2s}.delay-3{transition-delay:0.3s}.delay-4{transition-delay:0.4s}.delay-5{transition-delay:0.5s}.delay-6{transition-delay:0.6s}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary)}.text-gold{color:var(--gold)}.text-muted{color:var(--muted)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.d-flex{display:flex}.align-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.w-100{width:100%}.card{transition:transform 0.3s ease,box-shadow 0.3s ease}.hero-home{min-height:auto;padding:90px 1rem 1.5rem;margin-bottom:0}.hero,.hero-home{overflow:visible}.hero-content{width:100%}.hero-inner{max-width:850px;margin:0 auto;text-align:center}.hero-buttons{justify-content:center;margin-bottom:1.5rem}.hero-home h1{margin-bottom:1.5rem}.hero-highlight{position:relative;display:inline-block}.hero-desc{font-size:1.25rem;opacity:.95;max-width:650px;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;margin-top:2rem}.stats-section{margin-top:-3rem;position:relative;z-index:10;padding-bottom:3rem}.stats-section .stat-card{background:var(--card);box-shadow:var(--shadow-card-hover)}.stat-icon{width:50px;height:50px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.25rem;margin:0 auto 1rem}.course-features{list-style:none}.section-course{background:var(--primary-light);padding:3rem 0}.course-features li{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem;margin-bottom:.5rem}.course-features li i{color:var(--success);font-size:.85rem}.testimonials-container{max-width:800px;margin:0 auto}.testimonials-slider{position:relative;min-height:300px}.testimonial-slide{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;transform:translateX(30px);transition:all 0.5s ease}.testimonial-slide.active{position:relative;opacity:1;visibility:visible;transform:translateX(0)}.testimonial-card{background:var(--card);border-radius:1.5rem;padding:2.5rem;box-shadow:var(--shadow-card);border:1px solid var(--border);position:relative}.testimonial-quote{position:absolute;top:1.5rem;left:2rem;font-size:3rem;color:var(--primary-light);opacity:.5}.testimonial-text{font-size:1.125rem;line-height:1.8;color:var(--foreground);font-style:italic;margin-bottom:1.5rem;padding-top:1rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:var(--gradient-hero);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;flex-shrink:0}.author-info h4{font-size:1rem;color:var(--foreground);font-family:'Inter',sans-serif;font-weight:600;margin-bottom:.125rem}.author-info p{font-size:.875rem;color:var(--muted)}.testimonial-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.testimonial-btn{width:45px;height:45px;border-radius:50%;border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center}.testimonial-btn:hover{background:var(--primary);border-color:var(--primary);color:#fff}.testimonial-dots{display:flex;gap:.5rem}.testimonial-dot{width:10px;height:10px;border-radius:50%;background:var(--border);border:none;cursor:pointer;transition:all 0.3s ease}.testimonial-dot.active{background:var(--primary);transform:scale(1.2)}.youtube-promo-card{background:var(--card);border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-card-hover);border:1px solid var(--border)}.youtube-promo-content{display:grid;grid-template-columns:auto 1fr;gap:3rem;padding:3rem;align-items:center}.youtube-promo-icon{width:120px;height:120px;background:linear-gradient(135deg,#FF0000 0%,#CC0000 100%);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3.5rem;box-shadow:0 10px 30px rgb(255 0 0 / .3)}.youtube-promo-text h2{font-size:1.75rem;color:var(--foreground);margin-bottom:1rem}.youtube-promo-text h2 span{background:linear-gradient(135deg,#FF0000 0%,#CC0000 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.youtube-promo-text>p{color:var(--muted);margin-bottom:1.5rem;line-height:1.7}.youtube-features{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}.youtube-features li{display:flex;align-items:center;gap:.5rem;color:var(--foreground);font-size:.9rem}.youtube-features li i{color:red}.youtube-promo-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-youtube-red{background:linear-gradient(135deg,#FF0000 0%,#CC0000 100%);color:#fff}.btn-youtube-red:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(255 0 0 / .4)}.notice-board-strip{background:linear-gradient(135deg,hsl(0 0% 100% / .15) 0%,hsl(0 0% 100% / .08) 100%);backdrop-filter:blur(10px);padding:.75rem 0;position:relative;z-index:2;border-bottom:1px solid hsl(0 0% 100% / .1);border-radius:20px}.notice-board-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:1rem}.notice-icon{display:flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--foreground);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;white-space:nowrap;flex-shrink:0;animation:notice-pulse 2s ease-in-out infinite}.notice-icon i{font-size:.9rem}@keyframes notice-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.notice-marquee-wrapper{flex:1;overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 3%,black 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 3%,black 97%,transparent)}.notice-marquee{display:flex;gap:4rem;animation:marquee-scroll 60s linear infinite;width:max-content}.notice-marquee:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.notice-item{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9rem;white-space:nowrap;padding:.25rem 0}.notice-item i{color:var(--gold);font-size:.75rem}.notice-item span{opacity:.95}@media (max-width:992px){.hero-home{min-height:auto;padding:5rem 0 4rem}.hero-desc{font-size:1.1rem}.youtube-promo-content{grid-template-columns:1fr;text-align:center}.youtube-promo-icon{margin:0 auto;width:100px;height:100px;font-size:2.5rem}.youtube-features{justify-content:center}.youtube-promo-buttons{justify-content:center}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){body{overflow-x:hidden}.hero{padding:4.1rem 1rem;overflow-x:hidden}.hero h1{font-size:1.8rem}.hero-line{margin-top:30px}.hero-buttons{display:flex;flex-direction:row;justify-content:center;gap:.5rem;flex-wrap:wrap}.hero-buttons .btn{width:auto;flex:1 1 45%;max-width:150px;font-size:.8rem;padding:10px 12px}.btn{width:auto;font-size:.9rem;padding:10px 16px}.hero-inner p{font-size:.8rem;margin-top:3rem;margin-bottom:3.4rem}.hero-trust-badges{gap:1rem}.trust-item{font-size:.8rem}.stats-section{margin-top:-2rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.notice-board-strip{padding:.5rem 0;overflow-x:hidden}.notice-icon{padding:.4rem .75rem;font-size:.7rem}.notice-icon span{display:none}.notice-item{font-size:.8rem;gap:.4rem}.notice-marquee-wrapper{overflow-x:hidden;width:100%}.notice-marquee{gap:2rem;animation-duration:60s;display:inline-flex;min-width:100%}section{padding:3rem 1rem}.section-desc,.section,.cta-para{font-size:.8rem}.stream-card,.testimonial-card{padding:20px;border-radius:14px;max-width:100%;margin:0 auto}.stream-card h3{font-size:1.3rem}.stream-card p{font-size:.9rem}.course-card p,.course-card li{font-size:.8rem}.youtube-promo-card p,.youtube-promo-card li{font-size:.8rem}.youtube-features{grid-template-columns:1fr}.testimonial-card{padding:2rem 1.5rem}.testimonial-card p{font-size:.7rem;line-height:1.6}.slide-right{transform:translateX(0)}.testimonial-slide{transform:translateX(0)}.testimonials-container{overflow:hidden}.testimonial-text{font-size:1rem}.student-name{font-size:.9rem}.cta-buttons{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap;justify-content:center}.cta-buttons .btn{width:auto;flex:1 1 45%;max-width:150px}}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.testimonial-section{height:700px}.toast{position:fixed;top:20px;right:20px;background:#333;color:#fff;padding:12px 20px;border-radius:5px;opacity:0;transition:opacity 0.5s ease;z-index:9999}.toast.show{opacity:1}.toast.success{background:green}.toast.error{background:red}