.hero-section{background-color:#fff;padding:0}.hero-section__mobile{display:none}.hero-section__desktop{display:block;padding-bottom:16px}.hero-section__desktop .container{max-width:1500px;padding-right:0}.hero-section__content{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"text image";gap:0;min-height:400px;align-items:center;max-width:none;padding-left:60px}.hero-section__text{grid-area:text;display:flex;flex-direction:column;justify-content:center;padding:var(--spacing-lg) 0}.hero-section__image--desktop{grid-area:image;aspect-ratio: 4/3;overflow:hidden;width:100%;max-width:none;position:relative}.hero-section__gallery{position:relative;width:100%;height:100%;overflow:hidden}.hero-section__gallery-track{position:relative;width:100%;height:100%}.hero-section__gallery-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.hero-section__gallery-slide--active{opacity:1}.hero-section__picture{width:100%;height:100%;display:block}.hero-section__img{width:100%;height:100%;object-fit:cover;display:block}.hero-section__gallery-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10}.hero-section__gallery-prev,.hero-section__gallery-next{background:rgba(255,255,255,.9);border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all;transition:all .2s ease;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.15)}.hero-section__gallery-prev:hover,.hero-section__gallery-next:hover{background:#fff;transform:scale(1.1)}.hero-section__gallery-prev{margin-left:16px}.hero-section__gallery-next{margin-right:16px}.hero-section__gallery-indicators{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.hero-section__gallery-indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;transition:all .2s ease}.hero-section__gallery-indicator--active{background:#fff;border-color:#fff}.hero-section__gallery-indicator:hover{border-color:#fff;background:rgba(255,255,255,.5)}.hero-section__subtitle{font-size:1.2rem;color:var(--primary-color);font-weight:600;margin-top:var(--spacing-md);margin-bottom:var(--spacing-sm);text-transform:uppercase;letter-spacing:.5px}.hero-section__title{font-size:3rem;margin-bottom:var(--spacing-xl);color:#333;text-shadow:none;text-align:left;margin:0;margin-right:40px}.hero-section__bullets{list-style:none;padding:25px 0 0 0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-sm);flex-grow:1;justify-content:flex-start}.hero-section__bullet{display:flex;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-sm)}.hero-section__check-icon{color:#fff;flex-shrink:0;width:24px;height:24px;background-color:var(--primary-color);border-radius:6px;display:flex;align-items:center;justify-content:center;padding:4.8px}.hero-section__bullet-text{font-size:1.2rem;line-height:1.5;color:#555;font-weight:400}@media (max-width:1023px){.hero-section__mobile{display:block}.hero-section__desktop{display:none}.hero-section__gallery-wrapper{position:relative;width:100vw;margin-left: calc(-50vw + 50%);aspect-ratio: 3/2;overflow:hidden}.hero-section__image-wrapper{position:relative;width:100%;height:100%}.hero-section__mobile .hero-section__gallery{position:relative;width:100%;height:100%;overflow:hidden}.hero-section__mobile .hero-section__gallery-track{position:relative;width:100%;height:100%}.hero-section__mobile .hero-section__gallery-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.hero-section__mobile .hero-section__gallery-slide--active{opacity:1}.hero-section__mobile .hero-section__gallery-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10}.hero-section__mobile .hero-section__gallery-prev,.hero-section__mobile .hero-section__gallery-next{background:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all;transition:all .2s ease;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.15)}.hero-section__mobile .hero-section__gallery-prev{margin-left:12px}.hero-section__mobile .hero-section__gallery-next{margin-right:12px}.hero-section__mobile .hero-section__gallery-indicators{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:10}.hero-section__mobile .hero-section__gallery-indicator{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;transition:all .2s ease}.hero-section__mobile .hero-section__gallery-indicator--active{background:#fff;border-color:#fff}.hero-section__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.5));padding:var(--spacing-xl) var(--spacing-md) var(--spacing-md)}.hero-section__title{font-size:2.08rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center}.hero-section__bullets-mobile{padding:15px var(--spacing-md)}.hero-section__bullets{gap:var(--spacing-sm);padding:0}.hero-section__bullet{gap:var(--spacing-md);margin-bottom:0}.hero-section__check-icon{width:20px;height:20px;padding:4px;border-radius:5px}.hero-section__bullet-text{font-size:1.1rem}}