.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%}}
