/*
Theme Name: EIEN FIT
Theme URI: https://eienfit.com/
Author: EIEN FIT
Author URI: https://eienfit.com/
Description: Tema personalizado para la landing de EIEN FIT. Incluye landing principal, formulario de diagnóstico, páginas legales con URL limpia y soporte básico para WooCommerce.
Version: 1.4.0
License: Proprietary
Text Domain: eienfit
*/

:root {
  --black: #020202;
  --black-soft: #070707;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, .72);
  --muted-strong: rgba(255, 255, 255, .88);
  --line: rgba(255, 255, 255, .18);
  --red: #ff3838;
  --red-dark: #d8232e;
  --pink: #f579c8;
  --blue: #34aef0;
  --card: rgba(255, 255, 255, .045);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --container: 1180px;
  --header-height: 86px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: absolute;
  left: 14px;
  top: -60px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  transition: top .2s ease;
}
.skip-link:focus { top: 14px; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section-dark,
.section-black {
  position: relative;
  isolation: isolate;
}
.section-dark {
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 56, 56, .08), transparent 32%),
    radial-gradient(circle at 20% 80%, rgba(52, 174, 240, .07), transparent 36%),
    var(--black);
}
.section-black { background: var(--black); }

.noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    radial-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 34px 34px, 19px 19px;
  background-position: 0 0, 8px 12px;
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
  z-index: -1;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(18px, 6vw, 86px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .80), rgba(0, 0, 0, .22), transparent);
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.brand img { width: 150px; height: auto; }
.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 28px);
  font-family: "League Spartan", Poppins, sans-serif;
  font-weight: 800;
}
.nav a {
  position: relative;
  font-size: clamp(13px, 1.15vw, 15px);
  opacity: .94;
  white-space: nowrap;
}
.nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width .24s ease;
}
.nav a:hover::after { width: 100%; }
.nav-cta {
  display: none;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--red);
  color: white;
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: white;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: white;
  transition: transform .2s ease;
}
body.nav-open .nav-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
body.nav-open .nav-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero {
  min-height: 100svh;
  padding: calc(var(--header-height) + 46px) 0 58px;
  overflow: hidden;
}
.hero-grid {
  min-height: calc(100svh - var(--header-height) - 104px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hero-temple {
  position: absolute;
  width: min(520px, 42vw);
  left: 35%;
  top: 105px;
  opacity: .62;
  z-index: -1;
  filter: grayscale(1);
}

h1, h2, h3 {
  font-family: "League Spartan", Poppins, sans-serif;
  margin: 0;
  line-height: .96;
  letter-spacing: -.045em;
}
h1 {
  max-width: 720px;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 900;
}
h1 span {
  position: relative;
  display: inline-block;
}
h1 span::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -8px;
  bottom: .05em;
  height: .23em;
  background: var(--pink);
  z-index: -1;
  transform: rotate(-1.3deg);
  opacity: .92;
}
h2 { font-size: clamp(36px, 4.8vw, 68px); font-weight: 900; }
h3 { font-size: clamp(22px, 2.2vw, 33px); font-weight: 900; }

.hero-copy p {
  max-width: 620px;
  margin: 30px 0 28px;
  color: var(--muted-strong);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 0;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 17px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 18px 40px rgba(255, 56, 56, .19); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { border-color: rgba(255, 255, 255, .45); color: white; background: transparent; }
.btn-outline:hover { border-color: white; }
.hero-visual {
  align-self: end;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, .72));
}
.hero-visual img { width: min(560px, 100%); margin-left: auto; }
.hero-bottom {
  width: min(660px, 100%);
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pill-card {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 18px;
  border: 2px solid rgba(255, 255, 255, .84);
  border-radius: 22px;
  background: rgba(0, 0, 0, .36);
  backdrop-filter: blur(10px);
  font-size: 16px;
  font-weight: 700;
}
.pill-card.is-centered { grid-column: 1 / -1; width: 50%; justify-self: center; }
.icon-line { font-size: 34px; line-height: 1; font-weight: 400; }
.connection-text {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: var(--muted-strong);
  font-size: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--pink);
  font-family: "League Spartan", Poppins, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.blue { color: var(--blue); }
.eyebrow.pink { color: var(--pink); }

.pain { padding: 110px 0; }
.pain-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
}
.pain-list { display: grid; gap: 16px; }
.pain-list p {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
  color: var(--muted-strong);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
}
.pain-close {
  margin-top: 10px;
  padding: 32px;
  border-radius: 24px;
  background: white;
  color: #030303;
  font-family: "League Spartan", Poppins, sans-serif;
  box-shadow: var(--shadow);
}
.pain-close strong,
.pain-close span {
  display: block;
  font-size: clamp(26px, 3.3vw, 44px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 900;
}
.pain-close span { color: var(--red); }

.experiences { padding: 110px 0; overflow: hidden; }
.section-heading { margin-bottom: 48px; }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading p {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.experience-card {
  display: grid;
  gap: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top, rgba(255, 56, 56, .10), transparent 55%),
    rgba(255, 255, 255, .035);
  box-shadow: var(--shadow);
}
.experience-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
  aspect-ratio: 4 / 3.55;
}
.experience-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: inherit;
  pointer-events: none;
}
.experience-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.92) contrast(1.04);
}

