/* =========
   Amor + Associates – Global Styles
   ========= */

:root {
  --aa-navy: #02243a;
  --aa-navy-dark: #011726;
  --aa-accent: #ffb703;
  --aa-light: #f7f7fa;
  --aa-muted: #6c757d;
}

/* Base */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f8fafc;
  color: #1b2530;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

/* =========
   NAVBAR (white, premium, consistent)
   ========= */

.navbar {
  padding: 0.9rem 0;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #111827;
}

.navbar-brand span.text-danger {
  font-weight: 800;
}

.navbar small {
  font-size: 0.75rem;
  color: #6b7280;
}

.navbar-nav .nav-link {
  color: #4b5563;
  font-size: 0.9rem;
  margin-inline: 0.4rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #111827;
}

/* Dropdown */

.dropdown-menu {
  border-radius: 0.75rem;
  border-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.dropdown-item {
  font-size: 0.9rem;
}

/* CTA Button in Navbar */

.btn-cta {
  background-color: var(--aa-accent);
  border-color: var(--aa-accent);
  color: #1b2530;
  font-weight: 600;
  font-size: 0.9rem;
  padding-inline: 1.2rem;
}

.btn-cta:hover,
.btn-cta:focus {
  background-color: #f4a307;
  border-color: #f4a307;
  color: #1b2530;
}

/* =========
   HERO SECTIONS
   ========= */

/* Light hero (homepage / thank you / blog) */

.hero-bg {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 60%,
    rgba(248, 250, 252, 0.8) 100%
  );
}

/* Dark gradient hero (services + productised pages) */

.hero-inner {
  padding-top: 6rem;
  padding-bottom: 3.5rem;
  background: linear-gradient(135deg, #02243a 0%, #032f4c 55%, #021824 100%);
  color: #ffffff;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 600;
  color: #b9c7d6;
  margin-bottom: 0.6rem;
}

.hero-title {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.hero-lead {
  font-size: 1rem;
  color: #d7e1ee;
  max-width: 38rem;
  margin-bottom: 1.2rem;
}

.hero-note {
  font-size: 0.85rem;
  color: #c3d0e0;
}

/* =========
   SECTION LAYOUT
   ========= */

.section {
  padding: 3.5rem 0;
}

.section-white {
  background-color: #ffffff;
}

.section-light {
  background-color: var(--aa-light);
}

.section-navy {
  background-color: var(--aa-navy-dark);
  color: #ffffff;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--aa-muted);
  margin-bottom: 0.4rem;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: var(--aa-muted);
  max-width: 38rem;
}

.section-navy .section-kicker {
  color: #b9c7d6;
}

.section-navy .section-title {
  color: #ffffff;
}

.section-navy .section-subtitle {
  color: #d4dde8;
}

/* =========
   CARDS & PROGRAM BLOCKS
   ========= */

.card-clean,
.service-detail,
.method-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 26px 24px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  font-size: 0.95rem;
}

/* Premium service / method card accent */

.method-card {
  position: relative;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  transition: all 0.28s ease;
}

.method-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 40px;
  height: 4px;
  background: #ffb703;
  border-radius: 2px;
  opacity: 0.9;
}

.method-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.method-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 12px;
  color: #02243a;
}

.method-card p {
  color: #4a5868;
  line-height: 1.55;
  font-size: 0.95rem;
}

.method-card a.btn-link {
  font-weight: 600;
  color: #02243a !important;
  font-size: 0.92rem;
  padding-left: 0;
  transition: color 0.2s ease;
}

.method-card a.btn-link:hover {
  color: #ffb703 !important;
}

/* Meta / badges */

.service-meta {
  font-size: 0.85rem;
  color: var(--aa-muted);
  margin-bottom: 0.6rem;
}

.service-meta span {
  display: inline-block;
  margin-right: 0.8rem;
}

.service-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.service-list li {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.service-list li span {
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--aa-navy);
}

.section-navy .service-list li span {
  color: #ffffff;
}

.benefit-pill,
.badge-pill {
  display: inline-block;
  border-radius: 999px;
  background-color: #ffffff;
  color: #02243a;
  border: 1px solid rgba(2, 36, 58, 0.15);
  padding: 0.25rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
  margin: 0.15rem 0.25rem 0.15rem 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* =========
   STEPS (used on Diagnostic / Reset / Growth)
   ========= */

.step-row {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.step-number {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background-color: rgba(2, 36, 58, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--aa-navy);
  flex-shrink: 0;
}

.step-title {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.step-text {
  font-size: 0.9rem;
  color: var(--aa-muted);
  margin: 0;
}

/* =========
   FINAL CTA PANELS
   ========= */

.final-cta {
  border-radius: 1rem;
  background: linear-gradient(135deg, #02243a, #011726);
  color: #ffffff;
  padding: 2rem 2rem;
  box-shadow: 0 18px 42px rgba(2, 36, 58, 0.55);
}

.final-cta h2 {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

.final-cta p {
  font-size: 0.95rem;
  color: #d4dde8;
}

/* =========
   FOOTER
   ========= */

footer {
  background-color: #020d16;
  color: #9aa4b2;
  font-size: 0.8rem;
  padding: 1.4rem 0;
}

footer a {
  color: #c8d0da;
}

footer a:hover {
  color: #ffffff;
}

.service-list li {
    margin-bottom: 0.85rem;
  }

  .badge-pill {
    background: #f8f9fa;
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
  }
  
  
/* =========
   RESPONSIVE TWEAKS
   ========= */

@media (max-width: 991.98px) {
  .hero-inner {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar small {
    display: none; /* keep mobile clean */
  }
}
