
/* =========================================================
   ANTALYA TURLARI - ORTAK İÇ SAYFA HERO
   Namespace: ks27ph
   Tek kaynak / tüm iç sayfalar
   ========================================================= */

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

.ks27ph{
    --ks27ph-accent:#27d4e8;
    --ks27ph-coral:#ff654f;
    --ks27ph-shell:1180px;
    position:relative;
    isolation:isolate;
    width:100%;
    min-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{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}

.ks27ph__shade{
    z-index:-2;
    background:
        linear-gradient(90deg,rgba(2,24,42,.96) 0%,rgba(3,31,53,.88) 38%,rgba(4,42,65,.52) 67%,rgba(2,25,43,.20) 100%),
        linear-gradient(180deg,rgba(1,20,36,.16),rgba(1,22,38,.48));
}

.ks27ph__shell{
    width:min(calc(100% - 40px),var(--ks27ph-shell));
    min-height:355px;
    margin:0 auto;
    padding:34px 0 26px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto 1fr auto;
    column-gap:26px;
    align-items:center;
}

.ks27ph__breadcrumb{
    grid-column:1 / -1;
    display:flex;
    align-items:center;
    gap:9px;
    min-width:0;
    margin:0 0 16px;
    color:rgba(255,255,255,.72);
    font-size:12px;
    line-height:1;
    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{
    min-width:0;
    align-self:center;
}

.ks27ph__eyebrow{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 10px;
    color:var(--ks27ph-accent);
    font-size:11px;
    line-height:1;
    font-weight:850;
    letter-spacing:.12em;
    text-transform:uppercase;
    white-space:nowrap;
}

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

.ks27ph h1{
    max-width:100%;
    margin:0;
    color:#fff;
    font-size:clamp(31px,3.15vw,50px);
    line-height:1.02;
    font-weight:900;
    letter-spacing:-.045em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
    text-shadow:0 3px 18px rgba(0,0,0,.18);
}

.ks27ph__description{
    max-width:100%;
    margin:12px 0 0;
    color:rgba(255,255,255,.88);
    font-size:14px;
    line-height:1.35;
    font-weight:500;
    letter-spacing:-.012em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
}

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

.ks27ph__button{
    min-height:44px;
    padding:0 18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    border:1px solid transparent;
    border-radius:12px;
    text-decoration:none;
    font-size:13px;
    line-height:1;
    font-weight:850;
    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:178px;
    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:160px;
    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 / 4;
    align-self:end;
    min-width:430px;
    padding:14px 16px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 16px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:16px;
    background:rgba(1,24,43,.42);
    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;
}

/* Large laptop */
@media (max-width:1260px){
    .ks27ph__shell{
        width:min(calc(100% - 36px),1080px);
    }

    .ks27ph__benefits{
        min-width:390px;
    }

    .ks27ph h1{
        font-size:clamp(29px,3.1vw,44px);
    }
}

/* Tablet */
@media (max-width:900px){
    .ks27ph{
        min-height:330px;
    }

    .ks27ph__shell{
        width:min(calc(100% - 30px),760px);
        min-height:330px;
        padding:24px 0 20px;
        display:block;
    }

    .ks27ph__breadcrumb{
        margin-bottom:13px;
        font-size:11px;
    }

    .ks27ph h1{
        font-size:clamp(25px,4.8vw,36px);
    }

    .ks27ph__description{
        font-size:12.5px;
    }

    .ks27ph__benefits{
        min-width:0;
        width:100%;
        margin-top:16px;
        padding:10px 12px;
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:7px;
    }

    .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{
        min-height:292px;
    }

    .ks27ph__media img{
        object-position:center center;
    }

    .ks27ph__shade{
        background:
            linear-gradient(90deg,rgba(2,25,43,.92),rgba(2,32,52,.64)),
            linear-gradient(180deg,rgba(2,22,38,.20),rgba(2,25,42,.45));
    }

    .ks27ph__shell{
        width:calc(100% - 28px);
        min-height:292px;
        padding:18px 0 15px;
    }

    .ks27ph__breadcrumb{
        gap:7px;
        margin-bottom:11px;
        font-size:9.5px;
    }

    .ks27ph__eyebrow{
        gap:7px;
        margin-bottom:8px;
        font-size:8.5px;
        letter-spacing:.095em;
    }

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

    .ks27ph h1{
        font-size:clamp(15px,4.15vw,21px);
        line-height:1.05;
        letter-spacing:-.045em;
    }

    .ks27ph__description{
        margin-top:8px;
        font-size:clamp(8.6px,2.38vw,11px);
        line-height:1.3;
        letter-spacing:-.025em;
    }

    .ks27ph__actions{
        gap:8px;
        margin-top:15px;
    }

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

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

    .ks27ph__benefits{
        margin-top:12px;
        padding:8px 7px;
        grid-template-columns:repeat(4,minmax(0,1fr));
        border-radius:12px;
        gap:4px;
    }

    .ks27ph__benefit{
        gap:4px;
        flex-direction:column;
        text-align:center;
    }

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

    .ks27ph__benefit strong{
        width:100%;
        font-size:6.7px;
        line-height:1.15;
    }
}

/* Very small mobile */
@media (max-width:380px){
    .ks27ph{
        min-height:282px;
    }

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

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

    .ks27ph__description{
        font-size:8.2px;
    }

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