:root{--bg-dark:#0a0a0b;--text-main:#f5f5f5;--text-muted:#a1a1aa;--accent:#d4af37;--accent-hover:#b8962e;--glass-bg:hsla(0,0%,100%,.03);--glass-border:hsla(0,0%,100%,.08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-dark);color:var(--text-main);overflow-x:hidden}.logo,h1,h2,h3,h4{font-family:Playfair Display,serif}.italic-serif{font-style:italic;color:var(--accent);font-weight:400}#webgl-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none}.content-overlay{position:relative;z-index:1}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;position:fixed;top:0;width:100%;z-index:100;background:linear-gradient(180deg,rgba(10,10,11,.9),transparent);backdrop-filter:blur(4px)}.logo{font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--text-main)}.nav-actions{display:flex;gap:1rem}.btn{padding:.6rem 1.5rem;border-radius:30px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;font-family:Inter,sans-serif}.btn-primary{background-color:var(--accent);color:#000}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 15px rgba(212,175,55,.3)}.btn-ghost{background:transparent;color:var(--text-main)}.btn-ghost:hover{color:var(--accent)}.btn-secondary{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-main);backdrop-filter:blur(10px)}.btn-secondary:hover{background:hsla(0,0%,100%,.08)}.btn-outline{background:transparent;border:1px solid var(--glass-border);color:var(--text-main)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%;margin-top:1rem;padding:.75rem}.scroll-section{min-height:120vh;display:flex;align-items:center;padding:0 10vw}.section-content{max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;gap:4rem}.text-center{justify-content:center;text-align:center;flex-direction:column}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.reverse-layout{flex-direction:row-reverse}.center-layout{justify-content:center}.text-block{flex:1;max-width:500px}#hero{min-height:100vh;padding-top:8rem}.hero-title{font-size:clamp(3rem,6vw,5.5rem);line-height:1.1;margin-bottom:1.5rem;font-weight:700}.hero-subtitle{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center}.section-title{font-size:clamp(2.5rem,4vw,3.5rem);margin-bottom:1.5rem;line-height:1.1}.section-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.centered-desc{max-width:600px;margin-left:auto;margin-right:auto}.feature-list{list-style:none}.feature-list li{margin-bottom:1rem;font-size:1.05rem;color:var(--text-main);display:flex;align-items:center;gap:.75rem}.feature-list span{color:var(--accent);font-size:.8rem}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.editor-mockup{flex:1;max-width:550px;overflow:hidden}.panel-header{background:hsla(0,0%,100%,.02);border-bottom:1px solid var(--glass-border);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.dots{display:flex;gap:6px}.dots span{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.2)}.dots span:first-child{background:#ff5f56}.dots span:nth-child(2){background:#ffbd2e}.dots span:nth-child(3){background:#27c93f}.panel-title{font-size:.8rem;color:var(--text-muted)}.panel-body{padding:2.5rem;min-height:300px}.editor-title{font-size:2rem;margin-bottom:1.5rem;outline:none}.editor-title:empty:before{content:attr(placeholder);color:var(--text-muted);opacity:.5}.editor-text{font-size:1.1rem;line-height:1.7;color:var(--text-muted);outline:none}.stats-grid{display:flex;gap:2rem;margin-top:2rem}.stat-box{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:700;font-family:Playfair Display,serif;color:var(--accent)}.stat-label{font-size:.9rem;color:var(--text-muted)}.analytics-mockup{flex:1;max-width:500px;padding:2rem}.analytics-header{margin-bottom:2rem}.analytics-header h4{font-family:Inter,sans-serif;font-weight:500;color:var(--text-muted);margin-bottom:.5rem}.stat-big{font-size:3rem;font-weight:700}.stat-change.positive{color:#27c93f;font-size:.9rem;margin-top:.25rem}.chart-mockup{display:flex;align-items:flex-end;gap:12px;height:150px;padding-top:1rem;border-bottom:1px solid var(--glass-border)}.bar{flex:1;background:linear-gradient(to top,rgba(212,175,55,.2),var(--accent));border-radius:4px 4px 0 0;transition:height 1s ease-out}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;margin-top:3rem}.newsletter-card{padding:2rem;text-align:left;transition:transform .3s ease}.newsletter-card:hover{transform:translateY(-10px)}.card-author{gap:1rem;margin-bottom:1.5rem}.avatar,.card-author{display:flex;align-items:center}.avatar{width:48px;height:48px;border-radius:50%;justify-content:center;font-weight:700;color:#000;font-size:1.2rem}.card-author h5{font-family:Inter,sans-serif;font-size:1.1rem;margin-bottom:.2rem}.card-author span{font-size:.8rem;color:var(--text-muted)}.card-excerpt{font-size:.95rem;color:var(--text-muted);line-height:1.5}#cta{min-height:auto;padding-top:5rem;padding-bottom:5rem;flex-direction:column}.cta-content{padding:4rem 2rem;max-width:800px}.registration-form{display:flex;gap:1rem;justify-content:center;margin-top:2rem;max-width:500px;margin-left:auto;margin-right:auto}.registration-form input{flex:1;padding:1rem 1.5rem;border-radius:30px;border:1px solid var(--glass-border);background:hsla(0,0%,100%,.05);color:var(--text-main);font-size:1rem;outline:none}.registration-form input:focus{border-color:var(--accent)}.site-footer{width:100%;max-width:1200px;margin:4rem auto 0;padding-top:2rem;border-top:1px solid var(--glass-border);display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--text-main)}@media (max-width:992px){.section-content{flex-direction:column!important;gap:3rem;text-align:center}.text-block{max-width:100%}.feature-list li,.stats-grid{justify-content:center}.navbar{padding:1.5rem 2rem}.nav-links{display:none}}