:root {
      --text: #1E2D3D;
      --text-muted: #4A5A6E;
      --bg-top: #E4F3FA;
      --bg-bottom: #D2EAF5;
      --bg-soft: rgba(255, 255, 255, 0.35);
      --bg-card: #FFFFFF;
      --cta: #19AF42;
      --cta-hover: #159C3A;
      --accent: #387FF5;
      --border: #C8DFED;
      --star: #F5A623;
      --footer-bg: #111111;
      --footer-text: #A8B0B8;
      --radius: 10px;
      --shadow-card: 0 2px 14px rgba(30, 70, 100, 0.09);
    }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
      background-attachment: fixed;
      min-height: 100vh;
      color: var(--text);
      font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; }
    .wrap { max-width: 680px; margin: 0 auto; padding: 0 20px; }

    .topbar {
      background: var(--cta);
      border-bottom: none;
      padding: 12px 0;
    }
    .topbar .wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }
    .brand { font-weight: 700; font-size: 17px; color: #fff; letter-spacing: -0.2px; }
    .topbar .rating {
      font-size: 11px;
      color: rgba(255, 255, 255, 0.92);
      display: flex;
      align-items: center;
      gap: 4px;
      flex-shrink: 0;
      text-align: right;
    }
    .topbar .rating .stars-fill { color: var(--star); }

    .hero { padding: 32px 0 12px; text-align: center; }
    .eyebrow {
      display: inline-block;
      background: rgba(56, 127, 245, 0.1);
      color: var(--accent);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 999px;
      margin-bottom: 14px;
      border: 1px solid rgba(56, 127, 245, 0.18);
    }
    h1 {
      font-size: clamp(26px, 4.5vw, 34px);
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 14px;
      letter-spacing: -0.4px;
    }
    .subhead {
      font-size: 17px;
      line-height: 1.55;
      color: var(--text-muted);
      margin: 0 auto 26px;
      font-weight: 500;
      max-width: 34em;
    }

    .video-wrap {
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(24, 39, 60, 0.14);
      margin-bottom: 0;
      background: #000;
    }

    .video-alert-bar {
      background: #fff;
      border: 1px solid #B8D4E8;
      border-left: 4px solid var(--cta);
      border-radius: var(--radius);
      color: var(--text);
      font-size: 13px;
      line-height: 1.45;
      text-align: center;
      padding: 13px 18px;
      margin: 16px 0 14px;
      box-shadow: 0 3px 16px rgba(30, 70, 100, 0.14);
    }
    .video-alert-bar strong { color: var(--cta); font-weight: 700; }

    .as-seen-strip {
      background: #fff;
      border: 1px solid #B8D4E8;
      border-radius: var(--radius);
      padding: 20px 16px 18px;
      margin: 0 0 28px;
      text-align: center;
      box-shadow: 0 3px 16px rgba(30, 70, 100, 0.14);
    }
    .as-seen-heading {
      color: var(--text);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin: 0 0 18px;
    }
    .as-seen-logos {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px 8px;
      align-items: center;
    }
    .logo-cell {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
      padding: 2px 0;
    }
    img.logo-mark {
      display: block;
      height: 22px;
      max-width: 100%;
      width: auto;
      object-fit: contain;
    }
    /* Balance wide wordmarks on desktop */
    .logo-cell:nth-child(1) img.logo-mark { height: 23px; }
    .logo-cell:nth-child(2) img.logo-mark { height: 21px; }
    .logo-cell:nth-child(3) img.logo-mark { height: 16px; }
    .logo-cell:nth-child(4) img.logo-mark { height: 17px; }
    .logo-cell:nth-child(5) img.logo-mark { height: 20px; }
    span.logo-mark {
      color: var(--text);
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.01em;
      line-height: 1.15;
      text-align: center;
    }

    .cta { text-align: center; margin: 4px 0 10px; }
    .cta a, .cta-float > a {
      display: inline-block;
      width: 100%;
      max-width: 520px;
      background: var(--cta);
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      text-decoration: none;
      padding: 18px 24px;
      border-radius: var(--radius);
      box-shadow: 0 4px 14px rgba(25, 175, 66, 0.35);
      transition: background 0.15s ease, transform 0.1s ease;
    }
    .cta a:hover, .cta-float > a:hover { background: var(--cta-hover); }
    .cta a:active { transform: scale(0.99); }
    .cta.secondary a { max-width: 440px; font-size: 16px; padding: 15px 20px; }

    .trust-row {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 20px;
      margin: 12px 0 36px;
      padding: 0;
      font-size: 13px;
      font-weight: 500;
      color: var(--text-muted);
    }
    .trust-row li { display: flex; align-items: center; gap: 6px; }
    .trust-row li::before { content: "\2713"; color: var(--cta); font-weight: 700; }

    section.reviews, section.faq { padding: 40px 0; }
    section.reviews { background: var(--bg-soft); border-top: 1px solid rgba(255, 255, 255, 0.5); }
    h2 {
      font-size: 23px;
      font-weight: 700;
      text-align: center;
      margin: 0 0 24px;
      letter-spacing: -0.25px;
    }

    .review-list { display: flex; flex-direction: column; gap: 16px; }
    .review {
      display: flex;
      gap: 12px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: var(--shadow-card);
    }
    .review img { border-radius: 50%; flex-shrink: 0; object-fit: cover; }
    .review-head { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 4px; }
    .review-head strong { font-size: 14px; }
    .stars { font-size: 13px; letter-spacing: 1px; }
    .stars-fill { color: var(--star); }
    .stars-empty { color: var(--border); }
    .verified {
      font-size: 11px;
      color: var(--cta);
      background: rgba(25, 175, 66, 0.1);
      padding: 2px 8px;
      border-radius: 999px;
      font-weight: 600;
    }
    .review p { margin: 0; font-size: 14px; color: var(--text); line-height: 1.5; }

    .faq-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 4px 18px;
      margin-bottom: 24px;
      box-shadow: var(--shadow-card);
    }
    section.faq details {
      border-bottom: 1px solid var(--border);
      padding: 14px 0;
    }
    section.faq details:last-child { border-bottom: none; }
    section.faq summary {
      cursor: pointer;
      font-weight: 600;
      font-size: 15px;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    section.faq summary::-webkit-details-marker { display: none; }
    section.faq summary::after {
      content: "+";
      font-size: 20px;
      font-weight: 400;
      color: var(--accent);
      margin-left: 12px;
    }
    section.faq details[open] summary::after { content: "\2212"; }
    section.faq p { margin: 10px 0 0; font-size: 14px; color: var(--text-muted); line-height: 1.55; }

    footer { padding: 28px 0 36px; background: var(--footer-bg); border-top: none; }
    footer .wrap { text-align: center; }
    .footer-brand { font-weight: 700; margin-bottom: 10px; color: #fff; }
    .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-bottom: 14px; }
    .footer-links a { font-size: 13px; color: var(--footer-text); text-decoration: underline; text-underline-offset: 3px; }
    .footer-disclaimer { font-size: 11px; color: var(--footer-text); max-width: 560px; margin: 0 auto; line-height: 1.6; opacity: 0.85; }

    @media (max-width: 560px) {
      .as-seen-strip {
        padding: 16px 12px 18px;
        margin: 0 0 22px;
      }
      .as-seen-heading {
        font-size: 11px;
        letter-spacing: 0.04em;
        line-height: 1.4;
        margin: 0 auto 16px;
        padding: 0 4px;
        max-width: 22em;
      }
      /* 2 wide logos on top, 3 below — more room to stay legible */
      .as-seen-logos {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 20px 10px;
        margin: 0 auto;
      }
      .logo-cell {
        min-height: 26px;
        padding: 0 4px;
      }
      .logo-cell:nth-child(1) { grid-column: 1 / 4; }
      .logo-cell:nth-child(2) { grid-column: 4 / 7; }
      .logo-cell:nth-child(3) { grid-column: 1 / 3; }
      .logo-cell:nth-child(4) { grid-column: 3 / 5; }
      .logo-cell:nth-child(5) { grid-column: 5 / 7; }
      img.logo-mark {
        height: 22px;
        max-width: 100%;
      }
      .logo-cell:nth-child(1) img.logo-mark { height: 24px; }
      .logo-cell:nth-child(2) img.logo-mark { height: 22px; }
      .logo-cell:nth-child(3) img.logo-mark { height: 17px; }
      .logo-cell:nth-child(4) img.logo-mark { height: 16px; }
      .logo-cell:nth-child(5) img.logo-mark { height: 19px; }
    }
    @media (max-width: 480px) {
      .hero { padding: 24px 0 8px; }
      .subhead { font-size: 15px; }
      .topbar { padding: 10px 0; }
      .brand { font-size: 16px; }
      .topbar .rating { font-size: 10px; }
      .cta a, .cta-float > a { font-size: 16px; padding: 16px 18px; }
      .video-alert-bar { font-size: 12px; padding: 10px 12px; margin: 14px 0 16px; }
    }
/* zm:cta-float-begin */
    body.has-cta-float {
      padding-bottom: calc(var(--cta-float-offset, 0px) + env(safe-area-inset-bottom, 0px));
    }
    .cta-float {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      padding: 0 0 env(safe-area-inset-bottom, 0px);
      background: transparent;
      box-shadow: none;
      transform: translateY(110%);
      opacity: 0;
      visibility: hidden;
      transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s;
      pointer-events: none;
    }
    .cta-float.is-visible {
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .cta-float > a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      max-width: none;
      margin: 0;
      border-radius: 0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
      transition: background 0.15s ease, box-shadow 0.15s ease;
    }
    .cta-float > a:hover {
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    @media (max-width: 680px) {
      .cta a {
        width: 100%;
        max-width: none;
        border-radius: 0;
      }
      .cta-float > a {
        box-shadow: none;
      }
      .cta-float > a:hover {
        box-shadow: none;
      }
    }
    /* zm:cta-float-end */
