@import url("design-b-impact.css");

.impact-home {
  --home-max: 1240px;
}

.impact-home .home-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  padding: 9px 13px;
  font-size: 0.75rem;
  font-weight: 900;
}

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

.impact-home .impact-header__tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.impact-home .impact-text-size {
  min-height: 38px;
  border: 1px solid rgba(18, 47, 72, 0.35);
  border-radius: 9px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  padding: 6px 9px;
  font-size: 0.65rem;
  font-weight: 900;
}

.impact-home .impact-text-size:hover {
  background: var(--yellow);
}

html.large-text .impact-home {
  font-size: 1.08em;
}

.impact-home .impact-home__micro {
  margin: 0;
  color: #6c7779;
  font-size: 0.72rem;
  font-weight: 800;
}

.impact-home .impact-home__coming {
  max-width: 1184px;
  margin: 17px auto 0;
  color: #758087;
  font-size: 0.7rem;
  text-align: right;
}

.impact-home .impact-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(252, 247, 234, 0.94);
  backdrop-filter: blur(12px);
}

.impact-home .impact-hero {
  min-height: 530px;
  margin-bottom: 34px;
}

.impact-home .impact-hero__scene {
  min-height: 420px;
}

.impact-home .impact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.impact-home .impact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 2px solid var(--navy);
  border-radius: 12px 12px 12px 4px;
  background: var(--navy);
  color: #fff;
  padding: 10px 15px;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.impact-home .impact-button:hover {
  background: var(--teal);
  color: #fff;
  transform: translateY(-3px);
}

.impact-home .impact-button--light {
  background: #fff;
  color: var(--navy);
}

.impact-home .impact-button--light:hover {
  background: var(--yellow);
  color: var(--navy);
}

.impact-home .impact-products__disclosure {
  max-width: 1184px;
  margin: -8px auto 22px;
  border-left: 4px solid var(--yellow);
  color: #d7e8e5;
  padding-left: 11px;
  font-size: 0.72rem;
  line-height: 1.6;
}

.impact-home .impact-home-note {
  max-width: 1184px;
  margin: -8px auto 58px;
  border-left: 5px solid var(--yellow);
  background: #fff8df;
  color: #69572f;
  padding: 13px 17px;
  font-size: 0.76rem;
  font-weight: 700;
}

.impact-home .impact-home-note--footer {
  margin: 0 auto 24px;
}

.impact-home .impact-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 max(28px, calc((100% - 1184px) / 2)) 64px;
}

.impact-home .impact-benefit {
  min-height: 130px;
  border: 2px solid var(--navy);
  border-radius: 15px 15px 15px 4px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 7px 0 rgba(18, 47, 72, 0.11);
}

.impact-home .impact-benefit span {
  display: block;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
}

.impact-home .impact-benefit h2 {
  margin: 5px 0 4px;
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.2;
}

.impact-home .impact-benefit p {
  margin: 0;
  color: #647278;
  font-size: 0.72rem;
  line-height: 1.55;
}

.impact-home .impact-trust {
  padding: 66px max(28px, calc((100% - 1184px) / 2));
  background: #eaf7f5;
}

.impact-home .impact-trust__inner {
  max-width: 1184px;
  margin: auto;
}

.impact-home .impact-trust__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.impact-home .impact-trust__heading > span,
.impact-home .impact-policy__label {
  display: inline-block;
  border: 2px solid var(--navy);
  border-radius: 999px;
  color: var(--navy);
  padding: 5px 11px;
  font-size: 0.68rem;
  font-weight: 900;
}

.impact-home .impact-trust h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

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

.impact-home .impact-trust__card {
  border: 2px solid rgba(18, 47, 72, 0.32);
  border-radius: 16px 16px 16px 5px;
  background: rgba(255, 255, 255, 0.78);
  padding: 20px;
}

.impact-home .impact-trust__number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.impact-home .impact-trust__card h3 {
  margin: 17px 0 6px;
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.25;
}

.impact-home .impact-trust__card p {
  margin: 0;
  color: #52666d;
  font-size: 0.76rem;
  line-height: 1.65;
}

.impact-home .impact-policy {
  max-width: 1184px;
  margin: 0 auto;
  padding: 62px max(28px, calc((100% - 1184px) / 2));
}

.impact-home .impact-policy__box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  border: 2px solid var(--navy);
  border-radius: 20px 20px 20px 6px;
  background: #fffdf7;
  padding: 27px;
  box-shadow: 0 9px 0 rgba(18, 47, 72, 0.11);
}

.impact-home .impact-policy h2 {
  margin: 12px 0 10px;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.impact-home .impact-policy p {
  margin: 0;
  color: #5c6e74;
  font-size: 0.79rem;
  line-height: 1.75;
}

.impact-home .impact-policy ul {
  display: grid;
  gap: 9px;
  align-content: center;
  margin: 0;
  padding: 0;
  color: var(--navy);
  font-size: 0.77rem;
  font-weight: 800;
  list-style: none;
}

.impact-home .impact-policy li {
  display: flex;
  gap: 9px;
  align-items: start;
}

.impact-home .impact-policy li::before {
  content: "✓";
  color: var(--teal);
  font-size: 1rem;
  line-height: 1.15;
}

.impact-home .impact-footer {
  background: var(--navy-dark);
  color: #dcebe9;
  padding: 32px max(28px, calc((100% - 1184px) / 2)) 22px;
}

.impact-home .impact-footer__inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  max-width: 1184px;
  margin: auto;
}

.impact-home .impact-footer__brand {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.impact-home .impact-footer p {
  max-width: 480px;
  margin: 8px 0 0;
  color: #afc4c8;
  font-size: 0.7rem;
  line-height: 1.65;
}

.impact-home .impact-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px 18px;
}

.impact-home .impact-footer__links a {
  color: #c6ded9;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.impact-home .impact-footer__copyright {
  max-width: 1184px;
  margin: 25px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 13px;
  color: #91aaae;
  font-size: 0.65rem;
}

@media (max-width: 900px) {
  .impact-home .impact-benefits,
  .impact-home .impact-trust__grid {
    grid-template-columns: 1fr;
  }

  .impact-home .impact-benefit {
    min-height: 0;
  }

  .impact-home .impact-policy__box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .impact-home .impact-header {
    position: static;
    padding: 10px 16px;
  }

  .impact-home .impact-header nav {
    display: flex;
    max-width: 45%;
    gap: 9px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .impact-home .impact-header nav a {
    font-size: 0.62rem;
  }

  .impact-home .impact-header__tools {
    gap: 4px;
  }

  .impact-home .impact-text-size {
    min-height: 34px;
    padding-inline: 6px;
    font-size: 0.58rem;
  }

  .impact-home .impact-hero {
    min-height: 0;
  }

  .impact-home .impact-hero__scene {
    min-height: 225px;
  }

  .impact-home .impact-hero__actions {
    flex-direction: column;
  }

  .impact-home .impact-button {
    width: 100%;
  }

  .impact-home .impact-trust__heading {
    align-items: start;
    flex-direction: column;
  }

  .impact-home .impact-policy,
  .impact-home .impact-footer {
    padding-inline: 18px;
  }

  .impact-home .impact-policy__box {
    padding: 20px;
  }

  .impact-home .impact-footer__inner {
    flex-direction: column;
  }

  .impact-home .impact-footer__links {
    justify-content: start;
  }
}
