:root {
  --ld-color-button-bg: #6B7F59;
  --ld-color-button-bg-hover: #8B9F72;
}

.ld-navigation__progress-mark-complete-button {
  --ld-color-button-bg: #6B7F59;
  --ld-color-button-bg-hover: #8B9F72;
  background-color: #6B7F59 !important;
  color: #fff !important;
}

.ld-navigation__progress-mark-complete-button:hover,
.ld-navigation__progress-mark-complete-button:focus {
  background-color: #8B9F72 !important;
  color: #fff !important;
}

.ld-status-complete {
  color: #6B7F59 !important;
}

.ld-status.ld-status-complete {
  color: #6B7F59 !important;
}

.ld-navigation__label--completed,
.ld-navigation__progress-completed-action .ld-navigation__label,
div.ld-navigation__progress-completed-action span.ld-navigation__label--completed,
.ld-focus .ld-navigation__progress-completed-action .ld-navigation__label--completed,
html body.ld-focus .ld-navigation__label--completed,
.ld-navigation__progress-completed-action {
  color: #6B7F59 !important;
}

.ld-accordion__item-title:is(a):hover,
.ld-accordion__item-title:is(a):focus {
  color: var(--global-palette-btn-bg, #6B7F59) !important;
  text-decoration: underline;
}

.ld-accordion__item-title:is(a):focus {
  outline-color: var(--global-palette-btn-bg, #6B7F59) !important;
}

.single-sfwd-courses .ld-featured-image--course {
  display: none !important;
}

.eny-lesson-material {
  background: #f0ede8;
  border-left: 4px solid #6B7F59;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 4px;
}

.eny-lesson-material h4 {
  margin: 0 0 8px 0;
  color: #3D3229;
}

.eny-lesson-material__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #6B7F59;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.eny-lesson-material__button:hover,
.eny-lesson-material__button:focus {
  background: #8B9F72;
  color: #fff;
}

.eny-lesson-video {
  background: #FAF7F4;
  border: 1px solid #e1ddd6;
  padding: 20px;
  margin: 24px 0;
  border-radius: 8px;
}

.eny-lesson-video h4 {
  margin: 0 0 8px 0;
  color: #3D3229;
}

.eny-lesson-video p {
  margin: 0 0 16px 0;
  color: #5C4F43;
}

.eny-lesson-video video {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

/* =============================================
   HOMEPAGE LANDING PAGE STYLES
   ============================================= */

.enya-home {
  margin: 0;
  padding: 0;
}

/* ---- HERO ---- */
.enya-home__hero {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  background-image:
    linear-gradient(160deg, rgba(250,247,244,0.70) 0%, rgba(250,247,244,0.40) 50%, rgba(250,247,244,0.10) 100%),
    url('/wp-content/uploads/2026/05/escuela-neuquiena-de-yoga-09.png');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

/* Asegurar que el hero arranque pegado debajo del header y sea full width */
body.page-id-1483 .enya-fullbleed-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
body.page-id-1483 #primary.content-area {
  margin-top: 0 !important;
}
body.page-id-1483 .entry-content-wrap {
  padding-top: 0 !important;
}

.enya-home__hero-bg {
  display: none;
}

.enya-home__hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.enya-home__hero-title {
  font-family: Gilda Display, serif;
  font-size: clamp(36px, 5vw, 56px);
  color: #3D3229;
  line-height: 1.1;
  margin: 0 0 20px 0;
}

.enya-home__hero-subtitle {
  font-family: Raleway, sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  color: #5C4F43;
  line-height: 1.75;
  margin: 0 0 36px 0;
}

.enya-home__hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- INTRO ---- */
.enya-home__intro {
  text-align: center;
  padding: 80px 0 60px;
}

.enya-home__intro-title {
  font-family: Gilda Display, serif;
  font-size: clamp(26px, 3.5vw, 38px);
  color: #3D3229;
  margin: 0 0 16px 0;
}

.enya-home__intro-text {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  color: #5C4F43;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ---- CARDS ---- */
.enya-home__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 80px;
}

.enya-home__card {
  text-align: center;
  padding: 36px 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(61,50,41,0.06);
}

.enya-home__card-icon {
  color: #6B7F59;
  margin-bottom: 16px;
}

.enya-home__card-title {
  font-family: Gilda Display, serif;
  font-size: 20px;
  color: #3D3229;
  margin: 0 0 10px 0;
}

.enya-home__card-text {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: #5C4F43;
  line-height: 1.7;
  margin: 0;
}

/* ---- FEATURED ---- */
.enya-home__featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
  border-top: 1px solid #e8e4dd;
  border-bottom: 1px solid #e8e4dd;
}

.enya-home__featured-label {
  font-family: Cabin, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B7F59;
  margin-bottom: 12px;
}

.enya-home__featured-title {
  font-family: Gilda Display, serif;
  font-size: clamp(28px, 3.5vw, 40px);
  color: #3D3229;
  margin: 0 0 16px 0;
}

.enya-home__featured-text {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  color: #5C4F43;
  line-height: 1.75;
  margin: 0 0 28px 0;
}

.enya-home__featured-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 12px;
}

/* ---- CTA ---- */
.enya-home__cta {
  text-align: center;
  padding: 80px 0;
}

.enya-home__cta-title {
  font-family: Gilda Display, serif;
  font-size: clamp(28px, 3.5vw, 40px);
  color: #3D3229;
  margin: 0 0 16px 0;
}

.enya-home__cta-text {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  color: #5C4F43;
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.75;
}

.enya-home__cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .enya-home {
    padding: 0 32px;
  }
  .enya-home__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 60px;
  }
  .enya-home__featured {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 60px 0;
  }
  .enya-home__featured-image img {
    height: 280px;
  }
  .enya-home__cta-buttons,
  .enya-home__hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  .enya-btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .enya-home__hero {
    padding: 0 20px;
    min-height: calc(100svh - 60px);
  }
  .enya-home__intro,
  .enya-home__cta {
    padding: 60px 0;
  }
}

