@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap";:root{--imperial-purple:#2e1155;--royal-violet:#7b3fe4;--lilac-mist:#f4f1fa;--sand-beige:#f5e9d6;--wood-brown:#8b5a2b;--charcoal:#212121;--amethyst:#c3a5f5;--bg-primary:#fff;--bg-secondary:var(--sand-beige);--bg-card:#fff;--bg-elevated:var(--lilac-mist);--bg-dark-section:var(--imperial-purple);--bg-dark-card:#212121;--gold:var(--royal-violet);--gold-light:var(--amethyst);--gold-hover:var(--imperial-purple);--gold-bg:#7b3fe414;--wood-accent:var(--wood-brown);--text-primary:var(--charcoal);--text-secondary:#5a5a5a;--text-dim:#999;--text-white:#fff;--text-heading:var(--imperial-purple);--border-light:#0000000f;--border-medium:#0000001a;--border-wood:#8b5a2b33;--font-sans:"Outfit", sans-serif;--font-serif:"Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%}.container{max-width:1280px;margin:0 auto;padding:0 2.5rem}.section-padding{padding:7rem 0}.loader-screen{background:var(--bg-primary);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader-content{text-align:center}.loader-brand{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.15em;font-size:3.5rem;font-weight:700}.loader-line{background:linear-gradient(90deg, transparent, var(--gold), transparent);max-width:200px;height:2px;margin:1rem auto 0}.nav-capsule-container{z-index:1000;justify-content:center;width:100%;padding:1.25rem 2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.nav-capsule-container.scrolled{padding:.75rem 2rem}.nav-capsule{-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-light);background:#fffc;border-radius:100px;justify-content:space-between;align-items:center;width:100%;max-width:1100px;padding:.6rem .6rem .6rem 1.5rem;transition:all .4s;display:flex;box-shadow:0 8px 32px #0000000f}.nav-brand{align-items:center;gap:.6rem;display:flex}.brand-logo{display:none}.brand-text{flex-direction:column;display:flex}.brand-name{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.05em;font-size:1.35rem;font-weight:700;line-height:1}.brand-sub{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin-top:2px;font-size:.6rem;font-weight:600}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-item{color:var(--text-secondary);letter-spacing:.02em;font-size:.9rem;font-weight:500;transition:color .3s}.nav-item:hover,.nav-item.active{color:var(--text-primary)}.nav-actions{align-items:center;gap:1rem;display:flex}.btn-nav-cta{background:var(--gold);color:#fff;letter-spacing:.02em;border-radius:100px;padding:.7rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .3s}.btn-nav-cta:hover{background:var(--gold-hover);transform:scale(1.05);box-shadow:0 8px 24px #c8a45e4d}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.floating-wa{color:#fff;z-index:100;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 30px #25d36659}.floating-wa-pulse{opacity:0;border:2px solid #25d366;border-radius:50%;animation:2s infinite pulse-wa;position:absolute;inset:-8px}@keyframes pulse-wa{0%{opacity:.8;transform:scale(.9)}to{opacity:0;transform:scale(1.5)}}.page-wrapper{padding-top:100px}.app-container{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.hero-editorial{align-items:center;min-height:calc(100vh - 100px);padding:3rem 0;display:flex;position:relative;overflow:hidden}.hero-editorial:before{content:"";pointer-events:none;background:radial-gradient(circle,#c8a45e0f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-30%;right:-15%}.hero-editorial-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;display:grid}.hero-badge-wrapper{margin-bottom:2rem}.hero-badge{color:var(--gold);letter-spacing:.25em;text-transform:uppercase;font-size:.8rem;font-weight:700}.hero-headline{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text-heading);margin-bottom:2rem;font-size:4rem;font-weight:700;line-height:1.08}.hero-headline .text-royal{color:var(--gold);text-decoration:underline;-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-underline-offset:8px;font-style:italic;text-decoration-thickness:2px}.hero-subtext{color:var(--text-secondary);max-width:520px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.hero-actions-multi{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-editorial{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-editorial:hover{background:var(--gold-hover);transform:translateY(-3px);box-shadow:0 15px 40px #c8a45e40}.btn-outline-editorial{color:var(--text-primary);border:1.5px solid var(--border-medium);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-outline-editorial:hover{border-color:var(--gold);color:var(--gold)}.hero-trustline{border-top:1px solid var(--border-light);margin-top:3rem;padding-top:2rem}.hero-trustline p{color:var(--text-dim);letter-spacing:.2em;text-transform:uppercase;font-size:.75rem;font-weight:600}.hero-visual{border-radius:24px;height:580px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000001a}.hero-image-mask{border-radius:24px;width:100%;height:100%;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%}.hero-visual-accent{display:none}.value-strip{background:var(--bg-primary);padding:5rem 0 6rem}.value-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.value-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;padding:3rem 2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.value-card:hover{border-color:#c8a45e33;transform:translateY(-8px);box-shadow:0 30px 60px #0000000f}.value-icon{color:var(--gold);margin-bottom:1.5rem}.value-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.2}.value-desc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.section-title-large{font-family:var(--font-serif);color:var(--text-heading);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:4rem;font-weight:500;line-height:1.1}.text-royal{color:var(--gold)}.text-amethyst{color:var(--amethyst)}.lead-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.7}.about-preview{background:var(--bg-secondary);position:relative;overflow:hidden}.about-preview:after{content:"";pointer-events:none;background:radial-gradient(#c8a45e12 0%,#0000 70%);width:300px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-label{color:var(--gold);letter-spacing:.25em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.about-split{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-image-side{position:relative}.about-image-wrapper{border-radius:20px;overflow:hidden;box-shadow:0 40px 80px #00000014}.about-image-wrapper img{aspect-ratio:3/4;object-fit:cover;width:100%;height:auto;transition:transform .6s;display:block}.about-image-wrapper:hover img{transform:scale(1.03)}.about-dots{background-image:radial-gradient(circle, var(--gold) 1.5px, transparent 1.5px);opacity:.3;z-index:-1;background-size:12px 12px;width:120px;height:120px;position:absolute;top:-20px;right:-30px}.about-text-side{position:relative}.about-text-side .section-title-large{font-size:3.5rem}.about-subtitle-editorial{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;line-height:1.3}.about-body-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-divider-gold{background:var(--gold);border-radius:2px;width:40px;height:3px;margin:2rem 0}.split-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.image-card-premium{border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #00000014}.image-card-premium img{aspect-ratio:4/5;object-fit:cover;width:100%;height:auto;transition:transform .6s}.image-card-premium:hover img{transform:scale(1.03)}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.w-100{width:100%}.justify-content-center{justify-content:center}.courses-preview{background:var(--bg-primary)}.courses-grid-home{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.course-card-premium{background:var(--bg-card);border:1px solid var(--border-light);transform-style:preserve-3d;border-radius:20px;flex-direction:column;padding:3rem 2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000005}.course-card-premium:hover{border-color:#7b3fe44d;transform:perspective(1000px)rotateX(2deg)rotateY(-2deg)translateY(-5px);box-shadow:-20px 20px 50px #7b3fe414,20px -20px 50px #c8a45e0d}.course-card-premium:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:50%;height:100%;transition:all .7s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.course-card-premium:hover:before{left:150%}.course-card-premium h3{font-family:var(--font-serif);color:var(--text-heading);margin-bottom:1rem;font-size:1.6rem;font-weight:700}.course-card-premium p{color:var(--text-secondary);line-height:1.6}.card-number{font-family:var(--font-serif);color:var(--amethyst);opacity:.15;font-size:5rem;font-weight:700;line-height:1;transition:all .5s;position:absolute;top:-10px;right:10px}.course-card-premium:hover .card-number{color:var(--gold);opacity:.3;transform:scale(1.1)translate3d(10px,10px,20px)}.bg-dark .about-label,.why-nexora .about-label,.final-cta .about-label{color:var(--amethyst)}.bg-dark .section-title-large{color:var(--text-white);font-weight:500}.why-nexora,.bg-dark{background:var(--bg-dark-section)!important;color:var(--text-white)!important}.bg-light{background:var(--bg-secondary)!important}.text-white{color:var(--text-white)!important}.why-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.why-item{background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;align-items:flex-start;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 10px 30px #0003}.why-item p{color:var(--lilac-mist);margin:0;font-size:1.1rem;line-height:1.7}.testimonials-section{background:var(--bg-secondary)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;padding:3rem 2.5rem;display:flex}.quote{font-family:var(--font-serif);color:var(--text-primary);flex-grow:1;font-size:1.15rem;font-style:italic;line-height:1.6}.author{color:var(--gold);margin-top:2rem;font-size:.9rem;font-weight:600}.final-cta{background:var(--bg-dark-section);padding:8rem 0}.cta-box{background:var(--gold-bg);border:1px solid #7b3fe426;border-radius:32px;padding:5rem 4rem}.cta-headline{font-family:var(--font-serif);color:var(--text-white);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.1}.cta-subtext{color:#ffffffb3;max-width:650px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.6}.btn-editorial{background:var(--gold);color:#fff;font-family:var(--font-sans);letter-spacing:.05em;z-index:1;border-radius:40px;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #7b3fe44d}.btn-editorial:before{content:"";background:var(--imperial-purple);z-index:-1;transform-origin:100%;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scaleX(0)}.btn-editorial:hover{color:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #7b3fe480}.btn-editorial:hover:before{transform-origin:0;transform:scaleX(1)}.btn-outline-editorial{color:var(--text-primary);border:1px solid var(--border-medium);font-family:var(--font-sans);background:0 0;border-radius:40px;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-outline-editorial:hover{border-color:var(--gold);background:var(--gold-bg);transform:translateY(-3px)}.btn-editorial-light{color:var(--gold);background:#fff;border-radius:40px;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 30px #0000001a}.btn-editorial-light:hover{background:var(--gold);color:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #7b3fe466}.about-editorial{background:var(--bg-primary)}.about-headline{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.02em;font-size:5rem;font-weight:700}.about-intro-lead{color:var(--text-secondary);max-width:800px;font-size:1.35rem;line-height:1.7}.about-divider{background:var(--gold);border-radius:2px;width:60px;height:3px;margin-bottom:2.5rem}.about-header{padding-bottom:4rem}.philosophy-text p{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:1.3rem;line-height:1.8}.font-weight-bold{font-weight:700}.stand-for-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.stand-card{background:var(--bg-card);border-left:4px solid var(--gold);border-top:1px solid var(--border-light);border-right:1px solid var(--border-light);border-bottom:1px solid var(--border-light);border-radius:20px;padding:3.5rem}.stand-card h3{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.stand-card p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.vision-text{font-family:var(--font-serif);color:#ffffffb3;max-width:850px;font-size:2rem;font-weight:400;line-height:1.5}.vision-tagline{font-family:var(--font-serif);color:var(--gold);font-size:2.5rem;font-weight:700}.founder-note{background:var(--bg-primary)}.founder-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:32px;padding:5rem}.founder-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.25rem;line-height:1.8}.about-signature{font-family:var(--font-serif);color:var(--gold);margin-top:2.5rem;font-size:3rem;font-style:italic}.course-detail-section{padding-top:0}.course-detail-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:32px;padding:5rem;box-shadow:0 20px 60px #0000000a}.course-header{text-align:center;margin-bottom:4rem}.course-icon{color:var(--gold);margin-bottom:1.5rem}.course-header h2{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.course-tagline{color:var(--text-secondary);font-size:1.4rem}.course-desc p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.8}.course-learn{margin-top:4rem}.course-learn h3{font-family:var(--font-serif);color:var(--text-heading);margin-bottom:2rem;font-size:2rem;font-weight:700}.course-learn ul{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.course-learn li{color:var(--text-secondary);padding-left:1.75rem;font-size:1.1rem;line-height:1.6;position:relative}.course-learn li:before{content:"→";color:var(--gold);font-weight:700;position:absolute;left:0}.course-meta{background:var(--bg-elevated)!important;border:1px solid var(--border-light)!important}.course-meta h4{color:var(--text-primary);margin-bottom:1rem}.course-meta p,.course-meta li{color:var(--text-secondary)}.course-meta li{margin-bottom:.5rem}.rounded-4{border-radius:16px!important}.p-4{padding:2rem!important}.border{border:1px solid var(--border-light)!important}.who-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem}.who-card p{color:#ffffffb3;margin:0;font-size:1.1rem;line-height:1.6}.contact-info-card{align-items:flex-start;gap:1.5rem;display:flex}.contact-info-card .icon{background:var(--bg-card);width:60px;min-width:60px;height:60px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 10px 30px #0000000f}.contact-info-card h4{color:var(--text-primary);margin-bottom:.25rem}.contact-info-card p,.contact-info-card a{color:var(--text-secondary)}.text-sm{font-size:.85rem}.text-muted{color:var(--text-secondary)!important}.contact-form-premium{background:var(--bg-card);border:1px solid var(--border-light);border-radius:24px;padding:3.5rem;box-shadow:0 20px 60px #0000000a}.contact-form-premium h3{font-family:var(--font-serif);color:var(--text-primary);font-size:2rem}.contact-form-premium label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-control-editorial{border:1.5px solid var(--border-light);background:var(--bg-elevated);width:100%;color:var(--text-primary);border-radius:12px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-control-editorial:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c8a45e1a}.form-control-editorial::placeholder{color:var(--text-dim)}.form-group{margin-bottom:1.5rem}.row{gap:2rem;display:grid}@media (width>=768px){.row{grid-template-columns:repeat(2,1fr)}}.g-5{gap:3rem}.list-unstyled{padding:0;list-style:none}.list-unstyled li{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.me-2{margin-right:.5rem}.d-block{display:block}.fs-4{font-size:1.5rem}.step-card{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:3rem 2rem}.step-number{font-family:var(--font-serif);color:#c8a45e33;margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1}.step-card h3{color:var(--text-white);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--bg-card);cursor:pointer;border:1px solid var(--border-light);border-radius:16px;margin-bottom:1rem;padding:1.5rem 2rem;transition:all .3s;box-shadow:0 4px 15px #00000005}.faq-item:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 25px #0000000d}.faq-item.open{border-color:var(--gold)}.faq-question{justify-content:space-between;align-items:center;display:flex}.faq-question h4{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:600}.faq-answer-wrapper{overflow:hidden}.faq-answer p{color:var(--text-secondary);margin-top:1rem;margin-bottom:0;padding-bottom:.5rem;font-size:1.05rem;line-height:1.6}.who-its-for-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.who-item{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;gap:1.25rem;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000008}.who-item:hover{border-color:var(--gold);transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.who-icon{color:var(--gold);background:var(--gold-bg);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.who-item p{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:500;line-height:1.5}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.step-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:24px;padding:2.5rem 2rem;position:relative}.step-number{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:1rem;font-size:.9rem;font-weight:700}.step-card h3{font-family:var(--font-serif);color:var(--text-heading);margin-bottom:1rem;font-size:1.5rem}.step-card p{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.founder-split{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.founder-image-wrapper{border-radius:24px;height:600px;position:relative;overflow:hidden}.founder-image-wrapper img{object-fit:cover;width:100%;height:100%}.founder-content p.founder-quote{font-family:var(--font-serif);color:var(--text-white);margin-bottom:2rem;font-size:1.5rem;font-style:italic;line-height:1.6}.founder-content p.founder-text{color:var(--lilac-mist);font-size:1.1rem;line-height:1.7}.founder-signature h4{font-family:var(--font-serif);color:var(--text-white);margin-bottom:.25rem;font-size:1.2rem}.founder-signature p{color:var(--amethyst);letter-spacing:.05em;text-transform:uppercase;font-size:.9rem}.parallax-philosophy{background:var(--charcoal);height:150vh;position:relative}.sticky-wrapper{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.parallax-bg{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.parallax-overlay{background:var(--imperial-purple);z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.parallax-content{z-index:3;text-align:center;width:100%;position:relative;max-width:1000px!important}.parallax-headline{font-family:var(--font-serif);color:var(--text-white);text-shadow:0 10px 40px #00000080;margin-bottom:2rem;font-size:5rem;font-weight:500;line-height:1.1}.parallax-subtext{color:var(--amethyst);letter-spacing:.2em;text-transform:uppercase;font-size:1.25rem;font-weight:600}.footer{border-top:none;padding:5rem 0 2rem;background:var(--bg-dark-section)!important}.footer-grid{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer .brand-name{font-family:var(--font-serif);letter-spacing:.05em;font-size:1.5rem;color:var(--text-white)!important}.footer .brand-sub{letter-spacing:.2em;text-transform:uppercase;margin-top:2px;font-size:.6rem;color:var(--gold)!important}.footer-tagline{color:#ffffff80;margin-top:1rem;font-size:.95rem}.footer-brand{margin-bottom:0}.footer h4,.footer-col h4{letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem;font-weight:700;color:#ffffff59!important;font-size:.8rem!important}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links li a,.footer-links li{font-size:.95rem;transition:color .2s;color:#ffffff8c!important}.footer-links li a:hover{color:var(--gold)!important}.footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-copyright{color:#fff6;font-size:.9rem}.footer-developer{text-align:right;color:#fff6;font-size:.85rem;line-height:1.6}.dev-name{color:var(--gold);letter-spacing:.05em;font-weight:600}.dev-contact{color:var(--amethyst);font-weight:600;text-decoration:none;transition:color .3s}.dev-contact:hover{color:var(--gold)}@media (width<=1024px){.hero-editorial-container{grid-template-columns:1fr}.hero-headline{font-size:3.5rem}.hero-visual{height:400px;margin-top:2rem}.section-title-large{font-size:3rem}.split-layout,.about-split{grid-template-columns:1fr;gap:3rem}.value-grid,.courses-grid-home{grid-template-columns:repeat(2,1fr)}.why-grid,.testimonials-grid,.stand-for-grid{grid-template-columns:1fr}.who-its-for-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.course-learn ul{grid-template-columns:1fr}.course-detail-card,.founder-card{padding:3rem}.about-headline{font-size:3.5rem}.founder-split{grid-template-columns:1fr;gap:3rem}.founder-image-wrapper{height:400px}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border-light);clip-path:circle(0% at 100% 0);background:#fffffff2;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .4s ease-out;position:absolute;top:calc(100% + .5rem);left:0;right:0;box-shadow:0 20px 40px #00000014}.nav-links.open{clip-path:circle(150% at 100% 0)}.mobile-menu-btn{display:block}}@media (width<=768px){.container{padding:0 1.5rem}.section-padding{padding:5rem 0}.hero-headline{font-size:2.5rem}.section-title-large{font-size:2.2rem}.about-headline{font-size:2.5rem}.value-grid,.courses-grid-home,.who-its-for-grid,.steps-grid{grid-template-columns:1fr}.cta-headline{font-size:2rem}.cta-box{padding:3rem 2rem}.hero-actions-multi{flex-direction:column;width:100%}.btn-editorial,.btn-outline-editorial{justify-content:center;width:100%}.nav-capsule{border-radius:16px}.floating-wa{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.course-header h2{font-size:2.5rem}.contact-form-premium{padding:2rem}.row{grid-template-columns:1fr}.about-text-side .section-title-large{font-size:2.2rem}.founder-image-wrapper{height:300px}.footer{padding:3rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.footer-developer{text-align:center}.about-dots{display:none}}
