.hero-section{align-items:center;padding-top:120px;padding-bottom:80px;display:flex;position:relative}.hero-container{grid-template-columns:1fr 1.25fr;align-items:center;gap:48px;display:grid}.hero-content{flex-direction:column;align-items:flex-start;display:flex}.hero-title{letter-spacing:-1.5px;flex-direction:column;margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.15;display:flex}.hero-description{color:var(--text-muted);max-width:540px;margin-bottom:36px;font-size:1.05rem;line-height:1.7}.hero-action{gap:16px;margin-bottom:48px;display:flex}.hero-image-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.image-bg-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#ea580c1f 0%,#ea580c00 70%);border-radius:50%;width:320px;height:320px;position:absolute}.hero-image{object-fit:contain;z-index:1;filter:drop-shadow(0 20px 30px #0000000d);transform-origin:50%;width:100%;max-width:520px;height:auto}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(1deg)}to{transform:translateY(0)rotate(0)}}.animate-float{animation:6s ease-in-out infinite float}@media (max-width:1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:40px}.hero-image-wrapper{order:1}.hero-content{order:2;align-items:center}.hero-title{letter-spacing:-1.2px;margin-bottom:18px;font-size:2.8rem}.hero-image{max-width:420px}.hero-description{margin-left:auto;margin-right:auto}.hero-action{justify-content:center}}@media (max-width:860px){.hero-title{font-size:2.5rem}.hero-action{flex-direction:column;gap:12px;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.hero-action .btn{width:100%}}@media (max-width:480px){.hero-section{padding-top:120px;padding-bottom:50px}.hero-title{letter-spacing:-.8px;font-size:1.8rem}.hero-image{max-width:260px}.hero-description{font-size:.9rem}.hero-action{flex-direction:column;gap:12px;width:100%}}.hero-trust{opacity:0;align-items:center;gap:16px;animation:.8s cubic-bezier(.16,1,.3,1) .4s forwards slideUp;display:flex}.avatar-group{align-items:center;display:flex}.avatar-group img,.avatar-more{border:2.5px solid var(--white);object-fit:cover;border-radius:50%;width:38px;height:38px;margin-left:-12px;box-shadow:0 2px 5px #0000001a}.avatar-group img:first-child{margin-left:0}.avatar-more{background-color:var(--dark);color:var(--white);z-index:1;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.trust-rating{flex-direction:column;gap:4px;display:flex}.stars{align-items:center;gap:2px;display:flex}.trust-text{color:var(--text-muted);font-size:.85rem}.trust-text strong{color:var(--dark);font-weight:800}@media (max-width:1024px){.hero-trust{justify-content:center}}
