/* =====================================================================
   t03 — Bold & Playful · Aksoy Dental Klinik
   Turkuaz + mercan + lacivert · Outfit / DM Sans · blob'lar, sticker'lar,
   çok yuvarlatılmış köşeler, kalın pill butonlar.
   ===================================================================== */
:root {
  --teal: #14b8a6; --teal-d: #0d9488; --teal-l: #ccfbf1; --teal-xl: #f0fdfa;
  --coral: #fb7185; --coral-d: #f43f5e; --coral-l: #ffe4e6;
  --navy: #1e293b; --navy-d: #0f172a;
  --sun: #fde68a; --sun-l: #fef3c7;
  --lilac: #ddd6fe; --lilac-l: #ede9fe;
  --sky: #bae6fd; --sky-l: #e0f2fe;
  --peach: #fed7aa; --peach-l: #ffedd5;
  --lime: #d9f99d; --lime-l: #ecfccb;
  --bg: #f0fdfa; --white: #fff;
  --text: #334155; --muted: #64748b; --line: #e2e8f0;
  --r-xl: 40px; --r-lg: 32px; --r-md: 24px; --r-sm: 16px; --pill: 999px;
  --shadow-sm: 0 6px 20px -8px rgba(30,41,59,.18);
  --shadow: 0 20px 50px -20px rgba(30,41,59,.28);
  --shadow-lg: 0 40px 90px -30px rgba(30,41,59,.35);
  --font-h: 'Outfit', system-ui, sans-serif;
  --font-b: 'DM Sans', system-ui, sans-serif;
  --sv-accent: #14b8a6; --sv-accent-text: #fff;
}
html { scroll-padding-top: 90px; }
body { font-family: var(--font-b); color: var(--text); background: var(--bg); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-family: var(--font-h); color: var(--navy); line-height: 1.1; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(38px, 5vw, 64px); }
h2 { font-size: clamp(30px, 3.6vw, 46px); }
h3 { font-size: 22px; font-weight: 700; }
h4 { font-size: 17px; font-weight: 700; }
p { margin: 0 0 1em; }
a { text-decoration: none; transition: .25s; }
ul { margin: 0; padding: 0; list-style: none; }
strong, b { font-weight: 700; }
.wrap { width: min(1200px, 100% - 48px); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: var(--pill); z-index: 2000; }
.skip:focus { left: 16px; top: 16px; }
::selection { background: var(--coral); color: #fff; }

/* ---------- Pastel renk yardımcıları ---------- */
.p-mint  { --p: var(--teal-l);  --p-ink: var(--teal-d); }
.p-coral { --p: var(--coral-l); --p-ink: var(--coral-d); }
.p-sun   { --p: var(--sun-l);   --p-ink: #b45309; }
.p-sky   { --p: var(--sky-l);   --p-ink: #0369a1; }
.p-lilac { --p: var(--lilac-l); --p-ink: #6d28d9; }
.p-peach { --p: var(--peach-l); --p-ink: #c2410c; }
.p-lime  { --p: var(--lime-l);  --p-ink: #4d7c0f; }
.p-rose  { --p: #fce7f3;        --p-ink: #be185d; }
.p-teal  { --p: #99f6e4;        --p-ink: #115e59; }

/* ---------- Butonlar ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 30px; border-radius: var(--pill); font-family: var(--font-h); font-weight: 700; font-size: 16px; border: 3px solid transparent; transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s, background .25s, color .25s; white-space: nowrap; cursor: pointer; line-height: 1; }
.btn svg { flex: 0 0 auto; }
.btn:hover { transform: translateY(-3px) scale(1.02); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-teal { background: var(--teal); color: #fff; box-shadow: 0 12px 24px -10px rgba(20,184,166,.7); }
.btn-teal:hover { background: var(--teal-d); }
.btn-coral { background: var(--coral); color: #fff; box-shadow: 0 12px 24px -10px rgba(251,113,133,.7); }
.btn-coral:hover { background: var(--coral-d); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 12px 24px -10px rgba(30,41,59,.6); }
.btn-navy:hover { background: var(--navy-d); }
.btn-white { background: #fff; color: var(--navy); box-shadow: 0 12px 24px -12px rgba(0,0,0,.25); }
.btn-white:hover { background: var(--sun-l); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-outline { background: #fff; color: var(--teal-d); border-color: var(--teal-l); }
.btn-outline:hover { border-color: var(--teal); background: var(--teal-xl); }
.btn-sm { padding: 11px 20px; font-size: 14px; border-width: 2px; }
.btn-lg { padding: 20px 38px; font-size: 18px; }
.btn-block { width: 100%; }
.btn-icon { width: 54px; height: 54px; padding: 0; border-radius: 50%; }

/* ---------- Sticker rozetleri ---------- */
.sticker { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: var(--pill); font-family: var(--font-h); font-weight: 800; font-size: 13px; letter-spacing: .02em; text-transform: uppercase; background: var(--coral); color: #fff; transform: rotate(-3deg); box-shadow: 0 8px 20px -8px rgba(0,0,0,.25); border: 2px dashed rgba(255,255,255,.55); }
.sticker-teal { background: var(--teal); }
.sticker-sun { background: var(--sun); color: var(--navy); border-color: rgba(30,41,59,.25); }
.sticker-navy { background: var(--navy); }
.sticker-white { background: #fff; color: var(--navy); border-color: var(--line); }
.sticker-abs { position: absolute; z-index: 3; }
.sticker.r2 { transform: rotate(4deg); }
.sticker.r3 { transform: rotate(-8deg); }
.sticker.r4 { transform: rotate(7deg); }
.sticker.big { font-size: 15px; padding: 12px 22px; }

/* ---------- Blob'lar ---------- */
.blob { position: absolute; pointer-events: none; z-index: 0; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; opacity: .9; animation: blobMorph 18s ease-in-out infinite alternate; filter: blur(0); }
.blob.b-teal { background: var(--teal-l); }
.blob.b-coral { background: var(--coral-l); }
.blob.b-sun { background: var(--sun-l); }
.blob.b-lilac { background: var(--lilac-l); }
.blob.b-lime { background: var(--lime-l); }
.blob.b-sky { background: var(--sky-l); }
.blob.b-teal-solid { background: var(--teal); }
.blob.b-coral-solid { background: var(--coral); }
.blob.slow { animation-duration: 26s; }
@keyframes blobMorph {
  0%   { border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; transform: rotate(0) scale(1); }
  50%  { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; transform: rotate(12deg) scale(1.06); }
  100% { border-radius: 35% 65% 55% 45% / 40% 60% 40% 60%; transform: rotate(-8deg) scale(.97); }
}
.has-blobs { position: relative; overflow: hidden; }
.has-blobs > .wrap { position: relative; z-index: 1; }

/* ---------- Üst şerit ---------- */
.topbar { background: var(--navy); color: #cbd5e1; font-size: 13px; font-weight: 500; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar-l, .topbar-r { display: flex; align-items: center; gap: 20px; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; color: inherit; }
.topbar-item svg { color: var(--teal); }
.topbar-item:hover { color: #fff; }
.topbar-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--coral); color: #fff; padding: 4px 12px; border-radius: var(--pill); font-weight: 700; font-size: 12px; }
@media (max-width: 900px) { .topbar-hide, .topbar-badge { display: none; } }
@media (max-width: 560px) { .topbar-l { display: none; } .topbar .wrap { justify-content: center; } }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 800; background: rgba(240,253,250,.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: box-shadow .3s, background .3s; }
.header.is-scrolled { background: rgba(255,255,255,.92); box-shadow: 0 10px 40px -20px rgba(30,41,59,.25); }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); }
.logo-mark { width: 50px; height: 50px; border-radius: 18px 18px 18px 6px; background: var(--teal); color: #fff; display: grid; place-items: center; transform: rotate(-6deg); transition: transform .4s cubic-bezier(.34,1.56,.64,1); box-shadow: 0 10px 20px -10px rgba(20,184,166,.8); }
.logo:hover .logo-mark { transform: rotate(6deg) scale(1.05); }
.logo-text { font-family: var(--font-h); font-size: 24px; font-weight: 600; line-height: 1; display: flex; flex-direction: column; gap: 3px; }
.logo-text strong { font-weight: 900; }
.logo-text small { font-family: var(--font-b); font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: .04em; }
.logo-light { color: #fff; }
.logo-light .logo-mark { background: #fff; color: var(--teal); }
.logo-light small { color: rgba(255,255,255,.7); }
.nav ul { display: flex; gap: 4px; }
.nav a { display: block; padding: 11px 16px; border-radius: var(--pill); font-weight: 600; font-size: 15px; color: var(--navy); }
.nav a:hover { background: #fff; color: var(--teal-d); }
.nav a.active { background: var(--navy); color: #fff; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 52px; height: 52px; border-radius: 18px; border: 0; background: var(--navy); flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding: 0; }
.nav-toggle span { width: 22px; height: 3px; background: #fff; border-radius: 3px; transition: .3s; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
@media (max-width: 1100px) { .nav a { padding: 10px 12px; font-size: 14px; } .header-cta .btn span { display: none; } .header-cta .btn { padding: 14px; border-radius: 50%; } }
@media (max-width: 980px) { .nav { display: none; } .nav-toggle { display: flex; } }

/* ---------- Mobil menü ---------- */
.mobile-nav { position: fixed; top: 0; right: 0; bottom: 0; width: min(380px, 88vw); background: #fff; z-index: 790; transform: translateX(105%); transition: transform .5s cubic-bezier(.77,0,.18,1); padding: 120px 28px 32px; display: flex; flex-direction: column; overflow: hidden; border-radius: 40px 0 0 40px; box-shadow: var(--shadow-lg); }
.mobile-nav-blob { position: absolute; top: -80px; right: -120px; width: 320px; height: 320px; background: var(--teal-l); border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; z-index: 0; }
.mobile-nav ul { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.mobile-nav li { opacity: 0; transform: translateX(30px); transition: .5s calc(.15s + var(--i) * .05s); }
body.nav-open .mobile-nav li { opacity: 1; transform: none; }
.mobile-nav a:not(.btn) { display: block; padding: 12px 18px; border-radius: var(--pill); font-family: var(--font-h); font-size: 20px; font-weight: 700; color: var(--navy); }
.mobile-nav a.active { background: var(--navy); color: #fff; }
.mobile-nav-foot { position: relative; z-index: 1; display: grid; gap: 10px; }
.nav-backdrop { position: fixed; inset: 0; background: rgba(15,23,42,.5); z-index: 780; opacity: 0; pointer-events: none; transition: .4s; }
body.nav-open .mobile-nav { transform: none; }
body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }
body.nav-open { overflow: hidden; }

/* ---------- Bölüm yapısı ---------- */
.section { padding: 96px 0; position: relative; }
.section-white { background: #fff; }
.section-navy { background: var(--navy); color: #cbd5e1; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-head { max-width: 680px; margin-bottom: 56px; }
.section-head.center { text-align: center; margin-inline: auto; }
.section-head .sticker { margin-bottom: 18px; }
.section-head p { font-size: 18px; color: var(--muted); }
.section-head.center .sticker { transform: rotate(-3deg); }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; }
.section-head-row .section-head { margin-bottom: 0; }
.eyebrow { font-family: var(--font-h); font-weight: 800; color: var(--teal-d); text-transform: uppercase; letter-spacing: .12em; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 26px; height: 4px; border-radius: 3px; background: var(--coral); }
.hl { position: relative; display: inline-block; z-index: 0; white-space: nowrap; }
.hl::after { content: ""; position: absolute; left: -4px; right: -4px; bottom: 8%; height: 34%; background: var(--sun); z-index: -1; border-radius: 6px; transform: rotate(-1.5deg); }
.hl-coral::after { background: var(--coral-l); }
.hl-teal::after { background: var(--teal-l); }
@media (max-width: 768px) { .section { padding: 64px 0; } .section-head { margin-bottom: 36px; } .section-head-row { flex-direction: column; align-items: flex-start; } }

/* ---------- Hero slider ---------- */
.hero { position: relative; background: var(--bg); overflow: hidden; }
.hero .blob-1 { width: 620px; height: 620px; top: -220px; left: -200px; }
.hero .blob-2 { width: 420px; height: 420px; bottom: -160px; right: 32%; }
.hero .blob-3 { width: 260px; height: 260px; top: 60px; right: -80px; }
.hero-slider { position: relative; z-index: 1; }
.hero .slide { padding: 56px 0 120px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hero-text .sticker { margin-bottom: 26px; }
.hero-text h1 { margin-bottom: 22px; }
.hero-text h1 em { font-style: normal; color: var(--teal); }
.hero-text p { font-size: 19px; color: var(--muted); max-width: 520px; margin-bottom: 34px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.trust { display: flex; align-items: center; gap: 16px; }
.avatars { display: flex; }
.avatars img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 3px solid var(--bg); margin-left: -12px; }
.avatars img:first-child { margin-left: 0; }
.trust-text { font-size: 14px; color: var(--muted); line-height: 1.35; }
.trust-text b { color: var(--navy); display: block; font-size: 15px; }
.hero-visual { position: relative; padding: 30px 20px 20px 0; }
.hero-visual-blob { position: absolute; inset: 0 0 20px 40px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; z-index: 0; transform: rotate(8deg); }
.hero-img { position: relative; z-index: 1; border-radius: 40px 140px 40px 140px; overflow: hidden; aspect-ratio: 4.2 / 4.6; box-shadow: var(--shadow-lg); border: 8px solid #fff; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.slide:nth-child(2) .hero-img, .sv-track .slide:nth-child(2) .hero-img { border-radius: 140px 40px 140px 40px; }
.slide:nth-child(3) .hero-img, .sv-track .slide:nth-child(3) .hero-img { border-radius: 40px 40px 140px 140px; }
.float-card { position: absolute; z-index: 3; background: #fff; border-radius: 22px; padding: 14px 18px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; animation: floatY 5s ease-in-out infinite; }
.float-card .fc-ico { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--p, var(--teal-l)); color: var(--p-ink, var(--teal-d)); flex: 0 0 auto; }
.float-card b { display: block; font-family: var(--font-h); font-size: 20px; color: var(--navy); line-height: 1; }
.float-card small { font-size: 12px; color: var(--muted); font-weight: 600; }
.fc-1 { top: 8%; left: -40px; }
.fc-2 { bottom: 12%; right: -20px; animation-delay: -2.5s; }
.fc-3 { bottom: -18px; left: 12%; animation-delay: -1.2s; }
.hero .sticker-abs { top: -6px; right: 14%; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-ctrls { position: absolute; left: 0; right: 0; bottom: 40px; z-index: 6; }
.hero-ctrls .wrap { display: flex; align-items: center; gap: 22px; }
.hero-ctrls .arrows { display: flex; gap: 10px; }
.hero-ctrls .arrows button { width: 54px; height: 54px; border-radius: 50%; border: 3px solid var(--navy); background: #fff; color: var(--navy); display: grid; place-items: center; transition: .25s; }
.hero-ctrls .arrows button:hover { background: var(--navy); color: #fff; transform: translateY(-3px); }
.hero [data-dots] button { width: 12px; height: 12px; background: rgba(30,41,59,.2); }
.hero [data-dots] button.is-active { width: 34px; border-radius: var(--pill); background: var(--coral); transform: none; }
@media (max-width: 1024px) { .hero-grid { gap: 32px; } .fc-1 { left: -10px; } .fc-2 { right: -6px; } }
@media (max-width: 860px) {
  .hero .slide { padding: 40px 0 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; margin-inline: auto; order: -1; padding: 20px 10px 10px 0; }
  .hero-text p { font-size: 17px; }
  .float-card b { font-size: 17px; }
  .fc-3 { display: none; }
}
@media (max-width: 480px) { .hero-btns .btn { width: 100%; } .fc-1, .fc-2 { padding: 10px 12px; } .hero .sticker-abs { right: 4%; } }

/* ---------- Marka/güven şeridi ---------- */
.marquee { background: var(--navy); color: #fff; padding: 18px 0; overflow: hidden; position: relative; transform: rotate(-1deg) scale(1.02); margin: -10px 0 10px; z-index: 2; }
.marquee-track { display: flex; gap: 48px; white-space: nowrap; animation: marquee 30s linear infinite; width: max-content; }
.marquee-track span { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-h); font-weight: 700; font-size: 17px; }
.marquee-track span svg { color: var(--coral); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Hakkında özeti ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.about-visual { position: relative; }
.about-visual .img-main { border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 120px; overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.about-visual .img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-visual .img-sub { position: absolute; right: -40px; bottom: 60px; width: 46%; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 1; border: 8px solid #fff; box-shadow: var(--shadow); transform: rotate(6deg); }
.about-visual .img-sub img { width: 100%; height: 100%; object-fit: cover; }
.about-visual .exp-badge { position: absolute; top: 30px; left: -30px; width: 130px; height: 130px; border-radius: 50%; background: var(--sun); display: grid; place-items: center; text-align: center; font-family: var(--font-h); color: var(--navy); box-shadow: var(--shadow); animation: spinSlow 30s linear infinite; }
.about-visual .exp-badge b { font-size: 40px; line-height: 1; display: block; }
.about-visual .exp-badge small { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.exp-inner { animation: spinSlowRev 30s linear infinite; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes spinSlowRev { to { transform: rotate(-360deg); } }
.about-text p { font-size: 17px; }
.about-text .lead { font-size: 20px; color: var(--navy); font-weight: 500; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 28px 0 34px; }
.checks li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--navy); }
.checks li span { width: 28px; height: 28px; border-radius: 10px; background: var(--teal-l); color: var(--teal-d); display: grid; place-items: center; flex: 0 0 auto; }
.about-sign { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.about-sign img { width: 64px; height: 64px; border-radius: 22px; object-fit: cover; }
.about-sign b { display: block; font-family: var(--font-h); font-size: 18px; color: var(--navy); }
.about-sign small { color: var(--muted); }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 48px; } .about-visual { max-width: 480px; margin-inline: auto; } .about-visual .img-sub { right: -10px; } .about-visual .exp-badge { left: -10px; } }
@media (max-width: 520px) { .checks { grid-template-columns: 1fr; } }

/* ---------- Hizmet kartları ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; background: #fff; border-radius: 28px; padding: 32px 30px 30px; box-shadow: var(--shadow-sm); transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s; display: flex; flex-direction: column; overflow: hidden; color: var(--text); }
.service-card::before { content: ""; position: absolute; right: -50px; top: -50px; width: 160px; height: 160px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: var(--p); opacity: .6; transition: transform .5s; }
.service-card:hover { transform: translateY(-8px) rotate(-.6deg); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.6) rotate(20deg); }
.service-ico { position: relative; width: 66px; height: 66px; border-radius: 22px 22px 22px 8px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; margin-bottom: 22px; transition: transform .4s cubic-bezier(.34,1.56,.64,1); }
.service-card:hover .service-ico { transform: rotate(-10deg) scale(1.08); }
.service-card h3 { position: relative; font-size: 21px; margin-bottom: 10px; }
.service-card p { position: relative; color: var(--muted); font-size: 15px; flex: 1; margin-bottom: 20px; }
.service-card .more { position: relative; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-h); font-weight: 700; color: var(--navy); }
.service-card .more svg { transition: transform .3s; }
.service-card:hover .more svg { transform: translateX(6px); }
.service-card .service-tag { position: absolute; top: 20px; right: 20px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 5px 11px; border-radius: var(--pill); background: var(--p); color: var(--p-ink); transform: rotate(4deg); }
@media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* ---------- Öncesi / Sonrası ---------- */
.ba-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.ba { --pos: 50%; position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 3.2; box-shadow: var(--shadow-lg); border: 8px solid #fff; user-select: none; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba .ba-after { clip-path: inset(0 0 0 var(--pos)); }
.ba-line { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 4px; background: #fff; transform: translateX(-50%); z-index: 2; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.ba-handle { position: absolute; top: 50%; left: var(--pos); transform: translate(-50%, -50%); width: 60px; height: 60px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; z-index: 3; box-shadow: 0 10px 30px -8px rgba(251,113,133,.9); border: 4px solid #fff; pointer-events: none; }
.ba-handle svg { width: 26px; height: 26px; }
.ba input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 4; -webkit-appearance: none; appearance: none; background: transparent; }
.ba input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 60px; height: 60px; }
.ba input[type=range]::-moz-range-thumb { width: 60px; height: 60px; }
.ba-label { position: absolute; top: 18px; z-index: 3; padding: 8px 14px; border-radius: var(--pill); font-family: var(--font-h); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; background: rgba(30,41,59,.85); color: #fff; backdrop-filter: blur(4px); }
.ba-label.l { left: 18px; }
.ba-label.r { right: 18px; background: var(--teal); }
.ba-text h2 { margin-bottom: 18px; }
.ba-text p { font-size: 17px; color: var(--muted); }
.ba-stats { display: flex; gap: 32px; margin-top: 30px; }
.ba-stats b { display: block; font-family: var(--font-h); font-size: 40px; color: var(--navy); line-height: 1; }
.ba-stats small { color: var(--muted); font-weight: 600; }
@media (max-width: 900px) { .ba-grid { grid-template-columns: 1fr; gap: 40px; } .ba-text { order: 2; } }

/* ---------- İstatistik ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { background: #fff; border-radius: 28px; padding: 30px 26px; text-align: center; position: relative; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s; }
.stat:hover { transform: translateY(-6px); }
.stat::after { content: ""; position: absolute; width: 120px; height: 120px; right: -40px; bottom: -50px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: var(--p); opacity: .7; }
.stat b { display: block; font-family: var(--font-h); font-size: clamp(38px, 4vw, 52px); font-weight: 900; color: var(--navy); line-height: 1; position: relative; z-index: 1; }
.stat span { color: var(--muted); font-weight: 600; position: relative; z-index: 1; }
.stat .stat-ico { width: 52px; height: 52px; border-radius: 18px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; margin: 0 auto 16px; position: relative; z-index: 1; }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .stats { grid-template-columns: 1fr; } }

/* ---------- Fiyat tablosu ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price-card { position: relative; background: #fff; border-radius: var(--r-lg); padding: 40px 34px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .35s, box-shadow .35s; border: 3px solid transparent; }
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.price-card.is-featured { background: var(--navy); color: #cbd5e1; border-color: var(--coral); transform: scale(1.04); }
.price-card.is-featured:hover { transform: scale(1.04) translateY(-8px); }
.price-card.is-featured h3, .price-card.is-featured .price b { color: #fff; }
.price-card .sticker { position: absolute; top: -18px; right: 24px; }
.price-ico { width: 60px; height: 60px; border-radius: 20px 20px 20px 6px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; margin-bottom: 20px; }
.price-card h3 { font-size: 24px; margin-bottom: 6px; }
.price-card .desc { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.price-card.is-featured .desc { color: #94a3b8; }
.price { margin-bottom: 26px; }
.price small { display: block; font-size: 13px; font-weight: 600; color: var(--muted); }
.price b { font-family: var(--font-h); font-size: 44px; font-weight: 900; color: var(--navy); line-height: 1.1; }
.price b sup { font-size: 20px; margin-left: 2px; }
.price-list { display: grid; gap: 12px; margin-bottom: 30px; flex: 1; }
.price-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.price-list li svg { flex: 0 0 auto; color: var(--teal); margin-top: 3px; }
.price-card.is-featured .price-list li svg { color: var(--coral); }
.price-note { text-align: center; color: var(--muted); font-size: 14px; margin-top: 32px; }
@media (max-width: 960px) { .pricing { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } .price-card.is-featured, .price-card.is-featured:hover { transform: none; } }

/* ---------- Süreç adımları ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; counter-reset: adim; }
.steps::before { content: ""; position: absolute; top: 46px; left: 12%; right: 12%; border-top: 3px dashed rgba(20,184,166,.4); z-index: 0; }
.step { position: relative; text-align: center; padding: 0 12px; z-index: 1; }
.step-num { width: 92px; height: 92px; border-radius: 34px 34px 34px 12px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; margin: 0 auto 22px; font-family: var(--font-h); font-size: 38px; font-weight: 900; box-shadow: 0 16px 30px -18px rgba(30,41,59,.4); transform: rotate(-4deg); transition: transform .4s cubic-bezier(.34,1.56,.64,1); border: 6px solid var(--bg); }
.section-white .step-num { border-color: #fff; }
.step:hover .step-num { transform: rotate(4deg) scale(1.08); }
.step:nth-child(even) .step-num { transform: rotate(4deg); }
.step:nth-child(even):hover .step-num { transform: rotate(-4deg) scale(1.08); }
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; } .steps::before { display: none; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Video ---------- */
.videos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.video-card { background: #fff; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-sm); color: var(--text); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.video-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.video-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.video-card:hover .video-thumb img { transform: scale(1.06); }
.video-thumb .play { position: absolute; inset: 0; display: grid; place-items: center; }
.video-thumb .play span { width: 64px; height: 64px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(251,113,133,.9); transition: transform .3s cubic-bezier(.34,1.56,.64,1); padding-left: 4px; }
.video-card:hover .play span { transform: scale(1.15); }
.video-badge { position: absolute; top: 14px; left: 14px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 5px 10px; border-radius: var(--pill); letter-spacing: .05em; }
.video-body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.video-body h3 { font-size: 17px; line-height: 1.35; margin: 0; flex: 1; }
.video-body time, .video-body .doc { font-size: 13px; color: var(--muted); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.video-body .doc { color: var(--teal-d); }
.video-player { background: #fff; border-radius: var(--r-xl); padding: 16px; box-shadow: var(--shadow-lg); margin-bottom: 40px; }
.video-player .frame { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16 / 9; background: #000; }
.video-player .frame iframe { width: 100%; height: 100%; border: 0; }
.video-player-info { padding: 26px 20px 14px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.video-player-info h1 { font-size: clamp(22px, 2.6vw, 32px); margin-bottom: 8px; }
.video-player-info p { color: var(--muted); margin: 0; }
.video-player-info .meta { font-size: 14px; color: var(--muted); font-weight: 600; margin-bottom: 12px; display: flex; gap: 14px; flex-wrap: wrap; }
.yt-sub { background: #ff0000; color: #fff; }
.yt-sub:hover { background: #cc0000; }
@media (max-width: 1024px) { .videos-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .videos-grid { grid-template-columns: 1fr; } .video-player-info { grid-template-columns: 1fr; } .video-player { padding: 10px; } }

/* ---------- Yorum carousel ---------- */
.reviews { position: relative; }
.reviews .track { padding: 20px 4px 30px; }
.reviews .track > * { flex: 0 0 calc(33.333% - 16px); }
.review { background: #fff; border-radius: 28px; padding: 30px 28px; box-shadow: var(--shadow-sm); position: relative; display: flex; flex-direction: column; gap: 16px; transition: transform .3s; }
.review:hover { transform: translateY(-6px) rotate(-.5deg); }
.review .q { position: absolute; top: 22px; right: 24px; color: var(--p); }
.review .q svg { width: 44px; height: 44px; }
.stars { display: inline-flex; gap: 2px; }
.stars span { color: #e2e8f0; }
.stars span.on { color: #f59e0b; }
.stars svg { fill: currentColor; stroke: none; }
.review p { font-size: 15.5px; color: var(--text); flex: 1; margin: 0; }
.review-who { display: flex; align-items: center; gap: 12px; }
.review-who .av { width: 48px; height: 48px; border-radius: 16px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; font-family: var(--font-h); font-weight: 900; font-size: 18px; flex: 0 0 auto; }
.review-who b { display: block; color: var(--navy); font-family: var(--font-h); }
.review-who small { color: var(--muted); font-size: 13px; }
.review-tag { display: inline-block; margin-left: auto; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 5px 10px; border-radius: var(--pill); background: var(--p); color: var(--p-ink); }
.carousel-nav { display: flex; gap: 10px; }
.carousel-nav button { width: 52px; height: 52px; border-radius: 50%; border: 3px solid var(--navy); background: #fff; color: var(--navy); display: grid; place-items: center; transition: .25s; }
.carousel-nav button:hover { background: var(--coral); border-color: var(--coral); color: #fff; }
.google-badge { display: inline-flex; align-items: center; gap: 12px; background: #fff; border-radius: var(--pill); padding: 10px 20px 10px 12px; box-shadow: var(--shadow-sm); font-weight: 600; font-size: 14px; color: var(--navy); }
.google-badge .g { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-h); font-weight: 900; font-size: 20px; background: conic-gradient(#ea4335 0 25%, #fbbc05 0 50%, #34a853 0 75%, #4285f4 0); color: #fff; }
.google-badge .g span { width: 26px; height: 26px; border-radius: 50%; background: #fff; color: var(--navy); display: grid; place-items: center; font-size: 15px; }
@media (max-width: 1024px) { .reviews .track > * { flex-basis: calc(50% - 12px); } }
@media (max-width: 640px) { .reviews .track > * { flex-basis: 88%; } }

/* ---------- Çocuklar için ---------- */
.kids { position: relative; overflow: hidden; }
.kids-card { position: relative; background: var(--lime-l); border-radius: 48px; padding: 64px 64px 64px 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; overflow: hidden; }
.kids-card .blob { z-index: 0; }
.kids-card .kb-1 { width: 380px; height: 380px; left: -140px; bottom: -160px; background: var(--sun-l); }
.kids-card .kb-2 { width: 260px; height: 260px; right: 36%; top: -120px; background: var(--sky-l); }
.kids-text { position: relative; z-index: 1; }
.kids-text h2 { margin-bottom: 18px; }
.kids-text p { font-size: 17px; color: #475569; }
.kids-list { display: grid; gap: 14px; margin: 26px 0 32px; }
.kids-list li { display: flex; gap: 14px; align-items: center; font-weight: 600; color: var(--navy); }
.kids-list li .ki { width: 44px; height: 44px; border-radius: 16px; background: #fff; display: grid; place-items: center; flex: 0 0 auto; font-size: 20px; box-shadow: var(--shadow-sm); }
.kids-visual { position: relative; z-index: 1; }
.kids-visual .img { border-radius: 60px 60px 60px 20px; overflow: hidden; aspect-ratio: 1 / 1.05; transform: rotate(3deg); border: 10px solid #fff; box-shadow: var(--shadow); transition: transform .5s; }
.kids-visual:hover .img { transform: rotate(0); }
.kids-visual .img img { width: 100%; height: 100%; object-fit: cover; }
.kids-visual .sticker-abs { top: 20px; left: -24px; }
.kids-visual .fc { position: absolute; bottom: 24px; right: -20px; }
.dots-deco { position: absolute; width: 120px; height: 120px; background-image: radial-gradient(var(--teal) 2.5px, transparent 3px); background-size: 16px 16px; opacity: .5; z-index: 0; }
@media (max-width: 960px) { .kids-card { grid-template-columns: 1fr; padding: 44px 32px; border-radius: 36px; } .kids-visual { max-width: 400px; margin-inline: auto; } }
@media (max-width: 520px) { .kids-card { padding: 36px 24px; } .kids-visual .sticker-abs { left: -4px; } .kids-visual .fc { right: -4px; } }

/* ---------- Blog kartları ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: #fff; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-sm); color: var(--text); display: flex; flex-direction: column; transition: transform .35s, box-shadow .35s; }
.post-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.post-thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.post-card:hover .post-thumb img { transform: scale(1.07) rotate(1deg); }
.post-thumb .cat { position: absolute; left: 18px; bottom: -14px; background: var(--teal); color: #fff; padding: 8px 16px; border-radius: var(--pill); font-family: var(--font-h); font-weight: 700; font-size: 13px; box-shadow: var(--shadow-sm); transform: rotate(-2deg); }
.post-body { padding: 30px 26px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-meta { display: flex; gap: 14px; font-size: 13px; color: var(--muted); font-weight: 600; }
.post-meta span { display: inline-flex; align-items: center; gap: 5px; }
.post-body h3 { font-size: 20px; line-height: 1.3; margin: 0; }
.post-body h3 a { color: var(--navy); }
.post-body h3 a:hover { color: var(--teal-d); }
.post-body p { color: var(--muted); font-size: 15px; margin: 0; flex: 1; }
.post-body .more { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-h); font-weight: 700; color: var(--coral-d); margin-top: 6px; }
.post-body .more svg { transition: transform .3s; }
.post-card:hover .more svg { transform: translateX(6px); }
.post-card.featured { grid-column: span 2; flex-direction: row; }
.post-card.featured .post-thumb { flex: 0 0 52%; aspect-ratio: auto; }
.post-card.featured .post-body h3 { font-size: 28px; }
@media (max-width: 1024px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .blog-grid { grid-template-columns: 1fr; } .post-card.featured { grid-column: span 1; flex-direction: column; } .post-card.featured .post-thumb { aspect-ratio: 16 / 10; } .post-card.featured .post-body h3 { font-size: 22px; } }

/* ---------- Randevu CTA band ---------- */
.cta-band { position: relative; background: var(--teal); border-radius: 48px; padding: 64px 72px; color: #fff; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; overflow: hidden; }
.cta-band .blob { background: rgba(255,255,255,.14); }
.cta-band .cb-1 { width: 420px; height: 420px; right: -120px; top: -160px; }
.cta-band .cb-2 { width: 260px; height: 260px; left: 30%; bottom: -160px; }
.cta-band h2 { color: #fff; margin-bottom: 14px; position: relative; }
.cta-band p { font-size: 18px; color: rgba(255,255,255,.85); margin: 0; position: relative; }
.cta-band .cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; position: relative; }
.cta-band .cta-phone { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-h); font-size: 28px; font-weight: 800; color: #fff; }
.cta-band .cta-phone span { width: 54px; height: 54px; border-radius: 50%; background: #fff; color: var(--teal); display: grid; place-items: center; }
@media (max-width: 900px) { .cta-band { grid-template-columns: 1fr; padding: 44px 32px; border-radius: 36px; } .cta-band .cta-actions { align-items: flex-start; } .cta-band .cta-phone { font-size: 22px; } }

/* ---------- İletişim özeti + harita ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: stretch; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { background: #fff; border-radius: 24px; padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; box-shadow: var(--shadow-sm); transition: transform .3s; }
.contact-card:hover { transform: translateX(6px); }
.contact-card .ci { width: 52px; height: 52px; border-radius: 18px 18px 18px 6px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; flex: 0 0 auto; }
.contact-card b { display: block; font-family: var(--font-h); color: var(--navy); font-size: 17px; margin-bottom: 2px; }
.contact-card span, .contact-card a { color: var(--muted); font-size: 15px; }
.contact-card a:hover { color: var(--teal-d); }
.map { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); border: 8px solid #fff; min-height: 380px; position: relative; }
.map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; position: absolute; inset: 0; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.footer { position: relative; background: var(--teal); color: rgba(255,255,255,.88); margin-top: 60px; padding: 0 0 32px; border-top-left-radius: 50% 90px; border-top-right-radius: 50% 90px; overflow: hidden; }
.footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--teal) 0%, var(--teal-d) 100%); z-index: 0; }
.footer .wrap { position: relative; z-index: 2; }
.footer-blob { position: absolute; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: rgba(255,255,255,.08); z-index: 1; animation: blobMorph 22s ease-in-out infinite alternate; }
.footer-blob-1 { width: 520px; height: 520px; right: -180px; top: 120px; }
.footer-blob-2 { width: 320px; height: 320px; left: -120px; bottom: -80px; }
.footer-cta { transform: translateY(-60px); margin-bottom: -10px; background: var(--navy); color: #fff; border-radius: 36px; padding: 44px 52px; display: flex; justify-content: space-between; align-items: center; gap: 32px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.footer-cta::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 300px; height: 300px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: rgba(251,113,133,.25); }
.footer-cta .sticker { margin-bottom: 16px; }
.footer-cta h2 { color: #fff; font-size: clamp(26px, 3vw, 36px); margin-bottom: 8px; }
.footer-cta p { color: #94a3b8; margin: 0; }
.footer-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }
.footer-cta .btn-navy { background: var(--coral); box-shadow: none; }
.footer-cta .btn-navy:hover { background: var(--coral-d); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding: 30px 0 48px; }
.footer-col h4 { color: #fff; font-size: 17px; margin-bottom: 18px; }
.footer-col h4 + ul + h4 { margin-top: 26px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.85); }
.footer-col a:hover { color: #fff; padding-left: 6px; }
.footer-brand p { margin: 22px 0; font-size: 15px; }
.social { display: flex; gap: 10px; }
.social a { width: 44px; height: 44px; border-radius: 16px; background: rgba(255,255,255,.14); display: grid; place-items: center; color: #fff; transition: .3s cubic-bezier(.34,1.56,.64,1); }
.social a:hover { background: #fff; color: var(--teal-d); transform: rotate(-8deg) scale(1.1); padding: 0; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.footer-contact svg { flex: 0 0 auto; margin-top: 3px; color: var(--sun); }
.footer-hours li { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; border-bottom: 1px dashed rgba(255,255,255,.25); padding-bottom: 8px; }
.footer-hours b { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.25); padding-top: 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; }
.footer-bottom p { margin: 0; }
.footer-legal { color: rgba(255,255,255,.7); font-size: 13px; }
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .footer { border-top-left-radius: 50% 48px; border-top-right-radius: 50% 48px; } .footer-cta { flex-direction: column; align-items: flex-start; padding: 32px 28px; transform: translateY(-36px); } .footer-grid { padding-top: 10px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- WhatsApp balonu ---------- */
.wa-float { position: fixed; right: 22px; bottom: 84px; z-index: 900; display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff; padding: 12px 18px 12px 12px; border-radius: var(--pill); font-family: var(--font-h); font-weight: 700; box-shadow: 0 14px 34px -10px rgba(37,211,102,.8); transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
.wa-float:hover { transform: translateY(-4px) scale(1.04); }
.wa-float::before { content: ""; position: absolute; inset: -6px; border-radius: inherit; border: 3px solid #25d366; opacity: 0; animation: waPulse 2.2s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(.9); opacity: .7; } 100% { transform: scale(1.18); opacity: 0; } }
@media (max-width: 640px) { .wa-float span { display: none; } .wa-float { padding: 13px; } }

/* ---------- İç sayfa hero ---------- */
.page-hero { position: relative; background: var(--bg); padding: 64px 0 72px; overflow: hidden; }
.page-hero .blob-1 { width: 520px; height: 520px; top: -260px; right: -140px; }
.page-hero .blob-2 { width: 300px; height: 300px; bottom: -180px; left: -80px; }
.page-hero .wrap { position: relative; z-index: 1; }
.crumbs { display: flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 600; color: var(--muted); margin-bottom: 20px; flex-wrap: wrap; }
.crumbs a { color: var(--teal-d); }
.crumbs a:hover { color: var(--navy); }
.crumbs svg { color: var(--coral); }
.page-hero h1 { font-size: clamp(36px, 4.6vw, 58px); margin-bottom: 14px; }
.page-hero .lead { font-size: 19px; color: var(--muted); max-width: 640px; margin: 0; }
.page-hero .sticker { margin-bottom: 18px; }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.page-hero-img { border-radius: 40px 120px 40px 40px; overflow: hidden; aspect-ratio: 5 / 3.6; border: 8px solid #fff; box-shadow: var(--shadow-lg); position: relative; transform: rotate(2deg); }
.page-hero-img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .page-hero-grid { grid-template-columns: 1fr; } .page-hero-img { max-width: 520px; } .page-hero { padding: 44px 0 56px; } }

/* ---------- Hakkımızda ---------- */
.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 32px; top: 20px; bottom: 20px; border-left: 3px dashed rgba(20,184,166,.45); }
.tl-item { display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 14px 0; position: relative; }
.tl-year { width: 64px; height: 64px; border-radius: 22px 22px 22px 8px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; font-family: var(--font-h); font-weight: 900; font-size: 15px; position: relative; z-index: 1; border: 5px solid var(--bg); transform: rotate(-4deg); }
.section-white .tl-year { border-color: #fff; }
.tl-body { background: #fff; border-radius: 24px; padding: 20px 26px; box-shadow: var(--shadow-sm); transition: transform .3s; }
.tl-item:hover .tl-body { transform: translateX(8px); }
.tl-body h3 { font-size: 18px; margin-bottom: 4px; }
.tl-body p { margin: 0; color: var(--muted); font-size: 15px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.certs { display: grid; gap: 12px; }
.certs li { display: flex; gap: 14px; align-items: center; background: #fff; border-radius: 20px; padding: 14px 18px; font-weight: 600; color: var(--navy); box-shadow: var(--shadow-sm); }
.certs li span { width: 40px; height: 40px; border-radius: 14px; background: var(--sun-l); color: #b45309; display: grid; place-items: center; flex: 0 0 auto; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mv-card { border-radius: 32px; padding: 40px 36px; position: relative; overflow: hidden; background: var(--p); }
.mv-card::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 220px; height: 220px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: rgba(255,255,255,.5); }
.mv-card .mi { width: 60px; height: 60px; border-radius: 20px; background: #fff; color: var(--p-ink); display: grid; place-items: center; margin-bottom: 20px; position: relative; z-index: 1; }
.mv-card h3 { position: relative; z-index: 1; font-size: 26px; }
.mv-card p { position: relative; z-index: 1; margin: 0; color: #475569; font-size: 16px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { text-align: center; }
.team-card .img { border-radius: 36px 36px 36px 12px; overflow: hidden; aspect-ratio: 4 / 4.6; position: relative; margin-bottom: 18px; transition: transform .4s cubic-bezier(.34,1.56,.64,1); border: 6px solid #fff; box-shadow: var(--shadow-sm); }
.team-card:hover .img { transform: rotate(-3deg) translateY(-6px); box-shadow: var(--shadow); }
.team-card .img img { width: 100%; height: 100%; object-fit: cover; }
.team-card .img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, var(--p)); opacity: .5; mix-blend-mode: multiply; }
.team-card h3 { font-size: 19px; margin-bottom: 2px; }
.team-card small { color: var(--muted); font-weight: 600; }
.clinic-imgs { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 240px 240px; gap: 18px; }
.clinic-imgs a { border-radius: 28px; overflow: hidden; position: relative; display: block; }
.clinic-imgs a:first-child { grid-row: span 2; }
.clinic-imgs img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.clinic-imgs a:hover img { transform: scale(1.06); }
@media (max-width: 1024px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .two-col, .mv-grid { grid-template-columns: 1fr; } .clinic-imgs { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .clinic-imgs a { aspect-ratio: 4/3; } .clinic-imgs a:first-child { grid-column: span 2; grid-row: auto; } }
@media (max-width: 480px) { .team-grid { grid-template-columns: 1fr; max-width: 320px; margin-inline: auto; } }

/* ---------- Hizmet detayı ---------- */
.detail-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.detail-main .detail-img { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 16 / 8; box-shadow: var(--shadow); margin-bottom: 36px; position: relative; }
.detail-main .detail-img img { width: 100%; height: 100%; object-fit: cover; }
.detail-main .detail-img .sticker-abs { top: 22px; left: 22px; }
.prose p { font-size: 17px; }
.prose h2 { font-size: 30px; margin-top: 44px; }
.prose h3 { font-size: 22px; margin-top: 32px; }
.prose blockquote { margin: 32px 0; padding: 28px 32px 28px 84px; background: var(--teal-xl); border-radius: 28px; position: relative; font-family: var(--font-h); font-size: 20px; font-weight: 600; color: var(--navy); line-height: 1.45; }
.prose blockquote::before { content: ""; position: absolute; left: 26px; top: 26px; width: 40px; height: 40px; border-radius: 14px; background: var(--coral); }
.prose blockquote::after { content: "\201C"; position: absolute; left: 34px; top: 22px; font-size: 44px; color: #fff; font-family: Georgia, serif; line-height: 1; }
.mini-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.mini-step { display: flex; gap: 16px; background: #fff; border-radius: 22px; padding: 20px; box-shadow: var(--shadow-sm); }
.mini-step .n { width: 46px; height: 46px; border-radius: 16px 16px 16px 6px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; font-family: var(--font-h); font-weight: 900; font-size: 20px; flex: 0 0 auto; transform: rotate(-4deg); }
.mini-step b { display: block; font-family: var(--font-h); color: var(--navy); margin-bottom: 4px; }
.mini-step p { margin: 0; font-size: 14.5px; color: var(--muted); }
.who-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.who-list li { display: flex; gap: 10px; align-items: center; background: var(--p); color: var(--navy); font-weight: 600; padding: 12px 16px; border-radius: 18px; font-size: 15px; }
.who-list li svg { color: var(--p-ink); flex: 0 0 auto; }
.sidebar { position: sticky; top: 100px; display: grid; gap: 22px; }
.side-card { background: #fff; border-radius: 28px; padding: 26px; box-shadow: var(--shadow-sm); }
.side-card h4 { font-size: 18px; margin-bottom: 14px; }
.side-links { display: grid; gap: 6px; }
.side-links a { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 16px; color: var(--navy); font-weight: 600; font-size: 15px; transition: .25s; }
.side-links a .si { width: 34px; height: 34px; border-radius: 12px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; flex: 0 0 auto; }
.side-links a:hover { background: var(--bg); padding-left: 18px; }
.side-links a.is-active { background: var(--navy); color: #fff; }
.side-cta { background: var(--navy); color: #cbd5e1; position: relative; overflow: hidden; }
.side-cta::after { content: ""; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: rgba(20,184,166,.35); }
.side-cta h4 { color: #fff; position: relative; z-index: 1; font-size: 22px; }
.side-cta p { position: relative; z-index: 1; font-size: 15px; }
.side-cta .btn { position: relative; z-index: 1; }
.side-cta .side-phone { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-h); font-weight: 800; font-size: 19px; margin-top: 14px; position: relative; z-index: 1; }
@media (max-width: 960px) { .detail-grid { grid-template-columns: 1fr; } .sidebar { position: static; } }
@media (max-width: 600px) { .mini-steps, .who-list { grid-template-columns: 1fr; } }

/* ---------- Akordeon (SSS) ---------- */
.faq { display: grid; gap: 14px; }
.acc-item { background: #fff; border-radius: 24px; box-shadow: var(--shadow-sm); border: 3px solid transparent; transition: border-color .3s, transform .3s; }
.acc-item.is-open { border-color: var(--teal-l); }
.acc-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px !important; font-family: var(--font-h); font-weight: 700; font-size: 18px; color: var(--navy); cursor: pointer; }
.acc-head .ai { width: 40px; height: 40px; border-radius: 14px; background: var(--teal-l); color: var(--teal-d); display: grid; place-items: center; flex: 0 0 auto; transition: .35s cubic-bezier(.34,1.56,.64,1); }
.acc-item.is-open .acc-head .ai { background: var(--coral); color: #fff; transform: rotate(180deg); }
.acc-body > div { padding: 0 26px 24px; color: var(--muted); font-size: 16px; }
.faq-grid { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
@media (max-width: 960px) { .faq-grid { grid-template-columns: 1fr; } }

/* ---------- Galeri ---------- */
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }
.filter-tabs button { padding: 12px 22px; border-radius: var(--pill); border: 3px solid var(--navy); background: #fff; color: var(--navy); font-family: var(--font-h); font-weight: 700; font-size: 15px; transition: .25s; }
.filter-tabs button:hover { transform: translateY(-2px); }
.filter-tabs button.is-active { background: var(--navy); color: #fff; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g-item { position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 3.3; display: block; box-shadow: var(--shadow-sm); transition: transform .4s, opacity .4s; }
.g-item:nth-child(4n+1) { border-radius: 28px 80px 28px 28px; }
.g-item:nth-child(4n+3) { border-radius: 28px 28px 80px 28px; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.g-item:hover img { transform: scale(1.08); }
.g-item .cap { position: absolute; left: 16px; right: 16px; bottom: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); border-radius: 18px; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; transform: translateY(12px); opacity: 0; transition: .35s; }
.g-item:hover .cap { transform: none; opacity: 1; }
.g-item .cap b { font-family: var(--font-h); color: var(--navy); }
.g-item .cap span { width: 34px; height: 34px; border-radius: 12px; background: var(--coral); color: #fff; display: grid; place-items: center; }
.g-item.is-hidden { display: none; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .gallery { grid-template-columns: 1fr; } }

/* ---------- Blog listesi / yazı ---------- */
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.blog-layout .blog-grid { grid-template-columns: repeat(2, 1fr); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a, .tags a { display: inline-block; padding: 7px 14px; border-radius: var(--pill); background: var(--bg); color: var(--navy); font-size: 13px; font-weight: 600; border: 2px solid transparent; }
.tag-cloud a:hover, .tags a:hover { border-color: var(--teal); color: var(--teal-d); }
.cat-list a { display: flex; justify-content: space-between; align-items: center; padding: 11px 14px; border-radius: 16px; color: var(--navy); font-weight: 600; }
.cat-list a:hover { background: var(--bg); }
.cat-list a span { background: var(--p, var(--teal-l)); color: var(--p-ink, var(--teal-d)); font-size: 12px; font-weight: 800; padding: 3px 10px; border-radius: var(--pill); }
.side-posts { display: grid; gap: 14px; }
.side-posts a { display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: center; color: var(--navy); }
.side-posts a img { width: 76px; height: 76px; border-radius: 20px; object-fit: cover; }
.side-posts a b { display: block; font-family: var(--font-h); font-size: 15px; line-height: 1.35; }
.side-posts a small { color: var(--muted); font-weight: 600; }
.side-posts a:hover b { color: var(--teal-d); }
.article-hero { position: relative; overflow: hidden; padding: 56px 0 0; background: var(--bg); }
.article-hero .wrap { position: relative; z-index: 1; }
.article-hero h1 { font-size: clamp(30px, 4vw, 50px); max-width: 860px; }
.article-meta { display: flex; gap: 20px; flex-wrap: wrap; color: var(--muted); font-weight: 600; font-size: 14px; margin: 18px 0 36px; align-items: center; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-meta .author { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); }
.article-meta .author img { width: 40px; height: 40px; border-radius: 14px; object-fit: cover; }
.article-img { border-radius: var(--r-xl) var(--r-xl) 0 0; overflow: hidden; aspect-ratio: 16 / 7; max-width: 1000px; border: 8px solid #fff; border-bottom: 0; box-shadow: var(--shadow-lg); }
.article-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 760px; }
.article-body .prose p:first-of-type { font-size: 20px; color: var(--navy); font-weight: 500; }
.share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 40px 0 0; padding-top: 30px; border-top: 3px dashed var(--line); }
.share b { font-family: var(--font-h); color: var(--navy); margin-right: 6px; }
.share a { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; color: #fff; transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
.share a:hover { transform: rotate(-8deg) scale(1.1); }
.share .s-x { background: var(--navy); } .share .s-fb { background: #1877f2; } .share .s-wa { background: #25d366; } .share .s-mail { background: var(--coral); }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
.author-box { display: flex; gap: 22px; align-items: center; background: #fff; border-radius: 28px; padding: 26px; box-shadow: var(--shadow-sm); margin-top: 40px; }
.author-box img { width: 96px; height: 96px; border-radius: 32px 32px 32px 10px; object-fit: cover; flex: 0 0 auto; }
.author-box b { display: block; font-family: var(--font-h); font-size: 20px; color: var(--navy); }
.author-box p { margin: 6px 0 0; color: var(--muted); font-size: 15px; }
@media (max-width: 960px) { .blog-layout { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .blog-layout .blog-grid { grid-template-columns: 1fr; } .author-box { flex-direction: column; text-align: center; } }

/* ---------- Formlar ---------- */
.form-card { background: #fff; border-radius: var(--r-xl); padding: 44px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.form-card::before { content: ""; position: absolute; right: -80px; top: -80px; width: 240px; height: 240px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: var(--teal-l); opacity: .6; }
.form-card > * { position: relative; z-index: 1; }
.form-card h2 { font-size: 30px; margin-bottom: 8px; }
.form-card .sub { color: var(--muted); margin-bottom: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 14px; color: var(--navy); font-family: var(--font-h); }
.field input, .field select, .field textarea { width: 100%; border: 3px solid var(--line); border-radius: 18px; padding: 14px 18px; background: var(--bg); color: var(--navy); font-size: 15px; transition: .25s; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px var(--teal-l); }
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e293b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 18px; padding-right: 46px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--teal); flex: 0 0 auto; }
.form-success { margin-top: 18px; background: var(--lime-l); color: #365314; padding: 16px 20px; border-radius: 18px; font-weight: 600; display: flex; gap: 10px; align-items: center; }
.rdv-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.info-stack { display: grid; gap: 20px; }
.hours-card { background: var(--navy); color: #cbd5e1; border-radius: 32px; padding: 32px; position: relative; overflow: hidden; }
.hours-card::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 220px; height: 220px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: rgba(20,184,166,.3); }
.hours-card h3 { color: #fff; display: flex; align-items: center; gap: 10px; position: relative; z-index: 1; }
.hours-card h3 svg { color: var(--sun); }
.hours-card ul { position: relative; z-index: 1; display: grid; gap: 10px; }
.hours-card li { display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px dashed rgba(255,255,255,.2); }
.hours-card li b { color: #fff; }
.hours-card li.closed b { color: var(--coral); }
.hours-card .note { position: relative; z-index: 1; margin: 18px 0 0; font-size: 14px; color: #94a3b8; display: flex; gap: 8px; align-items: flex-start; }
.hours-card .note svg { color: var(--coral); flex: 0 0 auto; margin-top: 2px; }
.why-mini { display: grid; gap: 12px; }
.why-mini li { display: flex; gap: 12px; align-items: center; background: #fff; border-radius: 20px; padding: 14px 18px; font-weight: 600; color: var(--navy); box-shadow: var(--shadow-sm); }
.why-mini li span { width: 40px; height: 40px; border-radius: 14px; background: var(--p); color: var(--p-ink); display: grid; place-items: center; flex: 0 0 auto; }
@media (max-width: 960px) { .rdv-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } .form-card { padding: 30px 22px; } }

/* ---------- Kompakt CTA (iç sayfalar) ---------- */
.inline-cta { background: var(--coral); color: #fff; border-radius: 32px; padding: 36px 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; position: relative; overflow: hidden; margin-top: 48px; }
.inline-cta::after { content: ""; position: absolute; right: -60px; top: -80px; width: 220px; height: 220px; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; background: rgba(255,255,255,.18); }
.inline-cta h3 { color: #fff; font-size: 24px; margin: 0 0 4px; position: relative; z-index: 1; }
.inline-cta p { margin: 0; color: rgba(255,255,255,.9); position: relative; z-index: 1; }
.inline-cta .btn { position: relative; z-index: 1; flex: 0 0 auto; }
@media (max-width: 640px) { .inline-cta { flex-direction: column; align-items: flex-start; padding: 28px 24px; } }

/* ---------- Diğer ---------- */
.empty { background: #fff; border-radius: 28px; padding: 40px; text-align: center; color: var(--muted); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .grid-2 { grid-template-columns: 1fr; } }
.related { margin-top: 64px; }
body.sv-ready .hero-visual { animation: none; }
