/*
 * En Baba Organizasyon - İstanbul Doğum Günü Fotografcisi
 * Standart servis sayfası tamamlayıcı CSS.
 * Kapsam: body.page-dogum-gunu-fotografcisi
 */
body.page-dogum-gunu-fotografcisi {
  --enb-page-radius: 24px;
  --enb-page-shadow: 0 18px 50px rgba(15, 23, 42, .10);
}

body.page-dogum-gunu-fotografcisi [id] {
  scroll-margin-top: 112px;
}

body.page-dogum-gunu-fotografcisi main img,
body.page-dogum-gunu-fotografcisi section img {
  max-width: 100%;
  height: auto;
}

body.page-dogum-gunu-fotografcisi h1,
body.page-dogum-gunu-fotografcisi h2,
body.page-dogum-gunu-fotografcisi h3 {
  text-wrap: balance;
}

body.page-dogum-gunu-fotografcisi p,
body.page-dogum-gunu-fotografcisi li {
  text-wrap: pretty;
}

body.page-dogum-gunu-fotografcisi .enb-auto-card {
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: var(--enb-page-radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--enb-page-shadow);
}

body.page-dogum-gunu-fotografcisi .enb-sticky-cta {
  position: sticky;
  bottom: 16px;
  z-index: 30;
}

body.page-dogum-gunu-fotografcisi a:focus-visible,
body.page-dogum-gunu-fotografcisi button:focus-visible,
body.page-dogum-gunu-fotografcisi input:focus-visible,
body.page-dogum-gunu-fotografcisi textarea:focus-visible,
body.page-dogum-gunu-fotografcisi select:focus-visible {
  outline: 3px solid rgba(245, 158, 11, .45);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  body.page-dogum-gunu-fotografcisi [id] {
    scroll-margin-top: 92px;
  }
}

/* =========================
   CTA ve buton hareketleri
   - Masaüstü: hover lift + yumuşak parlama
   - Mobil/iPhone Safari: tap feedback + düşük maliyetli nefes efekti
========================= */
body.page-dogum-gunu-fotografcisi main a[class*="rounded-"][class*="shadow"],
body.page-dogum-gunu-fotografcisi main button[class*="rounded-"][class*="shadow"],
body.page-dogum-gunu-fotografcisi main .filter-btn,
body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal],
body.page-dogum-gunu-fotografcisi main [data-open-callmodal] {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  isolation: isolate;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  transition:
    transform .22s cubic-bezier(.2,.8,.2,1),
    box-shadow .22s ease,
    filter .22s ease,
    background-color .22s ease,
    border-color .22s ease;
}

body.page-dogum-gunu-fotografcisi main a[class*="rounded-"][class*="shadow"]::after,
body.page-dogum-gunu-fotografcisi main button[class*="rounded-"][class*="shadow"]::after,
body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal]::after,
body.page-dogum-gunu-fotografcisi main [data-open-callmodal]::after {
  content: "";
  position: absolute;
  inset: -40% -120%;
  z-index: 1;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.42) 50%, transparent 62%);
  transform: translateX(-60%) rotate(8deg);
  opacity: 0;
  pointer-events: none;
}

body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal],
body.page-dogum-gunu-fotografcisi main a[class*="bg-emerald-600"],
body.page-dogum-gunu-fotografcisi main button[class*="bg-emerald-600"] {
  animation: enbBirthdayCtaBreathe 3.2s ease-in-out infinite;
}

body.page-dogum-gunu-fotografcisi main .filter-btn {
  min-height: 34px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

body.page-dogum-gunu-fotografcisi main .filter-btn:hover,
body.page-dogum-gunu-fotografcisi main .filter-btn:focus-visible {
  background: rgba(16, 185, 129, .14);
  box-shadow: 0 12px 24px rgba(16, 185, 129, .16);
}

@media (hover: hover) and (pointer: fine) {
  body.page-dogum-gunu-fotografcisi main a[class*="rounded-"][class*="shadow"]:hover,
  body.page-dogum-gunu-fotografcisi main button[class*="rounded-"][class*="shadow"]:hover,
  body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal]:hover,
  body.page-dogum-gunu-fotografcisi main [data-open-callmodal]:hover {
    transform: translate3d(0, -3px, 0) scale(1.018);
    filter: saturate(1.06);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .18);
  }

  body.page-dogum-gunu-fotografcisi main a[class*="rounded-"][class*="shadow"]:hover::after,
  body.page-dogum-gunu-fotografcisi main button[class*="rounded-"][class*="shadow"]:hover::after,
  body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal]:hover::after,
  body.page-dogum-gunu-fotografcisi main [data-open-callmodal]:hover::after {
    opacity: 1;
    animation: enbBirthdayCtaShine .85s ease-out forwards;
  }
}

body.page-dogum-gunu-fotografcisi main a[class*="rounded-"][class*="shadow"]:active,
body.page-dogum-gunu-fotografcisi main button[class*="rounded-"][class*="shadow"]:active,
body.page-dogum-gunu-fotografcisi main .filter-btn:active,
body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal]:active,
body.page-dogum-gunu-fotografcisi main [data-open-callmodal]:active {
  transform: translate3d(0, 1px, 0) scale(.985);
}

@keyframes enbBirthdayCtaBreathe {
  0%, 100% { box-shadow: 0 10px 20px rgba(16, 185, 129, .18); }
  50% { box-shadow: 0 18px 38px rgba(16, 185, 129, .32); }
}

@keyframes enbBirthdayCtaShine {
  0% { transform: translateX(-60%) rotate(8deg); }
  100% { transform: translateX(65%) rotate(8deg); }
}

@media (max-width: 640px) {
  body.page-dogum-gunu-fotografcisi main a[class*="rounded-"][class*="shadow"],
  body.page-dogum-gunu-fotografcisi main button[class*="rounded-"][class*="shadow"],
  body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal],
  body.page-dogum-gunu-fotografcisi main [data-open-callmodal] {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-dogum-gunu-fotografcisi main a[class*="rounded-"][class*="shadow"],
  body.page-dogum-gunu-fotografcisi main button[class*="rounded-"][class*="shadow"],
  body.page-dogum-gunu-fotografcisi main .filter-btn,
  body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal],
  body.page-dogum-gunu-fotografcisi main [data-open-callmodal] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  body.page-dogum-gunu-fotografcisi main a[class*="rounded-"][class*="shadow"]::after,
  body.page-dogum-gunu-fotografcisi main button[class*="rounded-"][class*="shadow"]::after,
  body.page-dogum-gunu-fotografcisi main [data-open-whatsappmodal]::after,
  body.page-dogum-gunu-fotografcisi main [data-open-callmodal]::after {
    display: none !important;
  }
}