.experience-img-esteban { object-position: 50% 50%; }
.experience-img-melissa { object-position: 50% 50%; }
.experience-img-tatiana { object-position: 50% 50%; }

.testimonial {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 26px 22px;
  border: 1.5px solid rgba(255, 255, 255, .55);
  border-radius: 22px;
  background: rgba(0, 0, 0, .28);
}
.testimonial h3 { font-size: 25px; margin-bottom: 6px; }
.stars { color: #ffc400; letter-spacing: 1px; margin-bottom: 14px; font-size: 18px; }
.testimonial p { margin: 0; color: var(--muted-strong); line-height: 1.45; font-size: 15px; }
.section-action { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; text-align: center; }

.method { padding: 105px 0; overflow: hidden; }
.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.method-card {
  min-height: 238px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.method-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 35px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  color: var(--pink);
  font-family: "League Spartan", Poppins, sans-serif;
  font-weight: 900;
  font-size: 14px;
}
.method-card h3 { font-size: 22px; line-height: 1.08; }
.method-card p { margin: 14px 0 0; color: var(--muted-strong); line-height: 1.45; }

.app-section {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: clamp(24px, 5vw, 56px);
  padding: clamp(26px, 4vw, 44px);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 18% 35%, rgba(245, 121, 200, .26), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.app-mockups {
  position: relative;
  min-height: 410px;
  display: grid;
  place-items: center;
}
.phone {
  position: absolute;
  width: 210px;
  min-height: 380px;
  padding: 22px 16px 18px;
  border: 8px solid #151515;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff, #f3f3f3);
  color: #080808;
  box-shadow: 0 28px 60px rgba(0,0,0,.42);
}
.phone-left { left: 5%; transform: rotate(-8deg) translateY(10px); opacity: .93; }
.phone-main { z-index: 2; width: 225px; min-height: 400px; }
.phone-right { right: 5%; transform: rotate(8deg) translateY(12px); opacity: .93; }
.phone-notch {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 70px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background: #151515;
}
.phone-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 12px;
}
.phone-header strong { font-family: "League Spartan", Poppins, sans-serif; font-weight: 900; }
.phone-header span { color: #777; font-weight: 800; }
.app-card-mini {
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.app-card-mini.primary-card { background: #101010; color: white; }
.app-card-mini span { display: block; color: #777; font-size: 11px; font-weight: 800; margin-bottom: 6px; }
.app-card-mini.primary-card span { color: rgba(255,255,255,.65); }
.app-card-mini strong { font-family: "League Spartan", Poppins, sans-serif; font-size: 14px; line-height: 1.15; }
.app-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
}
.app-row span { width: 9px; height: 9px; border-radius: 999px; background: var(--pink); }
.app-row p { margin: 0; font-size: 12px; font-weight: 800; }
.progress-ring {
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  margin: 8px auto 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #fff 56%, transparent 57%),
    conic-gradient(var(--red) 0 50%, #e9e9e9 50% 100%);
  font-family: "League Spartan", Poppins, sans-serif;
  font-weight: 900;
  font-size: 28px;
}
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric-grid div {
  padding: 12px 8px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.metric-grid strong { display: block; font-family: "League Spartan", Poppins, sans-serif; font-size: 24px; }
.metric-grid span { color: #777; font-size: 11px; font-weight: 800; }
.chat-bubble {
  width: 88%;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 16px 16px 16px 4px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}
.chat-bubble.alt { margin-left: auto; border-radius: 16px 16px 4px 16px; background: var(--pink); color: #0a0a0a; }
.app-copy h3 { font-size: clamp(32px, 4vw, 56px); }
.app-copy p { max-width: 520px; margin: 16px 0 24px; font-size: 20px; line-height: 1.35; font-weight: 600; color: var(--muted-strong); }
.mini-benefits { display: flex; flex-wrap: wrap; gap: 10px; }
.mini-benefits span { display: inline-flex; padding: 12px 15px; border-radius: 14px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255,255,255,.14); font-weight: 800; font-size: 14px; }

.plans { padding: 110px 0; }
.plan-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; }
.plan-card {
  display: grid;
  gap: 24px;
  padding: clamp(26px, 4vw, 44px);
  border: 1.5px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, .045);
  box-shadow: var(--shadow);
}
.plan-card.featured { border-color: rgba(255, 56, 56, .48); background: linear-gradient(135deg, rgba(255, 56, 56, .13), rgba(255, 255, 255, .045)); }
.plan-label { color: var(--pink); font-family: "League Spartan", Poppins, sans-serif; font-weight: 900; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.plan-card h3 { margin-top: 10px; }
.plan-detail { margin: 8px 0 0; color: var(--muted); }
.price { font-family: "League Spartan", Poppins, sans-serif; font-weight: 900; font-size: clamp(56px, 7vw, 86px); letter-spacing: -.07em; line-height: .9; }
.price span { font-size: .56em; vertical-align: top; margin-right: 2px; }
.price small { font-size: .25em; letter-spacing: 0; text-transform: uppercase; }
.plan-card ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 22px; color: var(--muted-strong); line-height: 1.35; }
.plan-card li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 999px; background: var(--pink); }
.plan-note { margin: 0; color: var(--muted); font-weight: 700; }
.session-options { display: grid; gap: 12px; }
.session-options div { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 74px; padding: 15px 18px; border: 1.5px solid rgba(255, 255, 255, .58); border-radius: 18px; }
.session-options div:nth-child(2) { border-color: var(--blue); }
.session-options div:nth-child(3) { border-color: var(--pink); }
.session-options strong { text-transform: uppercase; font-family: "League Spartan", Poppins, sans-serif; font-weight: 900; }
.session-options span { font-family: "League Spartan", Poppins, sans-serif; font-size: 28px; font-weight: 900; }

.about { padding: 115px 0 70px; overflow: hidden; text-align: center; }
.about-grid { display: block; max-width: 860px; margin-inline: auto; }
.about-copy { max-width: 860px; margin-inline: auto; }
.about-copy .eyebrow { justify-content: center; }
.about-copy p { max-width: 760px; margin: 18px auto 0; color: var(--muted-strong); font-size: 19px; line-height: 1.55; }
.about-copy strong { display: block; max-width: 760px; margin: 24px auto 0; color: var(--blue); font-family: "League Spartan", Poppins, sans-serif; font-size: clamp(25px, 3vw, 38px); line-height: 1.05; }

.faq { padding: 105px 0; }
.faq-list { max-width: 870px; }
.faq-list details { border-top: 1px solid rgba(255, 255, 255, .16); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255, 255, 255, .16); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 0; list-style: none; cursor: pointer; font-family: "League Spartan", Poppins, sans-serif; font-weight: 900; font-size: clamp(18px, 2vw, 25px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--red); font-size: 30px; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { margin: 0; padding: 0 0 24px; color: var(--muted-strong); line-height: 1.55; font-size: 18px; }

.final-cta { padding: 70px 0 110px; }
.final-card { text-align: center; padding: clamp(36px, 6vw, 72px); border-radius: var(--radius-xl); border: 1px solid rgba(255, 255, 255, .16); background: radial-gradient(circle at center top, rgba(255, 56, 56, .16), transparent 52%), rgba(255, 255, 255, .045); }
.final-card p { max-width: 620px; margin: 18px auto 28px; color: var(--muted-strong); font-size: 19px; line-height: 1.5; }
.footer { padding: 28px 0 38px; background: #000; border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); }
.footer img { width: 128px; }
.floating-cta { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 998; display: none; justify-content: center; align-items: center; min-height: 54px; border-radius: 999px; background: var(--red); color: white; font-weight: 800; box-shadow: 0 20px 50px rgba(0, 0, 0, .45); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  h1 { font-size: clamp(40px, 5vw, 62px); max-width: 640px; }
  .hero-grid { grid-template-columns: 1fr .72fr; }
  .hero-visual img { width: min(500px, 100%); }
}

@media (max-width: 980px) {
  :root { --header-height: 76px; }
  .site-header { padding-inline: 20px; }
  .brand img { width: 132px; }
  .nav-toggle { display: block; }
  .nav {
    position: fixed;
    inset: var(--header-height) 14px auto 14px;
    display: grid;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: rgba(0, 0, 0, .94);
    backdrop-filter: blur(18px);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
  }
  body.nav-open .nav { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav a { padding: 16px; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 18px; }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { display: none; }
  .nav-cta { display: inline-flex; margin-top: 10px; }
  .hero { padding-top: calc(var(--header-height) + 34px); }
  .hero-grid, .pain-grid, .plan-grid, .about-grid, .app-section { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy p { margin-top: 22px; }
  .hero-visual { margin-top: 16px; }
  .hero-visual img { width: min(440px, 100%); margin-inline: auto; }
  .hero-temple { width: 88vw; left: 10vw; top: 180px; opacity: .45; }
  .hero-bottom { width: min(640px, 100%); margin: 30px 0 0; }
  .method-grid, .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-card:last-child { grid-column: 1 / -1; max-width: 520px; margin-inline: auto; }
  .app-mockups { min-height: 380px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { min-height: auto; padding-bottom: 46px; }
  .eyebrow { margin-bottom: 14px; font-size: 11px; }
  h1 { font-size: clamp(38px, 12.4vw, 54px); }
  h2 { font-size: clamp(34px, 12vw, 50px); }
  .hero-copy p { font-size: 18px; }
  .btn { width: 100%; min-height: 56px; padding-inline: 18px; font-size: 16px; }
  .hero-bottom { grid-template-columns: 1fr; }
  .pill-card.is-centered { grid-column: auto; width: 100%; }
  .pill-card { min-height: 82px; border-radius: 18px; justify-content: flex-start; }
  .connection-text { font-size: 16px; line-height: 1.4; }
  .pain, .experiences, .method, .plans, .about, .faq { padding-block: 72px; }
  .pain-list p { padding: 18px; font-size: 17px; }
  .pain-close { padding: 24px; }
  .method-grid, .experience-grid { grid-template-columns: 1fr; }
  .experience-card:last-child { grid-column: auto; max-width: none; }
  
.experience-img-esteban { object-position: 50% 50%; }
.experience-img-melissa { object-position: 50% 50%; }
.experience-img-tatiana { object-position: 50% 50%; }

.testimonial {
  position: relative; min-height: auto; padding: 26px 20px; }
  .app-section { padding: 24px 18px; }
  .app-mockups { min-height: 345px; transform: scale(.82); transform-origin: center; margin: -24px 0; }
  .phone { width: 190px; min-height: 350px; }
  .phone-main { width: 202px; min-height: 365px; }
  .phone-left { left: -8%; }
  .phone-right { right: -8%; }
  .mini-benefits { display: grid; }
  .plan-card { border-radius: 24px; }
  .session-options div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .about-copy p { font-size: 17px; }
  .faq-list summary { padding: 22px 0; }
  .final-cta { padding-bottom: 92px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .floating-cta { display: flex; }
}

@media (max-width: 410px) {
  .app-mockups { transform: scale(.72); margin: -45px 0; }
  .phone-left { left: -19%; }
  .phone-right { right: -19%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}


/* Legal preview and legal pages */
.legal-preview { padding: 80px 0; }
.legal-preview-card { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 28px; padding: clamp(30px, 5vw, 56px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-xl); background: radial-gradient(circle at left top, rgba(52,174,240,.14), transparent 45%), rgba(255,255,255,.045); box-shadow: var(--shadow); }
.legal-preview-card p { max-width: 680px; margin: 16px 0 0; color: var(--muted-strong); font-size: 18px; line-height: 1.55; }
.legal-preview-actions { display: grid; gap: 14px; }
.legal-page { padding: calc(var(--header-height) + 62px) 0 96px; }
.legal-hero { max-width: 940px; margin-bottom: 46px; }
.legal-hero p { max-width: 780px; margin: 18px 0 0; color: var(--muted-strong); font-size: 18px; line-height: 1.6; }
.legal-content { max-width: 980px; display: grid; gap: 18px; }
.legal-block { padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.045); }
.legal-block h2 { margin-bottom: 16px; font-size: clamp(28px, 3.2vw, 44px); }
.legal-block h3 { margin: 24px 0 14px; font-size: clamp(22px, 2.4vw, 32px); }
.legal-block p, .legal-block li { color: var(--muted-strong); line-height: 1.65; font-size: 16px; }
.legal-block p { margin: 0 0 14px; }
.legal-block p:last-child { margin-bottom: 0; }
.legal-block ul { margin: 0; padding-left: 20px; display: grid; gap: 7px; }
.legal-page-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.footer { padding: 34px 0 26px; background: #000; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 128px; }
.footer-brand p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--muted-strong); font-size: 14px; font-weight: 700; }
.footer-links a:hover { color: var(--white); }
.instagram-link { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.05); }
.instagram-link svg { width: 21px; height: 21px; fill: currentColor; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.55); font-size: 13px; }
.footer-bottom p { margin: 0; }
@media (max-width: 760px) { .legal-preview-card { grid-template-columns: 1fr; } .legal-preview-actions .btn { width: 100%; } .footer-inner, .footer-brand, .footer-bottom { flex-direction: column; text-align: center; } .footer-links { justify-content: center; } }


/* Footer modal links */
.footer-link-button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted-strong);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.footer-link-button:hover {
  color: var(--white);
}

/* Legal modals */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, .74);
  backdrop-filter: blur(10px);
}

.modal-backdrop.is-open {
  display: flex;
}

.modal-dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: min(82vh, 820px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(52, 174, 240, .10), transparent 40%),
    #111113;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .70);
}

.modal-content {
  max-height: min(82vh, 820px);
  overflow-y: auto;
  padding: clamp(24px, 4vw, 42px);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .28) transparent;
}

.modal-content::-webkit-scrollbar {
  width: 8px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .28);
  border-radius: 999px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  background: rgba(255, 255, 255, .12);
}

