/* ============================================================
   NOVASA — Anasayfa v2 (koyu tipografik hero + modern bölümler)
   Marka: mavi #2AA9E0, yeşil #79C043
   Fontlar: Space Grotesk (display) + Instrument Serif (aksan)
   ============================================================ */

:root {
    --nv-blue: #2aa9e0;
    --nv-blue-dark: #1b7fb0;
    --nv-green: #79c043;
    --nv-green-dark: #5e9c30;
    --nv-ink: #0c1319;
    --nv-ink-2: #101b23;
    --nv-paper: #f4f7f9;
    --nv-card: #ffffff;
    --nv-text: #33414c;
    --nv-muted: #79899a;
    --nv-line: #e3eaef;
    --nv-disp: "Space Grotesk", "Segoe UI", -apple-system, sans-serif;
    --nv-serif: "Instrument Serif", Georgia, serif;
}

body.nv-home {
    background-color: var(--nv-paper) !important;
    background-image: none !important;
}
body.nv-home .top-bar-custom { display: none !important; }
body.nv-home .main-wrapper { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; }

.nv-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
}

/* ============================================================
   HERO SLIDER — köşeleri yuvarlak banner
   Masaüstü görsel: 1920x900 · Mobil görsel: 1080x1920 (dikey)
   Boşluklar dahil %100 genişlik, oran hiç bozulmaz.
   ============================================================ */
.nv3-hero { padding: 6px 0 0; }
.nv3-frame { padding: 0 clamp(14px, 2.5vw, 32px); }
.nv3-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 900;
    border-radius: clamp(20px, 2.4vw, 34px);
    overflow: hidden;
    background: var(--nv-ink);
    box-shadow: 0 34px 80px -34px rgba(12, 19, 25, .5);
}
.nv3-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .9s ease, visibility .9s;
}
.nv3-slide.aktif { opacity: 1; visibility: visible; }
.nv3-slide picture, .nv3-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* sol üst yazı alanı */
.nv3-slide-icerik {
    position: absolute;
    z-index: 2;
    inset-inline-start: clamp(26px, 5vw, 84px);
    top: clamp(26px, 8vh, 110px);
    max-width: min(46%, 600px);
    color: #fff;
}
.nv3-slide-icerik h2 {
    margin: 0;
    font-family: var(--nv-disp);
    font-size: clamp(28px, 3.6vw, 62px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.025em;
    color: #fff;
}
.nv3-slide-icerik h2 .aksan {
    display: block;
    font-family: var(--nv-serif);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.01em;
    background: linear-gradient(95deg, #6cc6ec 0%, var(--nv-green) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-bottom: .08em;
}
.nv3-slide-icerik p {
    margin: clamp(12px, 1.8vw, 22px) 0 0;
    max-width: 460px;
    color: #a7b8c5;
    font-size: clamp(13.5px, 1.1vw, 16.5px);
    line-height: 1.7;
}
.nv3-slide-icerik .nv2-btn-solid {
    margin-top: clamp(16px, 2.2vw, 30px);
    padding: 14px 28px;
}
/* noktalar */
.nv3-dots {
    position: absolute;
    z-index: 3;
    bottom: clamp(16px, 2.4vw, 28px);
    inset-inline-start: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 9px;
}
.nv3-dots button {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
    transition: width .25s, background .25s;
}
.nv3-dots button.aktif { width: 30px; background: #fff; }

/* ============================================================
   MARQUEE — açık zeminde kayan seri isimleri
   ============================================================ */
.nv3-marquee {
    overflow: hidden;
    padding: 34px 0 8px;
}
.nv3-marquee-track {
    display: flex;
    width: max-content;
    animation: nv3Marquee 46s linear infinite;
}
.nv3-marquee:hover .nv3-marquee-track { animation-play-state: paused; }
.nv3-marquee-track span {
    font-family: var(--nv-disp);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 24px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(12, 19, 25, .3);
}
.nv3-marquee-track span:nth-child(even) {
    color: rgba(12, 19, 25, .72);
    -webkit-text-stroke: 0;
}
@keyframes nv3Marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ============================================================
   KAYDIRMA ANİMASYONLARI
   ============================================================ */
.nv-anim {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .65s cubic-bezier(.22, .61, .36, 1), transform .65s cubic-bezier(.22, .61, .36, 1);
}
.nv-anim.gorunur { opacity: 1; transform: none; }

.nv2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--nv-disp);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #7e93a3;
}
.nv2-eyebrow::before {
    content: "";
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, var(--nv-blue), var(--nv-green));
}
.nv2-btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 34px;
    border-radius: 999px;
    background: #fff;
    color: var(--nv-ink) !important;
    font-family: var(--nv-disp);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s, box-shadow .25s, background .25s, color .25s;
}
.nv2-btn-solid i { transition: transform .2s; }
.nv2-btn-solid:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -14px rgba(255, 255, 255, .35);
}
.nv2-btn-solid:hover i { transform: translateX(4px); }
.nv2-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff !important;
    font-family: var(--nv-disp);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .2s, background .2s;
}
.nv2-btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .07); }

