@charset "UTF-8";
/* Tokens */
/* Base */
.lp {
  font-family: 'Roboto',system-ui,sans-serif;
  color: #111827;
  background: #fff; }

.muted {
  color: #6B7280; }

/* Nav */
/* Hero */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: self-start;
  padding: 110px 8% 20px;
  background: #F7F8FA;
  overflow: hidden; }

.hero__copy {
  z-index: 9; }

.hero__copy h1 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -1px; }

.hero__cta {
  display: flex;
  gap: 12px;
  margin: 38px 0 10px;
  flex-wrap: wrap; }

.trust {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 14px 0 0; }

.trust li {
  font-size: 12.5px;
  color: #6B7280;
  padding: 8px 12px;
  border: 1px solid #E5E7EB;
  border-radius: 999px;
  background: #fff; }

.card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.06);
  padding: 18px; }

.glass {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px); }

.hero__demo {
  position: relative;
  z-index: 9; }

.demo__top {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  align-items: center; }

.pill {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06); }

.pill--live {
  background: rgba(10, 57, 224, 0.08);
  border-color: rgba(10, 57, 224, 0.2);
  color: #0A39E0; }

.pill--live .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #05DA86;
  margin-right: 6px; }

/* Wave (dynamic) */
.wave {
  display: grid;
  grid-template-columns: repeat(48, 1fr);
  gap: 2px;
  height: 120px;
  padding: 8px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #fff, #fbfbfb);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  align-items: center; }

.wave span {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 218, 134, 0.85), rgba(5, 218, 134, 0.25));
  border-radius: 6px;
  transition: height .12s ease; }

.demo__script {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-height: 65px; }

.who {
  font-weight: 800; }

.who--dr {
  color: #0A39E0; }

.line {
  flex: 1;
  min-height: 24px; }

/* HUD */
.hud {
  position: relative;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end; }

.hud__chip {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px; }

/* Metrics */
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 40px 8%;
  background: #fff; }

.metric {
  background: #fff;
  border: 1px solid #b8c5f3;
  box-shadow: 0 0 15px 0 #b7c4f17d;
  border-radius: 24px;
  padding: 18px;
  text-align: center; }

.metric h3 {
  font-size: 32px;
  margin: 0; }

.metric p {
  margin: 6px 0 0; }

/* Flow */
.section__head {
  max-width: 820px;
  margin: 0 auto 18px;
  text-align: center;
  padding: 0 8%; }

.section__head h2 {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 6px; }

.flow {
  padding: 70px 0;
  background: #F7F8FA; }

.flow__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 8%; }

.step {
  transition: transform .15s, box-shadow .15s;
  border: 1px solid rgba(17, 24, 39, 0.06); }

.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.08); }