.modal-content h2 {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: clamp(34px, 4vw, 56px);
}

.modal-section {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.modal-section h3 {
  margin-bottom: 8px;
  font-size: clamp(20px, 2vw, 28px);
}

.modal-section p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 15.5px;
  line-height: 1.65;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .modal-backdrop {
    padding: 14px;
  }

  .modal-dialog,
  .modal-content {
    max-height: 86vh;
  }

  .modal-actions .btn {
    width: 100%;
  }
}


/* Lead form modal */
.lead-modal-dialog {
  width: min(760px, 100%);
}

.lead-modal-intro {
  margin: -10px 0 26px;
  color: var(--muted-strong);
  line-height: 1.55;
}

.lead-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted-strong);
  font-weight: 700;
  font-size: 14px;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  padding: 14px 15px;
  outline: none;
}

.lead-form textarea {
  resize: vertical;
  min-height: 98px;
}

.lead-form select option {
  color: #111;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(245, 121, 200, .12);
}

.consent-check {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 12px !important;
  font-size: 13px !important;
  line-height: 1.45;
}

.consent-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--pink);
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}



.pain-note {
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.035);
}

.pain-note strong {
  color: var(--white);
}

/* Esto es para ti */
.for-you { padding: 100px 0; }
.for-you-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.for-you-grid article {
  min-height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 26px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  color: var(--muted-strong);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.not-for-you {
  margin-top: 22px;
  padding: 24px 28px;
  border-radius: 22px;
  border: 1px solid rgba(255, 56, 56, .34);
  background: rgba(255, 56, 56, .06);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
}
.not-for-you strong {
  font-family: "League Spartan", Poppins, sans-serif;
  font-size: 20px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.not-for-you p { margin: 0; color: var(--muted-strong); }

.woocommerce-page-wrap {
  min-height: 70vh;
  padding: calc(var(--header-height) + 70px) 0 90px;
}
.woocommerce-page-wrap .container {
  color: var(--white);
}
.woocommerce-page-wrap a { color: var(--white); }

@media (max-width: 980px) {
  .for-you-grid { grid-template-columns: repeat(2, 1fr); }
  .not-for-you { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .for-you { padding: 76px 0; }
  .for-you-grid { grid-template-columns: 1fr; }
}


/* Video CTA en Cómo funciona */
.method-video-action {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.video-trigger {
  gap: 10px;
}

.video-play-dot {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: var(--pink);
  font-size: 11px;
  line-height: 1;
}

.video-modal-dialog {
  width: min(500px, 100%);
}

.video-modal-content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.video-modal-content h2 {
  max-width: 420px;
  margin-bottom: 18px;
}

.shorts-video-wrapper {
  width: min(360px, 100%);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .55);
}

.shorts-video-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* Ajustes extra para mantener el estilo en móvil */
@media (max-width: 640px) {
  .site-header {
    padding-inline: 14px;
  }

  .nav {
    inset: var(--header-height) 12px auto 12px;
    max-height: calc(100dvh - var(--header-height) - 28px);
    overflow-y: auto;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading p {
    font-size: 16.5px;
    line-height: 1.5;
  }

  .method-video-action {
    margin-top: 18px;
  }

  .method-video-action .btn {
    width: 100%;
    max-width: 360px;
  }

  .experience-image {
    aspect-ratio: 4 / 3.55;
  }

  .modal-content {
    padding: 30px 18px;
    border-radius: 24px;
  }

  .video-modal-content {
    padding: 26px 16px;
  }

  .video-modal-content h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .shorts-video-wrapper {
    width: min(310px, 82vw);
    max-height: 64dvh;
  }
}

@media (max-width: 380px) {
  .shorts-video-wrapper {
    width: min(280px, 84vw);
    max-height: 62dvh;
  }
}


/* =========================
   BUSHIDŌ
========================= */
.bushido-archive,
.bushido-single {
  min-height: 100vh;
  padding-top: 120px;
}

.bushido-hero {
  padding: 64px 0 48px;
  text-align: center;
}

.bushido-hero h1,
.bushido-article-header h1 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.bushido-hero h1 {
  font-size: clamp(3.2rem, 9vw, 7rem);
  margin: 10px 0 18px;
}

.bushido-hero p {
  max-width: 760px;
  margin: 0 auto 14px;
}

.bushido-lead {
  font-size: 1.15rem;
}

.bushido-grid-section {
  padding: 36px 0 90px;
}

.bushido-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bushido-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.04);
}

.bushido-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0d0d0f;
}

.bushido-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bushido-card-placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 92, 145, .28), transparent 32%),
    radial-gradient(circle at 78% 72%, rgba(55, 132, 255, .22), transparent 30%),
    #09090b;
}

