.platform-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 30px 34px;
  margin: 0 0 25px;
  border-radius: 24px;
  background: linear-gradient(125deg, #123f35, #176c50);
  color: #fff;
  box-shadow: 0 20px 50px #0b392528;
}
.platform-checkout .eyebrow { color: #d5ec92; }
.platform-checkout h2 { font-size: clamp(1.35rem, 2.5vw, 2rem); margin: 8px 0; }
.platform-checkout p { max-width: 680px; margin: 0; color: #e0efe6; line-height: 1.7; }
.platform-checkout a {
  display: block;
  flex-shrink: 0;
  max-width: 290px;
  padding: 15px 20px;
  border-radius: 14px;
  background: #d8ec86;
  color: #174832;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
}
.platform-checkout a:hover { background: #e8f6b1; }
@media (max-width: 860px) {
  .platform-checkout { display: block; }
  .platform-checkout a { max-width: 100%; margin-top: 22px; }
}
@media (max-width: 580px) {
  .platform-checkout { padding: 25px; }
}
