.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:var(--header-height);overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.blob{position:absolute;width:800px;height:800px;border-radius:50%;filter:blur(120px);opacity:.25;animation:float 25s infinite alternate}.blob-1{background:var(--accent-primary);top:-200px;right:-100px}.blob-2{background:var(--accent-secondary);bottom:-200px;left:-100px;animation-delay:-8s}.hero:after{content:"";position:absolute;top:20%;right:15%;width:400px;height:400px;background:var(--accent-gold);border-radius:50%;filter:blur(150px);opacity:.1;pointer-events:none}@keyframes float{0%{transform:translate(0) scale(1) rotate(0deg)}33%{transform:translate(50px,-80px) scale(1.1) rotate(5deg)}66%{transform:translate(-40px,40px) scale(.9) rotate(-5deg)}to{transform:translate(0) scale(1) rotate(0deg)}}.hero-container{position:relative;z-index:10}.hero-content{max-width:900px}.hero-title{font-size:5.5rem;font-weight:800;line-height:1.05;letter-spacing:-.05em;margin-bottom:2rem;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1)}.hero-description{font-size:1.4rem;color:var(--text-muted);margin-bottom:3.5rem;max-width:700px;line-height:1.6;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) .15s backwards}.hero-actions{display:flex;gap:2rem;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) .3s backwards}.btn-primary{padding:1.2rem 3.5rem;border-radius:100px;font-size:1.1rem;font-weight:700;color:#000;background:var(--gold-gradient);box-shadow:0 4px 20px rgba(255,215,0,.3);transition:var(--transition-smooth)}.btn-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 30px rgba(255,215,0,.5)}.btn-secondary{padding:1.2rem 3.5rem;border-radius:100px;font-size:1.1rem;font-weight:700;color:var(--text-main);border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:hsla(0,0%,100%,.08);border-color:var(--accent-gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{width:100%;text-align:center}}.pillars{padding:100px 0;position:relative}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:3rem;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.pillar-card{padding:3.5rem 2.5rem;border-radius:32px;display:flex;flex-direction:column;align-items:flex-start;transition:var(--transition-smooth);cursor:default;background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.pillar-card:hover{transform:translateY(-12px);border-color:var(--accent-gold);background:hsla(0,0%,100%,.06);box-shadow:var(--glass-shadow),var(--glass-glow)}.pillar-icon{font-size:3rem;margin-bottom:2rem;filter:drop-shadow(0 0 10px var(--accent-gold-glow))}.pillar-type{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);margin-bottom:.75rem}.pillar-title{font-size:1.8rem;font-weight:700;letter-spacing:-.03em;margin-bottom:1.25rem;color:#fff}.pillar-description{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.pipeline-section{padding:100px 0;background:var(--bg-secondary)}.pipeline-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.pipeline-content p{color:var(--text-muted);font-size:1.15rem;line-height:1.8;margin-top:1.5rem}.pipeline-visual{height:300px;display:flex;justify-content:center;align-items:center;border-radius:32px;position:relative;overflow:hidden}.pipeline-tag{font-family:Inter,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:.2em;color:var(--accent-secondary);text-transform:uppercase}@media (max-width:1024px){.pipeline-grid{grid-template-columns:1fr;gap:2rem;text-align:center}}@media (max-width:768px){.pillars{padding:60px 0}.section-title{font-size:2.25rem}.pillar-card{padding:2rem 1.5rem}}.product-spotlight{padding:100px 0}.spotlight-card{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;padding:4rem;border-radius:40px;align-items:center}.product-badge{display:inline-block;padding:.5rem 1.25rem;background:var(--gold-gradient);color:#000;border-radius:100px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(255,215,0,.2)}.product-title{font-size:3.5rem;margin-bottom:.5rem}.product-tagline{font-size:1.25rem;color:var(--accent-gold);font-weight:700;margin-bottom:1.5rem;letter-spacing:-.01em}.product-description{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}.product-features{margin-bottom:2.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.product-features li{font-size:.95rem;display:flex;align-items:center;gap:.5rem}.product-features li:before{content:"✓";color:var(--accent-primary);font-weight:800}.product-actions{display:flex;gap:1rem}.spotlight-visual{position:relative;height:100%;min-height:400px}.visual-placeholder{width:100%;height:100%;border-radius:24px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;position:relative;overflow:hidden}.visual-orb{position:absolute;width:200px;height:200px;background:var(--accent-gradient);filter:blur(60px);opacity:.3;animation:pulse 4s infinite alternate}@keyframes pulse{0%{transform:scale(1);opacity:.2}to{transform:scale(1.5);opacity:.4}}@media (max-width:1024px){.spotlight-card{grid-template-columns:1fr;padding:3rem 2rem;gap:3rem}.product-title{font-size:2.5rem}.product-features{grid-template-columns:1fr}}@media (max-width:768px){.product-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.spotlight-visual{min-height:300px}}