/* =====================================================================
   Özel Başakçiçeği Anaokulu — özel stiller
   Tema (main.css) üzerine yalnızca ihtiyaç duyulan eklemeler.
===================================================================== */

/* Marka renk yardımcıları (temada eksik olanlar için güvenli fallback) */
.bg-purple-600  { background-color: #7c3aed !important; }
.bg-pink-600    { background-color: #ec4899 !important; }
.bg-info-600    { background-color: #0ea5e9 !important; }
.bg-success-600 { background-color: #22c55e !important; }
.text-purple-600 { color: #7c3aed !important; }

/* Genel bölüm boşlukları (temayla uyumlu) */
.section-space { padding-top: 90px; padding-bottom: 90px; }

/* Tema bu sınıfı yalnızca mobilde tanımladığı için masaüstünde de geçerli kıl */
.tw-mb-60-px { margin-bottom: 60px; }

/* Skip link (erişilebilirlik / SEO) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 10000;
  padding: .75rem 1.25rem;
  background: #fb5a3c;
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  left: 0;
  top: 0;
}

/* Yerel SEO mahalle etiketleri */
.tw-px-3 { padding-left: .75rem; padding-right: .75rem; }
.tw-py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.tw-mt-4 { margin-top: 1rem; }
.tw-mb-lg-8 { margin-bottom: 2rem; }

/* Kahraman (hero) alanı */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  color: hsl(var(--main-600, 9 97% 57%));
  padding: .5rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.hero-img-wrap {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.12);
  border: 6px solid #fff;
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Ana sayfa giriş slider */
.hero-banner { background: #1a1a2e; }
.hero-banner__slider { width: 100%; position: relative; }
.hero-banner__slider .swiper-slide { height: auto; }
.hero-slide {
  min-height: min(92vh, 760px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slide__overlay {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  background: linear-gradient(105deg, rgba(15, 23, 42, .82) 0%, rgba(15, 23, 42, .55) 48%, rgba(15, 23, 42, .28) 100%);
}
.hero-banner__pagination {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .55rem;
  padding: 0 1rem;
}
.hero-banner__pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #fff;
  opacity: 1;
  font-size: .8rem;
  font-weight: 700;
  padding: .45rem .95rem;
  line-height: 1.2;
  transition: background .25s ease, transform .25s ease;
}
.hero-banner__pagination .swiper-pagination-bullet-active {
  background: hsl(var(--main-600, 9 97% 57%));
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  .hero-slide { min-height: 78vh; }
  .hero-slide__overlay { padding: 100px 0 88px; }
  .hero-banner__pagination .swiper-pagination-bullet {
    font-size: .7rem;
    padding: .35rem .7rem;
  }
}

/* Özellik kartları */
.feature-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.75rem;
  height: 100%;
  border: 1px solid var(--neutral-200, #e5e5e5);
  transition: transform .3s ease, box-shadow .3s ease;
}
.feature-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,.10); }
.feature-icon {
  width: 68px; height: 68px;
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 2rem; margin-bottom: 1.25rem;
}

/* Yaş / program kartı */
.program-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--neutral-200, #e5e5e5);
  transition: transform .3s ease, box-shadow .3s ease;
}
.program-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,.12); }
.program-card__img { height: 220px; overflow: hidden; }
.program-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.program-card:hover .program-card__img img { transform: scale(1.06); }
.program-badge {
  display: inline-block;
  background: hsl(var(--main-600, 9 97% 57%));
  color: #fff; font-weight: 700;
  padding: .3rem .9rem; border-radius: 999px; font-size: .85rem;
}

/* Günlük akış zaman çizelgesi */
.schedule-item {
  display: flex; gap: 1.25rem; align-items: flex-start;
  background: #fff; border-radius: 18px; padding: 1.25rem 1.5rem;
  border: 1px solid var(--neutral-200, #e5e5e5);
  transition: box-shadow .3s ease;
}
.schedule-item:hover { box-shadow: 0 16px 34px rgba(0,0,0,.08); }
.schedule-time {
  flex-shrink: 0; min-width: 118px;
  font-weight: 800; color: hsl(var(--main-600, 9 97% 57%));
}

/* SSS akordeon */
.faq-item {
  background: #fff; border: 1px solid var(--neutral-200, #e5e5e5);
  border-radius: 16px; margin-bottom: 1rem; overflow: hidden;
}
.faq-question {
  width: 100%; text-align: right; background: transparent; border: 0;
  padding: 1.25rem 1.5rem; font-weight: 700; color: var(--neutral-950, #070713);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  cursor: pointer; direction: ltr; text-align: left;
}
.faq-question i { transition: transform .3s ease; color: hsl(var(--main-600, 9 97% 57%)); flex-shrink: 0; }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { padding: 0 1.5rem 1.25rem; color: var(--paragraph-500, #5C707E); margin: 0; }
.faq-item.open .faq-answer { max-height: 320px; }

/* İletişim formu */
.form-control-c {
  width: 100%; padding: .9rem 1.1rem; border-radius: 14px;
  border: 1px solid var(--neutral-200, #e5e5e5); background: #fff;
  font-size: 1rem; transition: border-color .2s ease, box-shadow .2s ease;
}
.form-control-c:focus {
  outline: none; border-color: hsl(var(--main-600, 9 97% 57%));
  box-shadow: 0 0 0 4px rgba(251,90,60,.12);
}
.form-error { color: #dc2626; font-size: .85rem; margin-top: .35rem; display: block; }
.alert-success-c {
  background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0;
  padding: 1rem 1.25rem; border-radius: 14px; margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: .6rem; font-weight: 600;
}

.contact-info-card {
  background: #fff; border-radius: 20px; padding: 1.5rem;
  border: 1px solid var(--neutral-200, #e5e5e5); height: 100%;
  display: flex; gap: 1rem; align-items: flex-start;
}

/* Değer/CTA rozetleri */
.check-list li { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .75rem; }
.check-list li i { color: hsl(var(--main-600, 9 97% 57%)); margin-top: .2rem; }

.map-wrap { border-radius: 24px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 20px 50px rgba(0,0,0,.10); }
.map-wrap iframe { display: block; width: 100%; border: 0; }

/* Breadcrumb (iç sayfa başlığı) — hem PC hem mobilde daha kompakt */
.page-breadcrumb { padding: 48px 0; }
.page-breadcrumb__title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: .6rem;
  line-height: 1.25;
}
.page-breadcrumb__nav { list-style: none; padding: 0; margin: 0; font-size: .95rem; font-weight: 500; }
.page-breadcrumb__nav li { display: inline-flex; align-items: center; }

/* Küçük ekran düzeltmeleri */
@media (max-width: 575px) {
  .schedule-time { min-width: 100px; }
}

/* Mobilde bölüm başlıklarını küçült (~20px) ve breadcrumb'ı daralt */
@media (max-width: 767.98px) {
  h1, h2, h3, h4,
  .h1, .h2, .h3, .h4 {
    font-size: 1.375rem !important;
    line-height: 1.3 !important;
  }
  .hero-badge { font-size: .8rem; }

  .page-breadcrumb { padding: 26px 0; }
  .page-breadcrumb__title { font-size: 1.25rem; margin-bottom: .4rem; }
  .page-breadcrumb__nav { font-size: .8rem; }
}

/* Mobil/tablette footer üstündeki boş dekoratif alanı kaldır */
@media (max-width: 1199.98px) {
  .footer > img { display: none !important; }
  .footer .tw-mt-210-px { margin-top: 0 !important; }
  .footer .py-110 { padding-top: 40px !important; }
}
