/* ============================================================
   UGCTRAVELCREATOR.COM — capa de marca
   Paleta: crema #F2F5F2 · arena #E3EAE5 · salvia #8B9A7D
           terracota #7D4A5A · espresso #3A312A · rosa #E3C6CE
   Tipografía: Fraunces (titulares) + Inter (cuerpo)
   ============================================================ */

:root {
  /* Paleta v6 — hotelería de lujo: verde petróleo + latón + neutro frío */
  --ugc-crema: #F2F5F2;        /* superficie clara */
  --ugc-arena: #E3EAE5;        /* sección alterna */
  --ugc-salvia: #7E9A8C;
  --ugc-salvia-dark: #5E7C6E;
  --ugc-terracota: #1B4D42;    /* primario (verde petróleo) */
  --ugc-terracota-dark: #123A31;
  --ugc-espresso: #17211E;     /* texto oscuro */
  --ugc-espresso-dark: #0E1614;
  --ugc-rosa: #C9DBD1;         /* claro sobre fondo oscuro */
  --ugc-ocre: #B98A44;         /* latón */
}

body {
  background-color: #FAFBFA;
}

h1, h2, h3, h4, h5, h6,
.zubuz-hero-content h1,
.zubuz-section-title h2,
.post__title,
.entry-title {
  font-family: "Fraunces", Georgia, serif !important;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* ---------- logo de texto (sin logo gráfico por ahora) ---------- */
.ugc-logo-text {
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ugc-espresso);
  text-transform: uppercase;
  white-space: nowrap;
}
.ugc-logo-text .dot { color: var(--ugc-terracota); }
.ugc-logo-text small {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.42em;
  color: var(--ugc-salvia-dark);
  text-transform: uppercase;
  margin-top: 2px;
}

/* ---------- botones más suaves ---------- */
.zubuz-default-btn,
.zubuz-pricing-btn,
#zubuz-submit-btn,
#comment-btn,
.zubuz-subscription-btn {
  border-radius: 8px !important;
}

/* ---------- barra de anuncio superior ---------- */
.ugc-topbar {
  background: var(--ugc-espresso);
  color: #F2F5F2;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 16px;
  letter-spacing: 0.02em;
}
.ugc-topbar a {
  color: var(--ugc-rosa);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.ugc-topbar a:hover { color: #fff; }

/* ---------- hero ---------- */
.ugc-hero {
  background: linear-gradient(180deg, #F2F5F2 0%, #E3EAE5 100%);
}
.ugc-hero .zubuz-hero-content p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.ugc-hero-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ugc-terracota);
  background: rgba(27, 77, 66, 0.08);
  border: 1px solid rgba(27, 77, 66, 0.25);
  border-radius: 8px;
  padding: 8px 18px;
  margin-bottom: 22px;
}
.ugc-hero-proof {
  margin-top: 26px;
  font-size: 15px;
  color: #6A736F;
}
.ugc-hero-proof strong { color: var(--ugc-espresso); }
.ugc-hero-visual {
  margin-top: 48px;
  text-align: center;
}
.ugc-hero-visual img {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
}

/* ---------- imágenes con arco (estilo wellness) ---------- */
.ugc-arch img,
img.ugc-arch {
  border-radius: 10px;
}
.ugc-rounded img,
img.ugc-rounded {
  border-radius: 10px;
}

/* ---------- tarjetas de producto ---------- */
.ugc-badge {
  display: inline-block;
  background: var(--ugc-terracota);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 8px;
  margin-bottom: 14px;
}
.ugc-badge.sage { background: var(--ugc-salvia-dark); }
.ugc-badge.ocre { background: var(--ugc-ocre); }
.ugc-price-old {
  text-decoration: line-through;
  color: #98A29D;
  font-size: 20px;
  font-weight: 500;
  margin-right: 10px;
}
.zubuz-pricing-wrap {
  background: #fff;
  border: 1px solid var(--ugc-arena);
  border-radius: 10px;
}
.zubuz-pricing-wrap.active {
  border-color: var(--ugc-terracota);
  box-shadow: 0 24px 60px -30px rgba(27, 77, 66, 0.45);
}
.zubuz-pricing-wrap .ugc-cover {
  margin: -8px 0 18px;
}
.zubuz-pricing-wrap .ugc-cover img {
  width: 100%;
  border-radius: 8px;
}

/* ---------- caja de garantía ---------- */
.ugc-garantia {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border: 1px dashed var(--ugc-salvia);
  border-radius: 10px;
  padding: 26px 28px;
}
.ugc-garantia h4 { margin-bottom: 6px; font-size: 20px; }
.ugc-garantia p { font-size: 16px; line-height: 24px; margin: 0; }
.ugc-garantia .ugc-garantia-icon { flex: 0 0 44px; }

/* ---------- sección newsletter / lead magnet ---------- */
.ugc-lead-section {
  background: var(--ugc-arena);
  border-radius: 12px;
  padding: 64px 48px;
}
.ugc-lead-section h2 { margin-bottom: 14px; }
.ugc-lead-form {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.ugc-lead-form input[type="email"] {
  flex: 1 1 260px;
  height: 56px;
  border: 1px solid #CBD4CF;
  border-radius: 8px;
  padding: 0 24px;
  font-size: 16px;
  background: #fff;
  color: var(--ugc-espresso);
  outline: none;
}
.ugc-lead-form input[type="email"]:focus { border-color: var(--ugc-terracota); }
.ugc-lead-form button {
  height: 56px;
  border: none;
  border-radius: 8px;
  background: var(--ugc-terracota);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0 32px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.ugc-lead-form button:hover { background: var(--ugc-terracota-dark); }
.ugc-form-note {
  font-size: 13px;
  color: #6A736F;
  margin-top: 12px;
}
.ugc-form-success {
  display: none;
  margin-top: 14px;
  background: var(--ugc-salvia);
  color: #fff;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 15px;
}

/* ---------- popup lead magnet ---------- */
.ugc-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 22, 20, 0.55);
  backdrop-filter: blur(3px);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.ugc-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%) scale(0.97);
  width: min(880px, calc(100vw - 32px));
  background: var(--ugc-crema);
  border-radius: 12px;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 40px 120px -30px rgba(14, 22, 20, 0.6);
}
.ugc-popup.is-open,
.ugc-popup-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.ugc-popup.is-open { transform: translate(-50%, -50%) scale(1); }
.ugc-popup-grid { display: flex; align-items: stretch; }
.ugc-popup-media {
  flex: 0 0 42%;
  background: var(--ugc-arena);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 28px;
}
.ugc-popup-media img { width: 100%; max-width: 260px; }
.ugc-popup-body { flex: 1; padding: 44px 44px 38px; }
.ugc-popup-body .ugc-badge { margin-bottom: 12px; }
.ugc-popup-body h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 12px;
}
.ugc-popup-body p { font-size: 16px; line-height: 24px; }
.ugc-popup-body ul {
  list-style: none;
  margin: 16px 0 4px;
  padding: 0;
}
.ugc-popup-body ul li {
  font-size: 15.5px;
  line-height: 23px;
  margin-bottom: 9px;
  padding-left: 28px;
  position: relative;
}
.ugc-popup-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--ugc-salvia) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/9px no-repeat;
}
.ugc-popup-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(23, 33, 30, 0.08);
  color: var(--ugc-espresso);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.ugc-popup-close:hover { background: rgba(23, 33, 30, 0.16); }
