/* Vital Full — selector de compra (móvil primero) */
.vfo, .vfo-sticky {
  --g: var(--vf-green, #19524B);
  --g-d: var(--vf-green-deep, #0F3B36);
  --t: var(--vf-taupe, #998D7D);
  --b: var(--vf-beige, #EFDECF);
  --b-l: var(--vf-cream, #F8F1EA);
  --c: var(--vf-clay, #D29A89);
  --ink: var(--vf-ink, #102A27);
  --mut: var(--vf-muted, #5E6B68);
  --line: var(--vf-line, #E6DCD2);
  --r: 18px;
  font-family: var(--vf-font, 'Albert Sans', system-ui, sans-serif);
  color: var(--ink);
}
.vfo *, .vfo *::before, .vfo *::after, .vfo-sticky * { box-sizing: border-box; }
.vfo { scroll-margin-top: 72px; background: #fff; padding: 20px 0 40px; }
.vfo .vfo__wrap { max-width: 1180px; margin: 0 auto; padding: 0 16px; display: grid; gap: 22px; }
.vf-i { width: 18px; height: 18px; flex: none; }

/* Galería */
.vfo .vfo__media { min-width: 0; }
.vfo .vfo__stage {
  position: relative; aspect-ratio: 1 / 1; border-radius: 24px; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 40%, #FBF6F1 0%, var(--b) 62%, #E6CDB9 100%);
  display: grid; place-items: center;
}
.vfo .vfo__stage.is-photo { background: var(--b-l); }
.vfo .vfo__badge {
  position: absolute; top: 14px; left: 14px; z-index: 3; display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.86); backdrop-filter: blur(6px); border-radius: 999px;
  padding: 7px 12px 7px 10px; font-size: 12px; font-weight: 600; color: var(--g);
}
.vfo .vfo__badge .vf-i { width: 15px; height: 15px; }
.vfo .vfo__ring {
  position: absolute; inset: 6%; width: 88%; height: 88%; z-index: 1;
  font-size: 13.5px; font-weight: 700; letter-spacing: .22em; fill: var(--g); opacity: .55;
  animation: vfo-spin 38s linear infinite; transform-origin: 50% 50%;
}
.vfo .vfo__stage.is-photo .vfo__ring { display: none; }
@keyframes vfo-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .vfo__ring { animation: none; } }
.vfo .vfo__hero-img { position: absolute; inset: 0; margin: auto; z-index: 2; width: auto; height: 74%; max-width: 70%; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(15,59,54,.26)); }
.vfo .vfo__hero-img--combo { height: auto; width: 84%; max-width: 84%; }
.vfo .vfo__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.vfo .vfo__thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; scrollbar-width: none; }
.vfo .vfo__thumbs::-webkit-scrollbar { display: none; }
.vfo .vfo__thumb {
  flex: 0 0 62px; height: 62px; border-radius: 12px; border: 2px solid transparent; padding: 0; cursor: pointer;
  background: var(--b-l); overflow: hidden; transition: border-color .2s;
}
.vfo .vfo__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vfo .vfo__thumb:first-child img { object-fit: contain; padding: 6px; }
.vfo .vfo__thumb.is-active { border-color: var(--g); }
.vfo .vfo__trust { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.vfo .vfo__trust li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; font-size: 11px; line-height: 1.25; color: var(--mut); font-weight: 500; }
.vfo .vfo__trust .vf-i { width: 40px; height: 40px; padding: 10px; border-radius: 50%; background: var(--b-l); color: var(--g); }

/* Compra */
.vfo .vfo__buy { min-width: 0; }
.vfo .vfo__eyebrow { display: flex; align-items: center; gap: 6px; margin: 0 0 6px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--c); }
.vfo .vfo__eyebrow .vf-i { width: 15px; height: 15px; }
.vfo .vfo__title { margin: 0 0 14px; font-size: clamp(26px, 7vw, 40px); line-height: 1.02; font-weight: 900; letter-spacing: -.02em; color: var(--g-d); }
.vfo .vfo__title small { display: block; margin-top: 6px; font-size: 15px; font-weight: 500; letter-spacing: 0; color: var(--mut); }

.vfo .vfo__tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 4px; background: var(--b-l); border-radius: 14px; margin-bottom: 14px; }
.vfo .vfo__tab {
  position: relative; border: 0; background: transparent; border-radius: 11px; padding: 11px 4px; cursor: pointer;
  font-weight: 700; font-size: 13.5px; line-height: 1.1; font-family: inherit; color: var(--mut); transition: background .2s, color .2s, box-shadow .2s;
}
.vfo .vfo__tab em { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-style: normal; font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; background: var(--c); color: #fff; padding: 3px 7px; border-radius: 999px; }
.vfo .vfo__tab.is-active { background: #fff; color: var(--g-d); box-shadow: 0 2px 10px rgba(16,42,39,.1); }
.vfo .vfo__tab:focus-visible, .vfo .vfo__cta:focus-visible, .vfo .vfo__thumb:focus-visible { outline: 3px solid var(--c); outline-offset: 2px; }

.vfo .vfo__resumen { margin: 0 0 10px; font-size: 15.5px; line-height: 1.5; color: #33413E; }
.vfo .vfo__chips { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.vfo .vfo__chips li { font-size: 12px; font-weight: 600; color: var(--g); background: rgba(25,82,75,.08); padding: 6px 10px; border-radius: 999px; }

.vfo .vfo__step { border: 0; margin: 0 0 16px; padding: 0; min-width: 0; }
.vfo .vfo__step legend { display: flex; align-items: center; gap: 8px; padding: 0; margin: 0 0 10px; font-size: 15px; font-weight: 800; color: var(--ink); }
.vfo .vfo__step legend span { width: 22px; height: 22px; border-radius: 50%; background: var(--g); color: #fff; font-size: 12px; display: grid; place-items: center; }

.vfo .vfo__packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 10px; }
.vfo .vfo__pack {
  position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1px;
  border: 1.5px solid var(--line); border-radius: 16px; padding: 16px 4px 10px; cursor: pointer; background: #fff;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.vfo .vfo__pack input, .vfo .vfo__plan input, .vfo .vfo__bump input { position: absolute; opacity: 0; pointer-events: none; }
.vfo .vfo__pack.is-active { border-color: var(--g); box-shadow: 0 0 0 1.5px var(--g), 0 10px 24px rgba(25,82,75,.12); }
.vfo .vfo__pack:has(input:focus-visible) { outline: 3px solid var(--c); outline-offset: 2px; }
.vfo .vfo__tag { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 9.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--g); padding: 4px 8px; border-radius: 999px; }
.vfo .vfo__tag--3 { background: var(--c); }
.vfo .vfo__jars { display: flex; justify-content: center; align-items: flex-end; gap: 2px; height: 30px; margin-bottom: 6px; }
.vfo .vfo__jars i { width: 14px; height: 24px; border-radius: 4px 4px 3px 3px; background: #151515; box-shadow: inset 0 5px 0 #2d2d2d; }
.vfo .vfo__jars[data-prod="vin"] i { background: #F4F1EC; box-shadow: inset 0 5px 0 #fff, 0 0 0 1px #d9d2c8; }
.vfo .vfo__jars[data-prod="combo"] i { width: 11px; background: linear-gradient(90deg, #151515 50%, #F4F1EC 50%); box-shadow: 0 0 0 1px #d9d2c8; }
.vfo .vfo__pack strong { font-size: 14px; font-weight: 800; }
.vfo .vfo__pack-days { font-size: 11.5px; color: var(--mut); margin-bottom: 4px; }
.vfo .vfo__pack-price { font-size: 17px; font-weight: 800; color: var(--g-d); }
.vfo .vfo__pack-unit { font-size: 11px; color: var(--mut); }
.vfo .vfo__pack-save { min-height: 16px; font-size: 11px; font-weight: 700; color: var(--c); }

.vfo .vfo__plan {
  position: relative; display: grid; grid-template-columns: 22px 1fr auto; gap: 10px; align-items: start;
  border: 1.5px solid var(--line); border-radius: 16px; padding: 14px; margin-bottom: 8px; cursor: pointer; background: #fff;
  transition: border-color .2s, background .2s;
}
.vfo .vfo__plan.is-active { border-color: var(--g); background: #F5FAF8; box-shadow: 0 0 0 1px var(--g); }
.vfo .vfo__radio { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #BDB3A7; margin-top: 1px; transition: border .15s; }
.vfo .vfo__plan.is-active .vfo__radio { border: 6px solid var(--g); }
.vfo .vfo__plan-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.vfo .vfo__plan-body strong { font-size: 15px; font-weight: 800; }
.vfo .vfo__plan-note { font-size: 12.5px; line-height: 1.4; color: var(--mut); }
.vfo .vfo__freq { display: none; align-items: center; gap: 6px; margin-top: 6px; font-size: 13px; font-weight: 600; }
.vfo .vfo__plan.is-active .vfo__freq { display: flex; }
.vfo .vfo__freq select { font: inherit; font-weight: 700; color: var(--g-d); border: 1px solid var(--line); border-radius: 10px; padding: 6px 28px 6px 10px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2319524B' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 8px center/14px no-repeat; appearance: none; -webkit-appearance: none; }
.vfo .vfo__plan-price { display: flex; flex-direction: column; align-items: flex-end; }
.vfo .vfo__plan-price b { font-size: 17px; font-weight: 800; color: var(--g-d); }
.vfo .vfo__plan-price del { font-size: 12.5px; color: #9A948C; }

.vfo .vfo__bump {
  position: relative; display: grid; grid-template-columns: 22px 56px 1fr; gap: 10px; align-items: center;
  border: 1.5px dashed var(--c); border-radius: 16px; padding: 12px; margin: 4px 0 16px; cursor: pointer; background: #FDF7F4;
}
.vfo .vfo__bump.is-active { border-style: solid; background: #FBEFEA; }
.vfo .vfo__check { width: 20px; height: 20px; border-radius: 6px; border: 2px solid var(--c); display: grid; place-items: center; }
.vfo .vfo__bump.is-active .vfo__check { background: var(--c); }
.vfo .vfo__bump.is-active .vfo__check::after { content: ''; width: 6px; height: 11px; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg) translate(-1px, -1px); }
.vfo .vfo__bump img { width: 56px; height: 56px; object-fit: contain; background: #fff; border-radius: 12px; padding: 4px; }
.vfo .vfo__bump-body { display: flex; flex-direction: column; gap: 2px; font-size: 13px; line-height: 1.35; }
.vfo .vfo__bump-kicker { font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--c); }
.vfo .vfo__bump-body strong { font-size: 13.5px; }
.vfo .vfo__bump-body del { color: #9A948C; }

.vfo .vfo__cta {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; border: 0; cursor: pointer;
  background: var(--g); color: #fff; border-radius: 16px; padding: 18px 20px; min-height: 60px;
  font-weight: 800; font-size: 17px; line-height: 1; font-family: inherit; letter-spacing: .01em; text-transform: uppercase;
  box-shadow: 0 14px 28px -10px rgba(25,82,75,.55); transition: background .2s, transform .1s;
}
.vfo .vfo__cta:hover { background: var(--g-d); }
.vfo .vfo__cta:active { transform: translateY(1px); }
.vfo .vfo__cta-sep { width: 1px; height: 20px; background: rgba(255,255,255,.35); }
.vfo .vfo__cta .vf-i { width: 20px; height: 20px; }
.vfo .vfo__cta.is-loading { opacity: .75; pointer-events: none; }
.vfo .vfo__cta.is-loading .vf-i { animation: vfo-nudge .7s ease-in-out infinite alternate; }
@keyframes vfo-nudge { to { transform: translateX(5px); } }
.vfo .vfo__error { color: #B3261E; font-size: 13px; margin: 8px 0 0; }

.vfo .vfo__ship { margin: 14px 0 0; }
.vfo .vfo__ship-bar { height: 6px; border-radius: 99px; background: var(--b-l); overflow: hidden; }
.vfo .vfo__ship-bar i { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--c), var(--g)); transition: width .4s ease; }
.vfo .vfo__ship p { margin: 6px 0 0; font-size: 12.5px; color: var(--mut); text-align: center; }
.vfo .vfo__ship.is-free p b { color: var(--g); }
.vfo .vfo__relief { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; font-size: 12.5px; font-weight: 600; color: var(--ink); }
.vfo .vfo__relief li { display: inline-flex; align-items: center; gap: 6px; }
.vfo .vfo__relief .vf-i { color: var(--g); width: 17px; height: 17px; }
.vfo .vfo__relief a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.vfo .vfo__quiz-link { display: block; margin: 14px auto 0; border: 0; background: none; cursor: pointer; font-weight: 500; font-size: 13.5px; line-height: 1.4; font-family: inherit; color: var(--mut); }
.vfo .vfo__quiz-link u { color: var(--g); font-weight: 700; text-underline-offset: 3px; }

/* Barra fija en móvil */
.vfo-sticky {
  position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 9990; display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border: 1px solid var(--line); border-radius: 18px;
  padding: 8px 8px 8px 10px; box-shadow: 0 12px 34px rgba(16,42,39,.18); animation: vfo-up .3s ease;
}
.vfo-sticky[hidden] { display: none; }
@keyframes vfo-up { from { transform: translateY(120%); } }
.vfo-sticky img { width: 44px; height: 44px; object-fit: contain; border-radius: 10px; background: var(--b-l); padding: 3px; }
.vfo-sticky .vfo-sticky__txt { flex: 1; min-width: 0; display: flex; flex-direction: column; font-size: 12px; color: var(--mut); line-height: 1.3; }
.vfo-sticky .vfo-sticky__txt b { font-size: 13.5px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vfo-sticky .vfo-sticky__btn { border: 0; cursor: pointer; background: var(--g); color: #fff; font-weight: 800; font-size: 14px; line-height: 1; font-family: inherit; text-transform: uppercase; padding: 14px 20px; border-radius: 13px; }

@media (min-width: 900px) {
  .vfo { padding: 56px 0 72px; }
.vfo .vfo__wrap { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 56px; align-items: start; padding: 0 32px; }
.vfo .vfo__media { position: sticky; top: 90px; }
.vfo .vfo__thumb { flex-basis: 76px; height: 76px; }
  .vfo-sticky { display: none !important; }
}

/* Reset frente a Hello Elementor y al Kit: sus reglas de button:hover pintan fondo propio */
.vfo .vfo__tabs .vfo__tab:hover, .vfo .vfo__tabs .vfo__tab:focus { background: rgba(255,255,255,.55); color: var(--g-d); }
.vfo .vfo__tabs .vfo__tab.is-active:hover, .vfo .vfo__tabs .vfo__tab.is-active:focus { background: #fff; }
.vfo .vfo__buy .vfo__cta:hover, .vfo .vfo__buy .vfo__cta:focus { background: var(--g-d); color: #fff; }
.vfo .vfo__media .vfo__thumb:hover, .vfo .vfo__media .vfo__thumb:focus { background: var(--b-l); }
.vfo .vfo__buy .vfo__quiz-link:hover, .vfo .vfo__buy .vfo__quiz-link:focus { background: none; color: var(--mut); }
.vfo-sticky .vfo-sticky__btn:hover, .vfo-sticky .vfo-sticky__btn:focus { background: var(--g-d); color: #fff; }
.vfo button { text-transform: none; letter-spacing: normal; }
.vfo .vfo__buy .vfo__cta, .vfo-sticky .vfo-sticky__btn { text-transform: uppercase; }

/* El Kit colorea <label>: los renglones del selector son labels */
.vfo .vfo__packs .vfo__pack, .vfo .vfo__step .vfo__plan, .vfo .vfo__buy .vfo__bump { color: var(--ink); font-family: inherit; font-size: inherit; font-weight: 400; line-height: 1.3; }
.vfo .vfo__freq, .vfo .vfo__plan-body strong, .vfo .vfo__pack strong { color: var(--ink); }

/* [hidden] siempre gana sobre los display propios */
.vfo [hidden], .vfo-sticky[hidden] { display: none !important; }
