@charset "utf-8";

/* =======================================================
   NCR YALITIM - PROJELER SAYFASI GENEL
======================================================= */

*{
    box-sizing:border-box;
}

body{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f8fafc;
    color:#111827;
}

.ncr-project-page{
    width:100%;
    overflow:hidden;
}


/* =======================================================
   HERO ALANI BAŞLANGIÇ
======================================================= */

.ncr-project-hero{
    position:relative;
    width:100%;
    min-height:430px;
    overflow:hidden;
    background:#0f172a;
}

.ncr-project-hero-bg{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(15,23,42,0.96) 0%,
        rgba(15,23,42,0.86) 48%,
        rgba(15,23,42,0.58) 100%
    ),
    url("../images/projeimage/proje-1.jpg");
    background-size:cover;
    background-position:center;
    transform:scale(1.03);
}

.ncr-project-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 85% 20%, rgba(212,160,23,0.26), transparent 28%),
    radial-gradient(circle at 15% 90%, rgba(255,255,255,0.10), transparent 30%);
    pointer-events:none;
}

.ncr-project-hero-inner{
    position:relative;
    z-index:2;
    max-width:1180px;
    min-height:430px;
    margin:0 auto;
    padding:70px 20px 95px;

    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    align-items:center;
    gap:35px;
}

.ncr-project-badge{
    display:inline-block;
    margin-bottom:14px;
    padding:8px 14px;

    border:1px solid rgba(212,160,23,0.45);
    border-radius:999px;

    color:#d4a017;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.6px;
}

.ncr-project-hero-content h1{
    margin:0 0 18px;
    color:#ffffff;
    font-size:clamp(38px, 6vw, 72px);
    line-height:0.95;
    font-weight:900;
    letter-spacing:-2px;
}

.ncr-project-hero-content p{
    max-width:610px;
    margin:0 0 28px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.8;
}

.ncr-project-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.ncr-project-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:145px;
    height:48px;
    padding:0 24px;

    border-radius:999px;
    text-decoration:none;

    font-size:14px;
    font-weight:900;
    transition:0.3s ease;
}

.ncr-project-btn.primary{
    background:#d4a017;
    color:#111827;
    box-shadow:0 14px 35px rgba(212,160,23,0.35);
}

.ncr-project-btn.secondary{
    border:1px solid rgba(255,255,255,0.42);
    color:#ffffff;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(8px);
}

.ncr-project-btn:hover{
    transform:translateY(-3px);
}


/* =======================================================
   HERO CAM KART BAŞLANGIÇ
======================================================= */

.ncr-project-glass-card{
    justify-self:end;
    width:100%;
    max-width:330px;
    padding:26px;

    border:1px solid rgba(255,255,255,0.18);
    border-radius:24px;

    background:rgba(255,255,255,0.10);
    backdrop-filter:blur(18px);

    box-shadow:0 24px 70px rgba(0,0,0,0.35);
}

.ncr-project-glass-card strong{
    display:block;
    color:#ffffff;
    font-size:24px;
    font-weight:900;
    margin-bottom:4px;
}

.ncr-project-glass-card span{
    display:block;
    color:#d4a017;
    font-size:13px;
    font-weight:800;
    margin-bottom:18px;
}

.ncr-project-glass-card ul{
    list-style:none;
    margin:0;
    padding:0;
}

.ncr-project-glass-card li{
    position:relative;
    padding:12px 0 12px 28px;
    color:#f8fafc;
    font-size:14px;
    font-weight:700;
    border-bottom:1px solid rgba(255,255,255,0.12);
}

.ncr-project-glass-card li:last-child{
    border-bottom:none;
}

.ncr-project-glass-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#d4a017;
    font-weight:900;
}


/* =======================================================
   İSTATİSTİK KARTLARI BAŞLANGIÇ
======================================================= */

.ncr-project-stats{
    position:relative;
    z-index:5;
    max-width:1100px;
    margin:-55px auto 0;
    padding:0 20px;

    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:16px;
}

.ncr-stat-card{
    min-height:118px;
    padding:22px 18px;

    border-radius:22px;
    background:#ffffff;
    box-shadow:0 18px 45px rgba(15,23,42,0.12);
    border:1px solid #e5e7eb;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.ncr-stat-card strong{
    display:block;
    margin-bottom:8px;
    color:#0f172a;
    font-size:26px;
    font-weight:900;
}

.ncr-stat-card span{
    color:#64748b;
    font-size:13px;
    font-weight:800;
    line-height:1.4;
}


/* =======================================================
   GALERİ BAŞLIK ALANI BAŞLANGIÇ
======================================================= */

.ncr-project-title-area{
    max-width:900px;
    margin:70px auto 35px;
    padding:0 20px;
    text-align:center;
}

.ncr-project-title-area span{
    display:inline-block;
    margin-bottom:10px;
    color:#d4a017;
    font-size:13px;
    font-weight:900;
    letter-spacing:2px;
}

.ncr-project-title-area h2{
    margin:0 0 16px;
    color:#0f172a;
    font-size:clamp(32px, 5vw, 54px);
    line-height:1.05;
    font-weight:900;
    letter-spacing:-1px;
}

.ncr-project-title-area p{
    max-width:650px;
    margin:0 auto;
    color:#64748b;
    font-size:15px;
    line-height:1.8;
}


