:root {
  --ink: #080b09;
  --ink-soft: #101411;
  --panel: #151a16;
  --green: #b9f227;
  --green-deep: #84bf00;
  --paper: #eef0e9;
  --muted: #92998f;
  --line: rgba(255,255,255,.12);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--ink); color: #fff; font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; color: #000; background: var(--green); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 94px; padding: 0 max(24px, calc((100% - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .3s ease, box-shadow .3s ease, height .3s ease, border-color .3s ease; }
.site-header.scrolled { height: 74px; background: rgba(8,11,9,.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 6px 24px rgba(0,0,0,.28); border-bottom-color: var(--line); }
.brand { display: inline-flex; gap: 12px; align-items: center; font-size: 19px; letter-spacing: -.04em; font-weight: 900; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 31px; height: 31px; display: flex; gap: 3px; align-items: end; transform: skew(-15deg); }
.brand-mark i { display: block; width: 7px; background: var(--green); }
.brand-mark i:nth-child(1) { height: 17px; }
.brand-mark i:nth-child(2) { height: 25px; }
.brand-mark i:nth-child(3) { height: 13px; }
.desktop-nav { display: flex; gap: 36px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.desktop-nav a { color: #c8ccc8; transition: color .2s; }
.desktop-nav a:hover { color: var(--green); }
.header-cta { border: 1px solid rgba(255,255,255,.42); padding: 13px 18px; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 800; transition: .2s; }
.header-cta:hover { background: var(--green); border-color: var(--green); color: #000; }
.header-cta span { color: var(--green); margin-left: 12px; }
.header-cta:hover span { color: #000; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero { position: relative; min-height: 790px; height: 100vh; max-height: 980px; overflow: hidden; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,6,.98) 0%, rgba(4,8,6,.77) 35%, rgba(4,8,6,.05) 72%), linear-gradient(0deg, rgba(3,5,4,.68), transparent 42%), url('/assets/hero-verde-fit.png') center/cover no-repeat; transform: scale(1.002); }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 64px), var(--max)); margin: 80px auto 0; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 800; color: #b6bbb5; }
.eyebrow span { display: inline-block; width: 35px; height: 2px; vertical-align: middle; margin-right: 12px; background: var(--green); }
.hero h1, h2 { margin: 25px 0; font-size: clamp(60px, 7.4vw, 114px); line-height: .87; letter-spacing: -.075em; text-transform: uppercase; font-weight: 950; }
h1 em, h2 em { color: var(--green); font-style: italic; font-weight: 500; font-family: Georgia, serif; text-transform: none; letter-spacing: -.06em; }
.hero-copy { max-width: 540px; color: #c4c9c3; line-height: 1.65; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 38px; }
.button, .checkout-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 35px; padding: 0 22px; border: 0; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; transition: transform .2s, background .2s, color .2s; }
.button:hover, .checkout-button:hover { transform: translateY(-2px); }
.button-primary { min-width: 205px; color: #0b0e0b; background: var(--green); }
.text-link { color: #d8dcd7; font-size: 12px; font-weight: 700; }
.play { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid #687067; border-radius: 50%; margin-right: 10px; color: var(--green); font-size: 9px; }
.scroll-hint { position: absolute; z-index: 3; left: 24px; bottom: 70px; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; font-size: 8px; letter-spacing: .25em; color: #777f76; }
.scroll-hint span { display: inline-block; height: 45px; width: 1px; margin-bottom: 12px; background: var(--green); }

.section-pad { padding: 120px max(32px, calc((100% - var(--max))/2)); }
.manifesto { background: var(--paper); color: var(--ink); }
.section-kicker { color: #6f766d; padding-bottom: 22px; border-bottom: 1px solid #c9ccc5; }
.section-kicker.light { color: #899187; border-color: var(--line); }
.manifesto-copy { display: grid; grid-template-columns: 2fr 1fr; gap: 90px; margin: 55px 0 85px; align-items: end; }
.manifesto h2, .services h2, .plans h2, .faq h2 { font-size: clamp(45px, 5.4vw, 78px); margin: 0; }
.manifesto h2 em { color: #0d110e; }.manifesto-copy > p, .services-heading > p { color: #5e655d; font-size: 15px; line-height: 1.7; margin: 0; max-width: 430px; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #c9cec6; }
.method-card { position: relative; min-height: 330px; padding: 31px; border-right: 1px solid #c9cec6; }
.method-card:last-child { border-right: 0; }
.method-card.active { color: #fff; background: var(--ink); transform: translateY(-18px); box-shadow: 18px 24px 45px rgba(0,0,0,.13); border: 0; }
.card-number { font-size: 10px; color: #6f766e; }.card-icon { float: right; font-size: 30px; color: var(--green-deep); }
.method-card h3 { margin: 100px 0 15px; font-size: 20px; text-transform: uppercase; letter-spacing: -.03em; }.method-card p { color: #687067; line-height: 1.6; font-size: 13px; }.method-card.active p { color: #aeb5ad; }
.method-card small { position: absolute; bottom: 28px; text-transform: uppercase; letter-spacing: .17em; font-size: 8px; font-weight: 800; color: #8a9288; }

.services { background: var(--ink); }
.services-heading { display: grid; grid-template-columns: 1.6fr 1fr; gap: 90px; align-items: end; margin: 55px 0 70px; }.services-heading p { color: #949b93; }
.service-panels { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.service-panel { padding: 45px; overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.training { background: #141a16; }.nutrition { background: var(--green); color: #0c100d; }
.service-tag { position: absolute; top: 32px; left: 38px; z-index: 2; border: 1px solid currentColor; padding: 8px 12px; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; font-weight: 900; }
.line-art { position: absolute; inset: 40px 20px auto 20px; height: 350px; opacity: .65; background: repeating-radial-gradient(ellipse at 50% 70%, transparent 0 18px, rgba(185,242,39,.18) 19px 20px); transform: rotate(-8deg); }.line-art span { position: absolute; inset: 25% 0 auto 0; text-align: center; color: rgba(185,242,39,.07); font-size: 230px; font-weight: 950; }
.nutrition-visual { position: absolute; inset: 45px 30px auto 30px; height: 345px; }
.nutrition-visual::before { content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: #f2f2df; left: 50%; top: 35px; transform: translateX(-50%); box-shadow: 0 25px 35px rgba(0,0,0,.13); }
.nutrition-visual i { position: absolute; z-index: 1; border-radius: 60% 40% 50% 45%; left: 50%; top: 110px; width: 105px; height: 70px; transform: translateX(-90%); background: #e66b3c; box-shadow: 85px 28px 0 #568943, 55px -32px 0 #d4b22b; }
.service-panel h3 { position: relative; margin: 0 0 26px; text-transform: uppercase; font-size: 29px; letter-spacing: -.045em; }.service-panel ul, .plan-card ul { list-style: none; padding: 0; margin: 0; }.service-panel li { padding: 12px 0; border-top: 1px solid currentColor; opacity: .77; font-size: 12px; }.service-panel li::before, .plan-card li::before { content: '✓'; color: var(--green); margin-right: 12px; font-weight: 900; }.nutrition li::before { color: #0a0d0b; }

.results { display: grid; grid-template-columns: 1.25fr 1fr; color: var(--ink); background: #dfe3d9; gap: 120px; align-items: end; }
.quote-mark { font: italic 90px Georgia; color: var(--green-deep); line-height: .5; }.results blockquote { margin: 20px 0 35px; font: italic 31px/1.33 Georgia, serif; letter-spacing: -.03em; }.quote-person { display: flex; align-items: center; gap: 14px; }.quote-person > span { margin: 0; width: 48px; height: 48px; background: #111; color: var(--green); }.quote-person p { margin: 0; }.quote-person strong, .quote-person small { display: block; }.quote-person strong { font-size: 12px; text-transform: uppercase; }.quote-person small { color: #667064; margin-top: 5px; font-size: 10px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); }.stats div { padding: 26px 15px; border-left: 1px solid #bec4ba; }.stats strong { font-size: clamp(38px, 4vw, 65px); letter-spacing: -.07em; }.stats span { font-size: 20px; color: var(--green-deep); }.stats small { display: block; color: #626a60; margin-top: 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.plans { background: #0b0e0c; }.plans-head { display: grid; grid-template-columns: 1.5fr .7fr; gap: 100px; align-items: end; }.plans-head .section-kicker { margin-bottom: 52px; }.plans-head p { color: #929990; line-height: 1.7; max-width: 370px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; align-items: center; }
.plan-grid.single-plan { grid-template-columns: minmax(300px, 480px); justify-content: center; }
.plan-card { position: relative; min-height: 530px; border: 1px solid #313731; padding: 36px; display: flex; flex-direction: column; }.plan-card + .plan-card { border-left: 0; }.plan-card.featured { min-height: 580px; color: #0a0e0a; background: var(--green); padding-top: 54px; border: 0; box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.popular { position: absolute; left: 0; right: 0; top: 0; height: 28px; display: grid; place-items: center; color: var(--green); background: #fff; text-transform: uppercase; letter-spacing: .2em; font-size: 8px; font-weight: 900; }
.plan-top span { display: block; text-transform: uppercase; font-size: 20px; font-weight: 900; }.plan-top small { color: #8c938b; font-size: 11px; }.featured .plan-top small { color: #425035; }
.price { margin: 35px 0; }.price strong { font-size: 57px; letter-spacing: -.07em; }.price span { color: #899088; font-size: 11px; }.featured .price span { color: #4c583f; }
.plan-card ul { flex: 1; border-top: 1px solid #313731; padding-top: 20px; }.featured ul { border-color: rgba(0,0,0,.22); }.plan-card li { margin: 16px 0; color: #aab0a9; font-size: 11px; }.featured li { color: #1f2918; }.featured li::before { color: #10150c; }
.checkout-button { width: 100%; margin-top: 20px; }.checkout-button.outline { color: #fff; border: 1px solid #515751; background: transparent; }.checkout-button.primary { color: #fff; background: #0b0f0b; }.checkout-button[disabled] { opacity: .65; cursor: wait; transform: none; }
.payment-note { text-align: center; color: #727970; font-size: 9px; letter-spacing: .06em; margin: 38px 0 0; }.payment-note span { color: var(--green); }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; color: var(--ink); background: var(--paper); }.faq .section-kicker { margin-bottom: 52px; }.faq > div:first-child > p { color: #697067; font-size: 12px; }.faq a { border-bottom: 1px solid var(--green-deep); }
.accordion { border-top: 1px solid #c4c9c1; }.accordion details { border-bottom: 1px solid #c4c9c1; }.accordion summary { list-style: none; cursor: pointer; padding: 23px 0; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .02em; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { float: right; color: var(--green-deep); font-size: 20px; font-weight: 400; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { margin: -5px 50px 25px 0; color: #626961; line-height: 1.65; font-size: 13px; }
.final-cta { padding: 100px 30px; min-height: 440px; display: grid; place-items: center; align-content: center; text-align: center; color: #0b0e0b; background: var(--green); }.final-cta p { text-transform: uppercase; letter-spacing: .21em; font-size: 9px; font-weight: 900; }.final-cta h2 { margin: 18px 0 28px; font-size: clamp(65px, 8vw, 120px); }.final-cta h2 em { color: #0b0e0b; }.button-dark { color: #fff; background: #0b0e0b; min-width: 225px; }.final-cta small { margin-top: 18px; font-size: 9px; color: #3e4e29; }

footer { padding: 70px max(32px, calc((100% - var(--max))/2)) 28px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 45px; background: #070908; color: #959b94; }.footer-brand { color: #fff; align-self: start; }.footer-brand + p { margin: 0; font: italic 16px/1.6 Georgia; }.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 12px; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }.footer-contact a { color: #fff; font-size: 12px; text-transform: none; letter-spacing: 0; }.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }.social-links a { display: inline-flex; align-items: center; padding: 8px 10px; border: 1px solid rgba(185,242,39,.45); border-radius: var(--r-pill, 999px); color: #b9f227; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }.social-links a:hover { color: #070908; background: #b9f227; border-color: #b9f227; }.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 45px; padding-top: 24px; border-top: 1px solid #222622; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.footer-bottom strong { color: #fff; font-size: 12px; text-transform: none; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; transform: translateX(-50%); width: min(calc(100% - 32px), 600px); padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; color: #10150d; background: var(--green); box-shadow: 0 15px 45px rgba(0,0,0,.35); font-size: 13px; font-weight: 700; }.toast.error { color: #fff; background: #b83d32; }.toast[hidden] { display: none; }.toast button { border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.reveal { opacity: 1; transform: none; } .js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; } .js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { padding: 0 20px; }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: block; }.menu-toggle span { display: block; width: 24px; height: 2px; margin: 6px; background: #fff; }
  .desktop-nav.open { position: absolute; display: flex; flex-direction: column; gap: 0; top: 100%; left: 0; right: 0; padding: 12px 20px 20px; background: rgba(8,11,9,.98); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 20px 40px rgba(0,0,0,.35); }.desktop-nav.open a { padding: 15px; border-bottom: 1px solid #292e29; }
  .hero { min-height: 720px; }.hero-bg { background-position: 60% center; opacity: .7; }.hero-content { width: calc(100% - 42px); }.hero h1 { font-size: clamp(53px, 15vw, 80px); }.hero-copy { max-width: 85%; }.scroll-hint { display: none; }
  .section-pad { padding: 85px 24px; }.manifesto-copy, .services-heading, .plans-head { grid-template-columns: 1fr; gap: 30px; }.method-grid { grid-template-columns: 1fr; }.method-card { min-height: 260px; border-right: 0; border-bottom: 1px solid #c9cec6; }.method-card.active { transform: none; }.method-card h3 { margin-top: 65px; }
  .service-panels { grid-template-columns: 1fr; }.service-panel { min-height: 570px; }.results { grid-template-columns: 1fr; gap: 70px; }.plan-grid { grid-template-columns: 1fr; gap: 20px; }.plan-card + .plan-card { border-left: 1px solid #313731; }.plan-card.featured { min-height: 550px; }.faq { grid-template-columns: 1fr; gap: 60px; }
  footer { grid-template-columns: 1fr 1fr; }.footer-bottom { flex-direction: column; gap: 12px; }
}

@media (max-width: 560px) {
  .hero { height: auto; min-height: 760px; }.hero-bg { background-position: 65% center; }.hero h1 { font-size: 52px; }.hero-copy { max-width: 100%; font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .manifesto h2, .services h2, .plans h2, .faq h2 { font-size: 43px; }.manifesto-copy { margin: 45px 0 60px; }.service-panel { padding: 28px; min-height: 520px; }.nutrition-visual::before { width: 220px; height: 220px; }.stats { grid-template-columns: 1fr; }.stats div { border-left: 0; border-top: 1px solid #bec4ba; }.results blockquote { font-size: 26px; }.plan-card { padding: 28px; }.faq { gap: 45px; }.final-cta h2 { font-size: 60px; } footer { grid-template-columns: 1fr; }.footer-bottom { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

/* Nutrición: marcadores preparados para fotografías reales */
.dish-gallery { position: absolute; inset: 70px 35px auto; height: 300px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.dish-placeholder { position: relative; margin: 0; overflow: hidden; border: 1px dashed rgba(8,11,9,.38); background: radial-gradient(circle at center, #f4f0dc 0 30%, #cbd99d 31% 39%, #dde5bb 40% 50%, rgba(255,255,255,.25) 51%); }
.dish-placeholder:first-child { grid-row: 1 / 3; }
.dish-placeholder span { position: absolute; inset: auto 8px 8px; padding: 6px; color: #11170d; background: rgba(185,242,39,.88); text-align: center; text-transform: uppercase; letter-spacing: .13em; font-size: 7px; font-weight: 900; }

/* Comunidad */
.community { color: var(--ink); background: #e9ece4; }
.community-head { display: grid; grid-template-columns: 1.5fr .7fr; gap: 90px; align-items: end; margin: 55px 0 70px; }
.community-head h2 { margin: 0; font-size: clamp(45px, 5.4vw, 78px); }
.community-head h2 em { color: var(--green-deep); }
.community-head p { margin: 0; color: #626a60; font-size: 14px; line-height: 1.75; }
.community-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
.community-card { position: relative; grid-column: span 2; min-height: 260px; padding: 30px; border: 1px solid #c7ccc3; background: #f4f6f1; box-shadow: 0 18px 45px rgba(8, 11, 9, .06); }
.community-card:nth-child(n+4) { grid-column: span 3; }
.community-card > span { color: var(--green-deep); font-size: 10px; font-weight: 900; }
.community-card h3 { margin: 70px 0 14px; text-transform: uppercase; font-size: 18px; letter-spacing: -.03em; }
.community-card p { margin: 0; color: #626a60; font-size: 12px; line-height: 1.65; }
.featured-community { color: #fff; background: var(--ink); }
.featured-community p { color: #aeb5ad; }

/* Programas y formas de pago */
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 70px; }
.offer-card { position: relative; display: grid; grid-template-columns: 150px 1fr; min-height: 500px; border: 1px solid #343a34; background: #111512; }
.offer-card.featured-offer { color: #0b0f0b; border: 0; background: var(--green); }
.offer-duration { display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid #343a34; }
.featured-offer .offer-duration { border-color: rgba(0,0,0,.2); }
.offer-duration span { font-size: 64px; line-height: 1; font-weight: 950; letter-spacing: -.08em; }
.offer-duration small { margin-top: 8px; text-transform: uppercase; letter-spacing: .2em; font-size: 8px; }
.offer-body { display: flex; flex-direction: column; padding: 45px 34px 30px; }
.offer-label { margin: 0; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 900; }
.featured-offer .offer-label { color: #33421f; }
.offer-body h3 { margin: 16px 0 10px; text-transform: uppercase; font-size: 27px; letter-spacing: -.04em; }
.offer-body > p:not(.offer-label) { min-height: 66px; margin: 0 0 25px; color: #929a91; font-size: 12px; line-height: 1.65; }
.featured-offer .offer-body > p:not(.offer-label) { color: #3e4b31; }
.payment-option { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 0; border-top: 1px solid #343a34; }
.featured-offer .payment-option { border-color: rgba(0,0,0,.2); }
.payment-option strong, .payment-option small { display: block; }
.payment-option strong { font-size: 23px; letter-spacing: -.04em; }
.payment-option small { margin-top: 4px; color: #899188; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.featured-offer .payment-option small { color: #465338; }
.payment-option .checkout-button { width: 135px; min-height: 44px; margin: 0; padding: 0 14px; }
.featured-offer .checkout-button.primary { color: #fff; background: #0b0f0b; }

@media (max-width: 900px) {
  .community-head { grid-template-columns: 1fr; gap: 28px; }
  .community-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .community-card, .community-card:nth-child(n+4) { grid-column: span 1; }
  .community-card:last-child { grid-column: 1 / -1; }
  .offer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .dish-gallery { inset: 78px 22px auto; height: 245px; }
  .community-grid { grid-template-columns: 1fr; }
  .community-card, .community-card:nth-child(n+4), .community-card:last-child { grid-column: auto; min-height: 230px; }
  .community-card h3 { margin-top: 50px; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-duration { min-height: 120px; flex-direction: row; gap: 12px; border-right: 0; border-bottom: 1px solid #343a34; }
  .offer-duration span { font-size: 52px; }
  .offer-body { padding: 32px 24px 24px; }
  .payment-option { align-items: stretch; flex-direction: column; }
  .payment-option .checkout-button { width: 100%; }
}


/* Sistema visual: tarjetas independientes */
.method-grid { gap: 24px; border: 0; }
.method-card, .method-card:last-child { border: 1px solid #c9cec6; background: #f7f8f4; box-shadow: 0 18px 45px rgba(8,11,9,.06); }
.method-card.active { border: 0; }

.service-panels { gap: 24px; }
.service-panel { border: 1px solid #2d342e; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.service-panel ul { display: grid; gap: 10px; }
.service-panel li { padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); opacity: .85; }
.nutrition li { border-color: rgba(8,11,9,.18); background: rgba(255,255,255,.2); }

.results { gap: 70px; align-items: stretch; }
.results-quote { padding: 38px; border: 1px solid #bec4ba; background: #edf0e9; box-shadow: 0 18px 45px rgba(8,11,9,.06); }
.stats { grid-template-columns: 1fr; gap: 14px; }
.stats div { padding: 26px 20px; border: 1px solid #bec4ba; background: #edf0e9; box-shadow: 0 18px 45px rgba(8,11,9,.05); }

.accordion { display: grid; gap: 12px; border-top: 0; }
.accordion details { border: 1px solid #c4c9c1; background: #f7f8f4; box-shadow: 0 12px 32px rgba(8,11,9,.045); }
.accordion summary { padding: 23px 22px; }
.accordion details p { margin: -5px 50px 25px 22px; }

.payment-option { margin-top: 12px; padding: 16px; border: 1px solid #343a34; background: rgba(255,255,255,.025); }
.featured-offer .payment-option { background: rgba(255,255,255,.22); }

@media (max-width: 900px) {
  .method-card, .method-card:last-child { border: 1px solid #c9cec6; }
  .method-card.active { border: 0; }
}

@media (max-width: 560px) {
  .stats div { border: 1px solid #bec4ba; }
  .results-quote { padding: 28px; }
  .accordion summary { padding: 21px 18px; }
  .accordion details p { margin: -3px 40px 22px 18px; }
}

/* ---- Galerías de imágenes reales (platos, equipo, casos de éxito) ---- */
.dish-placeholder:has(img) { border: 0; background: #0c100d; }
.dish-placeholder img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

.recipes { background: var(--ink-soft); color: #fff; display: grid; gap: 48px; }
.recipes-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.recipes-head h2, .team-head h2, .cases-head h2 { margin: 14px 0 0; text-transform: uppercase; font-size: clamp(34px, 4.4vw, 58px); line-height: .95; letter-spacing: -.05em; }
.recipes-head em, .team-head em, .cases-head em { color: var(--green); font-style: normal; }
.recipes-head p, .team-head p, .cases-head p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; max-width: 46ch; }
.recipe-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.recipe-gallery figure { margin: 0; overflow: hidden; border-radius: 4px; aspect-ratio: 4 / 5; background: #0c100d; }
.recipe-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.recipe-gallery figure:hover img { transform: scale(1.05); }

.team { background: var(--ink); color: #fff; display: grid; gap: 48px; }
.team-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.team-card { margin: 0; position: relative; overflow: hidden; border-radius: 6px; aspect-ratio: 3 / 4; background: #0c100d; }
.team-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.team-card:hover img { transform: scale(1.05); }
.team-card figcaption { position: absolute; inset: auto 0 0; padding: 40px 18px 16px; background: linear-gradient(to top, rgba(8,11,9,.92), transparent); }
.team-card strong { display: block; text-transform: uppercase; letter-spacing: -.02em; font-size: 15px; }
.team-card small { display: block; margin-top: 4px; color: var(--green); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.cases { background: var(--ink-soft); color: #fff; display: grid; gap: 48px; }
.cases-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.cases-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.cases-gallery figure { margin: 0; overflow: hidden; border-radius: 6px; border: 1px solid var(--line); background: #0c100d; aspect-ratio: 3 / 4; }
.cases-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.cases-gallery figure:hover img { transform: scale(1.04); }

@media (max-width: 720px) {
  .recipes-head, .team-head, .cases-head { grid-template-columns: 1fr; gap: 22px; }
  .recipe-gallery { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
  .cases-gallery { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
}

/* ============================================================
   Redondeo global — estética más moderna y menos "robótica"
   ============================================================ */
:root {
  --r-xs: 8px;    /* chips, ítems de lista, notas */
  --r-sm: 12px;   /* insignias, celdas pequeñas */
  --r-md: 16px;   /* stats, acordeón, opciones de pago, toast */
  --r-lg: 22px;   /* tarjetas y paneles */
  --r-pill: 999px;/* botones y CTAs */
}

/* Botones y llamadas a la acción -> forma de píldora */
.button, .checkout-button, .header-cta, .service-tag { border-radius: var(--r-pill); }
.skip-link { border-radius: var(--r-xs); }

/* Método */
.method-card, .method-card:last-child, .method-card.active { border-radius: var(--r-lg); }

/* Servicios */
.service-panel { border-radius: var(--r-lg); }
.service-panel li { border-radius: var(--r-xs); }
.dish-gallery { border-radius: var(--r-md); overflow: hidden; }
.dish-placeholder:has(img) { border-radius: 0; }

/* Recetas */
.recipe-gallery figure { border-radius: var(--r-md); }

/* Comunidad */
.community-card { border-radius: var(--r-lg); }

/* Equipo */
.team-card { border-radius: var(--r-lg); }

/* Resultados */
.results-quote { border-radius: var(--r-lg); }
.stats div { border-radius: var(--r-md); }

/* Casos de éxito */
.cases-gallery figure { border-radius: var(--r-lg); }

/* Programas */
.plan-card, .plan-card.featured { border-radius: var(--r-lg); overflow: hidden; }
.offer-card { border-radius: var(--r-lg); overflow: hidden; }
.payment-option { border-radius: var(--r-sm); }
.popular { border-radius: var(--r-lg) var(--r-lg) 0 0; }

/* FAQ */
.accordion details { border-radius: var(--r-md); overflow: hidden; }

/* Avisos y navegación móvil */
.toast { border-radius: var(--r-md); }
.desktop-nav.open { border-radius: var(--r-lg); }

/* ============================================================
   Carruseles con desplazamiento automático continuo
   ============================================================ */
.carousel { position: relative; overflow-x: auto; overflow-y: hidden;
  -webkit-overflow-scrolling: touch; cursor: grab;
  scrollbar-width: none; -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
.carousel::-webkit-scrollbar { display: none; }
.carousel.dragging { cursor: grabbing; }
.carousel.dragging .carousel-item img { transition: none; }
.carousel-track { display: flex; gap: 16px; width: max-content; }
.carousel-item { flex: 0 0 auto; width: 240px; margin: 0; position: relative; overflow: hidden;
  border-radius: var(--r-lg); background: #0c100d; aspect-ratio: 3 / 4; }
.carousel-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease;
  -webkit-user-drag: none; user-select: none; pointer-events: none; }
.carousel:hover .carousel-item:hover img { transform: scale(1.05); }
.recipe-carousel .carousel-item { width: 260px; aspect-ratio: 4 / 5; }
@media (max-width: 720px) {
  .carousel-item { width: 188px; }
  .recipe-carousel .carousel-item { width: 200px; }
}

/* Botón único de WhatsApp en la sección de programas */
.plans-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.whatsapp-cta {
  gap: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.whatsapp-cta::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: center / contain no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12.04 2c-5.46 0-9.9 4.44-9.9 9.9 0 1.75.46 3.45 1.32 4.95L2 22l5.3-1.38a9.9 9.9 0 0 0 4.74 1.2h.01c5.46 0 9.9-4.44 9.9-9.9 0-2.64-1.03-5.13-2.9-7A9.82 9.82 0 0 0 12.04 2zm5.8 14.15c-.24.68-1.42 1.32-1.95 1.36-.5.05-1.13.07-1.83-.11-.42-.13-.96-.31-1.65-.6-2.9-1.25-4.8-4.17-4.95-4.36-.14-.19-1.18-1.57-1.18-3s.75-2.13 1.02-2.42c.27-.29.58-.36.78-.36l.56.01c.18 0 .42-.07.66.5.24.59.82 2.02.89 2.17.07.14.12.31.02.5-.09.19-.14.31-.28.48-.14.17-.29.37-.42.5-.14.14-.28.29-.12.57.16.29.71 1.17 1.53 1.9 1.05.93 1.94 1.22 2.22 1.36.28.14.44.12.6-.07.16-.19.69-.8.87-1.08.18-.28.36-.23.6-.14.24.1 1.53.72 1.8.85.27.14.44.21.5.32.07.11.07.64-.17 1.32z'/></svg>");
  mask: center / contain no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12.04 2c-5.46 0-9.9 4.44-9.9 9.9 0 1.75.46 3.45 1.32 4.95L2 22l5.3-1.38a9.9 9.9 0 0 0 4.74 1.2h.01c5.46 0 9.9-4.44 9.9-9.9 0-2.64-1.03-5.13-2.9-7A9.82 9.82 0 0 0 12.04 2zm5.8 14.15c-.24.68-1.42 1.32-1.95 1.36-.5.05-1.13.07-1.83-.11-.42-.13-.96-.31-1.65-.6-2.9-1.25-4.8-4.17-4.95-4.36-.14-.19-1.18-1.57-1.18-3s.75-2.13 1.02-2.42c.27-.29.58-.36.78-.36l.56.01c.18 0 .42-.07.66.5.24.59.82 2.02.89 2.17.07.14.12.31.02.5-.09.19-.14.31-.28.48-.14.17-.29.37-.42.5-.14.14-.28.29-.12.57.16.29.71 1.17 1.53 1.9 1.05.93 1.94 1.22 2.22 1.36.28.14.44.12.6-.07.16-.19.69-.8.87-1.08.18-.28.36-.23.6-.14.24.1 1.53.72 1.8.85.27.14.44.21.5.32.07.11.07.64-.17 1.32z'/></svg>");
}

/* Nutrición: la galería fluye arriba y el título/lista quedan debajo (sin solaparse) */
.service-panel.nutrition { justify-content: flex-start; }
.service-panel.nutrition .dish-gallery {
  position: static;
  inset: auto;
  width: 100%;
  height: 210px;
  margin: 38px 0 38px;
}
.service-panel.nutrition h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.service-panel.nutrition li { padding: 9px 14px; }
@media (max-width: 720px) {
  .service-panel.nutrition .dish-gallery { height: 175px; margin: 34px 0 34px; }
}

/* Páginas legales (privacidad, cookies) */
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px clamp(20px, 5vw, 60px); border-bottom: 1px solid var(--line); }
.legal-back { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--green); border: 1px solid var(--line); padding: 9px 16px; border-radius: var(--r-pill, 999px); }
.legal-back:hover { background: rgba(185,242,39,.08); }
.legal { max-width: 820px; margin: 0 auto; padding: clamp(40px, 7vw, 80px) clamp(20px, 5vw, 40px) 100px; }
.legal h1 { font-size: clamp(32px, 6vw, 48px); letter-spacing: -.03em; margin: 0 0 8px; }
.legal .legal-updated { color: var(--muted); font-size: 13px; margin: 0 0 30px; }
.legal h2 { font-size: 21px; letter-spacing: -.02em; margin: 42px 0 12px; padding-top: 22px; border-top: 1px solid var(--line); }
.legal h3 { font-size: 16px; margin: 24px 0 8px; color: var(--green); }
.legal p, .legal li { color: #d5dad0; font-size: 15px; line-height: 1.7; }
.legal ul { padding-left: 22px; margin: 10px 0; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: #fff; }
.legal .legal-note { margin-top: 14px; padding: 16px 18px; border-radius: var(--r-md, 16px); background: var(--ink-soft); border: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }
.legal .placeholder { color: var(--green-deep); font-weight: 700; }
.legal-footer { text-align: center; padding: 30px 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

/* Logo de marca (sustituye las barras) */
.brand-logo { width: 44px; height: 44px; display: block; flex: 0 0 auto; object-fit: contain; }
.legal-header .brand-logo { width: 40px; height: 40px; }
.footer-brand .brand-logo { width: 40px; height: 40px; }

/* Botón flotante de WhatsApp (fijo, abajo a la derecha, en toda la página) */
.whatsapp-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  display: inline-flex; align-items: center; justify-content: flex-start;
  width: 60px; height: 60px; overflow: hidden;
  border-radius: var(--r-pill, 999px);
  background: #25d366; color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  transition: width .3s ease, background .2s ease, transform .2s ease;
  animation: wa-pulse 2.6s infinite;
}
.whatsapp-float svg { width: 34px; height: 34px; flex: 0 0 auto; margin: 0 13px; }
.whatsapp-float-label { white-space: nowrap; font-weight: 800; font-size: 14px; letter-spacing: .01em; padding-right: 22px; opacity: 0; transition: opacity .2s ease; }
.whatsapp-float:active { transform: scale(.95); }
@media (hover: hover) {
  .whatsapp-float:hover { width: 210px; background: #1ebe5b; }
  .whatsapp-float:hover .whatsapp-float-label { opacity: 1; }
}
@keyframes wa-pulse {
  0%   { box-shadow: 0 12px 30px rgba(0,0,0,.35), 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 12px 30px rgba(0,0,0,.35), 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 12px 30px rgba(0,0,0,.35), 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 720px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }
  .whatsapp-float svg { width: 32px; height: 32px; margin: 0 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-float { animation: none; transition: none; }
}

.testimonials { color: var(--ink); background: #dfe3d9; }
.testimonials h2 { margin: 0 0 40px; font-size: 36px; line-height: 1.2; letter-spacing: 0; }
.testimonials h2 em { color: #365314; }
.testimonials-carousel { margin-inline: -8px; padding: 8px; }
.testimonials-carousel .carousel-track { align-items: stretch; }
.testimonials-carousel .testimonial { flex: 0 0 auto; width: min(370px, 78vw); height: 320px; padding: 24px; }
.testimonial { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 30px; border: 1px solid #bec4ba; border-radius: var(--r-lg); background: #edf0e9; }
.testimonial blockquote { flex: 1; min-height: 0; margin: 0 0 20px; overflow-y: auto; padding-right: 6px; font: italic 18px/1.6 Georgia, serif; letter-spacing: 0; overflow-wrap: anywhere; }
.testimonial .quote-person { margin-top: auto; }
.testimonial .quote-person > span { flex: 0 0 40px; width: 40px; height: 40px; }
.testimonial .quote-person strong { letter-spacing: 0; overflow-wrap: anywhere; }
@media (max-width: 720px) {
  .testimonials-carousel .testimonial { height: 251px; padding: 20px; }
  .testimonials h2 { font-size: 30px; }
  .testimonial { padding: 24px; }
  .testimonial blockquote { font-size: 16px; }
}


/* Suscripción a la newsletter */
.newsletter-float { position: fixed; left: 22px; bottom: 22px; z-index: 60; min-height: 48px; padding: 0 18px; border: 1px solid var(--green); border-radius: var(--r-pill, 999px); color: #0b0e0b; background: var(--green); box-shadow: 0 12px 30px rgba(0,0,0,.28); cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.newsletter-float:hover { transform: translateY(-2px); background: #d5ff6c; }
.newsletter-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.newsletter-modal[hidden] { display: none; }
.newsletter-backdrop { position: absolute; inset: 0; background: rgba(3,5,4,.78); backdrop-filter: blur(5px); }
.newsletter-dialog { position: relative; width: min(588px, 100%); max-height: min(90vh, 640px); overflow: auto; padding: 18px; border: 1px solid rgba(185,242,39,.35); border-radius: var(--r-lg); background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.newsletter-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 10px; }
.newsletter-dialog-head h2 { margin: 0; font-size: clamp(24px, 5vw, 36px); line-height: .95; }
.newsletter-close { width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid #b8c0b4; border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; font-size: 25px; line-height: 1; }
.newsletter-close:hover { color: #fff; background: var(--ink); }
.newsletter-frame { display: block; width: 100%; height: 305px; border: 0; border-radius: var(--r-md); background: #fff; }
body.newsletter-open { overflow: hidden; }
@media (max-width: 560px) {
  .newsletter-float { left: 16px; bottom: 16px; min-height: 44px; padding-inline: 14px; }
  .newsletter-modal { padding: 12px; }
  .newsletter-dialog { padding: 14px; }
  .newsletter-frame { height: min(305px, 70vh); }
}
