:root{--orange:#ff8c42;--orange-dark:#e6732a;--orange-light:#ffb07a;--navy:#0c1a4e;--navy-mid:#142060;--navy-light:#1e306e;--white:#fff;--off-white:#f5f7ff;--cream:#fdf8f2;--text-dark:#0c1a4e;--text-muted:#6b7280;--gold:#d4af37;--font-heading:"Cinzel", serif;--font-display:"Playfair Display", serif;--font-body:"Poppins", sans-serif;--shadow-sm:0 2px 8px #0c1a4e1a;--shadow-md:0 8px 32px #0c1a4e26;--shadow-lg:0 20px 60px #0c1a4e33;--shadow-orange:0 8px 32px #ff8c4259;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:40px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--white);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:var(--font-heading);line-height:1.2}h4,h5,h6{font-family:var(--font-display)}.section-title{font-family:var(--font-heading);color:var(--navy);text-align:center;margin-bottom:.5rem;font-size:clamp(1.6rem,4vw,2.8rem)}.section-title span{color:var(--orange)}.section-subtitle{font-family:var(--font-body);color:var(--text-muted);text-align:center;max-width:640px;margin:0 auto 3rem;font-size:clamp(.95rem,2vw,1.1rem)}.section-tag{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:var(--white);font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:6px 18px;font-size:.78rem;font-weight:600;display:inline-block}.btn{font-family:var(--font-body);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:var(--white);box-shadow:var(--shadow-orange)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 40px #ff8c4280}.btn-secondary{color:var(--navy);border:2px solid var(--navy);background:0 0}.btn-secondary:hover{background:var(--navy);color:var(--white);transform:translateY(-3px)}.btn-white{background:var(--white);color:var(--navy);font-weight:700}.btn-white:hover{background:var(--off-white);box-shadow:var(--shadow-md);transform:translateY(-3px)}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #fff9}.btn-outline-white:hover{border-color:var(--white);background:#ffffff26;transform:translateY(-3px)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-alt{background:var(--off-white)}.section-navy{color:var(--white);background-image:linear-gradient(135deg,#000000e0,#000000e0),url(https://i.pinimg.com/736x/c8/9c/40/c89c40ff72bed23be4df5ee72a329554.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.section-navy .section-title{color:var(--white)}.section-navy .section-title span{color:var(--orange-light)}.section-navy .section-subtitle{color:#ffffffbf}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid #0c1a4e12;padding:2rem}.card:hover{box-shadow:var(--shadow-md);border-color:#ff8c424d;transform:translateY(-6px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #ff8c4266}50%{box-shadow:0 0 0 16px #ff8c4200}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes noteFloat{0%{opacity:.1;transform:translateY(0)rotate(0)}50%{opacity:.18}to{opacity:0;transform:translateY(-70vh)rotate(25deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fadeInUp{animation:.7s both fadeInUp}.animate-float{animation:4s ease-in-out infinite float}.animate-pulse-glow{animation:2s ease-in-out infinite pulse-glow}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.divider{background:linear-gradient(90deg, var(--orange), var(--orange-light));border-radius:2px;width:60px;height:4px;margin:1rem auto 2rem}.badge{color:var(--orange-dark);background:#ff8c421f;border:1px solid #ff8c424d;border-radius:50px;align-items:center;gap:6px;padding:4px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.sticky-whatsapp{z-index:1000;width:60px;height:60px;transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;animation:2s ease-in-out infinite pulse-glow;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 24px #25d36680}.sticky-whatsapp:hover{transform:scale(1.12)}.sticky-whatsapp svg{fill:#fff;width:32px;height:32px}.navbar{z-index:999;transition:var(--transition);padding:0 1.5rem;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000f7;box-shadow:0 4px 24px #0003}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;display:flex}.navbar-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar-logo-icon{background:linear-gradient(135deg, var(--orange), var(--orange-dark));border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.navbar-logo-text{font-family:var(--font-heading);color:var(--white);letter-spacing:.05em;font-size:1.3rem;font-weight:700}.navbar-logo-text span{color:var(--orange)}.navbar-links{align-items:center;gap:.25rem;list-style:none;display:flex}.navbar-links a{color:#ffffffd9;font-family:var(--font-body);transition:var(--transition);border-radius:8px;padding:8px 14px;font-size:.92rem;font-weight:500;text-decoration:none}.navbar-links a:hover,.navbar-links a.active{color:var(--orange);background:#ff8c421a}.navbar-cta{align-items:center;gap:.75rem;display:flex}.hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{width:24px;height:2px;transition:var(--transition);background:#fff;border-radius:2px;display:block}.footer{color:#fffc;text-align:center;background:linear-gradient(#000);padding:4rem 1.5rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;justify-items:center;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand,.footer-col{text-align:center}.footer-col ul{display:inline-block}.footer-brand p{color:#ffffffa6;max-width:520px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:.9rem;line-height:1.7}.footer-col h4{font-family:var(--font-heading);color:var(--white);letter-spacing:.05em;margin-bottom:1.2rem;font-size:.95rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#ffffffa6;transition:var(--transition);font-size:.88rem;text-decoration:none}.footer-col ul li a:hover{color:var(--orange)}.footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-credit{color:#ffffff8c;margin-top:.75rem;font-size:.85rem}.footer-credit a{color:#ffffffd9;text-decoration:none}.footer-credit a:hover{color:var(--orange)}.footer-social{gap:.75rem;margin-top:1.2rem;display:flex}.footer-social a{width:38px;height:38px;transition:var(--transition);background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;display:flex}.footer-social a:hover{background:var(--orange);transform:translateY(-3px)}.stat-card{text-align:center;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:var(--transition);background:#ffffff12;border:1px solid #ffffff1f;padding:2rem 1.5rem}.stat-card:hover{background:#ffffff1f;transform:translateY(-4px)}.stat-number{font-family:var(--font-heading);color:var(--orange);font-size:clamp(2rem,4vw,3rem);font-weight:900;display:block}.stat-label{color:#fffc;margin-top:.25rem;font-size:.9rem}@media (width<=1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){body{font-size:17px}.section{text-align:center;padding:4rem 0}.section-title{font-size:clamp(2.2rem,6vw,3.6rem)}.section-subtitle{margin:0 auto 2rem;font-size:clamp(1rem,3vw,1.25rem)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.navbar-links,.navbar-cta .btn{display:none}.hamburger{display:flex}.navbar-links.open{background:var(--navy);flex-direction:column;align-items:center;gap:.25rem;padding:1.5rem;display:flex;position:absolute;top:72px;left:0;right:0}.navbar-links.open a{justify-content:center;width:100%}.navbar-logo-text{font-size:1.45rem}.page-hero-content,.footer-brand,.footer-col,.footer-bottom,.footer-credit,.about-text-col,.story-quote,.mv-card,.yt-section,.contact-grid,.faq-list,.course-body,.testi-card,.hero-card,.module-card,.why-card,.step-card,.stat-card,.card,.section .section-title,.section .section-subtitle,.section p,.section ul,.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{text-align:center}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.footer-social{justify-content:center}.btn{padding:16px 28px;font-size:1.05rem}.page-hero-title{font-size:clamp(2.4rem,8vw,4rem)}.section-title,.page-hero-title,.hero-title,.course-title,.fc-title,.ph-title,.mv-title,.vt-title,.cf-title,.social-title,.faq-q,.module-card h3,.why-card h3,.card h3,.section h1,.section h2,.section h3{font-weight:900}.page-hero-desc{font-size:1.1rem}.footer-col ul li a,.footer-brand p,.footer-credit,.footer-bottom,.section-subtitle{font-size:1rem}body .hero-desc,body .page-hero-desc,body .about-para,body .about-quote,body .story-quote,body .mv-text,body .testi-text,body .sc-quote,body .tl-desc,body .faq-a,body .map-inner p,body .cf-sub,body .wa-cta-card p,body .problem-card p,body .step-card p,body .why-card p,body .module-card p,body .course-includes li,body .course-subtitle,body .live-feature,body .ls-item,body .fc-desc,body .ph-desc,body .vt-desc{font-size:1.05rem}body .trust-item,body .stat-label,body .stat-big-label,body .testi-name,body .testi-role,body .sc-name,body .sc-role,body .sc-location,body .sc-time,body .ts-label,body .course-section-label,body .course-tag,body .cic-label,body .cic-value,body .slc-label,body .slc-sub,body .cf-field label,body .cf-field input,body .cf-field textarea,body .faq-q{font-size:1rem}body .hero-sub,body .solution-banner,body .mv-desc,body .tl-title,body .video-placeholder p,body .map-inner h3{font-size:1.2rem}}.hero{background-color:#0000;background-image:linear-gradient(135deg,#000000bf 0% 50%,#000000bf 100%),url(https://i.pinimg.com/1200x/45/08/c4/4508c48f3de07dae6cb24119d14007dc.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg-overlay{background:radial-gradient(60% 60% at 80% 40%,#ff8c422e 0%,#0000 60%),radial-gradient(40% 40% at 10% 80%,#ff8c421a 0%,#0000 60%);position:absolute;inset:0}.musical-notes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.note{color:#ffffff1a;animation:6s ease-in-out infinite noteFloat;animation-delay:calc(var(--i) * 1.1s);left:calc(10% + var(--i) * 14%);font-size:clamp(1.2rem,3vw,2.5rem);position:absolute;bottom:10%}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem 0;display:grid}.hero-left{z-index:1;position:relative}.hero-title{font-family:var(--font-heading);color:#fff;margin:1rem 0 .75rem;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;line-height:1.15}.hero-orange{color:var(--orange)}.hero-sub{font-family:var(--font-display);color:#ffffffd9;margin-bottom:1rem;font-size:clamp(1rem,2vw,1.25rem);font-style:italic}.hero-desc{font-family:var(--font-body);color:#ffffffb3;margin-bottom:2rem;font-size:1rem;line-height:1.8}.hero-btns{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.hero-trust{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding-bottom:2.5rem;display:flex;position:relative}.trust-item{color:#fffc;align-items:center;gap:6px;font-size:.88rem;font-weight:500;display:flex}.trust-item span{font-size:1.1rem}.trust-div{background:#ffffff4d;width:1px;height:18px}.hero-right{justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.hero-image-placeholder img{object-fit:cover;border:2px solid #ff8c424d;border-radius:20px;width:100%;max-width:450px;box-shadow:0 20px 40px #0006}.hero-card-main{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1f;border:1px solid #fff3;border-radius:24px;align-items:center;gap:1rem;width:280px;padding:2rem;animation:4s ease-in-out infinite float;display:flex;position:absolute;bottom:-20px;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #0000004d}.hero-harmonium-emoji{font-size:3rem}.hero-card-title{font-family:var(--font-heading);color:#fff;font-size:1.1rem;font-weight:700}.hero-card-sub{color:#ffffffa6;margin-top:4px;font-size:.8rem}.hero-live-badge{color:#fff;letter-spacing:.08em;background:#ef4444;border-radius:50px;margin-left:auto;padding:3px 8px;font-size:.65rem;font-weight:700;animation:1.5s ease-in-out infinite pulse-glow}.hero-fc{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;font-family:var(--font-body);white-space:nowrap;background:#ffffff21;border:1px solid #ffffff2e;border-radius:14px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.8rem;display:flex;position:absolute;box-shadow:0 8px 24px #0003}.hero-fc span{font-size:1.4rem}.hero-fc b{font-size:.92rem;display:block}.hero-fc small{opacity:.7;font-size:.72rem}.fc1{animation:4.5s ease-in-out infinite float;top:5%;right:-10%}.fc2{animation:5s ease-in-out .5s infinite float;bottom:15%;right:-15%}.fc3{animation:4s ease-in-out 1s infinite float;top:50%;left:-10%}.hero-wave svg{width:100%;height:80px;display:block}.video-section{background:#f8f9ff}.video-section-header{margin-bottom:2rem}.video-stats-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.video-stat-pill{color:var(--navy);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1.5px solid #0c1a4e1a;border-radius:50px;align-items:center;gap:.4rem;padding:.55rem 1.4rem;font-size:.9rem;display:flex}.video-stat-pill:hover{border-color:var(--orange);box-shadow:var(--shadow-md);transform:translateY(-2px)}.video-stat-pill strong{color:var(--orange-dark)}.video-main-wrap{grid-template-columns:1.4fr 1fr;align-items:flex-start;gap:2.5rem;display:grid}.video-embed-container{background:#000;border:3px solid #ff8c424d;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 24px 64px #0c1a4e33}.video-embed-container iframe{aspect-ratio:16/9;width:100%;display:block}.video-views-badge{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50px;padding:5px 14px;font-size:.78rem;font-weight:700;animation:2s ease-in-out infinite pulse-glow;position:absolute;top:14px;left:14px;box-shadow:0 4px 12px #ef444466}.video-side-info{flex-direction:column;gap:1.25rem;display:flex}.video-channel-card{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.channel-icon{font-size:2.2rem}.channel-name{font-family:var(--font-heading);letter-spacing:.03em;font-size:1rem;font-weight:800}.channel-subs{color:#ffffffb3;margin-top:3px;font-size:.82rem}.video-side-desc{color:var(--text-dark);margin:0;font-size:.97rem;line-height:1.8}.video-side-desc strong{color:var(--navy)}.video-highlights{flex-direction:column;gap:.6rem;display:flex}.vh-item{color:var(--text-dark);align-items:center;gap:.6rem;font-size:.93rem;font-weight:500;display:flex}.vh-item span{font-size:1rem}.problems-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.problem-card{box-shadow:var(--shadow-sm);border-left:4px solid var(--orange);transition:var(--transition);background:#fff;border-radius:14px;align-items:flex-start;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.problem-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.prob-icon{flex-shrink:0;font-size:1.4rem}.problem-card p{color:var(--text-dark);margin:0;font-size:.92rem;line-height:1.6}.solution-banner{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:#fff;font-size:1.15rem;font-family:var(--font-display);border-radius:16px;justify-content:center;align-items:center;gap:1rem;padding:1.5rem 2rem;font-style:italic;display:flex}.sol-emoji{font-size:2rem}.solution-wrap{background:var(--cream)}.sol-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.check-item{color:var(--text-dark);align-items:center;gap:.75rem;margin-bottom:.75rem;font-weight:500;display:flex}.checkmark{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex}.sol-right{flex-direction:column;gap:1rem;display:flex}.step-card{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #0c1a4e12;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.step-card:hover{box-shadow:var(--shadow-md);border-color:#ff8c4266;transform:translate(6px)}.step-num{font-family:var(--font-heading);color:#0000001a;text-align:center;flex-shrink:0;width:50px;font-size:2rem;font-weight:900}.step-icon{font-size:2rem}.step-card b{color:var(--orange);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.step-card p{color:var(--text-dark);margin:2px 0 0;font-size:.95rem;font-weight:600}.why-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.why-card{text-align:center;transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem 1rem}.why-card:hover{background:#ffffff1f;border-color:#ff8c4266;transform:translateY(-6px)}.why-icon{margin-bottom:.75rem;font-size:2.2rem}.why-card h3{font-family:var(--font-display);color:#fff;margin-bottom:.5rem;font-size:.92rem;font-weight:700}.why-card p{color:#ffffffa6;font-size:.8rem;line-height:1.6}.modules-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.module-card{text-align:center;transition:var(--transition);border-radius:16px;padding:0;position:relative;overflow:hidden}.module-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0c1a4e26}.mod-img-wrap{width:100%;height:140px;position:relative;overflow:hidden}.mod-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.module-card:hover .mod-img{transform:scale(1.08)}.mod-num{font-family:var(--font-heading);color:#ffffffbf;text-shadow:0 1px 4px #0000004d;font-size:1.8rem;font-weight:900;line-height:1;position:absolute;top:.4rem;right:.6rem}.mod-body{padding:1rem .9rem 1.2rem}.mod-icon{color:var(--orange);margin-bottom:.5rem;font-size:1.8rem}.module-card h3{font-family:var(--font-display);color:var(--navy);margin-bottom:.4rem;font-size:.88rem;font-weight:700}.module-card p{color:var(--text-muted);font-size:.78rem}.stats-row{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-block{text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #0c1a4e12;border-radius:20px;padding:2.5rem 1.5rem}.stat-block:hover{box-shadow:var(--shadow-md);border-color:#ff8c424d;transform:translateY(-6px)}.stat-big-icon{margin-bottom:.75rem;font-size:2.5rem}.stat-big-num{font-family:var(--font-heading);color:var(--navy);font-size:clamp(2rem,4vw,2.8rem);font-weight:900}.stat-big-label{color:var(--text-muted);margin-top:.25rem;font-size:.88rem}.feat-testi-section{background:#fff}.feat-testi-wrap{background:linear-gradient(135deg,#f8f9ff 0%,#fff7f0 100%);border:1.5px solid #ff8c422e;border-radius:28px;padding:3rem 3.5rem;box-shadow:0 12px 48px #0c1a4e17}.feat-testi-header{margin-bottom:2.5rem}.feat-testi-pill{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:#fff;letter-spacing:.14em;border-radius:50px;margin-bottom:1.2rem;padding:6px 20px;font-size:.72rem;font-weight:800;display:inline-block}.feat-testi-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.9rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;line-height:1.2}.feat-orange{color:var(--orange)}.feat-testi-subtitle{color:var(--text-muted);max-width:620px;font-size:1rem;line-height:1.8}.feat-testi-body{grid-template-columns:1.15fr 1fr;align-items:center;gap:3rem;display:grid}.feat-testi-video-wrap{background:#000;border:2.5px solid #ff8c4240;border-radius:18px;overflow:hidden;box-shadow:0 20px 56px #0c1a4e2e}.feat-testi-video{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.feat-testi-side{flex-direction:column;gap:1.5rem;display:flex}.feat-testi-quote-block{border-left:4px solid var(--orange);padding-left:1.5rem}.feat-testi-quote{font-family:var(--font-display);color:var(--text-dark);margin:0;font-size:1.08rem;font-style:italic;line-height:1.85}.feat-testi-author-card{box-shadow:var(--shadow-sm);background:#fff;border:1.5px solid #0c1a4e17;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.4rem;display:flex}.feat-author-icon{background:linear-gradient(135deg, var(--orange), var(--orange-dark));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;display:flex}.feat-author-name{font-family:var(--font-heading);color:var(--navy);font-size:.97rem;font-weight:800}.feat-author-role{color:var(--orange-dark);margin-top:2px;font-size:.82rem;font-weight:600}.feat-author-note{color:var(--text-muted);margin-top:2px;font-size:.75rem}.feat-verified-badge{color:#065f46;letter-spacing:.04em;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1.5px solid #34d399;border-radius:50px;align-items:center;gap:.5rem;padding:8px 18px;font-size:.82rem;font-weight:700;display:inline-flex}@media (width<=900px){.feat-testi-wrap{padding:2rem 1.5rem}.feat-testi-body{grid-template-columns:1fr;gap:2rem}}.freebie-card{background:linear-gradient(135deg, var(--cream), white);box-shadow:var(--shadow-sm);border:2px dashed #ff8c4266;border-radius:24px;align-items:center;gap:2rem;padding:3rem;display:flex;position:relative;overflow:hidden}.freebie-glyph{flex-shrink:0;font-size:4rem;animation:4s ease-in-out infinite float}.freebie-body{flex:1}.freebie-deco{opacity:.07;pointer-events:none;font-size:6rem;position:absolute;bottom:-.5rem;right:2rem}.webinar-section{background-image:linear-gradient(135deg,#000000d9 0% 100%),url(https://i.pinimg.com/736x/54/91/56/54915684b599bbca7e59574bacfa31ea.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.webinar-inner{text-align:center;max-width:680px;margin:0 auto}.webinar-tag{color:#fff;letter-spacing:.12em;background:#ef4444e6;border-radius:50px;padding:6px 18px;font-size:.78rem;font-weight:700;animation:2s ease-in-out infinite pulse-glow;display:inline-block}.webinar-meta{color:#fffc;flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.95rem;display:flex}.webinar-meta span{align-items:center;gap:6px;display:flex}.final-cta{background:linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);text-align:center;padding:6rem 1.5rem}.final-inner{max-width:700px;margin:0 auto}.final-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=1100px){.why-grid,.modules-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.hero-content{text-align:center;grid-template-columns:1fr;justify-items:center;gap:2rem}.video-main-wrap{grid-template-columns:1fr}.hero-left{flex-direction:column;align-items:center;width:100%;display:flex}.hero-title{text-align:center;font-weight:900}.hero-sub,.hero-desc{text-align:center;margin-left:auto;margin-right:auto}.hero-btns,.hero-trust{justify-content:center}.hero-right{min-height:280px}.sol-grid{grid-template-columns:1fr}.sol-left{text-align:center;flex-direction:column;align-items:center;display:flex}.sol-title{text-align:center}.sol-left .check-item{text-align:left;align-self:flex-start;margin-left:auto;margin-right:auto}.why-grid,.modules-grid,.stats-row{grid-template-columns:repeat(2,1fr)}.problems-grid,.testi-grid{grid-template-columns:1fr}.fc1,.fc2,.fc3{display:none}.freebie-card{text-align:center;flex-direction:column}.freebie-deco{display:none}}@media (width<=560px){.why-grid,.modules-grid,.stats-row{grid-template-columns:1fr}.hero-btns{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.hero-btns .btn{justify-content:center;width:100%}.feat-testi-video-wrap{border-left:none;border-right:none;border-radius:0;width:100vw;margin-left:calc(50% - 50vw)}}.page-heroc{background-image:linear-gradient(135deg,#000c 0% 60%,#000c 100%),url(/l.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:45vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.page-hero-desc{color:#ffffffbf;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.8}.foundation-banner{background:#fff;border:2px solid #8b5cf633;border-radius:20px;max-width:900px;margin-bottom:3rem;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.foundation-badge{color:#fff;text-align:center;letter-spacing:.1em;text-transform:uppercase;background:#8b5cf6;padding:8px;font-size:.9rem;font-weight:700}.foundation-content{gap:3rem;padding:2.5rem;display:flex}.foundation-left{flex:1}.foundation-right{background:#f8f9fa;border-radius:12px;flex:1;padding:1.5rem}.foundation-title{font-family:var(--font-heading);color:#8b5cf6;margin-bottom:1rem;font-size:1.6rem}.foundation-pricing{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.foundation-original{color:var(--text-muted);font-size:1.2rem;text-decoration:line-through}.foundation-discount{color:#8b5cf6;background:#8b5cf61a;border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:700}.foundation-current-price{color:#8b5cf6;font-size:3.5rem;font-weight:900;line-height:1;font-family:var(--font-heading);margin-bottom:.5rem}.foundation-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.foundation-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:50px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #8b5cf64d}.foundation-btn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.foundation-features-title{color:var(--navy);margin-bottom:1.2rem;font-size:1.1rem;font-weight:700}.foundation-features-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.foundation-features-list li{color:var(--text-dark);border-bottom:1px solid #0000000d;align-items:center;padding-bottom:1rem;font-size:.95rem;display:flex}.foundation-features-list li:last-child{border-bottom:none;padding-bottom:0}.f-icon{color:var(--navy);margin-right:12px;font-size:1.2rem;display:flex}.f-text{flex:1;font-weight:500}.f-check{color:#8b5cf6;font-weight:700}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.pricing-card{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 5px 20px #0000000d}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.pricing-popular{background:linear-gradient(#ff8c4208,#fff 20%);border:2px solid #ff8c424d;transform:scale(1.02)}.pricing-popular:hover{transform:scale(1.02)translateY(-5px)}.pricing-header{text-align:left;padding:2.5rem 2rem 1.5rem}.pricing-title{color:var(--orange);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.pricing-price-wrap{align-items:baseline;margin-bottom:1rem;display:flex}.pricing-price{color:var(--orange);font-size:3rem;font-weight:900;line-height:1;font-family:var(--font-heading)}.pricing-duration{color:var(--text-muted);margin-left:5px;font-size:.9rem}.pricing-subtitle{color:var(--text-muted);border-bottom:1px solid #0000000d;padding-bottom:1.5rem;font-size:.9rem;line-height:1.5}.pricing-body{flex-direction:column;flex:1;padding:0 2rem 2.5rem;display:flex}.pricing-features{flex-direction:column;flex:1;gap:1.2rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.pricing-features li{color:var(--text-dark);align-items:flex-start;font-size:.95rem;display:flex}.p-icon{margin-right:12px;font-size:1.1rem}.p-text{flex:1}.p-check{font-weight:700}.pricing-btn{cursor:pointer;text-align:center;border-radius:50px;width:100%;padding:1rem;font-size:1.05rem;font-weight:700;transition:all .3s}.pricing-btn-primary{background:var(--orange);color:#fff;border:none;box-shadow:0 4px 15px #ff8c424d}.pricing-btn-primary:hover{background:var(--orange-dark);box-shadow:0 6px 20px #ff8c4266}.pricing-btn-outline{color:var(--orange);border:1px solid var(--orange);background:0 0}.pricing-btn-outline:hover{background:#ff8c420d}.live-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.live-feature{color:#ffffffd9;align-items:center;gap:.75rem;margin-bottom:.6rem;font-size:.95rem;display:flex}.lf-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:8px;height:8px}.live-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;overflow:hidden}.live-indicator{color:#fff;letter-spacing:.12em;background:#ef4444e6;align-items:center;gap:8px;padding:8px 1.5rem;font-size:.75rem;font-weight:700;display:flex}.live-dot{background:#fff;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite pulse-glow}.live-card-content{padding:1.5rem}.live-stats{justify-content:center;gap:1.5rem;margin-top:1.5rem;display:flex}.ls-item{color:#ffffffbf;align-items:center;gap:6px;font-size:.88rem;display:flex}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-card{text-align:center}.fc-icon{margin-bottom:.75rem;font-size:2.5rem}.fc-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1rem;font-weight:700}.fc-desc{color:var(--text-muted);font-size:.85rem}@media (width<=1024px){.pricing-grid{grid-template-columns:1fr;max-width:450px}.pricing-popular{transform:none}.pricing-popular:hover{transform:translateY(-5px)}.foundation-content{flex-direction:column;gap:2rem;padding:1.5rem}.foundation-left{text-align:center}.foundation-pricing{justify-content:center}.features-grid{grid-template-columns:repeat(2,1fr)}.live-section{grid-template-columns:1fr;gap:2rem}}@media (width<=600px){.features-grid{grid-template-columns:1fr}}.page-heroa{background-image:linear-gradient(135deg,#000c 0%,#42260fcc 60%,#000c 100%),url(https://i.pinimg.com/736x/e3/3a/b9/e33ab9a22c14ca3f95dd443c0ea1679f.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:45vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.about-intro-grid{grid-template-columns:1fr 1.6fr;align-items:center;gap:4rem;display:grid}.about-img-card{border-radius:24px;position:relative;overflow:visible}.about-img-placeholder{aspect-ratio:3/4;box-shadow:var(--shadow-lg);background:#111c3b;border-radius:24px;position:relative;overflow:hidden}.about-img-photo{object-fit:cover;width:100%;height:100%;display:block}.about-img-badge{box-shadow:var(--shadow-md);background:#fff;border:2px solid #ff8c4233;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1.5rem;display:flex;position:absolute;bottom:-18px;right:-18px}.about-img-badge b{color:var(--navy);font-size:.88rem;display:block}.about-img-badge small{color:var(--text-muted);font-size:.75rem}.about-para{color:var(--text-muted);margin-bottom:1.1rem;font-size:.98rem;line-height:1.9}.about-quote{border-left:4px solid var(--orange);font-family:var(--font-display);color:var(--navy);background:linear-gradient(135deg,#ff8c4214,#ff8c420a);border-radius:0 12px 12px 0;margin-top:1.5rem;padding:1.25rem 1.5rem;font-size:1.1rem;font-style:italic;position:relative}.quote-mark{color:var(--orange);vertical-align:-.5rem;font-family:serif;font-size:2.5rem;line-height:0}.about-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.about-stat-card{text-align:center;transition:var(--transition);background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;padding:2rem 1.5rem}.about-stat-card:hover{background:#ffffff1f;transform:translateY(-6px)}.asc-icon{margin-bottom:.75rem;font-size:2.5rem}.story-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.story-quote{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:#fff;font-family:var(--font-display);border-radius:16px;padding:1.75rem;font-size:1.1rem;font-style:italic;line-height:1.7;position:relative;overflow:hidden}.story-quote:before{content:"\"";color:#ff8c4226;pointer-events:none;font-family:serif;font-size:8rem;line-height:1;position:absolute;top:-10px;left:10px}.philosophy-card{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #0c1a4e12;border-radius:16px;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1.25rem 1.5rem;display:flex}.philosophy-card:hover{box-shadow:var(--shadow-md);border-color:#ff8c424d;transform:translate(6px)}.ph-icon{flex-shrink:0;font-size:2rem}.ph-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.25rem;font-size:1rem;font-weight:700}.ph-desc{color:var(--text-muted);font-size:.85rem;line-height:1.6}.mv-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.mv-card{transition:var(--transition);border-radius:24px;padding:3rem;position:relative;overflow:hidden}.mv-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.mv-mission{background-image:linear-gradient(135deg,#0c1a4ecc,#000c),url(https://images.unsplash.com/photo-1445985543470-41fba5c3144a);background-position:50%;background-repeat:no-repeat;background-size:cover}.mv-vision{background:linear-gradient(135deg, var(--orange-dark), var(--orange))}.mv-icon{margin-bottom:1rem;font-size:3rem}.mv-title{font-family:var(--font-heading);color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.mv-desc{font-family:var(--font-display);color:#fffffff2;margin-bottom:1rem;font-size:1.15rem;font-style:italic;line-height:1.5}.mv-text{color:#ffffffbf;font-size:.9rem;line-height:1.8}.yt-section{text-align:center;max-width:640px;margin:0 auto}.yt-icon{margin-bottom:1rem;font-size:4rem}@media (width<=900px){.about-intro-grid{grid-template-columns:1fr}.about-img-card{max-width:340px;margin:0 auto}.story-grid,.mv-grid{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.about-stats{grid-template-columns:1fr}}.page-herot{background-image:linear-gradient(135deg,#000c 0%,#201a0ccc 60%,#000c 100%),url(https://images.unsplash.com/photo-1514320291840-2e0a9bf2a9ae);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:45vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.testi-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ts-card{text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #0c1a4e12;border-radius:20px;padding:2rem 1.5rem}.ts-card:hover{box-shadow:var(--shadow-md);border-color:#ff8c424d;transform:translateY(-6px)}.ts-icon{margin-bottom:.5rem;font-size:2.5rem}.ts-num{font-family:var(--font-heading);color:var(--navy);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900}.ts-label{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.stories-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.story-card{flex-direction:column;gap:1rem;display:flex}.sc-header{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.sc-avatar{color:#fff;width:48px;height:48px;font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.sc-info{flex:1;min-width:0}.sc-name{color:var(--navy);font-size:.95rem;font-weight:700}.sc-role{color:var(--orange-dark);font-size:.78rem;font-weight:600}.sc-location{color:var(--text-muted);margin-top:2px;font-size:.75rem}.sc-result-badge{color:var(--orange-dark);white-space:nowrap;background:#ff8c421a;border:1px solid #ff8c424d;border-radius:50px;align-self:flex-start;padding:3px 10px;font-size:.7rem;font-weight:700}.sc-stars{color:#f59e0b;letter-spacing:2px;font-size:1rem}.sc-quote{font-family:var(--font-display);color:var(--text-dark);flex:1;font-size:.92rem;font-style:italic;line-height:1.7}.sc-footer{border-top:1px solid #0c1a4e14;padding-top:.75rem}.sc-time{color:var(--text-muted);font-size:.8rem}.video-testi-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.vt-card{cursor:pointer;border-radius:16px;overflow:hidden}.vt-thumb{aspect-ratio:16/9;transition:var(--transition);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.vt-thumb:hover{transform:scale(1.02)}.vt-thumb:hover .vt-play{background:var(--orange-dark);transform:scale(1.15)}.vt-play{background:var(--orange);color:#fff;width:60px;height:60px;transition:var(--transition);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex;position:relative;box-shadow:0 8px 24px #ff8c4280}.vt-overlay{background:linear-gradient(#0000,#0c1a4ee6);padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.vt-title{font-family:var(--font-heading);color:#fff;margin-bottom:.25rem;font-size:.95rem}.vt-desc{color:#ffffffb3;font-size:.8rem}.timeline{max-width:700px;margin:0 auto;padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--orange), #ff8c421a);width:2px;position:absolute;top:0;bottom:0;left:10px}.tl-item{margin-bottom:2rem;padding-left:1.5rem;position:relative}.tl-dot{background:var(--orange);border:3px solid #fff3;border-radius:50%;width:14px;height:14px;position:absolute;top:6px;left:-1.85rem;box-shadow:0 0 0 4px #ff8c4233}.tl-week{color:var(--orange-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.tl-title{font-family:var(--font-heading);color:#fff;margin-bottom:.25rem;font-size:1.1rem}.tl-desc{color:#ffffffb3;font-size:.9rem}@media (width<=900px){.testi-stats{grid-template-columns:repeat(2,1fr)}.stories-grid,.video-testi-grid{grid-template-columns:1fr}}@media (width<=560px){.testi-stats{grid-template-columns:1fr}}.page-heroco{background-image:linear-gradient(135deg,#000c 0% 60%,#000c 100%),url(https://images.unsplash.com/photo-1520626337972-00445d3bc64e);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:45vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.page-hero-bg{background:radial-gradient(60% 60% at 80%,#ff8c4226 0%,#0000 60%);position:absolute;inset:0}.page-hero-content{z-index:1;text-align:center;max-width:700px;margin:0 auto;padding:3rem 0;position:relative}.page-hero-title{font-family:var(--font-heading);color:#fff;margin:1rem 0;font-size:clamp(2rem,5vw,3.5rem);font-weight:900}.page-hero-title span{color:var(--orange)}.page-hero-desc{color:#ffffffbf;font-size:1.05rem}.hero-wave{position:absolute;bottom:-1px;left:0;right:0}.hero-wave svg{width:100%;display:block}.contact-grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:4rem;display:grid}.contact-info-card{background:var(--off-white);transition:var(--transition);border:1px solid #0c1a4e12;border-radius:14px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1.25rem;display:flex}.contact-info-card:hover{box-shadow:var(--shadow-sm);background:#fff;border-color:#ff8c4233}.cic-icon{background:linear-gradient(135deg, var(--orange), var(--orange-dark));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;display:flex}.cic-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:.75rem;font-weight:700}.cic-value{color:var(--text-dark);font-size:.92rem;font-weight:500;line-height:1.5}.cic-value.link{color:var(--orange-dark);text-decoration:none}.cic-value.link:hover{text-decoration:underline}.social-section{margin-top:2rem}.social-title{font-family:var(--font-heading);color:var(--navy);letter-spacing:.05em;margin-bottom:1rem;font-size:1rem}.social-links{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.social-link-card{transition:var(--transition);background:#fff;border:1px solid #0c1a4e14;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;display:flex}.social-link-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.slc-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.slc-label{color:var(--navy);font-size:.85rem;font-weight:700}.slc-sub{color:var(--text-muted);font-size:.73rem}.contact-form-card{box-shadow:var(--shadow-md);background:#fff;border:1px solid #0c1a4e12;border-radius:24px;margin-bottom:1.5rem;padding:2.5rem}.cf-title{font-family:var(--font-heading);color:var(--navy);margin-bottom:.4rem;font-size:1.4rem}.cf-sub{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.cf-form{flex-direction:column;gap:1.25rem;display:flex}.cf-field{flex-direction:column;gap:6px;display:flex}.cf-field label{color:var(--navy);font-size:.83rem;font-weight:600}.cf-field input,.cf-field textarea{width:100%;font-family:var(--font-body);color:var(--text-dark);transition:var(--transition);background:var(--off-white);resize:vertical;border:1.5px solid #0c1a4e1f;border-radius:10px;outline:none;padding:12px 16px;font-size:.92rem}.cf-field input:focus,.cf-field textarea:focus{border-color:var(--orange);background:#fff;box-shadow:0 0 0 3px #ff8c421f}.cf-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.cf-success h3{font-family:var(--font-heading);color:var(--navy)}.cf-success p{color:var(--text-muted)}.wa-cta-card{background:linear-gradient(135deg,#25d366,#128c7e);border-radius:16px;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.5rem;display:flex}.wa-cta-icon{font-size:2.5rem}.wa-cta-card h3{font-family:var(--font-heading);color:#fff;margin-bottom:.2rem;font-size:1rem}.wa-cta-card p{color:#fffc;flex:1;font-size:.83rem}.map-placeholder{aspect-ratio:21/6;text-align:center;background-image:linear-gradient(135deg,#0006,#0009),url(https://images.unsplash.com/photo-1524661135-423995f22d0b);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.map-placeholder:before{content:"";background:radial-gradient(60% 60%,#ff8c4226,#0000);position:absolute;inset:0}.map-inner{z-index:1;position:relative}.map-pin{margin-bottom:.5rem;font-size:3rem}.map-inner h3{font-family:var(--font-heading);color:#fff;margin-bottom:.4rem;font-size:1.2rem}.map-inner p{color:#ffffffb3;font-size:.9rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{cursor:pointer;transition:var(--transition);border:1.5px solid #0c1a4e1a;border-radius:14px;margin-bottom:.75rem;overflow:hidden}.faq-item:hover,.faq-item.open{border-color:var(--orange);box-shadow:var(--shadow-sm)}.faq-q{color:var(--navy);transition:var(--transition);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.4rem;font-size:.95rem;font-weight:600;display:flex}.faq-item.open .faq-q{background:linear-gradient(135deg,#ff8c420f,#ff8c4205)}.faq-arrow{color:var(--orange);transition:var(--transition);flex-shrink:0;font-size:.75rem}.faq-a{color:var(--text-muted);background:#fff;padding:0 1.4rem 1.1rem;font-size:.9rem;line-height:1.7}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:2rem}.social-links{grid-template-columns:1fr 1fr;gap:.65rem}.map-placeholder{aspect-ratio:4/3}}@media (width<=600px){.contact-info{text-align:center}.contact-info .section-title{text-align:center!important}.contact-info-card{text-align:center;flex-direction:column;align-items:center}.cic-icon{margin:0 auto}.social-section,.social-title{text-align:center}.social-links{grid-template-columns:1fr 1fr;gap:.6rem}.social-link-card{text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:.85rem .5rem}.slc-icon{margin:0 auto}.wa-cta-card{text-align:center;flex-direction:column;align-items:center}.wa-cta-card a{text-align:center;justify-content:center;width:100%}.contact-form-card{padding:1.5rem}}.riyaz-club-page{font-family:var(--font-body)}.text-white{color:var(--white)!important}.text-gold{color:var(--gold)!important}.text-navy{color:var(--navy)!important}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.text-left{text-align:left}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.py-5{padding-top:4rem;padding-bottom:4rem}.mx-auto{margin-left:auto;margin-right:auto}.max-w-800{max-width:800px}.font-bold{font-weight:700}.font-heading{font-family:var(--font-heading)}.text-lg{font-size:1.1rem;line-height:1.8}.w-100{width:100%}.justify-content-center{justify-content:center}.align-items-center{align-items:center}.bg-white{background-color:var(--white)}.bg-off-white{background-color:var(--off-white)}.bg-gold{background:var(--gold)!important}.riyaz-hero{background:url(https://images.unsplash.com/photo-1510915361894-db8b60106cb1?auto=format&fit=crop&q=80) 50%/cover no-repeat fixed;justify-content:center;align-items:center;min-height:85vh;padding:6rem 1.5rem;display:flex;position:relative}.riyaz-hero-overlay{background:linear-gradient(135deg,#0c1a4ea6,#000000a6);position:absolute;inset:0}.riyaz-hero .relative{position:relative}.riyaz-hero .z-10{z-index:10}.premium-tag{color:#fff;background:linear-gradient(135deg,#d4af37,#b8860b);border:1px solid #fff3;box-shadow:0 4px 15px #d4af374d}.riyaz-hero-title{font-family:var(--font-heading);color:var(--white);text-shadow:0 4px 20px #00000080;margin-top:1rem;margin-bottom:1rem;font-size:clamp(3.5rem,6vw,4.5rem)}.riyaz-hero-title span{color:var(--gold)}.riyaz-hero-subtitle{color:#ffffffe6;margin-bottom:2rem;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:500}.riyaz-quote{font-family:var(--font-display);color:var(--gold);margin-bottom:2.5rem;font-size:1.4rem;font-style:italic}.riyaz-quote-small{font-family:var(--font-display);color:var(--orange);font-size:1.2rem;font-style:italic}.btn-glow{animation:2s infinite pulse-glow;box-shadow:0 0 20px #ff8c4299}.riyaz-problem-section{background:var(--off-white)}.riyaz-questions{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-left:6px solid var(--orange);margin-bottom:3rem;padding:3rem}.riyaz-questions h2{font-family:var(--font-heading);color:var(--navy);margin-bottom:1.5rem;font-size:2rem}.riyaz-questions ul{margin-bottom:2rem;list-style:none}.riyaz-questions ul li{color:var(--text-dark);align-items:flex-start;gap:12px;margin-bottom:1rem;font-size:1.1rem;display:flex}.riyaz-questions ul li svg{color:var(--orange);flex-shrink:0;margin-top:4px;font-size:1.3rem}.riyaz-highlight{color:var(--navy);border-radius:var(--radius-sm);background:#ff8c421a;padding:1rem 1.5rem;font-size:1.25rem;font-weight:700;display:inline-block}.riyaz-dark-card{background:var(--navy);color:var(--white);border:none}.riyaz-dark-card h3{color:var(--white);font-family:var(--font-heading);margin-bottom:1rem;font-size:1.5rem}.riyaz-dark-card p{color:#fffc;margin-bottom:1rem}.riyaz-gold-card{background:linear-gradient(135deg, var(--gold), #b8860b);color:var(--white);border:none}.riyaz-gold-card h3{color:var(--white);font-family:var(--font-heading);margin-bottom:1rem;font-size:1.5rem}.riyaz-gold-card p{color:#ffffffe6;margin-bottom:1rem}.riyaz-text-large{color:var(--navy);max-width:800px;margin:0 auto;font-size:1.3rem;line-height:1.8}.riyaz-text-normal{color:var(--text-muted);max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.riyaz-community-box{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;border:1px solid #d4af374d;max-width:900px;margin:0 auto;padding:3rem}.riyaz-community-box h3{font-family:var(--font-heading);color:var(--navy);margin-bottom:1.5rem;font-size:1.8rem}.riyaz-community-box p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem}.riyaz-benefits-section{background:var(--navy);background-image:linear-gradient(135deg,#0c1a4ef7,#0c1a4ef2),url(https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?auto=format&fit=crop&q=80);background-size:cover;background-attachment:fixed}.riyaz-benefit-card{border-radius:var(--radius-md);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;padding:2.5rem 2rem}.riyaz-benefit-card:hover{border-color:var(--gold);background:#ffffff1a;transform:translateY(-5px)}.riyaz-benefit-card .icon{color:var(--gold);margin-bottom:1.5rem;font-size:3rem}.riyaz-benefit-card h4{font-family:var(--font-heading);color:var(--white);margin-bottom:1rem;font-size:1.3rem}.riyaz-benefit-card p{color:#ffffffb3;font-size:.95rem;line-height:1.6}.riyaz-check-list{padding:0;list-style:none}.riyaz-check-list li{color:var(--text-dark);background:var(--off-white);border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:1rem;margin-bottom:1.2rem;padding:1rem;font-size:1.15rem;display:flex}.riyaz-check-list li:hover{background:#ff8c421a;transform:translate(10px)}.riyaz-check-list li svg{color:var(--orange);font-size:1.4rem}.riyaz-plans-container{flex-direction:column;gap:1.5rem;display:flex}.riyaz-plan-card{background:var(--white);border:2px solid var(--off-white);border-radius:var(--radius-md);transition:var(--transition);text-align:center;flex-direction:column;align-items:center;padding:1.5rem;display:flex;position:relative}.riyaz-plan-card:hover{border-color:var(--orange);box-shadow:var(--shadow-sm)}.riyaz-plan-card.popular{border-color:var(--gold);box-shadow:var(--shadow-md);background:linear-gradient(#fff,#fffdf5);transform:scale(1.02)}.riyaz-plan-card h4{font-family:var(--font-heading);color:var(--navy);margin-bottom:.5rem;font-size:1.3rem}.riyaz-plan-card .price{color:var(--orange);margin-bottom:1rem;font-size:2.2rem;font-weight:800}.riyaz-plan-card .price span{color:var(--text-muted);font-size:1rem;font-weight:500}.plan-badge{background:linear-gradient(135deg, var(--gold), #b8860b);color:var(--white);text-transform:uppercase;letter-spacing:1px;border-radius:20px;padding:4px 16px;font-size:.8rem;font-weight:700;position:absolute;top:-12px}.riyaz-journey-section{background:var(--navy)}.riyaz-journey-flow{border-radius:var(--radius-lg);background:#0000004d;border:1px solid #ffffff1a;max-width:600px;margin:0 auto;padding:3rem 2rem}.flow-steps{flex-direction:column;align-items:center;gap:1rem;display:flex}.flow-steps .step{color:var(--white);width:100%;max-width:400px;transition:var(--transition);background:#ffffff1a;border-radius:50px;padding:1rem 2rem;font-weight:600}.flow-steps .step:hover{background:#fff3;transform:scale(1.05)}.flow-steps .step.highlight{background:linear-gradient(135deg, var(--orange), var(--orange-dark));font-size:1.1rem;box-shadow:0 4px 15px #ff8c4266}.flow-steps .step.final{background:linear-gradient(135deg, var(--gold), #b8860b);font-size:1.1rem;box-shadow:0 4px 15px #d4af3766}.flow-steps .arrow{color:#ffffff4d;font-size:1.5rem}@media (width<=768px){.riyaz-questions,.riyaz-community-box{padding:2rem 1.5rem}.riyaz-plan-card.popular{transform:none}.riyaz-hero .text-left{text-align:center!important}}
