.hero-slider{position:relative;min-height:610px;padding:0;overflow:hidden}.hero-slides{min-height:610px}.hero-slide{position:absolute;inset:0;display:grid;align-items:center;visibility:hidden;opacity:0;transform:translate(24px);transition:opacity .55s ease,transform .55s ease,visibility .55s}.hero-slide.active{position:relative;visibility:visible;opacity:1;transform:translate(0)}.hero-slider .hero-grid{min-height:610px;padding-top:58px;padding-bottom:70px}.hero-copy h1{font:800 clamp(42px,5vw,70px)/1.02 Manrope;margin:20px 0}.hero-price{margin-top:22px;color:var(--green);font:800 28px Manrope}.hero-visual{height:470px;overflow:hidden;display:grid;place-items:center;border-radius:48% 48% 16px 16px;background:var(--green);box-shadow:0 24px 60px #124b3b2e}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-visual>span{color:var(--lime);font:800 90px Manrope}.hero-controls{position:absolute;right:0;bottom:24px;left:0;z-index:3;display:flex;align-items:center;justify-content:center;gap:14px}.hero-arrow,.hero-dot{border:0;cursor:pointer}.hero-arrow{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--green);font-size:18px}.hero-dots{display:flex;gap:7px}.hero-dot{width:8px;height:8px;padding:0;border-radius:20px;background:#aeb9b2;transition:width .25s,background .25s}.hero-dot.active{width:28px;background:var(--green)}@media(max-width:850px){.hero-slider,.hero-slides,.hero-slider .hero-grid{min-height:760px}.hero-slider .hero-grid{gap:30px;padding-top:42px;padding-bottom:78px}.hero-visual{height:330px;border-radius:16px}}@media(max-width:560px){.hero-slider,.hero-slides,.hero-slider .hero-grid{min-height:680px}.hero-copy h1{font-size:40px}.hero-copy .trust{display:none}.hero-visual{display:grid;height:250px}}@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}
