@charset "utf-8";

/* =======================================================
   NCR ÇATI İZOLASYONU MODERN HERO
======================================================= */

.ncr-roof-hero{
    width:100%;
    padding:60px 0;
    background:
        radial-gradient(circle at 15% 20%,rgba(245,130,32,.16),transparent 28%),
        linear-gradient(135deg,#f6f8fb 0%,#ffffff 100%);
    overflow:hidden;
}

.ncr-roof-container{
    width:90%;
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:45px;
}

.ncr-roof-badge{
    display:inline-block;
    margin-bottom:16px;
    padding:8px 16px;
    border-radius:50px;
    background:#fff3e8;
    color:#f58220;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.2px;
}

.ncr-roof-content h1{
    margin:0 0 16px;
    color:#071a33;
    font-size:46px;
    line-height:1.12;
    font-weight:900;
}

.ncr-roof-content p{
    max-width:560px;
    margin:0 0 22px;
    color:#555;
    font-size:15px;
    line-height:1.8;
}

.ncr-roof-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    max-width:520px;
    margin:0 0 26px;
    padding:0;
    list-style:none;
}

.ncr-roof-list li{
    position:relative;
    padding:12px 14px 12px 36px;
    border-radius:14px;
    background:#fff;
    color:#071a33;
    font-size:14px;
    font-weight:800;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
}

.ncr-roof-list li::before{
    content:"✓";
    position:absolute;
    left:14px;
    top:10px;
    color:#f58220;
    font-weight:900;
}

.ncr-roof-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.ncr-roof-buttons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 26px;
    border-radius:14px;
    text-decoration:none;
    font-size:14px;
    font-weight:900;
    transition:.3s ease;
}

.ncr-roof-buttons a:first-child{
    background:#f58220;
    color:#fff;
}

.ncr-roof-buttons a:last-child{
    background:#071a33;
    color:#fff;
}

.ncr-roof-buttons a:hover{
    transform:translateY(-3px);
}

.ncr-roof-image{
    position:relative;
    min-height:390px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ncr-roof-image img{
    width:100%;
    height:390px;
    object-fit:cover;
    border-radius:34px;
    box-shadow:0 25px 70px rgba(7,26,51,.18);
}

.ncr-roof-card{
    position:absolute;
    padding:16px 20px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 45px rgba(0,0,0,.16);
}

.ncr-roof-card strong{
    display:block;
    color:#071a33;
    font-size:20px;
    font-weight:900;
}

.ncr-roof-card span{
    display:block;
    margin-top:4px;
    color:#666;
    font-size:13px;
    font-weight:700;
}

.ncr-roof-card.top{
    top:24px;
    left:-20px;
}

.ncr-roof-card.bottom{
    right:-18px;
    bottom:28px;
}

/* TABLET */

@media(max-width:992px){

    .ncr-roof-hero{
        padding:46px 0;
    }

    .ncr-roof-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .ncr-roof-content p,
    .ncr-roof-list{
        margin-left:auto;
        margin-right:auto;
    }

    .ncr-roof-content h1{
        font-size:36px;
    }

    .ncr-roof-buttons{
        justify-content:center;
    }

    .ncr-roof-card.top{
        left:20px;
    }

    .ncr-roof-card.bottom{
        right:20px;
    }
}

/* MOBİL */

@media(max-width:576px){

    .ncr-roof-hero{
        padding:36px 0;
    }

    .ncr-roof-content h1{
        font-size:29px;
    }

    .ncr-roof-content p{
        font-size:14px;
    }

    .ncr-roof-list{
        grid-template-columns:1fr;
    }

    .ncr-roof-buttons a{
        width:100%;
    }

    .ncr-roof-image{
        min-height:auto;
        display:block;
    }

    .ncr-roof-image img{
        height:250px;
        border-radius:24px;
    }

    .ncr-roof-card{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        width:88%;
        margin:12px auto 0;
        text-align:center;
    }
}

/* =======================================================
   NCR ÇATI İZOLASYONU MODERN HERO BİTTİ
======================================================= */




/* =======================================================
   NCR ÇATI İZOLASYONU MODERN İÇERİK
======================================================= */

.ncr-roof-detail,
.ncr-roof-faq{
    padding:58px 0;
    background:#f6f8fb;
}

.ncr-roof-detail-container{
    width:90%;
    max-width:1180px;
    margin:0 auto;
}

.ncr-roof-detail-head{
    max-width:820px;
    margin:0 auto 38px;
    text-align:center;
}

.ncr-roof-detail-head span{
    display:inline-block;
    margin-bottom:10px;
    color:#f58220;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.5px;
}

.ncr-roof-detail-head h2{
    margin:0 0 14px;
    color:#071a33;
    font-size:36px;
    line-height:1.2;
    font-weight:900;
}

.ncr-roof-detail-head p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.8;
    text-align:justify;
}

