:root{--ink:#10231f;--deep:#12372f;--lime:#d9ff70;--aqua:#c8f3ed;--blue:#dce9ff;--paper:#f7f8f4;--white:#fff;--muted:#61716c;--line:#dce3df;--sport:#132e4f;--radius:22px;--shadow:0 18px 60px rgba(18,55,47,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--white);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:var(--deep);color:var(--lime);border-radius:10px}.topbar nav{display:flex;gap:28px;font-size:.9rem;color:#42534e}.topbar nav a:hover{color:var(--deep)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:14px;font-weight:800;border:0;cursor:pointer;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--deep);color:white;box-shadow:0 10px 24px rgba(18,55,47,.18)}.btn-small{min-height:42px;padding:0 16px;background:var(--lime);font-size:.9rem}.btn-light{background:white;color:var(--deep)}.hero,.section{max-width:1180px;margin:auto}.hero{min-height:680px;padding:72px 0;display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.75rem;color:#3d6d61;margin:0 0 14px}.hero h1{font-size:clamp(3.1rem,5.5vw,5.7rem);line-height:.96;letter-spacing:-.065em;margin:0 0 28px;max-width:730px}.lede{font-size:1.16rem;color:#50635d;max-width:650px}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.text-link{font-weight:800;border-bottom:1px solid var(--ink)}.trustline{margin-top:28px;font-size:.9rem;color:#61716c}.hero-visual{position:relative;min-height:540px;border-radius:34px;overflow:hidden;background:#eaf0ed;box-shadow:var(--shadow)}.hero-visual img{width:100%;height:100%;min-height:540px;object-fit:cover}.hero-note{position:absolute;left:22px;right:22px;bottom:22px;padding:18px 20px;border-radius:16px;background:rgba(255,255,255,.94);display:grid;gap:2px;box-shadow:0 8px 30px rgba(0,0,0,.12)}.hero-note span{font-size:.9rem;color:var(--muted)}.section{padding:96px 0}.section-heading{max-width:680px;margin-bottom:38px}.section-heading h2,.about h2,.final-cta h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;letter-spacing:-.045em;margin:0 0 18px}.section-heading>p:last-child{color:var(--muted)}.split{max-width:none;display:grid;grid-template-columns:1fr .7fr;gap:80px;align-items:end}.goal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.goal-card{text-align:left;border:1px solid var(--line);background:white;border-radius:20px;min-height:170px;padding:24px;display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;gap:8px;cursor:pointer;transition:.2s}.goal-card:hover,.goal-card.selected{border-color:var(--deep);box-shadow:var(--shadow);transform:translateY(-3px)}.goal-card span{grid-row:1/3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--paper);font-size:.8rem;font-weight:800}.goal-card strong{font-size:1.12rem;align-self:end}.goal-card small{color:var(--muted)}.goal-wide{grid-column:span 3;min-height:100px;grid-template-columns:40px 1fr}.goal-result{margin-top:24px;background:var(--deep);color:white;border-radius:22px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.goal-result[hidden]{display:none}.goal-result h3{font-size:1.8rem;margin:0}.goal-result p{margin:4px 0;color:#d8e5e1}.goal-result .eyebrow{color:var(--lime)}.goal-result .btn{background:var(--lime);color:var(--deep);white-space:nowrap}.catalog{max-width:none;background:var(--paper);padding-left:max(22px,calc((100vw - 1180px)/2));padding-right:max(22px,calc((100vw - 1180px)/2))}.filters{display:flex;gap:10px;overflow-x:auto;padding-bottom:14px;margin-bottom:22px}.filter{border:1px solid var(--line);border-radius:999px;background:white;padding:10px 17px;white-space:nowrap;cursor:pointer;font-weight:700;color:#4d5e59}.filter.active{background:var(--deep);border-color:var(--deep);color:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:white;border-radius:20px;overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column;min-height:430px}.product-image{height:190px;background:#eef2ef;display:grid;place-items:center;padding:18px}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:20px;display:flex;flex-direction:column;flex:1}.product-kicker{color:#55736b;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.product-card h3{font-size:1.18rem;line-height:1.2;margin:8px 0}.product-card p{color:var(--muted);font-size:.9rem;margin:0 0 14px}.features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.features span{background:var(--paper);padding:5px 8px;border-radius:7px;font-size:.72rem;font-weight:700}.card-actions{margin-top:auto;display:grid;gap:8px}.card-actions .btn{min-height:44px;font-size:.86rem}.btn-outline{background:white;border:1px solid var(--deep);color:var(--deep)}.card-link{border:0;background:transparent;text-decoration:underline;cursor:pointer;font-weight:700;font-size:.84rem}.advice{padding-top:110px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps article{padding:26px;border-top:3px solid var(--deep);background:var(--paper);border-radius:0 0 18px 18px}.steps b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--lime);margin-bottom:28px}.steps h3{font-size:1.04rem}.steps p{font-size:.9rem;color:var(--muted)}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:78px;align-items:center}.portrait{min-height:470px;border-radius:28px;background:linear-gradient(145deg,#d8ece6,#b9d9d0);display:grid;place-items:center;text-align:center;color:#45645c}.portrait small{display:block}.about p{color:#53645f;font-size:1.05rem}.about .btn{margin-top:18px}.faq{max-width:850px}.faq-item{border-top:1px solid var(--line)}.faq-item button{width:100%;display:flex;justify-content:space-between;padding:22px 0;background:none;border:0;text-align:left;font-weight:800;cursor:pointer}.faq-answer{display:none;color:var(--muted);padding:0 30px 22px 0}.faq-item.open .faq-answer{display:block}.final-cta{max-width:1180px;margin:70px auto 0;background:var(--deep);color:white;border-radius:30px;padding:72px;text-align:center}.final-cta p{max-width:660px;margin:16px auto 28px;color:#d4e1dd}.final-cta .eyebrow{color:var(--lime)}footer{max-width:1180px;margin:auto;padding:72px 0 40px;display:grid;grid-template-columns:1fr auto;gap:32px;color:#51615c;font-size:.86rem}.legal-links{display:flex;gap:18px}.legal-links button{background:none;border:0;text-decoration:underline;cursor:pointer}.disclaimer{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px}.floating-wa{position:fixed;right:20px;bottom:20px;width:52px;height:52px;border-radius:50%;background:#25d366;color:#083b1d;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.18);z-index:10}dialog{width:min(760px,calc(100% - 28px));border:0;border-radius:24px;padding:0;box-shadow:0 24px 100px rgba(0,0,0,.35)}dialog::backdrop{background:rgba(8,24,19,.62);backdrop-filter:blur(4px)}.modal-close{position:absolute;right:16px;top:12px;width:40px;height:40px;border:0;border-radius:50%;background:white;cursor:pointer;font-size:1.7rem;z-index:2}.detail-image{height:280px;background:var(--paper);display:grid;place-items:center;padding:24px}.detail-image img{height:100%;max-width:100%;object-fit:contain}.detail-copy{padding:30px}.detail-copy h2{font-size:2rem;line-height:1.1;margin:8px 0}.detail-copy ul{padding-left:20px}.detail-copy .btn{margin-top:12px}.legal-copy{padding:48px 32px}.legal-copy h2{margin-top:0}.placeholder-note{padding:12px;background:#fff5cf;border-radius:10px;color:#67551b}
@media(max-width:900px){.topbar nav{display:none}.hero{grid-template-columns:1fr;padding:46px 22px;gap:38px;min-height:0}.hero h1{font-size:clamp(3rem,12vw,4.8rem)}.hero-visual{min-height:420px}.hero-visual img{min-height:420px}.section{padding:72px 22px}.goal-grid{grid-template-columns:1fr 1fr}.goal-wide{grid-column:span 2}.product-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr}.split{grid-template-columns:1fr;gap:10px}.final-cta{margin:30px 22px 0;padding:56px 24px}.topbar{padding:0 18px}.topbar .brand span:last-child{display:none}footer{padding:60px 22px 30px}.goal-result{align-items:flex-start;flex-direction:column}}
@media(max-width:580px){.topbar{height:68px}.btn-small{font-size:.82rem;padding:0 13px}.hero{padding-top:36px}.hero h1{font-size:3.25rem}.lede{font-size:1rem}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .text-link{text-align:center;border:0}.hero-visual{min-height:360px}.hero-visual img{min-height:360px}.goal-grid,.product-grid,.steps{grid-template-columns:1fr}.goal-wide{grid-column:span 1}.goal-card{min-height:130px}.product-card{min-height:0}.product-image{height:220px}.about{gap:36px}.portrait{min-height:360px}.final-cta h2{font-size:2.5rem}footer{grid-template-columns:1fr}.legal-links{flex-wrap:wrap}.floating-wa{width:48px;height:48px}.section-heading h2,.about h2{font-size:2.65rem}}

