/* ═══════════════════════════════════════════════════════════════
   Kıbrıs Tüp Bebek Merkezi — Premium Custom Styles
   Tailwind utilities loaded via CDN; this file holds component CSS.
   For production: compile with `npx tailwindcss -i style.css -o dist.css`
   ═══════════════════════════════════════════════════════════════ */

:root {
  --luxury-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --luxury-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --luxury-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --color-primary: #4A4E51;
  --color-accent: #FF007F;
  --color-dark: #000000;
  --color-text: #4A4E51;
  --color-surface: #FAFAFA;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--color-text);
  background: #ffffff;
}

::selection {
  background-color: rgba(255, 0, 127, 0.15);
  color: var(--color-primary);
}

/* ─── Luxury Card ─── */
.luxury-card {
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(241, 245, 249, 0.8);
  box-shadow: 0 10px 40px rgba(74, 78, 81, 0.06);
  transition: transform 0.5s var(--luxury-ease-out),
              box-shadow 0.5s var(--luxury-ease-out);
}

.luxury-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(255, 0, 127, 0.08);
}

/* ─── Buttons ─── */
.btn-primary,
.btn-ghost,
.btn-whatsapp {
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  min-height: 3.25rem;
  min-width: 3.25rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  transition: all 0.4s var(--luxury-ease);
}

.btn-primary {
  color: #ffffff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(135deg, #FF007F 0%, #E6006F 100%);
  box-shadow: 0 8px 30px rgba(255, 0, 127, 0.3);
}

.btn-primary::before,
.btn-ghost::before,
.btn-whatsapp::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
}

.btn-primary > *,
.btn-ghost > *,
.btn-whatsapp > * {
  position: relative;
  z-index: 1;
  pointer-events: none;
  flex-shrink: 0;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255, 0, 127, 0.4);
}

.btn-ghost {
  color: var(--color-primary);
  border: 2px solid rgba(74, 78, 81, 0.25);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  border-color: var(--color-accent);
  background: rgba(255, 0, 127, 0.04);
  transform: translateY(-2px);
}

.btn-whatsapp {
  color: #ffffff;
  border: 2px solid #25D366;
  background: linear-gradient(135deg, #25D366 0%, #20bd5a 100%);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28);
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #22c55e 0%, #1da851 100%);
  border-color: #22c55e;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35);
}

.btn-primary.w-full,
.btn-primary[class*="w-full"],
.btn-whatsapp.w-full,
.btn-whatsapp[class*="w-full"],
.contact-form-submit {
  display: flex;
  width: 100%;
}

.header-actions {
  position: relative;
  z-index: 30;
  flex-shrink: 0;
}

.hero-cta-row {
  position: relative;
  z-index: 20;
}

.contact-form-actions {
  position: relative;
  z-index: 51;
  margin-top: 0;
}

@media (max-width: 767px) {
  .contact-form-actions {
    padding-bottom: 4.5rem;
  }
}

/* ─── Section Spacing ─── */
.section-luxury {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section-alt {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: var(--color-surface);
}

@media (min-width: 1024px) {
  .section-luxury,
  .section-alt {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* ─── Ana Sayfa — Hakkımızda hero ile uyumlu koyu palet ─── */
.home-page {
  --home-ink: #0f172a;
  --home-ink-soft: #1e293b;
  --home-charcoal: #4a4e51;
  --home-midnight: #0f172a;
  --home-carbon: #172033;
  --home-slate: #e8edf2;
  --home-glacier: #dfe6ee;
  --home-mist: #eef1f5;
  --home-glow-accent: rgba(255, 0, 127, 0.16);
  --home-glow-slate: rgba(74, 78, 81, 0.22);
}

.home-surface--slate {
  background-color: var(--home-slate);
}

.home-surface--glacier {
  background-color: var(--home-glacier);
}

.home-surface--mist {
  background-color: var(--home-mist);
}

.home-page .section-luxury,
.home-page .section-alt {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 1024px) {
  .home-page .section-luxury,
  .home-page .section-alt {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.home-section-blend {
  height: 2.75rem;
  pointer-events: none;
  margin: 0;
}

@media (min-width: 1024px) {
  .home-section-blend {
    height: 3rem;
  }
}

.home-section-blend--slate50-white {
  background: linear-gradient(180deg, var(--home-slate) 0%, var(--home-mist) 100%);
}

.home-section-blend--white-slate50 {
  background: linear-gradient(180deg, var(--home-mist) 0%, var(--home-slate) 100%);
}

.home-section-blend--white-midnight {
  background: linear-gradient(
    180deg,
    var(--home-mist) 0%,
    rgba(30, 41, 59, 0.28) 42%,
    rgba(15, 23, 42, 0.72) 78%,
    var(--home-ink) 100%
  );
}

.home-section-blend--midnight-glacier {
  background: linear-gradient(
    180deg,
    var(--home-ink) 0%,
    rgba(30, 41, 59, 0.55) 35%,
    rgba(74, 78, 81, 0.18) 62%,
    var(--home-glacier) 100%
  );
}

.home-section-blend--glacier-carbon {
  background: linear-gradient(
    180deg,
    var(--home-glacier) 0%,
    rgba(74, 78, 81, 0.2) 38%,
    rgba(30, 41, 59, 0.45) 68%,
    var(--home-carbon) 100%
  );
}

.home-section-blend--carbon-slate50 {
  background: linear-gradient(
    180deg,
    var(--home-carbon) 0%,
    rgba(30, 41, 59, 0.38) 40%,
    rgba(74, 78, 81, 0.14) 65%,
    var(--home-slate) 100%
  );
}

.home-dark-fade {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  width: 100%;
  pointer-events: none;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .home-dark-fade {
    height: 3rem;
  }
}

.home-dark-fade--top.home-dark-fade--midnight {
  margin-top: -0.25rem;
  background: linear-gradient(180deg, rgba(238, 241, 245, 0.98) 0%, rgba(15, 23, 42, 0) 100%);
}

.home-dark-fade--bottom.home-dark-fade--midnight {
  margin-bottom: -0.25rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(223, 230, 238, 0.96) 100%);
}

.home-dark-fade--top.home-dark-fade--carbon {
  margin-top: -0.25rem;
  background: linear-gradient(
    180deg,
    rgba(223, 230, 238, 0.98) 0%,
    rgba(74, 78, 81, 0.12) 55%,
    rgba(23, 32, 51, 0) 100%
  );
}

.home-dark-fade--bottom.home-dark-fade--carbon {
  margin-bottom: -0.25rem;
  background: linear-gradient(
    180deg,
    rgba(23, 32, 51, 0) 0%,
    rgba(74, 78, 81, 0.1) 45%,
    rgba(232, 237, 242, 0.98) 100%
  );
}

/* Bölüm 1 — Uzman & Blog */
.home-dual-panel.home-surface--slate {
  background: var(--home-slate);
}

.home-dual-panel.home-surface--slate .home-dual-panel__card {
  background: linear-gradient(135deg, var(--home-mist) 0%, #f8fafc 48%, var(--home-slate) 100%);
}

.home-dual-panel.home-surface--slate .home-dual-panel__expert-panel,
.home-dual-panel.home-surface--slate .home-dual-panel__blog-panel,
.home-dual-panel.home-surface--slate .home-dual-panel__portrait-frame {
  background: #f8fafc;
  border-color: rgba(226, 232, 240, 0.95);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
}

.home-dual-panel.home-surface--slate .home-dual-panel__col--expert,
.home-dual-panel.home-surface--slate .home-dual-panel__col--blog {
  background: transparent;
}

/* Bölüm 2 — İstatistik (koyu, about-hero tonu) */
.home-stats-dark {
  background: var(--home-ink);
}

.home-stats-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 52% at 92% 6%, var(--home-glow-accent), transparent 54%),
    radial-gradient(ellipse 62% 58% at 6% 94%, var(--home-glow-slate), transparent 56%),
    linear-gradient(
      105deg,
      rgba(15, 23, 42, 0.72) 0%,
      rgba(30, 41, 59, 0.48) 42%,
      rgba(74, 78, 81, 0.22) 100%
    );
}

.home-stats-dark .home-stat-number {
  color: #f43f5e;
}

.home-stats-dark .home-stat-number--rose,
.home-stats-dark .home-stat-number--rose .home-stat-suffix {
  color: #f43f5e;
}

.home-stats-dark .home-stat-number--cyan,
.home-stats-dark .home-stat-number--cyan .home-stat-suffix {
  color: #00bcd4;
}

.home-stats-dark .home-stat-label {
  color: rgba(255, 255, 255, 0.72);
}

/* Bölüm 3 — Tedaviler */
.treatment-cards.home-surface--glacier {
  background: var(--home-glacier);
}

.treatment-cards__cell {
  display: flex;
  min-width: 0;
  position: relative;
}

.treatment-card__glow {
  position: absolute;
  inset: 6% 2%;
  z-index: 0;
  border-radius: 1.5rem;
  background:
    radial-gradient(ellipse 58% 62% at 24% 38%, rgba(255, 0, 127, 0.16), transparent 62%),
    radial-gradient(ellipse 58% 62% at 76% 62%, rgba(0, 188, 212, 0.18), transparent 62%);
  filter: blur(28px);
  opacity: 0.9;
  pointer-events: none;
}

.treatment-cards__cell .kart {
  position: relative;
  z-index: 1;
}

/* Bölüm 4 — Video & Yorumlar (about-hero sinematik ton) */
.home-cinema-dark {
  background: linear-gradient(165deg, var(--home-ink) 0%, var(--home-carbon) 52%, #141d2e 100%);
}

.home-cinema-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 48% at 88% 10%, var(--home-glow-accent), transparent 56%),
    radial-gradient(ellipse 52% 46% at 10% 90%, var(--home-glow-slate), transparent 58%),
    linear-gradient(
      105deg,
      rgba(15, 23, 42, 0.35) 0%,
      rgba(30, 41, 59, 0.42) 45%,
      rgba(74, 78, 81, 0.16) 100%
    );
}

.home-cinema-dark > .max-w-7xl,
.home-cinema-dark > .max-w-\[100rem\] {
  position: relative;
  z-index: 1;
}

.home-cinema-dark .video-swiper-nav--modern {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-cinema-dark .video-swiper-neon {
  opacity: 0.4;
}

.home-cinema-dark .video-swiper-neon--left {
  background: radial-gradient(
    ellipse 100% 85% at 0% 50%,
    rgba(255, 0, 127, 0.32) 0%,
    rgba(255, 0, 127, 0.1) 42%,
    transparent 72%
  );
}

.home-cinema-dark .video-swiper-neon--right {
  background: radial-gradient(
    ellipse 100% 85% at 100% 50%,
    rgba(74, 78, 81, 0.34) 0%,
    rgba(30, 41, 59, 0.14) 42%,
    transparent 72%
  );
}

.home-cinema-dark .video-swiper-edge--left {
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.94) 0%,
    rgba(15, 23, 42, 0.42) 30%,
    rgba(255, 0, 127, 0.06) 58%,
    transparent 100%
  );
}

.home-cinema-dark .video-swiper-edge--right {
  background: linear-gradient(
    270deg,
    rgba(15, 23, 42, 0.94) 0%,
    rgba(30, 41, 59, 0.38) 30%,
    rgba(74, 78, 81, 0.1) 58%,
    transparent 100%
  );
}

.home-cinema-dark .video-nav-btn {
  color: #ffffff;
}

.home-cinema-dark .video-swiper-nav__divider {
  background: rgba(255, 255, 255, 0.14);
}

.home-cinema-dark .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35);
}

.home-cinema-dark .swiper-pagination-bullet-active {
  background: #f43f5e;
}

.home-testimonials.home-cinema-dark {
  padding-top: 0;
}

.home-testimonials.home-cinema-dark::before {
  background:
    radial-gradient(ellipse 50% 55% at 90% 18%, rgba(255, 0, 127, 0.12), transparent 68%),
    radial-gradient(ellipse 48% 52% at 8% 82%, rgba(74, 78, 81, 0.2), transparent 70%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(30, 41, 59, 0.28) 100%);
}

.home-testimonials.home-cinema-dark .home-testimonials__quote {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
}

/* Bölüm 5 — İletişim */
.contact-section--home.home-surface--slate {
  background: var(--home-slate);
  padding-bottom: 1rem;
}

.contact-section--home.home-surface--slate .contact-home__grid {
  background: rgba(248, 250, 252, 0.82);
  border-color: rgba(203, 213, 225, 0.85);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
}

.contact-section--home.home-surface--slate .contact-home__info {
  background: transparent;
}

@media (min-width: 1024px) {
  .contact-section--home.home-surface--slate .contact-home__info {
    background: linear-gradient(160deg, #ebe5e9 0%, #f8fafc 55%, var(--home-slate) 100%);
  }

  .contact-section--home.home-surface--slate .contact-home__form {
    background: linear-gradient(160deg, #f8fafc 0%, var(--home-slate) 100%);
  }
}

.contact-section--home.home-surface--slate .contact-home__form .contact-form-card--elegant {
  background: #f8fafc;
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.contact-section--home.home-surface--slate .appointment-form--elegant .form-group:focus-within .form-label {
  color: var(--color-accent);
}

.contact-section--home.home-surface--slate .contact-home__form-lead {
  color: #0f172a;
}

.map-section--home-slate {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  background: var(--home-slate);
}

@media (min-width: 1024px) {
  .contact-section--home.home-surface--slate {
    padding-bottom: 1.25rem;
  }

  .map-section--home-slate {
    padding-bottom: 2.5rem;
  }
}

.map-section--home-slate .map-section__wrap {
  padding-top: 0;
  max-width: min(100%, 72rem);
}

/* ─── Google Maps Embed ─── */
.map-section__wrap {
  max-width: min(100%, 1680px);
}

.map-section__shell {
  position: relative;
  padding: 3px;
  border-radius: 1.75rem;
  background: linear-gradient(
    135deg,
    rgba(0, 188, 212, 0.42) 0%,
    rgba(255, 255, 255, 0.95) 22%,
    rgba(236, 72, 153, 0.28) 50%,
    rgba(255, 255, 255, 0.95) 78%,
    rgba(0, 188, 212, 0.38) 100%
  );
  box-shadow:
    0 28px 70px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset,
    0 8px 32px rgba(0, 188, 212, 0.08);
  transition:
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.map-section__glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.55;
}

.map-section__glow--cyan {
  top: -12%;
  left: -4%;
  width: 38%;
  height: 55%;
  background: rgba(0, 188, 212, 0.22);
}

.map-section__glow--rose {
  right: -3%;
  bottom: -14%;
  width: 34%;
  height: 52%;
  background: rgba(236, 72, 153, 0.18);
}

.map-section__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: calc(1.75rem - 3px);
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  transform: translateZ(0);
  transition: box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.map-section__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.65),
    inset 0 0 48px rgba(15, 23, 42, 0.05);
}

.map-section__inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
}

.map-section__corner {
  position: absolute;
  z-index: 3;
  width: 1.35rem;
  height: 1.35rem;
  pointer-events: none;
  opacity: 0.85;
}

.map-section__corner--tl {
  top: 0.85rem;
  left: 0.85rem;
  border-top: 2px solid rgba(0, 188, 212, 0.55);
  border-left: 2px solid rgba(0, 188, 212, 0.55);
  border-top-left-radius: 0.35rem;
}

.map-section__corner--tr {
  top: 0.85rem;
  right: 0.85rem;
  border-top: 2px solid rgba(236, 72, 153, 0.45);
  border-right: 2px solid rgba(236, 72, 153, 0.45);
  border-top-right-radius: 0.35rem;
}

.map-section__corner--bl {
  bottom: 0.85rem;
  left: 0.85rem;
  border-bottom: 2px solid rgba(236, 72, 153, 0.4);
  border-left: 2px solid rgba(236, 72, 153, 0.4);
  border-bottom-left-radius: 0.35rem;
}

.map-section__corner--br {
  right: 0.85rem;
  bottom: 0.85rem;
  border-right: 2px solid rgba(0, 188, 212, 0.5);
  border-bottom: 2px solid rgba(0, 188, 212, 0.5);
  border-bottom-right-radius: 0.35rem;
}

.map-section__link:hover .map-section__shell,
.map-section__link:focus-visible .map-section__shell {
  box-shadow:
    0 34px 80px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 10px 40px rgba(236, 72, 153, 0.12),
    0 0 48px rgba(0, 188, 212, 0.1);
}

.map-section__link:hover .map-section__frame,
.map-section__link:focus-visible .map-section__frame {
  box-shadow: inset 0 0 0 1px rgba(0, 188, 212, 0.12);
}

.map-section--home-slate .map-section__shell {
  background: linear-gradient(
    135deg,
    rgba(0, 188, 212, 0.34) 0%,
    rgba(248, 250, 252, 0.98) 24%,
    rgba(236, 72, 153, 0.22) 52%,
    rgba(248, 250, 252, 0.98) 76%,
    rgba(0, 188, 212, 0.3) 100%
  );
}

.map-section--contact .map-section__wrap {
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0;
}

.map-section--contact {
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

.map-section--footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .map-section--contact .map-section__wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .map-section--contact {
    padding-top: 0.75rem;
    padding-bottom: 2rem;
  }

  .map-section--footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.map-section__link {
  color: inherit;
  text-decoration: none;
}

.layout-map {
  display: block;
  width: 100%;
  height: clamp(220px, 22vw, 360px);
  background: #f1f5f9;
  pointer-events: none;
}

.map-section--home-slate .layout-map {
  height: clamp(240px, 24vw, 380px);
}

.map-section__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.map-section__link:hover .map-section__badge,
.map-section__link:focus-visible .map-section__badge {
  opacity: 1;
  transform: translateY(0);
}

/* ─── Sticky Header ─── */
.site-header {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition:
    background 0.5s var(--luxury-ease),
    backdrop-filter 0.5s var(--luxury-ease),
    box-shadow 0.5s var(--luxury-ease);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  box-shadow: 0 4px 30px rgba(15, 23, 42, 0.08);
}

.site-header.is-scrolled .header-inner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.site-header.is-scrolled .site-logo img {
  height: 3.5rem;
}

@media (min-width: 768px) {
  .site-header.is-scrolled .site-logo img {
    height: 4rem;
  }
}

.header-glow-ribbon {
  z-index: 60;
}

.site-logo {
  line-height: 0;
}

.site-header .btn-primary--header {
  box-shadow: 0 0 15px rgba(236, 72, 153, 0.3);
}

.site-header .btn-primary--header:hover {
  box-shadow: 0 0 22px rgba(236, 72, 153, 0.42), 0 8px 28px rgba(255, 0, 127, 0.28);
}

.header-actions {
  align-self: center;
}

@media (min-width: 1024px) {
  .header-actions {
    align-self: flex-end;
    padding-bottom: 0.375rem;
  }
}

.page-about .site-header:not(.is-scrolled) .header-glow-ribbon,
.page-why .site-header:not(.is-scrolled) .header-glow-ribbon,
.page-lab .site-header:not(.is-scrolled) .header-glow-ribbon,
.page-success .site-header:not(.is-scrolled) .header-glow-ribbon,
.page-hub .site-header:not(.is-scrolled) .header-glow-ribbon,
.page-team .site-header:not(.is-scrolled) .header-glow-ribbon,
.page-gallery .site-header:not(.is-scrolled) .header-glow-ribbon {
  opacity: 0.45;
}

.page-about .site-header:not(.is-scrolled) .header-actions__divider,
.page-why .site-header:not(.is-scrolled) .header-actions__divider,
.page-lab .site-header:not(.is-scrolled) .header-actions__divider,
.page-success .site-header:not(.is-scrolled) .header-actions__divider,
.page-hub .site-header:not(.is-scrolled) .header-actions__divider,
.page-team .site-header:not(.is-scrolled) .header-actions__divider,
.page-gallery .site-header:not(.is-scrolled) .header-actions__divider {
  background: rgba(255, 255, 255, 0.28);
}

/* ─── Language Dropdown ─── */
.lang-dropdown {
  position: relative;
}

/* Tetikleyici → menü arası boşluk (hover kopmasın) */
.lang-dropdown::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.625rem;
  z-index: 1;
}

.lang-dropdown:not(:hover):not(.is-open)::after {
  pointer-events: none;
}

.lang-dropdown__menu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 0.35rem;
  min-width: 11.5rem;
  max-height: 18rem;
  overflow-y: auto;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.97);
  transform-origin: top right;
  transition:
    opacity 0.28s var(--luxury-ease),
    transform 0.38s var(--luxury-ease-spring),
    visibility 0.28s var(--luxury-ease);
  z-index: 2;
}

/* Menü üstü — ek güvenlik köprüsü */
.lang-dropdown__menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -0.625rem;
  height: 0.625rem;
}

.lang-dropdown.is-open .lang-dropdown__menu,
.lang-dropdown:hover .lang-dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

.lang-dropdown.is-open .lang-dropdown__arrow,
.lang-dropdown:hover .lang-dropdown__arrow {
  transform: rotate(180deg);
}

.lang-dropdown__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: color 0.3s, background 0.3s;
}

.lang-dropdown__item:hover,
.lang-dropdown__item.is-active {
  background: #f8fafc;
  color: var(--color-primary);
}

.lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  flex-shrink: 0;
}

.lang-flag .fi {
  width: 1.25rem;
  height: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.1);
}

.lang-flag--trigger .fi {
  width: 1.125rem;
  height: 0.84375rem;
  font-size: 1.125rem;
}

.lang-flag-fallback {
  font-size: 1.125rem;
  line-height: 1;
}

/* ─── Virtual Assistant Widget ─── */
.assistant-widget {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  pointer-events: none;
}

