:root {
  --brand-navy: #0b2545;
  --brand-blue: #1f4b8a;
  --brand-gold: #ffc107;
  --ink: #172033;
  --muted: #5b6b82;
  --surface: #ffffff;
  --line: #d8e3f2;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(255, 193, 7, 0.65);
  outline-offset: 3px;
}

.site-icon,
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  min-width: 1.1em;
  color: currentColor;
  line-height: 1;
}

.icon-gold {
  color: var(--brand-gold);
}

.icon-blue {
  color: var(--brand-blue);
}

.icon-success {
  color: #16834f;
}

.cta-btn,
.cta-giant,
.big-cta-link,
.paystack-btn,
.back-home-link,
.whatsapp-contact a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
}

.section-card,
.intro-card,
.offer-panel,
.checkout-container,
.value-card,
.proof-item {
  border-radius: 18px !important;
}

img {
  max-width: 100%;
}

.clean-link {
  color: inherit;
  text-decoration: none;
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
  color: var(--ink);
}

.legal-page header {
  background: linear-gradient(145deg, var(--brand-navy), var(--brand-blue));
  color: white;
  border-radius: 18px;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.legal-page h1,
.legal-page h2 {
  font-family: Montserrat, Arial, sans-serif;
}

.legal-page section {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem;
  margin-top: 1rem;
}

.legal-page p {
  margin-top: 0.75rem;
}

@media (max-width: 720px) {
  .cta-giant,
  .big-cta-link,
  .cta-btn,
  .paystack-btn {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .story-panel,
  .offers-grid,
  .checkout-container {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .cart-log {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
