/* ============================================
   Aksu Beyaz Eşya Servisi — Site Stili
   ============================================ */
:root {
  --bg: #F6F8F9;
  --surface: #FFFFFF;
  --ink: #16324A;
  --ink-soft: #52697C;
  --line: #E1E8ED;
  --brand: #0E7C93;
  --brand-dark: #0A6175;
  --brand-tint: #E7F4F7;
  --amber: #F0A02C;
  --radius: 14px;
  --shadow: 0 8px 28px rgba(22, 50, 74, 0.08);
  --maxw: 1120px;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
}

h1, h2, h3, .display {
  font-family: "Manrope", "Inter", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

img { max-width: 100%; display: block; }
a { color: var(--brand); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Üst bilgi çubuğu ---------- */
.topbar {
  background: var(--ink);
  color: #DCE7EF;
  font-size: 13.5px;
  padding: 7px 0;
}
.topbar .container {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }

/* ---------- Menü ---------- */
header.site {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
header.site .container {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; gap: 24px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
  font-family: "Manrope", sans-serif; font-weight: 800; font-size: 19px;
}
.logo svg { flex: none; }
.logo span em { font-style: normal; color: var(--brand); }
nav.main { display: flex; align-items: center; gap: 26px; }
nav.main a {
  text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 15px;
  padding: 6px 2px; border-bottom: 2px solid transparent;
}
nav.main a:hover, nav.main a.active { color: var(--brand-dark); border-bottom-color: var(--brand); }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand); color: #fff !important; text-decoration: none;
  padding: 11px 20px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: none; cursor: pointer; transition: background .15s ease;
}
.btn:hover { background: var(--brand-dark); }
.btn.ghost { background: transparent; color: var(--brand) !important; border: 1.5px solid var(--brand); }
.btn.ghost:hover { background: var(--brand-tint); }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, #FFFFFF 0%, var(--bg) 100%); border-bottom: 1px solid var(--line); }
.hero .container {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px;
  padding-top: 64px; padding-bottom: 72px; align-items: center;
}
.eyebrow {
  display: inline-block; background: var(--brand-tint); color: var(--brand-dark);
  font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero p.lede { font-size: 17.5px; color: var(--ink-soft); max-width: 54ch; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Panel: telefon kartı */
.call-panel {
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow); padding: 30px 28px;
}
.call-panel .dial {
  width: 54px; height: 54px; border-radius: 50%;
  background: conic-gradient(var(--brand) 0 25%, var(--brand-tint) 25% 100%);
  display: grid; place-items: center; margin-bottom: 18px;
}
.call-panel .dial::after { content: ""; width: 22px; height: 22px; border-radius: 50%; background: #fff; }
.call-panel h3 { font-size: 15px; color: var(--ink-soft); font-weight: 600; margin-bottom: 6px; }
.call-panel .phone {
  font-family: "Manrope", sans-serif; font-weight: 800; font-size: clamp(24px, 3vw, 30px);
  color: var(--ink); text-decoration: none; display: block; margin-bottom: 14px;
}
.call-panel .phone:hover { color: var(--brand-dark); }
.call-panel ul { list-style: none; margin-top: 8px; }
.call-panel li { padding-left: 26px; position: relative; color: var(--ink-soft); font-size: 14.5px; margin-bottom: 8px; }
.call-panel li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--brand); font-weight: 800;
}

/* ---------- Bölümler ---------- */
section.block { padding: 68px 0; }
section.block.alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.block-head { max-width: 640px; margin-bottom: 40px; }
.block-head h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; margin-bottom: 10px; }
.block-head p { color: var(--ink-soft); }

/* Hizmet kartları */
.grid { display: grid; gap: 20px; }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: box-shadow .15s ease, transform .15s ease;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card .icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--brand-tint);
  display: grid; place-items: center; margin-bottom: 16px; color: var(--brand-dark);
}
.card h3 { font-size: 17.5px; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: 14.5px; color: var(--ink-soft); }

/* Süreç adımları */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; position: relative;
}
.step::before {
  counter-increment: step; content: counter(step);
  font-family: "Manrope", sans-serif; font-weight: 800; font-size: 15px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ink); color: #fff; display: grid; place-items: center; margin-bottom: 14px;
}
.step h3 { font-size: 16.5px; margin-bottom: 6px; }
.step p { font-size: 14.5px; color: var(--ink-soft); }

