@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,300..600&family=Inter:wght@400;500;600;700;800&family=Caveat:wght@500;600;700&display=swap');.eshop-page{min-height:100vh;background:#fff;color:#111;line-height:1.5;font-family:'Montserrat',system-ui,-apple-system,sans-serif}.eshop-page *,.eshop-page *::before,.eshop-page *::after{box-sizing:border-box}.eshop-page img{max-width:100%;height:auto;display:block}.eshop-page a{color:inherit}.eshop-page .eshop-btn{display:inline-block;padding:13px 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#13ce82,#3ce9a4);color:#04261a;font-weight:800;cursor:pointer;text-decoration:none;font-size:15px;box-shadow:0 8px 22px -8px rgba(19,206,130,.55)}.eshop-page .eshop-btn:hover{filter:brightness(1.06)}.eshop-page .eshop-btn:active{transform:scale(.98)}
  /* ============ FONTS ============ */
  

  /* ============ TOKENS ============ */
  .eshop-page{
    --teal:#ff7518;
    --magenta:#ff2d62;
    --grad:linear-gradient(90deg,#ff7518,#ff2d62);
    --grad-rev:linear-gradient(90deg,#ff2d62,#ff7518);
    --ink-bg:#0f0f18;
    --ink-bg2:#14141c;
    --ink-bg3:#191922;
    --light:#f5f5f7;

    /* paper / editorial palette */
    --paper:#f7f2e9;
    --paper-2:#efe7d7;
    --paper-line:#e6dcc7;
    --serif-ink:#2a2520;
    --serif-soft:#5b5346;
    --gold:#b8893b;
    --gold-soft:#caa45f;
    --seal:#9c2b2b;

    --r:18px;
    --maxw:680px;
    --shadow-soft:0 18px 50px -22px rgba(0,0,0,.55);
    --shadow-paper:0 30px 70px -30px rgba(40,30,15,.45);
  }

  /* ============ RESET ============ */
  .eshop-page *,.eshop-page *::before,.eshop-page *::after{box-sizing:border-box;margin:0;padding:0}
  .eshop-page{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
  .eshop-page{
    font-family:'Inter',system-ui,-apple-system,sans-serif;
    background:var(--ink-bg);
    color:var(--light);
    line-height:1.6;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased;
    padding-bottom:84px; /* room for sticky bar */
  }
  .eshop-page img{max-width:100%;display:block}
  .eshop-page a{color:inherit;text-decoration:none}
  .eshop-page button{font-family:inherit;cursor:pointer;border:none;background:none}
  .eshop-page ::selection{background:var(--magenta);color:#fff}

  /* ============ INLINE SVG ICONS ============ */
  .eshop-page .icn{width:1em;height:1em;display:inline-block;vertical-align:-.125em;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .eshop-page .icn.fill{fill:currentColor;stroke:none}
  .eshop-page .icn-star{color:#f5b942}
  .eshop-page .stars,.eshop-page .rstars{display:inline-flex;align-items:center}
  .eshop-page .stars .icn{width:1em;height:1em}

  /* ============ LAYOUT HELPERS ============ */
  .eshop-page .wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 22px}
  .eshop-page .serif{font-family:'Inter',sans-serif}
  .eshop-page .hand{font-family:'Caveat',cursive}
  .eshop-page .reveal{opacity:0;transform:translateY(26px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}
  .eshop-page .reveal.in{opacity:1;transform:none}

  /* ====================================================== */
  /* ============ TOP UTILITY / ANNOUNCE BAR ============== */
  /* ====================================================== */
  .eshop-page .announce{
    background:var(--grad);
    color:#06141a;
    font-size:12.5px;font-weight:700;letter-spacing:.02em;
    text-align:center;padding:8px 14px;
    position:relative;z-index:30;
  }
  .eshop-page .announce span{opacity:.85;font-weight:600}

  /* ====================================================== */
  /* ============ HERO (dark, cinematic) ================== */
  /* ====================================================== */
  .eshop-page .hero{
    position:relative;
    background:
      radial-gradient(120% 80% at 20% 0%, rgba(255,117,24,.20), transparent 55%),
      radial-gradient(120% 90% at 95% 20%, rgba(255,45,98,.18), transparent 55%),
      linear-gradient(180deg,var(--ink-bg),#0c0c14 70%, var(--ink-bg2));
    padding:30px 0 0;
    overflow:hidden;
  }
  .eshop-page .hero::after{
    content:"";position:absolute;left:0;right:0;bottom:0;height:90px;
    background:linear-gradient(180deg,transparent,var(--ink-bg2));
    pointer-events:none;
  }
  .eshop-page .brand{
    display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:22px;
  }
  .eshop-page .brand .mark{
    width:30px;height:30px;border-radius:9px;background:var(--grad);
    display:grid;place-items:center;font-weight:800;color:#06141a;font-size:17px;
    box-shadow:0 6px 18px -6px rgba(255,45,98,.6);
  }
  .eshop-page .brand b{font-weight:800;letter-spacing:.16em;font-size:15px}
  .eshop-page .brand-logo{height:52px;width:auto;display:block}

  .eshop-page .kicker{
    display:inline-flex;align-items:center;gap:8px;
    border:1px solid rgba(255,255,255,.16);
    background:rgba(255,255,255,.04);
    padding:7px 14px;border-radius:100px;
    font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
    color:#cfe9e6;margin:0 auto 18px;
  }
  .eshop-page .kicker .dot{width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px rgba(255,117,24,.25)}

  .eshop-page .hero h1{
    font-size:clamp(31px,8.4vw,46px);
    line-height:1.07;font-weight:500;letter-spacing:-.015em;
    text-align:center;margin:0 auto 16px;max-width:14ch;
  }
  .eshop-page .hero h1 em{font-style:italic;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
  .eshop-page .hero .sub{
    text-align:center;color:#c3c3cf;font-size:15.5px;line-height:1.55;
    max-width:30ch;margin:0 auto 22px;
  }
  .eshop-page .hero .sub b{color:#fff;font-weight:600}

  .eshop-page .hero-photo{
    position:relative;width:84%;max-width:360px;margin:6px auto 0;
    filter:drop-shadow(0 40px 50px rgba(0,0,0,.6));
    animation:floaty 6s ease-in-out infinite;
  }
  @keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
  .eshop-page .hero-photo::before{
    content:"";position:absolute;left:50%;bottom:-6%;transform:translateX(-50%);
    width:74%;height:34px;border-radius:50%;
    background:radial-gradient(ellipse,rgba(0,0,0,.55),transparent 70%);
    filter:blur(8px);z-index:0;
  }
  .eshop-page .hero-photo img{position:relative;z-index:1}

  /* signature chip over hero */
  .eshop-page .signed-chip{
    position:absolute;z-index:2;right:2%;top:0;
    background:rgba(247,242,233,.96);color:var(--serif-ink);
    border-radius:14px;padding:11px 13px;max-width:158px;
    box-shadow:var(--shadow-soft);
    /* translateY de ~su propia altura → el chip queda ARRIBA de la caja,
       sin taparla, sin depender de su alto exacto ni del viewport. */
    transform:translateY(-86%) rotate(2.5deg);
    border:1px solid rgba(0,0,0,.06);
  }
  @media(max-width:780px){
    /* en mobile la caja va debajo del texto: dejamos el chip pegado al borde
       superior de la caja (apenas -58%) para no chocar con el copy de arriba. */
    .eshop-page .signed-chip{transform:translateY(-58%) rotate(2.5deg);right:4%}
  }
  .eshop-page .signed-chip .sg{font-family:'Caveat',cursive;font-size:25px;line-height:.9;color:var(--seal)}
  .eshop-page .signed-chip small{display:block;font-size:10px;font-weight:600;color:var(--serif-soft);letter-spacing:.04em;margin-top:4px}

  .eshop-page .hero-stats{
    display:flex;gap:0;justify-content:center;flex-wrap:wrap;
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:6px;position:relative;z-index:2;
    background:var(--ink-bg2);
  }
  .eshop-page .hero-stats .s{flex:1;min-width:33%;text-align:center;padding:16px 6px}
  .eshop-page .hero-stats .s + .s{border-left:1px solid rgba(255,255,255,.08)}
  .eshop-page .hero-stats .n{font-family:'Inter',sans-serif;font-size:21px;font-weight:600;color:#fff;line-height:1}
  .eshop-page .hero-stats .n em{font-style:normal;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
  .eshop-page .hero-stats .l{font-size:10.5px;color:#8f8f9d;margin-top:5px;letter-spacing:.03em;text-transform:uppercase;font-weight:600}

  /* ====================================================== */
  /* ============ FORBES / AUTHORITY RIBBON =============== */
  /* ====================================================== */
  .eshop-page .authority-bar{
    background:var(--ink-bg2);padding:20px 0 26px;text-align:center;
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .eshop-page .as-seen{font-size:10.5px;letter-spacing:.26em;text-transform:uppercase;color:#76768a;font-weight:700;margin-bottom:12px}
  .eshop-page .forbes-row{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
  .eshop-page .forbes{font-family:'Fraunces',serif;font-weight:600;font-size:32px;letter-spacing:-.01em;color:#f5f5f7}
  .eshop-page .forbes-row .div{width:1px;height:26px;background:rgba(255,255,255,.14)}
  .eshop-page .cert-mini{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
  .eshop-page .cert-mini span{
    font-size:10.5px;font-weight:700;letter-spacing:.06em;color:#b9c6c4;
    border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:5px 9px;
  }

  /* ====================================================== */
  /* ============ THE LETTER (paper section) ============== */
  /* ====================================================== */
  .eshop-page .letter-section{
    background:
      radial-gradient(140% 60% at 50% 0%, rgba(255,117,24,.10), transparent 60%),
      var(--ink-bg2);
    padding:46px 0 60px;
  }
  .eshop-page .letter{
    background:var(--paper);
    color:var(--serif-ink);
    border-radius:6px;
    padding:42px 26px 38px;
    box-shadow:var(--shadow-paper);
    position:relative;
    /* Renglones: viven en los PÁRRAFOS (ver .letter p) con período = line-height
       exacto → cada línea de texto se asienta en su renglón en cualquier viewport. */
    --llh:32px;
  }
  /* torn/aged top edge accent */
  .eshop-page .letter::before{
    content:"";position:absolute;top:0;left:0;right:0;height:6px;border-radius:6px 6px 0 0;
    background:var(--grad);
  }
  .eshop-page .letterhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;flex-wrap:wrap;gap:10px}
  .eshop-page .letterhead .lh-logo{display:flex;align-items:center;gap:9px}
  .eshop-page .letterhead .lh-logo img{height:34px;width:auto;display:block;filter:brightness(0)}
  .eshop-page .letterhead .lh-logo .m{width:26px;height:26px;border-radius:7px;background:var(--grad);display:grid;place-items:center;color:#fff;font-weight:800;font-size:15px}
  .eshop-page .letterhead .lh-logo b{font-family:'Fraunces',serif;font-weight:600;letter-spacing:.04em;font-size:15px;color:var(--serif-ink)}
  .eshop-page .letterhead .lh-date{font-size:12px;color:var(--serif-soft);font-style:italic;font-family:'Fraunces',serif}

  .eshop-page .letter .opening{
    font-family:'Caveat',cursive;font-size:30px;line-height:var(--llh);color:var(--seal);margin-bottom:18px;
    background-image:linear-gradient(to bottom, transparent calc(100% - 1px), var(--paper-line) calc(100% - 1px));
    background-size:100% var(--llh);
  }
  .eshop-page .letter p{
    font-family:'Fraunces',Georgia,serif;
    font-size:18.5px;line-height:var(--llh);
    color:var(--serif-ink);
    margin-bottom:18px;
    font-weight:380;
    letter-spacing:.002em;
    background-image:linear-gradient(to bottom, transparent calc(100% - 1px), var(--paper-line) calc(100% - 1px));
    background-size:100% var(--llh);
  }
  .eshop-page .letter p.lead{font-size:21px;line-height:var(--llh)}
  .eshop-page .letter p .drop{
    float:left;font-family:'Fraunces',serif;font-weight:600;
    font-size:58px;line-height:.78;padding:6px 10px 2px 0;color:var(--seal);
  }
  .eshop-page .letter strong{font-weight:600;color:#1c1813}
  .eshop-page .letter .hl{
    background:linear-gradient(180deg,transparent 58%, rgba(255,117,24,.32) 58%);
    padding:0 2px;font-weight:500;
  }
  .eshop-page .letter .hl-m{
    background:linear-gradient(180deg,transparent 58%, rgba(255,45,98,.22) 58%);
    padding:0 2px;font-weight:500;
  }

  /* pull quote inside letter */
  .eshop-page .pullquote{
    border-left:3px solid var(--gold);
    padding:6px 0 6px 18px;margin:26px 0;
    font-family:'Fraunces',serif;font-style:italic;
    font-size:22px;line-height:1.4;color:#2a2017;font-weight:500;
  }

  /* the "what's in your water" mini-callout inside letter */
  .eshop-page .water-fact{
    background:#fffaf0;border:1px solid var(--paper-line);
    border-radius:12px;padding:18px 18px 14px;margin:26px 0;
    box-shadow:0 8px 22px -16px rgba(40,30,15,.5);
  }
  .eshop-page .water-fact h4{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--seal);font-weight:800;margin-bottom:12px}
  .eshop-page .toxins{display:flex;flex-wrap:wrap;gap:7px}
  .eshop-page .toxin{
    font-family:'Inter',sans-serif;font-size:12.5px;font-weight:600;
    background:#fff;border:1px solid #ecd9d9;color:#6b4a4a;
    padding:5px 10px;border-radius:100px;display:flex;align-items:center;gap:6px;
  }
  .eshop-page .toxin::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--seal);opacity:.7}

  /* signature block */
  .eshop-page .signoff{margin-top:30px;padding-top:6px}
  .eshop-page .signoff .sg-name{font-family:'Caveat',cursive;font-size:46px;line-height:.8;color:var(--serif-ink)}
  .eshop-page .signoff .sg-role{font-family:'Fraunces',serif;font-size:14px;color:var(--serif-soft);font-style:italic;margin-top:8px}
  .eshop-page .signoff .sg-role b{color:var(--serif-ink);font-style:normal;font-weight:600}

  /* Pablo portrait card (placeholder) embedded in letter */
  .eshop-page .author-card{
    display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px;margin:26px 0;
    background:#fffaf0;border:1px solid var(--paper-line);border-radius:18px;padding:24px 22px 20px;
    box-shadow:0 12px 30px -18px rgba(40,30,15,.5);
  }
  .eshop-page .author-portrait{
    flex:0 0 auto;width:100%;aspect-ratio:1/1;height:auto;border-radius:16px;overflow:hidden;
    border:1px solid var(--paper-line);box-shadow:0 16px 34px -16px rgba(40,30,15,.55);
  }
  .eshop-page .author-portrait > div{
    width:100%;height:100%;border-radius:9px;
    background:linear-gradient(160deg,#222 0%,#3a2f1f 100%);
    display:grid;place-items:center;text-align:center;color:#e9dcc5;
    font-family:'Fraunces',serif;
  }
  .eshop-page .author-portrait > img{
    width:100%;height:100%;
    object-fit:cover;object-position:center 22%;display:block;
  }
  .eshop-page .author-portrait .ini{font-size:34px;font-weight:600;letter-spacing:.04em;line-height:1}
  .eshop-page .author-portrait .ph{font-size:8.5px;letter-spacing:.12em;color:#b9a988;margin-top:4px;text-transform:uppercase;font-family:'Inter',sans-serif;font-weight:600}
  .eshop-page .author-meta .an{font-family:'Fraunces',serif;font-weight:600;font-size:18px;color:var(--serif-ink)}
  .eshop-page .author-meta .ar{font-size:12.5px;color:var(--serif-soft);margin-top:2px;line-height:1.4}
  .eshop-page .author-meta .forbes-badge{
    display:inline-flex;align-items:center;gap:6px;margin-top:9px;
    font-size:11px;font-weight:700;letter-spacing:.04em;
    background:#1c1813;color:#f3ead6;border-radius:7px;padding:5px 9px;
  }
  .eshop-page .author-meta .forbes-badge b{font-family:'Fraunces',serif;font-weight:600;font-size:13px}

  /* ====================================================== */
  /* ============ "POR ESO DISEÑÉ EL VITA" / TECH ========= */
  /* ====================================================== */
  .eshop-page .section{padding:54px 0}
  .eshop-page .sec-head{text-align:center;margin-bottom:30px}
  .eshop-page .eyebrow{
    display:inline-block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;
    color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text;margin-bottom:12px;
  }
  .eshop-page .sec-head h2{font-family:'Inter',sans-serif;font-weight:500;font-size:clamp(26px,7vw,36px);line-height:1.12;letter-spacing:-.01em;max-width:18ch;margin:0 auto}
  .eshop-page .sec-head h2 em{font-style:italic;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
  .eshop-page .sec-head .sub{color:#a9a9b8;font-size:15px;max-width:34ch;margin:14px auto 0;line-height:1.6}

  /* 6 stages list */
  .eshop-page .stages{display:flex;flex-direction:column;gap:12px;margin-top:8px}
  .eshop-page .stage{
    display:flex;gap:14px;align-items:flex-start;
    background:var(--ink-bg2);border:1px solid rgba(255,255,255,.07);
    border-radius:16px;padding:16px 16px;position:relative;overflow:hidden;
  }
  .eshop-page .stage{transition:border-color .2s ease,transform .2s ease}
  .eshop-page .stage:hover{border-color:rgba(255,117,24,.35)}
  .eshop-page .stage .num{
    flex:0 0 auto;width:46px;height:46px;border-radius:12px;
    background:rgba(255,117,24,.12);border:1px solid rgba(255,117,24,.3);
    display:grid;place-items:center;font-family:'Inter',sans-serif;font-weight:600;font-size:17px;color:var(--teal);
  }
  .eshop-page .stage .st-b h5{font-size:15px;font-weight:700;margin-bottom:3px;color:#fff}
  .eshop-page .stage .st-b p{font-size:13px;color:#9a9aa8;line-height:1.5}

  /* tech specs grid */
  .eshop-page .specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
  .eshop-page .spec{background:var(--ink-bg2);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:16px}
  .eshop-page .spec .sv{font-family:'Inter',sans-serif;font-size:24px;font-weight:600;color:#fff;line-height:1}
  .eshop-page .spec .sv em{font-style:normal;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
  .eshop-page .spec .sl{font-size:11.5px;color:#8f8f9d;margin-top:6px;line-height:1.4}

  /* ====================================================== */
  /* ============ VIDEO BLOCKS ============================ */
  /* ====================================================== */
  .eshop-page .video-block{margin-top:26px}
  .eshop-page .video-frame{
    position:relative;border-radius:18px;overflow:hidden;
    border:1px solid rgba(255,255,255,.1);
    box-shadow:var(--shadow-soft);background:#000;
  }
  .eshop-page .video-frame .ratio{position:relative;width:100%;padding-top:56.25%}
  .eshop-page .video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
  .eshop-page .video-cap{
    display:flex;align-items:center;gap:9px;justify-content:center;
    margin-top:12px;font-size:13px;color:#a9a9b8;
  }
  .eshop-page .video-cap .ic{
    width:22px;height:22px;border-radius:7px;background:var(--grad);
    display:grid;place-items:center;color:#06141a;font-size:12px;flex:0 0 auto;
  }
  .eshop-page .video-cap b{color:#e7e7ef;font-weight:600}

  /* ====================================================== */
  /* ============ PROOF / SOCIAL ========================== */
  /* ====================================================== */
  .eshop-page .proof{background:var(--ink-bg2);padding:54px 0}
  .eshop-page .rating-hero{text-align:center;margin-bottom:8px}
  .eshop-page .rating-hero .big{font-family:'Inter',sans-serif;font-size:60px;font-weight:600;line-height:1;color:#fff}
  .eshop-page .stars{color:#f5b942;font-size:20px;letter-spacing:3px;margin:8px 0 6px}
  .eshop-page .rating-hero .meta{font-size:13px;color:#9a9aa8}
  .eshop-page .rating-hero .meta b{color:#fff}

  .eshop-page .reviews{display:flex;flex-direction:column;gap:12px;margin-top:26px}
  .eshop-page .review{
    background:var(--ink-bg3);border:1px solid rgba(255,255,255,.07);
    border-radius:16px;padding:16px;
  }
  .eshop-page .review .rtop{display:flex;align-items:center;gap:11px;margin-bottom:9px}
  .eshop-page .avatar{
    width:42px;height:42px;border-radius:50%;flex:0 0 auto;
    display:grid;place-items:center;color:#fff;font-weight:700;font-size:15px;
    background:var(--grad);box-shadow:0 4px 12px -4px rgba(255,45,98,.5);
  }
  .eshop-page .avatar.a2{background:linear-gradient(135deg,#ff7518,#3a86ff)}
  .eshop-page .avatar.a3{background:linear-gradient(135deg,#ff2d62,#ff7eb3)}
  .eshop-page .avatar.a4{background:linear-gradient(135deg,#f5b942,#ff2d62)}
  .eshop-page .avatar.a5{background:linear-gradient(135deg,#ff7518,#9c5cff)}
  .eshop-page .review .who{flex:1}
  .eshop-page .review .who .nm{font-size:14px;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px}
  .eshop-page .review .who .nm .vbadge{font-size:9px;font-weight:700;color:var(--teal);border:1px solid rgba(255,117,24,.4);border-radius:5px;padding:1px 5px;letter-spacing:.04em}
  .eshop-page .review .who .lc{font-size:11.5px;color:#8f8f9d;margin-top:1px}
  .eshop-page .review .rstars{color:#f5b942;font-size:12px;letter-spacing:1px;margin-bottom:7px}
  .eshop-page .review p{font-size:13.5px;color:#c3c3cf;line-height:1.55}
  .eshop-page .review p .q{color:#fff;font-weight:500}

  .eshop-page .families-strip{
    display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;
    background:linear-gradient(90deg,rgba(255,117,24,.12),rgba(255,45,98,.12));
    border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;
  }
  .eshop-page .families-strip .av-stack{display:flex}
  .eshop-page .families-strip .av-stack span{
    width:30px;height:30px;border-radius:50%;border:2px solid var(--ink-bg2);
    margin-left:-9px;display:grid;place-items:center;font-size:11px;font-weight:700;color:#fff;
  }
  .eshop-page .families-strip .av-stack span:first-child{margin-left:0}
  .eshop-page .families-strip .ftxt{font-size:13px;color:#d6d6e0}
  .eshop-page .families-strip .ftxt b{color:#fff;font-family:'Inter',sans-serif;font-size:17px}

  /* ====================================================== */
  /* ============ OBJECTIONS / INSTALL ==================== */
  /* ====================================================== */
  .eshop-page .obj-list{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}
  .eshop-page .obj{
    display:flex;gap:13px;align-items:flex-start;
    background:var(--ink-bg2);border:1px solid rgba(255,255,255,.07);
    border-radius:16px;padding:16px;
  }
  .eshop-page .obj .ck{
    flex:0 0 auto;width:30px;height:30px;border-radius:50%;
    background:rgba(255,117,24,.14);border:1px solid rgba(255,117,24,.4);
    display:grid;place-items:center;color:var(--teal);font-size:15px;font-weight:800;
  }
  .eshop-page .obj .ob h5{font-size:14.5px;font-weight:700;color:#fff;margin-bottom:3px}
  .eshop-page .obj .ob p{font-size:13px;color:#9a9aa8;line-height:1.5}

  /* ====================================================== */
  /* ============ SELLER (EIV) BLOCK ====================== */
  /* ====================================================== */
  .eshop-page .seller{
    background:linear-gradient(135deg,rgba(255,117,24,.10),rgba(255,45,98,.10)),var(--ink-bg2);
    border:1px solid rgba(255,255,255,.1);border-radius:22px;
    padding:22px;margin-top:30px;text-align:center;
  }
  .eshop-page .seller .stag{font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:#8f8f9d;font-weight:700;margin-bottom:16px}
  .eshop-page .seller .sav{
    width:84px;height:84px;border-radius:50%;margin:0 auto 14px;overflow:hidden;
    background:var(--grad);display:grid;place-items:center;
    font-family:'Inter',sans-serif;font-weight:600;font-size:30px;color:#fff;
  }
  .eshop-page .seller .sav img{width:100%;height:100%;object-fit:cover;display:block}
  .eshop-page .seller .sn{font-family:'Inter',sans-serif;font-size:21px;font-weight:600;color:#fff}
  .eshop-page .seller .srole{font-size:12.5px;color:#b9c6c4;margin-top:4px}
  .eshop-page .seller .srole .vd{color:var(--teal);font-weight:700}
  .eshop-page .wa-btn{
    display:inline-flex;align-items:center;justify-content:center;gap:9px;
    margin-top:16px;width:100%;max-width:320px;
    background:#25D366;color:#06301a;font-weight:700;font-size:15px;
    padding:14px 20px;border-radius:14px;
    box-shadow:0 12px 26px -12px rgba(37,211,102,.7);
    transition:transform .15s ease,box-shadow .15s ease;
  }
  .eshop-page .wa-btn:active{transform:scale(.97)}
  .eshop-page .wa-btn svg{width:20px;height:20px;flex:0 0 auto}

  /* ====================================================== */
  /* ============ OFFER / CONVERSION ====================== */
  /* ====================================================== */
  .eshop-page .offer{
    background:
      radial-gradient(120% 70% at 50% 0%, rgba(255,117,24,.16), transparent 60%),
      var(--ink-bg);
    padding:54px 0 58px;
  }
  .eshop-page .offer-card{
    background:linear-gradient(180deg,var(--ink-bg2),var(--ink-bg3));
    border:1px solid rgba(255,255,255,.12);border-radius:26px;
    padding:26px 22px 28px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;
  }
  .eshop-page .offer-card::before{content:"";position:absolute;top:0;left:16%;right:16%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,117,24,.55),rgba(255,45,98,.55),transparent)}

  /* urgency / countdown */
  .eshop-page .urgency{
    display:flex;align-items:center;justify-content:center;gap:8px;
    background:rgba(255,45,98,.12);border:1px solid rgba(255,45,98,.35);
    border-radius:100px;padding:8px 14px;font-size:12px;font-weight:700;color:#f3b8f1;
    margin-bottom:18px;letter-spacing:.02em;
  }
  .eshop-page .urgency .pulse{width:8px;height:8px;border-radius:50%;background:var(--magenta);animation:pulse 1.4s infinite}
  @keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,45,98,.6)}70%{box-shadow:0 0 0 8px rgba(255,45,98,0)}100%{box-shadow:0 0 0 0 rgba(255,45,98,0)}}

  .eshop-page .countdown{display:flex;gap:8px;justify-content:center;margin-bottom:22px}
  .eshop-page .cd-unit{background:#0c0c14;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px 0;min-width:62px;text-align:center}
  .eshop-page .cd-unit .cd-n{font-family:'Inter',sans-serif;font-size:26px;font-weight:600;color:#fff;line-height:1;font-variant-numeric:tabular-nums}
  .eshop-page .cd-unit .cd-l{font-size:9.5px;color:#8f8f9d;text-transform:uppercase;letter-spacing:.08em;margin-top:5px;font-weight:600}

  .eshop-page .offer-product{width:54%;max-width:200px;margin:0 auto 6px;filter:drop-shadow(0 30px 36px rgba(0,0,0,.55))}

  .eshop-page .price-row{display:flex;align-items:baseline;justify-content:center;gap:12px;margin:4px 0 4px}
  .eshop-page .price-now{font-family:'Inter',sans-serif;font-size:52px;font-weight:600;color:#fff;line-height:1}
  .eshop-page .price-now small{font-size:24px;font-weight:500;color:#c3c3cf}
  .eshop-page .price-was{font-size:19px;color:#76768a;text-decoration:line-through}
  .eshop-page .price-pill{display:inline-block;background:var(--grad);color:#06141a;font-weight:800;font-size:13px;padding:6px 12px;border-radius:100px;margin:6px auto 0}
  .eshop-page .price-sub{text-align:center;font-size:13px;color:#a9a9b8;margin-top:12px;line-height:1.6}
  .eshop-page .price-sub b{color:#fff;font-weight:600}

  .eshop-page .cta-main{
    display:flex;align-items:center;justify-content:center;gap:10px;
    width:100%;margin-top:20px;
    background:var(--grad);color:#06141a;font-weight:800;font-size:17px;
    padding:18px 22px;border-radius:16px;letter-spacing:.01em;
    box-shadow:0 16px 36px -12px rgba(255,45,98,.6);
    transition:transform .15s ease,box-shadow .15s ease;
    position:relative;overflow:hidden;
  }
  .eshop-page .cta-main::after{
    content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);
    transform:skewX(-20deg);animation:shine 3.2s infinite;
  }
  @keyframes shine{0%{left:-60%}55%,100%{left:130%}}
  .eshop-page .cta-main:active{transform:scale(.98)}

  /* scarcity bar */
  .eshop-page .scarcity{margin-top:18px}
  .eshop-page .scarcity .sc-top{display:flex;justify-content:space-between;font-size:12px;margin-bottom:7px}
  .eshop-page .scarcity .sc-top .l{color:#a9a9b8}
  .eshop-page .scarcity .sc-top .r{color:#f3b8f1;font-weight:700}
  .eshop-page .sc-track{height:8px;border-radius:100px;background:rgba(255,255,255,.08);overflow:hidden}
  .eshop-page .sc-fill{height:100%;width:83%;background:var(--grad-rev);border-radius:100px}
  .eshop-page .scarcity .lote{text-align:center;font-size:11px;color:#76768a;margin-top:9px;letter-spacing:.04em}

  /* trust badges row */
  .eshop-page .trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
  .eshop-page .trust .t{
    display:flex;align-items:center;gap:10px;
    background:var(--ink-bg2);border:1px solid rgba(255,255,255,.07);
    border-radius:13px;padding:12px;
  }
  .eshop-page .trust .t .ti{font-size:18px;flex:0 0 auto;width:30px;height:30px;border-radius:9px;background:rgba(255,117,24,.12);display:grid;place-items:center}
  .eshop-page .trust .t .tt{font-size:12px;line-height:1.3}
  .eshop-page .trust .t .tt b{display:block;color:#fff;font-weight:600;font-size:12.5px}
  .eshop-page .trust .t .tt span{color:#8f8f9d}

  /* payment methods */
  .eshop-page .pay{margin-top:22px;text-align:center}
  .eshop-page .pay .pl{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#76768a;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:8px;justify-content:center}
  .eshop-page .pay .pl .lk{flex:1;height:1px;background:rgba(255,255,255,.08);max-width:60px}
  .eshop-page .pay-methods{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
  .eshop-page .return-note{font-size:11px;color:#8f8f9d;text-align:center;margin-top:12px;line-height:1.4}
  .eshop-page .pm{
    background:var(--ink-bg2);border:1px solid rgba(255,255,255,.1);border-radius:10px;
    padding:8px 12px;font-size:12px;font-weight:700;color:#d6d6e0;display:flex;align-items:center;gap:6px;
  }
  .eshop-page .pm .yape{color:#742284;background:#fff;border-radius:4px;padding:1px 5px;font-size:11px;font-weight:800}
  .eshop-page .pm .vtoken{color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text;font-weight:800}
  .eshop-page .pm .dot-v{width:7px;height:7px;border-radius:50%;background:var(--grad)}
  .eshop-page .secure-note{font-size:11px;color:#76768a;margin-top:12px;display:flex;align-items:center;gap:6px;justify-content:center}

  /* ====================================================== */
  /* ============ FINAL PS / LETTER CLOSE ================= */
  /* ====================================================== */
  .eshop-page .ps-section{background:var(--ink-bg2);padding:48px 0}
  .eshop-page .ps-card{
    background:var(--paper);color:var(--serif-ink);border-radius:6px;
    padding:30px 24px;box-shadow:var(--shadow-paper);position:relative;
  }
  .eshop-page .ps-card::before{content:"";position:absolute;top:0;left:16%;right:16%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,117,24,.55),rgba(255,45,98,.55),transparent)}
  .eshop-page .ps-card .ps-label{font-family:'Caveat',cursive;font-size:30px;color:var(--seal);line-height:1;margin-bottom:10px}
  .eshop-page .ps-card p{font-family:'Fraunces',serif;font-size:18px;line-height:1.7;color:var(--serif-ink);font-weight:380}
  .eshop-page .ps-card p strong{font-weight:600}
  .eshop-page .ps-card .ps-sign{font-family:'Caveat',cursive;font-size:34px;color:var(--serif-ink);margin-top:16px;line-height:1}

  /* ====================================================== */
  /* ============ FOOTER ================================== */
  /* ====================================================== */
  .eshop-page footer{background:var(--ink-bg);padding:44px 0 36px;text-align:center;border-top:1px solid rgba(255,255,255,.06)}
  .eshop-page footer .fbrand{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:16px}
  .eshop-page .fbrand img{height:30px;width:auto;display:block;opacity:.92}
  .eshop-page footer .fbrand .m{width:30px;height:30px;border-radius:9px;background:var(--grad);display:grid;place-items:center;color:#06141a;font-weight:800;font-size:17px}
  .eshop-page footer .fbrand b{font-weight:800;letter-spacing:.16em;font-size:16px}
  .eshop-page footer .ftag{font-family:'Inter',sans-serif;font-style:italic;font-size:18px;color:#d6d6e0;max-width:24ch;margin:0 auto 18px;line-height:1.4}
  .eshop-page footer .fcerts{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:18px}
  .eshop-page footer .fcerts span{font-size:10px;font-weight:700;color:#8f8f9d;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:4px 8px;letter-spacing:.04em}
  .eshop-page footer .fmeta{font-size:11.5px;color:#5f5f70;line-height:1.7;max-width:40ch;margin:0 auto}

  /* ====================================================== */
  /* ============ STICKY BUY BAR ========================== */
  /* ====================================================== */
  .eshop-page .sticky-bar{
    position:fixed;left:0;right:0;bottom:0;z-index:50;
    background:rgba(15,15,24,.86);
    backdrop-filter:saturate(160%) blur(14px);
    -webkit-backdrop-filter:saturate(160%) blur(14px);
    border-top:1px solid rgba(255,255,255,.1);
    padding:10px 14px calc(10px + env(safe-area-inset-bottom));
    display:flex;align-items:center;gap:12px;
    transform:translateY(120%);transition:transform .4s cubic-bezier(.16,1,.3,1);
  }
  .eshop-page .sticky-bar.show{transform:translateY(0)}
  .eshop-page .sticky-bar .sb-price{flex:1;min-width:0}
  .eshop-page .sticky-bar .sb-price .sb-now{font-family:'Inter',sans-serif;font-size:22px;font-weight:600;color:#fff;line-height:1;display:flex;align-items:baseline;gap:7px}
  .eshop-page .sticky-bar .sb-price .sb-now s{font-size:13px;color:#76768a;font-weight:400;font-family:'Inter',sans-serif}
  .eshop-page .sticky-bar .sb-price .sb-sub{font-size:10.5px;color:#9a9aa8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .eshop-page .sticky-bar .sb-sub b{color:var(--teal)}
  .eshop-page .sticky-bar .sb-btn{
    flex:0 0 auto;
    background:var(--grad);color:#06141a;font-weight:800;font-size:15px;
    padding:14px 20px;border-radius:13px;white-space:nowrap;
    box-shadow:0 10px 24px -10px rgba(255,45,98,.6);
    transition:transform .15s ease;
  }
  .eshop-page .sticky-bar .sb-btn:active{transform:scale(.96)}

  /* ====================================================== */
  /* ============ DESKTOP SCALE-UP ======================== */
  /* ====================================================== */
  @media(min-width:780px){
    .eshop-page{--maxw:920px}
    .eshop-page{padding-bottom:0}
    .eshop-page .hero{padding:44px 0 0}
    .eshop-page .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;text-align:left}
    .eshop-page .hero-grid .hero-copy{text-align:left}
    .eshop-page .hero h1{text-align:left;margin-left:0;font-size:clamp(40px,4.6vw,58px);max-width:16ch}
    .eshop-page .hero .sub{text-align:left;margin-left:0;font-size:17px;max-width:38ch}
    .eshop-page .kicker{margin-left:0}
    .eshop-page .brand{justify-content:flex-start}
    .eshop-page .hero-photo{margin-top:0;max-width:400px;width:100%}
    .eshop-page .letter{padding:56px 60px 50px;--llh:36px}
    .eshop-page .letter p{font-size:19.5px}
    .eshop-page .letter p.lead{font-size:23px}
    .eshop-page .specs{grid-template-columns:repeat(4,1fr)}
    .eshop-page .stages{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .eshop-page .reviews{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .eshop-page .trust{grid-template-columns:repeat(4,1fr)}
    .eshop-page .trust .t{flex-direction:column;text-align:center;align-items:center;gap:9px;padding:16px 10px}
    .eshop-page .trust .t .tt{align-items:center}
    .eshop-page .offer-card{max-width:560px;margin:0 auto}
    .eshop-page .ps-card{max-width:680px;margin:0 auto}
    .eshop-page .video-row{display:grid;grid-template-columns:1fr;gap:24px}
    /* hide sticky on desktop, keep clean */
    .eshop-page .sticky-bar{display:none}
    .eshop-page .sec-head h2{font-size:clamp(32px,3.4vw,42px)}
  }

  @media(min-width:780px){
    .eshop-page .hide-desktop{display:none}
  }
  @media(max-width:779px){
    .eshop-page .hide-mobile{display:none}
  }

  /* ====================================================== */
  /* ============ A) QUIZ — "el test del agua" =========== */
  /* ====================================================== */
  .eshop-page .quiz-section{
    background:
      radial-gradient(120% 70% at 50% 0%, rgba(255,117,24,.14), transparent 60%),
      radial-gradient(90% 60% at 12% 30%, rgba(255,45,98,.10), transparent 60%),
      var(--ink-bg);
    padding:46px 0 50px;
  }
  .eshop-page .quiz-badge{
    display:inline-flex;align-items:center;gap:8px;margin:0 auto 14px;
    border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);
    padding:7px 13px;border-radius:100px;font-size:11.5px;font-weight:700;color:#cfe9e6;letter-spacing:.01em;
  }
  .eshop-page .quiz-head{text-align:center;margin-bottom:22px}
  .eshop-page .quiz-head h2{
    font-family:'Inter',sans-serif;font-weight:500;font-size:clamp(26px,7vw,36px);
    line-height:1.12;letter-spacing:-.01em;max-width:17ch;margin:0 auto 12px;
  }
  .eshop-page .quiz-head h2 em{font-style:italic;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
  .eshop-page .quiz-head p{color:#a9a9b8;font-size:15px;max-width:34ch;margin:0 auto;line-height:1.6}

  .eshop-page .quiz-card{
    position:relative;border-radius:22px;padding:2px;background:var(--grad);
    box-shadow:var(--shadow-soft);
  }
  .eshop-page .quiz-inner{
    background:linear-gradient(180deg,var(--ink-bg2),var(--ink-bg3));
    border-radius:20px;padding:22px 18px 20px;position:relative;overflow:hidden;
  }
  /* progress */
  .eshop-page .q-progress{display:flex;align-items:center;gap:12px;margin-bottom:20px}
  .eshop-page .q-bar{flex:1;height:8px;border-radius:100px;background:rgba(255,255,255,.08);overflow:hidden}
  .eshop-page .q-bar > i{display:block;height:100%;width:0%;border-radius:100px;background:var(--grad);transition:width .55s cubic-bezier(.2,.7,.2,1);box-shadow:0 0 14px rgba(255,117,24,.5)}
  .eshop-page .q-count{font-size:12px;font-weight:800;color:#8f8f9d;white-space:nowrap;letter-spacing:.03em}
  .eshop-page .q-count b{color:#fff}

  .eshop-page .q-step{display:none;animation:qin .45s ease both}
  .eshop-page .q-step.active{display:block}
  @keyframes qin{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}

  .eshop-page .q-icon{font-size:32px;line-height:1;margin-bottom:8px}
  .eshop-page .q-question{font-family:'Inter',sans-serif;font-size:21px;font-weight:600;line-height:1.22;letter-spacing:-.01em;margin-bottom:4px;color:#fff}
  .eshop-page .q-help{font-size:13px;color:#9a9aa8;margin-bottom:16px}

  .eshop-page .q-options{display:grid;gap:10px}
  .eshop-page .q-opt{
    display:flex;align-items:center;gap:13px;text-align:left;width:100%;
    background:rgba(255,255,255,.04);border:1.5px solid rgba(255,255,255,.1);
    border-radius:15px;padding:14px 14px;cursor:pointer;color:var(--light);
    font-size:14.5px;font-weight:600;-webkit-tap-highlight-color:transparent;
    transition:transform .12s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
    min-height:60px;
  }
  .eshop-page .q-opt:active{transform:scale(.99)}
  .eshop-page .q-opt .emo{
    flex:0 0 auto;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
    font-size:21px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);transition:.2s;
  }
  .eshop-page .q-opt .lab{flex:1;line-height:1.25}
  .eshop-page .q-opt .lab small{display:block;font-size:12px;color:#8f8f9d;font-weight:500;margin-top:2px}
  .eshop-page .q-opt .tick{
    flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.18);
    display:grid;place-items:center;transition:.2s;
  }
  .eshop-page .q-opt .tick svg{width:12px;height:12px;opacity:0;transform:scale(.4);transition:.2s}
  .eshop-page .q-opt.sel{border-color:var(--teal);background:rgba(255,117,24,.08);box-shadow:0 10px 26px -10px rgba(255,117,24,.4)}
  .eshop-page .q-opt.sel .emo{background:var(--grad);border-color:transparent}
  .eshop-page .q-opt.sel .tick{background:var(--teal);border-color:var(--teal)}
  .eshop-page .q-opt.sel .tick svg{opacity:1;transform:none}

  .eshop-page .q-foot{margin-top:16px;display:flex;align-items:center;gap:10px}
  .eshop-page .q-back{
    flex:0 0 auto;background:transparent;border:none;color:#8f8f9d;font-weight:700;
    font-size:14px;cursor:pointer;padding:11px 6px;display:flex;align-items:center;gap:5px;min-height:44px;
  }
  .eshop-page .q-back[disabled]{opacity:0;pointer-events:none}
  .eshop-page .q-next{
    flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
    background:var(--grad);color:#06141a;font-weight:800;font-size:15.5px;
    padding:15px 18px;border-radius:14px;min-height:50px;
    box-shadow:0 12px 28px -12px rgba(255,45,98,.55);transition:transform .15s ease,filter .2s ease;
  }
  .eshop-page .q-next:active{transform:scale(.98)}
  .eshop-page .q-next[disabled]{filter:grayscale(.6) brightness(.7);cursor:not-allowed;box-shadow:none}
  .eshop-page .q-trust{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;font-size:11.5px;color:#76768a}

  /* analyzing */
  .eshop-page .q-analyze{display:none;text-align:center;padding:16px 6px 8px}
  .eshop-page .q-analyze.active{display:block;animation:qin .4s ease both}
  .eshop-page .scanner{width:120px;height:120px;margin:6px auto 16px;position:relative;border-radius:50%;background:radial-gradient(circle at 50% 40%,rgba(255,117,24,.25),transparent 60%)}
  .eshop-page .scanner .ring{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(255,117,24,.25)}
  .eshop-page .scanner .ring.r2{inset:13px;border-color:rgba(255,45,98,.3);animation:spin 2.4s linear infinite reverse}
  .eshop-page .scanner .ring.r1{animation:spin 3.2s linear infinite}
  .eshop-page .scanner .ring::before{content:"";position:absolute;top:-4px;left:50%;width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 12px var(--teal);transform:translateX(-50%)}
  .eshop-page .scanner .drop{position:absolute;inset:0;display:grid;place-items:center;font-size:40px;animation:floaty 2.2s ease-in-out infinite}
  @keyframes spin{to{transform:rotate(360deg)}}
  .eshop-page .q-analyze h3{font-family:'Inter',sans-serif;font-size:19px;font-weight:600;margin-bottom:4px;color:#fff}
  .eshop-page .q-analyze .scan-line{color:var(--teal);font-size:13.5px;font-weight:700;min-height:20px;font-variant-numeric:tabular-nums}
  .eshop-page .q-analyze .scan-track{height:6px;border-radius:100px;background:rgba(255,255,255,.08);overflow:hidden;margin:14px auto 0;max-width:240px}
  .eshop-page .q-analyze .scan-track > i{display:block;height:100%;width:0;background:var(--grad);transition:width .25s linear}

  /* result reveal */
  .eshop-page .q-result{display:none;margin-top:18px}
  .eshop-page .q-result.active{display:block;animation:resIn .6s cubic-bezier(.2,.7,.2,1) both}
  @keyframes resIn{from{opacity:0;transform:translateY(24px) scale(.985)}to{opacity:1;transform:none}}
  .eshop-page .res-card{position:relative;overflow:hidden;border-radius:20px;padding:24px 20px 22px;border:1px solid rgba(255,255,255,.1);background:var(--ink-bg3);box-shadow:var(--shadow-soft)}
  .eshop-page .res-card .glow{position:absolute;inset:-40% -20% auto;height:240px;filter:blur(50px);opacity:.5;pointer-events:none}
  .eshop-page .res-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:100px;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
  .eshop-page .res-title{font-family:'Inter',sans-serif;font-size:24px;font-weight:600;line-height:1.16;letter-spacing:-.01em;margin:14px 0 8px;color:#fff}
  .eshop-page .res-desc{color:#d7d7e0;font-size:14.5px;margin-bottom:16px;line-height:1.55}
  .eshop-page .res-desc b{color:#fff}
  .eshop-page .gauge{margin:6px 0 16px}
  .eshop-page .gauge-track{height:14px;border-radius:100px;background:rgba(255,255,255,.08);position:relative;overflow:hidden}
  .eshop-page .gauge-fill{position:absolute;inset:0 100% 0 0;border-radius:100px;background:linear-gradient(90deg,#2fe39a,#f5b942 55%,#ff5a6e);transition:right 1.1s cubic-bezier(.2,.8,.2,1)}
  .eshop-page .gauge-scale{display:flex;justify-content:space-between;margin-top:7px;font-size:10.5px;font-weight:800;letter-spacing:.05em;color:#76768a;text-transform:uppercase}
  .eshop-page .res-contam{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:6px 0 18px}
  .eshop-page .chip-bad{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;padding:7px 13px;border-radius:100px;background:rgba(255,90,110,.12);border:1px solid rgba(255,90,110,.4);color:#ffb3bd;white-space:nowrap;line-height:1}
  .eshop-page .chip-bad .x{flex:0 0 auto;width:15px;height:15px;border-radius:50%;background:#ff5a6e;display:inline-grid;place-items:center;color:#2a0008;overflow:hidden}
  .eshop-page .chip-bad .x svg,.eshop-page .chip-bad .x .icn{width:9px;height:9px;flex:0 0 auto;display:block}
  .eshop-page .res-bridge{margin-top:18px;border-top:1px dashed rgba(255,255,255,.12);padding-top:18px;display:flex;gap:14px;align-items:center}
  .eshop-page .res-bridge .pic{flex:0 0 92px;width:92px;height:122px;border-radius:14px;position:relative;background:radial-gradient(120px 120px at 50% 35%,rgba(255,117,24,.25),transparent 60%);display:grid;place-items:center;overflow:hidden}
  .eshop-page .res-bridge .pic img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.5));animation:floaty 4s ease-in-out infinite}
  .eshop-page .res-bridge .txt{flex:1}
  .eshop-page .res-bridge .txt .k{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--teal);text-transform:uppercase}
  .eshop-page .res-bridge .txt h4{font-family:'Inter',sans-serif;font-size:18px;font-weight:600;margin:3px 0 4px;line-height:1.15;color:#fff}
  .eshop-page .res-bridge .txt p{font-size:13px;color:#9a9aa8;line-height:1.45}
  .eshop-page .res-match{display:inline-flex;align-items:center;gap:6px;margin-top:7px;font-size:12px;font-weight:800;color:#2fe39a}
  .eshop-page .res-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:18px;background:var(--grad);color:#06141a;font-weight:800;font-size:16px;padding:16px 20px;border-radius:14px;box-shadow:0 14px 32px -12px rgba(255,45,98,.55);transition:transform .15s ease}
  .eshop-page .res-cta:active{transform:scale(.98)}
  .eshop-page .res-restart{display:block;width:100%;text-align:center;margin-top:10px;font-size:13px;color:#76768a;font-weight:700;background:none;border:none;cursor:pointer;padding:10px;min-height:44px}

  /* ====================================================== */
  /* ============ B) SAVINGS CALCULATOR ================== */
  /* ====================================================== */
  .eshop-page .calc-section{background:var(--ink-bg);padding:54px 0}
  .eshop-page .calc-card{
    background:linear-gradient(180deg,var(--ink-bg2),var(--ink-bg3));
    border:1px solid rgba(255,255,255,.1);border-radius:24px;
    padding:24px 20px 26px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;
  }
  .eshop-page .calc-card::before{content:"";position:absolute;top:0;left:16%;right:16%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,117,24,.55),rgba(255,45,98,.55),transparent)}
  .eshop-page .calc-label{font-size:13px;font-weight:700;color:#cfe9e6;margin-bottom:11px}
  .eshop-page .calc-types{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px;margin-bottom:24px}
  .eshop-page .calc-type{
    background:rgba(255,255,255,.04);border:1.5px solid rgba(255,255,255,.1);border-radius:14px;
    padding:13px 8px;text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;
    transition:transform .12s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;min-height:80px;
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  }
  .eshop-page .calc-type:active{transform:scale(.98)}
  .eshop-page .calc-type .ci{font-size:22px;line-height:1}
  .eshop-page .calc-type .cn{font-size:12.5px;font-weight:700;color:#fff;line-height:1.2}
  .eshop-page .calc-type .cp{font-size:11px;color:#8f8f9d;font-weight:600}
  .eshop-page .calc-type.sel{border-color:var(--teal);background:rgba(255,117,24,.08);box-shadow:0 10px 24px -12px rgba(255,117,24,.4)}
  .eshop-page .calc-type.sel .cp{color:var(--teal)}

  .eshop-page .calc-qty-label{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px}
  .eshop-page .calc-qty-label .cl{font-size:13px;font-weight:700;color:#cfe9e6}
  .eshop-page .calc-bignum{text-align:center;margin:6px 0 14px}
  .eshop-page .calc-bignum .num{font-family:'Inter',sans-serif;font-size:54px;font-weight:600;line-height:1;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text;font-variant-numeric:tabular-nums}
  .eshop-page .calc-bignum .word{font-size:14px;font-weight:700;color:#c3c3cf;margin-top:4px}
  .eshop-page .calc-bignum .word span{color:#fff}
  /* range slider */
  .eshop-page .calc-slider{width:100%;-webkit-appearance:none;appearance:none;height:10px;border-radius:100px;background:rgba(255,255,255,.1);outline:none;margin:2px 0 6px;cursor:pointer}
  .eshop-page .calc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:30px;height:30px;border-radius:50%;background:var(--grad);border:3px solid #0c0c14;box-shadow:0 4px 14px -4px rgba(255,45,98,.7),0 0 0 1px rgba(255,255,255,.1);cursor:grab}
  .eshop-page .calc-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.08)}
  .eshop-page .calc-slider::-moz-range-thumb{width:30px;height:30px;border-radius:50%;background:var(--magenta);border:3px solid #0c0c14;box-shadow:0 4px 14px -4px rgba(255,45,98,.7);cursor:grab}
  .eshop-page .calc-ticks{display:flex;justify-content:space-between;font-size:10.5px;color:#76768a;font-weight:600;margin-bottom:22px}

  .eshop-page .calc-horizon{margin-bottom:22px}
  .eshop-page .calc-horizon .cl{font-size:13px;font-weight:700;color:#cfe9e6;margin-bottom:9px;display:block}
  .eshop-page .calc-chips{display:flex;gap:9px}
  .eshop-page .calc-chip{
    flex:1;background:rgba(255,255,255,.04);border:1.5px solid rgba(255,255,255,.1);border-radius:12px;
    padding:11px 6px;text-align:center;cursor:pointer;font-size:13.5px;font-weight:700;color:#c3c3cf;
    -webkit-tap-highlight-color:transparent;transition:.18s;min-height:44px;
  }
  .eshop-page .calc-chip:active{transform:scale(.98)}
  .eshop-page .calc-chip.sel{border-color:var(--teal);background:rgba(255,117,24,.08);color:#fff}

  .eshop-page .calc-result{
    background:radial-gradient(120% 80% at 50% 0%,rgba(47,227,154,.1),transparent 60%),#0c0c14;
    border:1px solid rgba(47,227,154,.25);border-radius:18px;padding:22px 18px;text-align:center;margin-top:4px;
  }
  .eshop-page .calc-result .rk{font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8f8f9d;margin-bottom:8px}
  .eshop-page .calc-result .rbig{font-family:'Inter',sans-serif;font-size:clamp(40px,12vw,56px);font-weight:600;line-height:1;color:#2fe39a;letter-spacing:-.01em;font-variant-numeric:tabular-nums}
  .eshop-page .calc-result .rbig small{font-size:.5em;font-weight:500}
  .eshop-page .calc-result .rsub{font-size:13.5px;color:#c3c3cf;margin-top:10px;line-height:1.5}
  .eshop-page .calc-result .rsub b{color:#fff;font-weight:700}
  .eshop-page .calc-bars{margin-top:18px;text-align:left;display:flex;flex-direction:column;gap:11px}
  .eshop-page .calc-bar .cbl{display:flex;justify-content:space-between;font-size:12.5px;margin-bottom:5px;font-weight:600}
  .eshop-page .calc-bar .cbl .lft{color:#c3c3cf}
  .eshop-page .calc-bar .cbl .rgt{font-weight:800;font-variant-numeric:tabular-nums}
  .eshop-page .cb-track{height:14px;border-radius:100px;background:rgba(255,255,255,.06);overflow:hidden}
  .eshop-page .cb-fill{height:100%;border-radius:100px;transition:width .6s cubic-bezier(.2,.8,.2,1)}
  .eshop-page .cb-fill.bad{background:linear-gradient(90deg,#ff5a6e,#ff8a4c)}
  .eshop-page .cb-fill.good{background:var(--grad)}
  .eshop-page .calc-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:20px;background:var(--grad);color:#06141a;font-weight:800;font-size:16px;padding:16px 20px;border-radius:14px;box-shadow:0 14px 32px -12px rgba(255,45,98,.55);transition:transform .15s ease}
  .eshop-page .calc-cta:active{transform:scale(.98)}

  /* ====================================================== */
  /* ============ C) PURCHASE TOASTS ===================== */
  /* ====================================================== */
  .eshop-page .toast{
    position:fixed;left:12px;bottom:96px;z-index:45;max-width:300px;width:calc(100% - 96px);
    display:flex;align-items:center;gap:11px;
    background:rgba(20,20,28,.94);backdrop-filter:saturate(160%) blur(12px);
    -webkit-backdrop-filter:saturate(160%) blur(12px);
    border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:10px 12px;
    box-shadow:0 18px 40px -16px rgba(0,0,0,.7);
    transform:translateX(-130%);opacity:0;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s ease;
    pointer-events:none;
  }
  .eshop-page .toast.show{transform:translateX(0);opacity:1}
  .eshop-page .toast .t-av{flex:0 0 auto;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:13px;background:var(--grad);box-shadow:0 4px 12px -4px rgba(255,45,98,.5)}
  .eshop-page .toast .t-bd{flex:1;min-width:0}
  .eshop-page .toast .t-bd .t-l1{font-size:13px;color:#e7e7ef;line-height:1.3}
  .eshop-page .toast .t-bd .t-l1 b{color:#fff;font-weight:700}
  .eshop-page .toast .t-bd .t-l2{font-size:11px;color:#8f8f9d;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .eshop-page .toast .t-bd .t-l2 .vc{color:var(--teal);font-weight:700}
  .eshop-page .toast .t-x{flex:0 0 auto;font-size:13px;color:#5f5f70;align-self:flex-start;line-height:1}
  @media(min-width:780px){
    .eshop-page .toast{bottom:18px;left:18px}
  }

  /* ====================================================== */
  /* ============ D) SCARCITY "casi se agota" ============ */
  /* ====================================================== */
  .eshop-page .closing{
    background:
      radial-gradient(120% 60% at 50% 0%, rgba(255,45,98,.16), transparent 60%),
      var(--ink-bg);
    padding:52px 0 8px;
  }
  .eshop-page .scar-head{text-align:center;margin-bottom:22px}
  .eshop-page .scar-kick{
    display:inline-flex;align-items:center;gap:8px;margin:0 auto 14px;
    background:rgba(255,90,110,.12);border:1px solid rgba(255,90,110,.4);
    padding:7px 14px;border-radius:100px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ff9aa6;
  }
  .eshop-page .scar-kick .pulse{width:8px;height:8px;border-radius:50%;background:#ff5a6e;animation:pulseR 1.4s infinite}
  @keyframes pulseR{0%{box-shadow:0 0 0 0 rgba(255,90,110,.6)}70%{box-shadow:0 0 0 8px rgba(255,90,110,0)}100%{box-shadow:0 0 0 0 rgba(255,90,110,0)}}
  .eshop-page .scar-head h2{font-family:'Inter',sans-serif;font-weight:500;font-size:clamp(27px,7.4vw,38px);line-height:1.1;letter-spacing:-.01em;max-width:16ch;margin:0 auto 12px;color:#fff}
  .eshop-page .scar-head h2 em{font-style:italic;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
  .eshop-page .scar-head p{color:#a9a9b8;font-size:14.5px;max-width:36ch;margin:0 auto;line-height:1.6}

  .eshop-page .scar-card{
    background:linear-gradient(180deg,var(--ink-bg2),var(--ink-bg3));
    border:1px solid rgba(255,90,110,.25);border-radius:22px;padding:22px 20px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;
  }
  .eshop-page .scar-card::before{content:"";position:absolute;top:0;left:16%;right:16%;height:1px;background:linear-gradient(90deg,transparent,#ff5a6e,#ff8a4c,transparent)}
  .eshop-page .scar-units{display:flex;align-items:baseline;justify-content:center;gap:8px;text-align:center;flex-wrap:wrap}
  .eshop-page .scar-units .fire{font-size:22px}
  .eshop-page .scar-units .txt{font-size:16px;font-weight:700;color:#fff}
  .eshop-page .scar-units .txt b{font-family:'Inter',sans-serif;font-size:30px;font-weight:600;color:transparent;background:linear-gradient(90deg,#ff5a6e,#ff8a4c);-webkit-background-clip:text;background-clip:text;vertical-align:-2px}
  .eshop-page .scar-lote{text-align:center;font-size:11.5px;color:#8f8f9d;margin-top:4px;letter-spacing:.03em}
  .eshop-page .scar-track{height:12px;border-radius:100px;background:rgba(255,255,255,.08);overflow:hidden;margin:16px 0 8px}
  .eshop-page .scar-fill{height:100%;width:92%;border-radius:100px;background:linear-gradient(90deg,#ff5a6e,#ff8a4c)}
  .eshop-page .scar-stats{display:flex;justify-content:space-between;font-size:12px;font-weight:600}
  .eshop-page .scar-stats .s1{color:#ff9aa6}
  .eshop-page .scar-stats .s2{color:#9a9aa8;display:flex;align-items:center;gap:6px}
  .eshop-page .scar-stats .s2 .eye{width:7px;height:7px;border-radius:50%;background:#2fe39a;box-shadow:0 0 0 0 rgba(47,227,154,.6);animation:pulseG 1.6s infinite}
  @keyframes pulseG{0%{box-shadow:0 0 0 0 rgba(47,227,154,.6)}70%{box-shadow:0 0 0 6px rgba(47,227,154,0)}100%{box-shadow:0 0 0 0 rgba(47,227,154,0)}}
  .eshop-page .scar-cta{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:20px;background:linear-gradient(90deg,#ff5a6e,#ff8a4c);color:#1a0008;font-weight:800;font-size:15.5px;padding:16px 18px;border-radius:14px;box-shadow:0 14px 32px -12px rgba(255,90,110,.55);transition:transform .15s ease;position:relative;overflow:hidden}
  .eshop-page .scar-cta::after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-20deg);animation:shine 3.2s infinite}
  .eshop-page .scar-cta:active{transform:scale(.98)}

  /* the ONE strong price block (shared by D) */
  .eshop-page .price-block{
    background:linear-gradient(180deg,var(--ink-bg2),var(--ink-bg3));
    border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:22px 20px;margin-top:14px;text-align:center;position:relative;overflow:hidden;
  }
  .eshop-page .price-block::before{content:"";position:absolute;top:0;left:16%;right:16%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,117,24,.55),rgba(255,45,98,.55),transparent)}
  .eshop-page .price-block .pb-k{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text;margin-bottom:12px}
  .eshop-page .price-block .pb-row{display:flex;align-items:center;justify-content:center;gap:14px;position:relative}
  .eshop-page .price-block .pb-was{font-size:18px;color:#76768a;text-decoration:line-through}
  .eshop-page .price-block .pb-now{font-family:'Inter',sans-serif;font-size:56px;font-weight:600;color:#fff;line-height:1}
  .eshop-page .price-block .pb-now small{font-size:24px;font-weight:500;color:#c3c3cf}
  .eshop-page .price-block .pb-disc{position:absolute;right:2px;top:-6px;width:54px;height:54px;border-radius:50%;background:var(--grad);color:#06141a;display:grid;place-items:center;font-weight:900;font-size:17px;transform:rotate(8deg);box-shadow:0 8px 20px -8px rgba(255,45,98,.6);line-height:.95}
  .eshop-page .price-block .pb-save{display:inline-block;background:rgba(47,227,154,.14);border:1px solid rgba(47,227,154,.4);color:#5cf0bb;font-weight:800;font-size:13px;padding:6px 14px;border-radius:100px;margin:14px 0 0}
  .eshop-page .price-block .pb-sub{font-size:13px;color:#a9a9b8;margin-top:12px;line-height:1.55}
  .eshop-page .price-block .pb-sub b{color:#fff;font-weight:600}

  /* ====================================================== */
  /* ============ E) COUNTDOWN "el reloj decida" ========= */
  /* ====================================================== */
  .eshop-page .cdown-section{background:var(--ink-bg);padding:14px 0 54px}
  .eshop-page .cdown-card{
    background:linear-gradient(180deg,var(--ink-bg2),var(--ink-bg3));
    border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px 20px 26px;text-align:center;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;
  }
  .eshop-page .cdown-card::before{content:"";position:absolute;top:0;left:16%;right:16%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,117,24,.55),rgba(255,45,98,.55),transparent)}
  .eshop-page .cdown-kick{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#f3b8f1;margin-bottom:12px}
  .eshop-page .cdown-card h2{font-family:'Inter',sans-serif;font-weight:500;font-size:clamp(26px,7vw,36px);line-height:1.12;letter-spacing:-.01em;max-width:16ch;margin:0 auto 12px;color:#fff}
  .eshop-page .cdown-card h2 em{font-style:italic;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
  .eshop-page .cdown-card .cd-copy{color:#a9a9b8;font-size:14px;max-width:34ch;margin:0 auto 22px;line-height:1.6}
  .eshop-page .cdown-card .cd-copy b{color:#fff;font-weight:600}
  .eshop-page .cdown-boxes{display:flex;gap:9px;justify-content:center;margin-bottom:22px}
  .eshop-page .cd-box{background:#0c0c14;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 0;min-width:74px}
  .eshop-page .cd-box .cd-n{font-family:'Inter',sans-serif;font-size:32px;font-weight:600;color:#fff;line-height:1;font-variant-numeric:tabular-nums}
  .eshop-page .cd-box .cd-l{font-size:9.5px;color:#8f8f9d;text-transform:uppercase;letter-spacing:.08em;margin-top:6px;font-weight:700}
  .eshop-page .cdown-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:var(--grad);color:#06141a;font-weight:800;font-size:17px;padding:18px 22px;border-radius:16px;box-shadow:0 16px 36px -12px rgba(255,45,98,.6);transition:transform .15s ease;position:relative;overflow:hidden}
  .eshop-page .cdown-cta::after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-20deg);animation:shine 3.2s infinite}
  .eshop-page .cdown-cta:active{transform:scale(.98)}
  .eshop-page .cdown-checks{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;margin-top:16px;font-size:12.5px;color:#c3c3cf;font-weight:600}
  .eshop-page .cdown-checks span{display:inline-flex;align-items:center;gap:5px}
  .eshop-page .cdown-checks .ck{color:#2fe39a;font-weight:900}
  .eshop-page .cdown-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:18px}
  .eshop-page .cdown-pills .cp{font-size:11px;font-weight:800;letter-spacing:.04em;border-radius:100px;padding:7px 12px;border:1px solid rgba(255,255,255,.12);color:#d6d6e0;background:rgba(255,255,255,.03);display:inline-flex;align-items:center;gap:5px}
  .eshop-page .cdown-pills .cp.hot{border-color:rgba(255,45,98,.4);color:#f3b8f1;background:rgba(255,45,98,.08)}

  @media(min-width:780px){
    .eshop-page .quiz-card,.eshop-page .calc-card,.eshop-page .scar-card,.eshop-page .price-block,.eshop-page .cdown-card,.eshop-page .q-result{max-width:600px;margin-left:auto;margin-right:auto}
    .eshop-page .scar-head,.eshop-page .scar-card,.eshop-page .price-block,.eshop-page .cdown-card{max-width:600px;margin-left:auto;margin-right:auto}
    .eshop-page .calc-bignum .num{font-size:64px}
  }

/* stage-icons */
.eshop-page .stage .num{background:none;color:var(--teal);display:flex;align-items:center;justify-content:center}
.eshop-page .stage .num .s-ic{width:24px;height:24px;stroke-width:1.8}

/* author-portrait mobile */
@media(max-width:560px){.eshop-page .author-card{padding:20px 16px 18px}}

/* cta-spacing */
.eshop-page .scar-card .eshop-btn{margin:16px 10px 0 0}
.eshop-page .cdown-card .eshop-btn{margin-top:16px}
.eshop-page .calc-card .eshop-btn{margin-top:16px}

/* sub-avatar */
.eshop-page .hero-copy .sub .sub-avatar{
  float:left;width:64px;height:64px;border-radius:50%;object-fit:cover;
  margin:2px 14px 6px 0;shape-outside:circle(50%);
  border:2px solid rgba(255,255,255,.18);box-shadow:0 6px 18px -6px rgba(0,0,0,.5);
}
@media(max-width:560px){.eshop-page .hero-copy .sub .sub-avatar{width:58px;height:58px;margin-right:12px}}

/* press-block */
.eshop-page .author-meta .press{margin-top:12px}
.eshop-page .author-meta .press-label{
  display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;
  background:#1c1813;color:#f3ead6;border-radius:7px;padding:5px 10px;
}
.eshop-page .author-meta .press-row{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;
  gap:6px 22px;margin-top:12px;
}
.eshop-page .author-meta .press-logo{
  color:#1c1813;text-decoration:none;line-height:1.3;white-space:nowrap;
  border-bottom:1px dashed rgba(28,24,19,.35);padding-bottom:1px;
  transition:opacity .15s ease,border-color .15s ease;
}
.eshop-page .author-meta .press-logo:hover{opacity:.65;border-bottom-color:#1c1813}
.eshop-page .author-meta .press-logo .ext{font-size:10px;margin-left:3px;opacity:.55;vertical-align:super}
.eshop-page .pl-forbes{font-family:'Fraunces',serif;font-weight:600;font-size:18px}
.eshop-page .pl-tn{font-family:'Inter',sans-serif;font-weight:900;font-size:18px;letter-spacing:-.02em}
.eshop-page .pl-ambito{font-family:'Inter',sans-serif;font-weight:800;font-size:16px;font-style:italic}
.eshop-page .pl-yahoo{font-family:'Inter',sans-serif;font-weight:800;font-size:15px}
.eshop-page .pl-cronista{font-family:'Fraunces',serif;font-weight:600;font-size:16px;font-style:italic}
.eshop-page .pl-fortuna{font-family:'Inter',sans-serif;font-weight:800;font-size:14px;letter-spacing:.14em}
.eshop-page .pl-mercado{font-family:'Fraunces',serif;font-weight:600;font-size:16px}

  /* ====================================================== */
  /* ============ VITAL VIBES — secciones nuevas ========== */
  /* ====================================================== */

  /* Banda de origen peruano (autoridad por superalimento) */
  .eshop-page .origin{background:radial-gradient(120% 70% at 50% 0%,rgba(255,117,24,.14),transparent 60%),var(--ink-bg2);padding:48px 0}
  .eshop-page .origin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}
  @media(max-width:720px){.eshop-page .origin-grid{grid-template-columns:1fr}}
  .eshop-page .origin-card{background:var(--ink-bg3);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:22px;display:flex;gap:16px;align-items:flex-start}
  .eshop-page .origin-card .ic{flex:0 0 auto;width:66px;height:66px;border-radius:16px;background:rgba(255,117,24,.1);display:grid;place-items:center}
  .eshop-page .origin-card .ic svg{width:46px;height:46px}
  .eshop-page .origin-card .reg{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#ffa64d;font-weight:800;margin-bottom:5px}
  .eshop-page .origin-card h4{font-size:17px;font-weight:800;color:#fff;margin:0 0 7px}
  .eshop-page .origin-card p{font-size:12.5px;line-height:1.6;color:rgba(255,255,255,.7);margin:0}

  /* Showcase de ingredientes */
  .eshop-page .ings{padding:54px 0}
  .eshop-page .ing-groups{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}
  @media(max-width:760px){.eshop-page .ing-groups{grid-template-columns:1fr}}
  .eshop-page .ing-group{background:var(--ink-bg2);border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:20px}
  .eshop-page .ing-group-head{display:flex;align-items:center;gap:12px;margin-bottom:4px}
  .eshop-page .ing-group-head .gi{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;color:#fff}
  .eshop-page .ing-group-head h3{font-size:15px;font-weight:800;color:#fff;line-height:1.15;margin:0}
  .eshop-page .ing-group .gsub{font-size:12px;color:rgba(255,255,255,.6);margin:2px 0 14px 54px;line-height:1.5}
  @media(max-width:760px){.eshop-page .ing-group .gsub{margin-left:0}}
  .eshop-page .ing-item{display:flex;gap:13px;align-items:flex-start;padding:11px 0;border-top:1px solid rgba(255,255,255,.06)}
  .eshop-page .ing-item:first-of-type{border-top:none}
  .eshop-page .ing-item .ill{flex:0 0 auto;width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,.05);display:grid;place-items:center}
  .eshop-page .ing-item .ill svg{width:34px;height:34px}
  .eshop-page .ing-item .tx h5{font-size:13.5px;font-weight:800;color:#fff;margin:0 0 2px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}
  .eshop-page .ing-item .tx .pe{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#04261a;font-weight:900;background:linear-gradient(135deg,#13ce82,#3ce9a4);padding:2px 6px;border-radius:6px}
  .eshop-page .ing-item .tx p{font-size:12px;line-height:1.55;color:rgba(255,255,255,.62);margin:0}

  /* Disclaimer legal */
  .eshop-page .legal{background:var(--ink-bg2);padding:28px 0 8px}
  .eshop-page .legal-card{max-width:760px;margin:0 auto;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px 20px}
  .eshop-page .legal-card p{font-size:11px;line-height:1.7;color:rgba(255,255,255,.5);margin:0}
  .eshop-page .legal-card b{color:rgba(255,255,255,.72)}