.bushido-card-placeholder span {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  opacity: .9;
}

.bushido-card-content {
  padding: 24px;
}

.bushido-meta,
.bushido-meta a,
.bushido-date {
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}

.bushido-card h2 {
  margin: 12px 0 12px;
  font-size: 1.65rem;
}

.bushido-card h2 a,
.bushido-read-more {
  color: #fff;
  text-decoration: none;
}

.bushido-card p {
  color: rgba(255,255,255,.74);
}

.bushido-read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

.bushido-article-header {
  max-width: 900px;
  padding-top: 64px;
  text-align: center;
}

.bushido-article-header h1 {
  font-size: clamp(2.7rem, 7vw, 5.7rem);
  line-height: .98;
  margin: 16px 0 20px;
}

.bushido-article-excerpt {
  max-width: 760px;
  margin: 0 auto 12px;
  font-size: 1.12rem;
  color: rgba(255,255,255,.76);
}

.bushido-featured {
  max-width: 980px;
  margin-top: 40px;
}

.bushido-featured img {
  width: 100%;
  border-radius: 24px;
}

.bushido-article-layout {
  max-width: 820px;
  padding-top: 48px;
  padding-bottom: 80px;
}

.bushido-prose {
  font-family: 'Poppins', sans-serif;
  font-size: 1.04rem;
  line-height: 1.85;
  color: rgba(255,255,255,.84);
}

