:root {
  --blue-900: #0f2a44;
  --blue-700: #1f4e79;
  --blue-500: #3a6ea5;
  --blue-100: #e8f1fa;
  --orange-600: #f97316;
  --orange-500: #fb923c;
  --orange-100: #fff4ec;
  --neutral-900: #1a1a1a;
  --neutral-700: #4a5568;
  --neutral-500: #718096;
  --neutral-200: #e2e8f0;
  --neutral-100: #edf2f7;
  --neutral-50: #f8fafc;
  --white: #ffffff;
  --shadow-soft: 0 18px 50px rgba(15, 42, 68, 0.08);
  --shadow-small: 0 10px 30px rgba(15, 42, 68, 0.07);
  --radius-card: 16px;
  --radius-small: 12px;
  --max-width: 1560px;
  --wide-width: 1760px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--neutral-900);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--blue-900);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  color: var(--white);
  font-size: 44px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 24px;
  line-height: 1.18;
}

p {
  color: var(--neutral-700);
}

.section-inner {
  width: min(100% - clamp(28px, 5vw, 68px), var(--max-width));
  margin-inline: auto;
}

.wide-inner {
  width: min(100% - clamp(28px, 5vw, 68px), var(--wide-width));
  margin-inline: auto;
}

.full-bleed {
  width: 100%;
}

.section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.section.alt {
  background: transparent;
}

.center {
  text-align: center;
}

.narrow {
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(58, 110, 165, 0.16);
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 18px 16px;
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    min-height 0.2s ease;
}

.site-header.scrolled {
  min-height: 66px;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(226, 232, 240, 0.75);
  box-shadow: var(--shadow-small);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.brand img {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter 0.2s ease;
}

.site-header.scrolled .brand img {
  filter: none;
}

.nav-toggle {
  position: relative;
  z-index: 70;
  display: inline-grid;
  gap: 5px;
  width: 44px;
  height: 44px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.site-header.scrolled .nav-toggle {
  border-color: var(--neutral-200);
  background: var(--white);
  color: var(--blue-900);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 20px;
  background: currentColor;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: grid;
  gap: 8px;
  padding: 94px 20px 24px;
  background: var(--white);
  border-bottom: 1px solid var(--neutral-200);
  box-shadow: var(--shadow-soft);
  transform: translateY(-110%);
  transition: transform 0.25s ease;
}

.site-nav.open {
  transform: translateY(0);
}

.site-nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  color: var(--neutral-700);
  font-size: 15px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--blue-700);
  background: var(--blue-100);
}

.site-nav .nav-cta {
  justify-content: center;
  color: var(--white);
  background: var(--orange-600);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus {
  color: var(--white);
  background: var(--orange-500);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 120px 0 48px;
  overflow: hidden;
  background: url("../images/hero-hospice.jpg") center / cover no-repeat;
}

.hero-media,
.hero-overlay,
.final-media,
.final-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transform: scale(1.03);
  animation: slowPresence 16s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgb(31 60 88 / 46%),
      rgb(15 42 68 / 52%) 20%,
      rgb(103 154 201 / 36%)
    ),
    rgb(57 68 79 / 39%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-content: end;
  width: calc(100% - 32px);
  max-width: none;
  min-height: calc(100svh - 168px);
  justify-items: center;
  text-align: center;
}

.hero-copy-block {
  max-width: 860px;
}

.hero .eyebrow,
.final-cta .eyebrow {
  color: var(--white);
  background: rgba(232, 241, 250, 0.18);
  border-color: rgba(255, 255, 255, 0.24);
}

.hero-copy {
  max-width: 710px;
  margin-inline: auto;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  min-width: 156px;
  max-width: 100%;
  padding: 13px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.btn svg,
.site-nav .nav-cta svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn svg {
  transition: transform 0.2s ease;
}

.btn:hover svg,
.btn:focus svg {
  transform: translateX(2px);
}

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

.btn-primary {
  color: var(--white);
  background: var(--orange-600);
  box-shadow: 0 14px 24px rgba(249, 115, 22, 0.18);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--orange-500);
}

.btn-secondary {
  color: var(--blue-700);
  border-color: var(--blue-500);
  background: transparent;
}

.btn-secondary.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.76);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: var(--blue-100);
}

.btn-secondary.light:hover,
.btn-secondary.light:focus {
  color: var(--blue-900);
  background: var(--white);
}

.trust-strip {
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 1050px;
  margin-top: 28px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 700;
}

.intro-band {
  position: relative;
  display: grid;
  align-items: center;
  overflow: visible;
  min-height: auto;
  padding: clamp(64px, 8vw, 104px) 0;
  background: transparent;
}

.intro-band::before {
  content: "";
  position: absolute;
  inset: -12% 0;
  opacity: 0.68;
  pointer-events: none;
}

.intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
  align-content: center;
  width: min(100% - clamp(28px, 5vw, 68px), var(--wide-width));
  margin-inline: auto;
  min-height: auto;
}

.intro-content {
  display: grid;
  align-content: center;
  gap: 34px;
  width: min(100%, 720px);
  min-height: auto;
  margin-inline: auto;
  padding: 0;
}

.intro-statement {
  max-width: 700px;
}

.intro-statement h2 {
  max-width: 720px;
  text-wrap: balance;
}

