/* Cerrahpaşa İşitme Cihazları Beylikdüzü — kurumsal site
   Palet: Derin Petrol #10343A · Kağıt #F5F8F7 · Kehribar #E08A1E (pil turuncusu) · Aqua #7FB8B0 */
:root {
  /* Ana renk: logodaki turkuaz #20BDC7, vurgu: logodaki kırmızı #CC2227 */
  --ink: #0C3A40;
  --ink-2: #14545C;
  --bg: #F4F9FA;
  --paper: #FFFFFF;
  --amber: #20BDC7;
  --amber-dark: #14848D;
  --red: #CC2227;
  --aqua: #7FD0D8;
  --aqua-soft: #E1F4F6;
  --line: #D6E5E7;
  --muted: #46666B;
  --radius: 14px;
  --display: "Bricolage Grotesque", "Avenir Next", sans-serif;
  --body: "Figtree", "Segoe UI", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
}
img, svg { max-width: 100%; display: block; }
a { color: var(--ink-2); }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--display); line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); font-weight: 650; }
h3 { font-size: 1.25rem; font-weight: 600; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--amber-dark);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--amber); border-radius: 2px; }

/* ---------- Üst bar + menü ---------- */
.topbar {
  background: var(--ink); color: #DCEAE8; font-size: 0.88rem;
  padding: 7px 0;
}
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 600; text-decoration: none; }