/* V1.1 identity and readability corrections */
.herbalife-lockup img{width:104px;height:32px;object-fit:cover;object-position:left top;border-radius:3px}.herbalife-lockup>span{display:grid;line-height:1.05}.herbalife-lockup strong{font-size:.72rem;text-transform:uppercase;letter-spacing:.045em}.herbalife-lockup small{font-size:.68rem;color:var(--muted);margin-top:4px}.goal-card span{background:var(--deep);color:white}.card-link{color:var(--deep);font-weight:800}.product-image{background:#fff}.product-image img{mix-blend-mode:multiply}.product-image.unavailable{background:var(--deep);color:white;padding:28px;text-align:center}.product-image.unavailable strong{font-size:1.25rem;line-height:1.15}.product-image.unavailable small{display:block;color:#cfe1dc;margin-top:8px}.whatsapp-link,.product-wa{touch-action:manipulation}
@media(max-width:900px){.herbalife-lockup>span{display:grid!important}.herbalife-lockup img{width:88px}}

/* V1.2 iOS rendering fixes */
.herbalife-lockup img{width:42px;height:42px;object-fit:contain;object-position:center;border-radius:0}.herbalife-lockup strong{max-width:178px}.goal-card{color:var(--ink);-webkit-appearance:none;appearance:none}.goal-card strong{color:var(--deep)}.goal-card small{color:var(--muted)}.product-card{isolation:isolate}.product-image{position:relative;z-index:1;overflow:hidden}.product-image img{mix-blend-mode:normal;display:block;max-width:100%;max-height:100%}.product-info{position:relative;z-index:2;background:#fff}.detail-image{position:relative;z-index:1;overflow:hidden}.detail-copy{position:relative;z-index:2;background:#fff}
@media(max-width:900px){.herbalife-lockup img{width:38px;height:38px}.herbalife-lockup strong{max-width:158px;font-size:.67rem}.herbalife-lockup small{font-size:.65rem}}

/* V1.3 official product imagery */
.herbalife-lockup img{width:46px;height:46px;object-fit:contain}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card{min-height:0;overflow:hidden;isolation:isolate;box-shadow:0 8px 30px rgba(18,55,47,.045);transition:transform .2s ease,box-shadow .2s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 42px rgba(18,55,47,.10)}
.product-image{height:270px;flex:0 0 270px;padding:22px;background:linear-gradient(180deg,#fff 0%,#f5f8f5 100%);display:flex;align-items:center;justify-content:center;gap:4px;border-bottom:1px solid #edf1ee}
.product-image img{width:auto;height:100%;max-width:100%;max-height:100%;object-fit:contain;position:static;flex:0 1 auto}
.product-image-pair img{width:48%;height:100%}
.product-info{padding:24px;min-height:355px}
.product-card h3{font-size:1.28rem;margin:9px 0 10px}
.card-actions{padding-top:4px}
.card-actions .btn{width:100%;line-height:1.25;text-align:center;padding:10px 16px}
.detail-image{height:350px;padding:26px;background:linear-gradient(180deg,#fff 0%,#f5f8f5 100%);display:flex;align-items:center;justify-content:center;gap:12px}
.detail-image img{width:auto;height:100%;max-width:100%;max-height:100%;object-fit:contain;flex:0 1 auto}
.detail-image.product-image-pair img{width:46%;height:100%}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-image{height:260px;flex-basis:260px}.product-info{min-height:360px}}
@media(max-width:580px){.product-grid{grid-template-columns:1fr;gap:20px}.product-image{height:260px;flex-basis:260px;padding:18px}.product-info{min-height:0;padding:22px}.product-card h3{font-size:1.34rem}.detail-image{height:300px;padding:20px}.herbalife-lockup img{width:40px;height:40px}}

/* V1.4 human identity and brand lockup */
.herbalife-lockup{gap:12px;min-width:275px}
.herbalife-lockup .brand-symbol{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;background:#eef6f1;border:1px solid #dbe9e1;border-radius:15px}
.herbalife-lockup .brand-symbol img{width:34px;height:34px;object-fit:contain}
.herbalife-lockup>span:last-child{display:flex;flex-direction:column;line-height:1.08}
.herbalife-lockup strong{max-width:none;font-size:.92rem;letter-spacing:-.015em;text-transform:none;color:var(--ink)}
.herbalife-lockup small{font-size:.65rem;letter-spacing:.025em;color:#547068;margin-top:5px}
.wa-short{display:none}
.about{position:relative}
.portrait{position:relative;min-height:570px;overflow:hidden;display:block;background:var(--deep);box-shadow:var(--shadow)}
.portrait img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block}
.portrait::after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(8,24,19,.76));pointer-events:none}
.portrait-caption{position:absolute;z-index:1;left:22px;right:22px;bottom:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;color:#fff;text-align:left}
.portrait-caption strong{font-size:1.12rem;letter-spacing:-.015em}.portrait-caption span{font-size:.76rem;color:#e0ebe7}
.about-copy>p{margin:0 0 17px}
.about-copy>p:nth-of-type(3){font-size:.94rem;color:#65746f}
.about-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:26px 0 10px}
.about-proof span{display:flex;flex-direction:column;padding:15px 12px;border:1px solid var(--line);border-radius:14px;background:var(--paper)}
.about-proof strong{font-size:.88rem;color:var(--deep);line-height:1.2}.about-proof small{font-size:.7rem;color:var(--muted);line-height:1.3;margin-top:5px}
@media(max-width:900px){.herbalife-lockup{min-width:0}.portrait{min-height:520px}.about{gap:42px}}
@media(max-width:580px){.herbalife-lockup .brand-symbol{width:42px;height:42px;border-radius:13px}.herbalife-lockup .brand-symbol img{width:30px;height:30px}.herbalife-lockup strong{font-size:.78rem}.herbalife-lockup small{max-width:138px;font-size:.56rem}.wa-long{display:none}.wa-short{display:inline}.topbar .btn-small{padding:0 12px}.portrait{min-height:440px}.portrait-caption{align-items:flex-start;flex-direction:column;gap:2px}.about-proof{grid-template-columns:1fr}.about-proof span{padding:13px 14px}}

/* V1.5 legal pages */
.legal-links{display:flex;gap:18px;flex-wrap:wrap}.legal-links a{text-decoration:underline;text-underline-offset:3px}.legal-page{background:var(--paper)}.legal-topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.legal-topbar-inner{max-width:980px;margin:auto;min-height:72px;padding:10px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.legal-topbar .brand-symbol{width:42px;height:42px;display:grid;place-items:center;background:#eef6f1;border:1px solid #dbe9e1;border-radius:13px}.legal-topbar .brand-symbol img{width:30px;height:30px;object-fit:contain}.legal-back{font-weight:800;color:var(--deep);white-space:nowrap}.legal-main{max-width:900px;margin:0 auto;padding:70px 22px 90px}.legal-hero{margin-bottom:42px}.legal-hero h1{font-size:clamp(2.65rem,6vw,4.8rem);line-height:1;letter-spacing:-.055em;margin:0 0 18px}.legal-hero p{color:var(--muted);max-width:720px}.legal-document{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,58px);box-shadow:var(--shadow)}.legal-document h2{font-size:1.35rem;line-height:1.25;margin:40px 0 12px;color:var(--deep)}.legal-document h2:first-child{margin-top:0}.legal-document h3{font-size:1.05rem;margin:26px 0 8px}.legal-document p,.legal-document li{color:#435650}.legal-document ul{padding-left:22px}.legal-document a{color:var(--deep);font-weight:750;text-decoration:underline;text-underline-offset:3px}.legal-data{display:grid;grid-template-columns:190px 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden;margin:18px 0 28px}.legal-data dt,.legal-data dd{margin:0;padding:12px 14px;border-bottom:1px solid var(--line)}.legal-data dt{font-weight:800;background:var(--paper)}.legal-data dd{background:#fff}.legal-data dt:last-of-type,.legal-data dd:last-of-type{border-bottom:0}.legal-note{padding:16px 18px;border-left:4px solid var(--deep);background:#eef6f1;border-radius:0 12px 12px 0}.legal-updated{font-size:.86rem;color:var(--muted);margin-top:34px}.legal-page-footer{max-width:900px;margin:auto;padding:0 22px 50px;display:flex;gap:16px;flex-wrap:wrap;font-size:.88rem;color:var(--muted)}.legal-page-footer a{text-decoration:underline}.legal-page-footer span{margin-left:auto}
@media(max-width:580px){.legal-topbar-inner{min-height:64px}.legal-topbar .brand>span:last-child{display:none}.legal-main{padding-top:44px}.legal-document{border-radius:18px}.legal-data{grid-template-columns:1fr}.legal-data dt{border-bottom:0;padding-bottom:3px}.legal-data dd{padding-top:3px}.legal-page-footer span{width:100%;margin-left:0}}

/* V1.6 Consent Mode v2 */
.consent-banner{position:fixed;z-index:100;left:18px;right:18px;bottom:18px;max-width:1120px;margin:auto;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 80px rgba(8,24,19,.28)}.consent-copy{max-width:680px}.consent-copy strong{font-size:1.08rem;color:var(--deep)}.consent-copy p{margin:5px 0;color:#435650}.consent-copy a,.consent-preferences{text-decoration:underline;text-underline-offset:3px;font-weight:750;color:var(--deep)}.consent-actions,.consent-settings-actions{display:flex;gap:10px;flex-wrap:wrap}.consent-btn{min-height:44px;padding:0 16px;border:2px solid var(--deep);border-radius:12px;background:#fff;color:var(--deep);font-weight:800;cursor:pointer}.consent-accept,.consent-save{background:var(--deep);color:#fff}.consent-configure{border-color:var(--line)}.consent-settings{width:min(680px,calc(100% - 28px));padding:28px}.consent-settings form{display:grid;gap:18px}.consent-settings-head{display:flex;justify-content:space-between;gap:20px}.consent-settings h2{margin:0;font-size:1.8rem}.consent-settings-close{width:40px;height:40px;border:0;border-radius:50%;background:var(--paper);font-size:1.7rem;cursor:pointer}.consent-option{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px;border:1px solid var(--line);border-radius:14px}.consent-option span{display:grid}.consent-option small{color:var(--muted)}.consent-option input{width:24px;height:24px;accent-color:var(--deep);flex:0 0 auto}.consent-preferences{padding:0;border:0;background:transparent;font:inherit;cursor:pointer}.legal-page-footer .consent-preferences{color:var(--muted)}
@media(max-width:760px){.consent-banner{align-items:stretch;flex-direction:column;gap:16px}.consent-actions{display:grid;grid-template-columns:1fr 1fr}.consent-configure{grid-column:1/-1}.consent-settings-actions{display:grid}.consent-btn{width:100%}}