.intro-statement p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 20px;
  color: var(--neutral-700);
  font-size: 17px;
  line-height: 1.72;
}

.intro-points {
  display: grid;
  gap: 18px;
  max-width: 650px;
  border-top: 1px solid rgba(58, 110, 165, 0.18);
}

.intro-points article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 8px;
  align-content: start;
  min-height: 0;
  padding: 18px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: color 0.25s ease;
}

.intro-points article:hover {
  transform: none;
  box-shadow: none;
}

.intro-points strong {
  color: var(--blue-900);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.18;
  grid-column: 2;
}

.intro-points article > span:last-child {
  color: var(--neutral-700);
  font-size: 16px;
  line-height: 1.62;
  grid-column: 2;
}

.intro-media {
  position: relative;
  min-height: 42svh;
  overflow: hidden;
  border-radius: 8px;
  background: url("../images/workflow-care.jpg") center / cover no-repeat;
}

.intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 42, 68, 0.06),
    rgba(15, 42, 68, 0.18)
  );
  pointer-events: none;
}

.intro-media img {
  width: 100%;
  height: 100%;
  min-height: 42svh;
  object-fit: cover;
  object-position: center;
}

.mini-icon,
.feature-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(58, 110, 165, 0.2);
  border-radius: 50%;
  color: var(--blue-500);
  background: rgba(255, 255, 255, 0.72);
  grid-row: 1 / span 2;
}

.mini-icon svg,
.feature-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.split-grid,
.product-grid,
.contact-grid {
  display: grid;
  gap: 34px;
}

.image-stack {
  position: relative;
}

.image-card {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.founder-note {
  display: grid;
  gap: 4px;
  margin: -50px 18px 0;
  padding: 18px;
  position: relative;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-small);
}

.founder-note span {
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.founder-note strong {
  color: var(--blue-900);
  font-size: 18px;
  line-height: 1.25;
}

.section-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.section-copy p {
  font-size: 17px;
}

.text-link {
  width: fit-content;
  color: var(--blue-700);
  font-weight: 800;
  border-bottom: 2px solid var(--orange-500);
}

.workflow-section {
  position: relative;
  overflow: visible;
  --workflow-progress: 0;
  background: transparent;
}

.workflow-section::before {
  content: "";
  position: absolute;
  inset: -14% 0;
  pointer-events: none;
  background:
    linear-gradient(
      100deg,
      rgba(232, 241, 250, 0.28),
      rgba(255, 255, 255, 0) 48%
    ),
    linear-gradient(
      260deg,
      rgba(255, 244, 236, 0.24),
      rgba(255, 255, 255, 0) 56%
    );
  opacity: 0.72;
}

.workflow-section .wide-inner {
  position: relative;
  z-index: 1;
}

.workflow-layout {
  display: grid;
  gap: 34px;
}

.workflow-copy {
  display: grid;
  gap: 24px;
}

.workflow-track {
  position: relative;
  display: grid;
  gap: 16px;
}

.workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid rgba(58, 110, 165, 0.14);
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.72;
  transition:
    border-color 0.25s ease,
    opacity 0.25s ease;
}

.workflow-step:last-child {
  border-bottom: 1px solid rgba(58, 110, 165, 0.14);
}

.workflow-step::before {
  display: none;
}

.workflow-step.active,
.workflow-step:hover {
  border-color: rgba(249, 115, 22, 0.34);
  background: transparent;
  box-shadow: none;
  transform: none;
  opacity: 1;
}

.workflow-step span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--orange-600);
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.workflow-step h3,
.workflow-step p {
  padding-left: 0;
}

.workflow-step p {
  max-width: 560px;
  margin-top: 8px;
}

.workflow-visual {
  min-width: 0;
}

.workflow-card-window {
  position: relative;
  overflow: hidden;
  min-height: clamp(330px, 54vw, 620px);
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.workflow-card-stack {
  position: relative;
  min-height: inherit;
}

.workflow-image-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 0.5s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.workflow-image-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.workflow-image-card.before {
  transform: translateY(-100%);
}

.workflow-image-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

.workflow-image-card span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--orange-600);
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading.center,
.section-heading p {
  margin-inline: auto;
}

.video-section .narrow p {
  max-width: 680px;
  margin: 0 auto;
}

.section.video-section {
  display: grid;
  align-content: center;
  min-height: auto;
  padding-block: clamp(64px, 8vw, 85px);
}

.video-section .narrow {
  margin-bottom: clamp(20px, 5vh, 22px);
}

.video-section .eyebrow {
  margin-bottom: 8px;
}

.video-section h2 {
  margin-top: 10px;
  font-size: clamp(30px, 5vw, 40px);
}

.video-section .narrow p:not(.eyebrow) {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.45;
}

.video-frame {
  position: relative;
  width: min(100%, 960px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-card);
  background: var(--blue-900);
  box-shadow: var(--shadow-soft);
}

.video-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: inline-grid;
  width: clamp(64px, 14vw, 92px);
  height: clamp(64px, 14vw, 92px);
  place-items: center;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgb(187 187 187 / 56%);
  box-shadow: 0 18px 42px rgba(15, 42, 68, 0.22);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.video-play-button:hover,
