/* Bafra Mevlana — site overrides */

/* Üst menü: orijinal mor pill hover (vs-svg-assets) + Türkçe etiketler */
.vs-header .main-menu > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.vs-header .main-menu > ul > li {
  margin: 0 12px;
}

.vs-header .main-menu > ul > li > a.vs-svg-assets {
  position: relative;
  overflow: visible;
  padding: 44px 14px;
  font-size: 15.5px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.vs-header .main-menu > ul > li > a.vs-svg-assets svg {
  width: calc(100% + 20px);
  min-width: calc(100% + 20px);
  height: 28px;
}

@media (max-width: 1399px) {
  .vs-header .main-menu > ul > li {
    margin: 0 8px;
  }
  .vs-header .main-menu > ul > li > a.vs-svg-assets {
    font-size: 14px;
    padding: 40px 11px;
  }

  .vs-header .main-menu > ul > li > a.vs-svg-assets svg {
    width: calc(100% + 18px);
    min-width: calc(100% + 18px);
    height: 26px;
  }
}

/* Mobil hamburger menü — kart düzeni, ok/bullet kaldırıldı */
.vs-menu-wrapper .vs-menu-area.mobile-menu-panel {
  text-align: left;
  max-width: 340px;
  background: #f6f1e4;
  border-right-color: #4a2559;
}

.mobile-menu-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
  background: #fff;
  border-bottom: 1px solid rgba(74, 37, 89, 0.08);
}

.mobile-menu-panel__logo .logo {
  max-height: 52px;
  width: auto;
}

.vs-menu-wrapper .mobile-menu-panel__close {
  position: static;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 10px;
  background: #4a2559;
}

.vs-menu-wrapper .mobile-menu-panel__close:hover {
  background: #d18109;
}

.mobile-menu-panel__tagline {
  margin: 0;
  padding: 14px 18px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #5c4d66;
}

.vs-menu-wrapper .mobile-menu-panel .vs-mobile-menu {
  margin-top: 14px;
  max-height: none;
  overflow: visible;
  padding: 0 14px;
}

.vs-menu-wrapper .mobile-menu-panel .vs-mobile-menu > ul {
  padding: 0;
}

.vs-menu-wrapper .mobile-menu-panel .vs-mobile-menu ul li {
  border: none;
  margin-bottom: 8px;
  list-style: none;
}

.vs-menu-wrapper .mobile-menu-panel .vs-mobile-menu ul li a::before,
.vs-menu-wrapper .mobile-menu-panel .vs-mobile-menu ul li a:before {
  display: none !important;
  content: none !important;
  margin: 0 !important;
}

.mobile-nav__link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 13px 14px !important;
  line-height: 1.35 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  color: #2d2433 !important;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(74, 37, 89, 0.1);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mobile-nav__link:hover {
  border-color: rgba(74, 37, 89, 0.22);
  color: #4a2559 !important;
}

.mobile-nav__item.is-active .mobile-nav__link {
  background: #4a2559;
  border-color: #4a2559;
  color: #fff !important;
}

.mobile-nav__icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(74, 37, 89, 0.08);
  color: #4a2559;
  font-size: 15px;
}

.mobile-nav__item.is-active .mobile-nav__icon {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.mobile-nav__text {
  flex: 1;
  min-width: 0;
}

.mobile-nav__arrow {
  flex-shrink: 0;
  font-size: 11px;
  opacity: 0.45;
}

.mobile-nav__item.is-active .mobile-nav__arrow {
  opacity: 0.85;
  color: #fff;
}

.mobile-nav__link--whatsapp {
  background: #25d366 !important;
  border-color: #1ebe5d !important;
  color: #fff !important;
}

.mobile-nav__link--whatsapp:hover {
  background: #1fb855 !important;
  color: #fff !important;
}

.mobile-nav__link--register {
  background: linear-gradient(135deg, #70167e 0%, #9b2fa8 100%) !important;
  border-color: #5f1269 !important;
  color: #fff !important;
}

.mobile-nav__link--register:hover {
  background: linear-gradient(135deg, #5f1269 0%, #70167e 100%) !important;
  color: #fff !important;
}

.mobile-nav__item--cta .mobile-nav__icon {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.mobile-nav__item--cta .mobile-nav__arrow {
  opacity: 0.9;
  color: #fff;
}

.mobile-menu-panel__contact {
  margin: 18px 14px 0;
  padding: 16px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(74, 37, 89, 0.08);
}

.mobile-menu-panel__contact-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a2559;
}

.mobile-menu-panel__contact-list li {
  margin-bottom: 10px;
}

.mobile-menu-panel__contact-list li:last-child {
  margin-bottom: 0;
}

.mobile-menu-panel__contact-list a,
.mobile-menu-panel__contact-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #3d3344;
}

.mobile-menu-panel__contact-list a:hover {
  color: #4a2559;
}

.mobile-menu-panel__contact-list i {
  width: 18px;
  margin-top: 2px;
  color: #d18109;
  flex-shrink: 0;
}

.mobile-menu-panel__social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 14px 0;
  padding: 0 4px;
  font-size: 13px;
  color: #5c4d66;
}

.mobile-menu-panel__social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  color: #4a2559;
  border: 1px solid rgba(74, 37, 89, 0.1);
  font-size: 18px;
}

.mobile-menu-panel__social a:hover {
  background: #4a2559;
  color: #fff;
  border-color: #4a2559;
}

.mobile-menu-panel__copy {
  margin-top: 18px;
  padding: 0 18px 20px;
  font-size: 12px;
  text-align: center;
  color: #7a6b85;
}

.mobile-menu-panel__copy a {
  color: #4a2559;
  font-weight: 700;
}

.vs-header__action .vs-btn {
  flex-shrink: 0;
}

.vs-header .vs-btn:hover {
  opacity: 1;
}

/* Hero — tam yükseklik, arka plan kayması ve alt boşluk düzeltmesi */
.vs-hero {
  margin: 0;
  padding: 0;
}

.vs-hero__active--zoom {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 640px;
}

.vs-hero__active--zoom .swiper-wrapper {
  height: 100% !important;
}

.vs-hero__active--zoom .swiper-slide {
  position: relative;
  overflow: hidden;
  background: transparent;
  height: 100%;
  box-sizing: border-box;
}

.vs-hero__bg {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.vs-hero__active--zoom .container {
  position: relative;
  z-index: 2;
}

.vs-hero .vs-hero-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px !important;
  z-index: 5;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.vs-hero .vs-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  font-size: 0;
  line-height: 0;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.vs-hero .vs-hero-pagination .swiper-pagination-bullet i {
  display: none !important;
}

.vs-hero .vs-hero-pagination .swiper-pagination-bullet-active {
  background: var(--vs-theme-color2, #f6a638);
  transform: scale(1.2);
}

.vs-hero__direction {
  z-index: 5;
}

.vs-hero > .vs-balls--screen {
  bottom: 0;
  z-index: 4;
}

/* Hero — konuşma balonu: şablon padding (yazılar kutu içinde kalsın) */
.vs-hero__content {
  padding: 150px 0 110px !important;
}

.vs-hero__shape {
  position: relative;
  max-height: none !important;
  max-width: 803px;
  min-height: 460px;
  padding: 70px 360px 130px 56px !important;
  margin-bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vs-hero__shape--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  opacity: var(--hero-card-opacity, 0.95) !important;
}

/* Kart kapalıyken slider daralmasın — kartlı slaytla aynı minimum yükseklik */
.vs-hero__content--image-only {
  min-height: 720px;
  box-sizing: border-box;
}

.vs-hero__content--image-only .live-edit-character-wrap,
.vs-hero__content--image-only .vs-hero__character {
  display: none !important;
}

.vs-hero__shape > .vs-hero__title--sub,
.vs-hero__shape > .vs-hero__title--main,
.vs-hero__shape > .vs-hero__desc,
.vs-hero__shape > .vs-hero__actions,
.vs-hero__shape > .live-edit-character-wrap {
  flex-shrink: 0;
}

.vs-hero__content--image-only .vs-hero__character {
  margin-left: auto;
  margin-right: auto;
}

.vs-hero__title--sub,
.vs-hero__title--main,
.vs-hero__desc,
.vs-hero__actions {
  position: relative;
  z-index: 1;
  max-width: 390px;
}

.vs-hero__title--main {
  font-size: clamp(1.5rem, 1.05rem + 2vw, 2.2rem) !important;
  line-height: 1.2 !important;
  word-wrap: break-word;
}

.vs-hero__desc {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(37, 40, 62, 0.82);
  margin-bottom: 20px !important;
}

.vs-hero__desc span {
  color: var(--vs-theme-color2, #f6a638);
  font-weight: 800;
}

.vs-hero__character {
  top: 42px !important;
  right: 36px !important;
  transform: none !important;
  max-width: 280px;
  width: auto;
  height: auto;
}

@media (max-width: 1199px) {
  .vs-hero__active--zoom {
    min-height: 580px;
  }

  .vs-hero__content {
    padding: 120px 0 90px !important;
  }

  .vs-hero__content--image-only {
    min-height: 610px;
  }

  .vs-hero__shape {
    max-width: 100%;
    min-height: 420px;
    padding: 70px 320px 100px 50px !important;
  }

  .vs-hero__title--sub,
  .vs-hero__title--main,
  .vs-hero__desc,
  .vs-hero__actions {
    max-width: 340px;
  }
}

@media (max-width: 991px) {
  .vs-hero__active--zoom {
    min-height: 540px;
  }

  .vs-hero__content {
    padding: 100px 0 75px !important;
  }

  .vs-hero__content--image-only {
    min-height: 575px;
  }

  .vs-hero__shape {
    min-height: 400px;
    padding: 70px 300px 90px 50px !important;
  }
}

@media (max-width: 767px) {
  .vs-hero__active--zoom {
    min-height: min(72vh, 480px);
  }

  .vs-hero__content {
    padding: 75px 0 55px !important;
  }

  .vs-hero__content--image-only {
    min-height: min(72vh, 480px);
  }

  .vs-hero__shape {
    min-height: 0;
    height: auto !important;
    padding: 32px 24px 40px !important;
    background-color: #fff;
    border-radius: 20px;
    display: block;
  }

  .vs-hero__title--sub,
  .vs-hero__title--main,
  .vs-hero__desc,
  .vs-hero__actions {
    max-width: 100%;
  }

  .vs-hero__character {
    display: none !important;
  }
}

.vs-hero .vs-swiper-button-next,
.vs-hero .vs-swiper-button-prev {
  z-index: 10;
}

.vs-hero .vs-hero__anim.manimated {
  animation-name: mevlanaHeroFadeIn !important;
}

@keyframes mevlanaHeroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.vs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.instagram-follow-btn {
  padding: 12px 22px !important;
  font-size: 14px !important;
}

/* Eğitim programları — başlık & kartlar */
.programs-section {
  position: relative;
}

.programs-section__header {
  max-width: 820px;
  margin: 0 auto 48px;
  padding: 36px 28px 32px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 241, 228, 0.85) 100%);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.08);
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.programs-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 20px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(112, 22, 126, 0.25);
}

.programs-section__badge img {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.programs-section__slogan {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.65rem, 1.2rem + 2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--vs-title-color, #25283e);
  margin: 0 0 14px;
}

.programs-section__slogan span {
  color: var(--vs-theme-color2, #f6a638);
  display: inline-block;
  position: relative;
}

.programs-section__slogan span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 8px;
  background: rgba(246, 166, 56, 0.35);
  border-radius: 4px;
  z-index: -1;
}

.programs-section__lead {
  font-size: 1.05rem;
  color: rgba(37, 40, 62, 0.75);
  margin: 0 0 22px;
  line-height: 1.5;
}

.programs-section__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.programs-section__divider span {
  flex: 1;
  max-width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.25), transparent);
}

