/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #102a30;
  --teal: #087d76;
  --mint: #bff2e5;
  --paper: #f4f2ec;
  --line: #d8ded9;
  --lime: #d9f45d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  background: #f8f8f4;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav-shell {
  z-index: 10;
  background: #fbfcf8;
  border-bottom: 1px solid #dfe4df;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 0 4vw;
  display: flex;
  position: relative;
}
.brand {
  letter-spacing: -0.8px;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}
.brand > span:last-child > span {
  color: var(--teal);
}
.brand-mark {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.brand-mark i {
  border: 4px solid var(--teal);
  border-radius: 2px;
  width: 13px;
  height: 24px;
  position: absolute;
  transform: skewY(-30deg);
}
.brand-mark i:first-child {
  top: 1px;
  left: 2px;
}
.brand-mark i:last-child {
  bottom: 0;
  right: 2px;
  transform: skewY(-30deg) rotate(180deg);
}
nav {
  gap: 36px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}
nav a:hover {
  color: var(--teal);
}
.nav-contact {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
}
.nav-contact span,
.button span {
  margin-left: 12px;
}
.hero {
  background: linear-gradient(110deg, #f9faf6 0%, #f1f5ef 100%);
  grid-template-columns: 47% 53%;
  min-height: 700px;
  display: grid;
  overflow: hidden;
}
.hero-copy {
  z-index: 2;
  padding: 90px 3vw 50px 7vw;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.eyebrow > span {
  background: var(--teal);
  width: 22px;
  height: 2px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  letter-spacing: -4.5px;
  margin: 0 0 30px;
  font-size: clamp(50px, 5.3vw, 82px);
  font-weight: 750;
  line-height: 0.95;
}
h1 em,
h2 em {
  color: var(--teal);
  font-family: Georgia, serif;
  font-weight: 400;
}
.hero-copy > p {
  color: #53676a;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
}
.hero-actions {
  align-items: center;
  gap: 34px;
  margin-top: 36px;
  display: flex;
}
.button {
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--teal);
  color: #fff;
}
.text-link {
  border-bottom: 1px solid #9ea9a7;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}
.text-link span {
  margin-left: 10px;
}
.hero-meta {
  gap: 50px;
  margin-top: 62px;
  display: flex;
}
.hero-meta > div {
  align-items: center;
  gap: 12px;
  display: flex;
}
.hero-meta b {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 33px;
  font-weight: 400;
}
.hero-meta span {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #647476;
  font-size: 10px;
  line-height: 1.5;
}
.hero-visual {
  background: radial-gradient(
    circle at 50% 48%,
    #d9eee7 0,
    #e8f1ec 45%,
    #0000 70%
  );
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.orbit {
  border: 1px solid #087d7629;
  border-radius: 50%;
  position: absolute;
}
.orbit-one {
  width: 590px;
  height: 590px;
}
.orbit-two {
  width: 430px;
  height: 430px;
}
.plus {
  color: #087d7614;
  font-size: 190px;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  top: 10%;
  right: 6%;
}
.dashboard {
  background: #fff;
  border-radius: 10px;
  width: min(610px, 88%);
  height: 430px;
  position: relative;
  overflow: hidden;
  transform: perspective(1200px) rotateY(-4deg);
  box-shadow: 0 30px 70px #14413d29;
}
.dash-top {
  border-bottom: 1px solid #edf0ed;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 0 16px;
  font-size: 12px;
  display: flex;
}
.mini-logo {
  background: var(--teal);
  color: #fff;
  border-radius: 6px;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 11px;
  display: grid;
}
.status {
  color: #68a179;
  margin-left: auto;
  font-size: 9px;
}
.dash-body {
  grid-template-columns: 54px 1fr;
  height: calc(100% - 52px);
  display: grid;
}
.dash-body aside {
  color: #9caaa8;
  border-right: 1px solid #edf0ed;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  font-size: 13px;
  display: flex;
}
.dash-body aside span {
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}
.dash-body aside .active {
  color: var(--teal);
  background: #e1f4ee;
  border-radius: 5px;
}
.dash-content {
  padding: 24px;
}
.dash-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.dash-heading small {
  color: #9aabaa;
  font-size: 8px;
}
.dash-heading h3 {
  margin: 4px 0;
  font-size: 18px;
}
.dash-heading button {
  background: var(--teal);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 9px 12px;
  font-size: 8px;
}
.metrics {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
  display: grid;
}
.metrics > div {
  border: 1px solid #e7ece9;
  border-radius: 5px;
  grid-template-columns: 1fr auto;
  padding: 13px;
  display: grid;
}
.metrics small {
  color: #829390;
  grid-column: 1/3;
  font-size: 7px;
}
.metrics b {
  margin-top: 8px;
  font-size: 21px;
}
.metrics span {
  color: #8a9997;
  align-self: end;
  font-size: 7px;
}
.metrics .up {
  color: #45966d;
}
.queue {
  border: 1px solid #e7ece9;
  border-radius: 5px;
}
.queue-title,
.patient {
  border-bottom: 1px solid #edf0ed;
  align-items: center;
  padding: 11px 13px;
  display: flex;
}
.queue-title {
  justify-content: space-between;
  font-size: 8px;
}
.queue-title span {
  color: var(--teal);
}
.patient {
  gap: 10px;
  font-size: 7px;
}
.patient time {
  width: 31px;
}
.patient i {
  width: 24px;
  height: 24px;
  color: var(--teal);
  background: #dcece8;
  border-radius: 50%;
  place-items: center;
  font-style: normal;
  display: grid;
}
.patient b {
  flex: 1;
  font-size: 8px;
}
.patient b small {
  color: #98a7a5;
  margin-top: 3px;
  font-weight: 400;
  display: block;
}
.patient > span {
  color: #899694;
  background: #f3f4f2;
  border-radius: 8px;
  padding: 4px 6px;
}
.patient > span.ready {
  color: #b77920;
  background: #fff0d7;
}
.floating-card {
  color: #fff;
  background: #153c3e;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  bottom: 12%;
  right: 5%;
  box-shadow: 0 16px 30px #0e2f303d;
}
.floating-card > span {
  background: var(--lime);
  color: #28442e;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}
.floating-card b,
.floating-card small {
  display: block;
}
.floating-card b {
  font-size: 10px;
}
.floating-card small {
  color: #b7ccca;
  margin-top: 3px;
  font-size: 7px;
}
.trust-strip {
  background: #fff;
  border-top: 1px solid #e4e7e3;
  border-bottom: 1px solid #e4e7e3;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 105px;
  padding: 24px 6vw;
  display: flex;
}
.trust-strip span {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #788785;
  max-width: 180px;
  font-size: 10px;
  line-height: 1.5;
}
.trust-strip b {
  color: #80918e;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 500;
}
.system {
  background: #f8f8f4;
  padding: 110px 7vw;
}
.section-intro {
  width: 55%;
  display: inline-block;
}
.section-intro h2,
.approach h2,
.company h2,
.cta h2 {
  letter-spacing: -3px;
  margin: 0;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1.04;
}
.section-lead {
  vertical-align: bottom;
  color: #617173;
  width: 36%;
  margin-left: 6%;
  font-size: 15px;
  line-height: 1.7;
  display: inline-block;
}
.module-grid {
  border-top: 1px solid #cfd8d3;
  border-bottom: 1px solid #cfd8d3;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  display: grid;
}
.module-grid article {
  border-right: 1px solid #cfd8d3;
  flex-direction: column;
  min-height: 340px;
  padding: 26px 24px 30px;
  display: flex;
}
.module-grid article:first-child {
  border-left: 1px solid #cfd8d3;
}
.module-grid article > span {
  color: #7b8d8a;
  font-size: 10px;
}
.module-icon {
  color: var(--teal);
  margin: 28px 0 24px;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 200;
}
.icon-02 {
  transform: rotate(45deg);
}
.icon-03 {
  border: 1px solid var(--teal);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 0;
}
.icon-03:after {
  content: "↗";
  place-items: center;
  height: 100%;
  font-size: 28px;
  display: grid;
}
.icon-04 {
  border: 2px solid var(--teal);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  font-size: 0;
  transform: rotate(45deg);
}
.module-grid h3 {
  font-size: 20px;
}
.module-grid p {
  color: #647577;
  font-size: 13px;
  line-height: 1.6;
}
.module-grid a {
  color: var(--teal);
  margin-top: auto;
  font-size: 11px;
  font-weight: 700;
}
.approach {
  color: #fff;
  background: #0e3f41;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding: 105px 7vw;
  display: grid;
}
.eyebrow.light {
  color: #b5d7d2;
}
.eyebrow.light > span {
  background: var(--lime);
}
.approach h2 em {
  color: var(--mint);
}
.approach-copy {
  color: #b4cdca;
  max-width: 470px;
  margin-top: 32px;
  line-height: 1.7;
}
.steps {
  border-top: 1px solid #416668;
}
.step {
  border-bottom: 1px solid #416668;
  grid-template-columns: 70px 1fr;
  padding: 28px 0;
  display: grid;
}
.step > span {
  color: var(--lime);
  font-family: Georgia, serif;
  font-size: 20px;
}
.step h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
.step p {
  color: #a9c0be;
  max-width: 430px;
  font-size: 12px;
  line-height: 1.7;
}
.company {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 7vw;
  padding: 100px 7vw;
  display: grid;
}
.company-card > p {
  color: #657678;
  max-width: 650px;
  margin: 30px 0;
  line-height: 1.75;
}
.location {
  align-items: center;
  gap: 12px;
  display: flex;
}
.location > span {
  width: 42px;
  height: 42px;
  color: var(--teal);
  background: #dff3ed;
  border-radius: 50%;
  place-items: center;
  display: grid;
}
.location small,
.location b {
  display: block;
}
.location small {
  color: #879693;
  margin-bottom: 3px;
  font-size: 9px;
}
.location b {
  font-size: 11px;
}
.quote {
  background: #e3f3ed;
  align-self: end;
  padding: 50px;
}
.quote > span {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: 0.5;
}
.quote p {
  margin: 18px 0 30px;
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.45;
}
.quote b {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 10px;
}
.cta {
  background: var(--teal);
  color: #fff;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: end;
  gap: 8vw;
  padding: 85px 7vw;
  display: grid;
}
.cta p {
  color: #c8e2de;
  font-size: 14px;
  line-height: 1.7;
}
.white {
  color: var(--teal);
  background: #fff;
  margin-top: 15px;
}
footer {
  color: #fff;
  background: #082c2f;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  align-items: end;
  gap: 40px;
  padding: 55px 6vw;
  display: grid;
}
.invert .brand-mark i {
  border-color: #75d6c1;
}
.invert > span:last-child > span {
  color: #75d6c1;
}
footer small {
  color: #789899;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  font-size: 8px;
  display: block;
}
footer div > a,
footer div > span {
  font-size: 12px;
}
footer p {
  color: #789899;
  margin: 0;
  font-size: 9px;
}
@media (width<=950px) {
  .nav-shell nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 70px 7vw;
  }
  .hero-visual {
    min-height: 580px;
  }
  .trust-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .module-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .module-grid article:nth-child(3) {
    border-left: 1px solid #cfd8d3;
  }
  .approach,
  .company,
  .cta {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .section-intro,
  .section-lead {
    width: 100%;
    margin-left: 0;
  }
  .section-lead {
    margin-top: 25px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width<=600px) {
  .nav-shell {
    height: 72px;
  }
  .nav-contact {
    font-size: 0;
  }
  .nav-contact span {
    font-size: 18px;
  }
  .hero-copy {
    padding-top: 55px;
  }
  .hero {
    min-height: auto;
  }
  h1 {
    letter-spacing: -3px;
    font-size: 49px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-meta {
    gap: 20px;
  }
  .hero-visual {
    min-height: 430px;
  }
  .dashboard {
    width: 94%;
    height: 330px;
    transform: none;
  }
  .dash-content {
    padding: 15px;
  }
  .metrics > div:last-child {
    display: none;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .floating-card {
    bottom: 4%;
    right: 2%;
  }
  .trust-strip b {
    font-size: 14px;
  }
  .system,
  .approach,
  .company {
    padding: 75px 6vw;
  }
  .section-intro h2,
  .approach h2,
  .company h2,
  .cta h2 {
    letter-spacing: -2px;
    font-size: 42px;
  }
  .module-grid {
    grid-template-columns: 1fr;
  }
  .module-grid article,
  .module-grid article:nth-child(3) {
    border-left: 1px solid #cfd8d3;
    min-height: 290px;
  }
  .quote {
    padding: 38px 28px;
  }
  .cta {
    padding: 70px 6vw;
  }
  footer {
    grid-template-columns: 1fr;
  }
  .patient:nth-child(4) {
    display: none;
  }
}
.header-contacts {
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  display: flex;
}
.header-contacts span {
  color: #7b8d8a;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 9px;
}
.header-contacts a {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 750;
}
.button {
  cursor: pointer;
  border: 0;
}
.modal-backdrop {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 100;
  background: #041d1fad;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}
.contact-modal {
  width: min(620px, 100%);
  color: var(--ink);
  background: #f8f8f4;
  padding: 52px;
  position: relative;
  box-shadow: 0 30px 80px #00000047;
}
.modal-close {
  color: #557173;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 20px;
}
.contact-modal h2 {
  letter-spacing: -2.5px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5vw, 58px);
}
.contact-modal > p {
  color: #607274;
  max-width: 500px;
  line-height: 1.65;
}
.contact-options {
  border: 1px solid #cfd8d3;
  grid-template-columns: 1fr 1fr;
  margin: 32px 0 20px;
  display: grid;
}
.contact-options > a,
.contact-options > div {
  flex-direction: column;
  min-height: 112px;
  padding: 23px;
  display: flex;
  position: relative;
}
.contact-options > a {
  border-right: 1px solid #cfd8d3;
}
.contact-options small {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #728582;
  margin-bottom: 12px;
  font-size: 9px;
}
.contact-options b {
  font-size: 14px;
}
.contact-options > a > span {
  color: var(--teal);
  position: absolute;
  top: 18px;
  right: 18px;
}
.contact-options > div > span {
  color: #82918f;
  margin-top: 6px;
  font-size: 10px;
}
.contact-modal .modal-note {
  margin: 0;
  font-size: 10px;
}
.medicine-hero {
  background: linear-gradient(120deg, #f9faf6, #e9f2ed);
  grid-template-columns: 1.05fr 0.95fr;
  gap: 9vw;
  padding: 110px 7vw 95px;
  display: grid;
}
.medicine-hero h1 {
  margin: 0;
}
.medicine-intro > p {
  color: #52696a;
  font-size: 18px;
  line-height: 1.65;
}
.medicine-intro > p + p {
  font-size: 14px;
}
.medicine-intro .button {
  margin-top: 22px;
}
.medicine-principles {
  background: #fff;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 7vw;
  display: grid;
}
.medicine-principles article {
  border-left: 1px solid #dce2dd;
  padding: 44px 35px;
}
.medicine-principles article:last-child {
  border-right: 1px solid #dce2dd;
}
.medicine-principles span {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 22px;
}
.medicine-principles h3 {
  margin-top: 28px;
}
.medicine-principles p {
  color: #687a7b;
  font-size: 12px;
  line-height: 1.7;
}
.medicine-modules {
  padding: 110px 7vw;
}
.module-details {
  border-top: 1px solid #cfd8d3;
  margin-top: 65px;
}
.module-details > article {
  border-bottom: 1px solid #cfd8d3;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  padding: 55px 0;
  scroll-margin-top: 30px;
  display: grid;
}
.module-heading {
  grid-template-columns: 55px 1fr;
  display: grid;
}
.module-heading > span {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 18px;
}
.module-heading h2 {
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  font-size: 36px;
}
.module-heading p {
  color: #687a7b;
  font-size: 13px;
  line-height: 1.6;
}
.module-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module-details li {
  border-bottom: 1px solid #e1e6e2;
  padding: 14px 0 14px 28px;
  font-size: 13px;
  line-height: 1.55;
  position: relative;
}
.module-details li:before {
  content: "✓";
  color: var(--teal);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.documents {
  color: #fff;
  background: #0e3f41;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  padding: 100px 7vw;
  display: grid;
}
.documents h2 {
  letter-spacing: -3px;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1;
}
.documents > div > p {
  color: #b4cdca;
  line-height: 1.7;
}
.document-list {
  border-top: 1px solid #416668;
}
.document-list a {
  border-bottom: 1px solid #416668;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 26px 0;
  display: grid;
}
.document-list span {
  color: var(--lime);
  font-size: 9px;
}
.document-list b {
  font-size: 14px;
}
.document-list i {
  color: var(--mint);
  font-style: normal;
}
@media (width<=950px) {
  .medicine-hero,
  .documents,
  .medicine-principles {
    grid-template-columns: 1fr;
  }
  .medicine-principles article {
    border-bottom: 1px solid #dce2dd;
    border-right: 1px solid #dce2dd;
  }
  .module-details > article {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (width<=600px) {
  .header-contacts span {
    display: none;
  }
  .header-contacts a {
    font-size: 11px;
  }
  .medicine-hero {
    padding: 75px 6vw;
  }
  .medicine-intro {
    padding-top: 0;
  }
  .medicine-principles {
    padding: 0 6vw;
  }
  .medicine-modules,
  .documents {
    padding: 75px 6vw;
  }
  .module-heading {
    grid-template-columns: 40px 1fr;
  }
  .contact-modal {
    padding: 42px 24px 28px;
  }
  .contact-options {
    grid-template-columns: 1fr;
  }
  .contact-options > a {
    border-bottom: 1px solid #cfd8d3;
    border-right: 0;
  }
}
.nav-shell {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 20;
  background: #fbfcf8f5;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 28px;
  height: auto;
  min-height: 84px;
  display: grid;
  position: sticky;
  top: 0;
}
.main-nav {
  white-space: nowrap;
  align-items: stretch;
  gap: 4px;
  font-size: 13px;
  font-weight: 650;
  display: flex;
}
.main-nav a {
  color: #536668;
  padding: 33px 16px 31px;
  transition:
    color 0.2s,
    background 0.2s;
  position: relative;
}
.main-nav a:hover {
  color: var(--teal);
  background: #f0f6f2;
}
.main-nav a.active {
  color: var(--ink);
  font-weight: 800;
}
.main-nav a.active:after {
  content: "";
  background: var(--teal);
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 16px;
  right: 16px;
}
@media (width<=950px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px 5vw 0;
  }
  .nav-shell .main-nav {
    scrollbar-width: none;
    border-top: 1px solid #e3e8e4;
    order: 3;
    grid-column: 1/-1;
    justify-content: center;
    width: auto;
    margin: 0 -5vw;
    padding: 0 5vw;
    display: flex;
    overflow-x: auto;
  }
  .main-nav::-webkit-scrollbar {
    display: none;
  }
  .main-nav a {
    padding: 14px 13px 13px;
  }
  .main-nav a.active:after {
    left: 12px;
    right: 12px;
  }
}
@media (width<=600px) {
  .nav-shell {
    height: auto;
    min-height: 0;
  }
  .brand {
    font-size: 18px;
  }
  .brand-mark {
    transform: scale(0.9);
  }
}
.module-grid .module-icon {
  width: 72px;
  height: 72px;
  color: var(--teal);
  background: #e2f3ed;
  border-radius: 18px;
  place-items: center;
  margin: 24px 0 22px;
  display: grid;
  position: relative;
  overflow: visible;
  transform: none;
}
.module-grid .module-icon:before {
  content: "";
  border: 1px solid #087d7624;
  border-radius: 13px;
  position: absolute;
  inset: 7px;
}
.module-grid .module-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  z-index: 1;
  width: 52px;
  height: 52px;
  position: relative;
}
.module-grid .module-icon .icon-accent {
  fill: var(--lime);
  stroke: var(--ink);
}
.module-grid .module-icon .icon-accent-line {
  stroke: var(--ink);
}
.module-grid .module-icon-doctor {
  background: #e8efe9;
}
.module-grid .module-icon-stats {
  background: #edf2dc;
}
.module-grid .module-icon-lab {
  background: #dff1f0;
}
.module-grid article:hover .module-icon {
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px #087d761f;
}
.module-grid .module-icon {
  background: 0 0;
  border-radius: 0;
  width: 92px;
  height: 92px;
  margin: 22px auto 20px;
  overflow: visible;
}
.module-grid .module-icon:before {
  display: none;
}
.module-grid .module-icon svg {
  width: 76px;
  height: 76px;
}
.module-grid article:hover .module-icon {
  box-shadow: none;
  transition: none;
  transform: none;
}
.system-cta {
  justify-content: center;
  padding-top: 42px;
  display: flex;
}
.system {
  padding-bottom: 58px;
}
.module-grid article {
  min-height: 300px;
  padding-bottom: 18px;
}
@media (width<=600px) {
  .system {
    padding-bottom: 48px;
  }
  .module-grid article,
  .module-grid article:nth-child(3) {
    min-height: 260px;
    padding-bottom: 16px;
  }
  .system-cta {
    padding-top: 22px;
  }
}
.header-contact-button {
  border: 1px solid var(--teal);
  color: var(--teal);
  font: inherit;
  cursor: pointer;
  white-space: nowrap;
  background: 0 0;
  justify-self: end;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 750;
  transition:
    background 0.2s,
    color 0.2s;
}
.header-contact-button:hover {
  background: var(--teal);
  color: #fff;
}
.header-contact-button span {
  margin-left: 10px;
}
@media (width<=600px) {
  .header-contact-button {
    padding: 10px 12px;
    font-size: 11px;
  }
  .header-contact-button span {
    display: none;
  }
}
.contact-options .copy-email {
  appearance: none;
  text-align: left;
  color: inherit;
  cursor: pointer;
  min-height: 112px;
  font: inherit;
  background: 0 0;
  border: 0;
  border-right: 1px solid #cfd8d3;
  flex-direction: column;
  padding: 23px;
  display: flex;
  position: relative;
}
.contact-options .copy-email > span {
  color: var(--teal);
  opacity: 0;
  font-size: 18px;
  transition:
    opacity 0.18s,
    transform 0.18s;
  position: absolute;
  top: 18px;
  right: 18px;
  transform: translateY(3px);
}
.contact-options .copy-email:hover {
  background: #edf5f1;
}
.contact-options .copy-email:hover > span,
.contact-options .copy-email:focus-visible > span {
  opacity: 1;
  transform: none;
}
.contact-options .copy-email:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: -2px;
}
@media (width<=600px) {
  .contact-options .copy-email {
    border-bottom: 1px solid #cfd8d3;
    border-right: 0;
  }
  .contact-options .copy-email > span {
    opacity: 1;
  }
}
.hero-copy {
  padding-top: 76px;
  padding-bottom: 64px;
}
.hero-actions {
  margin-top: 30px;
}
.trust-strip {
  min-height: 88px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.system {
  padding-top: 88px;
  padding-bottom: 48px;
}
.system .eyebrow {
  margin-bottom: 22px;
}
.module-grid {
  margin-top: 52px;
}
.module-grid article {
  min-height: 280px;
  padding: 22px 24px 16px;
}
.module-grid .module-icon {
  margin-top: 14px;
  margin-bottom: 14px;
}
.module-grid h3 {
  margin-bottom: 10px;
}
.module-grid p {
  margin-bottom: 0;
}
.system-cta {
  padding-top: 24px;
}
.approach {
  padding-top: 88px;
  padding-bottom: 88px;
}
.approach-copy {
  margin-top: 26px;
  margin-bottom: 0;
}
.step {
  padding: 24px 0;
}
.step:last-child {
  padding-bottom: 24px;
}
.company {
  padding-top: 88px;
  padding-bottom: 88px;
}
.company-card > p {
  margin: 26px 0;
}
.cta {
  padding-top: 68px;
  padding-bottom: 68px;
}
.cta p {
  margin-bottom: 14px;
}
footer {
  padding-top: 44px;
  padding-bottom: 44px;
}
.medicine-hero {
  padding-top: 88px;
  padding-bottom: 80px;
}
.medicine-intro {
  padding-top: 28px;
}
.medicine-principles article {
  padding: 36px 32px;
}
.medicine-principles h3 {
  margin-top: 22px;
  margin-bottom: 10px;
}
.medicine-principles p {
  margin-bottom: 0;
}
.medicine-modules {
  padding-top: 88px;
  padding-bottom: 88px;
}
.module-details {
  margin-top: 52px;
}
.module-details > article {
  padding: 44px 0;
}
.documents {
  padding-top: 82px;
  padding-bottom: 82px;
}
.document-list a {
  padding: 22px 0;
}
@media (width<=950px) {
  .approach,
  .company,
  .cta {
    gap: 44px;
  }
  .medicine-hero,
  .documents {
    gap: 54px;
  }
}
@media (width<=600px) {
  .hero-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .hero-actions {
    margin-top: 26px;
  }
  .trust-strip {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .system,
  .approach,
  .company,
  .medicine-modules,
  .documents {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .system {
    padding-bottom: 42px;
  }
  .module-grid {
    margin-top: 38px;
  }
  .module-grid article,
  .module-grid article:nth-child(3) {
    min-height: 0;
    padding: 20px 20px 24px;
  }
  .module-grid .module-icon {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .system-cta {
    padding-top: 20px;
  }
  .cta {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .medicine-hero {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .medicine-principles article {
    padding: 30px 24px;
  }
  .module-details {
    margin-top: 38px;
  }
  .module-details > article {
    padding: 36px 0;
  }
  .contact-modal {
    padding-top: 38px;
  }
  .contact-options {
    margin-top: 24px;
  }
  .module-grid article,
  .module-grid article:nth-child(3) {
    border-bottom: 1px solid #cfd8d3;
  }
  .module-grid article:last-child {
    border-bottom: 0;
  }
}
.web-service-preview {
  background: #e7f1ed;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
  padding: 82px 7vw;
  display: grid;
}
.web-preview-copy h2,
.website-scope h2,
.website-formats h2 {
  letter-spacing: -3px;
  margin: 0;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1.04;
}
.web-preview-copy h2 em {
  color: var(--teal);
  font-family: Georgia, serif;
  font-weight: 400;
}
.web-preview-copy > p {
  color: #607274;
  max-width: 600px;
  margin: 26px 0;
  line-height: 1.7;
}
.web-preview-visual {
  place-items: center;
  min-height: 380px;
  display: grid;
  position: relative;
}
.browser-card {
  background: #fff;
  border-radius: 10px;
  width: min(540px, 100%);
  overflow: hidden;
  transform: rotate(2deg);
  box-shadow: 0 28px 65px #10413d29;
}
.browser-bar {
  background: #f4f5f2;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 14px;
  display: flex;
}
.browser-bar i {
  background: #c7cfcb;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.browser-bar span {
  color: #8b9996;
  margin-left: 12px;
  font-size: 8px;
}
.browser-body {
  background: linear-gradient(120deg, #f7faf7 60%, #d7ece5);
  flex-direction: column;
  align-items: flex-start;
  min-height: 285px;
  padding: 45px;
  display: flex;
}
.browser-body small {
  letter-spacing: 1.5px;
  color: var(--teal);
  font-size: 8px;
}
.browser-body b {
  letter-spacing: -1.5px;
  margin: 18px 0;
  font-size: 32px;
  line-height: 1.05;
}
.browser-body > span {
  background: var(--teal);
  color: #fff;
  padding: 12px 15px;
  font-size: 9px;
}
.browser-stats {
  gap: 8px;
  width: 100%;
  margin-top: auto;
  display: flex;
}
.browser-stats i {
  background: #c4ddd6;
  flex: 1;
  height: 5px;
}
.websites-hero {
  background: linear-gradient(120deg, #f9faf6, #e3f1eb);
  grid-template-columns: 1.1fr 0.9fr;
  gap: 9vw;
  padding: 88px 7vw 80px;
  display: grid;
}
.websites-hero-copy {
  padding-top: 26px;
}
.websites-hero-copy p {
  color: #52696a;
  font-size: 17px;
  line-height: 1.7;
}
.websites-hero-copy p + p {
  font-size: 14px;
}
.websites-hero-copy .button {
  margin-top: 18px;
}
.website-benefits {
  background: #fff;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 7vw;
  display: grid;
}
.website-benefits article {
  border-left: 1px solid #dce2dd;
  padding: 38px 34px;
}
.website-benefits article:last-child {
  border-right: 1px solid #dce2dd;
}
.website-benefits span {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 22px;
}
.website-benefits h3 {
  margin: 22px 0 10px;
}
.website-benefits p {
  color: #687a7b;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}
.website-scope {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  padding: 88px 7vw;
  display: grid;
}
.website-scope > div > p {
  color: #687a7b;
  margin: 26px 0 0;
  line-height: 1.7;
}
.website-scope ol {
  border-top: 1px solid #cfd8d3;
  margin: 0;
  padding: 0;
  list-style: none;
}
.website-scope li {
  border-bottom: 1px solid #cfd8d3;
  padding: 18px 0;
  font-size: 14px;
}
.website-scope li span {
  width: 50px;
  color: var(--teal);
  font-family: Georgia, serif;
  display: inline-block;
}
.website-formats {
  color: #fff;
  background: #0e3f41;
  padding: 82px 7vw;
}
.website-formats > div:last-child {
  border-top: 1px solid #416668;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
  display: grid;
}
.website-formats article {
  border-right: 1px solid #416668;
  padding: 30px 30px 0 0;
}
.website-formats article + article {
  padding-left: 30px;
}
.website-formats article:last-child {
  border-right: 0;
}
.website-formats b {
  font-size: 18px;
}
.website-formats p {
  color: #abc3c0;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.7;
}
@media (width>=951px) and (width<=1100px) {
  .main-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-shell {
    grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
    gap: 14px;
  }
}
@media (width<=950px) {
  .web-service-preview,
  .websites-hero,
  .website-scope {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .web-preview-visual {
    min-height: 330px;
  }
  .website-benefits {
    grid-template-columns: 1fr;
  }
  .website-benefits article {
    border-bottom: 1px solid #dce2dd;
    border-right: 1px solid #dce2dd;
  }
  .website-formats > div:last-child {
    grid-template-columns: 1fr;
  }
  .website-formats article,
  .website-formats article + article {
    border-bottom: 1px solid #416668;
    border-right: 0;
    padding: 24px 0;
  }
}
@media (width<=600px) {
  .web-service-preview,
  .websites-hero,
  .website-scope,
  .website-formats {
    padding: 64px 6vw;
  }
  .web-preview-visual {
    min-height: 260px;
  }
  .browser-body {
    min-height: 230px;
    padding: 30px;
  }
  .browser-body b {
    font-size: 25px;
  }
  .website-benefits {
    padding: 0 6vw;
  }
  .website-benefits article {
    padding: 30px 24px;
  }
  .website-formats > div:last-child {
    margin-top: 34px;
  }
}
.trust-strip > span {
  flex-direction: column;
  gap: 5px;
  display: flex;
}
.trust-strip > span strong {
  letter-spacing: 0;
  text-transform: none;
  color: var(--teal);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
.modal-backdrop {
  z-index: 1000;
}
.phone-number {
  color: var(--ink);
  width: max-content;
  font-size: 14px;
  font-weight: 700;
}
.phone-number:hover {
  color: var(--teal);
}
.messenger-links {
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 10px;
  display: flex;
}
.messenger-links a {
  color: var(--teal);
  border-bottom: 1px solid #087d7659;
  padding-bottom: 2px;
  font-size: 10px;
  font-weight: 700;
}
.messenger-links a:hover {
  border-bottom-color: var(--teal);
}
html {
  background: #f8f8f4;
}
body {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
@media (width>=1601px) {
  .nav-shell {
    padding-left: calc(50vw - 736px);
    padding-right: calc(50vw - 736px);
  }
  .hero {
    grid-template-columns: 752px 848px;
    justify-content: center;
  }
  .hero-copy {
    padding-left: 112px;
    padding-right: 48px;
  }
  .trust-strip,
  footer {
    padding-left: calc(50vw - 704px);
    padding-right: calc(50vw - 704px);
  }
  .system,
  .approach,
  .company,
  .cta,
  .medicine-hero,
  .medicine-modules,
  .documents,
  .web-service-preview,
  .websites-hero,
  .website-scope,
  .website-formats,
  .medicine-principles,
  .website-benefits {
    padding-left: calc(50vw - 688px);
    padding-right: calc(50vw - 688px);
  }
}