.ugc-popup .ugc-lead-form { margin-top: 20px; }
.ugc-popup .ugc-form-note { margin-top: 10px; }

@media (max-width: 767px) {
  .ugc-popup-media { display: none; }
  .ugc-popup-body { padding: 40px 26px 30px; }
  .ugc-popup-body h3 { font-size: 24px; line-height: 31px; }
  .ugc-lead-section { padding: 44px 24px; }
}

/* ---------- estrellas ---------- */
.ugc-stars { color: var(--ugc-ocre); font-size: 15px; letter-spacing: 2px; }

/* ---------- checklist de ventas ---------- */
.ugc-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.ugc-checklist li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 13px;
  font-size: 17px;
  line-height: 26px;
}
.ugc-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ugc-salvia) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
}
.ugc-checklist li strong { color: var(--ugc-espresso); }

/* ---------- artículo de blog ---------- */
.entry-content h2 {
  font-size: 30px;
  line-height: 39px;
  margin: 34px 0 14px;
}
.entry-content h3 { margin-top: 28px; }
.ugc-author-box {
  display: flex;
  gap: 18px;
  align-items: center;
  background: var(--ugc-crema);
  border: 1px solid var(--ugc-arena);
  border-radius: 10px;
  padding: 22px 26px;
  margin: 34px 0 8px;
}
.ugc-author-box img { width: 64px; height: 64px; border-radius: 50%; }
.ugc-author-box p { font-size: 15px; line-height: 22px; margin: 2px 0 0; }
.ugc-author-box strong { font-size: 17px; }
.ugc-updated {
  display: inline-block;
  font-size: 13.5px;
  color: #6A736F;
  background: var(--ugc-crema);
  border: 1px solid var(--ugc-arena);
  border-radius: 8px;
  padding: 5px 14px;
  margin-left: 12px;
}

/* ---------- misc ---------- */
.ugc-note {
  font-size: 14px;
  color: #7E8783;
}
.zubuz-breadcrumb {
  background: var(--ugc-arena);
}
.text-terracota { color: var(--ugc-terracota) !important; }
.text-salvia { color: var(--ugc-salvia-dark) !important; }

.ugc-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  align-items: center;
}
.ugc-platforms span {
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px;
  letter-spacing: 0.04em;
  color: #DCE6E0;
  opacity: 0.85;
}

