/* Classic shop layer, white page */
html { scroll-behavior: smooth; }
#order-form, #product-block, #why-Veluflex, #ingredients, #hero {
  scroll-margin-top: 12px;
}

.ad-label {
  margin: 0;
  padding: 7px 12px;
  text-align: center;
  font-size: 12px;
  background: #fff3cd;
}

.article__body .article__subhead {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.02em;
  margin: 2rem 0 0.75rem;
}

.article__body .pdp__img,
.article__body .pdp img {
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}

/* Buttons */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  text-align: center;
  box-sizing: border-box;
}
.cta-btn--secondary,
.cta-btn--primary {
  background: #0078d4;
  color: #fff !important;
}
.cta-btn--secondary:hover,
.cta-btn--primary:hover { background: #006cbd; }
.cta-btn--primary {
  width: 100%;
  max-width: 360px;
  min-height: 50px;
  font-size: 17px;
}
.cta-link {
  font-weight: 700;
  color: #0078d4 !important;
  text-decoration: underline;
}

.cta-btn--hero {
  background: #0078d4;
  color: #fff !important;
  border-radius: 8px;
  min-height: 52px;
  padding: 14px 28px;
  font-size: 16px;
  width: auto;
  max-width: none;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.22);
}
.cta-btn--hero:hover { background: #0066b4; }

/* Full-bleed hero with dedicated background */
.adv-hero {
  width: 100%;
  margin: 0;
  padding: 48px 28px 56px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg,
      rgba(255, 252, 247, 0.96) 0%,
      rgba(255, 252, 247, 0.88) 36%,
      rgba(255, 252, 247, 0.35) 58%,
      rgba(255, 252, 247, 0.08) 74%,
      transparent 100%),
    url("images/opt/hero-bg.jpg") right center / cover no-repeat;
}
.adv-hero::after { display: none; }
.adv-hero__wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.adv-hero__eyebrow {
  margin: 0 0 12px !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0078d4;
}
.adv-hero__title {
  margin: 0 0 16px;
  font-family: Segoe UI, Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.18;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.03em;
}
.adv-hero__subtitle {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.55;
  color: #4a4a4a;
  max-width: 38em;
}
.adv-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: 24px;
}
.adv-hero__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.adv-hero__author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}
.adv-hero__author strong {
  display: block;
  font-size: 15px;
  color: #111;
}
.adv-hero__author span {
  font-size: 13px;
  color: #777;
}
.adv-hero__date {
  font-size: 14px;
  color: #777;
  display: flex;
  gap: 6px;
}
.adv-hero__cta-note {
  margin: 10px 0 0 !important;
  font-size: 13px;
  color: #7a7a7a;
}
.adv-hero__visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adv-hero__stage {
  width: min(100%, 400px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.adv-hero__stage img {
  width: 86%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(20, 30, 40, 0.22));
}

@media (max-width: 860px) {
  .adv-hero {
    padding: 28px 18px 32px;
    min-height: 0;
    background:
      linear-gradient(180deg,
        rgba(255, 252, 247, 0.55) 0%,
        rgba(255, 252, 247, 0.82) 42%,
        rgba(255, 252, 247, 0.96) 100%),
      url("images/opt/1.jpg") center 25% / cover no-repeat;
  }
  .adv-hero__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .adv-hero__visual { min-height: 0; order: -1; }
  .adv-hero__stage {
    width: min(100%, 240px);
    margin: 0 auto;
    padding: 0;
  }
  .cta-btn--hero { width: 100%; }
}

/* Product card — Amazon-style row */
.pdp {
  margin: 0 0 1.75rem;
  padding: 16px 0 18px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pdp__kicker {
  margin: 0 0 12px !important;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.pdp__row {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 16px;
  align-items: center;
}
.pdp__img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0 auto;
  background: transparent;
}
.pdp__img--sm { width: 72px; max-width: 72px; }
.pdp__img--lg { max-width: 280px; }
.pdp__brand {
  margin: 0 0 6px !important;
  font-size: 22px;
  font-weight: 800;
  color: #111;
}
.pdp__desc {
  margin: 0 0 10px !important;
  font-size: 15px;
  line-height: 1.45;
  color: #444;
}
.pdp__list,
.product-block__benefits {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.pdp__list li,
.product-block__benefits li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 5px;
  font-size: 14.5px;
  color: #333;
}
.pdp__list li::before,
.product-block__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #107c10;
  font-weight: 700;
}
.pdp__note {
  margin: 12px 0 0 !important;
  font-size: 12.5px !important;
  color: #777 !important;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  margin: 0 0 12px;
}
.price-row__badge {
  background: #c50f1f;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 2px;
}
.price-row__old {
  color: #888;
  text-decoration: line-through;
  font-size: 15px;
}
.price-row__now {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}

@media (max-width: 560px) {
  .pdp__row { grid-template-columns: 1fr; text-align: center; }
  .pdp__img { max-width: 200px; }
  .pdp__list { display: inline-block; text-align: left; }
  .price-row { justify-content: center; }
  .cta-btn { width: 100%; }
}

.article-photo { margin: 1.15rem 0 1.3rem; }
.article-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.article__body .lead { font-size: 18px; font-weight: 700; }
.highlight-phrase { color: #a4262c; font-style: italic; }

.article__body blockquote {
  margin: 1.1rem 0;
  padding: 10px 14px;
  border-left: 3px solid #0078d4;
  background: #f3f9fd;
}
.article__body blockquote cite {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-style: normal;
  color: #666;
}

.inline-cta {
  margin: 1.25rem 0;
  padding: 14px 16px;
  background: #f3f9fd;
  border-left: 3px solid #0078d4;
}
.inline-cta p { margin: 0 0 6px !important; }

/* Ingredients */
.ingredients-block { margin: 1.5rem 0; }
.ingredients-block__head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.ingredients-block .article__subhead { margin-top: 0; }
.ingredients-block__lead { margin: 6px 0 0 !important; color: #555; font-size: 15px !important; }
.ing-cards { display: grid; gap: 8px; }
.ing-card {
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
}
.ing-card__num { display: block; font-size: 12px; font-weight: 800; color: #0078d4; }
.ing-card h3 { margin: 2px 0 6px; font-size: 16px; }
.ing-card p { margin: 0 0 6px !important; font-size: 14px !important; color: #555 !important; }
.ing-card__tag { font-size: 12px !important; font-weight: 700; color: #0078d4 !important; }
.ing-card__study { font-size: 13px; font-weight: 700; color: #0078d4; }
.ingredients-block__note { margin: 10px 0 0 !important; font-size: 12px !important; color: #888 !important; }
@media (min-width: 560px) {
  .ing-cards { grid-template-columns: 1fr 1fr; }
  .ing-card:last-child { grid-column: 1 / -1; }
}

.product-block {
  margin: 1.5rem 0;
  padding: 16px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-block__title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.product-block__pay { margin: 8px 0 0 !important; font-size: 13px !important; color: #666 !important; }
.product-block--final {
  margin-top: 2rem;
  padding: 20px 16px 24px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
}

.emotion-cta {
  margin: 1.4rem 0;
  padding: 16px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.emotion-cta p {
  margin: 0 0 12px !important;
  font-size: 17px !important;
  font-weight: 600;
}
.emotion-cta__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Stories — editorial cards, photo on top */
.stories-grid {
  display: grid;
  gap: 20px;
  margin: 1.25rem 0 1.75rem;
}
.article__body .story-card {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}
.story-card__photo {
  margin: 0;
}
.article__body .story-card img,
.story-card__photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  border-radius: 0 !important;
  margin: 0 !important;
  box-shadow: none;
  border: 0;
}
.story-card__body {
  padding: 16px 18px 18px;
}
.story-card__who {
  margin: 0 0 8px !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0078d4;
}
.story-card__quote {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  font-size: 18px !important;
  font-weight: 600;
  font-style: italic;
  line-height: 1.35;
  color: #1a1a1a;
}
.story-card__text {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #444 !important;
}

@media (min-width: 640px) {
  .article__body .story-card img,
  .story-card__photo img { height: 260px; }
}

.why-block { margin: 1.6rem 0; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 12px 0 16px;
}
.why-card {
  padding: 12px;
  background: #f7f7f7;
  border-radius: 4px;
}
.why-card__icon { display: block; margin-bottom: 4px; }
.why-card h3 { margin: 0 0 4px; font-size: 15px; }
.why-card p { margin: 0 !important; font-size: 13.5px !important; color: #555 !important; }
.why-block__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 8px 0 12px;
}
.why-block__cta .pdp__img { max-width: 160px; }
@media (max-width: 480px) { .why-grid { grid-template-columns: 1fr; } }

.disclaimer-box {
  margin: 12px 0 0;
  padding: 12px 14px;
  background: #fff8e6;
  border-left: 4px solid #e6a800;
  font-size: 14px;
  line-height: 1.45;
}

/* Offer = product + checkout form */
.offer-block {
  margin: 1.75rem 0 1.25rem;
  padding: 18px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}
.offer-block__grid {
  display: grid;
  gap: 18px;
}
.offer-block__product { text-align: center; }
.offer-block__kicker {
  margin: 0 0 8px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #0078d4;
}
.offer-block__title {
  margin: 8px 0 8px;
  font-size: 22px;
  font-weight: 800;
}
.offer-block__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.offer-block__badge {
  background: #c50f1f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 2px;
}
.offer-block__prices { display: flex; align-items: baseline; gap: 10px; }
.offer-block__old { color: #888; text-decoration: line-through; }
.offer-block__now { font-size: 32px; font-weight: 800; color: #111; }
.offer-block__perks {
  list-style: none;
  margin: 0 auto 0;
  padding: 0;
  max-width: 260px;
  text-align: left;
}
.offer-block__perks li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
}
.offer-block__perks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #107c10;
}
.offer-block .order_block--neutral { max-width: none; margin: 0; }

@media (min-width: 640px) {
  .offer-block__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.sticky-cta { display: none; }
@media (max-width: 768px) {
  .sticky-cta:not([hidden]) {
    display: block;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9990;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #ddd;
  }
  body:has(#cookie-banner.is-on) .sticky-cta:not([hidden]) { bottom: 58px; }
  body.has-sticky-cta { padding-bottom: 72px; }
  .sticky-cta__inner {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sticky-cta__img { width: 34px; height: auto; }
  .sticky-cta__info { flex: 1; display: flex; flex-direction: column; font-size: 13px; }
  .sticky-cta__price s { color: #999; font-size: 12px; margin-left: 4px; }
  .sticky-cta__btn {
    background: #0078d4;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    padding: 10px 14px;
    border-radius: 4px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }
}

.product-link { color: #0078d4; }

@media (min-width: 760px) {
  .adv-hero__title { font-size: 30px; }
}