.assistant-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.25rem);
  width: 22rem;
  max-height: 36rem;
  border-radius: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(74, 78, 81, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  transform: translateY(16px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: bottom right;
  transition: opacity 0.45s var(--luxury-ease),
              transform 0.45s var(--luxury-ease-spring),
              visibility 0.45s;
}

.assistant-widget.is-open .assistant-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.assistant-widget.is-open .assistant-panel__avatar {
  animation: assistantAvatarPop 0.55s var(--luxury-ease-spring);
}

@keyframes assistantAvatarPop {
  0% { transform: scale(0.85); }
  60% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.assistant-panel__subtitle {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 0.125rem;
  line-height: 1.3;
}

/* Misafir karşılama balonu — maskot üstünde (referans stil) */
.assistant-guest-balloon {
  position: absolute;
  right: 0.25rem;
  bottom: calc(100% - 0.25rem);
  min-width: 11.5rem;
  max-width: 14.5rem;
  padding: 0.875rem 2rem 0.875rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #FF6B2C 0%, #FF007F 55%, #E6006F 100%);
  box-shadow:
    0 16px 40px rgba(255, 0, 127, 0.35),
    0 4px 12px rgba(255, 107, 44, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.9);
  transform-origin: bottom right;
  transition: opacity 0.45s var(--luxury-ease), transform 0.5s var(--luxury-ease-spring), visibility 0.45s;
  pointer-events: none;
  z-index: 3;
  text-align: center;
}

.assistant-guest-balloon::after {
  content: '';
  position: absolute;
  right: 2.25rem;
  bottom: -0.55rem;
  width: 1.1rem;
  height: 1.1rem;
  background: #FF007F;
  transform: rotate(45deg);
  border-radius: 0 0 0.2rem 0;
  box-shadow: 3px 3px 8px rgba(255, 0, 127, 0.2);
}

.assistant-guest-balloon__line1,
.assistant-guest-balloon__line2 {
  margin: 0;
  font-weight: 800;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.assistant-guest-balloon__line2 {
  margin-top: 0.125rem;
}

.assistant-guest-balloon.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  animation: guestBalloonFloat 0.7s var(--luxury-ease-spring), guestBalloonBob 3s ease-in-out 0.7s infinite;
}

@keyframes guestBalloonFloat {
  0% { opacity: 0; transform: translateY(16px) scale(0.88); }
  65% { transform: translateY(-5px) scale(1.03); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes guestBalloonBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.assistant-widget.has-guest-balloon .assistant-trigger__mascot {
  animation: mascotWave 2.4s ease-in-out infinite;
}

@keyframes mascotWave {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  25% { transform: rotate(-3deg) translateY(-2px); }
  75% { transform: rotate(3deg) translateY(-1px); }
}

.assistant-widget.is-open .assistant-guest-balloon,
.assistant-widget.is-open.has-guest-balloon .assistant-trigger__mascot {
  animation: none;
}

.assistant-widget.is-open .assistant-guest-balloon {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.assistant-guest-balloon__close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 1;
}

.assistant-guest-balloon__close:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.05);
}

/* Eski balon iç elemanları — geriye dönük */
.assistant-guest-balloon__header,
.assistant-guest-balloon__title,
.assistant-guest-balloon__text,
.assistant-guest-balloon__cta,
.assistant-guest-balloon__avatar,
.assistant-guest-balloon__meta,
.assistant-guest-balloon__name,
.assistant-guest-balloon__status {
  display: none;
}

@media (max-width: 480px) {
  .assistant-guest-balloon {
    min-width: 10rem;
    max-width: calc(100vw - 5.5rem);
    right: 0;
    padding-right: 1.75rem;
  }

  .assistant-guest-balloon__line1,
  .assistant-guest-balloon__line2 {
    font-size: 0.8125rem;
  }
}

/* Eski teaser — geriye dönük (kullanılmıyor) */
.assistant-teaser {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.625rem);
  width: 15.5rem;
  padding: 0.875rem 2rem 0.875rem 0.875rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(255, 0, 127, 0.15);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.4s var(--luxury-ease), transform 0.45s var(--luxury-ease-spring), visibility 0.4s;
  pointer-events: none;
}

.assistant-teaser::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  bottom: -0.45rem;
  width: 0.875rem;
  height: 0.875rem;
  background: #ffffff;
  border-right: 1px solid rgba(255, 0, 127, 0.12);
  border-bottom: 1px solid rgba(255, 0, 127, 0.12);
  transform: rotate(45deg);
}

.assistant-teaser.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  animation: assistantTeaserBounce 0.55s var(--luxury-ease-spring);
}

@keyframes assistantTeaserBounce {
  0% { transform: translateY(12px) scale(0.94); }
  70% { transform: translateY(-3px) scale(1.02); }
  100% { transform: translateY(0) scale(1); }
}

.assistant-widget.is-open .assistant-teaser {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.assistant-teaser__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.05);
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.2s ease;
}

.assistant-teaser__close:hover {
  background: rgba(255, 0, 127, 0.1);
  color: var(--color-accent);
}

.assistant-teaser__avatar {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid rgba(255, 0, 127, 0.25);
  margin-bottom: 0.5rem;
}

.assistant-teaser__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.assistant-teaser__text {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #334155;
  margin: 0;
  font-weight: 500;
}

.assistant-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.assistant-panel__avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.assistant-panel__avatar .assistant-mascot {
  display: block;
}

.assistant-panel__close {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.assistant-panel__close:hover {
  color: #ffffff;
  background: rgba(255, 0, 127, 0.3);
}

.assistant-online-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.3);
  animation: pulseDot 2s ease infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.assistant-chat {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 9rem;
  max-height: 14rem;
  background: var(--color-surface);
}

.assistant-chat--empty {
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 0, 127, 0.03) 0%, transparent 100%),
    var(--color-surface);
}

.assistant-chat--empty::before {
  content: '';
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 2px solid rgba(255, 0, 127, 0.12);
  border-top-color: var(--color-accent);
  animation: assistantChatSpin 0.75s linear infinite;
  opacity: 0;
}

.assistant-widget.is-open.is-welcoming .assistant-chat--empty::before {
  opacity: 1;
}

@keyframes assistantChatSpin {
  to { transform: rotate(360deg); }
}

.assistant-msg {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  animation: msgIn 0.35s var(--luxury-ease);
}

.assistant-msg--user {
  align-items: flex-end;
}

.assistant-msg--bot {
  align-items: flex-start;
}

.assistant-msg__bubble {
  max-width: 85%;
  padding: 0.625rem 0.875rem;
  border-radius: 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.assistant-msg--bot .assistant-msg__bubble {
  background: #ffffff;
  color: var(--color-text);
  border: 1px solid rgba(74, 78, 81, 0.1);
  border-bottom-left-radius: 0.25rem;
}

.assistant-msg--user .assistant-msg__bubble {
  background: linear-gradient(135deg, #FF007F 0%, #E6006F 100%);
  color: #ffffff;
  border-bottom-right-radius: 0.25rem;
}

.assistant-msg__time {
  font-size: 0.625rem;
  color: #94a3b8;
  padding: 0 0.25rem;
}

@keyframes msgIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.assistant-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid rgba(74, 78, 81, 0.08);
  background: #ffffff;
  max-height: 5.5rem;
  overflow-y: auto;
  opacity: 0.35;
  transform: translateY(6px);
  transition: opacity 0.45s ease, transform 0.45s var(--luxury-ease);
  pointer-events: none;
}

.assistant-panel.is-ready .assistant-quick-replies {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.assistant-chip {
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-accent);
  background: rgba(255, 0, 127, 0.06);
  border: 1px solid rgba(255, 0, 127, 0.2);
  cursor: pointer;
  transition: all 0.3s var(--luxury-ease);
}

.assistant-chip:hover {
  background: var(--color-accent);
  color: #ffffff;
  border-color: var(--color-accent);
}

.assistant-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem 1rem;
  background: #ffffff;
  border-top: 1px solid rgba(74, 78, 81, 0.08);
}

.assistant-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s var(--luxury-ease);
}

.assistant-action--whatsapp {
  background: #22c55e;
  color: #ffffff;
}

.assistant-action--whatsapp:hover {
  background: #16a34a;
  transform: translateY(-1px);
}

.assistant-action--form {
  background: rgba(255, 0, 127, 0.08);
  color: var(--color-accent);
  border: 1px solid rgba(255, 0, 127, 0.2);
}

.assistant-action--form:hover {
  background: var(--color-accent);
  color: #ffffff;
}

.assistant-action--call {
  background: var(--color-primary);
  color: #ffffff;
}

.assistant-action--call:hover {
  background: #3a3d40;
  transform: translateY(-1px);
}

.assistant-action--callback {
  background: #ffffff;
  color: var(--color-accent);
  border: 1.5px solid var(--color-accent);
}

.assistant-action--callback:hover {
  background: rgba(255, 0, 127, 0.06);
  transform: translateY(-1px);
}

.assistant-action--messenger {
  background: #0084FF;
  color: #ffffff;
}

.assistant-action--messenger:hover {
  background: #0073e6;
  transform: translateY(-1px);
}

.assistant-trigger {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: transform 0.4s var(--luxury-ease-spring);
  overflow: visible;
  pointer-events: auto;
  width: 6rem;
  height: 6.5rem;
}

.assistant-trigger__pulse {
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -2.25rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(255, 0, 127, 0.28) 0%, rgba(255, 0, 127, 0) 70%);
  animation: triggerPulse 2.4s ease infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes triggerPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.75; }
  50% { transform: scale(1.12); opacity: 0; }
}

.assistant-trigger__mascot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: transform 0.35s var(--luxury-ease-spring);
  transform-origin: bottom center;
}

.assistant-mascot {
  display: block;
  max-width: 100%;
  height: auto;
}

.assistant-trigger__close {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #FF007F 0%, #E6006F 100%);
  color: #fff;
  box-shadow: 0 8px 28px rgba(255, 0, 127, 0.45);
}

.assistant-trigger:hover .assistant-trigger__mascot {
  transform: scale(1.06) translateY(-3px);
}

.assistant-widget.is-open .assistant-trigger {
  width: 3.25rem;
  height: 3.25rem;
}

.assistant-widget.is-open .assistant-trigger__mascot,
.assistant-widget.is-open .assistant-trigger__pulse {
  display: none;
}

.assistant-widget.is-open .assistant-trigger__close {
  display: flex;
}

.assistant-widget.is-open .assistant-trigger:hover .assistant-trigger__close {
  transform: scale(1.05);
}

/* Eski trigger elemanları */
.assistant-trigger__logo,
.assistant-trigger__label,
.assistant-icon-close {
  display: none !important;
}

/* Typing indicator */
.typing-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  height: 1rem;
}

.typing-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
  animation: typingBounce 1.2s ease infinite;
}

.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBounce {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-4px); opacity: 1; }
}

/* ─── YouTube Lightbox ─── */
.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--luxury-ease), visibility 0.4s;
}

.video-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.video-lightbox__inner {
  position: relative;
  width: 100%;
  max-width: 56rem;
  border-radius: 1rem;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.5s var(--luxury-ease-spring);
}

.video-lightbox.is-open .video-lightbox__inner {
  transform: scale(1);
}

.video-lightbox__close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}

.video-lightbox__close:hover {
  color: #ffffff;
}

/* ─── Video Thumbnail ─── */
.video-thumb {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  background: #1e293b;
  transition: transform 0.5s var(--luxury-ease-out),
              box-shadow 0.5s var(--luxury-ease-out);
  box-shadow: 0 10px 40px rgba(74, 78, 81, 0.08);
}

.video-thumb__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(255, 0, 127, 0.12);
}

.video-thumb__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
}

.video-thumb__play-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.4s var(--luxury-ease-spring), background 0.3s;
}

.video-thumb:hover .video-thumb__play-btn {
  transform: scale(1.12);
  background: rgba(255, 0, 127, 0.7);
}

/* ─── Stat Counter ─── */
.stat-number {
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: -0.025em;
  color: var(--color-accent);
  line-height: 1;
}

@media (min-width: 768px) {
  .stat-number { font-size: 3.75rem; }
}

@media (min-width: 1024px) {
  .stat-number { font-size: 4.5rem; }
}

.stat-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  margin-top: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── Hero Overlay ─── */
.hero-overlay {
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.88) 35%,
    rgba(248, 250, 252, 0.6) 60%,
    transparent 100%
  );
  pointer-events: none;
}

/* ─── Marka rozeti (brand-badge) — hero, kategori, filtre, etiket ─── */
.brand-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid rgba(255, 0, 127, 0.28);
  background: linear-gradient(
    135deg,
    rgba(255, 0, 127, 0.14) 0%,
    rgba(255, 0, 127, 0.06) 50%,
    rgba(255, 255, 255, 0.75) 100%
  );
  box-shadow:
    0 4px 20px rgba(255, 0, 127, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.brand-badge__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.5) 45%, transparent 70%);
  transform: translateX(-120%);
  animation: brand-badge-shine 4.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes brand-badge-shine {
  0%, 72%, 100% { transform: translateX(-120%); }
  38% { transform: translateX(120%); }
}

.brand-badge__dot {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.16), 0 0 12px rgba(255, 0, 127, 0.4);
  animation: brand-badge-pulse 2.4s ease-in-out infinite;
}

@keyframes brand-badge-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.16), 0 0 12px rgba(255, 0, 127, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(255, 0, 127, 0.08), 0 0 18px rgba(255, 0, 127, 0.5); }
}

.brand-badge__text {
  position: relative;
  z-index: 1;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent);
  line-height: 1;
}

/* Ana sayfa hero */
.brand-badge--hero,
.hero-brand-badge {
  padding: 0.5rem 1.1rem 0.5rem 0.85rem;
  gap: 0.625rem;
}

.brand-badge--hero .brand-badge__text,
.hero-brand-badge__text {
  letter-spacing: 0.2em;
}

/* Koyu hero bölümleri (about-hero__eyebrow ile uyumlu) */
.brand-badge--on-dark,
.about-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem 0.45rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.22) 0%, rgba(255, 0, 127, 0.1) 100%);
  border: 1px solid rgba(255, 0, 127, 0.4);
  border-radius: 9999px;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 24px rgba(255, 0, 127, 0.15);
  position: relative;
  overflow: hidden;
}

.about-hero__eyebrow::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

.brand-badge--muted,
.about-hero__eyebrow--muted {
  color: #0f766e;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.14) 0%, rgba(13, 148, 136, 0.06) 100%);
  border-color: rgba(13, 148, 136, 0.28);
  box-shadow: 0 2px 12px rgba(13, 148, 136, 0.08);
}

.about-hero__eyebrow--muted::before {
  background: #0d9488;
  box-shadow: 0 0 8px rgba(13, 148, 136, 0.35);
}

/* Filtre / sekme (blog, SSS) */
.brand-badge--tab,
.blog-filter,
.faq-cat-tab {
  cursor: pointer;
  padding: 0.45rem 0.95rem;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 0, 127, 0.15);
  box-shadow: 0 2px 10px rgba(255, 0, 127, 0.04);
  transition: all 0.25s var(--luxury-ease-out);
}

.brand-badge--tab .brand-badge__text,
.blog-filter,
.faq-cat-tab {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #64748b;
}

.brand-badge--tab:hover,
.blog-filter:hover,
.faq-cat-tab:hover {
  border-color: rgba(255, 0, 127, 0.35);
  transform: translateY(-1px);
}

.brand-badge--tab:hover .brand-badge__text,
.blog-filter:hover,
.faq-cat-tab:hover {
  color: var(--color-accent);
}

.brand-badge--tab.brand-badge--active,
.brand-badge--active.blog-filter,
.blog-filter--active,
.faq-cat-tab--active {
  background: linear-gradient(135deg, var(--color-accent) 0%, #db2777 100%);
  border-color: var(--color-accent);
  box-shadow: 0 6px 20px rgba(255, 0, 127, 0.28);
}

.brand-badge--tab.brand-badge--active .brand-badge__text,
.brand-badge--active.blog-filter .brand-badge__text,
.blog-filter--active .brand-badge__text,
.faq-cat-tab--active .brand-badge__text {
  color: #fff;
}

/* Kart etiketi (alt kategori) */
.brand-badge--tag,
.blog-card__category {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-accent);
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.12) 0%, rgba(255, 0, 127, 0.05) 100%);
  border: 1px solid rgba(255, 0, 127, 0.18);
  box-shadow: none;
  backdrop-filter: none;
}

/* Menü kategori başlığı */
.brand-badge--category {
  padding: 0.35rem 0.75rem 0.35rem 0.6rem;
  margin: 0;
}

.brand-badge--category-inline {
  flex: 1;
  min-width: 0;
  justify-content: flex-start;
}

.nav-dropdown__heading {
  margin: 0 0 0.5rem;
  padding: 0 0.25rem 0.5rem;
  border-bottom: none;
}


/* ─── Premium Header Navigation ─── */
.nav-link-premium-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.nav-link-premium-wrap.is-active .nav-link-premium,
.nav-dropdown.is-open .nav-dropdown__trigger,
.nav-dropdown.group:hover .nav-dropdown__trigger {
  color: #0f172a;
  background: linear-gradient(135deg, rgba(0, 188, 212, 0.12) 0%, rgba(236, 72, 153, 0.09) 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 188, 212, 0.14);
}

.nav-link-premium {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.nav-dropdown__head {
  position: relative;
  z-index: 4;
  padding-bottom: 0.75rem;
}

.nav-link-premium__line {
  pointer-events: none;
  z-index: 2;
}

.nav-link-premium-wrap.is-active .nav-link-premium__line,
.nav-link-premium-wrap.group:hover .nav-link-premium__line,
.nav-dropdown.is-open .nav-link-premium__line,
.nav-dropdown.group:hover .nav-link-premium__line {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.nav-dropdown__panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
  padding-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.25rem);
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
}

/* Fare trigger → panel geçişinde boşluk bırakmamak için görünmez köprü */
.nav-dropdown__panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
}

.nav-dropdown.group:hover > .nav-dropdown__panel,
.nav-dropdown.is-open > .nav-dropdown__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.site-header,
.header-inner,
.site-nav {
  overflow: visible;
}

.nav-dropdown.is-open .nav-dropdown__trigger svg {
  transform: rotate(180deg);
}

.nav-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0.125rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.nav-dropdown__link {
  text-decoration: none;
  line-height: 1.45;
}

.nav-dropdown__link.is-active {
  color: #00bcd4;
  background: rgba(0, 188, 212, 0.08);
  font-weight: 600;
}

.site-nav {
  align-self: stretch;
}

@media (min-width: 1024px) {
  .header-inner {
    align-items: stretch;
  }

  .site-logo {
    align-self: center;
  }
}

/* ─── Nav Link Underline (legacy) ─── */
.nav-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 9999px;
  background: var(--color-accent);
  transition: width 0.4s var(--luxury-ease);
}

.nav-link:hover {
  color: var(--color-primary);
}

.nav-link:hover::after {
  width: 100%;
}

/* ─── Scroll Indicator ─── */
.scroll-indicator {
  animation: scrollBounce 2s var(--luxury-ease) infinite;
  pointer-events: none;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(8px); opacity: 1; }
}

/* ─── Reveal on Scroll ─── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s var(--luxury-ease),
              transform 0.8s var(--luxury-ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}

.no-js .reveal {
  opacity: 1;
  transform: none;
}

/* ─── Swiper Overrides ─── */
.video-swiper {
  overflow: hidden;
  padding: 0.25rem 0 0;
}

.video-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.video-swiper .swiper-slide {
  height: auto;
}

.video-swiper-nav {
  align-self: flex-end;
}

.video-swiper-nav--modern {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 9999px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 2;
}

.video-swiper-nav--modern .video-nav-btn,
.video-swiper-nav--modern .swiper-button-prev,
.video-swiper-nav--modern .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
}

.video-swiper-nav__divider {
  width: 1px;
  height: 1.35rem;
  background: rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
}

.video-nav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 9999px;
  background: #ffffff;
  color: #334155;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.3s var(--luxury-ease),
              background 0.3s var(--luxury-ease),
              color 0.3s var(--luxury-ease),
              box-shadow 0.3s var(--luxury-ease);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}

.video-nav-btn:hover {
  background: var(--color-accent);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 0, 127, 0.22);
}

.video-nav-btn:active {
  transform: translateY(0);
}

.video-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
  transform: none;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}

@media (min-width: 1024px) {
  .video-nav-btn {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
}

.video-swiper .swiper-button-prev,
.video-swiper .swiper-button-next,
#videos .swiper-button-prev,
#videos .swiper-button-next,
#why-videos .swiper-button-prev,
#why-videos .swiper-button-next {
  position: static;
  margin: 0;
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  flex-shrink: 0;
  padding: 0;
  top: auto;
  left: auto;
  right: auto;
}

@media (min-width: 1024px) {
  #videos .swiper-button-prev,
  #videos .swiper-button-next,
  #why-videos .swiper-button-prev,
  #why-videos .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}

#videos .swiper-button-prev::after,
#videos .swiper-button-next::after,
#why-videos .swiper-button-prev::after,
#why-videos .swiper-button-next::after,
.video-nav-btn::after {
  content: none;
}

#videos .swiper-button-prev.swiper-button-disabled,
#videos .swiper-button-next.swiper-button-disabled,
#why-videos .swiper-button-prev.swiper-button-disabled,
#why-videos .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.video-swiper .swiper-slide .video-thumb {
  transition: box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 1024px) {
  .video-swiper .video-thumb__play-btn {
    width: 3rem;
    height: 3rem;
  }
}

.video-swiper .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0.4;
  background: var(--color-primary);
  transition: all 0.3s var(--luxury-ease);
}

.video-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 2rem;
  border-radius: 9999px;
  background: var(--color-accent);
}

/* ─── Ana Sayfa — Videos neon stage ─── */
#videos .video-swiper-stage {
  position: relative;
  isolation: isolate;
}

#videos .video-swiper-stage .video-swiper {
  overflow: hidden;
  padding: 0.35rem 0 0;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 7%,
    #000 93%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 7%,
    #000 93%,
    transparent 100%
  );
}

#videos .video-swiper-stage .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

#videos .video-swiper-stage .swiper-slide {
  opacity: 0.72;
  transform: scale(0.97);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

#videos .video-swiper-stage .swiper-slide-visible {
  opacity: 1;
  transform: scale(1);
}

#videos .video-swiper-neon {
  position: absolute;
  top: 0.35rem;
  bottom: 2.75rem;
  width: min(22vw, 12rem);
  z-index: 3;
  pointer-events: none;
  filter: blur(28px);
  opacity: 0.55;
  animation: video-neon-pulse 7s ease-in-out infinite;
}

#videos .video-swiper-neon--left {
  left: -1.5rem;
  background: radial-gradient(
    ellipse 100% 85% at 0% 50%,
    rgba(255, 0, 127, 0.55) 0%,
    rgba(255, 79, 163, 0.22) 42%,
    transparent 72%
  );
}

#videos .video-swiper-neon--right {
  right: -1.5rem;
  animation-delay: -3.2s;
  background: radial-gradient(
    ellipse 100% 85% at 100% 50%,
    rgba(56, 189, 248, 0.5) 0%,
    rgba(125, 211, 252, 0.2) 42%,
    transparent 72%
  );
}

#videos .video-swiper-edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(18vw, 9rem);
  z-index: 4;
  pointer-events: none;
}

#videos .video-swiper-edge--left {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 240, 248, 0.45) 28%,
    rgba(255, 0, 127, 0.08) 55%,
    transparent 100%
  );
}

#videos .video-swiper-edge--right {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(240, 249, 255, 0.45) 28%,
    rgba(56, 189, 248, 0.08) 55%,
    transparent 100%
  );
}

@keyframes video-neon-pulse {
  0%, 100% { opacity: 0.42; transform: scale(1); }
  50% { opacity: 0.68; transform: scale(1.04); }
}

@media (min-width: 1024px) {
  #videos .video-swiper-stage .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0.55;
    transform: scale(0.95);
  }
}

@media (max-width: 639px) {
  #videos .video-swiper-neon {
    width: 42%;
    bottom: 2.25rem;
    opacity: 0.38;
  }

  #videos .video-swiper-edge {
    width: 28%;
  }

  #videos .video-swiper-stage .video-swiper {
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      #000 4%,
      #000 96%,
      transparent 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      #000 4%,
      #000 96%,
      transparent 100%
    );
  }
}

@media (min-width: 768px) {
  .video-lightbox { padding: 2rem; }
}

/* ─── RTL Support (Arabic) ─── */
html[dir="rtl"] .lang-dropdown__menu {
  right: auto;
  left: 0;
  transform-origin: top left;
}

html[dir="rtl"] .nav-link::after {
  left: auto;
  right: 0;
}

html[dir="rtl"] .assistant-widget {
  right: auto;
  left: 1.5rem;
  align-items: flex-start;
}

html[dir="rtl"] .assistant-panel {
  transform-origin: bottom left;
}

html[dir="rtl"] .assistant-guest-balloon {
  right: auto;
  left: 0;
  transform-origin: bottom left;
}

