/* ============================================================
   Yosi Soy Fitness
   1 Tokens · 2 Reset · 3 Utilidades · 4 Decoración · 5 Botones
   6 Nav · 7 Hero · 8 Sobre mí · 9 Método · 10 Planes
   11 Resultados · 12 FAQ · 13 Footer · 14 Responsive
   ============================================================ */

/* ── 1. Tokens ───────────────────────────────────────────── */
:root {
  --wine:      #5E1A3C;
  --wine-dk:   #4A1230;
  --pink:      #E8236F;
  --pink-2:    #F2618F;
  --pink-lt:   #FF9BBE;
  --blush:     #FFF4F8;
  --blush-2:   #FDE7F0;
  --paper:     #FFFFFF;
  --ink:       #4A4048;
  --ink-soft:  #6A5F68;
  --mute:      #8C8189;
  --line:      rgba(94,26,60,0.13);
  --line-soft: rgba(94,26,60,0.07);

  --grad: linear-gradient(135deg, #F2618F 0%, #E8236F 100%);
  --grad-bg: linear-gradient(155deg, #FFF9FC 0%, #FFEFF5 48%, #FDE2EC 100%);

  --serif: "Playfair Display", Georgia, serif;
  --sans:  "Manrope", system-ui, -apple-system, sans-serif;
  --classic: "Roboto", Georgia, serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  --r-md: 18px; --r-lg: 24px; --r-xl: 32px;
  --sh-sm: 0 2px 12px rgba(94,26,60,.05);
  --sh-md: 0 16px 36px -16px rgba(94,26,60,.18);
  --sh-lg: 0 34px 64px -28px rgba(232,35,111,.35);
}

/* ── 2. Reset ────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  font-family: var(--sans); font-size: 16px; line-height: 1.65;
  color: var(--ink-soft); background: var(--paper);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip; overscroll-behavior-y: none;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
ul, ol { list-style: none; padding: 0; }
p { text-wrap: pretty; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; color: var(--wine); line-height: 1.13; text-wrap: balance; }
::selection { background: var(--pink); color: #fff; }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; border-radius: 6px; }

.ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ico-lg { width: 26px; height: 26px; }

/* ── 3. Utilidades ───────────────────────────────────────── */
.container { width: 100%; max-width: 1260px; margin-inline: auto; padding-inline: 1.4rem; position: relative; z-index: 1; }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 999; padding: .6rem 1rem; background: var(--paper); color: var(--wine); border-radius: 8px; font-weight: 700; box-shadow: var(--sh-md); }
.skip-link:focus { top: 1rem; }

.scroll-progress { position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 200; pointer-events: none; }
.scroll-progress span { display: block; height: 100%; background: var(--grad); transform: scaleX(0); transform-origin: 0 50%; transition: transform .1s linear; }

.kicker { display: block; font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--pink); margin-bottom: 1rem; }
.kicker-center { text-align: center; }
.kicker-center::before, .kicker-center::after { content: ""; display: inline-block; width: 30px; height: 1px; background: currentColor; opacity: .55; vertical-align: middle; margin-inline: .75rem; }

.h2 { font-size: clamp(1.9rem, 3.7vw, 3.1rem); margin-bottom: 1.1rem; }
.h2 em { color: var(--pink); font-style: italic; }
.h2-center { text-align: center; margin-inline: auto; max-width: 24ch; }
.h2 .mark { position: relative; color: var(--pink); font-style: normal; white-space: nowrap; }
.h2 .mark::after { content: ""; position: absolute; left: 2%; right: 2%; bottom: .05em; height: 3px; background: var(--pink); border-radius: 2px; opacity: .8; }

.lead { font-size: 1.02rem; color: var(--ink-soft); max-width: 58ch; }
.lead-center { text-align: center; margin-inline: auto; }
.lead-just { text-align: justify; }

.link-underline { position: relative; display: inline-block; font-weight: 700; color: var(--wine); padding-bottom: 3px; }
.link-underline::after { content: ""; position: absolute; inset: auto 0 0 0; height: 1.5px; background: var(--pink); transform-origin: left; transition: transform .35s var(--ease); }
.link-underline:hover::after { transform: scaleX(.45); }
.arw { display: inline-block; transition: transform .3s var(--ease); }
a:hover .arw { transform: translateX(3px); }

