/* ===========================================================================
   Supplemental, ON-THEME additions (brand color --Themecolor #0081C2).
   Everything else reuses the real theme (style.css). Covers the product-first
   + investor sections the original template did not include.
   =========================================================================== */
html { scroll-behavior: smooth; }

/* Hero CTAs */
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.cq-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; border-radius: 50px;
  font-weight: 600; font-size: 16px; font-family: 'Lexend', sans-serif; text-decoration: none; transition: all .3s ease; cursor: pointer; }
.cq-btn-white { background: #fff; color: #0081c2; }
.cq-btn-white:hover { background: #e9f6ff; color: #006699; }
.cq-btn-ghost { border: 1px solid rgba(255,255,255,.75); color: #fff; }
.cq-btn-ghost:hover { background: rgba(255,255,255,.14); }
.cq-btn-line { border: 1px solid #0081c2; color: #0081c2; }
.cq-btn-line:hover { background: #0081c2; color: #fff; }

/* Stats band (interactive count-up) */
.stats-band { background: #0a2233; color: #fff; padding: 56px 0; }
.stats-band .stat { text-align: center; padding: 12px 0; }
.stats-band .stat .num { font-size: 52px; font-weight: 700; color: #00b5ff; line-height: 1; font-family: 'Lexend', sans-serif; }
.stats-band .stat .lbl { margin-top: 10px; color: rgba(255,255,255,.82); font-size: 15px; }

/* Opportunity / "why now" */
.lead-statement { font-size: clamp(20px, 2.4vw, 26px); line-height: 1.6; color: #1f2733; font-weight: 500; max-width: 30ch; }
.lead-statement strong { color: #0081c2; }
.opp-points { list-style: none; padding: 0; margin: 0; }
.opp-points li { position: relative; padding-left: 30px; margin-bottom: 16px; color: #585858; }
.opp-points li::before { content: "→"; position: absolute; left: 0; top: 0; color: #0081c2; font-weight: 700; }
.opp-points li strong { color: #1f2733; }

/* Products section */
.product-section { padding: 80px 0; }
.product-intro p { font-size: 16px; color: #585858; }
.product-feature { background: linear-gradient(160deg, #0081c2, #006699); color: #fff; border-radius: 20px; padding: 36px; height: 100%; }
.product-feature .tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  background: rgba(255,255,255,.9); color: #0a2233; padding: 6px 13px; border-radius: 50px; margin-bottom: 16px; }
.product-feature h3 { color: #fff; font-size: 24px; margin-bottom: 16px; }
.product-feature ul { padding-left: 18px; margin: 0 0 24px; }
.product-feature li { margin-bottom: 9px; }

/* Section helpers */
.section-pad { padding: 80px 0; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pill { border: 1px solid #d6e6f2; background: #f2f9ff; color: #0081c2; border-radius: 50px; padding: 8px 16px; font-size: 14px; font-weight: 600; }
@media (max-width: 992px) { .product-intro, .lead-statement { margin-bottom: 28px; } }
