:root {
  --blue: #087f73;
  --blue-dark: #17313b;
  --blue-soft: #e5f2ee;
  --green: #13745f;
  --green-soft: #edf5f1;
  --purple: #52656b;
  --purple-soft: #f1f4f2;
  --ink: #17313b;
  --muted: #52656b;
  --line: #d6e1dd;
  --bg: #f7f5f0;
  --white: #fff;
  --amber: #e8a23a;
  --red: #d5281b;
  --shadow: 0 22px 60px rgba(23, 49, 59, 0.13);
  --radius: 26px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body > * {
  max-width: 100%;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

.container {
  width: min(1280px, calc(100% - 40px));
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.hero-grid > *,
.demo-layout > *,
.nav-inner > *,
.signup-grid > *,
.problem-grid > *,
.receipt-grid > *,
.pricing > *,
.included-grid > *,
.examples > * {
  min-width: 0;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.nav-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  color: var(--blue);
  font-weight: 900;
}

.brand-home-link {
  display: block;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 180px;
  max-width: 42vw;
  height: auto;
}

.brand small {
  display: block;
  padding-left: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.brand small a,
.footer-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.brand small a:hover {
  color: var(--blue-dark);
}

.footer-note a:hover {
  color: #fff;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #405a60;
  font-size: 15px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  transition: 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(23, 49, 59, 0.18);
}

.btn-primary:hover {
  background: var(--blue-dark);
}

.btn-light {
  color: var(--blue);
  background: #fff;
}

.hero-actions .btn-light {
  border-color: rgba(8, 127, 115, 0.52);
}

.btn-outline-light {
  color: var(--blue);
  border-color: rgba(8, 127, 115, 0.52);
  background: rgba(255, 255, 255, 0.76);
}

.btn-outline {
  color: var(--blue);
  border-color: var(--blue);
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 78px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(8, 127, 115, 0.1), transparent 30%),
    linear-gradient(135deg, #fbfaf7 0%, var(--bg) 58%, var(--blue-soft) 100%);
}

.hero .container {
  width: min(1280px, calc(100% - 40px));
  max-width: calc(100% - 40px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
  gap: 58px;
  align-items: center;
}

.hero-grid > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
}

.eyebrow {
  display: inline-flex;
  align-self: flex-start;
  gap: 8px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: #06675f;
  border: 1px solid rgba(8, 127, 115, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 900;
}

.hero h1 {
  max-width: 630px;
  margin-bottom: 22px;
  font-size: clamp(46px, 4.6vw, 70px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.lead {
  width: min(700px, 100%);
  margin-bottom: 18px;
  color: #36545b;
  font-size: clamp(20px, 2vw, 26px);
  overflow-wrap: anywhere;
}

.support {
  width: min(610px, 100%);
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin: 28px 0;
}

.trust-row {
  max-width: 600px;
  margin-top: 20px;
}

.trust-pill {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #c9d9d4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.trust-pill::before {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: "✓";
  font-size: 13px;
}

.demo-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  max-width: 100%;
  padding: 22px;
  border: 1px solid #cbdad6;
  border-radius: 24px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 30px 80px rgba(23, 49, 59, 0.16);
}

.demo-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.demo-title span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.live-badge {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 12px;
  font-weight: 900;
}

.demo-layout {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 16px;
  align-items: stretch;
}

.poster-shell {
  overflow: hidden;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfaf7;
  box-shadow: 0 14px 34px rgba(23, 49, 59, 0.1);
}

.poster-shell img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.poster-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 10px;
}

.poster-thumbnail {
  overflow: hidden;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.poster-thumbnail:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(23, 49, 59, 0.18);
}

.poster-thumbnail:focus-visible {
  outline: 3px solid rgba(8, 127, 115, 0.35);
  outline-offset: 2px;
}

.poster-thumbnail img {
  width: 100%;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 10px;
  object-fit: cover;
  object-position: top center;
}

.animated-flow {
  position: relative;
  display: grid;
  min-width: 0;
  max-width: 100%;
  gap: 9px;
  align-content: center;
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid #d6e5e0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(23, 49, 59, 0.06);
  opacity: 0.72;
  transform: translateX(0);
  animation: flowPulse 10s infinite;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.flow-step-1 {
  animation-delay: 0s;
}

.flow-step-2 {
  animation-delay: 2s;
}

.flow-step-3 {
  animation-delay: 4s;
}

.flow-step-4 {
  animation-delay: 6s;
}

.flow-step-5 {
  animation-delay: 8s;
}

@keyframes flowPulse {
  0%,
  18% {
    border-color: rgba(8, 127, 115, 0.42);
    background: linear-gradient(90deg, var(--blue-soft), #fff);
    box-shadow: 0 16px 34px rgba(23, 49, 59, 0.12);
    opacity: 1;
    transform: translateX(8px);
  }

  24%,
  100% {
    border-color: #d6e5e0;
    background: #fff;
    box-shadow: 0 8px 20px rgba(23, 49, 59, 0.06);
    opacity: 0.72;
    transform: translateX(0);
  }
}

.step-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
  background: var(--blue);
  font-size: 15px;
  font-weight: 900;
  animation: stepIconPulse 10s infinite;
}

.flow-step-1 .step-icon {
  animation-delay: 0s;
}

.flow-step-2 .step-icon {
  animation-delay: 2s;
}

.flow-step-3 .step-icon {
  animation-delay: 4s;
}

.flow-step-4 .step-icon {
  animation-delay: 6s;
}

.flow-step-5 .step-icon {
  animation-delay: 8s;
}

@keyframes stepIconPulse {
  0%,
  18% {
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(8, 127, 115, 0.12);
  }

  24%,
  100% {
    background: var(--blue);
    box-shadow: none;
  }
}

.flow-step strong {
  display: block;
  font-size: 15px;
}

.flow-step span {
  display: block;
  margin-top: 2px;
  color: #59696d;
  font-size: 13px;
}

.scan-beam {
  display: none;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: var(--bg);
}

.section-head {
  max-width: 830px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head-left {
  max-width: none;
  margin: 0 0 22px;
  text-align: left;
}

.section-head h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.section-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.problem-grid,
.pricing,
.included-grid,
.examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.panel,
.step-card,
.mini-feature,
.example,
.included,
.price-card {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 49, 59, 0.06);
}

.demo-stage,
.panel,
.step-card,
.receipt,
.mini-feature,
.example,
.included,
.price-card,
.contact-card,
.feature-card,
.value-card,
.resource-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.demo-stage:hover,
.panel:hover,
.step-card:hover,
.receipt:hover,
.mini-feature:hover,
.example:hover,
.included:hover,
.price-card:hover,
.contact-card:hover,
.feature-card:hover,
.value-card:hover,
.resource-card:hover {
  border-color: rgba(8, 127, 115, 0.38);
  box-shadow: 0 24px 56px rgba(23, 49, 59, 0.15);
  transform: translateY(-6px);
}

.panel {
  padding: 28px;
  border-radius: var(--radius);
}

.panel h3 {
  margin-bottom: 18px;
  font-size: 27px;
}

.bad h3 {
  color: #9a1f1f;
}

.good h3 {
  color: var(--green);
}

.list {
  display: grid;
  gap: 12px;
}

.list-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 750;
}

.list-row span {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.bad .list-row span {
  background: var(--red);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step-card {
  padding: 28px;
  border-radius: var(--radius);
}

.num {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.step-card h3 {
  margin-bottom: 8px;
  font-size: 25px;
}

.step-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.pathway-carousel {
  position: relative;
  width: min(980px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 58px 42px;
  overflow: hidden;
}

.pathway-track {
  display: grid;
  grid-auto-columns: minmax(360px, 76%);
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 10px 0 32px;
  scroll-behavior: smooth;
  scroll-padding-inline: 12%;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.pathway-track::-webkit-scrollbar {
  display: none;
}

.pathway-track:focus-visible {
  outline: 3px solid rgba(8, 127, 115, 0.26);
  outline-offset: 8px;
}

.pathway-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(23, 49, 59, 0.13);
  opacity: 0.74;
  scroll-snap-align: center;
  transform: scale(0.92);
  transition: 0.18s ease;
}

.pathway-card.is-active,
.pathway-card:hover {
  opacity: 1;
  transform: scale(1);
  box-shadow: var(--shadow);
}

.pathway-card.green,
.pathway-card.blue,
.pathway-card.purple {
  border-top: 5px solid #fff;
}

.pathway-image-wrap {
  aspect-ratio: 1600 / 820;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(8, 127, 115, 0.12), transparent 38%),
    linear-gradient(135deg, var(--blue-soft), #ffffff);
}

.pathway-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.pathway-body {
  padding: 18px 20px 20px;
}

.pathway-body h3 {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.05;
}

.pathway-body p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(8, 127, 115, 0.16);
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 32px rgba(8, 127, 115, 0.24);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.18s ease;
}

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

.carousel-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.carousel-button-prev {
  left: 0;
}

.carousel-button-next {
  right: 0;
}

.carousel-dots {
  position: absolute;
  right: 58px;
  bottom: 0;
  left: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b9cbc5;
  cursor: pointer;
  transition: 0.18s ease;
}

.carousel-dot.is-active {
  width: 28px;
  background: var(--blue);
}

.receipt-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.receipt {
  max-width: 420px;
  margin: auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  font-family: "Courier New", monospace;
}

.receipt-head {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #afbfba;
  text-align: center;
}

.receipt h3 {
  margin-bottom: 0;
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.receipt-qr {
  width: 156px;
  height: 156px;
  margin: 18px auto;
  padding: 10px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  image-rendering: pixelated;
  object-fit: contain;
}

.receipt-foot {
  text-align: center;
}

.mini-features {
  display: grid;
  gap: 12px;
}

.mini-feature {
  padding: 18px;
  border-radius: 16px;
}

.mini-feature h3 {
  margin-bottom: 6px;
  color: var(--blue);
}

.mini-feature p {
  margin-bottom: 0;
  color: var(--muted);
}

.example {
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #faf9f6);
}

.example h3 {
  margin-bottom: 14px;
  font-size: 26px;
}

.example ol {
  margin: 0;
  padding-left: 20px;
  color: #3e5359;
}

.example li {
  margin: 9px 0;
}

.price-card {
  padding: 30px;
  border-width: 2px;
  border-color: var(--blue);
  border-radius: var(--radius);
}

.price-card.featured {
  border-color: var(--blue);
}

.badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #2b2100;
  background: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.price-card h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.price {
  color: var(--blue);
  font-size: 56px;
  font-weight: 900;
}

.price small {
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.price-card ul {
  display: grid;
  gap: 11px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  gap: 10px;
}

.price-card li::before {
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.included {
  padding: 28px;
  border-radius: var(--radius);
}

.included h3 {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 25px;
}

.signup {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
}

.signup .container {
  width: min(1260px, calc(100% - 40px));
  max-width: calc(100% - 40px);
}

.signup-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 36px;
  align-items: start;
}

.signup h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.signup p {
  color: #dceee9;
  font-size: 17px;
}

.signup .trust-row {
  gap: 10px;
}

.signup .trust-pill {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
}

.signup .trust-pill::before {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  font-size: 11px;
}

.form {
  padding: 24px;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.signup-form {
  display: grid;
  gap: 16px;
}

.signup-response {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid #b7d7c5;
  border-radius: 16px;
  color: #164c32;
  background: #effaf4;
  box-shadow: 0 10px 30px rgba(16, 71, 45, 0.1);
  outline: none;
}

.signup-response[hidden] {
  display: none;
}

.signup-response__icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #178653;
  font-size: 24px;
  font-weight: 900;
}

.signup-response strong {
  display: block;
  margin-bottom: 4px;
  color: inherit;
  font-size: 18px;
}

.signup-response p {
  margin: 0;
  color: inherit;
  font-size: 15px;
}

.signup-response--success {
  border-color: #b7d7c5;
  color: #164c32;
  background: #effaf4;
}

.signup-response--loading {
  border-color: #bddbd4;
  color: #285f5a;
  background: #eef7f4;
}

.signup-response--loading .signup-response__icon {
  background: var(--blue);
}

.signup-response--error {
  border-color: #efc4bd;
  color: #852d25;
  background: #fff4f2;
  box-shadow: 0 10px 30px rgba(115, 34, 27, 0.08);
}

.signup-response--error .signup-response__icon {
  background: #b43c31;
}

.signup-form.is-submitted > :not(.signup-response) {
  display: none;
}

.signup-form.is-submitted .signup-response {
  min-height: 190px;
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.lookup-field,
.email-field {
  grid-column: auto;
}

.field-label,
.field span,
legend {
  color: #3e5359;
  font-size: 13px;
  font-weight: 900;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 9px;
}

.selected-plan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.selected-plan legend {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px;
  border: 1px solid #cad9d4;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
}

.choice,
.checkbox {
  display: flex;
  gap: 10px;
  color: #3e5359;
  font-size: 14px;
}

.choice {
  align-items: flex-start;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.choice:focus-within,
.plan-choice:has(input:checked) {
  border-color: rgba(8, 127, 115, 0.5);
  background: var(--blue-soft);
  box-shadow: 0 0 0 3px rgba(8, 127, 115, 0.12);
}

.choice input,
.checkbox input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--blue);
}

.choice strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

.choice small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
}

.trial-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  color: #2b2100;
  background: #fff3cf;
  font-size: 12px;
  font-weight: 900;
}

.pharmacy-lookup {
  position: relative;
  display: block;
  min-width: 0;
}

.pharmacy-lookup input,
.password-control input {
  padding-right: 54px;
}

.password-control {
  position: relative;
  display: block;
  min-width: 0;
}

.input-icon-button {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--blue);
  background: var(--blue-soft);
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.18s ease;
}

.input-icon-button:hover {
  color: #fff;
  background: var(--blue);
}

.input-icon-button:focus-visible {
  outline: 3px solid rgba(8, 127, 115, 0.26);
  outline-offset: 2px;
}

.input-icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.password-toggle .icon-eye-off,
.password-toggle.is-visible .icon-eye {
  display: none;
}

.password-toggle.is-visible .icon-eye-off {
  display: block;
}

.agreement {
  align-items: flex-start;
  margin: 0;
}

.form-privacy {
  margin: -4px 0 0;
  color: var(--muted) !important;
  font-size: 13px !important;
}

.form-privacy a,
.text-link {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-button {
  width: 100%;
}

.pharmacy-result {
  display: grid;
  gap: 6px;
  padding: 14px 15px;
  border: 1px solid rgba(0, 127, 59, 0.3);
  border-radius: 12px;
  color: #15362c;
  background: var(--green-soft);
  font-weight: 700;
}

.pharmacy-result[hidden] {
  display: none;
}

.pharmacy-result--error {
  border-color: rgba(213, 40, 27, 0.3);
  color: #7f1d16;
  background: #fff0ee;
}

.pharmacy-result--error .pharmacy-confirmation {
  display: none;
}

.pharmacy-result-details {
  display: grid;
  gap: 6px;
}

.pharmacy-result strong {
  font-size: 1.02rem;
  font-weight: 900;
}

.pharmacy-result span {
  color: var(--muted);
}

.faq {
  max-width: 900px;
  margin: 0 auto;
}

.faq details {
  margin: 12px 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.faq summary {
  color: #314b51;
  font-weight: 900;
  cursor: pointer;
}

.faq p {
  margin: 12px 0 0;
  color: var(--muted);
}

footer {
  padding: 38px 0;
  color: #dce9e5;
  background: var(--blue-dark);
}

.footer-grid {
  display: grid;
  gap: 26px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(215, 231, 248, 0.16);
}

.footer-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.footer-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-details {
  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) minmax(220px, 0.8fr);
  gap: 48px;
  align-items: start;
}

.footer-business {
  display: grid;
  gap: 6px;
  justify-self: end;
  min-width: 220px;
  color: #dce9e5;
  font-size: 14px;
}

.footer-business address {
  color: #aac3bc;
  font-style: normal;
  line-height: 1.55;
}

.footer-business a {
  color: #fff;
  overflow-wrap: anywhere;
}

.footer-business a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-note {
  max-width: 560px;
  margin: 0;
  justify-self: start;
  color: #aac3bc;
  font-size: 13px;
  line-height: 1.65;
}

.small {
  max-width: 560px;
  color: #aac3bc;
  font-size: 13px;
}

.page-hero {
  padding: 70px 0 62px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(8, 127, 115, 0.1), transparent 30%),
    linear-gradient(135deg, #fbfaf7 0%, var(--bg) 58%, var(--blue-soft) 100%);
}

.page-hero-inner {
  max-width: 820px;
}

.page-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.05;
}

.page-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 19px;
}

.breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-page {
  padding: 68px 0 86px;
  background: var(--bg);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 36px;
  align-items: start;
}

.content-card,
.contact-card,
.contact-note {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 49, 59, 0.06);
}

.content-card {
  padding: clamp(26px, 5vw, 54px);
}

.legal-content > :last-child,
.contact-card > :last-child,
.contact-note > :last-child {
  margin-bottom: 0;
}

.legal-content h2 {
  margin: 42px 0 12px;
  color: var(--blue-dark);
  font-size: 27px;
  line-height: 1.2;
}

.legal-content h2:first-of-type {
  margin-top: 26px;
}

.legal-content h3 {
  margin: 24px 0 8px;
  font-size: 19px;
}

.legal-content p,
.legal-content li {
  color: #3e5359;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.legal-meta {
  color: var(--muted);
  font-size: 14px;
}

.notice-box {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  border-radius: 0 12px 12px 0;
  background: var(--blue-soft);
}

.notice-box p {
  margin: 0;
}

.page-index {
  position: sticky;
  top: 104px;
  padding: 22px;
}

.page-index strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-dark);
}

.page-index a {
  display: block;
  padding: 7px 0;
  color: #3e5359;
  font-size: 14px;
}

.page-index a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.contact-card {
  padding: 26px;
}

.contact-card h2 {
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: 23px;
}

.contact-card p,
.contact-card address {
  margin-bottom: 16px;
  color: var(--muted);
  font-style: normal;
}

.contact-card a {
  color: var(--blue);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-note {
  max-width: 820px;
  margin-top: 24px;
  padding: 26px;
}

.contact-note h2 {
  margin-bottom: 10px;
  font-size: 23px;
}

.intro-copy {
  max-width: 820px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 19px;
}

.feature-grid,
.value-card-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.feature-card,
.value-card,
.resource-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 49, 59, 0.06);
}

.feature-card h2,
.feature-card h3,
.value-card h2,
.value-card h3,
.resource-card h2,
.resource-card h3 {
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: 23px;
  line-height: 1.2;
}

.feature-card p,
.value-card p,
.resource-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.resource-card {
  display: flex;
  flex-direction: column;
}

.resource-card .resource-meta {
  margin-bottom: 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.resource-card .text-link {
  align-self: flex-start;
  margin-top: 20px;
}

.section-title {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-title h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.section-title p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.workflow-list {
  display: grid;
  max-width: 880px;
  gap: 16px;
  margin: 0;
  padding: 0;
  counter-reset: workflow;
  list-style: none;
}

.workflow-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  counter-increment: workflow;
}

.workflow-list li::before {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--blue);
  content: counter(workflow);
  font-weight: 900;
}

.workflow-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--blue-dark);
  font-size: 18px;
}

