﻿@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/inter-var-latin-ext.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/inter-var-latin.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/inter-var-latin-ext.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/inter-var-latin.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/inter-var-latin-ext.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/inter-var-latin.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/poppins-500-latin-ext.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/poppins-500-latin.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/poppins-600-latin-ext.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/poppins-600-latin.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/poppins-700-latin-ext.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/poppins-700-latin.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:800;font-display:swap;src:url('/fonts/poppins-800-latin-ext.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:800;font-display:swap;src:url('/fonts/poppins-800-latin.woff2') format('woff2');}

/* ============ İzmir Dişçi — style.css ============ */
:root {
  --blue: #1a6ef5;
  --blue-2: #2ea8ff;
  --cyan: #19c2e6;
  --teal: #12d6c3;
  --ink: #0f1e3d;
  --ink-2: #4a5a78;
  --bg: #ffffff;
  --bg-soft: #f2f8fd;
  --line: #e3eef9;
  --grad: linear-gradient(100deg, #12d6c3 0%, #1a9df0 55%, #1a6ef5 100%);
  --radius: 16px;
  --shadow: 0 10px 30px rgba(26, 80, 160, .10);
  --shadow-lg: 0 24px 60px rgba(15, 60, 130, .16);
  /* font hiyerarşisi */
  --font-head: "Poppins", sans-serif;    /* başlık */
  --font-sub: "Poppins", sans-serif;     /* altbaşlık */
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; /* açıklama */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}
/* Başlık (h1, h2) — Poppins ExtraBold/Bold */
h1, h2 { font-family: var(--font-head); font-weight: 800; line-height: 1.15; letter-spacing: -.015em; }
/* Altbaşlık (h3, h4, h5) — Poppins SemiBold */
h3, h4, h5 { font-family: var(--font-sub); font-weight: 600; line-height: 1.25; letter-spacing: -.005em; }
/* Açıklama — Inter Regular/Medium (body'de zaten) */
p, li, small, span { font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
img, svg, canvas, iframe { display: block; max-width: 100%; }

.container { width: min(1180px, 92%); margin-inline: auto; }
.section { padding: 84px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { margin-bottom: 40px; }
.section-head h2 {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.01em;
}
.section-head.center { text-align: center; }
.section-head .eyebrow {
  display: inline-block;
  font: 700 11.5px "Poppins";
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #0aa8cf;
  margin-bottom: 10px;
}
.section-head::after {
  content: "";
  display: block;
  width: 52px; height: 3px;
  margin-top: 14px;
  background: var(--grad);
  border-radius: 3px;
}
.section-head.center::after { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font: 600 15px/1 "Poppins", sans-serif;
  cursor: pointer; border: 0;
  transition: transform .25s, box-shadow .25s, background .25s;
  white-space: nowrap;
}
.btn-sm { padding: 10px 22px; font-size: 13.5px; }
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 10px 26px rgba(70, 90, 255, .35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(70, 90, 255, .45); }
.btn-ghost {
  background: #fff;
  color: var(--blue);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--blue); transform: translateY(-2px); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 74px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font: 800 17px "Poppins"; letter-spacing: .12em; color: var(--ink); }
.brand-text small { font: 600 8.5px "Poppins"; letter-spacing: .22em; color: var(--ink-2); }

.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a {
  font: 500 13.5px "Poppins";
  color: var(--ink-2);
  padding: 6px 2px;
  position: relative;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--grad); border-radius: 2px;
  transition: width .25s;
}
.main-nav a:hover { color: var(--ink); }
.main-nav a:hover::after { width: 100%; }
/* İletişim CTA — yeşil dolgulu yumuşak buton */
.main-nav .nav-cta {
  padding: 9px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #12a94f);
  color: #fff;
  font-weight: 600;
  border: 1.5px solid rgba(255,255,255,.35);
  box-shadow: 0 6px 18px rgba(18, 169, 79, .4), inset 0 1px 0 rgba(255,255,255,.3);
  transition: transform .25s, box-shadow .25s;
}
.main-nav .nav-cta::after { display: none; }
.main-nav .nav-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(18, 169, 79, .55), inset 0 1px 0 rgba(255,255,255,.35);
}

.header-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 6px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: 56px 0 0;
  overflow: hidden;
  background:
    radial-gradient(60% 80% at 78% 40%, rgba(25, 194, 230, .12), transparent 60%),
    radial-gradient(45% 60% at 12% 15%, rgba(18, 214, 195, .08), transparent 60%),
    var(--bg);
}
/* hero arka plan efektleri */
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(26, 110, 245, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 110, 245, .05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(70% 70% at 60% 40%, #000 25%, transparent 78%);
}
/* ışıyan halkalar */
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .5;
}
.hero-glow.g1 {
  width: 480px; height: 480px;
  top: -120px; right: -80px;
  background: radial-gradient(circle, rgba(25, 194, 230, .45), transparent 70%);
}
.hero-glow.g2 {
  width: 380px; height: 380px;
  bottom: -100px; left: -60px;
  background: radial-gradient(circle, rgba(26, 110, 245, .35), transparent 70%);
}
/* dönen ince halkalar */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(77, 208, 255, .25);
  animation: orbSpin 30s linear infinite;
}
.hero-orb::after {
  content: ""; position: absolute;
  top: -3px; left: 50%;
  width: 7px; height: 7px; border-radius: 50%;
  background: #4dd0ff;
  box-shadow: 0 0 14px #4dd0ff;
}
.hero-orb.o1 { width: 360px; height: 360px; top: 8%; right: 14%; animation-duration: 34s; }
.hero-orb.o2 { width: 240px; height: 240px; top: 50%; right: 30%; border-color: rgba(18, 214, 195, .22); animation-duration: -26s; }
.hero-orb.o3 { width: 160px; height: 160px; bottom: 8%; right: 8%; border-color: rgba(26, 110, 245, .22); animation-duration: 22s; }
@keyframes orbSpin { to { transform: rotate(360deg); } }
/* yüzen parçacıklar */
.hero-particle {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(77, 208, 255, .6);
  box-shadow: 0 0 10px rgba(77, 208, 255, .5);
  animation: pFloat 8s ease-in-out infinite;
}
.hero-particle.p1 { top: 18%; left: 8%;  width: 8px; height: 8px; animation-delay: 0s; }
.hero-particle.p2 { top: 35%; left: 22%; width: 4px; height: 4px; animation-delay: -2s; background: rgba(18, 214, 195, .6); }
.hero-particle.p3 { top: 62%; left: 12%; width: 10px; height: 10px; animation-delay: -4s; }
.hero-particle.p4 { top: 28%; left: 88%; width: 5px; height: 5px; animation-delay: -1s; }
.hero-particle.p5 { top: 72%; left: 78%; width: 7px; height: 7px; animation-delay: -3s; background: rgba(18, 214, 195, .6); }
.hero-particle.p6 { top: 50%; left: 92%; width: 4px; height: 4px; animation-delay: -5s; }
.hero-particle.p7 { top: 15%; left: 50%; width: 6px; height: 6px; animation-delay: -6s; background: rgba(26, 110, 245, .6); }
.hero-particle.p8 { top: 80%; left: 40%; width: 5px; height: 5px; animation-delay: -7s; }
@keyframes pFloat {
  0%, 100% { transform: translateY(0); opacity: .4; }
  50%      { transform: translateY(-22px); opacity: .9; }
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -.01em;
}
.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  margin-top: 18px;
  font: 500 17px "Poppins";
  color: var(--ink-2);
}
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-badges {
  display: flex; gap: 22px; margin-top: 30px;
  list-style: none;
  font: 600 12.5px "Poppins"; color: var(--ink-2);
}
.hero-badges .dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: var(--grad); margin-right: 8px;
}