.bushido-prose h2,
.bushido-prose h3 {
  font-family: 'League Spartan', sans-serif;
  color: #fff;
  margin-top: 2.1em;
  margin-bottom: .65em;
}

.bushido-prose h2 {
  font-size: 2rem;
}

.bushido-prose ul,
.bushido-prose ol {
  padding-left: 1.25rem;
}

.bushido-prose li {
  margin-bottom: .65rem;
}

.bushido-prose a {
  color: #9fc3ff;
}

.bushido-note,
.bushido-disclaimer {
  margin-top: 30px;
  padding: 20px 22px;
  border-left: 3px solid #ff5c91;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
}

.bushido-cta {
  padding: 30px 0 90px;
}

.bushido-pagination {
  margin-top: 38px;
}

@media (max-width: 900px) {
  .bushido-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .bushido-archive,
  .bushido-single {
    padding-top: 90px;
  }

  .bushido-hero,
  .bushido-article-header {
    padding-top: 42px;
  }

  .bushido-grid {
    grid-template-columns: 1fr;
  }

  .bushido-card-content {
    padding: 20px;
  }

  .bushido-article-layout {
    padding-top: 32px;
  }

  .bushido-prose {
    font-size: 1rem;
    line-height: 1.75;
  }
}


/* Ajustes de navegación limpia */
html.eien-route-loading body {
  opacity: 0;
}
body {
  transition: opacity .16s ease;
}

