.hero-wrapper{width:100%;height:90vh;padding:1.5rem var(--pd-x);justify-content:center;align-items:center;display:flex}.hero-card{border-radius:1rem;align-items:center;width:100%;height:80vh;min-height:550px;max-height:650px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:-1;background:linear-gradient(90deg,#fffc 35%,#fff0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;flex-direction:column;gap:1.5rem;max-width:55%;padding:0 4rem;display:flex;position:relative}.hero-badge{font-size:var(--fs-5);color:var(--color-primary);width:fit-content;font-weight:400;display:inline-block}.hero-title{font-size:var(--fs-display);color:#111;letter-spacing:-.03em;font-weight:400;line-height:1.1}.hero-description{font-size:var(--fs-4);color:#555;max-width:90%;line-height:1.6}.hero-actions{gap:1rem;margin-top:1rem;display:flex}@media (max-width:1200px){.hero-content{max-width:65%}}@media (max-width:1024px){.hero-wrapper{padding:1rem var(--pd-x)}.hero-content{max-width:70%;padding:0 3rem}.hero-title{font-size:var(--fs-1)}}@media (max-width:768px){.hero-wrapper{padding:1rem}.hero-card{flex-direction:column;height:auto;min-height:70vh;padding:3rem 0}.hero-overlay{background:linear-gradient(#fffffff2 0%,#ffffffd9 50%,#ffffff80 100%)}.hero-content{text-align:center;align-items:center;max-width:100%;padding:0 1.5rem}.hero-title{font-size:var(--fs-2)}.hero-description{font-size:var(--fs-5)}.hero-actions{justify-content:center;width:100%}}