/* hero visual */
.hero-visual {
  position: relative;
  height: clamp(360px, 38vw, 520px);
}
#toothCanvas { width: 100%; height: 100%; }

/* hero → bölüm geçişi: dalga ayıracı */
.hero-wave {
  position: relative;
  margin-top: 34px;
  line-height: 0;
}
.hero-wave svg { width: 100%; height: 110px; }
#teknolojiler { padding-top: 46px; }

/* ---------- tech cards ---------- */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.tech-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 14px 20px;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
}
.tech-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tech-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 8 / 5;
}
.tech-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.tech-card:hover .tech-media img { transform: scale(1.06); }
.tech-num {
  position: absolute; top: 10px; left: 10px;
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--grad); color: #fff;
  font: 700 12px "Poppins";
  box-shadow: 0 6px 14px rgba(70, 90, 255, .35);
}
.tech-card h3 { font-size: 16.5px; margin: 16px 4px 6px; }
.tech-card p { font-size: 13px; color: var(--ink-2); margin: 0 4px 12px; }
.tech-link {
  margin-left: 4px;
  font: 600 12.5px "Poppins"; color: var(--blue);
}
.tech-link:hover { color: var(--teal); }

/* ---------- ekibimiz (katalog kartları) ---------- */
.doctors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.doc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
}
.doc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.doc-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(160deg, #e8f4ff, #dff6f3);
}
.doc-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.doc-card:hover .doc-photo img { transform: scale(1.05); }
.doc-badge {
  position: absolute; top: 10px; right: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(4px);
  color: var(--ink-2);
  font: 600 10px "Poppins";
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid var(--line);
}
.doc-info { padding: 16px 18px 18px; }
.doc-info h3 { font-size: 16px; margin-bottom: 2px; }
.doc-role {
  display: block;
  font: 500 12.5px "Inter";
  color: var(--blue);
  margin-bottom: 12px;
}
.doc-bio { font-size: 12.5px; color: var(--ink-2); line-height: 1.65; margin: 10px 0 12px; }
.doc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.doc-tags span {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  font: 500 11px "Inter";
  color: var(--ink-2);
}
.team-note {
  margin-top: 36px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.team-note p { color: var(--ink-2); font-size: 14.5px; max-width: 64ch; margin: 0; }

/* ---------- hizmet bölgeleri (ilçe SEO) ---------- */
.bolge-intro {
  text-align: center;
  color: var(--ink-2);
  font-size: 14.5px;
  max-width: 72ch;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.bolge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.bolge-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.bolge-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue-2);
}
.bolge-card h3 {
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--ink);
}
.bolge-card p {
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0;
}

