/* =============================================================
   kamubankalarisinavkurslari.com — özgün tasarım
   Fraunces (başlık) + Manrope (metin) · lacivert / krem / turuncu
   ============================================================= */
:root {
    --ink:      #0E1A2B;
    --ink-2:    #182A42;
    --ink-3:    #25405F;
    --cream:    #FBF8F2;
    --paper:    #F3EDE1;
    --line:     #E4DCCB;
    --text:     #1B2330;
    --muted:    #69707C;
    --accent:   #F18F1F;
    --accent-d: #D57508;
    --teal:     #0F7B6C;
    --wa:       #1FAF55;
    --r:        18px;
    --r-sm:     12px;
    --shadow:   0 1px 0 rgba(14,26,43,.04), 0 12px 32px -12px rgba(14,26,43,.18);
    --serif:    'Fraunces', Georgia, serif;
    --sans:     'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--text); background: var(--cream); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.12; letter-spacing: -.01em; margin: 0 0 .5em; }
h1 em, h2 em { font-style: italic; color: var(--accent); font-weight: 500; }
p { margin: 0 0 1em; }
code { font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 600px) { .wrap { padding: 0 16px; } }
.muted { color: var(--muted); }
.center { text-align: center; }
.small { font-size: .85rem; }
.w-full { width: 100%; }
.pt-0 { padding-top: 0 !important; }
.mt-lg { margin-top: 64px; }
.swatch { display: inline-block; width: 10px; height: 10px; border-radius: 3px; background: var(--bc, var(--ink)); flex-shrink: 0; }

/* ---------- Butonlar ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 999px; font-family: var(--sans); font-weight: 700; font-size: .95rem; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease; white-space: nowrap; background: none; }
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 14px 26px; font-size: 1rem; }
.btn-sm { padding: 8px 14px; font-size: .85rem; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-d); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-3); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #178e45; }
.btn-light { background: #fff; color: var(--ink); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-ghost-dark { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-ghost-dark:hover { border-color: var(--ink); }
.linkish { background: none; border: 0; color: var(--accent-d); font-weight: 700; cursor: pointer; text-decoration: underline; font: inherit; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: var(--cream); border-bottom: 1px solid var(--line); }
.hdr-in { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.hdr-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.hdr-logo img { height: 46px; width: auto; }
.hdr-logo span { font-family: var(--serif); font-weight: 700; font-size: .98rem; line-height: 1.1; color: var(--ink); }
.hdr-logo em { font-style: italic; font-weight: 500; color: var(--accent-d); }
.hdr-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.hdr-nav > a { white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; font-weight: 600; font-size: .92rem; text-decoration: none; color: var(--text); }
.hdr-nav > a:hover { background: var(--paper); }
.hdr-nav > a.on { background: var(--ink); color: #fff; }
.hdr-nav > a.on .swatch { outline: 2px solid rgba(255,255,255,.6); }
.nav-mobile-extra { display: none; }
.hdr-cta { display: flex; align-items: center; gap: 12px; }
.lnk-uzem { white-space: nowrap; font-weight: 700; font-size: .88rem; text-decoration: none; color: var(--ink); display: inline-flex; gap: 6px; align-items: center; }
.lnk-uzem:hover { color: var(--accent-d); }
.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1240px) {
    .lnk-uzem { display: none; }
    .hdr-nav > a { padding: 8px 10px; }
}
@media (max-width: 1000px) {
    .burger { display: inline-flex; }
    .hdr-cta { margin-left: auto; }
    .hdr-nav { position: fixed; inset: 72px 0 0 0; background: var(--cream); flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 32px; overflow-y: auto; margin: 0; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
    .nav-open .hdr-nav { opacity: 1; visibility: visible; transform: none; transition: opacity .2s ease, transform .2s ease; }
    .hdr-nav > a { font-size: 1.1rem; padding: 16px 8px; border-radius: 0; border-bottom: 1px solid var(--line); }
    .hdr-nav > a.on { background: none; color: var(--accent-d); }
    .nav-mobile-extra { display: grid; gap: 4px; margin-top: 16px; }
    .nav-mobile-extra a { padding: 10px 8px; text-decoration: none; font-weight: 600; color: var(--muted); display: flex; gap: 8px; }
    .nav-open { overflow: hidden; }
}
@media (max-width: 480px) {
    .hdr-cta .btn span { display: none; }
    .hdr-logo span { font-size: .85rem; }
}

/* ---------- Hero ---------- */
.hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 500px at 85% -10%, rgba(241,143,31,.22), transparent 60%), radial-gradient(700px 400px at -10% 110%, rgba(15,123,108,.25), transparent 60%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; padding-top: 72px; padding-bottom: 64px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 20px; }
.kicker.light { color: rgba(255,255,255,.75); margin-bottom: 10px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(241,143,31,.7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(241,143,31,0); } 100% { box-shadow: 0 0 0 0 rgba(241,143,31,0); } }
.hero h1 { font-size: clamp(2.3rem, 5.2vw, 4.1rem); font-weight: 800; }
.hero-lead { font-size: 1.12rem; color: rgba(255,255,255,.78); max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 36px; }
.hero-stats { display: flex; gap: 36px; margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-stats dt { font-family: var(--serif); font-size: 2rem; font-weight: 700; line-height: 1; }
.hero-stats dd { margin: 4px 0 0; font-size: .85rem; color: rgba(255,255,255,.65); }

.board { background: #fff; color: var(--text); border-radius: 22px; padding: 10px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); transform: rotate(1.2deg); }
.board-head { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px 12px; font-size: .72rem; font-weight: 800; letter-spacing: .14em; color: var(--muted); }
.board-live { display: inline-flex; gap: 6px; align-items: center; color: var(--teal); letter-spacing: .04em; text-transform: none; font-size: .8rem; }
.board-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.board-row { display: grid; grid-template-columns: 1fr auto auto 18px; align-items: center; gap: 14px; padding: 16px 14px; border-radius: 14px; text-decoration: none; border-left: 4px solid var(--bc, var(--ink)); background: var(--cream); margin-bottom: 8px; transition: background .2s, transform .2s; }
.board-row:hover { background: var(--paper); transform: translateX(3px); }
.board-name { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.02rem; }
.board-num { font-size: .82rem; color: var(--muted); font-weight: 600; }
.board-price { font-family: var(--serif); font-weight: 700; font-size: 1.1rem; text-align: right; line-height: 1.1; }
.board-price small { display: block; font-family: var(--sans); font-size: .66rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.board-all { --bc: var(--accent); background: #FFF3E3; }
.board-foot { margin: 6px 6px 4px; font-size: .78rem; color: var(--muted); display: flex; gap: 6px; }

.ticker { position: relative; border-top: 1px solid rgba(255,255,255,.1); overflow: hidden; padding: 14px 0; }
.ticker-track { display: flex; width: max-content; animation: ticker 40s linear infinite; }
.ticker-track span { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,.55); padding: 0 28px; white-space: nowrap; position: relative; }
.ticker-track span::after { content: "✦"; position: absolute; right: -6px; color: var(--accent); font-style: normal; font-size: .7rem; top: 4px; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track, .pulse { animation: none; } }

@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 48px; padding-bottom: 40px; }
    .board { transform: none; }
    .hero-stats { gap: 24px; }
}
@media (max-width: 480px) {
    .board-row { grid-template-columns: 1fr auto 14px; }
    .board-num { display: none; }
    .hero-stats dt { font-size: 1.6rem; }
    .hero-actions .btn { flex: 1 1 100%; }
}

/* ---------- Bölümler ---------- */
.sec { padding: 96px 0; }
@media (max-width: 700px) { .sec { padding: 64px 0; } }
.sec-paper { background: var(--paper); }
.sec-ink { background: var(--ink); color: #fff; }
.sec-head { margin-bottom: 40px; }
.sec-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin: 0; }
.sec-head.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; }
.sec-head.split p { color: var(--muted); margin: 0; }
@media (max-width: 800px) { .sec-head.split { grid-template-columns: 1fr; gap: 14px; } }
.num { display: inline-block; font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent-d); font-size: 1.05rem; margin-bottom: 10px; }
.sec-ink .num { color: var(--accent); }

