:root {
  --bg: #eeeeee;
  --fg: #090302;
  --accent: #A9D01E;
  --accent-dark: #7a9a0e;
  --bg-dark: #090302;
  --white: #ffffff;
}

.how-hero {
  background: var(--bg);
  padding: 60px 48px 40px;
  border-bottom: 1px solid rgba(9,3,2,0.08);
}

.how-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.how-eyebrow {
  display: inline-block;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 12px;
}

.how-hero h1 {
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--fg);
  margin: 0 0 12px;
  line-height: 1.15;
}

.how-hero-sub {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 16px;
  color: rgba(9,3,2,0.6);
  margin: 0;
  line-height: 1.55;
  max-width: 640px;
}

.how-body {
  padding: 56px 24px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.how-step-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.how-step-card {
  position: relative;
  padding: 70px 20px 28px 20px;
  border-right: 1px solid rgba(9,3,2,0.08);
  background: transparent;
}

.how-step-list > .how-step-card:last-child {
  border-right: none;
}

.how-step-card:first-child {
  padding-left: 8px;
}

.how-step-list > .how-step-card:last-child {
  padding-right: 8px;
}

.how-step-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-step-icon {
  width: 40px;
  height: 40px;
  margin: 0 0 18px;
  display: block;
}

.how-step-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.how-step-card .step-time {
  display: inline-block;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
  background: rgba(168, 208, 30, 0.12);
  border-radius: 3px;
  padding: 4px 8px;
  margin-bottom: 14px;
}

.how-step-card h2 {
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  margin: 0 0 10px;
  line-height: 1.25;
}

.how-step-card p {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(9,3,2,0.78);
  margin: 0;
}

.how-step-card p a {
  color: var(--accent-dark);
  text-decoration: none;
}

.how-step-card p a:hover {
  text-decoration: underline;
}

.how-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 16px 56px;
  padding: 0;
}

.how-timeline::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 2px;
  background: rgba(9,3,2,0.12);
  z-index: 0;
}

.timeline-node {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--bg);
  box-shadow: 0 0 0 1px rgba(9,3,2,0.18);
}

.how-cta-block {
  max-width: 720px;
  margin: 24px auto 0;
  background: #090302;
  color: #ffffff;
  border-radius: 8px;
  padding: 48px 40px;
  text-align: center;
}

.how-cta-block h2 {
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
}

.how-cta-block p {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  margin: 0 0 28px;
  line-height: 1.6;
}

.how-cta-block .btn-primary {
  display: inline-block;
  background: var(--accent);
  color: var(--bg-dark, #090302);
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.how-cta-block .btn-primary:hover {
  background: #c4f020;
}

.how-cta-block .how-contact {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

.how-cta-block .how-contact a {
  color: rgba(255,255,255,0.75);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.how-rush {
  background: var(--white);
  border-bottom: 1px solid rgba(9,3,2,0.08);
  padding: 48px 24px 44px;
}

.how-rush-inner {
  max-width: 960px;
  margin: 0 auto;
}

.how-rush h2 {
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--fg);
  margin: 0 0 10px;
  line-height: 1.2;
}

.how-rush-sub {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 16px;
  color: rgba(9,3,2,0.6);
  margin: 0 0 18px;
  line-height: 1.55;
  max-width: 720px;
}

.how-rush-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0 24px;
}

.how-rush-tier {
  background: var(--white);
  border: 1px solid rgba(9,3,2,0.10);
  border-radius: 6px;
  padding: 18px 16px;
}

.how-rush-tier .step-time {
  margin-bottom: 10px;
}

.how-rush-tier--featured {
  border-color: var(--accent);
  background: rgba(168, 208, 30, 0.12);
}

.how-rush-tier-title {
  font-family: 'Figtree', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--fg);
  margin: 8px 0 4px;
}

.how-rush-tier-body {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 14px;
  color: rgba(9,3,2,0.7);
  margin: 0;
  line-height: 1.5;
}

.how-rush-cta {
  display: inline-block;
  background: var(--accent);
  color: var(--bg-dark, #090302);
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.how-rush-cta:hover {
  background: #c4f020;
}

.how-rush-foot {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 13px;
  color: rgba(9,3,2,0.55);
  margin: 14px 0 0;
  line-height: 1.5;
  max-width: 720px;
}

.how-rush-link {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 13px;
  color: rgba(9,3,2,0.55);
  margin: 0 0 6px;
  line-height: 1.5;
  max-width: 720px;
}

.how-rush-link a {
  color: var(--accent-dark, #7a9a0e);
  text-decoration: none;
  font-weight: 600;
}

.how-rush-link a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .how-rush {
    padding: 36px 20px 32px;
  }

  .how-rush h2 {
    font-size: 22px;
  }

  .how-rush-compare {
    grid-template-columns: 1fr;
  }

  .how-step-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-step-card {
    border-right: none;
    border-bottom: 1px solid rgba(9,3,2,0.08);
    padding: 70px 18px 28px;
  }

  .how-step-list > .how-step-card:nth-child(odd) {
    border-right: 1px solid rgba(9,3,2,0.08);
  }

  .how-step-list > .how-step-card:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .how-timeline {
    display: none;
  }
}

@media (max-width: 640px) {
  .how-hero {
    padding: 40px 20px 28px;
  }

  .how-rush {
    padding: 36px 20px 28px;
  }

  .how-hero h1 {
    font-size: 26px;
  }

  .how-hero-sub {
    font-size: 15px;
  }

  .how-body {
    padding: 36px 16px 60px;
  }

  .how-step-list {
    grid-template-columns: 1fr;
  }

  .how-step-list > .how-step-card {
    border-right: none !important;
    border-bottom: 1px solid rgba(9,3,2,0.08);
    padding: 64px 8px 24px;
  }

  .how-step-list > .how-step-card:last-child {
    border-bottom: none;
  }

  .how-cta-block {
    padding: 36px 24px;
    margin-top: 16px;
  }

  .how-cta-block h2 {
    font-size: 22px;
  }
}
