
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', system-ui, sans-serif; color: #111111; -webkit-font-smoothing: antialiased; }
  h1, h2, h3, .font-head { font-family: 'Montserrat', system-ui, sans-serif; }
  a { color: #D12B2B; }
  a:hover { color: #B21F1F; }
  .btn.text-white, a.btn.text-white:hover, a.btn.text-white:visited { color: #fff; }
  .btn.text-brand, a.btn.text-brand:hover, a.btn.text-brand:visited { color: #D12B2B; }
  #nav { transition: box-shadow .2s ease, border-color .2s ease; }
  #nav.scrolled { box-shadow: 0 6px 24px rgba(17,17,17,0.07); border-color: transparent; }
  .js .reveal { opacity: 0; transform: translateY(16px); }
  @media (prefers-reduced-motion: no-preference) { .js .reveal { transition: opacity .5s ease, transform .5s ease; } }
  .reveal.in { opacity: 1; transform: none; }
  .field { transition: border-color .15s ease, box-shadow .15s ease; }
  .field:focus { outline: none; border-color: #D12B2B; box-shadow: 0 0 0 3px rgba(209,43,43,0.12); }
  .btn { transition: background-color .15s ease, color .15s ease, transform .05s ease; }
  .btn:active { transform: translateY(1px); }
  .hero-accent {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: radial-gradient(760px circle at 82% -10%, rgba(209,43,43,0.15), transparent 62%),
                radial-gradient(700px circle at 8% 100%, rgba(209,43,43,0.04), transparent 55%);
  }
  .video-accent {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: radial-gradient(820px circle at 50% 0%, rgba(209,43,43,0.06), transparent 60%);
  }
  .hero-fade-bottom {
    position: absolute; left: 0; right: 0; bottom: 0; height: 220px; z-index: 1; pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 55%, #fff 100%);
  }
  /* trust logo strip (static, no marquee — keeps focus on the form) */
  .trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 26px 34px; }
  .trust-row img { height: 30px; width: auto; max-width: 120px; object-fit: contain; filter: grayscale(1); opacity: .55; }
  /* logo carousel */
  .logo-track-wrap {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
  }
  .logo-track { display: flex; width: max-content; }
  .logo-strip { display: flex; align-items: center; gap: 52px; padding: 0 26px; animation: marquee 28s linear infinite; }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .logo-track-wrap:hover .logo-strip { animation-play-state: paused; }
  @media (prefers-reduced-motion: reduce) { .logo-strip { animation: none; } }
  .logo-item { display: inline-flex; align-items: center; filter: grayscale(1); opacity: .5; transition: filter .25s, opacity .25s; }
  .logo-item:hover { filter: grayscale(0); opacity: 1; }
  .logo-item img { height: 40px; width: auto; max-width: 150px; object-fit: contain; display: block; }
  /* mini logo marquee (inline, under reasons list) */
  .mini-logo-wrap {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  }
  .mini-logo-track { display: flex; width: max-content; }
  .mini-logo-strip { display: flex; align-items: center; gap: 34px; padding: 0 17px; animation: marquee 20s linear infinite; }
  .mini-logo-wrap:hover .mini-logo-strip { animation-play-state: paused; }
  @media (prefers-reduced-motion: reduce) { .mini-logo-strip { animation: none; } }
  .mini-logo-item { display: inline-flex; align-items: center; }
  .mini-logo-item img { height: 40px; width: auto; max-width: 130px; object-fit: contain; display: block; filter: grayscale(1); opacity: .55; mix-blend-mode: multiply; transition: filter .25s, opacity .25s; }
  .mini-logo-item:hover img { filter: grayscale(0); opacity: 1; }
  .reason { display: flex; gap: 12px; align-items: flex-start; }
  .reason .ic { flex: none; width: 34px; height: 34px; border-radius: 10px; background: #FBEAEA; color: #D12B2B; display: flex; align-items: center; justify-content: center; }
  .reason .ic i { width: 17px; height: 17px; }
  details.faq { border-bottom: 1px solid #E8E7E5; }
  details.faq summary { list-style: none; cursor: pointer; }
  details.faq summary::-webkit-details-marker { display: none; }
  details.faq .chev { transition: transform .25s ease; }
  details.faq[open] .chev { transform: rotate(180deg); }
  details.faq .answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
  details.faq[open] .answer { grid-template-rows: 1fr; }
  details.faq .answer > div { overflow: hidden; }
  .video-frame {
    position: relative; width: 100%; padding-top: 56.25%; border-radius: 18px; overflow: hidden;
    background: #111; box-shadow: 0 34px 70px -28px rgba(17,17,17,.40), 0 10px 26px -14px rgba(17,17,17,.22);
  }
  .video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
  /* browser-window product showcase */
  .browser-frame {
    border-radius: 14px; overflow: hidden; background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    box-shadow: 0 40px 80px -28px rgba(17,17,17,.42), 0 12px 30px -16px rgba(17,17,17,.22);
  }
  .browser-bar { height: 42px; display: flex; align-items: center; gap: 12px; padding: 0 14px; background: #F3F2F0; border-bottom: 1px solid #E8E7E5; }
  .browser-dots { display: flex; gap: 7px; flex: none; }
  .browser-dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
  .browser-dots i:nth-child(1){ background:#EC6B5E; } .browser-dots i:nth-child(2){ background:#F5BF4F; } .browser-dots i:nth-child(3){ background:#62C554; }
  .browser-url {
    flex: 1; height: 26px; border-radius: 7px; background: #fff; border: 1px solid #E2E0DC;
    display: flex; align-items: center; gap: 7px; padding: 0 11px; font-size: 12px; color: #888; font-family: 'Inter', sans-serif;
  }
  .browser-url i { width: 12px; height: 12px; color: #1F8A5B; flex: none; }
  .browser-frame img { display: block; width: 100%; }
  .product-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
  .product-tab {
    display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 30px;
    border: 1.5px solid #E8E7E5; background: #fff; cursor: pointer; font-size: 13.5px; font-weight: 600; color: #555;
    transition: border-color .2s, color .2s, background .2s, transform .15s ease, box-shadow .2s ease;
  }
  .product-tab i { width: 16px; height: 16px; transition: transform .3s ease; }
  .product-tab:hover { border-color: rgba(209,43,43,.4); transform: translateY(-2px); box-shadow: 0 8px 18px -10px rgba(17,17,17,.18); }
  .product-tab:active { transform: translateY(0); }
  .product-tab.active { background: #D12B2B; border-color: #D12B2B; color: #fff; box-shadow: 0 10px 24px -10px rgba(209,43,43,.45); }
  .product-tab.active i { transform: scale(1.1); }
  .product-panel { display: none; }
  @keyframes panelfade { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
  .product-panel.active { display: block; }
  .product-panel.active .browser-frame { animation: panelfade .5s cubic-bezier(.2,.7,.3,1); }
  .product-stage { position: relative; max-width: 780px; margin: 0 auto; }
  .product-stage .browser-frame { width: 100%; transition: transform .35s ease, box-shadow .35s ease; }
  .product-stage:hover .browser-frame { transform: translateY(-5px); box-shadow: 0 46px 90px -30px rgba(17,17,17,.48), 0 14px 32px -16px rgba(17,17,17,.26); }
  .product-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 780px; margin: 0 auto; }
  .product-stat {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; border: 1px solid rgba(17,17,17,.07); border-radius: 12px; padding: 10px 16px;
    box-shadow: 0 8px 20px -12px rgba(17,17,17,.18);
  }
  .product-stat .ps-ico { flex: none; width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; }
  .product-stat .ps-ico i { width: 17px; height: 17px; }
  .product-stat b { display: block; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 14.5px; color: #111; line-height: 1.1; }
  .product-stat small { display: block; font-size: 11.5px; color: #777; margin-top: 1px; }
  @media (prefers-reduced-motion: reduce) { .product-panel.active .browser-frame, .product-stage .browser-frame { animation: none !important; transition: none !important; } }
