/* ============================================================
   MIGRATION OS — BEN YÜKSEL teması (lacivert · beyaz · altın)
   ============================================================ */
:root {
  --navy: #0d1b3e; --navy-2: #13244f; --navy-3: #1c3163;
  --gold: #c9a227; --gold-2: #e3c35a;
  --bg: #f4f6fa; --card: #ffffff; --line: #e3e8f2;
  --text: #1c2740; --muted: #66718c;
  --ok: #2e9e4f; --warn: #e08a3c; --err: #d64545; --info: #5b8def;
  --radius: 16px; --shadow: 0 8px 30px rgba(13,27,62,.08);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.6; font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

/* ---------- header ---------- */
.topbar { background: var(--navy); color: #cfd8ec; font-size: 13px; padding: 7px 0; }
.topbar .container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.topbar a { color: var(--gold-2); }
header.site { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
header.site .container { display: flex; align-items: center; gap: 28px; height: 74px; }
.logo img { height: 42px; }
nav.main { display: flex; gap: 22px; margin-left: auto; font-weight: 600; font-size: 15px; }
nav.main a { color: var(--text); padding: 6px 2px; border-bottom: 2px solid transparent; }
nav.main a:hover, nav.main a.on { color: var(--navy); border-color: var(--gold); }
.btn { display: inline-block; padding: 12px 26px; border-radius: 12px; font-weight: 700; font-size: 15px;
  border: none; cursor: pointer; transition: all .18s; text-align: center; }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); box-shadow: 0 6px 18px rgba(201,162,39,.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201,162,39,.45); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-3); }
.btn-line { border: 1.5px solid var(--line); background: #fff; color: var(--text); }
.btn-sm { padding: 8px 16px; font-size: 13px; border-radius: 9px; }
.menu-toggle { display: none; margin-left: auto; font-size: 26px; background: none; border: none; cursor: pointer; }

/* ---------- hero ---------- */
.hero { background: radial-gradient(1200px 600px at 75% -10%, #27407c 0%, var(--navy) 55%); color: #fff;
  padding: 92px 0 110px; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: auto 0 -1px 0; height: 70px; background: var(--bg);
  clip-path: polygon(0 100%, 100% 100%, 100% 0); }
.hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.hero h1 { font-size: 52px; line-height: 1.12; letter-spacing: -1px; font-weight: 800; }
.hero h1 em { color: var(--gold-2); font-style: normal; }
.hero p.lead { margin: 22px 0 32px; font-size: 19px; color: #c9d4ea; max-width: 540px; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-visual img { border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.hero-badge { position: absolute; bottom: -18px; left: -18px; background: #fff; color: var(--navy); border-radius: 14px;
  padding: 14px 20px; font-weight: 800; box-shadow: var(--shadow); }
.hero-badge small { display: block; color: var(--muted); font-weight: 600; }
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -46px; position: relative; z-index: 5; }
.stat { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; padding: 22px 10px; }
.stat b { font-size: 30px; color: var(--navy); display: block; }
.stat span { color: var(--muted); font-size: 14px; font-weight: 600; }

/* ---------- bölümler ---------- */
section.block { padding: 72px 0; }
.kicker { color: var(--gold); font-weight: 800; letter-spacing: 2.5px; font-size: 13px; text-transform: uppercase; }
h2.title { font-size: 36px; letter-spacing: -.5px; margin: 8px 0 14px; color: var(--navy); }
p.sub { color: var(--muted); max-width: 640px; margin-bottom: 38px; }
.center { text-align: center; } .center p.sub { margin-inline: auto; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }

.card { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
  transition: transform .2s, box-shadow .2s; border: 1px solid var(--line); }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(13,27,62,.14); }
.card .pad { padding: 22px; }
.card img.cover { width: 100%; height: 190px; object-fit: cover; }
.card h3 { color: var(--navy); font-size: 19px; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 14.5px; }
.tag { display: inline-block; background: #eef2fb; color: var(--navy-3); font-size: 12px; font-weight: 700;
  border-radius: 20px; padding: 3px 12px; margin-bottom: 10px; }
