/* ── PALETA ROSA PALO — override variables Webflow ── */
:root {
  --dark-green:  #3D2B30;
  --light-green: #C8848E;
  --bg-pale:     #FBF0F1;
  --bg-light:    #E8C4C8;
}

/* ── NAV — botones rosa ── */
.nav-link-inner .nav-link .nav-text { background-color: #C8848E !important; }
.nav-link-inner .nav-link:hover .nav-text { background-color: #b8747e !important; }
.social-media-circle { background-color: #C8848E !important; }

  /* ── LOADER ── */
  #mn-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background-color: #E8C4C8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: all;
  }

  @font-face {
    font-family: 'Blank Script';
    src: url('../Blank Script.otf') format('opentype');
    font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    src: url('../Montserrat-Regular_cuerpo textos.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Raleway Heavy';
    src: url('../Raleway-Heavy_ titulos_web.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  /* ── Tipografía global: cuerpo ── */
  body, p, li, a:not(.vale-nav-signature):not(.vale-nav-logo),
  span:not([style*="Blank Script"]):not(.vale-footer-signature-text):not(.vale-nav-signature),
  label, input, textarea, select, button,
  td, th, blockquote,
  .nav-text, .paragraph,
  .vale-about-lead, .vale-service-desc,
  .vale-blog-card-excerpt, .vale-faq-answer, .vale-faq-answer p,
  .vale-footer-col a, .vale-footer-col p,
  .vale-moments-subtitle, .vale-moments-label,
  .vale-social-desc, .vale-info-desc, .vale-text-desc, .vale-text-author,
  .vale-pasos-intro, .vale-paso-text,
  .cp-hero-desc, .cp-plan-desc, .cp-plan-feature,
  .ob-label, .ob-desc, .ob-slot,
  .vale-nav-cart-preview-title, .vale-nav-cart-preview-cta,
  .shop-card-title, .shop-card-desc, .shop-tag,
  .admin-subtitle, .vale-compare-modal-card p,
  .vale-service-name {
    font-family: 'Montserrat', 'Poppins', Arial, sans-serif !important;
  }

  /* ── Tipografía global: títulos ── */
  h1, h2, h3, h4, h5, h6,
  .hero-heading, .insider-heading,
  .vale-services-title, .vale-services-group-title,
  .vale-blog-title, .vale-blog-card-title,
  .vale-faq-title, .vale-faq-eyebrow,
  .vale-footer-heading,
  .vale-social-title, .vale-info-title,
  .vale-pasos-title, .vale-paso-title,
  .vale-retos-title, .vale-moments-title,
  .vale-about-title,
  .cp-section-title, .cp-h1, .cp-plan-name,
  .ob-h2, .ob-section-title,
  .vale-tool-h3, .vale-compare-modal-card h2,
  .vale-text-title, .admin-title,
  .shop-card-price, .heading-2, .heading-3 {
    font-family: 'Raleway Heavy', Georgia, serif !important;
  }

  #mn-loader-logo {
    font-family: 'Blank Script', cursive;
    font-size: clamp(2.6rem, 8vw, 6rem);
    color: #fff;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    padding-left: 0.15em;
    -webkit-mask-image: linear-gradient(to right, #000 45%, transparent 55%);
    mask-image: linear-gradient(to right, #000 45%, transparent 55%);
    -webkit-mask-size: 250% 100%;
    mask-size: 250% 100%;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    animation: mnWrite 6s linear forwards;
  }

  @keyframes mnWrite {
    0%   { -webkit-mask-position: 100% 0; mask-position: 100% 0; }
    100% { -webkit-mask-position: 0% 0;   mask-position: 0% 0; }
  }

  @keyframes mnBounceUp {
    0%   { transform: translateY(0) scale(1);          opacity: 1; }
    18%  { transform: translateY(-20px) scale(1.025);  opacity: 1; }
    34%  { transform: translateY(8px)   scale(0.985);  opacity: 1; }
    50%  { transform: translateY(-12px) scale(1.012);  opacity: 1; }
    64%  { transform: translateY(4px)   scale(0.995);  opacity: 1; }
    76%  { transform: translateY(-5px)  scale(1.003);  opacity: 0.9; }
    88%  { transform: translateY(-35vh) scale(0.99);   opacity: 0.25; }
    100% { transform: translateY(-110vh) scale(0.97);  opacity: 0; }
  }

  #mn-loader.mn-exit {
    animation: mnBounceUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  #mn-loader.mn-done {
    display: none;
  }

  .loader { display: none !important; }

/* Social icons — pastel palette */
.social-media-circle {
  background-color: #E8C4C8 !important;
}
.social-media-circle.is-white {
  background-color: #E8C4C8 !important;
}
.social-media-icon {
  filter: brightness(0) invert(1);
}

/* Nav button force-visible + fix circular */
.vale-nav-logo {
  display: block;
  font-family: 'Blank Script', cursive;
  font-size: 2.2em;
  color: var(--dark-green);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 0.3em;
  animation: vale-hero-in 0.8s cubic-bezier(0.22,1,0.36,1) both;
}
@media (max-width: 700px) {
  .vale-nav-logo { font-size: 2.4em; }
}
.nav-link-inner { margin-left: 1.2em; }
.nav-link { font-size: 0.95em !important; }
.vale-nav-signature {
  font-family: 'Blank Script', cursive;
  font-size: 27px !important;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  margin-left: 0.5em;
  padding-left: 0.15em;
  display: inline-flex;
  align-items: center;
  -webkit-mask-image: linear-gradient(to right, #000 45%, transparent 55%);
  mask-image: linear-gradient(to right, #000 45%, transparent 55%);
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  animation: mnWrite 6s linear forwards;
}
@media (max-width: 900px) {
  .vale-nav-signature { display: none; }
}
.navbar .button.is-white {
  opacity: 1 !important;
  visibility: visible !important;
  align-items: center !important;
}
.navbar .button.is-white .button-bg {
  background-color: var(--bg-pale) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Acciones a la derecha del nav: botón Ebooks + carrito */
.vale-nav-actions { display: flex; align-items: center; gap: 0.6em; }
.vale-nav-cart { position: relative; display: inline-flex; align-items: center; }
.vale-nav-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--bg-pale, #F2EDF9);
  color: var(--dark-green);
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), background 0.2s;
}
.vale-nav-cart-btn:hover { transform: translateY(-2px); background: #fff; }
.vale-nav-cart-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  background: var(--dark-green);
  color: #fff;
  font-size: 0.68em;
  font-weight: 800;
  line-height: 1;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 2px solid #fff;
}
.vale-nav-cart-preview {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.7em;
  width: 260px;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 16px 40px rgba(20,10,35,0.22);
  padding: 1em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 500;
}
.vale-nav-cart:hover .vale-nav-cart-preview,
.vale-nav-cart-preview:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.vale-nav-cart-preview-list {
  display: flex;
  flex-direction: column;
  gap: 0.55em;
  max-height: 180px;
  overflow-y: auto;
}
.vale-nav-cart-preview-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6em;
  font-size: 0.82em;
  color: var(--dark-green);
}
.vale-nav-cart-preview-title {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vale-nav-cart-preview-qty { flex-shrink: 0; opacity: 0.6; font-weight: 700; }
.vale-nav-cart-preview-cta {
  display: block;
  text-align: center;
  margin-top: 0.9em;
  padding: 0.65em;
  background: var(--dark-green);
  color: #fff;
  border-radius: 2em;
  font-size: 0.82em;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
.vale-nav-cart-preview-cta:hover { opacity: 0.88; }
@media (max-width: 900px) {
  .vale-nav-cart-preview { right: auto; left: 50%; transform: translate(-50%, -6px); }
  .vale-nav-cart:hover .vale-nav-cart-preview,
  .vale-nav-cart-preview:hover { transform: translate(-50%, 0); }
}

.w-webflow-badge, [class*="webflow-badge"] { display: none !important; }

/* Sequence heading — violet palette */
.sequence-signature-text-img {
  filter: none !important;
  width: 260px !important;
  height: auto !important;
}
.sequence-signature-arrow-img {
  filter: invert(44%) sepia(60%) saturate(600%) hue-rotate(235deg) brightness(90%) !important;
}
.sequence-signature {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Momentos que inspiran — video + slider infinito de imágenes */
.vale-moments-section {
  padding: 5em 1.25em 4em;
  background: #fff;
  overflow: hidden;
}
.vale-moments-header {
  max-width: 1200px;
  margin: 0 auto 2.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.vale-moments-title {
  font-size: 2.6em;
  font-weight: 900;
  color: var(--dark-green);
  margin: 0;
  line-height: 1.1;
}
.vale-moments-title em {
  font-style: italic;
  color: #C8848E;
}
.vale-moments-subtitle {
  font-size: 1em;
  color: var(--dark-green);
  opacity: 0.65;
  margin: 0.25em 0 0;
  max-width: 40em;
  line-height: 1.5;
}
.vale-moments-slider-wrap {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}
.vale-moments-track {
  display: flex;
  width: max-content;
  gap: 1.5em;
  animation: vale-moments-scroll-x 55s linear infinite;
}
.vale-moments-track:hover { animation-play-state: paused; }
@keyframes vale-moments-scroll-x {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.vale-moments-bento {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1em;
  width: 1100px;
  height: 520px;
}
.vale-moments-cell {
  position: relative;
  border-radius: 1.25em;
  overflow: hidden;
  background: #f2eef7;
  cursor: pointer;
  isolation: isolate;
}
.vale-moments-cell.is-big { grid-row: 1 / 3; }
.vale-moments-cell video,
.vale-moments-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.vale-moments-cell:hover video,
.vale-moments-cell:hover img { transform: scale(1.06); }
.vale-moments-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: var(--dark-green);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  z-index: 2;
}
.vale-moments-expand {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  color: var(--dark-green);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.vale-moments-label {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: #fff;
  font-size: 0.85em;
  font-weight: 600;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.vale-moments-cell.is-big::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.35), transparent 45%);
  pointer-events: none;
}
@media (max-width: 700px) {
  .vale-moments-bento {
    width: 320px;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 200px repeat(3, 110px);
  }
  .vale-moments-cell.is-big { grid-column: 1 / 3; grid-row: 1; }
}

/* Síguenos y conecta con nosotros */
.vale-social-section {
  padding: 4.5em 1.5em 5em;
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
}
.vale-social-eyebrow {
  display: inline-block;
  font-family: 'Blank Script', cursive;
  font-style: normal;
  color: #E8C4C8;
  font-size: 2.2em;
  margin-bottom: 0.3em;
}
.vale-social-title {
  font-size: 3em;
  font-weight: 900;
  color: var(--dark-green);
  line-height: 1.05;
  margin: 0 0 0.4em;
}
.vale-social-subtitle {
  font-size: 1.05em;
  color: var(--dark-green);
  opacity: 0.65;
  max-width: 32em;
  line-height: 1.5;
  margin: 0 0 2em;
}
.vale-social-row {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.4fr;
  gap: 1.25em;
  align-items: stretch;
  height: 560px;
}

/* YouTube card */
.vale-yt-card {
  background: #17181c;
  border-radius: 1.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  box-shadow: 0 10px 34px rgba(0,0,0,0.18);
}
.vale-yt-header {
  display: flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.9em 1.1em;
}
.vale-yt-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #ff0000;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vale-yt-who { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.vale-yt-handle { color: #fff; font-size: 0.78em; font-weight: 700; letter-spacing: 0.02em; }
.vale-yt-name { color: #9a9a9a; font-size: 0.72em; }
.vale-yt-sub {
  background: #3b3b3f;
  color: #fff;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border-radius: 2em;
  text-decoration: none;
  white-space: nowrap;
}
.vale-yt-video {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.vale-yt-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vale-yt-video::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent 40%);
}
.vale-yt-caption {
  position: absolute;
  left: 1.1em;
  bottom: 1.1em;
  color: #fff;
  font-weight: 800;
  font-size: 1.3em;
  line-height: 1.15;
  z-index: 2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.vale-yt-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(255,0,0,0.85);
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.vale-yt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.8em 1.1em;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.vale-yt-footer-title {
  color: #d8d8d8;
  font-size: 0.78em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.vale-yt-footer-link {
  color: #fff;
  font-size: 0.78em;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0.85;
}

/* Reels column */
.vale-reels-col {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  height: 100%;
  min-height: 0;
}
.vale-reel-card {
  position: relative;
  flex: 1;
  min-height: 0;
  border-radius: 1.5em;
  overflow: hidden;
  display: block;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(200,132,142,0.14);
}
.vale-reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vale-reel-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent 45%);
}
.vale-reel-caption {
  position: absolute;
  left: 1em;
  bottom: 0.9em;
  color: #fff;
  font-weight: 800;
  font-size: 0.95em;
  line-height: 1.15;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.vale-reel-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}

/* Instagram card */
.vale-ig-card {
  background: linear-gradient(160deg, #f7941e 0%, #d62976 55%, #962fbf 100%);
  border-radius: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.8em;
  padding: 2.5em 2em;
  text-decoration: none;
  box-shadow: 0 10px 34px rgba(150,47,191,0.25);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
}
.vale-ig-card:hover { transform: translateY(-4px); }
.vale-ig-icon {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.4em;
}
.vale-ig-handle {
  color: #fff;
  font-size: 1.35em;
  font-weight: 800;
}
.vale-ig-desc {
  color: rgba(255,255,255,0.9);
  font-size: 0.92em;
  line-height: 1.5;
  max-width: 22em;
  margin: 0;
}
.vale-ig-cta {
  margin-top: 0.8em;
  background: rgba(255,255,255,0.94);
  color: #962fbf;
  font-weight: 700;
  font-size: 0.9em;
  padding: 0.75em 1.5em;
  border-radius: 2em;
}
@media (max-width: 900px) {
  .vale-social-title { font-size: 2.2em; }
  .vale-social-row {
    grid-template-columns: 1fr;
    grid-template-rows: 360px 260px 320px;
    height: auto;
  }
  .vale-reels-col { flex-direction: row; }
}

/* Preguntas y respuestas */
.vale-faq-section {
  padding: 5em 1.25em 6em;
  background: var(--bg-pale);
}
.vale-faq-header {
  max-width: 700px;
  margin: 0 auto 2.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.vale-faq-eyebrow {
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8848E;
}
.vale-faq-title {
  font-size: 2.6em;
  font-weight: 900;
  color: var(--dark-green);
  margin: 0;
  line-height: 1.1;
}
.vale-faq-title em {
  font-style: italic;
  color: #C8848E;
}
.vale-faq-subtitle {
  font-size: 1em;
  color: var(--dark-green);
  opacity: 0.65;
  margin: 0.25em 0 0;
  line-height: 1.5;
}
.vale-faq-list {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 0.7em 0.8em;
}
@media (max-width: 480px) {
  .vale-faq-list { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .vale-faq-question { padding: 1em 0.9em; font-size: 0.88em; gap: 0.6em; }
  .vale-faq-icon { width: 24px; height: 24px; font-size: 0.95em; }
  .vale-faq-answer p { padding: 0 0.9em 1.1em; font-size: 0.85em; }
}
.vale-faq-item {
  background: #fff;
  border: 1px solid #E3D6F5;
  border-radius: 1.5em;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.vale-faq-item.is-open {
  border-color: #E8C4C8;
  box-shadow: 0 4px 16px rgba(200,132,142,0.08);
}
.vale-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 1.3em 1.6em;
  font-size: 1.02em;
  font-weight: 700;
  color: var(--dark-green);
  font-family: inherit;
}
.vale-faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F2EDF9;
  color: #C8848E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: 700;
  transition: transform 0.3s, background 0.3s, color 0.3s;
}
.vale-faq-item.is-open .vale-faq-icon {
  background: #C8848E;
  color: #fff;
  transform: rotate(135deg);
}
.vale-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.vale-faq-item.is-open .vale-faq-answer {
  grid-template-rows: 1fr;
}
.vale-faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 1.6em 1.4em;
  color: #666;
  font-size: 0.92em;
  line-height: 1.6;
  min-height: 0;
}
.vale-faq-answer > p { min-height: 0; }
.vale-faq-answer {
  overflow: hidden;
}
.vale-faq-cta-wrap {
  max-width: 780px;
  margin: 2.5em auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  text-align: center;
}
.vale-faq-cta-text {
  color: var(--dark-green);
  font-weight: 600;
  margin: 0;
}
.vale-faq-cta-btn {
  background: #C8848E;
  color: #fff;
  font-weight: 700;
  font-size: 0.92em;
  padding: 0.75em 1.6em;
  border-radius: 2em;
  text-decoration: none;
  transition: background 0.2s;
}
.vale-faq-cta-btn:hover { background: #b8747e; }

/* Blog & artículos */
.vale-blog-section {
  padding: 5em 1.5em 6em;
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
}
.vale-blog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
  margin-bottom: 2.5em;
}
.vale-blog-header-text { display: flex; flex-direction: column; gap: 0.5em; }
.vale-blog-eyebrow {
  display: inline-block;
  font-family: 'Blank Script', cursive;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #C8848E;
  margin-bottom: 0.1em;
}
.vale-blog-title {
  font-size: 2.6em;
  font-weight: 900;
  color: var(--dark-green);
  margin: 0;
  line-height: 1.1;
}
.vale-blog-title em {
  font-style: italic;
  color: #C8848E;
}
.vale-blog-viewall {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #C8848E;
  font-weight: 700;
  font-size: 0.95em;
  text-decoration: none;
  padding-bottom: 0.4em;
  white-space: nowrap;
  transition: gap 0.25s;
}
.vale-blog-viewall:hover { gap: 0.8em; }
.vale-blog-viewall-arrow { display: inline-block; transition: transform 0.25s; }
.vale-blog-viewall:hover .vale-blog-viewall-arrow { transform: translateX(3px); }

.vale-blog-grid {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.vale-blog-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em;
}
.vale-blog-card {
  position: relative;
  border-radius: 1.5em;
  padding: 1.6em 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(200,132,142,0.08);
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s;
}
.vale-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(200,132,142,0.16);
}
.vale-blog-card.is-featured {
  flex-direction: row;
  align-items: center;
  padding: 2.2em 2.6em;
  gap: 2.5em;
}
.vale-blog-card.is-featured .vale-blog-card-top {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8em;
  flex-shrink: 0;
  width: 140px;
}
.vale-blog-card.is-grad-1 { background: linear-gradient(150deg, #F2EDF9 0%, #E3D6F5 100%); }
.vale-blog-card.is-grad-2 { background: linear-gradient(150deg, #FBF8FF 0%, #E9DFF7 100%); }
.vale-blog-card.is-grad-3 { background: linear-gradient(150deg, #F2EDF9 0%, #D8C4EE 100%); }
.vale-blog-card.is-grad-4 { background: linear-gradient(150deg, #FBF8FF 0%, #DCC9F0 100%); }
.vale-blog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vale-blog-tag {
  display: inline-block;
  background: rgba(255,255,255,0.7);
  color: #b8747e;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4em 0.9em;
  border-radius: 2em;
}
.vale-blog-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.vale-blog-meta {
  font-size: 0.75em;
  color: var(--dark-green);
  opacity: 0.55;
  font-weight: 600;
}
.vale-blog-card-title {
  font-size: 1.15em;
  font-weight: 800;
  color: var(--dark-green);
  line-height: 1.3;
  margin: 0;
}
.vale-blog-card.is-featured .vale-blog-card-title { font-size: 1.4em; }
.vale-blog-card-excerpt {
  font-size: 0.88em;
  color: var(--dark-green);
  opacity: 0.68;
  line-height: 1.55;
  margin: 0;
}
.vale-blog-card.is-featured .vale-blog-card-excerpt {
  font-size: 0.95em;
  max-width: 30em;
}
.vale-blog-card-link {
  font-size: 0.85em;
  font-weight: 700;
  color: #C8848E;
}
@media (max-width: 900px) {
  .vale-blog-title { font-size: 2.1em; }
  .vale-blog-row { grid-template-columns: 1fr; }
  .vale-blog-card.is-featured { flex-direction: column; align-items: flex-start; }
  .vale-blog-card.is-featured .vale-blog-card-top { width: auto; flex-direction: row; }
}

/* Lightbox con blur */
.vale-moments-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.vale-moments-lightbox.is-open { display: flex; }
.vale-moments-lightbox-bg {
  position: absolute;
  inset: 0;
  background: rgba(200,132,142,0.55);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.vale-moments-lightbox-stage {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 1.25em;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.vale-moments-lightbox-stage img,
.vale-moments-lightbox-stage video {
  display: block;
  max-width: 90vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 1.25em;
}
.vale-moments-lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  font-size: 1.1em;
  cursor: pointer;
}

/* Audio strip — infinite horizontal auto-scroll */
.vale-audio-strip {
  margin-top: 0.9em;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.vale-audio-track {
  display: flex;
  gap: 0.6em;
  width: max-content;
  animation: vale-audio-scroll-x 24s linear infinite;
}
.vale-audio-track:hover { animation-play-state: paused; }
@keyframes vale-audio-scroll-x {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.vale-audio-card {
  display: flex;
  align-items: center;
  gap: 0.55em;
  background: #fff;
  border: 1.5px solid #E8C4C8;
  border-radius: 2em;
  padding: 0.5em 0.9em 0.5em 0.5em;
  flex-shrink: 0;
  box-shadow: 0 3px 14px rgba(200,132,142,0.1);
}
.vale-audio-play {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #C8848E;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.vale-audio-wave {
  display: flex;
  align-items: center;
  gap: 2.5px;
  height: 20px;
}
.vale-audio-wave span {
  display: block;
  width: 2.5px;
  border-radius: 2px;
  background: #E8C4C8;
  animation: vale-audio-bar 1.2s ease-in-out infinite;
}
.vale-audio-wave span:nth-child(1) { height: 40%; animation-delay: 0s; }
.vale-audio-wave span:nth-child(2) { height: 75%; animation-delay: 0.1s; }
.vale-audio-wave span:nth-child(3) { height: 100%; animation-delay: 0.2s; }
.vale-audio-wave span:nth-child(4) { height: 55%; animation-delay: 0.3s; }
.vale-audio-wave span:nth-child(5) { height: 85%; animation-delay: 0.4s; }
.vale-audio-wave span:nth-child(6) { height: 35%; animation-delay: 0.5s; }
.vale-audio-wave span:nth-child(7) { height: 90%; animation-delay: 0.6s; }
.vale-audio-wave span:nth-child(8) { height: 50%; animation-delay: 0.7s; }
.vale-audio-wave span:nth-child(9) { height: 70%; animation-delay: 0.8s; }
.vale-audio-wave span:nth-child(10) { height: 30%; animation-delay: 0.9s; }
.vale-audio-wave span:nth-child(11) { height: 60%; animation-delay: 1s; }
.vale-audio-wave span:nth-child(12) { height: 45%; animation-delay: 1.1s; }
@keyframes vale-audio-bar {
  0%, 100% { transform: scaleY(0.45); opacity: 0.75; }
  50% { transform: scaleY(1); opacity: 1; }
}
.vale-audio-time {
  font-size: 0.75em;
  font-weight: 600;
  color: var(--dark-green);
  opacity: 0.6;
  white-space: nowrap;
}

/* Decoradores flotantes "apuntando" */
.vale-deco-pointer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}
.vale-deco-txt { width: 130px; height: auto; }
.vale-deco-arrow {
  width: 54px; height: auto;
  filter: invert(44%) sepia(60%) saturate(600%) hue-rotate(235deg) brightness(90%);
}
/* Deco sobre la card "Importante" — esquina superior derecha, flecha apuntando abajo-izq */
.vale-deco-pasos {
  top: -110px;
  right: -10px;
  align-items: flex-end;
}
.vale-deco-pasos .vale-deco-arrow {
  transform: scaleX(-1) rotate(-30deg);
  margin-right: 20px;
}
/* Deco sobre la card de reto — dentro de la card, agrupado y cerca del CTA */
.vale-deco-reto {
  top: 22px;
  right: 6%;
  align-items: center;
  gap: 0;
}
.vale-deco-reto .vale-deco-txt { width: 175px; display: block; }
.vale-deco-reto .vale-deco-arrow {
  width: 46px;
  margin-top: -6px;
}

/* Pasos section — completamente independiente de Webflow */
.vale-pasos-section {
  padding: 4em 2em;
  background: var(--bg-pale);
}
.vale-pasos-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2.5em;
}
.vale-pasos-title-img { width: 200px; height: auto; }
.vale-pasos-arrow-img {
  width: 80px; height: auto;
  filter: invert(44%) sepia(60%) saturate(600%) hue-rotate(235deg) brightness(90%);
}
.vale-pasos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 1.1em;
  max-width: 1200px;
  margin: 0 auto;
}
.vale-paso-card {
  background: white;
  border-radius: 2em;
  padding: 1.8em 1.6em;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.6em;
  box-shadow: 0 2px 16px rgba(200,132,142,0.07);
  animation: vale-card-in 0.6s cubic-bezier(0.22,1,0.36,1) both;
}
@media (max-width: 900px) {
  .vale-pasos-grid {
    grid-template-columns: repeat(4, minmax(230px, 1fr));
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.5em;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .vale-paso-card { scroll-snap-align: start; }
  .vale-paso-card { padding: 1.4em 1.3em; gap: 0.5em; min-height: auto; }
  .vale-paso-num { font-size: 2.2em; min-width: auto; }
  .vale-paso-title { font-size: 1em; }
  .vale-paso-text { font-size: 0.85em; }
}
.vale-paso-card:nth-child(1) { animation-delay: 0.1s; }
.vale-paso-card:nth-child(2) { animation-delay: 0.28s; }
.vale-paso-card:nth-child(3) { animation-delay: 0.46s; }
.vale-paso-card:nth-child(4) { animation-delay: 0.64s; }
.vale-paso-card.is-important { background: var(--dark-green); color: white; }
.vale-paso-card.is-important .vale-paso-title,
.vale-paso-card.is-important .vale-paso-text { color: white; }
.vale-paso-num {
  font-size: 3.4em;
  font-weight: 700;
  color: var(--light-green);
  line-height: 1;
  flex-shrink: 0;
  min-width: 1.5em;
  text-align: center;
}
.vale-paso-card.is-important .vale-paso-num { color: var(--bg-light); }
.vale-paso-body { display: flex; flex-direction: column; gap: 0.4em; max-width: 40em; }
.vale-paso-title {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--dark-green);
  margin: 0;
}
.vale-paso-text {
  font-size: 0.95em;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@keyframes vale-card-in {
  from { opacity: 0; transform: translateY(44px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Sequence/statement cards — layout override */
.sequence-section { display: block !important; visibility: visible !important; }
.sequence-scroll-wrap { position: relative !important; height: auto !important; min-height: auto !important; visibility: visible !important; overflow: visible !important; }
.sequence-sticky { position: relative !important; top: auto !important; height: auto !important; visibility: visible !important; }
.sequence-canvas { display: none !important; }
.sequence-cards {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.25em !important;
  justify-content: center !important;
  padding: 2em 1em !important;
  visibility: visible !important;
}
@keyframes vale-card-in {
  from { opacity: 0; transform: translateY(44px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.statement-card {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: flex !important;
  flex: 0 0 calc(50% - 1.25em) !important;
  min-width: 220px !important;
  max-width: 340px !important;
  min-height: 260px !important;
  position: relative !important;
  left: auto !important; right: auto !important;
  top: auto !important; bottom: auto !important;
  animation: vale-card-in 0.6s cubic-bezier(0.22,1,0.36,1) both !important;
}
.statement-card.is-first  { animation-delay: 0.1s !important; }
.statement-card.is-second { animation-delay: 0.28s !important; }
.statement-card.is-third  { animation-delay: 0.46s !important; }
.statement-card.is-fourth { animation-delay: 0.64s !important; }
.statement-card * { visibility: visible !important; opacity: 1 !important; }

/* Hero text alineado a la izquierda */
.stage-text-wrap {
  text-align: left !important;
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
}
.stage-paragraph-wrap {
  margin-right: auto !important;
}
.stage-paragraph-wrap .paragraph {
  text-align: left !important;
  margin-right: auto !important;
}

/* Entrada animada del hero: título, párrafo y CTAs en cascada */
@keyframes vale-hero-in {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-heading {
  animation: vale-hero-in 0.8s cubic-bezier(0.22,1,0.36,1) 0.15s both;
}
.stage-paragraph-wrap {
  animation: vale-hero-in 0.8s cubic-bezier(0.22,1,0.36,1) 0.35s both;
}
.stage-hero-ctas .btn-outline {
  animation: vale-hero-in 0.7s cubic-bezier(0.22,1,0.36,1) both;
}
.stage-hero-ctas .btn-outline:nth-child(1) { animation-delay: 0.55s; }
.stage-hero-ctas .btn-outline:nth-child(2) { animation-delay: 0.68s; }

/* Hero CTAs */
.stage-hero-ctas {
  display: flex;
  gap: 0.75em;
  flex-wrap: wrap;
  margin-top: 1.2em;
  justify-content: flex-start;
}
.btn-outline {
  display: inline-block;
  padding: 0.65em 1.5em;
  border-radius: 2em;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #C8848E;
  color: #C8848E;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover {
  background: #C8848E;
  color: #fff;
}
.btn-outline.is-secondary {
  border-color: rgba(200,132,142,0.4);
  color: var(--dark-green);
}
.btn-outline.is-secondary:hover {
  background: rgba(200,132,142,0.12);
  color: #C8848E;
}

/* Stage fact — fit text inside circle */
.stage-fact-text {
  font-size: 0.85em !important;
  text-align: right !important;
  max-width: 6.5em;
  line-height: 1.15 !important;
  word-break: break-word;
}
.stage-fact-number {
  font-size: 2.6em !important;
}
.stage-fact-unit {
  font-size: 1.4em !important;
}

/* Benefits list */
.vale-benefits-list {
  list-style: none;
  padding: 0;
  margin: 1.25em 0 2em;
  display: flex;
  flex-direction: column;
  gap: 0.55em;
}
.vale-benefits-list li {
  font-size: 1em;
  color: var(--dark-green);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

/* Audio-style plan cards */
.vale-audio-cards {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.vale-audio-card {
  background: var(--bg-pale);
  border: 1.5px solid #E8C4C8;
  border-radius: 1em;
  padding: 1.1em 1.2em 1em;
  min-width: 130px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  transition: transform 0.3s ease;
  cursor: default;
}
.vale-audio-card:hover {
  transform: translateY(-4px) scale(1.03) !important;
}
.vale-audio-bar-wrap {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 36px;
}
.vale-audio-bar {
  display: block;
  width: 5px;
  border-radius: 3px;
  background: linear-gradient(to top, #C8848E, #E8C4C8);
  animation: vale-bar-pulse 1.4s ease-in-out infinite alternate;
}
.vale-audio-bar:nth-child(2) { animation-delay: 0.15s; }
.vale-audio-bar:nth-child(3) { animation-delay: 0.3s; }
.vale-audio-bar:nth-child(4) { animation-delay: 0.05s; }
.vale-audio-bar:nth-child(5) { animation-delay: 0.25s; }
.vale-audio-bar:nth-child(6) { animation-delay: 0.4s; }
.vale-audio-bar:nth-child(7) { animation-delay: 0.1s; }
@keyframes vale-bar-pulse {
  0%   { opacity: 0.5; transform: scaleY(0.6); }
  100% { opacity: 1;   transform: scaleY(1); }
}
.vale-audio-info {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.vale-audio-tag {
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C8848E;
}
.vale-audio-title {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--dark-green);
  line-height: 1.2;
}
.vale-audio-price {
  font-size: 1.05em;
  font-weight: 700;
  color: var(--dark-green);
  letter-spacing: -0.02em;
  margin-top: 0.15em;
}

/* ===== INFOPRODUCTOS SLIDER ===== */
.vale-info-section {
  padding: 5em 0 4em;
  background: linear-gradient(160deg, #f7f3ff 0%, #ede6fa 100%);
  overflow: hidden;
}
.vale-info-header {
  padding: 0 1.25em 3em;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}
.vale-info-header-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.vale-generic-eyebrow {
  display: inline-block;
  font-family: 'Blank Script', cursive;
  font-size: 2.2em;
  font-weight: 400;
  color: #C8848E;
  margin-bottom: 0.1em;
}
.vale-info-eyebrow {
  display: inline-block;
  font-family: 'Blank Script', cursive;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #C8848E;
  margin-bottom: 0.1em;
}
.vale-info-title {
  font-size: 2.8em;
  font-weight: 900;
  color: var(--dark-green);
  margin: 0;
  line-height: 1.1;
}
.vale-info-title em {
  font-style: italic;
  color: #C8848E;
}
.vale-info-subtitle {
  font-size: 1em;
  color: var(--dark-green);
  opacity: 0.65;
  margin: 0.25em 0 0;
  max-width: 36em;
  line-height: 1.5;
}
.vale-info-cta {
  display: inline-block;
  margin-top: 0.75em;
  padding: 0.6em 1.4em;
  border-radius: 2em;
  border: 2px solid #C8848E;
  color: #C8848E;
  font-size: 0.88em;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  align-self: flex-start;
}
.vale-info-cta:hover { background: #C8848E; color: #fff; }
.vale-info-slider-wrap {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.vale-info-track {
  display: flex;
  gap: 1.25em;
  width: max-content;
  padding: 0.5em 1em 1.5em;
  animation: vale-scroll-x 28s linear infinite;
}
.vale-info-track:hover { animation-play-state: paused; }
@keyframes vale-scroll-x {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.vale-info-card {
  background: #fff;
  border: 1.5px solid #E8C4C8;
  border-radius: 1.5em;
  padding: 1.75em 1.5em 1.5em;
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  box-shadow: 0 4px 24px rgba(200,132,142,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.vale-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(200,132,142,0.16);
}
.vale-info-tag {
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C8848E;
  background: rgba(200,132,142,0.1);
  border-radius: 2em;
  padding: 0.3em 0.8em;
  align-self: flex-start;
}
.vale-info-card-title {
  font-size: 1.1em;
  font-weight: 800;
  color: var(--dark-green);
  margin: 0;
  line-height: 1.25;
}
.vale-info-card-desc {
  font-size: 0.82em;
  color: var(--dark-green);
  opacity: 0.68;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
.vale-info-dl {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-top: 0.5em;
  padding: 0.55em 1.2em;
  border-radius: 2em;
  background: #C8848E;
  color: #fff;
  font-size: 0.82em;
  font-weight: 700;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.2s;
}
.vale-info-dl:hover { background: #b8747e; }
.vale-info-dl-arrow { font-size: 1.1em; }
.vale-info-section,
.vale-info-section *:not(.vale-info-track) {
  opacity: 1 !important;
  visibility: visible !important;
}
.vale-info-section *:not(.vale-info-track) {
  transform: none !important;
}

/* ===== RETOS BANNER ===== */
.vale-retos-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
  background: linear-gradient(120deg, #f0eaff 0%, #e8dff8 100%);
  border: 1.5px solid #E8C4C8;
  border-radius: 1.5em;
  padding: 2em 2.5em;
  margin-top: 1.5em;
}
.vale-retos-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.vale-retos-eyebrow {
  display: inline-block;
  font-family: 'Blank Script', cursive;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #C8848E;
}
.vale-retos-title {
  font-size: 1.55em;
  font-weight: 800;
  color: var(--dark-green);
  margin: 0;
  line-height: 1.2;
}
.vale-retos-title em {
  font-style: italic;
  color: #C8848E;
}
.vale-retos-desc {
  font-size: 0.85em;
  color: var(--dark-green);
  opacity: 0.72;
  line-height: 1.55;
  margin: 0;
  max-width: 36em;
}
.vale-retos-tags {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.vale-reto-tag {
  font-size: 0.75em;
  font-weight: 600;
  background: #fff;
  border: 1px solid #E8C4C8;
  color: #C8848E;
  border-radius: 2em;
  padding: 0.3em 0.85em;
}
.vale-retos-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vale-retos-days {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #C8848E;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 28px rgba(200,132,142,0.35);
}
.vale-retos-num {
  font-size: 3.6em;
  font-weight: 900;
  line-height: 1;
}
.vale-retos-unit {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .vale-retos-days { width: 110px; height: 110px; }
  .vale-retos-num { font-size: 2.6em; }
  .vale-retos-unit { font-size: 0.8em; }
}
.vale-retos-right {
  flex-shrink: 0;
}
.vale-retos-banner,
.vale-retos-banner * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
@media (max-width: 700px) {
  .vale-retos-banner { flex-direction: column; text-align: center; }
  .vale-retos-tags { justify-content: center; }
}

/* ===== SERVICIOS SECTION ===== */
.vale-services-section {
  padding: 6em 1.25em 5em;
  background: var(--bg-pale);
}
.vale-services-container {
  max-width: 72em;
  margin: 0 auto;
}
.vale-services-header {
  text-align: center;
  margin-bottom: 3.5em;
}
.vale-services-eyebrow {
  display: block;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8848E;
  margin-bottom: 0.6em;
}
.vale-services-title {
  font-size: clamp(2.2em, 5vw, 3.8em);
  font-weight: 700;
  color: var(--dark-green);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 0.6em;
}
.vale-services-subtitle {
  font-size: 1.05em;
  color: var(--dark-green);
  opacity: 0.7;
  max-width: 38em;
  margin: 0 auto;
  line-height: 1.6;
}
.vale-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5em;
  align-items: start;
}
.vale-service-card {
  background: white;
  border: 1.5px solid #E8C4C8;
  border-radius: 1.5em;
  padding: 2em 1.75em 1.75em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  transition: transform 0.35s cubic-bezier(.34,1.42,.64,1), box-shadow 0.35s ease;
  box-shadow: 0 4px 24px rgba(200,132,142,0.07);
}
.vale-service-card:hover {
  transform: translateY(-14px) scale(1.03) !important;
  box-shadow: 0 20px 50px rgba(200,132,142,0.22);
}
.vale-service-top {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.vale-service-tag {
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C8848E;
}
.vale-service-name {
  font-size: 1.7em;
  font-weight: 700;
  color: var(--dark-green);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}
.vale-service-desc {
  font-size: 0.88em;
  color: var(--dark-green);
  opacity: 0.72;
  line-height: 1.6;
  margin: 0.3em 0 0;
}
.vale-plans {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1.5px solid #E8C4C8;
  border-radius: 1em;
  overflow: hidden;
}
.vale-plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 1em;
  border-bottom: 1px solid #e8dff5;
  transition: background 0.2s;
}
.vale-plan-row:last-child { border-bottom: none; }
.vale-plan-row.is-highlight { background: #faf7fd; }
.vale-plan-row.is-top {
  background: #F2EDF9;
}
.vale-plan-row.is-top .vale-plan-name,
.vale-plan-row.is-top .vale-plan-price {
  font-weight: 700;
  color: #3D2B30;
}
.vale-plan-name {
  font-size: 0.88em;
  font-weight: 500;
  color: var(--dark-green);
}
.vale-plan-price {
  font-size: 0.92em;
  font-weight: 700;
  color: var(--dark-green);
  letter-spacing: -0.01em;
}
.vale-service-cta {
  display: inline-block;
  text-align: center;
  padding: 0.8em 1.5em;
  background: var(--dark-green);
  color: white;
  border-radius: 0.75em;
  font-size: 0.95em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: opacity 0.2s, transform 0.2s;
}
.vale-service-cta:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* Force services section visible — not managed by GSAP */
#servicios,
#servicios *,
.vale-services-section,
.vale-services-section * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  clip-path: none !important;
}
.vale-service-card:hover {
  transform: translateY(-14px) scale(1.03) !important;
  box-shadow: 0 20px 50px rgba(200,132,142,0.22) !important;
}

/* Force testimonial slider items visible */
.testimonial-slider-item-wrap {
  opacity: 1 !important;
  visibility: visible !important;
}
.testimonial-slider-item {
  color: var(--dark-green) !important;
  background-color: white !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.testimonial-slider-inner {
  opacity: 1 !important;
  visibility: visible !important;
}
.testimonial-slider-wrapper,
.testimonial-slider {
  opacity: 1 !important;
  visibility: visible !important;
}
.testimonial-section,
.testimonial-container {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Auto-scroll testimonial slider */
.testimonial-slider-inner {
  display: flex !important;
  animation: vale-autoscroll 28s linear infinite !important;
  width: max-content !important;
  overflow: visible !important;
}
.testimonial-slider-inner:hover {
  animation-play-state: paused !important;
}
@keyframes vale-autoscroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* Audio message reviews column */
.vale-reviews-column {
  overflow: hidden;
  height: 100%;
  min-height: 440px;
  max-height: 640px;
  display: flex;
  flex-direction: column;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
.vale-reviews-track {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  padding: 0.5em 0.25em;
  animation: vale-scroll-up 24s linear infinite;
}
.vale-reviews-track:hover { animation-play-state: paused; }
@keyframes vale-scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.va-audio-msg {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  background: white;
  border: 1.5px solid #E8C4C8;
  border-radius: 1em;
  padding: 0.85em 1em;
  opacity: 1 !important;
  visibility: visible !important;
}
.va-audio-avatar {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: linear-gradient(135deg, #E8C4C8, #C8848E);
  color: white;
  font-size: 0.85em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.va-audio-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  min-width: 0;
}
.va-audio-top {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.va-play-btn {
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background: #C8848E;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding-left: 2px;
}
.va-waveform {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  height: 24px;
}
.va-bar {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(to top, #C8848E, #E8C4C8);
  animation: va-bar-breathe 1.8s ease-in-out infinite alternate;
}
.va-bar:nth-child(2n)   { animation-delay: 0.2s; }
.va-bar:nth-child(3n)   { animation-delay: 0.4s; }
.va-bar:nth-child(4n)   { animation-delay: 0.1s; }
.va-bar:nth-child(5n)   { animation-delay: 0.35s; }
@keyframes va-bar-breathe {
  0%   { opacity: 0.45; transform: scaleY(0.5); }
  100% { opacity: 1;    transform: scaleY(1); }
}
.va-duration {
  font-size: 0.68em;
  color: #C8848E;
  font-weight: 600;
  white-space: nowrap;
}
.va-quote {
  font-size: 0.78em;
  color: var(--dark-green);
  line-height: 1.4;
  margin: 0;
  opacity: 0.8;
  font-style: italic;
}
.va-name {
  font-size: 0.7em;
  font-weight: 700;
  color: #C8848E;
  letter-spacing: 0.04em;
}

/* ------------------------- Scaling System by Osmo [https://osmo.supply/] -------------------------  */

/* Desktop */
:root {
  --size-unit: 16; /* body font-size in design - no px */
  --size-container-ideal: 1440; /* screen-size in design - no px */
  --size-container-min: 992px;
  --size-container-max: 2560px;
  --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max));
  --size-font: calc(var(--size-container) / (var(--size-container-ideal) / var(--size-unit)));
}

/* Tablet */
@media screen and (max-width: 991px) {
  :root {
    --size-container-ideal: 640; /* screen-size in design - no px */
    --size-container-min: 768px;
    --size-container-max: 991px;
  }
}

/* Mobile Landscape */
@media screen and (max-width: 767px) {
  :root {
    --size-container-ideal: 550;
    --size-container-min: 480px;
    --size-container-max: 767px;
  }
}

/* Mobile Portrait */
@media screen and (max-width: 479px) {
  :root {
    --size-container-ideal: 390;
    --size-container-min: 320px;
    --size-container-max: 479px;
  }
}

body {
  font-size: var(--size-font);
}

.container {
  max-width: var(--size-container);
}

.container.medium {
  max-width: calc(var(--size-container) * 0.85);
}

.container.small {
  max-width: calc(var(--size-container) * 0.7);
}

/* Text review comments column */
.vale-text-reviews-column {
  overflow: hidden;
  height: 100%;
  min-height: 280px;
  max-height: 380px;
  display: flex;
  flex-direction: column;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
.vale-text-track {
  display: flex;
  flex-direction: column;
  gap: 0.85em;
  padding: 0.5em 0.25em;
  animation: vale-scroll-up-text 30s linear infinite;
}
.vale-text-track:hover { animation-play-state: paused; }
@keyframes vale-scroll-up-text {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.vale-text-card {
  background: #faf7fd;
  border: 1.5px solid #E8C4C8;
  border-radius: 1em;
  padding: 0.75em 1em;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  opacity: 1 !important;
  visibility: visible !important;
}
.vale-text-title {
  font-size: 0.88em;
  font-weight: 700;
  color: var(--dark-green);
  margin: 0;
  line-height: 1.2;
}
.vale-text-desc {
  font-size: 0.78em;
  color: var(--dark-green);
  opacity: 0.75;
  line-height: 1.5;
  margin: 0;
}
.vale-text-author {
  font-size: 0.72em;
  font-weight: 700;
  color: #C8848E;
  letter-spacing: 0.02em;
}

/* insider-wrapper: 2-column layout (videos left, reviews right) */
.insider-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: start !important;
  gap: 1em !important;
}
/* 3-video single horizontal row */
.vale-testimonial-label {
  position: absolute;
  left: 4px;
  top: calc(100% + 55px);
  color: #E8C4C8;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 80%;
  font-size: 5em;
  white-space: nowrap;
}
.testimonial-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  position: relative !important;
  height: auto !important;
  align-items: stretch !important;
}
.testimonial-inner-wrap {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  flex: 0 0 calc(28% - 8px) !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* Los 4 se reparten con un solape moderado, en abanico */
.testimonial-inner-wrap.is-second { margin-left: -70px !important; z-index: 2 !important; }
.testimonial-inner-wrap.is-third  { margin-left: -70px !important; z-index: 3 !important; }
.testimonial-inner-wrap.is-fourth { margin-left: -70px !important; z-index: 4 !important; }

/* Botón play centrado en cada video */
.testimonial-play-btn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.92) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 3 !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2) !important;
  cursor: pointer !important;
  border: none !important;
  padding: 0 !important;
  transition: opacity 0.25s, transform 0.25s !important;
}
.testimonial-play-btn:hover { transform: translate(-50%, -50%) scale(1.08) !important; }
.testimonial-play-btn svg { margin-left: 3px; }
.testimonial-play-btn.is-hidden { opacity: 0 !important; pointer-events: none !important; }
.testimonial-sound-btn { cursor: pointer !important; }
.testimonial-inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}
.testimonial-media,
.testimonial-media.w-embed {
  width: 100% !important;
  aspect-ratio: 9/16 !important;
}
.testimonial-media video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Right column: text reviews only */
#w-node-_1ac78251-f73b-1f50-5984-75b855ef30eb-0ac01850 {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  align-items: stretch !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: 100% !important;
}
.vale-text-reviews-column {
  flex: 1 !important;
  min-width: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 767px) {
  .insider-wrapper {
    grid-template-columns: 1fr !important;
  }
  .testimonial-wrapper {
    grid-template-columns: 1fr 1fr !important;
  }
}

.hero-heading { line-height: 0.88em !important; }
.stage-left { margin-top: 150px !important; }

/* Sobre mí — panel izquierdo del hero */
.vale-hero-about {
  position: relative;
  flex: 0 0 420px;
  max-width: 420px;
  background: #fff;
  border-radius: 1.75em;
  padding: 2.4em 2.2em 2.2em;
  box-shadow: 0 20px 50px rgba(200,132,142,0.18);
  animation: vale-about-card-in 0.8s cubic-bezier(0.22,1,0.36,1) both, vale-about-float 5s ease-in-out 1s infinite;
}
@keyframes vale-about-card-in {
  from { opacity: 0; transform: translateY(50px) scale(0.94) rotate(-1.5deg); }
  to   { opacity: 1; transform: translateY(0) scale(1) rotate(0deg); }
}
@keyframes vale-about-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.vale-hero-about-quote {
  position: absolute;
  top: -0.15em;
  left: 0.5em;
  font-family: Georgia, serif;
  font-size: 4.5em;
  color: #E3D6F5;
  line-height: 1;
  z-index: 0;
  animation: vale-about-quote-pulse 3.5s ease-in-out infinite;
}
@keyframes vale-about-quote-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.12); opacity: 0.75; }
}
.vale-hero-about-title {
  position: relative;
  z-index: 1;
  font-family: 'Blank Script', cursive;
  font-size: 2.4em;
  font-weight: 400;
  color: var(--dark-green);
  margin: 0 0 0.3em;
  animation: vale-about-in-1 0.7s cubic-bezier(0.22,1,0.36,1) both;
  animation-delay: 0.1s;
}
.vale-hero-about-lead {
  font-size: 0.92em;
  font-weight: 600;
  color: var(--dark-green);
  line-height: 1.6;
  margin: 0 0 0.9em;
  animation: vale-about-in-1 0.7s cubic-bezier(0.22,1,0.36,1) both;
  animation-delay: 0.28s;
}
.vale-hero-about-text {
  font-size: 0.85em;
  color: var(--dark-green);
  opacity: 0.72;
  line-height: 1.6;
  margin: 0 0 0.9em;
}
.vale-hero-about-closing {
  margin-bottom: 0;
  font-style: italic;
  opacity: 0.85;
}
@keyframes vale-about-in-1 {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Panel de texto con auto-scroll infinito (menos verticalidad) */
.vale-hero-about-scroll {
  position: relative;
  height: 150px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}
.vale-hero-about-scroll-track {
  animation: vale-about-scroll-y 18s linear infinite;
}
.vale-hero-about-scroll:hover .vale-hero-about-scroll-track { animation-play-state: paused; }
@keyframes vale-about-scroll-y {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
@media (max-width: 900px) {
  .vale-hero-about { flex-basis: auto; max-width: 100%; padding: 2em 1.6em; }
}

/* Contenedor: card Sobre mí + fotos, lado a lado */
.vale-hero-left-flex {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  gap: 1.2em;
}

/* Foto al lado de la card, tamaño acompasado (menos vertical) */
.vale-hero-photostack {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0.9em;
  height: 100%;
  min-height: 0;
  animation: vale-photorow-in 0.9s cubic-bezier(0.16,1,0.3,1) 0.2s both;
}
@keyframes vale-photorow-in {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: translateX(0); }
}
.vale-hero-photo {
  position: absolute;
  inset: 0;
  width: 320px;
  height: 100%;
  object-fit: cover;
  border-radius: 2em;
  box-shadow: 0 10px 28px rgba(200,132,142,0.18);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.85) rotate(-4deg);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.34,1.56,0.64,1);
}
.vale-hero-photo.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) rotate(0deg);
  z-index: 1;
}
.vale-hero-photo.is-active.is-bouncing {
  animation: vale-hero-photo-bounce 0.7s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes vale-hero-photo-bounce {
  0%   { transform: scale(0.82) rotate(-5deg); opacity: 0.3; }
  55%  { transform: scale(1.05) rotate(1.5deg); opacity: 1; }
  75%  { transform: scale(0.97) rotate(-0.5deg); }
  100% { transform: scale(1) rotate(0deg); }
}
.vale-hero-left-col {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.vale-hero-play {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-180px, -170px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, color 0.3s;
}
.vale-hero-play svg {
  width: 44px;
  height: 44px;
  margin-left: 4px;
}
.vale-hero-play:hover {
  background: rgba(255,255,255,0.12);
}
@media (max-width: 991px) {
  .vale-hero-play { width: 110px; height: 110px; }
  .vale-hero-play svg { width: 32px; height: 32px; margin-left: 3px; }
}
@media (max-width: 767px) {
  .vale-hero-play { width: 84px; height: 84px; }
  .vale-hero-play svg { width: 24px; height: 24px; margin-left: 2px; }
}
.vale-hero-photo-col {
  display: flex;
  flex-direction: row;
  gap: 0.6em;
  width: 100%;
  height: 140px;
}
.vale-hero-photo-small {
  flex: 1;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 1.1em;
  box-shadow: 0 6px 18px rgba(200,132,142,0.16);
}
@media (max-width: 1250px) {
  .vale-hero-left-flex { flex-direction: column; }
  .vale-hero-photostack { height: 280px; width: 100%; }
  .vale-hero-photo { width: auto; flex: 1; }
}
@media (max-width: 700px) {
  .vale-hero-photostack { height: 200px; }
  .vale-hero-photo-col { height: 100px; gap: 0.4em; }
}

/* Cards de herramientas en el hero */
.vale-tools-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 0.4em 1.6em;
  margin-top: 1.4em;
  animation: vale-hero-in 0.8s cubic-bezier(0.22,1,0.36,1) 0.4s both;
}
.vale-tool-card {
  display: flex;
  align-items: center;
  gap: 0.9em;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0.4em 0.1em;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  transition: gap 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.vale-tool-card:hover {
  gap: 1.15em;
}
.vale-tool-card-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: none;
  border: 1.2px solid var(--dark-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-green);
  transition: background 0.3s, color 0.3s;
}
.vale-tool-card-icon svg {
  width: 17px;
  height: 17px;
}
.vale-tool-card:hover .vale-tool-card-icon {
  background: var(--dark-green);
  color: #fff;
}
.vale-tool-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.vale-tool-card-title {
  font-size: 0.95em;
  font-weight: 800;
  color: var(--dark-green);
  white-space: nowrap;
}
.vale-tool-card-sub {
  font-size: 0.78em;
  opacity: 0.55;
  margin-top: 0.1em;
}
.vale-tool-card-arrow {
  color: var(--light-green);
  font-weight: 700;
  font-size: 1.1em;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.vale-tool-card:hover .vale-tool-card-arrow { transform: translateX(6px); }

/* Modal de herramientas */
.vale-tool-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
}
.vale-tool-modal.is-open { display: flex; }
.vale-tool-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(200,132,142,0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.vale-tool-modal-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.92);
  border-radius: 1.75em;
  padding: 2.2em;
  max-width: 440px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  box-shadow: 0 30px 70px rgba(200,132,142,0.3);
  animation: vale-tool-modal-in 0.5s cubic-bezier(0.22,1,0.36,1) both;
}
@keyframes vale-tool-modal-in {
  from { opacity: 0; transform: translateY(30px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.vale-tool-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--bg-pale);
  color: var(--dark-green);
  cursor: pointer;
  font-size: 0.9em;
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), background 0.2s;
}
.vale-tool-modal-close:hover { transform: rotate(90deg); background: var(--bg-light); }
.vale-video-modal-card {
  padding: 0;
  max-width: 860px;
  overflow: hidden;
  background: #000;
  border-radius: 1.5em;
}
.vale-video-modal-card video {
  display: block;
  width: 100%;
  max-height: 82vh;
  border-radius: 1.5em;
}
.vale-video-modal-card .vale-tool-modal-close {
  top: 14px;
  right: 14px;
  background: rgba(255,255,255,0.9);
  z-index: 2;
}
.vale-tool-eyebrow {
  font-family: 'Blank Script', cursive;
  font-size: 1.7em;
  color: var(--light-green);
  display: block;
}
.vale-tool-h3 {
  font-size: 1.4em;
  font-weight: 900;
  color: var(--dark-green);
  margin: 0 0 0.4em;
}
.vale-tool-p {
  font-size: 0.88em;
  opacity: 0.65;
  line-height: 1.5;
  margin: 0 0 1.4em;
}
.vale-tool-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8em; }
.vale-tool-field { margin-bottom: 1em; }
.vale-tool-field label {
  display: block;
  font-size: 0.78em;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 0.35em;
}
.vale-tool-field input,
.vale-tool-field select {
  width: 100%;
  padding: 0.75em 0.9em;
  border: 1.5px solid #E3D6F5;
  border-radius: 0.9em;
  font-size: 0.95em;
  font-family: inherit;
  background: #fff;
  color: var(--dark-green);
}
.vale-tool-field input:focus,
.vale-tool-field select:focus {
  outline: none;
  border-color: var(--light-green);
  box-shadow: 0 0 0 4px rgba(200,132,142,0.15);
}
.vale-tool-btn {
  width: 100%;
  background: var(--dark-green);
  color: #fff;
  border: none;
  font-weight: 800;
  font-size: 0.95em;
  padding: 0.9em;
  border-radius: 2em;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.vale-tool-btn:hover { transform: translateY(-2px) scale(1.01); }
.vale-tool-result { margin-top: 1.2em; min-height: 1px; }
.vale-tool-result.is-shown { animation: vale-tool-result-in 0.5s cubic-bezier(0.34,1.56,0.64,1) both; }
@keyframes vale-tool-result-in {
  from { opacity: 0; transform: translateY(16px) scale(0.92); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.vale-tool-result-number {
  font-size: 2.6em;
  font-weight: 900;
  color: var(--dark-green);
  line-height: 1;
  text-align: center;
}
.vale-tool-result-cat {
  text-align: center;
  font-weight: 700;
  color: var(--light-green);
  font-size: 0.95em;
  margin-top: 0.3em;
}
.vale-tool-result-msg {
  text-align: center;
  font-size: 0.85em;
  opacity: 0.65;
  line-height: 1.5;
  margin-top: 0.8em;
}
.vale-tool-error {
  text-align: center;
  color: #e0554f;
  font-size: 0.85em;
  font-weight: 600;
}

/* Restaurar altura del hero tras quitar deco/facts */
/* El marquee está anclado con bottom:0 al .stage, así que separar
   el texto de la cinta requiere aumentar la altura total del .stage */
.stage { min-height: calc(92vh + 420px) !important; }
.vale-stage-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.stage-overlay {
  background: linear-gradient(100deg, rgba(200,132,142,0.05) 0%, rgba(200,132,142,0.1) 38%, rgba(200,132,142,0.72) 62%, rgba(200,132,142,0.85) 100%) !important;
}
.stage-container { position: relative; z-index: 2; }
.stage-right .hero-heading,
.stage-right .paragraph.is-stage-paragraph {
  color: #fff !important;
}
.stage-right .paragraph.is-stage-paragraph { opacity: 0.92; }
.stage-right .btn-outline,
.stage-right .btn-outline.is-secondary {
  color: var(--dark-green) !important;
  background: #fff !important;
  border-color: #fff !important;
}
.vale-tool-card-title { color: #fff !important; }
.vale-tool-card-sub { color: #fff !important; opacity: 0.75 !important; }
.vale-tool-card-icon { border-color: #fff !important; color: #fff !important; }
.vale-tool-card:hover .vale-tool-card-icon { background: #fff !important; color: var(--dark-green) !important; }
.vale-tool-card-arrow { color: #fff !important; }
.vale-tools-row .vale-tool-card { border: none !important; }
.vale-hero-spacer { height: 330px; width: 100%; flex-shrink: 0; }
.vale-hero-bottom-spacer { height: 620px; width: 100%; flex-shrink: 0; }
@media (max-width: 900px) {
  .stage { min-height: calc(78vh + 260px) !important; }
  .vale-hero-spacer { height: 180px; }
  .vale-hero-bottom-spacer { height: 320px; }
}

/* Footer Valentina */
/* Medios de pago */
.vale-payments-section {
  padding: 4em 1.5em;
  background: var(--bg-pale);
  text-align: center;
}
.vale-payments-inner {
  max-width: 900px;
  margin: 0 auto;
}
.vale-payments-title {
  font-size: 2.6em;
  font-weight: 900;
  color: var(--dark-green);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 0.3em;
}
.vale-payments-title em { font-style: italic; color: #C8848E; }
.vale-payments-subtitle {
  font-size: 1em;
  color: var(--dark-green);
  opacity: 0.65;
  max-width: 32em;
  margin: 0 auto 2.2em;
  line-height: 1.5;
}
.vale-payments-slider-wrap {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.vale-payments-track {
  display: flex;
  align-items: center;
  gap: 1em;
  width: max-content;
  animation: vale-payments-scroll-x 22s linear infinite;
}
.vale-payments-track:hover { animation-play-state: paused; }
@keyframes vale-payments-scroll-x {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.vale-payment-badge {
  background: #fff;
  border: 1.5px solid #E3D6F5;
  border-radius: 1em;
  padding: 0.9em 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  flex-shrink: 0;
  transition: transform 0.25s, box-shadow 0.25s;
}
.vale-payment-badge:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(200,132,142,0.12);
}
.vale-payment-badge img { height: 26px; width: auto; max-width: 60px; object-fit: contain; }
@media (max-width: 700px) {
  .vale-payments-title { font-size: 2em; }
  .vale-payment-badge { height: 46px; padding: 0.7em 1em; }
  .vale-payment-badge img { height: 20px; }
}

.vale-footer {
  background: #C8848E;
  color: #fff;
  padding: 5em 1.5em 2em;
  margin-bottom: 0 !important;
}
.page-wrapper { margin-bottom: 0 !important; padding-bottom: 0 !important; }
body { margin-bottom: 0 !important; }
.vale-footer-top {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1.7fr;
  gap: 3em;
  padding-bottom: 3.5em;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.vale-footer-brand { display: flex; flex-direction: column; gap: 1em; }
.vale-footer-heading {
  font-size: 2.1em;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  color: #fff;
}
.vale-footer-heading em { font-style: italic; color: var(--light-green); }
.vale-footer p,
.vale-footer span,
.vale-footer a,
.vale-footer-tagline,
.vale-footer .vale-footer-tagline {
  color: #fff !important;
  font-size: 0.95em;
  line-height: 1.6;
  max-width: 28em;
  margin: 0;
}
.vale-footer-cta {
  align-self: flex-start;
  background: var(--light-green);
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  padding: 0.8em 1.6em;
  border-radius: 2em;
  text-decoration: none;
  margin-top: 0.5em;
  transition: background 0.2s, transform 0.2s;
}
.vale-footer-cta:hover { background: #8a5cc4; transform: translateY(-2px); }
.vale-footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
.vale-footer-col { display: flex; flex-direction: column; gap: 0.8em; }
.vale-footer-col-title {
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bg-light);
  margin-bottom: 0.2em;
}
.vale-footer-col a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 0.92em;
  transition: color 0.2s, transform 0.2s;
  width: fit-content;
}
.vale-footer-col a:hover { color: #fff; transform: translateX(2px); }
.vale-footer-socials { display: flex; flex-wrap: wrap; gap: 0.6em; }
.vale-footer-social {
  width: 38px; height: 38px;
  min-width: 38px; min-height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  transition: background 0.2s, transform 0.2s;
}
.vale-footer-social:hover { background: var(--light-green); transform: translateY(-3px); }
.vale-footer-bank {
  color: rgba(255,255,255,0.75);
  font-size: 0.88em;
  line-height: 1.5;
}
.vale-footer-signature {
  max-width: 1300px;
  margin: 2.5em auto 0;
  opacity: 0.85;
}
.vale-footer-signature-img { width: 190px; height: auto; filter: brightness(0) invert(1); opacity: 0.5; }
.vale-footer-bottom {
  max-width: 1300px;
  margin: 2em auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding-top: 1.5em;
  text-align: center;
}
.vale-footer-signature-text {
  font-family: 'Blank Script', cursive !important;
  font-size: clamp(2.2rem, 6vw, 5rem) !important;
  max-width: none !important;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  display: inline-block;
  padding-left: 0.15em;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
.vale-footer-signature-text.is-writing {
  animation: mnWrite 6s linear forwards;
}
.vale-footer-copy {
  font-size: 0.8em;
  color: rgba(255,255,255,0.55);
}
@media (max-width: 900px) {
  .vale-footer-top { grid-template-columns: 1fr; }
  .vale-footer-cols { grid-template-columns: 1fr 1fr; }
  .vale-footer-heading { font-size: 1.7em; }
}
@media (max-width: 560px) {
  .vale-footer-cols { grid-template-columns: 1fr; }
}

/* Uniformar todos los títulos de sección al estilo de insider-heading */
.vale-services-title,
.vale-info-title,
.vale-moments-title,
.vale-social-title,
.vale-faq-title,
.vale-blog-title {
  color: var(--dark-green) !important;
  letter-spacing: -0.03em !important;
  font-size: 6.25em !important;
  line-height: 80% !important;
  font-weight: 500 !important;
}
@media (max-width: 991px) {
  .vale-services-title,
  .vale-info-title,
  .vale-moments-title,
  .vale-social-title,
  .vale-faq-title,
  .vale-blog-title {
    font-size: 4.5em !important;
  }
}
@media (max-width: 767px) {
  .vale-services-title,
  .vale-info-title,
  .vale-moments-title,
  .vale-social-title,
  .vale-faq-title,
  .vale-blog-title {
    font-size: 3.375em !important;
  }
}
