:root {
  --bg: #f7f3e8;
  --cream: #fbf7ed;
  --surface: #ffffff;
  --ink: #092435;
  --muted: #52616a;
  --navy: #082c3d;
  --navy-2: #061f2b;
  --gold: #d6a21f;
  --gold-2: #f0c75e;
  --gold-dark: #7c5900;
  --line: rgba(9, 36, 53, 0.15);
  --line-light: rgba(255, 255, 255, 0.22);
  --shadow: 0 18px 50px rgba(9, 36, 53, 0.12);
  --radius: 8px;
  --container: 1140px;
  --header: 74px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--gold);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

address {
  font-style: normal;
}

:focus-visible {
  outline: 3px solid var(--gold-2);
  outline-offset: 3px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.section-pad {
  padding: 96px 0;
  scroll-margin-top: var(--header);
}

.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;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 237, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 26px rgba(9, 36, 53, 0.1);
}

.nav-wrap {
  width: 100%;
  min-height: var(--header);
  margin: 0;
  padding: 0 clamp(12px, 2vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  color: var(--navy-2);
}

.brand-wordmark {
  display: flex;
  align-items: baseline;
  gap: 8px;
  justify-content: center;
  color: var(--navy-2);
  font-family: "Trajan Pro", Cinzel, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.56rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-name-primary {
  font-weight: 900;
  line-height: 1;
}

.brand-name-secondary {
  font-weight: 900;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #40525c;
  font-size: 0.94rem;
  font-weight: 750;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  color: var(--navy);
  font-weight: 900;
}

.nav-cta {
  background: var(--navy);
  color: #fff;
  padding: 10px 15px;
  border-radius: var(--radius);
}

.nav-cta:hover {
  background: var(--navy-2);
  color: #fff;
}

.nav-cta:visited,
.site-nav .nav-cta[aria-current="page"],
.nav-cta:active,
.nav-cta:focus-visible {
  background: var(--navy);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.language-toggle {
  min-width: 58px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

.language-toggle:hover {
  border-color: rgba(124, 89, 0, 0.35);
  background: #fff7df;
}

.hero {
  position: relative;
  min-height: min(790px, calc(100vh - var(--header)));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  scroll-margin-top: var(--header);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/welcare-hero.png");
  background-position: center;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 31, 43, 0.96) 0%, rgba(6, 31, 43, 0.82) 38%, rgba(6, 31, 43, 0.38) 68%, rgba(6, 31, 43, 0.18) 100%),
    linear-gradient(0deg, rgba(6, 31, 43, 0.2), rgba(6, 31, 43, 0.04));
}

.hero-content {
  padding: 118px 0 82px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 875px;
  font-size: 5.25rem;
  font-weight: 850;
}

h2 {
  font-size: 3.1rem;
  font-weight: 820;
}

h3 {
  font-size: 1.2rem;
  font-weight: 820;
}

p {
  margin: 15px 0 0;
  color: var(--muted);
}

.hero-lede {
  max-width: 675px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.22rem;
}

.hero .eyebrow,
.navy-band .eyebrow,
.contact-section .eyebrow {
  color: var(--gold-2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 33px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--gold-2);
  color: var(--navy-2);
  border-color: var(--gold-2);
}

.button-primary:hover {
  background: #f5d47d;
  color: var(--navy-2);
}

.button-primary:visited,
.button-primary:active,
.button-primary:focus-visible {
  background: var(--gold-2);
  color: var(--navy-2);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: var(--line-light);
}

.button-secondary:hover {
  background: #fff;
  color: var(--navy-2);
}

.button-outline {
  margin-top: 28px;
  background: transparent;
  color: var(--navy);
  border-color: var(--line);
}

.button-outline:hover {
  background: var(--navy);
  color: #fff;
}

.trust-stats {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 48px 0 0;
}

.trust-stats div {
  min-height: 118px;
  padding: 19px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.trust-stats dt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.trust-stats dd {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.contact-bar {
  background: var(--navy);
  color: #fff;
}

.contact-bar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
  padding: 17px 0;
  font-size: 0.95rem;
  font-weight: 780;
}

.contact-bar-grid a {
  text-decoration: none;
}

.contact-bar-grid address {
  text-align: right;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading p,
.section-intro p {
  font-size: 1rem;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.person-card,
.product-grid article,
.quote-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(9, 36, 53, 0.07);
}

.service-card,
.person-card,
.product-grid article {
  padding: 28px;
}

.service-card p,
.person-card p,
.product-grid p,
.steps p {
  color: #5b6870;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold-dark);
  font-weight: 850;
}

.card-icon,
.person-initials {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  background: #fff6dd;
  color: var(--navy);
  border: 1px solid rgba(214, 162, 31, 0.36);
  border-radius: var(--radius);
  font-weight: 900;
}

.cream-band {
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 54px;
  align-items: start;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-grid article {
  min-height: 0;
}

#products .split-grid {
  grid-template-columns: 1fr;
  gap: 28px;
}

#products .section-intro {
  max-width: 760px;
}

.approach-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: center;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(9, 36, 53, 0.07);
}

.steps span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--navy);
  color: var(--gold-2);
  border-radius: var(--radius);
  font-weight: 900;
}

