*{margin:0;padding:0;box-sizing:border-box}:root{--primary-navy: #1a1f5c;--primary-gold: #1a1f5c;--primary-dark: #0f0f48;--primary-darker: #0a0a30;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .7);--bg-primary: var(--gradient-horizontal);--bg-secondary: var(--gradient-horizontal);--bg-card: rgba(255, 255, 255, .08);--bg-elevated: rgba(255, 255, 255, .12);--accent-green: #10b981;--accent-red: #ef4444;--accent-gold-light: rgba(26, 31, 92, .04);--gradient-left: #0a0a28;--gradient-right: #2d3a7f;--gradient-horizontal: linear-gradient(to right, var(--gradient-left) 0%, var(--gradient-right) 100%);--gradient-primary: linear-gradient(135deg, #1a1f5c 0%, #2d3a7f 100%);--gradient-dark: linear-gradient(135deg, #fafbfc 0%, #f7f8fa 100%);--gradient-subtle: linear-gradient(135deg, rgba(26, 31, 92, .02) 0%, rgba(26, 31, 92, .04) 100%);--hero-bg-gradient: linear-gradient(to right, rgba(10, 10, 40, .95) 0%, rgba(45, 58, 127, .85) 100%);--hero-text-color: #ffffff;--hero-text-secondary: rgba(255, 255, 255, .9);--hero-title-gradient: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);--hero-badge-bg: rgba(255, 255, 255, .95);--hero-badge-border: rgba(255, 255, 255, 1);--section-blue-bg: var(--gradient-horizontal);--section-white-bg: var(--gradient-horizontal);--section-title-blue: #ffffff;--section-text-blue: rgba(255, 255, 255, .9);--section-title-white: #ffffff;--section-text-white: rgba(255, 255, 255, .9);--btn-primary-bg: linear-gradient(135deg, #0f0f48, #1a1f5c);--btn-primary-color: #ffffff;--btn-secondary-bg: transparent;--btn-secondary-color: #ffffff;--btn-secondary-border: rgba(255, 255, 255, 1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}nav{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 8%;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;position:fixed;width:100%;top:0;z-index:1000;border-bottom:none;box-shadow:none}.logo-container{display:flex;align-items:center;gap:.8rem}.logo-img{width:45px;height:45px;border-radius:8px;box-shadow:0 4px 15px #d4af374d}.logo{font-size:1.6rem;font-weight:800;-webkit-background-clip:text;background-clip:text}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;transition:width .3s}.nav-links a:hover{color:var(--primary-gold)}.nav-links a:hover:after{width:100%}.cta-button{background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;color:#fff;padding:.75rem 1.8rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s;border:2px solid rgba(255,255,255,1);box-shadow:0 4px 20px #d4af374d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d4af3780}.nav-auth{display:flex;align-items:center;gap:1rem}.nav-account-link{color:var(--text-secondary);font-weight:600;font-size:.9rem;text-decoration:none;transition:color .3s;display:flex;align-items:center;gap:.5rem}.nav-account-link:hover{color:var(--primary-navy)}.nav-logout-btn{background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;color:#fff;padding:.65rem 1.5rem;border-radius:8px;font-weight:600;font-size:.85rem;transition:all .3s;border:2px solid rgba(255,255,255,1);cursor:pointer;box-shadow:0 4px 20px #1a1f5c33}.nav-logout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a1f5c4d}.hero{padding:6rem 8% 4rem;min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(to right,#0a0a28,#2d3a7f);overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.hero-container{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:center;max-width:1600px;width:100%;margin:0 auto}.hero-content{position:relative;z-index:2;text-align:left}.hero-image{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.hero-image img{width:100%;max-width:900px;height:auto;border-radius:20px;filter:drop-shadow(0 0 30px rgba(212,175,55,.7)) drop-shadow(0 0 60px rgba(212,175,55,.5))}@media(max-width:1400px){.hero-container{grid-template-columns:1fr 1.3fr}.hero-image img{max-width:700px}}@media(max-width:1200px){.hero-container{grid-template-columns:1fr 1fr}.hero-image img{max-width:550px}}@media(max-width:992px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center}.hero-image{order:-1}.hero-image img{max-width:450px;width:85%;filter:none}}@media(max-width:576px){.hero-image img{max-width:320px;width:90%;filter:none}}.hero-badge{display:inline-block;background:#fffffff2;border:1px solid rgba(255,255,255,1);color:var(--primary-gold);padding:.5rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-top:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-badge i{color:var(--primary-gold);margin-right:.5rem}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.15;color:#fff}.hero p{font-size:1.2rem;color:#ffffffe6;max-width:100%;margin-bottom:1.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{position:relative;z-index:2;text-align:center;margin-top:2rem}.hero-stats h3{font-size:1.3rem;margin-bottom:2rem;color:#fff}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,1)}.stat-row:last-child{border-bottom:none}.stat-label{color:#ffffffe6;font-size:.9rem}.stat-value{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#fff,#e0e7ff)!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.primary-btn{background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;padding:1.3rem 3rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.2rem;transition:all .3s;border:2px solid #ffffff;cursor:pointer;display:inline-block;box-shadow:0 6px 25px #2563eb66}.hero-newsletter-btn{padding:1.1rem 2rem;background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;border:2px solid #ffffff;border-radius:10px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #2563eb66}.primary-btn:hover{background:linear-gradient(to right,#1d4ed8,#1e40af);border-color:#1e3a8a;transform:translateY(-3px);box-shadow:0 12px 40px #2563eb80}.hero-newsletter-btn:hover{background:linear-gradient(to right,#1d4ed8,#1e40af);border-color:#1e3a8a}.secondary-btn{background:transparent;color:#fff;padding:1.1rem 2.5rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid rgba(255,255,255,1);transition:all .3s;display:inline-block}.secondary-btn:hover{background:var(--primary-gold);color:#fff;border-color:var(--primary-gold);box-shadow:0 6px 25px #d4af374d}.featured-section{padding:6rem 8%;background:var(--bg-primary)}.section-header{text-align:center;margin-bottom:4rem}.section-label{color:var(--primary-gold);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem}.section-title{font-size:2.8rem;font-weight:800;margin-bottom:1rem;color:#fff}.section-subtitle{font-size:1.15rem;color:#ffffffe6;max-width:650px;margin:0 auto;line-height:1.6}.bento-grid{display:flex;flex-direction:column;gap:3rem;background:#fff;padding:3rem;border-radius:20px}.feature-row{display:flex;flex-direction:row;align-items:center;gap:3rem;padding:2rem;border-radius:12px}.feature-row.reverse{flex-direction:row-reverse!important}.feature-image{flex:1;min-width:0}.feature-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 40px #0003;object-fit:cover;max-height:300px}.feature-content{flex:1;min-width:0}.feature-content h3{font-size:2rem;margin-bottom:1.5rem;color:#1a1f5c!important;font-weight:700}.feature-content p{color:#333!important;line-height:1.8;font-size:1.1rem}.bento-card{background:var(--bg-card);border:1px solid rgba(255,255,255,1);border-radius:20px;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.bento-card:hover{transform:translateY(-8px);border-color:#fff;box-shadow:0 20px 50px #d4af3733;background:#1a1f2ecc}.bento-card.large{grid-column:span 2}.bento-icon{font-size:2.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bento-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.bento-card p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.bento-card:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(212,175,55,.15) 0%,transparent 70%);opacity:0;transition:opacity .4s}.bento-card:hover:before{opacity:1}.analysis-section{padding:6rem 8%;background:var(--bg-secondary)}.analysis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.analysis-card{border-radius:16px;overflow:hidden;transition:all .5s;cursor:pointer;position:relative;display:block}.analysis-image{width:100%;height:200px;background-size:cover;background-position:center;position:relative}.analysis-category{position:absolute;top:1rem;left:1rem;background:#0a0e1ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,1);color:var(--primary-gold);padding:.4rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600}.analysis-content{padding:2rem}.analysis-title{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:.8rem;line-height:1.4}.analysis-excerpt{color:var(--text-secondary);line-height:1.6;font-size:.9rem;margin-bottom:1.5rem}.analysis-link{color:var(--primary-gold);text-decoration:none;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}.analysis-link:hover{gap:1rem;color:#f4d076}.community-section{padding:6rem 8%;background:var(--bg-primary)}.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.community-card{background:var(--bg-card);border:1px solid rgba(255,255,255,1);border-radius:20px;padding:3rem;transition:all .3s}.community-card:hover{transform:translateY(-5px);border-color:#fff;box-shadow:0 20px 50px #d4af3733}.community-icon{font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.community-card h3{font-size:1.8rem;margin-bottom:1rem;color:var(--text-primary)}.community-card p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.community-features{list-style:none}.community-features li{padding:.8rem 0;color:var(--text-secondary);display:flex;align-items:center;gap:.8rem;font-size:.95rem}.check-icon{color:var(--accent-green);font-size:1.1rem}.cross-icon{color:var(--accent-red);font-size:1.1rem}.pricing-section{padding:6rem 8%;background:#fff}@keyframes fadeInZoom{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.pricing-cta-container{position:relative;margin:3rem auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0003}.pricing-cta-image{width:100%;height:auto;display:block;min-height:400px;object-fit:cover}.pricing-cta-overlay{position:absolute;bottom:0;left:0;right:0;padding:3rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);display:flex;justify-content:center;align-items:flex-end}.pricing-cta-overlay .hero-newsletter-btn{background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;border:2px solid #ffffff;padding:1.3rem 2.5rem;font-size:1.25rem;font-weight:700;border-radius:12px;transition:all .3s ease;box-shadow:0 10px 30px #2563eb66;opacity:0}.pricing-section.visible .pricing-cta-overlay .hero-newsletter-btn{animation:fadeInZoom .8s ease-out .5s both}.pricing-cta-overlay .hero-newsletter-btn:hover{background:linear-gradient(to right,#1d4ed8,#1e40af);border-color:#1e3a8a;transform:translateY(-3px);box-shadow:0 15px 40px #2563eb80}@media(max-width:768px){.pricing-cta-image{min-height:300px}.pricing-cta-overlay{padding:2rem 1.5rem}.pricing-cta-overlay .hero-newsletter-btn{padding:.8rem 1.5rem;font-size:1rem}}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:3rem auto 0}.pricing-card{background:var(--bg-card);border:1px solid rgba(255,255,255,1);border-radius:20px;padding:3rem;transition:all .3s;position:relative}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #d4af3740}.premium-plan,.free-plan{border:2px solid rgba(255,255,255,1);background:linear-gradient(135deg,#0f0f48,#1a1f5c);box-shadow:0 15px 50px #0f0f4866}.premium-plan *,.free-plan *{color:#fff!important}.premium-plan .check-icon{color:#10b981!important}.free-plan .plan-button.secondary:hover,.premium-plan .plan-button.secondary:hover{background:#ffffff26!important;border-color:#fff!important;color:#fff!important}.popular-badge{position:absolute;top:-15px;right:30px;background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 6px 20px #d4af3766}.plan-header{margin-bottom:2rem;text-align:center}.plan-header h3{font-size:1.6rem;margin-bottom:1rem;color:var(--text-primary)}.price{display:flex;align-items:baseline;justify-content:center;gap:.3rem}.amount{font-size:3.5rem;font-weight:800;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.period{font-size:1.1rem;color:#ffffffe6}.features-list{list-style:none;margin-bottom:2rem}.features-list li{padding:1rem 0;color:var(--text-secondary);line-height:1.6;border-bottom:1px solid rgba(255,255,255,1);display:flex;align-items:flex-start;gap:.8rem;font-size:.95rem}.features-list li:last-child{border-bottom:none}.plan-button{width:100%;padding:1.2rem;border-radius:10px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s}.plan-button.primary{background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;color:#fff;border:2px solid rgba(255,255,255,1);box-shadow:0 6px 25px #d4af374d}.plan-button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 35px #d4af3780}.plan-button.secondary{background:transparent;border:2px solid rgba(255,255,255,1);color:var(--text-primary)}.plan-button.secondary:hover{background:var(--bg-elevated);border-color:var(--primary-gold);color:var(--primary-gold)}.team-section{padding:6rem 8%;background:var(--bg-primary)}.team-container{display:flex;align-items:stretch;gap:4rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.team-photo{flex:0 0 45%;min-width:0;position:relative;overflow:hidden}.team-photo img{position:absolute;top:0;left:0;width:100%;height:90%;object-fit:cover;border-radius:20px}.team-content{flex:1;min-width:0}.team-content h3{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.2}.team-content p{color:var(--text-secondary);line-height:1.8;font-size:1.1rem;margin-bottom:3rem}.team-cta-btn{display:block;background:linear-gradient(135deg,#1a1f5c,#2d3a7f);color:#fff!important;padding:1.2rem 3rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 25px #1a1f5c4d;text-align:center;margin:0 auto;max-width:250px}.team-cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #1a1f5c80;background:linear-gradient(135deg,#2d3a7f,#1a1f5c)}.faq-section{padding:6rem 8%;background:var(--bg-secondary)}.faq-container{max-width:900px;margin:3rem auto 0}.faq-item{background:var(--bg-card);border:1px solid rgba(255,255,255,1);border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s}.faq-item:hover{border-color:#fff}.faq-item.active{border-color:#fff;box-shadow:0 8px 25px #d4af3733}.faq-question{width:100%;background:none;border:none;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--text-primary);font-size:1.05rem;font-weight:600;text-align:left;transition:all .3s}.faq-question:hover{color:var(--primary-gold)}.faq-icon{font-size:1.5rem;color:var(--primary-gold);transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 2rem}.faq-item.active .faq-answer{max-height:500px;padding:0 2rem 2rem}.faq-answer p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-size:.95rem}.faq-answer a{color:var(--primary-gold);text-decoration:underline}.faq-answer a:hover{color:#f4d076}.cta-section{padding:6rem 8%;text-align:center;background:var(--bg-primary)}.cta-section h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem;-webkit-background-clip:text;background-clip:text}.cta-section p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2.5rem}footer{padding:4rem 8% 2rem;background:var(--bg-secondary);border-top:1px solid rgba(255,255,255,1)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-container{display:flex;align-items:center;gap:1rem}.footer-logo-img{width:50px;height:50px;border-radius:10px;box-shadow:0 4px 15px #d4af374d}.footer-logo-text{font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#ffffffe6;line-height:1.6;font-size:.9rem}.footer-social{display:flex;gap:1rem}.social-link{width:38px;height:38px;border-radius:50%;background:var(--bg-card);border:1px solid rgba(255,255,255,1);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);text-decoration:none;transition:all .3s;font-size:1rem}.social-link:hover{background:#fff3!important;border-color:transparent;color:#fff;transform:translateY(-3px);box-shadow:0 6px 25px #fff3}.footer-column h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.8rem;list-style:none}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:all .3s;font-size:.9rem}.footer-links a:hover{color:var(--primary-gold);padding-left:5px}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,1);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.85rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--text-muted);text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--primary-gold)}@media(max-width:1200px){nav{padding:1.2rem 3%}.nav-links{gap:1.2rem}.nav-links a{font-size:.85rem}.nav-auth{gap:.5rem}}@media(max-width:1024px){nav{padding:1.2rem 5%}.hero,.featured-section,.analysis-section,.community-section,.pricing-section,.team-section,.faq-section,.cta-section,footer{padding-left:5%;padding-right:5%}.hero{grid-template-columns:1fr;text-align:center}.hero-content{order:1}.hero-stats{order:2;max-width:500px;margin:0 auto}.hero h1{font-size:3rem}.hero p{margin:0 auto 2.5rem}.hero-buttons{justify-content:center}.bento-grid{gap:2rem}.feature-row,.feature-row.reverse{flex-direction:column!important;gap:2rem;padding:1.5rem 0}.feature-content h3{font-size:1.5rem}.feature-content p{font-size:1rem}.bento-card.large{grid-column:span 1}.analysis-grid{grid-template-columns:repeat(2,1fr)}.community-grid{grid-template-columns:1fr}.team-container{gap:3rem}.team-content h3{font-size:2rem}.team-content p{font-size:1rem}}@media(max-width:1100px){.nav-links{display:none}}@media(max-width:1024px){.hero:before{display:none}}@media(max-width:768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.section-title{font-size:2.2rem}.bento-grid,.analysis-grid,.pricing-grid{grid-template-columns:1fr}.team-container{flex-direction:column;align-items:center;gap:2rem}.team-photo{flex:none;width:100%;position:relative;overflow:visible}.team-photo img{position:relative;width:100%;height:auto}.team-content h3{font-size:1.8rem}.team-content p{font-size:.95rem}.team-cta-btn{width:100%;text-align:center}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-legal{flex-direction:column;gap:1rem}}.hero *{color:#fff!important}.hero .hero-newsletter-input{color:#1a1f5c!important}.hero h1{background:linear-gradient(135deg,#fff,#e0e7ff)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.hero p,.hero .hero-badge,.club-hero .hero-badge,.about-hero .hero-badge,.podcast-hero .hero-badge{color:#ffffffe6!important}.hero-badge{background:#ffffff1f!important;border-color:#fff!important}nav{background:transparent!important;border-bottom:none!important;box-shadow:none!important}nav .logo,nav .nav-links a{color:#fff!important}nav .nav-links a:hover{color:#fffc!important}nav .cta-button{background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;color:#fff!important}nav .cta-button:hover{opacity:.9!important}.hero-stats{background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;border-color:#fff!important;box-shadow:0 15px 50px #0f0f4866!important}.hero-stats h3,.hero-stats .stat-label,.hero-stats .stat-value,.stat-value,.amount{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.hero-stats .stat-row{border-bottom-color:#fff!important}.featured-section,.community-section,.team-section{background:var(--gradient-horizontal)!important}.featured-section *,.community-section *,.team-section *{color:#fff}.featured-section .section-title,.community-section .section-title,.team-section .section-title{color:#fff!important}.featured-section .section-label,.community-section .section-label,.team-section .section-label{color:#ffffffe6}.featured-section .section-subtitle,.community-section .section-subtitle,.team-section .section-subtitle{color:#fffc!important}.team-section .team-content p{color:#ffffffe6!important}.featured-section .bento-card,.community-card,.team-member{background:#ffffff14!important;border-color:#fff!important}.featured-section .bento-card h3,.featured-section .bento-card p,.community-card h3,.community-card p,.community-card li,.team-member h3,.team-member p,.member-bio{color:#fff!important}.featured-section .bento-icon,.community-icon{background:linear-gradient(135deg,#fff,#e0e7ff)!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.team-section .member-role{color:#fffc!important}.analysis-section,.faq-section,.pricing-section{background:var(--gradient-horizontal)!important}.analysis-section *,.faq-section *,.pricing-section *{color:#fff}.analysis-section .section-title,.faq-section .section-title,.pricing-section .section-title{color:#fff!important}.analysis-section .section-subtitle,.faq-section .section-subtitle,.pricing-section .section-subtitle{color:#fffc!important}.analysis-section .section-label,.faq-section .section-label,.pricing-section .section-label{color:#ffffffe6}.analysis-card,.faq-item,.pricing-card{background:#ffffff14!important;border-color:#fff!important}.analysis-card h3,.analysis-card p,.analysis-card .analysis-excerpt,.faq-question,.faq-answer p,.pricing-card h3,.pricing-card p,.pricing-card li,.plan-header h3,.price,.amount,.period{color:#fff!important}.analysis-category{background:#fffffff2!important;color:#1a1f5c!important}.member-role{color:#fff!important}.pricing-card .plan-button.primary{background:#fffffff2!important;color:#1a1f5c!important}.pricing-card .plan-button.secondary{border-color:#fff!important;color:#fff!important}.pricing-card .features-list li{border-bottom-color:#fff!important}.premium-plan,.free-plan{background:#ffffff1f!important;border-color:#fff!important}footer{background:var(--gradient-horizontal)!important;border-top:1px solid rgba(255,255,255,1)!important}footer *{color:#fff!important}footer .footer-logo-text{background:linear-gradient(135deg,#fff,#e0e7ff)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}footer .footer-description,footer .footer-links a,footer .footer-bottom,footer .footer-legal a{color:#fffc!important}footer .footer-links a:hover,footer .footer-legal a:hover{color:#fff!important}footer .social-link{background:#ffffff1a!important;border-color:#fff!important;color:#fffc!important}footer .social-link:hover{background:#fff3!important;color:#fff!important;border-color:#fff!important}footer .footer-column h4{color:#fff!important}footer .footer-bottom{border-top-color:#fff!important}.footer-newsletter-text{color:#fffc!important;font-size:.9rem;margin-bottom:1rem}.footer-newsletter-form{margin-top:1rem}.footer-newsletter-input-wrapper{display:flex;gap:0;position:relative;background:#fffffff2;border-radius:8px;padding:.3rem;transition:all .3s ease}.footer-newsletter-input-wrapper:focus-within{box-shadow:0 0 0 3px #fff3}.footer-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#1a1f5c!important;font-size:1rem;pointer-events:none;z-index:10}.footer-newsletter-input{flex:1;padding:.85rem .85rem .85rem 2.8rem;background:transparent;border:none;font-size:.9rem;color:#0a0d14!important;outline:none}.footer-newsletter-input::placeholder{color:#9ca3af!important}.footer-newsletter-btn{padding:.85rem 1.5rem;background:linear-gradient(135deg,#1a1f5c,#2d3a7f);color:#fff!important;border:none;border-radius:6px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.footer-newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #1a1f5c66}.footer-newsletter-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.footer-newsletter-btn.success{background:#10b981!important}.footer-newsletter-btn.error{background:#ef4444!important}.footer-newsletter-message{margin-top:.75rem;padding:.75rem;border-radius:6px;font-size:.85rem;font-weight:600;text-align:center}.footer-newsletter-message.success{background:#10b98126;color:#10b981!important;border:1px solid rgba(255,255,255,1)}.footer-newsletter-message.error{background:#ef444426;color:#ef4444!important;border:1px solid rgba(255,255,255,1)}@media(max-width:768px){.footer-newsletter-input-wrapper{flex-direction:column;gap:.5rem;padding:.4rem}.footer-input-icon{top:1.95rem;transform:translateY(-50%);left:1rem}.footer-newsletter-input{padding:.85rem .85rem .85rem 2.8rem}.footer-newsletter-btn{width:100%}}.articles-carousel-wrapper{position:relative;max-width:100%;margin:0 auto;padding:0 60px}.articles-carousel{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0 2rem}.articles-carousel::-webkit-scrollbar{display:none}.articles-carousel .analysis-card{min-width:calc((100% - 4rem) / 3);max-width:calc((100% - 4rem) / 3);flex-shrink:0;height:350px}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#0f0f48,#1a1f5c)!important;border:2px solid rgba(255,255,255,1);color:#fff;font-size:1.2rem;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1a1f5c33}.carousel-nav:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #1a1f5c4d}.carousel-nav:active{transform:translateY(-50%) scale(.95)}.carousel-prev{left:0}.carousel-next{right:0}.carousel-nav:disabled{opacity:.3;cursor:not-allowed}.carousel-nav:disabled:hover{transform:translateY(-50%) scale(1)}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-indicator{width:10px;height:10px;border-radius:50%;border:2px solid #ffffff;background:#ffffff4d;cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator.active{background:#fff;transform:scale(1.2);box-shadow:0 0 8px #ffffff80}.carousel-indicator:hover{background:#ffffffb3}@media(max-width:1200px){.articles-carousel .analysis-card{min-width:calc((100% - 2rem)/2);max-width:calc((100% - 2rem)/2)}}@media(max-width:768px){.articles-carousel-wrapper{padding:0 40px}.articles-carousel .analysis-card{min-width:calc(100% + -0rem);max-width:calc(100% + -0rem)}.carousel-nav{width:40px;height:40px;font-size:1rem}}@media(max-width:480px){.articles-carousel-wrapper{padding:0 20px}.articles-carousel .analysis-card{min-width:100%;max-width:100%}.carousel-nav{width:35px;height:35px;font-size:.9rem}.carousel-prev{left:-10px}.carousel-next{right:-10px}}.page-hero{padding:8rem 2rem 6rem;text-align:center;position:relative;overflow:hidden;background:var(--gradient-horizontal)!important}.page-hero:before{content:"";position:absolute;inset:0;background:url(/images/pattern.svg) repeat;opacity:.05}.page-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.page-hero h1{font-size:3rem;font-weight:800;color:var(--hero-text-color);margin-bottom:1.5rem;line-height:1.2}.page-hero p{font-size:1.2rem;color:var(--hero-text-secondary)}.page-hero .hero-badge{background:var(--hero-badge-bg)!important;border:1px solid rgba(255,255,255,1)!important;color:var(--primary-gold)}.page-cta-section{padding:5rem 2rem;background:var(--section-white-bg);text-align:center;position:relative}.page-cta-section h2{font-size:2.5rem;font-weight:800;color:var(--section-title-blue);margin-bottom:1rem}.page-cta-section p{font-size:1.2rem;color:var(--section-text-blue);margin-bottom:2rem}@media(max-width:768px){.page-hero{padding:6rem 1.5rem 4rem}.page-hero h1{font-size:2rem}}