.row-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem; }
.row-actions-end { margin-top: .4rem; }

.method-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--sh-md); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--soft), transform .75s var(--soft); }
[data-reveal].on { opacity: 1; transform: none; }

/* ── 4. Decoración (curvas · marca de agua · red) ────────── */
.sec-art { position: relative; overflow: hidden; }
.art { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }

.arc { position: absolute; border-radius: 50%; }
.arc-1 { width: 118vw; height: 118vw; max-width: 1250px; max-height: 1250px; right: -34vw; top: -32vw; background: radial-gradient(circle at 38% 42%, rgba(255,155,190,.55), rgba(232,35,111,.20) 58%, transparent 72%); }
.arc-2 { width: 82vw; height: 82vw; max-width: 880px; max-height: 880px; right: -20vw; top: -6vw; background: linear-gradient(145deg, rgba(232,35,111,.22), rgba(255,155,190,.04)); }
.arc-3 { width: 96vw; height: 96vw; max-width: 1050px; max-height: 1050px; right: -30vw; top: -16vw; border: clamp(34px, 5vw, 72px) solid rgba(255,255,255,.5); }
.arc-m { width: 90vw; height: 90vw; max-width: 900px; max-height: 900px; right: -26vw; bottom: -34vw; background: radial-gradient(circle at 42% 45%, rgba(255,155,190,.42), transparent 68%); }
.arc-p { width: 120vw; height: 120vw; max-width: 1300px; max-height: 1300px; right: -40vw; top: -34vw; border: clamp(40px, 6vw, 90px) solid rgba(255,255,255,.42); }
.arc-r { width: 105vw; height: 105vw; max-width: 1100px; max-height: 1100px; right: -34vw; top: -20vw; background: radial-gradient(circle at 40% 45%, rgba(255,155,190,.45), rgba(232,35,111,.10) 62%, transparent 74%); }
.arc-f { width: 92vw; height: 92vw; max-width: 950px; max-height: 950px; right: -30vw; bottom: -30vw; background: radial-gradient(circle at 45% 45%, rgba(255,155,190,.38), transparent 68%); }

.mark-wm { position: absolute; background: url("assets/img/favicon-512.png") center/contain no-repeat; opacity: .055; }
.mark-wm-right { width: clamp(220px, 30vw, 430px); aspect-ratio: 1; right: -3%; top: 14%; }
.mark-wm-left  { width: clamp(200px, 26vw, 380px); aspect-ratio: 1; left: -4%; top: 8%; }
.mark-wm-mid   { width: clamp(220px, 28vw, 400px); aspect-ratio: 1; left: 42%; top: 6%; opacity: .04; }
.mark-wm-soft  { opacity: .035; }