/* ============================================================
   ORTAK BÖLÜM BAŞLIĞI (sol hizalı, modern)
   ============================================================ */
.nv2-sec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 46px;
}
.nv2-sec-head .sol .nv2-eyebrow { color: var(--nv-muted); }
.nv2-sec-head h2 {
    margin: 14px 0 0;
    font-family: var(--nv-disp);
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.02;
    color: var(--nv-ink);
}
.nv2-sec-head h2 .aksan {
    font-family: var(--nv-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--nv-blue-dark);
}
.nv2-sec-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--nv-disp);
    font-size: 15px;
    font-weight: 700;
    color: var(--nv-ink);
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--nv-ink);
    transition: color .2s, border-color .2s, gap .2s;
    white-space: nowrap;
}
.nv2-sec-link:hover { color: var(--nv-blue-dark); border-color: var(--nv-blue-dark); gap: 12px; }

/* ============================================================
   KATEGORİ VİTRİNİ — interaktif liste + önizleme
   ============================================================ */
.nv2-cats { padding: 100px 0 40px; }
.nv2-cats-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(30px, 4vw, 70px);
    align-items: center;
}
.nv2-cat-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 26px 6px;
    border-bottom: 1px solid var(--nv-line);
    text-decoration: none;
    transition: padding-inline-start .25s ease;
}
.nv2-cat-row:first-child { border-top: 1px solid var(--nv-line); }
.nv2-cat-row .no {
    font-family: var(--nv-disp);
    font-size: 14px;
    font-weight: 700;
    color: var(--nv-muted);
    min-width: 32px;
}
.nv2-cat-row .ad {
    font-family: var(--nv-disp);
    font-size: clamp(22px, 2.6vw, 34px);
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--nv-ink);
    transition: color .2s;
}
.nv2-cat-row .adet {
    margin-inline-start: auto;
    font-size: 13px;
    font-weight: 700;
    color: var(--nv-muted);
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.nv2-cat-row .git {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--nv-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--nv-ink);
    font-size: 16px;
    flex-shrink: 0;
    transition: all .25s ease;
}
.nv2-cat-row:hover, .nv2-cat-row.aktif { padding-inline-start: 14px; }
.nv2-cat-row:hover .ad, .nv2-cat-row.aktif .ad { color: var(--nv-blue-dark); }
.nv2-cat-row:hover .git, .nv2-cat-row.aktif .git {
    background: var(--nv-ink);
    border-color: var(--nv-ink);
    color: #fff;
    transform: rotate(-45deg);
}
.nv2-cat-preview {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 1 / .92;
    background:
        radial-gradient(500px 340px at 80% 12%, rgba(42, 169, 224, .16), transparent 60%),
        radial-gradient(420px 300px at 10% 95%, rgba(121, 192, 67, .14), transparent 60%),
        linear-gradient(160deg, #e9f2f7 0%, #f9fcfd 55%, #eef6e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
}
.nv2-cat-preview img {
    max-width: 88%;
    max-height: 86%;
    object-fit: contain;
    filter: drop-shadow(0 26px 30px rgba(12, 19, 25, .18));
    transition: opacity .3s ease, transform .3s ease;
}
.nv2-cat-preview img.geciyor { opacity: 0; transform: scale(.97); }

/* ============================================================
   ÜRÜN RAYI — yatay kaydırmalı
   ============================================================ */
.nv2-products { padding: 70px 0 30px; }
.nv2-rail-head-btns { display: flex; gap: 10px; }
.nv2-rail-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--nv-line);
    background: var(--nv-card);
    color: var(--nv-ink);
    font-size: 17px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
