@charset "utf-8";

/* =======================================================
   NCR MANTOLAMA HERO STİLİ - KOMPAKT RESPONSIVE
======================================================= */

.ncr-mantolama-hero{
    position:relative;
    width:100%;
    min-height:500px;
    padding:50px 0;
    background:linear-gradient(135deg,#071a33 0%,#0d2b52 50%,#f6f8fb 50%,#ffffff 100%);
    overflow:hidden;
}

.ncr-mantolama-hero-bg{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 10% 20%,rgba(245,130,32,0.20),transparent 28%),
        radial-gradient(circle at 90% 80%,rgba(245,130,32,0.15),transparent 25%);
    pointer-events:none;
}

.ncr-mantolama-hero-container{
    position:relative;
    z-index:2;
    width:90%;
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:38px;
}

.ncr-mantolama-hero-content{
    color:#fff;
}

.ncr-mantolama-badge{
    display:inline-block;
    padding:8px 16px;
    margin-bottom:16px;
    border-radius:50px;
    background:rgba(255,255,255,0.12);
    color:#ff9b3d;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.3px;
}

.ncr-mantolama-hero-content h1{
    margin:0 0 15px;
    font-size:43px;
    font-weight:900;
    line-height:1.12;
    color:#fff;
}

.ncr-mantolama-hero-content p{
    margin:0 0 24px;
    font-size:15px;
    line-height:1.7;
    color:rgba(255,255,255,0.85);
    max-width:560px;
}

.ncr-mantolama-actions{
    display:flex;
    gap:12px;
    margin-bottom:22px;
    flex-wrap:wrap;
}

.ncr-mantolama-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 23px;
    border-radius:12px;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
    transition:0.3s ease;
}

.ncr-btn-orange{
    background:#f58220;
    color:#fff;
}

.ncr-btn-dark{
    background:#fff;
    color:#071a33;
}

.ncr-mantolama-btn:hover{
    transform:translateY(-3px);
}

.ncr-mantolama-mini-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    max-width:600px;
}

.ncr-mantolama-mini-info div{
    background:rgba(255,255,255,0.12);
    border-radius:15px;
    padding:10px 12px;
    text-align:center;
    border:1px solid rgba(255,255,255,0.15);
}

.ncr-mantolama-mini-info strong{
    display:block;
    font-size:15px;
    color:#fff;
    margin-bottom:3px;
}

.ncr-mantolama-mini-info span{
    display:block;
    font-size:12px;
    color:rgba(255,255,255,0.7);
}

