.hero-premium{background:#050a08;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-premium:before{content:"";z-index:0;background:radial-gradient(80% 60% at 50% 0,rgba(54,168,83,.18) 0%,transparent 70%),radial-gradient(50% 50% at 80% 20%,rgba(54,168,83,.08) 0%,transparent 60%),radial-gradient(40% 40% at 20% 80%,rgba(54,168,83,.06) 0%,transparent 60%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-dot-grid{z-index:0;background-image:radial-gradient(1px,rgba(54,168,83,.15) 1px,transparent 1px);background-size:40px 40px;animation:20s ease-in-out infinite dotGridDrift;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 40%,transparent 100%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 40%,transparent 100%)}@keyframes dotGridDrift{0%,to{transform:translate(0)}50%{transform:translate(10px,10px)}}.hero-orb{pointer-events:none;z-index:0;filter:blur(60px);border-radius:50%;position:absolute}.hero-orb-1{background:radial-gradient(circle,rgba(54,168,83,.2) 0%,transparent 70%);width:500px;height:500px;animation:12s ease-in-out infinite orbFloat1;top:-15%;left:10%}.hero-orb-2{background:radial-gradient(circle,rgba(54,168,83,.12) 0%,transparent 70%);width:350px;height:350px;animation:15s ease-in-out infinite orbFloat2;bottom:5%;right:5%}.hero-orb-3{background:radial-gradient(circle,rgba(54,168,83,.1) 0%,transparent 70%);width:200px;height:200px;animation:10s ease-in-out infinite orbFloat3;top:50%;left:60%}@keyframes orbFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,20px)scale(1.05)}66%{transform:translate(-20px,10px)scale(.95)}}@keyframes orbFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-25px,-15px)scale(1.08)}66%{transform:translate(15px,-25px)scale(.96)}}@keyframes orbFloat3{0%,to{transform:translate(0)}50%{transform:translate(-30px,20px)}}.hero-particles{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.hero-particle{background:rgba(54,168,83,.5);border-radius:50%;width:3px;height:3px;animation:linear infinite particleRise;position:absolute}.hero-particle:first-child{width:2px;height:2px;animation-duration:14s;animation-delay:0s;left:10%}.hero-particle:nth-child(2){opacity:.4;width:4px;height:4px;animation-duration:18s;animation-delay:-3s;left:20%}.hero-particle:nth-child(3){width:2px;height:2px;animation-duration:12s;animation-delay:-6s;left:35%}.hero-particle:nth-child(4){opacity:.6;width:3px;height:3px;animation-duration:16s;animation-delay:-2s;left:50%}.hero-particle:nth-child(5){width:2px;height:2px;animation-duration:20s;animation-delay:-8s;left:65%}.hero-particle:nth-child(6){opacity:.3;width:4px;height:4px;animation-duration:13s;animation-delay:-4s;left:75%}.hero-particle:nth-child(7){width:2px;height:2px;animation-duration:17s;animation-delay:-1s;left:88%}.hero-particle:nth-child(8){opacity:.5;width:3px;height:3px;animation-duration:15s;animation-delay:-10s;left:5%}.hero-particle:nth-child(9){width:2px;height:2px;animation-duration:19s;animation-delay:-5s;left:42%}.hero-particle:nth-child(10){opacity:.4;width:3px;height:3px;animation-duration:11s;animation-delay:-7s;left:92%}@keyframes particleRise{0%{opacity:0;transform:translateY(100vh)translate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-20vh)translate(30px)}}.hero-premium-content{z-index:10;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:900px;margin:0 auto;padding:6rem 1.5rem 4rem;display:flex;position:relative}.hero-badge{-webkit-backdrop-filter:blur(12px);background:rgba(54,168,83,.08);border:1px solid rgba(54,168,83,.2);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem .375rem .5rem;display:inline-flex}.hero-badge-dot{background:#36a853;border-radius:50%;width:8px;height:8px;position:relative}.hero-badge-dot:after{content:"";background:rgba(54,168,83,.4);border-radius:50%;animation:2s ease-in-out infinite badgePulse;position:absolute;top:-3px;bottom:-3px;left:-3px;right:-3px}@keyframes badgePulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:0;transform:scale(1.8)}}.hero-heading{color:#fff;margin-bottom:1.5rem;font-family:DM Serif Display,Georgia,serif;font-size:max(2.5rem,min(6vw,4.5rem));font-weight:400;line-height:1.1}.hero-heading-gradient{background:linear-gradient(135deg,#36a853 0%,#5ee67d 40%,#36a853 80%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.hero-typing-cursor{animation:1s step-end infinite cursorBlink}@keyframes cursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{color:rgba(255,255,255,.6);max-width:640px;margin-bottom:2.5rem;line-height:1.7}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero-cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#36a853 0%,#2d8f47 100%);border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;transition:transform .2s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 30px rgba(54,168,83,.3),0 0 60px rgba(54,168,83,.1)}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 0 40px rgba(54,168,83,.5),0 0 80px rgba(54,168,83,.2)}.hero-cta-primary:before{content:"";background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%) 0 0/200% 100%;animation:3s ease-in-out infinite shimmerBtn;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes shimmerBtn{0%{background-position:200% 0}to{background-position:-200% 0}}.hero-cta-secondary{color:rgba(255,255,255,.85);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:1px solid rgba(255,255,255,.12);border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:500;transition:all .3s;display:inline-flex}.hero-cta-secondary:hover{color:#fff;background:rgba(54,168,83,.08);border-color:rgba(54,168,83,.4);transform:translateY(-2px)}.hero-trust{flex-direction:column;align-items:center;gap:1.25rem;margin-top:4rem;display:flex}.hero-trust-line{background:linear-gradient(90deg,transparent,rgba(54,168,83,.4),transparent);width:60px;height:1px}.hero-trust-label{letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.35);font-size:.75rem;font-weight:500}.hero-trust-logos{opacity:.4;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.hero-trust-logo{color:rgba(255,255,255,.5);letter-spacing:.08em;white-space:nowrap;font-size:.875rem;font-weight:600}.hero-scroll-indicator{z-index:10;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-mouse{border:2px solid rgba(255,255,255,.15);border-radius:12px;width:24px;height:38px;position:relative}.hero-scroll-dot{background:rgba(54,168,83,.7);border-radius:3px;width:3px;height:8px;animation:2s ease-in-out infinite scrollDot;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollDot{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.3;transform:translate(-50%)translateY(12px)}}.hero-scroll-text{letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.2);font-size:.625rem}.hero-bottom-glow{z-index:10;background:linear-gradient(90deg,transparent,rgba(54,168,83,.3),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.hero-bottom-glow:after{content:"";pointer-events:none;background:linear-gradient(transparent 0%,#050a08 100%);height:80px;position:absolute;bottom:0;left:0;right:0}@media (max-width:640px){.hero-premium-content{padding:5rem 1rem 3rem}.hero-trust-logos{gap:1.5rem}.hero-scroll-indicator{bottom:1.5rem}.hero-orb-1{width:300px;height:300px}.hero-orb-2{width:200px;height:200px}}