.workflow-list span {
  color: var(--muted);
}

.cta-panel {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: 34px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(27px, 4vw, 39px);
  line-height: 1.1;
}

.cta-panel p {
  max-width: 700px;
  margin-bottom: 0;
  color: #dceee9;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 800px) 260px;
  gap: 36px;
  align-items: start;
}

.article-content {
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 49, 59, 0.06);
}

.article-content h2 {
  margin: 40px 0 12px;
  color: var(--blue-dark);
  font-size: 28px;
  line-height: 1.2;
}

.article-content h2:first-of-type {
  margin-top: 24px;
}

.article-content h3 {
  margin: 25px 0 8px;
  font-size: 20px;
}

.article-content p,
.article-content li {
  color: #3e5359;
}

.article-content li {
  margin: 8px 0;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: var(--muted);
  font-size: 14px;
}

.source-list {
  padding-left: 20px;
}

.source-list a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-aside {
  position: sticky;
  top: 104px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
}

.article-aside strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-dark);
}

.article-aside a {
  display: block;
  padding: 7px 0;
  color: #3e5359;
  font-size: 14px;
}

.article-aside a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.legal-callout {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid #f0d58b;
  border-radius: 12px;
  color: #594300;
  background: #fff8e3;
}

input:focus,
select:focus,
textarea:focus,
.btn:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(8, 127, 115, 0.26);
  outline-offset: 2px;
}

