/* Germany pathway card: a calm, editorial alternative to the old green offer banner. */
.home-page .free-service-banner {
  position: relative;
  max-width: 1144px;
  margin: 42px auto 74px;
  padding: 0;
  display: grid;
  grid-template-columns: 146px minmax(0, 1.12fr) minmax(278px, .88fr);
  gap: 0;
  background: #f7f3e9;
  border: 1px solid #d8d0c1;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 10px 10px 0 #e7dfce;
}

.home-page .free-service-banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  z-index: 2;
  background: linear-gradient(90deg, #171918 0 33.33%, #d5202d 33.33% 66.66%, #d7b54a 66.66%);
}

.home-page .free-stamp {
  width: auto;
  min-height: 284px;
  height: auto;
  margin: 0;
  padding: 36px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 0;
  transform: none;
  background: #102c33;
  color: #f7f3e9;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.home-page .free-stamp::after {
  content: "DTA PERSONAL";
  color: #d7b54a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.home-page .free-service-banner > div:nth-child(2) {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 46px 42px;
}

.home-page .free-service-banner .eyebrow {
  margin: 0 0 17px;
  color: #b51f2a;
}

.home-page .free-service-banner h2 {
  max-width: 620px;
  margin: 0;
  color: #102c33;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.35vw, 48px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.01;
}

.home-page .free-service-action {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 37px 42px;
  border-left: 1px solid #d8d0c1;
  background: #efe8d9;
}

.home-page .free-service-action p {
  margin: 0 0 21px;
  color: #31484d;
  font-size: 14px;
  line-height: 1.55;
}

.home-page .free-service-action .button {
  align-self: flex-start;
  padding: 15px 20px;
  border-radius: 0;
  background: #d5202d;
  box-shadow: 5px 5px 0 #102c33;
}

.home-page .free-service-action .button:hover {
  background: #b51f2a;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 #102c33;
}

.home-page .free-service-action small {
  margin-top: 22px;
  color: #64716c;
  font-size: 10px;
  line-height: 1.45;
}

@media (max-width: 820px) {
  .home-page .free-service-banner {
    margin: 26px 20px 55px;
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .home-page .free-stamp {
    min-height: 100%;
    padding: 28px 12px;
    font-size: 22px;
  }

  .home-page .free-service-banner > div:nth-child(2) {
    padding: 38px 28px;
  }

  .home-page .free-service-action {
    grid-column: 1 / -1;
    padding: 30px 28px 34px;
    border-top: 1px solid #d8d0c1;
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .home-page .free-service-banner {
    grid-template-columns: 1fr;
  }

  .home-page .free-stamp {
    min-height: 86px;
    flex-direction: row;
    gap: 13px;
  }

  .home-page .free-service-banner > div:nth-child(2) {
    padding: 34px 24px;
  }

  .home-page .free-service-action {
    padding: 28px 24px 31px;
  }
}
