:root {
  --blue: #0b8fc5;
  --blue-bright: #139bd2;
  --blue-deep: #003f56;
  --teal: #0d7890;
  --teal-dark: #00495c;
  --teal-soft: #eefdfe;
  --coral: #e95a47;
  --coral-deep: #c94637;
  --ink: #07090d;
  --muted: #263642;
  --soft-muted: #556872;
  --line: #cfdde2;
  --white: #ffffff;
  --surface: #f7fbfb;
  --gold: #f3c44e;
  --shadow: 0 14px 28px rgba(0, 48, 68, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.42;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 14px;
  color: var(--white);
  font-size: 48px;
  line-height: 1.04;
  text-shadow: 0 3px 18px rgba(0, 39, 54, 0.24);
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.08;
}

h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.18;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  color: var(--white);
  background: var(--coral);
  border: 1px solid rgba(114, 24, 14, 0.25);
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(0, 55, 78, 0.2);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--coral-deep);
  box-shadow: 0 12px 22px rgba(0, 55, 78, 0.24);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 24px 32px 54px;
  background-color: var(--blue);
  background-image:
    linear-gradient(90deg, rgba(19, 145, 196, 0.96) 0%, rgba(38, 153, 203, 0.78) 34%, rgba(125, 189, 216, 0.34) 58%, rgba(255, 255, 255, 0.05) 100%),
    linear-gradient(180deg, rgba(0, 52, 72, 0.08), rgba(0, 52, 72, 0.2)),
    url("/assets/hero-home-care.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
}

.hero-logo {
  display: inline-flex;
  width: 150px;
  margin-bottom: 22px;
  text-decoration: none;
}

.hero-logo img {
  filter: brightness(0) invert(1);
}

.hero .eyebrow {
  color: var(--white);
  text-transform: none;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 16px;
  line-height: 1.52;
  text-shadow: 0 2px 14px rgba(0, 39, 54, 0.16);
}

.hero-actions {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(640px, 100%);
  margin: 0;
}

.hero-points div,
.benefit-card,
.review-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(192, 211, 218, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-points div {
  padding: 12px 12px 13px;
  backdrop-filter: blur(8px);
}

.hero-points dt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-points dd {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.36;
}

.info-icon,
.card-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--teal);
}

.info-icon {
  width: 20px;
  height: 20px;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
}

.info-icon svg {
  width: 13px;
  height: 13px;
}

.card-icon {
  width: 23px;
  height: 23px;
  margin-top: 2px;
}

.card-icon svg,
.info-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.section {
  padding: 50px 32px;
}

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

.section-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.benefits {
  background:
    radial-gradient(circle at 8% 10%, rgba(194, 242, 246, 0.5), transparent 34%),
    linear-gradient(180deg, #f4ffff 0%, #eefafa 100%);
}

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

.benefit-card {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 9px;
  min-height: 104px;
  padding: 17px 18px;
}

.benefit-card p {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.46;
}

.journey-section {
  background: var(--white);
}

.journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: start;
}

.journey-copy h2 {
  max-width: 470px;
  margin-bottom: 20px;
  font-size: 30px;
}

.step-list {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0 0 0 76px;
  list-style: none;
  counter-reset: steps;
}

.step-list::before {
  content: "";
  position: absolute;
  top: 58px;
  bottom: 58px;
  left: 34px;
  width: 3px;
  background: var(--blue);
  border-radius: 999px;
}

.step-list li {
  position: relative;
  min-height: 92px;
  padding: 16px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  counter-increment: steps;
}

.step-list li::before {
  content: counter(steps);
  position: absolute;
  top: 50%;
  left: -76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: var(--white);
  background: var(--blue);
  border: 3px solid rgba(0, 62, 86, 0.18);
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0, 85, 121, 0.22);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.step-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
}

.step-list span {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
}

.journey-aside {
  display: grid;
  gap: 28px;
}

.fit-card {
  padding: 30px 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 16%, rgba(26, 154, 183, 0.45), transparent 32%),
    linear-gradient(135deg, #005c70 0%, #003646 100%);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 42, 58, 0.2);
  text-align: center;
}

.fit-card .eyebrow {
  color: var(--white);
  font-size: 13px;
}

.fit-card h2 {
  width: min(610px, 100%);
  margin-right: auto;
  margin-left: auto;
  color: var(--white);
  font-size: 23px;
}

.fit-card p {
  width: min(620px, 100%);
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.5;
}

.fit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.fit-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  color: var(--white);
  background: rgba(112, 171, 166, 0.76);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.reviews-panel .eyebrow {
  margin-bottom: 8px;
}

.reviews-panel h2 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: 23px;
}

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

.review-card {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  margin: 0;
  padding: 14px 13px 12px;
  background: var(--white);
  box-shadow: 0 10px 20px rgba(0, 48, 68, 0.12);
}

.review-card blockquote {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.34;
}

.review-card figcaption {
  margin-top: auto;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.review-card img {
  width: 78px;
  margin-top: 8px;
}

.final-cta {
  padding: 24px 32px;
  color: var(--white);
  background: linear-gradient(90deg, #027cac 0%, #0b9ccf 100%);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.final-cta .eyebrow {
  margin-bottom: 4px;
  color: #05374a;
  font-size: 12px;
}

.final-cta h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 30px;
}

.site-footer {
  padding: 28px 32px 34px;
  color: var(--ink);
  background: #f5fbfc;
  text-align: center;
}

.site-footer img {
  width: 142px;
  margin: 0 auto 20px;
}

.site-footer p {
  max-width: 870px;
  margin: 0 auto 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.site-footer a {
  color: #0075a6;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .hero {
    background-position: 62% center;
  }

  h1 {
    max-width: 590px;
    font-size: 44px;
  }

  .hero-copy {
    max-width: 540px;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 40px;
  }

  h2,
  .journey-copy h2 {
    font-size: 28px;
  }

  .hero-logo {
    width: 140px;
    margin-bottom: 20px;
  }

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

  .benefit-card {
    padding: 16px;
  }

  .fit-card {
    padding: 26px 24px;
  }
}

@media (max-width: 700px) {
  .hero,
  .section,
  .final-cta,
  .site-footer {
    padding-right: 22px;
    padding-left: 22px;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 42px;
    background-image:
      linear-gradient(90deg, rgba(19, 145, 196, 0.98) 0%, rgba(28, 151, 202, 0.88) 50%, rgba(42, 151, 200, 0.68) 100%),
      linear-gradient(180deg, rgba(0, 52, 72, 0.12), rgba(0, 52, 72, 0.28)),
      url("/assets/hero-home-care.jpg");
    background-position: 68% center;
  }

  .hero-logo {
    width: 154px;
    margin-bottom: 24px;
  }

  h1 {
    font-size: 38px;
  }

  .benefit-grid,
  .review-grid,
  .journey-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-points div {
    width: min(470px, 100%);
  }

  .fit-card {
    padding: 30px 24px;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .final-cta .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .hero {
    padding-top: 20px;
  }

  h1 {
    font-size: 34px;
  }

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

  .button {
    width: 100%;
  }

  .section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .benefit-card {
    padding: 18px;
  }

  .step-list {
    gap: 14px;
    padding-left: 0;
  }

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

  .step-list li {
    padding: 20px;
  }

  .step-list li::before {
    position: static;
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    font-size: 26px;
    transform: none;
  }

  .fit-card h2,
  .reviews-panel h2 {
    font-size: 24px;
  }

  .final-cta h2 {
    font-size: 26px;
  }
}