header.site {
  background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
  transition: box-shadow 0.25s;
}
header.site.scrolled { box-shadow: 0 8px 24px -18px rgba(12, 58, 64, 0.45); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 16px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 40px; width: auto; display: block; }
nav.main { display: flex; gap: 26px; align-items: center; }
nav.main a { text-decoration: none; font-weight: 600; font-size: 0.98rem; color: var(--ink-2); padding: 6px 0; border-bottom: 2px solid transparent; }
nav.main a:hover, nav.main a[aria-current="page"] { border-bottom-color: var(--amber); color: var(--ink); }
.nav-cta { background: var(--amber); color: #fff !important; padding: 11px 20px !important; border-radius: 999px; border-bottom: none !important; }
.nav-cta:hover { background: var(--amber-dark); }
#menuBtn { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; font-size: 1.2rem; cursor: pointer; color: var(--ink); }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, var(--paper) 0%, var(--bg) 100%); overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.hero p.lead { font-size: 1.15rem; color: var(--muted); margin: 18px 0 28px; max-width: 34rem; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; font-weight: 700; border-radius: 999px;
  min-height: 52px; padding: 12px 26px; font-size: 1rem; line-height: 1.2;
  white-space: nowrap; border: 2px solid transparent;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.btn:active { transform: scale(0.98); }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-amber { background: var(--amber); color: #fff; }
.btn-amber:hover { background: var(--amber-dark); }
.btn-ghost { border-color: var(--ink-2); color: var(--ink); }
.btn-ghost:hover { background: var(--aqua-soft); }
.btn-light { border-color: rgba(255, 255, 255, 0.85); color: #fff; }
.btn-light:hover { background: rgba(255, 255, 255, 0.15); }
.btn-wa { background: #1FA855; color: #fff; }
.btn-wa:hover { background: #178a45; }
.hero-note { margin-top: 18px; font-size: 0.92rem; color: var(--muted); }

/* Odyogram — imza öğesi */
.audiogram { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 18px 40px -28px rgba(16, 52, 58, 0.35); }
.audiogram .cap { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.audiogram path.trace {
  stroke-dasharray: 700; stroke-dashoffset: 700;
  animation: draw 2.2s ease-out 0.4s forwards;
}
.audiogram circle.pt { opacity: 0; animation: pop 0.3s ease-out forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes pop { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .audiogram path.trace { animation: none; stroke-dashoffset: 0; }
  .audiogram circle.pt { animation: none; opacity: 1; }
}

/* ---------- Foto hero ---------- */
.hero-photo { position: relative; background: var(--ink); }
.hero-photo img.store {
  width: 100%; height: min(62vh, 560px); object-fit: cover; display: block; opacity: 0.92;
}
.hero-photo .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,52,58,0.15) 30%, rgba(16,52,58,0.88) 100%);
  display: flex; align-items: flex-end;
}
.hero-photo .overlay .wrap { padding-bottom: 44px; width: 100%; color: #fff; }
.hero-photo h1 { color: #fff; max-width: 22ch; }
.hero-photo p.lead { color: #D5E5E2; font-size: 1.12rem; margin: 12px 0 22px; max-width: 34rem; }

/* ---------- Google yorumları ---------- */
.greviews {
  background: linear-gradient(180deg, var(--paper) 0%, var(--aqua-soft) 100%);
  padding: 64px 0 56px; overflow: hidden;
}
.ggrid { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; }
.gsummary { display: grid; justify-items: start; gap: 10px; }
.gsummary .glogo { width: 44px; height: 44px; }
.gsummary .num { font-family: var(--display); font-size: 4.8rem; font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
.gbar { display: flex; width: 128px; height: 5px; border-radius: 3px; overflow: hidden; }
.gbar i { flex: 1; }
.gbar i:nth-child(1) { background: #4285F4; } .gbar i:nth-child(2) { background: #EA4335; }
.gbar i:nth-child(3) { background: #FBBC05; } .gbar i:nth-child(4) { background: #34A853; }
.gsummary .stars { color: #F5B301; font-size: 1.45rem; letter-spacing: 5px; }
.gsummary .cnt { color: var(--muted); font-size: 0.98rem; line-height: 1.5; }
.gsummary .btn { margin-top: 6px; }
/* kayan şerit */
.gmarquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  padding: 16px 0 24px;
}
.gtrack { display: flex; gap: 24px; width: max-content; animation: gslide 40s linear infinite; }
.gmarquee:hover .gtrack, .gtrack:focus-within { animation-play-state: paused; }
@keyframes gslide { to { transform: translateX(calc(-50% - 12px)); } }
.gcard {
  background: var(--paper); border: 1px solid rgba(16, 52, 58, 0.07); border-radius: 18px;
  padding: 24px 26px 20px; width: 400px; flex: none; position: relative;
  box-shadow: 0 12px 32px -20px rgba(16, 52, 58, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gcard:hover { transform: translateY(-5px); box-shadow: 0 24px 46px -22px rgba(16, 52, 58, 0.5); }
.gcard .gmini { position: absolute; top: 22px; right: 22px; width: 22px; height: 22px; }
.gcard .who { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; padding-right: 30px; }
.gcard .avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  display: grid; place-items: center; color: #fff; font-weight: 700; font-family: var(--display);
  font-size: 1.15rem; border: 2px solid #fff; box-shadow: 0 3px 10px rgba(16, 52, 58, 0.25);
}
.gcard .who b { display: block; font-size: 0.98rem; }
.gcard .who span span { font-size: 0.82rem; color: var(--muted); }
.gcard .stars { color: #F5B301; letter-spacing: 3px; font-size: 0.95rem; margin-bottom: 8px; }
.gcard p { font-size: 0.95rem; color: var(--ink-2); font-style: italic; }
.gcard a { display: inline-block; margin-top: 12px; font-size: 0.86rem; font-weight: 700; }
@media (prefers-reduced-motion: reduce) {
  .gtrack { animation: none; flex-wrap: wrap; width: auto; }
  .gmarquee { -webkit-mask-image: none; mask-image: none; }
  .gcard:hover { transform: none; }
}
@media (max-width: 900px) {
  .ggrid { grid-template-columns: 1fr; gap: 8px; }
  .gsummary { justify-items: center; text-align: center; }
  .gcard { width: 320px; }
}

/* ---------- Güven bandı ---------- */
.trust { background: var(--ink); color: #fff; padding: 34px 0; }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust .item { border-left: 3px solid var(--amber); padding-left: 16px; }
.trust b { font-family: var(--display); font-size: 1.05rem; display: block; }
.trust span { font-size: 0.88rem; color: #B9D0CD; }

/* ---------- Bölümler ---------- */
section.block { padding: 72px 0; }
section.block.alt { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { max-width: 42rem; margin-bottom: 40px; }
.sec-head p { color: var(--muted); margin-top: 10px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.card.on-alt { background: var(--bg); }
.card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--aqua-soft); display: grid; place-items: center; margin-bottom: 16px; color: var(--ink-2); }
.card h3 { margin-bottom: 8px; }
.card p { font-size: 0.95rem; color: var(--muted); }
.card a.more { display: inline-block; margin-top: 12px; font-weight: 700; font-size: 0.92rem; }
.card img.prod { height: 150px; object-fit: contain; margin: 0 auto 14px; }

/* ---------- Ürün kataloğu ---------- */
.pgrid { grid-template-columns: repeat(4, 1fr); }
.pcard { text-align: center; padding: 20px 16px; transition: transform 0.2s, box-shadow 0.2s; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 18px 36px -22px rgba(16, 52, 58, 0.4); }
.pcard .pimg { overflow: hidden; border-radius: 10px; margin-bottom: 12px; }
.pcard img.prod { height: 130px; margin: 0 auto; transition: transform 0.35s ease; }
.pcard:hover img.prod { transform: scale(1.08); }
.pcard img.prod.aux { height: 150px; object-fit: cover; width: 100%; }
.pcard h3 { font-size: 1.02rem; }
.pcard p { font-size: 0.88rem; margin-top: 6px; }
.pbrand {
  display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--amber-dark); background: var(--aqua-soft);
  border-radius: 999px; padding: 2px 12px; margin-bottom: 6px;
}
.pbrand.unitron { color: var(--red); background: #FBEAEA; }
.feats { margin: 12px 0 0; padding: 10px 0 0; border-top: 1px dashed var(--line); text-align: left; display: grid; gap: 7px; }
.feats li { list-style: none; font-size: 0.85rem; color: var(--muted); display: flex; gap: 9px; align-items: center; }
.feats li::before {
  content: "✓"; flex: none; width: 18px; height: 18px; border-radius: 50%;
  background: var(--aqua-soft); color: var(--amber-dark);
  font-size: 0.72rem; font-weight: 700; display: grid; place-items: center;
}

/* Ürün canlandırma + büyüteç ipucu */
.pcard.clickable { cursor: zoom-in; }
.pcard .pimg { position: relative; }
.pcard.clickable .pimg::after {
  content: "+"; position: absolute; right: 8px; bottom: 8px;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--amber); color: #fff; font-size: 1.25rem; font-weight: 700;
  display: grid; place-items: center; opacity: 0; transform: scale(0.6);
  transition: opacity 0.2s, transform 0.2s;
}
.pcard.clickable:hover .pimg::after { opacity: 1; transform: scale(1); }
@media (prefers-reduced-motion: no-preference) {
  .pgrid .pcard img.prod { animation: floaty 4.2s ease-in-out infinite alternate; }
  .pgrid .pcard:nth-child(2n) img.prod { animation-delay: 1.1s; }
  .pgrid .pcard:nth-child(3n) img.prod { animation-delay: 2.3s; }
  .pcard:hover img.prod { animation-play-state: paused; }
}
@keyframes floaty { from { transform: translateY(2px); } to { transform: translateY(-4px); } }

/* Lightbox */
.lb {
  position: fixed; inset: 0; z-index: 100; display: none; place-items: center;
  background: rgba(8, 34, 38, 0.66); backdrop-filter: blur(4px); padding: 20px;
}
.lb.open { display: grid; animation: lbfade 0.25s ease; }
.lb-box {
  background: var(--paper); border-radius: 20px; max-width: 860px; width: 100%;
  display: grid; grid-template-columns: 1.05fr 0.95fr; overflow: hidden; position: relative;
  animation: lbpop 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.15);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.5);
}
.lb-x {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--aqua-soft); color: var(--ink); font-size: 1.05rem; font-weight: 700;
}
.lb-x:hover { background: var(--amber); color: #fff; }
.lb-img { background: linear-gradient(180deg, #fff, var(--bg)); display: grid; place-items: center; padding: 30px; overflow: hidden; position: relative; min-height: 340px; }
.lb-img img { max-height: 340px; object-fit: contain; cursor: zoom-in; transition: transform 0.35s ease; }
.lb-img img.zoomed { transform: scale(2.2); cursor: zoom-out; transition: transform 0.35s ease, transform-origin 0.12s linear; }
.lb-hint {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  font-size: 0.78rem; color: var(--muted); background: rgba(255, 255, 255, 0.85);
  border-radius: 999px; padding: 4px 14px; white-space: nowrap; pointer-events: none;
}
.lb-info { padding: 34px 30px; display: grid; gap: 12px; align-content: start; }
.lb-info h3 { font-size: 1.5rem; }
.lb-info .pbrand { justify-self: start; }
.lb-info .feats { border-top: none; padding-top: 0; }
.lb-info .cta-row { margin-top: 10px; }
@keyframes lbfade { from { opacity: 0; } }
@keyframes lbpop { from { opacity: 0; transform: scale(0.92) translateY(14px); } }
@media (max-width: 700px) {
  .lb-box { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
  .lb-img { min-height: 240px; }
  .lb-img img { max-height: 220px; }
}
@media (prefers-reduced-motion: reduce) {
  .lb.open, .lb-box { animation: none; }
  .pgrid .pcard img.prod { animation: none; }
}

/* Tip kartları + karşılaştırma + çipler */
.tcard { border-top: 4px solid var(--amber); }
.tcard .kime { font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chip {
  font-size: 0.82rem; font-weight: 600; color: var(--ink-2);
  background: var(--aqua-soft); border: 1px solid var(--line);
  border-radius: 999px; padding: 4px 14px;
}
.tablo-kap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.tablo { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 640px; }
.tablo th, .tablo td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.tablo thead th { background: var(--ink); color: #fff; font-family: var(--display); font-weight: 600; }
.tablo tbody tr:nth-child(even) { background: var(--bg); }
.tablo tbody tr:last-child td { border-bottom: none; }
.tablo td:first-child { font-weight: 700; color: var(--ink); }

/* Kategori çubuğu (cihazlar) */
.katnav {
  position: sticky; top: 74px; z-index: 40;
  background: var(--paper); border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 16px -14px rgba(16, 52, 58, 0.35);
}
.katnav .wrap { display: flex; gap: 10px; padding: 12px 24px; overflow-x: auto; scrollbar-width: none; }
.katnav .wrap::-webkit-scrollbar { display: none; }
.katnav a {
  flex: none; text-decoration: none; font-weight: 700; font-size: 0.92rem;
  color: var(--ink-2); border: 1.5px solid var(--line); border-radius: 999px;
  padding: 8px 18px; transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.katnav a b { font-weight: 700; color: var(--amber-dark); margin-left: 2px; }
.katnav a:hover { border-color: var(--amber); }
.katnav a.act { background: var(--amber); border-color: var(--amber); color: #fff; }
.katnav a.act b { color: #E8FBFC; }
.sec-head[id] { scroll-margin-top: 150px; }

/* Kaydırmada belirme */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Makale listesi + makale sayfası ---------- */
.agrid { grid-template-columns: repeat(3, 1fr); }
.acard { display: block; text-decoration: none; padding: 0; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.acard:hover { transform: translateY(-4px); box-shadow: 0 18px 36px -22px rgba(16, 52, 58, 0.4); }
.acard .thumb { width: 100%; height: 180px; object-fit: cover; }
.acard .pad { padding: 20px 22px 24px; }
.acard .date { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--amber-dark); }
.acard h3 { font-size: 1.08rem; margin: 6px 0 8px; }
.acard p { font-size: 0.9rem; color: var(--muted); }
.article-body { max-width: 46rem; }
.article-body img { border-radius: var(--radius); margin: 20px 0; }
.article-body img.feature { width: 100%; max-height: 380px; object-fit: cover; margin: 0 0 28px; }
.article-body h2, .article-body h3 { margin: 28px 0 10px; }
.article-body p { margin-bottom: 14px; color: var(--ink-2); }
.article-body ul, .article-body ol { margin: 0 0 14px 24px; color: var(--ink-2); }

.brands { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.brand { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 10px 24px; font-family: var(--display); font-weight: 650; color: var(--ink-2); }

/* ---------- Randevu formu ---------- */
.appointment { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
form.rform { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: grid; gap: 16px; }
form.rform label { font-weight: 700; font-size: 0.92rem; display: block; margin-bottom: 5px; }
form.rform input, form.rform select, form.rform textarea {
  width: 100%; font: inherit; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 10px; background: var(--bg); color: var(--ink);
}
form.rform input:focus, form.rform select:focus, form.rform textarea:focus { outline: 2px solid var(--aqua); border-color: var(--aqua); }
form.rform button { border: none; cursor: pointer; justify-content: center; }

/* ---------- Yorumlar ---------- */
.quote { font-size: 1.02rem; }
.quote .stars { color: var(--amber); letter-spacing: 2px; margin-bottom: 10px; }
.quote footer { margin-top: 14px; font-weight: 700; font-size: 0.9rem; color: var(--ink-2); }

/* ---------- SSS ---------- */
.faq { max-width: 46rem; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; padding: 4px 22px; }
.faq summary { font-weight: 700; padding: 14px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::after { content: "+"; font-family: var(--display); font-size: 1.4rem; color: var(--amber); }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding-bottom: 16px; color: var(--muted); }

/* ---------- Harita + iletişim ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 36px; }
.c-info { display: grid; gap: 18px; align-content: start; }
.c-info .row { display: flex; gap: 14px; align-items: flex-start; }
.c-info .row svg { flex: none; margin-top: 3px; color: var(--amber-dark); }
.map-frame { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-height: 360px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }

::selection { background: var(--amber); color: #fff; }
.btn-amber { box-shadow: 0 8px 20px -10px rgba(32, 189, 199, 0.6); }

/* ---------- Sayfa başlığı (iç sayfalar) ---------- */
.page-head {
  background: var(--ink); color: #fff; padding: 56px 0;
  position: relative; overflow: hidden;
}
.page-head::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(560px 220px at 88% 10%, rgba(32, 189, 199, 0.28), transparent 70%),
    radial-gradient(400px 180px at 5% 100%, rgba(32, 189, 199, 0.14), transparent 70%);
}
.page-head .wrap { position: relative; z-index: 1; }
.page-head h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.page-head p { color: #B9D0CD; margin-top: 10px; max-width: 40rem; }

/* ---------- Footer ---------- */
footer.site { background: var(--ink); color: #B9D0CD; padding: 54px 0 30px; margin-top: 0; }
footer.site .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
footer.site h4 { color: #fff; font-family: var(--display); margin-bottom: 14px; }
footer.site a { color: #DCEAE8; text-decoration: none; display: block; padding: 4px 0; }
footer.site a:hover { color: var(--amber); }
.foot-note { grid-column: 1 / -1; border-top: 1px solid #2A5A62; margin-top: 26px; padding-top: 18px; font-size: 0.85rem; }

/* Sabit WhatsApp düğmesi */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: #1FA855;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.wa-float svg { width: 30px; height: 30px; }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }

/* ---------- Mobil ---------- */
@media (max-width: 900px) {
  .hero .wrap, .appointment, .contact-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .agrid { grid-template-columns: 1fr; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  footer.site .wrap { grid-template-columns: 1fr; }
  nav.main {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; gap: 0; padding: 12px 24px 20px;
  }
  nav.main.open { display: flex; }
  nav.main a { padding: 12px 0; width: 100%; }
  #menuBtn { display: block; }
}
