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

.rouge-section-page .rp-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

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

.rp-kicker {
  margin: 0 0 12px;
  color: var(--rp-muted);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .02em;
}

.rp-hero h1 {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  color: var(--rp-ink);
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(46px, 4.8vw, 66px);
  line-height: 1.10;
  font-weight: 700;
  letter-spacing: -.03em;
  text-wrap: balance;
}

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

.rp-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

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

.rp-button:hover,
.rp-button:focus-visible {
  background: #681e2e;
  transform: translateY(-1px);
}

.rp-button-secondary {
  background: #fff;
  color: var(--rp-accent) !important;
}

.rp-button-secondary:hover,
.rp-button-secondary:focus-visible {
  background: #faf7f8;
}

.rp-section {
  padding: 76px 0;
}

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

.rp-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.rp-section-head h2 {
  margin: 0;
  color: var(--rp-ink);
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.035em;
}

.rp-section-head p {
  margin: 14px 0 0;
  color: var(--rp-muted);
  font-size: 17px;
  line-height: 1.6;
}

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

.rp-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--rp-line);
  border-radius: 22px;
  background: #fff;
  color: var(--rp-ink);
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.rp-card:hover,
.rp-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(124,36,55,.28);
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
  color: var(--rp-ink);
}

.rp-card-kicker {
  margin: 0 0 10px;
  color: var(--rp-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

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

.rp-card p {
  margin: 12px 0 18px;
  color: var(--rp-muted);
  font-size: 15px;
  line-height: 1.55;
}

.rp-card-link {
  margin-top: auto;
  color: var(--rp-accent);
  font-size: 14px;
  font-weight: 600;
}

.rp-note {
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--rp-line);
  color: var(--rp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.rp-note strong {
  color: var(--rp-ink);
}

.rp-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rp-line);
  color: var(--rp-ink);
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.rp-link-list a::after {
  content: "→";
  color: var(--rp-accent);
  font-weight: 500;
}

.rp-link-list a:hover,
.rp-link-list a:focus-visible {
  color: var(--rp-accent);
  text-decoration: none;
}

.rp-cta {
  padding: 72px 0 86px;
  text-align: center;
  background: #fff;
}

.rp-cta h2 {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.10;
  letter-spacing: -.035em;
}

.rp-cta p {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--rp-muted);
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 880px) {
  .rp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .rouge-section-page .rp-wrap {
    width: min(100% - 28px, 1120px);
  }

  .rp-hero {
    padding: 64px 0 56px;
  }

  .rp-section {
    padding: 56px 0;
  }

  .rp-grid,
  .rp-link-list {
    grid-template-columns: 1fr;
  }

  .rp-card {
    min-height: 0;
    padding: 24px;
  }

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

  .rp-button {
    width: 100%;
  }
}

.rp-testimonial{padding:72px 0;background:#111214;color:#fff}.rp-testimonial-stars{color:#d6b26e;font-size:13px;letter-spacing:.13em}.rp-testimonial blockquote{max-width:900px;margin:18px 0 0;color:#fff;font-family:"Source Serif 4", "Times New Roman", serif;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.04em}.rp-testimonial p{margin:22px 0 0;color:#a9aaae;font-size:13px;font-weight:650}@media(max-width:620px){.rp-testimonial{padding:56px 0}}
