@charset "utf-8";

/* ======================================================
   INDEX CTA ALANI
====================================================== */

.index-cta{

    width:90%;
    max-width:1180px;

    margin:25px auto 55px auto;

    padding:42px 46px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:42px;

    background:
    linear-gradient(
    135deg,
    #07101f 0%,
    #0d1b2d 48%,
    #1b2434 100%
    );

    border-radius:28px;

    box-shadow:0 25px 60px rgba(0,0,0,0.18);

    position:relative;
    overflow:hidden;

    transform-style:preserve-3d;
    transition:transform 0.25s ease;
    will-change:transform;
}


/* ======================================================
   ARKA PLAN GLOW EFEKTİ
====================================================== */

.index-cta::before{

    content:"";

    position:absolute;

    width:360px;
    height:360px;

    right:-120px;
    top:-130px;

    background:rgba(244,123,0,0.18);

    border-radius:50%;

    filter:blur(75px);
}


.index-cta::after{

    content:"";

    position:absolute;

    width:220px;
    height:220px;

    left:35%;
    bottom:-130px;

    background:rgba(255,255,255,0.06);

    border-radius:50%;

    filter:blur(80px);
}


/* ======================================================
   SOL YAZI ALANI
====================================================== */

.index-cta-text{

    max-width:730px;

    position:relative;
    z-index:2;

    padding-left:24px;
}


/* SOL TURUNCU ÇİZGİ */

.index-cta-text::before{

    content:"";

    position:absolute;

    left:0;
    top:8px;

    width:4px;
    height:90px;

    border-radius:20px;

    background:
    linear-gradient(
    to bottom,
    #f47b00,
    #ffb347
    );
}


/* ======================================================
   KÜÇÜK ÜST BAŞLIK
====================================================== */

.index-cta-small-title{

    display:inline-block;

    margin-bottom:15px;

    padding:8px 18px;

    background:
    linear-gradient(
    135deg,
    #f47b00,
    #ff9b21
    );

    color:#fff;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    letter-spacing:0.3px;

    box-shadow:0 8px 18px rgba(244,123,0,0.25);
}


/* ======================================================
   ANA BAŞLIK
====================================================== */

.index-cta-text h2{

    color:#fff;

    font-size:34px;

    line-height:1.18;

    letter-spacing:-0.8px;

    margin-bottom:18px;

    text-shadow:0 4px 18px rgba(255,255,255,0.08);
}


/* NCR YAZISI */

.index-cta-text h2 span{

    background:
    linear-gradient(
    90deg,
    #f47b00,
    #ffb347
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    text-shadow:none;

    filter:drop-shadow(
    0 0 10px rgba(244,123,0,0.35)
    );
}


/* ======================================================
   AÇIKLAMA YAZISI
====================================================== */

.index-cta-text p{

    color:#cbd5e1;

    font-size:16px;

    line-height:1.75;

    max-width:720px;
}


/* ======================================================
   SAĞ İLETİŞİM KARTI
====================================================== */

.index-cta-actions{

    width:280px;
    min-width:280px;

    display:flex;

    flex-direction:column;

    gap:14px;

    position:relative;
    z-index:2;

    background:rgba(255,255,255,0.06);

    padding:22px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,0.12);

    backdrop-filter:blur(10px);

    transition:0.35s ease;

    margin-top:8px;

    margin-right:10px;
}


/* HOVER */

.index-cta-actions:hover{

    transform:translateY(-6px);

    border-color:rgba(255,255,255,0.18);

    background:rgba(255,255,255,0.08);

    box-shadow:0 20px 40px rgba(0,0,0,0.22);
}


/* ======================================================
   HIZLI İLETİŞİM YAZISI
====================================================== */

.index-cta-action-title{

    color:#fff;

    font-size:14px;

    font-weight:700;

    text-align:center;

    letter-spacing:0.4px;

    opacity:0.9;
}


/* ======================================================
   WHATSAPP BUTONU
====================================================== */

.index-cta-whatsapp{

    display:block;

    width:100%;

    padding:16px 20px;

    background:
    linear-gradient(
    135deg,
    #25d366,
    #18b954
    );

    color:#fff;

    text-align:center;

    text-decoration:none;

    border-radius:15px;

    font-size:15px;

    font-weight:700;

    transition:0.3s ease;
}


/* HOVER */

.index-cta-whatsapp:hover{

    transform:translateY(-3px) scale(1.02);

    box-shadow:0 12px 25px rgba(37,211,102,0.35);
}


/* ======================================================
   KISA BİLGİ YAZISI
====================================================== */

.index-cta-info{

    color:#f1f5f9;

    font-size:13px;

    text-align:center;

    line-height:1.5;

    opacity:0.9;
}


/* ======================================================
   İLETİŞİM BUTONU
====================================================== */

.index-cta-contact{

    display:block;

    width:100%;

    padding:15px 20px;

    color:#fff;

    text-align:center;

    text-decoration:none;

    border:1px solid rgba(255,255,255,0.24);

    border-radius:15px;

    font-size:14px;

    font-weight:600;

    transition:0.3s ease;
}


/* HOVER */

.index-cta-contact:hover{

    background:#fff;

    color:#111827;

    transform:translateY(-2px);
}


/* ======================================================
   TABLET UYUMLULUK
====================================================== */

@media(max-width:992px){

    .index-cta{

        flex-direction:column;

        align-items:flex-start;

        padding:38px 32px;
    }

    .index-cta-actions{

        width:100%;

        min-width:100%;

        margin-top:0;

        margin-right:0;
    }

}


/* ======================================================
   MOBİL UYUMLULUK
====================================================== */

@media(max-width:768px){

    .index-cta{

        width:92%;

        padding:30px 24px;

        margin:30px auto 45px auto;

        gap:30px;
    }

    .index-cta-text{

        padding-left:18px;
    }

    .index-cta-text::before{

        height:82px;
    }

    .index-cta-text h2{

        font-size:27px;

        line-height:1.3;
    }

    .index-cta-text p{

        font-size:15px;

        line-height:1.8;
    }

    .index-cta-small-title{

        font-size:12px;
    }

    .index-cta-actions{

        padding:18px;
    }

}