/* ============================================
   SCOREFORGE — Premium Credit Repair Brand
   Deep Midnight + Burnished Gold
   ============================================ */

:root {
  --midnight:   #0B1628;
  --navy-deep:  #0D1B2A;
  --navy-mid:   #142038;
  --navy-light: #1E3156;
  --gold:       #C9A84C;
  --gold-light: #E8D5A3;
  --gold-dim:  #8B6F2E;
  --ivory:     #F5EFE0;
  --white:     #FFFFFF;
  --text-muted: rgba(245, 239, 224, 0.55);
  --border:    rgba(201, 168, 76, 0.15);
  --border-strong: rgba(201, 168, 76, 0.35);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--midnight);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0 100px;
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 168, 76, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.hero-bg-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.hero-mark {
  margin-bottom: 32px;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(52px, 8vw, 88px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.hero-headline em {
  font-style: italic;
  color: var(--gold);
}

.hero-sub {
  font-size: 18px;
  color: rgba(245, 239, 224, 0.7);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.hero-score-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.score-bar-group {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 80px;
}

.score-bar {
  flex: 1;
  height: var(--h);
  background: linear-gradient(180deg, rgba(201,168,76,0.25) 0%, rgba(201,168,76,0.08) 100%);
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  min-width: 48px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-bottom: none;
}

.score-bar.active {
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-dim) 100%);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.3);
  border-color: var(--gold);
}

.score-bar span {
  font-size: 10px;
  font-weight: 600;
  color: rgba(245,239,224,0.5);
  letter-spacing: 0.05em;
}

.score-bar.active span {
  color: var(--midnight);
}

.score-label {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* ---- SECTION COMMONS ---- */
.section-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--gold);
}

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.section-sub {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 48px;
}

/* ---- HOW IT WORKS ---- */
.how-it-works {
  padding: 120px 0;
  background: var(--navy-deep);
  position: relative;
}

.how-it-works::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.step-card {
  background: var(--navy-mid);
  padding: 40px 36px 44px;
  position: relative;
  border: 1px solid var(--border);
}

.step-card:hover {
  border-color: var(--border-strong);
}

.step-number {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 24px;
}

.step-icon {
  margin-bottom: 20px;
}

.step-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 14px;
}

.step-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ---- SERVICES / PRICING ---- */
.services {
  padding: 120px 0;
  background: var(--midnight);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 40px;
}

.pricing-card {
  background: var(--navy-mid);
  border: 1px solid var(--border);
  padding: 36px 32px 40px;
  position: relative;
  transition: border-color 0.2s;
}

.pricing-card.featured {
  border-color: var(--gold);
  background: var(--navy-light);
}

.pricing-card.featured:hover {
  border-color: var(--gold-light);
}

.pricing-badge {
  position: absolute;
  top: -1px;
  left: 32px;
  background: var(--gold);
  color: var(--midnight);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 0 0 6px 6px;
}

.pricing-header h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}

.pricing-price span:first-child {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.pricing-price .per {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 400;
}

.pricing-tagline {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.03em;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-features li {
  font-size: 14px;
  color: rgba(245, 239, 224, 0.75);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pricing-features li .check {
  color: var(--gold);
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 1px;
}

.pricing-features li.dimmed {
  color: rgba(245, 239, 224, 0.3);
}

/* VIP callout */
.vip-callout {
  background: linear-gradient(135deg, rgba(201,168,76,0.06) 0%, rgba(201,168,76,0.02) 100%);
  border: 1px solid var(--border-strong);
  padding: 32px 36px;
}

.vip-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.vip-icon {
  flex-shrink: 0;
  margin-top: 4px;
}

.vip-content h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}

.vip-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ---- COMPLIANCE ---- */
.compliance {
  padding: 120px 0;
  background: var(--navy-deep);
  position: relative;
}

.compliance::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
}

.compliance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.compliance-text p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.compliance-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.badge {
  background: var(--navy-mid);
  border: 1px solid var(--border);
  padding: 24px 22px;
}

.badge-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.badge-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ---- CLOSING ---- */
.closing {
  padding: 140px 0;
  background: var(--midnight);
  position: relative;
  overflow: hidden;
}

.closing::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(201, 168, 76, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.closing-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.closing-line {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
}

.closing h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}

.closing p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}

.closing-note {
  font-size: 14px;
  color: rgba(245, 239, 224, 0.4);
  max-width: 580px;
  margin: 0 auto;
}

/* ---- FOOTER ---- */
.footer {
  padding: 60px 0;
  border-top: 1px solid var(--border);
  background: var(--navy-deep);
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-mark {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid var(--border-strong);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

.footer-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.footer-tagline {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

.footer-meta {
  text-align: right;
}

.footer-meta p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.7;
}

.footer-meta p:first-of-type {
  margin-bottom: 4px;
}

.footer-disclaimer {
  margin-top: 12px;
  color: rgba(245, 239, 224, 0.25) !important;
  font-size: 11px !important;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .steps-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .compliance-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .compliance-badges {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 60px 0 80px;
  }
  .compliance-badges {
    grid-template-columns: 1fr;
  }
  .vip-content {
    flex-direction: column;
  }
}
