.hero-section{box-sizing:border-box;background:linear-gradient(#f7f9fc 60%,#fff 100%);align-items:center;height:100dvh;padding-top:5rem;display:flex;position:relative;overflow-x:clip}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;padding:0 40px;display:grid}.hero-left{flex-direction:column;justify-content:center;display:flex}.hero-title{color:#1e293b;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#64748b;margin-bottom:2.5rem;font-size:1.125rem;font-weight:500;line-height:1.6}.hero-buttons{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-right{height:560px;position:relative}.hero-right:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#635bff2e 0%,#635bff1a 25%,#635bff0a 55%,#0000 75%);width:160%;height:140%;position:absolute;top:50%;left:50%;transform:translate(-40%,-50%)}.hero-person{z-index:1;position:absolute;bottom:0;left:-10px}.hero-person-img{width:380px;height:auto;display:block;-webkit-mask-image:linear-gradient(#000 91%,#0000 100%);mask-image:linear-gradient(#000 91%,#0000 100%)}.hero-card{z-index:3;transform-origin:100% 100%;border-radius:8px;animation:6s ease-in-out infinite hero-card-float;position:absolute;bottom:32px;right:-24px;overflow:hidden;transform:scale(.713)rotate(1.5deg);box-shadow:0 1px 2px #0000000a,0 4px 12px #0000000f,0 16px 40px #00000021,0 32px 64px #00000012}@keyframes hero-card-float{0%,to{transform:scale(.713)rotate(1.5deg)translateY(0)}50%{transform:scale(.713)rotate(1.5deg)translateY(-10px)}}.hero-section .cta-button-lg{white-space:nowrap;gap:.26rem;padding:.5rem 1.04rem .5rem 1.17rem;font-size:1.17rem}.hero-section .cta-button-lg .svg-container{width:13px;height:13px;top:1px}@media (max-width:1100px){.hero-person-img{width:320px}.hero-card{top:280px}}@media (max-width:900px){.hero-container{grid-template-columns:1fr;gap:2rem}.hero-right{order:-1;height:420px;overflow:visible}.hero-person-img{width:270px}.hero-card{top:auto;bottom:20px;right:12px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .cta-button{justify-content:center}}@media (max-width:640px){.hero-container{padding:0 16px}.hero-right{height:360px}.hero-person-img{width:220px}}