.programs-section__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.85rem;
  opacity: 0.7;
}

.programs-section__grid {
  padding-top: 8px;
}

.programs-section__grid > [class*="col-"] {
  display: flex;
}

.programs-section__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 40px rgba(74, 37, 89, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.programs-section__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(112, 22, 126, 0.15);
}

.programs-section__card-media {
  flex-shrink: 0;
  border-radius: 0;
  overflow: hidden;
}

.programs-section__card-media::before,
.programs-section__card-media::after {
  display: none;
}

.programs-section__card .vs-service__image {
  transform: none;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.programs-section__card:hover .vs-service__image {
  transform: scale(1.04);
}

.programs-section__card .vs-service__content {
  margin: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 0;
}

.programs-section__card-body {
  padding: 22px 20px 24px !important;
}

.programs-section__card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.programs-section__card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(112, 22, 126, 0.25);
}

.programs-section__card-title {
  flex: 1;
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.35;
  padding-top: 4px;
}

.programs-section__card-text {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.78);
}

@media (max-width: 767px) {
  .programs-section__header {
    padding: 28px 20px 24px;
    margin-bottom: 36px;
  }

  .programs-section__badge {
    font-size: 0.95rem;
    padding: 7px 16px;
  }
}

/* Hakkımızda — ana sayfa panel */
.home-about-section {
  position: relative;
}

.home-about-section__media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.12);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 241, 228, 0.9) 100%);
  border: 1px solid rgba(112, 22, 126, 0.08);
  padding: 12px;
}

.home-about-section__media .vs-about--image {
  min-height: 0;
  max-width: none;
  margin: 0;
}

.home-about-section__media .vs-about--image__figure2 {
  position: static;
  display: block;
  width: 100%;
}

.home-about-section__media .vs-about--image__figure2::before {
  display: none;
}

.home-about-section .row.align-items-center {
  align-items: stretch;
}

.home-about-section__media .vs-about--image,
.home-about-section__media .vs-about--image__figure2 {
  height: 100%;
}

.home-about-section__media .vs-about--image__figure2 img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  border-radius: 14px;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 991px) {
  .home-about-section__media .vs-about--image__figure2 img {
    min-height: 360px;
  }
}

.home-about-panel {
  height: 100%;
  padding: 36px 32px 32px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 241, 228, 0.9) 100%);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.1);
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.home-about-panel__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(112, 22, 126, 0.22);
}

.home-about-panel__badge img {
  filter: brightness(0) invert(1);
}

.home-about-panel__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--vs-title-color, #25283e);
}

.home-about-panel__title span {
  color: var(--vs-theme-color1, #70167e);
}

.home-about-panel__intro {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(37, 40, 62, 0.85);
  margin: 0 0 16px;
}

.home-about-panel__slogan {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--vs-title-color, #25283e);
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(112, 22, 126, 0.2);
}

.home-about-panel__slogan span {
  color: var(--vs-theme-color2, #f6a638);
}

.home-about-panel__programs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 26px;
}

.home-about-panel__program {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(74, 37, 89, 0.06);
  border: 1px solid rgba(112, 22, 126, 0.06);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--vs-title-color, #25283e);
  line-height: 1.3;
}

.home-about-panel__program-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-size: 1rem;
  border-radius: 50%;
}

.home-about-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 575px) {
  .home-about-panel {
    padding: 28px 22px 26px;
  }

  .home-about-panel__programs {
    grid-template-columns: 1fr;
  }
}

/* Fotoğraf galerisi — ana sayfa */
.home-gallery-section {
  position: relative;
  background: transparent;
}

.home-gallery-section__header {
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 32px 26px 28px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 241, 228, 0.88) 100%);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.08);
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.home-gallery-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(112, 22, 126, 0.25);
}

.home-gallery-section__badge img {
  filter: brightness(0) invert(1);
}

.home-gallery-section__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.65rem, 1.2rem + 2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--vs-title-color, #25283e);
}

.home-gallery-section__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.home-gallery-section__lead {
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.78);
  margin: 0 0 20px;
}

.home-gallery-section__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.home-gallery-section__divider span {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.22), transparent);
}

.home-gallery-section__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.9rem;
  opacity: 0.75;
}

.home-gallery-section__mosaic {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Mosaic şablonu yalnızca 4 sabit hücre içindir; fazlası üst üste biner — akışkan ızgara */
.home-gallery-section__grid.vs-gallery--row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-rows: minmax(200px, auto) !important;
  grid-auto-flow: row !important;
  width: 100% !important;
  height: auto !important;
  gap: 20px !important;
}

.home-gallery-section__grid > .home-gallery-section__item {
  grid-area: auto !important;
  min-height: 200px;
  aspect-ratio: 4 / 3;
}

/* Ana sayfa galeri önizlemesi: en fazla 3 satır (canlı düzenleme hariç) */
body:not(.has-live-edit) .home-gallery-section__grid > .home-gallery-section__item:nth-child(n + 13) {
  display: none !important;
}

@media (max-width: 991px) {
  .home-gallery-section__grid.vs-gallery--row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body:not(.has-live-edit) .home-gallery-section__grid > .home-gallery-section__item:nth-child(n + 7) {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .home-gallery-section__grid.vs-gallery--row {
    grid-template-columns: 1fr !important;
  }

  .home-gallery-section__grid > .home-gallery-section__item {
    min-height: 220px;
  }

  body:not(.has-live-edit) .home-gallery-section__grid > .home-gallery-section__item:nth-child(n + 4) {
    display: none !important;
  }
}

.home-gallery-section__item {
  box-shadow: 0 12px 32px rgba(74, 37, 89, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-gallery-section__item::before {
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.home-gallery-section__item::after {
  opacity: 0 !important;
}

.home-gallery-section__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(112, 22, 126, 0.18);
}

.home-gallery-section__item:hover::after {
  opacity: 0.35 !important;
  background-color: var(--vs-theme-color1, #70167e);
}

.home-gallery-section__item .vs-gallery__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-gallery-section__item .vs-gallery__icon {
  background: #fff;
  color: var(--vs-theme-color1, #70167e);
  border: 2px solid rgba(112, 22, 126, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.home-gallery-section__item .vs-gallery__icon:hover {
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
}

.home-gallery-section__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
}

.home-gallery-section__footer-text {
  max-width: 520px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.78);
}

@media (max-width: 767px) {
  .home-gallery-section__header {
    padding: 26px 20px 22px;
    margin-bottom: 28px;
  }

  .home-gallery-section__footer {
    margin-top: 28px;
  }
}

/* Yaş grupları — ana sayfa */
.age-groups-section {
  position: relative;
}

.age-groups-section__header {
  max-width: 760px;
  margin: 0 auto 44px;
  padding: 34px 28px 30px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 241, 228, 0.88) 100%);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.08);
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.age-groups-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(112, 22, 126, 0.25);
}

.age-groups-section__badge img {
  filter: brightness(0) invert(1);
}

.age-groups-section__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.65rem, 1.2rem + 2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--vs-title-color, #25283e);
}

.age-groups-section__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.age-groups-section__lead {
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.78);
  margin: 0 0 14px;
}

.age-groups-section__capacity {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 18px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(37, 40, 62, 0.85);
  background: rgba(112, 22, 126, 0.06);
  border-radius: 12px;
  border: 1px dashed rgba(112, 22, 126, 0.2);
}

.age-groups-section__capacity strong {
  color: var(--vs-theme-color1, #70167e);
}

.age-groups-section__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.age-groups-section__divider span {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.22), transparent);
}

.age-groups-section__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.95rem;
  opacity: 0.75;
}

.age-groups-section__grid > [class*="col-"] {
  display: flex;
}

.age-groups-section__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(74, 37, 89, 0.1);
  border: 1px solid rgba(112, 22, 126, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.age-groups-section__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(112, 22, 126, 0.16);
}

.age-groups-section__card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.age-groups-section__card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(37, 40, 62, 0.55) 100%);
  pointer-events: none;
}

.age-groups-section__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.age-groups-section__card:hover .age-groups-section__card-media img {
  transform: scale(1.05);
}

.age-groups-section__card-step {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.35);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.age-groups-section__card-range {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--vs-theme-color1, #70167e);
  border-radius: 50px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.age-groups-section__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 20px 24px;
}

.age-groups-section__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(112, 22, 126, 0.12) 0%, rgba(246, 166, 56, 0.2) 100%);
  color: var(--vs-theme-color1, #70167e);
  font-size: 1.25rem;
}

.age-groups-section__card-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
  color: var(--vs-title-color, #25283e);
}

.age-groups-section__card-text {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.72);
}

@media (max-width: 767px) {
  .age-groups-section__header {
    padding: 26px 20px 22px;
    margin-bottom: 32px;
  }

  .age-groups-section__capacity {
    font-size: 0.9rem;
    padding: 8px 14px;
  }
}

/* Kayıt CTA — WhatsApp (ana sayfa) */
.staff-section + .home-register-cta {
  margin-top: 0;
}

.home-register-cta {
  position: relative;
  padding: 72px 0 80px;
  margin-top: 0;
  overflow: hidden;
}

/* Galeri kartları — sabit boyut, tıklama animasyonu (detaylar aşağıda .home-activities-section__card) */

.home-testimonials-section__star--empty {
  opacity: 0.25;
}

.home-testimonials-section__form-link {
  margin: 12px 0 8px;
}

/* —— Veli yorumu formu sayfası —— */
.parent-testimonial-page {
  position: relative;
  background: linear-gradient(180deg, #f6f1e4 0%, #fff 38%, #f3f8f5 100%);
  overflow: hidden;
}

.parent-testimonial-page__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 520px 320px at 8% 12%, rgba(112, 22, 126, 0.07), transparent 70%),
    radial-gradient(ellipse 480px 280px at 92% 78%, rgba(45, 90, 71, 0.09), transparent 72%),
    radial-gradient(ellipse 360px 240px at 50% 0%, rgba(246, 166, 56, 0.08), transparent 65%);
}

.parent-testimonial-page__header {
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 28px 24px 0;
}

.parent-testimonial-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(112, 22, 126, 0.12);
  border-radius: 999px;
  font-family: var(--vs-special-font, 'Short Stack', cursive);
  font-size: 1rem;
  font-weight: 700;
  color: #70167e;
  box-shadow: 0 4px 16px rgba(112, 22, 126, 0.08);
}

.parent-testimonial-page__title {
  font-family: var(--vs-title-font, 'Baloo 2', sans-serif);
  font-size: clamp(1.75rem, 1.2rem + 2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.2;
  color: #1a2e24;
  margin: 0 0 12px;
}

.parent-testimonial-page__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.78);
  max-width: 540px;
  margin: 0 auto 18px;
}

.parent-testimonial-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
}

.parent-testimonial-page__divider span {
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(45, 90, 71, 0.35), transparent);
  border-radius: 2px;
}

.parent-testimonial-page__divider i {
  color: #2d5a47;
  font-size: 1rem;
  opacity: 0.85;
}

.parent-testimonial-page__alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto 24px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.parent-testimonial-page__alert--error {
  background: #fff5f5;
  border: 1px solid rgba(192, 57, 43, 0.25);
  color: #922b21;
}

.parent-testimonial-page__alert i {
  margin-top: 2px;
  flex-shrink: 0;
}

.parent-testimonial-page__main {
  max-width: 1080px;
  margin: 0 auto;
}

.parent-testimonial-page__aside {
  height: 100%;
  padding: 28px 26px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 241, 228, 0.85) 100%);
  border: 1px solid rgba(45, 90, 71, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(27, 79, 114, 0.07);
}