@media (max-width: 1040px) {
  .hero-grid,
  .problem-grid,
  .receipt-grid,
  .pricing,
  .signup-grid,
  .examples,
  .included-grid {
    grid-template-columns: 1fr;
  }

  .demo-layout {
    grid-template-columns: 1fr;
  }

  .pathway-track {
    grid-auto-columns: minmax(330px, 82%);
    scroll-padding-inline: 9%;
  }

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

  .nav-links {
    display: none;
  }

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

  .page-index {
    position: static;
    order: -1;
  }

  .feature-grid,
  .value-card-grid,
  .resource-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
    order: -1;
  }
}

@media (max-width: 760px) {
  .lookup-field,
  .email-field {
    grid-column: 1 / -1;
  }

  .footer-details {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-note {
    max-width: none;
    justify-self: start;
  }

  .footer-business {
    justify-self: start;
    min-width: 0;
  }

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

  .feature-grid,
  .value-card-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1280px);
    max-width: calc(100% - 28px);
  }

  .lead,
  .support,
  .demo-title span,
  .flow-step strong,
  .flow-step span {
    overflow-wrap: anywhere;
  }

  .footer-nav {
    gap: 10px 18px;
  }

  .hero h1,
  .lead,
  .support {
    max-width: 340px;
  }

  .lead {
    font-size: 20px;
  }

  .nav-inner {
    min-height: 70px;
  }

  .brand small {
    font-size: 11px;
  }

  .nav .btn {
    display: none;
  }

  .hero {
    padding: 50px 0;
  }

  .page-hero {
    padding: 44px 0;
  }

  .content-page {
    padding: 42px 0 58px;
  }

  .demo-stage {
    min-height: 0;
    padding: 14px;
  }

  .demo-title {
    font-size: 16px;
  }

  .poster-thumbnail img {
    height: 48px;
  }

  .animated-flow {
    gap: 9px;
  }

  .flow-step {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 11px;
  }

  .step-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 16px;
  }

  .flow-step strong {
    font-size: 15px;
  }

  .flow-step span {
    font-size: 13px;
  }

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

  .hero-actions .btn,
  .price-card .btn {
    width: 100%;
  }

  .form-grid,
  .selected-plan {
    grid-template-columns: 1fr;
  }

  .pathway-track {
    grid-auto-columns: minmax(258px, 88%);
    gap: 16px;
    scroll-padding-inline: 6%;
  }

  .pathway-carousel {
    padding: 0 38px 42px;
  }

  .carousel-button {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .carousel-button-prev {
    left: 0;
  }

  .carousel-button-next {
    right: 0;
  }

  .carousel-dots {
    right: 38px;
    left: 38px;
  }

  .pathway-body h3 {
    font-size: 20px;
  }

  .pathway-body p {
    font-size: 13px;
  }

  .field.full {
    grid-column: auto;
  }

  .poster-strip {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-stage,
  .panel,
  .step-card,
  .receipt,
  .mini-feature,
  .example,
  .included,
  .price-card,
  .contact-card,
  .feature-card,
  .value-card,
  .resource-card {
    transition: none;
  }

  .demo-stage:hover,
  .panel:hover,
  .step-card:hover,
  .receipt:hover,
  .mini-feature:hover,
  .example:hover,
  .included:hover,
  .price-card:hover,
  .contact-card:hover,
  .feature-card:hover,
  .value-card:hover,
  .resource-card:hover {
    transform: none;
  }

  .flow-step,
  .step-icon {
    animation: none;
  }

  .flow-step-1 {
    border-color: rgba(8, 127, 115, 0.42);
    background: linear-gradient(90deg, var(--blue-soft), #fff);
    box-shadow: 0 16px 34px rgba(8, 127, 115, 0.2);
    opacity: 1;
  }

  .flow-step-1 .step-icon {
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(0, 127, 59, 0.12);
  }
}

/* Website help assistant */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.help-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  color: #17233d;
  font-family: inherit;
}

.help-chat__launcher {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 19px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #087f73;
  box-shadow: 0 12px 34px rgba(13, 35, 62, 0.28);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.help-chat__launcher:hover {
  background: #05695f;
}

.help-chat__launcher:focus-visible,
.help-chat__close:focus-visible,
.help-chat__suggestions button:focus-visible,
.help-chat__form textarea:focus-visible,
.help-chat__form button:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

.help-chat__launcher svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.help-chat__panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  display: grid;
  grid-template-rows: auto auto minmax(150px, 1fr) auto auto auto;
  width: min(390px, calc(100vw - 28px));
  height: min(650px, calc(100vh - 110px));
  overflow: hidden;
  border: 1px solid #d8e1ea;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(13, 35, 62, 0.3);
}

.help-chat__panel[hidden] {
  display: none;
}

.help-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 16px;
  color: #fff;
  background: linear-gradient(135deg, #0d2948, #087f73);
}

.help-chat__header div {
  display: grid;
  gap: 2px;
}

.help-chat__header strong {
  font-size: 18px;
}

.help-chat__header span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.help-chat__close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.help-chat__notice {
  padding: 10px 16px;
  border-bottom: 1px solid #d8e1ea;
  color: #40506b;
  background: #eef8f6;
  font-size: 12px;
  line-height: 1.45;
}

.help-chat__messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 16px;
  background: #f7f9fc;
  overscroll-behavior: contain;
}

