.btn-ghost,.btn-primary{padding:12px 24px}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:160px 20px 80px;position:relative;overflow:hidden;isolation:isolate}.hero-section:before,.hero-section:after{content:"";position:absolute;border-radius:50%;filter:blur(90px);z-index:-1;will-change:transform}.hero-section:before{width:600px;height:600px;background:radial-gradient(circle,rgba(124,58,237,.18) 0%,transparent 70%);top:-120px;left:-120px;animation:orbFloat1 14s ease-in-out infinite alternate}.hero-section:after{width:500px;height:500px;background:radial-gradient(circle,rgba(6,182,212,.14) 0%,transparent 70%);bottom:-80px;right:-80px;animation:orbFloat2 16s ease-in-out infinite alternate}.hero-orb-mid{position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.06) 0%,transparent 70%);filter:blur(70px);top:40%;left:50%;transform:translate(-50%,-50%);z-index:-1;animation:orbFloat3 18s ease-in-out infinite alternate;pointer-events:none}.hero-orb-br{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.1) 0%,transparent 70%);filter:blur(60px);bottom:15%;left:10%;z-index:-1;animation:orbFloat1 20s ease-in-out infinite alternate-reverse;pointer-events:none}@keyframes orbFloat1{0%{transform:translate(0) scale(1)}33%{transform:translate(120px,-80px) scale(1.12)}66%{transform:translate(-60px,120px) scale(.88)}to{transform:translate(-40px,-40px) scale(1.05)}}@keyframes orbFloat2{0%{transform:translate(0) scale(1)}40%{transform:translate(-100px,60px) scale(1.15)}80%{transform:translate(80px,-100px) scale(.9)}to{transform:translate(30px,30px) scale(1.08)}}@keyframes orbFloat3{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.3)}to{transform:translate(-50%,-50%) scale(.85)}}.hero-content{max-width:900px;position:relative;z-index:1;animation:fadeSlideUp .9s cubic-bezier(.16,1,.3,1) forwards}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#7c3aed1f;color:#c4b5fd;padding:7px 18px;border-radius:40px;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:32px;border:1px solid rgba(124,58,237,.28);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 16px #7c3aed26,inset 0 1px #ffffff14}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#a855f7;box-shadow:0 0 8px #a855f7cc;animation:glowPulse 2s ease-in-out infinite}:root.light-theme .hero-badge{background:#7c3aed12;color:var(--primary);border-color:#7c3aed33}.hero-title{font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1.08;letter-spacing:-2px;margin-bottom:24px;color:var(--text-primary)}.hero-title span{background:linear-gradient(135deg,var(--primary) 0%,#a855f7 45%,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;filter:drop-shadow(0 0 30px rgba(124,58,237,.25))}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);line-height:1.75;margin-bottom:52px;max-width:660px;margin-inline:auto;font-weight:400}.hero-actions{display:flex;gap:16px;justify-content:center}.hero-actions .btn-primary{padding:18px 40px;font-size:1.1rem;box-shadow:0 6px 30px #7c3aed80}.hero-actions .btn-ghost{padding:18px 36px;font-size:1.1rem}.features-section{padding:100px 8%;background:#080c144d;border-top:1px solid rgba(255,255,255,.03);position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:800px;height:1px;background:linear-gradient(90deg,transparent,rgba(124,58,237,.3),transparent);pointer-events:none}:root.light-theme .features-section{background:#7c3aed05;border-top:1px solid rgba(124,58,237,.06)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px;max-width:1180px;margin:0 auto}.feature-card{padding:44px 32px;position:relative;overflow:hidden;animation:fadeSlideUp .7s cubic-bezier(.16,1,.3,1) both}.feature-card:after{content:"";position:absolute;top:-60%;left:-60%;width:60%;height:220%;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.04) 50%,transparent 70%);transform:skew(-15deg) translate(-100%);transition:transform .6s ease;pointer-events:none;z-index:2}.feature-card:hover:after{transform:skew(-15deg) translate(350%)}.feature-card:hover{border-color:transparent;background:var(--surface-hover);box-shadow:var(--shadow-lg),inset 0 0 0 1px #7c3aed40}.feature-icon{width:58px;height:58px;background:linear-gradient(135deg,#7c3aed2e,#06b6d41f);border:1px solid rgba(124,58,237,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 16px #7c3aed26,inset 0 1px #ffffff12;transition:var(--transition-spring);position:relative;z-index:3}.feature-icon svg{width:26px;height:26px;stroke:var(--primary);stroke-width:1.75;filter:drop-shadow(0 0 6px rgba(124,58,237,.4));transition:var(--transition-spring)}:root.light-theme .feature-icon{background:linear-gradient(135deg,#7c3aed1a,#06b6d414);box-shadow:0 4px 16px #7c3aed1a}.feature-card:hover .feature-icon{transform:scale(1.12) rotate(-6deg);box-shadow:0 6px 24px #7c3aed4d,inset 0 1px #ffffff1a}.feature-card:hover .feature-icon svg{filter:drop-shadow(0 0 10px rgba(124,58,237,.6));stroke:#c4b5fd}.feature-card h3{font-size:1.35rem;margin-bottom:14px;color:var(--text-primary);font-weight:700;letter-spacing:-.4px;position:relative;z-index:3}.feature-card p{color:var(--text-secondary);font-size:1rem;line-height:1.72;position:relative;z-index:3}footer{text-align:center;padding:56px 20px;color:var(--text-muted);border-top:1px solid var(--surface-border);background:var(--bg-color);font-size:.9rem}footer p{background:linear-gradient(90deg,var(--text-muted),var(--text-secondary),var(--text-muted));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1024px){.hero-section{padding:120px 20px 60px}.features-section{padding:60px 5%}.features-grid{gap:20px}.feature-card{padding:36px 28px}}@media (max-width: 768px){.hero-section{padding:100px 16px 60px;min-height:auto}.hero-section:before{width:320px;height:320px;filter:blur(60px)}.hero-section:after{width:260px;height:260px;filter:blur(50px)}.hero-title{letter-spacing:-1px}.hero-subtitle{font-size:1.1rem;margin-bottom:36px}.hero-actions{flex-direction:column;padding:0 12px;gap:12px}.hero-actions .btn-primary,.hero-actions .btn-ghost{padding:16px 24px;font-size:1rem;width:100%;text-align:center;justify-content:center}.features-section{padding:48px 5%}.features-grid{grid-template-columns:1fr!important;gap:16px}.feature-card{padding:32px 24px}.feature-card h3{font-size:1.2rem}.feature-card p{font-size:.95rem}footer{padding:40px 16px}}@media (max-width: 480px){.hero-section{padding:80px 12px 40px}.hero-badge{font-size:.78rem;padding:6px 14px}.hero-section:before{width:200px;height:200px;filter:blur(40px)}.hero-section:after{width:180px;height:180px;filter:blur(35px)}.feature-card{padding:28px 20px}.feature-icon{width:50px;height:50px;border-radius:13px}.feature-icon svg{width:22px;height:22px}footer p{font-size:.8rem}}
