.section-hero{position:relative;min-height:100vh;display:flex;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 0}@media(max-width: 767px){.section-hero{padding:40px 0}}.section-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.section-hero .container{position:relative;z-index:2}.section-hero .hero-content{max-width:700px}.section-hero .hero-content h1{color:#fff;margin-bottom:24px;font-size:64px;line-height:110%}@media(max-width: 767px){.section-hero .hero-content h1{font-size:36px;margin-bottom:16px}}.section-hero .hero-content p{color:#fff;margin-bottom:32px;font-size:18px;line-height:150%}@media(max-width: 767px){.section-hero .hero-content p{font-size:16px;margin-bottom:24px}}.section-products{padding:80px 0}@media(max-width: 767px){.section-products{padding:40px 0}}.section-products{background-color:#c1b7df}.section-products .products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}@media(max-width: 767px){.section-products .products-header{flex-direction:column;gap:20px;align-items:flex-start}}.section-products .products-header h2{margin:0;color:#480077}.section-products .products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}@media(min-width: 768px)and (max-width: 1024px){.section-products .products-grid{grid-template-columns:repeat(2, 1fr);gap:20px}}@media(max-width: 767px){.section-products .products-grid{grid-template-columns:1fr;gap:16px}}