.parent-testimonial-page__aside-title {
  font-family: var(--vs-title-font, 'Baloo 2', sans-serif);
  font-size: 1.25rem;
  font-weight: 800;
  color: #2d5a47;
  margin: 0 0 20px;
}

.parent-testimonial-page__benefits li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.parent-testimonial-page__benefits li:last-child {
  margin-bottom: 0;
}

.parent-testimonial-page__benefit-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #70167e 0%, #9b3aab 100%);
  color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 4px 12px rgba(112, 22, 126, 0.25);
}

.parent-testimonial-page__benefits strong {
  display: block;
  font-size: 0.98rem;
  color: #1a2e24;
  margin-bottom: 4px;
}

.parent-testimonial-page__benefits p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(37, 40, 62, 0.72);
}

.parent-testimonial-page__privacy {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(45, 90, 71, 0.08);
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.75);
}

.parent-testimonial-page__privacy i {
  color: #2d5a47;
  margin-right: 6px;
}

.parent-testimonial-page__card {
  height: 100%;
  padding: 32px 30px 28px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(27, 79, 114, 0.08);
  box-shadow:
    0 20px 50px rgba(27, 79, 114, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.parent-testimonial-page__field {
  margin-bottom: 22px;
}

.parent-testimonial-page__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a2e24;
}

.parent-testimonial-page__label i {
  color: #70167e;
  font-size: 0.9rem;
  width: 18px;
  text-align: center;
}

.parent-testimonial-page__req {
  color: #e85d04;
}

.parent-testimonial-page__opt {
  font-weight: 500;
  color: rgba(37, 40, 62, 0.5);
  font-size: 0.85rem;
}

.parent-testimonial-page__input,
.parent-testimonial-page__textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(27, 79, 114, 0.18);
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: #25283e;
  background: #fafbf9;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.parent-testimonial-page__input:focus,
.parent-testimonial-page__textarea:focus {
  outline: none;
  border-color: #70167e;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(112, 22, 126, 0.12);
}

.parent-testimonial-page__textarea {
  resize: vertical;
  min-height: 140px;
}

.parent-testimonial-page__textarea-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 0.8rem;
  color: rgba(37, 40, 62, 0.55);
}

.parent-testimonial-page__counter.is-near-limit {
  color: #e85d04;
  font-weight: 700;
}

.parent-testimonial-page__field-error {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  color: #c0392b;
}

.parent-testimonial-page__stars {
  display: flex;
  gap: 8px;
  margin: 4px 0 6px;
}

.parent-testimonial-page__star-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #d5dad3;
  border-radius: 12px;
  background: #ecefed;
  color: #aeb5a8;
  cursor: pointer;
  transition: transform 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s, border-color 0.15s;
}

.parent-testimonial-page__star-btn i {
  font-size: 1.35rem;
  color: #b0b8ad;
}

.parent-testimonial-page__star-btn.is-active {
  transform: scale(1.04);
  border-color: #e85d04;
  background: linear-gradient(145deg, #f6a638 0%, #e85d04 100%);
  box-shadow: 0 4px 14px rgba(246, 166, 56, 0.4);
}

.parent-testimonial-page__star-btn.is-active i {
  color: #fff;
}

.parent-testimonial-page__star-btn:not(.is-active):hover {
  transform: scale(1.03);
  background: #e2e6e0;
  border-color: #c5ccc4;
}

.parent-testimonial-page__star-btn.is-active:hover {
  transform: scale(1.08);
}

.parent-testimonial-page__rating-hint {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #2d5a47;
}

.parent-testimonial-page__stars-legend {
  margin: 4px 0 0;
  font-size: 0.78rem;
  color: rgba(37, 40, 62, 0.55);
}

.parent-testimonial-page__submit {
  margin-top: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.05rem;
  font-weight: 700;
}

.parent-testimonial-page__success-wrap {
  display: flex;
  justify-content: center;
  padding: 40px 0 20px;
}

.parent-testimonial-page__success {
  max-width: 520px;
  width: 100%;
  padding: 48px 36px 40px;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(45, 90, 71, 0.12);
  box-shadow: 0 24px 56px rgba(45, 90, 71, 0.12);
}

.parent-testimonial-page__success-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #2d5a47 0%, #1a3d2e 100%);
  color: #fff;
  font-size: 2.2rem;
  box-shadow: 0 12px 28px rgba(45, 90, 71, 0.35);
  animation: parent-testimonial-success-pulse 2s ease-in-out infinite;
}

@keyframes parent-testimonial-success-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.parent-testimonial-page__success-title {
  font-family: var(--vs-title-font, 'Baloo 2', sans-serif);
  font-size: 1.85rem;
  font-weight: 800;
  color: #1a2e24;
  margin: 0 0 12px;
}

.parent-testimonial-page__success-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(37, 40, 62, 0.78);
  margin: 0 0 28px;
}

.parent-testimonial-page__success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 991px) {
  .parent-testimonial-page__aside {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .parent-testimonial-page__header {
    padding-top: 12px;
    margin-bottom: 28px;
  }

  .parent-testimonial-page__card {
    padding: 24px 18px 22px;
  }

  .parent-testimonial-page__star-btn {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parent-testimonial-page__success-icon {
    animation: none;
  }
}

.home-register-cta::before,
.home-register-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-register-cta::before {
  width: 280px;
  height: 280px;
  top: -90px;
  right: -40px;
  background: rgba(255, 255, 255, 0.07);
}

.home-register-cta::after {
  width: 200px;
  height: 200px;
  bottom: -70px;
  left: -30px;
  background: rgba(255, 255, 255, 0.06);
}

.home-register-cta .container {
  position: relative;
  z-index: 1;
}

.home-register-cta__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.home-register-cta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  margin: 0 auto 18px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}

.home-register-cta__badge img {
  filter: brightness(0) invert(1);
}

.home-register-cta__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.55rem, 1.1rem + 2vw, 2.4rem);
  font-weight: 800;
  line-height: 1.28;
  color: #fff;
  margin: 0 auto 14px;
  max-width: 34rem;
}

.home-register-cta__title span {
  color: #ffe08a;
  display: inline;
}

.home-register-cta__text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto 22px;
  max-width: 32rem;
}

.home-register-cta__perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 22px;
  margin: 0 auto 28px;
  padding: 0;
}

.home-register-cta__perks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.home-register-cta__perks li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 0.65rem;
  color: var(--vs-theme-color1, #70167e);
  background: #fff;
}

.home-register-cta__action {
  margin: 0 auto;
  padding: 28px 24px 24px;
  max-width: 380px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.home-register-cta__action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.home-register-cta__action-lead {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}

.home-register-cta__action .home-register-cta__btn + .home-register-cta__btn {
  margin-top: 10px;
}

.home-register-cta__btn--form {
  background: linear-gradient(180deg, #fff 0%, #f6f1e4 100%);
  color: #70167e !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.home-register-cta__btn--form:hover {
  color: #70167e !important;
}

.home-register-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 24px;
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: linear-gradient(180deg, #34eb71 0%, #25d366 55%, #1fb85a 100%);
  border-radius: 50px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-register-cta__btn i {
  font-size: 1.3rem;
}

.home-register-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  color: #fff !important;
}

.home-register-cta__phone {
  margin-top: 14px !important;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.88);
}

.home-register-cta__phone a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-register-cta__phone a:hover {
  color: #ffe08a;
}

@media (max-width: 767px) {
  .home-register-cta {
    padding: 56px 0 64px;
  }

  .home-register-cta__perks {
    flex-direction: column;
    gap: 8px;
  }

  .home-register-cta__action {
    padding: 24px 20px 20px;
  }
}

/* Öğretmen kadrosu — ana sayfa */
.staff-section {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(246, 241, 228, 0.55) 0%,
    rgba(255, 255, 255, 0.95) 45%,
    rgba(246, 241, 228, 0.35) 100%
  );
}

.staff-section__header {
  max-width: 720px;
  margin: 0 auto 44px;
  padding: 34px 28px 30px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 241, 228, 0.9) 100%);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.08);
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.staff-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(112, 22, 126, 0.25);
}

.staff-section__badge img {
  filter: brightness(0) invert(1);
}

.staff-section__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.65rem, 1.2rem + 2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--vs-title-color, #25283e);
}

.staff-section__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.staff-section__lead {
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.78);
  margin: 0 0 20px;
}

.staff-section__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.staff-section__divider span {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.22), transparent);
}

.staff-section__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.95rem;
  opacity: 0.75;
}

.staff-section__layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.staff-section__director-block {
  margin-bottom: 4px;
}

.staff-section__team-block {
  margin-top: 0;
}

.staff-section__subhead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 22px;
  text-align: center;
}

.staff-section__subhead-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(112, 22, 126, 0.12), rgba(246, 166, 56, 0.2));
  color: var(--vs-theme-color1, #70167e);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.staff-section__subhead--director .staff-section__subhead-icon {
  width: 52px;
  height: 52px;
  font-size: 1.35rem;
  background: linear-gradient(145deg, var(--vs-theme-color1, #70167e), #8e2f9c);
  color: #fff;
  box-shadow: 0 8px 22px rgba(112, 22, 126, 0.28);
}

.staff-section__subhead-title {
  margin: 0;
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.2rem, 1rem + 1vw, 1.55rem);
  font-weight: 800;
  color: var(--vs-title-color, #25283e);
}

.staff-section__subhead--director .staff-section__subhead-title {
  font-size: clamp(1.35rem, 1.1rem + 1.2vw, 1.75rem);
  color: var(--vs-theme-color1, #70167e);
}

.staff-section__director-row > [class*="col-"] {
  display: flex;
}

.staff-section__card--director {
  padding: 40px 28px 32px;
  border-color: rgba(112, 22, 126, 0.14);
  box-shadow: 0 14px 44px rgba(112, 22, 126, 0.12);
}

.staff-section__card--director .staff-section__card-icon {
  width: 88px;
  height: 88px;
  font-size: 2.15rem;
  margin-bottom: 18px;
}

.staff-section__card--director .staff-section__card-title {
  font-size: 1.2rem;
  max-width: 22rem;
}

.staff-section__card--director .staff-section__card-text {
  font-size: 0.95rem;
  max-width: 26rem;
}

.teachers-page__director {
  margin-bottom: 36px;
}

.staff-section__grid > [class*="col-"] {
  display: flex;
}

.staff-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 32px 18px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 10px 32px rgba(74, 37, 89, 0.08);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.staff-section__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(112, 22, 126, 0.14);
  border-color: rgba(112, 22, 126, 0.15);
}

.staff-section__card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--vs-theme-color1, #70167e) 0%,
    var(--vs-theme-color2, #f6a638) 100%
  );
}

.staff-section__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(112, 22, 126, 0.1) 0%, rgba(246, 166, 56, 0.18) 100%);
  color: var(--vs-theme-color1, #70167e);
  font-size: 1.85rem;
  box-shadow: 0 0 0 6px rgba(246, 241, 228, 0.9);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

.staff-section__card:hover .staff-section__card-icon {
  transform: scale(1.06);
  background: linear-gradient(145deg, var(--vs-theme-color1, #70167e) 0%, #8f2a9e 100%);
  color: #fff;
  box-shadow: 0 0 0 6px rgba(112, 22, 126, 0.12);
}

.staff-section__card-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
  color: var(--vs-title-color, #25283e);
  max-width: 16rem;
}

.staff-section__card-text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.72);
  max-width: 17rem;
  margin-left: auto;
  margin-right: auto;
}

.teachers-page__staff-card {
  padding-bottom: 26px;
}

.staff-section__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 44px;
  text-align: center;
}

.staff-section__footer-text {
  max-width: 480px;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.78);
}

