.rcap-page {
  --rcap-ink: #1d1d1f;
  --rcap-muted: #6e6e73;
  --rcap-accent: #7c2437;
  --rcap-accent-dark: #651c2c;
  --rcap-soft: #f5f5f7;
  --rcap-line: #e5e5e7;
  --rcap-black: #111111;
  background: #fff;
  color: var(--rcap-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.rcap-page *,
.rcap-page *::before,
.rcap-page *::after {
  box-sizing: border-box;
}

.rcap-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.rcap-kicker {
  margin: 0 0 13px;
  color: var(--rcap-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.rcap-hero {
  padding: 104px 0 92px;
  background: #fff;
  text-align: center;
}

.rcap-hero h1 {
  max-width: 1040px;
  margin: 0 auto;
  color: var(--rcap-ink);
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(48px, 6.6vw, 82px);
  font-weight: 700;
  line-height: 1.10;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.rcap-hero-copy {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--rcap-muted);
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.5;
  letter-spacing: -.015em;
}

.rcap-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 30px;
}

.rcap-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--rcap-accent);
  border-radius: 999px;
  background: var(--rcap-accent);
  color: #fff !important;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none !important;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

.rcap-button:hover,
.rcap-button:focus-visible {
  background: var(--rcap-accent-dark);
  border-color: var(--rcap-accent-dark);
  transform: translateY(-1px);
}

.rcap-text-link {
  color: var(--rcap-accent) !important;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none !important;
}

.rcap-text-link:hover,
.rcap-text-link:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.rcap-hero-note {
  margin: 22px 0 0;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.5;
}

.rcap-band {
  padding: 36px 0;
  background: var(--rcap-black);
}

.rcap-band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.rcap-band-grid > div {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.14);
}

.rcap-band-grid > div:last-child {
  border-right: 0;
}

.rcap-band-number {
  color: #fff;
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(35px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.04em;
}

.rcap-band-label {
  margin-top: 7px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
}

.rcap-section {
  padding: 82px 0;
  background: #fff;
}

.rcap-section-soft {
  background: var(--rcap-soft);
}

.rcap-section-dark {
  background: var(--rcap-black);
  color: #fff;
}

.rcap-section-head {
  max-width: 940px;
  margin-bottom: 38px;
}

.rcap-section-head h2 {
  max-width: 820px;
  margin: 0;
  color: var(--rcap-ink);
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.10;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.rcap-section-head > p:last-child {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--rcap-muted);
  font-size: 17px;
  line-height: 1.62;
  text-wrap: pretty;
}

.rcap-section-head-light h2 {
  color: #fff;
}

.rcap-section-head-light > p:last-child {
  color: rgba(255,255,255,.68);
}

.rcap-section-dark .rcap-kicker {
  color: #d7a9b3;
}

.rcap-eligibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rcap-eligibility-card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--rcap-line);
  border-radius: 24px;
  background: #fff;
}

.rcap-card-index {
  margin: 0 0 58px;
  color: var(--rcap-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.rcap-eligibility-card h3 {
  margin: 0;
  color: var(--rcap-ink);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.rcap-eligibility-card p:last-child {
  margin: 14px 0 0;
  color: var(--rcap-muted);
  font-size: 15px;
  line-height: 1.62;
}

.rcap-guideline-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 24px 26px;
  border: 1px solid var(--rcap-line);
  border-radius: 20px;
  background: #fff;
}

.rcap-guideline-note strong {
  color: var(--rcap-ink);
  font-size: 15px;
}

.rcap-guideline-note p {
  margin: 5px 0 0;
  color: var(--rcap-muted);
  font-size: 14px;
  line-height: 1.55;
}

.rcap-guideline-note a {
  flex: 0 0 auto;
  color: var(--rcap-accent) !important;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none !important;
}

.rcap-guideline-note a:hover,
.rcap-guideline-note a:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.rcap-affiliation-note {
  margin: 16px 2px 0;
  color: #66666c;
  font-size: 12px;
  line-height: 1.55;
}

.rcap-priority-list {
  border-top: 1px solid var(--rcap-line);
}

.rcap-priority-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--rcap-line);
}