html[dir="rtl"] .assistant-guest-balloon::after {
  right: auto;
  left: 1.5rem;
}

html[dir="rtl"] .assistant-msg--bot .assistant-msg__bubble {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 0.25rem;
}

html[dir="rtl"] .assistant-msg--user .assistant-msg__bubble {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 0.25rem;
}

html[dir="rtl"] .hero-overlay {
  background: linear-gradient(
    -105deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.88) 35%,
    rgba(248, 250, 252, 0.6) 60%,
    transparent 100%
  );
}

html[dir="rtl"] .lang-dropdown__item svg.ml-auto {
  margin-left: 0;
  margin-right: auto;
}

/* ─── Appointment Form ─── */
.appointment-form {
  box-shadow: 0 10px 40px rgba(74, 78, 81, 0.08);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.form-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-primary);
}

.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(74, 78, 81, 0.15);
  background: #ffffff;
  font-size: 0.875rem;
  color: var(--color-text);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-input:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 5rem;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234A4E51'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.5;
}

.form-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-checkbox__box {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  border: 2px solid rgba(74, 78, 81, 0.25);
  flex-shrink: 0;
  margin-top: 0.125rem;
  transition: all 0.3s;
  position: relative;
}

.form-checkbox input:checked + .form-checkbox__box {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.form-checkbox input:checked + .form-checkbox__box::after {
  content: '';
  position: absolute;
  left: 0.25rem;
  top: 0.0625rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-alert {
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.form-alert--success {
  background: rgba(34, 197, 94, 0.1);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.form-alert--error {
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

/* ─── Contact Channels (Form Section) ─── */
.contact-channel {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.35s var(--luxury-ease);
  border: 1px solid rgba(74, 78, 81, 0.1);
  background: #ffffff;
}

.contact-channel__detail {
  margin-left: auto;
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.7;
}

.contact-channel--whatsapp {
  color: #15803d;
}

.contact-channel--whatsapp:hover {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.2);
  transform: translateX(4px);
}

.contact-channel--messenger {
  color: #0084FF;
}

.contact-channel--messenger:hover {
  background: rgba(0, 132, 255, 0.08);
  border-color: rgba(0, 132, 255, 0.2);
  transform: translateX(4px);
}

.contact-channel--phone {
  color: var(--color-primary);
}

.contact-channel--phone:hover {
  background: rgba(255, 0, 127, 0.05);
  border-color: rgba(255, 0, 127, 0.15);
  transform: translateX(4px);
}

html[dir="rtl"] .contact-channel__detail {
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] .contact-channel--whatsapp:hover,
html[dir="rtl"] .contact-channel--messenger:hover,
html[dir="rtl"] .contact-channel--phone:hover {
  transform: translateX(-4px);
}

/* ═══════════════════════════════════════════════════
   CONTACT SECTION — Dunya IVF Inspired
   ═══════════════════════════════════════════════════ */
.contact-section {
  background: linear-gradient(180deg, #fff 0%, #fdf8fb 45%, #ffffff 100%);
  overflow: hidden;
}

.contact-hero {
  position: relative;
  padding: 4rem 0 2rem;
  background: transparent;
  border-bottom: none;
}

.page-inner .contact-hero {
  padding-top: 6rem;
}

.contact-hero__glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.45;
}

.contact-hero__glow--left {
  width: 22rem;
  height: 22rem;
  top: -4rem;
  left: -6rem;
  background: rgba(255, 0, 127, 0.12);
}

.contact-hero__glow--right {
  width: 18rem;
  height: 18rem;
  top: 2rem;
  right: -4rem;
  background: rgba(74, 78, 81, 0.08);
}

.contact-main {
  padding: 0 0 1rem;
}

.page-contact .contact-main {
  padding-bottom: 0;
}

.contact-experience {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  padding: 1.5rem 1.25rem 1.25rem;
  box-shadow:
    0 4px 24px rgba(255, 0, 127, 0.04),
    0 24px 80px rgba(74, 78, 81, 0.08);
}

@media (min-width: 1024px) {
  .contact-experience {
    padding: 2rem 2rem 1.5rem;
    border-radius: 2.25rem;
  }
}

.contact-experience__intro {
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.contact-experience__intro .contact-listen__title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  margin-bottom: 1rem;
}

.contact-experience__intro .contact-listen__text {
  margin-bottom: 1.5rem;
}

.contact-experience__intro .contact-cta-banner {
  text-align: left;
  margin-bottom: 0;
}

.contact-experience__body {
  display: block;
}

/* ─── Homepage compact contact (sol bilgi / sağ form) ─── */
.contact-section--home {
  background: linear-gradient(180deg, #ffffff 0%, #fdf8fb 50%, #ffffff 100%);
}

.contact-section--home.home-surface--slate {
  background: var(--home-slate);
}

.contact-home__wrap {
  padding: 2.5rem 0 2.5rem;
}

.contact-home__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.contact-home__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  line-height: 1.2;
}

.contact-home__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow:
    0 4px 24px rgba(255, 0, 127, 0.04),
    0 20px 48px rgba(74, 78, 81, 0.06);
}

@media (min-width: 1024px) {
  .contact-home__wrap {
    padding: 2.5rem 0 3rem;
  }

  .contact-home__header {
    margin-bottom: 1.5rem;
  }

  .contact-home__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
    min-height: 0;
  }
}

.contact-home__info {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
}

@media (min-width: 1024px) {
  .contact-home__info {
    padding: 2rem 2rem 2rem 2.25rem;
    border-right: 1px solid rgba(74, 78, 81, 0.06);
    background: linear-gradient(160deg, #fef7fb 0%, #ffffff 55%, #f8fafc 100%);
  }
}

.contact-home__info-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: -0.02em;
  margin: 0;
}

.contact-home__info-text {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.contact-home__details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.contact-home__detail {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}

.contact-home__detail-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(255, 0, 127, 0.06);
  color: var(--color-accent);
}

.contact-home__detail-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 0.125rem;
}

.contact-home__detail-value {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.3s;
}

a.contact-home__detail-value:hover {
  color: var(--color-accent);
}

.contact-home__divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.15rem 0;
  border: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(148, 163, 184, 0.28) 12%,
    rgba(255, 0, 127, 0.14) 50%,
    rgba(148, 163, 184, 0.28) 88%,
    transparent 100%
  );
}

.contact-social--home {
  margin: 0;
  padding-top: 0.1rem;
}

.contact-social--home .contact-social__title {
  margin-bottom: 0.45rem;
}

.contact-social--home .contact-social__list {
  gap: 0.35rem;
}

.contact-social--home .contact-social__link {
  padding: 0.5rem 0.8rem;
}

.contact-home__channels {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0;
  padding-top: 0.1rem;
}

.contact-home__channels .contact-channel {
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
}

.contact-home__connect {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin-top: 0.1rem;
}

.contact-home__connect-title {
  margin: 0 0 0.55rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
}

.contact-home__connect-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.contact-home__ornament-divider {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.1rem;
  padding: 0.35rem 0;
}

.contact-home__ornament-divider-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(148, 163, 184, 0.05) 0%,
    rgba(255, 0, 127, 0.22) 18%,
    rgba(0, 188, 212, 0.28) 50%,
    rgba(255, 0, 127, 0.22) 82%,
    rgba(148, 163, 184, 0.05) 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95),
    0 4px 14px rgba(255, 0, 127, 0.08);
}

.contact-home__ornament-divider-gem {
  position: relative;
  z-index: 1;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff007f 0%, #00bcd4 100%);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.98),
    0 0 0 5px rgba(255, 0, 127, 0.12),
    0 0 18px rgba(0, 188, 212, 0.22);
}

.contact-home__connect-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.72rem 0.95rem;
  border-radius: 0.875rem;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  background: #ffffff;
  border: 1px solid rgba(74, 78, 81, 0.1);
  transition: all 0.35s var(--luxury-ease);
}

.contact-home__connect-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.625rem;
  flex-shrink: 0;
  color: #ffffff;
}

.contact-home__connect-link--instagram .contact-home__connect-icon {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

.contact-home__connect-link--facebook .contact-home__connect-icon {
  background: #1877f2;
}

.contact-home__connect-link--tiktok .contact-home__connect-icon {
  background: #010101;
}

.contact-home__connect-link--whatsapp .contact-home__connect-icon {
  background: linear-gradient(135deg, #25d366 0%, #20bd5a 100%);
}

.contact-home__connect-link--messenger .contact-home__connect-icon {
  background: linear-gradient(135deg, #0084ff 0%, #006aff 100%);
}

.contact-home__connect-link--instagram:hover {
  color: #be185d;
}

.contact-home__connect-link--facebook:hover {
  color: #1877f2;
}

.contact-home__connect-link--tiktok:hover {
  color: #010101;
}

.contact-home__connect-link--whatsapp:hover {
  color: #15803d;
}

.contact-home__connect-link--messenger:hover {
  color: #0084ff;
}

.contact-home__connect-link:hover {
  transform: translateX(4px);
  border-color: rgba(255, 0, 127, 0.18);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

@media (min-width: 1024px) {
  .contact-home__ornament-divider {
    min-height: 1.35rem;
    padding: 0.5rem 0;
  }

  .contact-home__ornament-divider-line {
    height: 3.5px;
  }

  .contact-home__connect-link {
    padding: 0.78rem 1rem;
  }
}

.contact-social__title {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
}

.contact-social__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-social__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.95rem;
  border-radius: 0.875rem;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  background: #ffffff;
  border: 1px solid rgba(74, 78, 81, 0.1);
  transition: all 0.35s var(--luxury-ease);
}

.contact-social__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.625rem;
  flex-shrink: 0;
}

.contact-social__link--instagram .contact-social__icon {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
  color: #ffffff;
}

.contact-social__link--facebook .contact-social__icon {
  background: #1877f2;
  color: #ffffff;
}

.contact-social__link--tiktok .contact-social__icon {
  background: #010101;
  color: #ffffff;
}

.contact-social__link:hover {
  transform: translateX(4px);
  border-color: rgba(255, 0, 127, 0.18);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.contact-social__link--instagram:hover {
  color: #be185d;
}

.contact-social__link--facebook:hover {
  color: #1877f2;
}

.contact-social__link--tiktok:hover {
  color: #0f172a;
}

.contact-home__form {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .contact-home__form {
    padding: 1.75rem 2rem 1.75rem 1.75rem;
    background: linear-gradient(160deg, #ffffff 0%, #fef9fc 100%);
  }
}

.contact-home__form-lead {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

.contact-home__form .contact-form-card--elegant {
  flex: 1;
}

@media (min-width: 1024px) {
  .contact-home__form .contact-form-card--elegant {
    min-height: 0;
  }
}

html[dir="rtl"] .contact-home__form-lead {
  text-align: right;
}

/* Compact form (yedek) */
.contact-form-card--compact {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.appointment-form--compact .form-label {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
}

.appointment-form--compact .form-input {
  padding: 0.625rem 0.875rem;
  font-size: 0.8125rem;
  border-radius: 0.625rem;
  background: #f8fafc;
  border: 1px solid rgba(74, 78, 81, 0.06);
  transition: all 0.35s var(--luxury-ease);
}

.appointment-form--compact .form-input:focus {
  background: #ffffff;
  border-color: rgba(255, 0, 127, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.07);
}

.appointment-form--compact .form-textarea {
  min-height: 3.5rem;
}

.appointment-form--compact .form-checkbox--compact {
  margin-top: 0.5rem;
  padding: 0;
  border: none;
  background: transparent;
}

.appointment-form--compact .form-checkbox__text {
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #94a3b8;
}

.appointment-form--compact .contact-form-submit {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  border-radius: 0.625rem;
}

.appointment-form--compact .contact-form-actions {
  padding-bottom: 0;
}

html[dir="rtl"] .contact-home__info {
  text-align: right;
}

@media (min-width: 1024px) {
  html[dir="rtl"] .contact-home__info {
    border-right: none;
    border-left: 1px solid rgba(74, 78, 81, 0.06);
  }
}

/* ─── Embedded form (iç sayfalar) ─── */
.contact-main--embedded {
  padding: 3rem 0 4rem;
}

.contact-experience--embedded {
  padding: 1.75rem 1.5rem 2rem;
}

.contact-embedded__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.contact-embedded__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-top: 0.375rem;
}

/* ─── Split layout (iletişim sayfası — 50/50 video + form) ─── */
.contact-experience--split {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 248, 252, 0.88) 45%,
    rgba(248, 250, 252, 0.9) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 8px 32px rgba(255, 0, 127, 0.05),
    0 32px 64px rgba(74, 78, 81, 0.06);
}

.contact-experience--split .contact-experience__intro {
  max-width: none;
  margin: 0 0 1.25rem;
  text-align: left;
}

.contact-experience--split .contact-experience__body {
  min-height: 0;
}

.contact-promo-video {
  min-width: 0;
}

.contact-promo-video__frame {
  transition: box-shadow 0.5s var(--luxury-ease), transform 0.5s var(--luxury-ease);
}

.contact-promo-video__frame:hover {
  box-shadow: 0 20px 60px rgba(13, 71, 161, 0.06);
}

.contact-experience--split .contact-form-zone {
  max-width: none;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.contact-experience--split .contact-form-zone__lead {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.625rem;
  letter-spacing: -0.01em;
}

.contact-experience--split .contact-quick-strip {
  justify-content: flex-start;
  margin-top: 0.5rem;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .contact-experience--split {
    padding: 1.75rem 1.75rem 1.25rem;
  }

  .contact-experience--split .contact-experience__intro {
    margin-bottom: 1.25rem;
  }

  .contact-form-card--elegant {
    height: 100%;
  }
}

/* Form — sağ yarı, yumuşak cam efekti */
.contact-form-card--elegant {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem 1rem;
  border-radius: 1.25rem;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(255, 250, 253, 0.65) 40%,
    rgba(255, 255, 255, 0.8) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 32px rgba(255, 0, 127, 0.04),
    0 2px 12px rgba(74, 78, 81, 0.04);
  overflow: hidden;
  transition: box-shadow 0.5s var(--luxury-ease), border-color 0.5s var(--luxury-ease);
}

.contact-form-card--elegant::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 0, 127, 0.07) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.6s var(--luxury-ease);
}

.contact-form-card--elegant::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 78, 81, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.contact-form-card--elegant:hover {
  border-color: rgba(255, 0, 127, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 12px 40px rgba(255, 0, 127, 0.06),
    0 4px 16px rgba(74, 78, 81, 0.05);
}

@media (min-width: 1024px) {
  .contact-form-card--elegant {
    padding: 1.5rem 1.5rem 1.625rem;
    min-height: 26rem;
  }
}

.appointment-form--elegant {
  position: relative;
  z-index: 1;
  box-shadow: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.appointment-form--elegant .contact-form-grid {
  flex: 1;
}

.appointment-form--elegant .form-group {
  position: relative;
  transition: transform 0.35s var(--luxury-ease);
}

.appointment-form--elegant .form-group:focus-within {
  transform: translateY(-1px);
}

.appointment-form--elegant .form-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
  transition: color 0.35s var(--luxury-ease);
}

.appointment-form--elegant .form-group:focus-within .form-label {
  color: #334155;
}

.appointment-form--elegant .form-input {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 0.75rem;
  padding: 0.6875rem 0.9375rem;
  font-size: 0.875rem;
  color: #1e293b;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  transition:
    background 0.4s var(--luxury-ease),
    border-color 0.4s var(--luxury-ease),
    box-shadow 0.4s var(--luxury-ease),
    transform 0.35s var(--luxury-ease);
}

.appointment-form--elegant .form-input::placeholder {
  color: #64748b;
  opacity: 1;
  transition: color 0.3s;
}

.appointment-form--elegant .form-select:required:invalid {
  color: #64748b;
}

.appointment-form--elegant .form-select option {
  color: #1e293b;
}

.appointment-form--elegant .form-select option[value=""] {
  color: #64748b;
}

.appointment-form--elegant .form-input:hover {
  background: #ffffff;
  border-color: rgba(255, 0, 127, 0.22);
}

.appointment-form--elegant .form-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 0, 127, 0.25);
  box-shadow:
    inset 0 1px 2px rgba(74, 78, 81, 0.02),
    0 0 0 3px rgba(255, 0, 127, 0.08);
}

.appointment-form--elegant .form-textarea {
  min-height: 4.5rem;
  resize: vertical;
}

.appointment-form--elegant .form-checkbox {
  margin-top: 0.75rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.625rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  transition: background 0.35s var(--luxury-ease);
}

.appointment-form--elegant .form-checkbox:hover {
  background: #f8fafc;
}

.appointment-form--elegant .form-checkbox__text {
  font-size: 0.75rem;
  color: #475569;
  line-height: 1.45;
}

.appointment-form--elegant .contact-form-actions {
  margin-top: auto;
  padding-top: 0.5rem;
}

.appointment-form--elegant .contact-form-submit--soft {
  margin-top: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.92) 0%, rgba(230, 0, 111, 0.95) 100%);
  box-shadow: 0 6px 24px rgba(255, 0, 127, 0.22);
  transition:
    transform 0.4s var(--luxury-ease-spring),
    box-shadow 0.4s var(--luxury-ease);
}

.appointment-form--elegant .contact-form-submit--soft:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 0, 127, 0.3);
}

.contact-experience--split .contact-quick-pill {
  font-size: 0.8125rem;
  padding: 0.5rem 0.875rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  transition: all 0.35s var(--luxury-ease);
}

.contact-experience--split .contact-quick-pill:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 0, 127, 0.15);
  transform: translateY(-1px);
}

html[dir="rtl"] .contact-experience--split .contact-experience__body {
  direction: rtl;
}

html[dir="rtl"] .contact-experience--split .contact-form-zone,
html[dir="rtl"] .contact-experience--split .contact-quick-strip {
  direction: rtl;
}

html[dir="rtl"] .contact-experience--split .contact-experience__intro,
html[dir="rtl"] .contact-experience--split .contact-form-zone__lead {
  text-align: right;
}

html[dir="rtl"] .contact-experience__intro .contact-cta-banner {
  text-align: right;
}

.contact-video-stage {
  margin-bottom: 2rem;
}

.contact-video-stage__frame {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #1a1a1a;
  box-shadow: 0 20px 50px rgba(74, 78, 81, 0.15);
}

@media (min-width: 768px) {
  .contact-video-stage__frame {
    border-radius: 1.75rem;
    aspect-ratio: 21 / 9;
  }
}

.contact-video-stage__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.contact-video-stage__iframe {
  pointer-events: none;
}

.contact-video-stage__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.15) 0%,
    rgba(26, 26, 26, 0.05) 40%,
    rgba(26, 26, 26, 0.55) 100%
  );
  pointer-events: none;
}

.contact-video-stage__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.25rem 1.75rem;
  z-index: 2;
  color: #ffffff;
}

@media (min-width: 768px) {
  .contact-video-stage__caption {
    padding: 2rem 2rem 2.25rem;
  }
}

.contact-video-stage__badge {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 0, 127, 0.35);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}

.contact-video-stage__caption p {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  max-width: 36rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.contact-form-zone {
  max-width: 40rem;
  margin: 0 auto;
}

.contact-form-zone__lead {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.contact-form-card--soft {
  background: linear-gradient(165deg, #ffffff 0%, #fef7fb 100%);
  border: 1px solid rgba(255, 0, 127, 0.08);
  border-radius: 1.5rem;
  padding: 1.75rem 1.5rem 2rem;
  box-shadow: 0 12px 40px rgba(255, 0, 127, 0.06);
}

@media (min-width: 640px) {
  .contact-form-card--soft {
    padding: 2rem 2rem 2.25rem;
  }
}

.contact-form-card--soft .contact-form-card__lead {
  display: none;
}

.appointment-form--soft .form-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.375rem;
}

.appointment-form--soft .form-input {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(74, 78, 81, 0.08);
  border-radius: 0.875rem;
  padding: 0.9375rem 1.125rem;
  font-size: 0.9375rem;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.appointment-form--soft .form-input:focus {
  background: #ffffff;
  border-color: rgba(255, 0, 127, 0.35);
  box-shadow: 0 0 0 4px rgba(255, 0, 127, 0.08);
}

.appointment-form--soft .form-textarea {
  min-height: 7rem;
  resize: vertical;
}

.contact-form-submit--soft {
  border-radius: 0.875rem;
  box-shadow: 0 8px 28px rgba(255, 0, 127, 0.25);
}

.contact-quick-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.contact-quick-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(74, 78, 81, 0.08);
  text-decoration: none;
  transition: all 0.3s var(--luxury-ease);
}

.contact-quick-pill:hover {
  border-color: rgba(255, 0, 127, 0.2);
  box-shadow: 0 6px 20px rgba(255, 0, 127, 0.1);
  transform: translateY(-1px);
}

.contact-quick-pill__icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-quick-pill__icon--phone { background: rgba(255, 0, 127, 0.1); color: var(--color-accent); }
.contact-quick-pill__icon--whatsapp { background: rgba(34, 197, 94, 0.12); color: #15803d; }
.contact-quick-pill__icon--messenger { background: rgba(0, 132, 255, 0.12); color: #0084FF; }

.contact-eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1rem;
}

.contact-hero__title {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--color-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.contact-hero__subtitle {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.contact-listen__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.contact-listen__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 2rem;
}

.contact-cta-banner {
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.06) 0%, rgba(255, 0, 127, 0.02) 100%);
  border-left: 3px solid var(--color-accent);
  margin-bottom: 2rem;
}

.contact-cta-banner p {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1.6;
  margin: 0;
}

html[dir="rtl"] .contact-cta-banner {
  border-left: none;
  border-right: 3px solid var(--color-accent);
}

.contact-quick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .contact-quick-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-quick-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.125rem;
  border-radius: 1rem;
  background: #FAFAFA;
  border: 1px solid rgba(74, 78, 81, 0.08);
  text-decoration: none;
  transition: all 0.4s var(--luxury-ease);
}

.contact-quick-card:hover {
  background: #ffffff;
  border-color: rgba(255, 0, 127, 0.2);
  box-shadow: 0 8px 30px rgba(255, 0, 127, 0.08);
  transform: translateY(-2px);
}

.contact-quick-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-quick-card__icon--phone { background: rgba(255, 0, 127, 0.1); color: var(--color-accent); }
.contact-quick-card__icon--email { background: rgba(74, 78, 81, 0.1); color: var(--color-primary); }
.contact-quick-card__icon--whatsapp { background: rgba(34, 197, 94, 0.12); color: #15803d; }
.contact-quick-card__icon--messenger { background: rgba(0, 132, 255, 0.12); color: #0084FF; }

.contact-quick-card__label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 0.125rem;
}

.contact-quick-card__value {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-primary);
}

.contact-form-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem 2rem 2.25rem;
  border: 1px solid rgba(74, 78, 81, 0.08);
  box-shadow: 0 20px 60px rgba(74, 78, 81, 0.08);
}

@media (min-width: 1024px) {
  .contact-form-card {
    padding: 2.5rem 2.75rem 2.75rem;
  }
}

.contact-form-card__lead {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(74, 78, 81, 0.08);
}

.contact-form-submit {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 0.9375rem;
}

.appointment-form .form-input {
  background: #FAFAFA;
  border-color: transparent;
  padding: 0.875rem 1.125rem;
}

