.hero {
  color: var(--white);
  background: var(--brand-blue);
}

.hero-grid {
  display: grid;
  min-height: 868px;
  grid-template-columns: minmax(0, 1.063fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding-block: 96px 148px;
}

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

.hero-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 4.5vw, 4rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 503px;
  margin-bottom: 44px;
  font-size: 18px;
  line-height: 1.5;
}

.hero-copy .button {
  width: 155px;
  min-height: 46px;
  padding-block: 10px;
  font-weight: 500;
}

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

.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 570 / 624;
  object-fit: cover;
  object-position: center;
  border-radius: 50% 50% 0 0;
}

.financing {
  min-height: 585px;
  display: grid;
  align-items: center;
  padding-block: 0;
  color: var(--ink);
  background: var(--white);
}

.financing-grid,
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 8vw, 104px);
  align-items: center;
}

.financing .section-heading {
  max-width: 1018px;
  margin-bottom: 23px;
}

.financing .section-heading h2 {
  margin-bottom: 7px;
  color: var(--brand-blue);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.3;
}

.financing .section-heading p {
  max-width: 812px;
  margin-inline: auto;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.5;
}

.centered-action {
  margin: 0;
  text-align: center;
}

.financing .button {
  min-height: 40px;
  padding: 8px 24px;
  font-weight: 400;
}

.about-section {
  min-height: 408px;
  padding-block: 64px;
  color: var(--white);
  background: var(--brand-blue);
}

.about-inner,
.expertise-inner {
  max-width: 1018px;
}

.about-section .section-heading {
  margin-bottom: 18px;
}

.about-section .section-heading h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.about-copy {
  max-width: none;
}

.about-copy p {
  margin-bottom: 0;
  line-height: 1.55;
}

.quality-section {
  padding-block: 64px 57px;
  color: var(--white);
  background: var(--brand-blue);
}

.quality-section .split {
  grid-template-columns: minmax(0, 1.205fr) minmax(0, 1fr);
  gap: clamp(56px, 8vw, 115px);
}

.quality-section .values {
  grid-template-columns: 1fr;
  gap: 46px;
  margin-top: 0;
}

.quality-section .value {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.quality-section .value h2 {
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.quality-section .value p {
  color: var(--white);
  line-height: 1.55;
}

.split-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.222;
  object-fit: cover;
  border-radius: var(--radius-medium);
}

.values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
  margin-top: var(--space-6);
}

.value {
  padding: var(--space-6);
  color: var(--white);
  background: var(--brand-blue);
  border-radius: var(--radius-medium);
}

.value p {
  margin-bottom: 0;
  color: rgb(255 255 255 / 84%);
}

.expertise {
  min-height: 298px;
  padding-block: 24px;
  color: var(--white);
  background: var(--brand-blue);
}

.expertise .section-heading {
  margin-bottom: 50px;
}

.expertise .section-heading h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.expertise-copy p {
  margin-bottom: 0;
  line-height: 1.5;
}

.certifications {
  min-height: 533px;
  padding-block: 52px 109px;
  text-align: center;
}

.expertise-seal {
  width: min(100%, 732px);
  height: 209px;
  margin-inline: auto;
  object-fit: contain;
}

.certifications p {
  max-width: 812px;
  margin: 28px auto 0;
  color: #232323;
  font-size: 18px;
  line-height: 1.5;
}
