/* ============================================================
   KALMILIDER — CRO / EMOTION LAYER
   Loaded after theme.css. Uses Pegasus brand tokens: pharma blue,
   saffron gold, and soft violet accents.
   Components:
     .t-promobar    — premium urgency bar (front page, above header)
     .t-problem     — emotional "scénarios de vie" identification
     .t-guarantee   — risk-reversal / reassurance band
     .t-cta-reassure— guarantee microcopy under CTAs
   ============================================================ */

/* ---- 1. PREMIUM URGENCY BAR -------------------------------- */
.t-promobar{
  background:var(--navy);
  color:var(--gold-light);
  text-align:center;
  font-family:var(--font-body);
  font-size:13px;
  line-height:1.4;
  letter-spacing:.02em;
  padding:9px 16px;
}
.t-promobar__inner{
  max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;
}
.t-promobar__ico{width:15px;height:15px;flex:0 0 auto;opacity:.85}
.t-promobar strong{color:#fff;font-weight:700}
.t-promobar em{font-style:normal;opacity:.7}
@media (max-width:600px){
  .t-promobar{font-size:12px;padding:8px 12px}
  .t-promobar__sep,
  .t-promobar__ico,
  .t-promobar__more{display:none}
}

/* ---- 2. EMOTIONAL PROBLEM IDENTIFICATION ------------------- */
.t-problem__lead{
  max-width:780px;margin:0 auto var(--space-2xl);padding:0 var(--container-pad);text-align:center;
  font-size:clamp(17px,2vw,20px);line-height:1.75;color:var(--text-body);
}
.t-problem__lead em{font-style:normal;color:var(--navy);font-weight:700}
.t-problem__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);
  max-width:1100px;margin:0 auto;padding:0 var(--container-pad);
}
.t-scenario{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(0,86,168,.13);
  border-radius:22px;
  padding:28px 26px;
  display:flex;flex-direction:column;gap:14px;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
  box-shadow:0 16px 38px rgba(6,52,95,.07);
}
.t-scenario:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(6,52,95,.11);
  border-color:rgba(0,86,168,.22);
}
.t-scenario__ico{
  width:44px;height:44px;color:var(--saffron-purple);background:rgba(125,95,199,.1);
  border-radius:15px;display:grid;place-items:center;opacity:1;
}
.t-scenario__ico svg{width:24px;height:24px}
.t-scenario__text{
  font-size:16px;line-height:1.6;color:var(--text-body);margin:0;
}
.t-scenario__text strong{color:var(--navy);font-weight:700}
.t-problem__bridge{
  max-width:680px;margin:var(--space-2xl) auto 0;text-align:center;
  font-family:var(--font-head);font-size:clamp(21px,2.6vw,32px);line-height:1.35;font-weight:600;color:var(--text-muted);
}
.t-problem__bridge span{color:var(--navy);border-bottom:2px solid rgba(217,154,43,.5)}
@media (max-width:860px){
  .t-problem__grid{grid-template-columns:1fr;max-width:520px}
}

/* ---- 3. GUARANTEE / RISK-REVERSAL BAND --------------------- */
.t-guarantee{
  background:var(--gold-pale);
  border-top:1px solid var(--grey);
  border-bottom:1px solid var(--grey);
}
.t-guarantee__inner{
  max-width:1080px;margin:0 auto;
  display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:center;
}
.t-guarantee__seal{
  width:112px;height:112px;flex:0 0 auto;
  border-radius:50%;border:1.5px solid var(--navy);
  display:flex;align-items:center;justify-content:center;
  background:var(--white);
}
.t-guarantee__seal svg{width:54px;height:54px;color:var(--navy)}
.t-guarantee__body{display:flex;flex-direction:column;gap:8px}
.t-guarantee__title{
  font-family:var(--font-heading);font-size:clamp(22px,3vw,30px);
  line-height:1.15;color:var(--text);margin:0;font-weight:700;
}
.t-guarantee__title em{font-style:italic}
.t-guarantee__sub{font-size:16px;line-height:1.6;color:var(--text-body);margin:0;max-width:620px}
.t-guarantee__pillars{
  display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:8px;
}
.t-guarantee__pillar{
  display:inline-flex;align-items:center;gap:8px;
  font-size:14px;font-weight:600;color:var(--text);
}
.t-guarantee__pillar svg{width:17px;height:17px;color:var(--success);flex:0 0 auto}
@media (max-width:680px){
  .t-guarantee__inner{grid-template-columns:1fr;text-align:center;gap:22px;justify-items:center}
  .t-guarantee__sub{margin:0 auto}
  .t-guarantee__pillars{justify-content:center}
}

/* ---- 5. PHOTO REVIEW CARDS (UGC avis clients) -------------- */
/* Real customer-photo testimonials. Overrides .t-review padding so the
   photo bleeds to the card edges; text lives in .t-review__body.       */
.t-review--photo{
  padding:0;
  overflow:hidden;
}
.t-review__photo{
  position:relative;
  margin:0;
  background:var(--grey-light);
  aspect-ratio:4 / 3;
}
.t-review__photo img{
  width:100%;height:100%;
  object-fit:cover;object-position:center 25%;
  display:block;
}
/* subtle gradient foot so the card reads as one unit */
.t-review__photo::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:38%;
  background:linear-gradient(to top,rgba(22,21,19,.16),transparent);
  pointer-events:none;
}
.t-review__body{
  display:flex;flex-direction:column;flex:1 1 auto;
  padding:22px 24px 24px;
}
.t-review--photo .t-review__stars{margin-bottom:12px}
.t-review--photo .t-review__text{
  flex:1 0 auto;margin-bottom:18px;
  font-size:.96rem;line-height:1.7;color:var(--text-body);
}
.t-review--photo .t-review__foot{
  display:flex;align-items:center;gap:10px;
  border-top:1px solid var(--grey);padding-top:14px;
}
.t-review--photo .t-review__who{margin-right:auto}
@media (max-width:900px){
  .t-review__photo{aspect-ratio:16 / 10}
}

/* ---- 6. VIDEO PLAY BUTTON (reset <button>) ----------------- */
.lp-video-plan__play{
  border:0;padding:0;cursor:pointer;
  transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease;
}
.lp-video-plan__play:hover,
.lp-video-plan__play:focus-visible{
  transform:translate(-50%,-50%) scale(1.08);
  box-shadow:0 24px 60px rgba(0,0,0,.3);
}
.lp-video-plan__play:focus-visible{outline:3px solid var(--white);outline-offset:4px}
@media (prefers-reduced-motion:reduce){
  .lp-video-plan__play{transition:none}
  .lp-video-plan__play:hover,.lp-video-plan__play:focus-visible{transform:translate(-50%,-50%)}
}