.enya-section {
  padding: 80px 0;
}

/* ==========================================================================
   ENY Layout Overrides — Header, Subheader, Full Width
   ========================================================================== */

/* ---- STICKY HEADER ---- */
#masthead {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background: #FAF7F4 !important;
  box-shadow: 0 1px 0 rgba(61, 50, 41, 0.08) !important;
}

/* ---- ELIMINAR SUBHEADER / ENTRY HEADER en páginas públicas ---- */
/* Páginas públicas que tienen su propio hero en el shortcode:
   / (1483), /tradicion/ (1491), /tradicion/instructora/ (1493),
   /la-escuela/ (1492), /registro-completado/ (105), /courses/ (11/archivo) */
body.page-id-1483 .entry-header,
body.page-id-1491 .entry-header,
body.page-id-1493 .entry-header,
body.page-id-1492 .entry-header,
body.page-id-1647 .entry-header,
body.page-id-105 .entry-header,
body.post-type-archive-sfwd-courses .entry-header {
  display: none !important;
}

/* Kadence page title bar */
body.page-id-1483 .kadence-page-title-wrap,
body.page-id-1491 .kadence-page-title-wrap,
body.page-id-1493 .kadence-page-title-wrap,
body.page-id-1492 .kadence-page-title-wrap,
body.page-id-1647 .kadence-page-title-wrap,
body.page-id-105 .kadence-page-title-wrap,
body.post-type-archive-sfwd-courses .kadence-page-title-wrap {
  display: none !important;
}

/* Breadcrumbs en áreas públicas (mantener si es necesario para SEO, 
pero eliminar el recuadro genérico de Kadence) */
body.page-id-1483 .kadence-breadcrumbs,
body.page-id-1491 .kadence-breadcrumbs,
body.page-id-1493 .kadence-breadcrumbs,
body.page-id-1492 .kadence-breadcrumbs,
body.page-id-1647 .kadence-breadcrumbs,
body.page-id-105 .kadence-breadcrumbs,
body.post-type-archive-sfwd-courses .kadence-breadcrumbs {
  display: none !important;
}

/* ---------------------------------------------
   Focus Mode return button
   --------------------------------------------- */

.escuela-focus-return {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  gap: 6px;
  border-radius: 999px;
  background: rgba(107, 127, 89, 0.3);
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.escuela-focus-return:hover,
.escuela-focus-return:focus {
  background: rgba(107, 127, 89, 0.45);
  transform: translateY(-1px);
}

.ld-focus-menu-escuela-aula {
  color: #fff;
  background: rgba(107, 127, 89, 0.18);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 6px;
  display: inline-flex;
}

.ld-focus-menu-escuela-aula:hover,
.ld-focus-menu-escuela-aula:focus {
  background: rgba(107, 127, 89, 0.32);
  color: #fff;
}





/* El contenido interno del hero puede tener max-width */
body.page-id-1483 .enya-hero__content,
body.page-id-1491 .enya-hero__content,
body.page-id-1493 .enya-hero__content,
body.page-id-1492 .enya-hero__content,
body.page-id-105 .enya-hero__content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- LOGO + NOMBRE SIEMPRE VISIBLES ---- */
/* Forzar que en mobile el título no desaparezca */
@media (max-width: 719px) {
  .site-branding .site-title,
  .site-branding .site-description {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .site-branding:not(.site-brand-logo-only) .site-title {
    display: block !important;
  }
}

/* ---- SCROLL HORIZONTAL ELIMINADO ---- */
html {
  overflow-x: hidden;
}

/* ==========================================================================
   HOMEPAGE LANDING PAGE STYLES
   ========================================================================== */

.enya-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.enya-section {
  padding: 80px 0;
}

.enya-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background-image:
    linear-gradient(160deg, rgba(250,247,244,0.92) 0%, rgba(250,247,244,0.7) 40%, rgba(250,247,244,0.3) 70%, rgba(250,247,244,0.1) 100%),
    url('/wp-content/uploads/2026/05/escuela-neuquiena-de-yoga-03.png');
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
}

.enya-hero__layer {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
  z-index: 0;
}

.enya-hero__layer--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #6B7F59, transparent 70%);
  top: -200px;
  right: -150px;
  animation: enya-float-1 18s ease-in-out infinite;
}