/* Ayuda global por WhatsApp */
.whatsapp-help {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: #25d366;
  color: #07120b;
  font-family: 'Poppins', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  box-shadow: 0 18px 45px rgba(0,0,0,.38);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-help:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(0,0,0,.5);
}
.whatsapp-help svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  flex: 0 0 auto;
}

/* Bushidō: identidad EIEN FIT */
.bushido-archive {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 5%, rgba(245,121,200,.12), transparent 30%),
    radial-gradient(circle at 78% 34%, rgba(52,174,240,.08), transparent 24%),
    var(--black);
}
.bushido-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  display: grid;
  align-items: center;
  padding: 96px 0 72px;
  text-align: center !important;
}
.bushido-hero::after {
  content: "";
  position: absolute;
  inset: auto 12% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
}
.bushido-temple {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(920px, 92vw);
  opacity: .12;
  transform: translate(-50%, -47%);
  pointer-events: none;
  z-index: -1;
}
.bushido-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px !important;
  margin-inline: auto !important;
  text-align: center !important;
}
.bushido-hero-inner > * {
  margin-left: auto !important;
  margin-right: auto !important;
}
.bushido-hero h1 {
  margin: 14px auto 20px !important;
  font-size: clamp(4rem, 11vw, 8.5rem);
  line-height: .86;
  letter-spacing: -.055em;
  text-transform: none;
  text-shadow: 0 18px 60px rgba(0,0,0,.5);
}
.bushido-hero p {
  max-width: 760px !important;
  text-align: center !important;
  color: rgba(255,255,255,.76);
}
.bushido-hero .bushido-lead {
  max-width: 680px !important;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(255,255,255,.92);
}
.bushido-grid-section {
  position: relative;
  padding-top: 64px;
}
.bushido-card {
  box-shadow: 0 24px 70px rgba(0,0,0,.26);
  transition: transform .25s ease, border-color .25s ease;
}
.bushido-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245,121,200,.32);
}
.bushido-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 54px 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  text-align: center;
  background: rgba(255,255,255,.035);
}
.bushido-empty h2 {
  margin-top: 0;
}

