/* Merchant subscription sales page — staging */
.ms-merchant-page {
  --ms-brand: #3E978C;
  --ms-brand-dark: #2d6f66;
  --ms-gold: #c9a227;
  --ms-surface: #f8faf9;
  --ms-text: #1a2e2b;
  --ms-muted: #5c6b68;
  background: var(--ms-surface);
}

.ms-merchant-hero {
  background: linear-gradient(135deg, var(--ms-brand-dark) 0%, var(--ms-brand) 55%, #4aab9e 100%);
  color: #fff;
  padding: 2.5rem 1.5rem 2rem;
  border-radius: 0 0 1.25rem 1.25rem;
  margin-bottom: 2rem;
}

.ms-merchant-hero h1 {
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 0.75rem;
}

.ms-merchant-hero .lead {
  font-size: 1rem;
  opacity: 0.95;
  max-width: 42rem;
  margin: 0 auto;
}

.ms-hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #fff;
  color: #2d6f66 !important;
  font-weight: 800;
  border-radius: 0.65rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.ms-hero-cta-btn:hover {
  background: #f0fdf9;
  color: #2d6f66;
}

.ms-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  margin: 0.25rem;
}

.ms-section-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ms-text);
  margin-bottom: 1rem;
}

.ms-benefits-grid {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 768px) {
  .ms-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ms-benefit-item {
  background: #fff;
  border: 1px solid #e2e8e7;
  border-radius: 0.65rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.ms-benefit-item i {
  color: var(--ms-brand);
  margin-top: 0.15rem;
}

.ms-package-card {
  background: #fff;
  border: 1px solid #e2e8e7;
  border-radius: 1rem;
  padding: 1.25rem;
  height: 100%;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}

.ms-package-card:hover {
  box-shadow: 0 8px 24px rgba(30, 60, 55, 0.1);
}

.ms-package-card.is-featured {
  border: 2px solid var(--ms-brand);
  box-shadow: 0 6px 20px rgba(62, 151, 140, 0.15);
}

.ms-package-badge {
  position: absolute;
  top: -0.65rem;
  left: 1rem;
  background: var(--ms-gold);
  color: #1a1a1a;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
}

.ms-package-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ms-text);
}

.ms-package-price {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--ms-brand-dark);
  line-height: 1.2;
}

.ms-package-period {
  font-size: 0.85rem;
  color: var(--ms-muted);
}

.ms-package-block {
  margin-top: 0.85rem;
  font-size: 0.85rem;
}

.ms-package-block h4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ms-brand-dark);
  margin-bottom: 0.35rem;
  text-transform: none;
}

.ms-package-block ul {
  margin: 0;
  padding-right: 1.1rem;
  color: var(--ms-muted);
}

.ms-package-block li {
  margin-bottom: 0.25rem;
}

.ms-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  background: #25d366;
  color: #fff !important;
  font-weight: 700;
  border-radius: 0.65rem;
  text-decoration: none;
  border: none;
}

.ms-wa-btn:hover {
  background: #1ebe5d;
  color: #fff;
}

.ms-report-box {
  background: #fff;
  border: 1px solid #e2e8e7;
  border-radius: 1rem;
  padding: 1.25rem;
}

.ms-report-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ms-report-metrics span {
  background: var(--ms-surface);
  border: 1px solid #dce8e6;
  border-radius: 0.5rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.85rem;
}

.ms-trust-line {
  text-align: center;
  font-size: 0.85rem;
  color: var(--ms-muted);
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8e7;
}

.ms-merchant-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  vertical-align: middle;
  line-height: 1.4;
}

.ms-merchant-badge--partner {
  background: #e8f5f3;
  color: #2d6f66;
  border: 1px solid #b8ddd6;
}

.ms-merchant-badge--featured {
  background: linear-gradient(135deg, #c9a227, #e8c547);
  color: #1a1a1a;
  border: 1px solid #b8941f;
}

.ms-merchant-offers {
  border-color: #b8ddd6 !important;
}