/* ---------- Sekmeler ---------- */
.tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; margin-bottom: 24px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border: 1.5px solid var(--line); background: #fff; border-radius: 999px; font: 700 .95rem var(--sans); color: var(--text); cursor: pointer; white-space: nowrap; transition: all .2s; }
.tab:hover { border-color: var(--bc); }
.tab.on { background: var(--bc); border-color: var(--bc); color: #fff; }
.tab.on .swatch { background: #fff; }
.tab-panel { display: none; }
.tab-panel.on { display: block; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.panel-more { display: inline-flex; gap: 8px; align-items: center; margin-top: 12px; font-weight: 700; text-decoration: none; color: var(--accent-d); }
.panel-more:hover { gap: 12px; }

/* ---------- Paket satırı ---------- */
.pkg-list { display: grid; gap: 14px; }
.tab-panel .pkg + .pkg { margin-top: 14px; }
.pkg { display: grid; grid-template-columns: 120px 1fr 220px; gap: 24px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px; position: relative; transition: box-shadow .2s, border-color .2s; }
.pkg::before { content: ""; position: absolute; left: -1px; top: 18px; bottom: 18px; width: 4px; border-radius: 0 4px 4px 0; background: var(--bc); }
.pkg:hover { box-shadow: var(--shadow); border-color: transparent; }
.pkg-thumb img { width: 120px; height: 120px; object-fit: cover; border-radius: 12px; }
.pkg-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.tag, .tag-bank { font-size: .74rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: var(--cream); border: 1px solid var(--line); color: var(--muted); display: inline-flex; gap: 5px; align-items: center; }
.tag-bank { background: var(--bc); border-color: var(--bc); color: #fff; }
.tag-off { background: #FDECEC; border-color: #F7CFCF; color: #B42318; }
.pkg-title { font-family: var(--sans); font-weight: 800; font-size: 1.05rem; line-height: 1.35; letter-spacing: 0; margin-bottom: 6px; }
.pkg-feats { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: .86rem; color: var(--muted); }
.pkg-feats li::before { content: "—"; color: var(--accent); margin-right: 6px; }
.pkg-side { display: grid; gap: 8px; justify-items: stretch; text-align: right; border-left: 1px dashed var(--line); padding-left: 20px; }
.pkg-price s { color: var(--muted); font-size: .85rem; margin-right: 6px; }
.pkg-price b { font-family: var(--serif); font-size: 1.55rem; color: var(--ink); }
.pkg-price small { display: block; font-size: .74rem; color: var(--muted); }
.pkg-ask { font-size: .82rem; font-weight: 700; color: var(--wa); text-decoration: none; text-align: center; }
.pkg-ask:hover { text-decoration: underline; }
@media (max-width: 900px) {
    .pkg { grid-template-columns: 96px 1fr; gap: 16px; }
    .pkg-thumb img { width: 96px; height: 96px; }
    .pkg-side { grid-column: 1 / -1; border-left: 0; padding-left: 0; border-top: 1px dashed var(--line); padding-top: 14px; grid-template-columns: 1fr auto; align-items: center; text-align: left; }
    .pkg-ask { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
    .pkg { grid-template-columns: 72px 1fr; padding: 14px; }
    .pkg-thumb img { width: 72px; height: 72px; }
    .pkg-feats { display: none; }
    .pkg-title { font-size: .98rem; }
    .pkg-price b { font-size: 1.35rem; }
}

/* ---------- Spec (öne çıkan program) ---------- */
.spec { display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px; }
.spec-nums { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.spec-nums > div { padding: 28px 20px; border-left: 1px solid rgba(255,255,255,.15); }
.spec-nums > div:first-child { border-left: 0; padding-left: 0; }
.spec-nums b { display: block; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1; color: var(--accent); }
.spec-nums span { color: rgba(255,255,255,.7); font-size: .9rem; }
.week, .spec-list { background: var(--ink-2); border-radius: var(--r); padding: 28px; }
.week-title { font-weight: 700; color: rgba(255,255,255,.75); }
.week-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin: 16px 0 20px; }
.day { aspect-ratio: 1 / 1.2; border-radius: 12px; background: rgba(255,255,255,.05); display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 10px 4px; font-size: .78rem; color: rgba(255,255,255,.45); }
.day.live { background: rgba(241,143,31,.14); color: #fff; }
.day i { width: 100%; max-width: 30px; height: 36%; border-radius: 6px; background: repeating-linear-gradient(-45deg, var(--accent), var(--accent) 4px, var(--accent-d) 4px, var(--accent-d) 8px); opacity: .85; }
.week-note { color: rgba(255,255,255,.75); margin: 0; font-size: .95rem; }
.week-note b { color: #fff; }
.spec-opts { display: grid; gap: 8px; margin: 18px 0; }
.spec-opts div { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.spec-opts s { color: rgba(255,255,255,.45); font-size: .85rem; }
.spec-opts b { font-family: var(--serif); font-size: 1.3rem; }
@media (max-width: 900px) {
    .spec { grid-template-columns: 1fr; }
    .spec-nums { grid-template-columns: 1fr 1fr; }
    .spec-nums > div { padding: 20px 14px; }
    .spec-nums > div:nth-child(3) { border-left: 0; padding-left: 0; }
    .spec-nums > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
    .week, .spec-list { padding: 20px; }
}

.ticks { list-style: none; padding: 0; margin: 0; }
.ticks li { padding-left: 30px; position: relative; margin-bottom: 10px; }
.ticks li::before { content: "\F26E"; font-family: 'bootstrap-icons'; position: absolute; left: 0; top: -1px; color: var(--teal); font-size: 1.15rem; }
.ticks.light li::before { color: var(--accent); }

/* ---------- Karşılaştırma tablosu ---------- */
.cmp-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.cmp { width: 100%; border-collapse: collapse; min-width: 720px; font-size: .94rem; }
.cmp th, .cmp td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.cmp thead th { font-family: var(--serif); font-size: 1.05rem; background: var(--cream); }
.cmp tbody th { font-weight: 700; color: var(--muted); width: 16%; }
.cmp tr:last-child td, .cmp tr:last-child th { border-bottom: 0; }
.cmp .hl { background: #FFF3E3; }
.cmp thead .hl { background: var(--accent); color: #fff; }
.cmp .bi-check-lg { color: var(--teal); font-size: 1.1rem; }
.cmp .bi-dash-lg { color: #C0B8A6; }
.cmp small { color: var(--muted); }

/* ---------- Sınav alanları ---------- */
.areas { list-style: none; counter-reset: a; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.areas li { counter-increment: a; padding: 28px 24px 28px 0; border-bottom: 1px solid var(--line); }
.areas li:not(:nth-child(3n+1)) { padding-left: 24px; border-left: 1px solid var(--line); }
.areas li::before { content: counter(a, decimal-leading-zero); font-family: var(--serif); font-style: italic; color: var(--accent-d); display: block; margin-bottom: 10px; }
.areas b { display: block; font-family: var(--serif); font-size: 1.35rem; margin-bottom: 6px; }
.areas span { color: var(--muted); font-size: .92rem; }
@media (max-width: 800px) {
    .areas { grid-template-columns: 1fr 1fr; }
    .areas li, .areas li:not(:nth-child(3n+1)) { padding: 22px 16px 22px 0; border-left: 0; }
    .areas li:nth-child(2n) { padding-left: 16px; border-left: 1px solid var(--line); }
}
@media (max-width: 480px) {
    .areas { grid-template-columns: 1fr; }
    .areas li:nth-child(2n) { padding-left: 0; border-left: 0; }
}
.areas-cta { display: flex; align-items: center; gap: 18px; margin-top: 36px; background: #fff; border-radius: var(--r); padding: 16px 18px; border: 1px solid var(--line); }
.areas-cta img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.areas-cta p { margin: 0; flex: 1; }
@media (max-width: 600px) { .areas-cta { flex-wrap: wrap; } .areas-cta p { flex-basis: calc(100% - 90px); } .areas-cta .btn { width: 100%; } }

/* ---------- Kayıt adımları ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: s; }
.steps li { counter-increment: s; position: relative; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.steps li::after { content: counter(s); position: absolute; top: 18px; right: 20px; font-family: var(--serif); font-size: 2.6rem; font-weight: 800; color: var(--paper); line-height: 1; }
.steps i { font-size: 1.5rem; color: var(--accent-d); display: block; margin-bottom: 14px; }
.steps b { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.steps span { color: var(--muted); font-size: .9rem; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }
.iban-strip { margin-top: 16px; display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; align-items: center; background: var(--ink); color: #fff; border-radius: var(--r); padding: 22px 24px; }
.iban-strip small { display: block; color: rgba(255,255,255,.6); font-size: .78rem; }
.iban-strip code { display: block; font-size: clamp(1rem, 2.4vw, 1.35rem); font-weight: 700; letter-spacing: .04em; margin: 4px 0; word-break: break-word; }
.iban-strip p { grid-column: 1 / -1; margin: 0; font-size: .82rem; color: rgba(255,255,255,.6); }
@media (max-width: 600px) { .iban-strip { grid-template-columns: 1fr; } }

/* ---------- Hakkımızda + eğitmenler ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.about a { color: var(--accent-d); font-weight: 700; }
.about-stats { display: flex; gap: 32px; margin: 24px 0 0; }
.about-stats dt { font-family: var(--serif); font-size: 2rem; font-weight: 800; line-height: 1; }
.about-stats dd { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.faces { background: #fff; border-radius: 24px; padding: 28px; border: 1px solid var(--line); }
.faces-title { font-weight: 700; color: var(--muted); font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.faces ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.faces li { text-align: center; font-weight: 700; font-size: .88rem; }
.faces img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; margin-bottom: 8px; border: 3px solid var(--paper); }
@media (max-width: 900px) { .about { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 480px) { .faces ul { grid-template-columns: 1fr 1fr; } .faces { padding: 20px; } }

/* ---------- SSS ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.faq-grid h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 28px; } }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-weight: 700; font-size: 1.04rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--serif); font-size: 1.6rem; color: var(--accent-d); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: var(--muted); padding: 0 32px 20px 0; margin: 0; }
.faq-aside { display: grid; gap: 16px; position: sticky; top: 96px; }
@media (max-width: 900px) { .faq-aside { position: static; order: 2; } }
.note-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.note-card > i { font-size: 1.5rem; color: var(--accent-d); }
.note-card b { display: block; margin: 8px 0 4px; font-size: 1.05rem; }
.note-card p { color: var(--muted); font-size: .92rem; }
.note-card code { display: block; font-weight: 700; margin: 8px 0 4px; color: var(--ink); word-break: break-word; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--accent); color: #fff; padding: 64px 0; }
.cta-in { text-align: center; }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin: 18px 0 24px; }
.cta-news { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.cta-news span { background: rgba(14,26,43,.14); padding: 6px 14px; border-radius: 999px; font-size: .85rem; font-weight: 600; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.cta-band .btn-accent { background: var(--ink); }
.cta-band .btn-accent:hover { background: var(--ink-3); }

/* ---------- Sayfa başlığı ---------- */
.phead { padding: 56px 0 40px; }
.phead h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; }
.phead p { color: var(--muted); font-size: 1.08rem; max-width: 620px; }
.crumbs { font-size: .85rem; color: var(--muted); display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.crumbs a { text-decoration: none; font-weight: 600; }
.crumbs a:hover { color: var(--accent-d); }
.crumbs i { font-size: .7rem; }

/* ---------- Banka sayfası ---------- */
.bhero { background: linear-gradient(120deg, var(--bd) 0%, var(--bc) 130%); color: #fff; }
.bhero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding-top: 48px; padding-bottom: 64px; }
.bhero .crumbs { color: rgba(255,255,255,.7); }
.bhero .crumbs a:hover { color: #fff; }
.bhero h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; }
.bhero h1 em { color: #fff; opacity: .8; }
.bhero-lead { color: rgba(255,255,255,.85); }
.bhero .hero-actions { margin-bottom: 0; }
.bhero-art { margin: 0; }
.bhero-art img { border-radius: 20px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.55); transform: rotate(-1.5deg); }
@media (max-width: 900px) {
    .bhero-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 32px; padding-bottom: 48px; }
    .bhero-art { order: -1; }
    .bhero-art img { transform: none; }
}
.guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.guide h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.guide-list { list-style: none; counter-reset: g; padding: 0; margin: 0; display: grid; gap: 12px; }
.guide-list li { counter-increment: g; display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; background: #fff; border-radius: var(--r); padding: 20px; border: 1px solid var(--line); }
.guide-list li::before { content: counter(g); grid-row: span 2; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 1.2rem; }
.guide-list span { color: var(--muted); font-size: .94rem; }
@media (max-width: 800px) { .guide { grid-template-columns: 1fr; gap: 20px; } }
.other-banks { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 12px; }
.other-banks a { display: inline-flex; align-items: center; gap: 10px; padding: 16px 24px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); font-weight: 700; text-decoration: none; transition: border-color .2s, gap .2s; }
.other-banks a:hover { border-color: var(--bc); gap: 14px; }

/* ---------- Paketler filtre ---------- */
.filters { display: grid; gap: 10px; margin-bottom: 24px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--cream); font: 700 .86rem var(--sans); color: var(--text); cursor: pointer; }
.chip:hover { border-color: var(--bc, var(--ink)); }
.chip.on { background: var(--bc, var(--ink)); border-color: var(--bc, var(--ink)); color: #fff; }
.chip.on .swatch { background: #fff; }
.filters-count { margin: 4px 0 0; font-size: .88rem; color: var(--muted); }
.pkg.is-hidden { display: none; }
.empty { text-align: center; padding: 40px; color: var(--muted); }

/* ---------- İletişim ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.c-card { display: grid; gap: 2px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); text-decoration: none; transition: border-color .2s, transform .2s; }
a.c-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.c-card i { font-size: 1.3rem; color: var(--accent-d); margin-bottom: 8px; }
.c-card small { color: var(--muted); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.c-card b { font-size: 1.02rem; line-height: 1.4; }
.c-card.wa { background: var(--wa); border-color: var(--wa); color: #fff; }
.c-card.wa i, .c-card.wa small { color: rgba(255,255,255,.9); }
.c-form { background: var(--ink); color: #fff; border-radius: 24px; padding: 32px; display: grid; gap: 16px; }
.c-form h2 { font-size: 2rem; margin: 0; }
.c-form .muted { color: rgba(255,255,255,.6); margin: 0; }
.c-form label { display: grid; gap: 6px; font-weight: 600; font-size: .9rem; }
.c-form input[type=text], .c-form input[type=tel], .c-form textarea { width: 100%; font: 500 1rem var(--sans); padding: 13px 14px; border-radius: 12px; border: 1.5px solid var(--ink-3); background: var(--ink-2); color: #fff; }
.c-form input:focus, .c-form textarea:focus { outline: none; border-color: var(--accent); }
.c-form fieldset { border: 0; padding: 0; margin: 0; }
.c-form legend { font-weight: 600; font-size: .9rem; margin-bottom: 8px; }
.radio-row { display: flex; flex-wrap: wrap; gap: 8px; }
.radio input { position: absolute; opacity: 0; pointer-events: none; }
.radio span { display: inline-block; padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--ink-3); font-size: .86rem; cursor: pointer; }
.radio input:checked + span { background: var(--accent); border-color: var(--accent); }
.radio input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.form-err { color: #FFB4A8; margin: 0; font-size: .9rem; }
.map { margin-top: 32px; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.map iframe { display: block; width: 100%; height: 360px; border: 0; filter: grayscale(.4); }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .contact-cards { grid-template-columns: 1fr; } .c-form { padding: 22px; } }

/* ---------- Footer ---------- */
.ftr { background: var(--ink); color: rgba(255,255,255,.72); padding: 72px 0 28px; font-size: .92rem; }
.ftr a { text-decoration: none; }
.ftr a:hover { color: var(--accent); }
.ftr-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ftr-big { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 700; color: #fff; line-height: 1.1; margin: 0; }
.ftr-big span { font-style: italic; font-weight: 500; color: var(--accent); }
.ftr-phones { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
.ftr-phones > a:not(.btn) { font-family: var(--serif); font-size: 1.4rem; color: #fff; }
.ftr-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 48px 0; }
.ftr-grid h4 { font-family: var(--sans); color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 14px; }
.ftr-grid > div > a { display: block; padding: 4px 0; }
.ftr-grid p a { color: #fff; font-weight: 600; }
.ftr-grid b { color: #fff; }
.ftr-logo { background: #fff; border-radius: 12px; padding: 6px 8px; width: auto; height: 64px; margin-bottom: 16px; }
.ftr-social { display: flex; gap: 8px; }
.ftr-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; }
.ftr-social a:hover { background: var(--accent); color: #fff; }
.ftr-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
@media (max-width: 900px) { .ftr-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ftr-grid { grid-template-columns: 1fr; gap: 28px; } .ftr { padding-bottom: 96px; } }

/* ---------- WhatsApp FAB ---------- */
.fab-wa { position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 56px; height: 56px; border-radius: 18px; background: var(--wa); color: #fff; display: grid; place-items: center; font-size: 1.7rem; box-shadow: 0 12px 28px -8px rgba(31,175,85,.7); text-decoration: none; transition: transform .2s; }
.fab-wa:hover { transform: translateY(-3px); color: #fff; }
@media (max-width: 480px) { .fab-wa { right: 16px; bottom: 16px; } }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ₺ işareti Fraunces'ta yok: fiyatlar Manrope ile */
.board-price, .pkg-price b, .spec-opts b { font-family: var(--sans); font-weight: 800; letter-spacing: -.01em; }

/* Izgara taşma koruması */
.spec > *, .hero-grid > *, .bhero-grid > *, .about > *, .faq-grid > *, .contact > *, .guide > *, .pkg > * { min-width: 0; }
.btn.w-full { white-space: normal; text-align: center; }
@media (max-width: 900px) { .spec { grid-template-columns: minmax(0, 1fr); } }
