:root {
  --ink: #1f2937;
  --ink-soft: #566173;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #e3e8ef;
  --teal: #2563eb;
  --teal-dark: #1d4ed8;
  --mint: #eaf2fe;
  --sky: #e6effd;
  --sun: #2f6fed;
  --coral: #1e40af;
  --nav-height: 76px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-height);
  padding: 12px max(24px, calc((100% - 1240px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 780;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--teal);
  border-radius: 6px;
  color: var(--white);
  font-size: 18px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 650;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--teal-dark);
}

.nav .nav-cta {
  padding: 9px 14px;
  border: 1px solid var(--ink);
  border-radius: 6px;
}

.platform-hero {
  padding: 104px 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4fe 0%, #f6f9fe 100%);
  border-bottom: 1px solid var(--line);
}

.platform-hero-grid {
  display: grid;
  align-items: center;
  gap: 76px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
}

.platform-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(52px, 6.8vw, 88px);
  line-height: 0.98;
}

.platform-lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 23px;
  line-height: 1.48;
}

.architecture-map {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, 0.16);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.12);
}

.architecture-root {
  margin: 0 0 8px;
  font-size: 27px;
  font-weight: 800;
}

.architecture-root span {
  display: block;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.architecture-branch {
  display: grid;
  padding: 22px;
  border-left: 4px solid var(--teal);
  background: #eef4fe;
  text-decoration: none;
}

.architecture-branch:hover {
  transform: translateX(4px);
}

.architecture-branch span,
.architecture-branch small {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.architecture-branch strong {
  margin: 3px 0;
  font-size: 24px;
}

.healthcare-branch {
  border-left-color: var(--coral);
  background: #eef4fe;
}

.vertical-intro {
  background: var(--paper);
}

.vertical-grid {
  display: grid;
  margin-top: 54px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
}

.vertical-card {
  min-height: 330px;
  padding: 42px;
}

.vertical-card + .vertical-card {
  border-left: 1px solid var(--line);
}

.vertical-card h2 {
  margin: 18px 0 12px;
  font-size: 36px;
  line-height: 1.12;
}

.vertical-card p:not(.app-kicker) {
  color: var(--ink-soft);
  font-size: 18px;
}

.vertical-card-commerce {
  background: #eef4fe;
}

.vertical-card-healthcare {
  background: #eef4fe;
}

.home-portfolio {
  background: #f2f7fe;
  border-top: 1px solid var(--line);
}

.development-hero {
  background: #eef4fe;
}

.signal-panel {
  display: grid;
  padding: 34px;
  gap: 12px 18px;
  border: 1px solid rgba(17, 24, 39, 0.16);
  background: var(--white);
  grid-template-columns: auto 1fr;
}

.signal-panel span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
}

.signal-panel strong {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.signal-panel strong:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ecommerce-hero {
  background: #eef4fe;
}

.healthcare-hero,
.sahara-hero {
  padding: 96px 24px;
  background: linear-gradient(135deg, #eef4fe 0%, #eef4fe 100%);
  border-bottom: 1px solid var(--line);
}

.healthcare-hero-grid,
.sahara-grid {
  display: grid;
  align-items: center;
  gap: 76px;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
}

.healthcare-hero h1,
.sahara-hero h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 78px);
  line-height: 1;
}

.healthcare-hero p:not(.eyebrow),
.sahara-hero > .content-shell > div > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 19px;
}

.care-workflow {
  display: grid;
  padding: 30px;
  gap: 12px;
  border: 1px solid rgba(17, 24, 39, 0.15);
  background: rgba(255, 255, 255, 0.84);
}

.care-workflow span {
  padding: 20px;
  border-left: 4px solid var(--teal);
  background: #eef4fe;
  font-size: 20px;
  font-weight: 760;
}

.care-workflow span:nth-child(even) {
  border-left-color: var(--coral);
  background: #eef4fe;
}

.epic-boundary {
  padding: 34px;
  border-top: 4px solid var(--coral);
  background: var(--white);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.12);
}