.enya-hero__layer--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #8B9F72, transparent 70%);
  bottom: -100px;
  left: -100px;
  animation: enya-float-2 22s ease-in-out infinite;
}

.enya-hero__layer--3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #6B7F59, transparent 70%);
  top: 40%;
  left: 10%;
  animation: enya-float-3 26s ease-in-out infinite;
}

@keyframes enya-float-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-20px, 20px) scale(1.05); }
  66% { transform: translate(15px, -15px) scale(0.97); }
}

@keyframes enya-float-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(15px, -10px) scale(1.03); }
  66% { transform: translate(-10px, 15px) scale(0.98); }
}

@keyframes enya-float-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -20px) scale(1.08); }
}

.enya-hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 40px 24px;
}

.enya-hero__eyebrow {
  font-family: Cabin, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B7F59;
  margin-bottom: 20px;
}

.enya-hero__title {
  font-family: Gilda Display, serif;
  font-size: clamp(36px, 5vw, 56px);
  color: #3D3229;
  line-height: 1.15;
  margin: 0 0 24px 0;
}

.enya-hero__subtitle {
  font-family: Raleway, sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  color: #5C4F43;
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 40px;
}

.enya-hero__ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.enya-hero__scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: Cabin, sans-serif;
  font-size: 12px;
  color: #6B7F59;
  opacity: 0.7;
  animation: enya-bounce 2s ease-in-out infinite;
  z-index: 2;
}

@keyframes enya-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* BUTTONS */
.enya-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Cabin, sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.enya-btn--primary {
  background: #6B7F59;
  color: #fff;
  padding: 14px 32px;
  font-size: 15px;
}

.enya-btn--primary:hover,
.enya-btn--primary:focus {
  background: #8B9F72;
  color: #fff;
  text-decoration: none;
}

.enya-btn--outline {
  background: transparent;
  color: #6B7F59;
  padding: 14px 32px;
  font-size: 15px;
  border: 2px solid #6B7F59;
}

.enya-btn--outline:hover,
.enya-btn--outline:focus {
  background: #6B7F59;
  color: #fff;
  text-decoration: none;
}

.enya-btn--outline-dark {
  background: transparent;
  color: #3D3229;
  padding: 14px 32px;
  font-size: 15px;
  border: 2px solid #3D3229;
}

.enya-btn--outline-dark:hover,
.enya-btn--outline-dark:focus {
  background: #3D3229;
  color: #fff;
  text-decoration: none;
}

.enya-btn--sm {
  padding: 10px 22px;
  font-size: 14px;
}

.enya-btn--white {
  background: #fff;
  color: #3D3229;
  padding: 14px 32px;
  font-size: 15px;
}

.enya-btn--white:hover,
.enya-btn--white:focus {
  background: #faf7f4;
  color: #6B7F59;
  text-decoration: none;
}

.enya-btn--outline-white {
  background: transparent;
  color: #fff;
  padding: 14px 32px;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,0.5);
}

.enya-btn--outline-white:hover,
.enya-btn--outline-white:focus {
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
}

/* SECTION HEADERS */
.enya-section__header {
  text-align: center;
  margin-bottom: 56px;
}

.enya-section__header--light .enya-section__title,
.enya-section__header--light .enya-section__subtitle {
  color: #fff;
}

.enya-section__title {
  font-family: Gilda Display, serif;
  font-size: clamp(28px, 4vw, 40px);
  color: #3D3229;
  margin: 0 0 14px 0;
  line-height: 1.2;
}

.enya-section__subtitle {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: #5C4F43;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.6;
}

/* VALUE PROPS */
.enya-value-props {
  background: #fff;
}

.enya-value-props__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}

.enya-value-prop {
  text-align: center;
  padding: 32px 20px;
}

.enya-value-prop__icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
}