.rcap-priority-row > span {
  display: block;
  width: 48px;
  padding-top: 5px;
  color: var(--rcap-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  font-variant-numeric: tabular-nums;
}

.rcap-priority-row > div {
  min-width: 0;
}

.rcap-priority-row h3 {
  margin: 0;
  color: var(--rcap-ink);
  font-size: 25px;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.rcap-priority-row p {
  max-width: 960px;
  margin: 9px 0 0;
  color: var(--rcap-muted);
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}

.rcap-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.rcap-service-panel {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: #1a1a1a;
}

.rcap-service-panel-muted {
  background: #141414;
}

.rcap-panel-label {
  margin: 0 0 22px;
  color: #d7a9b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.rcap-service-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rcap-service-panel li {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 24px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.83);
  font-size: 15px;
  line-height: 1.5;
}

.rcap-service-panel li:first-child {
  border-top: 0;
}

.rcap-service-panel li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 22px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b96576;
}

.rcap-scope-note {
  margin: 22px 0 0;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  color: rgba(255,255,255,.67);
  font-size: 14px;
  line-height: 1.62;
}

.rcap-scope-note strong {
  color: #fff;
}

.rcap-process {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rcap-line);
}

.rcap-process li {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--rcap-line);
}

.rcap-process-number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--rcap-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.rcap-process h3 {
  margin: 1px 0 0;
  color: var(--rcap-ink);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.rcap-process p {
  max-width: 850px;
  margin: 8px 0 0;
  color: var(--rcap-muted);
  font-size: 15px;
  line-height: 1.6;
}

.rcap-cost-note {
  margin-top: 26px;
  padding: 24px 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--rcap-line);
}

.rcap-cost-note strong {
  color: var(--rcap-ink);
  font-size: 15px;
}

.rcap-cost-note p {
  margin: 6px 0 0;
  color: var(--rcap-muted);
  font-size: 14px;
  line-height: 1.6;
}

.rcap-cta {
  padding: 84px 0;
  background: var(--rcap-accent);
}

.rcap-cta .rcap-kicker {
  color: rgba(255,255,255,.7);
}

.rcap-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
}

.rcap-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff !important;
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.10;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.rcap-cta p:last-child {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.77);
  font-size: 16px;
  line-height: 1.6;
}

.rcap-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 178px;
}

.rcap-cta .rcap-button {
  border-color: #fff;
  background: #fff;
  color: var(--rcap-accent) !important;
}

.rcap-cta .rcap-button:hover,
.rcap-cta .rcap-button:focus-visible {
  background: #f4ecef;
  border-color: #f4ecef;
}

.rcap-cta .rcap-button-light {
  background: transparent;
  color: #fff !important;
}

.rcap-cta .rcap-button-light:hover,
.rcap-cta .rcap-button-light:focus-visible {
  background: rgba(255,255,255,.1);
  border-color: #fff;
}

@media (max-width: 900px) {
  .rcap-eligibility-grid {
    grid-template-columns: 1fr;
  }

  .rcap-eligibility-card {
    min-height: 0;
  }

  .rcap-card-index {
    margin-bottom: 30px;
  }

  .rcap-service-grid,
  .rcap-cta-inner {
    grid-template-columns: 1fr;
  }

  .rcap-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .rcap-shell {
    width: calc(100% - 28px);
  }

  .rcap-hero {
    padding: 72px 0 62px;
  }

  .rcap-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .rcap-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rcap-button {
    width: 100%;
  }

  .rcap-text-link {
    text-align: center;
  }

  .rcap-band {
    padding: 24px 0;
  }

  .rcap-band-grid {
    grid-template-columns: 1fr;
  }

  .rcap-band-grid > div {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .rcap-band-grid > div:last-child {
    border-bottom: 0;
  }

  .rcap-section,
  .rcap-cta {
    padding: 62px 0;
  }

  .rcap-section-head {
    margin-bottom: 28px;
  }

  .rcap-section-head h2,
  .rcap-cta h2 {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .rcap-guideline-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .rcap-priority-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .rcap-priority-row > span {
    width: 38px;
    padding-top: 4px;
  }

  .rcap-service-panel,
  .rcap-eligibility-card {
    padding: 24px;
    border-radius: 20px;
  }

  .rcap-process li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .rcap-process-number {
    width: 38px;
    height: 38px;
  }

  .rcap-cta-actions {
    flex-direction: column;
  }
}

/* Page-specific typography */
body.rouge-unified-page .rcap-page h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.rouge-unified-page .rcap-section-dark h2 {
  color: #fff;
}