/* ---------- hizmetler ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-ico {
  display: grid; place-items: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, #e8f4ff, #e0fbf6);
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(26, 110, 245, .12);
}
.svc-ico img { width: 56px; height: 56px; }
.service-card h3 { font-size: 17px; margin-bottom: 8px; }
.service-card p { font-size: 13.5px; color: var(--ink-2); }

/* ---------- before / after ---------- */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.ba-item h3 { font-size: 17px; margin: 16px 0 4px; }
.ba-item p { font-size: 13.5px; color: var(--ink-2); }
.ba-slider {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  cursor: ew-resize;
  user-select: none;
}
.ba-after, .ba-before { position: absolute; inset: 0; }
.ba-after img, .ba-before img { width: 100%; height: 100%; object-fit: cover; }
.ba-before { clip-path: inset(0 50% 0 0); }
.ba-label {
  position: absolute; top: 12px;
  padding: 5px 14px; border-radius: 999px;
  font: 700 11px "Poppins"; letter-spacing: .1em;
  text-transform: uppercase;
  z-index: 2;
}
.ba-label-before { left: 12px; background: rgba(245,240,238,.9); color: #8a7060; }
.ba-label-after { right: 12px; background: rgba(238,247,244,.9); color: #0aa8cf; }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 3px; background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,.2);
  z-index: 3; pointer-events: none;
  transform: translateX(-50%);
}
.ba-handle::after {
  content: "⇄";
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; color: var(--blue);
  display: grid; place-items: center;
  font-size: 18px; font-weight: 700;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
.ba-range {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: 0; cursor: ew-resize;
  margin: 0; z-index: 5;
}

/* ---------- reviews ---------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow);
}
.stars { color: #ffc94d; font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.review-card p { font-size: 14px; color: var(--ink-2); margin-bottom: 20px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  font: 700 14px "Poppins"; color: #fff;
  flex-shrink: 0;
}
.a1 { background: linear-gradient(135deg, #1a6ef5, #4da0ff); }
.a2 { background: linear-gradient(135deg, #0aa8cf, #19e0c8); }
.a3 { background: linear-gradient(135deg, #12b8c4, #4de0ff); }
.a4 { background: linear-gradient(135deg, #8b5cf6, #c084fc); }
.a5 { background: linear-gradient(135deg, #0eae9f, #4fdcb2); }
.a6 { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.review-author strong { font-size: 14px; display: block; }
.review-author small { font-size: 12px; color: var(--ink-2); }

/* ---------- FAQ ---------- */
.sss-wrap { max-width: 760px; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-head {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 4px;
  background: none; border: 0; cursor: pointer;
  font: 600 15.5px "Poppins"; color: var(--ink);
  text-align: left;
}
.faq-ico {
  position: relative; width: 16px; height: 16px; flex-shrink: 0;
}
.faq-ico::before, .faq-ico::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: var(--blue); border-radius: 2px;
  transition: transform .3s;
}
.faq-ico::before { width: 14px; height: 2px; }
.faq-ico::after { width: 2px; height: 14px; }
.faq-item.open .faq-ico::after { transform: scaleY(0); }
.faq-body {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease;
}
.faq-item.open .faq-body { max-height: 240px; }
.faq-body p { padding: 0 4px 18px; color: var(--ink-2); font-size: 14px; }

/* ---------- contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.map-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 340px;
}
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 1; }
.map-fallback { position: absolute; inset: 0; }
.map-fallback svg { width: 100%; height: 100%; }

.info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: center; }
.info-card {
  display: flex; gap: 14px; align-items: center;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
}
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.info-ico {
  flex-shrink: 0;
  width: 46px; height: 46px; border-radius: 14px;
  display: grid; place-items: center;
}
.info-ico svg { width: 24px; height: 24px; }
.i-blue   { background: linear-gradient(135deg, #1a6ef5, #4da0ff); }
.i-violet { background: linear-gradient(135deg, #0aa8cf, #19e0c8); }
.i-cyan   { background: linear-gradient(135deg, #12b8c4, #4de0ff); }
.i-green  { background: linear-gradient(135deg, #0eae9f, #4fdcb2); }
.info-card h3, .info-card h4 { font-size: 13.5px; line-height: 1.3; }
.info-card p { font-size: 11.5px; color: var(--ink-2); margin-top: 3px; }

/* ---------- footer (astral) ---------- */
.site-footer {
  position: relative;
  background:
    radial-gradient(60% 50% at 20% 0%, rgba(25, 194, 230, .22), transparent 60%),
    radial-gradient(55% 60% at 85% 10%, rgba(26, 110, 245, .20), transparent 60%),
    radial-gradient(70% 80% at 50% 100%, rgba(18, 214, 195, .14), transparent 55%),
    linear-gradient(180deg, #0a1e3a 0%, #071427 50%, #050d1c 100%);
  color: #9fb4d8;
  padding: 90px 0 0;
  margin-top: 0;
  overflow: hidden;
}
/* yıldız alanı */
.footer-stars {
  position: absolute; inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1.6px 1.6px at 12% 22%, rgba(255,255,255,.85), transparent 100%),
    radial-gradient(1.2px 1.2px at 28% 68%, rgba(77,208,255,.8), transparent 100%),
    radial-gradient(1.4px 1.4px at 45% 15%, rgba(255,255,255,.6), transparent 100%),
    radial-gradient(1px 1px at 60% 55%, rgba(77,208,255,.7), transparent 100%),
    radial-gradient(1.8px 1.8px at 74% 30%, rgba(255,255,255,.75), transparent 100%),
    radial-gradient(1.1px 1.1px at 86% 72%, rgba(18,214,195,.8), transparent 100%),
    radial-gradient(1.3px 1.3px at 35% 85%, rgba(255,255,255,.5), transparent 100%),
    radial-gradient(1.5px 1.5px at 92% 18%, rgba(77,208,255,.6), transparent 100%),
    radial-gradient(1px 1px at 8% 78%, rgba(255,255,255,.5), transparent 100%),
    radial-gradient(1.2px 1.2px at 55% 90%, rgba(255,255,255,.45), transparent 100%),
    radial-gradient(1.4px 1.4px at 68% 45%, rgba(18,214,195,.55), transparent 100%),
    radial-gradient(1px 1px at 20% 45%, rgba(255,255,255,.4), transparent 100%);
}
/* diş temalı arka plan efekti: tarama halkaları + kabarcıklar + dalga */
.footer-fx { position: absolute; inset: 0; pointer-events: none; }

/* dönen ince halkalar (mikroskop/tarama hissi) */
.fx-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(77, 208, 255, .18);
  animation: ringSpin 24s linear infinite;
}
.fx-ring::before {
  content: ""; position: absolute;
  top: -3px; left: 50%;
  width: 6px; height: 6px; border-radius: 50%;
  background: #4dd0ff;
  box-shadow: 0 0 12px #4dd0ff;
}
.fx-ring.r1 { width: 320px; height: 320px; top: -90px;  left: 6%;  animation-duration: 26s; }
.fx-ring.r2 { width: 220px; height: 220px; top: 40%;   right: 8%; border-color: rgba(18,214,195,.18); animation-duration: -18s; }
.fx-ring.r3 { width: 160px; height: 160px; bottom: 60px; left: 38%; border-color: rgba(26,110,245,.20); animation-duration: 32s; }
@keyframes ringSpin { to { transform: rotate(360deg); } }

/* yükselen kabarcıklar (temizlik/su hissi) */
.fx-bubble {
  position: absolute; bottom: -10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.5), rgba(77,208,255,.15));
  border: 1px solid rgba(77, 208, 255, .25);
  animation: bubbleRise linear infinite;
}
.fx-bubble.b1  { left: 5%;  width: 14px; height: 14px; animation-duration: 9s;  animation-delay: 0s; }
.fx-bubble.b2  { left: 12%; width: 8px;  height: 8px;  animation-duration: 11s; animation-delay: -3s; }
.fx-bubble.b3  { left: 22%; width: 18px; height: 18px; animation-duration: 13s; animation-delay: -6s; }
.fx-bubble.b4  { left: 31%; width: 6px;  height: 6px;  animation-duration: 8s;  animation-delay: -2s; }
.fx-bubble.b5  { left: 40%; width: 12px; height: 12px; animation-duration: 10s; animation-delay: -5s; }
.fx-bubble.b6  { left: 48%; width: 9px;  height: 9px;  animation-duration: 12s; animation-delay: -8s; }
.fx-bubble.b7  { left: 56%; width: 16px; height: 16px; animation-duration: 14s; animation-delay: -1s; }
.fx-bubble.b8  { left: 64%; width: 7px;  height: 7px;  animation-duration: 9.5s; animation-delay: -4s; }
.fx-bubble.b9  { left: 72%; width: 11px; height: 11px; animation-duration: 11.5s; animation-delay: -7s; }
.fx-bubble.b10 { left: 80%; width: 20px; height: 20px; animation-duration: 15s; animation-delay: -2.5s; }
.fx-bubble.b11 { left: 88%; width: 8px;  height: 8px;  animation-duration: 10.5s; animation-delay: -6.5s; }
.fx-bubble.b12 { left: 94%; width: 13px; height: 13px; animation-duration: 13.5s; animation-delay: -3.5s; }
@keyframes bubbleRise {
  0%   { transform: translateY(0) scale(.6); opacity: 0; }
  10%  { opacity: .7; }
  90%  { opacity: .5; }
  100% { transform: translateY(-520px) scale(1.1); opacity: 0; }
}