/* Şerit CTA */
.cta-strip { background: var(--ink); color: #fff; }
.cta-strip .container {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-top: 44px; padding-bottom: 44px; flex-wrap: wrap;
}
.cta-strip h2 { font-size: clamp(20px, 2.6vw, 27px); font-weight: 800; }
.cta-strip p { color: #B9CBD8; margin-top: 6px; font-size: 15px; }
.cta-strip .btn { background: var(--amber); color: var(--ink) !important; }
.cta-strip .btn:hover { background: #E19222; }

/* ---------- İç sayfalar ---------- */
.page-head { background: var(--surface); border-bottom: 1px solid var(--line); padding: 52px 0 44px; }
.page-head h1 { font-size: clamp(28px, 3.6vw, 38px); font-weight: 800; margin-bottom: 8px; }
.page-head p { color: var(--ink-soft); max-width: 62ch; }
.prose { max-width: 800px; padding: 56px 0 72px; }
.prose h2 { font-size: 22px; font-weight: 800; margin: 36px 0 12px; }
.prose h3 { font-size: 17.5px; font-weight: 700; margin: 26px 0 10px; }
.prose p, .prose li { color: #3C5266; }
.prose p { margin-bottom: 14px; }
.prose ul, .prose ol { margin: 0 0 16px 22px; }
.prose li { margin-bottom: 8px; }
.notice {
  background: var(--brand-tint); border: 1px solid #C8E4EA; border-radius: var(--radius);
  padding: 18px 20px; font-size: 14.5px; color: var(--ink); margin: 22px 0;
}

/* İletişim düzeni */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; padding: 56px 0 72px; align-items: start; }
.info-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.info-card h2 { font-size: 20px; font-weight: 800; margin-bottom: 18px; }
.info-row { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.info-row:first-of-type { border-top: none; }
.info-row .icon { flex: none; width: 40px; height: 40px; border-radius: 10px; background: var(--brand-tint); display: grid; place-items: center; color: var(--brand-dark); }
.info-row h3 { font-size: 14px; color: var(--ink-soft); font-weight: 600; margin-bottom: 2px; }
.info-row p, .info-row a { font-size: 15.5px; font-weight: 600; color: var(--ink); text-decoration: none; }
.info-row a:hover { color: var(--brand-dark); }

form.contact { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
form.contact h2 { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
form.contact > p { font-size: 14px; color: var(--ink-soft); margin-bottom: 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font: inherit; font-size: 15px; color: var(--ink); background: #FCFDFE;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--brand); outline-offset: 1px; border-color: var(--brand);
}
.field .hint { font-size: 12.5px; color: var(--ink-soft); margin-top: 5px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--ink-soft); margin: 18px 0; }
.consent input { margin-top: 3px; width: auto; }

/* ---------- Alt bilgi ---------- */
footer.site { background: #0F2436; color: #AFC3D2; font-size: 14.5px; }
footer.site .cols {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px;
  padding: 52px 0 36px;
}
footer.site h4 { color: #fff; font-family: "Manrope", sans-serif; font-size: 15px; margin-bottom: 14px; }
footer.site a { color: #CFE0EC; text-decoration: none; }
footer.site a:hover { color: #fff; text-decoration: underline; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 9px; }
.disclaimer {
  border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0;
  font-size: 13px; color: #8AA2B4; line-height: 1.7;
}
.copyright { border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0; font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* Odak görünürlüğü */
a:focus-visible, button:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }

/* ---------- Duyarlı tasarım ---------- */
@media (max-width: 940px) {
  .hero .container { grid-template-columns: 1fr; gap: 32px; padding-top: 44px; padding-bottom: 52px; }
  .grid.cols-3, .grid.cols-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  nav.main {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--surface); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 12px 24px 18px; gap: 4px;
  }
  nav.main a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  nav.main.open { display: flex; }
  .menu-toggle { display: block; }
  header.site .btn { display: none; }
  .grid.cols-3, .grid.cols-4, .steps { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr; }
  .topbar .container { justify-content: center; text-align: center; }
}
