      /* Nav */
      
      
      
      .lock .w { font-size: 20px; letter-spacing: -.4px; }
      .lock .p { font-family: var(--font-display); font-size: 22px; }
      
      
      
      
      
      

      /* Mega menu */
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      .mega-foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--hp-hairline); display: flex; gap: 24px; }
      .mega-foot a { font-weight: 700; font-size: 14px; color: var(--hp-blue); text-decoration: none; }
      
      .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none;
        cursor: pointer; font-family: var(--font-sans); font-weight: 700; letter-spacing: .2px; }
      .btn-primary { background: var(--hp-coral); color: #fff; }
      
      
      .login { font-size: 13px; padding: 8px 18px; border-radius: var(--r-pill); }
      .trial-sm { font-size: 13px; padding: 9px 18px; border-radius: var(--r-sm); }

      /* Hero */
      .hero { background: #fff; padding: 28px 0 80px; }
      .hero .grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); gap: 65px; align-items: center; padding-block: 40px; }
      .hero-media, .art { min-width: 0; }
      .hero h1 { margin: 0; font-weight: 600; font-size: var(--fs-hero); line-height: var(--lh-hero); letter-spacing: 1px; color: var(--hp-ink); }
      .hero .lead { margin: 20px 0 0; font-size: 18px; line-height: 28.8px; max-width: 500px; }
      .hero .lead b { color: var(--hp-ink); font-weight: 700; }
      .hero .btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
      .btn-lg { font-size: 15px; padding: 15.5px 32.5px; border-radius: var(--r-md); }
      .btn-pill { border-radius: var(--r-pill); }
      .art { border-radius: 24px; background: var(--hp-sand); position: relative; overflow: hidden; }
      .hero-media { display: flex; flex-direction: column; gap: 14px; }
      .hero-toggle { position: relative; align-self: center; display: inline-flex; padding: 4px;
        background: var(--hp-sand); border-radius: var(--r-pill); box-shadow: var(--ring-hairline); }
      .hero-toggle .ht-opt { position: relative; z-index: 1; border: none; background: transparent; cursor: pointer;
        font-family: var(--font-sans); font-weight: 700; font-size: 14px; letter-spacing: .2px;
        padding: 9px 22px; border-radius: var(--r-pill); color: var(--hp-body); transition: color .2s var(--ease-out); }
      .hero-toggle .ht-opt.is-active { color: #fff; }
      .hero-toggle .ht-thumb { position: absolute; z-index: 0; top: 4px; left: 4px; bottom: 4px; width: 96px;
        background: var(--hp-blue); border-radius: var(--r-pill); box-shadow: 0px 4px 12px 0px rgba(57, 104, 255, 0.28);
        transition: transform .28s var(--ease-out), width .28s var(--ease-out); }
      .art .dot { position: absolute; border-radius: 50%; }
      .art .shot1 { position: absolute; left: 42px; top: 150px; width: 267px; height: 180px; border-radius: 20px;
        background: center/cover no-repeat url("../assets/images/hero-screenshot.webp"); box-shadow: 0 10px 30px rgba(28,52,107,.18); }
      .art .shot2 { position: absolute; right: 40px; top: 97px; width: 200px; height: 143px; border-radius: 10px;
        background: center/cover no-repeat url("../assets/images/hero-dashboard.webp"); box-shadow: inset 0 0 0 5px var(--hp-body); }
      .trust-row { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 17px; color: var(--hp-body); }
      .face { width: 40px; height: 40px; border-radius: 50%; position: relative; flex-shrink: 0; }
      .face::before, .face::after { content: ""; position: absolute; background: #1a1a1a; border-radius: 50%; }
      .face::before { width: 4px; height: 4px; top: 15px; left: 12px; box-shadow: 16px 0 0 #1a1a1a; }
      .face::after { width: 12px; height: 6px; border-radius: 0 0 12px 12px; bottom: 11px; left: 14px; }

      /* generic section heads */
      .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 18px;
        letter-spacing: 2px; text-transform: uppercase; }
      .eyebrow .rule { width: 24px; height: 2px; border-radius: 2px; }
      .h2 { font-weight: 600; font-size: var(--fs-h2); line-height: var(--lh-h2); letter-spacing: -1px; color: var(--hp-ink); margin: 0; }
      .h2-soft { font-weight: 600; font-size: var(--fs-hero); line-height: var(--lh-hero); letter-spacing: 1px; margin: 0; }

      /* Trust strip */
      .strip { background: var(--hp-blue); padding: 37px 0 48px; }
      .strip .card { background: #fff; border-radius: 18px; box-shadow: var(--shadow-card); max-width: 820px; margin: 0 auto;
        padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
      .stars { display: flex; align-items: center; gap: 8px; }
      .star { color: var(--hp-yellow-bright); font-size: 26px; }
      .rating { font-weight: 700; font-size: 13px; letter-spacing: .3px; color: var(--hp-body); }
      .logo-txt { font-weight: 700; font-size: 13px; letter-spacing: 1px; color: var(--hp-sand-ink); }
      .hipaa { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; color: var(--hp-body); }
      .hipaa .d { width: 20px; height: auto; }

      /* Who it's for */
      .who { background: var(--hp-blue); padding: 48px 0 96px; }
      .who h2 { color: #fff; }
      .who .lead { color: #fff; font-size: 18px; line-height: 28.8px; max-width: 620px; margin: 13px 0 0; }
      .persona-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
      .persona { background: #fff; border-radius: 22px; box-shadow: var(--ring-hairline); overflow: hidden;
        display: flex; flex-direction: column; min-height: 302px; }
      .persona .well { height: 133px; display: flex; align-items: center; justify-content: center; }
      .persona .body { padding: 20px 24px 28px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
      .persona h3 { margin: 0; font-weight: 600; font-size: 17px; line-height: 27px; color: var(--hp-ink); }
      .persona p { margin: 0; font-size: 14px; line-height: 22.4px; color: var(--hp-body); flex: 1; }
      .persona a { font-weight: 700; font-size: 13px; color: var(--hp-blue); }
      .blob { width: 64px; height: 64px; border-radius: 40% 60% 55% 45%; }
      .well img { height: 104px; width: auto; display: block; }
      .well .pair { display: flex; align-items: flex-end; gap: 2px; }
      .well .pair img { height: 92px; width: auto; }
      .stars-img { height: 30px; width: auto; display: block; }
      .spot-face { width: 44px; height: 44px; object-fit: contain; display: block; }
      .bug { height: 30px; width: auto; margin-right: 10px; align-self: center; transform: translateY(-4px); }

      /* Features */
      .features { background: #fff; padding: 56px 0; text-align: center; }
      .features .lead { font-size: 18px; line-height: 28.8px; max-width: 620px; margin: 13px auto 0; }
      .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 22px; text-align: left; }
      .fcard { border-radius: 24px; padding: 26px; display: flex; flex-direction: column; }
      .fcard h3 { margin: 0 0 7px; font-weight: 600; font-size: 20px; line-height: 32px; color: var(--hp-ink); }
      .fcard p { margin: 0 0 12px; font-size: 14px; line-height: 22.4px; color: var(--hp-body); }
      .fcard a { margin-top: auto; }
      .fcard a { font-weight: 700; font-size: 13px; color: var(--hp-blue); }
      .feature-player { max-width: 600px; margin: 28px auto 0; }
      .fp-stage { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 24px; overflow: hidden; background: transparent; box-shadow: var(--shadow-card); }
      .fp-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s var(--ease-out); pointer-events: none; }
      .fp-vid.is-active { opacity: 1; pointer-events: auto; }
      .fp-dots { display: flex; justify-content: center; gap: 0; margin-top: 8px; } /* 24px hit areas hold 12px dots: same visual spacing as before */
      .fp-dot { width: 24px; height: 24px; border-radius: 999px; border: none; background: transparent; cursor: pointer; padding: 0; position: relative; }
      .fp-dot::before { content: ""; position: absolute; inset: 6px; border-radius: 999px; background: rgba(63,63,66,.22); transition: background .2s, transform .2s; }
      .fp-dot.is-active::before { background: var(--hp-coral); transform: scale(1.15); }
      .gif .pill { display: inline-flex; padding: 6px 13px; border-radius: var(--r-pill); background: var(--hp-cyan);
        color: var(--hp-blue-link); font-weight: 700; font-size: var(--fs-micro); box-shadow: var(--shadow-pill); }
      .gif .cap { font-weight: 700; font-size: 12.5px; color: var(--hp-muted); }

      /* Anchor story */
      .anchor { background: var(--hp-sand); padding: 96px 0; }
      .anchor .panel { background: var(--hp-blue); border-radius: 32px; padding: 56px;
        display: grid; grid-template-columns: 1fr 1.4fr; gap: 50px; align-items: center; }
      .video { aspect-ratio: 1; border-radius: 24px; background: rgba(255,255,255,.12); box-shadow: var(--ring-onblue);
        position: relative; }
      .video .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 68px; height: 68px;
        border-radius: 50%; background: var(--hp-coral); box-shadow: var(--shadow-coral-lg); display: flex; align-items: center; justify-content: center; }
      .video .play::after { content: ""; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 4px; }
      .video .cap { position: absolute; left: 0; bottom: 16px; width: 100%; text-align: center; font-weight: 700; font-size: 12.5px; color: var(--hp-on-blue-85); }
      .mark { font-family: var(--font-display); font-size: 64px; line-height: 54px; color: var(--hp-yellow); }
      .quote { margin: 0; font-size: 26px; line-height: 36.4px; letter-spacing: -.3px; color: #fff; max-width: 454px; }
      .byline { display: flex; gap: 14px; align-items: center; margin-top: 20px; }
      .av { width: 48px; height: 48px; border-radius: 50%; background: var(--hp-lime); color: var(--hp-teal-ink);
        font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; }
      .byline .n { color: #fff; font-weight: 700; font-size: 15px; }
      .byline .r { color: var(--hp-on-blue-70); font-size: 13px; }
      .anchor .link { display: inline-block; margin-top: 18px; color: var(--hp-yellow); font-weight: 700; font-size: 13px; }

      /* Pricing */
      .pricing { background: #fff; padding: 96px 0 110px; text-align: center; }
      .pricing .lead { font-size: 18px; line-height: 28.8px; max-width: 620px; margin: 13px auto 0; }
      .plist { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
      .plist li { font-size: 13.5px; line-height: 18px; padding-left: 24px; position: relative; color: var(--hp-body); }
      .plist li::before { content: "\2713"; position: absolute; left: 0; color: var(--hp-coral); font-weight: 700; }
      .plist.on-blue li { color: var(--hp-on-blue-85); }
      .plist.on-blue li::before { color: var(--hp-yellow); }
      .compare { color: var(--hp-blue); font-weight: 700; font-size: 14px; }

      /* FAQ */
      .faq { background: var(--hp-sand); padding: 96px 0 112px; text-align: center; }
      .faq-list { max-width: 816px; margin: 28px auto 0; text-align: left; }
      
      
      
      
      
      
      

      /* Final CTA */
      .final { padding: 0 0 96px; }
      .final .panel { max-width: var(--container-max); margin: 0 auto; border-radius: 36px; background: var(--hp-blue);
        padding: 80px 32px 110px; text-align: center; }
      .final h2 { margin: 0; font-weight: 600; font-size: var(--fs-cta-title); line-height: var(--lh-cta-title); letter-spacing: -1px; color: #fff; }
      .final .sub { margin: 14px auto 0; max-width: 540px; font-size: 17px; line-height: 27.2px; color: var(--hp-on-blue-85); }
      .final .btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 30px 0 14px; }
      .final .fine { font-size: 17px; color: var(--hp-on-blue-60); }

      /* Footer */
      footer { background: var(--hp-ink); padding: 64px 0 24px; }
      
      
      
      
      
      
      

      /* ---- Responsive: hamburger nav + stacking grids ---- */
      
      
      
      
      
      

      @media (max-width: 900px) {
        
        
        
        
        
        
        
        
        
        
        

        .hero .grid { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-block: 24px; }
        .persona-grid { grid-template-columns: 1fr 1fr; }
        .feature-grid { grid-template-columns: 1fr; }
        .anchor .panel { grid-template-columns: 1fr; gap: 36px; padding: 36px; }
        
        .final .panel { padding: 56px 24px 72px; }
      
}

      @media (max-width: 600px) {
        .persona-grid { grid-template-columns: 1fr; }
        .fcols { grid-template-columns: 1fr; }
        .trust-row { flex-wrap: wrap; font-size: 18px; }
        .strip .card { flex-direction: column; align-items: flex-start; }
      
}