.step__num {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #05DA86, #22faa5);
  color: #073b27;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px; }

.miniwave {
  display: flex;
  gap: 4px;
  margin-top: 8px; }

.miniwave span {
  width: 4px;
  height: 10px;
  background: #05DA86;
  border-radius: 2px;
  animation: miniw 1s ease-in-out infinite alternate; }

.miniwave span:nth-child(2) {
  animation-delay: 0.2s; }

.miniwave span:nth-child(3) {
  animation-delay: 0.4s; }

.miniwave span:nth-child(4) {
  animation-delay: 0.6s; }

@keyframes miniw {
  from {
    height: 8px; }
  to {
    height: 18px; } }
.chips {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0; }

.chips li {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #E5E7EB; }

.logos {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0; }

.logos img {
  height: 22px;
  opacity: 0.8; }

/* Integrations strip */
.strip {
  padding: 20px 8%;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  background: #fff; }

.strip p {
  margin: 0;
  color: #6B7280; }

.strip__logos {
  display: flex;
  gap: 22px;
  flex-wrap: wrap; }

.strip__logos img {
  height: 22px;
  opacity: 0.6; }

/* Security */
.security {
  padding: 70px 0;
  background: #fff; }

.sec__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 8%; }

.sec {
  padding: 18px; }

.sec h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800; }

/* Stories */
.stories {
  padding: 70px 0;
  background: #F7F8FA; }

.carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 8%; }

.quote blockquote {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5; }

.quote figcaption {
  color: #6B7280;
  font-size: 14px; }

/* CTA */
.cta {
  text-align: center;
  padding: 100px 8%;
  background: linear-gradient(180deg, #F7F8FA 0%, #fff 100%); }

.cta__row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap; }

/* Hero background blobs */
.hero__bg .orb {
  position: absolute;
  filter: blur(40px);
  opacity: 0.35; }

.orb--g {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, #05DA86 0%, transparent 70%); }

.orb--b {
  width: 460px;
  height: 460px;
  bottom: -140px;
  right: -100px;
  background: radial-gradient(circle, #0A39E0 0%, transparent 70%); }

/* Responsive */
@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: left; }

  .metrics {
    grid-template-columns: 1fr 1fr; }

  .flow__grid {
    grid-template-columns: 1fr 1fr; }

  .sec__grid {
    grid-template-columns: 1fr 1fr; }

  .carousel {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) {
  .hero__copy .muted {
    text-align: center; }
  .hero__copy h1 {
    text-align: center;
    font-size: 2.2em; }
  .hero__copy .trust {
    gap: 2px;
    justify-content: center; }
    .hero__copy .trust li {
      font-size: 11px; }
  .hero__copy .hero__cta {
    justify-content: center; }

  .nav__links {
    display: none; }

  .nav__links__placeholder {
    display: flex; }

  .hero {
    padding: 90px 6%; }

  .metrics {
    grid-template-columns: 1fr; }

  .flow__grid, .sec__grid, .carousel {
    grid-template-columns: 1fr;
    padding: 0 6%; }

  .section__head {
    padding: 0 6%; } }
/* EKG line (GPU-friendly, کم‌مصرف) */
.ekg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  opacity: .25;
  pointer-events: none; }

.ekg svg {
  width: 100%;
  height: 46px; }

.ekg__line {
  fill: none;
  stroke: #0A39E0;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
  stroke-dashoffset: 0;
  animation: ekg-move 3.6s linear infinite; }

@keyframes ekg-move {
  to {
    stroke-dashoffset: -180; } }
/* Vitals HUD */
.vitals {
  /*position: absolute;
  top: 14px;
  right: 14px;*/
  padding: 10px 12px; }

.vitals.mini {
  width: 130px;
  flex-shrink: 0; }

.vitals__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px; }

.vitals__row:last-child {
  margin-bottom: 0; }

.vitals__label {
  font-size: 12px;
  color: #6B7280;
  font-weight: 700;
  letter-spacing: .3px; }

.vitals__value {
  font-size: 13px;
  font-weight: 800;
  color: #111827; }

.med-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding: 0;
  list-style: none; }

.med-badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #111827;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 999px;
  padding: 8px 12px; }

.med-badges svg, .med-badges img {
  display: block; }

.specialties {
  padding: 20px 8% 0; }

.specialties ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.specialties li {
  font-size: 12.5px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #F7F8FA;
  border: 1px dashed #E5E7EB;
  color: #111827; }

.soap {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06); }

.soap.mini div {
  font-size: 12.5px;
  color: #111827;
  margin-bottom: 6px; }

.soap.mini div:last-child {
  margin-bottom: 0; }

.soap strong {
  font-weight: 800; }

/* Vitals dynamic pulse */
.vitals--pulse {
  animation: vitalsPulse .6s ease; }

@keyframes vitalsPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(10, 57, 224, 0.15); }
  100% {
    box-shadow: 0 0 0 12px rgba(10, 57, 224, 0); } }
/* highlight for the row that just appeared */
.vitals__row--new {
  position: relative;
  background: linear-gradient(90deg, rgba(5, 218, 134, 0.14), rgba(5, 218, 134, 0));
  border-radius: 8px; }

/* highlight for the row that just appeared */
.vitals__row--patient .vitals__label, .vitals__row--patient .vitals__value {
  color: red; }

.demo__script--cont {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em; }
  .demo__script--cont .demo__script {
    flex: 1 1 auto;
    text-align: justify;
    padding-right: 1em;
    letter-spacing: -1px; }
  @media (max-width: 700px) {
    .demo__script--cont {
      flex-wrap: wrap; }
      .demo__script--cont .vitals.mini {
        width: calc(100% - 2em);
        margin: 1em; } }

/*# sourceMappingURL=landing.css.map */
