.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{font-size:2.8rem;font-weight:900;line-height:1.25;margin-bottom:var(--spacing-md)}.hero-content h1 .highlight{color:var(--primary-color)}.hero-text{color:var(--text-dark-400);font-size:1.15rem;font-weight:500;line-height:1.9;margin-bottom:var(--spacing-lg)}.hero-image{display:flex;flex:1;justify-content:center}.hero-image img{height:auto;max-width:480px;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-content h1{font-size:1.65rem}.hero-text{font-size:.95rem}.hero-image img{max-width:300px}}