@media (max-width: 767px) {
  .staff-section__header {
    padding: 26px 20px 22px;
    margin-bottom: 32px;
  }

  .staff-section__layout {
    gap: 28px;
  }

  .staff-section__footer {
    margin-top: 32px;
  }

  .staff-section__card {
    padding: 28px 16px 22px;
  }

  .staff-section__card--director {
    padding: 32px 20px 26px;
  }

  .staff-section__card-icon {
    width: 64px;
    height: 64px;
    font-size: 1.65rem;
  }

  .staff-section__card--director .staff-section__card-icon {
    width: 72px;
    height: 72px;
    font-size: 1.85rem;
  }
}

/* Kadro kartları — iç sayfa (teachers) */
.home-staff-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(74, 37, 89, 0.08);
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.home-staff-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(112, 22, 126, 0.1) 0%, rgba(246, 166, 56, 0.18) 100%);
  color: var(--vs-theme-color1, #70167e);
  font-size: 1.85rem;
}

.home-staff-card__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

/* Arama kutusu kaldırıldı */
.popup-search-box {
  display: none !important;
}

/* Footer */
.site-footer__slogan {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.35;
}

.site-footer__tagline {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 22px;
  line-height: 1.5;
}

.site-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.site-footer__contact li:last-child {
  margin-bottom: 0;
}

.site-footer__contact-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffe08a;
  font-size: 1rem;
}

.site-footer__contact-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2px;
}

.site-footer .site-footer__address,
.site-footer .site-footer__link {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.site-footer .site-footer__address:hover,
.site-footer .site-footer__link:hover {
  color: #ffe08a !important;
  text-decoration: underline;
}

.site-footer__text {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
}

.site-footer__title {
  margin-bottom: 18px;
}

.site-footer__menu li {
  margin-bottom: 10px;
}

.site-footer__menu a {
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.site-footer__menu a:hover {
  color: #ffe08a !important;
  padding-left: 4px;
}

.site-footer__classes li span {
  color: rgba(255, 255, 255, 0.85);
}

.site-footer__note {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 18px;
}

.site-footer__note strong {
  color: #ffe08a;
}

.site-footer__social {
  padding-top: 4px;
}

.site-footer__social .social-style__label {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__copyright {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
  font-size: 0.9rem;
}

.site-footer__legal a:hover {
  color: #ffe08a !important;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .site-footer__legal {
    justify-content: flex-end;
  }
}

/* Yasal sayfalar */
.legal-page h3 {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.75rem 0 0.65rem;
  color: var(--vs-title-color, #25283e);
}

.legal-page p,
.legal-page li {
  color: rgba(37, 40, 62, 0.82);
  line-height: 1.65;
}

.legal-page a {
  color: var(--vs-theme-color1, #70167e);
  font-weight: 600;
}

/* Atölyeler ve özel programlar */
.home-activities-section {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f6f1e4 50%, #fff 100%);
}

.home-activities-section__header {
  max-width: 720px;
  margin: 0 auto 44px;
  padding: 32px 26px 28px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 241, 228, 0.9) 100%);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.08);
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.home-activities-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(112, 22, 126, 0.25);
}

.home-activities-section__badge img {
  filter: brightness(0) invert(1);
}

.home-activities-section__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.65rem, 1.2rem + 2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--vs-title-color, #25283e);
}

.home-activities-section__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.home-activities-section__lead {
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.78);
  margin: 0 0 20px;
}

.home-activities-section__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.home-activities-section__divider span {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.22), transparent);
}

.home-activities-section__divider i {
  color: var(--vs-theme-color2, #f6a638);
  font-size: 0.95rem;
}

.home-activities-section__grid > [class*="col-"] {
  display: flex;
}

.home-activities-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 300px;
  height: 100%;
  padding: 24px 20px 38px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(27, 79, 114, 0.1);
  box-shadow: 0 10px 32px rgba(27, 79, 114, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-activities-section__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(112, 22, 126, 0.12);
}

.home-activities-section__card--has-gallery {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.home-activities-section__card--has-gallery:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(112, 22, 126, 0.16);
}

.home-activities-section__card--has-gallery:active,
.home-activities-section__card--has-gallery.is-activity-pressed {
  transform: translateY(-2px) scale(0.97);
  box-shadow: 0 8px 24px rgba(112, 22, 126, 0.14);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.home-activities-section__emblem {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  margin-bottom: 12px;
  border-radius: 50%;
  overflow: visible;
  background: linear-gradient(180deg, #f8f6f0 0%, #fff 100%);
  box-shadow: inset 0 0 0 1px rgba(27, 79, 114, 0.08);
}

.home-activities-section__card--has-gallery .home-activities-section__emblem::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(112, 22, 126, 0);
  transition: background 0.25s ease;
  pointer-events: none;
  z-index: 1;
}

.home-activities-section__card--has-gallery:hover .home-activities-section__emblem::after,
.home-activities-section__card--has-gallery:focus-visible .home-activities-section__emblem::after {
  background: rgba(112, 22, 126, 0.22);
}

.home-activities-section__emblem img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
}

.home-activities-section__emblem-logo,
.home-activities-section__emblem img.home-activities-section__emblem-logo {
  object-fit: contain;
  padding: 10px;
}

.home-activities-section__photo-badge {
  position: absolute;
  top: -4px;
  right: -10px;
  bottom: auto;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 30px;
  height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  background: linear-gradient(145deg, #ff5a1f 0%, #e85d04 45%, #d84315 100%);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 3px solid #fff;
  box-shadow:
    0 4px 14px rgba(232, 93, 4, 0.55),
    0 0 0 1px rgba(216, 67, 21, 0.35);
  animation: home-activities-photo-badge-pulse 2.4s ease-in-out infinite;
}

.home-activities-section__photo-badge i {
  font-size: 0.72rem;
  opacity: 0.95;
}

.home-activities-section__photo-badge-count {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .home-activities-section__photo-badge {
    animation: none;
  }
}

.home-activities-section__card--has-gallery:hover .home-activities-section__photo-badge {
  animation: none;
  transform: scale(1.08);
}

@keyframes home-activities-photo-badge-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 4px 14px rgba(232, 93, 4, 0.55),
      0 0 0 1px rgba(216, 67, 21, 0.35);
  }

  50% {
    transform: scale(1.1);
    box-shadow:
      0 6px 18px rgba(232, 93, 4, 0.65),
      0 0 0 2px rgba(255, 90, 31, 0.45);
  }
}

.home-activities-section__tap-hint {
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  margin: 0;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(112, 22, 126, 0.09);
  font-size: 0.76rem;
  font-weight: 600;
  color: #70167e;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-activities-section__card--has-gallery:hover .home-activities-section__tap-hint,
.home-activities-section__card--has-gallery:focus-visible .home-activities-section__tap-hint {
  transform: translateX(-50%) scale(1.03);
}

.home-activities-section__card-title {
  font-family: "Dancing Script", "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1.85rem, 1.45rem + 1.1vw, 2.35rem);
  font-weight: 600;
  line-height: 1.1;
  color: #021a88;
  margin: 0 0 10px;
  max-width: 17rem;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.2em;
}

.home-activities-section__card-text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.72);
  max-width: 18rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  min-height: 4.65em;
}

@media (max-width: 767px) {
  .home-activities-section__header {
    padding: 26px 20px 22px;
    margin-bottom: 32px;
  }

  .home-activities-section__card {
    padding: 24px 18px 22px;
  }
}

/* Veli yorumları */
.home-testimonials-section {
  background: linear-gradient(180deg, #f6f1e4 0%, #fff 45%, #f6f1e4 100%);
}

.home-testimonials-section__header {
  max-width: 720px;
  margin: 0 auto 44px;
  padding: 32px 26px 28px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 241, 228, 0.9) 100%);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.08);
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.home-testimonials-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(112, 22, 126, 0.25);
}

.home-testimonials-section__badge img {
  filter: brightness(0) invert(1);
}

.home-testimonials-section__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.65rem, 1.2rem + 2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--vs-title-color, #25283e);
}

.home-testimonials-section__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.home-testimonials-section__lead {
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.78);
  margin: 0 0 20px;
}

.home-testimonials-section__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.home-testimonials-section__divider span {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.22), transparent);
}

.home-testimonials-section__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.9rem;
  opacity: 0.75;
}

.home-testimonials-section__swiper {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.home-testimonials-section__swiper .swiper-wrapper {
  align-items: stretch;
}

.home-testimonials-section__slide {
  display: flex;
  height: auto;
  box-sizing: border-box;
}

.home-testimonials-section__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 28px 24px 24px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 10px 32px rgba(74, 37, 89, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-testimonials-section__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(112, 22, 126, 0.12);
}

.home-testimonials-section__pagination {
  position: relative;
  margin-top: 28px;
}

.home-testimonials-section__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background: rgba(112, 22, 126, 0.25);
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease;
}

.home-testimonials-section__pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: var(--vs-theme-color1, #70167e);
}

.home-testimonials-section__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  color: var(--vs-theme-color2, #f6a638);
  font-size: 0.95rem;
}

.home-testimonials-section__quote {
  flex: 1;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.82);
  margin: 0 0 18px;
  font-style: normal;
}

.home-testimonials-section__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 14px;
  border-top: 1px dashed rgba(112, 22, 126, 0.15);
}

.home-testimonials-section__name {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--vs-theme-color1, #70167e);
}

.home-testimonials-section__detail {
  font-size: 0.88rem;
  color: rgba(37, 40, 62, 0.6);
}

/* Konum / harita */
.home-map-section {
  background: #fff;
  padding-top: 48px;
}

.home-map-section__info {
  padding: 32px 28px;
  background: linear-gradient(165deg, #f6f1e4 0%, #fff 100%);
  border-radius: 22px;
  border: 1px solid rgba(112, 22, 126, 0.1);
  box-shadow: 0 12px 36px rgba(74, 37, 89, 0.08);
}

.home-map-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 16px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
}

.home-map-section__badge img {
  filter: brightness(0) invert(1);
}

.home-map-section__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.2rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--vs-title-color, #25283e);
}

.home-map-section__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.home-map-section__lead {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(37, 40, 62, 0.78);
  margin: 0 0 20px;
}

.home-map-section__contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(37, 40, 62, 0.85);
}

.home-map-section__contact li i {
  flex-shrink: 0;
  width: 20px;
  margin-top: 3px;
  color: var(--vs-theme-color1, #70167e);
}

.home-map-section__contact a {
  color: #021a88;
  font-weight: 600;
  text-decoration: none;
}

.home-map-section__contact a:hover {
  text-decoration: underline;
}

.home-map-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-map-section__map {
  height: 100%;
  min-height: 320px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(112, 22, 126, 0.12);
  box-shadow: 0 12px 36px rgba(74, 37, 89, 0.1);
}

.home-map-section__map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .home-map-section {
    padding-top: 36px;
  }

  .home-map-section__info {
    padding: 26px 22px;
  }

  .home-map-section__map {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .home-testimonials-section__header {
    padding: 26px 20px 22px;
    margin-bottom: 32px;
  }

  .home-testimonials-section__card {
    padding: 24px 20px 20px;
  }

  .home-map-section__actions {
    flex-direction: column;
  }

  .home-map-section__actions .vs-btn {
    width: 100%;
    justify-content: center;
  }
}

/* İç sayfa breadcrumb — vs-balls ayrı child (section üstünde beyaz şerit yapıyordu) */
.breadcumb-wrapper {
  position: relative;
  overflow: visible;
  z-index: 2;
}

.breadcumb-wrapper .container {
  position: relative;
  z-index: 1;
}

.breadcumb-wrapper > .vs-balls,
.breadcumb-wrapper__edge {
  z-index: 3;
  mix-blend-mode: normal;
}

.breadcumb-wrapper__edge .vs-balls__ball {
  mix-blend-mode: normal;
}

.breadcumb-wrapper + .about-page-section {
  padding-top: calc(var(--vs-section-space, 120px) + 4px);
}

.about-page-section--lead {
  padding-top: calc(var(--vs-section-space, 120px) - 16px);
}

@media (max-width: 991px) {
  .about-page-section--lead {
    padding-top: var(--vs-section-space-mobile, 80px);
  }
}

/* Hakkımızda iç sayfa — düz krem zemin */
.about-page-section {
  position: relative;
  background-color: #f6f1e4;
  background-image: linear-gradient(
    180deg,
    #efe9dc 0%,
    #f6f1e4 28%,
    #f6f1e4 100%
  );
}

.about-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 50% at 50% 0%, rgba(112, 22, 126, 0.05), transparent 65%);
  pointer-events: none;
}

