.hero-content{scrollbar-width:none;-ms-overflow-style:none}.hero-content::-webkit-scrollbar{display:none}.hero-description,.hero-title{font-family:var(--font-sans)}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:180px;padding-bottom:var(--space-20);background:var(--background);color:var(--text-primary);min-height:75vh;position:relative}.hero-container{max-width:1280px;margin:0 auto;padding:0 var(--space-6);z-index:1;animation:fadeInUp .6s ease-out}.hero-title{font-size:clamp(48px,8vw,80px);line-height:1.05;font-weight:700;letter-spacing:-.03em;margin:0 auto var(--space-5);margin-bottom:var(--space-6);max-width:700px;z-index:2}.hero-description{font-size:20px;color:var(--text-secondary);max-width:550px;margin:0 auto var(--space-8);line-height:1.6;max-width:800px}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-4);text-align:center}.hero-image{margin-top:var(--space-12);animation:fadeInUp .8s ease-out .2s both;perspective:1200px}.hero-mockup{width:100%;margin:4rem auto 0}.hero-image-container{position:relative}.hero-image-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(transparent,var(--background));pointer-events:none;z-index:1;border-radius:0 0 24px 24px}[data-theme=dark]{.hero,.hero-title,.section-title{color:var(--text-primary)}.hero-description,.section-subtitle{color:var(--text-secondary)}}@media (max-width:768px){.hero{padding:var(--space-10) var(--space-4) var(--space-16);min-height:70vh}.hero-title{font-size:clamp(36px,8vw,48px);line-height:1.2;margin-bottom:var(--space-4)}.hero-actions{flex-direction:column;gap:var(--space-4)}.hero-image{margin-top:var(--space-8)}.hero-image-container:after{border-radius:0 0 20px 20px}.section{padding:3rem 0}}@media (max-width:480px){.hero{padding:var(--space-8) var(--space-2) var(--space-6)}.hero-title{font-size:clamp(28px,8vw,36px)}.hero-description{font-size:16px}.hero-container{padding:var(--space-2)}.hero-image-container:after{border-radius:0 0 16px 16px}}.section{padding:var(--space-16) 0}.section-header{display:flex;flex-direction:column;align-items:center;text-align:center!important;margin-bottom:var(--space-12)}.section-title{font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:var(--space-4);width:100%;text-align:center!important}.section-subtitle{font-size:18px;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6;text-align:center}.stella-powers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}@media (min-width:1024px){.stella-powers-grid{grid-template-columns:repeat(3,1fr)}.stella-power-card:first-child{grid-column:1/2}.stella-power-card:nth-child(2){grid-column:2/4}.stella-power-card:nth-child(3){grid-column:1/2}.stella-power-card:nth-child(4){grid-column:2/3}.stella-power-card:nth-child(5){grid-column:3/4}}@media (max-width:768px){.stella-powers-grid{grid-template-columns:1fr;gap:1rem}}.stella-power-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;position:relative;transition:all .3s ease;min-height:240px;display:flex;flex-direction:column}.stella-power-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.3);border-color:rgba(255,255,255,.2)}.power-number{left:1.5rem;background:rgba(255,255,255,.1);color:rgba(255,255,255,.7);width:40px;height:40px;border-radius:8px;font-size:.9rem;font-weight:600;font-family:SF Mono,monospace}.power-icon,.power-number{position:absolute;top:1.5rem;display:flex;align-items:center;justify-content:center}.power-icon{right:1.5rem;background:white;color:#1a1a1a;width:48px;height:48px;border-radius:12px;font-size:20px}.stella-power-card h3{color:white!important;font-size:1.5rem!important;font-weight:700!important;margin:4rem 0 .75rem!important;line-height:1.3!important}.power-tagline{color:rgba(255,255,255,.9)!important;font-size:1rem!important;font-weight:600!important;margin-bottom:.75rem!important}.stella-power-card p{color:rgba(255,255,255,.7)!important;font-size:.95rem!important;line-height:1.6!important;margin:auto 0 0!important}@media (max-width:768px){.stella-power-card{padding:1.5rem;min-height:200px}.power-number{top:1rem;left:1rem;width:32px;height:32px;font-size:.8rem}.power-icon{top:1rem;right:1rem;width:40px;height:40px;font-size:18px}.stella-power-card h3{margin:3rem 0 .5rem!important;font-size:1.25rem!important}}.cta-section{background:linear-gradient(135deg,var(--surface) 0,var(--background) 100%);border:none;border-radius:var(--radius-xl);margin:var(--space-16) auto;max-width:calc(1280px - var(--space-8))}.cta-content{text-align:center;max-width:800px;margin:0 auto;padding:var(--space-16) var(--space-8);display:flex;flex-direction:column;align-items:center;justify-content:center}.cta-title{font-size:clamp(32px,5vw,48px);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-6)}.cta-description{font-size:18px;color:var(--text-secondary);margin-bottom:var(--space-8);line-height:1.6}.cta-buttons{display:flex;gap:var(--space-4);justify-content:center;align-items:center;margin-bottom:var(--space-8);flex-wrap:wrap}.cta-tagline{font-size:16px;font-weight:500;margin-top:var(--space-6);opacity:.9;text-align:center;max-width:400px}.cta-tagline,[data-theme=dark] .cta-tagline{color:var(--text-secondary)}@media (max-width:1320px){.cta-section{margin-left:var(--space-4);margin-right:var(--space-4);max-width:none}}.hero-subtitle{margin-top:var(--space-6);color:var(--text-secondary)}