.nv2-rail-btn:hover { background: var(--nv-ink); border-color: var(--nv-ink); color: #fff; }
.nv2-rail {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 6px 4px 26px;
    scrollbar-width: none;
}
.nv2-rail::-webkit-scrollbar { display: none; }
.nv2-rail-card {
    flex: 0 0 292px;
    scroll-snap-align: start;
    text-decoration: none;
    background: var(--nv-card);
    border: 1px solid var(--nv-line);
    border-radius: 22px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nv2-rail-card:hover {
    transform: translateY(-6px);
    border-color: rgba(42, 169, 224, .4);
    box-shadow: 0 24px 50px -22px rgba(12, 19, 25, .25);
}
.nv2-rail-media {
    aspect-ratio: 1 / .84;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(175deg, #f0f5f8 0%, #fbfdfe 100%);
    padding: 22px;
}
.nv2-rail-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}
.nv2-rail-card:hover .nv2-rail-media img { transform: scale(1.05); }
.nv2-rail-body { padding: 18px 22px 22px; }
.nv2-rail-body h3 {
    margin: 0 0 8px;
    font-family: var(--nv-disp);
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--nv-ink);
}
.nv2-rail-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--nv-blue-dark);
    background: rgba(42, 169, 224, .1);
    border-radius: 999px;
    padding: 5px 12px;
}

/* ============================================================
   KURUMSAL BANT — koyu, büyük ifade
   ============================================================ */
