@charset "utf-8";

/* =======================================================
   NCR DIŞ CEPHE BOYA MODERN HERO
======================================================= */

.ncr-paint-hero{
    position:relative;
    width:100%;
    padding:58px 0;
    overflow:hidden;
    background:
        radial-gradient(circle at 10% 20%,rgba(245,130,32,.18),transparent 28%),
        radial-gradient(circle at 90% 80%,rgba(7,26,51,.10),transparent 30%),
        linear-gradient(135deg,#f7f9fc 0%,#ffffff 100%);
}

.ncr-paint-container{
    width:90%;
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:44px;
}

.ncr-paint-left{
    position:relative;
    padding:34px;
    border-radius:30px;
    background:#fff;
    box-shadow:0 18px 55px rgba(7,26,51,.08);
    border:1px solid #edf0f5;
}

.ncr-paint-badge{
    display:inline-block;
    margin-bottom:16px;
    padding:8px 16px;
    border-radius:50px;
    background:rgba(245,130,32,.12);
    color:#f58220;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.3px;
}

.ncr-paint-left h1{
    margin:0 0 16px;
    color:#071a33;
    font-size:43px;
    line-height:1.12;
    font-weight:900;
}

.ncr-paint-left p{
    margin:0 0 24px;
    color:#555;
    font-size:15px;
    line-height:1.85;
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
}

.ncr-paint-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:22px;
}

.ncr-paint-buttons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 24px;
    border-radius:14px;
    text-decoration:none;
    font-size:14px;
    font-weight:900;
    transition:.3s ease;
}

.ncr-paint-buttons a:first-child{
    background:#f58220;
    color:#fff;
}

.ncr-paint-buttons a:last-child{
    background:#071a33;
    color:#fff;
}

.ncr-paint-buttons a:hover{
    transform:translateY(-3px);
}