.about-page-section .container {
  position: relative;
  z-index: 1;
}

.about-page {
  padding-bottom: 12px;
  background: transparent;
}

.about-page__intro {
  margin-bottom: 48px;
  align-items: stretch;
}

.about-page__intro > .col-lg-6:first-child {
  display: flex;
}

.about-page__media {
  flex: 1;
  display: flex;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  padding: 12px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 241, 228, 0.9) 100%);
  border: 1px solid rgba(112, 22, 126, 0.1);
  box-shadow: 0 18px 52px rgba(112, 22, 126, 0.12);
}

.about-page__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 400px;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  object-fit: cover;
  object-position: center center;
}

.about-page__panel {
  height: 100%;
  padding: 36px 32px 32px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 241, 228, 0.92) 100%);
  border-radius: 24px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.1);
}

.about-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(112, 22, 126, 0.22);
}

.about-page__badge img {
  filter: brightness(0) invert(1);
}

.about-page__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.2rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 10px;
  color: var(--vs-title-color, #25283e);
}

.about-page__tagline {
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--vs-theme-color1, #70167e);
  margin: 0 0 16px;
}

.about-page__intro-text {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(37, 40, 62, 0.85);
  margin: 0 0 18px;
}

/* Zengin metin — hakkımızda / hoş geldiniz */
.rich-text-content {
  line-height: 1.75;
}

.rich-text-content > *:first-child {
  margin-top: 0;
}

.rich-text-content > *:last-child {
  margin-bottom: 0;
}

.rich-text-content p {
  margin: 0 0 1em;
}

.rich-text-content p:last-child {
  margin-bottom: 0;
}

.rich-text-content h3,
.rich-text-content h4 {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-weight: 800;
  color: var(--vs-title-color, #25283e);
  margin: 0 0 0.65em;
  line-height: 1.3;
}

.rich-text-content h3 {
  font-size: 1.2rem;
}

.rich-text-content h4 {
  font-size: 1.05rem;
}

.rich-text-content strong,
.rich-text-content b {
  font-weight: 800;
  color: var(--vs-title-color, #25283e);
}

.rich-text-content em,
.rich-text-content i {
  font-style: italic;
}

.rich-text-content .text-large {
  font-size: 1.12rem;
  font-weight: 700;
}

.rich-text-content .text-lead {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--vs-theme-color1, #70167e);
}

.rich-text-content .text-muted {
  font-size: 0.92rem;
  color: rgba(37, 40, 62, 0.62);
}

.rich-text-content ul,
.rich-text-content ol {
  margin: 0 0 1em;
  padding-left: 1.35em;
}

.rich-text-content li {
  margin-bottom: 0.35em;
}

.rich-text-content blockquote {
  margin: 0 0 1em;
  padding: 12px 16px;
  border-left: 4px solid var(--vs-theme-color2, #f6a638);
  background: rgba(246, 241, 228, 0.65);
  border-radius: 0 10px 10px 0;
  font-style: italic;
}

.home-about-panel__intro.rich-text-content {
  color: rgba(37, 40, 62, 0.88);
}

.about-page__slogan {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--vs-title-color, #25283e);
  margin: 0;
  padding-top: 18px;
  border-top: 1px dashed rgba(112, 22, 126, 0.22);
}

.about-page__slogan span {
  color: var(--vs-theme-color2, #f6a638);
}

.about-page__block--programs {
  margin-bottom: 56px;
  padding: 32px 28px 28px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.55) 0%, rgba(246, 241, 228, 0.35) 100%);
  border-radius: 24px;
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.about-page__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
}

.about-page__stats li {
  text-align: center;
  padding: 22px 16px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(112, 22, 126, 0.1);
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.about-page__stats li:hover {
  transform: translateY(-3px);
  border-color: rgba(112, 22, 126, 0.22);
}

.about-page__stat-value {
  display: block;
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.35rem, 1rem + 1vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--vs-theme-color1, #70167e);
  margin-bottom: 6px;
}

.about-page__stat-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(37, 40, 62, 0.72);
  line-height: 1.35;
}

.about-page__section-header {
  max-width: 640px;
  margin: 0 auto 36px;
  padding: 28px 24px 24px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 241, 228, 0.88) 100%);
  border-radius: 22px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 10px 32px rgba(74, 37, 89, 0.06);
}

.about-page__section-header--inline {
  max-width: none;
  margin: 0;
  padding: 8px 0 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px dashed rgba(112, 22, 126, 0.18);
}

.about-page__section-header + .row,
.about-page__section-header + .about-page__programs {
  margin-bottom: 56px;
}

.about-page__programs + .about-page__section-header {
  margin-top: 48px;
}

.about-page__section-badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 12px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
}

.about-page__section-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.45rem, 1.05rem + 1.2vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--vs-title-color, #25283e);
}

.about-page__section-title span {
  color: var(--vs-theme-color2, #f6a638);
}

.about-page__section-lead {
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(37, 40, 62, 0.75);
  margin: 0;
}

.about-page__program-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px 22px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 8px 28px rgba(74, 37, 89, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-page__program-card:hover {
  transform: translateY(-3px);
  border-color: rgba(112, 22, 126, 0.18);
  box-shadow: 0 14px 40px rgba(112, 22, 126, 0.11);
}

.about-page__program-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #70167e, #8e2f9c);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(112, 22, 126, 0.25);
}

.about-page__program-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #021a88;
}

.about-page__program-text {
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.78);
}

.about-page__values {
  margin-bottom: 56px;
}

.about-page__value-card {
  text-align: center;
  padding: 28px 20px 26px;
  background: linear-gradient(165deg, #fff 0%, rgba(246, 241, 228, 0.5) 100%);
  border-radius: 20px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 8px 28px rgba(74, 37, 89, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-page__value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(112, 22, 126, 0.1);
}

.about-page__value-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  font-size: 1.35rem;
  color: #fff;
  background: var(--vs-theme-color1, #70167e);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(112, 22, 126, 0.28);
}

.about-page__value-card h3 {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--vs-title-color, #25283e);
}

.about-page__value-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(37, 40, 62, 0.75);
}

.about-page__cta {
  position: relative;
  padding: 40px 36px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #70167e 0%, #8e2f9c 48%, #c97a12 100%);
  box-shadow: 0 20px 56px rgba(112, 22, 126, 0.22);
}

.about-page__cta::before,
.about-page__cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-page__cta::before {
  width: 220px;
  height: 220px;
  top: -80px;
  right: -30px;
  background: rgba(255, 255, 255, 0.08);
}

.about-page__cta::after {
  width: 160px;
  height: 160px;
  bottom: -60px;
  left: -20px;
  background: rgba(255, 255, 255, 0.06);
}

.about-page__cta .row {
  position: relative;
  z-index: 1;
}

.about-page__cta-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.35rem, 1rem + 1vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 12px;
}

.about-page__cta-text {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.about-page__contact-mini li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}

.about-page__contact-mini li:last-child {
  margin-bottom: 0;
}

.about-page__contact-mini li i {
  flex-shrink: 0;
  width: 18px;
  margin-top: 3px;
  color: #ffe08a;
}

.about-page__contact-mini a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-page__contact-mini a:hover {
  color: #ffe08a;
}

.about-page__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.about-page__cta-actions .vs-btn.style2 {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.about-page__cta-actions .vs-btn.style2::before,
.about-page__cta-actions .vs-btn.style2::after {
  display: none;
}

.about-page__cta-actions .vs-btn.style2 .vs-btn__border {
  border-color: rgba(255, 255, 255, 0.45);
}

.about-page__cta-actions .vs-btn.style2:hover {
  background: #fff;
  border-color: #fff;
  color: var(--vs-theme-color1, #70167e) !important;
}

.about-page__cta-actions .vs-btn.style2:hover .vs-btn__border {
  border-color: rgba(112, 22, 126, 0.35);
  opacity: 0.75;
}

@media (max-width: 991px) {
  .about-page__block--programs {
    padding: 26px 20px 22px;
  }

  .about-page__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-page__intro > .col-lg-6:first-child {
    display: block;
  }

  .about-page__media img {
    height: auto;
    min-height: 240px;
    max-height: 320px;
    aspect-ratio: 4 / 3;
  }

  .about-page__cta-actions {
    align-items: stretch;
  }

  .col-lg-5.text-lg-end {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .about-page__panel {
    padding: 28px 22px 24px;
  }

  .about-page__block--programs {
    padding: 22px 16px 18px;
    margin-bottom: 40px;
  }

  .about-page__stats {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .about-page__section-header {
    padding: 22px 18px 18px;
    margin-bottom: 28px;
  }

  .about-page__programs + .about-page__section-header {
    margin-top: 36px;
  }

  .about-page__cta {
    padding: 28px 22px;
  }

  .about-page__cta-actions .vs-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Eğitim programı iç sayfa */
.education-page-section {
  position: relative;
  background-color: #f6f1e4;
  background-image: linear-gradient(
    180deg,
    #efe9dc 0%,
    #f6f1e4 28%,
    #f6f1e4 100%
  );
}

.education-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 50% at 50% 0%, rgba(112, 22, 126, 0.05), transparent 65%);
  pointer-events: none;
}

.education-page-section .container {
  position: relative;
  z-index: 1;
}

.education-page-section--lead {
  padding-top: calc(var(--vs-section-space, 120px) - 16px);
}

@media (max-width: 991px) {
  .education-page-section--lead {
    padding-top: var(--vs-section-space-mobile, 80px);
  }
}

.education-page__header {
  max-width: 760px;
  margin: 0 auto 48px;
  padding: 36px 28px 32px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 241, 228, 0.9) 100%);
  border-radius: 24px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.1);
}

.education-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(112, 22, 126, 0.22);
}

.education-page__badge img {
  filter: brightness(0) invert(1);
}

.education-page__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.55rem, 1.15rem + 1.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  color: var(--vs-title-color, #25283e);
}

.education-page__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.education-page__lead {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(37, 40, 62, 0.85);
  margin: 0 0 12px;
}

.education-page__capacity {
  font-size: 0.95rem;
  color: rgba(37, 40, 62, 0.75);
  margin: 0 0 22px;
}

.education-page__capacity strong {
  color: var(--vs-theme-color1, #70167e);
}

.education-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.education-page__divider span {
  flex: 1;
  max-width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.25), transparent);
}

.education-page__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.9rem;
  opacity: 0.75;
}

.education-page__programs {
  margin-bottom: 56px;
}

.education-page .education-page__program-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(74, 37, 89, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.education-page .education-page__program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(112, 22, 126, 0.14);
}

.education-page .programs-section__card-media {
  aspect-ratio: 16 / 10;
}

.education-page .programs-section__card-media .vs-service__image {
  min-height: 100%;
  object-fit: cover;
}

.education-page__block {
  margin-bottom: 56px;
  padding: 32px 28px 28px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.55) 0%, rgba(246, 241, 228, 0.35) 100%);
  border-radius: 24px;
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.education-page__section-header {
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 0 0 8px;
}

