.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid rgba(255,107,53,.2)}.app{background:#fff}.header-inner{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:800;color:#1a1b3c;text-decoration:none;letter-spacing:-.02em}.logo-dot{color:#ff6b35}.nav{display:flex;gap:2rem}.nav a{color:#1a1b3c;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s}.nav a:hover{color:#ff6b35}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.blob-1{width:400px;height:400px;background:#ff6b35;top:-100px;right:-100px}.blob-2{width:350px;height:350px;background:#00d4ff;bottom:-80px;left:-80px}.blob-3{width:280px;height:280px;background:#7ed957;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.35}.hero-content{position:relative;max-width:700px;text-align:center}.hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15;color:#1a1b3c;margin-bottom:1.25rem;letter-spacing:-.03em}.hero-title .highlight{color:#ff6b35;display:inline-block}.hero-subtitle{font-size:1.15rem;color:#1a1b3c;opacity:.9;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:.9rem 2rem;font-size:1rem;font-weight:700;font-family:inherit;text-decoration:none;border-radius:12px;transition:transform .2s,box-shadow .2s;cursor:pointer;border:none}.btn-primary{background:#ff6b35;color:#fff;box-shadow:0 4px 20px #ff6b3566}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px #ff6b3580}.section{padding:4.5rem 1.5rem;border-top:1px solid rgba(26,27,60,.06)}.container{max-width:1100px;margin:0 auto}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:#1a1b3c;text-align:center;margin-bottom:.75rem;letter-spacing:-.02em;position:relative}.section-title:after{content:"";display:block;width:84px;height:6px;margin:.75rem auto 0;border-radius:999px;background:linear-gradient(90deg,#00d4ff,#ff6b35);opacity:.9}.section-intro{text-align:center;color:#1a1b3c;opacity:.85;max-width:580px;margin:0 auto 2.5rem;font-size:1.05rem}.section-courses{background:linear-gradient(180deg,#00d4ff0f,#fff0 70%)}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{padding:1.75rem;border-radius:16px;border:1px solid rgba(26,27,60,.1);transition:transform .2s,box-shadow .2s;background:#fff;box-shadow:0 4px 20px #0000000f}.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.card-coral{border-color:#ff6b354d}.card-electric,.card-lime{border-color:#00d4ff4d}.card-violet{border-color:#ff6b354d}.card-icon{width:44px;height:44px;margin-bottom:.75rem;display:grid;place-items:center;border-radius:12px;background:#1a1b3c0a}.card-icon-img{width:34px;height:34px;object-fit:contain}.card h3{font-size:1.2rem;font-weight:700;color:#1a1b3c;margin-bottom:.5rem}.card p{font-size:.95rem;color:#1a1b3c;opacity:.85}.section-benefits{background:linear-gradient(180deg,#ff6b350f,#fff0 70%)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}.benefit{padding:1.5rem;background:#fff;border-radius:16px;border-left:4px solid #FF6B35;box-shadow:0 4px 20px #0000000f;transition:transform .2s}.benefit:hover{transform:translate(4px)}.benefit-number{font-size:.85rem;font-weight:800;color:#ff6b35;margin-bottom:.5rem;letter-spacing:.05em}.benefit h3{font-size:1.1rem;font-weight:700;color:#1a1b3c;margin-bottom:.5rem}.benefit p{font-size:.95rem;color:#1a1b3c;opacity:.85}.section-testimonials{background:linear-gradient(180deg,#00d4ff0d,#fff0 70%)}.section-faq{background:linear-gradient(180deg,#ff6b350b,#fff0 70%)}.faq-list{max-width:860px;margin:0 auto;display:grid;gap:1rem}.faq-item{background:#fff;border-radius:16px;border:2px solid rgba(255,107,53,.18);box-shadow:0 4px 20px #0000000f;overflow:hidden}.faq-question{list-style:none;cursor:pointer;padding:1.1rem 1.25rem;font-weight:700;color:#1a1b3c;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";flex:0 0 auto;width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#ff6b351f;color:#ff6b35;font-size:1.2rem;line-height:1}.faq-item[open] .faq-question:after{content:"–"}.faq-answer{padding:0 1.25rem 1.15rem;color:#1a1b3c;opacity:.86}.faq-answer p{margin-top:.25rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;align-items:start}.testimonial-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #00000014;transition:transform .2s}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-video-placeholder{aspect-ratio:9 / 16;background:linear-gradient(135deg,#00d4ff,#ff6b35);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff;padding:1rem}.placeholder-text{font-weight:700;font-size:1.1rem}.placeholder-hint{font-size:.85rem;opacity:.9}.testimonial-info{padding:1rem 1.25rem}.testimonial-name{font-weight:600;color:#1a1b3c;margin-bottom:.25rem}.testimonial-quote{margin:0 0 .5rem;color:#1a1b3c9e;font-size:.95rem;font-style:italic}.testimonial-rating{color:#ff6b35;font-size:1rem;letter-spacing:.1em}.section-contact{background:linear-gradient(180deg,#fff0,#00d4ff0d)}.contact-box{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;flex-direction:column;padding:1.25rem 1.5rem;background:#fff;border-radius:14px;text-decoration:none;color:inherit;border:2px solid rgba(255,107,53,.2);transition:border-color .2s,box-shadow .2s}.contact-item:hover{border-color:#ff6b35;box-shadow:0 4px 20px #ff6b3526}.contact-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ff6b35;margin-bottom:.25rem}.contact-value{font-size:1.1rem;font-weight:600;color:#1a1b3c}.footer{padding:2rem 1.5rem;background:#1a1b3c;color:#fffbf5;text-align:center}.footer-brand{font-weight:800;font-size:1.1rem;margin-bottom:.25rem}.footer-brand span{color:#ff6b35}@media (prefers-reduced-motion: reduce){.blob,.card:hover,.benefit:hover,.testimonial-card:hover,.btn-primary:hover{transform:none}}.footer-tagline{font-size:.9rem;opacity:.85}@media (max-width: 640px){.nav{gap:1.25rem}.nav a{font-size:.9rem}.section{padding:3rem 1rem}.testimonials-grid{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--coral: #FF6B35;--electric: #00D4FF;--lime: #7ED957;--sunny: #FFE66D;--violet: #9B5DE5;--berry: #F15BB5;--navy: #1A1B3C;--white: #FFFFFF;--cream: #FFFBF5}html{scroll-behavior:smooth}::selection{background:var(--coral);color:var(--white)}::-moz-selection{background:var(--coral);color:var(--white)}body{font-family:Outfit,sans-serif;background:var(--white);color:var(--navy);line-height:1.6;overflow-x:hidden}#root{min-height:100vh}