.video-play-button:focus-visible {
  background: var(--orange-600);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-play-button svg {
  width: 36%;
  height: 36%;
  margin-left: 5%;
  fill: currentColor;
}

.video-frame.is-playing .video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.94);
  pointer-events: none;
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-cta {
  display: grid;
  gap: 8px;
  justify-items: center;
  max-width: 620px;
  margin: 16px auto 0;
  text-align: center;
}

.video-cta .btn {
  min-height: 46px;
  padding-block: 11px;
}

.video-cta p {
  font-size: 15px;
  line-height: 3.45;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.problems-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(248, 250, 252, 0.9),
    rgba(255, 255, 255, 0.98)
  );
}

.problems-section .wide-inner {
  max-width: 1120px;
}

.problems-section .section-heading {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.problems-section .section-heading h2 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
}

.problems-section .card-grid {
  counter-reset: problem;
  gap: 0;
  border-top: 1px solid rgba(15, 42, 68, 0.16);
  border-bottom: 1px solid rgba(15, 42, 68, 0.16);
}

.problem-card,
.feature-card,
.pricing-card {
  position: relative;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-small);
}

.problem-card,
.feature-card,
.pricing-card,
blockquote {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.problem-card:hover,
.feature-card:hover,
.pricing-card:hover,
blockquote:hover {
  border-color: rgba(58, 110, 165, 0.22);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.problem-card {
  counter-increment: problem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
  min-height: 0;
  padding: clamp(22px, 5vw, 42px) 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.problem-card::before {
  content: counter(problem, decimal-leading-zero);
  position: static;
  width: auto;
  color: rgba(31, 78, 121, 0.28);
  background: transparent;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: clamp(44px, 14vw, 82px);
  font-weight: 700;
  line-height: 0.86;
  opacity: 1;
}

.problem-card + .problem-card {
  border-top: 1px solid rgba(15, 42, 68, 0.12);
}

.problems-section .problem-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.problem-card h3,
.feature-card h3,
.pricing-card h3 {
  font-size: 22px;
}

.problem-card p,
.feature-card p,
.pricing-card p {
  margin-top: 10px;
}

.problem-card h3 {
  max-width: 600px;
  font-size: clamp(26px, 5.6vw, 42px);
  line-height: 0.98;
}

.problem-card p {
  grid-column: auto;
  max-width: 38rem;
  margin-top: 0;
  color: var(--neutral-700);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.58;
}

.line-icon {
  display: none;
}

.line-icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 2px solid var(--blue-500);
  border-top: 0;
  border-right: 0;
  border-radius: 3px;
  transform: rotate(-45deg) translate(1px, -1px);
}

.bottom-note {
  max-width: 760px;
  margin: clamp(28px, 5vw, 46px) 0 0 auto;
  padding: 0 0 0 clamp(18px, 3vw, 28px);
  border: 0;
  border-left: 4px solid var(--orange-600);
  border-radius: 0;
  color: var(--blue-900);
  background: transparent;
  font-size: clamp(19px, 2.5vw, 25px);
  font-weight: 700;
  line-height: 1.32;
  text-align: left;
  box-shadow: none;
}

.product-section {
  position: relative;
  overflow: hidden;
  background: transparent;
}
/*
.product-visual {
  position: relative;
  align-self: center;
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid rgba(58, 110, 165, 0.14);
  border-radius: var(--radius-card);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(232, 241, 250, 0.7));
  box-shadow: var(--shadow-soft);
} */

.product-visual::before {
  content: "";
  position: absolute;
  inset: 10% -3% auto auto;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.13);
  filter: blur(22px);
  pointer-events: none;
}

.mock-browser {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 42, 68, 0.12);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 58px rgba(15, 42, 68, 0.12);
}

.mock-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(248, 250, 252, 0.92);
}

.mock-topbar span {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--neutral-200);
}

.mock-topbar span:first-child {
  background: var(--orange-500);
}

.mock-topbar span:nth-child(2) {
  background: var(--blue-500);
}

.mock-topbar strong {
  margin-left: auto;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 900;
}

.mock-body {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
}

.mock-panel {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 108px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(58, 110, 165, 0.14);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.9);
}

.mock-panel.wide {
  min-height: 174px;
  background: linear-gradient(
    135deg,
    rgba(232, 241, 250, 0.95),
    rgba(255, 255, 255, 0.9)
  );
}

.mock-panel.wide::after {
  content: "";
  position: absolute;
  inset: auto 20px 20px auto;
  width: 92px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-600), var(--orange-500));
  animation: pulseLine 2.8s ease-in-out infinite;
}

.mock-panel.soft {
  background: rgba(255, 244, 236, 0.9);
}

.mock-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mock-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(58, 110, 165, 0.18);
  border-radius: 50%;
  color: var(--blue-700);
  background: var(--white);
}

.mock-icon svg,
.mock-flow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mock-label {
  width: fit-content;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.mock-panel strong {
  color: var(--blue-900);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.12;
}

.mock-panel p {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.55;
}

.mock-row {
  display: grid;
  gap: 14px;
}

.mock-row .mock-panel {
  animation: liftPanel 5s ease-in-out infinite;
}

.mock-row .mock-panel:nth-child(2) {
  animation-delay: 0.6s;
}

.mock-flow {
  display: grid;
  gap: 10px;
}

.mock-flow span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid rgba(58, 110, 165, 0.12);
  border-radius: 12px;
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 900;
}

