*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:#2a2a2a;background:#fafaf8;line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:900px;margin:0 auto;padding:0 1.5rem}

/* Hero */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(160deg,#0d0d0d 0%,#1a1510 40%,#0d0d0d 100%);color:#fff;overflow:hidden;padding:3rem 0}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(212,175,55,.12) 0%,transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(139,38,53,.08) 0%,transparent 50%)}
.hero-notes{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.hero-note{position:absolute;font-size:2rem;opacity:.08;animation:floatNote 12s linear infinite}
.hero-note:nth-child(1){left:8%;animation-delay:0s;font-size:2.5rem}
.hero-note:nth-child(2){left:20%;animation-delay:2s;font-size:1.8rem}
.hero-note:nth-child(3){left:35%;animation-delay:4s}
.hero-note:nth-child(4){left:55%;animation-delay:1s;font-size:2.2rem}
.hero-note:nth-child(5){left:72%;animation-delay:3s;font-size:1.6rem}
.hero-note:nth-child(6){left:88%;animation-delay:5s;font-size:2.8rem}
@keyframes floatNote{0%{transform:translateY(100vh) rotate(0deg);opacity:0}10%{opacity:.1}90%{opacity:.08}100%{transform:translateY(-10vh) rotate(40deg);opacity:0}}
.hero-piano{position:absolute;bottom:0;left:0;right:0;height:60px;display:flex;justify-content:center;gap:0;opacity:.06}
.hero-piano .key{width:40px;height:60px;background:#fff;border:1px solid rgba(255,255,255,.1);border-radius:0 0 4px 4px}
.hero-piano .key.black{width:24px;height:38px;background:#333;margin:0 -12px;z-index:1;border-radius:0 0 3px 3px}
.hero-inner{position:relative;z-index:1;text-align:center;max-width:760px;margin:0 auto;padding:0 1.5rem}
.hero-badge{display:inline-block;background:rgba(212,175,55,.15);border:1px solid rgba(212,175,55,.3);color:#d4af37;padding:.4rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:2rem;letter-spacing:.5px}
.hero-eq{display:flex;justify-content:center;gap:4px;margin-bottom:1.5rem}
.hero-eq span{width:4px;background:linear-gradient(180deg,#d4af37,#8b2635);border-radius:2px;animation:eqBounce 1.2s ease-in-out infinite}
.hero-eq span:nth-child(1){height:16px;animation-delay:0s}
.hero-eq span:nth-child(2){height:28px;animation-delay:.1s}
.hero-eq span:nth-child(3){height:22px;animation-delay:.2s}
.hero-eq span:nth-child(4){height:34px;animation-delay:.15s}
.hero-eq span:nth-child(5){height:18px;animation-delay:.25s}
.hero-eq span:nth-child(6){height:30px;animation-delay:.05s}
.hero-eq span:nth-child(7){height:24px;animation-delay:.3s}
@keyframes eqBounce{0%,100%{transform:scaleY(1)}50%{transform:scaleY(.4)}}
.hero h1{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#f5f5f0}
.hero h1 em{font-style:normal;background:linear-gradient(135deg,#d4af37,#e8c960);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:clamp(1rem,2.5vw,1.2rem);color:#b0a898;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}
.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(212,175,55,.8);font-size:.8rem;font-weight:500;letter-spacing:.5px;animation:scrollBounce 2s ease-in-out infinite;z-index:2}
.hero-scroll svg{opacity:.8;width:36px;height:36px}
@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}
.btn-cta{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#d4af37,#c9a961);color:#1a1a1a;padding:1.1rem 2.4rem;border-radius:50px;font-size:1.05rem;font-weight:700;box-shadow:0 4px 20px rgba(212,175,55,.3);transition:all .3s;border:none;cursor:pointer}
.btn-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(212,175,55,.4)}
.btn-cta svg{transition:transform .3s}
.btn-cta:hover svg{transform:translateX(4px)}

/* Pain */
.pain{padding:5rem 0;background:#fff}
.pain h2{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;text-align:center;margin-bottom:.8rem;color:#1a1a1a}
.pain .lead{text-align:center;color:#666;font-size:1.1rem;margin-bottom:2.5rem}
.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem;margin-bottom:2.5rem}
.pain-card{background:#fafaf8;border:1px solid #eee;border-radius:12px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:all .3s}
.pain-card:hover{border-color:#d4af37;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.pain-card .icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}
.pain-card p{color:#555;line-height:1.6;font-size:.95rem}
.pain-bottom{text-align:center;max-width:600px;margin:0 auto}
.pain-bottom p{color:#666;font-size:1.05rem;line-height:1.7;margin-bottom:.5rem}
.pain-bottom strong{color:#8b2635}

/* Solution */
.solution{padding:5rem 0;background:linear-gradient(180deg,#1a1a1a,#2a2016);color:#fff}
.solution .container{text-align:center}
.solution h2{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;margin-bottom:1rem;color:#f5f5f0}
.solution h2 em{font-style:normal;color:#d4af37}
.solution .desc{max-width:650px;margin:0 auto 1.5rem;color:#b0a898;font-size:1.05rem;line-height:1.7}
.check-list{list-style:none;display:inline-flex;flex-direction:column;gap:.8rem;text-align:left;margin:2rem auto}
.check-list li{display:flex;align-items:center;gap:.7rem;color:#d9d0c4;font-size:1rem}
.check-list li::before{content:'✔';color:#d4af37;font-weight:700;font-size:.9rem}
.solution .sub{color:#888;font-size:1rem;margin-top:1.5rem}

/* Modules */
.modules{padding:5rem 0;background:#fafaf8}
.modules h2{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;text-align:center;margin-bottom:.6rem;color:#1a1a1a}
.modules .sub{text-align:center;color:#666;margin-bottom:3rem;font-size:1.05rem}
.mod-grid{display:flex;flex-direction:column;gap:1.5rem}
.mod-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f0ece6;transition:all .3s;position:relative;overflow:hidden}
.mod-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.1);border-color:#d4af37}
.mod-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#d4af37,#8b2635);border-radius:4px 0 0 4px}
.mod-num{display:inline-block;background:linear-gradient(135deg,#d4af37,#c9a961);color:#1a1a1a;font-size:.75rem;font-weight:700;padding:.3rem .8rem;border-radius:50px;margin-bottom:.8rem;letter-spacing:.5px}
.mod-card h3{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}
.mod-card .mod-desc{color:#666;font-size:.95rem;margin-bottom:1rem;line-height:1.6}
.mod-topics{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}
.mod-topics li{background:#f8f4ed;color:#5a4a3a;font-size:.85rem;padding:.4rem .9rem;border-radius:50px;font-weight:500}

/* Curriculum */
.curriculum{padding:5rem 0;background:#fff}
.curriculum h2{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;text-align:center;margin-bottom:3rem;color:#1a1a1a}
.cur-mod{margin-bottom:2rem}
.cur-mod-header{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;cursor:pointer;padding:.8rem 1rem;background:#f8f4ed;border-radius:10px;transition:all .3s}
.cur-mod-header:hover{background:#f0ece6}
.cur-mod-header .num{background:linear-gradient(135deg,#d4af37,#c9a961);color:#1a1a1a;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}
.cur-mod-header h3{font-size:1rem;font-weight:700;color:#1a1a1a;flex:1}
.cur-mod-header .chevron{color:#d4af37;transition:transform .3s;flex-shrink:0}
.cur-mod-header[aria-expanded="true"] .chevron{transform:rotate(180deg)}
.cur-lessons{list-style:none;max-height:0;overflow:hidden;transition:max-height .4s ease}
.cur-lessons li{padding:.6rem 1rem .6rem 3.5rem;color:#555;font-size:.9rem;border-bottom:1px solid #f5f2ed;position:relative}
.cur-lessons li::before{content:'▸';position:absolute;left:2.2rem;color:#d4af37}
.cur-lessons li:last-child{border-bottom:none}

/* How */
.how{padding:5rem 0;background:linear-gradient(180deg,#1a1a1a,#0d0d0d);color:#fff}
.how h2{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;text-align:center;margin-bottom:2.5rem;color:#f5f5f0}
.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem;max-width:700px;margin:0 auto}
.how-item{text-align:center;padding:1.5rem 1rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s}
.how-item:hover{border-color:rgba(212,175,55,.3);background:rgba(212,175,55,.05)}
.how-item .icon{font-size:2rem;margin-bottom:.8rem}
.how-item p{color:#b0a898;font-size:.95rem;line-height:1.5}
.how-item strong{color:#f5f5f0;display:block;margin-bottom:.3rem}

/* Audience */
.audience{padding:5rem 0;background:#fff}
.audience h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;text-align:center;margin-bottom:2.5rem;color:#1a1a1a}
.aud-cols{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:750px;margin:0 auto}
@media(max-width:600px){.aud-cols{grid-template-columns:1fr}}
.aud-col h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.aud-col.yes h3{color:#2d7a3a}
.aud-col.no h3{color:#8b2635}
.aud-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}
.aud-col.yes li{color:#555;padding-left:1.5rem;position:relative}
.aud-col.yes li::before{content:'✔';position:absolute;left:0;color:#2d7a3a;font-weight:700}
.aud-col.no li{color:#555;padding-left:1.5rem;position:relative}
.aud-col.no li::before{content:'✗';position:absolute;left:0;color:#8b2635;font-weight:700}

/* Imagine */
.imagine{padding:5rem 0;background:#f8f4ed}
.imagine .container{text-align:center}
.imagine h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin-bottom:2rem;color:#1a1a1a}
.imagine-list{list-style:none;display:inline-flex;flex-direction:column;gap:.8rem;text-align:left;margin-bottom:2rem}
.imagine-list li{font-size:1.05rem;color:#444;display:flex;align-items:center;gap:.7rem}
.imagine-list li::before{content:'🎵';font-size:1rem}
.imagine .tagline{font-size:1.2rem;font-weight:700;color:#8b2635}
.imagine .tagline span{color:#d4af37}

/* Offer */
.offer{padding:5rem 0;background:linear-gradient(160deg,#0d0d0d 0%,#1a1510 40%,#0d0d0d 100%);color:#fff;position:relative;overflow:hidden}
.offer::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(212,175,55,.08) 0%,transparent 60%)}
.offer .container{position:relative;z-index:1;text-align:center}
.offer h2{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;margin-bottom:1rem;color:#f5f5f0}
.offer-box{background:rgba(255,255,255,.04);border:1px solid rgba(212,175,55,.2);border-radius:20px;padding:3rem 2rem;max-width:500px;margin:2rem auto}
.offer-includes{list-style:none;text-align:left;margin-bottom:2rem;display:flex;flex-direction:column;gap:.7rem}
.offer-includes li{color:#d9d0c4;font-size:.95rem;display:flex;align-items:center;gap:.6rem}
.offer-includes li::before{content:'✔';color:#d4af37;font-weight:700}
.price-old{font-size:1.3rem;color:#888;text-decoration:line-through;margin-bottom:.3rem}
.price-new{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#d4af37,#e8c960);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:.3rem}
.price-new small{font-size:1.2rem}
.price-access{color:#b0a898;font-size:.95rem;margin-bottom:2rem}
.offer .btn-cta{width:100%;justify-content:center;font-size:1.1rem;padding:1.2rem 2rem}

/* Bonuses */
.bonuses{padding:4rem 0;background:#fff}
.bonuses h2{font-size:clamp(1.3rem,3.5vw,1.8rem);font-weight:800;text-align:center;margin-bottom:2rem;color:#1a1a1a}
.bonus-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;max-width:600px;margin:0 auto}
@media(max-width:500px){.bonus-grid{grid-template-columns:1fr}}
.bonus-card{background:linear-gradient(135deg,#f8f4ed,#faf8f4);border:1px solid #e8dfd2;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s}
.bonus-card:hover{border-color:#d4af37;transform:translateY(-3px)}
.bonus-card .icon{font-size:2.5rem;margin-bottom:.8rem}
.bonus-card h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.4rem}
.bonus-card p{color:#666;font-size:.85rem}

/* Results */
.results{padding:5rem 0;background:#fafaf8}
.results h2{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;text-align:center;margin-bottom:2rem;color:#1a1a1a}
.results-list{list-style:none;max-width:600px;margin:0 auto 2.5rem;display:flex;flex-direction:column;gap:.8rem}
.results-list li{display:flex;align-items:center;gap:.7rem;font-size:1rem;color:#444;background:#fff;padding:1rem 1.2rem;border-radius:10px;border:1px solid #f0ece6;transition:all .3s}
.results-list li:hover{border-color:#d4af37;box-shadow:0 2px 12px rgba(0,0,0,.05)}
.results-list li::before{content:'✔';color:#d4af37;font-weight:700;font-size:1.1rem}
.results .note{text-align:center;color:#888;font-size:.95rem;font-style:italic}

/* FAQ */
.faq{padding:5rem 0;background:#fff}
.faq h2{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;text-align:center;margin-bottom:2.5rem;color:#1a1a1a}
.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.faq-item{background:#fafaf8;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:all .3s}
.faq-item:hover{border-color:#d4af37}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;text-align:left;font-size:1rem;font-weight:600;color:#1a1a1a;cursor:pointer;background:none;border:none;font-family:inherit}
.faq-q:hover{color:#d4af37}
.faq-q .chevron{color:#d4af37;transition:transform .3s;flex-shrink:0}
.faq-q[aria-expanded="true"] .chevron{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-a p{padding:0 1.5rem 1.2rem;color:#666;line-height:1.7;font-size:.95rem}
.faq-a a{color:#d4af37;font-weight:600;text-decoration:underline}

/* Final CTA */
.final-cta{padding:4rem 0;background:linear-gradient(135deg,#d4af37,#c9a961);text-align:center}
.final-cta h2{font-size:clamp(1.4rem,4vw,2rem);font-weight:800;color:#1a1a1a;margin-bottom:1rem}
.final-cta p{color:#3a2a1a;margin-bottom:2rem;font-size:1.05rem}
.final-cta .btn-cta{background:#1a1a1a;color:#d4af37}
.final-cta .btn-cta:hover{background:#000;box-shadow:0 8px 30px rgba(0,0,0,.3)}

/* Footer */
.footer{padding:2rem 0;background:#0d0d0d;text-align:center;color:#666}
.footer p{font-size:.85rem;margin-bottom:.3rem}
.footer a{color:#d4af37;text-decoration:underline}
.footer .brand{color:#888;font-weight:600}

/* Animations */
/* Teacher */
.teacher{padding:5rem 0;background:linear-gradient(180deg,#f8f4ed,#fff)}
.teacher-card{display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:center;max-width:800px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem 3.5rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:1px solid #f0ece6}
@media(max-width:600px){.teacher-card{grid-template-columns:1fr;text-align:center;padding:2.5rem 2rem}}
.teacher-img{width:260px;height:260px;border-radius:50%;object-fit:cover;border:5px solid #d4af37;box-shadow:0 8px 30px rgba(212,175,55,.25)}
@media(max-width:600px){.teacher-img{width:200px;height:200px;margin:0 auto}}
.teacher-info h2{font-size:1.8rem;font-weight:800;color:#1a1a1a;margin-bottom:.4rem}
.teacher-info .role{color:#d4af37;font-weight:600;font-size:1.05rem;margin-bottom:1.2rem}
.teacher-info p.bio{color:#666;font-size:.95rem;line-height:1.7;margin-bottom:1.2rem}
.teacher-info ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.teacher-info li{color:#444;font-size:1rem;display:flex;align-items:center;gap:.6rem}
.teacher-info li::before{content:'✦';color:#d4af37;font-weight:700;font-size:.8rem}

@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.fade-up{opacity:0;animation:fadeUp .6s ease forwards}
.fade-up:nth-child(2){animation-delay:.1s}
.fade-up:nth-child(3){animation-delay:.2s}
.fade-up:nth-child(4){animation-delay:.3s}
.fade-up:nth-child(5){animation-delay:.4s}

/* Responsive */
@media(min-width:768px){.mod-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.mod-card:last-child{grid-column:span 2;max-width:50%;margin:0 auto}}
