
:root {
  --navy: #0c356e;
  --navy-dark: #07264f;
  --teal: #13b8b3;
  --teal-dark: #07989a;
  --bg: #f6fbfd;
  --text: #1d2b43;
  --muted: #607089;
  --white: #ffffff;
  --line: rgba(12, 53, 110, 0.10);
  --shadow: 0 22px 48px rgba(8, 38, 79, 0.10);
  --shadow-soft: 0 14px 34px rgba(8, 38, 79, 0.07);
  --radius: 26px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.narrow { max-width: 900px; }
.section { padding: 82px 0; }
.section-alt { background: linear-gradient(180deg, rgba(19,184,179,0.06), rgba(12,53,110,0.045)); }
.centered { text-align: center; max-width: 780px; margin: 0 auto 38px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { flex: 0 0 auto; max-width: 300px; }
.brand-logo { width: min(300px, 100%); height: auto; }
.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  font-weight: 700;
  color: var(--navy);
}
.header-nav a {
  padding: 10px 14px;
  border-radius: 999px;
}
.header-nav a:hover { background: rgba(19,184,179,0.10); color: var(--teal-dark); }

.hero {
  position: relative;
  padding: 66px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(19,184,179,0.15), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px -10%;
  height: 210px;
  background: linear-gradient(135deg, rgba(19,184,179,0.18), rgba(12,53,110,0.10));
  border-radius: 50% 50% 0 0;
  z-index: 0;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(19,184,179,0.12);
  color: var(--teal-dark);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .02em;
}
h1, h2, h3 { color: var(--navy-dark); line-height: 1.08; }
.hero h1 {
  margin: 0 0 20px;
  font-size: clamp(2.55rem, 4.5vw, 4.9rem);
  letter-spacing: -0.04em;
}
.lead {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 1.15rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}
.center-actions { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  box-shadow: 0 16px 30px rgba(7,152,154,.22);
}
.btn-secondary {
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.check-list,
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.check-list li,
.feature-list li {
  position: relative;
  padding-left: 32px;
}
.check-list li::before,
.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
}
.check-list.compact { color: var(--navy-dark); font-weight: 700; }
.hero-media img,
.image-card img {
  width: 100%;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.intro-section {
  background: #fff;
  text-align: center;
}
.intro-section h2,
.section-heading h2,
.text-block h2,
.cta-box h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  letter-spacing: -0.035em;
}
.intro-section p:not(.eyebrow),
.section-heading p,
.text-block p,
.cta-box p {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
}

.systems-section {
  background: #f4f8fb;
}
.systems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}
.system-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(12,53,110,.10);
  border-radius: 20px;
  padding: 34px 34px 32px;
  box-shadow: 0 22px 42px rgba(8, 38, 79, 0.07);
  display: flex;
  flex-direction: column;
}
.system-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: var(--navy);
}
.system-card-pharmacy::before {
  background: linear-gradient(90deg, var(--teal), var(--teal-dark));
}
.system-logo-wrap {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
  border: 0;
}
.system-logo-wrap img {
  max-height: 76px;
  max-width: 310px;
  width: auto;
  object-fit: contain;
}
.system-kicker {
  margin: 0 0 10px !important;
  color: #607089 !important;
  font-size: .78rem !important;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.system-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  letter-spacing: -0.04em;
}
.system-card p {
  margin: 0 0 18px;
  color: var(--muted);
}
.card-actions {
  margin-top: auto;
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.card-actions .btn {
  min-height: 50px;
  padding: 14px 21px;
  font-size: .95rem;
}
.text-link {
  color: var(--teal-dark);
  font-weight: 800;
}
.text-link:hover { color: var(--navy); }

.split-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 46px;
  align-items: center;
}
.split-grid.reverse { grid-template-columns: 1.05fr .95fr; }
.text-block .feature-list { margin-top: 22px; }
.feature-list li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.feature-list strong { color: var(--navy-dark); }

.freebie-section { background: #fff; }
.final-cta { background: linear-gradient(180deg, #fff, #f6fbfd); }
.cta-box {
  text-align: center;
  padding: 48px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.cta-box p:not(.eyebrow) { max-width: 780px; }

.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,.92);
  padding: 58px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .9fr .65fr;
  gap: 34px;
}
.footer-icon {
  width: 74px;
  margin-bottom: 16px;
  border-radius: 12px;
}
.footer-text {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.76);
}
.footer-text strong { color: #fff; }
.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.08rem;
}
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}
.footer-links a { color: rgba(255,255,255,.78); }
.footer-links a:hover { color: var(--teal); }

.legal-page { padding: 72px 0 96px; background: var(--bg); }
.legal-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.legal-card h1 { margin-top: 0; color: var(--navy-dark); }
.legal-card h2 { margin-top: 28px; color: var(--navy); }
.legal-note { color: var(--muted); font-style: italic; }

@media (max-width: 1080px) {
  .hero-grid,
  .systems-grid,
  .split-grid,
  .split-grid.reverse,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .header-inner { gap: 18px; }
  .header-nav { gap: 10px; }
  .system-logo-wrap { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 64px 0; }
  .hero { padding: 40px 0 66px; }
  .header-inner {
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
  }
  .header-nav {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }
  .brand { max-width: 320px; }
  .brand-logo { width: 100%; max-width: 320px; }
  .btn { width: 100%; }
  .system-card,
  .cta-box,
  .legal-card { padding: 24px; }
  .system-logo-wrap {
    min-height: 110px;
    padding: 16px;
  }
  .system-logo-wrap img { max-height: 68px; max-width: 100%; }
}

.btn-pharmacy { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; }


.btn-blue {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #1f6293);
  box-shadow: 0 16px 30px rgba(12, 53, 110, 0.22);
}
.btn-blue:hover {
  box-shadow: 0 18px 34px rgba(12, 53, 110, 0.28);
}
