/* Guven Rehberi - acik temali, guven odakli tasarim sistemi */
:root {
  --navy: #0f4c81;
  --navy-d: #0a3a63;
  --gold: #f6ad1b;
  --gold-d: #d99708;
  --ink: #1a2433;
  --muted: #5b6b7f;
  --line: #e3e9f1;
  --bg: #ffffff;
  --bg-alt: #f4f7fb;
  --green: #1f9d55;
  --red: #c53030;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(15, 76, 129, 0.08);
  --shadow-lg: 0 14px 40px rgba(15, 76, 129, 0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
}
img, svg { vertical-align: middle; }
a { color: var(--navy); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 860px; }
.center { text-align: center; }
.muted { color: var(--muted); font-weight: 400; }
.hl { color: var(--gold-d); }

/* ---------------- Topbar ---------------- */
.topbar { background: var(--navy-d); color: #dceafb; font-size: 14px; }
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 8px 20px; flex-wrap: wrap; }
.topbar b { color: var(--gold); }
.topbar a { color: #fff; background: var(--gold-d); padding: 3px 12px; border-radius: 99px; font-weight: 700; font-size: 13px; white-space: nowrap; }
.topbar a:hover { background: var(--gold); text-decoration: none; }

/* ---------------- Header ---------------- */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 2px 12px rgba(15,76,129,.05); }
.site-header .container { display: flex; align-items: center; gap: 28px; height: 66px; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 19px; color: var(--navy); letter-spacing: -0.3px; }
.logo:hover { text-decoration: none; }
.main-nav { flex: 1; }
.main-nav ul { display: flex; gap: 4px; list-style: none; }
.main-nav a { display: block; padding: 8px 13px; border-radius: 8px; font-weight: 600; font-size: 14.5px; color: var(--ink); }
.main-nav a:hover { background: var(--bg-alt); text-decoration: none; }
.main-nav a.active { color: var(--navy); background: #e8f1fa; }
.header-cta { white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: 0.25s; }

/* ---------------- Butonlar ---------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 15px; padding: 11px 22px; border-radius: 10px; border: 0; cursor: pointer; transition: 0.18s; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-cta { background: linear-gradient(135deg, var(--gold), var(--gold-d)); color: #1a1206; box-shadow: 0 4px 14px rgba(246, 173, 27, 0.35); }
.btn-cta:hover { box-shadow: 0 6px 20px rgba(246, 173, 27, 0.5); color: #1a1206; }
.btn-outline { background: #fff; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-lg { padding: 15px 32px; font-size: 16.5px; border-radius: 12px; }

/* Telegram butonlari */
.btn-tg { background: #229ed9; color: #fff; box-shadow: 0 4px 14px rgba(34, 158, 217, 0.35); }
.btn-tg:hover { background: #1d8ec4; color: #fff; box-shadow: 0 6px 20px rgba(34, 158, 217, 0.5); }
.header-tg { padding: 9px 16px; font-size: 14px; white-space: nowrap; }
.f-tg { margin-top: 14px; padding: 10px 18px; font-size: 14px; }

/* Yuzen Telegram butonu */
.tg-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 80;
  display: inline-flex; align-items: center; gap: 8px;
  background: #229ed9; color: #fff; font-weight: 700; font-size: 15px;
  padding: 12px 18px; border-radius: 999px;
  box-shadow: 0 6px 22px rgba(34, 158, 217, 0.45);
  transition: 0.18s;
}
.tg-float:hover { background: #1d8ec4; color: #fff; text-decoration: none; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(34, 158, 217, 0.55); }
.btn-sm { padding: 7px 14px; font-size: 13.5px; border-radius: 8px; }
.link-more { font-weight: 700; font-size: 14.5px; }

/* ---------------- Hero ---------------- */
.hero { background: linear-gradient(180deg, #eaf2fa 0%, #ffffff 100%); padding: 52px 0 30px; border-bottom: 1px solid var(--line); }
.hero-inner { text-align: center; max-width: 760px; margin: 0 auto 38px; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--navy); background: #dcebf9; padding: 5px 14px; border-radius: 99px; margin-bottom: 16px; }
h1 { font-size: clamp(30px, 5vw, 46px); line-height: 1.15; letter-spacing: -1px; margin-bottom: 14px; }
.lead { font-size: clamp(16px, 2vw, 18.5px); color: var(--muted); }
.hero-badges { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 20px; font-size: 14.5px; font-weight: 600; color: var(--green); }

/* ---------------- Podyum ---------------- */
.podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 980px; margin: 0 auto; align-items: end; }
.podium-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 20px 22px; text-align: center; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.podium-card h3 { font-size: 19px; }
.podium-card p { font-size: 14px; color: var(--muted); }
.podium-card .btn { margin-top: 6px; width: 100%; }
.podium-card.p-1 { order: 2; transform: scale(1.06); border-color: var(--gold); box-shadow: var(--shadow-lg); z-index: 2; }
.podium-card.p-2 { order: 1; }
.podium-card.p-3 { order: 3; }
.p-rank { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: var(--navy); color: #fff; font-weight: 800; border-radius: 50%; font-size: 14px; }
.podium-card.p-1 .p-rank { background: var(--gold-d); }
.ribbon { position: absolute; top: 12px; right: -8px; background: var(--gold); color: #1a1206; font-size: 11px; font-weight: 800; letter-spacing: 0.6px; padding: 4px 10px; border-radius: 6px 0 0 6px; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.ribbon::after { content: ""; position: absolute; right: 0; bottom: -8px; border: 4px solid transparent; border-top-color: var(--gold-d); border-left-color: var(--gold-d); }
.ribbon-inline { background: var(--gold); color: #1a1206; font-size: 12px; font-weight: 800; padding: 3px 10px; border-radius: 99px; }

/* ---------------- Marka monogram / logo ---------------- */
.brand-mark { width: 54px; height: 54px; min-width: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: var(--bm, var(--navy)); color: #fff; font-weight: 800; font-size: 24px; box-shadow: inset 0 -3px 0 rgba(0,0,0,.18); }
.brand-mark.brand-logo { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 6px; }
.brand-mark.brand-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; }

/* ---------------- Puan ---------------- */
.score { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; height: 32px; padding: 0 8px; border-radius: 9px; font-weight: 800; font-size: 15.5px; color: #fff; }
.score-top { background: var(--green); }
.score-good { background: var(--navy); }
.score-ok { background: #718096; }
.stars { display: inline-flex; gap: 1px; }

/* ---------------- Bolumler ---------------- */
.section { padding: 56px 0; }
.section.alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 34px; }
.section-head h2 { font-size: clamp(24px, 3.6vw, 34px); letter-spacing: -0.6px; margin-bottom: 10px; }
.section-head p { color: var(--muted); }
.page-head { background: linear-gradient(180deg, #eaf2fa, #fff); padding: 34px 0 26px; border-bottom: 1px solid var(--line); }
.breadcrumb { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; }
.breadcrumb span { margin: 0 4px; }

/* ---------------- Karsilastirma tablosu ---------------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 40px; background: #fff; }
.cmp-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.cmp-table th { background: var(--navy); color: #fff; text-align: left; font-size: 13px; letter-spacing: 0.6px; text-transform: uppercase; padding: 13px 16px; }
.cmp-table td { padding: 13px 16px; border-top: 1px solid var(--line); font-size: 15px; }
.cmp-table tr:hover td { background: #f6f9fd; }
.row-editor td { background: #fff8e8 !important; }
.t-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.t-brand .brand-mark { width: 36px; height: 36px; min-width: 36px; font-size: 16px; border-radius: 9px; }
.mini-tag { display: inline-block; margin-left: 8px; background: var(--gold); color: #1a1206; font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 99px; }

/* ---------------- Site kartlari ---------------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 22px; }
.site-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px; transition: 0.2s; }
.site-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.site-card.is-editor { border-color: var(--gold); background: linear-gradient(180deg, #fffdf5, #fff); }
.sc-rank { position: absolute; top: -11px; left: 18px; background: var(--navy); color: #fff; font-weight: 800; font-size: 13px; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.is-editor .sc-rank { background: var(--gold-d); }
.sc-brand { display: flex; align-items: center; gap: 13px; }
.sc-brand h3 { font-size: 18.5px; }
.sc-brand h3 a { color: var(--ink); }
.sc-brand .score { margin-left: auto; }
.sc-meta { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); }
.sc-lic { background: var(--bg-alt); padding: 2px 8px; border-radius: 99px; }
.sc-facts { list-style: none; font-size: 14px; display: grid; gap: 5px; border-top: 1px dashed var(--line); padding-top: 12px; }
.sc-facts b { color: var(--navy); font-weight: 700; }
.sc-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.grid-item.hidden { display: none; }

/* ---------------- Editor kutusu ---------------- */
.editor-box { max-width: 860px; margin: 10px auto 40px; padding: 0 20px; }
.eb-head { text-align: center; margin-bottom: -14px; position: relative; z-index: 2; }
.eb-badge { background: var(--gold); color: #1a1206; font-weight: 800; font-size: 13.5px; padding: 6px 18px; border-radius: 99px; box-shadow: 0 4px 12px rgba(246,173,27,.4); }
.eb-body { display: flex; align-items: center; gap: 18px; background: var(--navy); border-radius: var(--radius); padding: 26px 26px 22px; box-shadow: var(--shadow-lg); flex-wrap: wrap; }
.eb-info { flex: 1; display: grid; gap: 4px; color: #fff; min-width: 200px; }
.eb-info strong { font-size: 21px; }
.eb-info small { color: #b9d2ea; font-size: 13.5px; }

/* ---------------- Kriterler ---------------- */
.criteria { display: grid; gap: 16px; }
.crit { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.crit-no { width: 38px; height: 38px; min-width: 38px; border-radius: 50%; background: #e8f1fa; color: var(--navy); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.crit h3 { font-size: 17px; margin-bottom: 4px; }
.crit p { font-size: 14.5px; color: var(--muted); }

/* ---------------- Inceleme sayfasi ---------------- */
.review-hero { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.review-hero .brand-mark { width: 72px; height: 72px; min-width: 72px; font-size: 32px; border-radius: 18px; }
.review-hero h1 { font-size: clamp(26px, 4vw, 36px); margin-bottom: 6px; }
.rh-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.rank-tag { background: var(--bg-alt); border: 1px solid var(--line); font-size: 13px; font-weight: 700; padding: 3px 10px; border-radius: 99px; color: var(--muted); }
.fact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }
.fact-grid > div { background: #fff; border: 1px solid var(--line); border-radius: 11px; padding: 13px 15px; display: grid; gap: 2px; box-shadow: var(--shadow); }
.fact-grid b { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--muted); font-weight: 700; }
.fact-grid span { font-weight: 700; font-size: 14.5px; }

.article p { margin-bottom: 16px; font-size: 16.5px; }
.article h2 { font-size: 24px; margin: 30px 0 12px; letter-spacing: -0.4px; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 26px 0; }
.pros, .cons { border-radius: var(--radius); padding: 20px 22px; }
.pros { background: #effaf3; border: 1px solid #c4ecd2; }
.cons { background: #fdf1f1; border: 1px solid #f3cfcf; }
.pros h3 { color: var(--green); margin-bottom: 10px; font-size: 16.5px; }
.cons h3 { color: var(--red); margin-bottom: 10px; font-size: 16.5px; }
.pros ul, .cons ul { list-style: none; display: grid; gap: 8px; font-size: 14.5px; }
.pros li::before { content: "✓ "; color: var(--green); font-weight: 800; }
.cons li::before { content: "✕ "; color: var(--red); font-weight: 800; }
.verdict { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; margin: 26px 0; }
.verdict h2 { margin-top: 0; }
.verdict .btn { margin-top: 14px; }
.alt-box { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 26px; margin-top: 8px; box-shadow: var(--shadow-lg); }
.alt-box h3 { font-size: 19px; margin-bottom: 8px; }
.alt-box p { color: #cfe3f5; font-size: 15px; margin-bottom: 16px; }
.alt-box strong { color: var(--gold); }

/* ---------------- Filtre chipleri ---------------- */
.filters { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 18px; }
.chip { background: #fff; border: 1.5px solid var(--line); border-radius: 99px; padding: 8px 17px; font-weight: 700; font-size: 14px; cursor: pointer; color: var(--muted); transition: 0.18s; }
.chip:hover { border-color: var(--navy); color: var(--navy); }
.chip[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ---------------- Rehber kartlari ---------------- */
.guide-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.guide-card { display: flex; flex-direction: column; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); transition: 0.2s; color: var(--ink); }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); text-decoration: none; }
.guide-card h3 { font-size: 18.5px; color: var(--navy); }
.guide-card p { font-size: 14.5px; color: var(--muted); flex: 1; }

/* ---------------- SSS ---------------- */
.faq { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 17px 20px; font-weight: 700; font-size: 15.5px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.pm { width: 22px; height: 22px; min-width: 22px; border-radius: 50%; background: #e8f1fa; position: relative; }
.pm::before, .pm::after { content: ""; position: absolute; background: var(--navy); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.pm::before { width: 10px; height: 2px; }
.pm::after { width: 2px; height: 10px; transition: 0.2s; }
details[open] .pm::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-a { padding: 0 20px 18px; color: var(--muted); font-size: 15px; }

/* ---------------- CTA band ---------------- */
.cta-band-wrap { padding: 30px 0; }
.cta-band { background: linear-gradient(135deg, var(--navy), var(--navy-d)); border-radius: 18px; text-align: center; padding: 44px 28px; color: #fff; box-shadow: var(--shadow-lg); }
.cta-band h2 { font-size: clamp(22px, 3.4vw, 30px); margin-bottom: 8px; letter-spacing: -0.5px; }
.cta-band p { color: #cfe3f5; max-width: 600px; margin: 0 auto 22px; }

/* ---------------- Footer ---------------- */
.site-footer { background: #0c1929; color: #aebfd2; margin-top: 40px; }
.f-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 36px; padding: 48px 0 36px; }
.site-footer .logo { color: #fff; margin-bottom: 12px; }
.f-about p, .site-footer h4 + p { font-size: 14px; }
.site-footer h4 { color: #fff; font-size: 14.5px; margin-bottom: 12px; letter-spacing: 0.4px; }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer ul a { color: #aebfd2; font-size: 14px; }
.site-footer ul a:hover { color: #fff; }
.f-bottom { border-top: 1px solid #1d3349; padding: 18px 0; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13.5px; }
.f-bottom a { color: #aebfd2; }

/* ---------------- Reveal animasyonu ---------------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------------- Responsive ---------------- */
@media (max-width: 1200px) {
  .header-tg span { display: none; }
  .header-tg { padding: 9px 11px; }
}
@media (max-width: 960px) {
  .f-grid { grid-template-columns: 1fr 1fr; }
  .header-cta { display: none; }
}
@media (max-width: 520px) {
  .tg-float span { display: none; }
  .tg-float { padding: 13px; }
}
@media (max-width: 860px) {
  .main-nav { position: fixed; top: 66px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); transform: translateY(-130%); transition: transform 0.28s ease; z-index: 49; visibility: hidden; }
  body.nav-open .main-nav { visibility: visible; }
  body.nav-open .main-nav { transform: none; }
  .main-nav ul { flex-direction: column; padding: 12px 16px 18px; gap: 2px; }
  .main-nav a { padding: 12px 14px; font-size: 16px; }
  .nav-toggle { display: block; margin-left: auto; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .podium { grid-template-columns: 1fr; max-width: 420px; }
  .podium-card.p-1 { order: 1; transform: none; }
  .podium-card.p-2 { order: 2; }
  .podium-card.p-3 { order: 3; }
  .pros-cons { grid-template-columns: 1fr; }
  .eb-body { flex-direction: column; text-align: center; }
  .eb-info { align-items: center; justify-items: center; }
}
@media (max-width: 560px) {
  .section { padding: 40px 0; }
  .hero { padding: 36px 0 24px; }
  .grid { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .review-hero .brand-mark { width: 56px; height: 56px; min-width: 56px; font-size: 24px; }
  .topbar .container { font-size: 12.5px; gap: 8px; }
}

/* Mobilde karsilastirma tablosu kart gorunumune doner; yatay kaydirma kalkar
   ve "Git" butonu her satirda gorunur kalir. */
@media (max-width: 700px) {
  .table-wrap { overflow-x: visible; border: 0; box-shadow: none; background: none; }
  .cmp-table { min-width: 0; }
  .cmp-table thead { display: none; }
  .cmp-table tbody { display: grid; gap: 12px; }
  .cmp-table tr { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 6px 0; position: relative; }
  .cmp-table tr.row-editor { border-color: var(--gold); }
  .row-editor td { background: #fff8e8; }
  .cmp-table td { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 0; padding: 7px 16px; font-size: 14.5px; }
  .cmp-table td::before { content: attr(data-th); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: var(--muted); }
  .cmp-table td[data-th=""]::before { content: none; }
  .cmp-table td[data-th=""] { justify-content: stretch; padding-top: 10px; }
  .cmp-table td[data-th=""] .btn { width: 100%; }
  .cmp-table td[data-th="Sıra"] { display: none; }
  .cmp-table td[data-th="Site"] { padding-top: 12px; }
  .cmp-table td[data-th="Site"] .mini-tag { position: absolute; top: -9px; left: 14px; margin: 0; }
}