.navy-band {
  background: var(--navy);
  color: #fff;
}

.navy-band .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.carrier-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
}

.carrier-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  text-decoration: none;
}

.carrier-cloud a:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(240, 199, 94, 0.5);
  color: var(--gold-2);
}

.person-card a {
  display: inline-block;
  margin-top: 15px;
  color: #9a6f00;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.contact-section {
  background: var(--navy-2);
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 52px;
  align-items: start;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-copy .eyebrow {
  color: var(--gold-2);
}

.privacy-note {
  width: fit-content;
  max-width: 100%;
  padding: 12px 14px;
  background: rgba(240, 199, 94, 0.1);
  border: 1px solid rgba(240, 199, 94, 0.32);
  border-radius: var(--radius);
  font-weight: 760;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  color: #fff;
  font-weight: 840;
}

.contact-details a,
.contact-details address {
  color: #fff;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  color: var(--ink);
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row.full,
.quote-form .full {
  grid-column: 1 / -1;
}

label {
  font-size: 0.94rem;
  font-weight: 820;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf6;
  color: var(--ink);
  padding: 12px 13px;
}

textarea {
  resize: vertical;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--navy) 50%),
    linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 13px) 21px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.site-footer {
  background: #041721;
  color: rgba(255, 255, 255, 0.74);
  padding: 27px 0;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-grid p {
  margin: 0;
  color: inherit;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 820;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--gold-2);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(6, 31, 43, 0.96), rgba(6, 31, 43, 0.83)),
    url("assets/welcare-hero.png") center / cover;
  color: #fff;
  padding: 112px 0 86px;
  scroll-margin-top: var(--header);
}

.page-hero .eyebrow,
.page-hero p,
.cta-band .eyebrow,
.cta-band p {
  color: rgba(255, 255, 255, 0.78);
}

.page-hero .eyebrow,
.cta-band .eyebrow {
  color: var(--gold-2);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 52px;
  align-items: center;
}

.page-hero h1 {
  max-width: 860px;
  font-size: 4.35rem;
}

.page-lede {
  max-width: 720px;
  font-size: 1.14rem;
}

.proof-panel,
.page-nav {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: 24px;
  backdrop-filter: blur(12px);
}

.page-nav {
  display: grid;
  gap: 10px;
}

.page-nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: #fff;
  font-weight: 840;
  text-decoration: none;
}

.page-nav a:hover {
  color: var(--gold-2);
  border-color: rgba(240, 199, 94, 0.44);
}

.quote-link-section {
  background: var(--bg);
}

.quote-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quote-link-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  scroll-margin-top: calc(var(--header) + 24px);
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(9, 36, 53, 0.07);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.quote-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 89, 0, 0.34);
  box-shadow: 0 18px 42px rgba(9, 36, 53, 0.1);
  color: var(--ink);
}

.quote-link-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: #fff7df;
  border: 1px solid rgba(124, 89, 0, 0.18);
  border-radius: var(--radius);
  color: var(--navy);
}

