/* Birlik Pro — ön site görsel güçlendirme (Clinic üstüne) */
:root {
  --bp-teal: #0d5c63;
  --bp-teal-dark: #094248;
  --bp-gold: #c9a227;
  /* Hero görselinden türetilir (main.js) — logo + menü satırı arka planı */
  --bp-hero-menu-bar-bg: #ffffff;
  /* Üst bar + marka satırı yaklaşık yükseklik; main.js #header ölçümü ile güncellenir */
  --bp-header-offset: 132px;
}

.site-hero-wrap {
  background: linear-gradient(135deg, #e8f4f5 0%, #f8fbfc 45%, #eef6f7 100%);
  position: relative;
  overflow: hidden;
}
.site-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 70% 20%, rgba(13, 92, 99, 0.08), transparent 55%);
  pointer-events: none;
}

/* Ana sayfa: hero, üst menünün altından kalan tüm görünür alanı doldurur; aşağı kayınca içerik gelir */
.hero.bp-hero-viewport.section,
section.hero.bp-hero-viewport {
  --bp-hero-fill: calc(100svh - var(--bp-header-offset));
  min-height: var(--bp-hero-fill) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(var(--bp-hero-fill), auto);
  align-items: stretch;
  align-content: stretch;
  background-color: #e8f4f5;
  overflow: hidden;
}
.hero.bp-hero-viewport::before {
  display: none;
}
.site-hero-wrap.bp-hero-viewport::before {
  display: none;
}
.bp-hero-media {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  min-height: var(--bp-hero-fill);
  position: relative;
}
.bp-hero-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: var(--bp-hero-fill);
}
.bp-hero-swiper .swiper-wrapper {
  min-height: var(--bp-hero-fill);
}
.bp-hero-slide {
  position: relative;
  min-height: var(--bp-hero-fill);
  height: auto;
}
.bp-hero-slide-media {
  position: absolute;
  inset: 0;
  min-height: var(--bp-hero-fill);
  background: #dfe9ea;
}
.bp-hero-slide-visual-wrap {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
}
.bp-hero-slide-visual-wrap img,
.bp-hero-slide-media > img.bp-hero-slide-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.bp-hero-slide-placeholder.bp-hero-slide-visual {
  position: relative;
  width: 100%;
  max-width: 26rem;
  min-height: 11rem;
  height: auto;
  object-fit: unset;
}
.bp-hero-slide-media video.bp-hero-slide-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bp-hero-slide-placeholder {
  background: #e2ecee;
}
.bp-hero-pagination.swiper-pagination-horizontal {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 1rem !important;
  z-index: 4;
  margin: 0 !important;
}
.bp-hero-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.bp-hero-pagination .swiper-pagination-bullet-active {
  background: #fff;
  box-shadow: 0 0 0 2px var(--bp-teal);
}
.bp-hero-empty {
  min-height: var(--bp-hero-fill);
  width: 100%;
  background: linear-gradient(135deg, #e8f4f5 0%, #f8fbfc 100%);
}

.service-card-bp {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(13, 92, 99, 0.12);
  background: #fff;
  box-shadow: 0 8px 28px rgba(13, 92, 99, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
.service-card-bp:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(13, 92, 99, 0.12);
}
.service-card-bp .thumb {
  height: 160px;
  object-fit: cover;
  width: 100%;
}

.product-card-bp {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: 100%;
}
.product-card-bp .thumb {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.section-water-showcase {
  background: linear-gradient(180deg, #0d5c63 0%, #094248 100%);
  color: #fff;
}
.section-water-showcase .section-title h2,
.section-water-showcase .section-title p {
  color: #fff;
}
.water-show-img {
  border-radius: 1rem;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.water-show-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.site-footer-bp {
  background: linear-gradient(180deg, #0a3d42 0%, #062a2e 100%);
  color: #b8d4d6;
  padding: 3rem 0 1.5rem;
}
.site-footer-bp a {
  color: #e8f4f5;
  text-decoration: none;
}
.site-footer-bp a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer-bp .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.site-footer-bp .social a:hover {
  background: var(--bp-gold);
  color: #062a2e;
  text-decoration: none;
}

.topbar a,
.topbar span {
  color: rgba(255, 255, 255, 0.92) !important;
}

.cta-btn {
  background: var(--bp-teal) !important;
  border-color: var(--bp-teal) !important;
}
.cta-btn:hover {
  background: var(--bp-teal-dark) !important;
}

.contact-page-card {
  border-radius: 1rem;
  border: 1px solid rgba(13, 92, 99, 0.12);
  background: #fff;
  box-shadow: 0 8px 28px rgba(13, 92, 99, 0.08);
  padding: 1.5rem;
  height: 100%;
}
.contact-page-card .icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(13, 92, 99, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-teal);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

/* Üst menü — hizalama, CTA, topbar */
.bp-site-header {
  z-index: 1030;
}
.bp-site-header .branding.bp-branding {
  position: relative;
  z-index: 2;
  background: var(--bp-hero-menu-bar-bg, #fff);
  transition: background-color 0.55s ease, box-shadow 0.35s ease;
  /* Menü satırı — sliderdan ayrım (gölge +2 tık daha koyu) */
  border-bottom: 1px solid rgba(15, 23, 42, 0.26) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.82) inset,
    0 22px 52px rgba(15, 23, 42, 0.38),
    0 10px 26px rgba(15, 23, 42, 0.32),
    0 3px 10px rgba(15, 23, 42, 0.26) !important;
}
.bp-brand-line {
  font-size: clamp(0.78rem, 2.1vw, 1.08rem);
  letter-spacing: -0.02em;
  line-height: 1.28;
  max-width: min(42rem, 94vw);
  text-wrap: balance;
}
@media (min-width: 1200px) {
  .bp-brand-line {
    font-size: clamp(0.95rem, 1.05vw, 1.12rem);
    max-width: 44rem;
  }
}
.bp-topbar-actions {
  row-gap: 0.35rem;
}
.bp-topbar-icon {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.15rem;
  padding: 0.2rem 0.35rem;
  line-height: 1;
}
.bp-topbar-icon:hover {
  color: #fff !important;
  opacity: 0.95;
}
.bp-topbar-link {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none;
}
.bp-topbar-link:hover {
  color: #fff !important;
  text-decoration: underline;
}
.bp-cta-topbar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.bp-cta-topbar:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff !important;
}
@media (min-width: 576px) {
  .bp-cta-topbar {
    font-size: 0.8125rem;
    padding: 0.3rem 0.65rem;
  }
}
.bp-cta-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff !important;
  text-decoration: none !important;
  background: var(--bp-teal);
  border: 1px solid var(--bp-teal);
  box-shadow: 0 4px 14px rgba(13, 92, 99, 0.25);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.bp-cta-header:hover {
  background: var(--bp-teal-dark);
  border-color: var(--bp-teal-dark);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(9, 66, 72, 0.35);
  transform: translateY(-1px);
}
.bp-cta-header i {
  font-size: 1.1rem;
  line-height: 0;
}
/* Mobil menüde “Servis kaydı” satırı — tema ikon çemberini bu linkte kapat */
@media (max-width: 1199px) {
  .bp-nav-cta-li a {
    font-weight: 700;
    color: var(--bp-teal) !important;
  }
  .bp-nav-cta-li a i.bi {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin-right: 0.4rem !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  .bp-nav-cta-li a:hover i.bi,
  .bp-nav-cta-li a:focus i.bi {
    background: none !important;
    color: inherit !important;
  }
}
@media (min-width: 1200px) {
  .bp-main-nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

/* Hero Swiper — eski düzen (tam ekran dışı) noktalar */
.site-hero-wrap:not(.bp-hero-viewport) .hero-swiper-pagination .swiper-pagination-bullet {
  background: rgba(13, 92, 99, 0.35);
  opacity: 1;
}
.site-hero-wrap:not(.bp-hero-viewport) .hero-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bp-teal);
}
