@keyframes sh-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(3deg)}}@keyframes sh-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes sh-fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes sh-text-reveal{0%{opacity:0;transform:translateY(40px) scale(.97);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.sh-hero{padding:180px 0 120px;position:relative;background-color:var(--clr-theme-primary);text-align:center;overflow:hidden}.sh-hero::before{content:"";top:-40%;left:50%;transform:translateX(-50%);width:140%;height:140%;background:radial-gradient(ellipse at 50% 20%,rgba(255,255,255,.18)0,transparent 55%),radial-gradient(ellipse at 20% 60%,rgba(255,255,255,.06)0,transparent 40%),radial-gradient(ellipse at 80% 60%,rgba(255,255,255,.06)0,transparent 40%)}.sh-hero-deco,.sh-hero::after,.sh-hero::before{position:absolute;pointer-events:none;z-index:0}.sh-hero::after{content:"";inset:0;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:80px 80px}.sh-hero-deco{border-radius:50%}.sh-hero-deco--1{width:500px;height:500px;top:-120px;right:-100px;border:1px solid rgba(0,0,0,.08);animation:sh-float 8s ease-in-out infinite}.sh-hero-deco--2{width:300px;height:300px;bottom:-80px;left:-60px;border:1px solid rgba(0,0,0,.06);animation:sh-float 10s ease-in-out infinite reverse}.sh-hero-deco--3{width:120px;height:120px;top:30%;left:8%;background:radial-gradient(circle,rgba(0,0,0,.06)0,transparent 70%);animation:sh-pulse 4s ease-in-out infinite}.sh-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}.sh-hero p,.sh-hero-tag{font-family:"Outfit",sans-serif}.sh-hero h1 span,.sh-hero-tag{position:relative;display:inline-block}.sh-hero-tag{padding:8px 20px;background:rgba(0,0,0,.1);border:1px solid rgb(10 10 10);color:#0a0a0a;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:28px;animation:sh-fade-up .6s ease-out both;overflow:hidden}.sh-btn-primary::before,.sh-hero-tag::before{content:"";position:absolute;opacity:0;transition:opacity .3s}.sh-hero-tag::before{inset:-1px;border-radius:50px;background:linear-gradient(135deg,rgba(0,0,0,.1),transparent 50%,rgba(0,0,0,.05));z-index:-1}.sh-btn-primary:hover::before,.sh-hero-tag:hover::before{opacity:1}.sh-hero h1{font-family:"Unbounded",sans-serif;font-size:3.8rem;font-weight:800;color:#0a0a0a;line-height:1.15;margin-bottom:24px;letter-spacing:-.02em;animation:sh-text-reveal .8s .15s cubic-bezier(.22,1,.36,1) both}.sh-hero h1 span{background:#0a0a0a;color:#fff;padding:0 12px;border-radius:6px}.sh-hero p{font-size:1.15rem;line-height:1.75;color:rgba(10,10,10,.7);margin-bottom:40px;max-width:720px;margin-left:auto;margin-right:auto;animation:sh-text-reveal .8s .3s cubic-bezier(.22,1,.36,1) both}.sh-hero-actions{display:flex;align-items:center;justify-content:center;gap:16px;animation:sh-fade-up .6s .45s ease-out both}.sh-btn-outline,.sh-btn-primary{padding:16px 36px;border-radius:12px;font-family:"Outfit",sans-serif;font-weight:600;font-size:1rem;text-decoration:none}.sh-btn-primary{background:#0a0a0a;color:#fff;transition:all .35s cubic-bezier(.22,1,.36,1);display:inline-flex;align-items:center;gap:8px;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15)}.sh-btn-primary::before{inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent)}.sh-btn-primary:hover{background:#1a1a1a;transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.25)}.sh-btn-outline{background:0 0;color:#0a0a0a;border:1.5px solid rgba(0,0,0,.25);transition:all .3s ease}.sh-btn-outline:hover{background:rgba(0,0,0,.08);border-color:rgba(0,0,0,.4)}.sh-hero-trust{margin-top:56px;display:flex;align-items:center;justify-content:center;gap:32px;animation:sh-fade-up .6s .55s ease-out both}.sh-hero-trust-item{display:flex;align-items:center;gap:10px;padding:10px 20px;background:rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.12);border-radius:10px;color:#0a0a0a;font-family:"Outfit",sans-serif;font-size:.9rem;font-weight:500;transition:all .3s ease}.sh-hero-trust-item:hover{background:rgba(0,0,0,.12);border-color:rgba(0,0,0,.2);transform:translateY(-2px)}.sh-hero-trust-item i{color:#0a0a0a;font-size:1rem}@media (max-width:991px){.sh-hero h1{font-size:3rem}.sh-hero-deco--1{width:350px;height:350px}.sh-hero-deco--2{width:200px;height:200px}}@media (max-width:767px){.sh-hero{padding:130px 20px 60px}.sh-hero h1{font-size:2.2rem}.sh-hero p{font-size:1rem}.sh-hero-actions{flex-direction:column}.sh-btn-outline,.sh-btn-primary{width:100%;justify-content:center}.sh-hero-trust{flex-direction:column;gap:12px;margin-top:40px}.sh-hero-trust-item{width:100%;justify-content:center}.sh-hero-deco--3{display:none}}@media (max-width:480px){.sh-hero h1{font-size:1.8rem}.sh-hero{padding:100px 15px 40px}.sh-hero-tag{font-size:.7rem;padding:6px 14px}}