.landing .pe-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 28px 80px;display:flex;position:relative;overflow:hidden}.landing .pe-hero:after{content:"";pointer-events:none;background:radial-gradient(#00d4aa0f 0%,#0000 65%);width:700px;height:500px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.landing .pe-badge{z-index:1;animation:landingFadeSlideIn .6s .1s var(--l-ease)both;background:#00d4aa0a;border:1px solid #00d4aa40;align-items:center;gap:10px;margin-bottom:40px;padding:8px 20px;display:inline-flex;position:relative}.landing .pe-badge-dot{background:#00d4aa;border-radius:50%;width:6px;height:6px;animation:2s infinite landingDotPulse}.landing .pe-badge span{text-transform:uppercase;letter-spacing:3px;color:#00d4aa;font-size:9px;font-weight:600}.landing .pe-hero h1{text-transform:uppercase;letter-spacing:-2px;color:var(--l-white);z-index:1;animation:landingHeroIn 1s var(--l-ease)both;font-family:Anton,sans-serif;font-size:clamp(48px,10vw,110px);line-height:.9;position:relative}.landing .pe-accent{color:#00d4aa;text-shadow:0 0 80px #00d4aa4d,0 0 160px #00d4aa1a}.landing .pe-hero-sub{text-transform:uppercase;letter-spacing:4px;color:#00d4aa;z-index:1;animation:landingFadeSlideIn .8s .4s var(--l-ease)both;margin-top:28px;font-size:13px;font-weight:600;position:relative}.landing .pe-hero-desc{max-width:560px;color:var(--l-text-m);z-index:1;animation:landingFadeSlideIn .8s .55s var(--l-ease)both;margin-top:20px;font-size:14px;line-height:1.8;position:relative}.landing .pe-explainer{max-width:700px;margin:48px auto 0}.landing .pe-explainer-text{color:var(--l-text-m);margin-bottom:16px;font-size:15px;line-height:1.9}.landing .pe-explainer-text strong{color:var(--l-white)}.landing .pe-targets{background:#00d4aa14;grid-template-columns:repeat(5,1fr);gap:1px;max-width:1000px;margin:48px auto 0;display:grid}.landing .pe-target{background:var(--l-surface);text-align:center;padding:32px 20px;transition:background .3s;position:relative}.landing .pe-target:after{content:"";height:2px;transition:transform .3s var(--l-ease);background:#00d4aa;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.landing .pe-target:hover{background:var(--l-surface-2)}.landing .pe-target:hover:after{transform:scaleX(1)}.landing .pe-target h3{text-transform:uppercase;letter-spacing:1.5px;color:var(--l-white);margin-bottom:8px;font-family:Anton,sans-serif;font-size:15px}.landing .pe-target p{color:var(--l-text-m);font-size:12px;line-height:1.7}.landing .pe-styles{background:var(--l-border);grid-template-columns:repeat(3,1fr);gap:2px;max-width:900px;margin:48px auto 0;display:grid}.landing .pe-style{background:var(--l-surface);text-align:center;padding:40px 32px;transition:background .3s}.landing .pe-style:hover{background:var(--l-surface-2)}.landing .pe-style-num{color:#00d4aa4d;letter-spacing:2px;margin-bottom:16px;font-family:Anton,sans-serif;font-size:11px}.landing .pe-style h3{text-transform:uppercase;letter-spacing:1.5px;color:var(--l-white);margin-bottom:12px;font-family:Anton,sans-serif;font-size:18px}.landing .pe-style p{color:var(--l-text-m);font-size:12px;line-height:1.8}.landing .pe-final-cta{text-align:center;padding:100px 24px;position:relative;overflow:hidden}.landing .pe-final-cta:before{content:"";pointer-events:none;background:radial-gradient(#00d4aa0d 0%,#0000 70%);width:600px;height:300px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.landing .pe-final-cta h2{text-transform:uppercase;letter-spacing:2px;color:var(--l-white);margin-bottom:16px;font-family:Anton,sans-serif;font-size:clamp(28px,5vw,48px);position:relative}.landing .pe-final-cta p{color:var(--l-text-m);max-width:480px;margin:0 auto 40px;font-size:14px;line-height:1.7;position:relative}.landing .pe-cta-primary{color:#0e0e0e;text-transform:uppercase;letter-spacing:3px;background:#00d4aa;justify-content:center;align-items:center;padding:14px 40px;font-size:11px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.landing .pe-cta-primary:hover{background:#33e0be;transform:translateY(-1px)}@media (max-width:900px){.landing .pe-targets{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.landing .pe-targets,.landing .pe-styles{grid-template-columns:1fr}}