.mock-flow span:nth-child(2) {
  color: var(--blue-700);
}

.mock-flow span:nth-child(3) {
  color: var(--orange-600);
}

.product-copy {
  max-width: 900px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  display: flex;
  gap: 11px;
  color: var(--blue-900);
  font-weight: 700;
  line-height: 1.35;
}

.check-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 1px;
  border: 1px solid rgba(58, 110, 165, 0.22);
  border-radius: 50%;
  background: var(--white);
}

.check-list li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid var(--orange-600);
  border-bottom: 2px solid var(--orange-600);
  transform: rotate(42deg);
}

.soft-callout {
  padding: 18px 0 0;
  border-top: 1px solid rgba(249, 115, 22, 0.24);
  color: var(--blue-900);
  font-weight: 800;
}

.services-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 42, 68, 0.96), rgba(31, 78, 121, 0.92)),
    var(--blue-900);
}

.services-section .wide-inner {
  width: 100%;
  max-width: none;
}

.services-section h2,
.services-section h3,
.services-section p {
  color: var(--white);
}

.services-section .eyebrow {
  margin-bottom: 16px;
  padding: 7px 13px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  line-height: 1.1;
}

.services-head {
  display: grid;
  gap: clamp(18px, 4vw, 34px);
  width: min(100% - clamp(28px, 5vw, 68px), 1320px);
  margin-bottom: clamp(22px, 4vw, 42px);
  margin-inline: auto;
}

.services-head h2 {
  max-width: 760px;
  font-size: clamp(34px, 9vw, 58px);
  line-height: 1;
  text-wrap: balance;
}

.services-head > p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 3.8vw, 19px);
  line-height: 1.58;
  text-wrap: pretty;
}

.service-system {
  display: grid;
  gap: clamp(18px, 3vw, 30px);
}

.system-flow {
  display: grid;
  gap: 10px;
  padding-inline: clamp(28px, 5vw, 68px);
  padding-block: 20px;
  border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.system-flow span,
.system-flow strong {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 2px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.system-flow strong {
  position: relative;
  isolation: isolate;
  min-height: 78px;
  padding: 16px 18px;
  color: var(--blue-900);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(232, 241, 250, 0.94)
    ),
    var(--white);
  box-shadow: 0 20px 44px rgba(4, 20, 36, 0.22);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: clamp(22px, 6.2vw, 34px);
  font-weight: 700;
  line-height: 1.04;
  text-transform: none;
  text-wrap: balance;
}

.system-flow strong::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px solid rgba(58, 110, 165, 0.14);
  border-radius: 6px;
}

.service-lanes {
  display: grid;
  gap: 0;
}

.service-lane {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 6vw, 48px) clamp(28px, 5vw, 68px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.service-lane:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.lane-kicker {
  width: fit-content;
  color: var(--orange-500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-lane h3 {
  max-width: 430px;
  font-size: clamp(25px, 7vw, 38px);
  line-height: 1.06;
  text-wrap: balance;
}

.service-lane ul {
  display: grid;
  gap: 16px;
  max-width: 560px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-lane li {
  display: grid;
  gap: 7px;
  padding: 2px 0 2px 16px;
  border-left: 2px solid rgba(249, 115, 22, 0.8);
}

.service-lane li strong {
  color: var(--white);
  font-size: clamp(17px, 4.6vw, 18px);
  font-weight: 800;
  line-height: 1.32;
}

.service-lane li span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.66;
}

.service-system-note {
  width: min(100% - clamp(28px, 5vw, 68px), 780px);
  max-width: 780px;
  margin-left: auto;
  margin-right: clamp(14px, 5vw, 68px);
  padding-top: 22px;
  border-top: 1px solid rgba(249, 115, 22, 0.42);
  color: var(--white);
  font-size: clamp(19px, 5vw, 27px);
  font-weight: 800;
  line-height: 1.38;
}

/* .results-section {
  position: relative;
  overflow: hidden;
  color: var(--blue-900);
  background: var(--white);
} */

.results-section .wide-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.results-section h2,
.results-section .eyebrow,
.results-section p {
  color: var(--blue-900);
}

.results-section .eyebrow {
  color: #0f766e;
  background: rgba(20, 184, 166, 0.1);
  border-color: rgba(15, 118, 110, 0.18);
}

.results-copy {
  width: min(100% - clamp(28px, 5vw, 68px), var(--wide-width));
  max-width: 880px;
  margin-inline: auto;
}

.result-grid {
  display: grid;
  gap: 0;
  width: 100%;
  margin-top: clamp(30px, 5vw, 56px);
  border-block: 1px solid rgba(15, 42, 68, 0.14);
}

.result-grid div {
  position: relative;
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 190px;
  padding: clamp(26px, 7vw, 42px) clamp(28px, 5vw, 68px);
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 42, 68, 0.12);
  background: rgba(232, 241, 250, 0.42);
}

.result-grid div:last-child {
  border-bottom: 0;
}

.result-grid div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #67e8f9, #fbbf24);
}

.result-label {
  display: block;
  margin: 0;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.result-grid strong {
  display: block;
  color: var(--blue-900);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: clamp(46px, 14vw, 86px);
  line-height: 0.9;
}

.result-grid span:not(.result-label) {
  display: block;
  max-width: 360px;
  margin-top: 0;
  color: var(--neutral-700);
  font-weight: 800;
  line-height: 1.35;
}

.results-section .bottom-note {
  width: min(100% - clamp(28px, 5vw, 68px), var(--wide-width));
  max-width: none;
  margin: clamp(30px, 5vw, 56px) auto 0;
  padding: clamp(20px, 4vw, 30px) 0 0;
  border-left: 0;
  border-top: 1px solid rgba(15, 42, 68, 0.14);
  color: var(--blue-900);
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  color: var(--blue-900);
  background: var(--white);
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(232, 241, 250, 0.62), transparent 36%),
    linear-gradient(90deg, rgba(249, 115, 22, 0.08), transparent 34%);
  pointer-events: none;
}

.testimonial-shell {
  position: relative;
  z-index: 1;
  width: 100%;
}

.testimonial-header {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.testimonial-header .section-heading {
  margin-bottom: 0;
}

.testimonials-section h2 {
  color: var(--blue-900);
}

.testimonials-section .eyebrow {
  color: var(--blue-700);
  border-color: rgba(58, 110, 165, 0.16);
  background: var(--blue-100);
}

.testimonial-controls {
  display: flex;
  gap: 10px;
}

.testimonial-arrow {
  display: inline-grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(15, 42, 68, 0.16);
  border-radius: 50%;
  color: var(--blue-900);
  background: var(--white);
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
  border-color: rgba(249, 115, 22, 0.8);
  color: var(--white);
  background: var(--orange-600);
  transform: translateY(-2px);
}

.testimonial-slider {
  width: 100%;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.testimonial-slide {
  display: grid;
  flex: 0 0 100%;
  gap: 0;
  min-width: 0;
  padding-inline: 0;
}

.testimonial-photo {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  box-shadow: none;
}

.testimonial-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 42, 68, 0),
    rgba(15, 42, 68, 0.32)
  );
  pointer-events: none;
}

