/* Statik hizmet ve kurumsal sayfaların ortak stili.
   scripts/regenerate-pages.js tarafından üretilen sayfalar bu dosyayı kullanır. */

*,
*::before,
*::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1b1c1c;
  background: #fbf9f8;
  line-height: 1.7;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid #e6e2dd;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}
.topbar a { text-decoration: none; }
.brand { display: flex; align-items: center; gap: 10px; color: #031632; font-weight: 900; }
.brand img { width: 40px; height: 40px; border-radius: 10px; background: #031632; padding: 5px; }
.home-link { color: #556070; font-size: 14px; font-weight: 800; }

main { max-width: 880px; margin: 0 auto; padding: 32px 16px 96px; }

a { color: #031632; font-weight: 800; text-decoration: none; }
main p a,
main li a { text-decoration: underline; text-underline-offset: 3px; }

nav.breadcrumb { margin-bottom: 20px; font-size: 13px; font-weight: 700; color: #7a8496; }
nav.breadcrumb a { color: #556070; }
nav.breadcrumb span { margin: 0 6px; }

.hero {
  padding: 42px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(3, 22, 50, 0.96), rgba(20, 39, 68, 0.82));
  box-shadow: 0 24px 70px rgba(3, 22, 50, 0.18);
}
.kicker {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f4dfad;
  color: #031632;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
h1 {
  font-size: clamp(30px, 5.4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 14px 0;
}
.lead { max-width: 720px; color: rgba(255, 255, 255, 0.88); font-size: 18px; margin: 0; }

.section { margin-top: 40px; }
.section h2 {
  font-size: clamp(23px, 3.2vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #031632;
  margin: 0 0 12px;
}
.section h3 { font-size: 19px; color: #031632; margin: 24px 0 8px; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.card {
  padding: 18px 20px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(3, 22, 50, 0.06);
}
.card h3 { margin: 0 0 8px; font-size: 18px; color: #031632; }
.card p { margin: 0; color: #556070; font-size: 14.5px; line-height: 1.55; }

.checklist { margin: 12px 0 0; padding-left: 20px; }
.checklist li { margin-bottom: 8px; color: #3f4756; }

.note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid #b8892f;
  border-radius: 0 12px 12px 0;
  background: #fff7e8;
}
.note strong { display: block; margin-bottom: 6px; color: #031632; }
.note p { margin: 0 0 8px; color: #4a5261; font-size: 15px; }
.note p:last-child { margin-bottom: 0; }

figure { margin: 24px 0 0; }
figure img { width: 100%; border-radius: 14px; border: 1px solid #dfe3ea; object-fit: cover; }
figcaption { margin-top: 8px; font-size: 13px; color: #7a8496; }

.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin-top: 18px; }
.photo-grid img { width: 100%; height: 190px; border-radius: 12px; border: 1px solid #dfe3ea; object-fit: cover; }

.faq { margin-top: 18px; }
.faq details {
  padding: 14px 18px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 10px;
}
.faq summary { cursor: pointer; font-weight: 900; color: #031632; }
.faq p { margin: 10px 0 0; color: #4a5261; font-size: 15px; }

.links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.links a {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dfe3ea;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 22px;
  padding: 13px 22px;
  border-radius: 10px;
  color: #031632;
  background: linear-gradient(135deg, #f2d18a, #b8892f);
  font-weight: 900;
  text-decoration: none;
}

.floating-wa-static {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  max-width: min(330px, calc(100vw - 28px));
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(22, 163, 74, 0.28);
}
.floating-wa-static:hover { transform: translateY(-2px); }
.floating-wa-static svg { width: 22px; height: 22px; flex: 0 0 auto; }
.floating-wa-static strong { font-size: 14px; font-weight: 950; }

@media (max-width: 640px) {
  .hero { padding: 28px 22px; }
  main { padding: 24px 14px 96px; }
  .floating-wa-static { right: 12px; bottom: 12px; min-height: 58px; padding: 10px 12px 10px 10px; border-radius: 14px; }
  .floating-wa-static strong { font-size: 13px; }
}