@media (max-width: 640px) {
  .whatsapp-help {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    justify-content: center;
  }
  .whatsapp-help span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }
  .bushido-hero {
    min-height: 470px;
    padding: 76px 0 58px;
  }
  .bushido-hero h1 {
    font-size: clamp(3.7rem, 20vw, 6rem);
  }
}


/* WhatsApp compacto: botón circular con solo el logo */
.whatsapp-help {
  right: 18px !important;
  bottom: 18px !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  justify-content: center !important;
  gap: 0 !important;
  border-radius: 50% !important;
}
.whatsapp-help svg {
  width: 27px !important;
  height: 27px !important;
  margin: 0 !important;
}
.whatsapp-help span {
  display: none !important;
}
@media (max-width: 640px) {
  .whatsapp-help {
    right: 14px !important;
    bottom: 14px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}


/* Bushidō v4: tarjetas y bloques integrados con el estilo EIEN FIT */
.bushido-placeholder-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 26px;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
}

.bushido-placeholder-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 18%, rgba(0,0,0,.82) 100%),
    radial-gradient(circle at 18% 20%, rgba(245,121,200,.22), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(52,174,240,.18), transparent 26%);
  z-index: -1;
}

.bushido-placeholder-category {
  display: inline-block;
  margin-bottom: 10px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--pink);
}