.net { position: absolute; width: clamp(180px, 22vw, 300px); aspect-ratio: 1; opacity: .55;
  background-image: radial-gradient(circle, rgba(232,35,111,.40) 1.6px, transparent 1.8px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 10%, transparent 70%);
  mask-image: radial-gradient(circle at 50% 50%, #000 10%, transparent 70%);
}
.net-left { left: -4%; top: 12%; }

/* ── 5. Botones ──────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .95rem 1.75rem; border-radius: 999px; font-weight: 700; font-size: .94rem; white-space: nowrap; transition: box-shadow .25s var(--ease), filter .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease); }
.btn-sm { padding: .7rem 1.3rem; font-size: .85rem; }
.btn-lg { padding: 1.05rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn:active { filter: brightness(.96); }
.btn-pink { background: var(--grad); color: #fff; box-shadow: 0 10px 24px -10px rgba(232,35,111,.6); }
.btn-pink:hover { box-shadow: 0 16px 32px -12px rgba(232,35,111,.65); filter: brightness(1.05); }
.btn-wine { background: var(--wine); color: #fff; box-shadow: 0 10px 24px -12px rgba(94,26,60,.7); }
.btn-wine:hover { background: var(--wine-dk); }
.btn-ghost { background: rgba(255,255,255,.6); color: var(--wine); border: 1.5px solid var(--line); }
.btn-ghost:hover { background: #fff; border-color: var(--pink-2); }

/* ── 6. Nav ──────────────────────────────────────────────── */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 150; transition: background .35s var(--ease), box-shadow .35s var(--ease); }
.nav.stuck { background: rgba(255,252,253,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line-soft), 0 10px 30px -24px rgba(94,26,60,.5); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .85rem; }
.nav-logo { display: inline-flex; }
.nav-logo-img { height: 44px; width: auto; }
.nav-links { display: none; gap: 1.85rem; font-size: .92rem; font-weight: 600; color: var(--ink); }
.nav-link { position: relative; padding-block: .35rem; transition: color .25s var(--ease); }
.nav-link::after { content: ""; position: absolute; inset: auto 0 -1px 0; height: 2px; background: var(--pink); border-radius: 2px; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav-link:hover, .nav-link.is-active { color: var(--pink); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: none; }
.nav-tools { display: flex; align-items: center; gap: .7rem; }

.lang-switch { display: inline-flex; align-items: center; gap: .35rem; padding: .45rem .7rem; border: 1.5px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .03em; color: var(--mute); transition: border-color .25s var(--ease); flex-shrink: 0; white-space: nowrap; }
.lang-switch:hover { border-color: var(--pink-2); }
.lang-switch .lang-sep { color: var(--line); font-weight: 400; }
.lang-switch [data-lang-opt] { display: inline-flex; align-items: center; gap: .3rem; transition: color .25s var(--ease); }
.lang-switch [data-lang-opt].is-active { color: var(--pink); }
.lang-flag { width: 16px; height: 12px; }

.nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 0 9px; border-radius: 12px; }
.nav-toggle span { display: block; height: 2px; background: var(--wine); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile { display: flex; flex-direction: column; padding: .4rem 1.4rem 1.6rem; background: rgba(255,252,253,.97); backdrop-filter: blur(14px); box-shadow: 0 22px 44px -26px rgba(94,26,60,.55); }
.nav-mobile[hidden] { display: none; }
.nav-mobile a:not(.btn) { padding: .82rem .2rem; font-weight: 600; color: var(--wine); border-bottom: 1px solid var(--line-soft); }
.nav-mobile .btn { margin-top: 1rem; }

/* ── 7. Hero ─────────────────────────────────────────────── */
.hero { padding-block: 7.5rem 4rem; background: var(--grad-bg); }
.hero-grid { display: grid; gap: 2.6rem; align-items: center; }
.hero-title { font-size: clamp(2.3rem, 6vw, 4rem); text-transform: uppercase; letter-spacing: -.012em; line-height: 1.07; margin-bottom: 1.5rem; }
.hero-claim { font-family: var(--sans); font-size: clamp(1.02rem, 1.75vw, 1.22rem); font-weight: 700; color: var(--pink); line-height: 1.45; margin-bottom: 1rem; }
.hero-sub { max-width: 44ch; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 2.6rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1.1rem 1.4rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.hero-badges li { display: flex; align-items: center; gap: .55rem; color: var(--pink); }
.hero-badges li .ico-lg { width: 22px; height: 22px; }
.hero-badges span { display: flex; flex-direction: column; font-size: .76rem; color: var(--ink-soft); line-height: 1.25; white-space: nowrap; }
.hero-badges strong { font-size: .88rem; color: var(--wine); font-weight: 800; }

.hero-photo { position: relative; }
.hero-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--sh-lg); }

/* ── 8. Sobre mí ─────────────────────────────────────────── */
.about { padding-block: 5.5rem; }
.about-grid { display: grid; gap: 2.8rem; align-items: center; }
.about-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--sh-md); }
.about-copy .lead { margin-bottom: 1.8rem; }

.cred-row { display: grid; gap: .8rem; margin-bottom: 1.8rem; }
.cred-row li { display: flex; align-items: center; gap: .8rem; padding: .95rem 1.05rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); font-size: .82rem; font-weight: 600; color: var(--wine); line-height: 1.35; box-shadow: var(--sh-sm); }
.cred-row .ico { color: var(--pink); }

