@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200);padding:1rem 0}.header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:all var(--transition-base)}.logo:hover{transform:translateY(-2px)}.logo-image{height:48px;width:auto}.nav-desktop{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-link{color:var(--gray-700);text-decoration:none;font-weight:600;font-size:.95rem;transition:all var(--transition-base);position:relative}.nav-link:after{content:"";position:absolute;bottom:-.5rem;left:0;width:0;height:2px;background:var(--primary);transition:width var(--transition-base)}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.btn-login{color:var(--gray-700);text-decoration:none;font-weight:600;font-size:.95rem;transition:all var(--transition-base)}.btn-login:hover{color:var(--primary)}.btn-header{padding:.75rem 1.5rem;font-size:.95rem}.mobile-menu-btn{display:none;background:none;border:none;color:var(--gray-700);cursor:pointer;padding:.5rem;transition:all var(--transition-base)}.mobile-menu-btn:hover{color:var(--primary)}.nav-mobile{display:none}@media (max-width: 1024px){.nav-desktop{gap:1.5rem}}@media (max-width: 768px){.nav-desktop,.header-actions{display:none}.mobile-menu-btn{display:block}.nav-mobile{display:flex;flex-direction:column;padding:1.5rem 0;margin-top:1rem;border-top:1px solid var(--gray-200)}.nav-link-mobile{padding:1rem 0;color:var(--gray-700);text-decoration:none;font-weight:600;transition:all var(--transition-base);border-bottom:1px solid var(--gray-100)}.nav-link-mobile:hover{color:var(--primary);padding-left:1rem}.mobile-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.btn-login-mobile{padding:1rem;text-align:center;color:var(--gray-700);text-decoration:none;font-weight:600;border:2px solid var(--gray-200);border-radius:.5rem;transition:all var(--transition-base)}.btn-login-mobile:hover{border-color:var(--primary);color:var(--primary)}.btn-mobile{width:100%;justify-content:center}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:4rem 0 1.5rem;margin-top:6rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-logo-image{height:48px;width:auto}.footer-description{color:#ffffffb3;line-height:1.6;margin-bottom:2rem}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#fffc;font-size:.9rem}.contact-item svg{color:var(--accent);flex-shrink:0}.footer-links-section{display:flex;flex-direction:column}.footer-heading{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all var(--transition-base);display:inline-block}.footer-links a:hover{color:var(--accent);transform:translate(5px)}.footer-social-section{display:flex;flex-direction:column}.social-links{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.social-link{width:44px;height:44px;border-radius:.5rem;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fffc;text-decoration:none;transition:all var(--transition-base)}.social-link:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.social-text{color:#fff9;font-size:.875rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}.copyright{color:#fff9;font-size:.875rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#fff9;text-decoration:none;font-size:.875rem;transition:all var(--transition-base)}.footer-bottom-links a:hover{color:#fff}@media (max-width: 1024px){.footer-main{grid-template-columns:repeat(2,1fr);gap:3rem}.footer-brand{grid-column:1 / -1;max-width:100%}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-main{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 0 6rem;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.gradient-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s infinite ease-in-out}.blob-1{width:500px;height:500px;background:linear-gradient(135deg,#667eea,#764ba2 50%);top:-150px;left:-100px}.blob-2{width:400px;height:400px;background:linear-gradient(135deg,#f093fb,#f5576c 50%);top:40%;right:-150px;animation-delay:-10s}.blob-3{width:350px;height:350px;background:linear-gradient(135deg,#4facfe,#00f2fe 50%);bottom:-100px;left:30%;animation-delay:-5s}.grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(37,99,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.03) 1px,transparent 1px);background-size:50px 50px}.hero-wrapper{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2);border-radius:2rem;color:var(--primary);font-size:.875rem;font-weight:600;margin-bottom:2rem}.hero-badge svg{color:var(--accent)}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:var(--gray-900)}.hero-description{font-size:1.125rem;line-height:1.8;color:var(--gray-600);margin-bottom:2.5rem}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.btn-hero{font-size:1.125rem;padding:1.125rem 2.25rem}.btn-play-hero{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;color:var(--gray-700);font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-base)}.btn-play-hero:hover{color:var(--primary)}.play-icon-wrapper{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 20px #2563eb4d;transition:all var(--transition-base)}.btn-play-hero:hover .play-icon-wrapper{box-shadow:0 12px 28px #2563eb66;transform:scale(1.1)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:100%}.stat-item{display:flex;align-items:center;gap:.75rem;justify-content:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 15px #00000014;transition:all var(--transition-base)}.stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.stat-icon{width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#2563eb1a,#6366f11a);display:flex;align-items:center;justify-content:center;color:var(--primary)}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.25rem;font-weight:800;color:var(--gray-900);line-height:1}.stat-label{font-size:.875rem;color:var(--gray-500)}.hero-visual{position:relative;height:600px}.visual-container{position:relative;width:100%;height:100%}.floating-card{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.25rem;padding:1.5rem;box-shadow:0 20px 60px #0000001f;border:1px solid rgba(255,255,255,.8)}.card-1{top:10%;left:5%;width:280px}.card-2{top:45%;right:10%;width:300px}.card-3{bottom:15%;left:15%;width:280px}.card-header{display:flex;align-items:center;gap:1rem}.card-icon-box{width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.card-icon-box.accent{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%)}.card-info{flex:1}.card-title{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.card-subtitle{font-size:.875rem;color:var(--gray-500)}.progress-card{display:flex;flex-direction:column;gap:.75rem}.progress-header{display:flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600;font-size:.875rem}.progress-bar-container{height:8px;background:var(--gray-200);border-radius:1rem;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:1rem}.progress-text{font-size:.875rem;color:var(--gray-600);font-weight:500}.center-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.1) 0%,transparent 70%);border-radius:50%;animation:pulse 4s infinite ease-in-out}@media (max-width: 1024px){.hero-wrapper{grid-template-columns:1fr;gap:3rem}.hero-visual{height:500px}.hero-content{max-width:100%;text-align:center}.hero-badge{margin:0 auto 2rem}.hero-actions{justify-content:center}.hero-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hero{min-height:auto;padding:6rem 0 4rem}.hero-visual{height:400px}.floating-card{padding:1rem}.card-1,.card-2,.card-3{width:240px}.hero-stats{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.hero-actions{flex-direction:column;width:100%}.btn-hero{width:100%;justify-content:center}.hero-stats,.stat-item{width:100%}}.features{background:linear-gradient(180deg,#f9fafb,#fff);position:relative;overflow:hidden}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:1.25rem;box-shadow:0 4px 20px #0000000f;transition:all var(--transition-base);border:1px solid var(--gray-100);cursor:pointer}.feature-card:hover{box-shadow:0 12px 40px #0000001f;border-color:var(--primary)}.feature-icon{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all var(--transition-base)}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.feature-description{color:var(--gray-600);line-height:1.6;font-size:.95rem}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}}.courses{background:#fff}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.course-card{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 30px #00000014;transition:all var(--transition-base);position:relative;border:1px solid var(--gray-100);display:flex;flex-direction:column}.course-card:hover{box-shadow:0 16px 50px #00000026}.course-tag{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #f59e0b4d;z-index:1}.course-header{padding:2rem 2rem 1rem;border-bottom:3px solid;display:flex;justify-content:space-between;align-items:center}.course-level-badge{padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:700}.course-rating{display:flex;align-items:center;gap:.35rem;font-weight:700;color:var(--gray-900)}.reviews{color:var(--gray-500);font-weight:500;font-size:.875rem}.course-content{padding:2rem;flex:1;display:flex;flex-direction:column}.course-title{font-size:1.75rem;font-weight:800;color:var(--gray-900);margin-bottom:.5rem}.course-subtitle{font-size:1rem;color:var(--gray-600);font-weight:600;margin-bottom:1rem}.course-description{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.course-meta{display:flex;gap:1.5rem;padding:1.25rem;background:var(--gray-50);border-radius:.75rem;margin-bottom:1.5rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:var(--gray-700);font-size:.9rem;font-weight:500}.meta-item svg{color:var(--primary)}.course-features{display:grid;gap:.75rem;margin-bottom:2rem;flex:1}.course-feature{display:flex;align-items:center;gap:.75rem;color:var(--gray-700);font-size:.95rem}.course-footer{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.5rem;border-top:2px solid var(--gray-100)}.course-pricing{display:flex;align-items:center;gap:1rem}.price-current{font-size:2rem;font-weight:900;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-original{font-size:1.125rem;color:var(--gray-400);text-decoration:line-through;font-weight:600}.course-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;color:#fff;text-decoration:none;border-radius:.75rem;font-weight:700;font-size:1.05rem;transition:all var(--transition-base);box-shadow:0 4px 14px #00000026}.course-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.courses-cta{text-align:center;margin-top:4rem;padding:3rem;background:linear-gradient(135deg,#2563eb0d,#8b5cf60d);border-radius:1.5rem;border:2px dashed var(--primary)}.cta-text{font-size:1.25rem;font-weight:600;color:var(--gray-700);margin-bottom:1.5rem}@media (max-width: 1024px){.courses-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.courses-grid{grid-template-columns:1fr;gap:2rem}.course-header{flex-direction:column;gap:1rem;align-items:flex-start}.course-title{font-size:1.5rem}}@media (max-width: 480px){.course-content{padding:1.5rem}.course-meta{flex-direction:column;gap:.75rem}}.testimonials{background:linear-gradient(180deg,#fff,#f9fafb)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:1.25rem;box-shadow:0 4px 20px #0000000f;transition:all var(--transition-base);border:1px solid var(--gray-100);position:relative}.testimonial-card:hover{box-shadow:0 12px 40px #0000001f}.quote-icon{color:var(--gray-200);margin-bottom:1rem}.rating{display:flex;gap:.25rem;margin-bottom:1.5rem;color:#2563eb}.testimonial-text{color:var(--gray-700);line-height:1.7;font-size:1rem;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:2px solid var(--gray-100)}.author-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;flex-shrink:0}.author-info{flex:1}.author-name{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.author-role{font-size:.95rem;color:var(--primary);font-weight:600;margin-bottom:.125rem}.author-location{font-size:.85rem;color:var(--gray-500)}.testimonials-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;padding:3rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:1.5rem;box-shadow:0 20px 50px #2563eb33}.stat-box{text-align:center}.stat-value{font-size:3rem;font-weight:900;color:#fff;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1rem;color:#ffffffe6;font-weight:500}@media (max-width: 1024px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonials-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-stats{grid-template-columns:repeat(2,1fr);padding:2rem;gap:1.5rem}.stat-value{font-size:2.5rem}}@media (max-width: 480px){.testimonials-stats{grid-template-columns:1fr}}.cta{background:#fff;overflow:hidden}.cta-wrapper{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2rem;padding:4rem;display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center;overflow:hidden}.cta-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.cta-content{position:relative;z-index:1}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:2rem;color:#fff;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.2}.cta-highlight{display:block;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.cta-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem}.benefit-item{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:500}.benefit-item svg{color:#fbbf24;flex-shrink:0}.cta-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.btn-cta-primary{background:#fff;color:var(--primary);box-shadow:0 8px 30px #0003;font-size:1.125rem;padding:1.125rem 2.25rem}.btn-cta-primary:hover{background:var(--gray-100);box-shadow:0 12px 40px #0000004d}.btn-cta-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid white;font-size:1.125rem;padding:1.125rem 2.25rem}.btn-cta-secondary:hover{background:#ffffff40}.cta-guarantee{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.3)}.guarantee-badge{width:48px;height:48px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fbbf24;flex-shrink:0}.guarantee-text{color:#fff}.guarantee-text strong{display:block;font-weight:700;margin-bottom:.25rem}.guarantee-text p{font-size:.875rem;color:#fffc;margin:0}.cta-visual{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.cta-card{position:relative;background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;min-width:300px}.card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(251,191,36,.3) 0%,transparent 70%);pointer-events:none}.card-content-cta{position:relative;text-align:center}.card-title-cta{font-size:1.125rem;font-weight:700;color:var(--gray-700);margin-bottom:1rem}.discount-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#dc2626);color:#fff;font-size:1.5rem;font-weight:900;border-radius:2rem;margin-bottom:1.5rem;box-shadow:0 8px 20px #f59e0b66}.card-price{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.card-price .original{font-size:1.25rem;color:var(--gray-400);text-decoration:line-through;font-weight:600}.card-price .current{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-timer{font-size:.875rem;color:#dc2626;font-weight:700;background:#dc26261a;padding:.5rem 1rem;border-radius:.5rem}@media (max-width: 1024px){.cta-wrapper{grid-template-columns:1fr;padding:3rem 2rem;gap:3rem}.cta-benefits{grid-template-columns:1fr}.cta-visual{margin-top:2rem}}@media (max-width: 768px){.cta-wrapper{padding:2.5rem 1.5rem}.cta-actions{flex-direction:column}.btn-cta-primary,.btn-cta-secondary{width:100%;justify-content:center}.cta-card{min-width:auto;width:100%}}.courses-page{padding-top:80px}.courses-hero{background:linear-gradient(135deg,#2563eb,#1e40af);padding:6rem 0 4rem;text-align:center;color:#fff}.courses-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;margin-bottom:1rem}.courses-hero-description{font-size:1.25rem;color:#ffffffe6}.courses-list{background:var(--gray-50)}.courses-grid-page{display:grid;grid-template-columns:1fr;gap:3rem}.course-card-page{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 30px #00000014;transition:all var(--transition-base);border:1px solid var(--gray-100)}.course-card-page:hover{box-shadow:0 16px 50px #00000026}.course-header-page{padding:2rem 2rem 1rem;border-bottom:3px solid;display:flex;justify-content:space-between;align-items:center}.course-level-badge-page{padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:700}.course-rating-page{display:flex;align-items:center;gap:.35rem;font-weight:700;color:var(--gray-900)}.reviews-page{color:var(--gray-500);font-weight:500;font-size:.875rem}.course-content-page{padding:2rem}.course-title-page{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:.5rem}.course-subtitle-page{font-size:1.125rem;color:var(--gray-600);font-weight:600;margin-bottom:1rem}.course-description-page{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem;font-size:1.05rem}.course-meta-page{display:flex;gap:2rem;padding:1.25rem;background:var(--gray-50);border-radius:.75rem;margin-bottom:2rem}.meta-item-page{display:flex;align-items:center;gap:.5rem;color:var(--gray-700);font-size:.95rem;font-weight:500}.meta-item-page svg{color:var(--primary)}.course-features-page{margin-bottom:2rem}.features-title{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.course-feature-page{display:flex;align-items:center;gap:.75rem;color:var(--gray-700);font-size:.95rem;margin-bottom:.75rem}.course-footer-page{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:2px solid var(--gray-100);gap:2rem}.course-pricing-page{display:flex;align-items:center;gap:1rem}.price-current-page{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-original-page{font-size:1.25rem;color:var(--gray-400);text-decoration:line-through;font-weight:600}.course-btn-page{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2.5rem;color:#fff;text-decoration:none;border-radius:.75rem;font-weight:700;font-size:1.125rem;transition:all var(--transition-base);box-shadow:0 4px 14px #00000026}.course-btn-page:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}@media (max-width: 768px){.course-footer-page{flex-direction:column;align-items:stretch}.course-btn-page{width:100%}.course-pricing-page{justify-content:center}}.teachers-page{padding-top:80px}.teachers-hero{background:linear-gradient(135deg,#2563eb,#1e40af);padding:6rem 0 4rem;text-align:center;color:#fff}.teachers-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;margin-bottom:1rem}.teachers-hero-description{font-size:1.25rem;color:#ffffffe6}.teachers-list{background:var(--gray-50)}.teachers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.teacher-card{background:#fff;padding:2.5rem 2rem;border-radius:1.5rem;box-shadow:0 8px 30px #00000014;transition:all var(--transition-base);text-align:center;border:1px solid var(--gray-100)}.teacher-card:hover{box-shadow:0 16px 50px #00000026}.teacher-avatar{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:900;margin:0 auto 1.5rem}.teacher-name{font-size:1.75rem;font-weight:800;color:var(--gray-900);margin-bottom:.5rem}.teacher-role{font-size:1rem;color:var(--gray-600);font-weight:600;margin-bottom:1rem}.teacher-rating{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.teacher-stats{display:flex;justify-content:center;gap:2rem;padding:1.25rem;background:var(--gray-50);border-radius:.75rem;margin-bottom:1.5rem}.stat{display:flex;align-items:center;gap:.5rem;color:var(--gray-700);font-size:.9rem;font-weight:600}.stat svg{color:var(--primary)}.teacher-specialization{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--primary);font-weight:600;margin-bottom:1.5rem}.teacher-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:.75rem;transition:all var(--transition-base);margin-top:auto}.teacher-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}@media (max-width: 768px){.teachers-grid{grid-template-columns:1fr}.teacher-stats{flex-direction:column;gap:.75rem}}.about-page{padding-top:80px}.about-hero{background:linear-gradient(135deg,#2563eb,#1e40af);padding:6rem 0 4rem;text-align:center;color:#fff}.about-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;margin-bottom:1rem}.about-hero-description{font-size:1.25rem;color:#ffffffe6}.about-story{background:#fff}.story-content{max-width:800px;margin:0 auto;text-align:center}.story-title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:2rem}.story-text{font-size:1.125rem;line-height:1.8;color:var(--gray-600);margin-bottom:1.5rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.value-card{background:#fff;padding:2.5rem 2rem;border-radius:1.5rem;box-shadow:0 8px 30px #00000014;transition:all var(--transition-base);text-align:center;border:1px solid var(--gray-100)}.value-card:hover{box-shadow:0 16px 50px #00000026}.value-icon{width:80px;height:80px;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-title{font-size:1.5rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.value-description{font-size:1rem;color:var(--gray-600);line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;background:linear-gradient(135deg,#2563eb,#1e40af);padding:4rem 3rem;border-radius:1.5rem}.stat-card{text-align:center;color:#fff}.stat-icon-about{width:64px;height:64px;background:#fff3;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.stat-value-about{font-size:3rem;font-weight:900;margin-bottom:.5rem;line-height:1}.stat-label-about{font-size:1rem;color:#ffffffe6}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.values-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:1.5rem;padding:3rem 2rem}}.contact-page{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#2563eb,#1e40af);padding:6rem 0 4rem;text-align:center;color:#fff}.contact-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;margin-bottom:1rem}.contact-hero-description{font-size:1.25rem;color:#ffffffe6}.contact-content{background:var(--gray-50)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-section-title{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.contact-section-description{font-size:1.05rem;color:var(--gray-600);margin-bottom:2.5rem}.contact-cards{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 15px #00000014;display:flex;align-items:center;gap:1.25rem;transition:all var(--transition-base)}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.contact-icon{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-title{font-size:.875rem;color:var(--gray-500);font-weight:600;margin-bottom:.25rem}.contact-value{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.contact-form-section{background:#fff;padding:3rem;border-radius:1.5rem;box-shadow:0 8px 30px #00000014}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:var(--gray-700)}.form-group input,.form-group textarea{padding:1rem;border:2px solid var(--gray-200);border-radius:.75rem;font-size:1rem;font-family:inherit;transition:all var(--transition-base)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all var(--transition-base);box-shadow:0 4px 14px #2563eb4d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}@media (max-width: 1024px){.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact-form-section{padding:2rem}}.course-details-page{padding-top:80px}.course-details-hero{padding:4rem 0;color:#fff}.hero-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.course-badge-details{display:inline-block;padding:.5rem 1rem;background:#fff3;border-radius:2rem;font-size:.875rem;font-weight:700;margin-bottom:1rem}.course-details-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;margin-bottom:.5rem}.course-details-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.95}.course-details-desc{font-size:1.125rem;line-height:1.7;opacity:.9;margin-bottom:2rem}.course-meta-details{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.meta-item-details{display:flex;align-items:center;gap:.5rem;font-size:1rem}.instructor-info{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.instructor-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:900}.instructor-label{font-size:.875rem;opacity:.8}.instructor-name{font-size:1.125rem;font-weight:700}.hero-card-details{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;position:sticky;top:100px}.price-section{text-align:center;padding-bottom:2rem;border-bottom:2px solid var(--gray-100);margin-bottom:2rem}.price-current-details{font-size:3rem;font-weight:900;color:var(--primary);margin-bottom:.5rem}.price-original-details{font-size:1.25rem;color:var(--gray-400);text-decoration:line-through;margin-bottom:1rem}.discount-badge-details{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border-radius:2rem;font-size:.875rem;font-weight:700}.enroll-btn{width:100%;padding:1.25rem;color:#fff;border:none;border-radius:.75rem;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all var(--transition-base);margin-bottom:2rem}.enroll-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.course-includes h4{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.includes-list{display:flex;flex-direction:column;gap:.75rem}.include-item{display:flex;align-items:center;gap:.75rem;color:var(--gray-700)}.include-item svg{color:var(--primary)}.course-content-section{background:var(--gray-50)}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.content-block{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 20px #0000000f;margin-bottom:2rem}.content-heading{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:1.5rem}.content-text{font-size:1.05rem;line-height:1.8;color:var(--gray-600)}.features-grid-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.feature-item-details{display:flex;align-items:center;gap:.75rem;color:var(--gray-700)}.curriculum-list{display:flex;flex-direction:column;gap:1rem}.curriculum-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--gray-50);border-radius:1rem;transition:all var(--transition-base)}.curriculum-item:hover{background:var(--gray-100);transform:translate(5px)}.curriculum-number{width:48px;height:48px;border-radius:.75rem;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;flex-shrink:0}.curriculum-title{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.curriculum-lessons{font-size:.9rem;color:var(--gray-500)}.requirements-card{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 20px #0000000f;position:sticky;top:100px}.sidebar-heading{font-size:1.25rem;font-weight:800;color:var(--gray-900);margin-bottom:1.5rem}.requirements-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.requirements-list li{padding-left:1.5rem;position:relative;color:var(--gray-700);line-height:1.6}.requirements-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr}.hero-card-details{position:static}.content-grid{grid-template-columns:1fr}.requirements-card{position:static}.features-grid-details{grid-template-columns:1fr}}@media (max-width: 768px){.course-meta-details{flex-direction:column;gap:1rem}.content-block{padding:1.5rem}}.teacher-details-page{padding-top:80px}.teacher-details-hero{padding:4rem 0;color:#fff}.teacher-hero-grid{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}.teacher-avatar-large{width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:5rem;font-weight:900;box-shadow:0 20px 60px #0000004d}.teacher-details-name{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;margin-bottom:.5rem}.teacher-details-role{font-size:1.5rem;opacity:.9;margin-bottom:1rem}.teacher-specialization-text{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;margin-bottom:2rem;opacity:.95}.teacher-stats-row{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.stat-box-teacher{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ffffff26;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-value-teacher{font-size:1.75rem;font-weight:900;line-height:1}.stat-label-teacher{font-size:.875rem;opacity:.9}.teacher-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item-teacher{display:flex;align-items:center;gap:.75rem;font-size:1rem}.teacher-content-section{background:var(--gray-50)}.teacher-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.content-card-teacher{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 20px #0000000f;margin-bottom:2rem}.content-heading-teacher{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:1.5rem}.content-text-teacher{font-size:1.05rem;line-height:1.8;color:var(--gray-600)}.education-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.education-list li{padding:1rem 1.5rem;background:var(--gray-50);border-radius:.75rem;border-left:4px solid var(--primary);color:var(--gray-700);font-weight:500}.achievements-grid{display:grid;gap:1rem}.achievement-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--gray-50);border-radius:.75rem;color:var(--gray-700)}.courses-taught-card,.reviews-summary-card{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 20px #0000000f;margin-bottom:2rem}.sidebar-heading-teacher{font-size:1.25rem;font-weight:800;color:var(--gray-900);margin-bottom:1.5rem}.courses-taught-list{display:flex;flex-direction:column;gap:1rem}.course-taught-item{padding:1.25rem;background:var(--gray-50);border-radius:.75rem;transition:all var(--transition-base)}.course-taught-item:hover{background:var(--gray-100);transform:translate(5px)}.course-taught-title{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.course-taught-students{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600)}.reviews-summary{text-align:center}.rating-large{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:3rem;font-weight:900;color:var(--gray-900);margin-bottom:1rem}.reviews-count{color:var(--gray-600);font-size:1rem}@media (max-width: 1024px){.teacher-hero-grid{grid-template-columns:1fr;text-align:center}.teacher-avatar-large{margin:0 auto;width:150px;height:150px;font-size:4rem}.teacher-stats-row{justify-content:center}.teacher-contact{align-items:center}.teacher-content-grid{grid-template-columns:1fr}}@media (max-width: 768px){.content-card-teacher{padding:1.5rem}.teacher-stats-row{flex-direction:column}.stat-box-teacher{width:100%}}:root{--primary: #2563eb;--primary-dark: #1e40af;--primary-light: #3b82f6;--accent: #2563eb;--accent-dark: #1e40af;--accent-light: #3b82f6;--success: #2563eb;--info: #3b82f6;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--black: #000000;--gradient-primary: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);--gradient-accent: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--gradient-success: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--transition-fast: .15s ease-in-out;--transition-base: .3s ease-in-out;--transition-slow: .5s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--gray-900)}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2vw,1.5rem)}p{line-height:1.7;color:var(--gray-600)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:.75rem;cursor:pointer;border:none;transition:all var(--transition-base);white-space:nowrap}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 6px 20px #2563eb66;transform:translateY(-2px)}.btn-secondary{background:var(--accent);color:var(--white);box-shadow:0 4px 14px #f59e0b4d}.btn-secondary:hover{background:var(--accent-dark);box-shadow:0 6px 20px #f59e0b66;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--white)}.card{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-lg);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-2xl);transform:translateY(-5px)}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.container{padding:0 1.5rem}.section{padding:4rem 0}.btn{padding:.875rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.container{padding:0 1rem}.section{padding:3rem 0}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}