.testimonial-photo img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.testimonial-card {
  position: relative;
  display: grid;
  align-content: center;
  gap: clamp(24px, 4vw, 38px);
  min-height: 360px;
  padding: clamp(30px, 7vw, 86px);
  overflow: hidden;
  border: 0;
  background: var(--neutral-50);
  box-shadow: inset 0 0 0 1px rgba(15, 42, 68, 0.08);
}

.testimonial-card::before {
  content: "Hospice team story";
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(58, 110, 165, 0.16);
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--blue-900);
  font-size: clamp(30px, 8vw, 66px);
  line-height: 1.08;
}

.testimonial-card blockquote.reveal {
  opacity: 1;
  transform: none;
}

.result-grid strong {
  font-variant-numeric: tabular-nums;
}

.testimonial-card blockquote::before {
  content: "\201C";
  display: block;
  margin-bottom: 10px;
  color: var(--orange-500);
  font-size: clamp(62px, 10vw, 96px);
  line-height: 0.65;
}

.testimonial-card blockquote:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.testimonial-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-author img {
  width: 68px;
  aspect-ratio: 1;
  border: 3px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(15, 42, 68, 0.14);
}

.testimonial-author strong,
.testimonial-author span {
  display: block;
}

.testimonial-author strong {
  color: var(--blue-900);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.2;
}

.testimonial-author span {
  color: var(--neutral-700);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(18px, 4vw, 30px);
}

.testimonial-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid rgba(15, 42, 68, 0.18);
  border-radius: 999px;
  background: var(--neutral-200);
  cursor: pointer;
  transition:
    width 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.testimonial-dot.active {
  width: 34px;
  border-color: var(--orange-600);
  background: var(--orange-600);
}

.faq-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(248, 250, 252, 0.88),
      rgba(255, 255, 255, 1) 56%
    ),
    var(--white);
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(232, 241, 250, 0.76), transparent 46%),
    linear-gradient(290deg, rgba(255, 244, 236, 0.72), transparent 42%);
}

.faq-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(30px, 7vw, 72px);
}

.faq-media {
  display: grid;
  gap: 18px;
  margin-bottom: 0;
}

.faq-media h2 {
  max-width: 680px;
  text-wrap: balance;
}

.faq-media p {
  margin-inline: 0;
}

.faq-media > p:not(.eyebrow) {
  max-width: 610px;
  color: var(--neutral-700);
  font-size: clamp(17px, 4vw, 20px);
  line-height: 1.6;
}

.faq-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  margin-top: 8px;
  border-radius: var(--radius-card);
  background: var(--blue-900);
  box-shadow: var(--shadow-soft);
}

.faq-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 42, 68, 0.02),
    rgba(15, 42, 68, 0.66)
  );
  pointer-events: none;
}

.faq-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.faq-answer-panel {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(15, 42, 68, 0.18);
  backdrop-filter: blur(14px);
}

.faq-answer-panel span {
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq-answer-panel strong {
  color: var(--blue-900);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: clamp(22px, 6vw, 30px);
  line-height: 1.08;
}

.faq-answer-panel p {
  color: var(--neutral-700);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.48;
}

.faq-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.faq-proof-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(58, 110, 165, 0.16);
  border-radius: 999px;
  color: var(--blue-700);
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(15, 42, 68, 0.06);
}

.faq-list {
  display: grid;
  gap: 14px;
  align-content: center;
}