.nv2-about { padding: 60px 0 100px; }
.nv2-about-band {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    padding: clamp(50px, 7vw, 100px) clamp(28px, 6vw, 90px);
    background:
        radial-gradient(700px 400px at 90% 8%, rgba(42, 169, 224, .16), transparent 60%),
        radial-gradient(600px 400px at 6% 95%, rgba(121, 192, 67, .12), transparent 60%),
        linear-gradient(160deg, #0b1219 0%, #111d26 70%, #0c151c 100%);
    color: #fff;
}
.nv2-about-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(700px 500px at 30% 30%, #000 20%, transparent 75%);
    mask-image: radial-gradient(700px 500px at 30% 30%, #000 20%, transparent 75%);
    pointer-events: none;
}
.nv2-about-band .nv2-eyebrow { color: #7e93a3; position: relative; }
.nv2-about-band p.ifade {
    position: relative;
    margin: 26px 0 0;
    max-width: 900px;
    font-family: var(--nv-disp);
    font-size: clamp(20px, 2.6vw, 32px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -.015em;
    color: #dfe9f0;
}
.nv2-about-band p.ifade em {
    font-family: var(--nv-serif);
    font-style: italic;
    background: linear-gradient(95deg, #6cc6ec, var(--nv-green));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.nv2-about-actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 40px;
}
.nv2-about-actions .nv2-btn-solid { padding: 15px 30px; }
.nv2-about-actions .nv2-btn-ghost { padding: 14px 26px; }

/* ============================================================
   BAYİ HARİTASI — sade, düz zemin
   ============================================================ */
.nv2-map { padding: 20px 0 60px; }
.nv2-map .il-isimleri {
    text-align: center;
    font-family: var(--nv-disp);
    font-size: clamp(18px, 2.4vw, 28px);
    font-weight: 700;
    letter-spacing: -.01em;
    color: var(--nv-ink);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nv2-map svg { width: 100%; height: auto; display: block; }
.nv2-map #svg-turkiye-haritasi path {
    fill: #dde5eb;
    stroke: var(--nv-paper);
    stroke-width: .8;
    cursor: default;
    transition: fill .2s ease;
}
.nv2-map #svg-turkiye-haritasi path.tiklanabilir { fill: var(--nv-green); cursor: pointer; }
.nv2-map #svg-turkiye-haritasi path.tiklanabilir:hover { fill: var(--nv-blue); }
.nv2-map-legend {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
    color: var(--nv-muted);
    font-size: 13px;
    font-weight: 600;
}
.nv2-map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.nv2-map-legend i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; background: var(--nv-green); }

/* ============================================================
   CTA — ince şerit
   ============================================================ */
.nv2-cta { padding: 30px 0 110px; }
.nv2-cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    border-top: 1px solid var(--nv-line);
    padding-top: 54px;
}
.nv2-cta-row h2 {
    margin: 0;
    font-family: var(--nv-disp);
    font-size: clamp(26px, 3.4vw, 44px);
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--nv-ink);
    line-height: 1.08;
}
.nv2-cta-row h2 .aksan {
    font-family: var(--nv-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--nv-green-dark);
}
.nv2-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.nv2-btn-ink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 999px;
    background: var(--nv-ink);
    color: #fff !important;
    font-family: var(--nv-disp);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background .25s, transform .2s, box-shadow .25s;
}
.nv2-btn-ink:hover {
    background: linear-gradient(115deg, var(--nv-blue-dark), var(--nv-blue));
    transform: translateY(-2px);
    box-shadow: 0 16px 34px -14px rgba(42, 169, 224, .5);
}
.nv2-btn-cizgi {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border-radius: 999px;
    border: 1px solid var(--nv-line);
    background: var(--nv-card);
    color: var(--nv-ink) !important;
    font-family: var(--nv-disp);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .2s, color .2s;
}
.nv2-btn-cizgi:hover { border-color: var(--nv-blue); color: var(--nv-blue-dark) !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .nv2-cats-grid { grid-template-columns: 1fr; }
    .nv2-cat-preview { display: none; }
    .nv2-sec-head { flex-direction: column; align-items: flex-start; margin-bottom: 34px; }
    .nv2-about-band { border-radius: 24px; }
    .nv3-marquee-track span { font-size: 22px; }
}
@media (max-width: 767px) {
    .nv-wrap { padding: 0 18px; }
    /* mobil slayt: 1080x1920 dikey görsel, oran korunur */
    .nv3-slider { aspect-ratio: 1080 / 1920; }
    .nv3-frame { padding: 0 12px; }
    .nv3-slide-icerik {
        top: 38px;
        inset-inline-start: 24px;
        inset-inline-end: 24px;
        max-width: none;
        text-align: center;
    }
    .nv3-slide-icerik p { margin-inline: auto; }
    .nv3-marquee { padding: 24px 0 4px; }
    .nv3-marquee-track span { font-size: 19px; padding: 0 16px; }
    .nv2-cats { padding: 70px 0 20px; }
    .nv2-cat-row { gap: 12px; padding: 20px 2px; }
    .nv2-cat-row .adet { display: none; }
    .nv2-rail-card { flex-basis: 246px; }
    .nv2-cta-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 479px) {
    .nv2-cta-btns { width: 100%; flex-direction: column; }
    .nv2-cta-btns a { justify-content: center; }
}

/* ============================================================
   HABERLER — anasayfa
   ============================================================ */
.nv2-news { padding: 40px 0 30px; }
.nv2-news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; }
.nv2-news-card {
    position: relative; display: block; overflow: hidden; border-radius: 22px;
    aspect-ratio: 4 / 3; background: var(--nv-ink); text-decoration: none;
    box-shadow: 0 20px 44px -22px rgba(12, 19, 25, .35);
}
.nv2-news-card.buyuk { grid-row: span 1; }
.nv2-news-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.nv2-news-card:hover img { transform: scale(1.06); }
.nv2-news-icerik {
    position: absolute; inset: auto 0 0 0; padding: 22px;
    background: linear-gradient(180deg, transparent 0%, rgba(12, 19, 25, .88) 100%);
    color: #fff;
}
.nv2-news-icerik .tarih { display: block; font-size: 12px; font-weight: 700; letter-spacing: .1em; color: #9fe0ff; margin-bottom: 6px; }
.nv2-news-icerik h3 { margin: 0; font-family: var(--nv-disp); font-size: 18px; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; }
.nv2-news-card.buyuk .nv2-news-icerik h3 { font-size: 24px; }
@media (max-width: 991px) { .nv2-news-grid { grid-template-columns: 1fr 1fr; } .nv2-news-card.buyuk { grid-column: 1 / -1; aspect-ratio: 16 / 8; } }
@media (max-width: 575px) { .nv2-news-grid { grid-template-columns: 1fr; } .nv2-news-card.buyuk { aspect-ratio: 4 / 3; } }