.quote-link-icon svg {
  width: 22px;
  height: 22px;
}

.quote-link-card h3 {
  margin: 20px 0 8px;
  font-size: 1.42rem;
}

.quote-link-card p {
  margin: 0;
  color: #5b6870;
}

.quote-link-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--gold-dark);
  font-weight: 880;
  line-height: 1.25;
}

.quote-link-action svg {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
}

.proof-stats {
  display: grid;
  gap: 14px;
  margin: 0;
}

.proof-stats div {
  padding: 16px;
  background: rgba(6, 31, 43, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
}

.proof-stats dt {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.proof-stats dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero .panel-kicker,
.panel-kicker {
  margin: 0 0 10px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 52px;
  align-items: start;
}

.detail-stack {
  display: grid;
  gap: 16px;
}

.detail-card,
.summary-card,
.process-panels article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(9, 36, 53, 0.07);
  padding: 28px;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #5b6870;
}

.feature-list li {
  position: relative;
  padding-left: 26px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--gold-dark);
  border-radius: 50%;
}

.service-summary-grid .summary-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.service-summary-grid h3 {
  color: #fff;
}

.service-summary-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.process-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-panels span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  background: var(--navy);
  color: var(--gold-2);
  border-radius: var(--radius);
  font-weight: 900;
}

.cta-band {
  background: var(--navy-2);
  color: #fff;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.cta-grid h2 {
  max-width: 780px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  h1 {
    font-size: 4.3rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  .site-nav {
    gap: 12px;
    font-size: 0.82rem;
  }

  .brand-wordmark {
    font-size: 1.32rem;
    gap: 6px;
  }

  .split-grid,
  .approach-layout,
  .contact-grid,
  .page-hero-grid,
  .detail-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 3.65rem;
  }

  .process-panels {
    grid-template-columns: 1fr;
  }

  .quote-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .section-intro {
    max-width: 760px;
  }
}

@media (max-width: 940px) {
  .nav-toggle {
    display: block;
  }

  .header-actions {
    gap: 8px;
  }

  .site-nav {
    position: fixed;
    top: var(--header);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .nav-cta {
    margin-top: 4px;
    text-align: center;
  }
}

@media (max-width: 820px) {
  .section-pad {
    padding: 72px 0;
  }

  h1 {
    font-size: 3.55rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .page-hero {
    padding: 86px 0 68px;
  }

  .page-hero h1 {
    font-size: 3.1rem;
  }

  .nav-toggle {
    display: block;
  }

  .header-actions {
    gap: 8px;
  }

  .site-nav {
    position: fixed;
    top: var(--header);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .nav-cta {
    margin-top: 4px;
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(6, 31, 43, 0.96) 0%, rgba(6, 31, 43, 0.84) 100%),
      linear-gradient(0deg, rgba(6, 31, 43, 0.2), rgba(6, 31, 43, 0.04));
  }

  .hero-bg {
    background-position: 64% center;
  }

  .hero-content {
    padding: 92px 0 68px;
  }

  .card-grid.three,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-grid article {
    min-height: unset;
  }

  .contact-bar-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-bar-grid address {
    text-align: left;
  }

  .proof-panel,
  .page-nav {
    padding: 20px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .brand-wordmark {
    font-size: 0.82rem;
    gap: 4px;
  }

  .language-toggle {
    min-width: 52px;
    height: 40px;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2rem;
  }

  .page-hero h1 {
    font-size: 2.45rem;
  }

  .page-lede {
    font-size: 1.04rem;
  }

  .hero-lede {
    font-size: 1.06rem;
  }

  .trust-stats dt {
    font-size: 2rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .trust-stats {
    grid-template-columns: 1fr;
  }

  .trust-stats div {
    min-height: unset;
  }

  .steps li {
    grid-template-columns: 1fr;
  }

  .quote-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .quote-link-grid {
    grid-template-columns: 1fr;
  }

  .detail-card,
  .summary-card,
  .process-panels article {
    padding: 22px;
  }

  .cta-actions,
  .cta-actions .button {
    width: 100%;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
