/* ── REWRITTEN DOCS PAGE ── */

.rd-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* HERO */
.rd-hero {
  padding: 80px 32px 72px;
  max-width: 1100px;
  margin: 0 auto;
}
.rd-hero-inner {
  max-width: 680px;
}
.rd-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.rd-headline {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--fg);
  margin-bottom: 20px;
}
.rd-sub {
  font-size: 1.05rem;
  color: var(--fg-muted);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 36px;
}
.rd-cta-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.rd-cta-note {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--fg-subtle);
  letter-spacing: 0.04em;
}
.cta-main {
  background: var(--accent);
  border-color: var(--accent);
  transition: background 0.15s, border-color 0.15s;
}
.cta-main:hover { background: #14452d; border-color: #14452d; }

.rd-hero-badge {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 56px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid rgba(26,26,24,0.1);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(26,26,24,0.06);
  width: fit-content;
}
.rd-badge-inner { text-align: center; }
.rd-badge-label {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.04em;
  line-height: 1;
}
.rd-badge-sub {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--fg-subtle);
  margin-top: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rd-badge-sep {
  width: 1px;
  height: 36px;
  background: rgba(26,26,24,0.1);
}

/* WHY */
.rd-why {
  padding: 96px 32px;
  background: #fff;
}
.rd-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.rd-why-card {
  padding: 28px;
  border: 1px solid rgba(26,26,24,0.1);
  border-radius: 12px;
  background: var(--bg);
}
.rd-why-icon {
  width: 40px;
  height: 40px;
  background: var(--accent-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 16px;
}
.rd-why-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.rd-why-card p {
  font-size: 0.88rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* DELIVERS */
.rd-delivers {
  padding: 96px 32px;
  background: var(--bg);
}
.rd-steps { display: flex; flex-direction: column; gap: 0; }
.rd-step {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(26,26,24,0.08);
}
.rd-step:first-child { padding-top: 0; }
.rd-step:last-child { border-bottom: none; padding-bottom: 0; }
.rd-step-num {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  background: var(--accent);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.rd-step-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.rd-step-body p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.65;
  max-width: 560px;
}
.rd-delivers-cta { margin-top: 48px; }

/* FAQ */
.rd-faq {
  padding: 96px 32px;
  background: #fff;
}
.rd-faq-list { display: flex; flex-direction: column; gap: 0; }
.rd-faq-item {
  padding: 28px 0;
  border-bottom: 1px solid rgba(26,26,24,0.08);
}
.rd-faq-item:last-child { border-bottom: none; }
.rd-faq-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.rd-faq-item p {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.65;
  max-width: 640px;
}

/* CTA BAND */
.rd-cta-band {
  padding: 80px 32px;
  background: var(--fg);
}
.rd-cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.rd-cta-band-text h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #f0f0ec;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.rd-cta-band-text p {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: rgba(240,240,236,0.5);
}
.cta-band-btn {
  background: var(--accent);
  border-color: var(--accent);
  flex-shrink: 0;
  transition: background 0.15s;
}
.cta-band-btn:hover { background: #14452d; border-color: #14452d; }

/* CONFIRMATION PAGE */
.confirmed-icon {
  width: 72px;
  height: 72px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin: 0 auto;
}
.confirmed-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 460px;
  margin: 0 auto 48px;
  text-align: left;
}
.confirmed-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.confirmed-step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.confirmed-step-dot.done { background: var(--accent); color: #fff; }
.confirmed-step-dot.active { background: #fff; border: 2px solid var(--accent); color: var(--accent); }
.confirmed-step-dot.pending { background: rgba(26,26,24,0.1); color: var(--fg-subtle); }
.confirmed-step-body { padding-top: 6px; }
.confirmed-step-title { font-size: 0.9rem; font-weight: 700; color: var(--fg); margin-bottom: 3px; }
.confirmed-step-sub { font-family: var(--font-mono); font-size: 0.72rem; color: var(--fg-muted); }
.confirmed-connector {
  width: 2px;
  height: 24px;
  background: rgba(26,26,24,0.12);
  margin-left: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .rd-why-grid { grid-template-columns: 1fr; }
  .rd-hero-badge { flex-wrap: wrap; gap: 16px; }
  .rd-badge-sep { display: none; }
  .rd-cta-band-inner { flex-direction: column; align-items: flex-start; }
  .rd-hero { padding: 48px 20px 40px; }
  .rd-why, .rd-delivers, .rd-faq, .rd-cta-band { padding: 64px 20px; }
  .rd-not-sure { padding: 0 20px 64px; }
}

/* NOT SURE CTA */
.rd-not-sure {
  padding: 0 0 80px;
  background: var(--bg);
}
.rd-not-sure-text {
  font-size: 0.88rem;
  color: var(--fg-muted);
  text-align: center;
  line-height: 1.6;
}
.rd-not-sure-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 4px;
}
.rd-not-sure-link:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 480px) {
  .rd-headline { font-size: 2rem; }
}