/* =========================================================
   ANTALYA TURLARI — MASTER İÇ SAYFA HERO / FINAL
   Tüm public iç sayfalar tek kaynaktan aynı ölçüde çalışır.
   Hakkımızda / Turlar / VIP / Oteller / Rotalar / Blog /
   İletişim / Video / Galeri
   ========================================================= */

.ks27ph,
.ks27ph *{
    box-sizing:border-box;
}

.ks27ph{
    --ks27ph-accent:#27d4e8;
    --ks27ph-coral:#ff654f;
    --ks27ph-shell:1360px;

    position:relative;
    isolation:isolate;
    width:100%;
    height:355px;
    min-height:355px;
    max-height:355px;
    overflow:hidden;
    background:#052640;
    color:#fff;
    font-family:inherit;
}

.ks27ph__media,
.ks27ph__shade{
    position:absolute;
    inset:0;
}

.ks27ph__media{
    z-index:-3;
}

.ks27ph__media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}

.ks27ph__shade{
    z-index:-2;
    background:
        linear-gradient(90deg,
            rgba(2,24,42,.96) 0%,
            rgba(3,31,53,.90) 34%,
            rgba(4,42,65,.58) 66%,
            rgba(2,25,43,.22) 100%
        ),
        linear-gradient(180deg,rgba(1,20,36,.12),rgba(1,22,38,.45));
}

.ks27ph__shell{
    width:min(calc(100% - 48px),var(--ks27ph-shell));
    height:355px;
    min-height:355px;
    margin:0 auto;
    padding:26px 0 24px;

    display:grid;
    grid-template-columns:minmax(0,1fr) 430px;
    grid-template-rows:28px 1fr;
    column-gap:36px;
    align-items:center;
}

.ks27ph__breadcrumb{
    grid-column:1 / -1;
    align-self:start;

    display:flex;
    align-items:center;
    gap:9px;
    min-width:0;
    height:28px;
    margin:0;

    color:rgba(255,255,255,.72);
    font-size:11.5px;
    line-height:28px;
    font-weight:650;
    white-space:nowrap;
}

.ks27ph__breadcrumb a{
    color:var(--ks27ph-accent);
    text-decoration:none;
}

.ks27ph__breadcrumb strong{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#fff;
    font-weight:750;
}

.ks27ph__content{
    grid-column:1;
    grid-row:2;
    align-self:center;
    min-width:0;
    max-width:880px;
}

.ks27ph__eyebrow{
    display:flex;
    align-items:center;
    gap:10px;
    height:16px;
    margin:0 0 10px;

    color:var(--ks27ph-accent);
    font-size:11px;
    line-height:16px;
    font-weight:850;
    letter-spacing:.12em;
    text-transform:uppercase;
    white-space:nowrap;
    overflow:hidden;
}

.ks27ph__eyebrow i{
    width:24px;
    height:2px;
    flex:0 0 24px;
    border-radius:99px;
    background:var(--ks27ph-accent);
}

.ks27ph h1{
    display:block;
    width:100%;
    max-width:880px;
    height:50px;
    min-height:50px;
    margin:0;

    color:#fff;
    font-size:clamp(34px,2.35vw,42px);
    line-height:50px;
    font-weight:760;
    letter-spacing:-.03em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
    text-shadow:0 3px 18px rgba(0,0,0,.18);
}