/* ---- 6b. SHIPPING POLISH FOR PRODUCT LANDING PAGE ----------- */
.utility-bar{
  font-size:.82rem;
  line-height:1.35;
  letter-spacing:.08em;
  padding:7px 0;
}
.utility-bar__inner{
  min-height:0;
}
.utility-bar__text,
.utility-bar__phone{
  white-space:nowrap;
}
.site-logo .site-logo__img{
  width:auto;
  height:88px;
  max-width:156px;
  object-fit:contain;
}
.page-template-page-kalmilider .lp-promobar{
  display:none;
}
.lp-proofline{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 22px;
}
.lp-proofline span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 11px;
  border:1px solid var(--grey);
  border-radius:999px;
  background:var(--grey-light);
  color:var(--text);
  font-size:.78rem;
  font-weight:700;
  line-height:1.2;
}
.lp-hero{
  align-items:start;
  margin-top:var(--shell-h,112px);
  padding-top:18px;
  padding-bottom:clamp(32px,4vw,52px);
  grid-template-columns:minmax(0,1fr) minmax(360px,460px);
}
.lp-hero__media{
  order:2;
  align-self:start;
  flex-direction:column;
  gap:14px;
}
.lp-hero__panel{
  order:1;
  padding-top:clamp(22px,4vw,64px);
}
.lp-product-card{
  position:sticky;
  top:calc(var(--shell-h,112px) + 18px);
  z-index:2;
  gap:12px;
  max-height:none;
  overflow:visible;
}
.lp-main-gallery{
  position:relative;
  display:grid;
  place-items:center;
  width:100%;
  min-height:300px;
  aspect-ratio:4 / 3;
  overflow:hidden;
  border:1px solid var(--grey);
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#faf8f3 100%);
}
.lp-hero__img{
  width:min(82%,360px);
  max-height:300px;
  object-fit:contain;
  filter:drop-shadow(0 22px 34px rgba(22,21,19,.13));
  transition:opacity .16s ease, transform .16s ease;
}
.lp-hero__gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  width:100%;
}
.lp-thumb{
  display:grid;
  place-items:center;
  min-width:0;
  aspect-ratio:1;
  padding:4px;
  border:1px solid var(--grey);
  border-radius:12px;
  background:var(--white);
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.lp-thumb:hover,
.lp-thumb.is-active{
  border-color:var(--navy);
  box-shadow:0 0 0 1px var(--navy) inset;
}
.lp-thumb:hover{
  transform:translateY(-1px);
}
.lp-thumb:focus-visible{
  outline:3px solid rgba(22,21,19,.22);
  outline-offset:2px;
}
.lp-thumb img{
  width:100%;
  height:100%;
  aspect-ratio:1;
  object-fit:cover;
  border:0;
  border-radius:8px;
  background:var(--grey-light);
}
.lp-main-gallery .lp-hero__seal{
  left:14px;
  right:auto;
  bottom:14px;
  z-index:2;
  max-width:210px;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.12);
}
.lp-hero .lp-benefits{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 16px;
  margin-bottom:18px;
}
.lp-hero__sub,
.lp-proofline{
  margin-bottom:16px;
}
.lp-hero .lp-cta{
  min-height:58px;
  padding-top:18px;
  padding-bottom:18px;
  border-radius:14px;
  text-align:center;
}
.lp-hero__actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:24px;
}
.lp-hero__link{
  color:var(--text);
  font-size:.95rem;
  font-weight:700;
  border-bottom:1px solid currentColor;
}
.lp-product-card__head{
  width:100%;
  padding-top:4px;
  text-align:left;
}
.lp-product-card__head span{
  display:block;
  margin-bottom:5px;
  color:var(--text-muted);
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lp-product-card__head h2{
  margin:0 0 4px;
  color:var(--navy);
  font-size:1.45rem;
  line-height:1;
}
.lp-product-card__head p{
  margin:0;
  color:var(--text-body);
  font-size:.9rem;
  line-height:1.5;
}
.lp-product-card .lp-buy{
  width:100%;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.lp-product-card .lp-opt{
  padding:12px 14px;
}
.lp-product-card .lp-opt:not(.lp-opt--best){
  display:none;
}
.lp-product-card .lp-opt__name{
  font-size:1rem;
}
.lp-product-card .lp-opt__price{
  font-size:1.28rem;
}
.page-template-page-kalmilider .whatsapp-float{
  display:none;
}
.lp-day{
  padding:clamp(58px,7vw,96px) var(--container-pad,24px);
  background:var(--white);
}
.lp-day__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:1120px;
  margin:0 auto;
}
.lp-day__grid article{
  overflow:hidden;
  border:1px solid var(--grey);
  border-radius:20px;
  background:var(--grey-light);
}
.lp-day__grid img{
  display:block;
  width:100%;
  height:clamp(220px,25vw,280px);
  object-fit:cover;
}
.lp-day__grid article:nth-child(3) img{
  object-position:center 58%;
}
.lp-day__grid article div{
  padding:22px;
}
.lp-day__grid span{
  display:block;
  margin-bottom:8px;
  color:var(--text-muted);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.lp-day__grid h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:1.22rem;
  line-height:1.2;
}
.lp-day__grid p{
  margin:0;
  color:var(--text-body);
  line-height:1.65;
}
.lp-symptoms{
  padding:clamp(52px,7vw,92px) var(--container-pad,24px);
  background:var(--grey-light);
}
.lp-symptoms__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:1080px;
  margin:0 auto;
}
.lp-symptoms__grid article{
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:28px 24px;
  border:1px solid var(--grey);
  border-radius:18px;
  background:var(--white);
}
.lp-symptoms__grid span{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:16px;
  border:1px solid var(--navy);
  border-radius:999px;
  color:var(--navy);
  font-family:var(--font-head);
  font-weight:700;
}
.lp-symptoms__grid h3{
  max-width:260px;
  margin:0 0 10px;
  font-size:1.25rem;
  line-height:1.2;
}
.lp-symptoms__grid p{
  max-width:280px;
  margin:0;
  color:var(--text-body);
  line-height:1.6;
}
.t-method__phase{
  text-align:center;
}
.t-method__num,
.t-method__days{
  margin-left:auto;
  margin-right:auto;
}
.lp-solution{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  background:var(--white);
  border-top:1px solid var(--grey);
  border-bottom:1px solid var(--grey);
}
.lp-solution__media{
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(36px,5vw,72px);
  background:var(--grey-light);
}
.lp-solution__media img{
  width:min(100%,520px);
  height:clamp(280px,84vw,520px);
  display:block;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 22px 60px rgba(22,21,19,.1);
}
.lp-solution__body{
  padding:clamp(42px,6vw,88px);
}
.lp-solution__checks{
  display:grid;
  gap:10px;
  margin:10px 0 24px;
}
.lp-solution__checks span{
  position:relative;
  padding-left:30px;
  color:var(--text);
  font-weight:700;
  line-height:1.45;
}
.lp-solution__checks span::before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#eef4ee;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232f6b3d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center;
}
.lp-effect-gallery{
  padding:clamp(46px,6vw,86px) var(--container-pad,24px);
  background:var(--white);
  border-bottom:1px solid var(--grey);
}
.lp-effect-gallery .t-head{
  margin-bottom:28px;
}
.lp-effect-gallery__grid{
  width:min(100%,1180px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.lp-effect-card{
  overflow:hidden;
  border:1px solid var(--grey);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 48px rgba(22,21,19,.07);
}
.lp-effect-card__media{
  aspect-ratio:4/3;
  overflow:hidden;
  background:var(--grey-light);
}
.lp-effect-card__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.lp-effect-card__body{
  padding:18px 18px 20px;
}
.lp-effect-card h3{
  margin:0 0 8px;
  font-family:var(--font-head);
  font-size:1.14rem;
  line-height:1.2;
}
.lp-effect-card p{
  margin:0;
  color:var(--text-body);
  line-height:1.55;
}
.lp-video-plan__badge{
  position:absolute;
  left:24px;
  bottom:24px;
  z-index:1;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(12,11,10,.68);
  color:#fff;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

/* ---- 7. PACK / PRICING DECISION BLOCK ---------------------- */
.lp-packs{
  padding:var(--space-3xl) clamp(20px,5vw,40px);
  background:var(--grey-light);
  max-width:none;margin:0;width:100%;
}
.lp-packs .t-head{margin-bottom:var(--space-2xl)}
.lp-packs__grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:20px;align-items:stretch;max-width:1040px;margin:0 auto;
}
.lp-pack{
  display:flex;flex-direction:column;align-items:flex-start;
  background:var(--white);border:1px solid var(--grey);border-radius:16px;
  padding:30px 28px;gap:6px;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.lp-pack:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(22,21,19,.09);border-color:var(--grey-mid)}
.lp-pack--best{
  border-color:var(--navy);border-width:1.5px;
  box-shadow:0 18px 48px rgba(22,21,19,.12);
}
.lp-pack__badge{
  display:inline-block;background:var(--navy);color:var(--gold-light);
  font-size:.72rem;font-weight:700;letter-spacing:.04em;
  padding:6px 12px;border-radius:999px;margin-bottom:8px;
}
.lp-pack__name{font-family:var(--font-head);font-size:1.18rem;color:var(--text);margin:0;font-weight:700}
.lp-pack__meta{font-size:.86rem;color:var(--text-muted);margin:0}
.lp-pack__price{
  font-family:var(--font-head);font-size:2.3rem;font-weight:700;color:var(--text);
  line-height:1;margin:10px 0 2px;letter-spacing:-.02em;
}
.lp-pack__price small{font-size:.9rem;font-weight:600;color:var(--text-muted);letter-spacing:0}
.lp-pack__day{font-size:.82rem;color:var(--success);font-weight:600;margin:0 0 18px}
.lp-pack .btn{margin-top:auto;width:100%;text-align:center;justify-content:center}
.lp-packs__reassure{
  display:flex;flex-wrap:wrap;justify-content:center;gap:6px 18px;
  margin:var(--space-xl) auto 0;text-align:center;
  font-size:.85rem;color:var(--text-body);font-weight:600;
}
@media (max-width:880px){
  .lp-hero{
    grid-template-columns:1fr;
  }
  .site-logo .site-logo__img{
    height:74px;
    max-width:140px;
  }
  .lp-product-card{
    order:1;
  }
  .lp-hero__panel{
    order:2;
    padding-top:8px;
  }
  .lp-packs__grid{grid-template-columns:1fr;max-width:460px}
  .lp-pack--best{order:-1}
  .lp-day__grid{grid-template-columns:1fr;max-width:520px}
  .lp-symptoms__grid{grid-template-columns:1fr;max-width:460px}
  .lp-solution{grid-template-columns:1fr}
  .lp-solution__media{
    min-height:0;
    order:-1;
    padding:28px var(--container-pad,24px);
  }
  .lp-solution__media img{
    width:min(100%,420px);
    height:clamp(280px,84vw,420px);
    border-radius:18px;
  }
  .lp-effect-gallery__grid{
    grid-template-columns:1fr;
    max-width:460px;
  }
  .lp-effect-card__media{
    aspect-ratio:4/3;
  }
  .lp-product-card{position:relative;top:auto}
}

@media (max-width:640px){
  .utility-bar__more{
    display:none;
  }
}

@media (max-width:520px){
  .utility-bar{
    font-size:.69rem;
    letter-spacing:.045em;
    padding:7px 0;
  }
  .utility-bar__inner{
    justify-content:center;
    gap:9px;
    padding-inline:10px;
  }
  .utility-bar__text{
    max-width:none;
  }
  .utility-bar__phone span{
    font-size:.76rem;
  }
  .utility-bar__phone svg{
    width:12px;
    height:12px;
  }
  .site-logo .site-logo__img{
    height:62px;
    max-width:134px;
  }
  .lp-hero{
    gap:20px;
    padding-top:14px;
    padding-bottom:28px;
  }
  .lp-hero__panel{
    order:2;
  }
  .lp-hero__media{
    order:1;
    width:100%;
    padding:10px;
    gap:9px;
    box-shadow:0 12px 32px rgba(0,0,0,.06);
  }
  .lp-main-gallery{
    min-height:280px;
    aspect-ratio:1 / .86;
    border-radius:16px;
  }
  .lp-hero__img{
    width:min(76%,270px);
    max-width:270px;
    max-height:230px;
  }
  .lp-hero__gallery{
    gap:7px;
  }
  .lp-thumb{
    padding:3px;
    border-radius:10px;
  }
  .lp-thumb img{
    height:100%;
    aspect-ratio:1;
    border-radius:7px;
  }
  .lp-product-card{
    max-height:none;
    overflow:visible;
  }
  .lp-product-card__head{
    display:none;
  }
  .lp-product-card .lp-opts{
    margin-bottom:12px;
  }
  .lp-product-card .lp-cta{
    min-height:52px;
    padding-inline:16px;
    font-size:.82rem;
    letter-spacing:.06em;
  }
  .lp-main-gallery .lp-hero__seal{
    left:10px;
    bottom:10px;
    max-width:176px;
    padding:8px 10px;
    font-size:.66rem;
    line-height:1.2;
  }
  .lp-main-gallery .lp-hero__seal svg{
    width:20px;
    height:20px;
  }
  .lp-main-gallery .lp-hero__seal small{
    font-size:.62rem;
  }
  .lp-hero .lp-benefits{
    grid-template-columns:1fr;
  }
  .lp-opts{
    gap:10px;
  }
  .lp-opt{
    align-items:flex-start;
  }
  .lp-proofline{
    gap:7px;
    margin-bottom:18px;
  }
  .lp-proofline span{
    font-size:.73rem;
    min-height:28px;
    padding:5px 9px;
  }
  .lp-buy{
    margin-top:2px;
  }
  .lp-reassure{
    justify-content:flex-start;
  }
  .lp-symptoms{
    padding:42px 20px;
  }
  .lp-symptoms .t-head{
    margin-bottom:24px;
  }
  .lp-symptoms__grid{
    gap:12px;
  }
  .lp-symptoms__grid article{
    min-height:0;
    padding:24px 20px;
    border-radius:14px;
  }
  .lp-symptoms__grid h3{
    font-size:1.18rem;
  }
  .lp-symptoms__grid p{
    font-size:.98rem;
  }
  .lp-packs{
    padding:44px 20px;
  }
  .lp-pack{
    padding:24px 20px;
    border-radius:14px;
  }
  .lp-pack__price{
    font-size:2.15rem;
  }
  .lp-video-plan__badge{
    left:16px;
    bottom:16px;
    min-height:36px;
    padding:8px 12px;
    font-size:.7rem;
  }
  .lp-mobile-sticky-cta{
    opacity:0;
    pointer-events:none;
    transform:translateY(14px);
    transition:opacity .2s ease, transform .2s ease;
  }
  .lp-mobile-sticky-cta.is-visible{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }
}

/* ---- 8. CTA REASSURANCE MICROCOPY -------------------------- */
.t-cta-reassure{
  display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;
  margin-top:14px;font-size:13px;color:var(--text-muted);line-height:1.5;
}
.t-cta-reassure svg{width:15px;height:15px;color:var(--success);flex:0 0 auto}
.t-hero2__actions + .t-cta-reassure{justify-content:flex-start}
@media (max-width:860px){
  .t-hero2__actions + .t-cta-reassure{justify-content:center}
}

/* ---- 10. HOME SHIPPING BAR + PRODUCTS + COMPACT FEEDBACK ---- */
.utility-bar{
  font-size:.92rem;
  line-height:1.35;
  letter-spacing:.055em;
  padding:10px 0;
  background:var(--navy-dark);
}
.utility-bar__inner{
  gap:clamp(14px,3vw,34px);
}
.utility-bar__text,
.utility-bar__phone{
  color:#fff;
}
.utility-bar__text{
  font-weight:700;
  text-align:center;
}
.utility-bar__phone{
  font-size:.86rem;
}
.utility-bar__phone svg{
  width:16px;
  height:16px;
}

.t-problem{
  overflow:hidden;
}
@media (max-width:860px){
  .t-problem{
    padding-left:20px;
    padding-right:20px;
  }
  .t-problem__grid{
    width:100%;
    justify-items:center;
  }
  .t-scenario{
    width:100%;
    max-width:380px;
  }
  .t-problem__bridge{
    max-width:360px;
  }
}

.t-products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:22px;
  max-width:1120px;
  margin:0 auto;
  padding:0 var(--container-pad,24px);
}
.t-products-grid--single{
  max-width:430px;
}
.t-products-grid--premium{
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
  gap:18px;
  max-width:1320px;
  padding-inline:18px;
}
.t-product-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid var(--grey);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:0 1px 2px rgba(0,0,0,.035);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.t-product-card--catalogue{
  border-radius:10px;
  border-color:#d9e1e8;
  box-shadow:0 16px 38px rgba(20,55,94,.07);
}
.t-product-card:hover{
  transform:translateY(-4px);
  border-color:var(--grey-mid);
  box-shadow:0 16px 36px rgba(22,21,19,.08);
}
.t-product-card--catalogue:hover{
  border-color:rgba(0,91,172,.22);
  box-shadow:0 22px 52px rgba(20,55,94,.12);
}
.t-product-card__media{
  display:grid;
  place-items:center;
  aspect-ratio:1.08;
  padding:26px;
  background:linear-gradient(180deg,#fff 0%,#f6f3ec 100%);
}
.t-product-card__media img{
  display:block;
  width:min(92%,320px);
  height:auto;
  mix-blend-mode:multiply;
}
.t-product-card--catalogue .t-product-card__media{
  height:clamp(178px,13.5vw,226px);
  min-height:0;
  aspect-ratio:auto;
  padding:0;
  background:#fff;
}
.t-product-card--catalogue .t-product-card__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  mix-blend-mode:normal;
}
.t-product-card__media--white{
  border-bottom:1px solid #e9eff5;
  overflow:hidden;
}
.t-product-card__media--white img{
  background:#fff;
  transform:none;
  transform-origin:center;
}
.t-product-card--movement .t-product-card__media{
  background:#fff;
}
.t-product-card--movement .t-product-card__media img{
  width:100%;
  max-height:none;
  object-fit:cover;
  border-radius:0;
  box-shadow:none;
  mix-blend-mode:normal;
}
.t-product-card--catalogue .t-product-card__media--white img{
  object-fit:contain;
}
.t-product-card__body{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:22px 22px 24px;
}
.t-product-card--catalogue .t-product-card__body{
  min-height:260px;
  gap:9px;
  padding:18px 18px 20px;
}
.t-product-card__house{
  color:var(--gold);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.14em;
  line-height:1.35;
  text-transform:uppercase;
}
.t-product-card__meta{
  color:var(--text-muted);
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.12em;
  line-height:1.45;
  text-transform:uppercase;
}
.t-product-card--catalogue .t-product-card__meta{
  min-height:2.55em;
  color:#5f6670;
  font-size:.64rem;
  letter-spacing:.095em;
}
.t-product-card__name{
  color:var(--navy);
  font-family:var(--font-head);
  font-size:1.65rem;
  line-height:1.1;
}
.t-product-card--catalogue .t-product-card__name{
  min-height:2.15em;
  color:#075baa;
  font-size:clamp(1.2rem,1.22vw,1.42rem);
  letter-spacing:0;
  text-wrap:balance;
}
.t-product-card__desc{
  color:var(--text-body);
  font-size:.98rem;
  line-height:1.6;
}
.t-product-card--catalogue .t-product-card__desc{
  color:#42464d;
  font-size:.9rem;
  line-height:1.48;
}
.t-product-card__cta{
  margin-top:8px;
  color:var(--navy);
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.t-product-card--catalogue .t-product-card__cta{
  margin-top:auto;
  padding-top:8px;
  color:#075baa;
  font-size:.76rem;
  letter-spacing:.07em;
}
.t-products-actions{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.products-page{
  background:var(--white);
}
.products-hero{
  padding:calc(var(--shell-h,120px) + clamp(44px,7vw,76px)) var(--container-pad,24px) clamp(34px,5vw,58px);
  text-align:center;
  border-bottom:1px solid var(--grey);
}
.products-hero .t-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:18px;
  color:var(--text-muted);
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.products-hero .t-kicker::before{
  content:"";
  width:28px;
  height:1px;
  background:var(--gold);
}
.products-hero__title{
  max-width:760px;
  margin:0 auto 16px;
  color:var(--navy);
  font-family:var(--font-head);
  font-size:clamp(2.3rem,5.4vw,4.2rem);
  font-weight:800;
  line-height:1.02;
  letter-spacing:0;
}
.products-hero__sub{
  max-width:660px;
  margin:0 auto;
  color:var(--text-body);
  font-size:clamp(1rem,1.6vw,1.18rem);
  line-height:1.7;
}
.products-catalog{
  padding-top:clamp(42px,6vw,72px);
}
@media (max-width:680px){
  .t-products-grid--premium{
    grid-template-columns:1fr;
    max-width:420px;
  }
  .t-product-card--catalogue .t-product-card__body{
    min-height:auto;
  }
  .t-product-card--catalogue .t-product-card__media{
    height:clamp(210px,58vw,250px);
  }
  .t-product-card--catalogue .t-product-card__meta,
  .t-product-card--catalogue .t-product-card__name{
    min-height:0;
  }
  .products-index-page .whatsapp-float{
    display:none;
  }
}

.t-guarantee{
  padding-top:clamp(44px,6vw,72px);
  padding-bottom:clamp(44px,6vw,72px);
}
.t-guarantee__inner{
  max-width:980px;
}
.t-guarantee__seal{
  width:88px;
  height:88px;
}
.t-guarantee__seal svg{
  width:42px;
  height:42px;
}
.t-guarantee__title{
  max-width:680px;
}
.t-guarantee__sub{
  max-width:720px;
}
@media (max-width:680px){
  .t-guarantee__inner{
    text-align:left;
    justify-items:start;
    gap:16px;
    padding:0 24px;
  }
  .t-guarantee__seal{
    width:64px;
    height:64px;
  }
  .t-guarantee__seal svg{
    width:31px;
    height:31px;
  }
  .t-guarantee__title{
    font-size:1.45rem;
    line-height:1.22;
  }
  .t-guarantee__sub{
    margin:0;
    font-size:.98rem;
  }
  .t-guarantee__pillars{
    justify-content:flex-start;
    gap:10px;
  }
  .t-guarantee__pillar{
    width:100%;
    font-size:.86rem;
  }
}

.t-feedback-strip{
  padding-top:clamp(44px,6vw,76px);
  padding-bottom:clamp(46px,6vw,78px);
}
.t-feedback-strip .t-head{
  margin-bottom:24px;
}
.t-feedback-strip__track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:0 var(--container-pad,24px) 8px;
}
.t-feedback-strip__track::-webkit-scrollbar{
  display:none;
}
.t-feedback-card{
  flex:0 0 clamp(240px,28vw,330px);
  scroll-snap-align:start;
  border:1px solid var(--grey);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.035);
}
.t-feedback-card__photo{
  aspect-ratio:16 / 10;
  background:var(--grey-light);
}
.t-feedback-card__photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 28%;
}
.t-feedback-card__body{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:16px 17px 18px;
}
.t-feedback-card__body p{
  min-height:4.8em;
  margin:0;
  color:var(--text-body);
  font-size:.9rem;
  line-height:1.6;
}
.t-feedback-card__body strong{
  color:var(--navy);
  font-size:.95rem;
}
.t-feedback-card__body span{
  color:var(--text-muted);
  font-size:.76rem;
}
@media (max-width:600px){
  .utility-bar{
    font-size:.78rem;
    letter-spacing:.035em;
    padding:9px 0;
  }
  .utility-bar__inner{
    justify-content:center;
    gap:10px;
    padding-inline:12px;
  }
  .utility-bar__text{
    flex:1 1 100%;
    white-space:normal;
  }
  .utility-bar__phone{
    font-size:.78rem;
  }
  .t-products-grid{
    padding:0 20px;
  }
  .t-product-card__media{
    padding:20px;
  }
  .t-feedback-strip__track{
    padding-left:20px;
    padding-right:20px;
  }
  .t-feedback-card{
    flex-basis:82vw;
  }
  body.cookie-visible:not(.page-template-page-kalmilider) .whatsapp-float{
    bottom:224px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   §9 · PDP HERO — GLIMORA-STYLE LAYOUT
   Full-width image → thumbs → info → buy
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── Gallery ── */
.lp-pdp-hero{
  padding-top:calc(var(--shell-h,124px) + 14px);
}
.lp-pdp-hero__gallery{width:100%}

.lp-pdp-hero__img-wrap{
  position:relative;
  background:#f7f5f1;
  overflow:hidden;
  border-radius:0 0 18px 18px;
}
.lp-pdp-hero__img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1;
  object-fit:cover;
  padding:0;
}

/* Zoom button */
.lp-pdp-hero__zoom{
  position:absolute;
  bottom:12px;
  right:12px;
  width:38px;
  height:38px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(0,0,0,.1);
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(4px);
  transition:background .15s;
}
.lp-pdp-hero__zoom:hover{background:#fff}
.lp-pdp-hero__zoom svg{width:18px;height:18px;color:var(--navy)}

/* Horizontal thumbnail strip */
.lp-pdp-hero__thumbs{
  display:flex;
  gap:8px;
  padding:10px 16px;
  overflow-x:auto;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.lp-pdp-hero__thumbs::-webkit-scrollbar{display:none}
.lp-pdp-hero__thumbs .lp-thumb{
  flex:0 0 72px;
  width:72px;
  height:72px;
  border-radius:10px;
  border:1.5px solid #dedad4;
  overflow:hidden;
  padding:0;
  background:#f7f5f1;
  cursor:pointer;
  transition:border-color .15s;
}
.lp-pdp-hero__thumbs .lp-thumb.is-active,
.lp-pdp-hero__thumbs .lp-thumb:hover{border-color:var(--navy);border-width:2px}
.lp-pdp-hero__thumbs .lp-thumb img{width:100%;height:100%;object-fit:cover;display:block}

/* ── Info panel ── */
.lp-pdp-hero__info{padding:16px 16px 28px}

/* Social proof row */
.lp-pdp-social{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 0;
  border-top:1px solid #eae7e1;
  border-bottom:1px solid #eae7e1;
  margin-bottom:18px;
}
.lp-pdp-social__avs{display:flex;flex-shrink:0}
.lp-pdp-social__avs img{
  width:30px;
  height:30px;
  border-radius:50%;
  border:2px solid #fff;
  object-fit:cover;
  margin-left:-8px;
  box-shadow:0 0 0 1px rgba(0,0,0,.07);
}
.lp-pdp-social__avs img:first-child{margin-left:0}
.lp-pdp-social__text{margin:0;font-size:.8rem;color:var(--text-body);line-height:1.4}
.lp-pdp-social__text strong{color:var(--text)}
.lp-pdp-social__check{
  width:14px;height:14px;
  color:#0c7c59;
  vertical-align:-2px;
  display:inline-block;
  margin:0 2px;
}
.lp-pdp-social--proof{
  padding:12px 14px;
}
.lp-pdp-social--proof .lp-pdp-social__text{
  font-size:.86rem;
}

/* Title */
.lp-pdp-hero__title{
  font-size:clamp(1.25rem,4.5vw,1.6rem);
  font-weight:700;
  line-height:1.2;
  color:var(--navy);
  letter-spacing:-.015em;
  margin:0 0 6px;
}
.lp-pdp-hero__sub{
  font-size:.94rem;
  color:var(--text-body);
  line-height:1.55;
  margin:0 0 13px;
}

/* Stars */
.lp-pdp-stars{display:flex;align-items:center;gap:7px;margin-bottom:14px}
.lp-pdp-stars__icons{color:#f5a623;letter-spacing:2px;font-size:.92rem;line-height:1}
.lp-pdp-stars__count{
  font-size:.83rem;
  color:var(--text-muted);
  text-decoration:none;
  border-bottom:1px solid currentColor;
  line-height:1;
}
.lp-pdp-proofchips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 16px;
}
.lp-pdp-proofchips span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border:1px solid var(--grey);
  border-radius:999px;
  background:var(--grey-light);
  color:var(--text);
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.05em;
  line-height:1.1;
  text-transform:uppercase;
}

/* Price line */
.lp-pdp-price-line{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:4px;
  flex-wrap:wrap;
}
.lp-price-old{
  font-size:.95rem;
  color:var(--text-muted);
  text-decoration:line-through;
}
.lp-price-new{
  font-size:1.45rem;
  font-weight:700;
  color:var(--navy);
  font-family:var(--font-head,inherit);
  line-height:1;
}
.lp-price-save{
  display:inline-flex;
  align-items:center;
  background:#e4f3ec;
  color:#0c7c59;
  font-size:.68rem;
  font-weight:700;
  padding:3px 10px;
  border-radius:100px;
  letter-spacing:.06em;
}

/* Shipping line */
.lp-pdp-shipping{
  font-size:.77rem;
  color:var(--text-muted);
  margin:4px 0 18px;
  line-height:1.5;
}

/* Buy block: no card border in hero */
.lp-pdp-hero__info .lp-buy{
  border:none;
  box-shadow:none;
  padding:0;
  background:transparent;
  border-radius:0;
}

/* CTA: full-width, wrappable */
.lp-pdp-hero__info .lp-cta{
  display:block;
  width:100%;
  text-align:center;
  white-space:normal;
  line-height:1.3;
  padding:17px 20px;
  min-height:54px;
  font-size:.96rem;
  border-radius:12px;
  margin-top:14px;
  letter-spacing:.04em;
}

/* ── Desktop: sticky gallery left, info scrolls right ── */
@media (min-width:881px){
  .lp-pdp-hero{
    display:grid;
    grid-template-columns:1fr minmax(400px,480px);
    gap:0 52px;
    max-width:1220px;
    margin:0 auto;
    padding:calc(var(--shell-h,120px) + clamp(24px,3.5vw,48px)) clamp(24px,4vw,64px) 0;
    align-items:start;
  }
  .lp-pdp-hero__gallery{
    position:sticky;
    top:calc(var(--shell-h,112px) + 16px);
  }
  .lp-pdp-hero__img-wrap{border-radius:20px}
  .lp-pdp-hero__thumbs{padding:12px 0}
  .lp-pdp-hero__info{padding:0 0 32px}
  .lp-pdp-hero__title{font-size:1.7rem}
  .lp-pdp-hero__info .lp-cta{
    font-size:1rem;
    min-height:58px;
    padding:19px 24px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   §10 · TRUST BAND ICONS
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lp-trust__item{
  gap:6px;
  padding:26px 20px;
  align-items:center;
}
.lp-trust__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:6px;
  color:var(--navy);
  transition:transform .22s cubic-bezier(.22,1,.36,1);
}
.lp-trust__item:hover .lp-trust__icon{
  transform:translateY(-3px);
}
.lp-trust__icon svg{
  display:block;
  width:28px;
  height:28px;
  flex:none;
}
@media (prefers-reduced-motion:reduce){
  .lp-trust__icon{transition:none}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   §11 · AVANT / APRÈS
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lp-before-after{
  max-width:1220px;
  margin:0 auto;
  padding:clamp(40px,6vw,80px) clamp(20px,4vw,60px);
  display:grid;
  gap:40px 60px;
  align-items:center;
}
.lp-before-after__img-wrap{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 40px rgba(0,0,0,.10);
}
.lp-before-after__img{
  display:block;
  width:100%;
  height:auto;
}
.lp-before-after__labels{
  position:absolute;
  inset:0;
  display:flex;
  pointer-events:none;
}
.lp-ba-label{
  flex:1;
  display:flex;
  align-items:flex-end;
  padding:16px 20px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.lp-ba-label--before{
  background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 60%);
  color:#fff;
  justify-content:flex-start;
}
.lp-ba-label--after{
  background:linear-gradient(to top,rgba(22,21,19,.55) 0%,transparent 60%);
  color:#fff;
  justify-content:flex-end;
  text-align:right;
}
.lp-ba-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:22px 0 28px;
}
.lp-ba-row{
  display:grid;
  grid-template-columns:1fr 24px 1fr;
  gap:10px;
  align-items:center;
  font-size:.88rem;
  line-height:1.35;
}
.lp-ba-row__before{
  color:var(--text-muted);
  text-align:right;
}
.lp-ba-row__after{
  color:var(--navy);
  font-weight:600;
}
.lp-ba-row svg{
  width:18px;
  height:18px;
  color:var(--navy);
  flex:none;
  margin:0 auto;
}
@media(min-width:881px){
  .lp-before-after{
    grid-template-columns:1fr minmax(340px,400px);
  }
}
@media(max-width:880px){
  .lp-before-after__body{
    order:-1;
  }
}

/* Questionnaire officinal: salon / Espace Pro tool */
.qof{
  min-height:100vh;
  padding:clamp(86px,9vw,112px) var(--container-pad) clamp(30px,5vw,58px);
  background:linear-gradient(180deg,#f8f7f2 0%,#fff 42%,#efede5 100%);
  color:var(--navy);
}
.questionnaire-officinal-page .site-header,
.questionnaire-officinal-page .site-footer,
.questionnaire-officinal-page .whatsapp-float,
.questionnaire-officinal-page .cookie-banner{
  display:none!important;
}
.questionnaire-officinal-page .qof{
  padding-top:clamp(18px,4vw,42px);
}
.qof__shell{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(260px,360px) minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}
.qof__panel,
.qof__card{
  border:1px solid rgba(22,21,19,.12);
  border-radius:18px;
  box-shadow:0 24px 70px rgba(22,21,19,.08);
}
.qof__panel{
  background:#161513;
  color:#fff;
  padding:clamp(18px,2.6vw,28px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  overflow:hidden;
  position:relative;
}
.qof__panel::after{
  content:"";
  position:absolute;
  inset:auto -20% -30% 10%;
  height:45%;
  background:radial-gradient(circle,rgba(190,139,74,.22),transparent 62%);
  pointer-events:none;
}
.qof__tag,
.qof__eyebrow{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:7px 11px;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.qof__tag{
  background:rgba(255,255,255,.08);
  color:var(--gold-light);
  border:1px solid rgba(255,255,255,.14);
}
.qof__eyebrow{
  background:#efede5;
  color:#6e5735;
  border:1px solid rgba(22,21,19,.1);
}
.qof__product{
  width:min(235px,74%);
  max-height:340px;
  object-fit:contain;
  margin:0 auto;
  display:block;
  filter:drop-shadow(0 28px 44px rgba(0,0,0,.42));
  position:relative;
  z-index:1;
}
.qof__panel h1{
  color:#fff;
  font-size:clamp(1.8rem,3.4vw,2.8rem);
  line-height:.92;
  letter-spacing:.02em;
  margin:0 0 10px;
}
.qof__panel p{
  color:rgba(255,255,255,.68);
  line-height:1.65;
  max-width:34ch;
  font-size:.92rem;
}
.qof__proofs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  position:relative;
  z-index:1;
}
.qof__proofs span{
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  padding:8px 9px;
  color:rgba(255,255,255,.78);
  font-size:.72rem;
  font-weight:700;
}
.qof__card{
  background:rgba(255,255,255,.92);
  min-height:0;
  padding:clamp(18px,2.7vw,30px);
  display:flex;
  flex-direction:column;
}
.qof__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:clamp(18px,2.4vw,26px);
  color:var(--text-muted);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.qof__back{
  color:var(--navy);
  text-decoration:none;
}
.qof-screen{
  display:none;
  flex:1;
}
.qof-screen.is-active{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:16px;
}
.qof-screen h2{
  font-size:clamp(1.55rem,2.7vw,2.25rem);
  line-height:1.06;
  letter-spacing:0;
  margin:0;
  max-width:18ch;
}
.qof-screen p{
  color:var(--text-muted);
  line-height:1.62;
  max-width:58ch;
}
.qof__hint{
  margin-top:-8px;
  font-size:.9rem;
}
.qof__bullets{
  display:grid;
  gap:8px;
  padding:0;
  margin:0;
  list-style:none;
}
.qof__bullets li{
  padding:11px 13px;
  border-radius:12px;
  background:#f7f5ef;
  border:1px solid rgba(22,21,19,.08);
  font-weight:700;
  font-size:.92rem;
  color:var(--navy);
}
.qof-btn{
  appearance:none;
  border:0;
  min-height:44px;
  border-radius:12px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.qof-btn:hover{ transform:translateY(-1px); }
.qof-btn--primary{
  background:#161513;
  color:#fff;
  box-shadow:0 14px 28px rgba(22,21,19,.14);
}
.qof-btn--ghost{
  background:#f3f1ea;
  color:#161513;
  border:1px solid rgba(22,21,19,.12);
}
.qof-btn--danger{
  background:#fff1f0;
  color:#9f2f24;
  border:1px solid rgba(159,47,36,.18);
}
.qof__progress{
  display:grid;
  gap:10px;
  margin-bottom:8px;
}
.qof__progress div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:var(--text-muted);
  font-size:.78rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.qof__progress strong{ color:#6e5735; }
.qof__progress i{
  height:7px;
  border-radius:999px;
  background:#ece8df;
  overflow:hidden;
}
.qof__progress b{
  display:block;
  height:100%;
  width:12.5%;
  border-radius:inherit;
  background:linear-gradient(90deg,#161513,#b98a51);
}
.qof__options{
  display:grid;
  gap:10px;
}
.qof-option{
  border:1px solid rgba(22,21,19,.12);
  background:#fff;
  color:#161513;
  min-height:58px;
  border-radius:13px;
  padding:13px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  font-weight:750;
  text-align:left;
  cursor:pointer;
}
.qof-option:hover{
  border-color:rgba(185,138,81,.55);
  background:#fbfaf6;
}
.qof-option.is-selected{
  border-color:#b98a51;
  background:#f8f1e7;
  box-shadow:0 0 0 2px rgba(185,138,81,.12);
}
.qof-option b{
  color:#b98a51;
  font-size:1.4rem;
}
.qof__nav,
.qof__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.qof__nav{
  justify-content:space-between;
  border-top:1px solid rgba(22,21,19,.08);
  padding-top:16px;
  margin-top:8px;
}
.qof__nav span{
  color:var(--text-muted);
  font-size:.76rem;
  font-weight:700;
}
.qof-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.qof-form label{
  display:grid;
  gap:6px;
  color:var(--text-muted);
  font-size:.78rem;
  font-weight:800;
}
.qof-form input,
.qof-form select{
  width:100%;
  min-height:44px;
  border-radius:10px;
  border:1px solid rgba(22,21,19,.14);
  padding:0 12px;
  font:inherit;
  color:#161513;
  background:#fff;
}
.qof-form select{
  appearance:none;
  background:#fff linear-gradient(45deg,transparent 50%,#6e5735 50%),linear-gradient(135deg,#6e5735 50%,transparent 50%);
  background-position:calc(100% - 18px) 19px,calc(100% - 12px) 19px;
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  padding-right:34px;
}
.qof-form .qof-check,
.qof-form button{
  grid-column:1/-1;
}
.qof-check{
  display:flex!important;
  grid-template-columns:auto 1fr;
  align-items:flex-start;
  gap:9px!important;
  line-height:1.45;
}
.qof-check input{
  width:18px;
  min-height:18px;
  margin-top:1px;
}
.qof__result-card{
  display:grid;
  gap:10px;
  border:1px solid rgba(22,21,19,.12);
  background:#f8f7f2;
  border-radius:16px;
  padding:18px;
}
.qof__result-card span{
  width:max-content;
  border-radius:999px;
  background:#161513;
  color:#fff;
  padding:6px 10px;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
}
.qof__result-card strong{
  font-size:1.2rem;
}
.qof__result-card a{
  color:#6e5735;
  font-weight:900;
}
.qof__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.qof__stats div{
  background:#f8f7f2;
  border:1px solid rgba(22,21,19,.1);
  border-radius:14px;
  padding:16px;
}
.qof__stats strong{
  display:block;
  font-size:1.8rem;
  color:#161513;
}
.qof__stats span{
  color:var(--text-muted);
  font-size:.78rem;
  font-weight:800;
  text-transform:uppercase;
}
.qof__table-wrap{
  max-height:280px;
  overflow:auto;
  border:1px solid rgba(22,21,19,.1);
  border-radius:14px;
}
.qof__table{
  width:100%;
  border-collapse:collapse;
  font-size:.86rem;
}
.qof__table th,
.qof__table td{
  padding:12px;
  border-bottom:1px solid rgba(22,21,19,.08);
  text-align:left;
}
.qof__table th{
  background:#f3f1ea;
  color:#6e5735;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.07em;
}
@media(max-width:900px){
  .qof{ padding-top:96px; }
  .questionnaire-officinal-page .qof{ padding-top:18px; }
  .qof__shell{ grid-template-columns:1fr; }
  .qof__panel{ min-height:auto; }
  .qof__product{ width:min(210px,72%); }
  .qof__card{ min-height:640px; }
  .qof-form{ grid-template-columns:1fr; }
}
@media(max-width:560px){
  .qof{ padding-left:12px; padding-right:12px; }
  .qof__panel,.qof__card{ border-radius:14px; }
  .qof__proofs,.qof__stats{ grid-template-columns:1fr; }
  .qof-screen h2{ max-width:100%; }
  .qof__actions .qof-btn,.qof-screen > .qof-btn{ width:100%; }
  .qof__nav span{ display:none; }
}

/* Pharma Expo quiz: campaign popup treatment */
.qof--expo{
  min-height:100svh;
  padding:clamp(16px,3.6vw,38px) var(--container-pad);
  background:
    radial-gradient(circle at 14% 10%,rgba(185,138,81,.2),transparent 34%),
    radial-gradient(circle at 86% 18%,rgba(0,92,175,.16),transparent 30%),
    linear-gradient(145deg,#080c16 0%,#101827 46%,#f4f1ea 46.2%,#f8f6f0 100%);
}
.qof--expo .qof__shell{
  width:min(1040px,100%);
  min-height:min(760px,calc(100svh - 32px));
  grid-template-columns:minmax(230px,330px) minmax(0,1fr);
  gap:0;
  align-items:stretch;
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  box-shadow:0 32px 90px rgba(2,7,20,.32);
  overflow:hidden;
  background:#fff;
}
.qof--expo .qof__panel,
.qof--expo .qof__card{
  border:0;
  border-radius:0;
  box-shadow:none;
}
.qof--expo .qof__panel{
  min-height:100%;
  padding:clamp(22px,3vw,34px);
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),transparent 34%),
    radial-gradient(circle at 20% 100%,rgba(185,138,81,.28),transparent 42%),
    #071126;
}
.qof--expo .qof__panel::after{
  inset:auto -22% -18% -30%;
  height:52%;
  background:radial-gradient(circle,rgba(0,92,175,.42),transparent 58%);
}
.qof--expo .qof__tag{
  width:max-content;
  background:rgba(255,255,255,.1);
  color:#f7d493;
  border-color:rgba(247,212,147,.28);
}
.qof__panel-copy{
  display:grid;
  gap:14px;
  position:relative;
  z-index:1;
}
.qof__panel-copy span{
  color:#f0c66f;
  font-weight:900;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.qof--expo .qof__panel h1{
  font-size:clamp(2.2rem,3.4vw,3.15rem);
  line-height:.86;
  margin:0;
  text-wrap:balance;
}
.qof--expo .qof__panel p{
  color:rgba(255,255,255,.78);
  font-size:1rem;
  max-width:27ch;
}
.qof--expo .qof__proofs{
  grid-template-columns:1fr;
  margin-top:auto;
}
.qof--expo .qof__proofs span{
  min-height:42px;
  display:flex;
  align-items:center;
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;
}
.qof--expo .qof__card{
  position:relative;
  background:
    linear-gradient(180deg,#fff 0%,#f8f7f2 100%);
  padding:clamp(18px,3vw,34px);
  overflow:hidden;
}
.qof--expo .qof__card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:8px;
  background:linear-gradient(90deg,#003c7c,#f0b44e,#ff6b35);
}
.qof--expo .qof__top{
  position:relative;
  z-index:1;
  margin-bottom:clamp(16px,2.4vw,28px);
  color:#071126;
}
.qof--expo .qof__back{
  font-weight:950;
  letter-spacing:.02em;
}
.qof--expo .qof-screen.is-active{
  gap:18px;
  animation:qofEnter .42s cubic-bezier(.16,1,.3,1);
}
.qof--expo .qof__eyebrow{
  background:#071126;
  color:#fff;
  border:0;
  box-shadow:0 10px 30px rgba(7,17,38,.12);
}
.qof--expo .qof-screen h2{
  max-width:20ch;
  font-size:clamp(1.85rem,4.2vw,3.55rem);
  line-height:.96;
  color:#071126;
  text-wrap:balance;
}
.qof--expo .qof-screen p{
  color:#44423d;
  font-size:1.02rem;
  line-height:1.6;
}
.qof-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(190px,245px);
  gap:clamp(14px,3vw,28px);
  align-items:center;
}
.qof-hero__copy{
  display:grid;
  gap:14px;
}
.qof-prize{
  position:relative;
  min-height:300px;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:8px;
  border-radius:24px;
  padding:18px 14px;
  background:
    radial-gradient(circle at 50% 35%,rgba(255,255,255,.98),rgba(255,255,255,.56) 42%,transparent 66%),
    linear-gradient(160deg,#0b1834,#003c7c 48%,#0b1834);
  color:#fff;
  overflow:hidden;
}
.qof-prize::before{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  pointer-events:none;
}
.qof-prize__label{
  position:relative;
  z-index:1;
  align-self:start;
  justify-self:start;
  border-radius:999px;
  padding:7px 10px;
  background:#f0b44e;
  color:#071126;
  font-size:.68rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.qof-prize .qof__product{
  width:min(210px,86%);
  max-height:210px;
  filter:drop-shadow(0 22px 34px rgba(0,0,0,.34));
  transform:rotate(-2deg);
}
.qof-prize strong{
  position:relative;
  z-index:1;
  font-size:1.1rem;
}
.qof__steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.qof__steps span{
  min-height:46px;
  display:flex;
  align-items:center;
  border-radius:12px;
  padding:9px 10px;
  background:#f2efe8;
  color:#071126;
  font-size:.75rem;
  font-weight:950;
}
.qof--expo .qof-btn{
  min-height:52px;
  border-radius:14px;
}
.qof--expo .qof-btn--primary{
  background:linear-gradient(135deg,#071126,#003c7c);
  color:#fff;
  box-shadow:0 18px 36px rgba(0,60,124,.22);
}
.qof--expo .qof-btn--ghost{
  background:#fff;
  border-color:rgba(7,17,38,.14);
}
.qof-btn--team{
  width:max-content;
  min-height:40px!important;
  padding-inline:14px;
  font-size:.82rem;
}
.qof-pro-lane{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(7,17,38,.12);
  border-radius:16px;
  padding:14px;
  background:#fff;
  box-shadow:0 14px 36px rgba(7,17,38,.07);
}
.qof-pro-lane div{
  display:grid;
  gap:2px;
}
.qof-pro-lane strong{
  color:#071126;
  font-size:1rem;
}
.qof-pro-lane span{
  color:#6e6b64;
  font-size:.86rem;
  line-height:1.35;
}
.qof-pro-lane a{
  flex:0 0 auto;
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:0 14px;
  background:#f0b44e;
  color:#071126;
  font-weight:950;
}
.qof-pro-lane--result{
  box-shadow:none;
  background:#f7f4ed;
}
.qof--expo .qof__progress strong{
  color:#003c7c;
}
.qof--expo .qof__progress b{
  background:linear-gradient(90deg,#003c7c,#f0b44e);
}
.qof--expo .qof-option{
  min-height:62px;
  border-radius:14px;
  border-color:rgba(7,17,38,.13);
  box-shadow:0 10px 24px rgba(7,17,38,.05);
}
.qof--expo .qof-option:hover,
.qof--expo .qof-option.is-selected{
  border-color:#003c7c;
  background:#eef5ff;
  box-shadow:0 0 0 3px rgba(0,60,124,.1);
}
.qof--expo .qof-option b,
.qof--expo .qof__result-card a{
  color:#003c7c;
}
.qof--expo .qof-form input,
.qof--expo .qof-form select{
  min-height:48px;
  border-radius:12px;
  border-color:rgba(7,17,38,.16);
}
.qof--expo .qof__result-card{
  border-radius:20px;
  background:#071126;
  color:#fff;
  border:0;
  box-shadow:0 24px 46px rgba(7,17,38,.18);
}
.qof--expo .qof__result-card p{
  color:rgba(255,255,255,.78);
}
.qof--expo .qof__result-card span{
  background:#f0b44e;
  color:#071126;
}
.qof--expo .qof__result-card a{
  color:#f0b44e;
}
@keyframes qofEnter{
  from{ opacity:0; transform:translateY(12px); }
  to{ opacity:1; transform:translateY(0); }
}
@media(max-width:900px){
  .qof--expo{
    padding:12px;
    background:linear-gradient(180deg,#081126 0%,#101827 34%,#f5f3ed 34.2%,#f5f3ed 100%);
  }
  .qof--expo .qof__shell{
    min-height:auto;
    grid-template-columns:1fr;
    border-radius:20px;
  }
  .qof--expo .qof__panel{
    min-height:auto;
    padding:18px;
    gap:16px;
  }
  .qof--expo .qof__panel h1{
    font-size:2.7rem;
  }
  .qof--expo .qof__proofs{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .qof--expo .qof__proofs span{
    min-height:38px;
    justify-content:center;
    text-align:center;
    font-size:.68rem;
  }
  .qof--expo .qof__card{
    min-height:0;
    padding:18px;
  }
  .qof-hero{
    grid-template-columns:1fr;
  }
  .qof-prize{
    min-height:250px;
    order:-1;
  }
  .qof-prize .qof__product{
    width:min(190px,72%);
    max-height:190px;
  }
  .qof__steps{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:560px){
  .qof--expo .qof__shell{
    border-radius:16px;
  }
  .qof--expo .qof__panel{
    display:none;
  }
  .qof--expo .qof__card{
    border-radius:16px;
  }
  .qof--expo .qof-screen h2{
    font-size:clamp(1.75rem,9vw,2.35rem);
  }
  .qof-prize{
    min-height:230px;
    border-radius:18px;
  }
  .qof__steps span{
    min-height:40px;
    font-size:.68rem;
  }
  .qof-pro-lane{
    align-items:flex-start;
    flex-direction:column;
  }
  .qof-pro-lane a,
  .qof-btn--team{
    width:100%;
  }
}
@media(prefers-reduced-motion:reduce){
  .qof--expo .qof-screen.is-active{
    animation:none;
  }
  .qof-btn,
  .qof-option{
    transition:none;
  }
}

/* Expo quiz v2: simplified New Visions-style popup */
.qof--expo{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:
    radial-gradient(circle at 50% -10%,rgba(0,60,124,.2),transparent 34%),
    linear-gradient(180deg,#071126 0%,#111827 100%);
}
.qof--expo .qof__shell{
  width:min(620px,100%);
  min-height:auto;
  display:block;
  border:1px solid rgba(255,255,255,.18);
  border-radius:26px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 28px 70px rgba(0,0,0,.34);
}
.qof--expo .qof__panel{
  display:none;
}
.qof--expo .qof__card{
  border-radius:0;
  padding:clamp(18px,4.5vw,30px);
  background:#fff;
}
.qof--expo .qof__card::before{
  height:5px;
  background:#003c7c;
}
.qof--expo .qof__top{
  margin-bottom:16px;
  font-size:.72rem;
}
.qof--expo .qof-screen.is-active{
  gap:18px;
}
.qof--expo .qof__eyebrow{
  width:max-content;
  padding:7px 10px;
  background:#eef4fb;
  color:#003c7c;
  box-shadow:none;
  letter-spacing:.04em;
}
.qof--expo .qof-screen h2{
  max-width:12ch;
  font-size:clamp(2rem,7vw,3.2rem);
  line-height:.94;
  color:#071126;
}
.qof--expo .qof-screen p{
  max-width:35ch;
  color:#45413b;
  font-size:1rem;
}
.qof-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.qof-hero__copy{
  gap:12px;
}
.qof-prize{
  min-height:320px;
  border-radius:22px;
  padding:12px;
  background:#f4f7fb;
  border:1px solid rgba(0,60,124,.12);
  color:#071126;
  box-shadow:none;
}
.qof-prize::before{
  display:none;
}
.qof-prize__label{
  background:#003c7c;
  color:#fff;
}
.qof-prize .qof__product{
  width:min(390px,98%);
  max-height:292px;
  transform:none;
  filter:drop-shadow(0 22px 32px rgba(7,17,38,.16));
}
.qof-prize strong{
  font-size:1.25rem;
  color:#071126;
}
.qof__steps,
.qof-pro-lane:not(.qof-pro-lane--result){
  display:none;
}
.qof--expo .qof-btn{
  min-height:54px;
  border-radius:14px;
}
.qof--expo .qof-btn--primary{
  background:#003c7c;
  box-shadow:0 16px 30px rgba(0,60,124,.22);
}
.qof-btn--start{
  width:100%;
  font-size:1.05rem;
}
.qof-btn--team{
  min-height:38px!important;
  width:max-content;
  opacity:.75;
}
.qof--expo .qof__progress{
  gap:8px;
}
.qof--expo .qof__progress div{
  color:#5c6170;
}
.qof--expo .qof__progress strong{
  color:#003c7c;
}
.qof--expo .qof__progress b{
  background:#003c7c;
}
.qof--expo .qof-option{
  min-height:58px;
  box-shadow:none;
}
.qof--expo .qof-option:hover,
.qof--expo .qof-option.is-selected{
  background:#edf5ff;
}
.qof--expo .qof__result-card{
  background:#071126;
}
.qof--expo .qof__result-card p{
  color:rgba(255,255,255,.76);
}
.qof-pro-lane--result{
  display:flex;
}
@media(max-width:560px){
  .qof--expo{
    padding:10px;
    align-items:flex-start;
  }
  .qof--expo .qof__shell{
    border-radius:18px;
  }
  .qof--expo .qof__card{
    padding:18px;
  }
  .qof-prize{
    min-height:300px;
  }
  .qof-prize .qof__product{
    width:min(350px,100%);
    max-height:270px;
  }
  .qof--expo .qof-screen h2{
    max-width:11ch;
    font-size:clamp(2rem,10vw,2.8rem);
  }
}

/* Expo quiz v3: centered premium modal */
.qof--expo{
  min-height:100svh;
  align-items:center;
  justify-content:center;
  padding:clamp(14px,3vw,30px);
  background:#071126;
}
.qof--expo .qof__shell{
  width:min(560px,100%);
  border-radius:22px;
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 28px 80px rgba(0,0,0,.36);
}
.qof--expo .qof__card{
  min-height:0;
  padding:clamp(18px,4vw,28px);
  background:#fff;
}
.qof--expo .qof__card::before{
  height:4px;
  background:#003c7c;
}
.qof--expo .qof__top{
  justify-content:center;
  gap:18px;
  margin-bottom:18px;
  color:#071126;
}
.qof--expo .qof__back,
.qof--expo #qofStepLabel{
  font-size:.72rem;
  letter-spacing:.04em;
}
.qof--expo .qof-screen{
  min-height:min(700px,calc(100svh - 112px));
}
.qof--expo .qof-screen.is-active{
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:16px;
}
.qof--expo .qof__eyebrow{
  margin-inline:auto;
  background:#f3f6fa;
  color:#003c7c;
  border:1px solid rgba(0,60,124,.1);
  box-shadow:none;
}
.qof--expo .qof-screen h2{
  max-width:15ch;
  margin-inline:auto;
  font-size:clamp(1.9rem,7vw,3rem);
  line-height:.98;
}
.qof--expo #qofSurvey h2,
.qof--expo #qofLead h2,
.qof--expo #qofDetails h2,
.qof--expo #qofInstagram h2,
.qof--expo #qofDashboard h2{
  max-width:22ch;
  font-size:clamp(1.55rem,5.8vw,2.25rem);
  line-height:1.06;
}
.qof--expo .qof-screen p{
  max-width:34ch;
  margin-inline:auto;
  color:#46433e;
}
.qof-hero{
  width:100%;
  justify-items:center;
}
.qof-hero__copy{
  justify-items:center;
  text-align:center;
}
.qof-prize{
  width:100%;
  min-height:310px;
  border-radius:18px;
  background:#f7f9fc;
  border:1px solid rgba(7,17,38,.1);
}
.qof-prize__label{
  justify-self:center;
  background:#071126;
  color:#fff;
  letter-spacing:.04em;
}
.qof-prize .qof__product{
  width:min(380px,96%);
  max-height:278px;
}
.qof-prize strong{
  font-size:1.18rem;
}
.qof--expo .qof-btn{
  width:100%;
  max-width:420px;
  min-height:52px;
  border-radius:12px;
}
.qof--expo .qof-btn--primary{
  background:#003c7c;
  box-shadow:0 14px 28px rgba(0,60,124,.2);
}
.qof--expo .qof-btn--ghost{
  border-color:rgba(7,17,38,.14);
}
.qof-btn--team{
  width:100%;
  max-width:420px;
  opacity:.68;
}
.qof--expo .qof__progress{
  width:100%;
  max-width:430px;
  margin-inline:auto;
}
.qof--expo .qof__progress div{
  justify-content:center;
  flex-direction:column;
  align-items:center;
  gap:4px;
}
.qof--expo .qof__options{
  width:100%;
  max-width:430px;
  margin-inline:auto;
}
.qof--expo .qof-option{
  justify-content:center;
  text-align:center;
  min-height:56px;
  padding:13px 18px;
  border-radius:12px;
  color:#071126;
}
.qof--expo .qof-option b{
  display:none;
}
.qof--expo .qof-option:hover,
.qof--expo .qof-option.is-selected{
  border-color:#003c7c;
  background:#f0f6ff;
}
.qof--expo .qof__nav,
.qof--expo .qof__actions{
  width:100%;
  max-width:430px;
  justify-content:center;
  margin-inline:auto;
}
.qof--expo .qof__nav{
  border-top:0;
  padding-top:0;
  margin-top:0;
}
.qof--expo .qof-form{
  width:100%;
  max-width:430px;
  margin-inline:auto;
  grid-template-columns:1fr;
  text-align:left;
}
.qof--expo .qof-form label{
  color:#4d4944;
}
.qof--expo .qof-form input,
.qof--expo .qof-form select{
  min-height:48px;
  border-radius:12px;
  border-color:rgba(7,17,38,.16);
}
.qof--expo .qof-check{
  text-align:left;
}
.qof--expo .qof__result-card,
.qof-pro-lane--result,
.qof--expo .qof__stats,
.qof--expo .qof__table-wrap{
  width:100%;
  max-width:430px;
  margin-inline:auto;
}
.qof--expo .qof__result-card{
  text-align:center;
  justify-items:center;
}
.qof-pro-lane--result{
  justify-content:center;
  text-align:center;
}
@media(max-width:560px){
  .qof--expo{
    align-items:center;
    padding:10px;
  }
  .qof--expo .qof__shell{
    border-radius:18px;
  }
  .qof--expo .qof__card{
    padding:16px;
  }
  .qof--expo .qof-screen{
    min-height:calc(100svh - 88px);
  }
  .qof-prize{
    min-height:292px;
  }
  .qof-prize .qof__product{
    width:min(340px,100%);
    max-height:260px;
  }
  .qof--expo .qof-screen h2{
    max-width:14ch;
    font-size:clamp(1.85rem,9vw,2.65rem);
  }
}
.qof--expo .qof-instagram-card p,
.qof--expo .qof__result-card p{
  color:rgba(255,255,255,.78);
}
.qof--expo .qof-instagram-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  background:linear-gradient(135deg,#f58529 0%,#dd2a7b 45%,#8134af 74%,#515bd4 100%);
  color:#fff!important;
  font-weight:900;
  box-shadow:0 10px 20px rgba(221,42,123,.2);
}
.qof--expo .qof-instagram-link::before{
  content:"";
  width:16px;
  height:16px;
  margin-right:8px;
  border:2px solid currentColor;
  border-radius:5px;
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.18);
}
.qof--expo .qof-instagram-simple{
  width:100%;
  max-width:430px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border:1px solid rgba(7,17,38,.1);
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 30px rgba(7,17,38,.06);
}
.qof--expo .qof-instagram-simple strong{
  color:#071126;
  font-size:.95rem;
}
.qof--expo [hidden]{
  display:none!important;
}

/* QR quiz v4: tablet and desktop responsive kiosk layout */
.qof--expo{
  padding:clamp(16px,3.2vw,44px);
}
.qof--expo .qof__shell{
  width:min(960px,100%);
  overflow:hidden;
}
.qof--expo .qof__panel{
  display:none;
}
.qof--expo .qof__card{
  width:100%;
}
.qof--expo .qof-screen{
  min-height:auto;
}
.qof--expo .qof-screen.is-active{
  min-height:min(650px,calc(100svh - 96px));
}

@media(min-width:720px){
  .qof--expo .qof__card{
    padding:clamp(22px,3vw,36px);
  }
  .qof--expo .qof__top{
    margin-bottom:clamp(14px,2vw,24px);
  }
  .qof--expo #qofIntro.is-active{
    gap:clamp(18px,2.4vw,28px);
  }
  .qof--expo #qofIntro .qof-hero{
    display:grid;
    grid-template-columns:minmax(280px,.92fr) minmax(280px,1fr);
    align-items:center;
    gap:clamp(24px,4vw,52px);
    max-width:860px;
    margin-inline:auto;
  }
  .qof--expo #qofIntro .qof-hero__copy{
    justify-items:start;
    text-align:left;
  }
  .qof--expo #qofIntro .qof__eyebrow,
  .qof--expo #qofIntro h2,
  .qof--expo #qofIntro p{
    margin-inline:0;
  }
  .qof--expo #qofIntro h2{
    max-width:12ch;
    font-size:clamp(2.2rem,4.6vw,4rem);
    line-height:.96;
  }
  .qof--expo #qofIntro p{
    max-width:30ch;
    font-size:1.02rem;
  }
  .qof--expo #qofIntro .qof-btn{
    max-width:520px;
  }
  .qof-prize{
    min-height:0;
    aspect-ratio:auto;
    padding:clamp(18px,2.8vw,28px);
    overflow:hidden;
    align-content:center;
  }
  .qof-prize__label{
    display:none;
  }
  .qof-prize .qof__product{
    width:min(340px,94%);
    max-height:clamp(230px,30vw,310px);
  }
  .qof--expo #qofSurvey.is-active,
  .qof--expo #qofLead.is-active,
  .qof--expo #qofDetails.is-active,
  .qof--expo #qofInstagram.is-active,
  .qof--expo #qofResult.is-active,
  .qof--expo #qofDashboard.is-active{
    min-height:min(600px,calc(100svh - 96px));
    max-width:640px;
    margin-inline:auto;
  }
  .qof--expo #qofSurvey h2,
  .qof--expo #qofLead h2,
  .qof--expo #qofDetails h2,
  .qof--expo #qofInstagram h2,
  .qof--expo #qofDashboard h2,
  .qof--expo #qofResult h2{
    font-size:clamp(1.8rem,3.2vw,2.55rem);
  }
  .qof--expo .qof__options,
  .qof--expo .qof__progress,
  .qof--expo .qof-form,
  .qof--expo .qof__nav,
  .qof--expo .qof__actions,
  .qof--expo .qof__result-card,
  .qof-pro-lane--result,
  .qof--expo .qof__stats,
  .qof--expo .qof__table-wrap{
    max-width:520px;
  }
  .qof--expo .qof-option{
    min-height:54px;
  }
}

@media(min-width:1024px){
  .qof--expo{
    align-items:center;
  }
  .qof--expo .qof__shell{
    width:min(1040px,calc(100vw - 72px));
    border-radius:24px;
  }
  .qof--expo .qof__card{
    padding:34px 42px 38px;
  }
  .qof--expo .qof-screen.is-active{
    min-height:min(540px,calc(100svh - 116px));
  }
  .qof--expo #qofIntro.is-active{
    justify-content:center;
  }
  .qof--expo #qofIntro .qof-hero{
    grid-template-columns:390px 1fr;
    max-width:900px;
  }
  .qof--expo #qofIntro h2{
    font-size:clamp(3rem,4vw,4.4rem);
  }
  .qof--expo #qofIntro .qof-btn{
    max-width:440px;
  }
  .qof-prize .qof__product{
    width:min(330px,92%);
    max-height:300px;
  }
}