.faq-list details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(58, 110, 165, 0.16);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-small);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.faq-list details[open],
.faq-list details:hover {
  border-color: rgba(249, 115, 22, 0.34);
  box-shadow: 0 18px 42px rgba(15, 42, 68, 0.1);
}

.faq-list details[open] {
  background:
    linear-gradient(
      180deg,
      rgba(255, 244, 236, 0.5),
      rgba(255, 255, 255, 0.92)
    ),
    var(--white);
}

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 18px;
  cursor: pointer;
  color: var(--blue-900);
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 50%;
  color: var(--orange-600);
  background: var(--orange-100);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
  color: var(--white);
  background: var(--orange-600);
}

.faq-question-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(58, 110, 165, 0.18);
  border-radius: 50%;
  color: var(--blue-500);
  background: var(--blue-100);
}

.faq-question-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-list details p {
  max-width: 790px;
  padding: 0 18px 22px 74px;
  color: var(--neutral-700);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.64;
}

blockquote {
  margin: 0;
  padding: 26px;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-card);
  color: var(--blue-900);
  background: var(--white);
  box-shadow: var(--shadow-small);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.pricing-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: clamp(18px, 4vw, 28px);
  margin-top: clamp(32px, 6vw, 64px);
}

.pricing-section {
  padding-block: clamp(84px, 10vw, 132px);
  background:
    linear-gradient(
      180deg,
      rgba(248, 250, 252, 0.78),
      rgba(255, 255, 255, 1) 38%,
      rgba(232, 241, 250, 0.34)
    ),
    var(--white);
}

.pricing-section .section-heading {
  display: grid;
  gap: 16px;
  max-width: 830px;
  margin-bottom: 0;
  margin-inline: auto;
  text-align: center;
}

.pricing-section .eyebrow {
  margin-bottom: 0;
  margin-inline: auto;
}

.pricing-section .section-heading h2 {
  font-size: clamp(34px, 6vw, 52px);
}

.pricing-section .section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin-inline: auto;
  color: var(--neutral-700);
  font-size: clamp(17px, 3vw, 20px);
  line-height: 1.62;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  height: 100%;
  padding: clamp(24px, 5vw, 36px);
  overflow: hidden;
  border-color: rgba(58, 110, 165, 0.14);
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 1)),
    var(--white);
}

.pricing-card h3 {
  min-height: 54px;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.08;
}

.pricing-card > p {
  min-height: 78px;
  margin-top: 0;
  line-height: 1.55;
}

.plan-label {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(58, 110, 165, 0.16);
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-card h4 {
  margin: 6px 0 -4px;
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1 1 auto;
}

.pricing-card li {
  display: flex;
  gap: 10px;
  color: var(--neutral-700);
  font-weight: 700;
}

.pricing-card li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 4px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 50%;
  background: var(--orange-100);
  box-shadow: inset 0 0 0 5px var(--white);
}

.plan-price {
  display: flex;
  align-items: flex-end;
  min-height: 64px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 42, 68, 0.1);
  color: var(--blue-900);
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.1;
}

.pricing-card.featured {
  border-color: rgba(249, 115, 22, 0.35);
  background:
    linear-gradient(
      180deg,
      rgba(255, 244, 236, 0.98),
      rgba(255, 255, 255, 0.96)
    ),
    var(--orange-100);
}

.pricing-card .btn {
  width: 100%;
  margin-top: auto;
  justify-content: center;
}

.plan-note {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(58, 110, 165, 0.14);
  border-radius: 12px;
  background: var(--neutral-50);
}

.pricing-card.featured .plan-note {
  background: rgba(255, 255, 255, 0.72);
}

.plan-note strong {
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-note span {
  color: var(--neutral-700);
  font-weight: 700;
  line-height: 1.55;
}

.plan-label {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--orange-600);
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
}

.final-media {
  background: url("../images/operations-care.jpg") center / cover no-repeat;
}

.final-overlay {
  background: rgba(15, 42, 68, 0.68);
}

.final-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.final-inner h2,
.final-inner p {
  color: var(--white);
}

.final-inner p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.contact-section {
  background: linear-gradient(180deg, var(--white), var(--neutral-50));
}

.contact-copy {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  padding-left: clamp(18px, 5vw, 34px);
  border-left: 4px solid var(--orange-600);
}

/* .contact-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: min(100%, 220px);
  background: linear-gradient(180deg, var(--orange-600), #14b8a6, var(--blue-500));
} */

.contact-copy h2 {
  max-width: 620px;
  font-size: clamp(34px, 9vw, 54px);
  line-height: 1;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  font-size: clamp(17px, 4vw, 20px);
  line-height: 1.55;
}

.contact-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: var(--radius-card);
  background: var(--orange-100);
}

.contact-card strong {
  color: var(--blue-900);
  font-size: 14px;
}

.contact-card span {
  color: var(--neutral-700);
}

.contact-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-top: 4px;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-small);
}

.demo-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.two {
  grid-template-columns: 1fr;
}

label {
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--neutral-200);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--neutral-900);
  background: var(--neutral-50);
  outline: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(58, 110, 165, 0.12);
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 24px;
  color: var(--blue-700);
  font-weight: 700;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 74px 0 24px;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--blue-900);
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
}

.footer-inner img {
  width: 150px;
}

.footer-inner p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
}

.footer-media,
.footer-overlay {
  position: absolute;
  inset: 0;
}