.education-page__block .education-page__section-header {
  margin-bottom: 28px;
}

.education-page__section-header + .education-page__ages {
  margin-top: 0;
}

.education-page__programs + .education-page__section-header,
.education-page__programs + .education-page__block {
  margin-top: 0;
}

.education-page__section-badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 12px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
}

.education-page__section-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.45rem, 1.05rem + 1.2vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--vs-title-color, #25283e);
}

.education-page__section-title span {
  color: var(--vs-theme-color2, #f6a638);
}

.education-page__section-lead {
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(37, 40, 62, 0.75);
  margin: 0;
}

.education-page__activities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
}

.education-page__activity {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 16px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 6px 20px rgba(74, 37, 89, 0.05);
}

.education-page__activity-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 241, 228, 0.9);
  border-radius: 12px;
  padding: 6px;
}

.education-page__activity-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.education-page__activity-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 6px;
  color: #021a88;
}

.education-page__activity p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.75);
}

.education-page__ages {
  margin-bottom: 56px;
}

.education-page__section-header:not(.education-page__block .education-page__section-header) {
  max-width: 640px;
  margin: 0 auto 36px;
  padding: 28px 24px 24px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 241, 228, 0.88) 100%);
  border-radius: 22px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 10px 32px rgba(74, 37, 89, 0.06);
}

.education-page__cta {
  position: relative;
  padding: 40px 36px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #70167e 0%, #8e2f9c 48%, #c97a12 100%);
  box-shadow: 0 20px 56px rgba(112, 22, 126, 0.22);
}

.education-page__cta::before,
.education-page__cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.education-page__cta::before {
  width: 220px;
  height: 220px;
  top: -80px;
  right: -30px;
  background: rgba(255, 255, 255, 0.08);
}

.education-page__cta::after {
  width: 160px;
  height: 160px;
  bottom: -60px;
  left: -20px;
  background: rgba(255, 255, 255, 0.06);
}

.education-page__cta .row {
  position: relative;
  z-index: 1;
}

.education-page__cta-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.35rem, 1rem + 1vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 12px;
}

.education-page__cta-text {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.education-page__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.education-page__cta-actions .vs-btn.style2 {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.education-page__cta-actions .vs-btn.style2::before,
.education-page__cta-actions .vs-btn.style2::after {
  display: none;
}

.education-page__cta-actions .vs-btn.style2 .vs-btn__border {
  border-color: rgba(255, 255, 255, 0.45);
}

.education-page__cta-actions .vs-btn.style2:hover {
  background: #fff;
  border-color: #fff;
  color: var(--vs-theme-color1, #70167e) !important;
}

.education-page__cta-actions .vs-btn.style2:hover .vs-btn__border {
  border-color: rgba(112, 22, 126, 0.35);
  opacity: 0.75;
}

@media (max-width: 991px) {
  .education-page__activities {
    grid-template-columns: 1fr;
  }

  .education-page__header {
    padding: 28px 22px 26px;
    margin-bottom: 36px;
  }

  .education-page__cta-actions {
    align-items: stretch;
  }

  .education-page .col-lg-5.text-lg-end {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .education-page__block {
    padding: 22px 16px 18px;
    margin-bottom: 40px;
  }

  .education-page__cta {
    padding: 28px 22px;
  }

  .education-page__cta-actions .vs-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Galeri iç sayfa */
.gallery-page-section {
  position: relative;
  background-color: #f6f1e4;
  background-image: linear-gradient(
    180deg,
    #efe9dc 0%,
    #f6f1e4 28%,
    #f6f1e4 100%
  );
}

.gallery-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 50% at 50% 0%, rgba(112, 22, 126, 0.05), transparent 65%);
  pointer-events: none;
}

.gallery-page-section .container {
  position: relative;
  z-index: 1;
}

.gallery-page-section--lead {
  padding-top: calc(var(--vs-section-space, 120px) - 16px);
}

@media (max-width: 991px) {
  .gallery-page-section--lead {
    padding-top: var(--vs-section-space-mobile, 80px);
  }
}

.gallery-page__header {
  max-width: 720px;
  margin: 0 auto 36px;
  padding: 36px 28px 32px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 241, 228, 0.9) 100%);
  border-radius: 24px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.1);
}

.gallery-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(112, 22, 126, 0.22);
}

.gallery-page__badge img {
  filter: brightness(0) invert(1);
}

.gallery-page__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.55rem, 1.15rem + 1.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  color: var(--vs-title-color, #25283e);
}

.gallery-page__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.gallery-page__lead {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.82);
  margin: 0 0 20px;
}

.gallery-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.gallery-page__divider span {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.22), transparent);
}

.gallery-page__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.9rem;
  opacity: 0.75;
}

.gallery-page__nav {
  margin-bottom: 40px;
}

.gallery-page__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gallery-page__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--vs-title-color, #25283e);
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(112, 22, 126, 0.12);
  border-radius: 50px;
  box-shadow: 0 4px 14px rgba(74, 37, 89, 0.06);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.gallery-page__nav-link i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.85rem;
}

.gallery-page__nav-link:hover {
  background: var(--vs-theme-color1, #70167e);
  border-color: var(--vs-theme-color1, #70167e);
  color: #fff;
  transform: translateY(-2px);
}

.gallery-page__nav-link:hover i {
  color: #fff;
}

.gallery-page__category {
  margin-bottom: 48px;
  scroll-margin-top: 110px;
}

.gallery-page__category-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(112, 22, 126, 0.2);
}

.gallery-page__category-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-size: 1.1rem;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(112, 22, 126, 0.25);
}

.gallery-page__category-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.65rem);
  font-weight: 800;
  margin: 0;
  color: var(--vs-title-color, #25283e);
}

.gallery-page__item {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 10px 32px rgba(74, 37, 89, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-page__item::before,
.gallery-page__item::after {
  display: none !important;
}

.gallery-page__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(112, 22, 126, 0.14);
}

.gallery-page__item .vs-gallery__figure {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
}

.gallery-page__item .vs-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-page__item .vs-gallery__hover {
  inset: 0;
  bottom: auto;
  height: calc(100% - 46px);
}

.gallery-page__item .vs-gallery__icon {
  background: #fff;
  color: var(--vs-theme-color1, #70167e);
  border: 2px solid rgba(112, 22, 126, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.gallery-page__item .vs-gallery__icon:hover {
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
}

.gallery-page__caption {
  margin: 0;
  padding: 12px 16px 14px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(37, 40, 62, 0.8);
  background: #fff;
}

.gallery-page__cta {
  position: relative;
  margin-top: 16px;
  padding: 40px 36px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #70167e 0%, #8e2f9c 48%, #c97a12 100%);
  box-shadow: 0 20px 56px rgba(112, 22, 126, 0.22);
}

.gallery-page__cta::before,
.gallery-page__cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.gallery-page__cta::before {
  width: 220px;
  height: 220px;
  top: -80px;
  right: -30px;
  background: rgba(255, 255, 255, 0.08);
}

.gallery-page__cta::after {
  width: 160px;
  height: 160px;
  bottom: -60px;
  left: -20px;
  background: rgba(255, 255, 255, 0.06);
}

.gallery-page__cta .row {
  position: relative;
  z-index: 1;
}

.gallery-page__cta-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.35rem, 1rem + 1vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 12px;
}

.gallery-page__cta-text {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.gallery-page__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.gallery-page__cta-actions .vs-btn.style2 {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.gallery-page__cta-actions .vs-btn.style2::before,
.gallery-page__cta-actions .vs-btn.style2::after {
  display: none;
}

.gallery-page__cta-actions .vs-btn.style2 .vs-btn__border {
  border-color: rgba(255, 255, 255, 0.45);
}

.gallery-page__cta-actions .vs-btn.style2:hover {
  background: #fff;
  border-color: #fff;
  color: var(--vs-theme-color1, #70167e) !important;
}

.gallery-page__cta-actions .vs-btn.style2:hover .vs-btn__border {
  border-color: rgba(112, 22, 126, 0.35);
  opacity: 0.75;
}

@media (max-width: 991px) {
  .gallery-page__header {
    padding: 28px 22px 26px;
    margin-bottom: 28px;
  }

  .gallery-page__nav {
    margin-bottom: 32px;
  }

  .gallery-page__category {
    scroll-margin-top: 90px;
  }

  .gallery-page__cta-actions {
    align-items: stretch;
  }

  .gallery-page .col-lg-4.text-lg-end {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .gallery-page__nav-link {
    font-size: 0.8rem;
    padding: 8px 12px;
  }

  .gallery-page__cta {
    padding: 28px 22px;
  }

  .gallery-page__cta-actions .vs-btn {
    width: 100%;
    justify-content: center;
  }
}

/* İletişim iç sayfa */
.contact-page-section {
  position: relative;
  background-color: #f6f1e4;
  background-image: linear-gradient(
    180deg,
    #efe9dc 0%,
    #f6f1e4 28%,
    #f6f1e4 100%
  );
}

.contact-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 50% at 50% 0%, rgba(112, 22, 126, 0.05), transparent 65%);
  pointer-events: none;
}

.contact-page-section .container {
  position: relative;
  z-index: 1;
}

.contact-page-section--lead {
  padding-top: calc(var(--vs-section-space, 120px) - 16px);
}

@media (max-width: 991px) {
  .contact-page-section--lead {
    padding-top: var(--vs-section-space-mobile, 80px);
  }
}

.contact-page__header {
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 36px 28px 32px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 241, 228, 0.9) 100%);
  border-radius: 24px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.1);
}

.contact-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(112, 22, 126, 0.22);
}

.contact-page__badge img {
  filter: brightness(0) invert(1);
}

.contact-page__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.55rem, 1.15rem + 1.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  color: var(--vs-title-color, #25283e);
}

.contact-page__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.contact-page__lead {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.82);
  margin: 0 0 20px;
}

.contact-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.contact-page__divider span {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.22), transparent);
}

.contact-page__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.9rem;
  opacity: 0.75;
}

.contact-page__main {
  margin-bottom: 40px;
}

.contact-page__info {
  height: 100%;
  padding: 28px 24px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 241, 228, 0.92) 100%);
  border-radius: 22px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 14px 40px rgba(74, 37, 89, 0.08);
}

.contact-page__channels {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-page__channel {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.contact-page__channel-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-size: 1rem;
  border-radius: 12px;
}

.contact-page__channel-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(37, 40, 62, 0.55);
  margin-bottom: 4px;
}

.contact-page__channel-value {
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
  color: #021a88;
  text-decoration: none;
}

a.contact-page__channel-value:hover {
  color: var(--vs-theme-color1, #70167e);
  text-decoration: underline;
}

.contact-page__actions .vs-btn.style2 {
  justify-content: center;
}

.contact-page__map {
  height: 100%;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(112, 22, 126, 0.12);
  box-shadow: 0 14px 40px rgba(74, 37, 89, 0.1);
}

.contact-page__map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.contact-page__form-panel {
  padding: 32px 28px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.55) 0%, rgba(246, 241, 228, 0.35) 100%);
  border-radius: 24px;
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.contact-page__form-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.55rem);
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--vs-title-color, #25283e);
}

.contact-page__form-lead {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.78);
}