.bushido-placeholder-content strong {
  max-width: 92%;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1.45rem, 2.7vw, 2.2rem);
  line-height: 1;
  color: #fff;
}

/* Bloques de WordPress dentro de los artículos */
.bushido-prose > * {
  max-width: 100%;
}

.bushido-prose .alignwide {
  width: min(1080px, calc(100vw - 40px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.bushido-prose .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.bushido-prose .wp-block-image img,
.bushido-prose .wp-block-video video,
.bushido-prose .wp-block-cover,
.bushido-prose .wp-block-embed iframe {
  border-radius: 20px;
}

.bushido-prose .wp-block-quote,
.bushido-prose .wp-block-pullquote {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--pink);
  background: rgba(255,255,255,.05);
  border-radius: 14px;
}

.bushido-prose .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.bushido-prose .wp-block-table {
  overflow-x: auto;
}

.bushido-prose .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.bushido-prose .wp-block-table th,
.bushido-prose .wp-block-table td {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
}

.bushido-prose .wp-block-separator {
  border-color: rgba(255,255,255,.16);
}

@media (max-width: 640px) {
  .bushido-placeholder-content {
    padding: 22px;
  }

  .bushido-prose .alignwide {
    width: calc(100vw - 24px);
  }
}


/* V5: navegación, precios y tarjetas editoriales Bushidō */

/* Precio: conservar “mil” en minúscula y separar visualmente la unidad */
.price {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  letter-spacing: -.055em !important;
}
.price span {
  margin-right: 0 !important;
}
.price small {
  display: inline-block !important;
  font-size: .25em !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1 !important;
}

/* Tarjetas minimalistas: categoría, título y CTA */
.bushido-grid {
  align-items: stretch;
}

.bushido-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
}

.bushido-card-image {
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.bushido-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bushido-card-content {
  display: flex;
  min-width: 0;
  min-height: 230px;
  flex: 1;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
}

.bushido-card:not(:has(.bushido-card-image)) .bushido-card-content {
  min-height: 330px;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255,255,255,.01), rgba(0,0,0,.6)),
    radial-gradient(circle at 15% 18%, rgba(245,121,200,.18), transparent 30%),
    radial-gradient(circle at 84% 76%, rgba(52,174,240,.14), transparent 28%);
}

.bushido-card .bushido-meta {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bushido-card h2 {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.bushido-card h2 a {
  display: block;
  color: #fff;
}

.bushido-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 28px;
  color: var(--pink);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bushido-read-more span {
  transition: transform .2s ease;
}

.bushido-card:hover .bushido-read-more span {
  transform: translateX(4px);
}

/* Anular estructuras antiguas de placeholder */
.bushido-card-placeholder,
.bushido-placeholder-content,
.bushido-placeholder-category {
  display: none !important;
}

@supports not selector(:has(*)) {
  .bushido-card-content {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .bushido-card-content,
  .bushido-card:not(:has(.bushido-card-image)) .bushido-card-content {
    min-height: 250px;
    padding: 22px;
  }

  .bushido-card h2 {
    font-size: 1.8rem;
  }
}

.bushido-prose > p { margin: 0 0 1.35em; }
.bushido-prose h2 { margin-top: 2em; }
.bushido-note { margin-top: 30px; font-size: 1rem; line-height: 1.75; }
.bushido-prose h2:last-of-type { font-size: 1.35rem; opacity: .9; }