/* ---------- fixes tras QA visual ---------- */
header.zubuz-header-section {
  position: sticky !important;
  top: 0;
  background: rgba(250, 251, 250, 0.92);
  backdrop-filter: blur(8px);
}
h1.post__title { color: var(--ugc-espresso); }
.bg-light { background-color: #E9EFEA !important; }
.zubuz-default-btn {
  background-color: var(--ugc-terracota) !important;
  color: #fff !important;
}
.zubuz-default-btn:hover {
  background-color: var(--ugc-terracota-dark) !important;
  color: #fff !important;
}
.zubuz-pricing-price { flex-wrap: wrap; }

/* ---------- bloque de credenciales + botón "muy pronto" ---------- */
.ugc-credencial-intro {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
  font-size: 19px;
  line-height: 29px;
}
.ugc-credencial-cierre {
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  max-width: 620px;
  margin: 26px auto 0;
  color: var(--ugc-espresso);
}
.ugc-btn-soon {
  background: #CBD4CF !important;
  color: #6A736F !important;
  cursor: default;
  pointer-events: none;
}

/* ============================================================
   V5 — rediseño de la home (hero, credenciales, pasos, planes)
   Bloques autocontenidos: no dependen del template Zubuz.
   ============================================================ */

.ugc-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ugc-sec { padding: clamp(60px, 7.5vw, 104px) 0; }
.ugc-sec--arena { background: var(--ugc-arena); }

.ugc-sec-head {
  max-width: 740px;
  margin: 0 auto clamp(38px, 4.5vw, 54px);
  text-align: center;
}
.ugc-sec-head--left { margin-left: 0; margin-right: 0; text-align: left; max-width: 660px; }
.ugc-sec-head h2 {
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--ugc-espresso);
  margin: 0 0 14px;
}
.ugc-sec-head p {
  font-size: 17.5px;
  line-height: 28px;
  color: #55605B;
  margin: 0;
}

.ugc-eyebrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ugc-terracota);
  margin-bottom: 18px;
}

/* ---------- botones ---------- */
.ugc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 30px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.ugc-btn--solid { background: var(--ugc-terracota); color: #fff; border: 1.5px solid var(--ugc-terracota); }
.ugc-btn--solid:hover { background: var(--ugc-terracota-dark); border-color: var(--ugc-terracota-dark); color: #fff; }
.ugc-btn--ghost { background: transparent; color: var(--ugc-terracota); border: 1.5px solid rgba(27, 77, 66, 0.38); }
.ugc-btn--ghost:hover { background: var(--ugc-terracota); border-color: var(--ugc-terracota); color: #fff; }

/* ---------- hero v2 ---------- */
.ugc-hero2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: linear-gradient(180deg, #F2F5F2 0%, #E3EAE5 100%);
}
.ugc-hero2-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 6.5vw, 92px) clamp(28px, 4vw, 60px) clamp(56px, 6.5vw, 92px) max(24px, calc((100vw - 1180px) / 2 + 24px));
}
.ugc-hero2-text h1 {
  font-size: clamp(36px, 4.1vw, 56px);
  line-height: 1.07;
  letter-spacing: -0.025em;
  color: var(--ugc-espresso);
  margin: 0 0 20px;
  max-width: 640px;
}
.ugc-hero2-text > p {
  font-size: 18px;
  line-height: 29px;
  color: #4C5852;
  margin: 0;
  max-width: 520px;
}
.ugc-hero2-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.ugc-hero2-creds {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(23, 33, 30, 0.14);
  padding-top: 22px;
  max-width: 560px;
}
.ugc-hero2-creds li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #6A736F;
  padding-left: 18px;
}
.ugc-hero2-creds li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ugc-salvia);
}
.ugc-hero2-media {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-top-left-radius: 0;
}
.ugc-hero2-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
}

/* ---------- franja de plataformas ---------- */
.ugc-band { background: var(--ugc-espresso); }
.ugc-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px 44px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ugc-band-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.38;
  color: #F2F5F2;
  margin: 0;
  max-width: 620px;
}
.ugc-chips { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 0; padding: 0; }
.ugc-chips li {
  border: 1px solid rgba(242, 245, 242, 0.26);
  border-radius: 8px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C3CFC9;
}

/* ---------- tarjetas base ---------- */
.ugc-card-base {
  background: #fff;
  border: 1px solid var(--ugc-arena);
  border-radius: 10px;
}

