:root {
  --navy: #082a44;
  --navy-deep: #041b2d;
  --teal: #00a79d;
  --teal-dark: #007b75;
  --orange: #ff5b24;
  --yellow: #ffd23f;
  --ink: #102f48;
  --muted: #405b70;
  --line: #b7c8d3;
  --white: #ffffff;
  --cream: #fffaf0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body,
a,
button {
  letter-spacing: 0.02em;
}

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

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: var(--navy-deep);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 3px solid var(--navy);
  background: rgba(255, 255, 255, 0.97);
}

.header-inner {
  display: flex;
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
}

.brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.brand img:first-child {
  width: 174px;
}

.brand-divider {
  width: 2px;
  height: 38px;
  background: var(--navy);
}

.brand .jpx-logo {
  width: 34px;
  border: 1px solid #d3d3d3;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  margin-left: auto;
  padding: 0 28px;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
  content: "";
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-phone {
  display: grid;
  line-height: 1.2;
  text-align: right;
}

.header-phone span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.header-phone strong {
  color: var(--navy);
  font-family: Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 62px;
  padding: 0 26px;
  border: 3px solid var(--navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  box-shadow: 6px 6px 0 var(--navy);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 var(--navy);
}

.button-small {
  min-height: 52px;
  padding: 0 18px;
  border-color: var(--teal-dark);
  background: var(--teal);
  color: var(--white);
  font-size: 14px;
  box-shadow: 5px 5px 0 var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.hero-grid,
.strengths-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(var(--navy) 1px, transparent 1px),
    linear-gradient(90deg, var(--navy) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.hero-orbit {
  position: absolute;
  border: 4px solid var(--teal);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit::after {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 4px solid var(--navy);
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.hero-orbit-one {
  top: 112px;
  right: -100px;
  width: 320px;
  height: 320px;
}

.hero-orbit-one::after {
  top: 42px;
  left: 18px;
}

.hero-orbit-two {
  right: 34%;
  bottom: -106px;
  width: 210px;
  height: 210px;
  border-color: var(--orange);
}

.hero-orbit-two::after {
  top: 42px;
  right: -12px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  gap: clamp(58px, 7vw, 104px);
  width: min(1180px, calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  padding: 82px 0 94px;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--teal-dark);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-dark span {
  width: 44px;
  height: 4px;
  background: var(--orange);
}

.hero h1 {
  margin-bottom: 30px;
  color: var(--navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 4.8vw, 62px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.32;
}

.hero-line {
  white-space: nowrap;
}

.hero-keyword {
  position: relative;
  z-index: 1;
  color: var(--teal-dark);
  font-family: Georgia, "Yu Mincho", serif;
  font-weight: 800;
}

.hero-keyword::after {
  position: absolute;
  z-index: -1;
  right: -2px;
  bottom: 2px;
  left: -2px;
  height: 14px;
  background: var(--yellow);
  content: "";
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.button-primary {
  min-width: 230px;
  background: var(--orange);
  color: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 3px solid var(--navy);
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--teal-dark);
  border-color: var(--teal-dark);
}

.microcopy {
  margin: 20px 0 0 3px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-proof {
  position: relative;
  align-self: center;
  min-height: 470px;
}

.yes-card {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 430px);
  min-height: 300px;
  padding: 48px 44px;
  border: 3px solid var(--navy);
  background: var(--white);
  box-shadow: 14px 14px 0 var(--teal);
}

.yes-card::before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 110px;
  height: 10px;
  background: var(--orange);
  content: "";
}

.yes-question {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
}

.yes-answer {
  color: var(--teal-dark);
  font-family: Georgia, serif;
  font-size: clamp(70px, 7vw, 96px);
  font-weight: 800;
  line-height: 1;
}

.yes-card > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
}

.stat-card,
.grant-card {
  position: absolute;
  z-index: 2;
  border: 3px solid var(--navy);
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 7px 7px 0 var(--navy);
}

.stat-card {
  bottom: 14px;
  left: -55px;
  display: grid;
  min-width: 220px;
  padding: 20px 24px;
}

.stat-card strong {
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

.stat-card strong small {
  font-size: 15px;
}

.stat-card > span {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 800;
}

.grant-card {
  right: -34px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 232px;
  padding: 16px 18px;
  background: var(--white);
}

.grant-card .check {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
}

.grant-card > span:last-child {
  display: grid;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.grant-card strong {
  color: var(--navy);
  font-size: 15px;
}

.hero-trust {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0 calc((100% - min(1180px, calc(100% - 48px))) / 2);
  list-style: none;
  border-top: 5px solid var(--orange);
  background: var(--navy);
  color: var(--white);
}

.hero-trust li {
  position: relative;
  padding: 20px 12px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.hero-trust li + li::before {
  position: absolute;
  top: 24%;
  bottom: 24%;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}

.section {
  position: relative;
  padding: 118px 0;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading h2,
.cta h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 6.7vw, 48px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.42;
}

.section-heading h2 > span {
  white-space: nowrap;
}

.eligibility {
  border-top: 10px solid var(--yellow);
  background: var(--cream);
}

.eligibility-heading {
  display: block;
}

.eligibility-heading > div {
  max-width: 820px;
}

.eligibility blockquote {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.5fr) minmax(0, 1.5fr);
  gap: 34px;
  align-items: center;
  margin: 40px 0 0;
  padding: 34px 40px 32px 54px;
  border: 3px solid var(--navy);
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.95;
  box-shadow: 9px 9px 0 var(--yellow);
}

.eligibility blockquote .quote-mark {
  position: absolute;
  top: -34px;
  left: 14px;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 74px;
  line-height: 1;
}

.quote-label {
  padding-right: 30px;
  border-right: 4px solid var(--teal);
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
}

.quote-text {
  margin: 0;
}

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

.benefit-card {
  min-height: 285px;
  padding: 30px;
  border: 3px solid var(--navy);
  background: var(--white);
}

.benefit-card:nth-child(1) {
  box-shadow: 9px 9px 0 var(--teal);
}

.benefit-card:nth-child(2) {
  box-shadow: 9px 9px 0 var(--orange);
}

.benefit-card:nth-child(3) {
  box-shadow: 9px 9px 0 var(--yellow);
}

.benefit-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.benefit-number {
  color: var(--navy);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.benefit-symbol {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 3px solid var(--navy);
  background: var(--yellow);
  color: var(--navy);
  font-size: 27px;
  font-weight: 900;
}

.benefit-card h3,
.strength-card h3,
.steps h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
}

.benefit-card p,
.strength-card p,
.steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

.notice {
  margin: 42px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.strengths {
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.strengths-pattern {
  opacity: 0.1;
  background-image:
    linear-gradient(var(--white) 1px, transparent 1px),
    linear-gradient(90deg, var(--white) 1px, transparent 1px);
}

.strengths::after {
  position: absolute;
  top: 86px;
  right: -90px;
  width: 280px;
  height: 280px;
  border: 40px solid var(--teal);
  border-radius: 50%;
  content: "";
}

.section-heading-light h2 {
  color: var(--white);
}

.eyebrow-bright {
  color: var(--yellow);
}

.section-intro {
  margin: 0;
  color: #d6e4ec;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.strength-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 22px;
}

.strength-feature {
  grid-row: span 2;
  padding: 42px;
  border: 3px solid var(--white);
  background: var(--orange);
  color: var(--white);
  box-shadow: 11px 11px 0 var(--yellow);
}

.strength-stat {
  margin-bottom: 38px;
  font-family: Arial, sans-serif;
  font-size: clamp(58px, 5.3vw, 78px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.strength-stat span {
  margin-left: 5px;
  font-size: 20px;
  letter-spacing: 0;
}

.strength-feature h3 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}

.strength-feature > p:last-child {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.strength-card {
  display: flex;
  gap: 18px;
  min-height: 200px;
  padding: 28px;
  border: 3px solid var(--white);
  background: var(--white);
}

.strength-card:nth-child(3),
.strength-card:nth-child(5) {
  background: var(--yellow);
}

.strength-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 3px solid var(--navy);
  background: var(--teal);
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.flow {
  background: var(--white);
}

.flow::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  height: 18px;
  background: var(--orange);
  content: "";
}

.flow-intro > p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  border: 3px solid var(--navy);
  box-shadow: 12px 12px 0 var(--teal);
}

.steps li {
  position: relative;
  min-height: 252px;
  padding: 34px 32px;
  background: var(--white);
}

.steps li:nth-child(2) {
  background: var(--cream);
}

.steps li + li {
  border-left: 3px solid var(--navy);
}

.step-number {
  display: block;
  margin-bottom: 28px;
  color: var(--orange);
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.step-arrow {
  position: absolute;
  top: 32px;
  right: 28px;
  color: var(--teal-dark);
  font-size: 28px;
  font-weight: 900;
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: var(--teal-dark);
  color: var(--white);
}

.cta::before {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(var(--white) 1px, transparent 1px),
    linear-gradient(90deg, var(--white) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
}

.cta-shape {
  position: absolute;
  top: -150px;
  right: 7%;
  width: 420px;
  height: 420px;
  border: 70px solid var(--orange);
  border-radius: 50%;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 92px;
  align-items: center;
}

.cta h2 {
  margin-bottom: 22px;
  color: var(--white);
}

.cta-inner > div:first-child > p:last-child {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.cta-actions {
  display: grid;
  gap: 28px;
}

.button-white {
  background: var(--white);
  color: var(--navy);
  box-shadow: 8px 8px 0 var(--navy);
}

.cta-phone {
  display: grid;
  padding-left: 24px;
  border-left: 6px solid var(--yellow);
  color: var(--white);
  line-height: 1.4;
}

.cta-phone span {
  font-size: 14px;
  font-weight: 800;
}

.cta-phone strong {
  font-family: Arial, sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
}

.site-footer {
  padding: 70px 0 24px;
  background: var(--navy-deep);
  color: var(--white);
}

.footer-inner,
.footer-bottom {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 64px;
  align-items: start;
}

.footer-logo-box {
  display: inline-block;
  padding: 18px 22px;
  background: var(--white);
}

.footer-brand p {
  margin: 22px 0 0;
  color: #c7d6e0;
  font-size: 15px;
  font-weight: 700;
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
}

.footer-nav a,
.page-top {
  color: #d9e4ea;
  font-size: 14px;
  font-weight: 700;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.page-top:hover,
.page-top:focus-visible {
  color: var(--yellow);
}

.page-top {
  padding-bottom: 5px;
  border-bottom: 3px solid var(--orange);
  white-space: nowrap;
}

.footer-bottom {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid #3b5365;
}

.footer-bottom p {
  margin: 0;
  color: #aebfca;
  font-size: 14px;
}

:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .header-contact {
    margin-left: auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-inner {
    grid-template-columns: 1fr 0.85fr;
    gap: 52px;
  }

  .stat-card {
    left: -20px;
  }

  .grant-card {
    right: -12px;
  }

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

  .strength-feature {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 72px;
  }

  .header-inner {
    width: min(100% - 32px, 720px);
    min-height: 72px;
  }

  .brand img:first-child {
    width: 144px;
  }

  .brand-divider,
  .brand .jpx-logo,
  .header-phone {
    display: none;
  }

  .button-small {
    min-height: 46px;
    padding: 0 14px;
    box-shadow: 4px 4px 0 var(--navy);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 680px);
    padding: 64px 0 78px;
  }

  .hero h1 {
    font-size: clamp(32px, 8.5vw, 58px);
  }

  .hero-proof {
    width: min(100%, 560px);
    min-height: 510px;
    margin: 0 auto;
  }

  .yes-card {
    right: 18px;
    left: 0;
    width: auto;
  }

  .stat-card {
    left: 4px;
  }

  .grant-card {
    right: 0;
  }

  .hero-trust {
    grid-template-columns: 1fr 1fr;
    padding: 0 16px;
  }

  .hero-trust li:nth-child(3)::before {
    content: none;
  }

  .hero-trust li:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .section {
    padding: 86px 0;
  }

  .section-inner {
    width: min(100% - 40px, 680px);
  }

  .section-heading,
  .cta-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .eligibility blockquote {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .quote-label {
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 4px solid var(--teal);
  }

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

  .benefit-card {
    min-height: auto;
  }

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

  .strength-feature {
    grid-column: auto;
  }

  .strength-card {
    min-height: auto;
  }

  .steps li {
    min-height: 210px;
  }

  .steps li + li {
    border-top: 3px solid var(--navy);
    border-left: 0;
  }

  .cta {
    padding: 84px 0;
  }

  .cta-shape {
    right: -170px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-nav {
    grid-column: span 2;
    grid-row: 2;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .header-inner {
    width: calc(100% - 24px);
  }

  .brand img:first-child {
    width: 126px;
  }

  .button-small {
    min-height: 44px;
    padding: 0 11px;
    border-width: 2px;
    font-size: 14px;
  }

  .button-small span {
    display: none;
  }

  .hero-inner,
  .section-inner,
  .footer-inner,
  .footer-bottom {
    width: calc(100% - 32px);
  }

  .hero-inner {
    gap: 46px;
    padding-top: 52px;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(30px, 8.2vw, 44px);
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .button {
    min-height: 58px;
  }

  .text-link {
    align-self: flex-start;
    font-size: 14px;
  }

  .hero-proof {
    min-height: 500px;
  }

  .yes-card {
    right: 10px;
    padding: 38px 28px;
    box-shadow: 10px 10px 0 var(--teal);
  }

  .yes-answer {
    font-size: 74px;
  }

  .stat-card {
    bottom: 10px;
    left: 0;
    min-width: 190px;
    padding: 17px 18px;
  }

  .stat-card strong {
    font-size: 30px;
  }

  .grant-card {
    right: 0;
    bottom: 116px;
    min-width: 218px;
  }

  .hero-trust li {
    padding: 18px 6px;
    font-size: 14px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .section-heading h2,
  .cta h2 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .eligibility blockquote,
  .benefit-card,
  .strength-feature,
  .strength-card,
  .steps li {
    padding: 26px 22px;
  }

  .benefit-grid {
    gap: 24px;
  }

  .strength-feature {
    box-shadow: 8px 8px 0 var(--yellow);
  }

  .strength-card {
    display: grid;
  }

  .steps {
    box-shadow: 8px 8px 0 var(--teal);
  }

  .cta-inner {
    gap: 46px;
  }

  .cta-phone strong {
    font-size: 27px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-nav {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .page-top {
    justify-self: start;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