.appointment-form .form-input:focus {
  background: #ffffff;
}

.contact-reasons {
  padding: 2.5rem 0;
  background: #FAFAFA;
  border-top: 1px solid rgba(74, 78, 81, 0.06);
}

.contact-reasons__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 1.75rem;
  letter-spacing: -0.02em;
}

.contact-reason-card {
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(74, 78, 81, 0.06);
  transition: all 0.45s var(--luxury-ease);
}

.contact-reason-card:hover {
  border-color: rgba(255, 0, 127, 0.15);
  box-shadow: 0 12px 40px rgba(255, 0, 127, 0.06);
  transform: translateY(-4px);
}

.contact-reason-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  background: rgba(255, 0, 127, 0.08);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: transform 0.4s var(--luxury-ease-spring);
}

.contact-reason-card:hover .contact-reason-card__icon {
  transform: scale(1.08);
}

.contact-reason-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.contact-reason-card__desc {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

.contact-info-bar {
  padding: 2rem 0;
  background: #1a1a1a;
}

.contact-info-item {
  text-align: center;
}

@media (min-width: 768px) {
  .contact-info-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  html[dir="rtl"] .contact-info-item:not(:last-child) {
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.contact-info-item__label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.625rem;
}

.contact-info-item__value {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

a.contact-info-item__value:hover {
  color: var(--color-accent);
}

/* ─── Mega Menu (legacy fallback) ─── */
.nav-mega {
  position: relative;
}

.nav-mega__trigger {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.nav-mega.is-open .nav-mega__arrow {
  transform: rotate(180deg);
}

.nav-mega__panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 15rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s var(--luxury-ease), transform 0.25s var(--luxury-ease), visibility 0.25s;
  z-index: 50;
}

.nav-mega.is-open .nav-mega__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-mega__inner {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  padding: 1rem 0.5rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.nav-mega__category {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  padding: 0.25rem 1rem 0.75rem;
  margin: 0;
}

.nav-mega__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-mega__link {
  display: block;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  border-radius: 0.625rem;
  transition: color 0.2s, background 0.2s;
}

.nav-mega__link:hover,
.nav-mega__link.is-active {
  color: var(--color-accent);
  background: rgba(255, 0, 127, 0.06);
}

.mobile-nav-link,
.mobile-nav-sublink {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.mobile-nav-link:hover,
.mobile-nav-sublink:hover {
  background: #f8fafc;
  color: var(--color-accent);
}

.mobile-nav-sublink {
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

.mobile-nav-sublink.is-active {
  color: var(--color-accent);
  background: rgba(255, 0, 127, 0.05);
}

.mobile-nav-group__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: background 0.2s;
}

.mobile-nav-group__trigger:hover,
.mobile-nav-group__trigger.is-open {
  background: #f8fafc;
  color: var(--color-accent);
}

.mobile-nav-group__trigger.is-open svg {
  transform: rotate(180deg);
}

.page-hero {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #94a3b8;
  margin-bottom: 1.25rem;
}

.page-breadcrumb a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.page-breadcrumb a:hover {
  color: var(--color-accent);
}

.page-breadcrumb__sep {
  opacity: 0.5;
}

.page-hero__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #1e293b;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.page-hero__intro {
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #64748b;
}

.page-content-block {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.page-content-block:last-child {
  border-bottom: none;
}

.page-content-block__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.page-content-block__body {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #64748b;
  margin: 0;
}

.page-sidebar {
  border: 1px solid rgba(15, 23, 42, 0.06);
}

/* ─── Hakkımızda — Premium About Page ─── */
.page-about .site-header:not(.is-scrolled),
.page-why .site-header:not(.is-scrolled),
.page-lab .site-header:not(.is-scrolled),
.page-success .site-header:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0) 100%);
}

.page-about .site-header:not(.is-scrolled) .nav-link-premium,
.page-about .site-header:not(.is-scrolled) .nav-dropdown__trigger,
.page-about .site-header:not(.is-scrolled) .lang-dropdown__trigger,
.page-why .site-header:not(.is-scrolled) .nav-link-premium,
.page-why .site-header:not(.is-scrolled) .nav-dropdown__trigger,
.page-why .site-header:not(.is-scrolled) .lang-dropdown__trigger,
.page-lab .site-header:not(.is-scrolled) .nav-link-premium,
.page-lab .site-header:not(.is-scrolled) .nav-dropdown__trigger,
.page-lab .site-header:not(.is-scrolled) .lang-dropdown__trigger,
.page-success .site-header:not(.is-scrolled) .nav-link-premium,
.page-success .site-header:not(.is-scrolled) .nav-dropdown__trigger,
.page-success .site-header:not(.is-scrolled) .lang-dropdown__trigger {
  color: rgba(255, 255, 255, 0.92);
}

.page-about .site-header:not(.is-scrolled) .nav-link-premium-wrap.is-active .nav-link-premium,
.page-about .site-header:not(.is-scrolled) .nav-link-premium-wrap.group:hover .nav-link-premium,
.page-about .site-header:not(.is-scrolled) .nav-dropdown.group:hover .nav-dropdown__trigger,
.page-about .site-header:not(.is-scrolled) .nav-dropdown.is-open .nav-dropdown__trigger,
.page-why .site-header:not(.is-scrolled) .nav-link-premium-wrap.is-active .nav-link-premium,
.page-why .site-header:not(.is-scrolled) .nav-link-premium-wrap.group:hover .nav-link-premium,
.page-why .site-header:not(.is-scrolled) .nav-dropdown.group:hover .nav-dropdown__trigger,
.page-why .site-header:not(.is-scrolled) .nav-dropdown.is-open .nav-dropdown__trigger,
.page-lab .site-header:not(.is-scrolled) .nav-link-premium-wrap.is-active .nav-link-premium,
.page-lab .site-header:not(.is-scrolled) .nav-link-premium-wrap.group:hover .nav-link-premium,
.page-lab .site-header:not(.is-scrolled) .nav-dropdown.group:hover .nav-dropdown__trigger,
.page-lab .site-header:not(.is-scrolled) .nav-dropdown.is-open .nav-dropdown__trigger,
.page-success .site-header:not(.is-scrolled) .nav-link-premium-wrap.is-active .nav-link-premium,
.page-success .site-header:not(.is-scrolled) .nav-link-premium-wrap.group:hover .nav-link-premium,
.page-success .site-header:not(.is-scrolled) .nav-dropdown.group:hover .nav-dropdown__trigger,
.page-success .site-header:not(.is-scrolled) .nav-dropdown.is-open .nav-dropdown__trigger,
.page-hub .site-header:not(.is-scrolled) .nav-link-premium-wrap.is-active .nav-link-premium,
.page-hub .site-header:not(.is-scrolled) .nav-dropdown.group:hover .nav-dropdown__trigger,
.page-team .site-header:not(.is-scrolled) .nav-link-premium-wrap.is-active .nav-link-premium,
.page-team .site-header:not(.is-scrolled) .nav-dropdown.group:hover .nav-dropdown__trigger,
.page-gallery .site-header:not(.is-scrolled) .nav-link-premium-wrap.is-active .nav-link-premium,
.page-gallery .site-header:not(.is-scrolled) .nav-dropdown.group:hover .nav-dropdown__trigger {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.page-about .site-header:not(.is-scrolled) .lang-dropdown__trigger svg,
.page-about .site-header:not(.is-scrolled) .nav-dropdown__trigger svg,
.page-why .site-header:not(.is-scrolled) .lang-dropdown__trigger svg,
.page-why .site-header:not(.is-scrolled) .nav-dropdown__trigger svg,
.page-lab .site-header:not(.is-scrolled) .lang-dropdown__trigger svg,
.page-lab .site-header:not(.is-scrolled) .nav-dropdown__trigger svg,
.page-success .site-header:not(.is-scrolled) .lang-dropdown__trigger svg,
.page-success .site-header:not(.is-scrolled) .nav-dropdown__trigger svg {
  color: rgba(255, 255, 255, 0.75);
}

.page-about .site-header:not(.is-scrolled) .btn-primary {
  box-shadow: 0 8px 28px rgba(255, 0, 127, 0.35);
}

.about-hero__video {
  transform: scale(1.04);
  object-position: center;
}

.about-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(15, 23, 42, 0.88) 0%,
    rgba(30, 41, 59, 0.62) 42%,
    rgba(74, 78, 81, 0.45) 100%
  );
}

.about-hero__glow--accent {
  background: rgba(255, 0, 127, 0.18);
  opacity: 0.85;
}

.about-hero__glow--slate {
  background: rgba(74, 78, 81, 0.22);
  opacity: 0.7;
}

.about-hero__bg img {
  transform: scale(1.02);
}

.about-hero__breadcrumb {
  margin-bottom: 1.5rem;
}

.about-hero__breadcrumb,
.about-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.about-hero__breadcrumb a:hover {
  color: #ffffff;
}

.about-hero__breadcrumb .page-breadcrumb__sep,
.about-hero__breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.9);
}

.about-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.about-hero__lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 38rem;
}

.about-section__title {
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.about-checklist li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.6;
}

.about-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #14b8a6, #0d9488);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15);
}

.about-highlights-panel {
  max-width: 36rem;
  padding: 0.75rem 0.875rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
}

.about-highlights-panel.luxury-card:hover {
  transform: none;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
}

.about-highlights-panel__eyebrow {
  margin-bottom: 0.5rem !important;
  padding: 0.3rem 0.65rem;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
}

.about-highlights-panel .about-hero__eyebrow--muted {
  margin-bottom: 0.5rem;
}

.about-highlights-panel__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-highlights-panel__list .about-highlight-card {
  padding: 0.4375rem 0;
}

.about-highlights-panel__list .about-highlight-card:not(:last-child) {
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.about-highlights-panel__list .about-highlight-card:first-child {
  padding-top: 0;
}

.about-highlights-panel__list .about-highlight-card:last-child {
  padding-bottom: 0;
}

.about-highlight-card {
  transition: color 0.3s var(--luxury-ease);
}

.about-highlight-card:hover .about-highlight-card__title {
  color: var(--color-accent);
}

.about-highlight-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-highlight-card--teal .about-highlight-card__icon {
  color: #0f766e;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14) 0%, rgba(13, 148, 136, 0.08) 100%);
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.12);
}

.about-highlight-card--accent .about-highlight-card__icon {
  color: var(--color-accent);
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.12) 0%, rgba(255, 0, 127, 0.05) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 0, 127, 0.14);
}

.about-highlight-card--slate .about-highlight-card__icon {
  color: #334155;
  background: linear-gradient(135deg, rgba(74, 78, 81, 0.1) 0%, rgba(148, 163, 184, 0.08) 100%);
  box-shadow: inset 0 0 0 1px rgba(74, 78, 81, 0.1);
}

.about-highlight-card__title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  margin: 0;
  transition: color 0.3s var(--luxury-ease);
}

.about-highlight-card__desc {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #64748b;
  margin: 0.1rem 0 0;
}

.about-intro-copy {
  max-width: 38rem;
}

@media (min-width: 1024px) {
  .about-intro-copy {
    font-size: 0.9375rem;
    line-height: 1.65;
  }

  .about-clinic-grid {
    align-items: stretch;
  }

  .about-clinic-grid__content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .about-clinic-grid__media {
    display: flex;
    height: 100%;
    min-height: 0;
    align-items: stretch;
  }

  .about-clinic-frame {
    flex: 1;
    width: 100%;
    min-height: 100%;
  }

  .about-media-frame--stretch {
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
  }

  .about-media-frame--stretch .about-media-frame__img {
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1280px) {
  .about-highlights-panel {
    max-width: none;
  }
}

.about-signature {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.125rem;
}

.about-cta-btn {
  background: linear-gradient(135deg, #1e3a5f 0%, #0f4c81 100%);
  box-shadow: 0 10px 30px rgba(15, 76, 129, 0.25);
}

.about-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 76, 129, 0.32);
}

.about-feature-card {
  border-radius: 1rem;
  height: 100%;
}

.about-feature-card:hover .about-feature-card__icon {
  transform: scale(1.06);
}

.about-feature-card__icon {
  transition: transform 0.45s var(--luxury-ease-spring);
}

.about-founder-portrait img {
  object-position: top center;
}

.about-founder-badge {
  pointer-events: none;
}

/* Hakkımızda — klinik fotoğraf çerçevesi */
.about-clinic-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 18rem;
}

.about-clinic-frame__glow {
  position: absolute;
  inset: -8% -6%;
  border-radius: 2rem;
  background:
    radial-gradient(ellipse 70% 55% at 18% 22%, rgba(20, 184, 166, 0.16), transparent 58%),
    radial-gradient(ellipse 60% 50% at 82% 78%, rgba(255, 0, 127, 0.08), transparent 55%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.about-clinic-frame__mat {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: inherit;
  padding: 0.75rem;
  border-radius: 1.75rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 48%, rgba(240, 253, 250, 0.88) 100%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 60px rgba(15, 23, 42, 0.1),
    0 8px 24px rgba(13, 148, 136, 0.06);
  display: flex;
  flex-direction: column;
}

.about-clinic-frame__inner {
  position: relative;
  flex: 1;
  min-height: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.about-clinic-frame__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.7s var(--luxury-ease-spring);
}

.about-clinic-frame__sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.28) 0%, transparent 38%, transparent 62%, rgba(255, 255, 255, 0.08) 100%),
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(15, 23, 42, 0.12), transparent 58%);
}

.about-clinic-frame__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  margin-top: 0.875rem;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f766e;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 148, 136, 0.12);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(8px);
}

.about-clinic-frame__badge-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #14b8a6, #0d9488);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.18);
}

.about-clinic-frame:hover .about-clinic-frame__img {
  transform: scale(1.04);
}

@media (min-width: 1024px) {
  .about-clinic-frame {
    min-height: 100%;
  }

  .about-clinic-frame__mat {
    padding: 0.9rem;
    border-radius: 1.875rem;
  }

  .about-clinic-frame__img {
    min-height: 100%;
    aspect-ratio: auto;
  }
}

/* ─── CMS Rich Text (prose) ─── */
.page-prose {
  color: #334155;
  font-size: 1rem;
  line-height: 1.8;
}

.page-prose h2 {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -0.02em;
}

.page-prose h3 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #334155;
}

.page-prose p {
  margin: 0 0 1.25rem;
}

.page-prose ul,
.page-prose ol {
  margin: 0 0 1.25rem 1.25rem;
  padding: 0;
}

.page-prose li {
  margin-bottom: 0.5rem;
}

.page-prose a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-prose a:hover {
  color: #cc0066;
}

.page-prose blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--color-accent);
  background: #f8fafc;
  border-radius: 0 0.75rem 0.75rem 0;
  color: #475569;
}

.page-prose strong,
.page-prose b {
  font-weight: 600;
  color: #1e293b;
}

/* ─── Neden Biz? sayfası ─── */
/* Header: page-about hero stillerini kullanır (page-why override kaldırıldı — beyaz yazı/beyaz zemin sorunu) */

.why-stat__value {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.why-stat .stat-number {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.why-stat__value--static {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.why-stat__suffix {
  color: var(--color-accent);
}

.why-stat__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.why-reason-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.why-reason-card__icon--teal {
  color: #0f766e;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(13, 148, 136, 0.06));
}

.why-reason-card__icon--accent {
  color: var(--color-accent);
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.12), rgba(255, 0, 127, 0.04));
}

.why-reason-card__icon--slate {
  color: #334155;
  background: linear-gradient(135deg, rgba(74, 78, 81, 0.1), rgba(148, 163, 184, 0.06));
}

.why-featured-video__thumb {
  border-radius: 0;
  min-height: auto;
}

.why-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 9rem;
  gap: 0.625rem;
}

/* Neden Biz — premium galeri mozaik */
.why-premium-section {
  position: relative;
  overflow: hidden;
}

.why-premium-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 12% 18%, rgba(20, 184, 166, 0.07), transparent 58%),
    radial-gradient(ellipse 50% 40% at 88% 82%, rgba(255, 0, 127, 0.05), transparent 55%);
}

.why-premium-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
  grid-auto-rows: minmax(9.5rem, auto);
}

.why-premium-gallery__item {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
  min-height: 0;
}

.why-premium-gallery__item:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
  border-radius: 1.35rem;
}

.why-premium-gallery__item--hero,
.why-premium-gallery__item--wide {
  grid-column: span 2;
}

.why-premium-gallery__frame {
  position: relative;
  display: block;
  height: 100%;
  min-height: 9.5rem;
  padding: 0.5rem;
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 40px rgba(15, 23, 42, 0.07);
  transition: transform 0.45s var(--luxury-ease-spring), box-shadow 0.45s ease;
}

.why-premium-gallery__item:hover .why-premium-gallery__frame,
.why-premium-gallery__item:focus-visible .why-premium-gallery__frame {
  transform: translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 52px rgba(15, 23, 42, 0.11);
}

.why-premium-gallery__media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 8.5rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.04);
}

.why-premium-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--luxury-ease-spring);
}

.why-premium-gallery__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.3) 0%, transparent 40%, transparent 70%, rgba(255, 255, 255, 0.08) 100%),
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(15, 23, 42, 0.1), transparent 58%);
}

.why-premium-gallery__overlay {
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 30%, rgba(15, 23, 42, 0.72) 100%);
}

.why-premium-gallery__caption {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  line-height: 1.35;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateY(4px);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.why-premium-gallery__item:hover .why-premium-gallery__caption,
.why-premium-gallery__item:focus-visible .why-premium-gallery__caption {
  opacity: 1;
  transform: translateY(0);
}

.why-premium-gallery__item:hover .why-premium-gallery__img,
.why-premium-gallery__item:focus-visible .why-premium-gallery__img {
  transform: scale(1.06);
}

.why-premium-gallery .why-gallery__overlay {
  inset: 0;
  border-radius: inherit;
}

.why-premium-gallery .why-gallery__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -70%;
}

@media (min-width: 768px) {
  .why-premium-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 11rem;
    gap: 1rem;
  }

  .why-premium-gallery__item:nth-child(1),
  .why-premium-gallery__item:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .why-premium-gallery__frame {
    min-height: 100%;
    padding: 0.625rem;
  }

  .why-premium-gallery__media {
    min-height: 100%;
  }
}

@media (min-width: 1024px) {
  .why-premium-gallery {
    grid-auto-rows: 10.5rem;
    gap: 1.125rem;
  }

  .why-premium-gallery__frame {
    padding: 0.75rem;
    border-radius: 1.5rem;
  }
}

@media (min-width: 768px) {
  .why-gallery:not(.why-premium-gallery) {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 10rem;
    gap: 0.75rem;
  }
}

.why-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
}

.why-gallery__item:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.why-gallery__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.45) 100%);
  opacity: 0;
  transition: opacity 0.35s var(--luxury-ease);
}

.why-gallery__zoom {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  transform: translateY(6px);
  transition: transform 0.35s var(--luxury-ease), background 0.35s var(--luxury-ease), color 0.35s var(--luxury-ease);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.why-gallery__item:hover .why-gallery__overlay,
.why-gallery__item:focus-visible .why-gallery__overlay {
  opacity: 1;
}

.why-gallery__item:hover .why-gallery__zoom,
.why-gallery__item:focus-visible .why-gallery__zoom {
  transform: translateY(0);
  background: var(--color-accent);
  color: #ffffff;
}

.why-gallery__item--wide {
  grid-column: span 2;
  grid-row: span 2;
}

.why-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--luxury-ease);
}

.why-gallery__item:hover .why-gallery__img {
  transform: scale(1.05);
}

.why-testimonial {
  position: relative;
}

.why-testimonial__quote-icon {
  margin-bottom: 0.75rem;
}

.why-testimonial__badge {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.12);
  padding: 0.25rem 0.6rem;
  border-radius: 9999px;
  white-space: nowrap;
}

#why-videos .video-swiper .swiper-slide .video-thumb {
  min-height: 11rem;
}

/* ─── Galeri lightbox ─── */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--luxury-ease), visibility 0.4s;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox__inner {
  position: relative;
  width: 100%;
  max-width: 72rem;
  transform: scale(0.94);
  transition: transform 0.45s var(--luxury-ease-spring);
}

.gallery-lightbox.is-open .gallery-lightbox__inner {
  transform: scale(1);
}

.gallery-lightbox__img {
  width: 100%;
  max-height: min(78vh, 52rem);
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  background: #0f172a;
}

.gallery-lightbox__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.875rem;
  padding: 0 0.25rem;
}

.gallery-lightbox__caption {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.gallery-lightbox__counter {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.gallery-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 0.3s var(--luxury-ease), transform 0.3s var(--luxury-ease);
}

.gallery-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.05);
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: background 0.3s var(--luxury-ease), transform 0.3s var(--luxury-ease);
}

.gallery-lightbox__nav:hover {
  background: var(--color-accent);
  transform: translateY(-50%) scale(1.05);
}

.gallery-lightbox__nav--prev { left: 1rem; }
.gallery-lightbox__nav--next { right: 1rem; }

@media (min-width: 768px) {
  .gallery-lightbox__nav {
    width: 3rem;
    height: 3rem;
  }

  .gallery-lightbox__nav--prev { left: 1.5rem; }
  .gallery-lightbox__nav--next { right: 1.5rem; }
}

/* ─── Hasta yorumları slider ─── */
.testimonial-swiper {
  overflow: hidden;
  padding: 0.25rem 0 0;
}

.testimonial-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-swiper .why-testimonial {
  width: 100%;
}

.testimonial-swiper .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0.35;
  background: var(--color-primary);
  transition: all 0.3s var(--luxury-ease);
}

.testimonial-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.75rem;
  border-radius: 9999px;
  background: var(--color-accent);
}

/* ─── Ana Sayfa — Hasta Yorumları ─── */
.home-testimonials {
  position: relative;
  overflow: hidden;
}

.home-testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 60% at 12% 20%, rgba(255, 0, 127, 0.05), transparent 72%),
    radial-gradient(ellipse 50% 60% at 88% 80%, rgba(0, 188, 212, 0.06), transparent 72%);
}

.home-testimonials > .max-w-7xl {
  position: relative;
  z-index: 1;
}

.home-testimonials__quote {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0.95rem 1rem 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: transform 0.4s var(--luxury-ease), box-shadow 0.4s var(--luxury-ease), border-color 0.4s ease;
}

.home-testimonials__quote:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 0, 127, 0.16);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.home-testimonials__quote-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.home-testimonials__quote-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: rgba(255, 0, 127, 0.22);
}

.home-testimonials__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}

.home-testimonials__star {
  width: 0.68rem;
  height: 0.68rem;
  color: #f59e0b;
}

.home-testimonials__story-title {
  margin: 0 0 0.35rem;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.32;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-testimonials__text {
  flex: 1;
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  line-height: 1.58;
  color: #475569;
  text-wrap: pretty;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-testimonials__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.62rem;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.home-testimonials__author-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.home-testimonials__author {
  font-style: normal;
  font-size: 0.76rem;
  font-weight: 800;
  color: #0f172a;
}

.home-testimonials__year {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.home-testimonials .why-testimonial__badge {
  font-size: 0.6rem;
  padding: 0.18rem 0.45rem;
}

.home-testimonials .swiper-pagination {
  margin-top: 1.35rem !important;
}

@media (min-width: 1024px) {
  .home-testimonials .testimonial-swiper .swiper-slide {
    min-height: 0;
  }

  .home-testimonials__quote {
    padding: 1rem 1.05rem 0.95rem;
  }

  .home-testimonials__story-title {
    font-size: 0.88rem;
  }

  .home-testimonials__text {
    font-size: 0.8rem;
    -webkit-line-clamp: 4;
  }
}

/* ─── Laboratuvarımız sayfası ─── */
/* Header: page-about hero stillerini kullanır */

.lab-process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .lab-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .lab-process-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.875rem;
  }
}

.lab-process-card {
  position: relative;
  height: 100%;
}

.lab-process-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0f766e;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(13, 148, 136, 0.06));
  border: 1px solid rgba(13, 148, 136, 0.12);
}