.help-chat__message {
  max-width: 88%;
  padding: 11px 13px;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(13, 35, 62, 0.07);
  font-size: 14px;
  line-height: 1.5;
}

.help-chat__message p {
  margin: 0;
  white-space: pre-line;
}

.help-chat__message--assistant {
  align-self: flex-start;
  border: 1px solid #d8e1ea;
  border-bottom-left-radius: 5px;
  background: #fff;
}

.help-chat__message--user {
  align-self: flex-end;
  border-bottom-right-radius: 5px;
  color: #fff;
  background: #0d6070;
}

.help-chat__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid #e5ebf1;
  font-size: 12px;
}

.help-chat__sources span {
  color: #59677d;
}

.help-chat__sources a {
  color: #086c63;
  font-weight: 700;
}

.help-chat__message--pending {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 48px;
}

.help-chat__message--pending span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6a778b;
  animation: help-chat-pulse 1s ease-in-out infinite;
}

.help-chat__message--pending span:nth-child(2) { animation-delay: 0.15s; }
.help-chat__message--pending span:nth-child(3) { animation-delay: 0.3s; }

@keyframes help-chat-pulse {
  0%, 100% { opacity: 0.35; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-2px); }
}

.help-chat__suggestions {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 10px 14px;
  border-top: 1px solid #e5ebf1;
  background: #fff;
  scrollbar-width: thin;
}