.epic-boundary h2 {
  margin: 10px 0 18px;
  font-size: 36px;
}

.epic-boundary ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.sahara-grid {
  align-items: start;
}

.launch-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(37, 99, 235, 0.3);
  background: var(--mint);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.interest-form {
  display: grid;
  padding: 38px;
  gap: 10px;
  border: 1px solid rgba(17, 24, 39, 0.17);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.12);
}

.interest-form h2 {
  margin: 6px 0;
  font-size: 32px;
}

.interest-form > div > p:not(.app-kicker),
.form-note,
.form-status {
  color: var(--ink-soft);
  font-size: 14px;
}

.interest-form label {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 750;
}

.interest-form input,
.interest-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #b0b8c4;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.interest-form input:focus,
.interest-form textarea:focus {
  outline: 3px solid var(--sun);
  outline-offset: 2px;
}

.interest-form .button {
  margin-top: 14px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 700;
}

.form-note {
  margin: 0;
}

.epic-disclaimer {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #f1f5fc;
  border-top: 1px solid var(--line);
}

.epic-disclaimer p {
  max-width: 900px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.healthcare-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.healthcare-products .content-card:last-child {
  border-right: 0;
}

.healthcare-product-card {
  position: relative;
  background: #f6f9fe;
}

.healthcare-product-card.consumer-card {
  background: #eef4fe;
}

.healthcare-product-card h2 span {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hindi-name {
  margin: 16px 0 0;
  color: var(--coral) !important;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.hero-name {
  margin: 18px 0 8px;
  font-size: 40px;
}

.name-meaning {
  margin: 8px 0 20px;
  color: var(--teal-dark) !important;
  font-size: 14px !important;
  font-weight: 750;
}

.agent-hero {
  background: linear-gradient(135deg, #eef4fe 0%, #eef4fe 52%, #eef4fe 100%);
}

.enterprise-feature-list {
  margin-top: 0;
}

.source-note {
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.source-note a {
  color: var(--teal-dark);
  font-weight: 700;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 116px);
  overflow: hidden;
  background: #eef4fe;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0 120px;
}

.hero-copy::before {
  position: absolute;
  inset: 42px auto 42px -100vw;
  z-index: -1;
  width: calc(100vw + 760px);
  background: rgba(238, 242, 239, 0.93);
  content: "";
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: 78px;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 12px;
  font-size: 32px;
  font-weight: 720;
  line-height: 1.16;
}

.hero-support {
  max-width: 550px;
  margin: 0 0 34px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.nav a:focus-visible,
.closing-links a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

.button-primary {
  background: var(--teal);
  color: var(--white);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--teal-dark);
}

.button img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-screen {
  position: absolute;
  width: 720px;
  border: 1px solid #ccd3de;
  border-radius: 6px;
  box-shadow: 0 24px 65px rgba(17, 24, 39, 0.18);
}

.hero-screen-one {
  top: 9%;
  right: -180px;
  transform: rotate(2deg);
}

.hero-screen-two {
  top: 43%;
  right: 130px;
  transform: rotate(-2deg);
}

.hero-screen-three {
  top: 70%;
  right: -210px;
  transform: rotate(1deg);
}

.outcomes {
  position: relative;
  z-index: 4;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.outcomes-inner {
  display: grid;
  width: min(1240px, calc(100% - 48px));
  min-height: 84px;
  margin: 0 auto;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}

.outcomes p {
  margin: 0;
  padding: 16px 28px;
  border-right: 1px solid var(--line);
  font-weight: 720;
}

.outcomes p:first-child {
  padding-left: 0;
}

.outcomes p:last-child {
  border-right: 0;
}

.outcomes span {
  margin-right: 10px;
  color: var(--coral);
  font-size: 12px;
}

.apps-intro {
  padding: 110px 24px 80px;
  background: var(--paper);
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.section-heading h2,
.closing h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.app {
  padding: 92px 24px;
  border-top: 1px solid var(--line);
}

.app-carryleads {
  background: #eef4fe;
}

.app-munafa {
  background: #eef4fe;
}

.app-dhandha {
  background: #eef4fe;
}

.app-inner {
  display: grid;
  width: min(1240px, 100%);
  margin: 0 auto;
  align-items: center;
  gap: 68px;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.app-inner-reverse .app-copy {
  order: 2;
}

.app-inner-reverse .product-visual {
  order: 1;
}

.app-identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.app-identity > img {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 8px;
}

.app-kicker {
  margin: 0 0 2px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.app-identity h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0;
}

.app-statement {
  max-width: 500px;
  margin: 28px 0 22px;
  font-size: 25px;
  font-weight: 720;
  line-height: 1.28;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 26px;
  border-top: 1px solid rgba(17, 24, 39, 0.16);
  color: var(--ink-soft);
}

.feature-list li:last-child {
  border-bottom: 1px solid rgba(17, 24, 39, 0.16);
}

.feature-list li::before {
  position: absolute;
  top: 23px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--coral);
  border-radius: 50%;
  content: "";
}

.app-actions {
  display: flex;
  margin-top: 28px;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.store-url {
  color: var(--ink-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.product-visual {
  margin: 0;
}

.product-visual > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.14);
}

.product-visual figcaption {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 13px;
}

.screen-toolbar {
  display: flex;
  min-height: 34px;
  padding: 8px 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #f2f7fe;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.screen-toolbar i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
}

.screen-toolbar i:nth-child(2) {
  background: #2563eb;
}

.screen-toolbar i:nth-child(3) {
  background: #4f8ff0;
}

.screen-toolbar span {
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-card-preview,
.agent-card-visual,
.agent-illustration,
.product-tour-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(17, 24, 39, 0.15);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.11);
}

.app-card-preview {
  margin: -8px -8px 26px;
}

.app-card-preview > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
  transition: transform 360ms ease;
}

.app-summary:hover .app-card-preview > img,
.app-summary:focus-within .app-card-preview > img {
  transform: scale(1.025);
}

.agent-card-visual {
  margin: -12px -12px 26px;
  border-radius: 9px;
  box-shadow: none;
}

.agent-card-visual img,
.agent-illustration img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.agent-card-visual img {
  aspect-ratio: 3 / 2;
}

.agent-illustration {
  border-color: rgba(17, 24, 39, 0.2);
  background: #eef4fe;
}

.agent-illustration figcaption {
  padding: 13px 16px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

.hero-illustration {
  transform: rotate(1deg);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.18);
}

.agent-hero-stack {
  display: grid;
  gap: 24px;
}

.product-showcase > .screen-toolbar {
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.14);
}

.product-showcase > img {
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.product-tour-band {
  background: #f2f7fe;
}

.product-tour-grid {
  display: grid;
  margin-top: 42px;
  align-items: start;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-tour-card {
  position: relative;
}

.product-tour-card > img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  transition: object-position 3.8s ease-in-out;
}

.product-tour-card:hover > img,
.product-tour-card:focus-within > img {
  object-position: bottom;
}

.product-tour-card figcaption {
  min-height: 76px;
  padding: 16px 18px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.approach {
  padding: 110px 24px;
  background: var(--ink);
  color: var(--white);
}

.approach-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.section-heading-light .eyebrow {
  color: #7aa8f5;
}

.principles {
  display: grid;
  margin-top: 72px;
  border-top: 1px solid #485162;
  border-bottom: 1px solid #485162;
  grid-template-columns: repeat(3, 1fr);
}

.principles > div {
  min-height: 210px;
  padding: 34px;
  border-right: 1px solid #485162;
}

.principles > div:first-child {
  padding-left: 0;
}

.principles > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.principles span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 780;
}

.principles h3 {
  margin: 40px 0 8px;
  font-size: 24px;
  letter-spacing: 0;
}

.principles p {
  margin: 0;
  color: #cdd3de;
}

.closing {
  padding: 110px 24px;
  text-align: center;
}

.closing h2 {
  max-width: 780px;
  margin: 0 auto;
}

.closing-links {
  display: flex;
  width: min(1040px, 100%);
  margin: 50px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.closing-links a {
  flex: 1 1 0;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  color: var(--teal-dark);
  font-weight: 720;
  text-decoration: none;
}

.closing-links a:last-child {
  border-right: 0;
}

.closing-links a:hover {
  background: var(--mint);
}

.site-footer {
  display: grid;
  padding: 52px max(24px, calc((100% - 1240px) / 2));
  align-items: center;
  gap: 20px;
  background: #e6eaf1;
  border-top: 1px solid var(--line);
  grid-template-columns: auto 1fr auto;
}

.site-footer p {
  margin: 0;
  color: var(--ink-soft);
}

.site-footer > a:not(.brand) {
  color: var(--teal-dark);
  font-weight: 700;
}

.site-footer .copyright {
  grid-column: 1 / -1;
  font-size: 12px;
}

.breadcrumbs {
  display: flex;
  width: min(1240px, calc(100% - 48px));
  min-height: 52px;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: none;
}

.breadcrumbs span[aria-hidden="true"] {
  color: #8b93a0;
}

.page-hero {
  display: grid;
  min-height: 600px;
  padding: 72px max(24px, calc((100% - 1240px) / 2));
  align-items: center;
  gap: 68px;
  background: #eef4fe;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.page-hero > div {
  max-width: 610px;
}

.page-hero h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero > div > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
}

.page-hero > img,
.page-hero > .product-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--white);
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 6px;
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.14);
}

.page-hero-apps {
  background: #eef4fe;
}

.guides-hero {
  background: #eef4fe;
}

.app-detail-hero h2 {
  margin: 34px 0 0;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
}

.app-identity.large > img {
  width: 72px;
  height: 72px;
}

.app-identity.large h1 {
  font-size: 48px;
}

.price-note {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.content-band,
.steps-band,
.related-band,
.home-guides {
  padding: 96px 24px;
}

.content-band {
  background: var(--paper);
}

.steps-band {
  background: #e9f1fd;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.related-band,
.home-guides {
  background: #f2f7fe;
  border-top: 1px solid var(--line);
}

.content-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading.align-left > p:last-child {
  margin-left: 0;
}

.content-grid {
  display: grid;
  margin-top: 54px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.content-grid.three-up {
  grid-template-columns: repeat(3, 1fr);
}

.content-grid.two-up {
  grid-template-columns: repeat(2, 1fr);
}

.content-card {
  min-width: 0;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.content-grid.three-up .content-card:last-child,
.content-grid.two-up .content-card:nth-child(even) {
  border-right: 0;
}

.content-grid.two-up .content-card:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.content-card h2 {
  margin: 12px 0;
  font-size: 25px;
  line-height: 1.24;
  letter-spacing: 0;
}

.app-summary h2 {
  margin: 0;
}

.content-card > p:not(.app-kicker) {
  color: var(--ink-soft);
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--teal-dark);
  font-weight: 750;
  text-underline-offset: 4px;
}

.decision-band {
  padding: 96px 24px;
  background: var(--ink);
  color: var(--white);
}

.decision-band .eyebrow {
  color: #7aa8f5;
}

.split-copy {
  display: grid;
  align-items: start;
  gap: 72px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.split-copy h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.16;
  letter-spacing: 0;
}

.split-copy > p,
.split-copy > div > p:not(.eyebrow) {
  margin: 0;
  color: inherit;
  font-size: 19px;
}

.decision-band .split-copy > div:last-child > p {
  color: #cdd3de;
}

.light-link {
  color: #7aa8f5;
}

.feature-list-large li {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
}

.feature-list-large li::before {
  top: 29px;
}

.steps-grid {
  display: grid;
  margin-top: 54px;
  border-top: 1px solid #bfcbd1;
  border-bottom: 1px solid #bfcbd1;
  grid-template-columns: repeat(3, 1fr);
}

.steps-grid article {
  min-height: 260px;
  padding: 34px;
  border-right: 1px solid #bfcbd1;
}

.steps-grid article:last-child {
  border-right: 0;
}

.steps-grid span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 780;
}

.steps-grid h3 {
  margin: 52px 0 10px;
  font-size: 24px;
  letter-spacing: 0;
}

.steps-grid p {
  margin: 0;
  color: var(--ink-soft);
}

.compact-band {
  border-bottom: 1px solid var(--line);
}

.faq-band {
  background: #f6f9fe;
}

.faq-list {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 24px 52px 24px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 760;
  line-height: 1.35;
}

.faq-list p {
  max-width: 840px;
  margin: -4px 0 24px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.large-copy {
  font-size: 21px !important;
  line-height: 1.6;
}

.guide-link-list {
  display: grid;
  margin: 54px 0 20px;
  border-top: 1px solid var(--line);
}

.guide-link-list a {
  display: grid;
  padding: 19px 0;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  font-weight: 720;
  grid-template-columns: 190px 1fr;
  text-decoration: none;
}

.guide-link-list a:hover {
  color: var(--teal-dark);
}

.guide-link-list span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.guide-article {
  padding: 84px 24px 110px;
}

.article-header,
.article-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.article-header {
  max-width: 900px;
  text-align: center;
}

.article-header h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.article-header > p:not(.eyebrow) {
  margin: 26px auto 16px;
  color: var(--ink-soft);
  font-size: 20px;
}

.article-header > span {
  color: #667085;
  font-size: 13px;
}

.article-layout {
  display: grid;
  margin-top: 72px;
  align-items: start;
  gap: 86px;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.article-body section {
  padding: 0 0 38px;
  border-bottom: 1px solid var(--line);
}

.article-body section + section {
  padding-top: 38px;
}

.article-body h2 {
  margin: 0 0 18px;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: 0;
}

.article-body p,
.article-body li {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
}

.article-body ul {
  margin: 0;
  padding-left: 24px;
}

.guide-direct-answer {
  padding: 30px !important;
  border: 1px solid rgba(0, 122, 114, 0.22) !important;
  border-left: 4px solid var(--teal) !important;
  background: #f2f7fe;
}

.guide-direct-answer .eyebrow {
  margin-bottom: 10px;
}

.guide-direct-answer p:last-child {
  margin-bottom: 0;
  color: var(--ink);
}

.article-figure {
  margin: 38px 0 0;
}

.article-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.article-figure figcaption {
  margin-top: 10px;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.article-example {
  margin-top: 24px;
  padding: 26px;
  border-left: 4px solid var(--coral);
  background: #eef4fe;
}

.article-example h3 {
  margin: 0 0 18px;
  font-size: 22px;
}

.article-example p {
  margin: 0 0 12px;
}

.article-example p:last-child {
  margin-bottom: 0;
}

.article-workflow-map {
  margin: 38px 0 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f6f9fe;
}

.article-workflow-map > div {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.article-workflow-map span {
  position: relative;
  min-height: 116px;
  padding: 20px;
  border-top: 3px solid var(--teal);
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.4;
}

.article-workflow-map small {
  display: block;
  margin-bottom: 20px;
  color: var(--coral);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.article-workflow-map figcaption {
  margin-top: 16px;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

.article-resources a {
  color: var(--teal-dark);
  font-weight: 700;
}

.article-faq .faq-list {
  margin-top: 22px;
}

.article-aside {
  position: sticky;
  top: 108px;
  padding: 28px 0;
  border-top: 3px solid var(--teal);
  border-bottom: 1px solid var(--line);
}

.article-aside > img {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-aside h2 {
  margin: 0;
  font-size: 27px;
  letter-spacing: 0;
}

.article-aside > p:not(.app-kicker) {
  color: var(--ink-soft);
}

.not-found {
  min-height: 65vh;
  padding: 110px 24px;
  text-align: center;
}

.not-found h1 {
  margin: 0;
  font-size: 58px;
  letter-spacing: 0;
}

.not-found .app-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .platform-hero-grid {
    grid-template-columns: 1fr;
  }

  .architecture-map {
    width: min(680px, 100%);
  }

  .healthcare-hero-grid,
  .sahara-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: 760px;
  }

  .hero-copy {
    padding-top: 90px;
  }

  .hero-copy::before {
    width: calc(100vw + 620px);
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-screen {
    width: 620px;
  }

  .hero-screen-one {
    right: -300px;
  }

  .hero-screen-two {
    right: -50px;
  }

  .hero-screen-three {
    right: -330px;
  }

  .app-inner {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .app-inner-reverse .app-copy,
  .app-inner-reverse .product-visual {
    order: initial;
  }

  .app-copy {
    max-width: 720px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer > p:first-of-type {
    grid-column: 1 / -1;
  }

  .page-hero {
    min-height: 0;
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .page-hero > div {
    max-width: 760px;
  }

  .content-grid.three-up {
    grid-template-columns: 1fr;
  }

  .healthcare-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-tour-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-tour-card:last-child {
    grid-column: 1 / -1;
  }

  .healthcare-products .content-card {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .healthcare-products .content-card:nth-child(even) {
    border-right: 0;
  }

  .healthcare-products .content-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .content-grid.three-up .content-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .content-grid.three-up .content-card:last-child {
    border-bottom: 0;
  }

  .article-layout {
    gap: 54px;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
}

@media (max-width: 680px) {
  :root {
    --nav-height: 66px;
  }

  .site-header {
    padding: 10px 18px;
  }

  .nav {
    gap: 12px;
    font-size: 13px;
  }

  .nav a[href="/apps-development/"] {
    display: none;
  }

  .nav .nav-cta {
    display: none;
  }

  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .hero {
    min-height: calc(100svh - 132px);
  }

  .platform-hero {
    padding: 70px 18px;
  }

  .healthcare-hero,
  .sahara-hero {
    padding: 66px 18px;
  }

  .healthcare-hero h1,
  .sahara-hero h1 {
    font-size: 46px;
  }

  .interest-form {
    padding: 26px 20px;
  }

  .platform-hero h1 {
    font-size: 48px;
  }

  .platform-lead {
    font-size: 19px;
  }

  .architecture-map {
    padding: 18px;
  }

  .vertical-grid {
    grid-template-columns: 1fr;
  }

  .healthcare-products {
    grid-template-columns: 1fr;
  }

  .healthcare-products .content-card,
  .healthcare-products .content-card:nth-child(even),
  .healthcare-products .content-card:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .healthcare-products .content-card:last-child {
    border-bottom: 0;
  }

  .vertical-card {
    min-height: 0;
    padding: 32px 24px;
  }

  .vertical-card + .vertical-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-copy {
    width: calc(100% - 36px);
    padding: 64px 0 250px;
  }

  .hero-copy::before {
    inset: 24px -18px auto -18px;
    width: auto;
    height: 405px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 27px;
  }

  .hero-support {
    font-size: 17px;
  }

  .hero-screen {
    width: 430px;
  }

  .hero-screen-one {
    top: auto;
    right: -170px;
    bottom: 175px;
  }

  .hero-screen-two {
    top: auto;
    right: -20px;
    bottom: 25px;
  }

  .hero-screen-three {
    display: none;
  }

  .outcomes-inner {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .outcomes p,
  .outcomes p:first-child {
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .outcomes p:last-child {
    border-bottom: 0;
  }

  .apps-intro,
  .app,
  .approach,
  .closing {
    padding-right: 18px;
    padding-left: 18px;
  }

  .apps-intro {
    padding-top: 78px;
    padding-bottom: 56px;
  }

  .section-heading h2,
  .closing h2 {
    font-size: 36px;
  }

  .app {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .app-identity > img {
    width: 54px;
    height: 54px;
  }

  .app-identity h2 {
    font-size: 30px;
  }

  .app-statement {
    font-size: 22px;
  }

  .app-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-visual > img {
    object-fit: contain;
  }

  .approach {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .principles > div,
  .principles > div:first-child,
  .principles > div:last-child {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid #485162;
  }

  .principles > div:last-child {
    border-bottom: 0;
  }

  .principles h3 {
    margin-top: 20px;
  }

  .closing {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .closing-links {
    flex-direction: column;
  }

  .closing-links a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .closing-links a:last-child {
    border-bottom: 0;
  }

  .site-footer {
    padding: 44px 18px;
    grid-template-columns: 1fr;
  }

  .site-footer > p:first-of-type,
  .site-footer .copyright {
    grid-column: auto;
  }

  .breadcrumbs {
    width: calc(100% - 36px);
    overflow: hidden;
    white-space: nowrap;
  }

  .breadcrumbs span[aria-current="page"] {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .page-hero {
    padding: 54px 18px;
  }

  .page-hero h1,
  .article-header h1 {
    font-size: 40px;
  }

  .app-detail-hero h2 {
    font-size: 32px;
  }

  .app-identity.large h1 {
    font-size: 38px;
  }

  .content-band,
  .steps-band,
  .related-band,
  .home-guides,
  .decision-band {
    padding: 72px 18px;
  }

  .content-grid.two-up,
  .split-copy,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .product-tour-grid {
    grid-template-columns: 1fr;
  }

  .product-tour-card:last-child {
    grid-column: auto;
  }

  .product-tour-card > img {
    height: 310px;
  }

  .hero-illustration {
    transform: none;
  }

  .content-grid.two-up .content-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .content-grid.two-up .content-card:last-child {
    border-bottom: 0;
  }

  .content-card,
  .steps-grid article {
    padding: 28px 0;
  }

  .steps-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #bfcbd1;
  }

  .steps-grid article:last-child {
    border-bottom: 0;
  }

  .steps-grid h3 {
    margin-top: 22px;
  }

  .split-copy {
    gap: 32px;
  }

  .split-copy h2 {
    font-size: 33px;
  }

  .guide-link-list a {
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .guide-article {
    padding: 64px 18px 78px;
  }

  .article-layout {
    margin-top: 54px;
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .article-workflow-map > div {
    grid-template-columns: 1fr;
  }

  .article-workflow-map span {
    min-height: 0;
  }

  .article-aside {
    position: static;
  }

  .article-body h2 {
    font-size: 27px;
  }

  .article-body p,
  .article-body li {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }

  .app-card-preview > img,
  .product-tour-card > img {
    transition: none;
  }

  .app-summary:hover .app-card-preview > img,
  .app-summary:focus-within .app-card-preview > img {
    transform: none;
  }

  .product-tour-card:hover > img,
  .product-tour-card:focus-within > img {
    object-position: top;
  }
}

/* Inline SVG diagram system */
.synodha-figure {
  margin: 0;
}

.synodha-figure .synodha-diagram {
  display: block;
  width: 100%;
  height: auto;
}

.synodha-figure figcaption {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.diagram-band .synodha-figure {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.hero-diagram .synodha-diagram {
  max-width: 940px;
  margin-inline: auto;
}

.article-workflow-map .synodha-diagram {
  overflow: visible;
}

/* Below this width the diagrams would scale text under 5px, so they
   scroll inside their own container instead of shrinking to illegibility. */
@media (max-width: 860px) {
  .article-body {
    min-width: 0;
  }

  .synodha-figure,
  .article-workflow-map {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .synodha-figure .synodha-diagram,
  .article-workflow-map .synodha-diagram {
    min-width: 760px;
  }

  .synodha-figure figcaption,
  .article-workflow-map figcaption {
    position: sticky;
    left: 0;
    max-width: 100vw;
  }
}

@media (max-width: 720px) {
  .diagram-band .synodha-figure {
    padding: 16px;
  }

  .synodha-figure figcaption {
    font-size: 13px;
  }
}