.pullquote { display: flex; gap: .9rem; padding-left: 1.2rem; border-left: 3px solid var(--pink); margin-bottom: 1.9rem; }
.pullquote p { font-family: var(--serif); font-size: 1.08rem; color: var(--wine); line-height: 1.5; }
.pullquote em { color: var(--pink); font-style: normal; font-weight: 600; }
.qmark { font-family: var(--serif); font-size: 2.6rem; line-height: .78; color: var(--pink); opacity: .5; }

/* ── 9. Método ───────────────────────────────────────────── */
.method { padding-block: 5.5rem; background: var(--blush); }
.method-grid { display: grid; gap: 2.8rem; align-items: center; }
.method-copy .lead { margin-bottom: 2rem; }

.steps { display: grid; gap: 1rem; margin-bottom: 1.9rem; }
.steps li { position: relative; display: flex; gap: .95rem; padding: 1.3rem 1.35rem; background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--r-md); box-shadow: var(--sh-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.steps li:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.step-ico { display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; border: 1.5px solid rgba(232,35,111,.35); border-radius: 14px; color: var(--pink); }
.step-n { display: block; font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--pink); line-height: 1; margin-bottom: .25rem; }
.steps h3 { font-family: var(--sans); font-size: .98rem; font-weight: 800; color: var(--wine); margin-bottom: .3rem; }
.steps p { font-size: .85rem; line-height: 1.5; }

.chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.chips li { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 1rem; background: var(--paper); border: 1px solid var(--line-soft); border-radius: 14px; font-size: .79rem; font-weight: 600; color: var(--wine); box-shadow: var(--sh-sm); }
.chips .ico { width: 17px; height: 17px; color: var(--pink); }

.note { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.5rem; font-size: .84rem; color: var(--mute); }
.note .ico { color: var(--pink); }

/* ── 10. Planes ──────────────────────────────────────────── */
.plans { padding-block: 5.5rem; background: var(--grad-bg); }
.plans-head { margin-bottom: 2.4rem; }
.plans-head .lead { margin-bottom: 1.9rem; }
[data-tab-title][hidden], [data-tab-sub][hidden] { display: none; }

.switch { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem; padding: .35rem; margin-inline: auto; width: fit-content; max-width: 100%; background: rgba(255,255,255,.75); border: 1px solid var(--line-soft); border-radius: 999px; box-shadow: var(--sh-sm); }
.switch-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .78rem 1.35rem; border-radius: 999px; font-size: .9rem; font-weight: 700; color: var(--wine); white-space: nowrap; transition: background .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease); }
.switch-btn.is-active { background: var(--grad); color: #fff; box-shadow: 0 10px 22px -12px rgba(232,35,111,.75); }

/* ── Selector de moneda ──────────────────────────────────── */
.currency-switch { text-align: center; margin: 2rem auto 2.4rem; }
.currency-switch-title { font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); margin-bottom: 1rem; }
.currency-switch-title em { color: var(--pink); font-style: normal; }
.currency-switch-btns { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.currency-btn { display: inline-flex; align-items: center; gap: .6rem; padding: .85rem 1.4rem; border-radius: 999px; font-weight: 700; font-size: .89rem; border: 1.5px solid var(--line); background: var(--paper); color: var(--wine); transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease); }
.currency-btn.is-active { background: var(--grad); color: #fff; border-color: transparent; box-shadow: 0 10px 24px -12px rgba(232,35,111,.55); }
.currency-btn .flag-ico { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; }
.currency-btn .check-ico { width: 18px; height: 18px; display: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.currency-btn.is-active .check-ico { display: block; }
.currency-switch-note { margin-top: 1rem; font-size: .82rem; color: var(--mute); }

/* ── Tarjeta de consulta individual ──────────────────────── */
.single-consult { display: grid; gap: 1.8rem; padding: 2rem 2.1rem; background: var(--blush); border: 1px solid var(--line-soft); border-radius: var(--r-xl); margin-bottom: 2.6rem; }
.single-consult-info { display: flex; gap: 1.1rem; }
.single-consult-ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--paper); color: var(--pink); flex-shrink: 0; box-shadow: var(--sh-sm); }
.single-consult-body h3 { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; color: var(--wine); margin-bottom: .5rem; }
.single-consult-desc { font-size: .89rem; color: var(--ink-soft); line-height: 1.5; margin-bottom: 1.1rem; max-width: 48ch; }
.single-consult-feats { display: flex; flex-wrap: wrap; gap: .6rem 1.3rem; margin-bottom: 1.1rem; }
.single-consult-feats li { display: flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 600; color: var(--wine); }
.single-consult-feats .ico { width: 17px; height: 17px; color: var(--pink); flex-shrink: 0; }
.single-consult-cta { text-align: center; }
.single-consult-cta .price { justify-content: center; margin: 0 0 .1rem; }
.single-consult-label { font-size: .82rem; color: var(--mute); margin-bottom: 1.2rem; }
.single-consult-note { margin-top: .9rem; font-size: .74rem; color: var(--mute); }

