/* =========================================================
   ANTALYA TURLARI — GLOBAL INNER PAGE CTA
   Tek merkez / kısa / responsive
   ========================================================= */

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

.ks27gcta{
    width:100%;
    padding:40px 20px 46px;
    background:#f4f8fb;
    font-family:inherit;
}

.ks27gcta__shell{
    position:relative;
    isolation:isolate;
    width:min(1180px,100%);
    min-height:132px;
    margin:0 auto;
    padding:26px 34px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
    overflow:hidden;
    border-radius:18px;
    background:
        linear-gradient(90deg,#083a60 0%,#073455 47%,#032645 100%);
    box-shadow:0 14px 32px rgba(7,40,67,.10);
}

.ks27gcta__shell::before,
.ks27gcta__shell::after{
    content:"";
    position:absolute;
    z-index:-1;
    width:210px;
    height:210px;
    border:1px solid rgba(40,211,229,.08);
    border-radius:50%;
    right:62px;
    top:50%;
    transform:translateY(-50%);
}

.ks27gcta__shell::after{
    width:150px;
    height:150px;
    right:92px;
    border-color:rgba(40,211,229,.06);
}

.ks27gcta__content{
    min-width:0;
}

.ks27gcta__eyebrow{
    display:block;
    margin:0 0 8px;
    color:#2bd7e7;
    font-size:10px;
    line-height:1;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.ks27gcta h2{
    margin:0;
    color:#fff;
    font-size:clamp(24px,2vw,31px);
    line-height:1.08;
    font-weight:900;
    letter-spacing:-.035em;
}

.ks27gcta p{
    margin:7px 0 0;
    color:rgba(255,255,255,.76);
    font-size:11px;
    line-height:1.4;
    font-weight:500;
}

.ks27gcta__button{
    position:relative;
    z-index:2;
    flex:0 0 auto;
    min-width:150px;
    min-height:48px;
    padding:0 19px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:12px;
    background:#ff654f;
    box-shadow:0 10px 22px rgba(255,101,79,.20);
    color:#fff;
    font-size:13px;
    line-height:1;
    font-weight:850;
    text-decoration:none;
    white-space:nowrap;
    transition:transform .18s ease,background .18s ease;
}

.ks27gcta__button:hover{
    transform:translateY(-1px);
    background:#f45a44;
}

.ks27gcta__button b{
    font-size:18px;
    line-height:1;
}

/* Eski dağınık CTA blokları artık kullanılmaz. */
.ks27-tours-common-cta,
.ks27-cp-common-cta,
.contact-common-cta,
.ks27-blog-detail-common-cta,
.ks27-routes-common-cta,
.ks27-blog-common-cta,
.tour-detail-common-cta,
.route-detail-common-cta,
.atg-content-section > .site-common-cta,
.ks27-hotels__cta{
    display:none !important;
}

@media (max-width:767px){
    .ks27gcta{
        padding:24px 14px 28px;
    }

    .ks27gcta__shell{
        min-height:0;
        padding:20px;
        display:grid;
        grid-template-columns:1fr;
        gap:16px;
        border-radius:15px;
    }

    .ks27gcta__shell::before{
        right:-75px;
    }

    .ks27gcta__shell::after{
        right:-42px;
    }

    .ks27gcta__eyebrow{
        margin-bottom:7px;
        font-size:8.5px;
    }

    .ks27gcta h2{
        font-size:21px;
    }

    .ks27gcta p{
        max-width:92%;
        font-size:10.5px;
    }

    .ks27gcta__button{
        width:100%;
        min-height:44px;
        min-width:0;
        font-size:12px;
    }
}

@media (max-width:380px){
    .ks27gcta__shell{
        padding:18px 16px;
    }

    .ks27gcta h2{
        font-size:19px;
    }
}