/* =======================================================
   PROJE GALERİSİ BAŞLANGIÇ
======================================================= */

.ncr-project-gallery{
    max-width:1180px;
    margin:0 auto;
    padding:0 20px 65px;

    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
}

.ncr-project-item{
    position:relative;
    height:285px;
    overflow:hidden;

    border-radius:22px;
    background:#0f172a;
    box-shadow:0 16px 40px rgba(15,23,42,0.12);
    cursor:pointer;
}

.ncr-project-item:nth-child(1),
.ncr-project-item:nth-child(8),
.ncr-project-item:nth-child(13){
    grid-row:span 2;
    height:588px;
}

.ncr-project-item img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:0.55s ease;
}

.ncr-project-item::after{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        180deg,
        rgba(15,23,42,0.02),
        rgba(15,23,42,0.82)
    );
    opacity:0;
    transition:0.35s ease;
}

.ncr-project-overlay{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;

    opacity:0;
    transform:translateY(14px);
    transition:0.35s ease;
}

.ncr-project-overlay span{
    color:#ffffff;
    font-size:16px;
    font-weight:900;
}

.ncr-project-overlay button{
    border:none;
    outline:none;
    cursor:pointer;

    padding:10px 15px;
    border-radius:999px;

    background:#d4a017;
    color:#111827;

    font-size:12px;
    font-weight:900;
}

.ncr-project-item:hover img{
    transform:scale(1.08);
}

.ncr-project-item:hover::after,
.ncr-project-item:hover .ncr-project-overlay{
    opacity:1;
}

.ncr-project-item:hover .ncr-project-overlay{
    transform:translateY(0);
}


/* =======================================================
   LIGHTBOX BAŞLANGIÇ
======================================================= */

.ncr-lightbox{
    position:fixed;
    inset:0;
    z-index:99999;

    display:none;
    align-items:center;
    justify-content:center;

    padding:24px;
    background:rgba(15,23,42,0.92);
}

.ncr-lightbox.active{
    display:flex;
}

.ncr-lightbox img{
    max-width:92%;
    max-height:88vh;

    border-radius:18px;
    box-shadow:0 30px 90px rgba(0,0,0,0.45);
}

.ncr-lightbox-close{
    position:absolute;
    top:24px;
    right:28px;

    width:46px;
    height:46px;

    border:none;
    border-radius:50%;
    cursor:pointer;

    background:#ffffff;
    color:#0f172a;

    font-size:32px;
    line-height:1;
    font-weight:400;
}


/* =======================================================
   CTA ALANI BAŞLANGIÇ
======================================================= */

.ncr-project-cta{
    max-width:1180px;
    margin:0 auto 70px;
    padding:38px 34px;

    border-radius:28px;
    background:
    linear-gradient(135deg, #0f172a, #111827);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;

    box-shadow:0 24px 70px rgba(15,23,42,0.18);
}

.ncr-project-cta span{
    display:block;
    margin-bottom:8px;
    color:#d4a017;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.8px;
}

.ncr-project-cta h2{
    margin:0 0 12px;
    color:#ffffff;
    font-size:34px;
    line-height:1.12;
    font-weight:900;
}

.ncr-project-cta p{
    margin:0;
    max-width:650px;
    color:#cbd5e1;
    font-size:15px;
    line-height:1.7;
}

.ncr-project-cta a{
    flex-shrink:0;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:50px;
    padding:0 26px;

    border-radius:999px;
    background:#d4a017;
    color:#111827;

    text-decoration:none;
    font-size:14px;
    font-weight:900;

    transition:0.3s ease;
}

.ncr-project-cta a:hover{
    transform:translateY(-3px);
}


/* =======================================================
   RESPONSIVE BAŞLANGIÇ
======================================================= */

@media(max-width:992px){

    .ncr-project-hero-inner{
        grid-template-columns:1fr;
        padding-top:60px;
    }

    .ncr-project-glass-card{
        justify-self:start;
        max-width:100%;
    }

    .ncr-project-stats{
        grid-template-columns:repeat(2, 1fr);
    }

    .ncr-project-gallery{
        grid-template-columns:repeat(2, 1fr);
    }

    .ncr-project-item:nth-child(1),
    .ncr-project-item:nth-child(8),
    .ncr-project-item:nth-child(13){
        grid-row:auto;
        height:285px;
    }

    .ncr-project-cta{
        flex-direction:column;
        align-items:flex-start;
    }
}

@media(max-width:600px){

    .ncr-project-hero{
        min-height:auto;
    }

    .ncr-project-hero-inner{
        min-height:auto;
        padding:55px 18px 80px;
    }

    .ncr-project-hero-content h1{
        font-size:42px;
    }

    .ncr-project-buttons{
        flex-direction:column;
    }

    .ncr-project-btn{
        width:100%;
    }

    .ncr-project-stats{
        grid-template-columns:1fr;
        margin-top:-45px;
    }

    .ncr-project-gallery{
        grid-template-columns:1fr;
    }

    .ncr-project-item{
        height:260px;
    }

    .ncr-project-cta{
        margin-left:18px;
        margin-right:18px;
        padding:30px 22px;
    }

    .ncr-project-cta h2{
        font-size:27px;
    }
}