:root {
  --ink: #070b19;
  --ink-soft: #10162a;
  --paper: #f8f9fc;
  --violet: #7146f5;
  --violet-deep: #5431d3;
  --lavender: #eeeaff;
  --muted: #667087;
  --line: #e3e6f0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
.page-shell { width: 100%; overflow: hidden; background: var(--paper); }
.container { max-width: 1280px; }

.funding-bar { position: absolute; z-index: 11; top: 0; left: 0; width: 100%; background: linear-gradient(90deg, #4e2cc7, #7048ed 54%, #4e2cc7); color: #fff; }
.funding-bar-inner { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 36px; font-size: 11px; font-weight: 800; letter-spacing: .12px; }
.funding-bar i { margin-right: 6px; color: #e1d9ff; }
.funding-bar-separator { color: rgba(255, 255, 255, .62); }

.site-header { position: absolute; z-index: 10; top: 36px; left: 0; width: 100%; padding: 17px 0; }
.navbar { min-height: 45px; }
.navbar-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.8px; }
.navbar-brand:hover { color: #fff; }
.brand-mark { display: grid; place-items: center; width: 27px; height: 27px; color: var(--violet); font-size: 29px; line-height: 1; }
.navbar-nav { gap: 8px; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, .91); padding: 10px 14px; font-size: 14px; font-weight: 700; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #a88cff; }
.dropdown-menu { --bs-dropdown-link-active-bg: #f0ecff; border: 1px solid #e6e8f0; border-radius: 10px; padding: 8px; box-shadow: 0 12px 30px rgba(12, 18, 43, .15); font-size: 13px; }
.dropdown-item { border-radius: 6px; padding: 8px 10px; }
.header-actions { display: flex; align-items: center; gap: 25px; }
.login-link { color: #fff; font-size: 14px; font-weight: 700; }
.login-link:hover { color: #a88cff; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 7px; padding: 16px 24px; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--violet); color: #fff; box-shadow: 0 9px 17px rgba(83, 47, 213, .24); }
.button-primary:hover { background: #7950f7; color: #fff; }
.button-small { padding: 12px 18px; font-size: 13px; }
.button-outline { border-color: #a18aff; color: #5d3bdd; background: transparent; }
.button-outline:hover { border-color: #5d3bdd; color: #4d2acb; }
.button-outline-light { border-color: rgba(170, 148, 255, .9); color: #fff; background: transparent; }
.button-outline-light:hover { background: rgba(116, 75, 246, .2); color: #fff; }
.button-white { background: #fff; color: var(--violet-deep); }
.button-white:hover { background: #f3f0ff; color: var(--violet-deep); }

.hero-section { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; background: #000107; color: #fff; }
.hero-photo { position: absolute; z-index: 0; inset: 0; background: #000107 url("assets/hero-ultrasound.png") right bottom / auto 86% no-repeat; }
.hero-content { position: relative; z-index: 1; padding-top: 101px; padding-bottom: 42px; }
.hero-copy { width: 51%; max-width: 630px; }
.eyebrow { margin: 0 0 10px; color: var(--violet-deep); font-size: 11px; font-weight: 800; letter-spacing: .35px; text-transform: uppercase; }
.eyebrow-dark { color: #d4c7ff; }
.hero-copy .eyebrow { display: inline-block; margin-bottom: 20px; padding: 6px 12px; border: 1px solid rgba(133, 103, 255, .55); border-radius: 20px; color: #fff; font-size: 11px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(52px, 4.6vw, 72px); font-weight: 700; line-height: 1.06; letter-spacing: -3.3px; }
h1 span { color: #9569ff; }
.hero-lede { max-width: 560px; margin-bottom: 29px; color: rgba(255, 255, 255, .9); font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.watch-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 700; }
.watch-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid #8b62ff; border-radius: 50%; color: #fff; font-size: 12px; }
.trusted-lockup { margin-top: 58px; }
.trusted-lockup > p { margin-bottom: 16px; color: rgba(255, 255, 255, .67); font-size: 11px; font-weight: 800; letter-spacing: .48px; text-transform: uppercase; }
.trust-list { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 30px); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.08; white-space: nowrap; }
.trust-list span { opacity: .9; }
.trust-list i { font-size: 14px; }

.feature-section { padding: 68px 0 52px; background: #fff; }
.section-heading { margin-bottom: 26px; }
.center-heading { text-align: center; }
h2 { margin-bottom: 17px; font-size: clamp(34px, 3.2vw, 46px); font-weight: 700; letter-spacing: -2px; line-height: 1.08; }
.heading-rule { display: inline-block; width: 42px; height: 2px; background: var(--violet); }
.feature-card { height: 100%; min-height: 220px; padding: 25px 25px 23px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 8px 21px rgba(36, 45, 92, .06); }
.icon-tile { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 19px; border-radius: 9px; background: var(--lavender); color: var(--violet); font-size: 25px; }
.feature-card h3 { margin-bottom: 10px; font-size: 18px; font-weight: 800; letter-spacing: -.8px; }
.feature-card p { margin: 0; color: #505b73; font-size: 14px; line-height: 1.65; }

.workflow-section { padding: 64px 0 56px; background: #eef3ff; }
.workflow-layout { --bs-gutter-x: 48px; }
.workflow-intro > p:not(.eyebrow) { max-width: 285px; margin-bottom: 22px; color: #52607b; font-size: 14px; line-height: 1.68; }
.workflow-intro h2 { font-size: 33px; }
.workflow-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 0; padding: 0; list-style: none; text-align: center; }
.workflow-list::before { content: ""; position: absolute; z-index: 0; top: 48px; right: 10%; left: 10%; border-top: 1px dashed #a690ff; }
.workflow-list li { position: relative; z-index: 1; padding: 0 8px; }
.workflow-number { display: grid; place-items: center; width: 21px; height: 21px; margin: 0 auto -4px; border-radius: 50%; background: var(--violet); color: #fff; font-size: 10px; font-weight: 800; }
.workflow-icon { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 15px; border-radius: 11px; background: #fff; color: var(--violet); font-size: 28px; box-shadow: 0 5px 10px rgba(51, 64, 118, .04); }
.workflow-list h3 { margin-bottom: 9px; font-size: 15px; font-weight: 800; letter-spacing: -.55px; }
.workflow-list p { margin: 0; color: #5a6680; font-size: 13px; line-height: 1.62; }

@media (min-width: 992px) {
  .workflow-intro { flex: 0 0 29%; max-width: 29%; }
  .workflow-layout > .col-lg-9 { flex: 0 0 71%; max-width: 71%; }
}

.solutions-section { padding: 68px 0 62px; background: var(--ink); color: #fff; }
.solution-intro h2 { font-size: 38px; letter-spacing: -1.8px; }
.solution-intro > p:not(.eyebrow) { margin-bottom: 24px; color: #c0c7d8; font-size: 14px; line-height: 1.72; }
.solution-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.solution-card { min-height: 297px; overflow: hidden; border: 1px solid #303951; border-radius: 9px; background: #0d1427; }
.solution-card > img { width: 100%; height: 126px; object-fit: cover; opacity: .81; }
.solution-card-body { padding: 13px 15px 19px; }
.solution-icon { display: grid; place-items: center; width: 30px; height: 30px; margin-top: -29px; margin-bottom: 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; background: rgba(11, 19, 40, .78); color: #fff; font-size: 16px; }
.solution-card h3 { margin-bottom: 9px; font-size: 16px; font-weight: 800; letter-spacing: -.5px; }
.solution-card p { margin: 0; color: #c4cad8; font-size: 13px; line-height: 1.58; }

.impact-section { padding: 62px 0 54px; background: #fff; }
.impact-intro > p:not(.eyebrow) { max-width: 280px; color: #56627a; font-size: 14px; line-height: 1.68; }
.impact-intro h2 { font-size: 38px; }
.metric-card { height: 100%; min-height: 220px; padding: 25px 20px; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 7px 18px rgba(36, 45, 92, .05); }
.metric-card > i { display: block; margin-bottom: 9px; color: var(--violet); font-size: 28px; }
.metric-card strong { display: block; margin-bottom: 3px; color: var(--violet); font-size: 34px; font-weight: 700; letter-spacing: -1.6px; }
.metric-card h3 { margin-bottom: 9px; font-size: 13px; font-weight: 800; }
.metric-card p { margin: 0; color: #536078; font-size: 13px; line-height: 1.62; }

.testimonial-section { position: relative; min-height: 235px; overflow: hidden; background: #070d22; color: #fff; }
.testimonial-content { position: relative; z-index: 2; padding-top: 35px; padding-bottom: 26px; }
blockquote { width: 46%; margin: 0; padding-left: 4px; }
.quote-mark { float: left; margin-right: 8px; color: var(--violet); font-family: Georgia, serif; font-size: 42px; font-weight: bold; line-height: .7; }
blockquote p { margin-bottom: 15px; font-size: 18px; font-weight: 600; line-height: 1.55; }
blockquote footer { color: #b8c1d5; font-size: 12px; line-height: 1.7; }
blockquote footer strong { color: #fff; font-size: 13px; }
blockquote footer b { color: #fff; font-size: 11px; }
.probe-image { position: absolute; z-index: 1; top: 0; right: 9%; width: 48%; height: 100%; background: url("assets/probe-testimonial.png") center right / cover no-repeat; }
.testimonial-dots { position: absolute; bottom: 17px; left: 50%; display: flex; gap: 7px; }
.testimonial-dots span { width: 6px; height: 6px; border-radius: 50%; background: #7e83a0; }
.testimonial-dots .active { background: #c0afff; }

.cta-section { padding: 38px 0; background: #6341e7; color: #fff; }
.cta-section h2 { margin-bottom: 9px; font-size: 37px; }
.cta-section p { margin: 0; font-size: 14px; line-height: 1.58; }
.cta-actions { display: flex; gap: 15px; }
.cta-actions .button { min-width: 170px; }

.site-footer { padding: 58px 0 20px; background: #080d1f; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(4, 1fr); gap: 35px; padding-bottom: 30px; }
.footer-brand p { max-width: 205px; margin: 14px 0 16px; color: #a7afc3; font-size: 13px; line-height: 1.6; }
.social-links { display: flex; gap: 13px; }
.social-links a { color: #aeb6c9; font-size: 16px; }
.footer-grid h3 { margin: 5px 0 15px; color: #fff; font-size: 14px; font-weight: 800; }
.footer-grid > div:not(.footer-brand) a { display: block; width: fit-content; margin-bottom: 10px; color: #adb6c8; font-size: 13px; }
.footer-grid a:hover { color: #a78bff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255, 255, 255, .11); color: #8f99af; font-size: 11px; }
.footer-bottom span:last-child { display: flex; gap: 23px; }

.demo-modal { border: 0; border-radius: 15px; overflow: hidden; }
.demo-modal .modal-header { align-items: start; padding: 25px 27px 5px; border: 0; }
.demo-modal .modal-header h2 { margin-bottom: 0; font-size: 26px; }
.demo-modal .modal-body { padding: 12px 27px 21px; }
.demo-modal .modal-body > p { color: #58647d; font-size: 13px; }
.demo-modal .form-label { margin-bottom: 5px; font-size: 11px; font-weight: 800; }
.demo-modal .form-control { min-height: 42px; border-color: #dde1ee; font-size: 13px; }
.demo-modal .form-control:focus { border-color: #9d83fb; box-shadow: 0 0 0 .18rem rgba(113,70,245,.15); }
.demo-modal .modal-footer { padding: 15px 27px 25px; border: 0; }
.form-success { margin: 10px 0 0; color: #177a47; font-size: 12px; font-weight: 700; }

@media (max-width: 991.98px) {
  .funding-bar { position: relative; }
  .site-header { position: relative; top: auto; background: #070c1b; }
  .navbar-collapse { padding: 12px 0 5px; }
  .navbar-nav { gap: 0; }
  .header-actions { margin: 10px 12px; }
  .hero-section { min-height: 660px; }
  .hero-photo { opacity: .65; background-position: 66% bottom; }
  .hero-copy { width: 67%; }
  .workflow-intro { margin-bottom: 34px; }
  .solution-intro { margin-bottom: 28px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 767.98px) {
  body { font-size: 13px; }
  .funding-bar-inner { min-height: 42px; gap: 7px; padding: 5px 14px; font-size: 10px; line-height: 1.25; text-align: center; }
  .hero-section { min-height: 685px; align-items: start; }
  .hero-photo { background: linear-gradient(90deg, rgba(4, 9, 23, .95), rgba(4, 9, 23, .62)), url("assets/hero-ultrasound.png") 68% center / cover no-repeat; }
  .hero-content { padding-top: 82px; }
  .hero-copy { width: 100%; }
  h1 { font-size: 45px; letter-spacing: -2.2px; }
  .hero-lede { font-size: 14px; }
  .trust-list { flex-wrap: wrap; gap: 13px 19px; white-space: normal; }
  .feature-section, .workflow-section, .solutions-section, .impact-section { padding-top: 40px; padding-bottom: 36px; }
  .workflow-list { grid-template-columns: repeat(2, 1fr); gap: 23px 4px; }
  .workflow-list::before { display: none; }
  .solution-cards { grid-template-columns: repeat(2, 1fr); }
  .solution-card { min-height: 242px; }
  .solution-card > img { height: 100px; }
  .impact-intro { margin-bottom: 8px; }
  .testimonial-section { min-height: 290px; }
  blockquote { width: 100%; padding-right: 0; }
  .probe-image { opacity: .23; right: -5%; width: 75%; }
  .cta-section h2 { font-size: 26px; }
  .cta-actions { margin-top: 20px; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 27px 20px; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom span:last-child { gap: 13px; flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .solution-cards { grid-template-columns: 1fr; }
  .solution-card { display: grid; grid-template-columns: 42% 58%; min-height: 140px; }
  .solution-card > img { height: 100%; }
  .solution-icon { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