.contact-page__form-lead strong {
  color: var(--vs-theme-color1, #70167e);
}

.contact-page__input {
  padding: 14px 16px;
  font-size: 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(112, 22, 126, 0.15);
  background: #fff;
}

.contact-page__input:focus {
  border-color: var(--vs-theme-color1, #70167e);
  box-shadow: 0 0 0 3px rgba(112, 22, 126, 0.12);
}

.contact-page__form .vs-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.contact-page__form .vs-btn.style2::before,
.contact-page__form .vs-btn.style2::after {
  display: none;
}

@media (max-width: 991px) {
  .contact-page__header {
    padding: 28px 22px 26px;
    margin-bottom: 28px;
  }

  .contact-page__map {
    min-height: 320px;
  }

  .contact-page__map iframe {
    min-height: 320px;
  }
}

@media (max-width: 575px) {
  .contact-page__info,
  .contact-page__form-panel {
    padding: 22px 18px;
  }

  .contact-page__form .col-12.d-flex {
    flex-direction: column;
    align-items: stretch !important;
  }

  .contact-page__form .vs-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Öğretmen kadrosu iç sayfa */
.teachers-page-section {
  position: relative;
  background-color: #f6f1e4;
  background-image: linear-gradient(
    180deg,
    #efe9dc 0%,
    #f6f1e4 28%,
    #f6f1e4 100%
  );
}

.teachers-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 50% at 50% 0%, rgba(112, 22, 126, 0.05), transparent 65%);
  pointer-events: none;
}

.teachers-page-section .container {
  position: relative;
  z-index: 1;
}

.teachers-page-section--lead {
  padding-top: calc(var(--vs-section-space, 120px) - 16px);
}

@media (max-width: 991px) {
  .teachers-page-section--lead {
    padding-top: var(--vs-section-space-mobile, 80px);
  }
}

.teachers-page__header {
  max-width: 760px;
  margin: 0 auto 48px;
  padding: 36px 28px 32px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 241, 228, 0.9) 100%);
  border-radius: 24px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 16px 48px rgba(112, 22, 126, 0.1);
}

.teachers-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  margin-bottom: 18px;
  background: var(--vs-theme-color1, #70167e);
  color: #fff;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(112, 22, 126, 0.22);
}

.teachers-page__badge img {
  filter: brightness(0) invert(1);
}

.teachers-page__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.55rem, 1.15rem + 1.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  color: var(--vs-title-color, #25283e);
}

.teachers-page__title span {
  color: var(--vs-theme-color2, #f6a638);
}

.teachers-page__lead {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(37, 40, 62, 0.85);
  margin: 0 0 12px;
}

.teachers-page__capacity {
  font-size: 0.95rem;
  color: rgba(37, 40, 62, 0.75);
  margin: 0 0 22px;
}

.teachers-page__capacity strong {
  color: var(--vs-theme-color1, #70167e);
}

.teachers-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.teachers-page__divider span {
  flex: 1;
  max-width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.25), transparent);
}

.teachers-page__divider i {
  color: var(--vs-theme-color1, #70167e);
  font-size: 0.9rem;
  opacity: 0.75;
}

.teachers-page__section-header {
  max-width: 640px;
  margin: 0 auto 32px;
}

.teachers-page__staff + .teachers-page__values {
  margin-top: 56px;
}

.teachers-page__staff {
  margin-bottom: 8px;
}

.teachers-page__section-badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vs-theme-color1, #70167e);
  background: rgba(112, 22, 126, 0.1);
  border-radius: 50px;
}

.teachers-page__section-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.35rem, 1rem + 1.1vw, 1.85rem);
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 10px;
  color: var(--vs-title-color, #25283e);
}

.teachers-page__section-title span {
  color: var(--vs-theme-color2, #f6a638);
}

.teachers-page__section-lead {
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.78);
  margin: 0;
}

.teachers-page__values {
  padding: 32px 28px 28px;
  margin-bottom: 56px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 241, 228, 0.88) 100%);
  border-radius: 22px;
  border: 1px solid rgba(112, 22, 126, 0.08);
  box-shadow: 0 10px 32px rgba(74, 37, 89, 0.06);
}

.teachers-page__values .teachers-page__section-header {
  margin-bottom: 24px;
}

.teachers-page__values-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.teachers-page__value {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 16px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(112, 22, 126, 0.08);
}

.teachers-page__value-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(112, 22, 126, 0.1);
  color: var(--vs-theme-color1, #70167e);
  font-size: 1.1rem;
}

.teachers-page__value-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--vs-title-color, #25283e);
}

.teachers-page__value p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.75);
}

.teachers-page__ages {
  margin-bottom: 40px;
}

.teachers-page__section-header + .teachers-page__ages {
  margin-top: 0;
}

.teachers-page__note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  margin-bottom: 48px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  border: 1px dashed rgba(112, 22, 126, 0.22);
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(37, 40, 62, 0.8);
}

.teachers-page__note-icon {
  flex-shrink: 0;
  color: var(--vs-theme-color2, #f6a638);
  font-size: 1.2rem;
  margin-top: 2px;
}

.teachers-page__cta {
  position: relative;
  padding: 40px 36px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #70167e 0%, #8e2f9c 48%, #c97a12 100%);
  box-shadow: 0 20px 56px rgba(112, 22, 126, 0.22);
}

.teachers-page__cta::before,
.teachers-page__cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.teachers-page__cta::before {
  width: 220px;
  height: 220px;
  top: -80px;
  right: -30px;
  background: rgba(255, 255, 255, 0.08);
}

.teachers-page__cta::after {
  width: 160px;
  height: 160px;
  bottom: -60px;
  left: -20px;
  background: rgba(255, 255, 255, 0.06);
}

.teachers-page__cta .row {
  position: relative;
  z-index: 1;
}

.teachers-page__cta-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.35rem, 1rem + 1vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 12px;
}

.teachers-page__cta-text {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.teachers-page__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.teachers-page__cta-actions .vs-btn.style2 {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.teachers-page__cta-actions .vs-btn.style2::before,
.teachers-page__cta-actions .vs-btn.style2::after {
  display: none;
}

.teachers-page__cta-actions .vs-btn.style2:hover {
  background: #fff;
  border-color: #fff;
  color: var(--vs-theme-color1, #70167e);
}

@media (max-width: 991px) {
  .teachers-page__header {
    padding: 28px 22px 26px;
    margin-bottom: 36px;
  }

  .teachers-page__values-list {
    grid-template-columns: 1fr;
  }

  .teachers-page__values {
    padding: 24px 18px 20px;
  }

  .teachers-page__cta {
    padding: 32px 24px;
  }

  .teachers-page__cta-actions {
    align-items: stretch;
  }

  .teachers-page__cta-actions .vs-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .teachers-page__staff .staff-section__card {
    padding: 26px 14px 20px;
  }
}

/* Slider altı — kayıt banner */
.home-register-banner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px 28px;
  margin-top: -1px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(105deg, #70167e 0%, #9b2fa8 35%, #d18109 70%, #70167e 100%);
  background-size: 220% 100%;
  animation: home-register-banner-shimmer 5s ease-in-out infinite;
  overflow: hidden;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.home-register-banner:hover {
  color: #fff;
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.home-register-banner__glow {
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.35), transparent 55%);
  animation: home-register-banner-pulse 2.2s ease-in-out infinite;
  pointer-events: none;
}

.home-register-banner__dots {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.home-register-banner__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffe08a;
  box-shadow: 0 0 10px rgba(255, 224, 138, 0.9);
  animation: home-register-banner-blink 1.4s ease-in-out infinite;
}

.home-register-banner__dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.home-register-banner__dots span:nth-child(3) {
  animation-delay: 0.4s;
}

.home-register-banner__text {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.05rem, 2.8vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.home-register-banner__arrow {
  font-size: 1.1rem;
  opacity: 0.9;
  transition: transform 0.25s ease;
}

.home-register-banner:hover .home-register-banner__arrow {
  transform: translateX(4px);
}

@keyframes home-register-banner-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes home-register-banner-pulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(1.05); }
}

@keyframes home-register-banner-blink {
  0%, 100% { opacity: 0.35; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

/* Ön kayıt formu sayfası */
.pre-registration-page {
  position: relative;
  background: linear-gradient(180deg, #f6f1e4 0%, #fff 32%, #f8f4fc 68%, #f6f1e4 100%);
  overflow: hidden;
}

.pre-registration-page__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.pre-registration-page__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
}

.pre-registration-page__blob--1 {
  width: 420px;
  height: 420px;
  top: -8%;
  left: -6%;
  background: rgba(112, 22, 126, 0.18);
}

.pre-registration-page__blob--2 {
  width: 360px;
  height: 360px;
  top: 35%;
  right: -8%;
  background: rgba(246, 166, 56, 0.22);
}

.pre-registration-page__blob--3 {
  width: 280px;
  height: 280px;
  bottom: 5%;
  left: 30%;
  background: rgba(45, 90, 71, 0.12);
}

.pre-registration-page__header {
  max-width: 720px;
  margin: 0 auto 36px;
  padding: 32px 20px 0;
}

.pre-registration-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(112, 22, 126, 0.12);
  border-radius: 999px;
  font-family: var(--vs-special-font, "Short Stack", cursive);
  font-size: 1rem;
  font-weight: 700;
  color: #70167e;
  box-shadow: 0 4px 18px rgba(112, 22, 126, 0.08);
}

.pre-registration-page__title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: clamp(1.85rem, 1.3rem + 2.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: #4a2559;
  margin: 0 0 12px;
}

.pre-registration-page__lead {
  font-size: 1.06rem;
  line-height: 1.65;
  color: rgba(37, 40, 62, 0.78);
  max-width: 560px;
  margin: 0 auto;
}

.pre-registration-page__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.pre-registration-page__divider span {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(112, 22, 126, 0.35), transparent);
}

.pre-registration-page__divider i {
  color: #70167e;
  font-size: 1rem;
  opacity: 0.8;
}

.pre-registration-page__main {
  max-width: 1140px;
  margin: 0 auto;
}

.pre-registration-page__aside {
  height: 100%;
  padding: 26px 24px 28px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 241, 228, 0.9) 100%);
  border: 1px solid rgba(112, 22, 126, 0.1);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(74, 37, 89, 0.07);
}

.pre-registration-page__visual {
  position: relative;
  margin-bottom: 22px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(74, 37, 89, 0.12);
}

.pre-registration-page__visual-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pre-registration-page__visual-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 3px solid rgba(112, 22, 126, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.pre-registration-page__visual-badge img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

.pre-registration-page__aside-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.2rem;
  font-weight: 800;
  color: #4a2559;
  margin: 0 0 16px;
}

.pre-registration-page__steps li {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.pre-registration-page__step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #70167e, #9b2fa8);
  box-shadow: 0 4px 12px rgba(112, 22, 126, 0.25);
}

.pre-registration-page__steps strong {
  display: block;
  font-size: 0.95rem;
  color: #4a2559;
  margin-bottom: 2px;
}

.pre-registration-page__steps p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(45, 36, 51, 0.65);
}

.pre-registration-page__perks {
  margin: 20px 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(112, 22, 126, 0.06);
  border: 1px dashed rgba(112, 22, 126, 0.15);
}

.pre-registration-page__perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #4a2559;
  margin-bottom: 8px;
}

.pre-registration-page__perks li:last-child {
  margin-bottom: 0;
}

.pre-registration-page__perks li i {
  color: #2d5a47;
  font-size: 0.8rem;
}

.pre-registration-page__privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(45, 36, 51, 0.58);
}

.pre-registration-page__privacy i {
  margin-top: 2px;
  color: #70167e;
}