@media(min-width:720px) and (max-width:1023px){
  .qof--expo .qof__shell{
    width:min(860px,calc(100vw - 36px));
  }
  .qof--expo .qof-screen.is-active{
    min-height:min(560px,calc(100svh - 72px));
  }
  .qof--expo #qofIntro .qof-hero{
    grid-template-columns:minmax(260px,.9fr) minmax(260px,1fr);
    gap:28px;
  }
  .qof--expo #qofIntro h2{
    font-size:clamp(2.25rem,5vw,3.4rem);
  }
  .qof-prize .qof__product{
    max-height:270px;
  }
}

@media(max-width:719px){
  .qof--expo .qof__shell{
    width:min(560px,100%);
  }
}

/* QR quiz v5: mobile product-image polish */
@media(max-width:719px){
  .qof--expo{
    padding:0;
    background:#fff;
  }
  .qof--expo .qof__shell{
    border-radius:0;
    border:0;
    box-shadow:none;
  }
  .qof--expo .qof__card{
    min-height:100svh;
    padding:14px 16px 22px;
  }
  .qof--expo .qof__top{
    margin-bottom:14px;
  }
  .qof--expo #qofIntro.is-active{
    min-height:calc(100svh - 54px);
    gap:14px;
    justify-content:start;
  }
  .qof--expo #qofIntro .qof-hero{
    gap:14px;
  }
  .qof-prize{
    min-height:auto;
    padding:14px 14px 13px;
    gap:8px;
    background:#fff;
    border:1px solid rgba(7,17,38,.09);
    box-shadow:0 14px 34px rgba(7,17,38,.08);
  }
  .qof-prize__label{
    position:absolute;
    top:12px;
    left:50%;
    transform:translateX(-50%);
    z-index:2;
    background:#071126;
    color:#fff;
    box-shadow:0 10px 20px rgba(7,17,38,.18);
  }
  .qof-prize .qof__product{
    width:min(306px,100%);
    max-height:238px;
    padding-top:22px;
    object-fit:contain;
    filter:drop-shadow(0 16px 22px rgba(7,17,38,.12));
  }
  .qof-prize strong{
    font-size:1.12rem;
    line-height:1.1;
  }
  .qof--expo #qofIntro .qof__eyebrow{
    margin-top:2px;
  }
  .qof--expo #qofIntro h2{
    max-width:12ch;
    font-size:clamp(2rem,8.2vw,2.55rem);
    line-height:1;
  }
  .qof--expo #qofIntro p{
    max-width:29ch;
    line-height:1.55;
  }
  .qof--expo #qofIntro .qof-btn{
    max-width:none;
  }
  .qof-btn--team{
    min-height:46px;
  }
  .qof--expo .qof-instagram-simple{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }
  .qof--expo .qof-instagram-link{
    width:100%;
  }
}

