.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#9a7dff1f 0%,#0000 65%);background:radial-gradient(lab(59.5355% 42.1977 -73.5976/.12) 0%,#0000 65%);width:800px;height:600px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.hero-background{z-index:-1;background:radial-gradient(circle,#111 0%,#050505 100%);position:absolute;inset:0}.hero-blob-1{background:var(--primary);filter:blur(150px);opacity:.15;width:400px;height:400px;animation:20s infinite alternate hero-float;position:absolute;top:10%;left:20%}.hero-blob-2{background:var(--secondary);filter:blur(150px);opacity:.15;width:450px;height:450px;animation:25s infinite alternate-reverse hero-float;position:absolute;bottom:10%;right:20%}@keyframes hero-float{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-container{text-align:center;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.hero-eyebrow{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.hero-eyebrow-line{background:#ffffff26;flex:1;height:1px}.hero-eyebrow-text{letter-spacing:.18em;color:var(--muted);white-space:nowrap;font-family:Geist,sans-serif;font-size:1rem;font-weight:500}.hero-word-cycle{perspective:600px;display:inline-block;position:relative}.hero-title-serif{font-family:Georgia,Times New Roman,serif;font-style:italic;display:inline-block}.hero-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-family:Geist,sans-serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:500;line-height:1.1}.hero-description{color:var(--muted);max-width:600px;margin:0 auto 3rem;font-family:Geist,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.6}.hero-actions{justify-content:center;gap:1.5rem;display:flex}.hero-btn-primary,.hero-btn-secondary{color:#fff;z-index:0;background:#ffffff0d;border:none;border-radius:12px;padding:1.5rem 3rem;font-size:1.2rem;font-weight:600;transition:background .3s,transform .25s;position:relative}.hero-btn-primary:before{content:"";background-image:linear-gradient(90deg, var(--color--primary-1), var(--color--primary-2) 35%, var(--color--primary-3) 70%, var(--color--primary-4));z-index:-1;border-radius:13px;position:absolute;inset:-.5px}.hero-btn-primary:after{content:"";z-index:-1;background:#0f1117;border-radius:11px;position:absolute;inset:1px}.hero-btn-secondary{border:1px solid #ffffff1f}.hero-btn-primary:hover,.hero-btn-secondary:hover{background:#ffffff15;transform:translateY(-3px)}.hero-btn-primary:active,.hero-btn-secondary:active{transform:translateY(0)}.hero-tagline{color:var(--muted);letter-spacing:.01em;margin-top:2rem;font-size:.9rem}@media (max-width:768px){.hero{min-height:auto;padding-top:100px;padding-bottom:60px}.hero-container{padding:0 1.5rem;overflow:hidden}.hero-content{text-align:center;align-items:center;width:100%}.hero-description{max-width:100%;padding:0 .5rem}.hero-eyebrow{justify-content:center;overflow:hidden}.hero-eyebrow-text{letter-spacing:.12em;font-size:.7rem}.hero-title{word-break:keep-all;font-size:clamp(2rem,9vw,3rem)}.hero-description{font-size:.95rem}.hero-actions{flex-direction:column;width:100%}.hero-btn-primary,.hero-btn-secondary{text-align:center;justify-content:center;width:100%}}
