/* Account Tomate landing — extends modulo-pagos tokens */

.page-account-tomate .at-kicker {
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--tomato-hover, #bd0a29);
}

.page-account-tomate .at-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
}

.page-account-tomate .at-hero-card {
  width: min(100%, 22rem);
  padding: 1.5rem 1.35rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(189, 10, 41, 0.08), rgba(20, 20, 20, 0.04));
  border: 1px solid rgba(189, 10, 41, 0.18);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
}

.page-account-tomate .at-hero-card-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  opacity: 0.7;
  margin: 0 0 0.75rem;
}

.page-account-tomate .at-hero-card-ok {
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--tomato-hover, #bd0a29);
}

.page-account-tomate .at-steps {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
  max-width: 36rem;
  line-height: 1.7;
}

.page-account-tomate details {
  margin: 0.75rem 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
}

.page-account-tomate details summary {
  cursor: pointer;
  font-weight: 600;
}
