/* Shared premium-offer module used on the home and GLP-1 pages. */
.confidence-break {
  padding: 30px clamp(18px, 4.8vw, 40px);
  background:
    radial-gradient(90% 180% at 100% 0%, rgba(226,123,55,.20), transparent 58%),
    #1F3A2E;
  color: #fff;
}
.confidence-break__inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.confidence-break__line {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 7.8vw, 48px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.026em;
}
.confidence-break__line em { color: #D9C08B; font-weight: 600; }
.confidence-break__proof {
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  padding: 0;
  list-style: none;
}
.confidence-break__proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(255,255,255,.84);
}
.confidence-break__proof li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D9C08B;
  box-shadow: 0 0 0 3px rgba(217,192,139,.14);
}

.premium-offer {
  padding: clamp(50px, 8vw, 92px) clamp(18px, 4.8vw, 40px);
  background:
    radial-gradient(80% 80% at 8% 8%, rgba(226,123,55,.16), transparent 60%),
    radial-gradient(70% 90% at 96% 92%, rgba(183,151,82,.15), transparent 58%),
    #15281E;
  color: #fff;
  overflow: hidden;
}
.premium-offer__inner { max-width: 1180px; margin: 0 auto; }
.premium-offer__head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}
.premium-offer__eyebrow {
  display: block;
  margin-bottom: 13px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #D9C08B;
}
.premium-offer__head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(35px, 9vw, 58px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.03em;
  color: #fff;
}
.premium-offer__head h2 em { color: #D9C08B; font-weight: 600; }
.premium-offer__head p {
  max-width: 56ch;
  margin: 16px auto 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1.65;
  color: rgba(255,255,255,.72);
}
.premium-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}
@keyframes premium-x-breathe {
  0%, 100% { opacity: .84; }
  50% { opacity: 1; }
}
.premium-offer__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 56px;
  margin: 22px auto 0;
  padding: 0 26px;
  border-radius: 12px;
  background: #F6F1EC;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  color: #1F3A2E;
}
.premium-offer__cta:hover { background: #fff; transform: translateY(-1px); }
.premium-offer__fine {
  max-width: 900px;
  margin: 18px auto 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.58;
  text-align: center;
  color: rgba(255,255,255,.52);
}

.metabolic-break {
  padding: clamp(38px, 6vw, 68px) clamp(18px, 4.8vw, 40px);
  background: #EBD5C1;
  text-align: center;
}
.metabolic-break__inner { max-width: 900px; margin: 0 auto; }
.metabolic-break h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 8vw, 55px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.03em;
  color: #3A3632;
}
.metabolic-break h2 em { color: #1F3A2E; font-weight: 600; }
.metabolic-break p {
  max-width: 58ch;
  margin: 16px auto 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(13.5px, 2vw, 16px);
  line-height: 1.65;
  color: rgba(58,54,50,.74);
}

@media (min-width: 760px) {
  .confidence-break { padding-top: 40px; padding-bottom: 40px; }
  .confidence-break__proof { gap: 12px; }
  .confidence-break__proof li { padding: 9px 16px; font-size: 12.5px; }
  .premium-offer__head { margin-bottom: 38px; }
  .premium-compare { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 22px; align-items: stretch; }
}
.premium-compare--trio { grid-template-columns: minmax(0, 1fr); gap: 18px; }

.premium-showcase { min-width: 0; }
.premium-figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(217,192,139,.42);
  box-shadow: 0 26px 66px rgba(0,0,0,.26);
  background: #15281E;
}
.premium-figure img { display: block; width: 100%; height: auto; }

.premium-plan-prices {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.premium-plan-price {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  padding: 15px 17px;
  border-radius: 16px;
  border: 1px solid rgba(217,192,139,.32);
  background: rgba(255,255,255,.06);
  font-family: "Manrope", Arial, sans-serif;
}
.premium-plan-price span {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #D9C08B;
}
.premium-plan-price strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 6.4vw, 42px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.02em;
  color: #fff;
}
.premium-plan-price small {
  font-size: 10.5px;
  line-height: 1.4;
  color: rgba(255,255,255,.58);
}
.premium-base-note {
  margin: 13px 0 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
  color: rgba(255,255,255,.66);
}
.premium-base-note span { font-weight: 800; color: #fff; }

/* Desktop only, as specified: the side panels never appear on phones. */
.premium-side { display: none; }

/* Each add-in takes the colour of its vial in the graphic, so the eye maps
   panel to product from across the room. */
.premium-side--b12     { --side: #F5AEA4; --side-wash: rgba(245,174,164,.17); --side-ring: rgba(245,174,164,.22); }
.premium-side--glycine { --side: #CFE7B4; --side-wash: rgba(207,231,180,.16); --side-ring: rgba(207,231,180,.22); }

@media (min-width: 1000px) {
  .premium-compare--trio {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.64fr) minmax(0, .86fr);
    gap: clamp(18px, 2.2vw, 30px);
    align-items: center;
  }
  .premium-side {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px 22px 26px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.13);
    border-top: 3px solid var(--side);
    background:
      linear-gradient(180deg, var(--side-wash) 0%, rgba(255,255,255,.07) 52%, rgba(255,255,255,.05) 100%);
    /* A whisper of the accent bleeding past the edge lifts the panel off the
       dark ground instead of letting it sink into it. */
    box-shadow: 0 22px 54px rgba(0,0,0,.34), 0 0 46px -20px var(--side);
    font-family: "Manrope", Arial, sans-serif;
  }
  /* The ingredient name is the headline of the panel, not a label on it. */
  .premium-side__name {
    display: block;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(38px, 3.7vw, 54px);
    font-weight: 600;
    line-height: .84;
    letter-spacing: -.03em;
    color: var(--side);
    text-shadow: 0 3px 26px rgba(0,0,0,.40);
  }
  .premium-side__name small {
    display: block;
    margin-bottom: 6px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.56);
  }
  .premium-side h3 {
    margin: 15px 0 0;
    padding-top: 13px;
    border-top: 1px solid rgba(255,255,255,.14);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .005em;
    color: #fff;
  }
  .premium-side ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
  }
  .premium-side li {
    position: relative;
    padding-left: 19px;
    font-size: 13.2px;
    line-height: 1.5;
    color: rgba(255,255,255,.82);
  }
  .premium-side li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .52em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--side);
    box-shadow: 0 0 0 3px var(--side-ring);
  }
}
