  :root {
      --bg: #f2f8ee;
      --surface: rgba(255, 255, 255, 0.86);
      --surface-solid: #ffffff;
      --surface-soft: #eaf6e5;
      --text: #102716;
      --muted: #5b6a5d;
      --brand: #4f9550;
      --brand-dark: #0f2d18;
      --brand-light: #7bc474;
      --accent: #178f55;
      --star: #d8a93a;
      --border: rgba(38, 92, 45, 0.14);
      --shadow: 0 24px 70px rgba(18, 48, 24, 0.13);
      --radius-xl: 34px;
      --radius-lg: 24px;
      --max: 1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth;scroll-padding-top:95px}
    body{
      margin:0;
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--text);
      line-height:1.55;
      overflow-x:hidden;
      background:
        radial-gradient(circle at 82% 8%,rgba(119,198,110,.24),transparent 32%),
        radial-gradient(circle at 12% 18%,rgba(220,245,214,.72),transparent 28%),
        radial-gradient(circle at 75% 72%,rgba(178,225,168,.22),transparent 34%),
        linear-gradient(180deg,#fbfff8 0%,var(--bg) 46%,#fff 100%);
    }

    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(115deg,transparent 0%,rgba(255,255,255,.42) 42%,transparent 58%),
        radial-gradient(circle at 20% 80%,rgba(79,149,80,.08),transparent 32%);
      opacity:.72;
      z-index:-1;
    }
    body.menu-open{overflow:hidden}
    a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}
    img{max-width:100%;height:auto;display:block}
    .hero-product-image{aspect-ratio:1422/800}
    .plan-product-image-single{aspect-ratio:1/1}
    .plan-product-image,.plan-product-image-large,.final-cta-product{aspect-ratio:7/5}
    @supports (content-visibility: auto){
      #beneficios,
      #ingredientes,
      .usage-section,
      #comprar,
      #progreso,
      #faq,
      .testimonial-section,
      .compact-trust,
      .site-footer{
        content-visibility:auto;
        contain-intrinsic-size:1px 900px;
      }
    }
    .container{width:min(100% - 32px,var(--max));margin:0 auto}
    section{padding:78px 0;position:relative}

    main section:not(.hero)::before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:-48px;
      height:96px;
      background:linear-gradient(180deg,rgba(251,255,248,0),rgba(251,255,248,.58) 48%,rgba(251,255,248,0));
      pointer-events:none;
      z-index:0;
    }

    main section>.container{position:relative;z-index:1}

    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      padding:14px 22px;border-radius:999px;border:1px solid transparent;
      font-weight:900;cursor:pointer;white-space:nowrap;position:relative;overflow:hidden;isolation:isolate;
      transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease,border-color .28s ease;
    }

    .btn::after{
      content:"";
      position:absolute;
      inset:-80% -30%;
      background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.28),transparent 62%);
      transform:translateX(-70%) rotate(8deg);
      transition:transform .7s cubic-bezier(.2,.8,.2,1);
      pointer-events:none;
      z-index:-1;
    }

    .btn:hover::after{transform:translateX(70%) rotate(8deg)}
    .btn-primary{background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;box-shadow:0 14px 34px rgba(79,149,80,.28)}
    .btn-primary:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(79,149,80,.34)}
    .btn-secondary{background:rgba(255,255,255,.88);color:var(--brand-dark);border-color:rgba(79,149,80,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}
    .btn-secondary:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(18,48,24,.12)}
    .dot{width:8px;height:8px;border-radius:50%;background:var(--brand);flex:0 0 8px}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid var(--border);color:var(--muted);font-weight:850;font-size:.9rem;margin-bottom:20px}
    .check{width:24px;height:24px;border-radius:50%;background:var(--brand-light);color:#fff;display:grid;place-items:center;font-weight:950;flex:0 0 24px}

    .nav-order-btn svg,.purchase-main-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}

    .hero{padding:92px 0 54px;overflow:hidden;position:relative}
    .hero::before{content:"";position:absolute;width:540px;height:540px;border-radius:999px;background:radial-gradient(circle,rgba(79,149,80,.22),transparent 65%);top:-160px;right:-160px;animation:pulseGlow 6s ease-in-out infinite}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.hero h1{margin:0;font-size:clamp(2.55rem,5.8vw,5.05rem);line-height:.94;letter-spacing:-.078em;max-width:720px}.hero-product-name{background:linear-gradient(135deg,#0f2d18,#2f7f3d 42%,#78c46f 68%,#123018);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem);max-width:620px;margin:24px 0 0}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero-cta,.hero-formula-btn{min-height:68px;padding:12px 18px 12px 14px;gap:12px;border-radius:999px;align-items:center;overflow:hidden;transform:none}
    .hero-cta{background:linear-gradient(135deg,#0f7c49,#4f9550 52%,#7bc474);color:#fff;box-shadow:0 22px 56px rgba(79,149,80,.34),inset 0 1px 0 rgba(255,255,255,.28);border:1px solid rgba(255,255,255,.28)}
    .hero-formula-btn{background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(235,248,230,.78));color:var(--brand-dark);border:1px solid rgba(79,149,80,.22);box-shadow:0 18px 44px rgba(18,48,24,.08),inset 0 1px 0 rgba(255,255,255,.88)}
    .hero-cta:hover{transform:translateY(-4px) scale(1.018);box-shadow:0 28px 68px rgba(79,149,80,.38),inset 0 1px 0 rgba(255,255,255,.3)}
    .hero-formula-btn:hover{transform:translateY(-4px) scale(1.014);border-color:rgba(79,149,80,.3);box-shadow:0 22px 52px rgba(18,48,24,.12),inset 0 1px 0 rgba(255,255,255,.92)}
    .hero-cta-icon,.hero-formula-icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;flex:0 0 44px;position:relative;z-index:1}
    .hero-cta-icon{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.32);box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}
    .hero-formula-icon{background:rgba(79,149,80,.1);border:1px solid rgba(79,149,80,.18)}
    .hero-cta-icon svg,.hero-formula-icon svg{width:23px;height:23px;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
    .hero-cta-icon svg{stroke:#fff}.hero-formula-icon svg{stroke:var(--brand)}
    .hero-cta-copy,.hero-formula-copy{display:grid;gap:2px;text-align:left;line-height:1.08;position:relative;z-index:1;min-width:0}
    .hero-cta-copy strong,.hero-formula-copy strong{font-size:.98rem;font-weight:920;letter-spacing:-.025em;line-height:1.05}
    .hero-formula-copy strong{color:var(--brand-dark)}
    .hero-cta-copy small,.hero-formula-copy small{font-size:.74rem;font-weight:620;line-height:1.1;white-space:nowrap}
    .hero-cta-copy small{color:rgba(255,255,255,.78)}.hero-formula-copy small{color:var(--muted)}
    .hero-cta-price{margin-left:8px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.24);color:#fff;font-size:.82rem;font-weight:950;line-height:1;position:relative;z-index:1;white-space:nowrap}.product-card{position:relative;border-radius:44px;background:radial-gradient(circle at 48% 42%,rgba(255,255,255,.62),transparent 34%),radial-gradient(circle at 70% 70%,rgba(123,196,116,.28),transparent 36%);overflow:visible}
    .product-card::after{content:"FIBO SLIM 360°";position:absolute;left:-12px;right:-12px;bottom:34px;z-index:0;color:rgba(255,255,255,.38);font-size:clamp(2.9rem,5vw,5.4rem);line-height:.9;font-weight:950;letter-spacing:-.095em;pointer-events:none}.product-visual{min-height:470px;display:grid;place-items:center;position:relative}.product-visual::before{content:"";position:absolute;width:88%;height:28%;left:50%;bottom:30px;transform:translateX(-50%);border-radius:999px;background:radial-gradient(circle,rgba(18,48,24,.18),transparent 70%);filter:blur(20px)}.product-image-wrap{width:min(116%,690px);position:relative;z-index:2}.hero-product-image{width:100%;filter:drop-shadow(0 34px 52px rgba(18,48,24,.24))}

    .section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head h2{margin:0;font-size:clamp(2.05rem,5vw,4.15rem);line-height:.96;letter-spacing:-.075em;max-width:760px}.section-head p{color:var(--muted);max-width:430px;margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(249,253,247,.78));border:1px solid var(--border);border-radius:24px;padding:26px;box-shadow:0 18px 40px rgba(18,48,24,.06);position:relative;overflow:hidden}

    .why-card{min-height:260px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(242,250,238,.84));border-radius:30px}.why-badge{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#e8f7e3 58%,#d5efcf);border:1px solid rgba(79,149,80,.18);box-shadow:0 18px 40px rgba(18,48,24,.1)}.why-badge svg{width:42px;height:42px;stroke:var(--brand);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.why-label,.trust-label{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;background:rgba(79,149,80,.09);color:var(--brand);font-size:.66rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.why-card h3{font-size:1.28rem;margin:0;line-height:1.08;letter-spacing:-.04em;color:var(--brand-dark)}.why-card p{margin:0;font-size:.9rem;color:var(--muted)}
.bonus-list{display:grid;gap:12px}.bonus{background:rgba(255,255,255,.72);border:1px solid var(--border);border-radius:18px;padding:15px 16px;display:flex;gap:12px;color:var(--muted)}.bonus strong{color:var(--brand-dark)}

    .showcase,.final-cta{background:radial-gradient(circle at 14% 12%,rgba(255,255,255,.16),transparent 28%),radial-gradient(circle at 86% 18%,rgba(123,196,116,.24),transparent 32%),linear-gradient(145deg,#102f19,#1b4d29 55%,#0f2d18);color:#fff;border-radius:34px;padding:42px 34px;overflow:hidden;position:relative;border:1px solid rgba(206,239,197,.16);box-shadow:0 28px 78px rgba(18,48,24,.18)}.showcase-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;align-items:center}.showcase-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.1);font-size:.72rem;font-weight:900;text-transform:uppercase;margin-bottom:12px}.showcase h2,.final-cta h2{margin:0;font-size:clamp(1.9rem,4vw,3.25rem);line-height:.98;letter-spacing:-.068em}.showcase p,.final-cta p{color:rgba(255,255,255,.74);margin:14px 0 0;font-size:.96rem}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.feature-list div{display:flex;gap:10px;padding:13px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1)}

    .purchase-intro{position:relative;z-index:1;padding:26px 28px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.13)}
    .purchase-intro .eyebrow{margin-bottom:14px;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.84);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
    .purchase-intro .eyebrow .dot{background:#7bc474;box-shadow:0 0 0 6px rgba(123,196,116,.14)}
    .purchase-intro h2{margin:0 0 12px;font-size:clamp(1.95rem,3.45vw,3.05rem);line-height:1;letter-spacing:-.068em;color:#fff;max-width:760px;text-wrap:balance}
    .purchase-title-product{display:inline-block;white-space:nowrap;color:#dff2d8;text-shadow:0 16px 32px rgba(0,0,0,.18)}
    .price-tag{display:block;font-size:clamp(2.28rem,4.9vw,4.08rem);line-height:.95;letter-spacing:-.085em;font-weight:950;margin:10px 0 8px;color:#fff;text-shadow:0 18px 38px rgba(0,0,0,.22)}
    .purchase-intro p,.purchase-copy{font-size:.94rem;line-height:1.52;color:rgba(255,255,255,.74)!important;max-width:650px!important;margin:0}
    .purchase-action{position:relative;z-index:1;display:grid;align-content:center;justify-items:stretch;gap:13px;min-width:0;padding:20px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(234,248,229,.92));border:1px solid rgba(255,255,255,.46);box-shadow:0 24px 68px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.9);color:var(--brand-dark);overflow:hidden}
    .purchase-action::before{content:"";position:absolute;right:-42px;bottom:-62px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(123,196,116,.42),transparent 70%);pointer-events:none}
    .purchase-action::after{content:"Más elegido";position:absolute;top:16px;right:16px;padding:6px 9px;border-radius:999px;background:rgba(79,149,80,.08);border:1px solid rgba(79,149,80,.1);color:var(--brand);font-size:.66rem;font-weight:950;letter-spacing:.05em;text-transform:uppercase}
    .purchase-secure{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:8px;width:fit-content;justify-self:center;padding:9px 12px;border-radius:999px;background:rgba(79,149,80,.1);border:1px solid rgba(79,149,80,.14);color:var(--brand);font-size:.72rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase;margin-top:22px}
    .purchase-secure::before{content:"✓";width:20px;height:20px;border-radius:999px;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:.72rem}
    .purchase-support-points{position:relative;z-index:1;display:grid;gap:9px;margin-top:2px}
    .purchase-support-points div{display:grid;grid-template-columns:22px minmax(0,1fr);grid-template-areas:"icon title" "icon copy";align-items:start;gap:3px 9px;padding:12px;border-radius:17px;background:rgba(255,255,255,.68);border:1px solid rgba(79,149,80,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.78);text-align:left}
    .purchase-support-points div::before{content:"✓";grid-area:icon;width:20px;height:20px;display:grid;place-items:center;margin-top:1px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;font-size:.62rem;font-weight:950}
    .purchase-support-points strong{grid-area:title;display:block;color:var(--brand-dark);font-size:.86rem;line-height:1.05;font-weight:850;letter-spacing:-.025em}
    .purchase-support-points span{grid-area:copy;display:block;color:rgba(82,98,86,.76);font-size:.74rem;line-height:1.28;font-weight:520}
    .purchase-support-link{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;margin-top:2px;padding:10px 12px;border-radius:16px;background:rgba(79,149,80,.09);border:1px solid rgba(79,149,80,.13);color:var(--brand-dark);font-size:.78rem;font-weight:880;text-align:center;transition:transform .24s ease,background .24s ease,border-color .24s ease}
    .purchase-support-link:hover{transform:translateY(-2px);background:rgba(79,149,80,.12);border-color:rgba(79,149,80,.2)}
    .purchase-support-link::before{content:"?";width:22px;height:22px;display:grid;place-items:center;margin-right:8px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;font-size:.72rem;font-weight:950}

    .faq-badge{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:7px 12px;border-radius:999px;background:rgba(79,149,80,.09);color:var(--brand);font-size:.76rem;font-weight:950;text-transform:uppercase}

    .faq-section{position:relative;overflow:hidden}
    .faq-shell{position:relative;overflow:hidden;border-radius:42px;padding:44px 34px 38px;display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-template-areas:"head aside" "faq faq";gap:28px 30px;background:radial-gradient(circle at 10% 8%,rgba(255,255,255,.95),transparent 28%),radial-gradient(circle at 92% 6%,rgba(123,196,116,.22),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(238,249,234,.78));border:1px solid rgba(79,149,80,.16);box-shadow:0 28px 78px rgba(18,48,24,.1),inset 0 1px 0 rgba(255,255,255,.9)}
    .faq-shell::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.34),transparent 58%);pointer-events:none;opacity:.72}
    .faq-head{position:relative;z-index:1;grid-area:head;align-self:center;max-width:760px}
    .faq-badge{margin-bottom:14px;background:rgba(79,149,80,.1);border:1px solid rgba(79,149,80,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
    .faq-head h2{margin:0;font-size:clamp(2.15rem,4.8vw,4.05rem);line-height:.95;letter-spacing:-.078em;color:var(--brand-dark);max-width:720px;text-wrap:balance}
    .faq-head p{color:var(--muted);max-width:560px;margin:14px 0 0;font-size:.98rem;line-height:1.55}
    .faq-aside{position:relative;z-index:1;grid-area:aside;min-height:188px;border-radius:30px;display:grid;place-items:center;text-align:center;padding:20px;align-self:stretch;background:radial-gradient(circle at 50% 0%,rgba(123,196,116,.22),transparent 38%),linear-gradient(180deg,#fff,rgba(236,249,232,.92));border:1px solid rgba(79,149,80,.18);box-shadow:0 20px 54px rgba(18,48,24,.1),inset 0 1px 0 rgba(255,255,255,.94);overflow:hidden}
    .faq-aside::before{content:"";position:absolute;width:130px;height:130px;right:-52px;bottom:-56px;border-radius:999px;background:radial-gradient(circle,rgba(123,196,116,.32),transparent 70%)}
    .faq-aside svg{position:relative;width:56px;height:56px;stroke:#fff;fill:none;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 12px;padding:12px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--accent));box-shadow:0 16px 34px rgba(79,149,80,.28)}
    .faq-aside strong{position:relative;display:block;font-size:1.22rem;line-height:1.04;letter-spacing:-.055em;color:var(--brand-dark)}
    .faq-aside span{position:relative;display:block;margin:8px auto 0;font-size:.82rem;font-weight:760;line-height:1.34;color:var(--muted);max-width:190px}
    .faq{position:relative;z-index:1;grid-area:faq;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}
    .faq details{background:rgba(255,255,255,.8);border:1px solid rgba(79,149,80,.14);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(18,48,24,.045),inset 0 1px 0 rgba(255,255,255,.86);transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease}
    .faq details:hover{transform:translateY(-3px);border-color:rgba(79,149,80,.24);box-shadow:0 18px 42px rgba(18,48,24,.08)}
    .faq details[open]{background:linear-gradient(180deg,#fff,#f3faf0);border-color:rgba(79,149,80,.28)}
    .faq summary{cursor:pointer;font-weight:900;color:var(--brand-dark);list-style:none;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:17px 18px;line-height:1.22;letter-spacing:-.025em}
    .faq summary::-webkit-details-marker{display:none}
    .faq summary::before{content:"?";width:31px;height:31px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(79,149,80,.12),rgba(123,196,116,.1));border:1px solid rgba(79,149,80,.14);color:var(--brand);font-weight:950;font-size:.88rem}
    .faq summary::after{content:"";width:11px;height:11px;border-right:2px solid var(--brand);border-bottom:2px solid var(--brand);transform:rotate(45deg) translateY(-2px);transition:transform .25s ease;opacity:.86}
    .faq details[open] summary::after{transform:rotate(225deg) translate(-2px,-2px)}
    .faq p{margin:0;padding:0 18px 18px 61px;color:var(--muted);font-size:.92rem;line-height:1.5}


    .compact-trust{padding:44px 0 56px}.trust-card-premium{min-height:180px;padding:22px;display:grid;grid-template-columns:auto 1fr;text-align:left;align-items:center;gap:16px;background:#fff}.trust-badge{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#dff2dc);border:1px solid rgba(79,149,80,.32)}.trust-badge svg{width:44px;height:44px;stroke:var(--brand);fill:rgba(79,149,80,.08);stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.trust-card-premium h3{font-size:1.15rem;margin:0 0 5px;color:var(--brand-dark)}.trust-card-premium p{font-size:.86rem;margin:0;color:var(--muted)}
.bottom-buy-cta{padding:14px 0 30px;text-align:center;position:relative}
.bottom-buy-cta::before{content:"";position:absolute;left:50%;top:50%;width:min(92vw,620px);height:120px;border-radius:999px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(79,149,80,.18),transparent 68%);filter:blur(18px);pointer-events:none}
.bottom-buy-btn{width:min(100%,620px);min-height:82px;margin:0 auto;border-radius:999px;font-size:1.08rem;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:14px 18px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.36)!important;background:linear-gradient(135deg,#0f7c49,var(--brand) 48%,#7bc474)!important;box-shadow:0 26px 68px rgba(79,149,80,.34),0 0 0 8px rgba(79,149,80,.08),inset 0 1px 0 rgba(255,255,255,.28)!important}
.bottom-buy-btn::before{content:"";position:absolute;inset:4px;border-radius:999px;border:1px solid rgba(255,255,255,.18);pointer-events:none}
.bottom-buy-btn:hover{transform:translateY(-5px) scale(1.012);box-shadow:0 34px 82px rgba(79,149,80,.4),0 0 0 10px rgba(79,149,80,.1),inset 0 1px 0 rgba(255,255,255,.3)!important}
.bottom-buy-icon{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.24)}
.bottom-buy-icon svg{width:25px;height:25px;display:block;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}
.bottom-buy-copy{display:grid;gap:3px;text-align:left;line-height:1.05;min-width:0}
.bottom-buy-copy strong{font-size:1.08rem;font-weight:950;letter-spacing:-.035em;color:#fff}
.bottom-buy-copy small{font-size:.78rem;font-weight:650;color:rgba(255,255,255,.78)}
.bottom-buy-arrow{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-size:1.15rem;font-weight:950;transition:transform .28s ease,background .28s ease}
.bottom-buy-btn:hover .bottom-buy-arrow{transform:translateX(4px);background:rgba(255,255,255,.2)}

    .site-footer{padding:58px 0 28px;color:var(--muted);font-size:.88rem;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(247,252,244,.94) 34%,rgba(236,248,231,.96));border-top:1px solid rgba(79,149,80,.08)}
    .footer-shell{position:relative;overflow:hidden;padding:24px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.58) 0%,rgba(255,255,255,.94) 18%,rgba(242,250,238,.82) 100%);border:1px solid rgba(79,149,80,.10);border-top-color:rgba(255,255,255,.34);box-shadow:0 18px 46px rgba(18,48,24,.055),inset 0 1px 0 rgba(255,255,255,.55)}
    .footer-shell::before{content:"";position:absolute;left:0;right:0;top:0;height:72px;background:linear-gradient(180deg,rgba(247,252,244,.96),rgba(247,252,244,.42) 46%,rgba(247,252,244,0));pointer-events:none;z-index:0}
    .footer-shell::after{content:"";position:absolute;right:-80px;top:-90px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(123,196,116,.18),transparent 70%);pointer-events:none;z-index:0}
    .footer-main{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px}
    .footer-logo{display:inline-flex;align-items:center;width:fit-content;padding:8px 10px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(79,149,80,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}
    .footer-logo img{width:122px}
    .footer-copy{display:grid;gap:4px;min-width:0;text-align:left}
    .footer-copy strong{color:var(--brand-dark);font-size:1rem;line-height:1.05;font-weight:850;letter-spacing:-.035em}
    .footer-copy span{max-width:470px;color:rgba(82,98,86,.72);font-size:.82rem;line-height:1.35;font-weight:430}
    .footer-support{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 13px;border-radius:999px;background:linear-gradient(145deg,#fff,rgba(233,248,228,.86));border:1px solid rgba(79,149,80,.16);color:var(--brand-dark);font-size:.78rem;font-weight:880;white-space:nowrap;box-shadow:0 10px 24px rgba(18,48,24,.055),inset 0 1px 0 rgba(255,255,255,.9);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
    .footer-support:hover{transform:translateY(-2px);border-color:rgba(79,149,80,.26);box-shadow:0 16px 34px rgba(18,48,24,.09),inset 0 1px 0 rgba(255,255,255,.92)}
    .footer-support svg{width:18px;height:18px;display:block;fill:none;stroke:var(--brand);stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
    .footer-links{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid rgba(79,149,80,.1);font-weight:760}
    .footer-links a{padding:8px 11px;border-radius:999px;color:rgba(82,98,86,.82);font-size:.78rem;line-height:1;background:rgba(255,255,255,.48);border:1px solid rgba(79,149,80,.075);transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
    .footer-links a:hover{background:rgba(79,149,80,.08);border-color:rgba(79,149,80,.14);color:var(--brand-dark);transform:translateY(-1px)}
    .footer-legal{position:relative;z-index:1;margin-top:14px;padding-top:13px;border-top:1px solid rgba(79,149,80,.085);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:rgba(82,98,86,.62);font-size:.72rem;line-height:1.35}
    .external-disclaimer{width:min(100% - 32px,980px);margin:14px auto 0;text-align:center;color:rgba(91,106,93,.62);font-size:.66rem;line-height:1.48;padding-bottom:8px}

    @keyframes pulseGlow{0%,100%{opacity:.45;transform:scale(1)}50%{opacity:.75;transform:scale(1.08)}}
    @keyframes finalBottleFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

    .reveal{opacity:0;transform:translateY(26px);filter:blur(1.5px);transition:opacity .58s cubic-bezier(.2,.8,.2,1),transform .58s cubic-bezier(.2,.8,.2,1),filter .58s ease}
    .reveal.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
    .reveal-delay-1{transition-delay:.08s}
    .reveal-delay-2{transition-delay:.16s}

    @media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none;filter:none}}

    /* Tipografía esencial: hero, wordmarks y títulos de tarjetas */
    .hero h1 {
      font-size: clamp(2.65rem, 5.75vw, 5.05rem) !important;
      line-height: 0.94 !important;
      letter-spacing: -0.078em !important;
      font-weight: 880 !important;
      max-width: 720px !important;
      text-wrap: balance;
      text-rendering: geometricPrecision;
    }

    .product-wordmark,
    .hero-product-name.product-wordmark,
    .purchase-title-product.product-wordmark,
    .final-product-name {
      font-weight: 880 !important;
      letter-spacing: -0.062em !important;
      white-space: nowrap;
    }

    .hero-product-name.product-wordmark {
      letter-spacing: -0.068em !important;
    }

    .purchase-title-product.product-wordmark,
    .final-product-name {
      color: #dff2d8;
    }

    .benefit-card h3,
    .why-card h3,
    .progress-step h3,
    .plan-title,
    .trust-card-premium h3,
    .testimonial-quote {
      font-weight: 820 !important;
      letter-spacing: -0.052em !important;
      line-height: 1.02 !important;
    }

    @media (max-width: 900px) {
      .hero h1 {
        font-size: clamp(2.05rem, 10.4vw, 3.15rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.055em !important;
      }

      .product-wordmark,
      .hero-product-name.product-wordmark,
      .purchase-title-product.product-wordmark,
      .final-product-name {
        letter-spacing: -0.045em !important;
      }
    }

    /* SEO INTRO V1 - bloque visible breve para contenido orgánico */
    .seo-intro{
      padding: 12px 0 34px;
    }

    .seo-intro-card{
      width:min(100%,900px);
      margin:0 auto;
      display:grid;
      gap:7px;
      padding:16px 18px;
      border-radius:22px;
      background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(241,250,237,.68));
      border:1px solid rgba(79,149,80,.1);
      box-shadow:0 14px 34px rgba(18,48,24,.045),inset 0 1px 0 rgba(255,255,255,.86);
      text-align:center;
      color:rgba(82,98,86,.76);
    }

    .seo-intro-card strong{
      color:var(--brand-dark);
      font-size:.9rem;
      line-height:1.1;
      font-weight:850;
      letter-spacing:-.025em;
    }

    .seo-intro-card p{
      max-width:760px;
      margin:0 auto;
      font-size:.82rem;
      line-height:1.48;
      font-weight:430;
    }

    @media(max-width:900px){
      .seo-intro{padding:10px 0 26px!important}
      .seo-intro-card{max-width:390px;padding:14px;border-radius:18px;text-align:left}
      .seo-intro-card p{font-size:.76rem;line-height:1.42}
    }

    /* PROGRESO V2 - guía 90 días simple y visual */
    #progreso .progress-card {
      position: relative;
      overflow: hidden;
      padding: 42px 34px 34px;
      border-radius: 42px;
      background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.98), transparent 30%),
        radial-gradient(circle at 88% 6%, rgba(123,196,116,.22), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(233,248,228,.92));
      border: 1px solid rgba(79,149,80,.16);
      box-shadow: 0 28px 78px rgba(18,48,24,.11), inset 0 1px 0 rgba(255,255,255,.94);
    }

    #progreso .progress-card::before {
      content: "90 días";
      position: absolute;
      right: 22px;
      top: 16px;
      color: rgba(79,149,80,.055);
      font-size: clamp(2.6rem, 6vw, 6rem);
      line-height: 1;
      font-weight: 950;
      letter-spacing: -.1em;
      pointer-events: none;
    }

    #progreso .progress-intro,
    #progreso .progress-bar-shell,
    #progreso .progress-timeline,
    #progreso .progress-note {
      position: relative;
      z-index: 1;
    }

    #progreso .progress-intro {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
      gap: 26px;
      align-items: stretch;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(79,149,80,.11);
    }

    #progreso .progress-title-wrap {
      display: grid;
      align-content: center;
      gap: 12px;
    }

    #progreso .progress-kicker,
    #progreso .progress-highlight-label,
    #progreso .progress-day,
    #progreso .progress-claim {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 7px 11px;
      border-radius: 999px;
      background: rgba(79,149,80,.09);
      border: 1px solid rgba(79,149,80,.12);
      color: var(--brand);
      font-size: .68rem;
      line-height: 1;
      font-weight: 780 !important;
      letter-spacing: .038em !important;
      text-transform: uppercase;
    }

    #progreso .progress-intro h2 {
      margin: 0;
      max-width: 620px !important;
      color: var(--brand-dark);
      font-size: clamp(2.05rem, 4.2vw, 3.5rem) !important;
      line-height: .98 !important;
      letter-spacing: -.06em !important;
      font-weight: 860 !important;
      text-wrap: balance;
    }

    #progreso .progress-subcopy {
      max-width: 540px;
      margin: 0;
      color: rgba(82,98,86,.78) !important;
      font-size: .94rem;
      line-height: 1.52;
      font-weight: 430;
    }

    #progreso .progress-highlight {
      display: grid;
      grid-template-columns: 138px minmax(0,1fr);
      gap: 16px;
      align-items: center;
      padding: 18px;
      border-radius: 30px;
      background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(235,249,230,.86));
      border: 1px solid rgba(79,149,80,.16);
      box-shadow: 0 18px 48px rgba(18,48,24,.075), inset 0 1px 0 rgba(255,255,255,.94);
    }

    #progreso .progress-mini-card {
      min-height: 120px;
      display: grid;
      place-items: center;
      align-content: center;
      gap: 6px;
      padding: 15px 12px;
      border-radius: 24px;
      text-align: center;
      color: #fff;
      background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.24), transparent 42%),
        linear-gradient(145deg, var(--brand), var(--accent));
      box-shadow: 0 18px 42px rgba(79,149,80,.24), inset 0 1px 0 rgba(255,255,255,.24);
    }

    #progreso .progress-mini-card span {
      padding: 6px 9px;
      border-radius: 999px;
      background: rgba(255,255,255,.14);
      border: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.82);
      font-size: .58rem;
      line-height: 1;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    #progreso .progress-mini-card strong {
      font-size: 1.38rem;
      line-height: .95;
      letter-spacing: -.05em;
      font-weight: 880;
    }

    #progreso .progress-mini-card small {
      max-width: 110px;
      color: rgba(255,255,255,.78);
      font-size: .68rem;
      line-height: 1.18;
      font-weight: 600;
    }

    #progreso .progress-highlight-content {
      display: grid;
      gap: 9px;
      min-width: 0;
    }

    #progreso .progress-highlight-label {
      background: linear-gradient(135deg, var(--brand), var(--accent));
      color: #fff;
      border-color: rgba(255,255,255,.18);
      box-shadow: 0 12px 26px rgba(79,149,80,.18);
    }

    #progreso .progress-highlight p {
      margin: 0;
      color: rgba(82,98,86,.78) !important;
      font-size: .9rem;
      line-height: 1.5;
    }

    #progreso .progress-highlight p strong {
      color: var(--brand-dark) !important;
      font-weight: 720 !important;
    }

    #progreso .progress-bar-shell {
      display: grid;
      gap: 10px;
      margin-top: 22px;
      padding: 16px 18px;
      border-radius: 26px;
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(79,149,80,.13);
      box-shadow: 0 14px 34px rgba(18,48,24,.055), inset 0 1px 0 rgba(255,255,255,.86);
    }

    #progreso .progress-bar-head,
    #progreso .progress-bar-days {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 12px;
      color: rgba(82,98,86,.68);
      font-size: .7rem;
      line-height: 1;
      font-weight: 760;
      text-transform: uppercase;
      letter-spacing: .055em;
    }

    #progreso .progress-bar-head strong {
      justify-self: center;
      color: var(--brand-dark);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .02em;
    }

    #progreso .progress-bar-head span:last-child {
      justify-self: end;
    }

    #progreso .progress-track {
      position: relative;
      height: 16px;
      margin: 8px 10px 14px;
      border-radius: 999px;
      background: rgba(79,149,80,.09);
      border: 1px solid rgba(79,149,80,.12);
      overflow: visible;
      box-shadow: inset 0 1px 3px rgba(18,48,24,.08);
    }

    #progreso .progress-fill {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 0%;
      border-radius: inherit;
      background: linear-gradient(90deg, #7bc474, var(--brand), var(--accent));
      box-shadow: 0 10px 22px rgba(79,149,80,.22), inset 0 1px 0 rgba(255,255,255,.28);
      overflow: hidden;
      transition: width 1.15s cubic-bezier(.2,.8,.2,1);
    }

    #progreso .progress-fill::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(115deg, transparent 24%, rgba(255,255,255,.36), transparent 58%);
      transform: translateX(-100%);
    }

    #progreso .progress-card.is-progress-active .progress-fill {
      width: 100%;
    }

    #progreso .progress-card.is-progress-active .progress-fill::after {
      animation: progressSweep 1.85s ease-in-out .2s both;
    }

    #progreso .progress-marker {
      position: absolute;
      top: 50%;
      z-index: 2;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      transform: translate(-50%,-50%) scale(.9);
      background: #fff;
      border: 2px solid rgba(79,149,80,.18);
      color: var(--brand);
      font-size: .64rem;
      line-height: 1;
      font-weight: 950;
      box-shadow: 0 10px 24px rgba(18,48,24,.09), inset 0 1px 0 rgba(255,255,255,.9);
      transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s ease;
    }

    #progreso .progress-marker-1 { left: 16.66%; }
    #progreso .progress-marker-2 { left: 33.33%; }
    #progreso .progress-marker-3 { left: 66.66%; }
    #progreso .progress-marker-4 { left: 100%; }

    #progreso .progress-card.is-progress-active .progress-marker {
      background: linear-gradient(135deg, var(--brand), var(--accent));
      border-color: rgba(255,255,255,.72);
      color: #fff;
      transform: translate(-50%,-50%) scale(1);
    }

    #progreso .progress-card.is-progress-active .progress-marker-1 { transition-delay: .18s; }
    #progreso .progress-card.is-progress-active .progress-marker-2 { transition-delay: .34s; }
    #progreso .progress-card.is-progress-active .progress-marker-3 { transition-delay: .58s; }
    #progreso .progress-card.is-progress-active .progress-marker-4 { transition-delay: .78s; }

    #progreso .progress-bar-days {
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 8px;
      color: rgba(82,98,86,.62);
      font-size: .64rem;
      text-align: center;
    }

    @keyframes progressSweep {
      0% { transform: translateX(-100%); }
      100% { transform: translateX(100%); }
    }

    #progreso .progress-timeline {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 16px;
    }

    #progreso .progress-step {
      position: relative;
      min-height: 230px;
      display: grid;
      align-content: start;
      gap: 10px;
      padding: 20px;
      border-radius: 26px;
      background:
        radial-gradient(circle at 92% 10%, rgba(123,196,116,.12), transparent 34%),
        rgba(255,255,255,.84);
      border: 1px solid rgba(79,149,80,.14);
      box-shadow: 0 14px 36px rgba(18,48,24,.06), inset 0 1px 0 rgba(255,255,255,.86);
      overflow: hidden;
    }

    #progreso .progress-step::after {
      content: "";
      position: absolute;
      right: -34px;
      bottom: -42px;
      width: 104px;
      height: 104px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(79,149,80,.10), transparent 70%);
      pointer-events: none;
    }

    #progreso .progress-step.is-key {
      background:
        radial-gradient(circle at 90% 10%, rgba(123,196,116,.20), transparent 34%),
        linear-gradient(180deg,#fff,rgba(235,249,230,.9));
      border-color: rgba(79,149,80,.24);
      box-shadow: 0 18px 46px rgba(18,48,24,.08), inset 0 1px 0 rgba(255,255,255,.9);
    }

    #progreso .progress-step h3 {
      margin: 0;
      color: var(--brand-dark);
      font-size: 1.12rem !important;
      line-height: 1.06 !important;
      letter-spacing: -.042em !important;
      font-weight: 820 !important;
    }

    #progreso .progress-step p {
      margin: 0;
      color: rgba(82,98,86,.78) !important;
      font-size: .82rem;
      line-height: 1.44;
      font-weight: 430;
    }

    #progreso .progress-claim {
      margin-top: auto;
      font-size: .62rem;
    }

    #progreso .progress-note {
      margin-top: 16px;
      padding: 15px 17px;
      border-radius: 20px;
      background: rgba(79,149,80,.055) !important;
      border: 1px solid rgba(79,149,80,.11) !important;
      color: rgba(82,98,86,.66) !important;
      font-size: .8rem;
      line-height: 1.48;
      font-weight: 400;
    }

    #progreso .progress-note strong {
      color: rgba(15,45,24,.84) !important;
      font-weight: 700 !important;
    }

    @media (min-width: 901px) and (max-width: 1180px) {
      #progreso .progress-intro {
        grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr);
        gap: 22px;
      }

      #progreso .progress-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #progreso .progress-step {
        min-height: 190px;
      }
    }

    /* PRECIOS V5 - paquetes limpios y mantenibles */
    #comprar .plan-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
      margin-top: 30px;
    }

    #comprar .plan-card {
      --plan-glow: rgba(123,196,116,.16);
      --plan-border: rgba(79,149,80,.18);
      --plan-shadow: 0 20px 54px rgba(18,48,24,.09);
      --plan-price-bg: linear-gradient(180deg, rgba(255,255,255,.9), rgba(232,247,226,.74));
      position: relative;
      overflow: hidden;
      min-width: 0;
      min-height: 560px;
      display: grid;
      align-content: start;
      justify-items: center;
      gap: 12px;
      padding: 22px;
      border-radius: 32px;
      text-align: center;
      background:
        radial-gradient(circle at 50% 10%, var(--plan-glow), transparent 34%),
        radial-gradient(circle at 50% 92%, rgba(79,149,80,.08), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,250,236,.92));
      border: 1px solid var(--plan-border);
      box-shadow: var(--plan-shadow), inset 0 1px 0 rgba(255,255,255,.9);
      box-sizing: border-box;
    }

    #comprar .plan-two {
      --plan-glow: rgba(79,149,80,.22);
      --plan-border: rgba(79,149,80,.24);
      --plan-shadow: 0 22px 58px rgba(18,48,24,.11);
    }

    #comprar .plan-three {
      --plan-glow: rgba(23,143,85,.32);
      --plan-border: rgba(15,124,73,.46);
      --plan-shadow: 0 30px 82px rgba(18,48,24,.16), 0 0 0 7px rgba(79,149,80,.08);
    }

    #comprar .plan-card.recommended {
      min-height: 590px;
      padding-top: 66px;
      border-width: 3px;
      box-shadow: var(--plan-shadow), inset 0 1px 0 rgba(255,255,255,.94);
    }

    #comprar .best-deal-ribbon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
      min-height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 10px 12px;
      border-radius: 0 0 18px 18px;
      background: linear-gradient(135deg, #0f2d18, var(--brand));
      color: #fff;
      font-size: .72rem;
      line-height: 1;
      font-weight: 950;
      letter-spacing: .075em;
      text-transform: uppercase;
    }

    #comprar .best-deal-ribbon::before { content: "★"; }

    #comprar .plan-select-label {
      position: absolute;
      top: 18px;
      left: 18px;
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: rgba(79,149,80,.1);
      border: 1px solid rgba(79,149,80,.16);
      color: var(--brand);
      font-weight: 950;
    }

    #comprar .plan-badge,
    #comprar .plan-days,
    #comprar .plan-save {
      width: fit-content;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      border-radius: 999px;
      line-height: 1;
      text-align: center;
      white-space: normal;
    }

    #comprar .plan-badge {
      padding: 8px 12px;
      background: rgba(79,149,80,.1);
      border: 1px solid rgba(79,149,80,.1);
      color: var(--brand);
      font-size: .7rem;
      font-weight: 900;
      letter-spacing: .055em;
      text-transform: uppercase;
    }

    #comprar .recommended .plan-badge {
      background: linear-gradient(135deg, var(--brand), var(--accent));
      color: #fff;
      box-shadow: 0 12px 26px rgba(79,149,80,.18);
    }

    #comprar .plan-product-slot {
      position: relative;
      isolation: isolate;
      width: 100%;
      min-height: 152px;
      display: grid;
      place-items: center;
      margin: 2px 0 0;
      overflow: visible;
      background: transparent;
      border: 0;
      box-shadow: none;
    }

    #comprar .plan-card.recommended .plan-product-slot { min-height: 176px; }

    #comprar .plan-product-slot::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 9px;
      z-index: 0;
      width: min(70%, 180px);
      height: 20px;
      border-radius: 999px;
      transform: translateX(-50%);
      background: radial-gradient(circle, rgba(18,48,24,.18), transparent 72%);
      filter: blur(11px);
      opacity: .78;
      pointer-events: none;
    }

    #comprar .plan-product-slot::after {
      display: none !important;
      content: none !important;
    }

    #comprar .plan-product-image,
    #comprar .plan-product-image-single,
    #comprar .plan-product-image-large {
      position: relative;
      z-index: 1;
      display: block;
      margin: 0 auto;
      object-fit: contain;
      filter: drop-shadow(0 22px 30px rgba(18,48,24,.18));
    }

    #comprar .plan-product-image { width: min(100%, 150px); }
    #comprar .plan-product-image-single { width: min(100%, 185px); transform: scale(1.18); transform-origin: center bottom; }
    #comprar .plan-product-image-large { width: min(100%, 205px); filter: drop-shadow(0 26px 38px rgba(18,48,24,.24)); }

    #comprar .plan-title {
      margin: 2px 0 0;
      color: var(--brand-dark);
      font-size: 1.42rem !important;
      line-height: 1 !important;
      letter-spacing: -.05em !important;
      font-weight: 850 !important;
    }

    #comprar .plan-days {
      padding: 7px 11px;
      background: rgba(79,149,80,.08);
      border: 1px solid rgba(79,149,80,.1);
      color: var(--muted);
      font-size: .78rem;
      font-weight: 720;
    }

    #comprar .plan-price {
      width: 100%;
      margin: 4px 0 0;
      padding: 16px 12px 14px;
      border-radius: 24px;
      background:
        radial-gradient(circle at 50% 0%, rgba(123,196,116,.18), transparent 42%),
        var(--plan-price-bg);
      border: 1px solid rgba(79,149,80,.14);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
      color: var(--brand-dark);
      font-size: clamp(2.25rem, 4vw, 3.15rem) !important;
      line-height: .9;
      letter-spacing: -.082em !important;
      font-weight: 920 !important;
      text-align: center;
    }

    #comprar .plan-price::after {
      content: "MXN";
      display: block;
      margin-top: 7px;
      color: var(--brand);
      font-size: .62rem;
      line-height: 1;
      letter-spacing: .12em;
      font-weight: 850;
    }

    html[data-currency="USD"] #comprar .plan-price::after { content: "USD"; }

    #comprar .plan-save {
      margin-top: -2px;
      padding: 7px 10px;
      background: rgba(79,149,80,.1);
      border: 1px solid rgba(79,149,80,.11);
      color: var(--brand);
      font-size: .74rem;
      font-weight: 900;
      line-height: 1.15;
    }

    #comprar .plan-card p {
      max-width: 285px;
      margin: 0 auto;
      color: #526256;
      font-size: .84rem;
      line-height: 1.42;
      text-align: center;
    }

    #comprar .plan-helper {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: auto;
      padding: 10px 12px;
      border-radius: 18px;
      background: rgba(255,255,255,.58);
      border: 1px solid rgba(79,149,80,.08);
      color: var(--brand-dark);
      font-size: .78rem;
      font-weight: 760;
      text-align: center;
    }

    #comprar .plan-helper::before {
      content: "✓";
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--brand), var(--accent));
      color: #fff;
      font-size: .68rem;
      font-weight: 950;
    }

    #comprar .plan-card .btn {
      width: 100%;
      min-height: 56px;
      margin-top: 4px;
      border-radius: 18px;
      font-size: .92rem;
    }

    #comprar .plan-card.recommended .btn {
      min-height: 62px;
      font-size: .96rem;
      box-shadow: 0 18px 44px rgba(79,149,80,.28);
    }

    /* PRECIOS DESKTOP HOVER V3 - movimiento premium sin romper badges superiores */
    @media (min-width: 901px) {
      #comprar .plan-grid {
        gap: 22px !important;
        align-items: stretch !important;
        overflow: visible !important;
        padding-top: 14px !important;
        padding-bottom: 18px !important;
      }

      #comprar .plan-card {
        z-index: 1;
        transform: translateY(0) scale(1);
        transform-origin: center center;
        transition:
          transform .28s cubic-bezier(.2,.8,.2,1),
          box-shadow .28s ease,
          border-color .28s ease,
          background .28s ease;
        will-change: transform;
      }

      #comprar .plan-card::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(115deg, transparent 24%, rgba(255,255,255,.34), transparent 58%);
        opacity: 0;
        transform: translateX(-64%) rotate(6deg);
        transition: transform .74s cubic-bezier(.2,.8,.2,1), opacity .24s ease;
        pointer-events: none;
      }

      #comprar .plan-card > :not(.best-deal-ribbon):not(.plan-select-label) {
        position: relative;
        z-index: 1;
      }

      #comprar .best-deal-ribbon,
      #comprar .plan-select-label {
        z-index: 4;
      }

      #comprar .plan-card:hover {
        z-index: 5;
        transform: translateY(-9px) scale(1.018);
        border-color: rgba(79,149,80,.32);
        box-shadow: 0 32px 78px rgba(18,48,24,.16), inset 0 1px 0 rgba(255,255,255,.94);
      }

      #comprar .plan-card:hover::after {
        opacity: .62;
        transform: translateX(64%) rotate(6deg);
      }

      #comprar .plan-card.recommended:hover {
        transform: translateY(-11px) scale(1.022);
        border-color: rgba(15,124,73,.58);
        box-shadow: 0 38px 88px rgba(18,48,24,.19), 0 0 0 7px rgba(79,149,80,.09), inset 0 1px 0 rgba(255,255,255,.95);
      }

      #comprar .plan-card .plan-product-image,
      #comprar .plan-card .plan-product-image-single,
      #comprar .plan-card .plan-product-image-large,
      #comprar .plan-card .plan-price,
      #comprar .plan-card .btn {
        transition:
          transform .28s cubic-bezier(.2,.8,.2,1),
          box-shadow .28s ease,
          border-color .28s ease,
          filter .28s ease;
      }

      #comprar .plan-card:hover .plan-product-image,
      #comprar .plan-card:hover .plan-product-image-large {
        transform: translateY(-5px) scale(1.025);
        filter: drop-shadow(0 26px 36px rgba(18,48,24,.22));
      }

      #comprar .plan-card:hover .plan-product-image-single {
        transform: translateY(-5px) scale(1.19);
        filter: drop-shadow(0 26px 36px rgba(18,48,24,.22));
      }

      #comprar .plan-card:hover .plan-price {
        transform: translateY(-2px);
        border-color: rgba(79,149,80,.24);
        box-shadow: 0 16px 36px rgba(18,48,24,.075), inset 0 1px 0 rgba(255,255,255,.94);
      }

      #comprar .plan-card:hover .btn {
        transform: translateY(-1px);
      }
    }

    @media (min-width: 901px) and (max-width: 1180px) {
      #comprar .plan-grid { gap: 13px !important; }
      #comprar .plan-card { min-height: 530px !important; padding: 18px !important; }
      #comprar .plan-card.recommended { min-height: 562px !important; padding-left: 18px !important; padding-right: 18px !important; }
      #comprar .plan-product-slot { min-height: 135px !important; }
      #comprar .plan-card.recommended .plan-product-slot { min-height: 155px !important; }
      #comprar .plan-product-image { width: min(100%, 138px) !important; }
      #comprar .plan-product-image-single { width: min(100%, 168px) !important; }
      #comprar .plan-product-image-large { width: min(100%, 186px) !important; }
      #comprar .plan-price { font-size: clamp(2.05rem, 3.5vw, 2.76rem) !important; }
    }

    /* Títulos generales: estilo premium base sin pisar secciones especiales */
    .section-head h2,
    .showcase h2,
    .purchase-intro h2,
    .faq-head h2,
    .testimonial-head h2,
    .ingredients-head h2 {
      margin: 0 !important;
      font-size: clamp(1.9rem, 4vw, 3.25rem) !important;
      line-height: 0.98 !important;
      letter-spacing: -0.068em !important;
      font-weight: 850 !important;
      text-wrap: balance;
      word-spacing: 0 !important;
      max-width: 760px !important;
    }

    .section-head h2,
    .ingredients-head h2,
    .testimonial-head h2,
    .faq-head h2 {
      color: var(--brand-dark) !important;
    }

    .showcase h2,
    .purchase-intro h2,
    .purchase-title-product.product-wordmark {
      letter-spacing: -0.058em !important;
    }

    @media (max-width: 900px) {
      .section-head h2,
      .showcase h2,
      .purchase-intro h2,
      .faq-head h2,
      .testimonial-head h2,
      .ingredients-head h2 {
        font-size: clamp(1.85rem, 8.8vw, 2.75rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.058em !important;
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }
    /* Ajuste final: notas, textos largos y disclaimers */
    .hero p,
    .section-head p,
    .ingredients-head p,
    #beneficios .section-head p,
    .showcase p,
    .purchase-intro p,
    .progress-subcopy,
    .progress-highlight p,
    #progreso .progress-highlight p,
    .progress-step p,
    #progreso .progress-step p,
    .progress-note,
    #progreso .progress-note,
    .faq-head p,
    .faq p,
    .testimonial-head p,
    .testimonial-text,
    .testimonial-note,
    .trust-card-premium p,
    .plan-card p,
    .final-cta p,
    .external-disclaimer {
      font-weight: 430 !important;
      letter-spacing: -0.001em !important;
      line-height: 1.58 !important;
      text-wrap: pretty;
    }

    .hero p,
    .section-head p,
    .ingredients-head p,
    #beneficios .section-head p,
    .progress-subcopy,
    .progress-highlight p,
    #progreso .progress-highlight p,
    .progress-step p,
    #progreso .progress-step p,
    .faq-head p,
    .faq p,
    .testimonial-head p,
    .testimonial-text,
    .trust-card-premium p,
    .plan-card p {
      color: rgba(82,98,86,.76) !important;
    }

    .hero p {
      color: rgba(82,98,86,.78) !important;
      font-size: clamp(1rem, 1.55vw, 1.14rem) !important;
      line-height: 1.6 !important;
      max-width: 650px !important;
    }

    .showcase p,
    .purchase-intro p,
    .final-cta p {
      color: rgba(255,255,255,.74) !important;
      font-weight: 420 !important;
      line-height: 1.58 !important;
    }

    .progress-note,
    #progreso .progress-note,
    .testimonial-note {
      background: rgba(79,149,80,.045) !important;
      border-color: rgba(79,149,80,.10) !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.55) !important;
    }

    .progress-note,
    #progreso .progress-note,
    .testimonial-note,
    .external-disclaimer {
      color: rgba(82,98,86,.62) !important;
      font-weight: 390 !important;
      line-height: 1.55 !important;
    }

    .external-disclaimer {
      letter-spacing: 0 !important;
    }

    .feature-list div,
    .final-cta-points li {
      font-weight: 600 !important;
      color: rgba(255,255,255,.82) !important;
      letter-spacing: -0.001em !important;
    }

    .feature-list div strong {
      font-weight: 760 !important;
      color: #fff !important;
    }

    .bonus,
    #ingredientes .bonus,
    .benefit-card p,
    #beneficios .benefit-card p,
    .why-card p {
      color: rgba(82,98,86,.78) !important;
      font-weight: 430 !important;
      line-height: 1.48 !important;
      letter-spacing: -0.001em !important;
    }

    .bonus strong,
    #ingredientes .bonus strong,
    .faq p strong,
    .progress-highlight p strong,
    #progreso .progress-highlight p strong,
    .progress-note strong,
    #progreso .progress-note strong {
      font-weight: 650 !important;
      color: rgba(15,45,24,.88) !important;
    }

    @media (max-width: 900px) {
      .hero p,
      .section-head p,
      .ingredients-head p,
      #beneficios .section-head p,
      .showcase p,
      .purchase-intro p,
      .progress-subcopy,
      .progress-highlight p,
      #progreso .progress-highlight p,
      .progress-step p,
      #progreso .progress-step p,
      .faq-head p,
      .faq p,
      .testimonial-head p,
      .testimonial-text,
      .trust-card-premium p,
      .plan-card p,
      .final-cta p,
      .progress-note,
      #progreso .progress-note,
      .testimonial-note,
      .external-disclaimer {
        font-weight: 400 !important;
        line-height: 1.5 !important;
      }

      .hero p {
        font-size: .88rem !important;
        color: rgba(82,98,86,.74) !important;
      }

      .showcase p,
      .purchase-intro p,
      .final-cta p {
        color: rgba(255,255,255,.72) !important;
      }
    }
    /* Rediseño premium final: testimonios */
    .testimonial-section {
      position: relative;
      overflow: hidden;
      padding: 76px 0;
      background:
        radial-gradient(circle at 10% 14%, rgba(123,196,116,.13), transparent 32%),
        radial-gradient(circle at 88% 12%, rgba(255,255,255,.92), transparent 30%),
        linear-gradient(180deg, rgba(244,250,242,.55), rgba(255,255,255,.86));
      border-top: 1px solid rgba(79,149,80,.08);
      border-bottom: 1px solid rgba(79,149,80,.08);
    }

    .testimonial-section::before {
      content: "";
      position: absolute;
      width: 560px;
      height: 560px;
      left: -260px;
      bottom: -280px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(79,149,80,.12), transparent 68%);
      pointer-events: none;
    }

    .testimonial-head {
      align-items: center;
      padding: 28px;
      margin-bottom: 22px;
      border-radius: 36px;
      background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,.98), transparent 32%),
        radial-gradient(circle at 92% 10%, rgba(123,196,116,.16), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,.88), rgba(239,249,235,.72));
      border: 1px solid rgba(79,149,80,.13);
      box-shadow: 0 18px 48px rgba(18,48,24,.06), inset 0 1px 0 rgba(255,255,255,.88);
      overflow: hidden;
      position: relative;
    }

    .testimonial-head::after {
      content: "★★★★★";
      position: absolute;
      right: 22px;
      bottom: -4px;
      font-size: clamp(2.4rem, 5vw, 5.4rem);
      line-height: 1;
      letter-spacing: .04em;
      color: rgba(216,169,58,.09);
      pointer-events: none;
    }

    .testimonial-head > div,
    .testimonial-head > p {
      position: relative;
      z-index: 1;
    }

    .testimonial-head .eyebrow {
      margin-bottom: 14px;
      background: rgba(79,149,80,.09);
      color: var(--brand);
      border-color: rgba(79,149,80,.12);
    }

    .testimonial-head h2 {
      max-width: 760px !important;
      color: var(--brand-dark) !important;
    }

    .testimonial-head p {
      max-width: 395px;
      padding: 15px 17px;
      border-radius: 24px;
      background: rgba(255,255,255,.68);
      border: 1px solid rgba(79,149,80,.11);
      color: rgba(82,98,86,.82) !important;
      font-size: .9rem;
      line-height: 1.48;
      font-weight: 450 !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
    }

    .testimonial-toolbar {
      display: flex;
      justify-content: center;
      margin: 0 0 18px;
      position: relative;
      z-index: 1;
    }

    .testimonial-controls {
      display: flex;
      gap: 10px;
      padding: 7px;
      border-radius: 999px;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(79,149,80,.12);
      box-shadow: 0 14px 34px rgba(18,48,24,.06), inset 0 1px 0 rgba(255,255,255,.86);
    }

    .testimonial-arrow {
      width: 46px;
      height: 46px;
      border-radius: 999px;
      border: 1px solid rgba(79,149,80,.18);
      background: linear-gradient(145deg, #fff, #eef8ea);
      color: var(--brand-dark);
      display: grid;
      place-items: center;
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(18,48,24,.055), inset 0 1px 0 rgba(255,255,255,.88);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .testimonial-arrow:hover {
      transform: translateY(-3px);
      border-color: rgba(79,149,80,.3);
      box-shadow: 0 16px 34px rgba(18,48,24,.09), inset 0 1px 0 rgba(255,255,255,.9);
    }

    .testimonial-arrow svg {
      width: 21px;
      height: 21px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2.6;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .testimonial-track {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.12fr repeat(3, .96fr);
      gap: 16px;
      align-items: stretch;
      transition: opacity .18s ease;
    }

    .testimonial-card {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 370px;
      padding: 28px 24px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 86% 8%, rgba(123,196,116,.15), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,252,244,.9));
      border: 1px solid rgba(79,149,80,.14);
      box-shadow: 0 18px 46px rgba(18,48,24,.075), inset 0 1px 0 rgba(255,255,255,.88);
      color: var(--text);
    }

    .testimonial-card::before {
      content: "“";
      position: absolute;
      right: 18px;
      top: -12px;
      font-size: 7rem;
      line-height: 1;
      font-weight: 900;
      color: rgba(79,149,80,.06);
      pointer-events: none;
    }

    .testimonial-card::after {
      content: "";
      position: absolute;
      right: -48px;
      bottom: -58px;
      width: 150px;
      height: 150px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(79,149,80,.1), transparent 70%);
      pointer-events: none;
    }

    .testimonial-card.is-featured {
      min-height: 430px;
      padding: 34px 30px;
      background:
        radial-gradient(circle at 88% 8%, rgba(123,196,116,.22), transparent 34%),
        linear-gradient(180deg, #fff, rgba(234,247,229,.92));
      border-color: rgba(79,149,80,.24);
      box-shadow: 0 28px 72px rgba(18,48,24,.12), inset 0 1px 0 rgba(255,255,255,.92);
    }

    .testimonial-top,
    .testimonial-quote,
    .testimonial-text,
    .testimonial-tags,
    .testimonial-person {
      position: relative;
      z-index: 1;
    }

    .testimonial-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 2px;
    }

    .testimonial-kicker {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      width: fit-content;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(79,149,80,.09);
      border: 1px solid rgba(79,149,80,.1);
      color: var(--brand);
      font-size: .66rem;
      line-height: 1;
      font-weight: 760 !important;
      letter-spacing: .04em !important;
      text-transform: uppercase;
    }

    .testimonial-kicker .dot {
      width: 6px;
      height: 6px;
      flex-basis: 6px;
      box-shadow: 0 0 0 4px rgba(79,149,80,.1);
    }

    .stars {
      color: #c89424;
      letter-spacing: .06em;
      font-weight: 780 !important;
      font-size: .8rem;
      white-space: nowrap;
      padding: 6px 8px;
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(255,244,207,.86), rgba(255,255,255,.66));
      border: 1px solid rgba(216,169,58,.18);
      box-shadow: 0 8px 20px rgba(216,169,58,.08), inset 0 1px 0 rgba(255,255,255,.72);
    }

    .testimonial-quote {
      margin: 20px 0 12px;
      color: var(--brand-dark);
      font-size: clamp(1.18rem, 1.75vw, 1.58rem) !important;
      line-height: 1.08 !important;
      letter-spacing: -.045em !important;
      font-weight: 820 !important;
    }

    .testimonial-card.is-featured .testimonial-quote {
      font-size: clamp(1.65rem, 2.75vw, 2.45rem) !important;
      line-height: 1.02 !important;
      letter-spacing: -.06em !important;
    }

    .testimonial-text {
      margin: 0 0 18px;
      color: rgba(82,98,86,.8) !important;
      font-size: .92rem;
      line-height: 1.46;
      font-weight: 430 !important;
      letter-spacing: -.002em !important;
    }

    .testimonial-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-top: auto;
      margin-bottom: 20px;
    }

    .testimonial-tags span {
      padding: 6px 9px;
      border-radius: 999px;
      background: rgba(79,149,80,.075);
      border: 1px solid rgba(79,149,80,.09);
      color: var(--brand);
      font-size: .7rem;
      line-height: 1;
      font-weight: 720;
    }

    .testimonial-person {
      display: flex;
      align-items: center;
      gap: 12px;
      padding-top: 14px;
      border-top: 1px solid rgba(79,149,80,.1);
    }

    .avatar {
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: linear-gradient(145deg, var(--brand), var(--brand-light));
      color: #fff;
      font-size: .9rem;
      font-weight: 850;
      box-shadow: 0 14px 32px rgba(79,149,80,.22);
    }

    .testimonial-person strong {
      display: block;
      color: var(--brand-dark);
      font-size: .92rem;
      line-height: 1.1;
      font-weight: 780 !important;
    }

    .testimonial-person span {
      display: block;
      margin-top: 3px;
      color: rgba(82,98,86,.72);
      font-size: .78rem;
      line-height: 1.1;
      font-weight: 500 !important;
    }

    .testimonial-note {
      position: relative;
      z-index: 1;
      margin-top: 18px;
      padding: 15px 18px;
      border-radius: 22px;
      background: rgba(79,149,80,.045) !important;
      border: 1px solid rgba(79,149,80,.1) !important;
      color: rgba(82,98,86,.68) !important;
      font-size: .84rem !important;
      line-height: 1.5 !important;
      font-weight: 400 !important;
      text-align: center;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.55) !important;
    }

    @media (max-width: 1180px) {
      .testimonial-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .testimonial-card,
      .testimonial-card.is-featured {
        min-height: 340px;
      }
    }

    @media (max-width: 900px) {
      .testimonial-section {
        padding: 48px 0 !important;
      }

      .testimonial-head {
        display: grid !important;
        gap: 14px;
        text-align: center;
        padding: 24px 16px !important;
        border-radius: 28px !important;
      }

      .testimonial-head::after {
        right: 8px;
        bottom: 0;
        font-size: 3.3rem;
      }

      .testimonial-head .eyebrow {
        margin-left: auto;
        margin-right: auto;
      }

      .testimonial-head h2 {
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .testimonial-head p {
        max-width: 330px !important;
        margin: 0 auto !important;
        padding: 13px 14px;
        border-radius: 20px;
        font-size: .82rem !important;
        line-height: 1.44 !important;
      }

      .testimonial-toolbar {
        margin-bottom: 12px !important;
      }

      .testimonial-controls {
        padding: 6px;
      }

      .testimonial-arrow {
        width: 42px !important;
        height: 42px !important;
      }

      .testimonial-track {
        display: flex !important;
        gap: 12px !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 4px 2px 14px !important;
      }

      .testimonial-track::-webkit-scrollbar {
        display: none;
      }

      .testimonial-card,
      .testimonial-card.is-featured {
        flex: 0 0 min(86vw, 330px) !important;
        scroll-snap-align: center;
        min-height: 330px !important;
        padding: 26px 20px !important;
        border-radius: 24px !important;
      }

      .testimonial-top {
        display: grid !important;
        justify-items: start !important;
        gap: 9px !important;
      }

      .testimonial-card.is-featured .testimonial-quote,
      .testimonial-quote {
        font-size: clamp(1.24rem, 6vw, 1.72rem) !important;
        line-height: 1.08 !important;
        letter-spacing: -.045em !important;
        margin-top: 18px;
      }

      .testimonial-text {
        font-size: .82rem !important;
        line-height: 1.44 !important;
      }

      .testimonial-tags span {
        font-size: .66rem;
      }

      .avatar {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
      }

      .testimonial-note {
        font-size: .78rem !important;
        line-height: 1.45 !important;
        padding: 13px 14px;
        border-radius: 18px;
      }
    }
    /* Reparación final: CTA de transformación */
    .final-cta {
      position: relative;
      overflow: hidden;
      padding: 38px !important;
      border-radius: 38px !important;
      background:
        radial-gradient(circle at 12% 12%, rgba(255,255,255,.17), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(123,196,116,.26), transparent 34%),
        radial-gradient(circle at 80% 94%, rgba(123,196,116,.14), transparent 36%),
        linear-gradient(145deg,#102f19,#1b4d29 56%,#0f2d18) !important;
      border: 1px solid rgba(206,239,197,.16) !important;
      box-shadow: 0 30px 86px rgba(18,48,24,.2), inset 0 1px 0 rgba(255,255,255,.14) !important;
    }

    .final-cta::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.08), transparent 58%);
      pointer-events: none;
    }

    .final-cta-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(300px,.88fr) minmax(0,1.12fr) !important;
      gap: clamp(26px,4vw,46px) !important;
      align-items: center !important;
    }

    .final-cta-visual {
      position: relative;
      min-height: 350px !important;
      display: grid;
      place-items: center;
      border-radius: 34px !important;
      background:
        radial-gradient(circle at 50% 42%, rgba(255,255,255,.19), transparent 34%),
        radial-gradient(circle at 50% 82%, rgba(123,196,116,.24), transparent 44%);
      overflow: visible;
    }

    .final-cta-visual::before {
      content: "";
      position: absolute;
      left: 14%;
      right: 14%;
      bottom: 46px;
      height: 34px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(0,0,0,.28), transparent 70%);
      filter: blur(14px);
      pointer-events: none;
    }

    .final-cta-product {
      position: relative;
      z-index: 1;
      width: min(100%,390px) !important;
      margin: 0 auto;
      filter: drop-shadow(0 34px 58px rgba(0,0,0,.28));
      animation: finalBottleFloat 5.5s ease-in-out infinite;
    }

    .final-cta-content {
      position: relative;
      z-index: 1;
      display: grid !important;
      justify-items: start !important;
      align-content: center !important;
      gap: 14px !important;
      max-width: 680px !important;
      min-width: 0;
    }

    .final-cta-badge {
      display: inline-flex !important;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 8px 12px !important;
      border-radius: 999px;
      background: rgba(255,255,255,.1) !important;
      border: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.84);
      font-size: .72rem;
      line-height: 1;
      font-weight: 780 !important;
      letter-spacing: .055em !important;
      text-transform: uppercase;
    }

    .final-cta-badge::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #7bc474;
      box-shadow: 0 0 0 5px rgba(123,196,116,.12);
    }

    .final-cta h2 {
      margin: 0 !important;
      color: #fff !important;
      font-size: clamp(2.25rem,4.75vw,4.25rem) !important;
      line-height: .96 !important;
      letter-spacing: -.068em !important;
      font-weight: 850 !important;
      max-width: 760px !important;
      text-wrap: balance;
    }

    .final-cta h2 strong {
      color: #dff2d8 !important;
      font-weight: 850 !important;
    }

    .final-cta .final-product-name {
      display: inline-block;
      white-space: nowrap;
      color: #dff2d8 !important;
      letter-spacing: -.058em !important;
      font-weight: 850 !important;
    }

    .final-cta p {
      margin: 0 !important;
      max-width: 610px !important;
      color: rgba(255,255,255,.76) !important;
      font-size: .98rem !important;
      line-height: 1.58 !important;
      font-weight: 450 !important;
      letter-spacing: -.002em !important;
    }

    .final-cta-points {
      display: grid !important;
      grid-template-columns: repeat(3,minmax(0,1fr)) !important;
      gap: 10px !important;
      width: 100% !important;
      max-width: 620px !important;
      margin: 4px 0 0 !important;
      padding: 0 !important;
      list-style: none !important;
    }

    .final-cta-points li {
      min-height: 44px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      padding: 9px 10px !important;
      border-radius: 999px !important;
      background: rgba(255,255,255,.09) !important;
      border: 1px solid rgba(255,255,255,.12) !important;
      color: rgba(255,255,255,.84) !important;
      font-size: .72rem !important;
      line-height: 1.16 !important;
      font-weight: 760 !important;
      white-space: normal !important;
    }

    @media (max-width: 900px) {
      .final-cta {
        padding: 28px 16px !important;
        border-radius: 28px !important;
        text-align: center !important;
      }

      .final-cta-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
      }

      .final-cta-visual {
        min-height: 220px !important;
        border-radius: 24px !important;
      }

      .final-cta-product {
        width: min(100%,292px) !important;
      }

      .final-cta-content {
        justify-items: center !important;
        gap: 11px !important;
        max-width: 100% !important;
      }

      .final-cta h2 {
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: clamp(1.9rem,8.8vw,2.78rem) !important;
        line-height: .98 !important;
        letter-spacing: -.058em !important;
      }

      .final-cta p {
        max-width: 330px !important;
        font-size: .84rem !important;
        line-height: 1.5 !important;
      }

      .final-cta-points {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        gap: 8px !important;
        max-width: 340px !important;
      }

      .final-cta-points li {
        min-height: 40px !important;
        border-radius: 16px !important;
        padding: 8px !important;
        font-size: .67rem !important;
      }
    }
    /* Optimización final: badge principal del hero */
    .hero .eyebrow {
      position: relative;
      isolation: isolate;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      width: fit-content;
      margin-bottom: 22px;
      padding: 9px 15px 9px 12px;
      border-radius: 999px;
      background:
        linear-gradient(145deg, rgba(255,255,255,.92), rgba(235,248,230,.78));
      border: 1px solid rgba(79,149,80,.18);
      color: rgba(15,45,24,.72);
      font-size: .78rem;
      line-height: 1;
      font-weight: 760 !important;
      letter-spacing: .045em !important;
      text-transform: uppercase;
      box-shadow:
        0 14px 34px rgba(18,48,24,.08),
        inset 0 1px 0 rgba(255,255,255,.9);
      overflow: hidden;
    }

    .hero .eyebrow::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(115deg, transparent 18%, rgba(255,255,255,.64), transparent 58%);
      opacity: .7;
      z-index: -1;
      pointer-events: none;
    }

    .hero .eyebrow::after {
      content: "360° Support";
      display: inline-flex;
      align-items: center;
      height: 24px;
      padding: 0 9px;
      border-radius: 999px;
      background: rgba(79,149,80,.09);
      border: 1px solid rgba(79,149,80,.1);
      color: var(--brand);
      font-size: .62rem;
      line-height: 1;
      font-weight: 850;
      letter-spacing: .055em;
      text-transform: uppercase;
    }

    .hero .eyebrow .dot {
      width: 9px;
      height: 9px;
      flex: 0 0 9px;
      background: linear-gradient(135deg, var(--brand), var(--accent));
      box-shadow: 0 0 0 6px rgba(79,149,80,.11), 0 0 18px rgba(79,149,80,.32);
    }

    @media (max-width: 900px) {
      .hero .eyebrow {
        max-width: min(100%, 360px) !important;
        margin: 0 auto 13px !important;
        padding: 8px 10px !important;
        gap: 8px !important;
        font-size: .62rem !important;
        letter-spacing: .035em !important;
        line-height: 1.12 !important;
        white-space: normal;
        justify-content: center;
      }

      .hero .eyebrow::after {
        height: 22px;
        padding: 0 8px;
        font-size: .55rem;
        letter-spacing: .04em;
        flex: 0 0 auto;
      }

      .hero .eyebrow .dot {
        width: 8px;
        height: 8px;
        flex-basis: 8px;
      }
    }

    @media (max-width: 420px) {
      .hero .eyebrow {
        max-width: 310px !important;
        font-size: .58rem !important;
        padding: 8px 9px !important;
      }

      .hero .eyebrow::after {
        content: "360°";
        font-size: .54rem;
      }
    }
    /* Rediseño premium: bloque "Si tu cuerpo coopera" */
    .cooperation-showcase {
      position: relative;
      padding: 44px 38px !important;
      border-radius: 40px !important;
      background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.18), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(123,196,116,.32), transparent 34%),
        radial-gradient(circle at 78% 96%, rgba(123,196,116,.16), transparent 38%),
        linear-gradient(145deg, #0f2d18 0%, #1c5430 55%, #0f2d18 100%) !important;
      box-shadow: 0 34px 92px rgba(18,48,24,.22), inset 0 1px 0 rgba(255,255,255,.14) !important;
      border: 1px solid rgba(206,239,197,.17) !important;
      overflow: hidden;
    }

    .cooperation-showcase::before {
      content: "360°";
      position: absolute;
      right: 28px;
      top: 18px;
      font-size: clamp(3.2rem, 7vw, 7.8rem);
      line-height: 1;
      font-weight: 950;
      letter-spacing: -.12em;
      color: rgba(255,255,255,.06);
      pointer-events: none;
    }

    .cooperation-showcase::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(115deg, transparent 18%, rgba(255,255,255,.08), transparent 58%);
      pointer-events: none;
    }

    .cooperation-showcase .showcase-grid {
      position: relative;
      z-index: 1;
      grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
      gap: 32px !important;
      align-items: center;
    }

    .cooperation-copy {
      display: grid;
      align-content: center;
      gap: 14px;
      min-width: 0;
    }

    .cooperation-showcase .showcase-kicker {
      width: fit-content;
      margin: 0;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.11);
      border: 1px solid rgba(255,255,255,.14);
      color: rgba(255,255,255,.82);
      font-size: .7rem;
      font-weight: 760 !important;
      letter-spacing: .045em !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    }

    .cooperation-showcase .showcase-kicker .dot {
      background: #7bc474;
      box-shadow: 0 0 0 5px rgba(123,196,116,.14), 0 0 18px rgba(123,196,116,.28);
    }

    .cooperation-showcase h2 {
      margin: 0 !important;
      max-width: 650px !important;
      color: #fff !important;
      font-size: clamp(2.05rem, 4.25vw, 3.65rem) !important;
      line-height: .96 !important;
      letter-spacing: -.072em !important;
      font-weight: 850 !important;
      text-shadow: 0 20px 38px rgba(0,0,0,.16);
    }

    .cooperation-showcase p {
      max-width: 585px !important;
      margin: 0 !important;
      color: rgba(255,255,255,.75) !important;
      font-size: .98rem !important;
      line-height: 1.58 !important;
      font-weight: 420 !important;
    }

    .cooperation-features {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 12px !important;
    }

    .cooperation-features div {
      position: relative;
      min-height: 112px;
      display: flex !important;
      align-items: flex-start !important;
      gap: 12px !important;
      padding: 18px !important;
      border-radius: 24px !important;
      background:
        radial-gradient(circle at 88% 12%, rgba(123,196,116,.16), transparent 34%),
        rgba(255,255,255,.09) !important;
      border: 1px solid rgba(255,255,255,.13) !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 14px 34px rgba(0,0,0,.08);
      color: rgba(255,255,255,.82) !important;
      overflow: hidden;
    }

    .cooperation-features div::after {
      content: "";
      position: absolute;
      right: -34px;
      bottom: -42px;
      width: 100px;
      height: 100px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(123,196,116,.14), transparent 70%);
      pointer-events: none;
    }

    .cooperation-features .check {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      background: linear-gradient(135deg, #7bc474, #178f55);
      box-shadow: 0 12px 26px rgba(0,0,0,.16), 0 0 0 5px rgba(123,196,116,.1);
      font-size: .74rem;
    }

    .cooperation-features span:last-child {
      position: relative;
      z-index: 1;
      display: block;
      font-size: .88rem;
      line-height: 1.38;
      font-weight: 430 !important;
      color: rgba(255,255,255,.78) !important;
    }

    .cooperation-features strong {
      display: block;
      margin-bottom: 4px;
      color: #fff !important;
      font-size: .98rem;
      line-height: 1.08;
      font-weight: 780 !important;
      letter-spacing: -.025em;
    }

    @media (max-width: 900px) {
      .cooperation-showcase {
        padding: 30px 16px !important;
        border-radius: 28px !important;
        text-align: center;
      }

      .cooperation-showcase::before {
        right: 10px;
        top: 12px;
        font-size: 3.6rem;
      }

      .cooperation-showcase .showcase-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
      }

      .cooperation-copy {
        justify-items: center;
        gap: 12px;
      }

      .cooperation-showcase h2 {
        max-width: 340px !important;
        font-size: clamp(1.9rem, 8.8vw, 2.78rem) !important;
        line-height: .98 !important;
        letter-spacing: -.058em !important;
      }

      .cooperation-showcase p {
        max-width: 330px !important;
        font-size: .84rem !important;
        line-height: 1.5 !important;
      }

      .cooperation-features {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
      }

      .cooperation-features div {
        min-height: auto !important;
        padding: 14px !important;
        border-radius: 18px !important;
        text-align: left;
      }

      .cooperation-features .check {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
      }

      .cooperation-features span:last-child {
        font-size: .8rem !important;
        line-height: 1.36 !important;
      }

      .cooperation-features strong {
        font-size: .92rem;
      }
    }
    /* HEADER BASE V2 - desktop limpio */
    .topbar {
      position: sticky;
      top: 0;
      z-index: 8000;
      width: 100%;
      background: rgba(255,255,255,.92);
      border-bottom: 1px solid rgba(79,149,80,.10);
      box-shadow: 0 12px 32px rgba(18,48,24,.055);
      backdrop-filter: blur(16px) saturate(145%);
      -webkit-backdrop-filter: blur(16px) saturate(145%);
    }

    .topbar::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(79,149,80,.2), transparent);
      pointer-events: none;
    }

    .nav {
      min-height: 76px;
      display: grid;
      grid-template-columns: auto minmax(0,1fr) auto auto;
      align-items: center;
      gap: 14px;
      padding: 8px 0;
    }

    .logo {
      display: inline-flex;
      align-items: center;
      min-height: 54px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      transition: opacity .24s ease, transform .24s ease;
    }

    .logo:hover {
      opacity: .88;
      transform: translateY(-1px);
    }

    .logo img {
      width: 150px;
      max-height: 58px;
      object-fit: contain;
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      justify-self: center;
      gap: 3px;
      width: fit-content;
      padding: 6px;
      border-radius: 999px;
      background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(238,249,234,.66));
      border: 1px solid rgba(79,149,80,.12);
      box-shadow: 0 10px 24px rgba(18,48,24,.045), inset 0 1px 0 rgba(255,255,255,.88);
    }

    .nav-links a {
      position: relative;
      isolation: isolate;
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 8px 12px 8px 9px;
      border-radius: 999px;
      color: rgba(82,98,86,.86);
      font-size: .84rem;
      line-height: 1;
      font-weight: 780;
      letter-spacing: -.01em;
      overflow: hidden;
      transition: color .24s ease, background .24s ease, transform .24s ease, box-shadow .24s ease;
    }

    .nav-links a::before {
      content: "";
      position: absolute;
      inset: 1px;
      z-index: -2;
      border-radius: inherit;
      background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(224,245,217,.86));
      opacity: 0;
      transform: scale(.92);
      transition: opacity .26s ease, transform .26s ease;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      inset: -70% -35%;
      z-index: -1;
      background: linear-gradient(115deg, transparent 34%, rgba(255,255,255,.78), transparent 62%);
      opacity: 0;
      transform: translateX(-70%) rotate(8deg);
      transition: transform .72s cubic-bezier(.2,.8,.2,1), opacity .24s ease;
      pointer-events: none;
    }

    .nav-links a:hover {
      color: var(--brand-dark);
      background: rgba(255,255,255,.42);
      transform: translateY(-2px);
      box-shadow: 0 12px 26px rgba(18,48,24,.08), inset 0 1px 0 rgba(255,255,255,.92);
    }

    .nav-links a:hover::before {
      opacity: 1;
      transform: scale(1);
    }

    .nav-links a:hover::after {
      opacity: 1;
      transform: translateX(70%) rotate(8deg);
    }

    .nav-link-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
      display: inline-grid;
      place-items: center;
      color: var(--brand);
      line-height: 1;
      transition: color .24s ease, transform .24s ease, filter .24s ease;
    }

    .nav-link-icon svg {
      width: 18px;
      height: 18px;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.15;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .nav-links a:hover .nav-link-icon {
      color: var(--accent);
      transform: translateY(-1px) scale(1.08);
      filter: drop-shadow(0 6px 10px rgba(79,149,80,.18));
    }

    .nav-order-btn {
      justify-self: end;
      min-height: 52px;
      padding: 12px 18px 12px 15px;
      border-radius: 18px;
      gap: 9px;
      font-size: .9rem;
      letter-spacing: -.012em;
      background: linear-gradient(135deg, #0f7c49, var(--brand) 54%, #78c46f) !important;
      border: 1px solid rgba(255,255,255,.34) !important;
      box-shadow: 0 18px 42px rgba(79,149,80,.28), inset 0 1px 0 rgba(255,255,255,.26) !important;
    }

    .nav-order-btn svg {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
    }

    .mobile-menu-toggle,
    .mobile-menu {
      display: none;
    }

    /* Focus visible y accesibilidad interactiva */
    a:focus-visible,
    button:focus-visible,
    summary:focus-visible,
    .btn:focus-visible,
    .nav-links a:focus-visible,
    .mobile-menu-links a:focus-visible,
    .testimonial-arrow:focus-visible,
    .mobile-menu-toggle:focus-visible,
    .mobile-menu-close:focus-visible {
      outline: 3px solid rgba(79,149,80,.34);
      outline-offset: 4px;
      box-shadow: 0 0 0 6px rgba(79,149,80,.10), 0 14px 34px rgba(18,48,24,.10);
    }

    .btn,
    .nav-links a,
    .mobile-menu-links a,
    .testimonial-arrow,
    .mobile-menu-toggle,
    .mobile-menu-close,
    .faq summary {
      touch-action: manipulation;
    }

    .faq summary:focus-visible {
      border-radius: 18px;
      background: rgba(79,149,80,.07);
    }

    @media (max-width: 900px) {
      a:focus-visible,
      button:focus-visible,
      summary:focus-visible,
      .btn:focus-visible {
        outline-offset: 3px;
      }
    }
    /* COMPRA UNIFICADA V5 - recomendación + soporte optimizado */
    #comprar .purchase-unified {
      position: relative;
      overflow: hidden;
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
      gap: 18px !important;
      align-items: stretch !important;
      margin-bottom: 24px !important;
      padding: 24px !important;
      border-radius: 38px !important;
      color: #fff;
      background:
        radial-gradient(circle at 12% 14%, rgba(255,255,255,.18), transparent 32%),
        radial-gradient(circle at 88% 8%, rgba(123,196,116,.30), transparent 34%),
        radial-gradient(circle at 80% 92%, rgba(123,196,116,.16), transparent 36%),
        linear-gradient(145deg, #102f19, #1b4d29 55%, #0f2d18) !important;
      border: 1px solid rgba(206,239,197,.16) !important;
      box-shadow: 0 30px 88px rgba(18,48,24,.22), inset 0 1px 0 rgba(255,255,255,.14) !important;
    }

    #comprar .purchase-unified::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(115deg, transparent 22%, rgba(255,255,255,.08), transparent 58%);
      pointer-events: none;
    }

    #comprar .purchase-intro,
    #comprar .purchase-action {
      position: relative;
      z-index: 1;
      min-width: 0;
    }

    #comprar .purchase-intro {
      display: grid;
      align-content: center;
      gap: 13px;
      padding: 26px 28px !important;
      border-radius: 30px !important;
    }

    #comprar .purchase-intro .eyebrow {
      width: fit-content;
      margin: 0 !important;
    }

    #comprar .purchase-intro h2 {
      max-width: 760px !important;
      margin: 0 !important;
    }

    #comprar .price-tag {
      margin: 0 !important;
    }

    #comprar .purchase-copy {
      max-width: 650px !important;
      margin: 0 !important;
    }

    #comprar .purchase-copy strong {
      color: #fff !important;
      font-weight: 780 !important;
    }

    #comprar .purchase-fast-points {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 4px;
    }

    #comprar .purchase-fast-points div {
      min-width: 0;
      min-height: 100px;
      display: grid;
      align-content: start;
      gap: 6px;
      padding: 14px 13px;
      border-radius: 20px;
      background: rgba(255,255,255,.085);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
      text-align: left;
    }

    #comprar .purchase-fast-points span {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: linear-gradient(135deg,#7bc474,#4f9550);
      color: #fff;
      font-size: .74rem;
      line-height: 1;
      font-weight: 950;
      box-shadow: 0 10px 22px rgba(0,0,0,.14);
    }

    #comprar .purchase-fast-points strong {
      color: #fff;
      font-size: .86rem;
      line-height: 1.08;
      font-weight: 820;
      letter-spacing: -.02em;
    }

    #comprar .purchase-fast-points small {
      color: rgba(255,255,255,.68);
      font-size: .74rem;
      line-height: 1.28;
      font-weight: 430;
    }

    #comprar .purchase-action {
      display: grid;
      align-content: center;
      justify-items: stretch;
      gap: 12px;
      padding: 20px !important;
      border-radius: 28px !important;
    }

    #comprar .purchase-action-title {
      position: relative;
      z-index: 1;
      margin: 16px 0 0;
      color: var(--brand-dark);
      font-size: 1.32rem;
      line-height: 1.02;
      letter-spacing: -.052em;
      font-weight: 860;
      text-align: center;
    }

    #comprar .purchase-action-copy {
      position: relative;
      z-index: 1;
      max-width: 290px;
      margin: 0 auto;
      color: rgba(82,98,86,.76);
      font-size: .86rem;
      line-height: 1.45;
      font-weight: 430;
      text-align: center;
    }

    #comprar .purchase-secure {
      margin-top: 20px;
    }

    #comprar .purchase-support-points,
    #comprar .purchase-support-link {
      max-width: 100%;
    }

    #comprar .plan-grid {
      margin-top: 0 !important;
    }

    @media (min-width: 901px) and (max-width: 1180px) {
      #comprar .purchase-unified {
        grid-template-columns: minmax(0, 1fr) 300px !important;
        gap: 16px !important;
        padding: 22px !important;
      }

      #comprar .purchase-intro {
        padding: 24px !important;
      }

      #comprar .purchase-fast-points {
        gap: 8px;
      }

      #comprar .purchase-fast-points div {
        min-height: 96px;
        padding: 12px;
      }

      #comprar .purchase-action {
        padding: 18px !important;
      }
    }

    @media (max-width: 900px) {
      #comprar .purchase-unified {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 430px !important;
        margin: 0 auto 18px !important;
        padding: 16px !important;
        border-radius: 28px !important;
        gap: 12px !important;
        text-align: center;
        overflow: hidden !important;
      }

      #comprar .purchase-intro {
        justify-items: center;
        padding: 20px 15px !important;
        border-radius: 23px !important;
        gap: 11px;
      }

      #comprar .purchase-intro .eyebrow {
        justify-self: center;
      }

      #comprar .purchase-intro h2 {
        max-width: 330px !important;
        font-size: clamp(1.78rem, 8.2vw, 2.48rem) !important;
        line-height: 1 !important;
        letter-spacing: -.054em !important;
        text-align: center !important;
      }

      #comprar .purchase-title-product {
        white-space: nowrap !important;
      }

      #comprar .price-tag {
        font-size: clamp(2rem, 10.6vw, 3rem) !important;
        line-height: .94 !important;
        letter-spacing: -.074em !important;
        text-align: center;
      }

      #comprar .purchase-copy {
        max-width: 315px !important;
        font-size: .8rem !important;
        line-height: 1.44 !important;
        text-align: center !important;
      }

      #comprar .purchase-fast-points {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: 100%;
        max-width: 315px;
        margin: 2px auto 0;
      }

      #comprar .purchase-fast-points div {
        min-height: auto;
        grid-template-columns: 28px minmax(0,1fr);
        grid-template-areas: "num title" "num copy";
        align-items: center;
        gap: 4px 10px;
        padding: 11px 12px;
        border-radius: 16px;
        text-align: left;
      }

      #comprar .purchase-fast-points span { grid-area: num; }
      #comprar .purchase-fast-points strong { grid-area: title; font-size: .8rem; }
      #comprar .purchase-fast-points small { grid-area: copy; font-size: .68rem; }

      #comprar .purchase-action {
        padding: 15px 13px !important;
        border-radius: 22px !important;
        gap: 9px;
      }

      #comprar .purchase-action::after {
        position: static;
        justify-self: center;
        order: -2;
        margin-bottom: 0;
      }

      #comprar .purchase-secure {
        width: 100%;
        max-width: 300px;
        justify-self: center;
        justify-content: center;
        margin-top: 0 !important;
        white-space: normal;
        line-height: 1.14;
      }

      #comprar .purchase-action-title {
        max-width: 300px;
        margin: 4px auto 0;
        font-size: 1.06rem;
      }

      #comprar .purchase-action-copy {
        max-width: 300px;
        font-size: .76rem;
        line-height: 1.38;
      }

      #comprar .purchase-support-points {
        width: 100%;
        max-width: 300px;
        justify-self: center;
      }

      #comprar .purchase-support-points div {
        padding: 10px 11px;
        border-radius: 15px;
      }

      #comprar .purchase-support-points div::before {
        width: 18px;
        height: 18px;
        margin-top: 1px;
        font-size: .56rem;
      }

      #comprar .purchase-support-points div {
        grid-template-columns: 20px minmax(0,1fr);
        gap: 3px 8px;
      }

      #comprar .purchase-support-points strong {
        font-size: .78rem;
      }

      #comprar .purchase-support-points span {
        font-size: .68rem;
      }

      #comprar .purchase-support-link {
        width: 100%;
        max-width: 300px;
        justify-self: center;
        min-height: 44px;
        padding: 10px 11px;
        font-size: .72rem;
        line-height: 1.18;
      }

    }

    @media (max-width: 390px) {
      #comprar .purchase-unified {
        padding: 12px !important;
        border-radius: 22px !important;
      }

      #comprar .purchase-intro {
        padding: 18px 12px !important;
        border-radius: 19px !important;
      }

      #comprar .purchase-intro h2 {
        max-width: 286px !important;
        font-size: clamp(1.58rem, 8.6vw, 2.12rem) !important;
      }

      #comprar .price-tag {
        font-size: clamp(1.88rem, 11vw, 2.55rem) !important;
      }

      #comprar .purchase-copy,
      #comprar .purchase-fast-points,
      #comprar .purchase-secure,
      #comprar .purchase-action-title,
      #comprar .purchase-action-copy,
      #comprar .purchase-support-points,
      #comprar .purchase-support-link {
        max-width: 286px !important;
      }
    }

    /* Responsive premium: FAQ y testimonios */
    @media (max-width: 900px) {
      #faq .faq-shell {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-areas:
          "head"
          "faq"
          "aside" !important;
        gap: 14px !important;
        padding: 28px 15px !important;
        border-radius: 28px !important;
      }

      #faq .faq-head {
        text-align: center;
        justify-self: center;
      }

      #faq .faq-badge {
        margin-left: auto;
        margin-right: auto;
        font-size: .66rem !important;
      }

      #faq .faq-head h2 {
        max-width: 330px !important;
        font-size: clamp(1.86rem, 8.6vw, 2.72rem) !important;
        line-height: .98 !important;
        letter-spacing: -.056em !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #faq .faq-head p {
        max-width: 320px !important;
        margin: 10px auto 0 !important;
        font-size: .82rem !important;
        line-height: 1.44 !important;
      }

      #faq .faq-aside {
        width: 100% !important;
        max-width: 340px;
        min-height: auto !important;
        justify-self: center;
        padding: 16px !important;
        border-radius: 22px !important;
      }

      #faq .faq-aside svg {
        width: 48px !important;
        height: 48px !important;
        margin-bottom: 9px !important;
      }

      #faq .faq-aside strong {
        font-size: 1.08rem !important;
        letter-spacing: -.045em !important;
      }

      #faq .faq-aside span {
        max-width: 250px !important;
        font-size: .78rem !important;
        line-height: 1.32 !important;
      }

      #faq .faq {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
      }

      #faq .faq details {
        border-radius: 18px !important;
      }

      #faq .faq summary {
        grid-template-columns: 28px 1fr 12px !important;
        gap: 10px !important;
        padding: 14px 13px !important;
        font-size: .88rem !important;
        line-height: 1.18 !important;
        text-align: left !important;
      }

      #faq .faq summary::before {
        width: 28px !important;
        height: 28px !important;
        font-size: .78rem !important;
      }

      #faq .faq summary::after {
        width: 9px !important;
        height: 9px !important;
      }

      #faq .faq p {
        padding: 0 14px 15px 51px !important;
        font-size: .8rem !important;
        line-height: 1.43 !important;
        text-align: left !important;
      }

      #testimonios .testimonial-track {
        scroll-padding-left: 12px;
        scroll-padding-right: 12px;
      }

      #testimonios .testimonial-card,
      #testimonios .testimonial-card.is-featured {
        flex-basis: min(84vw, 318px) !important;
        min-height: 318px !important;
        padding: 24px 18px !important;
      }

      #testimonios .testimonial-kicker {
        font-size: .6rem !important;
        padding: 6px 9px !important;
      }

      #testimonios .stars {
        font-size: .72rem !important;
        padding: 5px 7px !important;
      }

      #testimonios .testimonial-quote {
        font-size: clamp(1.18rem, 5.8vw, 1.58rem) !important;
        line-height: 1.08 !important;
      }

      #testimonios .testimonial-person {
        gap: 10px !important;
        padding-top: 12px !important;
      }

      #testimonios .testimonial-person strong {
        font-size: .86rem !important;
      }

      #testimonios .testimonial-person span {
        font-size: .72rem !important;
      }
    }

    @media (max-width: 420px) {
      #faq .faq-shell {
        padding: 24px 12px !important;
        border-radius: 24px !important;
      }

      #faq .faq-head h2 {
        max-width: 300px !important;
      }

      #faq .faq-aside {
        max-width: 100%;
        padding: 15px 13px !important;
      }

      #faq .faq summary {
        font-size: .84rem !important;
        padding: 13px 12px !important;
      }

      #faq .faq p {
        padding-left: 49px !important;
        font-size: .77rem !important;
      }

      #testimonios .testimonial-card,
      #testimonios .testimonial-card.is-featured {
        flex-basis: min(88vw, 304px) !important;
        padding: 23px 17px !important;
        border-radius: 22px !important;
      }

      #testimonios .testimonial-note {
        font-size: .74rem !important;
      }
    }
    /* Responsive premium: uso y confianza */
    @media (max-width: 900px) {
      .usage-section {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
      }

      .usage-showcase {
        padding: 28px 16px !important;
        border-radius: 28px !important;
        text-align: center;
      }

      .usage-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
      }

      .usage-copy {
        display: grid;
        justify-items: center;
        gap: 10px;
      }

      .usage-copy h2 {
        max-width: 330px !important;
        font-size: clamp(1.86rem, 8.6vw, 2.68rem) !important;
        line-height: .98 !important;
        letter-spacing: -.056em !important;
      }

      .usage-copy p {
        max-width: 330px !important;
        margin: 0 !important;
        font-size: .84rem !important;
        line-height: 1.48 !important;
      }

      .usage-features {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
      }

      .usage-features div {
        min-height: auto !important;
        padding: 14px !important;
        border-radius: 18px !important;
        text-align: left;
        align-items: flex-start !important;
      }

      .usage-features .check {
        width: 25px !important;
        height: 25px !important;
        flex-basis: 25px !important;
      }

      .usage-features span:last-child {
        font-size: .8rem !important;
        line-height: 1.36 !important;
      }

      .compact-trust {
        padding: 42px 0 !important;
      }

      .trust-head {
        display: grid !important;
        gap: 12px !important;
        text-align: center;
        margin-bottom: 18px !important;
      }

      .trust-head h2 {
        max-width: 330px !important;
        font-size: clamp(1.86rem, 8.4vw, 2.62rem) !important;
        line-height: .98 !important;
        letter-spacing: -.056em !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .trust-head p {
        max-width: 320px !important;
        margin: 0 auto !important;
        font-size: .82rem !important;
        line-height: 1.44 !important;
      }

      .compact-trust .grid-3 {
        gap: 10px !important;
      }

      .trust-card-premium {
        min-height: auto !important;
        grid-template-columns: 58px 1fr !important;
        gap: 12px !important;
        padding: 15px !important;
        border-radius: 22px !important;
        align-items: center !important;
      }

      .trust-badge {
        width: 58px !important;
        height: 58px !important;
      }

      .trust-badge svg {
        width: 31px !important;
        height: 31px !important;
      }

      .trust-label {
        padding: 6px 9px !important;
        font-size: .58rem !important;
      }

      .trust-card-premium h3 {
        font-size: 1.02rem !important;
        line-height: 1.05 !important;
        margin: 5px 0 4px !important;
      }

      .trust-card-premium p {
        font-size: .78rem !important;
        line-height: 1.36 !important;
      }
    }

    @media (max-width: 420px) {
      .usage-showcase {
        padding: 26px 14px !important;
        border-radius: 24px !important;
      }

      .usage-copy h2,
      .trust-head h2 {
        max-width: 300px !important;
      }

      .usage-features div,
      .trust-card-premium {
        border-radius: 19px !important;
      }

      .trust-card-premium {
        grid-template-columns: 54px 1fr !important;
        padding: 14px !important;
      }

      .trust-badge {
        width: 54px !important;
        height: 54px !important;
      }
    }
    /* Responsive premium: footer, disclaimer y botón final */
    @media (max-width: 900px) {
      .bottom-buy-cta {
        padding: 4px 0 18px !important;
      }

      .bottom-buy-btn {
        width: min(100%, 340px) !important;
        min-height: 72px !important;
        border-radius: 22px !important;
        padding: 12px 13px !important;
        gap: 10px !important;
        box-shadow: 0 24px 58px rgba(79,149,80,.30), 0 0 0 6px rgba(79,149,80,.08), inset 0 1px 0 rgba(255,255,255,.24) !important;
      }

      .bottom-buy-icon {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px !important;
      }

      .bottom-buy-icon svg {
        width: 21px !important;
        height: 21px !important;
      }

      .bottom-buy-copy strong {
        font-size: .92rem !important;
        line-height: 1.02 !important;
      }

      .bottom-buy-copy small {
        font-size: .66rem !important;
        line-height: 1.12 !important;
      }

      .bottom-buy-arrow {
        width: 32px !important;
        height: 32px !important;
        flex-basis: 32px !important;
      }

      .site-footer {
        padding: 38px 0 22px !important;
        font-size: .82rem !important;
      }

      .footer-shell {
        padding: 18px 15px !important;
        border-radius: 24px !important;
        background: linear-gradient(180deg,rgba(255,255,255,.52) 0%,rgba(255,255,255,.94) 20%,rgba(242,250,238,.84) 100%) !important;
      }

      .footer-shell::before {
        height: 58px !important;
      }

      .footer-main {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        text-align: center !important;
        gap: 12px !important;
      }

      .footer-logo img {
        width: 112px !important;
      }

      .footer-copy {
        justify-items: center !important;
        text-align: center !important;
      }

      .footer-copy span {
        max-width: 300px !important;
        font-size: .76rem !important;
      }

      .footer-support {
        width: 100% !important;
        max-width: 300px !important;
        min-height: 44px !important;
        font-size: .74rem !important;
      }

      .footer-links {
        justify-content: center !important;
        gap: 6px !important;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
      }

      .footer-links a {
        padding: 8px 10px !important;
        font-size: .74rem !important;
      }

      .footer-legal {
        display: grid !important;
        justify-items: center !important;
        text-align: center !important;
        gap: 7px !important;
        margin-top: 13px !important;
        padding-top: 12px !important;
        font-size: .68rem !important;
      }

      .external-disclaimer {
        width: min(100% - 24px, 620px) !important;
        margin-top: 14px !important;
        padding: 0 4px 8px !important;
        font-size: .62rem !important;
        line-height: 1.45 !important;
        color: rgba(82,98,86,.62) !important;
      }
    }

    @media (max-width: 420px) {
      .bottom-buy-btn {
        width: min(100%, 310px) !important;
        min-height: 68px !important;
        border-radius: 20px !important;
        gap: 8px !important;
      }

      .bottom-buy-icon {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px !important;
      }

      .bottom-buy-arrow {
        display: none !important;
      }

      .bottom-buy-copy strong {
        font-size: .86rem !important;
      }

      .bottom-buy-copy small {
        font-size: .62rem !important;
      }

      .footer-shell {
        padding: 16px 12px !important;
        border-radius: 22px !important;
      }

      .footer-links {
        max-width: 292px;
      }

      .footer-links a {
        font-size: .7rem !important;
        padding: 8px 9px !important;
      }

      .footer-support {
        max-width: 292px !important;
      }

      .external-disclaimer {
        font-size: .58rem !important;
        line-height: 1.42 !important;
      }
    }
    /* Responsive premium: CTA final */
    @media (max-width: 900px) {
      .final-cta {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
      }

      .final-cta-visual {
        max-width: 330px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 205px !important;
      }

      .final-cta-product {
        width: min(100%, 270px) !important;
      }

      .final-cta-badge {
        font-size: .62rem !important;
        padding: 7px 10px !important;
      }

      .final-cta h2 {
        max-width: 320px !important;
        font-size: clamp(1.82rem, 8.4vw, 2.54rem) !important;
        line-height: 1 !important;
        letter-spacing: -.055em !important;
      }

      .final-cta .final-product-name {
        display: inline-block;
        white-space: nowrap;
      }

      .final-cta p {
        max-width: 315px !important;
        font-size: .8rem !important;
        line-height: 1.46 !important;
      }

      .final-cta-points {
        max-width: 315px !important;
      }
    }

    @media (max-width: 420px) {
      .final-cta h2 {
        max-width: 292px !important;
      }

      .final-cta-visual,
      .final-cta-points {
        max-width: 100% !important;
      }

      .final-cta {
        padding: 25px 13px !important;
        border-radius: 24px !important;
      }

      .final-cta-visual {
        min-height: 190px !important;
        border-radius: 21px !important;
      }

      .final-cta-product {
        width: min(100%, 246px) !important;
      }

      .final-cta-points li {
        min-height: 38px !important;
        font-size: .63rem !important;
      }
    }
    /* Responsive premium: tablet y pantallas medianas */
    @media (min-width: 901px) and (max-width: 1180px) {
      :root {
        --max: 1040px;
      }

      .container {
        width: min(100% - 38px, var(--max));
      }

      section {
        padding: 66px 0;
      }

      .nav {
        gap: 12px !important;
      }

      .logo img {
        width: 132px !important;
      }

      .nav-links a {
        padding-left: 7px !important;
        padding-right: 8px !important;
        gap: 5px !important;
        font-size: .74rem !important;
      }

      .nav-link-icon {
        width: 16px !important;
        height: 16px !important;
        flex-basis: 16px !important;
      }

      .nav-link-icon svg {
        width: 16px !important;
        height: 16px !important;
      }

      .nav-order-btn {
        padding-left: 13px !important;
        padding-right: 14px !important;
        font-size: .82rem !important;
      }

      .hero {
        padding-top: 72px !important;
      }

      .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr) !important;
        gap: 28px !important;
      }

      .hero h1 {
        font-size: clamp(2.55rem, 5vw, 4.15rem) !important;
        max-width: 600px !important;
      }

      .hero p {
        max-width: 560px !important;
        font-size: 1rem !important;
      }

      .hero-actions {
        gap: 11px !important;
      }

      .hero-cta,
      .hero-formula-btn {
        min-height: 64px !important;
      }

      .product-visual {
        min-height: 380px !important;
      }

      .product-image-wrap {
        width: min(120%, 560px) !important;
      }

      .section-head,
      .ingredients-head,
      #beneficios .section-head,
      .testimonial-head,
      .trust-head {
        gap: 18px !important;
      }

      .section-head h2,
      .ingredients-head h2,
      #beneficios .section-head h2,
      .testimonial-head h2,
      .trust-head h2 {
        font-size: clamp(2rem, 4vw, 3.38rem) !important;
      }


      .cooperation-showcase .showcase-grid,
      .usage-grid {
        grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr) !important;
        gap: 24px !important;
      }

      .cooperation-features,
      .usage-features {
        gap: 10px !important;
      }

      .cooperation-features div,
      .usage-features div {
        padding: 15px !important;
      }



      #faq .faq-shell {
        grid-template-columns: minmax(0, 1fr) 230px !important;
        grid-template-areas: "head aside" "faq faq" !important;
        gap: 24px !important;
        padding: 38px 28px !important;
      }

      #faq .faq-aside {
        min-height: 176px !important;
      }

      .testimonial-track {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }

      .testimonial-card,
      .testimonial-card.is-featured {
        min-height: 345px !important;
      }

      .final-cta-grid {
        grid-template-columns: minmax(280px, .84fr) minmax(0, 1.16fr) !important;
        gap: 26px !important;
      }

      .final-cta-visual {
        min-height: 300px !important;
      }

      .final-cta-product {
        width: min(100%, 330px) !important;
      }

      .final-cta h2 {
        font-size: clamp(2.05rem, 4.2vw, 3.6rem) !important;
      }

      .final-cta p {
        font-size: .92rem !important;
      }

      .trust-card-premium {
        grid-template-columns: 70px 1fr !important;
        padding: 18px !important;
      }

      .trust-badge {
        width: 70px !important;
        height: 70px !important;
      }
    }
    /* Responsive final: prioridad móvil limpia */
    @media (max-width: 900px) {
      body {
        min-width: 0;
      }

      .container {
        width: min(100% - 22px, var(--max)) !important;
      }

      main section:not(.hero)::before {
        top: -30px;
        height: 60px;
      }

      .hero-grid,
      .showcase-grid,
      .ingredients-layout,
      .usage-grid,
      .final-cta-grid {
        grid-template-columns: 1fr !important;
      }

      .section-head,
      .ingredients-head,
      #beneficios .section-head,
      .testimonial-head,
      .trust-head {
        display: grid !important;
        grid-template-columns: 1fr !important;
      }

      .testimonial-head,
      .trust-head {
        text-align: center !important;
        justify-items: center !important;
      }

      .testimonial-head p,
      .trust-head p {
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .hero-cta,
      .hero-formula-btn,
      .bottom-buy-btn,
      .mobile-menu-cta {
        -webkit-tap-highlight-color: transparent;
      }

      #comprar .plan-grid {
        width: 100% !important;
      }

      #comprar .plan-card,
      #comprar .plan-card.recommended {
        width: 100% !important;
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #comprar .plan-card.recommended {
        order: -1 !important;
      }

      #faq .faq,
      .compact-trust .grid-3 {
        grid-template-columns: 1fr !important;
      }

      #testimonios .testimonial-track {
        margin-left: -2px;
        margin-right: -2px;
      }

      .final-cta,
      .showcase,
      #progreso .progress-card,
      .faq-shell {
        overflow: hidden;
      }
    }

    @media (max-width: 520px) {
      .container {
        width: min(100% - 20px, var(--max)) !important;
      }

      .hero-cta,
      .hero-formula-btn {
        max-width: 100% !important;
      }

      .hero-cta-copy,
      .hero-formula-copy {
        min-width: 0 !important;
      }

      .hero-cta-copy strong,
      .hero-formula-copy strong,
      .hero-cta-copy small,
      .hero-formula-copy small {
        overflow-wrap: anywhere;
      }

      #comprar .plan-card,
      #comprar .plan-card.recommended,
      #progreso .progress-card,
      #faq .faq-shell,
      .final-cta,
      .usage-showcase,
      .cooperation-showcase {
        max-width: 100% !important;
      }
    }
    /* Responsive ultra compacto: celulares angostos */
    @media (max-width: 390px) {
      .container {
        width: min(100% - 18px, var(--max)) !important;
      }

      section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
      }



      #ingredientes .bonus,
      .cooperation-features div,
      .usage-features div,
      .trust-card-premium {
        padding: 13px !important;
      }


      #progreso .progress-card,
      #faq .faq-shell,
      .final-cta,
      .usage-showcase,
      .cooperation-showcase {
        border-radius: 22px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
      }



      #faq .faq summary {
        font-size: .8rem !important;
        grid-template-columns: 26px 1fr 10px !important;
      }

      #faq .faq p {
        padding-left: 47px !important;
        font-size: .73rem !important;
      }

      #testimonios .testimonial-card,
      #testimonios .testimonial-card.is-featured {
        flex-basis: min(88vw, 286px) !important;
        min-height: 304px !important;
        padding: 21px 15px !important;
      }

      .final-cta-visual {
        min-height: 176px !important;
      }

      .final-cta-product {
        width: min(100%, 226px) !important;
      }

      .final-cta-points {
        max-width: 286px !important;
      }

      .final-cta-points li {
        font-size: .6rem !important;
      }
    }
    /* Responsive definitivo: estabilidad móvil */
    @media (max-width: 900px) {
      .hero,
      #beneficios,
      .ingredients-section,
      .usage-section,
      #comprar,
      #progreso,
      #faq,
      .testimonial-section,
      .compact-trust,
      .bottom-buy-cta {
        overflow-x: hidden !important;
      }

      #comprar .purchase-intro h2,
      #progreso .progress-intro h2,
      #faq .faq-head h2,
      .testimonial-head h2,
      .trust-head h2,
      .final-cta h2 {
        text-align: center !important;
        text-wrap: balance;
      }

      #comprar .purchase-copy,
      #progreso .progress-subcopy,
      #faq .faq-head p,
      .testimonial-head p,
      .trust-head p,
      .final-cta p {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .product-wordmark,
      .hero-product-name.product-wordmark,
      .purchase-title-product.product-wordmark,
      .final-product-name {
        white-space: normal !important;
        display: inline !important;
      }

      #comprar .purchase-title-product.product-wordmark,
      .final-cta .final-product-name {
        white-space: nowrap !important;
        display: inline-block !important;
      }

      .hero-actions,
      #comprar .purchase-action,
      #progreso .progress-highlight,
      #progreso .progress-timeline,
      #faq .faq,
      .final-cta-points {
        width: 100% !important;
      }

      #comprar .plan-card,
      #comprar .plan-card.recommended {
        box-shadow: 0 18px 46px rgba(18,48,24,.10), inset 0 1px 0 rgba(255,255,255,.88) !important;
      }

      #comprar .plan-card .btn,
      .bottom-buy-btn,
      .mobile-menu-cta {
        width: 100% !important;
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #testimonios .testimonial-track {
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
      }

      #testimonios .testimonial-card {
        scroll-snap-align: center;
      }
    }

    /* Responsive intermedio: celulares grandes y tablets pequeñas */
    @media (min-width: 521px) and (max-width: 768px) {
      .container {
        width: min(100% - 34px, var(--max)) !important;
      }

      section {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
      }


      .section-head h2,
      .ingredients-head h2,
      #beneficios .section-head h2,
      .showcase h2,
      .usage-copy h2,
      #comprar .purchase-intro h2,
      #progreso .progress-intro h2,
      #faq .faq-head h2,
      .testimonial-head h2,
      .trust-head h2,
      .final-cta h2 {
        max-width: 460px !important;
        font-size: clamp(2.08rem, 6.2vw, 3.05rem) !important;
      }

      .section-head p,
      .ingredients-head p,
      #beneficios .section-head p,
      .showcase p,
      .usage-copy p,
      #comprar .purchase-copy,
      #progreso .progress-subcopy,
      #faq .faq-head p,
      .testimonial-head p,
      .trust-head p,
      .final-cta p {
        max-width: 430px !important;
        font-size: .88rem !important;
      }

      .trust-card-premium {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
      }

      #ingredientes .facts,
      #ingredientes .ingredient-explanations,
      .cooperation-showcase,
      .usage-showcase,
      #progreso .progress-card,
      #faq .faq-shell,
      .final-cta {
        max-width: 560px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #comprar .plan-grid {
        max-width: 520px !important;
      }


      #progreso .progress-highlight,
      #progreso .progress-bar-shell,
      #progreso .progress-timeline,
      #progreso .progress-note {
        max-width: 460px !important;
      }

      #testimonios .testimonial-card,
      #testimonios .testimonial-card.is-featured {
        flex-basis: min(78vw, 390px) !important;
      }

      .final-cta-visual {
        max-width: 420px !important;
        min-height: 250px !important;
      }

      .final-cta-product {
        width: min(100%, 320px) !important;
      }

      .final-cta-points {
        max-width: 430px !important;
      }
    }
    /* BENEFICIOS V2 - sección aislada y estable */
    #beneficios {
      position: relative;
      overflow: hidden;
      padding-top: 58px;
    }

    #beneficios::after {
      content: "";
      position: absolute;
      width: 540px;
      height: 540px;
      right: -260px;
      top: 34px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(123,196,116,.15), transparent 68%);
      pointer-events: none;
    }

    #beneficios > .container {
      position: relative;
      z-index: 1;
    }

    #beneficios .section-head {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 390px) !important;
      align-items: center !important;
      gap: 24px !important;
      padding: clamp(24px, 3.2vw, 36px) !important;
      margin-bottom: 24px !important;
      border-radius: 34px !important;
      position: relative !important;
      overflow: hidden !important;
      background:
        linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,.92) 18%, rgba(239,249,235,.72) 100%),
        radial-gradient(circle at 8% 8%, rgba(255,255,255,.96), transparent 34%),
        radial-gradient(circle at 92% 0%, rgba(123,196,116,.15), transparent 36%) !important;
      border: 1px solid rgba(79,149,80,.10) !important;
      border-top-color: rgba(255,255,255,.36) !important;
      box-shadow: 0 18px 48px rgba(18,48,24,.055), inset 0 1px 0 rgba(255,255,255,.55) !important;
      contain: layout paint;
    }

    #beneficios .section-head::before {
      content: "" !important;
      position: absolute !important;
      left: 0 !important;
      right: 0 !important;
      top: 0 !important;
      width: auto !important;
      height: 74px !important;
      border-radius: 0 !important;
      background: linear-gradient(180deg, rgba(247,252,244,.96), rgba(247,252,244,.42) 46%, rgba(247,252,244,0)) !important;
      pointer-events: none !important;
      z-index: 0 !important;
    }

    #beneficios .section-head::after {
      content: "360°" !important;
      position: absolute !important;
      right: 20px !important;
      bottom: -16px !important;
      font-size: clamp(3.2rem, 6.8vw, 6.7rem) !important;
      line-height: 1 !important;
      font-weight: 950 !important;
      letter-spacing: -.12em !important;
      color: rgba(79,149,80,.045) !important;
      pointer-events: none !important;
      z-index: 0 !important;
    }

    #beneficios .section-head h2,
    #beneficios .section-head p {
      position: relative !important;
      z-index: 1 !important;
      margin: 0 !important;
    }

    #beneficios .section-head h2 {
      max-width: 780px !important;
      color: var(--brand-dark) !important;
      font-size: clamp(2.15rem, 4.75vw, 4.05rem) !important;
      line-height: .96 !important;
      letter-spacing: -.07em !important;
      font-weight: 860 !important;
      text-align: left !important;
      text-wrap: balance;
    }

    #beneficios .section-head p {
      max-width: 390px !important;
      justify-self: end !important;
      padding: 17px 18px !important;
      border-radius: 24px !important;
      background: rgba(255,255,255,.66) !important;
      border: 1px solid rgba(79,149,80,.11) !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.82) !important;
      color: rgba(82,98,86,.76) !important;
      font-size: .9rem !important;
      line-height: 1.5 !important;
      font-weight: 420 !important;
      text-align: left !important;
    }

    #beneficios .grid-3 {
      display: grid !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      gap: 18px !important;
      align-items: stretch !important;
      width: 100% !important;
    }

    #beneficios .benefit-card {
      position: relative !important;
      isolation: isolate !important;
      contain: layout paint !important;
      display: grid !important;
      grid-template-columns: 1fr !important;
      grid-template-rows: auto 1fr !important;
      align-content: start !important;
      align-items: start !important;
      gap: 16px !important;
      min-width: 0 !important;
      min-height: 292px !important;
      height: 100% !important;
      padding: 26px !important;
      border-radius: 32px !important;
      overflow: hidden !important;
      background:
        radial-gradient(circle at 88% 8%, rgba(123,196,116,.16), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(242,250,238,.86)) !important;
      border: 1px solid rgba(79,149,80,.16) !important;
      box-shadow: 0 18px 48px rgba(18,48,24,.075), inset 0 1px 0 rgba(255,255,255,.9) !important;
      text-align: left !important;
      transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease !important;
    }

    #beneficios .benefit-card::before {
      content: attr(data-step) !important;
      position: absolute !important;
      right: 18px !important;
      top: 12px !important;
      z-index: -1 !important;
      font-size: 4.8rem !important;
      line-height: 1 !important;
      font-weight: 950 !important;
      letter-spacing: -.12em !important;
      color: rgba(79,149,80,.06) !important;
      pointer-events: none !important;
    }

    #beneficios .benefit-card::after {
      content: "" !important;
      position: absolute !important;
      right: -46px !important;
      bottom: -58px !important;
      z-index: -1 !important;
      width: 140px !important;
      height: 140px !important;
      border-radius: 999px !important;
      background: radial-gradient(circle, rgba(79,149,80,.12), transparent 70%) !important;
      pointer-events: none !important;
    }

    #beneficios .benefit-card:hover {
      transform: translateY(-8px) !important;
      border-color: rgba(79,149,80,.26) !important;
      box-shadow: 0 30px 78px rgba(18,48,24,.14), inset 0 1px 0 rgba(255,255,255,.92) !important;
    }

    #beneficios .benefit-badge {
      width: 78px !important;
      height: 78px !important;
      border-radius: 999px !important;
      display: grid !important;
      place-items: center !important;
      flex: 0 0 auto !important;
      background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,.98), transparent 32%),
        linear-gradient(145deg, #ffffff, #e8f7e3 58%, #d5efcf) !important;
      border: 1px solid rgba(79,149,80,.2) !important;
      box-shadow: 0 18px 40px rgba(18,48,24,.1), 0 0 0 8px rgba(79,149,80,.045), inset 0 1px 0 rgba(255,255,255,.92) !important;
    }

    #beneficios .benefit-badge svg {
      width: 41px !important;
      height: 41px !important;
      stroke: var(--brand) !important;
      fill: none !important;
      stroke-width: 2 !important;
      stroke-linecap: round !important;
      stroke-linejoin: round !important;
    }

    #beneficios .benefit-content {
      display: grid !important;
      gap: 8px !important;
      min-width: 0 !important;
      align-content: start !important;
      text-align: left !important;
    }

    #beneficios .benefit-label {
      display: inline-flex !important;
      align-items: center !important;
      gap: 7px !important;
      width: fit-content !important;
      max-width: 100% !important;
      padding: 7px 10px !important;
      border-radius: 999px !important;
      background: rgba(79,149,80,.09) !important;
      border: 1px solid rgba(79,149,80,.1) !important;
      color: var(--brand) !important;
      font-size: .64rem !important;
      font-weight: 760 !important;
      letter-spacing: .045em !important;
      text-transform: uppercase !important;
      line-height: 1 !important;
      white-space: nowrap !important;
    }

    #beneficios .benefit-label::before {
      content: "" !important;
      width: 6px !important;
      height: 6px !important;
      flex: 0 0 6px !important;
      border-radius: 999px !important;
      background: var(--brand) !important;
      box-shadow: 0 0 0 4px rgba(79,149,80,.1) !important;
    }

    #beneficios .benefit-card h3 {
      margin: 0 !important;
      max-width: 260px !important;
      color: var(--brand-dark) !important;
      font-size: 1.26rem !important;
      line-height: 1.06 !important;
      letter-spacing: -.045em !important;
      font-weight: 820 !important;
      text-wrap: balance;
    }

    #beneficios .benefit-card p {
      margin: 0 !important;
      max-width: 310px !important;
      color: rgba(82,98,86,.78) !important;
      font-size: .88rem !important;
      line-height: 1.45 !important;
      font-weight: 430 !important;
      letter-spacing: -.001em !important;
      text-align: left !important;
    }

    @media (max-width: 900px) {
      #beneficios {
        padding-top: 42px !important;
      }

      #beneficios .section-head {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 12px !important;
        padding: 22px 15px !important;
        border-radius: 26px !important;
        text-align: center !important;
      }

      #beneficios .section-head::before {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        width: auto !important;
        height: 58px !important;
      }

      #beneficios .section-head::after {
        right: 8px !important;
        bottom: -10px !important;
        font-size: 3.6rem !important;
        color: rgba(79,149,80,.04) !important;
      }

      #beneficios .section-head h2 {
        max-width: 340px !important;
        margin: 0 auto !important;
        font-size: clamp(1.86rem, 8.4vw, 2.62rem) !important;
        line-height: .99 !important;
        letter-spacing: -.055em !important;
        text-align: center !important;
      }

      #beneficios .section-head p {
        max-width: 330px !important;
        justify-self: center !important;
        margin: 0 auto !important;
        padding: 13px 14px !important;
        border-radius: 18px !important;
        font-size: .8rem !important;
        line-height: 1.43 !important;
        text-align: center !important;
      }

      #beneficios .grid-3 {
        grid-template-columns: 1fr !important;
        gap: 11px !important;
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #beneficios .benefit-card {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        grid-template-rows: auto !important;
        align-items: start !important;
        gap: 12px !important;
        min-height: auto !important;
        height: auto !important;
        padding: 15px !important;
        border-radius: 22px !important;
      }

      #beneficios .benefit-card:hover {
        transform: none !important;
      }

      #beneficios .benefit-card::before {
        right: 12px !important;
        top: 8px !important;
        font-size: 3.1rem !important;
      }

      #beneficios .benefit-badge {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 58px !important;
        height: 58px !important;
        box-shadow: 0 12px 28px rgba(18,48,24,.08), 0 0 0 5px rgba(79,149,80,.04), inset 0 1px 0 rgba(255,255,255,.9) !important;
      }

      #beneficios .benefit-badge svg {
        width: 31px !important;
        height: 31px !important;
      }

      #beneficios .benefit-content {
        grid-column: 2 !important;
        grid-row: 1 !important;
        gap: 6px !important;
      }

      #beneficios .benefit-label {
        padding: 6px 9px !important;
        font-size: .58rem !important;
        letter-spacing: .035em !important;
      }

      #beneficios .benefit-card h3 {
        max-width: none !important;
        font-size: 1.03rem !important;
        line-height: 1.07 !important;
      }

      #beneficios .benefit-card p {
        max-width: none !important;
        font-size: .78rem !important;
        line-height: 1.36 !important;
      }
    }

    @media (max-width: 420px) {
      #beneficios .section-head h2 {
        max-width: 310px !important;
      }

      #beneficios .benefit-card {
        grid-template-columns: 54px minmax(0, 1fr) !important;
        gap: 10px !important;
        padding: 14px !important;
      }

      #beneficios .benefit-badge {
        width: 54px !important;
        height: 54px !important;
      }

      #beneficios .benefit-badge svg {
        width: 29px !important;
        height: 29px !important;
      }
    }

    @media (max-width: 390px) {
      #beneficios .section-head {
        padding: 20px 12px !important;
        border-radius: 22px !important;
      }

      #beneficios .section-head h2 {
        max-width: 286px !important;
        font-size: clamp(1.66rem, 8.8vw, 2.18rem) !important;
      }

      #beneficios .section-head p {
        max-width: 286px !important;
        font-size: .74rem !important;
      }
    }
    /* Seguridad final: beneficios no se desfasan */
    #beneficios .grid-3 > .benefit-card {
      box-sizing: border-box !important;
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
    }

    #beneficios .benefit-card > .benefit-badge,
    #beneficios .benefit-card > .benefit-content {
      min-width: 0 !important;
    }

    @media (max-width: 900px) {
      #beneficios .grid-3 > .benefit-card {
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    /* INGREDIENTES V2 - facts y descripciones estables */
    #ingredientes .ingredients-layout {
      align-items: stretch !important;
      gap: 18px !important;
    }

    #ingredientes .facts {
      height: 100%;
      padding: 18px !important;
      border-radius: 36px !important;
      background:
        radial-gradient(circle at 14% 10%, rgba(255,255,255,.22), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(123,196,116,.34), transparent 36%),
        radial-gradient(circle at 50% 108%, rgba(123,196,116,.14), transparent 40%),
        linear-gradient(145deg, #0f2d18 0%, #235f31 58%, #0f2d18 100%) !important;
      border: 1px solid rgba(206,239,197,.18) !important;
      box-shadow: 0 30px 82px rgba(18,48,24,.24), inset 0 1px 0 rgba(255,255,255,.16) !important;
    }

    #ingredientes .facts-inner {
      min-height: 100%;
      display: grid !important;
      align-content: stretch !important;
      padding: 18px !important;
      border-radius: 28px !important;
      background: rgba(255,255,255,.085) !important;
      border: 1px solid rgba(255,255,255,.13) !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12) !important;
      overflow: hidden;
    }

    #ingredientes .facts-topline {
      display: flex !important;
      align-items: flex-start !important;
      justify-content: space-between !important;
      gap: 14px !important;
      margin: 0 0 14px !important;
      padding: 0 !important;
      background: transparent !important;
      border-bottom: 0 !important;
    }

    #ingredientes .facts h3 {
      display: block !important;
      max-width: none !important;
      margin: 0 !important;
      color: #fff !important;
      font-size: clamp(1.72rem, 3vw, 2.48rem) !important;
      line-height: .94 !important;
      letter-spacing: -.052em !important;
      font-weight: 820 !important;
      text-transform: uppercase !important;
      text-rendering: geometricPrecision;
    }

    #ingredientes .facts h3 span {
      display: block !important;
      width: fit-content !important;
      margin: 0 0 7px !important;
      color: rgba(255,255,255,.66) !important;
      font-size: .68rem !important;
      line-height: 1 !important;
      letter-spacing: .11em !important;
      font-weight: 760 !important;
      text-transform: uppercase !important;
    }

    #ingredientes .facts-tag {
      display: inline-flex !important;
      align-items: center !important;
      gap: 7px !important;
      padding: 8px 11px !important;
      border-radius: 999px !important;
      background: rgba(255,255,255,.11) !important;
      border: 1px solid rgba(255,255,255,.14) !important;
      color: rgba(255,255,255,.86) !important;
      font-size: .66rem !important;
      font-weight: 780 !important;
      letter-spacing: .065em !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

    #ingredientes .facts-tag::before {
      content: "" !important;
      width: 7px !important;
      height: 7px !important;
      border-radius: 999px !important;
      background: #7bc474 !important;
      box-shadow: 0 0 0 5px rgba(123,196,116,.13) !important;
    }

    #ingredientes .serving {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 10px !important;
      margin: 16px 0 !important;
      padding: 8px !important;
      border-radius: 22px !important;
      background: rgba(255,255,255,.075) !important;
      border: 1px solid rgba(255,255,255,.13) !important;
    }

    #ingredientes .serving-item {
      min-height: 74px !important;
      display: grid !important;
      align-content: center !important;
      gap: 5px !important;
      padding: 12px 10px !important;
      border-radius: 17px !important;
      background: rgba(255,255,255,.09) !important;
      border: 1px solid rgba(255,255,255,.12) !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
    }

    #ingredientes .serving-item b {
      color: #fff !important;
      font-size: 1rem !important;
      line-height: 1.05 !important;
      font-weight: 720 !important;
      letter-spacing: -.018em !important;
    }

    #ingredientes .serving-item span {
      color: rgba(255,255,255,.68) !important;
      font-size: .6rem !important;
      line-height: 1 !important;
      font-weight: 700 !important;
      letter-spacing: .075em !important;
      text-transform: uppercase !important;
    }

    #ingredientes .facts-list {
      display: grid !important;
      gap: 7px !important;
      padding: 0 !important;
      background: transparent !important;
    }

    #ingredientes .facts-list::before {
      content: "Active Ingredients" !important;
      display: block !important;
      margin: 2px 0 1px !important;
      color: rgba(255,255,255,.68) !important;
      font-size: .66rem !important;
      font-weight: 760 !important;
      letter-spacing: .09em !important;
      text-transform: uppercase !important;
    }

    #ingredientes .ingredient {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) auto !important;
      gap: 12px !important;
      align-items: center !important;
      min-height: 48px !important;
      padding: 10px 12px !important;
      border-radius: 15px !important;
      border: 1px solid rgba(255,255,255,.1) !important;
      background: rgba(255,255,255,.072) !important;
      backdrop-filter: blur(8px) !important;
      -webkit-backdrop-filter: blur(8px) !important;
      color: rgba(255,255,255,.92) !important;
      font-size: .82rem !important;
      line-height: 1.24 !important;
      font-weight: 520 !important;
      letter-spacing: -.004em !important;
    }

    #ingredientes .ingredient:hover {
      background: rgba(255,255,255,.105) !important;
      border-color: rgba(255,255,255,.18) !important;
    }

    #ingredientes .ingredient span:first-child {
      min-width: 0 !important;
      font-size: .82rem !important;
      line-height: 1.24 !important;
      font-weight: 560 !important;
    }

    #ingredientes .ingredient span:last-child {
      min-width: 64px !important;
      padding: 6px 8px !important;
      border-radius: 999px !important;
      background: rgba(255,255,255,.12) !important;
      border: 1px solid rgba(255,255,255,.1) !important;
      color: rgba(255,255,255,.96) !important;
      font-size: .66rem !important;
      font-weight: 760 !important;
      line-height: 1 !important;
      text-align: center !important;
      white-space: nowrap !important;
    }

    #ingredientes .ingredient-explanations {
      height: 100%;
      display: grid !important;
      gap: 8px !important;
      align-content: stretch !important;
    }

    #ingredientes .bonus {
      position: relative;
      overflow: hidden;
      min-height: 74px !important;
      height: 100%;
      display: flex !important;
      align-items: center !important;
      gap: 11px !important;
      padding: 14px 15px !important;
      border-radius: 20px !important;
      background:
        radial-gradient(circle at 92% 12%, rgba(123,196,116,.11), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.92), rgba(244,251,241,.82)) !important;
      border: 1px solid rgba(79,149,80,.14) !important;
      box-shadow: 0 12px 30px rgba(18,48,24,.055), inset 0 1px 0 rgba(255,255,255,.86) !important;
      color: rgba(82,98,86,.78) !important;
      font-size: .82rem !important;
      line-height: 1.42 !important;
      font-weight: 430 !important;
      letter-spacing: -.002em !important;
    }

    #ingredientes .bonus .check {
      width: 24px !important;
      height: 24px !important;
      flex: 0 0 24px !important;
      font-size: .7rem !important;
      background: linear-gradient(135deg, var(--brand), var(--accent)) !important;
      box-shadow: 0 10px 22px rgba(79,149,80,.18) !important;
    }

    #ingredientes .bonus strong {
      color: var(--brand-dark) !important;
      font-size: .82rem !important;
      line-height: 1.18 !important;
      font-weight: 720 !important;
      letter-spacing: -.01em !important;
    }

    @media (min-width: 901px) {
      #ingredientes .ingredient-explanations {
        grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
      }
    }

    @media (max-width: 900px) {
      #ingredientes .ingredients-layout {
        gap: 12px !important;
      }

      #ingredientes .facts {
        max-width: 430px !important;
        padding: 14px !important;
        border-radius: 28px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #ingredientes .facts-inner {
        padding: 14px !important;
        border-radius: 22px !important;
      }

      #ingredientes .facts-topline {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        text-align: center !important;
        gap: 10px !important;
      }

      #ingredientes .facts h3 {
        display: grid !important;
        justify-items: center !important;
        gap: 7px !important;
        max-width: 300px !important;
        font-size: clamp(1.52rem, 8vw, 2.12rem) !important;
        line-height: .95 !important;
      }

      #ingredientes .facts h3 span {
        margin: 0 !important;
        font-size: .56rem !important;
        letter-spacing: .08em !important;
      }

      #ingredientes .facts-tag {
        font-size: .56rem !important;
        padding: 7px 10px !important;
      }

      #ingredientes .serving {
        gap: 8px !important;
        padding: 7px !important;
        border-radius: 18px !important;
      }

      #ingredientes .serving-item {
        min-height: 62px !important;
        padding: 10px 8px !important;
        border-radius: 14px !important;
        text-align: center !important;
        justify-items: center !important;
      }

      #ingredientes .serving-item b { font-size: .9rem !important; }
      #ingredientes .serving-item span { font-size: .54rem !important; }
      #ingredientes .facts-list::before { text-align: center !important; font-size: .58rem !important; }

      #ingredientes .ingredient {
        min-height: 42px !important;
        padding: 9px 10px !important;
        gap: 8px !important;
        font-size: .74rem !important;
        line-height: 1.26 !important;
        border-radius: 13px !important;
      }

      #ingredientes .ingredient span:first-child {
        font-size: .74rem !important;
        line-height: 1.26 !important;
      }

      #ingredientes .ingredient span:last-child {
        min-width: 54px !important;
        font-size: .58rem !important;
        padding: 5px 6px !important;
      }

      #ingredientes .bonus {
        height: auto !important;
        min-height: auto !important;
        padding: 12px 13px !important;
        border-radius: 17px !important;
        font-size: .76rem !important;
        line-height: 1.38 !important;
      }

      #ingredientes .bonus strong {
        font-size: .76rem !important;
      }
    }

    @media (max-width: 420px) {
      #ingredientes .facts {
        padding: 10px !important;
        border-radius: 24px !important;
      }

      #ingredientes .facts-inner {
        padding: 12px !important;
        border-radius: 19px !important;
      }

      #ingredientes .facts h3 {
        max-width: 260px !important;
        font-size: clamp(1.36rem, 8.6vw, 1.86rem) !important;
      }

      #ingredientes .facts h3 span,
      #ingredientes .facts-tag {
        font-size: .5rem !important;
      }

      #ingredientes .ingredient,
      #ingredientes .ingredient span:first-child {
        font-size: .68rem !important;
      }

      #ingredientes .ingredient span:last-child {
        min-width: 50px !important;
        font-size: .54rem !important;
      }

      #ingredientes .bonus,
      #ingredientes .bonus strong {
        font-size: .72rem !important;
        line-height: 1.36 !important;
      }
    }
    /* HERO BASE V4 - base limpia sin responsive duplicado */
    .hero-mobile-product {
      display: none;
    }

    .hero-desktop-product {
      display: block;
    }

    .hero-actions {
      align-items: stretch;
    }

    .hero-cta,
    .hero-formula-btn {
      min-width: 245px;
    }

    .hero-formula-btn {
      justify-content: flex-start;
      padding-right: 18px;
    }

    @media (min-width: 901px) {
      .hero-mobile-product {
        display: none !important;
      }

      .hero-desktop-product {
        display: block !important;
      }
    }

    @media (max-width: 900px) {
      .hero-desktop-product {
        display: none !important;
      }

      .hero-mobile-product {
        display: block !important;
      }
    }

    /* HEADER MOVIL V4 - logo, CTA y menú estables */
    @media (max-width: 900px) {
      .topbar .nav {
        grid-template-columns: auto minmax(4px, 1fr) auto auto !important;
      }

      .topbar .logo,
      .topbar .nav-order-btn,
      .topbar .mobile-menu-toggle {
        position: relative !important;
        z-index: 2 !important;
      }

      .topbar .logo img {
        width: clamp(82px, 23vw, 104px) !important;
      }

      .topbar .nav-order-btn {
        min-width: max-content !important;
        max-width: none !important;
        overflow: visible !important;
      }

      .topbar .nav-order-btn span {
        min-width: max-content !important;
      }
    }

    @media (max-width: 380px) {
      .topbar .nav {
        grid-template-columns: auto minmax(2px, 1fr) auto auto !important;
        gap: 4px !important;
      }

      .topbar .logo img {
        width: 72px !important;
      }

      .topbar .nav-order-btn {
        min-height: 36px !important;
        padding: 7px 6px !important;
        gap: 4px !important;
        border-radius: 12px !important;
        font-size: .5rem !important;
      }

      .topbar .nav-order-btn svg {
        width: 13px !important;
        height: 13px !important;
        flex-basis: 13px !important;
      }

      .topbar .mobile-menu-toggle {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 12px !important;
      }
    }

    /* MENU MOVIL V3 - limpio, estable y mantenible */
    @media (max-width: 900px) {
      html {
        scroll-padding-top: 76px;
      }

      body.menu-open {
        overflow: hidden !important;
        touch-action: none;
      }

      .topbar {
        position: sticky !important;
        top: 0 !important;
        z-index: 8000 !important;
        background: rgba(255,255,255,.94) !important;
        border-bottom: 1px solid rgba(79,149,80,.10) !important;
        box-shadow: 0 10px 26px rgba(18,48,24,.06) !important;
        backdrop-filter: blur(16px) saturate(145%) !important;
        -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
      }

      .nav {
        width: min(100% - 18px, var(--max)) !important;
        min-height: 62px !important;
        margin: 0 auto !important;
        padding: 7px 0 !important;
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto auto !important;
        align-items: center !important;
        gap: 7px !important;
      }

      .nav-links {
        display: none !important;
      }

      .logo {
        min-height: 42px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
      }

      .logo img {
        width: 100px !important;
        max-height: 42px !important;
      }

      .nav-order-btn {
        justify-self: end !important;
        width: auto !important;
        max-width: none !important;
        min-height: 40px !important;
        padding: 8px 10px !important;
        border-radius: 14px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        font-size: .62rem !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
      }

      .nav-order-btn svg {
        width: 15px !important;
        height: 15px !important;
        flex: 0 0 15px !important;
      }

      .nav-order-btn span {
        display: inline-block !important;
        max-width: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: nowrap !important;
      }

      .mobile-menu-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        justify-self: end !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
        border-radius: 14px !important;
        border: 1px solid rgba(79,149,80,.18) !important;
        background: linear-gradient(145deg, #fff, #edf8e9) !important;
        color: var(--brand-dark) !important;
        box-shadow: 0 10px 24px rgba(18,48,24,.08), inset 0 1px 0 rgba(255,255,255,.9) !important;
        cursor: pointer !important;
      }

      .mobile-menu-icon {
        position: relative !important;
        width: 20px !important;
        height: 16px !important;
        display: block !important;
      }

      .mobile-menu-icon span {
        position: absolute !important;
        left: 0 !important;
        width: 20px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: currentColor !important;
        transition: top .22s ease, transform .22s ease, opacity .22s ease, width .22s ease !important;
      }

      .mobile-menu-icon span:nth-child(1) { top: 1px !important; }
      .mobile-menu-icon span:nth-child(2) { top: 7px !important; width: 14px !important; }
      .mobile-menu-icon span:nth-child(3) { top: 13px !important; }

      body.menu-open .mobile-menu-icon span:nth-child(1) {
        top: 7px !important;
        transform: rotate(45deg) !important;
      }

      body.menu-open .mobile-menu-icon span:nth-child(2) {
        opacity: 0 !important;
      }

      body.menu-open .mobile-menu-icon span:nth-child(3) {
        top: 7px !important;
        transform: rotate(-45deg) !important;
      }

      .mobile-menu {
        position: fixed !important;
        inset: 0 !important;
        z-index: 9000 !important;
        width: 100vw !important;
        height: 100dvh !important;
        display: grid !important;
        align-items: start !important;
        padding: 78px 12px 18px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        overscroll-behavior: contain !important;
        -webkit-overflow-scrolling: touch !important;
        background:
          radial-gradient(circle at 86% 8%, rgba(123,196,116,.24), transparent 30%),
          linear-gradient(180deg, rgba(251,255,248,.98), rgba(231,247,225,.98)) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-8px) !important;
        transition: opacity .22s ease, visibility .22s ease, transform .22s ease !important;
      }

      body.menu-open .mobile-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
      }

      .mobile-menu-close {
        position: fixed !important;
        top: max(12px, env(safe-area-inset-top)) !important;
        right: max(12px, env(safe-area-inset-right)) !important;
        z-index: 9200 !important;
        width: 40px !important;
        height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255,255,255,.28) !important;
        background: linear-gradient(135deg, var(--brand-dark), var(--brand)) !important;
        color: #fff !important;
        box-shadow: 0 16px 38px rgba(18,48,24,.22), inset 0 1px 0 rgba(255,255,255,.18) !important;
        cursor: pointer !important;
      }

      .mobile-menu-close span {
        position: absolute !important;
        width: 18px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: currentColor !important;
      }

      .mobile-menu-close span:first-child { transform: rotate(45deg) !important; }
      .mobile-menu-close span:last-child { transform: rotate(-45deg) !important; }

      .mobile-menu-inner {
        width: min(100%, 390px) !important;
        max-width: 390px !important;
        margin: 0 auto !important;
        position: relative !important;
        z-index: 1 !important;
        padding: 12px !important;
        border-radius: 26px !important;
        background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(241,250,237,.90)) !important;
        border: 1px solid rgba(79,149,80,.14) !important;
        box-shadow: 0 26px 72px rgba(18,48,24,.14), inset 0 1px 0 rgba(255,255,255,.92) !important;
      }

      .mobile-menu-head {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 10px !important;
        margin: 0 0 10px !important;
        padding: 13px !important;
        border-radius: 20px !important;
        background: rgba(255,255,255,.74) !important;
        border: 1px solid rgba(79,149,80,.1) !important;
        text-align: left !important;
      }

      .mobile-menu-head > div:first-child,
      .mobile-menu-links a:not(.btn) > span:nth-child(2) {
        min-width: 0 !important;
      }

      .mobile-menu-head strong,
      .mobile-menu-head span,
      .mobile-menu-links a:not(.btn) > span:nth-child(2) {
        display: block !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
      }

      .mobile-menu-head strong {
        color: var(--brand-dark) !important;
        font-size: .98rem !important;
        line-height: 1.05 !important;
        letter-spacing: -.04em !important;
        font-weight: 860 !important;
        white-space: nowrap !important;
      }

      .mobile-menu-head span {
        margin-top: 5px !important;
        color: rgba(82,98,86,.72) !important;
        font-size: .68rem !important;
        line-height: 1.25 !important;
      }

      .mobile-menu-pill {
        height: 30px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 9px !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, var(--brand), var(--accent)) !important;
        color: #fff !important;
        font-size: .54rem !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        letter-spacing: .045em !important;
        white-space: nowrap !important;
      }

      .mobile-menu-links {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: 100% !important;
      }

      .mobile-menu-links a:not(.btn) {
        width: 100% !important;
        min-height: 52px !important;
        display: grid !important;
        grid-template-columns: 34px minmax(0, 1fr) 18px !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 9px 11px !important;
        border-radius: 18px !important;
        background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,251,241,.88)) !important;
        border: 1px solid rgba(79,149,80,.12) !important;
        box-shadow: 0 10px 24px rgba(18,48,24,.045), inset 0 1px 0 rgba(255,255,255,.9) !important;
        color: var(--brand-dark) !important;
        font-size: .82rem !important;
        line-height: 1.1 !important;
        font-weight: 800 !important;
        letter-spacing: -.012em !important;
        text-align: left !important;
      }

      .mobile-menu-links a:not(.btn) > span:nth-child(2) {
        white-space: nowrap !important;
      }

      .mobile-menu-links a:not(.btn)::after {
        content: "→" !important;
        justify-self: end !important;
        color: var(--brand) !important;
        font-size: .9rem !important;
        line-height: 1 !important;
        font-weight: 900 !important;
      }

      .mobile-link-icon {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        display: grid !important;
        place-items: center !important;
        border-radius: 999px !important;
        background: rgba(79,149,80,.10) !important;
        border: 1px solid rgba(79,149,80,.12) !important;
        color: var(--brand) !important;
        font-size: .72rem !important;
        line-height: 1 !important;
        font-weight: 900 !important;
      }

      .mobile-menu-cta {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 54px !important;
        margin: 4px 0 0 !important;
        padding: 12px 14px !important;
        border-radius: 18px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: .9rem !important;
        line-height: 1.1 !important;
        font-weight: 920 !important;
        text-align: center !important;
        white-space: normal !important;
      }
    }

    @media (max-width: 420px) {
      .nav {
        width: min(100% - 16px, var(--max)) !important;
        min-height: 58px !important;
        gap: 5px !important;
      }

      .logo img { width: 82px !important; }

      .nav-order-btn {
        max-width: none !important;
        min-height: 38px !important;
        padding: 8px 9px !important;
        gap: 5px !important;
        font-size: .56rem !important;
      }

      .nav-order-btn span { max-width: none !important; }

      .mobile-menu-toggle,
      .mobile-menu-close {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        border-radius: 13px !important;
      }

      .mobile-menu {
        padding: 68px 9px max(14px, env(safe-area-inset-bottom)) !important;
      }

      .mobile-menu-inner {
        padding: 10px !important;
        border-radius: 22px !important;
      }

      .mobile-menu-head {
        padding: 11px !important;
        border-radius: 17px !important;
      }

      .mobile-menu-head strong { font-size: .9rem !important; }
      .mobile-menu-head span { font-size: .64rem !important; }

      .mobile-menu-links a:not(.btn) {
        min-height: 49px !important;
        grid-template-columns: 31px minmax(0, 1fr) 15px !important;
        gap: 9px !important;
        padding: 8px 10px !important;
        border-radius: 16px !important;
        font-size: .78rem !important;
      }

      .mobile-link-icon {
        width: 31px !important;
        height: 31px !important;
        min-width: 31px !important;
        font-size: .66rem !important;
      }
    }

    @media (max-width: 360px) {
      .nav {
        width: min(100% - 14px, var(--max)) !important;
        grid-template-columns: auto minmax(0,1fr) auto !important;
      }

      .logo img {
        width: 76px !important;
      }

      .nav-order-btn {
        max-width: none !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
        font-size: .53rem !important;
      }

      .mobile-menu-toggle {
        width: 37px !important;
        height: 37px !important;
        min-width: 37px !important;
      }

      .mobile-menu-head {
        grid-template-columns: 1fr !important;
        justify-items: start !important;
        gap: 8px !important;
      }

      .mobile-menu-pill {
        height: 27px !important;
        font-size: .48rem !important;
      }

      .mobile-menu-links a:not(.btn) > span:nth-child(2) {
        white-space: normal !important;
        line-height: 1.13 !important;
      }
    }

    @media (max-width: 768px) and (max-height: 620px) {
      .mobile-menu {
        padding-top: 62px !important;
        padding-bottom: max(12px, env(safe-area-inset-bottom)) !important;
      }

      .mobile-menu-inner {
        max-width: 560px !important;
        padding: 10px !important;
      }

      .mobile-menu-head {
        margin-bottom: 8px !important;
        padding: 10px 11px !important;
      }

      .mobile-menu-links {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
        gap: 7px !important;
      }

      .mobile-menu-links a:not(.btn) {
        min-height: 44px !important;
        grid-template-columns: 28px minmax(0,1fr) 12px !important;
        gap: 8px !important;
        padding: 7px 8px !important;
        border-radius: 14px !important;
        font-size: .72rem !important;
      }

      .mobile-link-icon {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        font-size: .6rem !important;
      }

      .mobile-menu-cta {
        grid-column: 1 / -1 !important;
        min-height: 46px !important;
      }
    }
    /* COMPONENT LOCK V2 - estabilidad de componentes críticos */
    #beneficios,
    #ingredientes,
    .hero,
    .topbar {
      --component-card-gap: 18px;
      --component-mobile-width: 430px;
    }

    #beneficios .grid-3,
    #ingredientes .ingredients-layout,
    .hero-actions,
    .mobile-menu-links,
    #comprar .plan-grid {
      min-width: 0 !important;
    }

    #beneficios .benefit-card,
    #ingredientes .facts,
    #ingredientes .bonus,
    .hero-cta,
    .hero-formula-btn,
    .mobile-menu-inner,
    .mobile-menu-links a,
    #comprar .plan-card {
      box-sizing: border-box !important;
    }

    #beneficios .benefit-card *,
    #ingredientes .facts *,
    #ingredientes .bonus *,
    .hero-cta *,
    .hero-formula-btn *,
    .mobile-menu * {
      min-width: 0;
    }

    .mobile-menu .btn::after,
    .mobile-menu-links a::before {
      display: none !important;
    }

    .mobile-menu-cta {
      overflow: hidden !important;
      isolation: isolate !important;
    }

    @media (max-width: 900px) {
      #beneficios .grid-3,
      #ingredientes .ingredients-layout,
      #comprar .plan-grid {
        width: 100% !important;
        max-width: var(--component-mobile-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #beneficios .benefit-card,
      #ingredientes .facts,
      #ingredientes .ingredient-explanations,
      #comprar .plan-card {
        width: 100% !important;
      }

      #comprar .plan-card,
      #comprar .plan-card.recommended {
        overflow: hidden !important;
        align-self: stretch !important;
      }

      .hero-cta-copy,
      .hero-formula-copy,
      .mobile-menu-head > div:first-child,
      .mobile-menu-links a span:nth-child(2),
      #comprar .plan-title,
      #comprar .plan-card p {
        overflow-wrap: anywhere;
      }
    }

    /* PLANES MOVIL V7 - responsive compacto y limpio */
    @media (max-width: 900px) {
      #comprar .plan-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 430px !important;
        margin: 20px auto 0 !important;
      }

      #comprar .plan-card,
      #comprar .plan-card.recommended {
        min-height: auto !important;
        width: 100% !important;
        max-width: 430px !important;
        margin: 0 auto !important;
        padding: 16px !important;
        border-radius: 26px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-areas:
          "image"
          "badge"
          "title"
          "days"
          "price"
          "save"
          "copy"
          "helper"
          "button" !important;
        justify-items: center !important;
        align-items: start !important;
        gap: 8px !important;
        text-align: center !important;
        transform: none !important;
      }

      #comprar .plan-card.recommended {
        order: -1 !important;
        padding-top: 48px !important;
      }

      #comprar .plan-one {
        --plan-glow: rgba(123,196,116,.15);
        --plan-border: rgba(79,149,80,.16);
        --plan-shadow: 0 18px 46px rgba(18,48,24,.09);
      }

      #comprar .plan-two {
        --plan-glow: rgba(79,149,80,.24);
        --plan-border: rgba(79,149,80,.26);
        --plan-shadow: 0 22px 56px rgba(18,48,24,.11);
      }

      #comprar .plan-three {
        --plan-glow: rgba(23,143,85,.36);
        --plan-border: rgba(15,124,73,.52);
        --plan-shadow: 0 30px 82px rgba(18,48,24,.18), 0 0 0 7px rgba(79,149,80,.09);
      }

      #comprar .best-deal-ribbon {
        min-height: 38px !important;
        padding: 8px 10px !important;
        font-size: .62rem !important;
        letter-spacing: .055em !important;
      }

      #comprar .plan-select-label {
        top: 13px !important;
        left: 13px !important;
        width: 30px !important;
        height: 30px !important;
        font-size: .74rem !important;
      }

      #comprar .plan-product-slot,
      #comprar .plan-card.recommended .plan-product-slot {
        grid-area: image !important;
        width: min(100%, 250px) !important;
        min-height: 130px !important;
        margin: 0 auto -2px !important;
      }

      #comprar .plan-product-slot::before {
        bottom: 6px !important;
        width: min(58%, 148px) !important;
        height: 16px !important;
        opacity: .54 !important;
        filter: blur(12px) !important;
      }

      #comprar .plan-two .plan-product-slot::before {
        width: min(52%, 132px) !important;
        opacity: .42 !important;
      }

      #comprar .plan-two .plan-product-image {
        filter: drop-shadow(0 20px 26px rgba(18,48,24,.16)) !important;
      }

      #comprar .plan-product-image,
      #comprar .plan-product-image-single,
      #comprar .plan-product-image-large {
        transform: none !important;
      }

      #comprar .plan-product-image-single { width: min(100%, 140px) !important; }
      #comprar .plan-product-image { width: min(100%, 170px) !important; }
      #comprar .plan-product-image-large { width: min(100%, 200px) !important; }

      #comprar .plan-badge { grid-area: badge !important; padding: 6px 9px !important; font-size: .6rem !important; }
      #comprar .plan-title { grid-area: title !important; margin: 0 auto !important; font-size: 1.1rem !important; line-height: 1.02 !important; }
      #comprar .plan-days { grid-area: days !important; padding: 6px 9px !important; font-size: .64rem !important; }
      #comprar .plan-price { grid-area: price !important; max-width: 310px !important; margin: 3px auto 0 !important; padding: 13px 10px 12px !important; border-radius: 20px !important; font-size: clamp(2rem, 10vw, 2.72rem) !important; }
      #comprar .plan-price::after { margin-top: 6px !important; font-size: .56rem !important; }
      #comprar .plan-save { grid-area: save !important; padding: 6px 9px !important; font-size: .66rem !important; }
      #comprar .plan-card p { grid-area: copy !important; max-width: 310px !important; margin: 0 auto !important; font-size: .76rem !important; line-height: 1.36 !important; }
      #comprar .plan-helper { grid-area: helper !important; max-width: 310px !important; padding: 8px 10px !important; border-radius: 15px !important; font-size: .7rem !important; }
      #comprar .plan-card .btn { grid-area: button !important; width: 100% !important; max-width: 310px !important; min-height: 52px !important; border-radius: 16px !important; font-size: .84rem !important; white-space: normal !important; line-height: 1.15 !important; }

      #comprar .plan-card:hover,
      #comprar .plan-card.recommended:hover,
      #comprar .plan-card:hover .btn,
      #comprar .plan-card:hover .plan-price,
      #comprar .plan-card:hover .plan-product-image,
      #comprar .plan-card:hover .plan-product-image-single,
      #comprar .plan-card:hover .plan-product-image-large {
        transform: none !important;
      }
    }

    @media (min-width: 521px) and (max-width: 768px) {
      #comprar .plan-grid { max-width: 500px !important; gap: 13px !important; }
      #comprar .plan-card,
      #comprar .plan-card.recommended { max-width: 500px !important; padding: 17px !important; border-radius: 27px !important; }
      #comprar .plan-card.recommended { padding-top: 50px !important; }
      #comprar .plan-product-slot,
      #comprar .plan-card.recommended .plan-product-slot { width: min(100%, 290px) !important; min-height: 142px !important; }
      #comprar .plan-product-image-single { width: min(100%, 152px) !important; }
      #comprar .plan-product-image { width: min(100%, 184px) !important; }
      #comprar .plan-product-image-large { width: min(100%, 218px) !important; }
      #comprar .plan-price,
      #comprar .plan-card .btn,
      #comprar .plan-card p,
      #comprar .plan-helper { max-width: 360px !important; }
    }

    @media (max-width: 420px) {
      #comprar .plan-grid { gap: 12px !important; max-width: 100% !important; }
      #comprar .plan-card,
      #comprar .plan-card.recommended { padding: 14px !important; border-radius: 23px !important; gap: 7px !important; }
      #comprar .plan-card.recommended { padding-top: 44px !important; }
      #comprar .plan-product-slot,
      #comprar .plan-card.recommended .plan-product-slot { width: min(100%, 224px) !important; min-height: 116px !important; }
      #comprar .plan-product-image-single { width: min(100%, 128px) !important; }
      #comprar .plan-product-image { width: min(100%, 154px) !important; }
      #comprar .plan-product-image-large { width: min(100%, 182px) !important; }
      #comprar .plan-title { font-size: 1.02rem !important; }
      #comprar .plan-price { font-size: clamp(1.86rem, 11vw, 2.48rem) !important; padding: 12px 9px 11px !important; }
      #comprar .plan-card p { font-size: .72rem !important; }
    }

    @media (max-width: 360px) {
      #comprar .plan-card,
      #comprar .plan-card.recommended { padding: 12px !important; border-radius: 21px !important; }
      #comprar .plan-card.recommended { padding-top: 42px !important; }
      #comprar .plan-product-slot,
      #comprar .plan-card.recommended .plan-product-slot { width: min(100%, 198px) !important; min-height: 108px !important; }
      #comprar .plan-product-image-single { width: min(100%, 116px) !important; }
      #comprar .plan-product-image { width: min(100%, 140px) !important; }
      #comprar .plan-product-image-large { width: min(100%, 166px) !important; }
      #comprar .plan-price { font-size: clamp(1.72rem, 11.5vw, 2.22rem) !important; }
    }

    /* ALINEACION MOVIL V2 - secciones editoriales a la izquierda */
    @media (max-width: 900px) {
      .hero-copy,
      #beneficios .section-head,
      .ingredients-head,
      .usage-copy {
        text-align: left !important;
        justify-items: start !important;
      }

      .hero .eyebrow,
      .hero h1,
      .hero p,
      #beneficios .section-head h2,
      #beneficios .section-head p,
      .ingredients-head h2,
      .ingredients-head p,
      .usage-copy h2,
      .usage-copy p {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
      }

      .hero h1,
      .hero p {
        max-width: 100% !important;
      }

      .hero-mobile-product,
      .hero-actions {
        justify-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #beneficios .section-head h2,
      .ingredients-head h2,
      .usage-copy h2 {
        max-width: 360px !important;
      }

      #beneficios .section-head p,
      .ingredients-head p,
      .usage-copy p {
        max-width: 345px !important;
      }

      #beneficios .section-head p {
        justify-self: start !important;
      }

      #ingredientes .facts-topline {
        justify-items: start !important;
        text-align: left !important;
      }

      #ingredientes .facts h3 {
        justify-items: start !important;
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
      }

      #ingredientes .facts h3 span {
        margin-left: 0 !important;
        margin-right: auto !important;
      }

      #ingredientes .facts-tag {
        justify-self: start !important;
      }

      #ingredientes .facts-list::before {
        text-align: left !important;
      }
    }

    @media (max-width: 420px) {
      #beneficios .section-head h2,
      .ingredients-head h2,
      .usage-copy h2 {
        max-width: 310px !important;
      }

      #beneficios .section-head p,
      .ingredients-head p,
      .usage-copy p {
        max-width: 306px !important;
      }
    }

    /* HERO MOBILE V4 - bloque limpio y consistente */
    @media (max-width: 900px) {
      .hero {
        padding: 16px 0 34px !important;
      }

      .hero-grid {
        display: block !important;
      }

      .hero-copy {
        width: 100% !important;
        max-width: 390px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: grid !important;
        justify-items: stretch !important;
        text-align: left !important;
        padding: 18px 14px 16px !important;
        border-radius: 30px !important;
        background:
          radial-gradient(circle at 88% 8%, rgba(123,196,116,.16), transparent 34%),
          radial-gradient(circle at 12% 0%, rgba(255,255,255,.95), transparent 34%),
          linear-gradient(180deg, rgba(255,255,255,.82), rgba(241,250,237,.68)) !important;
        border: 1px solid rgba(79,149,80,.12) !important;
        box-shadow: 0 18px 46px rgba(18,48,24,.07), inset 0 1px 0 rgba(255,255,255,.88) !important;
      }

      .hero .eyebrow {
        justify-self: start !important;
        max-width: 100% !important;
        margin: 0 0 13px !important;
        justify-content: flex-start !important;
        text-align: left !important;
      }

      .hero h1 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        text-align: left !important;
        font-size: clamp(2rem, 9.2vw, 3rem) !important;
        line-height: .98 !important;
        letter-spacing: -.056em !important;
      }

      .hero-product-name.product-wordmark {
        display: inline !important;
        white-space: normal !important;
      }

      .hero-mobile-product {
        justify-self: center !important;
        width: 100% !important;
        max-width: 350px !important;
        margin: 15px auto 12px !important;
        border-radius: 26px !important;
        background:
          radial-gradient(circle at 50% 42%, rgba(255,255,255,.72), transparent 36%),
          radial-gradient(circle at 50% 84%, rgba(123,196,116,.22), transparent 44%) !important;
      }

      .hero-mobile-product .product-visual {
        min-height: 205px !important;
      }

      .hero-mobile-product .product-image-wrap {
        width: min(132%, 410px) !important;
      }

      .hero p {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        text-align: left !important;
        font-size: .86rem !important;
        line-height: 1.48 !important;
      }

      .hero-actions {
        width: 100% !important;
        max-width: 100% !important;
        margin: 16px 0 0 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
      }

      .hero-cta,
      .hero-formula-btn {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
      }
    }

    @media (max-width: 420px) {
      .hero-copy {
        max-width: 100% !important;
        padding: 16px 12px 14px !important;
        border-radius: 24px !important;
      }

      .hero .eyebrow {
        font-size: .56rem !important;
        padding: 7px 8px !important;
        gap: 6px !important;
      }

      .hero .eyebrow::after {
        content: "360°" !important;
        height: 21px !important;
        padding: 0 7px !important;
      }

      .hero h1 {
        font-size: clamp(1.78rem, 9.6vw, 2.42rem) !important;
      }

      .hero-mobile-product {
        max-width: 310px !important;
        margin-top: 13px !important;
      }

      .hero-mobile-product .product-visual {
        min-height: 178px !important;
      }

      .hero p {
        font-size: .8rem !important;
        line-height: 1.44 !important;
      }
    }

    @media (max-width: 360px) {
      .hero-copy {
        padding: 14px 10px !important;
        border-radius: 22px !important;
      }

      .hero h1 {
        font-size: clamp(1.62rem, 9.8vw, 2.16rem) !important;
      }

      .hero-mobile-product {
        max-width: 286px !important;
      }

      .hero-mobile-product .product-visual {
        min-height: 166px !important;
      }
    }

    /* HERO MOBILE LOCK V1 - evita anchos desiguales */
    @media (max-width: 900px) {
      .hero-copy > .eyebrow,
      .hero-copy > h1,
      .hero-copy > p,
      .hero-copy > .hero-actions {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .hero-copy > .eyebrow {
        width: fit-content !important;
        max-width: 100% !important;
      }

      .hero-copy .hero-mobile-product {
        width: 100% !important;
        max-width: 350px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .hero-copy .hero-cta,
      .hero-copy .hero-formula-btn {
        justify-self: stretch !important;
      }
    }

    @media (max-width: 420px) {
      .hero-copy .hero-mobile-product {
        max-width: 310px !important;
      }
    }

    @media (max-width: 360px) {
      .hero-copy .hero-mobile-product {
        max-width: 286px !important;
      }
    }

    /* SUPPLEMENT FACTS MOBILE LOCK V2 - título en una línea + Daily Formula arriba derecha */
    @media (max-width: 900px) {
      #ingredientes .facts-topline {
        position: relative !important;
        display: block !important;
        min-height: 46px !important;
        padding-right: 92px !important;
        margin-bottom: 13px !important;
        text-align: left !important;
      }

      #ingredientes .facts h3 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        text-align: left !important;
        font-size: clamp(1.32rem, 6.4vw, 1.9rem) !important;
        line-height: .96 !important;
        letter-spacing: -.046em !important;
      }

      #ingredientes .facts-tag {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 2 !important;
        padding: 6px 8px !important;
        font-size: .48rem !important;
        line-height: 1 !important;
        letter-spacing: .055em !important;
        white-space: nowrap !important;
      }

      #ingredientes .facts-tag::before {
        width: 5px !important;
        height: 5px !important;
        box-shadow: 0 0 0 4px rgba(123,196,116,.12) !important;
      }

      #ingredientes .facts h3 span {
        display: block !important;
        width: fit-content !important;
        max-width: 100% !important;
        margin: 0 0 6px !important;
        white-space: nowrap !important;
        text-align: left !important;
      }
    }

    @media (max-width: 420px) {
      #ingredientes .facts-topline {
        min-height: 44px !important;
        padding-right: 82px !important;
      }

      #ingredientes .facts h3 {
        font-size: clamp(1.18rem, 6.1vw, 1.52rem) !important;
        letter-spacing: -.04em !important;
      }

      #ingredientes .facts-tag {
        padding: 5px 7px !important;
        font-size: .43rem !important;
      }
    }

    @media (max-width: 360px) {
      #ingredientes .facts-topline {
        min-height: 42px !important;
        padding-right: 74px !important;
      }

      #ingredientes .facts h3 {
        font-size: clamp(1.08rem, 6vw, 1.34rem) !important;
        letter-spacing: -.034em !important;
      }

      #ingredientes .facts-tag {
        padding: 5px 6px !important;
        font-size: .38rem !important;
      }
    }

    /* PURCHASE SUPPORT MOBILE LOCK V1 - evita que texto se monte sobre iconos */
    @media (max-width: 900px) {
      #comprar .purchase-support-points {
        display: grid !important;
        gap: 8px !important;
      }

      #comprar .purchase-support-points div {
        display: grid !important;
        grid-template-columns: 20px minmax(0, 1fr) !important;
        grid-template-areas:
          "icon title"
          "icon copy" !important;
        align-items: start !important;
        column-gap: 8px !important;
        row-gap: 3px !important;
        text-align: left !important;
        overflow: hidden !important;
      }

      #comprar .purchase-support-points div::before {
        grid-area: icon !important;
        align-self: start !important;
        justify-self: start !important;
        width: 18px !important;
        height: 18px !important;
        margin: 1px 0 0 !important;
        flex: 0 0 18px !important;
      }

      #comprar .purchase-support-points strong {
        grid-area: title !important;
        display: block !important;
        min-width: 0 !important;
        margin: 0 !important;
        line-height: 1.08 !important;
      }

      #comprar .purchase-support-points span {
        grid-area: copy !important;
        display: block !important;
        min-width: 0 !important;
        margin: 0 !important;
        line-height: 1.3 !important;
      }
    }

    @media (max-width: 390px) {
      #comprar .purchase-support-points div {
        grid-template-columns: 18px minmax(0, 1fr) !important;
        column-gap: 7px !important;
        padding: 9px 10px !important;
      }

      #comprar .purchase-support-points div::before {
        width: 17px !important;
        height: 17px !important;
        font-size: .52rem !important;
      }
    }

    /* PROGRESO MOBILE POLISH V5 - único responsive móvil del proceso 90 días */
    @media (max-width: 900px) {
      #progreso {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
      }

      #progreso .progress-card {
        max-width: 430px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 20px 12px 18px !important;
        border-radius: 26px !important;
        overflow: hidden !important;
      }

      #progreso .progress-card::before {
        right: -18px !important;
        top: 8px !important;
        font-size: 3.1rem !important;
        opacity: .9 !important;
      }

      #progreso .progress-intro {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding-bottom: 14px !important;
        text-align: center !important;
      }

      #progreso .progress-title-wrap,
      #progreso .progress-highlight-content {
        width: 100% !important;
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-items: center !important;
        text-align: center !important;
      }

      #progreso .progress-kicker {
        justify-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: .58rem !important;
        padding: 7px 10px !important;
      }

      #progreso .progress-intro h2 {
        width: 100% !important;
        max-width: 330px !important;
        margin: 0 auto !important;
        font-size: clamp(1.82rem, 8.4vw, 2.46rem) !important;
        line-height: 1 !important;
        letter-spacing: -.054em !important;
        text-align: center !important;
      }

      #progreso .progress-subcopy {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        font-size: .8rem !important;
        line-height: 1.42 !important;
        text-align: center !important;
      }

      #progreso .progress-highlight {
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 11px !important;
        justify-items: center !important;
        padding: 13px !important;
        border-radius: 22px !important;
        text-align: center !important;
      }

      #progreso .progress-mini-card {
        width: 100% !important;
        max-width: 224px !important;
        padding: 12px !important;
        border-radius: 19px !important;
      }

      #progreso .progress-mini-card strong {
        font-size: 1.08rem !important;
      }

      #progreso .progress-highlight-label {
        justify-self: center !important;
        font-size: .58rem !important;
        padding: 7px 10px !important;
      }

      #progreso .progress-highlight p {
        width: 100% !important;
        max-width: 304px !important;
        margin: 0 auto !important;
        font-size: .76rem !important;
        line-height: 1.4 !important;
        text-align: center !important;
      }

      #progreso .progress-bar-shell,
      #progreso .progress-timeline,
      #progreso .progress-note {
        width: 100% !important;
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      #progreso .progress-bar-shell {
        margin-top: 14px !important;
        padding: 13px 10px !important;
        border-radius: 19px !important;
      }

      #progreso .progress-bar-head {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 5px !important;
        text-align: center !important;
        font-size: .56rem !important;
      }

      #progreso .progress-bar-head strong {
        max-width: 240px !important;
        font-size: .68rem !important;
        line-height: 1.1 !important;
      }

      #progreso .progress-bar-head span:last-child {
        justify-self: center !important;
      }

      #progreso .progress-track {
        box-sizing: border-box !important;
        width: auto !important;
        height: 12px !important;
        margin: 8px 20px 12px !important;
      }

      #progreso .progress-marker {
        width: 26px !important;
        height: 26px !important;
        font-size: .52rem !important;
      }

      #progreso .progress-marker-1 { left: 16.66% !important; }
      #progreso .progress-marker-2 { left: 33.33% !important; }
      #progreso .progress-marker-3 { left: 66.66% !important; }
      #progreso .progress-marker-4 { left: 100% !important; }

      #progreso .progress-bar-days {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 3px !important;
        font-size: .5rem !important;
        line-height: 1.1 !important;
        letter-spacing: .015em !important;
      }

      #progreso .progress-timeline {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        margin-top: 12px !important;
      }

      #progreso .progress-step {
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
        padding: 14px !important;
        border-radius: 18px !important;
        gap: 7px !important;
        text-align: left !important;
      }

      #progreso .progress-step h3 {
        font-size: 1rem !important;
        line-height: 1.05 !important;
      }

      #progreso .progress-step p {
        font-size: .73rem !important;
        line-height: 1.36 !important;
        text-align: left !important;
      }

      #progreso .progress-day,
      #progreso .progress-claim {
        justify-self: start !important;
        font-size: .56rem !important;
        line-height: 1.1 !important;
        padding: 6px 9px !important;
        text-align: left !important;
      }

      #progreso .progress-note {
        margin-top: 12px !important;
        padding: 12px 13px !important;
        border-radius: 17px !important;
        font-size: .7rem !important;
        line-height: 1.4 !important;
        text-align: left !important;
      }
    }

    @media (max-width: 390px) {
      #progreso .progress-card {
        padding: 18px 10px 16px !important;
        border-radius: 22px !important;
      }

      #progreso .progress-title-wrap,
      #progreso .progress-highlight,
      #progreso .progress-bar-shell,
      #progreso .progress-timeline,
      #progreso .progress-step,
      #progreso .progress-note {
        max-width: 100% !important;
      }

      #progreso .progress-intro h2 {
        max-width: 292px !important;
        font-size: clamp(1.66rem, 8.8vw, 2.14rem) !important;
      }

      #progreso .progress-subcopy,
      #progreso .progress-highlight p {
        max-width: 292px !important;
      }

      #progreso .progress-mini-card {
        max-width: 210px !important;
      }

      #progreso .progress-track {
        margin-left: 17px !important;
        margin-right: 17px !important;
      }

      #progreso .progress-marker {
        width: 24px !important;
        height: 24px !important;
        font-size: .48rem !important;
      }

      #progreso .progress-bar-days {
        font-size: .47rem !important;
      }
    }

    /* PROGRESO STEPS MOBILE V6 - cards compactas y texto legible */
    @media (max-width: 900px) {
      #progreso .progress-timeline {
        gap: 8px !important;
        max-width: 340px !important;
      }

      #progreso .progress-step {
        min-height: auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 6px !important;
        padding: 12px 13px !important;
        border-radius: 16px !important;
        background:
          linear-gradient(145deg, rgba(255,255,255,.96), rgba(243,251,240,.86)) !important;
        box-shadow: 0 10px 24px rgba(18,48,24,.055), inset 0 1px 0 rgba(255,255,255,.88) !important;
      }

      #progreso .progress-step::after {
        width: 70px !important;
        height: 70px !important;
        right: -34px !important;
        bottom: -38px !important;
        opacity: .65 !important;
      }

      #progreso .progress-day {
        padding: 5px 8px !important;
        font-size: .58rem !important;
        line-height: 1 !important;
        letter-spacing: .035em !important;
      }

      #progreso .progress-step h3 {
        margin: 1px 0 0 !important;
        font-size: 1.08rem !important;
        line-height: 1.06 !important;
        letter-spacing: -.042em !important;
      }

      #progreso .progress-step p {
        margin: 0 !important;
        font-size: .82rem !important;
        line-height: 1.4 !important;
        color: rgba(82,98,86,.8) !important;
      }

      #progreso .progress-claim {
        margin-top: 2px !important;
        padding: 5px 8px !important;
        font-size: .55rem !important;
        line-height: 1 !important;
        letter-spacing: .03em !important;
        background: rgba(79,149,80,.07) !important;
      }
    }

    @media (max-width: 390px) {
      #progreso .progress-timeline {
        gap: 7px !important;
      }

      #progreso .progress-step {
        padding: 11px 12px !important;
        border-radius: 15px !important;
      }

      #progreso .progress-step h3 {
        font-size: 1.02rem !important;
      }

      #progreso .progress-step p {
        font-size: .79rem !important;
        line-height: 1.38 !important;
      }
    }

    /* MOBILE MENU ICONS V3 - mismos SVG que desktop */
    @media (max-width: 900px) {
      .mobile-link-icon {
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
        font-size: .68rem !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        letter-spacing: -.02em !important;
      }

      .mobile-link-icon svg {
        width: 17px !important;
        height: 17px !important;
        display: block !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2.15 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
      }

      .mobile-menu-links a[href="#comprar"] .mobile-link-icon svg {
        width: 18px !important;
        height: 18px !important;
      }
    }

    @media (max-width: 420px) {
      .mobile-link-icon svg {
        width: 15px !important;
        height: 15px !important;
      }

      .mobile-menu-links a[href="#comprar"] .mobile-link-icon svg {
        width: 16px !important;
        height: 16px !important;
      }
    }

    /* Desktop final: visibilidad base de componentes */
    @media (min-width: 901px) {
      .hero-mobile-product,
      .mobile-menu-toggle,
      .mobile-menu {
        display: none !important;
      }

      .hero-desktop-product {
        display: block !important;
      }

      .nav-links {
        display: flex !important;
      }
    }
    
    /* PERFORMANCE MOTION V2 - animaciones mas suaves para PageSpeed */
#progreso .progress-fill {
  width: 100% !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 1.15s cubic-bezier(.2,.8,.2,1) !important;
  will-change: transform !important;
}

#progreso .progress-card.is-progress-active .progress-fill {
  transform: scaleX(1) !important;
}

@media (min-width: 901px) {
  #comprar .plan-card,
  #comprar .plan-card .plan-product-image,
  #comprar .plan-card .plan-product-image-single,
  #comprar .plan-card .plan-product-image-large,
  #comprar .plan-card .plan-price,
  #comprar .plan-card .btn,
  .bottom-buy-btn,
  .nav-links a,
  .footer-support,
  .footer-links a {
    transition-property: transform, opacity !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}