.qof--expo .qof__result-card--simple{
  background:#fff;
  border:1px solid rgba(7,17,38,.1);
  color:#071126;
  box-shadow:0 18px 42px rgba(7,17,38,.08);
  padding:22px;
  gap:10px;
}
.qof--expo .qof__result-card--simple span{
  background:#f7b84b;
  color:#071126;
}
.qof--expo .qof__result-card--simple strong{
  color:#071126;
}
.qof--expo .qof__result-card--simple p{
  max-width:34ch;
  color:#5f5a52;
}
.qof-client-links{
  width:100%;
  max-width:430px;
  display:grid;
  gap:10px;
  margin-inline:auto;
}
.qof-client-link{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-height:72px;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(7,17,38,.12);
  background:#fff;
  color:#071126;
  text-decoration:none;
  text-align:left;
}
.qof-client-link strong{
  font-size:1rem;
  font-weight:900;
}
.qof-client-link span{
  color:#625d56;
  font-size:.88rem;
  line-height:1.35;
}
.qof-client-link--primary{
  background:#094a89;
  border-color:#094a89;
  color:#fff;
  box-shadow:0 14px 28px rgba(9,74,137,.16);
}
.qof-client-link--primary span{
  color:rgba(255,255,255,.78);
}
.qof--expo .qof-btn:disabled{
  cursor:wait;
  opacity:.72;
  transform:none;
}
@media(min-width:768px){
  .qof-client-links{
    max-width:520px;
  }
}
@media(max-width:560px){
  .qof--expo .qof__result-card--simple,
  .qof-client-links{
    max-width:none;
  }
}

