/* ══════════════════════════════════════════════════════════════
   TUR BROŞÜRÜ (PDF) — Trigger Buton + Offscreen Şablon Stilleri
   ══════════════════════════════════════════════════════════════ */

/* ── Sidebar Trigger Butonu (kart dışında, sidebar altında) ──── */
.ndp-brosur-row { margin-top: 16px; }
.ndp-brosur-trigger-btn {
    width: 100%; display: flex; align-items: center; gap: 12px;
    padding: 14px 16px; border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0; cursor: pointer; text-align: left;
    box-shadow: 0 2px 14px rgba(15,23,42,.06);
    transition: border-color .18s, background .18s, box-shadow .18s;
}
.ndp-brosur-trigger-btn:hover { background: #f8faff; border-color: #c7d7f4; box-shadow: 0 4px 18px rgba(31,57,106,.1); }
.ndp-brosur-trigger-btn:active { background: #eaf0fe; }
.ndp-brosur-trigger-btn:disabled { cursor: wait; opacity: .75; }
.ndp-brosur-btn-icon {
    width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
    background: rgba(31,57,106,.08); display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: #d64545;
}
.ndp-brosur-btn-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.ndp-brosur-btn-text strong { font-size: .85rem; font-weight: 700; color: #1f396a; line-height: 1.3; }
.ndp-brosur-btn-text small { font-size: .7rem; color: #8695ab; font-weight: 500; }
.ndp-brosur-btn-arrow { font-size: .7rem; color: #b8c4dc; flex-shrink: 0; }
.ndp-brosur-trigger-btn.is-loading .ndp-brosur-btn-arrow { display: none; }
.ndp-brosur-trigger-btn.is-loading .ndp-brosur-btn-icon i { animation: ndpBrosurSpin .9s linear infinite; color: #1f396a; }
@keyframes ndpBrosurSpin { to { transform: rotate(360deg); } }

.ndp-brosur-progress { margin-top: 9px; display: flex; align-items: center; gap: 9px; }
.ndp-brosur-progress-track { flex: 1; height: 5px; border-radius: 999px; background: #e8edf8; overflow: hidden; }
.ndp-brosur-progress-bar { height: 100%; width: 4%; border-radius: 999px; background: linear-gradient(90deg,#1f396a,#3a63ad); transition: width .25s ease; }
#ndpBrosurProgressText { font-size: .71rem; color: #64748b; font-weight: 600; white-space: nowrap; }

/* ── Offscreen Render Kökü ──────────────────────────────────── */
.ndp-brosur-offscreen {
    position: fixed; left: -99999px; top: 0; overflow: visible;
    pointer-events: none; z-index: -1;
}

/* ── Sayfa Temel Çatısı ──────────────────────────────────────── */
.ndp-bp-page {
    width: 1000px; height: 1414px; background: #fff; position: relative;
    box-sizing: border-box; overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #1e293b; display: flex; flex-direction: column;
}
.ndp-bp-page + .ndp-bp-page { margin-top: 24px; }

/* Running header/footer (içerik sayfaları) */
.ndp-bp-runhead {
    display: flex; align-items: center; justify-content: space-between;
    padding: 34px 56px 20px; border-bottom: 2px solid #eef2fb; flex-shrink: 0;
}
.ndp-bp-runhead-brand { display: flex; align-items: center; gap: 10px; }
.ndp-bp-runhead-mark {
    width: 34px; height: 34px; border-radius: 9px; background: #1f396a; color: #fff;
    display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px;
}
.ndp-bp-runhead-brand strong { font-size: 15px; font-weight: 800; color: #1f396a; }
.ndp-bp-runhead-tag { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #94a3b8; }
.ndp-bp-runfoot {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 56px 30px; border-top: 1px solid #eef2fb; flex-shrink: 0;
    font-size: 11px; color: #94a3b8; font-weight: 600;
}
.ndp-bp-runfoot span i { color: #c7d2e5; margin-right: 4px; }

.ndp-bp-body { width: 1000px; box-sizing: border-box; flex: 1; padding: 30px 56px 10px; overflow: hidden; }
.ndp-bp-section-title {
    display: flex; align-items: center; gap: 12px; margin-bottom: 22px;
}
.ndp-bp-section-title .ndp-bp-si {
    width: 44px; height: 44px; border-radius: 12px; background: #eef2ff; color: #1f396a;
    display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
}
.ndp-bp-section-title h2 { margin: 0; font-size: 24px; font-weight: 800; color: #16233f; line-height: 1.2; }
.ndp-bp-section-title small { display: block; font-size: 12px; font-weight: 600; color: #94a3b8; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 3px; }

/* Genel içerik tipografisi (zengin metin klonları) */
.ndp-bp-richtext { font-size: 15.5px; line-height: 1.85; color: #46536b; }
.ndp-bp-richtext p { margin: 0 0 14px; }
.ndp-bp-richtext h1, .ndp-bp-richtext h2, .ndp-bp-richtext h3, .ndp-bp-richtext h4 { font-size: 17px; font-weight: 800; color: #16233f; margin: 16px 0 8px; }
.ndp-bp-richtext ul, .ndp-bp-richtext ol { margin: 6px 0 14px; padding-left: 22px; }
.ndp-bp-richtext li { margin-bottom: 6px; }
.ndp-bp-richtext strong, .ndp-bp-richtext b { color: #1f396a; font-weight: 700; }
.ndp-bp-richtext a { color: #1f396a; }
.ndp-bp-richtext img, .ndp-bp-tl-body img {
    max-width: 100%; height: auto; display: block; margin: 10px 0;
    border-radius: 10px; object-fit: cover;
}

/* Checklist (Dahil Olanlar) kartları — bağımsız bloklar, akışta serbestçe bölünebilir */
.ndp-bp-check-item {
    display: flex; align-items: flex-start; gap: 12px; padding: 13px 16px; margin-bottom: 10px;
    background: #f8faff; border: 1px solid #e8edf8; border-radius: 12px;
    font-size: 15px; color: #354357; line-height: 1.55; font-weight: 500;
}
.ndp-bp-check-item .ndp-bp-check-ico {
    width: 24px; height: 24px; border-radius: 50%; background: #1f396a; color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 1px;
}
.ndp-bp-check-item.ndp-bp-faq-item { flex-direction: column; align-items: stretch; }
.ndp-bp-faq-num { background: #f6b73c !important; }

/* Bölüm başlığı bir önceki bölümün hemen altında akıyorsa görsel ayraç ekle */
.ndp-bp-flow-head { margin-bottom: 4px; }
.ndp-bp-body > .ndp-bp-flow-head:not(:first-child) {
    margin-top: 30px; padding-top: 24px; border-top: 1.5px dashed #e5eaf5;
}

/* Bilgi kartları grid (Genel Bilgi) */
.ndp-bp-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 8px; }
.ndp-bp-info-card {
    background: #f8faff; border: 1px solid #e8edf8; border-radius: 14px; padding: 16px 14px;
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px;
}
.ndp-bp-info-card i { font-size: 20px; color: #1f396a; }
.ndp-bp-info-card .ndp-bp-info-label { font-size: 10.5px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: .04em; }
.ndp-bp-info-card .ndp-bp-info-val { font-size: 13px; font-weight: 700; color: #1e293b; }

/* Servis Saatleri */
.ndp-bp-servis-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ndp-bp-servis-list li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: #46536b; padding: 10px 14px; background: #f8faff; border-radius: 10px; border: 1px solid #e8edf8; font-weight: 500; }
.ndp-bp-servis-list li i { color: #1f396a; font-size: 12px; }

/* Tur programı zaman çizelgesi */
.ndp-bp-timeline { display: flex; flex-direction: column; }
.ndp-bp-tl-row { display: flex; gap: 18px; padding: 0 0 26px; position: relative; }
.ndp-bp-tl-rail { display: flex; flex-direction: column; align-items: center; width: 30px; flex-shrink: 0; }
.ndp-bp-tl-dot { width: 30px; height: 30px; border-radius: 50%; background: #1f396a; color: #fff; font-size: 12.5px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ndp-bp-tl-line { flex: 1; width: 2px; background: #dbe6f5; margin-top: 4px; }
.ndp-bp-tl-row:last-child .ndp-bp-tl-line { display: none; }
.ndp-bp-tl-main { flex: 1; padding-top: 2px; }
.ndp-bp-tl-title { font-size: 16px; font-weight: 800; color: #16233f; margin: 0 0 8px; }
.ndp-bp-tl-body { font-size: 14.5px; line-height: 1.7; color: #46536b; }
.ndp-bp-tl-body p { margin: 0 0 8px; }
.ndp-bp-tl-body ul { margin: 4px 0 8px; padding-left: 20px; }

/* ── KAPAK SAYFASI ───────────────────────────────────────────── */
.ndp-bp-cover { background: linear-gradient(160deg, #10192f 0%, #1f396a 48%, #2c4d8c 100%); color: #fff; padding: 0; }
.ndp-bp-cover::before {
    content: ''; position: absolute; top: -180px; right: -180px; width: 520px; height: 520px;
    border-radius: 50%; background: radial-gradient(circle, rgba(246,183,60,.35), rgba(246,183,60,0) 70%);
}
.ndp-bp-cover::after {
    content: ''; position: absolute; bottom: -220px; left: -160px; width: 460px; height: 460px;
    border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.10), rgba(255,255,255,0) 70%);
}
.ndp-bp-cover-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 46px 56px 0; }
.ndp-bp-cover-brand { display: flex; align-items: center; gap: 12px; }
.ndp-bp-cover-mark {
    width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.16); color: #f6b73c;
    display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 20px;
    border: 1px solid rgba(255,255,255,.25);
}
.ndp-bp-cover-brand strong { font-size: 18px; font-weight: 800; letter-spacing: .01em; }
.ndp-bp-cover-brand small { display: block; font-size: 10.5px; color: rgba(255,255,255,.65); letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.ndp-bp-cover-ribbon {
    font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
    background: rgba(246,183,60,.16); border: 1px solid rgba(246,183,60,.5); color: #f6b73c;
    padding: 8px 16px; border-radius: 999px;
}
.ndp-bp-cover-hero-wrap { position: relative; z-index: 2; padding: 30px 56px 0; display: flex; flex-direction: column; flex: 1; min-height: 0; }
.ndp-bp-cover-title { font-size: 38px; font-weight: 800; line-height: 1.2; margin: 0 0 10px; max-width: 820px; flex-shrink: 0; }
.ndp-bp-cover-slogan { font-size: 15.5px; color: rgba(255,255,255,.82); font-weight: 500; margin: 0 0 22px; max-width: 760px; line-height: 1.5; flex-shrink: 0; }
.ndp-bp-cover-hero {
    flex: 1; min-height: 260px; width: 100%; border-radius: 22px; display: block;
    background-color: rgba(255,255,255,.08); background-size: cover; background-position: center; background-repeat: no-repeat;
    box-shadow: 0 26px 60px rgba(0,0,0,.35); border: 4px solid rgba(255,255,255,.14); box-sizing: border-box;
}
.ndp-bp-cover-chiprow { position: relative; z-index: 2; display: flex; gap: 12px; padding: 24px 56px 0; flex-wrap: wrap; }
.ndp-bp-cover-chip {
    display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px; padding: 11px 16px; backdrop-filter: blur(2px);
}
.ndp-bp-cover-chip i { font-size: 15px; color: #f6b73c; }
.ndp-bp-cover-chip .ndp-bp-chip-label { font-size: 10px; color: rgba(255,255,255,.6); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; display: block; }
.ndp-bp-cover-chip .ndp-bp-chip-val { font-size: 13.5px; font-weight: 700; color: #fff; display: block; }

.ndp-bp-cover-bottom { position: relative; z-index: 2; margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding: 26px 56px 40px; }
.ndp-bp-cover-price { display: flex; align-items: baseline; gap: 10px; }
.ndp-bp-cover-price .lbl { font-size: 12px; color: rgba(255,255,255,.68); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.ndp-bp-cover-price .old { font-size: 15px; color: rgba(255,255,255,.5); text-decoration: line-through; font-weight: 600; }
.ndp-bp-cover-price .val { font-size: 34px; font-weight: 800; color: #f6b73c; }
.ndp-bp-cover-rating { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 10px 16px; }
.ndp-bp-cover-rating i { color: #f6b73c; font-size: 15px; }
.ndp-bp-cover-rating strong { font-size: 16px; font-weight: 800; }
.ndp-bp-cover-rating span { font-size: 11.5px; color: rgba(255,255,255,.7); font-weight: 600; }

/* ── ARKA KAPAK / İLETİŞİM SAYFASI ───────────────────────────── */
.ndp-bp-back { background: linear-gradient(160deg, #10192f 0%, #1f396a 55%, #2c4d8c 100%); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px; }
.ndp-bp-back::before {
    content: ''; position: absolute; top: -200px; left: -200px; width: 520px; height: 520px; border-radius: 50%;
    background: radial-gradient(circle, rgba(246,183,60,.28), rgba(246,183,60,0) 70%);
}
.ndp-bp-back-mark { width: 70px; height: 70px; border-radius: 18px; background: rgba(255,255,255,.14); color: #f6b73c; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 30px; margin-bottom: 22px; position: relative; z-index: 2; }
.ndp-bp-back h2 { font-size: 32px; font-weight: 800; margin: 0 0 12px; position: relative; z-index: 2; }
.ndp-bp-back p { font-size: 15px; color: rgba(255,255,255,.78); max-width: 560px; margin: 0 0 34px; line-height: 1.6; position: relative; z-index: 2; }
.ndp-bp-back-grid { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; position: relative; z-index: 2; margin-bottom: 30px; }
.ndp-bp-back-item {
    min-width: 220px; display: flex; align-items: center; gap: 13px; text-align: left;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 16px 18px;
}
.ndp-bp-back-item i { font-size: 19px; color: #f6b73c; width: 30px; text-align: center; flex-shrink: 0; }
.ndp-bp-back-item strong { display: block; font-size: 14.5px; font-weight: 700; }
.ndp-bp-back-item small { display: block; font-size: 11px; color: rgba(255,255,255,.6); font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.ndp-bp-back-foot { position: relative; z-index: 2; font-size: 11.5px; color: rgba(255,255,255,.55); font-weight: 600; }
.ndp-bp-back-foot strong { color: rgba(255,255,255,.85); }

/* ── Yükleniyor Overlay ──────────────────────────────────────── */
.ndp-brosur-overlay {
    position: fixed; inset: 0; background: rgba(15,23,42,.55); z-index: 99999;
    display: flex; align-items: center; justify-content: center; backdrop-filter: blur(2px);
}
.ndp-brosur-overlay-card {
    background: #fff; border-radius: 18px; padding: 30px 34px; text-align: center; max-width: 300px;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
.ndp-brosur-overlay-card i { font-size: 30px; color: #1f396a; animation: ndpBrosurSpin 1s linear infinite; margin-bottom: 12px; display: inline-block; }
.ndp-brosur-overlay-card strong { display: block; font-size: 14.5px; color: #1e293b; font-weight: 800; margin-bottom: 4px; }
.ndp-brosur-overlay-card span { font-size: 12px; color: #64748b; }