.ncr-paint-tags{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.ncr-paint-tags span{
    padding:9px 13px;
    border-radius:50px;
    background:#f6f8fb;
    color:#071a33;
    font-size:12px;
    font-weight:900;
}

.ncr-paint-right{
    position:relative;
}

.ncr-paint-main-card{
    position:relative;
    padding:10px;
    border-radius:34px;
    background:linear-gradient(135deg,#f58220,#071a33);
    box-shadow:0 26px 70px rgba(7,26,51,.18);
}

.ncr-paint-main-card img{
    width:100%;
    height:350px;
    display:block;
    object-fit:cover;
    border-radius:26px;
}

.ncr-paint-floating-card{
    position:absolute;
    left:-22px;
    bottom:28px;
    padding:17px 22px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 18px 45px rgba(0,0,0,.16);
}

.ncr-paint-floating-card strong{
    display:block;
    color:#071a33;
    font-size:18px;
    font-weight:900;
}

.ncr-paint-floating-card span{
    display:block;
    margin-top:4px;
    color:#666;
    font-size:12px;
    font-weight:700;
}

/* TABLET */

@media(max-width:992px){

    .ncr-paint-hero{
        padding:44px 0;
    }

    .ncr-paint-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .ncr-paint-left{
        padding:30px;
    }

    .ncr-paint-left h1{
        font-size:35px;
    }

    .ncr-paint-buttons,
    .ncr-paint-tags{
        justify-content:center;
    }

    .ncr-paint-floating-card{
        left:20px;
    }
}

/* MOBİL */

@media(max-width:576px){

    .ncr-paint-hero{
        padding:36px 0;
    }

    .ncr-paint-container{
        width:92%;
    }

    .ncr-paint-left{
        padding:24px 20px;
        border-radius:24px;
    }

    .ncr-paint-left h1{
        font-size:29px;
    }

    .ncr-paint-left p{
        font-size:14px;
        text-align:justify;
        text-justify:inter-word;
        hyphens:auto;
    }

    .ncr-paint-buttons a{
        width:100%;
    }

    .ncr-paint-main-card img{
        height:240px;
    }

    .ncr-paint-floating-card{
        position:relative;
        left:auto;
        bottom:auto;
        width:88%;
        margin:12px auto 0;
        text-align:center;
    }
}



/* =======================================================
   NCR DIŞ CEPHE BOYA MODERN İÇERİK
======================================================= */

.ncr-paint-detail,
.ncr-paint-faq{
    padding:60px 0;
    background:#f7f9fc;
}

.ncr-paint-detail-container{
    width:90%;
    max-width:1180px;
    margin:0 auto;
}

.ncr-paint-header{
    max-width:850px;
    margin:0 auto 42px;
    text-align:center;
}

.ncr-paint-header span{
    display:inline-block;
    margin-bottom:10px;
    color:#f58220;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.5px;
}

.ncr-paint-header h2{
    margin:0 0 15px;
    color:#071a33;
    font-size:36px;
    font-weight:900;
    line-height:1.2;
}

.ncr-paint-header p{
    margin:0;
    color:#555;
    font-size:15px;
    line-height:1.9;
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
}

.ncr-paint-grid{
    display:grid;
    grid-template-columns:1.55fr .9fr;
    gap:28px;
    align-items:start;
}

.ncr-paint-main{
    display:grid;
    gap:18px;
}

.ncr-paint-main article,
.ncr-paint-faq-item{
    position:relative;
    background:#fff;
    padding:26px 28px 26px 32px;
    border-radius:24px;
    box-shadow:0 14px 38px rgba(7,26,51,.06);
    border:1px solid #edf0f5;
}

.ncr-paint-main article::before,
.ncr-paint-faq-item::before{
    content:"";
    position:absolute;
    left:0;
    top:24px;
    width:5px;
    height:42px;
    border-radius:0 10px 10px 0;
    background:#f58220;
}

.ncr-paint-main h3,
.ncr-paint-faq-item h3{
    margin:0 0 11px;
    color:#071a33;
    font-size:21px;
    font-weight:900;
}

.ncr-paint-main p,
.ncr-paint-faq-item p{
    margin:0;
    color:#555;
    font-size:14.5px;
    line-height:1.9;
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
}

.ncr-paint-sidebar{
    position:sticky;
    top:100px;
    display:grid;
    gap:18px;
}

.ncr-paint-box{
    background:#fff;
    padding:25px;
    border-radius:24px;
    box-shadow:0 14px 38px rgba(7,26,51,.06);
    border:1px solid #edf0f5;
}

.ncr-paint-box h3{
    margin:0 0 16px;
    color:#071a33;
    font-size:21px;
    font-weight:900;
}

.ncr-paint-box ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ncr-paint-box li{
    position:relative;
    padding:10px 0 10px 25px;
    border-bottom:1px solid #eef2f6;
    color:#444;
    font-size:14px;
    line-height:1.55;
}

.ncr-paint-box li:last-child{
    border-bottom:none;
}

.ncr-paint-box li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#f58220;
    font-weight:900;
}

.ncr-paint-box.orange{
    background:linear-gradient(135deg,#f58220,#ff9b3d);
    color:#fff;
    border:none;
    box-shadow:0 20px 50px rgba(245,130,32,.22);
}

.ncr-paint-box.orange h3,
.ncr-paint-box.orange li{
    color:#fff;
}

.ncr-paint-box.orange li{
    border-bottom:1px solid rgba(255,255,255,.18);
}

.ncr-paint-box.orange li::before{
    color:#fff;
}

.ncr-paint-faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.ncr-paint-final-cta{
    padding:62px 0;
    text-align:center;
    background:linear-gradient(135deg,#071a33,#0d2b52);
    color:#fff;
}

.ncr-paint-final-cta span{
    display:block;
    margin-bottom:10px;
    color:#f58220;
    font-size:13px;
    font-weight:900;
    letter-spacing:1px;
}

.ncr-paint-final-cta h2{
    margin:0 0 24px;
    font-size:34px;
    line-height:1.2;
    font-weight:900;
}

.ncr-paint-final-cta a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 30px;
    border-radius:14px;
    background:#f58220;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:900;
    transition:.3s ease;
}

.ncr-paint-final-cta a:hover{
    transform:translateY(-4px);
}

/* TABLET */

@media(max-width:992px){

    .ncr-paint-grid{
        grid-template-columns:1fr;
    }

    .ncr-paint-sidebar{
        position:relative;
        top:auto;
    }

    .ncr-paint-header h2{
        font-size:30px;
    }

    .ncr-paint-faq-grid{
        grid-template-columns:1fr;
    }
}

/* MOBİL */

@media(max-width:576px){

    .ncr-paint-detail,
    .ncr-paint-faq{
        padding:40px 0;
    }

    .ncr-paint-detail-container{
        width:92%;
    }

    .ncr-paint-header h2{
        font-size:25px;
    }

    .ncr-paint-header p,
    .ncr-paint-main p,
    .ncr-paint-faq-item p{
        text-align:justify;
        text-justify:inter-word;
        hyphens:auto;
    }

    .ncr-paint-main article,
    .ncr-paint-faq-item{
        padding:22px 20px 22px 24px;
        border-radius:21px;
    }

    .ncr-paint-main h3,
    .ncr-paint-faq-item h3{
        font-size:18px;
    }

    .ncr-paint-main p,
    .ncr-paint-faq-item p{
        font-size:14px;
    }

    .ncr-paint-box{
        padding:22px;
        border-radius:21px;
    }

    .ncr-paint-final-cta{
        padding:48px 0;
    }

    .ncr-paint-final-cta h2{
        font-size:25px;
    }

    .ncr-paint-final-cta a{
        width:100%;
    }
}