/* QR quiz v6: client-ready centered participation popup */
.qof--expo{
  min-height:100dvh;
  padding:16px;
  background:
    radial-gradient(circle at 50% 0, rgba(0,86,168,.28), transparent 34%),
    linear-gradient(135deg,#06142a 0%,#082b55 54%,#071126 100%);
  align-items:center;
  justify-content:center;
}
.qof--expo .qof__shell{
  width:min(430px,100%);
  max-height:calc(100dvh - 32px);
  border-radius:24px;
  border:1px solid rgba(255,255,255,.18);
  overflow:auto;
  box-shadow:0 28px 82px rgba(0,0,0,.35);
}
.qof--expo .qof__card{
  min-height:auto;
  padding:0;
  background:#fff;
}
.qof--expo .qof__top{
  height:50px;
  margin:0;
  padding:0 22px;
  border-top:4px solid #0056a8;
  border-bottom:1px solid rgba(0,86,168,.12);
  justify-content:center;
  gap:24px;
}
.qof--expo .qof-screen{
  padding:22px;
}
.qof--expo .qof-screen.is-active{
  min-height:auto;
}
.qof--expo #qofIntro.is-active{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
  min-height:auto;
  text-align:center;
}
.qof--expo #qofIntro .qof-hero{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  max-width:none;
}
.qof--expo #qofIntro .qof-hero__copy{
  display:grid;
  justify-items:center;
  gap:10px;
  text-align:center;
}
.qof-prize{
  width:100%;
  max-width:288px;
  min-height:0;
  margin-inline:auto;
  padding:14px 16px 12px;
  border:1px solid rgba(0,86,168,.1);
  border-radius:20px;
  background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);
  box-shadow:none;
  gap:8px;
}
.qof-prize__label{
  position:static;
  transform:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  margin-inline:auto;
  padding:7px 12px;
  border:1px solid rgba(0,86,168,.14);
  border-radius:999px;
  background:#eef6ff;
  color:#0056a8;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:none;
}
.qof-prize .qof__product{
  display:block;
  width:min(230px,86%);
  max-height:190px;
  margin-inline:auto;
  padding:0;
  object-fit:contain;
  filter:drop-shadow(0 14px 18px rgba(0,48,96,.12));
}
.qof-prize strong{
  font-size:1rem;
  line-height:1.1;
  color:#071126;
}
.qof--expo #qofIntro .qof__eyebrow{
  margin:0;
  color:#0056a8;
}
.qof--expo #qofIntro h2{
  max-width:12ch;
  margin:0;
  font-size:clamp(2rem,8vw,2.5rem);
  line-height:1.02;
  color:#071126;
}
.qof--expo #qofIntro p{
  max-width:30ch;
  margin:0;
  color:#4d5565;
  font-size:1rem;
  line-height:1.55;
}
.qof--expo #qofIntro .qof-btn{
  width:100%;
  max-width:none;
}
.qof--expo .qof-btn:focus-visible,
.qof--expo .qof-option:focus-visible,
.qof--expo input:focus-visible,
.qof--expo select:focus-visible{
  outline:3px solid rgba(0,86,168,.26);
  outline-offset:3px;
}
.qof--expo #qofSurvey.is-active,
.qof--expo #qofLead.is-active,
.qof--expo #qofDetails.is-active,
.qof--expo #qofInstagram.is-active,
.qof--expo #qofResult.is-active,
.qof--expo #qofDashboard.is-active{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
}