.lab-iso__badge-card {
  position: relative;
  background: #0f172a;
}

.lab-iso__cert-frame {
  max-width: 22rem;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .lab-iso__cert-frame {
    margin-inline: 0 0 auto;
  }
}

.lab-iso__cert-inner {
  padding: 1.25rem 1.25rem 0.75rem;
  background: linear-gradient(160deg, #1e293b 0%, #0f172a 100%);
}

.lab-iso__cert-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 26rem;
  margin-inline: auto;
  object-fit: contain;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lab-privacy-card {
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lab-privacy-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.lab-privacy-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.875rem;
  color: #0d9488;
  background: rgba(20, 184, 166, 0.1);
}

.lab-iso__badge-footer {
  position: relative;
}

.lab-cert-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.lab-cert-card__icon--teal {
  color: #5eead4;
  background: rgba(20, 184, 166, 0.15);
}

.lab-cert-card__icon--accent {
  color: #f9a8d4;
  background: rgba(255, 0, 127, 0.15);
}

.lab-cert-card__icon--slate {
  color: #cbd5e1;
  background: rgba(148, 163, 184, 0.12);
}

.lab-iso-principles__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .lab-iso-principles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.lab-iso-principles__list li {
  position: relative;
  padding: 0.875rem 1rem 0.875rem 2.25rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.875rem;
}

.lab-iso-principles__list li::before {
  content: '';
  position: absolute;
  left: 0.9rem;
  top: 1.15rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.15);
}

#lab-videos .video-swiper .swiper-slide .video-thumb {
  min-height: 11rem;
}

/* ─── Başarı Oranlarımız sayfası ─── */
/* Header: page-about hero stillerini kullanır */

.success-age-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .success-age-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.success-age-card__rate {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.35rem 0.65rem;
  border-radius: 0.5rem;
}

.success-age-card__rate--high {
  color: #0f766e;
  background: rgba(20, 184, 166, 0.12);
}

.success-age-card__rate--mid {
  color: #b45309;
  background: rgba(245, 158, 11, 0.12);
}

.success-age-card__rate--low {
  color: #be185d;
  background: rgba(255, 0, 127, 0.1);
}

.success-age-card__bar {
  height: 0.4rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.success-age-card__bar-fill {
  display: block;
  height: 100%;
  border-radius: 9999px;
  transition: width 1.2s var(--luxury-ease-out);
}

.success-age-card__bar-fill--high {
  background: linear-gradient(90deg, #14b8a6, #0d9488);
}

.success-age-card__bar-fill--mid {
  background: linear-gradient(90deg, #f59e0b, #d97706);
}

.success-age-card__bar-fill--low {
  background: linear-gradient(90deg, var(--color-accent), #db2777);
}

.success-treatment-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f766e;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(13, 148, 136, 0.06));
}

.success-treatment-card__rate {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.success-attempt-card__step {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5eead4;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(94, 234, 212, 0.2);
  padding: 0.25rem 0.6rem;
  border-radius: 9999px;
}

#success-videos .video-swiper .swiper-slide .video-thumb {
  min-height: 11rem;
}

/* ─── Hub Pages: Başarı Hikayeleri, SSS, Blog, Donör ─── */
.story-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.story-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--luxury-ease-out), box-shadow 0.35s var(--luxury-ease-out);
}

.story-card:hover {
  transform: translateY(-4px);
}

.story-card__media {
  position: relative;
  overflow: hidden;
}

.story-card__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s var(--luxury-ease-out);
}

.story-card:hover .story-card__img {
  transform: scale(1.04);
}

.story-card__year {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(6px);
  padding: 0.25rem 0.55rem;
  border-radius: 9999px;
}

.faq-item {
  transition: box-shadow 0.3s var(--luxury-ease-out);
}

.faq-item__trigger {
  cursor: pointer;
  background: transparent;
  border: none;
}

.faq-item__icon {
  transition: transform 0.3s var(--luxury-ease-out);
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item.is-open {
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.blog-card {
  transition: transform 0.35s var(--luxury-ease-out), box-shadow 0.35s var(--luxury-ease-out);
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-card.is-hidden {
  display: none;
}

.blog-card__img {
  transition: transform 0.5s var(--luxury-ease-out);
}

.blog-card:hover .blog-card__img {
  transform: scale(1.04);
}

.donor-type-tabs {
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
  background: rgba(15, 23, 42, 0.04);
  border-radius: 0.875rem;
  margin-bottom: 0.75rem;
}

.donor-type-tab {
  flex: 1;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.55rem 0.875rem;
  border-radius: 0.65rem;
  border: none;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  transition: all 0.25s var(--luxury-ease-out);
}

.donor-type-tab--active {
  background: #fff;
  color: var(--color-accent);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

.donor-info-card {
  border-left: 3px solid var(--color-accent);
  padding: 0.875rem 1rem;
  background: rgba(248, 250, 252, 0.85);
  border-radius: 0 0.75rem 0.75rem 0;
}

.donor-info-card__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.donor-info-card__desc {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* Donör başvuru — eşit sol/sağ düzen */
.donor-application-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .donor-application-layout {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.donor-info-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.375rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(155deg, #ffffff 0%, #fef7fb 100%);
  border: 1px solid rgba(255, 0, 127, 0.08);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.donor-info-panel__badge {
  margin-bottom: 0.875rem;
}

.donor-info-panel__title {
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
}

.donor-info-panel__intro {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
}

.donor-info-panel__intro p {
  margin: 0;
}

.donor-info-cards {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1;
}

.donor-form-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-form-card--donor {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: unset;
  padding: 1.25rem 1.375rem 1.125rem;
}

@media (min-width: 1024px) {
  .contact-form-card--donor {
    height: 100%;
    padding: 1.375rem 1.5rem 1.25rem;
    min-height: unset;
  }

  .contact-form-card--donor.contact-form-card--elegant {
    min-height: unset;
  }
}

.appointment-form--donor {
  gap: 0;
}

.appointment-form--donor .contact-form-grid {
  gap: 0.5rem;
}

.appointment-form--donor .form-group {
  gap: 0.15rem;
}

.appointment-form--donor .form-group:focus-within {
  transform: none;
}

.appointment-form--donor .form-label {
  font-size: 0.75rem;
  margin-bottom: 0.1rem;
  color: #64748b;
}

.appointment-form--donor .form-input {
  padding: 0.5rem 0.8125rem;
  font-size: 0.875rem;
}

.appointment-form--donor .form-textarea {
  min-height: 3.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.appointment-form--donor .form-checkbox {
  margin-top: 0.625rem;
  gap: 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.45;
}

.appointment-form--donor .contact-form-submit--donor {
  margin-top: 0.75rem;
  padding: 0.6875rem 1rem;
  font-size: 0.875rem;
}

.appointment-form--donor .form-alert {
  margin-bottom: 0.625rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.8125rem;
}

.page-hub .site-header:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0) 100%);
}

.page-hub .site-header:not(.is-scrolled) .nav-link-premium,
.page-hub .site-header:not(.is-scrolled) .lang-dropdown__trigger,
.page-hub .site-header:not(.is-scrolled) .header-inner .text-charcoal,
.page-hub .site-header:not(.is-scrolled) .header-inner .text-slate-400 {
  color: rgba(255, 255, 255, 0.92);
}

.page-hub .site-header:not(.is-scrolled) .lang-dropdown__trigger svg,
.page-hub .site-header:not(.is-scrolled) .nav-dropdown__trigger svg {
  color: rgba(255, 255, 255, 0.75);
}

.page-hub .site-header:not(.is-scrolled) .btn-primary {
  box-shadow: 0 8px 28px rgba(255, 0, 127, 0.35);
}

/* ─── Visual FAQ ─── */
.faq-group-block.is-hidden {
  display: none;
}

.faq-visual-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}

@media (min-width: 1024px) {
  .faq-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

.faq-visual-card {
  transition: transform 0.3s var(--luxury-ease-out), box-shadow 0.3s var(--luxury-ease-out);
}

.faq-visual-card:hover {
  transform: translateY(-2px);
}

.faq-visual-card__trigger {
  cursor: pointer;
  background: transparent;
  border: none;
  align-items: center;
}

.faq-visual-card__thumb-wrap {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

@media (min-width: 640px) {
  .faq-visual-card__thumb-wrap {
    width: 4.25rem;
    height: 4.25rem;
  }
}

.faq-visual-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--luxury-ease-out);
}

.faq-visual-card:hover .faq-visual-card__thumb {
  transform: scale(1.06);
}

.faq-visual-card__thumb-wrap .faq-visual-card__icon {
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.5rem;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.faq-visual-card__badge {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #94a3b8;
  padding-top: 0.2rem;
  min-width: 1.5rem;
}

.faq-visual-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-group-block__cover {
  width: 100%;
  max-width: 14rem;
  aspect-ratio: 16 / 10;
}

@media (min-width: 640px) {
  .faq-group-block__cover {
    width: 11rem;
    max-width: none;
    aspect-ratio: 4 / 3;
  }
}

.faq-group-block__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-group-block__head {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.faq-visual-card__media {
  min-height: 11rem;
}

@media (min-width: 1024px) {
  .faq-visual-card__media {
    min-height: 100%;
  }
}

.faq-visual-card__icon--teal {
  color: #0f766e;
  background: rgba(20, 184, 166, 0.12);
}

.faq-visual-card__icon--accent {
  color: var(--color-accent);
  background: rgba(255, 0, 127, 0.1);
}

.faq-visual-card__icon--slate {
  color: #475569;
  background: rgba(74, 78, 81, 0.1);
}

.faq-visual-card__chevron {
  transition: transform 0.3s var(--luxury-ease-out);
  padding-top: 0.15rem;
}

.faq-visual-card.is-open .faq-visual-card__chevron {
  transform: rotate(180deg);
}

.faq-visual-card.is-open {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
}

.faq-visual-card.is-hidden {
  display: none;
}

.faq-visual-card__media-veil {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.15), rgba(255, 0, 127, 0.08));
}

.faq-group-block__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-group-block__icon--teal {
  color: #0f766e;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(13, 148, 136, 0.06));
}

.faq-group-block__icon--accent {
  color: var(--color-accent);
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.14), rgba(255, 0, 127, 0.04));
}

.faq-group-block__icon--slate {
  color: #475569;
  background: linear-gradient(135deg, rgba(74, 78, 81, 0.12), rgba(74, 78, 81, 0.04));
}

/* ─── Blog Hub (makale odaklı, 3 sütun) ─── */
.blog-hub-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

.blog-hub-grid--articles {
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .blog-hub-grid--articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.375rem;
  }
}

@media (min-width: 1024px) {
  .blog-hub-grid--articles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.blog-hub-grid--compact {
  gap: 1rem;
}

@media (min-width: 640px) {
  .blog-hub-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .blog-hub-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.blog-hub-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--luxury-ease-out), box-shadow 0.3s var(--luxury-ease-out);
  min-height: 100%;
}

.blog-hub-card--article {
  border-radius: 1rem;
}

.blog-hub-card--article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.blog-hub-card--compact {
  border-radius: 1rem;
}

.blog-hub-card--compact:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.09);
}

.blog-hub-card.is-hidden {
  display: none;
}

.blog-hub-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.blog-hub-card__media {
  position: relative;
  overflow: hidden;
}

.blog-hub-card--article .blog-hub-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.45s var(--luxury-ease-out);
}

.blog-hub-card--compact .blog-hub-card__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.4s var(--luxury-ease-out);
}

.blog-hub-card:hover .blog-hub-card__img {
  transform: scale(1.04);
}

.blog-hub-card--article .blog-hub-card__body {
  padding: 1.25rem 1.375rem 1.375rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.625rem;
}

.blog-hub-card__body {
  padding: 1rem 1.125rem 1.125rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

.blog-hub-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.125rem;
}

.blog-hub-card--article .blog-hub-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.blog-hub-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

@media (min-width: 1024px) {
  .blog-hub-card__title {
    font-size: 1rem;
  }

  .blog-hub-card--article .blog-hub-card__title {
    font-size: 1.125rem;
  }
}

.blog-hub-card--article .blog-hub-card__excerpt {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  flex: 1;
}

.blog-hub-card__excerpt {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  flex: 1;
}

.blog-hub-card--article .blog-hub-card__read-more {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.blog-hub-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-accent);
}

.blog-hub-card__date {
  font-size: 0.75rem;
  color: #94a3b8;
  white-space: nowrap;
}

.blog-hub-card--article .blog-card__category {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-accent);
  background: rgba(255, 0, 127, 0.08);
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
}

.blog-hub-card__thumb {
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-hub-card__play--compact {
  opacity: 1;
}

.blog-hub-card__play--compact .video-thumb__play-btn {
  width: 2.5rem;
  height: 2.5rem;
}

.blog-hub-card__video-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(220, 38, 38, 0.9);
  padding: 0.3rem 0.55rem;
  border-radius: 9999px;
}

.blog-hub-card__video-badge--sm {
  top: 0.4rem;
  left: 0.4rem;
  font-size: 0.5625rem;
  padding: 0.15rem 0.4rem;
}

.video-thumb__play-btn--sm {
  width: 2.25rem;
  height: 2.25rem;
}

/* Öne çıkan video — spotlight */
.blog-video-spotlight {
  border-radius: 1.25rem;
  overflow: hidden;
}

.blog-video-spotlight__thumb {
  cursor: pointer;
  min-height: 12rem;
}

.blog-video-spotlight__badge {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(220, 38, 38, 0.92);
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  z-index: 2;
}

.blog-video-more-link {
  padding: 0.625rem 0;
  border-top: 1px solid rgba(255, 0, 127, 0.12);
  margin-top: auto;
  transition: color 0.2s ease;
}

.blog-video-more-link:hover {
  color: #c4006a;
}

.blog-featured-strip__thumb {
  position: relative;
  width: 100%;
  max-width: 9rem;
}

.blog-featured-strip__play {
  opacity: 1;
}

.blog-featured-strip__play .video-thumb__play-btn {
  width: 2rem;
  height: 2rem;
}

.blog-featured-strip__label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.blog-hub-card--video .blog-hub-card__media {
  position: relative;
}

#blog-videos .video-swiper .swiper-slide .video-thumb {
  min-height: 8.5rem;
}

.page-blog .blog-filter {
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
}

.page-blog .about-section__title {
  font-size: 1.25rem;
}

/* İç sayfa iletişim — ana sayfa #appointment ile aynı düzen */
.page-inner.page-contact .contact-section {
  margin-top: 0;
}

.page-inner.page-contact .contact-section--home .contact-home__wrap {
  padding-top: 6.5rem;
}

@media (min-width: 1024px) {
  .page-inner.page-contact .contact-section--home .contact-home__wrap {
    padding-top: 7.5rem;
  }
}

.page-inner.page-contact .contact-hero {
  padding-top: 3rem;
}

.page-inner.page-contact .contact-main {
  padding-bottom: 2rem;
}

/* Merkez Ekibimiz */
.page-team .site-header:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0) 100%);
}

.page-team .site-header:not(.is-scrolled) .nav-link-premium,
.page-team .site-header:not(.is-scrolled) .lang-dropdown__trigger,
.page-team .site-header:not(.is-scrolled) .header-inner .text-charcoal,
.page-team .site-header:not(.is-scrolled) .header-inner .text-slate-400 {
  color: rgba(255, 255, 255, 0.92);
}

.page-team .team-intro {
  padding: 0 0 2.5rem;
}

.page-team .team-intro--compact {
  padding: 1.25rem 0 0.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.page-team .team-intro--body {
  padding: 2rem 0 1.25rem;
  background: #fff;
}

.team-intro__excerpt {
  margin: 0 auto;
  max-width: 52rem;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #64748b;
}

.team-hero__stats {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1.15rem;
  max-width: 26rem;
}

.team-hero__stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.team-hero__stats-row--second {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: calc(66.666% + 0.275rem);
}

.team-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  padding: 0.55rem 0.8rem;
  min-width: 0;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.team-hero-stat--accent {
  background: rgba(255, 0, 127, 0.14);
  border-color: rgba(255, 0, 127, 0.28);
}

.team-hero-stat--accent .team-hero-stat__value {
  color: #ff6eb4;
}

.team-hero-stat--accent .team-hero-stat__label {
  color: rgba(255, 255, 255, 0.82);
}

.team-hero__media {
  min-width: 0;
}

.team-hero__clinic-frame {
  position: relative;
  padding: 0.55rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: rotate(1.5deg);
  transition: transform 0.35s ease;
}

.team-hero__media:hover .team-hero__clinic-frame {
  transform: rotate(0deg) scale(1.01);
}

.team-hero__clinic-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.75rem;
}

.team-hero__clinic-shine {
  position: absolute;
  inset: 0.55rem;
  border-radius: 0.75rem;
  pointer-events: none;
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.22) 0%, transparent 42%, transparent 68%, rgba(255, 255, 255, 0.06) 100%);
}

.team-hero__clinic-badge {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.75rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.team-hero__clinic-badge-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--color-accent, #ff007f);
  box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.25);
}

@media (min-width: 768px) {
  .album-hero--team .album-hero__split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 2.25rem;
  }
}

.team-hero-stat__value {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-accent, #ff007f);
  line-height: 1;
}

.team-hero-stat__value small {
  font-size: 0.72em;
  font-weight: 600;
  margin-left: 0.08rem;
}

.team-hero-stat__label {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.3;
}

.album-hero--team.album-hero--compact {
  padding-bottom: 1.5rem;
}

.team-intro__header {
  margin-bottom: 2rem;
}

.team-intro__eyebrow {
  margin-bottom: 0.85rem;
}

.team-intro__title {
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}

.team-intro__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.team-stat-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.75rem 1rem;
  min-width: 7.5rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

.team-stat-pill__value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-accent, #ff007f);
  line-height: 1;
}

.team-stat-pill__value small {
  font-size: 0.72em;
  font-weight: 600;
  margin-left: 0.1rem;
}

.team-stat-pill__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.3;
}

.team-intro__body {
  display: grid;
  gap: 1rem;
}

.team-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.team-intro__media {
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
}

.team-intro__media .about-clinic-frame {
  min-height: auto;
}

.team-intro__media .about-clinic-frame__mat {
  height: auto;
  padding: 0.875rem;
}

.team-intro__media .about-clinic-frame__img {
  min-height: 19rem;
}

.team-intro__body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #475569;
}

@media (min-width: 768px) {
  .team-intro__media {
    max-width: 42rem;
  }

  .team-intro__media .about-clinic-frame__img {
    min-height: 24rem;
  }
}

@media (min-width: 1024px) {
  .team-intro__grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 2.5rem 2.75rem;
    align-items: center;
  }

  .team-intro__media {
    max-width: none;
    margin-inline: 0;
  }

  .team-intro__media .about-clinic-frame__mat {
    padding: 1rem;
  }

  .team-intro__media .about-clinic-frame__img {
    min-height: 26rem;
  }
}

