/* ==========================================================
   CTA Band — Dönüşüm Odaklı Tasarım
   ========================================================== */

.cta-band {
    background: linear-gradient(135deg, #0e2233 0%, #0a1a2e 60%, #0c2840 100%);
    position: relative;
    overflow: hidden;
    padding: 56px 0;
}

/* Arka plan dekoratif daireler */
.cta-band::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 150, 166, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.cta-band::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 10%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 150, 166, 0.10) 0%, transparent 70%);
    pointer-events: none;
}

/* İç düzen */
.cta-band__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1;
}

/* ---- Sol taraf ---- */
.cta-band__left {
    flex: 1;
    min-width: 0;
}

/* Lokasyon rozeti */
.cta-band__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(14, 150, 166, 0.18);
    border: 1px solid rgba(14, 150, 166, 0.35);
    color: #5dd6e6;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

.cta-band__badge i {
    font-size: 11px;
}

/* Ana başlık */
.cta-band__title {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
    margin: 0 0 14px !important;
    letter-spacing: -0.5px !important;
    border: none !important;
    padding: 0 !important;
}

.cta-band__title::after,
.cta-band__title::before {
    display: none !important;
}

.cta-band__title em {
    font-style: normal;
    color: #4dd0e1;
    position: relative;
}

/* Açıklama */
.cta-band__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
    margin: 0 0 22px;
    max-width: 460px;
}

/* Güven rozetleri */
.cta-band__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 18px;
}

.cta-band__trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.cta-band__trust i {
    color: #4dd0e1;
    font-size: 14px;
}

/* Google yıldızları */
.cta-band__stars {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cta-band__stars-icons {
    display: flex;
    gap: 3px;
}

.cta-band__stars-icons i {
    color: #ffc107;
    font-size: 14px;
}

.cta-band__stars-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

.cta-band__stars-text strong {
    color: #fff;
    font-weight: 600;
}

/* ---- Sağ taraf — telefon kutusu ---- */
.cta-band__right {
    flex-shrink: 0;
}

.cta-band__phone-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 28px 32px;
    text-align: center;
    min-width: 260px;
    backdrop-filter: blur(8px);
}

.cta-band__phone-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.cta-band__phone-number {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.5px;
    margin-bottom: 22px;
    transition: color 0.2s;
}

.cta-band__phone-number:hover {
    color: #4dd0e1;
    text-decoration: none;
}

.cta-band__phone-number i {
    color: #4dd0e1;
    margin-right: 4px;
    font-size: 20px;
}

/* Butonlar */
.cta-band__btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cta-band__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.cta-band__btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.cta-band__btn--call {
    background: var(--theme-color-1);
    color: #fff;
    box-shadow: 0 4px 16px rgba(14, 150, 166, 0.4);
}

.cta-band__btn--call:hover {
    box-shadow: 0 8px 24px rgba(14, 150, 166, 0.55);
    color: #fff;
}

.cta-band__btn--wa {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

.cta-band__btn--wa:hover {
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
    color: #fff;
}

/* ---- Tablet ---- */
@media (max-width: 991px) {
    .cta-band {
        padding: 48px 0;
    }

    .cta-band__inner {
        gap: 32px;
    }

    .cta-band__title {
        font-size: 28px !important;
    }

    .cta-band__phone-box {
        padding: 22px 24px;
        min-width: 220px;
    }

    .cta-band__phone-number {
        font-size: 22px;
    }
}

/* ---- Mobil ---- */
@media (max-width: 767px) {
    .cta-band {
        padding: 40px 0;
    }

    .cta-band__inner {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .cta-band__badge {
        margin: 0 auto 14px;
    }

    .cta-band__title {
        font-size: 26px !important;
    }

    .cta-band__desc {
        max-width: 100%;
        font-size: 14px;
    }

    .cta-band__trust {
        justify-content: center;
    }

    .cta-band__stars {
        justify-content: center;
    }

    .cta-band__right {
        width: 100%;
    }

    .cta-band__phone-box {
        padding: 22px 20px;
        min-width: auto;
    }

    .cta-band__btns {
        flex-direction: row;
    }

    .cta-band__btn {
        flex: 1;
        padding: 13px 16px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .cta-band__btns {
        flex-direction: column;
    }

    .cta-band__phone-number {
        font-size: 20px;
    }
}

/* Hareketi azalt tercihi */
@media (prefers-reduced-motion: reduce) {
    .cta-band__btn {
        transition: none;
    }
    .cta-band__btn:hover {
        transform: none;
    }
}