.ks27ph__description{
    display:-webkit-box;
    width:100%;
    max-width:760px;
    height:40px;
    min-height:40px;
    margin:8px 0 0;

    color:rgba(255,255,255,.88);
    font-size:14px;
    line-height:20px;
    font-weight:500;
    letter-spacing:-.008em;

    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.ks27ph__actions{
    display:flex;
    align-items:center;
    gap:11px;
    height:44px;
    margin-top:16px;
}

.ks27ph__button{
    height:44px;
    min-height:44px;
    padding:0 18px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    border:1px solid transparent;
    border-radius:12px;
    text-decoration:none;
    font-size:13px;
    line-height:1;
    font-weight:800;
    white-space:nowrap;

    transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.ks27ph__button:hover{
    transform:translateY(-1px);
}

.ks27ph__button b{
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    border-radius:50%;
    font-size:16px;
    line-height:1;
}

.ks27ph__button--primary{
    min-width:154px;
    background:linear-gradient(135deg,#ff725c,#ff5946);
    color:#fff;
    box-shadow:0 10px 26px rgba(255,92,70,.24);
}

.ks27ph__button--primary b{
    background:rgba(255,255,255,.20);
}

.ks27ph__button--secondary{
    min-width:148px;
    border-color:rgba(255,255,255,.48);
    background:rgba(3,28,48,.32);
    color:#fff;
    backdrop-filter:blur(6px);
}

.ks27ph__button--secondary b{
    border:1px solid rgba(255,255,255,.34);
}

.ks27ph__benefits{
    grid-column:2;
    grid-row:2;
    align-self:center;

    width:430px;
    height:88px;
    min-height:88px;
    padding:13px 15px;

    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:repeat(2,1fr);
    gap:8px 14px;

    border:1px solid rgba(255,255,255,.16);
    border-radius:16px;
    background:rgba(1,24,43,.46);
    box-shadow:0 16px 34px rgba(0,0,0,.10);
    backdrop-filter:blur(7px);
}

.ks27ph__benefit{
    min-width:0;
    display:flex;
    align-items:center;
    gap:9px;
}

.ks27ph__benefit-icon{
    width:28px;
    height:28px;
    flex:0 0 28px;
    display:grid;
    place-items:center;

    border:1px solid rgba(39,212,232,.42);
    border-radius:9px;
    color:var(--ks27ph-accent);
    font-size:13px;
    font-weight:900;
}

.ks27ph__benefit strong{
    min-width:0;
    color:#fff;
    font-size:10px;
    line-height:1.2;
    font-weight:750;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* =========================================================
   LAPTOP
   ========================================================= */
@media (max-width:1260px){
    .ks27ph,
    .ks27ph__shell{
        height:345px;
        min-height:345px;
        max-height:345px;
    }

    .ks27ph__shell{
        width:min(calc(100% - 40px),1120px);
        grid-template-columns:minmax(0,1fr) 380px;
        column-gap:28px;
    }

    .ks27ph__content{
        max-width:710px;
    }

    .ks27ph h1{
        max-width:710px;
        height:46px;
        min-height:46px;
        font-size:clamp(31px,2.7vw,38px);
        line-height:46px;
    }

    .ks27ph__description{
        max-width:690px;
        font-size:13.5px;
    }

    .ks27ph__benefits{
        width:380px;
    }
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width:900px){
    .ks27ph,
    .ks27ph__shell{
        height:360px;
        min-height:360px;
        max-height:360px;
    }

    .ks27ph__shell{
        width:calc(100% - 40px);
        padding:20px 0 18px;
        display:grid;
        grid-template-columns:1fr;
        grid-template-rows:26px 1fr auto;
        row-gap:0;
    }

    .ks27ph__breadcrumb{
        grid-column:1;
        grid-row:1;
        height:26px;
        line-height:26px;
        font-size:10.5px;
    }

    .ks27ph__content{
        grid-column:1;
        grid-row:2;
        max-width:100%;
        align-self:center;
    }

    .ks27ph__eyebrow{
        margin-bottom:8px;
        font-size:10px;
    }

    .ks27ph h1{
        max-width:100%;
        height:auto;
        min-height:42px;
        font-size:clamp(30px,5.1vw,38px);
        line-height:1.08;
        white-space:normal;
        overflow:visible;
    }

    .ks27ph__description{
        max-width:720px;
        height:38px;
        min-height:38px;
        margin-top:7px;
        font-size:13px;
        line-height:19px;
    }

    .ks27ph__actions{
        height:42px;
        margin-top:13px;
    }

    .ks27ph__button{
        height:42px;
        min-height:42px;
        font-size:12px;
    }

    .ks27ph__benefits{
        grid-column:1;
        grid-row:3;
        width:100%;
        height:58px;
        min-height:58px;
        margin:10px 0 0;
        padding:8px 10px;
        grid-template-columns:repeat(4,minmax(0,1fr));
        grid-template-rows:1fr;
        gap:6px;
    }

    .ks27ph__benefit{
        justify-content:center;
    }

    .ks27ph__benefit-icon{
        width:24px;
        height:24px;
        flex-basis:24px;
        border-radius:7px;
        font-size:11px;
    }

    .ks27ph__benefit strong{
        font-size:8.5px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width:600px){
    .ks27ph,
    .ks27ph__shell{
        height:390px;
        min-height:390px;
        max-height:390px;
    }

    .ks27ph__shade{
        background:
            linear-gradient(90deg,rgba(2,25,43,.95),rgba(2,32,52,.70)),
            linear-gradient(180deg,rgba(2,22,38,.18),rgba(2,25,42,.46));
    }

    .ks27ph__shell{
        width:calc(100% - 28px);
        padding:16px 0 14px;
        grid-template-rows:24px 1fr auto;
    }

    .ks27ph__breadcrumb{
        height:24px;
        gap:7px;
        line-height:24px;
        font-size:9.5px;
    }

    .ks27ph__eyebrow{
        height:14px;
        gap:7px;
        margin-bottom:7px;
        font-size:8.5px;
        line-height:14px;
        letter-spacing:.09em;
    }

    .ks27ph__eyebrow i{
        width:18px;
        flex-basis:18px;
    }

    .ks27ph h1{
        min-height:66px;
        font-size:clamp(27px,7.8vw,32px);
        line-height:1.05;
        font-weight:740;
        letter-spacing:-.025em;
        white-space:normal;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }

    .ks27ph__description{
        height:42px;
        min-height:42px;
        margin-top:6px;
        font-size:12px;
        line-height:18px;
    }

    .ks27ph__actions{
        height:40px;
        gap:8px;
        margin-top:12px;
    }

    .ks27ph__button{
        min-width:0;
        flex:1 1 0;
        height:40px;
        min-height:40px;
        padding:0 10px;
        gap:7px;
        border-radius:10px;
        font-size:10.5px;
    }

    .ks27ph__button b{
        width:20px;
        height:20px;
        font-size:13px;
    }

    .ks27ph__benefits{
        height:74px;
        min-height:74px;
        margin-top:8px;
        padding:8px;
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-template-rows:repeat(2,1fr);
        gap:5px 8px;
        border-radius:12px;
    }

    .ks27ph__benefit{
        justify-content:flex-start;
        gap:6px;
    }

    .ks27ph__benefit-icon{
        width:22px;
        height:22px;
        flex-basis:22px;
        font-size:9px;
    }

    .ks27ph__benefit strong{
        font-size:8px;
    }
}

/* Çok küçük telefon */
@media (max-width:380px){
    .ks27ph,
    .ks27ph__shell{
        height:400px;
        min-height:400px;
        max-height:400px;
    }

    .ks27ph__shell{
        width:calc(100% - 22px);
    }

    .ks27ph h1{
        font-size:26px;
    }

    .ks27ph__description{
        font-size:11.5px;
    }

    .ks27ph__button{
        font-size:10px;
    }
}
