/* ============================================================
   CTA — Teklif Al / İletişime Geç Section
   ============================================================ */

/* -------------------------------------------------------
   SECTION WRAPPER
   ------------------------------------------------------- */
.cta {
    position: relative;
    padding: var(--section-py) 0;
    overflow: hidden;
    background-color: #060f1e;
}

/* -------------------------------------------------------
   ARKA PLAN KATMANLARI
   ------------------------------------------------------- */
.cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cta__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.12;
}

.cta__bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(6, 15, 30, 0.97)  0%,
        rgba(11, 95, 190, 0.75) 50%,
        rgba(6, 15, 30, 0.97)  100%
    );
}

/* Dekoratif mesh daireler */
.cta__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.cta__decor-circle {
    position: absolute;
    border-radius: 50%;
}

.cta__decor-circle--1 {
    width: 700px;
    height: 700px;
    top: -300px;
    right: -200px;
    background: radial-gradient(circle, rgba(11, 95, 190, 0.20) 0%, transparent 65%);
}

.cta__decor-circle--2 {
    width: 500px;
    height: 500px;
    bottom: -200px;
    left: -150px;
    background: radial-gradient(circle, rgba(37, 197, 133, 0.15) 0%, transparent 65%);
}

.cta__decor-circle--3 {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
}

/* -------------------------------------------------------
   İÇERİK
   ------------------------------------------------------- */
.cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: var(--space-12);
}

/* -------------------------------------------------------
   SOL — METİN
   ------------------------------------------------------- */
.cta__content {
    max-width: 620px;
}

.cta__badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: rgba(37, 197, 133, 0.15);
    border: 1px solid rgba(37, 197, 133, 0.25);
    color: var(--color-accent);
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    margin-bottom: var(--space-5);
    letter-spacing: 0.03em;
}

.cta__badge-icon {
    font-size: 14px;
}

.cta__title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: var(--fw-extrabold);
    color: var(--color-white);
    line-height: 1.2;
    margin-bottom: var(--space-5);
    letter-spacing: -0.02em;
}

.cta__title-accent {
    color: var(--color-accent);
    position: relative;
}

.cta__desc {
    font-size: var(--fs-md);
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.75;
    margin-bottom: var(--space-8);
}

/* -------------------------------------------------------
   ÖZELLİK SATIRLARI
   ------------------------------------------------------- */
.cta__ozellikler {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    margin-bottom: var(--space-8);
}

.cta__ozellik {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--fs-sm);
    color: rgba(255, 255, 255, 0.80);
}

.cta__ozellik-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(37, 197, 133, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta__ozellik-icon svg {
    width: 12px;
    height: 12px;
    color: var(--color-accent);
}

/* -------------------------------------------------------
   BUTONLAR
   ------------------------------------------------------- */
.cta__buttons {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}

/* -------------------------------------------------------
   SAĞ — İLETİŞİM KARTI
   ------------------------------------------------------- */
.cta__kart {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: var(--radius-xl);
    padding: var(--space-8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
}

.cta__kart-title {
    font-family: var(--font-heading);
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: var(--color-white);
    text-align: center;
    padding-bottom: var(--space-4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

/* İletişim satırları */
.cta__kart-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.cta__kart-item-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    background: rgba(11, 95, 190, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta__kart-item-icon svg {
    width: 18px;
    height: 18px;
    color: var(--color-primary-light);
}

.cta__kart-item-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cta__kart-item-label {
    font-size: var(--fs-xs);
    color: rgba(255, 255, 255, 0.45);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cta__kart-item-value {
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    color: var(--color-white);
    text-decoration: none;
    transition: color var(--transition-base);
}

a.cta__kart-item-value:hover {
    color: var(--color-accent);
}

/* WhatsApp butonu — kart içinde */
.cta__kart-whatsapp {
    margin-top: var(--space-2);
}

.cta__kart-whatsapp .btn {
    width: 100%;
    justify-content: center;
}

/* -------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------- */
@media (max-width: 1024px) {
    .cta__inner {
        grid-template-columns: 1fr;
        gap: var(--space-10);
    }

    .cta__kart {
        min-width: unset;
        width: 100%;
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .cta__title {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .cta__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta__buttons .btn {
        width: 100%;
        justify-content: center;
    }

    .cta__kart {
        max-width: 100%;
    }
}