.danke-page {
  background: var(--color-cream, #F7F5F2);
  color: var(--color-petrol-dark, #152F38);
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #152F38;
  color: #F7F5F2;
  font-weight: 700;
}

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

.danke-section {
  padding: clamp(56px, 7vw, 96px) 20px;
}

.danke-container {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.danke-hero {
  min-height: 58vh;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 77, 92, 0.14), transparent 44%),
    #F7F5F2;
}

.danke-hero__inner {
  width: min(860px, 100%);
}

.danke-success {
  width: 80px;
  height: 80px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #A67C52;
  box-shadow: 0 18px 36px rgba(21, 47, 56, 0.16);
}

.danke-success svg {
  width: 42px;
  height: 42px;
}

.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;
}

.danke-eyebrow {
  margin: 0 0 12px;
  color: #A67C52;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.danke-title {
  max-width: 920px;
  margin: 0 auto 20px;
  color: #152F38;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 4.2rem);
  line-height: 1.08;
}

.danke-title span {
  display: inline-block;
  margin-top: 8px;
  font-size: clamp(1.55rem, 3.2vw, 2.75rem);
  line-height: 1.15;
}

.danke-lead {
  max-width: 760px;
  margin: 0 auto;
  color: #36515a;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.danke-note {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 20px 22px;
  border-left: 5px solid #A67C52;
  border-radius: 10px;
  background: #fff;
  color: #263f47;
  text-align: left;
  box-shadow: 0 14px 34px rgba(21, 47, 56, 0.08);
}

.danke-section--light {
  background: #F7F5F2;
}

.danke-section--tint {
  background: linear-gradient(180deg, #F7F5F2 0%, rgba(30, 77, 92, 0.08) 100%);
}

.danke-section--dark {
  background: #152F38;
  color: #F7F5F2;
}

.danke-section__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.danke-section__head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.danke-section h2,
.danke-section h3 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.danke-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
}

.danke-section h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
}

.danke-section p {
  line-height: 1.7;
}

.danke-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.danke-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
}

.danke-grid--expectations {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin: 0 auto;
}

.danke-grid--two .danke-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.danke-grid--two .danke-icon {
  margin-right: auto;
  margin-left: auto;
}

.danke-grid--two .danke-button {
  margin-top: auto;
}

.danke-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(21, 47, 56, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(21, 47, 56, 0.08);
  text-align: center;
}

.danke-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(166, 124, 82, 0.13);
  color: #A67C52;
}

.danke-icon svg {
  width: 28px;
  height: 28px;
}

.danke-personal {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.danke-portrait {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 5px solid rgba(247, 245, 242, 0.72);
  border-radius: 50%;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.26);
}

.danke-personal h2,
.danke-personal h3 {
  color: #F7F5F2;
}

.danke-personal p {
  color: rgba(247, 245, 242, 0.88);
}

.danke-signature {
  margin-top: 18px;
  color: #F7F5F2;
  font-weight: 700;
}

.danke-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #A67C52;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.danke-button:hover,
.danke-button:focus {
  background: #8f683f;
  color: #fff;
}

.danke-phone {
  margin-top: 26px;
  text-align: center;
  color: #36515a;
}

.danke-phone a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #152F38;
  font-weight: 700;
}

.danke-trust {
  text-align: center;
}

.danke-trust__facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.danke-trust__facts li {
  padding: 12px 18px;
  border-radius: 10px;
  background: #fff;
  color: #152F38;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(21, 47, 56, 0.07);
}

.danke-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.danke-logos img {
  max-width: 150px;
  max-height: 76px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(0.92);
}

.cookie-banner__btn {
  min-height: 44px;
}

@media (max-width: 860px) {
  .danke-grid,
  .danke-grid--expectations,
  .danke-grid--two,
  .danke-personal {
    grid-template-columns: 1fr;
  }

  .danke-personal {
    text-align: center;
  }

  .danke-portrait {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .danke-section {
    padding: 48px 16px;
  }

  .danke-card {
    padding: 22px;
  }

  .danke-success {
    width: 70px;
    height: 70px;
  }
}
