/* BuildMyPage.in - Global styles */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
}

.navbar-brand .logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: #0d6efd;
  color: #fff;
  font-weight: 700;
  margin-right: 4px;
  font-size: 18px;
}

.hero-section {
  padding: 4.5rem 0 4rem;
  background: radial-gradient(circle at top left, #e0ecff 0, #ffffff 55%);
}

.hero-card {
  border-radius: 1.5rem;
}

.section-heading h2 {
  letter-spacing: -0.03em;
}

.section-heading p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.highlight-box {
  border-left: 4px solid #0d6efd;
}

.pricing-card {
  border-radius: 1.25rem;
  background-color: #ffffff;
}

.popular-badge {
  position: absolute;
  top: 12px;
  right: 18px;
  background: #0d6efd;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.05em;
}

.step-card {
  padding: 1.5rem 1rem;
  border-radius: 1.25rem;
  background: #f8fafc;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 2px solid #0d6efd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.page-hero {
  border-bottom: 1px solid #e5e7eb;
}

/* Buttons */
.btn-primary,
.btn-outline-primary {
  border-radius: 999px;
}

/* Forms */
.form-control,
.form-select {
  border-radius: 0.75rem;
}

/* Footer */
footer {
  background-color: #ffffff;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 3.5rem;
  }
}