/* alt dalga */
.fx-wave {
  position: absolute; left: 0; right: 0; bottom: 0;
  width: 100%; height: 120px;
  fill: rgba(18, 214, 195, .06);
}
.footer-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 44px;
  padding-bottom: 52px;
}
.f-head .brand-text strong { color: #fff; }
.f-head .brand-text small { color: #6f86ad; }
.f-tag { font-size: 13.5px; line-height: 1.7; margin: 20px 0 24px; color: #8fa5c8; }
.f-social { display: flex; gap: 12px; }
.f-social a {
  width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center;
  color: #9fb4d8;
  border: 1px solid rgba(160, 190, 240, .18);
  background: rgba(255, 255, 255, .03);
  transition: .3s;
}
.f-social a svg { width: 18px; height: 18px; }
.f-social a:hover {
  color: #fff;
  border-color: var(--cyan);
  background: rgba(25, 194, 230, .12);
  transform: translateY(-3px);
}

.f-col h3, .f-col h4 {
  color: #fff; font-size: 13px;
  letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(77, 208, 255, .25);
  display: inline-block;
}
.f-col a {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; padding: 7px 0;
  color: #9fb4d8;
  transition: color .2s, transform .2s;
}
.f-col a:hover { color: #4dd0ff; transform: translateX(4px); }
.fi {
  width: 26px; height: 26px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 8px;
  background: rgba(77, 208, 255, .08);
  color: #4dd0ff;
}
.fi svg { width: 14px; height: 14px; }

.f-bottom {
  position: relative;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid rgba(160, 190, 240, .12);
  font-size: 12.5px;
  color: #6f86ad;
}
.f-legal { display: flex; gap: 22px; }
.f-legal a { color: #6f86ad; font-size: 12.5px; }
.f-legal a:hover { color: #4dd0ff; }

/* ---------- floating action buttons ---------- */
.float-actions {
  position: fixed;
  right: 18px; bottom: 18px;
  display: flex; flex-direction: column;
  gap: 10px;
  z-index: 90;
}
.float-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px 12px 12px;
  border-radius: 999px;
  border: 0; cursor: pointer;
  font: 600 14.5px "Poppins", sans-serif;
  color: #fff; text-decoration: none;
  box-shadow: 0 6px 20px rgba(10, 40, 90, .35);
  transition: transform .25s, box-shadow .25s;
}
.float-btn:hover { transform: translateX(-4px) scale(1.04); box-shadow: 0 8px 26px rgba(10, 40, 90, .45); }
.fb-ico {
  width: 34px; height: 34px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
}
.fb-ico svg { width: 20px; height: 20px; }
.fb-call  { background: linear-gradient(135deg, #2b6ef5, #1a4fd0); }
.fb-wa    { background: linear-gradient(135deg, #25d366, #16a34a); }
.fb-back  { background: linear-gradient(135deg, #19c2e6, #0891b2); }

/* ---------- callback modal ---------- */
.modal {
  position: fixed; inset: 0;
  display: grid; place-items: center;
  z-index: 200;
  opacity: 0; visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal.open { opacity: 1; visibility: visible; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(8, 20, 45, .55);
  backdrop-filter: blur(4px);
}
.modal-card {
  position: relative;
  width: min(400px, calc(100% - 32px));
  background: #fff;
  border-radius: 20px;
  padding: 34px 30px 28px;
  box-shadow: 0 30px 80px rgba(8, 20, 45, .4);
  transform: translateY(24px) scale(.96);
  transition: transform .3s;
}
.modal.open .modal-card { transform: none; }
.modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  border: 0; cursor: pointer;
  background: var(--bg-soft); color: var(--ink-2);
  display: grid; place-items: center;
  transition: .2s;
}
.modal-close:hover { background: #ffe9e9; color: #e04848; }
.modal-close svg { width: 16px; height: 16px; }
.modal-ico {
  width: 60px; height: 60px; border-radius: 18px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #19c2e6, #0891b2);
  box-shadow: 0 10px 24px rgba(25, 194, 230, .4);
  margin-bottom: 18px;
}
.modal-ico svg { width: 30px; height: 30px; }
.modal-card h3 { font-size: 20px; margin-bottom: 6px; }
.modal-sub { font-size: 13.5px; color: var(--ink-2); margin-bottom: 20px; }
.field { margin-bottom: 14px; }
.field label {
  display: block;
  font: 600 12px "Poppins";
  color: var(--ink-2);
  margin-bottom: 6px;
}
.field input, .field select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font: 400 14px "Inter", sans-serif;
  color: var(--ink);
  background: var(--bg-soft);
  outline: none;
  transition: border-color .2s;
}
.field input:focus, .field select:focus { border-color: var(--blue-2); background: #fff; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
  border-radius: 4px;
}
.btn-full { width: 100%; justify-content: center; }
.modal-note { font-size: 13px; margin-top: 12px; text-align: center; min-height: 18px; }
.modal-note.ok { color: #16a34a; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; height: 320px; }
  .team-grid, .contact-grid { grid-template-columns: 1fr; }
  .doctors-grid { grid-template-columns: repeat(2, 1fr); }
  .bolge-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .main-nav {
    position: fixed; inset: 74px 0 auto 0;
    flex-direction: column; gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 8px 4% 16px;
    transform: translateY(-130%);
    transition: transform .3s;
    box-shadow: var(--shadow-lg);
  }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 16px 6px; border-bottom: 1px solid var(--line); min-height: 44px; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .tech-grid, .team-dashes, .info-cards { grid-template-columns: 1fr; }
  .doctors-grid { grid-template-columns: 1fr 1fr; }
  .bolge-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .ba-grid, .reviews-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 34px; }
  .section { padding: 60px 0; }
  .hero-cta .btn { width: 100%; min-height: 44px; }
  .faq-head { padding: 24px 4px; min-height: 44px; }
  .float-btn { min-height: 44px; }
}
