/* Home slider and fixed WhatsApp button */
.aykut-hero{position:relative;height:min(720px,calc(100svh - 100px));min-height:560px;overflow:hidden;background:#303746;color:#fff}
.aykut-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .75s ease,visibility .75s ease;z-index:1}
.aykut-slide.is-active{opacity:1;visibility:visible;z-index:2}
.aykut-slide__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%}
.aykut-slide:nth-child(2) .aykut-slide__image{object-position:center 42%}
.aykut-slide:nth-child(3) .aykut-slide__image{object-position:center 48%}
.aykut-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,39,51,.96) 0%,rgba(35,39,51,.89) 29%,rgba(35,39,51,.53) 58%,rgba(35,39,51,.18) 100%)}
.aykut-slide__inner{position:relative;z-index:1;display:flex;align-items:center;height:100%;max-width:1200px;margin:auto;padding:55px 24px 92px}
.aykut-slide__copy{max-width:680px}
.aykut-slide__kicker{display:inline-flex;align-items:center;gap:12px;color:#ff9e6e;text-transform:uppercase;letter-spacing:.19em;font-size:13px;font-weight:700;margin-bottom:18px}
.aykut-slide__kicker:before{content:"";display:block;width:32px;height:2px;background:#ff671f}
.aykut-slide h1,.aykut-slide h2{font-family:"DM Sans",sans-serif;font-size:clamp(42px,5.1vw,76px);font-weight:700;line-height:1.08;letter-spacing:-.035em;color:#fff;margin:0 0 21px}
.aykut-slide p{font-size:clamp(16px,1.4vw,19px);line-height:1.7;max-width:570px;color:#e8e9ee;margin:0 0 31px}
.aykut-slide__actions{display:flex;gap:13px;flex-wrap:wrap}
.aykut-slide__btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 27px;background:#ff671f;color:#fff;border:1px solid #ff671f;font-size:15px;font-weight:700;transition:.2s ease}
.aykut-slide__btn:hover{background:#e65311;border-color:#e65311;color:#fff;transform:translateY(-2px)}
.aykut-slide__btn--outline{background:transparent;border-color:#fff9}
.aykut-slide__btn--outline:hover{background:#fff;color:#303746;border-color:#fff}
.aykut-hero__controls{position:absolute;z-index:5;bottom:28px;left:50%;transform:translateX(-50%);width:min(1152px,calc(100% - 48px));display:flex;align-items:center;justify-content:space-between;pointer-events:none}
.aykut-hero__dots,.aykut-hero__arrows{display:flex;gap:10px;pointer-events:auto;align-items:center}
.aykut-hero__dot{height:5px;width:31px;border:0;padding:0;background:#fff7;cursor:pointer;transition:width .25s,background .25s}
.aykut-hero__dot.is-active{width:53px;background:#ff671f}
.aykut-hero__arrow{width:44px;height:44px;border:1px solid #ffffff8c;background:#27303a55;color:#fff;font-size:26px;line-height:1;cursor:pointer;transition:.2s}
.aykut-hero__arrow:hover{background:#ff671f;border-color:#ff671f}
.aykut-whatsapp{position:fixed;right:24px;bottom:24px;width:62px;height:62px;z-index:100000;display:grid;place-items:center;border-radius:50%;background:#fff;padding:4px;box-shadow:0 8px 25px #1115;transition:transform .2s,box-shadow .2s}
.aykut-whatsapp img{display:block;width:100%;height:100%}.aykut-whatsapp:hover{transform:translateY(-4px);box-shadow:0 12px 29px #1116}
.aykut-whatsapp:focus-visible,.aykut-hero button:focus-visible,.aykut-slide__btn:focus-visible{outline:3px solid #ff671f;outline-offset:4px}
@media(max-width:768px){.aykut-hero{height:620px;min-height:570px}.aykut-slide:after{background:linear-gradient(90deg,rgba(35,39,51,.92),rgba(35,39,51,.63))}.aykut-slide__inner{padding:60px 22px 108px}.aykut-slide h1,.aykut-slide h2{font-size:clamp(37px,8vw,58px)}.aykut-slide p{font-size:16px}.aykut-whatsapp{right:16px;bottom:16px;width:56px;height:56px}}
@media(max-width:480px){.aykut-hero{height:590px;min-height:550px}.aykut-slide__kicker{font-size:11px}.aykut-slide__btn{min-height:49px;padding:0 18px}.aykut-hero__controls{bottom:19px}.aykut-hero__arrow{width:38px;height:38px;font-size:22px}}
@media(prefers-reduced-motion:reduce){.aykut-slide,.aykut-whatsapp,.aykut-hero__dot,.aykut-hero__arrow{transition:none}}
