/* ===== KGE · /tak/ (thank you page) ===== */
.kge-tak {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.kge-tak * { box-sizing: border-box; }

.kge-tak__hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
  background: #f7f5f0;
}
.kge-tak__container {
  max-width: 620px;
  margin: 0 auto;
}
.kge-tak__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #edf7f8;
  color: #0D4F66;
  margin-bottom: 32px;
}
.kge-tak h1 {
  font-family: "Rethink Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #0a1628;
  margin: 0 0 20px;
}
.kge-tak__lead {
  font-size: 20px;
  line-height: 1.5;
  color: #374F66;
  margin: 0 0 40px;
}
.kge-tak__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.kge-tak__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 560px) {
  .kge-tak__ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .kge-tak__ctas .kge-btn {
    width: 100%;
    justify-content: center;
  }
}