.tag.gold { background: #faf3dc; color: #8a6d10; }
.price { font-size: 22px; font-weight: 800; color: var(--navy); }
.price small { color: var(--muted); font-weight: 600; font-size: 13px; }

/* süreç */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.step { background: #fff; border-radius: var(--radius); padding: 26px 20px; box-shadow: var(--shadow); position: relative; }
.step::before { counter-increment: s; content: counter(s, decimal-leading-zero); font-size: 40px; font-weight: 800;
  color: #eef1f8; position: absolute; top: 10px; right: 16px; }
.step .ico { font-size: 30px; margin-bottom: 10px; }
.step h4 { color: var(--navy); margin-bottom: 6px; }
.step p { font-size: 13.5px; color: var(--muted); }

/* ekip */
.team-card { text-align: center; }
.team-card img.avatar { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin: 26px auto 0;
  border: 4px solid #f2ead0; display: block; }
.avatar-ph { width: 120px; height: 120px; border-radius: 50%; margin: 26px auto 0; background: var(--navy-2);
  color: var(--gold-2); display: flex; align-items: center; justify-content: center; font-size: 42px; font-weight: 800; }
.team-card h3 { margin-top: 14px; }
.team-card .role { color: var(--gold); font-weight: 700; font-size: 13.5px; }

/* yorumlar */
.t-card { padding: 26px; }
.t-card .starrow { color: var(--gold); font-size: 17px; letter-spacing: 3px; margin-bottom: 12px; }
.t-card p { font-style: italic; color: var(--text); }
.t-card footer { margin-top: 14px; font-weight: 700; color: var(--navy); }
.t-card footer small { display: block; color: var(--muted); font-weight: 600; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--navy-3)); color: #fff; border-radius: 22px;
  padding: 54px; display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { font-size: 30px; max-width: 560px; }
.cta-band h2 em { color: var(--gold-2); font-style: normal; }

/* SSS */
details.faq { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px 22px; margin-bottom: 12px; }
details.faq summary { font-weight: 700; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
details.faq summary::after { content: '+'; color: var(--gold); font-size: 22px; font-weight: 800; }
details.faq[open] summary::after { content: '−'; }
details.faq p { margin-top: 10px; color: var(--muted); }

/* form */
.form { display: grid; gap: 14px; }
.form label { font-weight: 700; font-size: 13.5px; color: var(--navy); display: block; margin-bottom: 5px; }
.form input, .form select, .form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 10px; font: inherit; background: #fff; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
.check input { width: auto; margin-top: 3px; }

/* flash */
.flash { padding: 13px 18px; border-radius: 12px; font-weight: 600; margin-bottom: 18px; }
.flash.ok { background: #e6f6ec; color: #197a3d; border: 1px solid #bfe6cd; }
.flash.err { background: #fdeaea; color: #b03030; border: 1px solid #f2c7c7; }

/* footer */
footer.site { background: var(--navy); color: #aebadb; margin-top: 80px; padding: 56px 0 26px; font-size: 14px; }
footer.site .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; margin-bottom: 34px; }
footer.site h4 { color: #fff; margin-bottom: 14px; font-size: 15px; }
footer.site a { display: block; padding: 3px 0; color: #aebadb; }
footer.site a:hover { color: var(--gold-2); }
.copy { border-top: 1px solid #24355f; padding-top: 20px; text-align: center; color: #7d8bb0; }

/* WhatsApp yüzen buton */
.wa-fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 30px;
  box-shadow: 0 10px 26px rgba(37,211,102,.45); }
.wa-fab:hover { transform: scale(1.08); }

/* çerez */
.cookie { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 90; background: var(--navy); color: #d6def0;
  border-radius: 14px; padding: 16px 22px; display: flex; gap: 18px; align-items: center; justify-content: space-between;
  flex-wrap: wrap; box-shadow: 0 16px 40px rgba(0,0,0,.35); font-size: 14px; }

/* ---------- panel ortak ---------- */
.shell { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
aside.side { background: var(--navy); color: #c3cfec; padding: 24px 0; }
aside.side .brand { padding: 0 22px 20px; border-bottom: 1px solid #24355f; margin-bottom: 16px; }
aside.side .brand img { height: 36px; filter: brightness(0) invert(1); }
aside.side .brand small { display: block; color: var(--gold-2); font-weight: 700; letter-spacing: 1.5px; font-size: 10.5px; margin-top: 5px; }
aside.side a { display: flex; gap: 11px; padding: 11px 22px; font-weight: 600; font-size: 14.5px; color: #c3cfec; }
aside.side a:hover { background: rgba(255,255,255,.06); color: #fff; }
aside.side a.on { background: rgba(201,162,39,.14); color: var(--gold-2); border-right: 3px solid var(--gold); }
aside.side .sep { margin: 14px 22px; border-top: 1px solid #24355f; }
main.content { padding: 30px 34px; }
.pagehead { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.pagehead h1 { font-size: 26px; color: var(--navy); }
.pagehead .who { color: var(--muted); font-size: 14px; }
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 26px; }
.kpi { background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 20px; border: 1px solid var(--line); }
.kpi b { font-size: 26px; color: var(--navy); display: block; }
.kpi span { color: var(--muted); font-size: 13px; font-weight: 600; }
.kpi .ico { float: right; font-size: 24px; opacity: .8; }

.panelcard { background: #fff; border-radius: 14px; box-shadow: var(--shadow); border: 1px solid var(--line);
  padding: 24px; margin-bottom: 22px; }
.panelcard h2 { font-size: 18px; color: var(--navy); margin-bottom: 16px; }
table.list { width: 100%; border-collapse: collapse; font-size: 14px; }
table.list th { text-align: left; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .8px;
  padding: 8px 10px; border-bottom: 2px solid var(--line); }
table.list td { padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.list tr:hover td { background: #f8fafd; }
.pill { display: inline-block; padding: 3px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; color: #fff; }

/* timeline */
.timeline { position: relative; padding-left: 6px; }
.tl-item { display: flex; gap: 16px; padding-bottom: 22px; position: relative; }
.tl-item::before { content: ''; position: absolute; left: 19px; top: 40px; bottom: 0; width: 2px; background: var(--line); }
.tl-item:last-child::before { display: none; }
.tl-dot { width: 40px; height: 40px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center;
  font-size: 18px; background: #eef1f8; border: 2px solid var(--line); z-index: 1; }
.tl-item.done .tl-dot { background: #e6f6ec; border-color: var(--ok); }
.tl-item.active .tl-dot { background: #faf3dc; border-color: var(--gold); box-shadow: 0 0 0 5px rgba(201,162,39,.15); }
.tl-body h4 { color: var(--navy); font-size: 15px; }
.tl-body small { color: var(--muted); }
.tl-item.pending { opacity: .55; }

/* skor halkası */
.score-ring { --p: 0; width: 130px; height: 130px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: conic-gradient(var(--gold) calc(var(--p)*1%), #e8ecf5 0); position: relative; margin: 0 auto; }
.score-ring::before { content: ''; position: absolute; inset: 12px; background: #fff; border-radius: 50%; }
.score-ring b { position: relative; font-size: 30px; color: var(--navy); }

.msg-row { display: flex; margin-bottom: 12px; }
.msg-row.me { justify-content: flex-end; }
.msg-bubble { max-width: 70%; background: #eef2fb; border-radius: 14px 14px 14px 4px; padding: 10px 16px; font-size: 14px; }
.msg-row.me .msg-bubble { background: var(--navy); color: #fff; border-radius: 14px 14px 4px 14px; }
.msg-bubble small { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; }
.msg-row.me .msg-bubble small { color: #9fb0d6; }

.auth-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(900px 500px at 70% -10%, #27407c 0%, var(--navy) 60%); padding: 30px; }
.auth-card { background: #fff; border-radius: 20px; padding: 40px; width: 100%; max-width: 440px; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.auth-card .logo { display: block; text-align: center; margin-bottom: 22px; }
.auth-card h1 { font-size: 24px; color: var(--navy); text-align: center; margin-bottom: 22px; }

/* ---------- SVG ikonlar ---------- */
.ic { vertical-align: -3px; flex: none; }
aside.side a .ic { opacity: .85; }
aside.side a.on .ic { opacity: 1; }
.panelcard h2 .ic, .pagehead h1 .ic { color: var(--gold); margin-right: 4px; }
.kpi .ico { float: right; width: 44px; height: 44px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center; opacity: 1; }
.kpi .ico.gold  { background: #faf3dc; color: #8a6d10; }
.kpi .ico.red   { background: #fdeaea; color: var(--err); }
.kpi .ico.green { background: #e6f6ec; color: var(--ok); }
.kpi .ico.blue  { background: #e9f0fd; color: var(--info); }
.step .ico { width: 54px; height: 54px; border-radius: 15px; background: linear-gradient(135deg, #faf3dc, #f3e6bd);
  color: #8a6d10; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.workrow { display: flex; gap: 10px; align-items: center; padding: 11px 0;
  border-bottom: 1px solid var(--line); font-size: 14.5px; }
.workrow:last-child { border-bottom: none; }
.workrow .ic { color: var(--gold); }
.workrow:hover { color: var(--navy); }
.tl-dot .ic { display: block; color: var(--muted); }
.tl-item.done .tl-dot .ic { color: var(--ok); }
.tl-item.active .tl-dot .ic { color: #8a6d10; }
.wa-fab .ic { vertical-align: middle; }
.btn .ic { vertical-align: -3.5px; margin-right: 6px; }

/* responsive */
@media (max-width: 960px) {
  .hero .container, .grid3, .grid4, .steps, .grid2, footer.site .cols { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 38px; }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
  .kpis { grid-template-columns: 1fr 1fr; }
  .shell { grid-template-columns: 1fr; }
  aside.side { position: sticky; top: 0; z-index: 60; display: flex; overflow-x: auto; padding: 8px; }
  aside.side .brand, aside.side .sep { display: none; }
  aside.side a { padding: 9px 13px; white-space: nowrap; border-right: none !important; border-radius: 9px; }
  nav.main { display: none; position: absolute; top: 74px; left: 0; right: 0; background: #fff; flex-direction: column;
    padding: 16px 24px; gap: 4px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.main.open { display: flex; }
  .menu-toggle { display: block; }
  header.site .btn { display: none; }
}
@media (max-width: 620px) {
  .hero .container, .grid3, .grid4, .steps, .grid2, footer.site .cols, .form .row2 { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 90px; } .hero h1 { font-size: 31px; }
  .hero-visual { display: none; }
  .cta-band { padding: 32px; } h2.title { font-size: 27px; }
  main.content { padding: 20px 14px; }
}