@media(min-width:720px){
  .qof--expo{
    padding:28px;
  }
  .qof--expo .qof__shell{
    width:min(760px,100%);
    max-height:calc(100dvh - 56px);
  }
  .qof--expo .qof-screen{
    padding:34px;
  }
  .qof--expo #qofIntro .qof-hero{
    display:grid;
    grid-template-columns:minmax(250px,.86fr) minmax(280px,1fr);
    gap:30px;
    text-align:left;
  }
  .qof--expo #qofIntro .qof-hero__copy{
    justify-items:start;
    text-align:left;
  }
  .qof--expo #qofIntro h2,
  .qof--expo #qofIntro p{
    margin-inline:0;
  }
  .qof--expo #qofIntro h2{
    font-size:clamp(2.45rem,4.4vw,3.9rem);
  }
  .qof-prize{
    max-width:310px;
  }
  .qof-prize .qof__product{
    max-height:220px;
  }
}

@media(max-width:420px){
  .qof--expo{
    padding:12px;
  }
  .qof--expo .qof__shell{
    max-height:calc(100dvh - 24px);
    border-radius:20px;
  }
  .qof--expo .qof-screen{
    padding:18px;
  }
  .qof-prize{
    max-width:260px;
  }
  .qof-prize .qof__product{
    max-height:168px;
  }
}
