.hero{background-color:var(--light-bg);min-height:80vh;padding:var(--spacing-2xl) 0}.hero,.hero .container{align-items:center;display:flex}.hero .container{gap:var(--spacing-xl);justify-content:space-between}.hero-content{flex:1;max-width:590px}.hero-content h1{flex:none;flex-grow:0;margin-bottom:var(--spacing-md);max-width:620px;order:0}.hero-content h1 .highlight{color:var(--primary-color)}.hero-text{color:var(--text-dark-400);font-size:18px;font-style:normal;font-weight:500;line-height:34px;margin-bottom:var(--spacing-lg)}.hero-image{display:flex;flex:1;justify-content:center}.hero-image img{height:auto;max-width:620px;width:100%}@media (max-width:1024px){.hero{padding:var(--spacing-xl) 0}.hero-content h1{font-size:2.4rem}.hero-text{font-size:1.05rem}}@media (max-width:900px){.hero .container{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-image img{max-width:380px}}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-text{font-size:1rem}.hero{min-height:auto}}@media (max-width:480px){.hero-image img{max-width:300px}}