.footer-media {
  background: url("../images/footer-care.jpg") center / cover no-repeat;
  opacity: 0.24;
}

.footer-overlay {
  background: linear-gradient(
    90deg,
    rgba(15, 42, 68, 0.97),
    rgba(15, 42, 68, 0.86)
  );
}

.footer-brand {
  display: grid;
  gap: 18px;
  align-content: start;
}

.footer-brand .btn {
  width: fit-content;
}

.footer-columns {
  display: grid;
  gap: 24px;
}

.footer-columns div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-columns h3 {
  color: var(--white);
  font-size: 20px;
}

.footer-columns a,
.footer-columns span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.footer-columns a:hover {
  color: var(--orange-500);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.reveal {
  --reveal-delay: 0ms;
  --reveal-x: 0;
  --reveal-y: 30px;
  --reveal-scale: 0.985;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0)
    scale(var(--reveal-scale));
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    filter 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  will-change: opacity, transform;
}

.reveal-from-left {
  --reveal-x: -24px;
  --reveal-y: 0;
}

.reveal-from-right {
  --reveal-x: 24px;
  --reveal-y: 0;
}

.reveal-rise {
  --reveal-y: 38px;
  --reveal-scale: 0.975;
}

.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: none;
  will-change: auto;
}

.system-flow.reveal {
  --reveal-y: 18px;
  clip-path: inset(0 50% 0 50%);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
}

.system-flow.reveal.visible {
  clip-path: inset(0);
}

.intro-band .reveal {
  --reveal-x: 0;
  --reveal-y: 28px;
  --reveal-scale: 0.985;
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes slowPresence {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1.07);
  }
}