@media (min-width: 700px) {
  .single-consult { grid-template-columns: 1fr auto; align-items: center; gap: 2.6rem; padding: 2.2rem 2.6rem; }
  .single-consult-cta { min-width: 240px; }
}

.panel { display: none; }
.panel.is-active { display: block; animation: fadeUp .5s var(--soft) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.cards { display: grid; gap: 1.4rem; }
.card { position: relative; display: flex; flex-direction: column; padding: 2rem 1.7rem; background: rgba(255,255,255,.88); border: 1px solid var(--line-soft); border-radius: var(--r-lg); box-shadow: var(--sh-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.card-feat { border-color: rgba(232,35,111,.4); background: var(--paper); box-shadow: 0 26px 56px -30px rgba(232,35,111,.55); }
.ribbon { position: absolute; top: -.85rem; left: 50%; transform: translateX(-50%); padding: .38rem 1.15rem; background: var(--wine); color: #fff; border-radius: 999px; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }

.card header { display: flex; align-items: center; gap: .85rem; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--line-soft); }
.card-ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--blush-2); color: var(--pink); flex-shrink: 0; }
.card-ico-solid { background: var(--grad); color: #fff; }
.card h3 { font-size: 1.3rem; }
.card-dur { font-size: .85rem; font-weight: 700; color: var(--pink); }
.card-for { font-size: .89rem; margin-bottom: 1.2rem; }

.ticks { display: grid; gap: .62rem; margin-bottom: 1.1rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line-soft); }
.card-inc { font-size: .78rem; line-height: 1.5; color: var(--mute); margin-bottom: 1.3rem; }
.card-inc strong { color: var(--pink); font-weight: 800; }
.ticks li { position: relative; padding-left: 1.8rem; font-size: .87rem; color: var(--ink); }
.ticks li::before { content: ""; position: absolute; left: 0; top: .18em; width: 18px; height: 18px; border-radius: 50%; background: var(--grad); }
.ticks li::after { content: ""; position: absolute; left: 5.2px; top: .47em; width: 8px; height: 4.4px; border-left: 1.9px solid #fff; border-bottom: 1.9px solid #fff; transform: rotate(-45deg); }

.price { display: flex; align-items: baseline; gap: .35rem; font-family: var(--classic); color: var(--wine); line-height: 1; margin: auto 0 1.25rem; }
.price-sym { font-size: 1.15rem; font-weight: 600; color: var(--mute); }
.price-amt { font-size: 2.9rem; font-weight: 700; }
.price-group { margin-top: auto; }
.price-group .price { margin: 0 0 1.25rem; }
.price-before { font-size: .82rem; font-weight: 600; color: var(--mute); margin-bottom: .2rem; }
.price-before del { text-decoration: line-through; }

.trust { display: grid; gap: 1.2rem; margin-top: 2rem; padding: 1.6rem; background: rgba(255,255,255,.78); border: 1px solid var(--line-soft); border-radius: var(--r-lg); }
.trust-plain { background: transparent; border: 0; box-shadow: none; padding-inline: 0; }
.trust li { display: flex; align-items: center; gap: .9rem; }
.trust-ico { display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; border: 1.5px solid rgba(232,35,111,.35); border-radius: 50%; color: var(--pink); }
.trust strong { display: block; font-size: .95rem; font-weight: 800; color: var(--wine); }
.trust div { font-size: .82rem; line-height: 1.45; }

/* ── 11. Resultados ──────────────────────────────────────── */
.results { padding-block: 5.5rem; background: var(--blush); }
.results-grid { display: grid; gap: 2.8rem; }
.results-copy { min-width: 0; display: flex; flex-direction: column; }
.results-copy .lead { margin-bottom: 2rem; }
.results-copy .row-actions-end { margin-top: auto; padding-top: 1.5rem; }

.cases-carousel { overflow: hidden; width: 100%; min-width: 0; margin-bottom: 1.3rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
/* --case-n must equal the number of UNIQUE photos in the HTML (the list is duplicated once for the seamless loop) */
.cases-track { display: flex; width: max-content; gap: .7rem; --case-n: 10; --case-w: 130px; --case-gap: .7rem; animation: casesScroll 73s linear infinite; }
.cases-track img { flex: 0 0 auto; width: 130px; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--sh-sm); }
@keyframes casesScroll { from { transform: translateX(0); } to { transform: translateX(calc(-1 * var(--case-n) * (var(--case-w) + var(--case-gap)))); } }
@media (prefers-reduced-motion: reduce) { .cases-track { animation: none; } }

.quote { display: flex; align-items: flex-start; gap: .9rem; padding: 1.5rem 1.6rem; background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--sh-sm); }
.quote-body { flex: 1; min-width: 0; }
.quote blockquote { font-size: .93rem; color: var(--ink); line-height: 1.55; }
.quote figcaption { margin-top: .8rem; font-size: .87rem; font-weight: 700; color: var(--pink); }

/* --testi-distance is measured and set by main.js (initTestiCarousel): exact height of one full unique set, since card heights vary with content and viewport width */
.testi-carousel { overflow: hidden; height: 720px; margin-bottom: 1.5rem; -webkit-mask-image: linear-gradient(180deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(180deg, transparent, #000 4%, #000 96%, transparent); }
.testi-track { display: flex; flex-direction: column; gap: 1rem; --testi-distance: 0px; animation: testiScroll 160s linear infinite; }
.testi-track .quote { flex: 0 0 auto; }
@keyframes testiScroll { from { transform: translateY(0); } to { transform: translateY(calc(-1 * var(--testi-distance))); } }
@media (prefers-reduced-motion: reduce) { .testi-track { animation: none; } }

.divider { display: flex; align-items: center; gap: 1rem; margin: 3rem 0 2.4rem; color: var(--pink); }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.divider span { font-size: .9rem; opacity: .8; }

/* ── 12. FAQ + CTA ───────────────────────────────────────── */
.faq { padding-block: 5.5rem; background: var(--grad-bg); }
.faq-grid { display: grid; gap: 2.6rem; align-items: center; }
.faq-copy .lead { margin-bottom: 2rem; }

.acc { display: grid; gap: .7rem; }
.acc-item { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--r-md); box-shadow: var(--sh-sm); overflow: hidden; }
.acc-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.35rem; font-size: .95rem; font-weight: 700; color: var(--wine); cursor: pointer; list-style: none; }
.acc-item summary::-webkit-details-marker { display: none; }
.acc-sign { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.acc-sign::before, .acc-sign::after { content: ""; position: absolute; inset: 50% 0 auto 0; height: 1.8px; background: var(--pink); border-radius: 2px; transition: transform .3s var(--ease); }
.acc-sign::after { transform: rotate(90deg); }
.acc-item[open] .acc-sign::after { transform: rotate(0); }
.acc-item p { padding: 0 1.35rem 1.25rem; font-size: .89rem; line-height: 1.6; }

.cta-card { padding: 2.4rem 2rem; background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--r-xl); box-shadow: var(--sh-md); text-align: center; }
.cta-title { font-size: 1.7rem; margin-bottom: 1rem; padding-bottom: 1rem; position: relative; }
.cta-title::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 2px; background: var(--pink); border-radius: 2px; }
.cta-txt { font-size: .92rem; margin-bottom: 1.5rem; }
.cta-card .btn + .btn { margin-top: .7rem; }
.cta-safe { display: flex; align-items: flex-start; gap: .65rem; margin-top: 1.5rem; padding: .95rem 1.1rem; background: var(--blush-2); border-radius: var(--r-md); font-size: .78rem; line-height: 1.45; text-align: left; color: var(--ink-soft); }
.cta-safe .ico { color: var(--pink); }

/* ── 13. Footer ──────────────────────────────────────────── */
.footer { padding-block: 1.9rem; background: var(--wine-dk); color: rgba(255,255,255,.75); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 1.4rem; text-align: center; font-size: .82rem; }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: .75rem; }
.footer-logo { height: 42px; width: auto; flex-shrink: 0; filter: brightness(0) invert(1); }
.footer-brand p { font-size: .8rem; line-height: 1.45; }
.footer-social { display: flex; align-items: center; gap: .65rem; }
.footer-social a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); color: #fff; transition: background .25s var(--ease), border-color .25s var(--ease); }
.footer-social a:hover { background: var(--pink); border-color: var(--pink); }
.footer-mail { display: inline-flex; align-items: center; gap: .55rem; color: #fff; font-weight: 600; }
.footer-mail:hover { color: var(--pink-lt); }
.footer-copy { font-size: .76rem; opacity: .72; }

/* ── 14. Responsive ──────────────────────────────────────── */
.br-desktop { display: none; }

.testi-mobile { display: none; }
.testi-mobile .quote { display: none; opacity: 0; transition: opacity .6s ease; }
.testi-mobile .quote.is-active { display: flex; }
.testi-mobile .quote.is-active.is-visible { opacity: 1; }

@media (max-width: 999px) {
  .hero-photo, .method-photo { order: -1; }
  .testi-carousel { display: none; }
  .testi-mobile { display: block; margin-bottom: 1.5rem; }
}

@media (max-width: 560px) {
  .switch { display: grid; grid-template-columns: 1fr; width: 100%; gap: .45rem; background: none; border: 0; box-shadow: none; padding: 0; }
  .switch-btn { padding: .85rem 1rem; font-size: .92rem; background: rgba(255,255,255,.75); border: 1px solid var(--line-soft); box-shadow: var(--sh-sm); }
  .switch-btn.is-active { border-color: transparent; }
}

@media (min-width: 620px) {
  .br-desktop { display: inline; }
  .hero-badges { gap: 1rem 0; }
  .hero-badges li { padding-inline: .9rem; }
  .hero-badges li:first-child { padding-left: 0; }
  .hero-badges li + li { border-left: 1px solid var(--line); }
  .cred-row { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .trust { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
  .footer-inner { flex-direction: row; flex-wrap: wrap; justify-content: center; text-align: left; gap: 1.2rem 2.2rem; }
  .footer-brand { flex-direction: row; align-items: center; }
}

@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .card-feat { transform: scale(1.035); z-index: 2; }
  .card-feat:hover { transform: scale(1.035) translateY(-4px); }
  /* conectores entre pasos 01–02 y 03–04 */
  .steps li:nth-child(odd)::after { content: ""; position: absolute; right: -1rem; top: 50%; width: 1rem; border-top: 1.5px dashed rgba(232,35,111,.45); }
}

@media (min-width: 1000px) {
  .nav-links, .nav-cta { display: flex; }
  .nav-toggle, .nav-mobile { display: none; }
  .hero { padding-block: 9.5rem 5.5rem; }
  .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 3.5rem; }
  .about { padding-block: 7rem; }
  .about-grid { grid-template-columns: .9fr 1.1fr; gap: 3.6rem; }
  .method-grid { grid-template-columns: 1.1fr .9fr; gap: 3.4rem; }
  .results-grid { grid-template-columns: 1.05fr .95fr; gap: 3.4rem; }
  .faq-grid { grid-template-columns: 1.12fr .88fr; gap: 3.4rem; }
  .method, .plans, .results, .faq { padding-block: 7rem; }
  .footer-inner { flex-wrap: nowrap; justify-content: space-between; gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .panel.is-active { animation: none; }
}