/* ANA ALAN */

.ncr-roof-detail-grid{
    display:grid;
    grid-template-columns:1.65fr .85fr;
    gap:28px;
    align-items:start;
}

.ncr-roof-detail-left{
    display:grid;
    gap:18px;
}

.ncr-roof-detail-left article{
    position:relative;
    padding:27px 28px 27px 32px;
    border-radius:24px;
    background:#fff;
    border:1px solid #edf0f5;
    box-shadow:0 12px 35px rgba(0,0,0,.055);
}

.ncr-roof-detail-left article::before{
    content:"";
    position:absolute;
    left:0;
    top:24px;
    width:5px;
    height:44px;
    border-radius:0 10px 10px 0;
    background:#f58220;
}

.ncr-roof-detail-left h3{
    margin:0 0 11px;
    color:#071a33;
    font-size:22px;
    font-weight:900;
}

.ncr-roof-detail-left p{
    margin:0;
    color:#555;
    font-size:15px;
    line-height:1.9;
    text-align:justify;
}

/* SAĞ KART */

.ncr-roof-detail-right{
    position:sticky;
    top:100px;
}

.ncr-roof-service-card{
    padding:28px;
    border-radius:28px;
    background:linear-gradient(135deg,#071a33,#0d2b52);
    color:#fff;
    box-shadow:0 22px 55px rgba(7,26,51,.24);
}

.ncr-roof-service-card h3{
    margin:0 0 14px;
    font-size:23px;
    font-weight:900;
}

.ncr-roof-service-card p{
    margin:0 0 16px;
    color:rgba(255,255,255,.82);
    font-size:14px;
    line-height:1.7;
    text-align:justify;
}

.ncr-roof-service-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ncr-roof-service-card li{
    position:relative;
    padding:10px 0 10px 25px;
    border-bottom:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.88);
    font-size:14px;
}

.ncr-roof-service-card li:last-child{
    border-bottom:none;
}

.ncr-roof-service-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#f58220;
    font-weight:900;
}

/* FAQ */

.ncr-roof-faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.ncr-roof-faq-item{
    padding:24px;
    border-radius:22px;
    background:#fff;
    border:1px solid #edf0f5;
    box-shadow:0 12px 35px rgba(0,0,0,.055);
}

.ncr-roof-faq-item h3{
    margin:0 0 11px;
    color:#071a33;
    font-size:18px;
    font-weight:900;
}

.ncr-roof-faq-item p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.8;
    text-align:justify;
}

/* CTA */

.ncr-roof-final-cta{
    padding:62px 0;
    text-align:center;
    background:linear-gradient(135deg,#071a33,#0d2b52);
    color:#fff;
}

.ncr-roof-final-cta span{
    display:block;
    margin-bottom:10px;
    color:#f58220;
    font-size:13px;
    font-weight:900;
    letter-spacing:1px;
}

.ncr-roof-final-cta h2{
    margin:0 0 24px;
    font-size:36px;
    line-height:1.2;
    font-weight:900;
}

.ncr-roof-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-roof-final-cta a:hover{
    transform:translateY(-4px);
}

/* TABLET */

@media(max-width:992px){

    .ncr-roof-detail-grid{
        grid-template-columns:1fr;
    }

    .ncr-roof-detail-right{
        position:relative;
        top:auto;
    }

    .ncr-roof-detail-head h2{
        font-size:30px;
    }

    .ncr-roof-faq-grid{
        grid-template-columns:1fr;
    }
}

/* MOBİL */

@media(max-width:576px){

    .ncr-roof-detail,
    .ncr-roof-faq{
        padding:40px 0;
    }

    .ncr-roof-detail-container{
        width:92%;
    }

    .ncr-roof-detail-head h2{
        font-size:25px;
    }

    .ncr-roof-detail-head p,
    .ncr-roof-detail-left p,
    .ncr-roof-service-card p,
    .ncr-roof-faq-item p{
     text-align:justify;
    text-justify:inter-word;
}

    .ncr-roof-detail-left article{
        padding:22px 20px 22px 24px;
        border-radius:20px;
    }

    .ncr-roof-detail-left h3{
        font-size:19px;
    }

    .ncr-roof-detail-left p{
        font-size:14px;
    }

    .ncr-roof-service-card{
        padding:22px;
        border-radius:22px;
    }

    .ncr-roof-final-cta{
        padding:48px 0;
    }

    .ncr-roof-final-cta h2{
        font-size:26px;
    }

    .ncr-roof-final-cta a{
        width:100%;
    }
}