@charset "utf-8";
/* CSS Document */
:root {
  --ink: #061d3c;
  --body: #22334b;
  --muted: #526172;
  --line: #dce5e7;
  --soft: #f7faf9;
  --soft-2: #f0f5f4;
  --teal: #006f73;
  --teal-dark: #00585c;
  --burgundy: #8b263a;
  --burgundy-dark: #762132;
  --icon-bg: #f4f2f2;
  --shadow: 0 18px 46px rgba(6, 29, 60, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--body);
  background: #fff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.brand,
.site-footer h2 {
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.brand {
  justify-self: start;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1;
}

.nav-links {
  display: flex;
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.header-cta {
  justify-self: end;
}

.button,
.header-cta,
.urgent-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 48px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.header-cta:hover,
.urgent-button:hover {
  transform: translateY(-1px);
}

.button-primary,
.header-cta {
  padding: 0 22px;
  background: var(--teal);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 111, 115, 0.18);
}

.button-primary:hover,
.header-cta:hover {
  background: var(--teal-dark);
}

.button-secondary {
  padding: 0 30px;
  border: 1px solid #0c2140;
  background: #fff;
  color: var(--ink);
}

.hero {
  min-height: 640px;
  padding: 76px 5vw 84px;
  background-image:
    linear-gradient(90deg, #fff 0%, #fff 27%, rgba(255, 255, 255, 0.96) 38%, rgba(255, 255, 255, 0.62) 52%, rgba(255, 255, 255, 0) 67%),
    url("assets/hero-care.png");
  background-position: center right;
  background-size: cover;
}

.hero-content {
  max-width: 610px;
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(52px, 5.4vw, 78px);
  font-weight: 600;
  line-height: 0.98;
}

.hero p {
  max-width: 490px;
  margin-bottom: 32px;
  color: #10243e;
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.mobile-hero-image {
  display: none;
}

.top-signals {
  padding: 32px 5vw 52px;
}

.section-kicker {
  margin-bottom: 30px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.signal-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  align-items: center;
  padding-right: 34px;
  border-right: 1px solid var(--line);
}

.signal-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.round-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 50%;
  background: var(--icon-bg);
}

.round-icon svg {
  width: 38px;
  height: 38px;
}

.teal {
  color: var(--teal);
}

.burgundy {
  color: var(--burgundy);
}

.signal-item h2,
.warning-card h3,
.process-step h3,
.site-footer h3 {
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
}

.signal-item h2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.signal-item p {
  margin-bottom: 0;
  color: #26364c;
  font-size: 14px;
}

.urgent-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 30px 5vw;
  background: linear-gradient(90deg, var(--burgundy-dark), #963548);
  color: #fff;
}

.urgent-copy {
  display: flex;
  align-items: center;
  gap: 30px;
}

.phone-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
}

.phone-icon svg {
  width: 30px;
  height: 30px;
}

.urgent-band h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.08;
}

.urgent-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.urgent-button {
  min-width: 210px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  color: #fff;
}

.section {
  padding: clamp(74px, 7vw, 112px) 5vw;
}

.warning-more,
.checklist-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(38px, 5vw, 76px);
  align-items: start;
}

.section-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 600;
  line-height: 1.02;
}

.section-copy.compact h2 {
  max-width: 310px;
}

.section-copy p {
  max-width: 450px;
  margin-bottom: 22px;
  color: var(--body);
  font-size: 15px;
}

.text-link {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
}

.card-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.warning-card {
  min-height: 290px;
  padding: 28px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(6, 29, 60, 0.04);
}

.line-icon {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
}

.warning-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.warning-card p {
  margin-bottom: 0;
  color: #36465a;
  font-size: 14px;
  line-height: 1.65;
}

.checklist-section {
  background: linear-gradient(90deg, #fff 0%, var(--soft) 100%);
}

.evidence-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evidence-list li {
  position: relative;
  padding: 15px 0 15px 42px;
  border-bottom: 1px solid var(--line);
  color: var(--body);
  font-size: 16px;
}

.evidence-list li::before {
  position: absolute;
  top: 16px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.process-section {
  text-align: center;
}

.process-section h2 {
  margin-bottom: 56px;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 600;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 64px);
}

.process-step {
  position: relative;
  text-align: left;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 48px;
  right: -42px;
  width: 58px;
  height: 1px;
  border-top: 1px dashed #aeb9bd;
  content: "";
}

.process-icon {
  display: grid;
  width: 96px;
  height: 96px;
  margin: 0 auto 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-2);
  color: var(--teal);
}

.process-icon svg {
  width: 52px;
  height: 52px;
}

.step-title {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.step-title span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.step-title h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
}

.process-step p {
  margin-bottom: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.65;
}

.final-cta {
  padding: 52px 5vw;
  background: linear-gradient(90deg, #00656b, #007b7b);
  color: #fff;
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
}

.final-cta p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
}

.button-white {
  min-width: 300px;
  padding: 0 28px;
  background: #fff;
  color: var(--teal);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.13);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 1.25fr 1.2fr;
  gap: 42px;
  padding: 42px 5vw 34px;
  border-bottom: 1px solid var(--line);
}

.site-footer h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.site-footer h3 {
  margin: 0 0 13px;
  font-size: 15px;
  font-weight: 800;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 6px;
  color: #23344a;
  font-size: 13px;
}

.legal-line {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  padding: 18px 5vw;
  color: #3e4b5c;
  font-size: 12px;
}

.legal-line p {
  margin-bottom: 0;
}

.legal-line nav {
  display: flex;
  gap: 36px;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand {
    grid-column: 1;
  }

  .header-cta {
    grid-column: 2;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .hero {
    background-position: 62% center;
  }

  .signal-grid,
  .card-row,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-item:nth-child(2) {
    border-right: 0;
  }

  .warning-more,
  .checklist-section {
    grid-template-columns: 1fr;
  }

  .process-step::after {
    display: none;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .header-cta {
    display: none;
  }

  .nav-links {
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 2px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 0;
    background-image: none;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.62;
  }

  .hero-actions,
  .button,
  .button-white {
    width: 100%;
  }

  .mobile-hero-image {
    display: block;
    width: calc(100% + 10vw);
    max-width: none;
    height: 300px;
    margin: 36px -5vw 0;
    object-fit: cover;
    object-position: center;
  }

  .signal-grid,
  .card-row,
  .process-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .signal-item {
    grid-template-columns: 1fr;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .urgent-band,
  .urgent-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .urgent-button {
    width: 100%;
  }

  .warning-card {
    min-height: auto;
  }

  .legal-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .legal-line nav {
    gap: 20px;
  }
}