.ncr-mantolama-hero-visual{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.ncr-mantolama-image-card{
    border-radius:26px;
    overflow:hidden;
    background:#fff;
    padding:9px;
    box-shadow:0 18px 45px rgba(0,0,0,0.20);
}

.ncr-mantolama-image-card img{
    width:100%;
    max-height:360px;
    display:block;
    object-fit:cover;
    border-radius:18px;
}

.ncr-mantolama-floating-card{
    position:absolute;
    left:-18px;
    bottom:22px;
    padding:13px 17px;
    border-radius:15px;
    background:#fff;
    box-shadow:0 14px 35px rgba(0,0,0,0.18);
    text-align:center;
}

.ncr-mantolama-floating-card span{
    font-size:12px;
    font-weight:700;
    color:#777;
}

.ncr-mantolama-floating-card strong{
    display:block;
    margin-top:3px;
    font-size:16px;
    font-weight:900;
    color:#071a33;
}

/* =======================================================
   TABLET
======================================================= */

@media(max-width:992px){

    .ncr-mantolama-hero{
        min-height:auto;
        padding:42px 0;
        background:linear-gradient(135deg,#071a33 0%,#0d2b52 100%);
    }

    .ncr-mantolama-hero-container{
        grid-template-columns:1fr;
        gap:30px;
        text-align:center;
    }

    .ncr-mantolama-hero-content h1{
        font-size:35px;
    }

    .ncr-mantolama-hero-content p{
        margin:0 auto 22px;
        font-size:14px;
    }

    .ncr-mantolama-actions{
        justify-content:center;
    }

    .ncr-mantolama-mini-info{
        grid-template-columns:repeat(3,1fr);
        margin:0 auto;
    }

    .ncr-mantolama-floating-card{
        left:20px;
        bottom:20px;
    }
}

/* =======================================================
   MOBİL
======================================================= */

@media(max-width:576px){

    .ncr-mantolama-hero{
        padding:36px 0;
    }

    .ncr-mantolama-hero-content h1{
        font-size:29px;
    }

    .ncr-mantolama-hero-content p{
        font-size:13.5px;
    }

    .ncr-mantolama-actions{
        gap:10px;
    }

    .ncr-mantolama-btn{
        width:100%;
        padding:11px 20px;
        font-size:13.5px;
    }

    .ncr-mantolama-mini-info{
        grid-template-columns:1fr;
    }

    .ncr-mantolama-image-card img{
        height:240px;
    }

    .ncr-mantolama-floating-card{
        position:relative;
        left:auto;
        bottom:auto;
        width:88%;
        margin:12px auto 0;
    }
}

/* =======================================================
   NCR MANTOLAMA HERO STİLİ - BİTTİ
======================================================= */







/* =======================================================
   NCR MODERN HİZMET İÇERİĞİ
======================================================= */

.ncr-modern-service,
.ncr-modern-faq{
    padding:55px 0;
    background:#f6f8fb;
}

.ncr-modern-container{
    width:90%;
    max-width:1180px;
    margin:0 auto;
}

.ncr-modern-head{
    max-width:760px;
    margin:0 auto 34px;
    text-align:center;
}

.ncr-modern-head span{
    display:inline-block;
    margin-bottom:10px;
    color:#f58220;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.5px;
}

.ncr-modern-head h2{
    margin:0 0 12px;
    color:#071a33;
    font-size:34px;
    line-height:1.2;
    font-weight:900;
}

.ncr-modern-head p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.7;
}

.ncr-modern-grid{
    display:grid;
    grid-template-columns:1.6fr .8fr;
    gap:26px;
    align-items:start;
}

.ncr-modern-content{
    display:grid;
    gap:16px;
}

.ncr-modern-content article,
.ncr-faq-item{
    position:relative;
    padding:24px 26px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    border:1px solid #edf0f5;
}

.ncr-modern-content article::before,
.ncr-faq-item::before{
    content:"";
    position:absolute;
    left:0;
    top:22px;
    width:4px;
    height:38px;
    border-radius:0 8px 8px 0;
    background:#f58220;
}

.ncr-modern-content h3,
.ncr-faq-item h3{
    margin:0 0 10px;
    color:#071a33;
    font-size:21px;
    font-weight:900;
}

.ncr-modern-content p,
.ncr-faq-item p{
    margin:0;
    color:#555;
    font-size:14.5px;
    line-height:1.75;
}

.ncr-modern-sidebar{
    position:sticky;
    top:100px;
}

.ncr-sidebar-card{
    padding:28px;
    border-radius:26px;
    background:linear-gradient(135deg,#071a33,#0d2b52);
    color:#fff;
    box-shadow:0 20px 50px rgba(7,26,51,.25);
}

.ncr-sidebar-card h3{
    margin:0 0 18px;
    font-size:23px;
    font-weight:900;
}

.ncr-sidebar-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ncr-sidebar-card li{
    position:relative;
    padding:10px 0 10px 25px;
    border-bottom:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.86);
    font-size:14px;
}

.ncr-sidebar-card li:last-child{
    border-bottom:none;
}

.ncr-sidebar-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#f58220;
    font-weight:900;
}

.ncr-faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.ncr-modern-final-cta{
    padding:55px 0;
    text-align:center;
    background:linear-gradient(135deg,#071a33,#0d2b52);
    color:#fff;
}

.ncr-modern-final-cta span{
    color:#f58220;
    font-size:13px;
    font-weight:900;
    letter-spacing:1px;
}

.ncr-modern-final-cta h2{
    margin:12px 0 24px;
    font-size:34px;
    font-weight:900;
}

.ncr-modern-final-cta a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 28px;
    border-radius:14px;
    background:#f58220;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:900;
}

/* TABLET */

@media(max-width:992px){

    .ncr-modern-grid{
        grid-template-columns:1fr;
    }

    .ncr-modern-sidebar{
        position:relative;
        top:auto;
    }

    .ncr-modern-head h2{
        font-size:30px;
    }

    .ncr-faq-grid{
        grid-template-columns:1fr;
    }
}

/* MOBİL */

@media(max-width:576px){

    .ncr-modern-service,
    .ncr-modern-faq{
        padding:38px 0;
    }

    .ncr-modern-container{
        width:92%;
    }

    .ncr-modern-head h2{
        font-size:25px;
    }

    .ncr-modern-content article,
    .ncr-faq-item{
        padding:22px 20px;
        border-radius:20px;
    }

    .ncr-modern-content h3,
    .ncr-faq-item h3{
        font-size:18px;
    }

    .ncr-modern-content p,
    .ncr-faq-item p{
        font-size:14px;
    }

    .ncr-sidebar-card{
        padding:22px;
        border-radius:22px;
    }

    .ncr-modern-final-cta{
        padding:42px 0;
    }

    .ncr-modern-final-cta h2{
        font-size:25px;
    }

    .ncr-modern-final-cta a{
        width:100%;
    }
}
/* =======================================================
   METİNLERİ İKİ YANA YASLA
======================================================= */

.ncr-modern-content p{
    text-align:justify;
    text-justify:inter-word;
}

.ncr-faq-item p{
    text-align:justify;
    text-justify:inter-word;
}

.ncr-modern-head p{
    text-align:justify;
    text-justify:inter-word;
}

.ncr-sidebar-card li{
    text-align:left;
}




/* =======================================================
   NCR MODERN HİZMET İÇERİĞİ BİTTİ
======================================================= */