/* =========================================================
   ANTALYA TURLARI - ORTAK CTA BİLEŞENİ
   Blog referans alınarak tüm iç sayfalarda kullanılacaktır.
   ========================================================= */

.site-common-cta,
.site-common-cta * {
    box-sizing: border-box;
}

.site-common-cta {
    position: relative;
    isolation: isolate;
    display: flex;
    width: 100%;
    min-height: 250px;
    margin-top: 40px;
    padding: 48px 46px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 157, 47, .24), transparent 30%),
        linear-gradient(135deg, #0d2e44 0%, #07584c 68%, #326746 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(16, 36, 62, .14);
}

.site-common-cta::after {
    position: absolute;
    z-index: -1;
    right: -90px;
    bottom: -130px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
    box-shadow:
        0 0 0 32px rgba(255, 255, 255, .025),
        0 0 0 64px rgba(255, 255, 255, .018);
}

.site-common-cta__content {
    min-width: 0;
    max-width: 720px;
}

.site-common-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #32d7df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.site-common-cta__eyebrow::before {
    width: 25px;
    height: 2px;
    flex: 0 0 auto;
    background: currentColor;
    content: "";
}

.site-common-cta__title {
    max-width: 680px;
    margin: 12px 0 10px;
    color: #fff;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 760;
    line-height: 1.08;
    letter-spacing: -.038em;
    text-wrap: balance;
}

.site-common-cta__text {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.65;
}

.site-common-cta__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.site-common-cta__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform .2s ease,
        border-color .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.site-common-cta__button:hover,
.site-common-cta__button:focus-visible {
    transform: translateY(-2px);
}

.site-common-cta__button--primary {
    background: #0f9480;
    box-shadow: 0 14px 28px rgba(15, 148, 128, .24);
}

.site-common-cta__button--primary:hover,
.site-common-cta__button--primary:focus-visible {
    background: #0b816f;
    box-shadow: 0 18px 34px rgba(15, 148, 128, .30);
}

.site-common-cta__button--secondary {
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .06);
}

.site-common-cta__button--secondary:hover,
.site-common-cta__button--secondary:focus-visible {
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .12);
}

@media (max-width: 980px) {
    .site-common-cta {
        min-height: 0;
        padding: 42px 36px;
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }
}

@media (max-width: 680px) {
    .site-common-cta {
        margin-top: 42px;
        padding: 34px 24px;
        border-radius: 22px;
    }

    .site-common-cta__title {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.1;
    }

    .site-common-cta__actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .site-common-cta__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-common-cta__button {
        transition: none;
    }
}

/* =========================================================
   CTA - FOOTER ORTAK ALT BOSLUK
   Turlar sayfasi referansi: desktop 78px, mobil 58px.
   ========================================================= */

.ks27-tours-common-cta,
.ks27-blog-common-cta,
.contact-common-cta,
.ks27-routes-common-cta,
.ks27-cp-common-cta {
    padding-bottom: 78px !important;
}

.ks27-tours-common-cta .site-common-cta,
.ks27-blog-common-cta .site-common-cta,
.contact-common-cta .site-common-cta,
.ks27-routes-common-cta .site-common-cta,
.ks27-cp-common-cta .site-common-cta {
    margin-bottom: 0;
}

/* Kurumsal sayfadaki mevcut 88px degeri Turlar ile ayni hatta getirilir. */
.ks27-cp-common-cta {
    padding-top: 72px;
}

@media (max-width: 700px) {
    .ks27-blog-common-cta,
    .contact-common-cta,
    .ks27-routes-common-cta,
    .ks27-cp-common-cta {
        padding-bottom: 58px !important;
    }

    .ks27-cp-common-cta {
        padding-top: 52px;
    }
}



/* TURLAR SAYFASI - CTA / FOOTER BOSLUK KESIN DUZELTME */
.ks27-tours-common-cta {
    padding-bottom: 78px !important;
    background: #ffffff;
}

.ks27-tours-common-cta .site-common-cta {
    margin-bottom: 0 !important;
}

@media (max-width: 700px) {
    .ks27-tours-common-cta {
        padding-bottom: 58px !important;
    }
}

/* =========================================================
   TUR VE ROTA DETAY - CTA / FOOTER ORTAK BOSLUK
   ========================================================= */

.tour-detail-common-cta,
.route-detail-common-cta {
    padding-bottom: 78px !important;
}

.tour-detail-common-cta .site-common-cta,
.route-detail-common-cta .site-common-cta {
    margin-bottom: 0 !important;
}

@media (max-width: 700px) {
    .tour-detail-common-cta,
    .route-detail-common-cta {
        padding-bottom: 58px !important;
    }
}

/* =========================================================
   BLOG DETAY - CTA / FOOTER ORTAK BOSLUK
   ========================================================= */

.ks27-blog-detail-common-cta {
    padding-bottom: 78px !important;
}

.ks27-blog-detail-common-cta .site-common-cta {
    margin-bottom: 0 !important;
}

@media (max-width: 700px) {
    .ks27-blog-detail-common-cta {
        padding-bottom: 58px !important;
    }
}

