/* turkcetercuman.be — ortak stil */
:root {
  --navy: #1d3a5f;
  --navy-dark: #142c4a;
  --navy-light: #2c527f;
  --red: #c8102e;
  --gold: #c9a24b;
  --cream: #f6f0e4;
  --cream-dark: #ece3d0;
  --ink: #22303f;
  --muted: #5b6b7c;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(20, 44, 74, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--navy); }

.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 240, 228, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--cream-dark);
}
.site-header::before {
  content: ""; display: block; height: 5px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 40%, var(--red) 40%, var(--red) 60%, var(--gold) 60%, var(--gold) 100%);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 10px 0;
  max-width: 1360px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 132px; height: 132px; border-radius: 50%; box-shadow: 0 2px 10px rgba(20,44,74,0.15); }
.brand-name { font-weight: 800; color: var(--navy); font-size: 1.12rem; line-height: 1.25; max-width: 300px; }
.brand-name span { display: block; font-weight: 700; color: var(--red); font-size: 0.82rem; letter-spacing: 0.03em; }

.main-nav { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.main-nav a { text-decoration: none; font-weight: 600; font-size: 0.88rem; color: var(--navy); }
.main-nav a:hover { color: var(--red); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  display: flex; border: 1.5px solid var(--navy); border-radius: 999px; overflow: hidden;
  font-size: 0.82rem; font-weight: 700;
}
.lang-switch a { padding: 4px 12px; text-decoration: none; color: var(--navy); }
.lang-switch a.active { background: var(--navy); color: var(--white); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 999px; text-decoration: none;
  font-weight: 700; font-size: 0.98rem; transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: var(--red); color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-whatsapp { background: #1fa855; color: var(--white); }
.btn-sm { padding: 8px 16px; font-size: 0.88rem; white-space: nowrap; }

/* ---------- Hero ---------- */
.hero {
  padding: 64px 0 48px;
  background:
    radial-gradient(680px 420px at 88% 12%, rgba(29, 58, 95, 0.10), transparent 65%),
    radial-gradient(560px 380px at 4% 95%, rgba(200, 16, 46, 0.07), transparent 65%),
    radial-gradient(420px 300px at 55% 110%, rgba(201, 162, 75, 0.10), transparent 60%),
    linear-gradient(150deg, var(--cream) 0%, #f0ece0 55%, #e8edf4 100%);
  border-bottom: 1px solid var(--cream-dark);
}
.hero-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 48px; align-items: center; }
.hero .kicker {
  display: inline-block; background: var(--navy); color: var(--gold);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); line-height: 1.15; color: var(--navy-dark); margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero .lead { font-size: 1.13rem; color: var(--muted); margin-bottom: 28px; max-width: 56ch; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-photo { position: relative; }
.hero-photo img {
  border-radius: var(--radius); box-shadow: var(--shadow);
  border: 6px solid var(--white);
}
.hero-photo .badge-float {
  position: absolute; bottom: -18px; left: -18px;
  background: var(--white); border-radius: 12px; box-shadow: var(--shadow);
  padding: 10px 16px; font-size: 0.82rem; font-weight: 700; color: var(--navy);
  display: flex; align-items: center; gap: 8px;
}
.badge-float .dot { width: 10px; height: 10px; border-radius: 50%; background: #1fa855; flex: none; }

.trust-strip { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-item {
  background: var(--white); border-radius: 10px; padding: 10px 16px;
  font-size: 0.85rem; font-weight: 600; color: var(--navy);
  border: 1px solid var(--cream-dark); display: flex; align-items: center; gap: 8px;
}
.trust-item strong { color: var(--red); }

/* ---------- Sections ---------- */
section { padding: 56px 0; }
section.alt {
  background:
    radial-gradient(700px 400px at 100% 0%, rgba(29, 58, 95, 0.06), transparent 60%),
    radial-gradient(500px 350px at 0% 100%, rgba(201, 162, 75, 0.08), transparent 60%),
    linear-gradient(180deg, var(--white) 0%, #f3f6fa 100%);
  border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
}
.section-head { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.section-head .eyebrow {
  color: var(--red); font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.1em; font-size: 0.8rem; display: block; margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--navy-dark); margin-bottom: 12px; }
.section-head p { color: var(--muted); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: var(--white); border-radius: var(--radius); padding: 28px;
  border: 1px solid var(--cream-dark); box-shadow: 0 4px 14px rgba(20,44,74,0.05);
}
section.alt .card { background: var(--cream); }
.card .icon {
  width: 52px; height: 52px; border-radius: 12px; background: var(--navy);
  color: var(--gold); display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 16px;
}
.card h3 { color: var(--navy-dark); margin-bottom: 10px; font-size: 1.15rem; }
.card p { color: var(--muted); font-size: 0.95rem; }
.card ul { margin: 10px 0 0 18px; color: var(--muted); font-size: 0.95rem; }
.card li { margin-bottom: 4px; }

/* ---------- Documents grid ---------- */
.doc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.doc-item {
  background: var(--white); border: 1px solid var(--cream-dark); border-radius: 10px;
  padding: 14px 16px; font-weight: 600; font-size: 0.92rem; color: var(--navy);
  display: flex; align-items: center; gap: 10px;
}
.doc-item::before { content: "✓"; color: var(--red); font-weight: 800; }

/* ---------- Why / prose ---------- */
.prose { max-width: 800px; margin: 0 auto; }
.prose h3 { color: var(--navy-dark); margin: 28px 0 10px; font-size: 1.2rem; }
.prose p { margin-bottom: 14px; color: var(--ink); }
.prose ul { margin: 0 0 14px 22px; }
.prose li { margin-bottom: 6px; }
.callout {
  background: var(--navy); color: var(--cream); border-radius: var(--radius);
  padding: 24px 28px; margin: 24px 0;
}
.callout strong { color: var(--gold); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step {
  background: var(--white); border-radius: var(--radius); padding: 26px 22px;
  border-top: 4px solid var(--red); box-shadow: 0 4px 14px rgba(20,44,74,0.05);
}
.step .num {
  width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 14px;
}
.step h3 { font-size: 1.02rem; color: var(--navy-dark); margin-bottom: 8px; }
.step p { font-size: 0.9rem; color: var(--muted); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: start; }
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow); border: 6px solid var(--cream); }
.about-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.fact {
  background: var(--cream); border-radius: 10px; padding: 14px 16px; font-size: 0.9rem;
}
.fact strong { display: block; color: var(--navy-dark); margin-bottom: 2px; }

/* ---------- Regions ---------- */
.region-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.region-tags span {
  background: var(--white); border: 1px solid var(--cream-dark); border-radius: 999px;
  padding: 8px 18px; font-weight: 600; font-size: 0.9rem; color: var(--navy);
}

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: var(--white); border: 1px solid var(--cream-dark); border-radius: 12px;
  margin-bottom: 12px; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--navy-dark);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--red); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 22px 18px; color: var(--muted); }
.faq .answer p { margin-bottom: 10px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.contact-card {
  background: var(--white); border-radius: var(--radius); padding: 34px;
  box-shadow: var(--shadow);
}
.contact-card h3 { color: var(--navy-dark); margin-bottom: 18px; }
.contact-line { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--cream-dark); }
.contact-line:last-of-type { border-bottom: none; }
.contact-line .ico {
  width: 42px; height: 42px; border-radius: 10px; background: var(--navy); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex: none;
}
.contact-line a { font-weight: 700; text-decoration: none; }
.contact-line small { display: block; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer {
  background:
    radial-gradient(700px 400px at 90% 10%, rgba(201, 162, 75, 0.12), transparent 60%),
    radial-gradient(500px 350px at 5% 90%, rgba(200, 16, 46, 0.10), transparent 60%),
    linear-gradient(150deg, var(--navy-dark) 0%, #0d1f35 100%);
  color: rgba(246,240,228,0.85); padding: 44px 0 24px;
  border-top: 4px solid var(--gold);
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; margin-bottom: 28px; }
.site-footer h4 { color: var(--gold); margin-bottom: 12px; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.06em; }
.site-footer a { color: rgba(246,240,228,0.85); text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; font-size: 0.92rem; }
.footer-bottom {
  border-top: 1px solid rgba(246,240,228,0.15); padding-top: 20px;
  font-size: 0.82rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: var(--white); box-shadow: 0 -4px 20px rgba(20,44,74,0.15);
  padding: 10px 14px; gap: 10px;
}
.mobile-cta .btn { flex: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 380px; }
  .cards, .steps { grid-template-columns: 1fr 1fr; }
  .doc-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand img { width: 76px; height: 76px; }
  .brand-name { font-size: 0.95rem; }
  .cards, .steps, .doc-grid { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 70px; }
  .about-facts { grid-template-columns: 1fr; }
}