.enya-value-prop__title {
  font-family: Gilda Display, serif;
  font-size: 20px;
  color: #3D3229;
  margin: 0 0 10px 0;
}

.enya-value-prop__text {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: #5C4F43;
  line-height: 1.7;
  margin: 0;
}

/* FEATURED */
.enya-featured--light {
  background: #faf7f4;
}

.enya-cards-grid {
  display: grid;
  gap: 32px;
}

.enya-cards-grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.enya-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(61,50,41,0.08);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
}

.enya-card:hover {
  box-shadow: 0 6px 24px rgba(61,50,41,0.14);
}

.enya-card__image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #e8e4dd;
  position: relative;
}

.enya-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #6B7F59;
  color: #fff;
  font-family: Cabin, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
}

.enya-card__body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.enya-card__title {
  font-family: Gilda Display, serif;
  font-size: 22px;
  color: #3D3229;
  margin: 0 0 12px 0;
  line-height: 1.25;
}

.enya-card__text {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: #5C4F43;
  line-height: 1.7;
  margin: 0 0 16px 0;
  flex: 1;
}

.enya-card__meta {
  font-family: Cabin, sans-serif;
  font-size: 13px;
  color: #8B9F72;
  margin-bottom: 20px;
}

/* METHODOLOGY */
.enya-methodology {
  background: #6B7F59;
  color: #fff;
}

.enya-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.enya-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.enya-step__number {
  font-family: Gilda Display, serif;
  font-size: 40px;
  color: rgba(255,255,255,0.25);
  line-height: 1;
  flex-shrink: 0;
}

.enya-step__title {
  font-family: Gilda Display, serif;
  font-size: 22px;
  color: #fff;
  margin: 0 0 8px 0;
}

.enya-step__text {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin: 0;
}

/* FOUNDER */
.enya-founder {
  background: #fff;
}

.enya-founder__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 768px) {
  .enya-founder__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.enya-founder__image-wrap {
  position: relative;
}

.enya-founder__image {
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  display: block;
}

.enya-founder__eyebrow {
  font-family: Cabin, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B7F59;
  margin-bottom: 8px;
}

.enya-founder__title {
  font-family: Gilda Display, serif;
  font-size: 48px;
  color: #3D3229;
  margin: 0 0 20px 0;
  line-height: 1;
}

.enya-founder__text {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  color: #5C4F43;
  line-height: 1.8;
  margin: 0 0 16px 0;
}

/* TESTIMONIALS */
.enya-testimonials--light {
  background: #faf7f4;
}

.enya-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.enya-testimonial {
  background: #fff;
  border-radius: 8px;
  padding: 32px 28px;
  box-shadow: 0 2px 10px rgba(61,50,41,0.06);
}

.enya-testimonial__quote {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  color: #3D3229;
  line-height: 1.8;
  margin: 0 0 24px 0;
  font-style: italic;
}

.enya-testimonial__quote::before {
  content: '"';
  font-family: Gilda Display, serif;
  font-size: 36px;
  color: #6B7F59;
  line-height: 0;
  vertical-align: -14px;
  margin-right: 4px;
}

.enya-testimonial__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.enya-testimonial__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #6B7F59;
  color: #fff;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.enya-testimonial__name {
  font-family: Cabin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3D3229;
}

.enya-testimonial__role {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  color: #5C4F43;
}

/* FINAL CTA */
.enya-cta--dark {
  background: #3D3229;
  text-align: center;
}

.enya-cta__title {
  font-family: Gilda Display, serif;
  font-size: clamp(28px, 4vw, 40px);
  color: #fff;
  margin: 0 0 16px 0;
}

.enya-cta__text {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.enya-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .enya-section {
    padding: 60px 0;
  }
  .enya-value-props__grid {
    grid-template-columns: 1fr 1fr;
  }
  .enya-cards-grid--3 {
    grid-template-columns: 1fr;
  }
  .enya-testimonials__grid {
    grid-template-columns: 1fr;
  }
  .enya-founder__image {
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .enya-hero {
    background-image:
      linear-gradient(to top, rgba(250,247,244,0.98) 0%, rgba(250,247,244,0.8) 40%, rgba(250,247,244,0.4) 75%, rgba(250,247,244,0.15) 100%),
      url('/wp-content/uploads/2026/05/escuela-neuquiena-de-yoga-08.png');
    background-size: cover, cover;
    background-position: center center, center center;
  }
}

@media (max-width: 480px) {
  .enya-value-props__grid {
    grid-template-columns: 1fr;
  }
  .enya-hero__ctas,
  .enya-cta__buttons {
    flex-direction: column;
    align-items: center;
  }
  .enya-btn {
    width: 100%;
    max-width: 280px;
  }
}
