/* ========== THERAPY PAGE TEMPLATE ========== */

/* --- Hero --- */
.terapia-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 480px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.terapia-hero__picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.terapia-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terapia-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.25) 100%);
}

.terapia-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 clamp(24px, 5vw, 80px) 56px;
  max-width: 720px;
}

.terapia-hero .breadcrumb {
  margin-bottom: 24px;
}

.terapia-hero__title {
  font-family: 'Season Mix', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}

.terapia-hero__title em {
  font-style: italic;
}

/* --- Stat / highlight section (light blue) --- */
.terapia-stat {
  background: #eef6fb;
  padding: 80px clamp(24px, 5vw, 80px);
}

.terapia-stat__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.terapia-stat__left {
  flex: 1.2;
}

.terapia-stat__icon {
  font-size: 36px;
  color: #1a1a2e;
  margin-bottom: 24px;
  display: block;
}

.terapia-stat__headline {
  font-family: 'Season Mix', serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.35;
  margin: 0;
}

.terapia-stat__right {
  flex: 1;
  padding-top: 8px;
}

.terapia-stat__text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  color: #1a1a2e;
  line-height: 1.7;
  margin: 0;
}

/* --- Image + text section --- */
.terapia-feature {
  padding: clamp(16px, 2vw, 32px) clamp(16px, 2vw, 32px) 24px;
  background: #fff;
}

.terapia-feature__inner {
  max-width: 100%;
  margin: 0;
  position: relative;
}

.terapia-feature__card {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.terapia-feature__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terapia-feature__card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0.4) 40%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.terapia-feature__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.2) 70%, transparent 100%);
}

.terapia-feature__text {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 48px;
}

.terapia-feature__label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.terapia-feature__title {
  font-family: 'Season Mix', serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 16px;
}

.terapia-feature__desc {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0;
}

/* --- Share (below image, right aligned) --- */
.terapia-feature__share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 20px;
  padding-right: clamp(24px, 5vw, 80px);
}

.terapia-feature__share-text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.terapia-feature__share-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.terapia-feature__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-decoration: none;
}

.terapia-feature__share-btn--whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.terapia-feature__share-btn--instagram {
  background: linear-gradient(135deg, #833ab4 0%, #c13584 40%, #e1306c 70%, #fd1d1d 100%);
}

.terapia-feature__share-btn svg {
  width: 20px;
  height: 20px;
}

/* --- Carousel section (reused from homepage) --- */
.terapia-carousel-section {
  padding: 80px 0 100px;
  background: linear-gradient(0deg, #fff 0%, #edf1fa 10%, #e8ecf7 25%, #edf1fa 45%, #fff 70%);
}

.terapia-carousel-section .therapies-intro {
  padding: 0 clamp(24px, 5vw, 80px);
}

.terapia-carousel-section .carousel-wrapper {
  margin-top: 40px;
}


/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .terapia-hero {
    height: 60vh;
    min-height: 380px;
  }

  .terapia-hero__content {
    padding-bottom: 40px;
  }

  .terapia-stat {
    padding: 48px 24px;
  }

  .terapia-stat__inner {
    flex-direction: column;
    gap: 32px;
  }

  .terapia-feature {
    padding: 48px 16px;
  }

  .terapia-feature__card {
    min-height: 400px;
    border-radius: 16px 16px 0 0;
  }

  .terapia-feature__text {
    padding: 32px;
  }

  .terapia-feature__share {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .terapia-carousel-section {
    padding: 48px 0 64px;
  }
}


/* ========== AT CAROUSEL ========== */
.at-carousel {
  padding: 80px 0 100px;
  background: #fff;
}

.at-carousel__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 80px);
  position: relative;
}

.at-carousel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}

.at-carousel__label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #0263e0;
  display: block;
  margin-bottom: 12px;
}

.at-carousel__title {
  font-family: 'Season Mix', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a2e;
  max-width: 560px;
}

.at-carousel__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  padding-top: 12px;
  position: relative;
  z-index: 2;
}

/* Slides container */
.at-carousel__slides {
  position: relative;
  overflow: hidden;
}

.at-carousel__slide {
  display: none;
  flex-direction: row;
  gap: 40px;
  align-items: stretch;
}

.at-carousel__slide--active {
  display: flex;
}

/* Text */
.at-carousel__text {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 16px;
}

.at-carousel__name {
  font-family: 'Season Mix', serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 400;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.at-carousel__quote {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #4a4a5a;
}

.at-carousel__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid #0263e0;
  background: transparent;
  color: #0263e0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  width: fit-content;
}

.at-carousel__cta:hover {
  background: #0263e0;
  color: #fff;
}

/* Single image */
.at-carousel__img-wrap {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.at-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slide indicators */
.at-carousel__indicators {
  display: flex;
  gap: 0;
  margin-top: 48px;
}

.at-carousel__dot {
  flex: 1;
  height: 3px;
  background: #e8e6e1;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.at-carousel__dot--active {
  background: #0263e0;
}

/* ========== AT CAROUSEL RESPONSIVE ========== */
@media (max-width: 768px) {
  .at-carousel {
    padding: 48px 0 64px;
  }

  .at-carousel__header {
    margin-bottom: 32px;
  }

  .at-carousel__slide--active {
    flex-direction: column;
  }

  .at-carousel__text {
    flex: none;
    padding-right: 0;
    margin-bottom: 0;
  }

  .at-carousel__img-wrap {
    border-radius: 12px;
    aspect-ratio: 4 / 3;
  }

  .at-carousel__cta {
    width: 100%;
    justify-content: center;
  }

  .at-carousel__indicators {
    margin-top: 32px;
  }
}

/* ========== THERAPY CTA BANNER ========== */

.terapia-cta-banner {
  padding: 100px 80px 40px;
  background: #fff;
  text-align: center;
}

.terapia-cta-banner__inner {
  max-width: 700px;
  margin: 0 auto;
}

.terapia-cta-banner__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 42px);
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 32px;
}

.terapia-cta-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0263e0;
  background: transparent;
  padding: 16px 40px;
  border-radius: 999px;
  border: 2px solid #0263e0;
  text-decoration: none;
  cursor: pointer;
  transition: none;
}

.terapia-cta-banner__btn:hover {
  background: #0263e0;
  color: #fff;
}

@media (max-width: 768px) {
  .terapia-cta-banner {
    padding: 64px 24px;
  }

  .terapia-cta-banner__btn {
    width: 100%;
  }
}

/* ========== ABA INTRO ========== */

.aba-intro {
  padding: 120px 80px 0;
  background: #fff;
  text-align: center;
}

.aba-intro__inner {
  max-width: 700px;
  margin: 0 auto;
}

.aba-intro__label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0263e0;
  margin-bottom: 24px;
}

.aba-intro__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  color: #1a1a2e;
  line-height: 1.12;
  margin-bottom: 20px;
}

.aba-intro__text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.6);
  line-height: 1.75;
}

@media (max-width: 768px) {
  .aba-intro {
    padding: 80px 24px 0;
  }
}

/* ========== ABA PILLARS ========== */

.aba-pillars {
  padding: 120px 80px;
  background: #fff;
}

.aba-pillars__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.aba-pillar {
  display: flex;
  flex-direction: column;
}

.aba-pillar__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 28px;
}

.aba-pillar__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aba-pillar__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(22px, 2.5vw, 28px);
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 16px;
}

.aba-pillar__text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.55);
  line-height: 1.8;
}

@media (max-width: 768px) {
  .aba-pillars {
    padding: 80px 24px;
  }

  .aba-pillars__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .aba-pillar__img-wrap {
    border-radius: 16px;
  }
}