.page-team .team-section {
  padding: 1.25rem 0 3.5rem;
  background: #fff;
  border-top: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.team-section__header {
  text-align: center;
  margin-bottom: 2rem;
}

.team-section__title {
  font-size: clamp(1.375rem, 2.8vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-charcoal, #4a4e51);
  margin: 0;
}

.team-section__rule {
  display: block;
  width: 2.75rem;
  height: 3px;
  background: var(--color-accent, #ff007f);
  margin: 0.85rem auto 0;
  border-radius: 2px;
}

.team-section__intro {
  max-width: 42rem;
  margin: 1.25rem auto 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.65;
}

.team-section__empty {
  text-align: center;
  color: #94a3b8;
  padding: 3rem 0;
}

.team-section__rows {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem 2.25rem;
}

.team-card {
  flex: 0 1 11rem;
  max-width: 14rem;
  text-align: center;
}

.team-card__frame {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 1.125rem;
  padding: 0.625rem;
  border-radius: 1.35rem;
  background: var(--team-card-bg);
  border: 1px solid var(--team-card-border);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 18px 40px var(--team-card-shadow),
    0 0 0 1px rgba(0, 0, 0, 0.22) inset;
  transition: transform 0.35s var(--luxury-ease-spring), box-shadow 0.35s ease;
}

.team-card:hover .team-card__frame {
  transform: translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 24px 50px var(--team-card-shadow-hover),
    0 0 0 1px var(--team-card-glow) inset;
}

.team-card__photo-wrap {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.team-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.55s var(--luxury-ease-spring);
}

.team-card:hover .team-card__photo {
  transform: scale(1.05);
}

.team-card__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(128deg, rgba(255, 255, 255, 0.14) 0%, transparent 38%, transparent 65%, rgba(255, 255, 255, 0.04) 100%),
    radial-gradient(ellipse 80% 55% at 50% 100%, rgba(0, 0, 0, 0.28), transparent 58%);
}

.team-card__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.4rem;
  line-height: 1.35;
}

.team-card__role {
  font-size: 0.78rem;
  color: var(--team-card-role, #64748b);
  margin: 0;
  line-height: 1.45;
}

/* Koyu premium çerçeve tonları — fotoğraf galerisi ile uyumlu */
.team-card--rose {
  --team-card-bg: linear-gradient(145deg, #9d174d 0%, #831843 52%, #500724 100%);
  --team-card-border: rgba(251, 113, 133, 0.24);
  --team-card-glow: rgba(251, 113, 133, 0.2);
  --team-card-shadow: rgba(80, 7, 36, 0.32);
  --team-card-shadow-hover: rgba(80, 7, 36, 0.42);
  --team-card-role: #9d174d;
}

.team-card--teal {
  --team-card-bg: linear-gradient(145deg, #0f766e 0%, #115e59 52%, #042f2e 100%);
  --team-card-border: rgba(45, 212, 191, 0.22);
  --team-card-glow: rgba(20, 184, 166, 0.2);
  --team-card-shadow: rgba(4, 47, 46, 0.32);
  --team-card-shadow-hover: rgba(4, 47, 46, 0.42);
  --team-card-role: #0f766e;
}

.team-card--sky {
  --team-card-bg: linear-gradient(145deg, #1e3a5f 0%, #172554 52%, #0f172a 100%);
  --team-card-border: rgba(96, 165, 250, 0.22);
  --team-card-glow: rgba(59, 130, 246, 0.2);
  --team-card-shadow: rgba(23, 37, 84, 0.32);
  --team-card-shadow-hover: rgba(23, 37, 84, 0.42);
  --team-card-role: #1d4ed8;
}

.team-card--lavender {
  --team-card-bg: linear-gradient(145deg, #5b21b6 0%, #4c1d95 52%, #2e1065 100%);
  --team-card-border: rgba(167, 139, 250, 0.22);
  --team-card-glow: rgba(139, 92, 246, 0.2);
  --team-card-shadow: rgba(46, 16, 101, 0.32);
  --team-card-shadow-hover: rgba(46, 16, 101, 0.42);
  --team-card-role: #6d28d9;
}

.team-card--mint {
  --team-card-bg: linear-gradient(145deg, #047857 0%, #065f46 52%, #022c22 100%);
  --team-card-border: rgba(52, 211, 153, 0.22);
  --team-card-glow: rgba(16, 185, 129, 0.2);
  --team-card-shadow: rgba(2, 44, 34, 0.32);
  --team-card-shadow-hover: rgba(2, 44, 34, 0.42);
  --team-card-role: #047857;
}

.team-card--blush {
  --team-card-bg: linear-gradient(145deg, #9f1239 0%, #881337 52%, #4c0519 100%);
  --team-card-border: rgba(251, 113, 133, 0.22);
  --team-card-glow: rgba(244, 63, 94, 0.2);
  --team-card-shadow: rgba(76, 5, 25, 0.32);
  --team-card-shadow-hover: rgba(76, 5, 25, 0.42);
  --team-card-role: #be123c;
}

@media (min-width: 768px) {
  .team-row--3 .team-card {
    flex-basis: calc((100% - 4.5rem) / 3);
    max-width: 15rem;
  }

  .team-row--4 .team-card {
    flex-basis: calc((100% - 6.75rem) / 4);
    max-width: 13.5rem;
  }

  .team-card__photo-wrap {
    width: 10.75rem;
    height: 10.75rem;
  }
}

@media (max-width: 480px) {
  .team-card {
    flex-basis: calc(50% - 1rem);
    max-width: none;
  }

  .team-card__photo-wrap {
    width: 8rem;
    height: 8rem;
  }

  .team-card__frame {
    padding: 0.5rem;
    border-radius: 1.15rem;
  }
}

.team-clinic {
  padding: 3rem 0 5rem;
  background: #fff;
}

.team-clinic__header {
  text-align: center;
  margin-bottom: 2rem;
}

.team-clinic__title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-charcoal, #4a4e51);
  margin: 0;
}

.team-clinic__caption {
  max-width: 40rem;
  margin: 1rem auto 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #64748b;
}

.team-clinic__frame {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.team-clinic__img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* ═══ Fotoğraf Galerisi — Albüm Deneyimi ═══ */
.page-gallery .site-header:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0) 100%);
}

.page-gallery .site-header:not(.is-scrolled) .nav-link-premium,
.page-gallery .site-header:not(.is-scrolled) .lang-dropdown__trigger,
.page-gallery .site-header:not(.is-scrolled) .header-inner .text-charcoal,
.page-gallery .site-header:not(.is-scrolled) .header-inner .text-slate-400 {
  color: rgba(255, 255, 255, 0.92);
}

.album-hero {
  position: relative;
  overflow: hidden;
  background: #0f172a;
}

.album-hero--compact {
  min-height: auto;
  padding: 6.5rem 0 2.25rem;
}

.album-hero--compact .album-hero__content {
  width: 100%;
}

.album-hero__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .album-hero__split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 2rem;
  }
}

.album-hero--compact .album-hero__title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.album-hero--compact .album-hero__copy {
  max-width: 28rem;
}

.album-hero__carousel {
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.album-hero-swiper {
  overflow: visible;
  padding: 0.35rem 0 0.5rem;
}

.album-hero__slide {
  padding: 0.35rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transform: rotate(-2deg);
  transition: transform 0.35s ease;
}

.album-hero-swiper .swiper-slide-active .album-hero__slide {
  transform: rotate(0deg) scale(1.04);
}

.album-hero__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.3rem;
}

.album-stage__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.album-stage__title {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-charcoal, #4a4e51);
  margin: 0;
}

.album-section__rule {
  display: block;
  width: 2.75rem;
  height: 3px;
  background: var(--color-accent, #ff007f);
  margin: 0.85rem auto 0;
  border-radius: 2px;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .album-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .album-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.125rem;
  }
}

.album-grid__item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.album-grid__item.is-filtered-out {
  display: none;
}

.album-grid__btn {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
}

.album-grid__btn:focus-visible {
  outline: 2px solid var(--color-accent, #ff007f);
  outline-offset: 3px;
}

.album-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.album-grid__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.72) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.album-grid__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -60%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-accent, #ff007f);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.album-grid__caption {
  font-size: 0.7rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.album-grid__btn:hover .album-grid__img,
.album-grid__btn:focus-visible .album-grid__img {
  transform: scale(1.06);
}

.album-grid__btn:hover .album-grid__overlay,
.album-grid__btn:focus-visible .album-grid__overlay {
  opacity: 1;
}

.album-grid__btn:hover .album-grid__zoom,
.album-grid__btn:focus-visible .album-grid__zoom {
  opacity: 1;
  transform: scale(1);
}

/* Legacy hero (non-compact) */
.album-hero:not(.album-hero--compact) {
  min-height: clamp(22rem, 52vh, 34rem);
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}

.album-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.album-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}

.album-hero__glow--accent {
  top: -4rem;
  right: -2rem;
  width: 22rem;
  height: 22rem;
  background: rgba(255, 0, 127, 0.22);
}

.album-hero--baby .album-hero__glow--accent {
  background: rgba(255, 182, 193, 0.28);
}

.album-hero--baby .album-hero__glow--slate {
  background: rgba(255, 0, 127, 0.15);
}

.album-hero--baby .album-hero__count-num {
  color: #ffb6c1;
}

.page-babies .album-stage {
  background:
    radial-gradient(ellipse at top, rgba(255, 182, 193, 0.08), transparent 55%),
    linear-gradient(180deg, #fff9fb 0%, #ffffff 45%, #f8fafc 100%);
}

.page-babies .album-filter.is-active {
  background: linear-gradient(135deg, #ff007f, #ff6eb4);
  border-color: transparent;
}

/* Bebeklerimiz — renkli çerçeveli galeri kartları */
.album-grid--framed {
  gap: 1rem;
}

@media (min-width: 640px) {
  .album-grid--framed {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .album-grid--framed {
    gap: 1.375rem;
  }
}

.album-framed-card__btn {
  aspect-ratio: auto;
  overflow: visible;
  border-radius: 0;
  height: 100%;
}

.album-framed-card__mat {
  display: block;
  height: 100%;
  padding: 0.55rem;
  border-radius: 1.35rem;
  background: var(--album-frame-bg);
  border: 1px solid var(--album-frame-border);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 16px 40px var(--album-frame-shadow),
    0 0 0 1px rgba(0, 0, 0, 0.04) inset;
  transition: transform 0.4s var(--luxury-ease-spring), box-shadow 0.4s ease;
}

.album-framed-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 0 0 1px var(--album-frame-ring),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.album-framed-card__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.28) 0%, transparent 40%, transparent 66%, rgba(255, 255, 255, 0.08) 100%),
    radial-gradient(ellipse 85% 55% at 50% 100%, rgba(15, 23, 42, 0.12), transparent 58%);
}

.album-framed-card:hover .album-framed-card__mat,
.album-framed-card__btn:focus-visible .album-framed-card__mat {
  transform: translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.45) inset,
    0 24px 52px var(--album-frame-shadow-hover),
    0 0 0 1px var(--album-frame-glow, transparent) inset;
}

.album-framed-card--rose {
  --album-frame-bg: linear-gradient(145deg, #f472b6 0%, #f9a8d4 48%, #fbcfe8 100%);
  --album-frame-border: rgba(190, 24, 93, 0.28);
  --album-frame-ring: rgba(219, 39, 119, 0.22);
  --album-frame-shadow: rgba(157, 23, 77, 0.18);
  --album-frame-shadow-hover: rgba(157, 23, 77, 0.26);
  --album-frame-glow: rgba(244, 114, 182, 0.22);
}

.album-framed-card--blush {
  --album-frame-bg: linear-gradient(145deg, #fb7185 0%, #fda4af 48%, #fecdd3 100%);
  --album-frame-border: rgba(190, 18, 60, 0.26);
  --album-frame-ring: rgba(225, 29, 72, 0.2);
  --album-frame-shadow: rgba(159, 18, 57, 0.16);
  --album-frame-shadow-hover: rgba(159, 18, 57, 0.24);
  --album-frame-glow: rgba(251, 113, 133, 0.2);
}

.album-framed-card--peach {
  --album-frame-bg: linear-gradient(145deg, #fb923c 0%, #fdba74 48%, #fed7aa 100%);
  --album-frame-border: rgba(194, 65, 12, 0.26);
  --album-frame-ring: rgba(234, 88, 12, 0.2);
  --album-frame-shadow: rgba(154, 52, 18, 0.16);
  --album-frame-shadow-hover: rgba(154, 52, 18, 0.24);
  --album-frame-glow: rgba(251, 146, 60, 0.2);
}

.album-framed-card--lavender {
  --album-frame-bg: linear-gradient(145deg, #a78bfa 0%, #c4b5fd 48%, #ddd6fe 100%);
  --album-frame-border: rgba(109, 40, 217, 0.26);
  --album-frame-ring: rgba(124, 58, 237, 0.2);
  --album-frame-shadow: rgba(91, 33, 182, 0.16);
  --album-frame-shadow-hover: rgba(91, 33, 182, 0.24);
  --album-frame-glow: rgba(167, 139, 250, 0.2);
}

.album-framed-card--mint {
  --album-frame-bg: linear-gradient(145deg, #2dd4bf 0%, #5eead4 48%, #99f6e4 100%);
  --album-frame-border: rgba(15, 118, 110, 0.26);
  --album-frame-ring: rgba(13, 148, 136, 0.2);
  --album-frame-shadow: rgba(15, 118, 110, 0.16);
  --album-frame-shadow-hover: rgba(15, 118, 110, 0.24);
  --album-frame-glow: rgba(45, 212, 191, 0.2);
}

.album-framed-card--sky {
  --album-frame-bg: linear-gradient(145deg, #60a5fa 0%, #93c5fd 48%, #bfdbfe 100%);
  --album-frame-border: rgba(29, 78, 216, 0.26);
  --album-frame-ring: rgba(37, 99, 235, 0.2);
  --album-frame-shadow: rgba(30, 64, 175, 0.16);
  --album-frame-shadow-hover: rgba(30, 64, 175, 0.24);
  --album-frame-glow: rgba(96, 165, 250, 0.2);
}

.album-framed-card--butter {
  --album-frame-bg: linear-gradient(145deg, #facc15 0%, #fde047 48%, #fef08a 100%);
  --album-frame-border: rgba(161, 98, 7, 0.28);
  --album-frame-ring: rgba(202, 138, 4, 0.22);
  --album-frame-shadow: rgba(133, 77, 14, 0.16);
  --album-frame-shadow-hover: rgba(133, 77, 14, 0.24);
  --album-frame-glow: rgba(250, 204, 21, 0.22);
}

.album-framed-card--lilac {
  --album-frame-bg: linear-gradient(145deg, #c084fc 0%, #d8b4fe 48%, #e9d5ff 100%);
  --album-frame-border: rgba(126, 34, 206, 0.26);
  --album-frame-ring: rgba(168, 85, 247, 0.2);
  --album-frame-shadow: rgba(107, 33, 168, 0.16);
  --album-frame-shadow-hover: rgba(107, 33, 168, 0.24);
  --album-frame-glow: rgba(192, 132, 252, 0.2);
}

.album-framed-card .album-grid__overlay {
  inset: 0;
  border-radius: inherit;
}

.album-framed-card .album-grid__zoom {
  color: var(--color-accent, #ff007f);
}

.album-framed-card:hover .album-grid__zoom,
.album-framed-card__btn:focus-visible .album-grid__zoom {
  background: var(--color-accent, #ff007f);
  color: #fff;
}

@media (min-width: 1024px) {
  .album-framed-card__mat {
    padding: 0.65rem;
    border-radius: 1.5rem;
  }

  .album-framed-card__media {
    border-radius: 1.1rem;
  }
}

/* Fotoğraf galerisi — koyu premium çerçeve */
.album-grid--framed-dark {
  gap: 1.125rem;
}

.page-gallery:not(.page-babies) .album-stage {
  background:
    radial-gradient(ellipse at top, rgba(15, 23, 42, 0.04), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
}

.album-framed-card--dark .album-framed-card__mat {
  background: var(--album-dark-bg);
  border: 1px solid var(--album-dark-border);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 18px 44px var(--album-dark-shadow),
    0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}

.album-framed-card--dark .album-framed-card__media {
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.album-framed-card--dark .album-framed-card__shine {
  background:
    linear-gradient(128deg, rgba(255, 255, 255, 0.14) 0%, transparent 38%, transparent 65%, rgba(255, 255, 255, 0.04) 100%),
    radial-gradient(ellipse 80% 55% at 50% 100%, rgba(0, 0, 0, 0.28), transparent 58%);
}

.album-framed-card--dark:hover .album-framed-card__mat,
.album-framed-card--dark .album-framed-card__btn:focus-visible .album-framed-card__mat {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 26px 56px var(--album-dark-shadow-hover),
    0 0 0 1px var(--album-dark-glow) inset;
}

.album-framed-card--dark .album-grid__zoom {
  color: #fff;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.album-framed-card--dark:hover .album-grid__zoom,
.album-framed-card--dark .album-framed-card__btn:focus-visible .album-grid__zoom {
  background: var(--album-dark-accent, var(--color-accent, #ff007f));
  border-color: transparent;
  color: #fff;
}

.album-framed-card--dark-slate {
  --album-dark-bg: linear-gradient(145deg, #334155 0%, #1e293b 52%, #0f172a 100%);
  --album-dark-border: rgba(148, 163, 184, 0.22);
  --album-dark-shadow: rgba(15, 23, 42, 0.28);
  --album-dark-shadow-hover: rgba(15, 23, 42, 0.38);
  --album-dark-glow: rgba(148, 163, 184, 0.18);
  --album-dark-accent: #64748b;
}

.album-framed-card--dark-charcoal {
  --album-dark-bg: linear-gradient(145deg, #3f3f46 0%, #27272a 52%, #18181b 100%);
  --album-dark-border: rgba(161, 161, 170, 0.2);
  --album-dark-shadow: rgba(24, 24, 27, 0.3);
  --album-dark-shadow-hover: rgba(24, 24, 27, 0.4);
  --album-dark-glow: rgba(161, 161, 170, 0.16);
  --album-dark-accent: #71717a;
}

.album-framed-card--dark-navy {
  --album-dark-bg: linear-gradient(145deg, #1e3a5f 0%, #172554 52%, #0f172a 100%);
  --album-dark-border: rgba(96, 165, 250, 0.22);
  --album-dark-shadow: rgba(23, 37, 84, 0.32);
  --album-dark-shadow-hover: rgba(23, 37, 84, 0.42);
  --album-dark-glow: rgba(59, 130, 246, 0.2);
  --album-dark-accent: #3b82f6;
}

.album-framed-card--dark-ink {
  --album-dark-bg: linear-gradient(145deg, #1e293b 0%, #0f172a 52%, #020617 100%);
  --album-dark-border: rgba(20, 184, 166, 0.2);
  --album-dark-shadow: rgba(2, 6, 23, 0.34);
  --album-dark-shadow-hover: rgba(2, 6, 23, 0.44);
  --album-dark-glow: rgba(20, 184, 166, 0.18);
  --album-dark-accent: #14b8a6;
}

.album-framed-card--dark-steel {
  --album-dark-bg: linear-gradient(145deg, #475569 0%, #334155 52%, #1e293b 100%);
  --album-dark-border: rgba(203, 213, 225, 0.18);
  --album-dark-shadow: rgba(30, 41, 59, 0.3);
  --album-dark-shadow-hover: rgba(30, 41, 59, 0.4);
  --album-dark-glow: rgba(203, 213, 225, 0.14);
  --album-dark-accent: #94a3b8;
}

.album-framed-card--dark-graphite {
  --album-dark-bg: linear-gradient(145deg, #292524 0%, #1c1917 52%, #0c0a09 100%);
  --album-dark-border: rgba(255, 0, 127, 0.18);
  --album-dark-shadow: rgba(12, 10, 9, 0.34);
  --album-dark-shadow-hover: rgba(12, 10, 9, 0.44);
  --album-dark-glow: rgba(255, 0, 127, 0.16);
  --album-dark-accent: #ff007f;
}

.album-framed-card--dark-midnight {
  --album-dark-bg: linear-gradient(145deg, #312e81 0%, #1e1b4b 52%, #0f0a2e 100%);
  --album-dark-border: rgba(167, 139, 250, 0.22);
  --album-dark-shadow: rgba(30, 27, 75, 0.34);
  --album-dark-shadow-hover: rgba(30, 27, 75, 0.44);
  --album-dark-glow: rgba(139, 92, 246, 0.2);
  --album-dark-accent: #8b5cf6;
}

.album-framed-card--dark-obsidian {
  --album-dark-bg: linear-gradient(145deg, #0f4c81 0%, #0c3d66 52%, #082a47 100%);
  --album-dark-border: rgba(56, 189, 248, 0.2);
  --album-dark-shadow: rgba(8, 42, 71, 0.32);
  --album-dark-shadow-hover: rgba(8, 42, 71, 0.42);
  --album-dark-glow: rgba(56, 189, 248, 0.18);
  --album-dark-accent: #0ea5e9;
}

@media (min-width: 1024px) {
  .album-grid--framed-dark {
    gap: 1.5rem;
  }

  .album-framed-card--dark .album-framed-card__mat {
    padding: 0.7rem;
    border-radius: 1.55rem;
  }
}

.album-hero__glow--slate {
  bottom: -6rem;
  left: 10%;
  width: 28rem;
  height: 28rem;
  background: rgba(74, 78, 81, 0.35);
}

.album-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 0.6px, transparent 0.6px);
  background-size: 4px 4px;
}

.album-hero__collage {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.album-hero__polaroid {
  position: absolute;
  width: clamp(7rem, 16vw, 11rem);
  padding: 0.45rem 0.45rem 1.6rem;
  background: #fff;
  border-radius: 0.35rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  opacity: 0.92;
  animation: album-float 7s ease-in-out infinite;
}

.album-hero__polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.15rem;
}

.album-hero__polaroid--1 { top: 12%; right: 8%; transform: rotate(8deg); animation-delay: 0s; }
.album-hero__polaroid--2 { top: 22%; right: 28%; transform: rotate(-6deg); animation-delay: -1.2s; width: clamp(6rem, 12vw, 9rem); }
.album-hero__polaroid--3 { top: 8%; right: 48%; transform: rotate(4deg); animation-delay: -2.4s; }
.album-hero__polaroid--4 { top: 34%; right: 62%; transform: rotate(-10deg); animation-delay: -3.6s; width: clamp(5.5rem, 11vw, 8rem); opacity: 0.75; }
.album-hero__polaroid--5 { top: 18%; right: 76%; transform: rotate(7deg); animation-delay: -4.8s; opacity: 0.55; }

@keyframes album-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

.album-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.album-hero__breadcrumb,
.album-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.album-hero__breadcrumb a:hover {
  color: #fff;
}

.album-hero__breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.95);
}

.album-hero__copy {
  max-width: 36rem;
}

.album-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.85rem;
}

.album-hero__eyebrow::before {
  content: '';
  width: 1.5rem;
  height: 2px;
  background: var(--color-accent, #ff007f);
  border-radius: 2px;
}

.album-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 1rem;
}

.album-hero__intro {
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.25rem;
}

.album-hero__count {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  margin: 0;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.album-hero__count-num {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-accent, #ff007f);
}

.album-hero__count-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.album-stage {
  padding: 2.5rem 0 5rem;
  background:
    radial-gradient(ellipse at top, rgba(255, 0, 127, 0.04), transparent 55%),
    linear-gradient(180deg, #faf7f2 0%, #ffffff 45%, #f8fafc 100%);
}

.album-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.album-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.album-filter {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.85);
  color: #475569;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.55rem 1rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.album-filter:hover {
  border-color: rgba(255, 0, 127, 0.25);
  color: var(--color-accent, #ff007f);
}

.album-filter.is-active {
  background: var(--color-accent, #ff007f);
  border-color: var(--color-accent, #ff007f);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 0, 127, 0.25);
}

.album-toolbar__meta {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
}

.album-book {
  position: relative;
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(145deg, #ffffff 0%, #fbfaf7 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 30px 80px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.album-book__spine {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 0.65rem;
  width: 0.35rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(255, 0, 127, 0.35), rgba(74, 78, 81, 0.2));
}

.album-masonry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.album-card {
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
}

.album-card.is-filtered-out {
  display: none;
}

.album-card.rotate-a { --album-rotate: -1.4deg; }
.album-card.rotate-b { --album-rotate: 1.1deg; }
.album-card.rotate-c { --album-rotate: -0.6deg; }
.album-card.rotate-d { --album-rotate: 0.9deg; }

.album-card__btn {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  position: relative;
  text-align: left;
  transform: rotate(var(--album-rotate, 0deg));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.album-card__btn:hover,
.album-card__btn:focus-visible {
  transform: rotate(0deg) translateY(-8px) scale(1.02);
  z-index: 3;
}

.album-card__btn:focus-visible {
  outline: 2px solid var(--color-accent, #ff007f);
  outline-offset: 4px;
}

.album-card__polaroid {
  background: #fff;
  padding: 0.65rem 0.65rem 0.85rem;
  border-radius: 0.45rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 36px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.album-card__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  background: #e2e8f0;
}

.album-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  transition: transform 0.5s ease;
}

.album-card--feature .album-card__image,
.album-card--wide .album-card__image {
  aspect-ratio: 16 / 11;
}

.album-card--tall .album-card__image {
  aspect-ratio: 3 / 4;
}

.album-card__btn:hover .album-card__image {
  transform: scale(1.06);
}

.album-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.28) 50%, transparent 65%);
  translate: -120% 0;
  transition: translate 0.7s ease;
}

.album-card__btn:hover .album-card__shine {
  translate: 120% 0;
}

.album-card__footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.15rem 0.1rem;
}

.album-card__number {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-accent, #ff007f);
}

.album-card__caption {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #64748b;
  text-align: right;
}

.album-card__zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.35rem;
  height: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(6px);
}

.album-card__btn:hover .album-card__zoom,
.album-card__btn:focus-visible .album-card__zoom {
  opacity: 1;
  transform: scale(1);
}

.album-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: #64748b;
}

.album-empty__hint {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #94a3b8;
}

.gallery-lightbox--album {
  background: rgba(8, 12, 20, 0.94);
  backdrop-filter: blur(12px);
}

.gallery-lightbox--album .gallery-lightbox__inner {
  max-width: min(92vw, 72rem);
}

.gallery-lightbox--album .gallery-lightbox__img {
  max-height: min(72vh, 52rem);
  border-radius: 0.75rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox__filmstrip {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.65rem;
  overflow-x: auto;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.gallery-lightbox__thumb {
  flex: 0 0 auto;
  width: 4.5rem;
  height: 3.25rem;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gallery-lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-lightbox__thumb.is-active,
.gallery-lightbox__thumb:hover {
  opacity: 1;
  border-color: var(--color-accent, #ff007f);
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .album-masonry {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .album-card--normal { grid-column: span 4; }
  .album-card--feature { grid-column: span 6; }
  .album-card--wide { grid-column: span 8; }
  .album-card--tall { grid-column: span 4; grid-row: span 2; }

  .album-card--tall .album-card__image {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .album-book {
    padding: 2rem 2rem 2rem 2.35rem;
  }
}

@media (max-width: 767px) {
  .album-hero__collage {
    opacity: 0.45;
  }

  .album-hero__polaroid--4,
  .album-hero__polaroid--5 {
    display: none;
  }

  .album-book__spine {
    display: none;
  }
}

/* ─── Ana Sayfa — Bebeklerimiz Neon Stage ─── */
.home-babies-stage {
  padding-top: 0.5rem;
}

.home-babies-stage__card {
  position: relative;
  display: block;
  min-height: 18rem;
  border-radius: 1.85rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #0a0f1a;
  box-shadow:
    0 28px 70px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 48px rgba(255, 0, 127, 0.12);
  transition: transform 0.55s var(--luxury-ease-spring), box-shadow 0.55s ease;
}

.home-babies-stage__card:hover,
.home-babies-stage__card:focus-visible {
  transform: translateY(-5px);
  box-shadow:
    0 38px 90px rgba(15, 23, 42, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 72px rgba(255, 0, 127, 0.22),
    0 0 120px rgba(56, 189, 248, 0.1);
}

.home-babies-stage__media {
  position: absolute;
  inset: 0;
  background: #0a0f1a;
}

.home-babies-stage__media--video {
  background:
    radial-gradient(ellipse 85% 75% at 50% 42%, rgba(255, 0, 127, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 70% 60% at 78% 58%, rgba(56, 189, 248, 0.12) 0%, transparent 52%),
    linear-gradient(155deg, #141c30 0%, #0a0f1a 48%, #10182b 100%);
}

.home-babies-stage__image,
.home-babies-stage__iframe,
.home-babies-stage__video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: center;
  border: 0;
  transform: scale(1.02);
  transition: transform 1.2s ease;
}

.home-babies-stage__video {
  opacity: 0.78;
}

.home-babies-stage__card:hover .home-babies-stage__image,
.home-babies-stage__card:focus-visible .home-babies-stage__image,
.home-babies-stage__card:hover .home-babies-stage__video,
.home-babies-stage__card:focus-visible .home-babies-stage__video {
  transform: scale(1.06);
}

.home-babies-stage__video-edge {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(10, 15, 26, 0.92) 0%,
      rgba(255, 0, 127, 0.1) 7%,
      transparent 16%,
      transparent 84%,
      rgba(56, 189, 248, 0.1) 93%,
      rgba(10, 15, 26, 0.92) 100%
    ),
    linear-gradient(
      180deg,
      rgba(10, 15, 26, 0.55) 0%,
      transparent 12%,
      transparent 82%,
      rgba(10, 15, 26, 0.7) 100%
    ),
    radial-gradient(
      ellipse 105% 95% at 50% 48%,
      transparent 38%,
      rgba(10, 15, 26, 0.28) 68%,
      rgba(10, 15, 26, 0.82) 100%
    );
}

.home-babies-stage__media--video .home-babies-stage__veil {
  background:
    linear-gradient(180deg, rgba(10, 15, 26, 0.02) 0%, rgba(10, 15, 26, 0.1) 45%, rgba(10, 15, 26, 0.62) 100%),
    linear-gradient(90deg, rgba(10, 15, 26, 0.12) 0%, transparent 42%);
}

.home-babies-stage__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 15, 26, 0.05) 0%, rgba(10, 15, 26, 0.15) 45%, rgba(10, 15, 26, 0.72) 100%),
    linear-gradient(90deg, rgba(10, 15, 26, 0.2) 0%, transparent 42%);
}

.home-babies-stage__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(42px);
  opacity: 0.55;
  animation: babies-neon-pulse 6s ease-in-out infinite;
}

.home-babies-stage__glow--pink {
  width: 14rem;
  height: 14rem;
  right: 8%;
  bottom: 12%;
  background: radial-gradient(circle, rgba(255, 0, 127, 0.55) 0%, transparent 70%);
}

.home-babies-stage__glow--cyan {
  width: 10rem;
  height: 10rem;
  right: 28%;
  bottom: 4%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.4) 0%, transparent 72%);
  animation-delay: -2.5s;
}

@keyframes babies-neon-pulse {
  0%, 100% { opacity: 0.42; transform: scale(1); }
  50% { opacity: 0.72; transform: scale(1.08); }
}

.home-babies-stage__dock {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 32px rgba(255, 0, 127, 0.18);
  transition: box-shadow 0.45s ease, border-color 0.45s ease, transform 0.45s ease;
}

.home-babies-stage__card:hover .home-babies-stage__dock,
.home-babies-stage__card:focus-visible .home-babies-stage__dock {
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 48px rgba(255, 0, 127, 0.28),
    0 0 64px rgba(56, 189, 248, 0.14);
  transform: translateY(-2px);
}

.home-babies-stage__thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.home-babies-stage__thumb {
  display: block;
  width: 3.85rem;
  height: 3.85rem;
  padding: 0.2rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 240, 248, 0.88));
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 0 18px rgba(255, 0, 127, 0.2);
  transition: transform 0.4s var(--luxury-ease-spring), box-shadow 0.4s ease;
  transition-delay: var(--thumb-delay, 0ms);
}

.home-babies-stage__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}

.home-babies-stage__card:hover .home-babies-stage__thumb,
.home-babies-stage__card:focus-visible .home-babies-stage__thumb {
  transform: translateY(-3px);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.65),
    0 0 24px rgba(255, 0, 127, 0.35);
}

.home-babies-stage__dock-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  width: 100%;
}

.home-babies-stage__avatars {
  display: inline-flex;
  align-items: center;
}

.home-babies-stage__avatar {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -0.55rem;
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.22),
    0 0 14px rgba(56, 189, 248, 0.28);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-babies-stage__avatar:first-child {
  margin-left: 0;
  border-color: #ff6eb4;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.22),
    0 0 16px rgba(255, 0, 127, 0.42);
}

.home-babies-stage__card:hover .home-babies-stage__avatar,
.home-babies-stage__card:focus-visible .home-babies-stage__avatar {
  transform: translateY(-2px);
}

.home-babies-stage__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1.15rem;
  border-radius: 9999px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.92), rgba(255, 79, 163, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 12px 28px rgba(255, 0, 127, 0.35),
    0 0 24px rgba(255, 0, 127, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: gap 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.home-babies-stage__card:hover .home-babies-stage__cta,
.home-babies-stage__card:focus-visible .home-babies-stage__cta {
  gap: 0.75rem;
  transform: translateX(3px);
  box-shadow:
    0 16px 34px rgba(255, 0, 127, 0.42),
    0 0 36px rgba(255, 0, 127, 0.35),
    0 0 48px rgba(56, 189, 248, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

@media (min-width: 768px) {
  .home-babies-stage__card {
    min-height: 24rem;
  }

  .home-babies-stage__image,
  .home-babies-stage__video,
  .home-babies-stage__iframe {
    min-height: 24rem;
  }

  .home-babies-stage__dock {
    left: auto;
    width: min(100%, 32rem);
    right: 1.35rem;
    bottom: 1.35rem;
    padding: 1rem 1.1rem;
  }

  .home-babies-stage__thumb {
    width: 4.65rem;
    height: 4.65rem;
  }

  .home-babies-stage__avatar {
    width: 2.65rem;
    height: 2.65rem;
  }
}

@media (min-width: 1024px) {
  .home-babies-stage__card {
    min-height: 28rem;
    border-radius: 2rem;
  }

  .home-babies-stage__image,
  .home-babies-stage__video,
  .home-babies-stage__iframe {
    min-height: 28rem;
  }

  .home-babies-stage__dock {
    right: 1.75rem;
    bottom: 1.75rem;
    gap: 0.9rem;
  }

  .home-babies-stage__thumb {
    width: 4.85rem;
    height: 4.85rem;
  }
}

@media (max-width: 480px) {
  .home-babies-stage__dock {
    align-items: stretch;
  }

  .home-babies-stage__thumbs {
    justify-content: center;
    width: 100%;
  }

  .home-babies-stage__dock-bottom {
    flex-direction: column;
    align-items: center;
  }

  .home-babies-stage__cta {
    width: 100%;
    justify-content: center;
  }
}

/* ─── Ana Sayfa — Tüp Bebek Tedavileri (4+3 Grid) ─── */
.treatment-cards {
  position: relative;
  background: linear-gradient(180deg, var(--home-mist) 0%, var(--home-slate) 100%);
}

.treatment-cards.home-surface--glacier {
  background: var(--home-glacier);
}

.treatment-cards__header {
  margin-bottom: 0;
}

.treatment-cards__empty {
  text-align: center;
  color: #64748b;
  padding: 3rem 0;
}

.treatment-cards__grids {
  padding-bottom: 0.5rem;
}

.treatment-cards__cell {
  display: flex;
  min-width: 0;
  position: relative;
}

.kart,
.treatment-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 500px;
  background: var(--treatment-body-bg, #ffffff);
  border: 1px solid var(--treatment-border, rgba(194, 24, 122, 0.12));
  border-radius: 16px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-decoration: none;
  color: #0f172a;
  overflow: hidden;
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out, border-color 0.5s ease-out;
}

.treatment-card:hover {
  transform: translateY(-4px);
  border-color: var(--treatment-accent, #c2187a);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.1),
    0 0 30px var(--treatment-glow, rgba(236, 72, 153, 0.15)),
    0 0 15px rgba(0, 188, 212, 0.12);
}

.treatment-card:hover .treatment-card__cta {
  color: #020617;
}

.treatment-card:focus-visible {
  outline: 2px solid rgba(194, 24, 122, 0.55);
  outline-offset: 3px;
  box-shadow:
    0 0 30px rgba(13, 71, 161, 0.12),
    0 0 15px rgba(0, 188, 212, 0.15);
}

.treatment-card__media {
  position: relative;
  padding: 0.85rem 0.85rem 0;
  background: var(--treatment-media-bg, linear-gradient(180deg, #fff0f6 0%, #ffffff 100%));
}

.treatment-card__frame {
  position: relative;
  padding: 4px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--treatment-accent, #c2187a) 0%, var(--treatment-accent-light, #ec4899) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 6px 18px rgba(15, 23, 42, 0.12);
}

.treatment-card__frame::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
  z-index: 2;
}

.treatment-card__img {
  display: block;
  width: 100%;
  height: 152px;
  object-fit: cover;
  border-radius: 10px;
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.treatment-card:hover .treatment-card__img {
  transform: scale(1.05);
}

.treatment-card__caption {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  margin-top: -2.15rem;
  margin-inline: 0.35rem;
  padding: 1.65rem 0.7rem 0.55rem;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(15, 23, 42, 0.82) 38%, rgba(15, 23, 42, 0.92) 100%);
}

.treatment-card__num {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.treatment-card__media-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.treatment-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  padding: 1.1rem 0.9rem 0.65rem;
  background: transparent;
}

.treatment-card__summary-box {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: var(--treatment-summary-bg, rgba(248, 250, 252, 0.95));
  border: 1px solid var(--treatment-summary-border, rgba(148, 163, 184, 0.2));
  border-left: 3px solid var(--treatment-accent, #c2187a);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 2px 10px var(--treatment-glow, rgba(236, 72, 153, 0.08));
  transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.treatment-card:hover .treatment-card__summary-box,
.treatment-card:focus-visible .treatment-card__summary-box {
  background: var(--treatment-summary-bg-hover, var(--treatment-summary-bg));
  border-color: var(--treatment-summary-border-hover, var(--treatment-summary-border));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 4px 16px var(--treatment-glow, rgba(236, 72, 153, 0.14));
}

.treatment-card__summary {
  margin: 0;
  width: 100%;
  font-size: 0.93rem;
  line-height: 1.74;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--treatment-summary-text, #1e293b);
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: pretty;
}

.treatment-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  margin: 0 0.9rem 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: var(--treatment-footer-bg, rgba(255, 255, 255, 0.72));
  border: 1px solid var(--treatment-footer-border, rgba(148, 163, 184, 0.16));
}

.treatment-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.35rem auto 0;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, var(--treatment-accent, #c2187a), var(--treatment-accent-light, #ec4899));
  border: 2px solid #ffffff;
  box-shadow: 0 4px 14px var(--treatment-glow, rgba(236, 72, 153, 0.35));
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
  z-index: 3;
}

.treatment-card:hover .treatment-card__icon,
.treatment-card:focus-visible .treatment-card__icon {
  transform: scale(1.15);
  box-shadow: 0 0 12px rgba(0, 188, 212, 0.4);
}

.treatment-card__icon-svg {
  width: 1.05rem;
  height: 1.05rem;
}

.treatment-card__footer-line {
  display: block;
  width: 2.25rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--treatment-accent, #c2187a), var(--treatment-accent-light, #ec4899));
  flex-shrink: 0;
  transition: box-shadow 0.5s ease-out;
}

.treatment-card:hover .treatment-card__footer-line,
.treatment-card:focus-visible .treatment-card__footer-line {
  box-shadow: 0 0 10px var(--treatment-neon, rgba(236, 72, 153, 0.6));
}

.treatment-card__cta {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--treatment-accent, #c2187a);
  transition: color 0.35s ease, letter-spacing 0.35s ease;
}

.treatment-card:hover .treatment-card__cta {
  color: var(--treatment-accent-deep, var(--treatment-accent, #c2187a));
  letter-spacing: 0.14em;
}

.treatment-card--magenta {
  --treatment-accent: #c2187a;
  --treatment-accent-light: #ec4899;
  --treatment-accent-deep: #9f145f;
  --treatment-neon: rgba(236, 72, 153, 0.6);
  --treatment-glow: rgba(236, 72, 153, 0.22);
  --treatment-border: rgba(194, 24, 122, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #fff5fa 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #ffe8f3 0%, #fff5fa 100%);
  --treatment-summary-bg: rgba(255, 241, 248, 0.95);
  --treatment-summary-bg-hover: rgba(255, 228, 241, 0.98);
  --treatment-summary-border: rgba(236, 72, 153, 0.22);
  --treatment-summary-border-hover: rgba(236, 72, 153, 0.38);
  --treatment-summary-text: #4a1942;
  --treatment-footer-bg: rgba(255, 245, 250, 0.9);
  --treatment-footer-border: rgba(236, 72, 153, 0.2);
}
.treatment-card--blue {
  --treatment-accent: #2563eb;
  --treatment-accent-light: #60a5fa;
  --treatment-accent-deep: #1d4ed8;
  --treatment-neon: rgba(59, 130, 246, 0.6);
  --treatment-glow: rgba(59, 130, 246, 0.22);
  --treatment-border: rgba(37, 99, 235, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #eff6ff 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%);
  --treatment-summary-bg: rgba(239, 246, 255, 0.95);
  --treatment-summary-bg-hover: rgba(219, 234, 254, 0.98);
  --treatment-summary-border: rgba(59, 130, 246, 0.22);
  --treatment-summary-border-hover: rgba(59, 130, 246, 0.38);
  --treatment-summary-text: #1e3a5f;
  --treatment-footer-bg: rgba(239, 246, 255, 0.9);
  --treatment-footer-border: rgba(59, 130, 246, 0.2);
}
.treatment-card--coral {
  --treatment-accent: #db2777;
  --treatment-accent-light: #f472b6;
  --treatment-accent-deep: #be185d;
  --treatment-neon: rgba(236, 72, 153, 0.6);
  --treatment-glow: rgba(219, 39, 119, 0.22);
  --treatment-border: rgba(219, 39, 119, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #fff1f5 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #fce7f3 0%, #fff1f5 100%);
  --treatment-summary-bg: rgba(255, 241, 246, 0.95);
  --treatment-summary-bg-hover: rgba(255, 228, 237, 0.98);
  --treatment-summary-border: rgba(219, 39, 119, 0.22);
  --treatment-summary-border-hover: rgba(219, 39, 119, 0.38);
  --treatment-summary-text: #5c1a3d;
  --treatment-footer-bg: rgba(255, 241, 246, 0.9);
  --treatment-footer-border: rgba(219, 39, 119, 0.2);
}
.treatment-card--violet {
  --treatment-accent: #7c3aed;
  --treatment-accent-light: #a78bfa;
  --treatment-accent-deep: #6d28d9;
  --treatment-neon: rgba(168, 85, 247, 0.6);
  --treatment-glow: rgba(124, 58, 237, 0.22);
  --treatment-border: rgba(124, 58, 237, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #f5f3ff 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #ede9fe 0%, #f5f3ff 100%);
  --treatment-summary-bg: rgba(245, 243, 255, 0.95);
  --treatment-summary-bg-hover: rgba(237, 233, 254, 0.98);
  --treatment-summary-border: rgba(124, 58, 237, 0.22);
  --treatment-summary-border-hover: rgba(124, 58, 237, 0.38);
  --treatment-summary-text: #3b2667;
  --treatment-footer-bg: rgba(245, 243, 255, 0.9);
  --treatment-footer-border: rgba(124, 58, 237, 0.2);
}
.treatment-card--azure {
  --treatment-accent: #0284c7;
  --treatment-accent-light: #38bdf8;
  --treatment-accent-deep: #0369a1;
  --treatment-neon: rgba(59, 130, 246, 0.6);
  --treatment-glow: rgba(2, 132, 199, 0.22);
  --treatment-border: rgba(2, 132, 199, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #f0f9ff 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #e0f2fe 0%, #f0f9ff 100%);
  --treatment-summary-bg: rgba(240, 249, 255, 0.95);
  --treatment-summary-bg-hover: rgba(224, 242, 254, 0.98);
  --treatment-summary-border: rgba(2, 132, 199, 0.22);
  --treatment-summary-border-hover: rgba(2, 132, 199, 0.38);
  --treatment-summary-text: #0c4a6e;
  --treatment-footer-bg: rgba(240, 249, 255, 0.9);
  --treatment-footer-border: rgba(2, 132, 199, 0.2);
}
.treatment-card--teal {
  --treatment-accent: #0d9488;
  --treatment-accent-light: #2dd4bf;
  --treatment-accent-deep: #0f766e;
  --treatment-neon: rgba(0, 188, 212, 0.55);
  --treatment-glow: rgba(13, 148, 136, 0.22);
  --treatment-border: rgba(13, 148, 136, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #f0fdfa 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #ccfbf1 0%, #f0fdfa 100%);
  --treatment-summary-bg: rgba(240, 253, 250, 0.95);
  --treatment-summary-bg-hover: rgba(204, 251, 241, 0.98);
  --treatment-summary-border: rgba(13, 148, 136, 0.22);
  --treatment-summary-border-hover: rgba(13, 148, 136, 0.38);
  --treatment-summary-text: #134e4a;
  --treatment-footer-bg: rgba(240, 253, 250, 0.9);
  --treatment-footer-border: rgba(13, 148, 136, 0.2);
}
.treatment-card--gold {
  --treatment-accent: #d97706;
  --treatment-accent-light: #fbbf24;
  --treatment-accent-deep: #b45309;
  --treatment-neon: rgba(245, 158, 11, 0.55);
  --treatment-glow: rgba(217, 119, 6, 0.22);
  --treatment-border: rgba(217, 119, 6, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #fffbeb 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #fef3c7 0%, #fffbeb 100%);
  --treatment-summary-bg: rgba(255, 251, 235, 0.95);
  --treatment-summary-bg-hover: rgba(254, 243, 199, 0.98);
  --treatment-summary-border: rgba(217, 119, 6, 0.22);
  --treatment-summary-border-hover: rgba(217, 119, 6, 0.38);
  --treatment-summary-text: #78350f;
  --treatment-footer-bg: rgba(255, 251, 235, 0.9);
  --treatment-footer-border: rgba(217, 119, 6, 0.2);
}
.treatment-card--cyan {
  --treatment-accent: #0891b2;
  --treatment-accent-light: #22d3ee;
  --treatment-accent-deep: #0e7490;
  --treatment-neon: rgba(0, 188, 212, 0.6);
  --treatment-glow: rgba(8, 145, 178, 0.22);
  --treatment-border: rgba(8, 145, 178, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #ecfeff 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #cffafe 0%, #ecfeff 100%);
  --treatment-summary-bg: rgba(236, 254, 255, 0.95);
  --treatment-summary-bg-hover: rgba(207, 250, 254, 0.98);
  --treatment-summary-border: rgba(8, 145, 178, 0.22);
  --treatment-summary-border-hover: rgba(8, 145, 178, 0.38);
  --treatment-summary-text: #164e63;
  --treatment-footer-bg: rgba(236, 254, 255, 0.9);
  --treatment-footer-border: rgba(8, 145, 178, 0.2);
}
.treatment-card--rose {
  --treatment-accent: #e11d48;
  --treatment-accent-light: #fb7185;
  --treatment-accent-deep: #be123c;
  --treatment-neon: rgba(236, 72, 153, 0.6);
  --treatment-glow: rgba(225, 29, 72, 0.22);
  --treatment-border: rgba(225, 29, 72, 0.18);
  --treatment-body-bg: linear-gradient(180deg, #fff1f2 0%, #ffffff 62%);
  --treatment-media-bg: linear-gradient(180deg, #ffe4e6 0%, #fff1f2 100%);
  --treatment-summary-bg: rgba(255, 241, 243, 0.95);
  --treatment-summary-bg-hover: rgba(255, 228, 232, 0.98);
  --treatment-summary-border: rgba(225, 29, 72, 0.22);
  --treatment-summary-border-hover: rgba(225, 29, 72, 0.38);
  --treatment-summary-text: #6b1d32;
  --treatment-footer-bg: rgba(255, 241, 243, 0.9);
  --treatment-footer-border: rgba(225, 29, 72, 0.2);
}

@media (min-width: 768px) {
  .kart,
  .treatment-card {
    min-height: 520px;
  }

  .treatment-card__img {
    height: 162px;
  }

  .treatment-card__media-title {
    font-size: 1.05rem;
  }

  .treatment-card__summary {
    font-size: 0.97rem;
    line-height: 1.76;
    -webkit-line-clamp: 8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .treatment-card,
  .treatment-card__img,
  .treatment-card__icon,
  .treatment-card__footer-line {
    transition: none;
  }

  .treatment-card:hover {
    transform: none;
  }

  .treatment-card:hover .treatment-card__icon {
    transform: none;
    box-shadow: none;
  }

  .treatment-card:hover .treatment-card__footer-line {
    box-shadow: none;
  }
}

/* ─── Ana Sayfa — Kalbi ile Tanışın (Ekip & Galeri) ─── */
.home-heart {
  padding-top: 0.25rem;
}

.home-heart__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.75rem;
}

.home-heart__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.home-heart__title {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.85rem;
}

.home-heart__subtitle {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #64748b;
  font-weight: 300;
}

.home-heart__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.home-heart.home-surface--mist .home-heart-card {
  background: linear-gradient(145deg, #f8fafc 0%, var(--home-slate) 100%);
  border-color: rgba(15, 23, 42, 0.09);
  box-shadow:
    0 22px 50px rgba(15, 23, 42, 0.09),
    0 0 0 1px rgba(248, 250, 252, 0.55) inset;
}

.home-heart-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 1.75rem;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow:
    0 22px 50px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  transition:
    transform 0.5s var(--luxury-ease-spring),
    box-shadow 0.5s ease,
    border-color 0.5s ease;
}

.home-heart-card:hover,
.home-heart-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 127, 0.18);
  box-shadow:
    0 30px 70px rgba(15, 23, 42, 0.12),
    0 0 48px rgba(255, 0, 127, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.home-heart-card--gallery:hover,
.home-heart-card--gallery:focus-visible {
  border-color: rgba(56, 189, 248, 0.22);
  box-shadow:
    0 30px 70px rgba(15, 23, 42, 0.12),
    0 0 48px rgba(56, 189, 248, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.home-heart-card__glow {
  position: absolute;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(42px);
  opacity: 0.45;
}

.home-heart-card__glow--rose {
  top: -3rem;
  right: -2rem;
  background: radial-gradient(circle, rgba(255, 0, 127, 0.45) 0%, transparent 70%);
}

.home-heart-card__glow--cyan {
  top: -3rem;
  left: -2rem;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.42) 0%, transparent 70%);
}

.home-heart-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.15rem;
  min-height: 100%;
  padding: 1.35rem;
}

.home-heart-card__copy {
  flex-shrink: 0;
  min-height: 7.25rem;
}

.home-heart-card__preview {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 8.75rem;
}

.home-heart-card__label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #94a3b8;
}

.home-heart-card__name {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.home-heart-card__desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #64748b;
  min-height: 2.95em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-heart-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  align-self: flex-start;
  padding: 0.68rem 1rem;
  border-radius: 9999px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.92), rgba(255, 79, 163, 0.88));
  box-shadow: 0 10px 24px rgba(255, 0, 127, 0.24);
  transition: gap 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.home-heart-card--gallery .home-heart-card__cta {
  background: linear-gradient(135deg, rgba(14, 116, 144, 0.95), rgba(56, 189, 248, 0.9));
  box-shadow: 0 10px 24px rgba(56, 189, 248, 0.22);
}

.home-heart-card:hover .home-heart-card__cta,
.home-heart-card:focus-visible .home-heart-card__cta {
  gap: 0.7rem;
  transform: translateX(2px);
}

.home-heart-team {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  width: 100%;
}

.home-heart-team__item {
  text-align: center;
  transition: transform 0.35s var(--luxury-ease-spring);
  transition-delay: var(--item-delay, 0ms);
}

.home-heart-card:hover .home-heart-team__item,
.home-heart-card:focus-visible .home-heart-team__item {
  transform: translateY(-2px);
}

.home-heart-team__frame {
  padding: 0.28rem;
  margin: 0 auto 0.4rem;
  width: 100%;
  max-width: 5.25rem;
  border-radius: 0.9rem;
  background: var(--team-card-bg, linear-gradient(145deg, #1e293b, #0f172a));
  border: 1px solid var(--team-card-border, rgba(255, 255, 255, 0.12));
  box-shadow: 0 10px 24px var(--team-card-shadow, rgba(15, 23, 42, 0.2));
}

.home-heart-team__item--rose .home-heart-team__frame {
  --team-card-bg: linear-gradient(145deg, #3b1a2d, #1a0f18);
  --team-card-border: rgba(255, 110, 180, 0.35);
  --team-card-shadow: rgba(255, 0, 127, 0.18);
}

.home-heart-team__item--teal .home-heart-team__frame {
  --team-card-bg: linear-gradient(145deg, #12323a, #0c1a22);
  --team-card-border: rgba(45, 212, 191, 0.32);
  --team-card-shadow: rgba(20, 184, 166, 0.16);
}

.home-heart-team__item--sky .home-heart-team__frame {
  --team-card-bg: linear-gradient(145deg, #1a2f45, #0f1a28);
  --team-card-border: rgba(56, 189, 248, 0.32);
  --team-card-shadow: rgba(56, 189, 248, 0.16);
}

.home-heart-team__item--lavender .home-heart-team__frame {
  --team-card-bg: linear-gradient(145deg, #2d2548, #17122a);
  --team-card-border: rgba(167, 139, 250, 0.32);
  --team-card-shadow: rgba(139, 92, 246, 0.16);
}

.home-heart-team__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.65rem;
}

.home-heart-team__name {
  min-height: 2.35em;
  font-size: 0.62rem;
  line-height: 1.3;
  font-weight: 600;
  color: #334155;
  padding: 0 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-heart-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  width: 100%;
}

.home-heart-gallery__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-heart-gallery__frame {
  position: relative;
  padding: 0.22rem;
  width: 100%;
  max-width: 5.25rem;
  margin: 0 auto;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, #1e293b, #0f172a);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  transition: transform 0.35s var(--luxury-ease-spring), box-shadow 0.35s ease;
}

.home-heart-card:hover .home-heart-gallery__frame,
.home-heart-card:focus-visible .home-heart-gallery__frame {
  transform: translateY(-2px);
}

.home-heart-gallery__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.55rem;
}

.home-heart-gallery__item::after {
  content: '';
  display: block;
  width: 100%;
  min-height: 2.75em;
  margin-top: 0.4rem;
}

.home-heart-gallery__item--slate .home-heart-gallery__frame { border-color: rgba(148, 163, 184, 0.28); }
.home-heart-gallery__item--charcoal .home-heart-gallery__frame { border-color: rgba(100, 116, 139, 0.3); }
.home-heart-gallery__item--navy .home-heart-gallery__frame { border-color: rgba(59, 130, 246, 0.28); }
.home-heart-gallery__item--ink .home-heart-gallery__frame { border-color: rgba(71, 85, 105, 0.32); }

@media (min-width: 768px) {
  .home-heart-team {
    gap: 0.65rem;
  }

  .home-heart-team__name {
    font-size: 0.66rem;
  }

  .home-heart-gallery {
    gap: 0.55rem;
  }

  .home-heart-card__inner {
    padding: 1.6rem;
  }

  .home-heart-card__copy {
    min-height: 7.5rem;
  }

  .home-heart-card__preview {
    min-height: 9.25rem;
  }
}

@media (min-width: 1024px) {
  .home-heart__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .home-heart__head {
    margin-bottom: 3.25rem;
  }

  .home-heart-card__inner {
    padding: 1.75rem;
  }

  .home-heart-card__name {
    font-size: 1.5rem;
  }

  .home-heart-card__copy {
    min-height: 7.75rem;
  }

  .home-heart-card__preview {
    min-height: 9.5rem;
  }
}

/* ─── Ana Sayfa — Uzman & Blog İki Sütun Panel ─── */
.home-dual-panel {
  background: linear-gradient(180deg, var(--home-mist) 0%, var(--home-slate) 100%);
}

.home-dual-panel.home-surface--slate {
  background: var(--home-slate);
}

.home-dual-panel__card {
  position: relative;
  background: linear-gradient(135deg, var(--home-mist) 0%, var(--home-slate) 48%, #e2e8f0 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 1.25rem;
  box-shadow:
    0 4px 24px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.home-dual-panel__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 68% at 18% 42%, rgba(255, 0, 127, 0.07), transparent 72%),
    radial-gradient(ellipse 42% 68% at 82% 58%, rgba(0, 188, 212, 0.08), transparent 72%);
  pointer-events: none;
}

.home-dual-panel__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.home-dual-panel__col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.75rem 1.5rem 2rem;
  text-align: center;
}

.home-dual-panel__col--expert {
  background: linear-gradient(160deg, rgba(255, 247, 251, 0.72) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.home-dual-panel__col--blog {
  text-align: left;
  background: linear-gradient(200deg, rgba(240, 253, 255, 0.55) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.home-dual-panel__expert-body,
.home-dual-panel__blog-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 0.85rem;
}

.home-dual-panel__heading {
  margin: 0 0 1.35rem;
  font-size: clamp(0.95rem, 2.2vw, 1.125rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f172a;
  line-height: 1.35;
}

.home-dual-panel__portrait {
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 0 auto 0.35rem;
  width: 100%;
  max-width: 19rem;
}

.home-dual-panel__portrait-name {
  margin: 0.9rem 0 0.25rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #0f172a;
  line-height: 1.35;
}

.home-dual-panel__portrait-role {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.45;
}

.home-dual-panel__expert-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 1.05rem 1.1rem;
  border-radius: 1rem;
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 8px 24px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(6px);
}

.home-dual-panel__expert-intro {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  font-weight: 500;
  color: #334155;
  text-wrap: pretty;
}

.home-dual-panel__expert-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.home-dual-panel__expert-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.68;
  color: #475569;
  text-wrap: pretty;
}

.home-dual-panel__expert-bullet {
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff007f 0%, #00bcd4 100%);
  box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.12);
}

.home-dual-panel__expert-text {
  display: none;
}

.home-dual-panel__portrait-frame {
  padding: 0.45rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.home-dual-panel__portrait:hover .home-dual-panel__portrait-frame,
.home-dual-panel__portrait:focus-visible .home-dual-panel__portrait-frame {
  transform: translateY(-3px);
  box-shadow:
    0 16px 36px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 0, 127, 0.08);
}

.home-dual-panel__portrait-img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: 0.75rem;
  background: #e2e8f0;
}

.home-dual-panel__cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.8rem 1.65rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  transition:
    transform 0.35s var(--luxury-ease),
    box-shadow 0.35s var(--luxury-ease),
    border-color 0.35s ease,
    background 0.35s ease,
    color 0.35s ease;
}

.home-dual-panel__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.home-dual-panel__cta-label,
.home-dual-panel__cta-icon {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.home-dual-panel__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  transition: transform 0.35s var(--luxury-ease);
}

.home-dual-panel__cta-icon svg {
  width: 1rem;
  height: 1rem;
}

.home-dual-panel__cta--expert {
  margin-top: auto;
  padding-top: 0;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #ff007f 0%, #e6006f 52%, #d40062 100%);
  box-shadow:
    0 10px 28px rgba(255, 0, 127, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.home-dual-panel__cta--expert::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, transparent 55%);
}

.home-dual-panel__cta--expert .home-dual-panel__cta-icon {
  background: rgba(255, 255, 255, 0.16);
}

.home-dual-panel__cta--expert:hover,
.home-dual-panel__cta--expert:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow:
    0 14px 34px rgba(255, 0, 127, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.home-dual-panel__cta--expert:hover::before,
.home-dual-panel__cta--expert:focus-visible::before {
  opacity: 1;
}

.home-dual-panel__cta--expert:hover .home-dual-panel__cta-icon,
.home-dual-panel__cta--expert:focus-visible .home-dual-panel__cta-icon {
  transform: translateX(3px);
}

.home-dual-panel__cta--blog {
  display: inline-flex;
  width: auto;
  min-width: min(100%, 17.5rem);
  margin-top: auto;
  margin-inline: auto;
  padding-top: 0.85rem;
  color: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 100%);
  box-shadow:
    0 8px 22px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
}

.home-dual-panel__cta--blog::before {
  background: linear-gradient(135deg, rgba(0, 188, 212, 0.12) 0%, rgba(255, 0, 127, 0.1) 100%);
}

.home-dual-panel__cta--blog .home-dual-panel__cta-icon {
  color: var(--color-accent);
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.1) 0%, rgba(0, 188, 212, 0.12) 100%);
}

.home-dual-panel__cta--blog:hover,
.home-dual-panel__cta--blog:focus-visible {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #00bcd4 0%, #0097a7 48%, #ff007f 100%);
  transform: translateY(-2px);
  box-shadow:
    0 12px 30px rgba(0, 188, 212, 0.22),
    0 8px 24px rgba(255, 0, 127, 0.18);
}

.home-dual-panel__cta--blog:hover::before,
.home-dual-panel__cta--blog:focus-visible::before {
  opacity: 0;
}

.home-dual-panel__cta--blog:hover .home-dual-panel__cta-icon,
.home-dual-panel__cta--blog:focus-visible .home-dual-panel__cta-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(3px);
}

.home-dual-panel__divider {
  position: relative;
  flex-shrink: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(148, 163, 184, 0.22) 18%,
    rgba(255, 0, 127, 0.18) 50%,
    rgba(0, 188, 212, 0.2) 82%,
    transparent
  );
}

.home-dual-panel__divider-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  height: 5rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 0, 127, 0.1) 35%, rgba(0, 188, 212, 0.08) 60%, transparent 78%);
  filter: blur(8px);
  pointer-events: none;
}

.home-dual-panel__col--blog .home-dual-panel__heading {
  text-align: center;
}

.home-dual-panel__blog-panel {
  gap: 0.75rem;
  padding: 0.95rem 1rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 8px 24px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(6px);
}

.home-dual-panel__articles-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.home-dual-panel__articles {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.42rem;
  min-height: 0;
}

.home-dual-panel__article {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 4.35rem;
  padding: 0.62rem 0.72rem;
  border-radius: 0.75rem;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.14);
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-dual-panel__article:first-child,
.home-dual-panel__article:last-child {
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
}

.home-dual-panel__article:hover,
.home-dual-panel__article:focus-visible {
  background: linear-gradient(135deg, rgba(255, 240, 248, 0.88) 0%, rgba(255, 255, 255, 0.96) 100%);
  border-color: rgba(255, 0, 127, 0.2);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.home-dual-panel__article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}

.home-dual-panel__article-cat {
  color: var(--color-accent);
}

.home-dual-panel__article-title {
  margin: 0 0 0.32rem;
  font-size: clamp(0.86rem, 1.35vw, 0.96rem);
  font-weight: 800;
  line-height: 1.36;
  color: #0f172a;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-dual-panel__article:hover .home-dual-panel__article-title,
.home-dual-panel__article:focus-visible .home-dual-panel__article-title {
  color: var(--color-accent);
}

.home-dual-panel__article-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.home-dual-panel__article-fact {
  display: flex;
  align-items: flex-start;
  gap: 0.42rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: #475569;
  text-wrap: pretty;
}

.home-dual-panel__article-fact-dot {
  flex-shrink: 0;
  width: 0.34rem;
  height: 0.34rem;
  margin-top: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #00bcd4 0%, #ff007f 100%);
  box-shadow: 0 0 0 2px rgba(0, 188, 212, 0.12);
}

.home-dual-panel__article-excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.72;
  color: #475569;
  text-wrap: pretty;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .home-dual-panel__grid {
    grid-template-columns: 1fr auto 1fr;
  }

  .home-dual-panel__col {
    padding: 2rem 2rem 2.25rem;
  }

  .home-dual-panel__divider {
    width: 1px;
    height: auto;
    align-self: stretch;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(148, 163, 184, 0.18) 10%,
      rgba(255, 0, 127, 0.22) 42%,
      rgba(0, 188, 212, 0.24) 58%,
      rgba(148, 163, 184, 0.18) 90%,
      transparent 100%
    );
  }

  .home-dual-panel__divider-glow {
    width: 6.5rem;
    height: 70%;
    max-height: 22rem;
    filter: blur(12px);
  }

  .home-dual-panel__blog-panel,
  .home-dual-panel__expert-panel {
    padding: 1.15rem 1.2rem;
  }

  .home-dual-panel__portrait {
    max-width: 20.5rem;
  }

  .home-dual-panel__article {
    min-height: 4.6rem;
  }

  .home-dual-panel__article-fact {
    font-size: 0.78rem;
  }
}

@media (min-width: 1024px) {
  .home-dual-panel__col {
    padding: 2.25rem 2.5rem 2.5rem;
  }

  .home-dual-panel__heading {
    margin-bottom: 1.5rem;
  }

  .home-dual-panel__portrait {
    max-width: 21rem;
  }

  .home-dual-panel__expert-intro {
    font-size: 1rem;
  }

  .home-dual-panel__expert-item {
    font-size: 0.9rem;
    line-height: 1.72;
  }
}

/* ─── Legal Pages ─── */
.page-legal .about-hero__breadcrumb--light a {
  color: rgba(255, 255, 255, 0.75);
}

.page-legal .about-hero__breadcrumb--light a:hover {
  color: #fff;
}

.legal-prose {
  padding-top: 2.5rem;
}

.legal-section {
  margin-bottom: 2rem;
}

.legal-section__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.legal-section__body {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #475569;
}

/* ─── Form Honeypot ─── */
.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* ─── Cookie Consent ─── */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  padding: 1rem;
  transform: translateY(110%);
  transition: transform 0.35s ease;
}

.cookie-consent.is-visible {
  transform: translateY(0);
}

.cookie-consent__inner {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.cookie-consent__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.25rem;
}

.cookie-consent__desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #94a3b8;
  max-width: 36rem;
}

.cookie-consent__link {
  color: #ff007f;
  text-decoration: underline;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
}

.cookie-consent__btn {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cookie-consent__btn:hover {
  opacity: 0.9;
}

.cookie-consent__btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.cookie-consent__btn--primary {
  background: #ff007f;
  color: #fff;
}

@media (max-width: 639px) {
  .cookie-consent__actions {
    width: 100%;
  }

  .cookie-consent__btn {
    flex: 1;
    text-align: center;
  }
}

/* ─── Ana Sayfa: Tüp Bebek Tedavisi ve Aşamaları ─── */
.home-treatment-steps {
  padding-top: 0;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  background: var(--home-glacier);
}

.home-treatment-steps__card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 1.75rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  box-shadow:
    0 4px 6px -1px rgba(15, 23, 42, 0.04),
    0 20px 48px -12px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(8px);
}

.home-treatment-steps__head {
  text-align: center;
  margin-bottom: 2rem;
}

.home-treatment-steps__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 0.65rem;
}

.home-treatment-steps__rule {
  flex: 1;
  max-width: 6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.35), transparent);
}

.home-treatment-steps__title {
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  font-weight: 600;
  color: #1e293b;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0;
}

.home-treatment-steps__subtitle {
  font-family: 'Caveat', 'Segoe Script', cursive;
  font-size: clamp(1.3rem, 2.8vw, 1.75rem);
  font-weight: 500;
  font-style: italic;
  color: #ff007f;
  margin: 0;
  line-height: 1.2;
  opacity: 0.92;
}

.home-treatment-steps__nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.35rem;
  margin-bottom: 1.75rem;
  padding-top: 0.15rem;
}

.home-treatment-steps__track {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2.6rem;
  height: 0;
  pointer-events: none;
  z-index: 0;
}

.home-treatment-steps__track-line {
  display: block;
  border-top: 2px dotted rgba(148, 163, 184, 0.4);
}

.home-treatment-steps__track-dot {
  position: absolute;
  top: -6px;
  left: calc(8% + (var(--step-index, 0) * 21%));
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4da6 0%, #ff007f 100%);
  box-shadow: 0 0 0 5px rgba(255, 0, 127, 0.12);
  transform: translateX(-50%);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-treatment-steps__tab {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 0.25rem 0.15rem 1.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.home-treatment-steps__tab:hover {
  transform: translateY(-1px);
}

.home-treatment-steps__tab:focus-visible {
  outline: none;
}

.home-treatment-steps__tab:focus-visible .home-treatment-steps__tab-pill {
  box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.2);
}

.home-treatment-steps__tab-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  padding: 0.4rem 0.65rem;
  border-radius: 9999px;
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.15;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.home-treatment-steps__tab.is-active .home-treatment-steps__tab-pill {
  background: rgba(255, 0, 127, 0.08);
  color: #ff007f;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(255, 0, 127, 0.1);
}

.home-treatment-steps__tab:hover .home-treatment-steps__tab-pill {
  color: #ff007f;
}

.home-treatment-steps__tab-num {
  font-size: 0.8125rem;
  font-weight: 600;
}

.home-treatment-steps__tab-label {
  font-size: 0.6875rem;
  text-transform: lowercase;
  letter-spacing: 0.01em;
}

.home-treatment-steps__panels {
  position: relative;
  min-height: 16rem;
}

.home-treatment-steps__panel {
  display: none;
  animation: homeStepsFade 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-treatment-steps__panel.is-active {
  display: block;
}

@keyframes homeStepsFade {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.home-treatment-steps__panel-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  background: linear-gradient(145deg, #f8fafc 0%, #ffffff 55%, #fdf2f8 100%);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.35rem;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .home-treatment-steps__panel-inner {
    grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
    gap: 2rem;
    padding: 1.5rem 1.75rem;
  }
}

.home-treatment-steps__media {
  position: relative;
}

.home-treatment-steps__media-frame {
  border-radius: 1.15rem;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.home-treatment-steps__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-treatment-steps__panel.is-active .home-treatment-steps__image {
  transform: scale(1.02);
}

.home-treatment-steps__step-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ff007f;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.home-treatment-steps__copy {
  position: relative;
  padding: 0.25rem 0 0;
}

@media (min-width: 768px) {
  .home-treatment-steps__copy {
    padding: 0.5rem 3rem 0.5rem 0;
  }
}

.home-treatment-steps__step-title {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 600;
  color: #ff007f;
  margin: 0 0 0.85rem;
  line-height: 1.4;
}

.home-treatment-steps__step-body {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #64748b;
  margin: 0;
  max-width: 36rem;
}

.home-treatment-steps__panel-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .home-treatment-steps__panel-actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    margin-top: 0;
  }
}

.home-treatment-steps__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #94a3b8;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home-treatment-steps__arrow:hover,
.home-treatment-steps__arrow:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #ff4da6 0%, #ff007f 100%);
  box-shadow: 0 8px 20px rgba(255, 0, 127, 0.28);
  outline: none;
}

.home-treatment-steps__arrow--next:hover {
  transform: translateX(2px);
}

.home-treatment-steps__arrow--prev:hover {
  transform: translateX(-2px);
}

.home-treatment-steps__footer {
  margin: 1.5rem 0 0;
  text-align: center;
}

.home-treatment-steps__guide-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ff007f;
  text-decoration: none;
  background: rgba(255, 0, 127, 0.06);
  border: 1px solid rgba(255, 0, 127, 0.12);
  transition: gap 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home-treatment-steps__guide-link:hover {
  gap: 0.6rem;
  background: rgba(255, 0, 127, 0.1);
  box-shadow: 0 4px 16px rgba(255, 0, 127, 0.12);
}

.treatment-cards + .home-treatment-steps {
  margin-top: -0.5rem;
}

@media (max-width: 639px) {
  .home-treatment-steps__card {
    border-radius: 1.35rem;
    padding: 1.35rem 1rem 1.5rem;
  }

  .home-treatment-steps__title-row {
    flex-direction: column;
    gap: 0.45rem;
  }

  .home-treatment-steps__rule {
    width: 3.5rem;
    max-width: none;
    flex: none;
  }

  .home-treatment-steps__nav {
    gap: 0.1rem;
  }

  .home-treatment-steps__tab-pill {
    padding: 0.3rem 0.4rem;
  }

  .home-treatment-steps__tab-label {
    font-size: 0.5625rem;
  }

  .home-treatment-steps__track {
    left: 5%;
    right: 5%;
    top: 2.35rem;
  }

  .home-treatment-steps__track-dot {
    left: calc(5% + (var(--step-index, 0) * 22.5%));
  }

  .home-treatment-steps__panel-inner {
    padding: 1rem;
    border-radius: 1.1rem;
  }

  .home-treatment-steps__media-frame {
    border-radius: 1rem;
  }
}

[dir="rtl"] .home-treatment-steps__copy {
  padding-right: 0;
}

@media (min-width: 768px) {
  [dir="rtl"] .home-treatment-steps__copy {
    padding: 0.5rem 0 0.5rem 3rem;
  }

  [dir="rtl"] .home-treatment-steps__panel-actions {
    right: auto;
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-treatment-steps__panel,
  .home-treatment-steps__image {
    animation: none;
    transition: none;
  }

  .home-treatment-steps__track-dot {
    transition: none;
  }
}
