/* ============================================================
   Shrooomz advertorial — modeled on the proven US Commerce
   Miraculous Medal advertorial (70/30 layout, sticky product
   card, native-article components, FB comments, sticky mobile
   CTA bar). Reskinned to Shrooomz navy/white. 20px body type
   for 55+ readability.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Open+Sans:wght@400;600;700&display=swap');

:root {
  --navy: #34446C;
  --navy-hover: #2B3859;
  --cta: #2F6FE0;
  --cta-hover: #2459BC;
  --text-dark: #16203a;
  --text-muted: rgba(22, 32, 58, 0.66);
  --tint-blue: #eef3fb;
  --bg-gray: #f1f4f9;
  --tip-blue: #eaf2ff;
  --star: #F5A623;
  --urgency-red: #D0021B;
  --green: #1a8f5a;
  --line: #dfe4ee;
  --radius: 12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Open Sans", -apple-system, "Segoe UI", sans-serif;
  font-size: 20px; font-weight: 400; color: var(--text-dark);
  background: #fff; line-height: 1.6; padding-bottom: 76px;
}
img { max-width: 100%; height: auto; }

/* Layout */
.section { width: 100%; display: flex; flex-direction: column; align-items: center; }
.section_row { max-width: 1100px; width: 100%; margin: 0 auto; padding: 0 16px; }
.content-wrapper { display: flex; flex-wrap: wrap; margin-top: 14px; }
.main-content { width: 70%; padding: 0 14px; }
.sidebar { width: 30%; padding: 0 10px; }