.help-chat__suggestions button {
  flex: 0 0 auto;
  max-width: 220px;
  padding: 7px 10px;
  border: 1px solid #82c5bc;
  border-radius: 999px;
  color: #075f57;
  background: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}

.help-chat__suggestions button:hover {
  background: #eef8f6;
}

.help-chat__form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px;
  padding: 11px 12px 8px;
  border-top: 1px solid #d8e1ea;
  background: #fff;
}

.help-chat__form textarea {
  min-height: 42px;
  max-height: 112px;
  resize: none;
  padding: 10px 12px;
  border: 1px solid #aebaca;
  border-radius: 12px;
  color: #17233d;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.45;
}

.help-chat__form button {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: #087f73;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.help-chat__form button:disabled,
.help-chat__form textarea:disabled {
  opacity: 0.6;
  cursor: wait;
}

.help-chat__privacy {
  margin: 0;
  padding: 0 14px 10px;
  color: #667287;
  background: #fff;
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 620px) {
  .help-chat {
    right: 14px;
    bottom: 14px;
  }

  .help-chat__panel {
    position: fixed;
    inset: 10px;
    width: auto;
    height: auto;
    max-height: none;
    border-radius: 18px;
  }

  .help-chat__launcher {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-chat__message--pending span {
    animation: none;
  }
}
