.wm-app-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  width: min(72rem, calc(100% - 2rem));
  margin: 2rem auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid #dfd4c5;
  border-radius: 1.5rem;
  color: #2c2521;
  background: #fffaf2;
  box-shadow: 0 18px 48px rgba(75, 46, 37, 0.1);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, sans-serif;
}

.wm-app-promo h2 {
  margin: 0.25rem 0 0.5rem;
  color: #2c1914;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.wm-app-promo p { margin: 0; color: #6f655f; }
.wm-app-promo .wm-app-promo-kicker {
  color: #a45c3f;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wm-app-promo > a {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  color: #fffdf9;
  background: #4b2e25;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.wm-app-promo > a:focus-visible { outline: 3px solid #d29a42; outline-offset: 3px; }

@media (max-width: 640px) {
  .wm-app-promo { grid-template-columns: 1fr; gap: 1.25rem; }
  .wm-app-promo > a { width: 100%; white-space: normal; text-align: center; }
}