@keyframes liftPanel {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulseLine {
  0%,
  100% {
    opacity: 0.52;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    clip-path: none;
  }

  .system-flow.reveal {
    clip-path: none;
  }
}

@media (min-width: 640px) {
  .section-inner,
  .wide-inner {
    width: min(100% - clamp(40px, 5vw, 68px), var(--max-width));
  }

  .wide-inner {
    width: min(100% - clamp(40px, 5vw, 68px), var(--wide-width));
  }

  .trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mock-row,
  .form-row.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mock-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-grid.four,
  .result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .testimonial-controls {
    justify-content: flex-end;
    padding-bottom: 4px;
  }

  .result-grid div {
    border-right: 1px solid rgba(15, 42, 68, 0.12);
  }

  .result-grid div:nth-child(2n) {
    border-right: 0;
  }

  .result-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(15, 42, 68, 0.12);
  }

  .result-grid div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .system-flow {
    grid-template-columns: 0.48fr 0.48fr minmax(260px, 1.35fr) 0.48fr 0.48fr;
    align-items: center;
    gap: 12px;
  }

  .system-flow span,
  .system-flow strong {
    justify-content: center;
    text-align: center;
  }

  .system-flow span:not(:last-child),
  .system-flow strong {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .system-flow strong {
    border-right-color: rgba(255, 255, 255, 0.82);
  }

  .problems-section .card-grid.four {
    grid-template-columns: 1fr;
  }

  .problem-card {
    grid-template-columns: minmax(88px, 0.18fr) minmax(240px, 0.78fr) minmax(
        260px,
        0.84fr
      );
    column-gap: clamp(22px, 4vw, 58px);
    align-items: center;
  }

  .problem-card h3 {
    max-width: none;
  }

  .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-image-card img {
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  .section {
    padding: clamp(72px, 7.5vw, 112px) 0;
  }

  .site-header {
    padding: 14px 34px;
  }

  .brand img {
    width: 164px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    transform: none;
  }

  .site-nav a {
    min-height: 42px;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.88);
  }

  .site-nav a:hover,
  .site-nav a:focus {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
  }

  .site-header.scrolled .site-nav a {
    color: var(--neutral-700);
  }

  .site-header.scrolled .site-nav .nav-cta {
    color: var(--white);
    background: var(--orange-600);
  }

  .site-header.scrolled .site-nav a:hover,
  .site-header.scrolled .site-nav a:focus {
    color: var(--blue-700);
  }

  .site-header.scrolled .site-nav .nav-cta:hover,
  .site-header.scrolled .site-nav .nav-cta:focus {
    color: var(--white);
    background: var(--orange-500);
  }

  .site-nav .nav-cta {
    min-width: 126px;
    margin-left: 8px;
    gap: 8px;
    padding: 0 16px;
    color: var(--white);
    background: var(--orange-600);
    box-shadow: 0 12px 26px rgba(249, 115, 22, 0.22);
  }

  .hero {
    min-height: 100svh;
    padding-top: 136px;
  }

  .hero-inner {
    width: calc(100% - 68px);
    min-height: calc(100svh - 184px);
  }

  .trust-strip {
    grid-column: 1 / -1;
  }

  .hero-copy {
    font-size: 19px;
  }

  .split-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 64px;
  }

  .product-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 72px;
  }

  .intro-grid {
    grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
    align-items: stretch;
    min-height: auto;
    padding: 0;
  }

  .intro-content {
    width: min(100%, 700px);
    min-height: auto;
    margin-inline: 0;
    padding: 0;
  }

  .intro-media {
    align-self: stretch;
    min-height: 520px;
    background-attachment: fixed;
    background-position: right center;
  }

  .intro-media img {
    display: none;
  }

  .faq-grid {
    grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: clamp(58px, 7vw, 96px);
  }

  .faq-media {
    align-self: stretch;
    align-content: center;
  }

  .faq-visual-card {
    min-height: clamp(460px, 48vw, 640px);
  }

  .faq-visual-card img {
    min-height: clamp(460px, 48vw, 640px);
  }

  .faq-answer-panel {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: 460px;
    padding: 22px;
  }

  .faq-list {
    gap: 18px;
  }

  .faq-list summary {
    min-height: 90px;
    padding: 22px 24px;
    font-size: 19px;
  }

  .faq-list details p {
    padding: 0 28px 26px 90px;
    font-size: 17px;
  }

  .intro-points {
    grid-template-columns: 1fr;
  }

  .intro-points article {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 20px 0 0;
  }

  .intro-points strong {
    font-size: 20px;
  }

  .card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .problems-section .card-grid.four {
    grid-template-columns: 1fr;
  }

  .services-head {
    grid-template-columns: minmax(380px, 0.95fr) minmax(360px, 0.72fr);
    align-items: end;
  }

  .services-head > p {
    justify-self: end;
    padding-bottom: 8px;
  }

  .service-lanes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid rgba(255, 255, 255, 0.16);
  }

  .service-lane {
    min-height: 520px;
    align-content: start;
    padding: clamp(34px, 4vw, 54px) clamp(28px, 4vw, 76px);
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .service-lane:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .service-lane ul {
    margin-top: clamp(20px, 5vw, 72px);
  }

  .problem-card:nth-child(even) {
    grid-template-columns: minmax(88px, 0.18fr) minmax(260px, 0.84fr) minmax(
        240px,
        0.78fr
      );
  }

  .problem-card:nth-child(even) h3 {
    grid-column: 3;
  }

  .problem-card:nth-child(even) p {
    grid-column: 2;
    grid-row: 1;
  }

  .problem-card:nth-child(even)::before {
    grid-column: 1;
    grid-row: 1;
  }

  .workflow-section {
    min-height: calc(100svh + clamp(360px, 66svh, 620px));
    padding: 0;
  }

  .workflow-section .wide-inner {
    position: sticky;
    top: 0;
    display: grid;
    min-height: 100svh;
    align-items: center;
    padding-block: clamp(72px, 7.5vw, 112px);
  }

  .workflow-layout {
    grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
    align-items: center;
    gap: clamp(56px, 7vw, 118px);
  }

  .workflow-copy {
    align-content: center;
  }

  .workflow-copy .section-heading {
    max-width: 650px;
    margin-bottom: 10px;
  }

  .workflow-copy .section-heading h2 {
    font-size: clamp(40px, 4vw, 64px);
  }

  .workflow-track {
    gap: 0;
  }

  .workflow-step {
    min-height: 124px;
    padding: 24px 0;
  }

  .workflow-step h3 {
    font-size: clamp(23px, 1.7vw, 30px);
  }

  .workflow-card-window {
    height: clamp(480px, 64svh, 660px);
    min-height: 480px;
  }

  .workflow-card-stack {
    height: 100%;
  }

  .workflow-image-card {
    height: 100%;
    min-height: 100%;
  }

  .workflow-image-card img {
    height: 100%;
    aspect-ratio: auto;
  }

  .result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .result-grid div {
    border-bottom: 0;
    border-right: 1px solid rgba(15, 42, 68, 0.12);
  }

  .result-grid div:nth-child(2n) {
    border-right: 1px solid rgba(15, 42, 68, 0.12);
  }

  .result-grid div:last-child {
    grid-column: auto;
    border-right: 0;
  }

  .testimonial-slide {
    grid-template-columns: minmax(340px, 46vw) minmax(0, 1fr);
    align-items: stretch;
  }

  .testimonial-photo {
    min-height: clamp(560px, 56vw, 760px);
  }

  .testimonial-photo img {
    min-height: clamp(560px, 56vw, 760px);
  }

  .testimonial-card {
    min-height: clamp(560px, 56vw, 760px);
  }

  .check-list.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3,
  blockquote {
    font-size: 21px;
  }

  .testimonial-card blockquote {
    font-size: clamp(25px, 9vw, 34px);
  }

  .btn {
    width: 100%;
  }

  .hero {
    min-height: 100svh;
  }

  .problem-card {
    grid-template-columns: 1fr;
  }

  .problem-card p {
    grid-column: 1;
  }

  .faq-visual-card,
  .faq-visual-card img {
    min-height: 420px;
  }

  .faq-answer-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 15px;
  }

  .faq-list summary {
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    gap: 10px;
    min-height: 68px;
    padding: 15px;
    font-size: 15px;
  }

  .faq-question-icon {
    width: 36px;
    height: 36px;
  }

  .faq-question-icon svg {
    width: 19px;
    height: 19px;
  }

  .faq-list summary::after {
    width: 30px;
    height: 30px;
    font-size: 21px;
  }

  .faq-list details p {
    padding: 0 15px 18px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 900px) {
  .workflow-section {
    min-height: auto;
    padding: clamp(72px, 7.5vw, 112px) 0;
  }

  .workflow-section .wide-inner {
    position: relative;
    min-height: auto;
    padding-block: 0;
  }
}