/* Top bar */
.topbar { width: 100%; background: var(--navy); color: #fff; text-align: center; font-size: 14px; font-weight: 700; padding: 10px 16px; font-family: "Open Sans", sans-serif; }

/* Advertorial badge */
.advertorial { color: var(--text-muted); font-size: 15px; letter-spacing: .04em; text-transform: uppercase; text-align: center; padding: 14px 10px 4px; }

/* Hero — image with overlay title (like MM) */
.hero-container { position: relative; max-width: 1100px; margin: 0 auto; padding: 8px 16px 0; }
.hero-frame { position: relative; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg,#2b3a5e,#34446C 60%,#46598c); min-height: 240px; }
.hero-img { width: 100%; display: block; }
.hero-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 28px; background: linear-gradient(transparent, rgba(8,12,24,.78)); }
.hero-title { color: #fff; font-family: Montserrat, sans-serif; font-size: 34px; font-weight: 800; line-height: 1.18; text-shadow: 0 2px 8px rgba(0,0,0,.45); margin: 0; }
.hero-title .hl { color: #bcd2ff; }

/* Content images between sections (MM had one after every section header) */
.content-img { display: block; margin: 16px auto; max-width: 100%; height: auto; border-radius: 10px; }

/* In-article pricing tiers */
.pricing-tiers { margin: 14px 0 0; padding: 0; list-style: none; }
.pricing-tiers li { background: var(--tint-blue); border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px; margin: 8px 0; font-size: 18px; }
.pricing-tiers li strong { color: var(--navy); }
.pricing-tiers .save { color: var(--green); font-weight: 700; }

/* Comment photo (FB-style) */
.comment-content .cphoto { max-width: 62%; border-radius: 8px; margin: 8px 0; display: block; border: 1px solid var(--line); }
.urgency-box img { max-width: 280px; height: auto; margin: 10px auto; display: block; border-radius: 8px; }

/* Author */
.author-section { display: flex; align-items: center; gap: 10px; margin: 14px 4px 0; }
.author-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-family: Montserrat; }
.author-info { font-size: 15px; color: var(--text-dark); }
.author-info b { font-weight: 700; }
.author-info span { color: var(--text-muted); }

/* Content elements */
.quote-box { background: var(--tint-blue); border-left: 4px solid var(--navy); padding: 16px 18px; font-size: 20px; font-style: italic; line-height: 1.5; margin: 16px 0 0; color: var(--text-dark); border-radius: 0 8px 8px 0; }
.section-header { font-family: Montserrat, sans-serif; font-size: 27px; font-weight: 800; line-height: 1.25; margin: 26px 0 6px; color: #0c1326; }
.section-header .hl { color: var(--navy); }
.paragraph { font-size: 20px; line-height: 1.6; margin: 12px 0 0; color: var(--text-dark); }
.paragraph-large { font-size: 25px; line-height: 1.5; font-weight: 700; margin: 18px 0 0; color: #0c1326; }

.statbox { display: flex; gap: 12px; margin: 18px 0 4px; }
.stat { flex: 1; background: var(--tint-blue); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; text-align: center; }
.stat .n { font-family: Montserrat; font-size: 30px; font-weight: 800; color: var(--navy); }
.stat .l { font-size: 14px; color: var(--text-muted); margin-top: 2px; line-height: 1.3; }

.reddit-quote { background: var(--bg-gray); border-radius: 10px; padding: 14px 16px; margin: 18px 0 0; font-size: 18px; line-height: 1.55; box-shadow: 0 2px 10px rgba(37,42,50,.08); }
.reddit-quote .rq-head { font-size: 13px; color: var(--text-muted); font-weight: 700; margin-bottom: 6px; }
.reddit-quote .rq-head .up { color: #ff7a3d; }

.faq-box { background: var(--bg-gray); border-radius: 10px; padding: 14px 16px; margin: 12px 0 0; box-shadow: 0 2px 10px rgba(37,42,50,.06); }
.faq-box .q { font-weight: 800; color: #0c1326; font-size: 18px; margin-bottom: 4px; }
.faq-box .a { font-size: 18px; color: var(--text-dark); line-height: 1.55; }

.urgency-box { background: var(--tint-blue); border: 3px dashed var(--navy); border-radius: var(--radius); padding: 16px; margin: 22px 0 0; text-align: center; font-size: 19px; line-height: 1.55; }
.urgency-box strong { color: var(--navy); }

.tip-box { background: var(--tip-blue); border: 2px dashed var(--urgency-red); border-radius: var(--radius); padding: 14px 16px; margin: 22px 0 0; font-size: 18px; line-height: 1.55; }
.tip-box b { color: var(--urgency-red); }

.guarantee-box { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); background: var(--tint-blue); border-radius: var(--radius); padding: 18px 20px; margin: 22px 0 0; }
.guarantee-box .g-icon { font-size: 26px; }
.guarantee-box h4 { font-family: Montserrat; font-size: 17px; margin-bottom: 4px; }
.guarantee-box p { font-size: 16px; color: var(--text-muted); }

/* CTA buttons */
.btn-center { display: flex; justify-content: center; width: 100%; margin: 22px 0; }
.btn_more {
  display: inline-block; color: #fff; font-family: Montserrat, sans-serif;
  font-size: 22px; font-weight: 800; text-align: center; text-decoration: none;
  background: var(--cta); padding: 18px 36px; border-radius: 10px; border: none; cursor: pointer;
  box-shadow: 0 8px 22px rgba(47,111,224,.28); transition: background .2s, transform .1s; max-width: 100%;
}
.btn_more:hover { background: var(--cta-hover); transform: translateY(-1px); }
.btn_more .sub { display: block; font-size: 13px; font-weight: 600; opacity: .9; margin-top: 3px; }

/* Video proof scroller */
.vproof-head { font-family: Montserrat; font-size: 22px; font-weight: 800; margin: 26px 0 4px; }
.vproof { margin: 8px -14px 0; }
.vscroller { display: flex; gap: 12px; overflow-x: auto; padding: 8px 14px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.vscroller::-webkit-scrollbar { display: none; }
.vcard { flex: 0 0 210px; scroll-snap-align: center; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--navy); border-radius: 12px; overflow: hidden; box-shadow: 0 8px 20px rgba(15,22,38,.08); }
.vcard .vhead { display: flex; justify-content: space-between; align-items: center; padding: 9px 11px 5px; }
.vcard .vstars { color: var(--star); font-size: 12px; letter-spacing: 1px; }
.vcard .vverified { font-size: 10px; font-weight: 800; color: var(--green); background: rgba(26,143,90,.1); padding: 2px 7px; border-radius: 999px; }
.vframe { position: relative; aspect-ratio: 9/16; background: #000; }
.vframe video { width: 100%; height: 100%; object-fit: cover; display: block; }
.vframe .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.2); cursor: pointer; }
.vframe .play.hide { display: none; }
.vframe .picon { width: 50px; height: 50px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.vframe .picon::after { content: ""; border-left: 15px solid #fff; border-top: 9px solid transparent; border-bottom: 9px solid transparent; margin-left: 4px; }
.vcard .vfoot { padding: 7px 11px 11px; }
.vcard .vname { font-weight: 700; font-size: 13px; }
.vcard .vmeta { font-size: 12px; color: var(--text-muted); }

/* Sidebar product card (sticky) */
/* Starts in normal flow at the top, then sticks centered (mid-screen) as you scroll
   past it. calc keeps its center near 50vh without a transform (which would float it
   up at the start). Offset ≈ half the card height. */
.product-card { position: sticky; top: calc(50vh - 250px); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; margin-top: 52px; text-align: center; box-shadow: 0 10px 26px rgba(15,22,38,.08); background: #fff; }
.product-card img { width: 130px; height: 130px; object-fit: contain; }
.product-rating { color: var(--star); font-size: 20px; }
.product-reviews { font-size: 14px; color: var(--text-muted); }
.product-name { font-family: Montserrat; color: var(--navy); font-size: 18px; font-weight: 800; line-height: 1.3; padding: 8px 4px; }
.product-features { text-align: left; margin: 8px 4px; }
.product-feature { display: flex; align-items: flex-start; gap: 8px; margin: 15px 0; font-size: 14px; line-height: 1.4; }
.product-feature .ck { color: var(--green); font-weight: 800; }
.product-cta { display: block; color: #fff; font-family: Montserrat; font-size: 16px; font-weight: 800; text-decoration: none; background: var(--cta); padding: 14px; margin: 10px 0 4px; border-radius: 10px; }
.product-cta:hover { background: var(--cta-hover); }

/* Facebook-style comments */
.fbcomments { max-width: 760px; margin: 30px auto 0; border-top: 1px solid var(--line); padding-top: 18px; }
.fbcomments h3.fbtitle { font-family: Montserrat; font-size: 20px; margin-bottom: 14px; }
.fbcommentslist { list-style: none; }
.fbcommentslist > li { margin: 14px 0; }
.comment { display: flex; align-items: flex-start; gap: 10px; }
.profilepic { height: 40px; width: 40px; border-radius: 50%; flex: 0 0 40px; background: var(--bg-gray); color: var(--navy); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.comment-content { flex: 1; min-width: 0; }
.comment-content .bubble { background: var(--bg-gray); border-radius: 16px; padding: 9px 14px; display: inline-block; }
.comment-content .cname { font: 700 15px "Open Sans", sans-serif; color: #1c3a73; }
.comment-content .ctext { font-size: 15.5px; line-height: 1.5; color: #050505; margin-top: 1px; }
.comment-content .meta { display: flex; gap: 12px; color: #7f7f7f; font-size: 13px; margin: 4px 0 0 8px; }
.comment-content .meta b { color: #5b6478; cursor: pointer; }
.comment-content .meta .liked { color: var(--cta); }
ul.replies { margin: 8px 0 0 50px; list-style: none; padding-left: 12px; border-left: 1px dotted var(--line); }
ul.replies > li { margin: 8px 0; }

/* Footer */
.footer-menu { display: flex; justify-content: center; gap: 20px; margin-top: 40px; padding: 10px; }
.footer-menu a { color: var(--text-muted); font-size: 15px; text-decoration: none; }
.footer-menu a:hover { text-decoration: underline; }
.footer-text { text-align: center; font-size: 15px; color: var(--text-muted); padding: 6px 16px; }
.footer-disclaimer { text-align: center; font-size: 13px; color: var(--text-muted); padding: 8px 16px 20px; line-height: 1.5; max-width: 640px; margin: 0 auto; }

/* Sticky mobile CTA bar */
.sticky-cta-bar { display: none; }

@media (max-width: 768px) {
  .sticky-cta-bar {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 14px rgba(0,0,0,.08);
  }
  .sticky-cta-bar a {
    display: block; width: 100%; text-align: center; background: var(--cta); color: #fff;
    font-family: Montserrat, sans-serif; font-weight: 800; font-size: 16px; padding: 14px 10px;
    border-radius: 8px; text-decoration: none; box-shadow: 0 2px 6px rgba(47,111,224,.35);
    animation: stickyPulse 2.2s ease-in-out infinite;
  }
}
@keyframes stickyPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.02); } }

/* Responsive */
@media (max-width: 720px) {
  body { font-size: 19px; }
  .main-content { width: 100%; padding: 0 4px; }
  .sidebar { display: none; }      /* product card hidden on mobile, like MM */
  .hero-title { font-size: 26px; }
  .section-header { font-size: 23px; }
  .paragraph, .faq-box .q, .faq-box .a, .reddit-quote { font-size: 18px; }
  .statbox { flex-direction: row; }
  .btn_more { font-size: 17px; padding: 16px 18px; width: 100%; }
  .fbcomments { margin-top: 24px; }
}
