/* ============ TOLS VİZE – Tema ============ */
:root {
  --navy: #0e2a47;
  --navy-dark: #0a1f36;
  --navy-light: #16406b;
  --gold: #d9a441;
  --gold-dark: #b9862c;
  --ink: #1c2733;
  --muted: #5b6b7c;
  --line: #e3e9f0;
  --bg: #ffffff;
  --bg-alt: #f4f7fa;
  --green: #1e9e63;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(14, 42, 71, 0.09);
  --font: 'Plus Jakarta Sans', -apple-system, 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.65; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 10px;
  font-weight: 700; font-size: 15px; cursor: pointer; border: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy-dark); box-shadow: 0 6px 18px rgba(217,164,65,.35); }
.btn-gold:hover { background: #e2b055; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-light); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-lg { padding: 16px 40px; font-size: 16px; width: 100%; }

/* ---------- Topbar ---------- */
.topbar { background: var(--navy-dark); color: #c8d4e2; font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; padding-bottom: 8px; gap: 12px; }
.topbar-sep { margin: 0 10px; opacity: .5; }
@media (max-width: 720px) { .topbar-right { display: none; } }

/* ---------- Navbar ---------- */
.navbar { background: #fff; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 12px; background: var(--navy);
  color: var(--gold); font-weight: 800; font-size: 24px;
  display: inline-flex; align-items: center; justify-content: center; font-family: Georgia, serif;
}
.brand-text { font-weight: 800; font-size: 19px; color: var(--navy); line-height: 1.1; letter-spacing: .5px; }
.brand-text em { font-style: normal; color: var(--gold-dark); }
.brand-text small { display: block; font-size: 10.5px; font-weight: 600; color: var(--muted); letter-spacing: 2.5px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 14.5px; color: var(--ink); }
.nav-links a:not(.btn):hover { color: var(--gold-dark); }
.nav-toggle { display: none; background: none; border: none; font-size: 26px; color: var(--navy); cursor: pointer; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 20px 24px 24px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow); gap: 18px;
  }
  .nav-links.open { display: flex; }
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-light) 100%);
  color: #fff; overflow: hidden; position: relative;
}
.hero::after {
  content: ''; position: absolute; right: -180px; top: -180px; width: 520px; height: 520px;
  border-radius: 50%; background: radial-gradient(circle, rgba(217,164,65,.18), transparent 65%);
}
.hero-inner { display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 84px; padding-bottom: 92px; position: relative; z-index: 1; }
.hero-sub { margin-left: auto; margin-right: auto; max-width: 640px; }
.hero-actions, .hero-trust { justify-content: center; }
.badge {
  display: inline-block; background: rgba(217,164,65,.14); color: #ecc987;
  border: 1px solid rgba(217,164,65,.35); padding: 7px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 700; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 800; line-height: 1.18; letter-spacing: -.5px; }
.hero h1 .accent { color: var(--gold); }
.hero-sub { margin-top: 20px; font-size: 17px; color: #c9d6e4; max-width: 560px; }
.hero-sub strong { color: #fff; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-trust { list-style: none; display: flex; gap: 22px; flex-wrap: wrap; margin-top: 32px; font-size: 13.5px; color: #b9c8d9; }
.hero-trust strong { color: #fff; }

@media (max-width: 900px) {
  .hero-inner { padding-top: 56px; padding-bottom: 60px; }
}

/* ---------- WhatsApp Sabit Buton ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 10px 30px rgba(37, 211, 102, .6); }

/* ---------- Stats ---------- */
.stats { background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 30px 24px; }
.stat { text-align: center; }
.stat b { display: block; font-size: 26px; font-weight: 800; color: var(--navy); }
.stat b i { font-style: normal; font-size: 15px; color: var(--muted); }
.stat span { font-size: 13.5px; color: var(--muted); font-weight: 600; }
@media (max-width: 720px) { .stats-inner { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Bölümler ---------- */
.section { padding: 86px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.section-badge {
  display: inline-block; background: rgba(217,164,65,.12); color: var(--gold-dark);
  font-size: 12.5px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 999px; margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; color: var(--navy); letter-spacing: -.4px; }
.section-head p { margin-top: 14px; color: var(--muted); font-size: 16px; }

/* ---------- Hizmet kartları ---------- */
.cards-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.card-flag { font-size: 44px; margin-bottom: 14px; }
.card h3 { font-size: 21px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15px; }
.card-list { list-style: none; margin: 18px 0 26px; flex: 1; }
.card-list li { padding: 7px 0 7px 28px; position: relative; font-size: 14.5px; color: var(--ink); }
.card-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-dark); font-weight: 800; }
@media (max-width: 800px) { .cards-2 { grid-template-columns: 1fr; } }

/* ---------- Özellikler ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature, .contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; transition: transform .15s ease, box-shadow .15s ease;
}
.feature:hover, .contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-icon { font-size: 30px; margin-bottom: 12px; }
.feature h3, .contact-card h3 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.feature p, .contact-card p { font-size: 14.5px; color: var(--muted); }
.contact-card { text-align: center; display: block; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-3 { grid-template-columns: 1fr; } }

/* ---------- Adımlar ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { text-align: center; padding: 10px 8px; }
.step-num {
  width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--navy); color: var(--gold); font-weight: 800; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
}
.step h3 { font-size: 16.5px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ---------- SSS ---------- */
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 12px; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 18px 22px; font-weight: 700; font-size: 15.5px; color: var(--navy);
  list-style: none; position: relative; padding-right: 48px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 22px; color: var(--gold-dark); font-weight: 700; transition: transform .2s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 22px 20px; color: var(--muted); font-size: 14.5px; }

/* ---------- Başvuru ---------- */
.section-navy { background: linear-gradient(160deg, var(--navy-dark), var(--navy)); }
.section-head-light h2 { color: #fff; }
.section-head-light p { color: #c9d6e4; }
.badge-gold { background: rgba(217,164,65,.16); color: #ecc987; }

.form {
  background: #fff; border-radius: var(--radius); padding: 38px 34px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; display: flex; flex-direction: column; }
.form-field label { font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--font); font-size: 15px; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 10px; padding: 13px 15px;
  background: #fbfcfe; transition: border-color .15s; width: 100%;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--gold); background: #fff;
}
.form-consent { display: flex; gap: 11px; align-items: flex-start; font-size: 13px; color: var(--muted); margin: 6px 0 22px; cursor: pointer; }
.form-consent input { margin-top: 3px; accent-color: var(--gold-dark); }
.form-msg { margin-top: 16px; font-weight: 600; font-size: 14.5px; text-align: center; min-height: 22px; }
.form-msg.ok { color: var(--green); }
.form-msg.err { color: #c0392b; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; gap: 0; } .form { padding: 28px 20px; } }

/* ---------- Footer ---------- */
.footer { background: var(--navy-dark); color: #b7c5d6; padding: 52px 0 30px; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; gap: 14px; max-width: 420px; }
.footer-brand b { color: #fff; font-size: 16px; }
.footer-brand p { font-size: 13.5px; margin-top: 6px; }
.footer-links { display: flex; gap: 26px; align-items: center; font-weight: 600; font-size: 14px; flex-wrap: wrap; }
.footer-links a:hover { color: var(--gold); }
.footer-note { padding-top: 22px; font-size: 12.5px; color: #8698ac; }
.footer-note p + p { margin-top: 8px; }