.pre-registration-page__card {
  height: 100%;
  padding: 0;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(112, 22, 126, 0.1);
  box-shadow:
    0 22px 50px rgba(74, 37, 89, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
  overflow: hidden;
}

.pre-registration-page__card-head {
  padding: 26px 28px 20px;
  background: linear-gradient(135deg, rgba(112, 22, 126, 0.06) 0%, rgba(246, 166, 56, 0.08) 100%);
  border-bottom: 1px solid rgba(112, 22, 126, 0.08);
}

.pre-registration-page__card-title {
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.25rem;
  font-weight: 800;
  color: #4a2559;
  margin: 0 0 4px;
}

.pre-registration-page__card-lead {
  font-size: 0.88rem;
  color: rgba(45, 36, 51, 0.6);
}

.pre-registration-page__form {
  padding: 24px 28px 30px;
}

.pre-registration-page__group {
  margin: 0 0 22px;
  padding: 0;
  border: none;
}

.pre-registration-page__group-title {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0 0 14px;
  padding: 0 0 8px;
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
  color: #70167e;
  border-bottom: 1px dashed rgba(112, 22, 126, 0.15);
}

.pre-registration-page__group-title i {
  font-size: 0.9rem;
  opacity: 0.85;
}

.pre-registration-page__field {
  margin-bottom: 0;
}

.pre-registration-page__label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #4a2559;
}

.pre-registration-page__label i {
  font-size: 0.82rem;
  color: #70167e;
  opacity: 0.8;
}

.pre-registration-page__req {
  color: #e85d04;
}

.pre-registration-page__opt {
  font-weight: 500;
  font-size: 0.82rem;
  color: rgba(45, 36, 51, 0.5);
}

.pre-registration-page__input,
.pre-registration-page__textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: #25283e;
  border: 1px solid rgba(112, 22, 126, 0.18);
  border-radius: 12px;
  background: #faf8f6;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.pre-registration-page__input:focus,
.pre-registration-page__textarea:focus {
  outline: none;
  border-color: #70167e;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(112, 22, 126, 0.12);
}

.pre-registration-page__input.is-invalid,
.pre-registration-page__textarea.is-invalid {
  border-color: #c0392b;
}

.pre-registration-page__textarea {
  min-height: 120px;
  resize: vertical;
}

.pre-registration-page__hint {
  margin: -2px 0 8px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(45, 36, 51, 0.58);
}

.pre-registration-page__sublabel {
  display: block;
  margin-bottom: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  color: rgba(74, 37, 89, 0.85);
}

.pre-registration-page__field + .pre-registration-page__field,
.pre-registration-page__choices + .pre-registration-page__field {
  margin-top: 20px;
}

.pre-registration-page__choice-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pre-registration-page__choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(112, 22, 126, 0.14);
  border-radius: 12px;
  background: #faf8f6;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.pre-registration-page__choice:has(input:checked) {
  border-color: #70167e;
  background: rgba(112, 22, 126, 0.06);
  box-shadow: 0 0 0 2px rgba(112, 22, 126, 0.1);
}

.pre-registration-page__choice input {
  margin-top: 3px;
  accent-color: #70167e;
  flex-shrink: 0;
}

.pre-registration-page__choice-text {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #4a2559;
}

.pre-registration-page__choices.is-invalid-group .pre-registration-page__choice-list {
  padding: 2px;
  border-radius: 12px;
  box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.2);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pre-registration-page__field-error {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  color: #c0392b;
}

.pre-registration-page__submit-wrap {
  text-align: center;
  padding-top: 8px;
  border-top: 1px dashed rgba(112, 22, 126, 0.12);
}

.pre-registration-page__submit {
  min-width: 240px;
}

.pre-registration-page__alt {
  margin-top: 14px;
  font-size: 0.88rem;
  color: rgba(45, 36, 51, 0.62);
}

.pre-registration-page__alt a {
  font-weight: 700;
  color: #70167e;
  text-decoration: none;
}

.pre-registration-page__alt a:hover {
  text-decoration: underline;
}

.pre-registration-page__alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto 20px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.pre-registration-page__alert--error {
  background: #fff5f5;
  border: 1px solid rgba(192, 57, 43, 0.25);
  color: #922b21;
}

.pre-registration-page__success-wrap {
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
}

.pre-registration-page__success {
  position: relative;
  max-width: 540px;
  text-align: center;
  padding: 48px 36px 40px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(112, 22, 126, 0.1);
  box-shadow: 0 20px 56px rgba(74, 37, 89, 0.12);
  overflow: hidden;
}

.pre-registration-page__success-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 25%, rgba(246, 166, 56, 0.2), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(112, 22, 126, 0.12), transparent 45%);
}

.pre-registration-page__success-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #70167e, #d18109);
  font-size: 2.2rem;
  color: #fff;
  box-shadow: 0 12px 28px rgba(112, 22, 126, 0.3);
}

.pre-registration-page__success-title {
  position: relative;
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.85rem;
  font-weight: 800;
  color: #4a2559;
  margin: 0 0 10px;
}

.pre-registration-page__success-text {
  position: relative;
  color: rgba(45, 36, 51, 0.72);
  margin-bottom: 22px;
  line-height: 1.6;
}

.pre-registration-page__success-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 991px) {
  .pre-registration-page__aside {
    margin-bottom: 8px;
  }

  .pre-registration-page__visual-img {
    aspect-ratio: 16 / 9;
    max-height: 220px;
  }
}

/* Hafif kayıt yönlendirmesi — sayfa içi */
.register-nudge {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(45, 36, 51, 0.62);
}

.register-nudge a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 4px;
  font-weight: 600;
  color: #70167e;
  text-decoration: none;
  white-space: nowrap;
}

.register-nudge a:hover {
  text-decoration: underline;
}

.register-nudge a i {
  font-size: 0.72rem;
  transition: transform 0.2s;
}

.register-nudge a:hover i {
  transform: translateX(3px);
}

.register-nudge--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  text-align: center;
}

.register-nudge--inline .register-nudge__icon {
  color: rgba(112, 22, 126, 0.45);
  font-size: 0.85rem;
}

.register-nudge--inline a {
  margin-left: 0;
}

.register-nudge--footnote {
  max-width: 100%;
}

.register-nudge--chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #70167e !important;
  text-decoration: none !important;
  background: rgba(112, 22, 126, 0.06);
  border: 1px solid rgba(112, 22, 126, 0.14);
  border-radius: 999px;
  transition: background 0.2s, border-color 0.2s;
}

.register-nudge--chip:hover {
  background: rgba(112, 22, 126, 0.1);
  border-color: rgba(112, 22, 126, 0.28);
}

.home-about-panel__register-nudge {
  margin-top: 14px;
}

.home-testimonials-section__register-nudge {
  margin-top: -4px;
  margin-bottom: 8px;
}

.about-page__register-nudge,
.education-page__register-nudge,
.teachers-page__register-nudge,
.gallery-page__register-nudge,
.contact-page__register-nudge {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .about-page__register-nudge,
  .education-page__register-nudge,
  .teachers-page__register-nudge,
  .gallery-page__register-nudge {
    text-align: right;
  }
}

/* Sınıf öğrenci galerisi */
.age-groups-section__students-note {
  max-width: 640px;
  margin: 0 auto 16px;
  padding: 12px 16px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(45, 36, 51, 0.72);
  background: rgba(112, 22, 126, 0.06);
  border-radius: 12px;
  border: 1px dashed rgba(112, 22, 126, 0.18);
}

.age-groups-section__students-note i {
  color: #70167e;
  margin-right: 6px;
}

.age-groups-section__card--interactive {
  cursor: pointer;
}

.age-groups-section__card--interactive:hover {
  border-color: rgba(112, 22, 126, 0.28);
  box-shadow: 0 16px 40px rgba(74, 37, 89, 0.14);
}

.age-groups-section__students-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: rgba(112, 22, 126, 0.88);
  box-shadow: 0 4px 14px rgba(74, 37, 89, 0.25);
}

.age-groups-section__tap-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #70167e;
}

.live-edit-list-edit-btn--students {
  background: rgba(112, 22, 126, 0.12);
  color: #70167e;
}

.class-students-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.class-students-modal[hidden] {
  display: none !important;
}

body.class-students-modal-open {
  overflow: hidden;
}

.class-students-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 38, 0.55);
  backdrop-filter: blur(4px);
}

.class-students-modal__panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(30, 20, 38, 0.22);
  overflow: hidden;
}

.class-students-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 16px;
  background: linear-gradient(135deg, rgba(112, 22, 126, 0.08) 0%, rgba(246, 166, 56, 0.1) 100%);
  border-bottom: 1px solid rgba(112, 22, 126, 0.1);
}

.class-students-modal__eyebrow {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #70167e;
}

.class-students-modal__title {
  margin: 0;
  font-family: var(--vs-title-font, "Baloo 2", sans-serif);
  font-size: 1.45rem;
  color: #4a2559;
}

.class-students-modal__teacher {
  margin-top: 8px;
  font-size: 0.95rem;
  color: rgba(45, 36, 51, 0.78);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.class-students-modal__teacher i {
  color: #70167e;
}

.class-students-modal__teacher strong {
  font-weight: 600;
  color: #4a2559;
}

.class-students-modal__lead {
  margin-top: 6px;
  font-size: 0.9rem;
  color: rgba(45, 36, 51, 0.62);
}

.class-students-modal__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(112, 22, 126, 0.1);
  color: #70167e;
  cursor: pointer;
}

.class-students-modal__body {
  padding: 20px 24px 24px;
  overflow-y: auto;
}

.class-students-modal__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 16px;
}

.class-students-modal__item {
  text-align: center;
}

.class-students-modal__photo-wrap {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, #f3e8f5 0%, #fdebd0 100%);
  border: 2px solid rgba(112, 22, 126, 0.12);
}

.class-students-modal__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class-students-modal__item--masked .class-students-modal__photo {
  filter: blur(6px) saturate(0.7);
  transform: scale(1.08);
}

.class-students-modal__item--placeholder .class-students-modal__photo {
  object-fit: contain;
  padding: 10px;
  background: #faf8f6;
  box-sizing: border-box;
}

.live-edit-class-student-row__photo img[data-student-preview][src*="brand-logo"] {
  object-fit: contain;
  padding: 10px;
  background: #faf8f6;
  box-sizing: border-box;
}

.class-students-modal__name {
  margin: 10px 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #4a2559;
}

.class-students-modal__item--masked .class-students-modal__name {
  letter-spacing: 0.2em;
  color: rgba(45, 36, 51, 0.55);
}

.class-students-modal__empty {
  text-align: center;
  padding: 28px 16px;
  color: rgba(45, 36, 51, 0.6);
}

.class-students-modal__privacy {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed rgba(112, 22, 126, 0.15);
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(45, 36, 51, 0.55);
}

.class-students-modal__privacy i {
  color: #70167e;
  margin-right: 6px;
}

.live-edit-class-students-editor__card {
  width: min(520px, calc(100vw - 32px)) !important;
}

.live-edit-class-students-editor__body {
  max-height: 50vh;
  overflow-y: auto;
}

.live-edit-class-students-editor__hint {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 14px;
  padding: 10px 12px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(45, 36, 51, 0.7);
  background: rgba(246, 166, 56, 0.12);
  border-radius: 10px;
}

.live-edit-class-student-row {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 12px;
  align-items: start;
  padding: 12px;
  margin-bottom: 10px;
  background: #faf8f6;
  border: 1px solid rgba(112, 22, 126, 0.12);
  border-radius: 12px;
}

.live-edit-class-student-row__photo {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}

.live-edit-class-student-row__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-edit-class-student-row__photo .live-edit-media-btn {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 2;
  padding: 4px 6px;
  font-size: 0.7rem;
  cursor: pointer;
}

.live-edit-class-student-row__photo .live-edit-class-student-photo-btn input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.live-edit-class-student-row--uploading .live-edit-class-student-row__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 12px;
}

.live-edit-class-student-row--uploading .live-edit-class-student-row__photo img {
  opacity: 0.55;
}

.live-edit-class-student-row__toggles {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.live-edit-class-student-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(45, 36, 51, 0.75);
  cursor: pointer;
}

.live-edit-class-student-row__delete {
  align-self: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(192, 57, 43, 0.1);
  color: #c0392b;
  cursor: pointer;
}