.ugc-duo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ugc-duo-card {
  background: #fff;
  border: 1px solid var(--ugc-arena);
  border-radius: 10px;
  padding: 34px 32px;
}
.ugc-duo-card img { width: 48px; height: 48px; margin-bottom: 18px; }
.ugc-duo-card h3 { font-size: 21px; line-height: 28px; margin: 0 0 10px; color: var(--ugc-espresso); }
.ugc-duo-card p { font-size: 16px; line-height: 26px; color: #55605B; margin: 0; }

/* ---------- bloque de autor / credenciales ---------- */
.ugc-author {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(30px, 4.5vw, 68px);
  align-items: start;
}
.ugc-author-media img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 10px;
}
.ugc-author-caption { margin: 18px 0 0; text-align: center; }
.ugc-author-caption strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  color: var(--ugc-espresso);
}
.ugc-author-caption span { font-size: 13.5px; color: #6A736F; }
.ugc-author-body h2 {
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--ugc-espresso);
  margin: 0 0 16px;
}
.ugc-author-lead { font-size: 18px; line-height: 29px; color: #4C5852; margin: 0; }
.ugc-author-lead strong { color: var(--ugc-espresso); }
.ugc-cred-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 20px; }
.ugc-cred-list li { display: flex; gap: 18px; align-items: flex-start; }
.ugc-cred-list img { width: 44px; height: 44px; flex: 0 0 44px; margin-top: 2px; }
.ugc-cred-list h3 { font-size: 19px; line-height: 26px; margin: 0 0 5px; color: var(--ugc-espresso); }
.ugc-cred-list p { font-size: 15.5px; line-height: 25px; color: #55605B; margin: 0; }
.ugc-author-close {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.4;
  color: var(--ugc-espresso);
  margin: 30px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(23, 33, 30, 0.16);
}

/* ---------- grilla de capacidades ---------- */
.ugc-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ugc-feat {
  background: #fff;
  border: 1px solid var(--ugc-arena);
  border-radius: 10px;
  padding: 30px 28px;
}
.ugc-feat img { width: 46px; height: 46px; margin-bottom: 16px; }
.ugc-feat h3 { font-size: 19.5px; line-height: 27px; margin: 0 0 9px; color: var(--ugc-espresso); }
.ugc-feat p { font-size: 15.5px; line-height: 25px; color: #55605B; margin: 0; }

/* ---------- tres pasos ---------- */
.ugc-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  counter-reset: none;
}
.ugc-step {
  background: #fff;
  border: 1px solid rgba(23, 33, 30, 0.1);
  border-radius: 10px;
  padding: 32px 30px 30px;
  position: relative;
}
.ugc-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ugc-terracota);
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}
.ugc-step h3 { font-size: 21px; line-height: 28px; margin: 0 0 9px; color: var(--ugc-espresso); }
.ugc-step p { font-size: 15.5px; line-height: 25px; color: #55605B; margin: 0; }
.ugc-steps-cta { margin-top: 34px; }

/* ---------- planes / precios ---------- */
.ugc-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.ugc-plan {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--ugc-arena);
  border-radius: 10px;
  overflow: hidden;
}
.ugc-plan--featured {
  border: 1.5px solid var(--ugc-terracota);
  box-shadow: 0 26px 60px -32px rgba(27, 77, 66, 0.5);
}
.ugc-plan-cover {
  background: var(--ugc-crema);
  border-bottom: 1px solid var(--ugc-arena);
  padding: 30px 24px;
  display: flex;
  justify-content: center;
}
.ugc-plan-cover img {
  width: 100%;
  max-width: 192px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 38px -20px rgba(23, 33, 30, 0.65);
}
.ugc-plan-body { display: flex; flex-direction: column; flex: 1; padding: 26px 28px 30px; }
.ugc-plan-flag { min-height: 30px; }
.ugc-plan-flag .ugc-badge { margin-bottom: 0; }
.ugc-plan-body h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 4px;
  color: var(--ugc-espresso);
}
.ugc-plan-price {
  font-family: "Fraunces", Georgia, serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--ugc-espresso);
  margin-bottom: 14px;
}
.ugc-plan-price span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #7E8783;
  margin-top: 2px;
}
.ugc-plan-body > p { font-size: 15.5px; line-height: 25px; color: #55605B; margin: 0 0 24px; }
.ugc-plan-cta { margin-top: auto; width: 100%; }

/* ---------- entradas del blog ---------- */
.ugc-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ugc-post {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(23, 33, 30, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.ugc-post-thumb { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.ugc-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ugc-post:hover .ugc-post-thumb img { transform: scale(1.04); }
.ugc-post-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(23, 33, 30, 0.82);
  color: #F2F5F2;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 8px;
}
.ugc-post-body { display: flex; flex-direction: column; flex: 1; padding: 24px 26px 26px; }
.ugc-post-date { font-size: 13px; color: #7E8783; margin: 0 0 8px; }
.ugc-post-body h3 { font-size: 19.5px; line-height: 27px; margin: 0 0 18px; }
.ugc-post-body h3 a { color: var(--ugc-espresso); text-decoration: none; }
.ugc-post-body h3 a:hover { color: var(--ugc-terracota); }
.ugc-post-link {
  margin-top: auto;
  font-size: 15px;
  font-weight: 600;
  color: var(--ugc-terracota);
  text-decoration: none;
}
.ugc-post-link span { display: inline-block; transition: transform 0.25s ease; }
.ugc-post-link:hover span { transform: translateX(4px); }

/* ---------- lead magnet ---------- */
.ugc-lead-grid {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}
.ugc-lead-media { display: flex; justify-content: center; }
.ugc-lead-media img {
  width: 100%;
  max-width: 230px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 22px 46px -22px rgba(23, 33, 30, 0.7);
}
.ugc-lead-body h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.ugc-lead-body > p { font-size: 16.5px; line-height: 27px; color: #4C5852; margin: 0; }

/* ---------- responsive ---------- */
@media (max-width: 1199px) {
  .ugc-hero2-media { min-height: 520px; }
}
@media (max-width: 991px) {
  .ugc-hero2 { grid-template-columns: 1fr; }
  .ugc-hero2-text { padding: 56px 24px 46px; }
  .ugc-hero2-media { min-height: 380px; border-top-left-radius: 0; }
  .ugc-author { grid-template-columns: 1fr; }
  .ugc-author-media { max-width: 330px; margin: 0 auto; }
  .ugc-feats { grid-template-columns: repeat(2, 1fr); }
  .ugc-steps { grid-template-columns: 1fr; }
  .ugc-plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .ugc-posts { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .ugc-lead-grid { grid-template-columns: 1fr; text-align: center; }
  .ugc-lead-form { margin-left: auto; margin-right: auto; }
  .ugc-lead-body .ugc-form-note { text-align: center; }
}
@media (max-width: 767px) {
  .ugc-duo { grid-template-columns: 1fr; }
  .ugc-feats { grid-template-columns: 1fr; }
  .ugc-hero2-text h1 { font-size: clamp(31px, 8vw, 40px); }
  .ugc-hero2-ctas .ugc-btn { width: 100%; }
  .ugc-band-inner { padding-top: 26px; padding-bottom: 26px; }
}

/* ---------- portadas reales en las tarjetas del template (tienda) ---------- */
.zubuz-pricing-wrap .ugc-cover {
  background: var(--ugc-crema);
  border: 1px solid var(--ugc-arena);
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.zubuz-pricing-wrap .ugc-cover img {
  width: 82%;
  max-width: 165px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 14px 30px -16px rgba(23, 33, 30, 0.6);
}
.ugc-popup-media img { max-width: 215px; border-radius: 8px; box-shadow: 0 18px 38px -20px rgba(23, 33, 30, 0.6); }

/* ============================================================
   V6 — repaletado del template Zubuz + esquinas menos redondeadas
   Sobrescribe las variables que app.min.css define para todo el tema.
   ============================================================ */
:root {
  --heading-color: #17211E;
  --body-color: #232F2B;
  --primary-color: #1B4D42;
  --secondary-color: #7E9A8C;
  --gray-color: #55605B;
  --light-color: #DCE4DF;
  --dark-bg: #0E1614;
  --blue-bg: #5E7C6E;
  --light-bg: #F2F5F2;
  --white-bg: #ffffff;
}

.zubuz-accordion-item { border-radius: 10px; }
.zubuz-iconbox-wrap { border-radius: 10px; }
.zubuz-thumb img,
.ugc-rounded img, img.ugc-rounded,
.ugc-arch img, img.ugc-arch { border-radius: 10px !important; }
.zubuz-blog-wrap, .zubuz-blog-thumb img { border-radius: 10px !important; }
input[type="text"], input[type="email"], input[type="tel"], textarea, .form-control {
  border-radius: 8px !important;
}
.zubuz-testimonial-author-thumb img { border-radius: 50% !important; }

/* migas de pan: el template las pintaba en blanco sobre fondo oscuro */
.zubuz-breadcrumb .breadcrumbs li,
.zubuz-breadcrumb .breadcrumbs li a { color: var(--ugc-espresso) !important; }
.zubuz-breadcrumb .breadcrumbs li a:hover { color: var(--ugc-terracota) !important; }
.zubuz-breadcrumb { padding: 110px 0 70px; }

/* ---------- cita firmada + ficha del fundador ---------- */
.ugc-sec--tight { padding-top: 0; padding-bottom: clamp(46px, 5vw, 70px); }
.ugc-quote {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(23, 33, 30, 0.12);
  border-bottom: 1px solid rgba(23, 33, 30, 0.12);
  padding: clamp(32px, 4vw, 46px) clamp(16px, 3vw, 32px);
}
.ugc-quote blockquote {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.5;
  color: var(--ugc-espresso);
  margin: 0;
  padding: 0;
  border: 0;
  quotes: "\201C" "\201D";
}
.ugc-quote blockquote::before { content: open-quote; color: var(--ugc-salvia); }
.ugc-quote blockquote::after { content: close-quote; color: var(--ugc-salvia); }
.ugc-quote figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
.ugc-quote figcaption img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.ugc-quote figcaption span {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #6A736F;
}
.ugc-quote figcaption strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--ugc-espresso);
}

.ugc-founder {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: var(--ugc-crema);
  border: 1px solid var(--ugc-arena);
  border-radius: 10px;
  padding: 26px 28px;
  max-width: 780px;
}
.ugc-founder img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; flex: 0 0 84px; }
.ugc-founder h3 { font-size: 20px; line-height: 28px; margin: 0 0 6px; color: var(--ugc-espresso); }
.ugc-founder p { font-size: 15.5px; line-height: 25px; color: #55605B; margin: 0; }
@media (max-width: 575px) {
  .ugc-founder { flex-direction: column; }
  .ugc-quote figcaption { flex-direction: column; text-align: center; }
  .ugc-quote figcaption span { text-align: center; }
}

/* ============================================================
   LANDING DE PRODUCTO (producto-ebook)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* barra sticky */
.lp-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(23,33,30,.97); backdrop-filter: blur(6px);
  transform: translateY(110%); transition: transform .35s ease;
}
.lp-sticky.is-on { transform: none; }
.lp-sticky-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 12px; padding-bottom: 12px; }
.lp-sticky-info strong { display: block; font-family: "Fraunces", Georgia, serif; font-size: 17px; color: #F2F5F2; }
.lp-sticky-info span { font-size: 12.5px; color: #9AA8A1; }
.lp-sticky-buy { display: flex; align-items: center; gap: 16px; }
.lp-sticky-price { font-family: "Fraunces", Georgia, serif; font-size: 22px; font-weight: 600; color: #F2F5F2; }
.lp-sticky .ugc-btn { height: 46px; padding: 0 22px; font-size: 15px; }
@media (max-width: 575px) {
  .lp-sticky-info { display: none; }
  .lp-sticky-in { justify-content: space-between; }
  .lp-sticky .ugc-btn { flex: 1; }
}

/* hero */
.lp-hero { background: linear-gradient(170deg, #F2F5F2 0%, #E3EAE5 100%); padding: clamp(48px,6vw,84px) 0 clamp(56px,6vw,88px); }
.lp-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px,5vw,64px); align-items: center; }
.lp-hero-text h1 { font-size: clamp(32px,4vw,52px); line-height: 1.06; letter-spacing: -.025em; color: var(--ugc-espresso); margin: 0 0 18px; }
.lp-lead { font-size: 18px; line-height: 29px; color: #4C5852; margin: 0 0 22px; max-width: 540px; }
.lp-hero-bullets { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.lp-hero-bullets li { position: relative; padding-left: 26px; font-size: 16px; line-height: 25px; color: #3B4741; }
.lp-hero-bullets li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ugc-terracota); font-weight: 700; }
.lp-hero-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.lp-btn-lg { height: 60px; padding: 0 34px; font-size: 17px; }
.lp-cta-note { font-size: 13.5px; color: #6A736F; }
.lp-trust { display: flex; gap: 14px; align-items: center; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(23,33,30,.14); max-width: 560px; }
.lp-trust img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: 0 0 46px; }
.lp-trust p { font-size: 14.5px; line-height: 23px; color: #55605B; margin: 0; }
.lp-hero-media { display: flex; justify-content: center; }
.lp-hero-media img { width: 100%; max-width: 330px; height: auto; border-radius: 8px; box-shadow: 0 34px 70px -28px rgba(23,33,30,.6); }

/* ticker */
.lp-ticker { background: var(--ugc-terracota); overflow: hidden; padding: 13px 0; }
.lp-ticker-track { display: flex; align-items: center; gap: 26px; white-space: nowrap; width: max-content; animation: lp-scroll 34s linear infinite; }
.lp-ticker-track span { font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: #DCEAE3; font-weight: 600; }
.lp-ticker-track i { color: var(--ugc-ocre); font-style: normal; font-size: 10px; }
@keyframes lp-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .lp-ticker-track { animation: none; } }

/* dolores */
.lp-pains { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.lp-pain { display: flex; gap: 18px; background: #fff; border: 1px solid var(--ugc-arena); border-radius: 10px; padding: 26px 26px; }
.lp-pain span { font-family: "Fraunces", Georgia, serif; font-size: 26px; font-weight: 600; color: var(--ugc-ocre); line-height: 1; }
.lp-pain p { font-size: 15.5px; line-height: 25px; color: #55605B; margin: 0; }

/* comparativa */
.lp-compare { overflow-x: auto; background: #fff; border: 1px solid rgba(23,33,30,.1); border-radius: 10px; }
.lp-compare table { width: 100%; border-collapse: collapse; min-width: 620px; }
.lp-compare th, .lp-compare td { padding: 16px 20px; text-align: left; font-size: 15.5px; line-height: 24px; border-bottom: 1px solid rgba(23,33,30,.08); }
.lp-compare thead th { font-family: "Fraunces", Georgia, serif; font-size: 16.5px; color: var(--ugc-espresso); background: var(--ugc-crema); }
.lp-compare .lp-col-win { background: var(--ugc-terracota); color: #F2F5F2; }
.lp-compare tbody td:first-child { font-weight: 600; color: var(--ugc-espresso); width: 22%; }
.lp-compare tbody td:nth-child(2) { color: #7E8783; }
.lp-compare tbody td:nth-child(3) { color: var(--ugc-espresso); background: rgba(27,77,66,.05); font-weight: 500; }
.lp-compare tbody tr:last-child td { border-bottom: 0; }
.lp-compare-note { margin: 22px 0 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(17px,1.9vw,21px); line-height: 1.5; color: var(--ugc-espresso); max-width: 720px; }

/* qué hay adentro */
.lp-inside { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.lp-in { background: #fff; border: 1px solid var(--ugc-arena); border-radius: 10px; padding: 28px 26px; }
.lp-in img { width: 46px; height: 46px; margin-bottom: 15px; }
.lp-in h3 { font-size: 19.5px; line-height: 27px; margin: 0 0 9px; color: var(--ugc-espresso); }
.lp-in p { font-size: 15.5px; line-height: 25px; color: #55605B; margin: 0; }

/* franja oscura */
.lp-dark { background: var(--ugc-espresso); padding: clamp(60px,7vw,96px) 0; }
.lp-dark-in { max-width: 780px; text-align: center; }
.lp-dark-kicker { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--ugc-ocre); margin: 0 0 16px; font-weight: 600; }
.lp-dark h2 { font-size: clamp(30px,3.6vw,46px); line-height: 1.12; letter-spacing: -.02em; color: #F2F5F2; margin: 0 0 18px; }
.lp-dark-lead { font-size: 17.5px; line-height: 29px; color: #B8C5BE; margin: 0 0 32px; }
.lp-btn-light { background: #F2F5F2; color: var(--ugc-espresso); border: 1.5px solid #F2F5F2; }
.lp-btn-light:hover { background: var(--ugc-ocre); border-color: var(--ugc-ocre); color: #17211E; }

/* para quién */
.lp-forwho { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.lp-yes, .lp-no { border-radius: 10px; padding: 30px 30px; border: 1px solid var(--ugc-arena); background: #fff; }
.lp-yes { border-color: rgba(27,77,66,.35); }
.lp-yes h3, .lp-no h3 { font-size: 21px; margin: 0 0 16px; color: var(--ugc-espresso); }
.lp-yes ul, .lp-no ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.lp-yes li, .lp-no li { position: relative; padding-left: 28px; font-size: 15.5px; line-height: 25px; color: #55605B; }
.lp-yes li::before { content: "✓"; position: absolute; left: 0; color: var(--ugc-terracota); font-weight: 700; }
.lp-no li::before { content: "×"; position: absolute; left: 2px; color: #A9B2AD; font-weight: 700; font-size: 18px; }

/* autor */
.lp-author { display: flex; gap: clamp(22px,3vw,40px); align-items: flex-start; max-width: 900px; }
.lp-author > img { width: 116px; height: 116px; border-radius: 50%; object-fit: cover; flex: 0 0 116px; }
.lp-author-quote { font-family: "Fraunces", Georgia, serif; font-size: clamp(19px,2.1vw,24px); line-height: 1.5; color: var(--ugc-espresso); margin: 0 0 18px; }
.lp-author-quote::before { content: "\201C"; color: var(--ugc-salvia); }
.lp-author-quote::after { content: "\201D"; color: var(--ugc-salvia); }
.lp-author-sign { font-size: 16px; color: var(--ugc-espresso); margin: 0 0 5px; }
.lp-author-creds { font-size: 14px; color: #6A736F; margin: 0; }

/* faq */
.lp-faq { max-width: 820px; margin: 0 auto; }
.lp-faq details { background: #fff; border: 1px solid rgba(23,33,30,.1); border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.lp-faq summary { cursor: pointer; padding: 20px 24px; font-family: "Fraunces", Georgia, serif; font-size: 18px; color: var(--ugc-espresso); list-style: none; position: relative; padding-right: 52px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--ugc-terracota); font-family: "Inter", sans-serif; }
.lp-faq details[open] summary::after { content: "–"; }
.lp-faq details p { margin: 0; padding: 0 24px 22px; font-size: 15.5px; line-height: 26px; color: #55605B; }

/* cierre */
.lp-close { display: flex; gap: clamp(26px,4vw,54px); align-items: center; max-width: 900px; }
.lp-close > img { width: 200px; height: auto; border-radius: 8px; box-shadow: 0 24px 50px -24px rgba(23,33,30,.6); flex: 0 0 200px; }
.lp-close h2 { font-size: clamp(26px,3vw,38px); line-height: 1.14; margin: 0 0 12px; color: var(--ugc-espresso); }
.lp-close > div > p { font-size: 16px; line-height: 26px; color: #55605B; margin: 0 0 22px; }
.lp-close-alt { font-size: 14.5px !important; margin: 16px 0 0 !important; }

@media (max-width: 991px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-hero-media { order: -1; }
  .lp-hero-media img { max-width: 230px; }
  .lp-inside { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .lp-pains, .lp-inside, .lp-forwho { grid-template-columns: 1fr; }
  .lp-author { flex-direction: column; }
  .lp-close { flex-direction: column; text-align: center; }
  .lp-close > img { flex: 0 0 auto; }
  .lp-hero-cta .ugc-btn { width: 100%; }
  body { padding-bottom: 0; }
}

/* ---------- placeholders de contenido visual (solo con ?preview) ---------- */
.lp-ph { display: none; }
.lp-only-preview { display: none; }
body.lp-preview .lp-only-preview { display: block; }
body.lp-preview .lp-ph {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; gap: 4px; padding: 22px 20px;
  border: 2px dashed var(--ugc-ocre);
  border-radius: 10px; background: rgba(185,138,68,.07); position: relative;
}
body.lp-preview .lp-ph[data-ratio="16/9"] { aspect-ratio: 16/9; }
body.lp-preview .lp-ph[data-ratio="4/3"]  { aspect-ratio: 4/3; }
body.lp-preview .lp-ph[data-ratio="3/4"]  { aspect-ratio: 3/4; }
body.lp-preview .lp-ph[data-ratio="9/16"] { aspect-ratio: 9/16; }
body.lp-preview .lp-ph[data-ratio="auto"] { min-height: 170px; }
.lp-ph-code {
  position: absolute; top: -11px; left: 14px; background: var(--ugc-ocre); color: #17211E;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; padding: 3px 9px; border-radius: 4px;
}
.lp-ph-tipo { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #96773F; font-weight: 600; }
.lp-ph strong { font-family: "Fraunces", Georgia, serif; font-size: 17px; color: var(--ugc-espresso); }
.lp-ph p { font-size: 13.5px; line-height: 21px; color: #6A736F; margin: 0; max-width: 260px; }
.lp-ph-wide { max-width: 820px; margin: 0 auto; }
body.lp-preview .lp-ph-wide p { max-width: 520px; }
/* en modo preview el placeholder sustituye al recurso definitivo */
body.lp-preview .lp-hero-media img,
body.lp-preview .lp-author > img { display: none; }
body.lp-preview .lp-hero-media .lp-ph { width: 100%; max-width: 330px; }
body.lp-preview .lp-author .lp-ph { flex: 0 0 200px; width: 200px; }

.lp-spreads { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.lp-reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: start; }
@media (max-width: 991px) { .lp-spreads, .lp-reviews { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px) { .lp-spreads, .lp-reviews { grid-template-columns: 1fr; } }

/* ---------- comparativa apilada en móvil (sin scroll horizontal) ---------- */
@media (max-width: 767px) {
  .lp-compare { overflow: visible; background: transparent; border: 0; border-radius: 0; }
  .lp-compare table, .lp-compare tbody, .lp-compare tr, .lp-compare td { display: block; width: 100%; min-width: 0; }
  .lp-compare thead { display: none; }
  .lp-compare tbody tr {
    background: #fff; border: 1px solid rgba(23,33,30,.1); border-radius: 10px;
    margin-bottom: 14px; overflow: hidden;
  }
  .lp-compare tbody td { border-bottom: 0; padding: 0; }
  .lp-compare tbody td:first-child {
    width: 100%; background: var(--ugc-crema); padding: 13px 18px;
    font-family: "Fraunces", Georgia, serif; font-size: 17px; font-weight: 600; color: var(--ugc-espresso);
    border-bottom: 1px solid rgba(23,33,30,.08);
  }
  .lp-compare tbody td:nth-child(2),
  .lp-compare tbody td:nth-child(3) { padding: 14px 18px 15px; position: relative; }
  .lp-compare tbody td:nth-child(2)::before,
  .lp-compare tbody td:nth-child(3)::before {
    content: attr(data-l); display: block; font-family: "Inter", sans-serif;
    font-size: 10.5px; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; margin-bottom: 5px;
  }
  .lp-compare tbody td:nth-child(2)::before { color: #A9B2AD; }
  .lp-compare tbody td:nth-child(3)::before { color: var(--ugc-terracota); }
  .lp-compare tbody td:nth-child(3) {
    background: rgba(27,77,66,.07); border-top: 1px solid rgba(27,77,66,.18);
  }
}
.lp-caps summary { padding-left: 66px; }
.lp-cap-n { position: absolute; left: 24px; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--ugc-ocre); top: 50%; transform: translateY(-50%); }
.lp-caps details p { padding-left: 66px; }
.lp-ph-nota { display: none; }
body.lp-preview .lp-ph-nota { display: block; text-align: center; margin: 22px 0 0; font-size: 13px; color: #96773F; font-weight: 600; }
@media (max-width: 575px) { .lp-caps summary, .lp-caps details p { padding-left: 56px; } .lp-cap-n { left: 18px; } }
.lp-life { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
@media (max-width: 767px) { .lp-life { grid-template-columns: 1fr; } }

/* ---------- vídeo del hero ---------- */
.lp-video { position: relative; width: 100%; max-width: 310px; margin: 0 auto; }
.lp-video video {
  width: 100%; height: auto; display: block; border-radius: 10px;
  box-shadow: 0 34px 70px -28px rgba(23,33,30,.65); background: var(--ugc-espresso);
}
.lp-sound {
  position: absolute; right: 12px; bottom: 12px;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(23,33,30,.72); color: #F2F5F2; border: 0; cursor: pointer;
  border-radius: 6px; padding: 8px 13px; font-family: "Inter", sans-serif;
  font-size: 12.5px; font-weight: 600; backdrop-filter: blur(4px);
  transition: background .2s ease;
}
.lp-sound::before {
  content: ""; width: 13px; height: 13px; flex: 0 0 13px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 9h4l5-4v14l-5-4H4z'/><path d='M17 8l4 8M21 8l-4 8' stroke='black' stroke-width='2' fill='none'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 9h4l5-4v14l-5-4H4z'/><path d='M17 8l4 8M21 8l-4 8' stroke='black' stroke-width='2' fill='none'/></svg>") center/contain no-repeat;
}
.lp-sound.is-on::before {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 9h4l5-4v14l-5-4H4z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 9h4l5-4v14l-5-4H4z'/></svg>") center/contain no-repeat;
}
.lp-sound:hover { background: var(--ugc-terracota); }
.lp-video-note {
  text-align: center; font-size: 12px; line-height: 18px; color: #8B948F;
  margin: 12px auto 0; max-width: 310px;
}
@media (max-width: 991px) { .lp-video { max-width: 260px; } }
.lp-hero-media { flex-direction: column; align-items: center; }
.lp-hero-media .lp-video { width: 100%; flex: 0 0 auto; }

/* ---------- banda de estilo de vida con fotos reales ---------- */
.lp-life figure { margin: 0; }
.lp-life img { width: 100%; height: auto; display: block; border-radius: 10px; aspect-ratio: 3/4; object-fit: cover; }
.lp-life figcaption {
  margin-top: 12px; font-family: "Fraunces", Georgia, serif; font-size: 17px;
  line-height: 25px; color: var(--ugc-espresso);
}

/* ---------- franja oscura con fondo fotográfico ---------- */
.lp-dark--img {
  position: relative;
  background-image: linear-gradient(rgba(14,22,20,.78), rgba(14,22,20,.82)), url("../images/ugc/franja-atardecer.webp");
  background-size: cover;
  background-position: center 55%;
}
.lp-dark--img .lp-dark-in { position: relative; z-index: 1; }
