    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px;
      line-height: 1.7;
      color: #333;
      background: #fff;
    }

    /* ── Top bar ── */
    .top-bar {
      border-top: 4px solid #333;
      border-bottom: 1px solid #ddd;
      padding: 10px 20px;
    }
    .top-bar-inner {
      max-width: 660px;
      margin: 0 auto;
      padding: 0 20px;
      text-align: left;
    }
    .top-bar .logo {
      font-family: 'Merriweather', serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #222;
      text-decoration: none;
    }

    /* ── Wrapper ── */
    .wrapper {
      max-width: 660px;
      margin: 0 auto;
      padding: 30px 20px 60px;
    }

    /* ── Advertorial badge ── */
    .advertorial-badge {
      display: inline-block;
      border: 1px solid #aaa;
      font-size: 10px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #777;
      padding: 2px 6px;
      margin-bottom: 16px;
    }

    /* ── Headline ── */
    h1 {
      font-family: 'Merriweather', serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.35;
      color: #111;
      margin-bottom: 14px;
    }

    /* ── Byline ── */
    .byline {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 12px;
      color: #777;
      margin-bottom: 24px;
      padding-bottom: 14px;
      border-bottom: 1px solid #eee;
    }
    .byline-avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: linear-gradient(135deg, #b8860b, #daa520);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
    }

    /* ── Pull quote box ── */
    .pull-quote {
      background: #4a4a4a;
      color: #fff;
      font-family: 'Merriweather', serif;
      font-size: 16px;
      font-style: italic;
      padding: 18px 22px;
      margin: 0 0 28px;
      line-height: 1.5;
      text-align: center;
    }

    /* ── Body copy ── */
    p {
      margin-bottom: 16px;
      color: #333;
    }
    p strong { font-weight: 700; }
    a { color: #2980b9; text-decoration: underline; }
    a:hover { color: #1a5c85; }

    /* ── Section heading ── */
    h2 {
      font-family: 'Merriweather', serif;
      font-size: 22px;
      font-weight: 700;
      color: #111;
      margin: 32px 0 14px;
      line-height: 1.3;
    }

    /* ── Wavy divider ── */
    .divider {
      text-align: center;
      color: #5b9bd5;
      font-size: 22px;
      letter-spacing: 4px;
      margin: 28px 0;
      user-select: none;
    }

    /* ── Inline image / placeholder ── */
    .inline-img-wrap {
      text-align: center;
      margin: 22px 0;
    }
    .inline-img-wrap img {
      width: 100%;
      max-width: 100%;
      border-radius: 2px;
      display: block;
      margin: 0 auto 6px;
    }
    .img-caption {
      font-size: 11px;
      color: #888;
      text-align: center;
      font-style: italic;
      margin-bottom: 6px;
    }
    .img-placeholder {
      width: 100%;
      height: 280px;
      background: #e8e8e8;
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #aaa;
      font-size: 13px;
    }

    /* ── Hero GMA mock ── */
    .hero-mock {
      width: 100%;
      aspect-ratio: 640 / 340;
      background: linear-gradient(160deg, #0a1628 0%, #1c3a6e 60%, #0a1628 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 16px;
      position: relative;
      padding: 20px;
      margin-bottom: 6px;
    }
    .gma-logo-text {
      font-family: 'Merriweather', serif;
      font-size: 60px;
      font-weight: 700;
      color: #f5c518;
      line-height: 1;
      text-shadow: 0 2px 12px rgba(0,0,0,0.6);
      letter-spacing: -2px;
    }
    .gma-sub {
      font-size: 11px;
      letter-spacing: 3px;
      color: rgba(255,255,255,0.65);
      text-transform: uppercase;
      margin-top: -10px;
    }
    .gma-feature-bar {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 4px;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .gma-sheet-icon { font-size: 36px; }
    .gma-brand-name {
      font-family: 'Merriweather', serif;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
    }
    .gma-brand-sub {
      font-size: 11px;
      color: rgba(255,255,255,0.6);
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 3px;
    }
    .gma-ticker {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: #e8001e;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 7px 14px;
      text-align: center;
    }

    /* ── Press box (Forbes style) ── */
    .press-box {
      border: 1px solid #ddd;
      padding: 18px;
      margin: 24px 0;
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }
    .press-box-product {
      flex: 0 0 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
    }
    .product-img-mock {
      width: 90px;
      height: 110px;
      background: linear-gradient(135deg, #e8e0f4, #c8b8e4);
      border-radius: 4px;
      border: 1px solid #d0c0e8;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
    .product-emoji { font-size: 32px; }
    .product-name-label {
      font-size: 9px;
      font-weight: 700;
      color: #4a3a6e;
      text-align: center;
      padding: 0 6px;
      line-height: 1.3;
    }
    .press-caption-small {
      font-size: 11px;
      color: #888;
      text-align: center;
      font-style: italic;
    }
    .press-box-text { flex: 1; }
    .press-source {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin-bottom: 10px;
      border-bottom: 1px solid #eee;
      padding-bottom: 8px;
    }
    .press-source-name {
      font-family: 'Merriweather', serif;
      font-size: 18px;
      font-weight: 700;
      font-style: italic;
      color: #000;
    }
    .press-badge-label {
      font-size: 11px;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .press-highlight-quote {
      background: #fff9e0;
      border-left: 3px solid #f0c040;
      padding: 6px 10px;
      font-size: 13px;
      font-style: italic;
      color: #222;
      margin-bottom: 8px;
      line-height: 1.45;
    }
    .press-desc {
      font-size: 13px;
      color: #333;
      line-height: 1.5;
      margin: 0;
    }

    /* ── Story update banner ── */
    .story-update {
      background: #fff8e1;
      border-left: 4px solid #f5a623;
      padding: 10px 16px;
      margin: 28px 0 20px;
      font-size: 14px;
    }
    .story-update strong { color: #e67e00; }

    /* ── Clinical study box ── */
    .study-box {
      border: 1px solid #cde;
      background: #f6faff;
      padding: 18px 22px;
      margin: 24px 0;
      border-radius: 2px;
    }
    .study-box h4 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .study-box ul { list-style: none; padding: 0; }
    .study-box ul li {
      padding: 4px 0 4px 26px;
      position: relative;
      font-size: 13px;
      color: #333;
      line-height: 1.5;
    }
    .study-box ul li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: #4caf50;
      font-size: 14px;
    }

    /* ── 30-Day journal ── */
    .journal-wrap {
      border: 1px solid #ccc;
      margin: 24px 0;
      overflow: hidden;
    }
    .journal-header {
      background: #e07000;
      color: #fff;
      text-align: center;
      padding: 12px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.5px;
    }
    .journal-day {
      padding: 14px 18px;
      border-bottom: 1px solid #eee;
    }
    .journal-day:last-child { border-bottom: none; }
    .journal-day strong {
      display: block;
      margin-bottom: 6px;
      font-size: 13px;
    }
    .journal-day p {
      font-size: 13px;
      color: #333;
      font-style: italic;
      margin: 0;
      line-height: 1.55;
    }
    .journal-thoughts {
      padding: 14px 18px;
      background: #fafafa;
      border-top: 1px solid #e0e0e0;
    }
    .journal-thoughts strong {
      display: block;
      font-size: 13px;
      margin-bottom: 6px;
    }
    .journal-thoughts p {
      font-size: 13px;
      color: #333;
      margin: 0;
      line-height: 1.55;
    }

    /* ── Press award grid ── */
    .award-grid {
      border: 1px solid #ddd;
      padding: 14px;
      margin: 20px 0;
    }
    .award-grid-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 6px;
    }
    .press-cell {
      border: 1px solid #ccc;
      padding: 7px 4px;
      text-align: center;
    }
    .press-cell-name {
      display: block;
      font-size: 10px;
      font-weight: 700;
      color: #000;
      margin-bottom: 3px;
      line-height: 1.3;
    }
    .press-cell-award {
      display: block;
      font-size: 9px;
      color: #888;
      line-height: 1.3;
    }

    /* ── See Also link ── */
    .see-also {
      font-size: 14px;
      color: #2980b9;
      text-decoration: none;
      display: block;
      margin: 10px 0 20px;
      font-weight: 600;
    }
    .see-also:hover { text-decoration: underline; }

    /* ── Urgency bar ── */
    .urgency-bar {
      border: 2px dashed #aaa;
      padding: 12px 18px;
      text-align: center;
      font-size: 13px;
      color: #555;
      margin: 28px 0 16px;
    }
    .urgency-bar .promo-end { color: #e74c3c; font-weight: 700; }

    /* ── CTA Button ── */
    .cta-btn {
      display: block;
      width: 100%;
      background: #2ecc71;
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-align: center;
      text-decoration: none;
      padding: 18px 24px;
      border: none;
      cursor: pointer;
      transition: background 0.2s;
      margin-bottom: 30px;
    }
    .cta-btn:hover { background: #27ae60; color: #fff; text-decoration: none; }

    /* ── Comments ── */
    .comments-section {
      border-top: 2px solid #ccc;
      padding-top: 20px;
      margin-top: 10px;
    }
    .comments-section h4 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 18px;
    }
    .comment-item {
      display: flex;
      gap: 12px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
    }
    .comment-item:last-child { border-bottom: none; }
    .comment-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
    }
    .comment-body { flex: 1; }
    .comment-name { font-weight: 700; font-size: 13px; color: #000; margin-bottom: 2px; }
    .comment-date { font-size: 11px; color: #999; margin-bottom: 7px; }
    .comment-text { font-size: 13px; color: #333; line-height: 1.55; margin: 0; }

    /* ── Footer ── */
    footer {
      background: #111;
      color: #888;
      text-align: center;
      font-size: 11px;
      padding: 22px 16px;
      margin-top: 60px;
      line-height: 1.8;
    }
    footer a { color: #aaa; text-decoration: none; margin: 0 6px; }
    footer a:hover { text-decoration: underline; }

    @media (max-width: 520px) {
      h1 { font-size: 22px; }
      h2 { font-size: 18px; }
      .press-box { flex-direction: column; }
      .award-grid-inner { grid-template-columns: repeat(2, 1fr); }
      .gma-logo-text { font-size: 42px; }
    }

        .byline-avatar {
          width: 34px;
          height: 34px;
          border-radius: 50%;
          background: linear-gradient(135deg, #b8860b, #daa520);
          flex-shrink: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 15px;
          font-weight: 700;
          color: #fff;
          overflow: hidden;
        }
    
        .byline-avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 50%;
          display: block;
        }

                .deals-banner {
                  background: #e8001e;
                  color: #fff;
                  font-family: 'Open Sans', sans-serif;
                  font-size: 13px;
                  font-weight: 700;
                  letter-spacing: 2px;
                  text-transform: uppercase;
                  text-align: center;
                  padding: 14px 20px;
                  width: 100%;
                }