:root {
  --rp-green: #93bd57;
  --rp-green-soft: rgba(147, 189, 87, 0.14);
  --rp-green-border: rgba(147, 189, 87, 0.32);
  --rp-black: #000000;
  --rp-white: #ffffff;
  --rp-bg: #050604;
  --rp-bg-2: #080a06;
  --rp-surface: #0d100a;
  --rp-surface-2: #12170e;
  --rp-surface-3: #171d12;
  --rp-border: rgba(255, 255, 255, 0.09);
  --rp-border-strong: rgba(147, 189, 87, 0.24);
  --rp-text: #ffffff;
  --rp-muted: rgba(255, 255, 255, 0.68);
  --rp-muted-2: rgba(255, 255, 255, 0.48);
  --rp-success: #93bd57;
  --rp-warning: #dfeabf;
  --rp-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --rp-display: 'Bebas Neue', Impact, sans-serif;
  --rp-body: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --rp-container: 1180px;
  --rp-radius: 14px;
  --rp-radius-sm: 8px;
  --rp-section-y: clamp(72px, 8vw, 110px);
}

.rp-premium,
.rp-premium * {
  box-sizing: border-box;
}

.rp-premium {
  background:
    radial-gradient(circle at 82% 4%, rgba(147, 189, 87, 0.13), transparent 34%),
    radial-gradient(circle at 10% 18%, rgba(147, 189, 87, 0.08), transparent 26%),
    var(--rp-bg);
  color: var(--rp-text);
  font-family: var(--rp-body);
  line-height: 1.5;
  overflow: hidden;
}

.rp-premium a {
  color: inherit;
  text-decoration: none;
}

.rp-premium img {
  max-width: 100%;
  height: auto;
}

.rp-container {
  width: min(var(--rp-container), calc(100% - 40px));
  margin-inline: auto;
}

.rp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rp-skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  white-space: normal;
  z-index: 999;
  top: 12px;
  left: 12px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--rp-green);
  color: var(--rp-black);
  font-weight: 800;
}

.rp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--rp-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rp-eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--rp-green);
  box-shadow: 0 0 0 7px rgba(147, 189, 87, 0.12);
  animation: rpPulse 2.4s ease-in-out infinite;
}

@keyframes rpPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.84); }
}

.rp-section-title {
  margin: 0;
  font-family: var(--rp-display);
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.94;
  letter-spacing: 0.025em;
  color: var(--rp-white);
  text-transform: uppercase;
}

.rp-section-title span,
.rp-hero-title span,
.rp-cta-title span {
  color: var(--rp-green);
}

.rp-section-copy {
  margin: 16px 0 0;
  max-width: 650px;
  color: var(--rp-muted);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}

.rp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.rp-btn:hover,
.rp-card:hover,
.rp-system-card:hover,
.rp-advantage-card:hover,
.rp-faq-item:hover {
  transform: translateY(-2px);
}

.rp-btn--primary {
  background: var(--rp-green);
  color: var(--rp-black);
  border: 1px solid var(--rp-green);
  box-shadow: 0 18px 42px rgba(147, 189, 87, 0.18);
}

.rp-btn--primary:hover {
  background: var(--rp-white);
  border-color: var(--rp-white);
}

.rp-btn--secondary {
  background: transparent;
  color: var(--rp-white);
  border: 1px solid var(--rp-border);
}

.rp-btn--secondary:hover {
  border-color: var(--rp-green-border);
  color: var(--rp-green);
  background: var(--rp-green-soft);
}

/* Hero */
.rp-hero {
  position: relative;
  padding: clamp(70px, 9vw, 112px) 0 76px;
  border-bottom: 1px solid var(--rp-border);
}

.rp-hero::before,
.rp-hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  border: 1px solid rgba(147, 189, 87, 0.15);
}

.rp-hero::before {
  width: 560px;
  height: 560px;
  right: -165px;
  top: -165px;
}

.rp-hero::after {
  width: 320px;
  height: 320px;
  right: 90px;
  top: 90px;
  border-color: rgba(147, 189, 87, 0.09);
}

.rp-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(38px, 5vw, 72px);
}

.rp-hero-title {
  margin: 0 0 22px;
  max-width: 680px;
  font-family: var(--rp-display);
  font-size: clamp(72px, 9vw, 124px);
  line-height: 0.88;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rp-hero__text {
  max-width: 590px;
  margin: 0 0 34px;
  color: var(--rp-muted);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.75;
  font-weight: 300;
}

.rp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rp-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 42px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--rp-border);
  max-width: 620px;
}

.rp-proof-stat {
  padding-right: 24px;
}

.rp-proof-stat strong {
  display: block;
  font-family: var(--rp-display);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.95;
  letter-spacing: 0.04em;
  color: var(--rp-white);
}

.rp-proof-stat strong span {
  color: var(--rp-green);
}

.rp-proof-stat small {
  display: block;
  margin-top: 6px;
  color: var(--rp-muted-2);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.rp-hero__visual {
  position: relative;
}

.rp-floating-pill {
  position: absolute;
  top: -20px;
  right: -8px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid var(--rp-border-strong);
  border-radius: 12px;
  background: rgba(13, 16, 10, 0.92);
  box-shadow: var(--rp-shadow);
  backdrop-filter: blur(14px);
}

.rp-floating-pill__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--rp-green);
  box-shadow: 0 0 0 8px rgba(147, 189, 87, 0.12);
  animation: rpPulse 1.8s ease-in-out infinite;
}

.rp-floating-pill strong {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.rp-floating-pill span {
  display: block;
  margin-top: 2px;
  color: var(--rp-muted-2);
  font-size: 10px;
}

.rp-dashboard {
  position: relative;
  padding: 24px;
  border: 1px solid var(--rp-border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    var(--rp-surface);
  box-shadow: var(--rp-shadow);
  overflow: hidden;
}

.rp-dashboard::before {
  content: '';
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: radial-gradient(circle at 78% 5%, rgba(147, 189, 87, 0.16), transparent 36%);
}

.rp-dashboard > * {
  position: relative;
  z-index: 2;
}

.rp-dashboard__top,
.rp-dash-row,
.rp-case-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.rp-dashboard__label {
  margin: 0;
  color: var(--rp-muted-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rp-dashboard__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 5px;
  background: var(--rp-green-soft);
  color: var(--rp-green);
  font-size: 11px;
  font-weight: 800;
}

.rp-bars {
  height: 160px;
  display: flex;
  align-items: end;
  gap: 8px;
  margin: 28px 0 12px;
}

.rp-bar {
  flex: 1;
  min-width: 12px;
  border-radius: 6px 6px 0 0;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.rp-bar::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(147, 189, 87, 0.86), rgba(147, 189, 87, 0.36));
  transform: translateY(100%);
  animation: rpRise 1.1s ease forwards;
  animation-delay: var(--delay, 0s);
}

.rp-bar--dark::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
}

@keyframes rpRise {
  to { transform: translateY(0); }
}

.rp-chart-labels {
  display: flex;
  gap: 8px;
}

.rp-chart-labels span {
  flex: 1;
  color: var(--rp-muted-2);
  font-size: 9px;
  text-align: center;
}

.rp-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.rp-dash-metric {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
}

.rp-dash-metric strong {
  display: block;
  font-size: 19px;
  line-height: 1;
  color: var(--rp-white);
}

.rp-dash-metric span {
  display: block;
  margin-top: 7px;
  color: var(--rp-muted-2);
  font-size: 10px;
  font-weight: 700;
}

.rp-dash-metric small {
  display: block;
  margin-top: 4px;
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 800;
}

/* Ticker */
.rp-ticker {
  padding: 10px 0;
  background: var(--rp-green);
  color: var(--rp-black);
  overflow: hidden;
}

.rp-ticker__track {
  display: flex;
  width: max-content;
  gap: 34px;
  animation: rpScroll 28s linear infinite;
  white-space: nowrap;
}

.rp-ticker__track span {
  font-family: var(--rp-display);
  font-size: 18px;
  letter-spacing: 0.12em;
}

.rp-ticker__track b {
  opacity: 0.45;
}

@keyframes rpScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Shared sections */
.rp-section {
  padding: var(--rp-section-y) 0;
  border-bottom: 1px solid var(--rp-border);
}

.rp-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 46px;
}

.rp-section__head .rp-section-copy {
  margin-top: 0;
}

/* Brand wall — premium monochrome logo showcase */
.rp-brand-wall {
  position: relative;
  background:
    radial-gradient(circle at 18% 8%, rgba(147, 189, 87, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(147, 189, 87, 0.045), rgba(0, 0, 0, 0));
}

.rp-brand-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.7vw, 42px);
  border: 1px solid rgba(147, 189, 87, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(13, 16, 10, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 28px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.rp-brand-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 0%, rgba(147, 189, 87, 0.13), transparent 32%),
    radial-gradient(circle at 86% 100%, rgba(172, 255, 225, 0.05), transparent 28%);
  opacity: 0.9;
}

.rp-brand-card > * {
  position: relative;
  z-index: 2;
}

.rp-brand-card__head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.75fr);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(28px, 3vw, 40px);
}

.rp-brand-marquee {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(147, 189, 87, 0.08);
}

.rp-brand-marquee::before,
.rp-brand-marquee::after {
  content: '';
  position: absolute;
  z-index: 4;
  top: 0;
  width: clamp(46px, 8vw, 120px);
  height: 100%;
  pointer-events: none;
}

.rp-brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(11, 14, 8, 0.98), rgba(11, 14, 8, 0));
}

.rp-brand-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(11, 14, 8, 0.98), rgba(11, 14, 8, 0));
}

.rp-brand-marquee__track {
  display: flex;
  width: max-content;
  animation: rpScroll 38s linear infinite;
  will-change: transform;
}

.rp-brand-marquee:hover .rp-brand-marquee__track {
  animation-play-state: paused;
}

.rp-brand-marquee__list {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 18px);
  margin: 0;
  padding: clamp(18px, 2.2vw, 24px) clamp(8px, 1.1vw, 12px);
  list-style: none;
}

.rp-brand-logo {
  position: relative;
  width: clamp(150px, 15vw, 188px);
  height: clamp(68px, 7vw, 86px);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 34px rgba(0, 0, 0, 0.18);
  isolation: isolate;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.rp-brand-logo::before {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 15px;
  background: radial-gradient(circle at 50% 0%, rgba(172, 255, 225, 0.07), transparent 55%);
  opacity: 0.8;
}

.rp-brand-logo::after {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(147, 189, 87, 0.28), rgba(172, 255, 225, 0.08), transparent 62%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.rp-brand-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(172, 255, 225, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.028));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 22px 44px rgba(0, 0, 0, 0.26);
}

.rp-brand-logo:hover::after {
  opacity: 0.55;
}

.rp-brand-logo img {
  width: 100%;
  max-width: 140px;
  max-height: 44px;
  object-fit: contain;
  display: block;
  opacity: 0.9;
  filter: grayscale(1) invert(1) brightness(1.34) contrast(1.16);
  mix-blend-mode: screen;
  transform: translateZ(0);
  transition: opacity 0.22s ease, transform 0.22s ease, filter 0.22s ease;
}

.rp-brand-logo:hover img {
  opacity: 1;
  transform: scale(1.035);
  filter: grayscale(1) invert(1) brightness(1.55) contrast(1.22);
}

.rp-brand-note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.01em;
}

/* Services */
.rp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--rp-border);
  border-radius: 14px;
  background: var(--rp-border);
  overflow: hidden;
}

.rp-card {
  min-height: 280px;
  padding: 30px 26px;
  background: var(--rp-bg);
  transition: transform 0.2s ease, background 0.2s ease;
}

.rp-card:hover {
  background: var(--rp-surface-2);
}

.rp-card__num {
  display: block;
  margin-bottom: 18px;
  font-family: var(--rp-display);
  font-size: 50px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
}

.rp-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 10px;
  background: var(--rp-green-soft);
  color: var(--rp-green);
  font-size: 18px;
  font-weight: 900;
}

.rp-card h3 {
  margin: 0 0 10px;
  color: var(--rp-white);
  font-size: 16px;
  line-height: 1.25;
}

.rp-card p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.72;
  font-weight: 300;
}

.rp-card a {
  display: inline-flex;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 20px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.rp-card:hover a {
  color: var(--rp-green);
  transform: translateX(3px) translateY(-3px);
}

/* Results strip */
.rp-results-strip {
  padding: 58px 0;
  border-bottom: 1px solid var(--rp-border);
  background: var(--rp-surface);
}

.rp-results-strip__inner {
  display: grid;
  grid-template-columns: 190px 1px 1fr;
  gap: 40px;
  align-items: center;
}

.rp-results-label {
  font-family: var(--rp-display);
  font-size: 45px;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rp-results-label span {
  color: var(--rp-green);
}

.rp-results-divider {
  height: 72px;
  background: var(--rp-border);
}

.rp-results-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.rp-result strong {
  display: block;
  font-family: var(--rp-display);
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 0.95;
  letter-spacing: 0.04em;
}

.rp-result strong span {
  color: var(--rp-green);
}

.rp-result p {
  max-width: 150px;
  margin: 8px 0 0;
  color: var(--rp-muted-2);
  font-size: 12px;
  line-height: 1.45;
}

/* Systems / cases */
.rp-systems-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 16px;
}

.rp-system-card {
  border: 1px solid var(--rp-border);
  border-radius: 16px;
  background: var(--rp-surface);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.rp-system-card:hover {
  border-color: var(--rp-green-border);
}

.rp-system-visual {
  min-height: 172px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
  background:
    radial-gradient(circle at 15% 15%, rgba(147, 189, 87, 0.16), transparent 28%),
    linear-gradient(135deg, #080a06, #11170d);
}

.rp-system-visual span {
  font-family: var(--rp-display);
  font-size: clamp(52px, 7vw, 88px);
  color: rgba(147, 189, 87, 0.24);
  letter-spacing: 0.08em;
  line-height: 0.82;
}

.rp-system-visual--alt {
  background:
    radial-gradient(circle at 82% 18%, rgba(147, 189, 87, 0.15), transparent 30%),
    linear-gradient(135deg, #0a0d08, #151c10);
}

.rp-system-body {
  padding: 24px;
}

.rp-system-tag {
  margin: 0 0 10px;
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rp-system-body h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.35;
}

.rp-system-body > p:not(.rp-system-tag) {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.72;
  font-weight: 300;
}

.rp-case-footer {
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--rp-border);
}

.rp-case-footer div {
  min-width: 92px;
}

.rp-case-footer strong {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.rp-case-footer span {
  display: block;
  margin-top: 6px;
  color: var(--rp-muted-2);
  font-size: 10px;
}

/* Why */
.rp-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.rp-split .rp-section-copy {
  margin-bottom: 30px;
}

.rp-feature-list {
  display: grid;
  gap: 12px;
}

.rp-feature {
  padding: 24px;
  border: 1px solid var(--rp-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.rp-feature h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.rp-feature p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 300;
}

/* Process */
.rp-process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--rp-border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--rp-border);
  gap: 1px;
}

.rp-process-list li {
  position: relative;
  min-height: 260px;
  padding: 30px 24px;
  background: var(--rp-bg);
}

.rp-process-list .rp-step-bg {
  position: absolute;
  top: 20px;
  right: 18px;
  font-family: var(--rp-display);
  font-size: 58px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
}

.rp-step-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid var(--rp-green-border);
  border-radius: 999px;
  color: var(--rp-green);
  font-weight: 900;
}

.rp-process-list h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.rp-process-list p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 12.5px;
  line-height: 1.75;
  font-weight: 300;
}

/* Advantages */
.rp-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.rp-advantage-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--rp-border);
  border-radius: 16px;
  background: var(--rp-surface);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.rp-advantage-card:hover {
  border-color: var(--rp-green-border);
}

.rp-advantage-card .rp-stars {
  color: var(--rp-green);
  font-size: 12px;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
}

.rp-advantage-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.35;
}

.rp-advantage-card p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 300;
}

.rp-advantage-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.rp-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--rp-green-soft);
  color: var(--rp-green);
  font-size: 12px;
  font-weight: 900;
}

.rp-advantage-card footer strong {
  display: block;
  font-size: 13px;
}

.rp-advantage-card footer span {
  color: var(--rp-muted-2);
  font-size: 11px;
}

/* FAQ */
.rp-faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.1fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}

.rp-faq-list {
  display: grid;
  gap: 10px;
}

.rp-faq-item {
  border: 1px solid var(--rp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.rp-faq-item[open],
.rp-faq-item:hover {
  border-color: var(--rp-green-border);
}

.rp-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--rp-white);
  font-weight: 800;
  font-size: 14px;
}

.rp-faq-item summary::-webkit-details-marker {
  display: none;
}

.rp-faq-item summary::after {
  content: '+';
  color: var(--rp-green);
  font-size: 22px;
  line-height: 1;
}

.rp-faq-item[open] summary::after {
  content: '–';
}

.rp-faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 300;
}

/* CTA */
.rp-final-cta {
  position: relative;
  text-align: left;
  overflow: hidden;
}

.rp-final-cta::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 680px;
  height: 430px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(147, 189, 87, 0.13), transparent 68%);
}

.rp-final-cta__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 5vw, 62px);
  align-items: center;
}

.rp-cta-title {
  margin: 0;
  font-family: var(--rp-display);
  font-size: clamp(58px, 8vw, 100px);
  line-height: 0.92;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.rp-form {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3.2vw, 30px);
  border: 1px solid var(--rp-border);
  border-radius: 18px;
  background: rgba(13, 16, 10, 0.86);
  box-shadow: var(--rp-shadow);
}

.rp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.rp-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--rp-muted-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rp-field input,
.rp-field select,
.rp-field textarea {
  width: 100%;
  border: 1px solid var(--rp-border);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--rp-white);
  font-family: var(--rp-body);
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rp-field textarea {
  min-height: 104px;
  resize: vertical;
}

.rp-field input:focus,
.rp-field select:focus,
.rp-field textarea:focus {
  border-color: var(--rp-green-border);
  box-shadow: 0 0 0 4px rgba(147, 189, 87, 0.11);
}

.rp-field select option {
  color: var(--rp-black);
}

.rp-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.rp-form__note {
  margin: 0;
  color: var(--rp-muted-2);
  font-size: 11px;
  text-align: center;
}

/* Responsive */
@media (max-width: 1100px) {
  .rp-hero__grid,
  .rp-section__head,
  .rp-brand-card__head,
  .rp-split,
  .rp-final-cta__grid,
  .rp-faq-grid {
    grid-template-columns: 1fr;
  }
  .rp-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rp-results-strip__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .rp-results-divider { display: none; }
  .rp-results-list,
  .rp-process-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .rp-systems-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rp-container {
    width: min(100% - 28px, var(--rp-container));
  }
  .rp-hero {
    padding-top: 58px;
  }
  .rp-hero__grid {
    grid-template-columns: 1fr;
  }
  .rp-hero-title {
    font-size: clamp(62px, 18vw, 88px);
  }
  .rp-hero__proof,
  .rp-dashboard__metrics,
  .rp-results-list,
  .rp-process-list,
  .rp-advantages-grid,
  .rp-form__row {
    grid-template-columns: 1fr;
  }
  .rp-proof-stat {
    padding: 16px 0;
    border-bottom: 1px solid var(--rp-border);
  }
  .rp-proof-stat:last-child {
    border-bottom: 0;
  }
  .rp-floating-pill {
    right: 8px;
    top: -12px;
  }
  .rp-dashboard {
    padding: 18px;
  }
  .rp-bars {
    height: 120px;
  }
  .rp-service-grid {
    grid-template-columns: 1fr;
  }
  .rp-card {
    min-height: auto;
  }
  .rp-brand-logo {
    width: 145px;
    height: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rp-premium *,
  .rp-premium *::before,
  .rp-premium *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* Revenue Pulses hero/header typography contrast repair
   Scope: visibility, contrast, readability only. No layout, spacing, section order, or animation changes. */

.rp-premium .rp-hero {
  background:
    linear-gradient(90deg,
      rgba(5, 6, 4, 0.86) 0%,
      rgba(5, 6, 4, 0.76) 32%,
      rgba(5, 6, 4, 0.44) 58%,
      rgba(5, 6, 4, 0.12) 100%),
    radial-gradient(circle at 84% 8%, rgba(147, 189, 87, 0.12), transparent 36%),
    var(--rp-bg) !important;
  isolation: isolate;
}

.rp-premium .rp-hero-title,
.rp-premium .rp-hero-title span,
.rp-premium .rp-hero__text,
.rp-premium .rp-hero .rp-eyebrow,
.rp-premium .rp-proof-stat strong,
.rp-premium .rp-proof-stat small,
.rp-premium .rp-floating-pill,
.rp-premium .rp-dashboard {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.rp-premium .rp-hero-title {
  color: #ffffff !important;
  letter-spacing: 0.022em;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.62);
}

.rp-premium .rp-hero-title span {
  color: #a6d263 !important;
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.46),
    0 0 20px rgba(147, 189, 87, 0.18);
}

.rp-premium .rp-hero__text {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.52);
}

.rp-premium .rp-hero .rp-eyebrow {
  color: #a8d86b;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.rp-premium .rp-hero .rp-eyebrow::before {
  box-shadow:
    0 0 0 7px rgba(147, 189, 87, 0.16),
    0 0 18px rgba(147, 189, 87, 0.36);
}

.rp-premium .rp-hero .rp-btn--secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}

.rp-premium .rp-hero .rp-btn--secondary:hover {
  color: #ffffff;
  border-color: rgba(147, 189, 87, 0.54);
  background: rgba(147, 189, 87, 0.14);
}

.rp-premium .rp-hero__proof {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.rp-premium .rp-proof-stat strong {
  color: #ffffff;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.58);
}

.rp-premium .rp-proof-stat small {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.54);
}

.rp-premium .rp-floating-pill strong {
  color: #ffffff;
  font-weight: 800;
}

.rp-premium .rp-floating-pill span {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 600;
}

.rp-premium .rp-dashboard__label {
  color: rgba(255, 255, 255, 0.68);
}

.rp-premium .rp-dashboard__badge {
  color: #a8d86b;
}

.rp-premium .rp-chart-labels span {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

.rp-premium .rp-dash-metric span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.rp-premium .rp-dash-metric small {
  color: #a8d86b;
}

@media (max-width: 760px) {
  .rp-premium .rp-hero {
    background:
      linear-gradient(180deg,
        rgba(5, 6, 4, 0.88) 0%,
        rgba(5, 6, 4, 0.76) 48%,
        rgba(5, 6, 4, 0.54) 100%),
      radial-gradient(circle at 85% 8%, rgba(147, 189, 87, 0.12), transparent 38%),
      var(--rp-bg) !important;
  }

  .rp-premium .rp-hero .rp-eyebrow {
    letter-spacing: 0.13em;
  }
}

/* =========================================================
   Revenue Pulses — Final typography + dashboard capsule fix
   Scope: font visibility, contrast, readability, and requested heading colors only.
   Keep this at the end of the complete CSS file.
   ========================================================= */

:root {
  --rp-heading-h2-final: #5b7c63;
  --rp-heading-h3-final: #acffe1;
}

/* Move “Growth Pulse Active” capsule upward so the dashboard badge/text remains clear */
.rp-premium .rp-hero__visual .rp-floating-pill {
  top: -52px !important;
  right: -8px !important;
  z-index: 6;
}

/* Keep the floating capsule readable after position adjustment */
.rp-premium .rp-floating-pill {
  background: rgba(13, 16, 10, 0.96);
  border-color: rgba(172, 255, 225, 0.24);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.44);
}

.rp-premium .rp-floating-pill strong {
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.rp-premium .rp-floating-pill span {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 600;
}

/* Requested H2 color */
.rp-premium h2,
.rp-premium .rp-section-title,
.rp-premium .rp-cta-title,
.rp-premium .rp-system-card h2,
.rp-premium .rp-case-card h2,
.rp-premium .rp-faq__intro h2,
.rp-premium .rp-final-cta h2 {
  color: var(--rp-heading-h2-final) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

/* Preserve intentional highlighted spans inside H2 headings while keeping them readable */
.rp-premium h2 span,
.rp-premium .rp-section-title span,
.rp-premium .rp-cta-title span {
  color: var(--rp-heading-h2-final) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

/* Requested H3 color */
.rp-premium h3,
.rp-premium .rp-card h3,
.rp-premium .rp-system-card h3,
.rp-premium .rp-feature h3,
.rp-premium .rp-process-list h3,
.rp-premium .rp-advantage-card h3,
.rp-premium .rp-case-card h3,
.rp-premium .rp-signal-card h3,
.rp-premium .rp-faq-item summary {
  color: var(--rp-heading-h3-final) !important;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.34);
}

/* Dashboard inner labels: readability only */
.rp-premium .rp-dashboard__label {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.rp-premium .rp-dashboard__badge {
  color: #a6d263 !important;
  background: rgba(147, 189, 87, 0.16);
  border-color: rgba(147, 189, 87, 0.24);
}

.rp-premium .rp-dash-metric strong,
.rp-premium .rp-dash-metric h3 {
  color: #ffffff !important;
}

.rp-premium .rp-dash-metric span {
  color: rgba(255, 255, 255, 0.74) !important;
  font-weight: 700;
}

.rp-premium .rp-dash-metric small {
  color: #a6d263 !important;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .rp-premium .rp-hero__visual .rp-floating-pill {
    top: -44px !important;
    right: 8px !important;
  }
}

@media (max-width: 760px) {
  .rp-premium .rp-hero__visual .rp-floating-pill {
    top: -34px !important;
    right: 10px !important;
  }
}

/* Brand showcase responsive refinements */
@media (max-width: 1100px) {
  .rp-brand-card__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 760px) {
  .rp-brand-card {
    border-radius: 18px;
    padding: 24px 18px;
  }

  .rp-brand-marquee {
    border-radius: 15px;
  }

  .rp-brand-logo {
    width: 142px;
    height: 66px;
    padding: 14px 18px;
    border-radius: 14px;
  }

  .rp-brand-logo img {
    max-width: 112px;
    max-height: 38px;
  }

  .rp-brand-note {
    font-size: 11px;
    max-width: 280px;
    margin-inline: auto;
  }
}

/* =========================================================
   Revenue Pulses — Services Internal Page System
   Page: /services/
   Scope: internal services page only. Keeps homepage design system intact.
   ========================================================= */

.rp-services-page {
  background:
    radial-gradient(circle at 82% 2%, rgba(147, 189, 87, 0.13), transparent 34%),
    radial-gradient(circle at 8% 24%, rgba(172, 255, 225, 0.045), transparent 28%),
    var(--rp-bg);
}

.rp-inner-hero {
  position: relative;
  padding: clamp(78px, 9vw, 126px) 0 clamp(58px, 7vw, 86px);
  border-bottom: 1px solid var(--rp-border);
  overflow: hidden;
  isolation: isolate;
}

.rp-inner-hero::before,
.rp-inner-hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  border: 1px solid rgba(147, 189, 87, 0.14);
}

.rp-inner-hero::before {
  width: 620px;
  height: 620px;
  right: -190px;
  top: -210px;
}

.rp-inner-hero::after {
  width: 340px;
  height: 340px;
  right: 90px;
  top: 96px;
  border-color: rgba(172, 255, 225, 0.06);
}

.rp-inner-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(38px, 5vw, 72px);
}

.rp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rp-breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}

.rp-breadcrumbs a:hover {
  color: var(--rp-green);
}

.rp-inner-title {
  margin: 0;
  max-width: 820px;
  font-family: var(--rp-display);
  font-size: clamp(64px, 9vw, 118px);
  line-height: 0.9;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.54);
}

.rp-inner-title span {
  color: #a6d263;
}

.rp-inner-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.78;
  font-weight: 500;
}

.rp-inner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.rp-inner-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 42px;
  max-width: 720px;
}

.rp-inner-proof__item {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(13, 16, 10, 0.66);
}

.rp-inner-proof__item strong {
  display: block;
  font-family: var(--rp-display);
  font-size: 38px;
  line-height: 0.95;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.rp-inner-proof__item strong span {
  color: var(--rp-green);
}

.rp-inner-proof__item small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
}

.rp-services-orbit {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.rp-services-orbit::before {
  content: '';
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(147, 189, 87, 0.12);
  border-radius: 999px;
  animation: rpSpin 24s linear infinite;
}

.rp-services-orbit::after {
  content: '';
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(172, 255, 225, 0.06);
  border-radius: 999px;
  animation: rpSpin 18s linear infinite reverse;
}

@keyframes rpSpin {
  to { transform: rotate(360deg); }
}

.rp-orbit-core {
  position: relative;
  z-index: 2;
  width: min(100%, 360px);
  padding: 28px;
  border: 1px solid rgba(147, 189, 87, 0.2);
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 0%, rgba(147, 189, 87, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(13, 16, 10, 0.86);
  box-shadow: var(--rp-shadow);
  backdrop-filter: blur(16px);
}

.rp-orbit-core__label {
  margin: 0 0 12px;
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rp-orbit-core h2 {
  margin: 0;
  max-width: 250px;
  font-family: var(--rp-display);
  font-size: 50px;
  line-height: 0.92;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.rp-orbit-core p {
  margin: 18px 0 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
}

.rp-orbit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.rp-orbit-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(147, 189, 87, 0.18);
  border-radius: 999px;
  background: rgba(147, 189, 87, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
}

.rp-service-directory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--rp-border);
  border-radius: 18px;
  background: var(--rp-border);
  overflow: hidden;
}

.rp-service-directory__card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 30px 26px;
  background: var(--rp-bg);
  transition: transform 0.22s ease, background 0.22s ease;
}

.rp-service-directory__card:hover {
  transform: translateY(-2px);
  background: var(--rp-surface-2);
}

.rp-service-directory__num {
  display: block;
  margin-bottom: 20px;
  font-family: var(--rp-display);
  font-size: 54px;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.07);
}

.rp-service-directory__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 11px;
  background: rgba(147, 189, 87, 0.12);
  color: var(--rp-green);
  font-size: 13px;
  font-weight: 900;
}

.rp-service-directory__card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.3;
}

.rp-service-directory__card p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.74;
  font-weight: 300;
}

.rp-service-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.rp-service-keywords span {
  display: inline-flex;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 800;
}

.rp-service-directory__link {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 20px;
  font-weight: 900;
  transition: color 0.2s ease, transform 0.2s ease;
}

.rp-service-directory__card:hover .rp-service-directory__link {
  color: var(--rp-green);
  transform: translateX(4px) translateY(-4px);
}

.rp-growth-map {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.rp-map-panel {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(147, 189, 87, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(13, 16, 10, 0.76);
  box-shadow: var(--rp-shadow);
}

.rp-map-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-map-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
}

.rp-map-list span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--rp-green-soft);
  color: var(--rp-green);
  font-weight: 900;
}

.rp-map-list h3 {
  margin: 0 0 6px;
  font-size: 15px;
}

.rp-map-list p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 12.5px;
  line-height: 1.7;
  font-weight: 300;
}

.rp-internal-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.rp-link-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--rp-border);
  border-radius: 16px;
  background: var(--rp-surface);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.rp-link-card:hover {
  transform: translateY(-2px);
  border-color: var(--rp-green-border);
}

.rp-link-card small {
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rp-link-card h3 {
  margin: 12px 0 8px;
  font-size: 17px;
}

.rp-link-card p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.72;
  font-weight: 300;
}

.rp-link-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--rp-green);
  font-size: 13px;
  font-weight: 900;
}

.rp-authority-strip {
  padding: 48px 0;
  border-bottom: 1px solid var(--rp-border);
  background:
    radial-gradient(circle at 80% 0%, rgba(172, 255, 225, 0.045), transparent 26%),
    var(--rp-surface);
}

.rp-authority-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: center;
}

.rp-authority-inner h2 {
  margin: 0;
  font-family: var(--rp-display);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.rp-authority-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.rp-authority-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.rp-authority-links a:hover {
  border-color: var(--rp-green-border);
  color: var(--rp-green);
  background: var(--rp-green-soft);
}

.rp-services-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(147, 189, 87, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 14%, rgba(147, 189, 87, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(13, 16, 10, 0.82);
  box-shadow: var(--rp-shadow);
}

.rp-services-cta-card__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.rp-services-cta-card h2 {
  margin: 0;
  font-family: var(--rp-display);
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.rp-services-cta-card p {
  margin: 18px 0 0;
  max-width: 640px;
  color: var(--rp-muted);
  font-size: 15px;
  line-height: 1.78;
  font-weight: 300;
}

.rp-mini-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
  .rp-inner-hero__grid,
  .rp-growth-map,
  .rp-authority-inner,
  .rp-services-cta-card__grid {
    grid-template-columns: 1fr;
  }

  .rp-services-orbit {
    min-height: auto;
    padding: 34px 0 10px;
  }

  .rp-service-directory,
  .rp-internal-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .rp-authority-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .rp-inner-hero {
    padding-top: 58px;
  }

  .rp-inner-title {
    font-size: clamp(58px, 16vw, 84px);
  }

  .rp-inner-proof,
  .rp-service-directory,
  .rp-internal-links {
    grid-template-columns: 1fr;
  }

  .rp-service-directory__card {
    min-height: auto;
  }

  .rp-map-list li {
    grid-template-columns: 1fr;
  }

  .rp-authority-links a {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   Revenue Pulses — Internal Service Detail Page System
   Pages: /seo-services/ and future service detail pages
   Scope: shared internal service-page components only.
   ========================================================= */

.rp-service-page {
  background:
    radial-gradient(circle at 84% 3%, rgba(147, 189, 87, 0.13), transparent 34%),
    radial-gradient(circle at 8% 18%, rgba(172, 255, 225, 0.04), transparent 28%),
    var(--rp-bg);
}

.rp-service-visual-card {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(147, 189, 87, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 0%, rgba(147, 189, 87, 0.19), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(13, 16, 10, 0.86);
  box-shadow: var(--rp-shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.rp-service-visual-card::before {
  content: '';
  position: absolute;
  inset: -120px -80px auto auto;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(172, 255, 225, 0.08);
  border-radius: 999px;
  pointer-events: none;
}

.rp-service-visual-label {
  margin: 0 0 16px;
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rp-service-visual-card h2 {
  margin: 0 0 14px;
  max-width: 340px;
  font-family: var(--rp-display);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rp-service-visual-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

.rp-service-meter {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.rp-service-meter__row {
  padding: 14px 14px 13px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.rp-service-meter__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.rp-service-meter__bar {
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.rp-service-meter__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rp-green), #acffe1);
  box-shadow: 0 0 24px rgba(147, 189, 87, 0.38);
}

.rp-service-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--rp-border);
  border-radius: 20px;
  background: var(--rp-border);
  overflow: hidden;
}

.rp-service-snapshot__item {
  min-height: 168px;
  padding: 28px 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.012)),
    var(--rp-surface);
}

.rp-service-snapshot__item span {
  display: block;
  margin-bottom: 22px;
  font-family: var(--rp-display);
  color: rgba(255, 255, 255, 0.14);
  font-size: 48px;
  line-height: 0.9;
  letter-spacing: 0.05em;
}

.rp-service-snapshot__item h3 {
  margin: 0 0 9px;
  font-size: 17px;
  line-height: 1.25;
}

.rp-service-snapshot__item p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.65;
}

.rp-service-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.rp-service-sticky-note {
  position: sticky;
  top: 24px;
  padding: 28px;
  border: 1px solid rgba(147, 189, 87, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(147, 189, 87, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015)),
    rgba(13, 16, 10, 0.78);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.32);
}

.rp-service-sticky-note h2 {
  margin: 0 0 14px;
  font-family: var(--rp-display);
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 0.96;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rp-service-sticky-note p {
  margin: 0 0 20px;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

.rp-service-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.rp-service-mini-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.rp-service-mini-links a:hover {
  border-color: rgba(147, 189, 87, 0.38);
  color: #ffffff;
  background: rgba(147, 189, 87, 0.11);
}

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

.rp-deliverable-card {
  position: relative;
  min-height: 218px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.014)),
    var(--rp-surface);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  overflow: hidden;
}

.rp-deliverable-card:hover {
  transform: translateY(-4px);
  border-color: rgba(147, 189, 87, 0.28);
  background:
    radial-gradient(circle at 90% 0%, rgba(147, 189, 87, 0.12), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    var(--rp-surface-2);
}

.rp-deliverable-card small {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rp-deliverable-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.rp-deliverable-card p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.68;
}

.rp-method-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
}

.rp-method-panel,
.rp-authority-panel {
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
    var(--rp-surface);
  overflow: hidden;
}

.rp-method-list {
  display: grid;
  gap: 1px;
  background: var(--rp-border);
}

.rp-method-list li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 26px;
  background: var(--rp-surface);
}

.rp-method-list span {
  font-family: var(--rp-display);
  font-size: 44px;
  line-height: 0.9;
  color: rgba(255,255,255,0.14);
  letter-spacing: 0.04em;
}

.rp-method-list h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.rp-method-list p {
  margin: 0;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.68;
}

.rp-authority-panel {
  padding: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(172, 255, 225, 0.07), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    var(--rp-surface);
}

.rp-authority-panel h2 {
  margin: 0 0 12px;
  font-family: var(--rp-display);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.96;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rp-authority-panel p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

.rp-authority-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.rp-authority-links a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,0.075);
  border-radius: 14px;
  color: rgba(255,255,255,0.76);
  background: rgba(255,255,255,0.032);
  font-size: 12px;
  font-weight: 800;
}

.rp-authority-links a::after {
  content: '↗';
  color: var(--rp-green);
}

.rp-authority-links a:hover {
  color: #ffffff;
  border-color: rgba(147, 189, 87, 0.32);
  background: rgba(147, 189, 87, 0.08);
}

.rp-service-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 54px);
  border: 1px solid rgba(147, 189, 87, 0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 86% 14%, rgba(147, 189, 87, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.016)),
    rgba(13, 16, 10, 0.84);
  box-shadow: var(--rp-shadow);
}

.rp-service-cta-card__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.rp-service-cta-card h2 {
  margin: 0 0 14px;
  max-width: 720px;
  font-family: var(--rp-display);
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rp-service-cta-card p {
  margin: 0;
  max-width: 620px;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.rp-service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.rp-next-service-card {
  min-height: 218px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.048), rgba(255,255,255,0.014)),
    var(--rp-surface);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.rp-next-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(147, 189, 87, 0.28);
}

.rp-next-service-card small {
  display: block;
  margin-bottom: 20px;
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rp-next-service-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.rp-next-service-card p {
  margin: 0 0 18px;
  color: var(--rp-muted);
  font-size: 13px;
  line-height: 1.66;
}

.rp-next-service-card a {
  color: var(--rp-green);
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .rp-service-snapshot,
  .rp-next-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rp-service-two-col,
  .rp-method-grid,
  .rp-service-cta-card__grid {
    grid-template-columns: 1fr;
  }

  .rp-service-sticky-note {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .rp-service-snapshot,
  .rp-deliverables-grid,
  .rp-next-services-grid {
    grid-template-columns: 1fr;
  }

  .rp-service-snapshot__item {
    min-height: auto;
  }

  .rp-method-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }

  .rp-service-cta-card,
  .rp-authority-panel,
  .rp-service-sticky-note,
  .rp-service-visual-card {
    border-radius: 18px;
  }
}

/* =========================================================
   Case Studies Rebuild — public proof library + premium cards
   Safe additive styles for the global Revenue Pulses CSS system
   ========================================================= */
.rp-case-studies-page--rebuilt .rp-case-rebuild-hero {
  padding-top: clamp(90px, 9vw, 136px);
  padding-bottom: clamp(76px, 8vw, 112px);
  background:
    radial-gradient(circle at 82% 18%, rgba(172, 255, 225, 0.10), transparent 30%),
    radial-gradient(circle at 8% 22%, rgba(147, 189, 87, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0));
}

.rp-case-rebuild-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.rp-case-rebuild-hero__content .rp-inner-title {
  max-width: 820px;
}

.rp-case-proof-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid rgba(172, 255, 225, 0.18);
  border-radius: 16px;
  background: rgba(172, 255, 225, 0.055);
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  line-height: 1.62;
}

.rp-case-proof-note strong {
  color: #acffe1;
  font-weight: 900;
  white-space: nowrap;
}

.rp-case-proof-dashboard {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(147, 189, 87, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 0%, rgba(172, 255, 225, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.068), rgba(255,255,255,0.018)),
    rgba(13, 16, 10, 0.86);
  box-shadow: 0 30px 100px rgba(0,0,0,0.54);
}

.rp-case-proof-dashboard::after {
  content: '';
  position: absolute;
  inset: auto -40% -34% 12%;
  height: 170px;
  background: radial-gradient(ellipse, rgba(147, 189, 87, 0.18), transparent 66%);
  pointer-events: none;
}

.rp-case-proof-dashboard__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 26px;
}

.rp-case-proof-dashboard__top small,
.rp-case-proof-case-kicker span {
  display: block;
  color: rgba(255,255,255,0.52);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rp-case-proof-dashboard__top strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1;
}

.rp-case-proof-dashboard__top > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(172,255,225,0.25);
  border-radius: 999px;
  background: rgba(172,255,225,0.08);
  color: #acffe1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rp-case-proof-dashboard__top > span::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #acffe1;
  box-shadow: 0 0 16px rgba(172,255,225,0.9);
}

.rp-case-proof-rings {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}

.rp-case-proof-rings div {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(172,255,225,0.08), transparent 58%),
    conic-gradient(from 210deg, rgba(147,189,87,0.82), rgba(172,255,225,0.32), rgba(255,255,255,0.06), rgba(147,189,87,0.82));
  box-shadow: inset 0 0 0 10px rgba(5,6,4,0.82);
}

.rp-case-proof-rings strong {
  display: block;
  color: #ffffff;
  font-family: var(--rp-display);
  font-size: clamp(28px, 3.5vw, 42px);
  letter-spacing: 0.05em;
  line-height: 0.9;
}

.rp-case-proof-rings span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.72);
  font-size: 10px;
  font-weight: 800;
}

.rp-case-proof-bars {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.rp-case-proof-bars div {
  display: grid;
  grid-template-columns: 104px 1fr 28px;
  gap: 12px;
  align-items: center;
  color: rgba(255,255,255,0.74);
  font-size: 11px;
  font-weight: 800;
}

.rp-case-proof-bars i {
  position: relative;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.rp-case-proof-bars i::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rp-w);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rp-green), #acffe1);
  box-shadow: 0 0 22px rgba(172,255,225,0.32);
}

.rp-case-proof-bars b {
  color: #acffe1;
  font-size: 11px;
}

.rp-real-cases {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0)),
    var(--rp-bg);
}

.rp-proof-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rp-proof-case-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  grid-template-rows: 190px 1fr;
  border: 1px solid rgba(255,255,255,0.085);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.052), rgba(255,255,255,0.014)),
    rgba(13,16,10,0.88);
  box-shadow: 0 22px 80px rgba(0,0,0,0.34);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.rp-proof-case-card:hover {
  transform: translateY(-5px);
  border-color: rgba(172,255,225,0.28);
  box-shadow: 0 28px 90px rgba(0,0,0,0.46);
}

.rp-proof-case-card--featured {
  grid-column: span 2;
  min-height: 420px;
  grid-template-columns: minmax(300px, 0.78fr) 1fr;
  grid-template-rows: auto;
}

.rp-proof-case-visual {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 14%, rgba(172,255,225,0.16), transparent 32%),
    linear-gradient(135deg, #080a06, #12190f);
}

.rp-proof-case-visual--search { background: radial-gradient(circle at 14% 12%, rgba(147,189,87,0.18), transparent 32%), linear-gradient(135deg, #070906, #11170c); }
.rp-proof-case-visual--conversion { background: radial-gradient(circle at 90% 6%, rgba(172,255,225,0.18), transparent 34%), linear-gradient(135deg, #070906, #101813); }
.rp-proof-case-visual--traffic { background: radial-gradient(circle at 16% 10%, rgba(172,255,225,0.13), transparent 34%), linear-gradient(135deg, #080a06, #15190e); }
.rp-proof-case-visual--event { background: radial-gradient(circle at 88% 8%, rgba(147,189,87,0.17), transparent 34%), linear-gradient(135deg, #060806, #111912); }
.rp-proof-case-visual--local { background: radial-gradient(circle at 14% 12%, rgba(172,255,225,0.18), transparent 34%), linear-gradient(135deg, #080a06, #131b10); }

.rp-proof-case-visual span {
  font-family: var(--rp-display);
  font-size: clamp(66px, 9vw, 118px);
  line-height: 0.84;
  letter-spacing: 0.04em;
  color: rgba(172,255,225,0.36);
  text-shadow: 0 0 40px rgba(172,255,225,0.12);
}

.rp-proof-case-visual small {
  margin-top: 12px;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rp-proof-case-body {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 4vw, 34px);
}

.rp-proof-case-kicker {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.rp-proof-case-kicker span {
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rp-proof-case-kicker a {
  flex-shrink: 0;
  color: #acffe1;
  font-size: 11px;
  font-weight: 900;
}

.rp-proof-case-body h3 {
  margin: 0 0 12px;
  color: #acffe1;
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.rp-proof-case-body p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

.rp-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.rp-proof-metrics--compact {
  grid-template-columns: repeat(2, 1fr);
}

.rp-proof-metrics div {
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.075);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
}

.rp-proof-metrics strong {
  display: block;
  color: #ffffff;
  font-family: var(--rp-display);
  font-size: 34px;
  line-height: 0.95;
  letter-spacing: 0.04em;
}

.rp-proof-metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rp-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.rp-proof-tags a {
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid rgba(172,255,225,0.18);
  border-radius: 999px;
  background: rgba(172,255,225,0.055);
  color: #acffe1;
  font-size: 11px;
  font-weight: 900;
}

.rp-case-translation__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.86fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}

.rp-case-translation__intro {
  position: sticky;
  top: 100px;
}

.rp-translation-stack {
  display: grid;
  gap: 12px;
}

.rp-translation-stack article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.075);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.014)),
    var(--rp-surface);
}

.rp-translation-stack span {
  font-family: var(--rp-display);
  color: rgba(172,255,225,0.24);
  font-size: 52px;
  line-height: 0.85;
  letter-spacing: 0.04em;
}

.rp-translation-stack h3 {
  margin: 0 0 8px;
  color: #acffe1;
  font-size: 19px;
  line-height: 1.22;
}

.rp-translation-stack p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  line-height: 1.7;
}

.rp-client-case-shell {
  background:
    radial-gradient(circle at 50% 0%, rgba(172,255,225,0.055), transparent 34%),
    rgba(255,255,255,0.006);
}

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

.rp-client-case-card {
  min-height: 360px;
  padding: 26px;
  border: 1px solid rgba(147,189,87,0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(147,189,87,0.08), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.014)),
    rgba(13,16,10,0.86);
}

.rp-client-case-card__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 28px;
}

.rp-client-case-card__head small {
  color: var(--rp-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rp-client-case-card__head span {
  padding: 6px 8px;
  border: 1px solid rgba(172,255,225,0.18);
  border-radius: 999px;
  color: rgba(172,255,225,0.82);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rp-client-case-card h3 {
  margin: 0 0 12px;
  color: #acffe1;
  font-size: 20px;
  line-height: 1.2;
}

.rp-client-case-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.68;
}

.rp-client-case-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-client-case-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  line-height: 1.5;
}

.rp-client-case-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--rp-green);
  box-shadow: 0 0 14px rgba(147,189,87,0.58);
}

@media (max-width: 1100px) {
  .rp-case-rebuild-hero__grid,
  .rp-case-translation__grid {
    grid-template-columns: 1fr;
  }

  .rp-case-translation__intro {
    position: relative;
    top: auto;
  }

  .rp-client-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .rp-proof-case-card--featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .rp-proof-case-grid {
    grid-template-columns: 1fr;
  }

  .rp-proof-case-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .rp-case-proof-note,
  .rp-translation-stack article {
    grid-template-columns: 1fr;
  }

  .rp-case-proof-dashboard,
  .rp-proof-case-card,
  .rp-client-case-card {
    border-radius: 20px;
  }

  .rp-case-proof-rings,
  .rp-proof-metrics,
  .rp-proof-metrics--compact,
  .rp-client-case-grid {
    grid-template-columns: 1fr;
  }

  .rp-case-proof-bars div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .rp-case-proof-bars b {
    display: none;
  }

  .rp-proof-case-visual {
    min-height: 190px;
  }

  .rp-proof-case-kicker {
    align-items: start;
    flex-direction: column;
  }

  .rp-client-case-card__head {
    flex-direction: column;
  }
}

/* =========================================================
   Revenue Pulses — Global CSS Completion Layer
   Purpose: one safe master CSS file for Homepage + all internal pages.
   This layer fixes cross-page selector conflicts and covers contact/about/case pages.
   ========================================================= */

/* Page wrapper safety */
.rp-premium,
.rp-premium main,
.rp-premium section {
  min-width: 0;
}

.rp-premium :where(h1, h2, h3, h4, p, a, span, small, strong, li, label, summary, button, input, select, textarea) {
  overflow-wrap: anywhere;
}

/* Keep primary display headings readable and consistent site-wide */
.rp-premium .rp-section-title,
.rp-premium .rp-inner-title,
.rp-premium .rp-cta-title {
  text-wrap: balance;
}

.rp-premium .rp-section-copy,
.rp-premium .rp-inner-copy,
.rp-premium .rp-card p,
.rp-premium .rp-service-snapshot__item p,
.rp-premium .rp-deliverable-card p,
.rp-premium .rp-next-service-card p,
.rp-premium .rp-faq-item p {
  text-wrap: pretty;
}

/* Brand marquee alias used on homepage deployments */
.rp-brand-marquee--premium {
  border-color: rgba(172, 255, 225, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.3);
}

/* Fix selector conflict: authority strip should stay horizontal, authority panel should stay stacked */
.rp-authority-strip .rp-authority-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 0;
}

.rp-authority-strip .rp-authority-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
}

.rp-authority-strip .rp-authority-links a::after {
  content: none !important;
}

.rp-authority-panel .rp-authority-links {
  display: grid !important;
  gap: 10px;
  justify-content: stretch;
  margin-top: 24px;
}

.rp-authority-panel .rp-authority-links a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.rp-authority-panel .rp-authority-links a::after {
  content: '↗';
  color: var(--rp-green);
  flex: 0 0 auto;
}

/* FAQ naming aliases used across older and newer pages */
.rp-faq__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.1fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}

.rp-faq-intro,
.rp-faq__intro {
  min-width: 0;
}

.rp-faq-items,
.rp-faq__items {
  display: grid;
  gap: 10px;
}

.rp-faq-section {
  background: rgba(255, 255, 255, 0.004);
}

/* Contact / audit page components */
.rp-contact-page,
.rp-about-page,
.rp-seo-services-page,
.rp-local-seo-page,
.rp-technical-seo-page,
.rp-google-ads-page,
.rp-web-design-page,
.rp-automation-page,
.rp-ai-marketing-page,
.rp-analytics-page,
.rp-case-studies-page {
  background:
    radial-gradient(circle at 84% 3%, rgba(147, 189, 87, 0.13), transparent 34%),
    radial-gradient(circle at 8% 18%, rgba(172, 255, 225, 0.04), transparent 28%),
    var(--rp-bg);
}

.rp-contact-hero,
.rp-about-hero {
  background:
    radial-gradient(circle at 84% 8%, rgba(147, 189, 87, 0.12), transparent 36%),
    linear-gradient(90deg, rgba(5, 6, 4, 0.88) 0%, rgba(5, 6, 4, 0.62) 58%, rgba(5, 6, 4, 0.24) 100%);
}

.rp-contact-panel {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3.2vw, 36px);
  border: 1px solid rgba(147, 189, 87, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 0%, rgba(147, 189, 87, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(13, 16, 10, 0.88);
  box-shadow: var(--rp-shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.rp-contact-panel::before {
  content: '';
  position: absolute;
  inset: -120px -90px auto auto;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(172, 255, 225, 0.08);
  border-radius: 999px;
  pointer-events: none;
}

.rp-contact-panel > * {
  position: relative;
  z-index: 2;
}

.rp-contact-panel h2 {
  margin: 0 0 14px;
  max-width: 380px;
  font-family: var(--rp-display);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rp-contact-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

.rp-contact-panel__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.rp-contact-panel__metrics div {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.034);
}

.rp-contact-panel__metrics strong {
  display: block;
  color: #acffe1;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rp-contact-panel__metrics span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.52;
  font-weight: 600;
}

.rp-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.86fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}

.rp-contact-copy {
  min-width: 0;
}

.rp-contact-steps {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.rp-contact-steps article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.014)),
    var(--rp-surface);
}

.rp-contact-steps span {
  font-family: var(--rp-display);
  color: rgba(172, 255, 225, 0.24);
  font-size: 48px;
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.rp-contact-steps h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.24;
}

.rp-contact-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.68;
}

.rp-contact-form {
  position: sticky;
  top: 24px;
}

.rp-form__submit {
  width: 100%;
  border: 1px solid var(--rp-green);
}

.rp-contact-quick-links,
.rp-next-service-grid {
  margin-top: 0;
}

/* Case page compatibility aliases */
.rp-proof-case-card--local .rp-proof-case-visual {
  background: radial-gradient(circle at 14% 12%, rgba(172,255,225,0.18), transparent 34%), linear-gradient(135deg, #080a06, #131b10);
}

.rp-case-translation {
  background: rgba(255, 255, 255, 0.004);
}

/* Better image/logo consistency and no white-box glare */
.rp-brand-logo img[src*=".png"],
.rp-brand-logo img[src*=".jpg"],
.rp-brand-logo img[src*=".jpeg"],
.rp-brand-logo img[src*=".webp"] {
  background: transparent !important;
}

/* Accessibility / focus states */
.rp-premium a:focus-visible,
.rp-premium button:focus-visible,
.rp-premium input:focus-visible,
.rp-premium select:focus-visible,
.rp-premium textarea:focus-visible,
.rp-premium summary:focus-visible {
  outline: 3px solid rgba(172, 255, 225, 0.74);
  outline-offset: 3px;
}

/* Prevent Elementor/theme CSS from forcing unwanted margins */
.rp-premium :where(h1, h2, h3, h4, p, ul, ol, figure) {
  margin-top: 0;
}

.rp-premium :where(ul, ol) {
  box-sizing: border-box;
}

/* Mobile refinements */
@media (max-width: 1100px) {
  .rp-faq__grid,
  .rp-contact-grid {
    grid-template-columns: 1fr;
  }

  .rp-contact-form {
    position: relative;
    top: auto;
  }

  .rp-authority-strip .rp-authority-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .rp-contact-panel,
  .rp-contact-steps article {
    border-radius: 18px;
  }

  .rp-contact-panel__metrics,
  .rp-contact-steps article {
    grid-template-columns: 1fr;
  }

  .rp-contact-panel__metrics div {
    min-height: auto;
  }

  .rp-authority-strip .rp-authority-links a,
  .rp-authority-panel .rp-authority-links a {
    width: 100%;
  }
}

/* Final tiny compatibility aliases */
.rp-hero__content,
.rp-faq {
  min-width: 0;
}

/* =========================================================
   Revenue Pulses — Production Stability Layer v2
   Purpose: site-wide CSS stabilization for homepage, service pages,
   contact/about pages, and rebuilt case studies page.
   Keep this layer at the END of the global CSS file.
   ========================================================= */

/* ---- Global safety: prevent grid/flex overflow and blurred text ---- */
.rp-premium {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.rp-premium *,
.rp-premium *::before,
.rp-premium *::after {
  box-sizing: border-box;
}

.rp-premium :where(section, div, article, aside, header, footer, nav, main, form, ul, ol, li, h1, h2, h3, h4, h5, h6, p, a, span) {
  min-width: 0;
}

.rp-premium img,
.rp-premium svg,
.rp-premium video,
.rp-premium canvas {
  max-width: 100%;
  height: auto;
}

.rp-premium img {
  display: block;
}

/* ---- Typography visibility and consistency ---- */
.rp-premium {
  --rp-heading-h2-final: #5b7c63;
  --rp-heading-h3-final: #acffe1;
  --rp-readable-text: rgba(255, 255, 255, 0.78);
  --rp-readable-muted: rgba(255, 255, 255, 0.66);
  --rp-readable-soft: rgba(255, 255, 255, 0.54);
}

.rp-premium :where(h1, h2, h3, h4, h5, h6) {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.rp-premium :where(p, li, small, span) {
  overflow-wrap: break-word;
}

.rp-premium h2,
.rp-premium .rp-section-title,
.rp-premium .rp-inner-title,
.rp-premium .rp-cta-title {
  color: var(--rp-heading-h2-final) !important;
  font-weight: 900;
  text-shadow: none;
}

.rp-premium h3,
.rp-premium .rp-card h3,
.rp-premium .rp-feature h3,
.rp-premium .rp-process-list h3,
.rp-premium .rp-process__list h3,
.rp-premium .rp-service-directory__card h3,
.rp-premium .rp-deliverable-card h3,
.rp-premium .rp-advantage-card h3,
.rp-premium .rp-faq-item summary,
.rp-premium .rp-proof-case-body h3,
.rp-premium .rp-client-case-card h3,
.rp-premium .rp-translation-stack h3 {
  color: var(--rp-heading-h3-final) !important;
  font-weight: 900;
  text-shadow: none;
}

.rp-premium .rp-section-copy,
.rp-premium .rp-inner-copy,
.rp-premium .rp-hero__text,
.rp-premium .rp-card p,
.rp-premium .rp-feature p,
.rp-premium .rp-service-directory__card p,
.rp-premium .rp-deliverable-card p,
.rp-premium .rp-advantage-card p,
.rp-premium .rp-faq-item p,
.rp-premium .rp-proof-case-body p,
.rp-premium .rp-client-case-card p,
.rp-premium .rp-contact-steps p,
.rp-premium .rp-method-list p,
.rp-premium .rp-map-list p,
.rp-premium .rp-translation-stack p {
  color: var(--rp-readable-text);
  font-weight: 500;
}

.rp-premium .rp-eyebrow {
  color: #9ccf5f;
  font-weight: 900;
  letter-spacing: clamp(0.12em, 0.9vw, 0.18em);
}

/* ---- Stable spacing rhythm ---- */
.rp-premium .rp-section {
  position: relative;
  padding-top: clamp(76px, 7vw, 112px);
  padding-bottom: clamp(76px, 7vw, 112px);
}

.rp-premium .rp-container {
  width: min(var(--rp-container), calc(100% - 40px));
  margin-inline: auto;
}

.rp-premium .rp-section__head {
  gap: clamp(18px, 3vw, 42px);
}

.rp-premium .rp-inner-actions,
.rp-premium .rp-hero__actions,
.rp-premium .rp-service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

/* ---- Buttons: consistent clickable layout ---- */
.rp-premium .rp-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1.1;
  text-align: center;
}

.rp-premium .rp-btn--primary {
  color: #061006 !important;
  font-weight: 900;
}

.rp-premium .rp-btn--secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.025);
}

.rp-premium .rp-btn--secondary:hover {
  color: #acffe1 !important;
  border-color: rgba(172, 255, 225, 0.32);
  background: rgba(172, 255, 225, 0.055);
}

/* ---- Core grid protection across all pages ---- */
.rp-premium .rp-hero__grid,
.rp-premium .rp-inner-hero__grid,
.rp-premium .rp-service-two-col,
.rp-premium .rp-services-cta-card__grid,
.rp-premium .rp-service-cta-card__grid,
.rp-premium .rp-contact-grid,
.rp-premium .rp-final-cta__grid,
.rp-premium .rp-results__grid,
.rp-premium .rp-faq-grid,
.rp-premium .rp-faq__grid,
.rp-premium .rp-method-grid,
.rp-premium .rp-case-rebuild-hero__grid,
.rp-premium .rp-case-translation__grid {
  min-width: 0;
}

.rp-premium .rp-hero__grid > *,
.rp-premium .rp-inner-hero__grid > *,
.rp-premium .rp-service-two-col > *,
.rp-premium .rp-services-cta-card__grid > *,
.rp-premium .rp-service-cta-card__grid > *,
.rp-premium .rp-contact-grid > *,
.rp-premium .rp-final-cta__grid > *,
.rp-premium .rp-results__grid > *,
.rp-premium .rp-faq-grid > *,
.rp-premium .rp-faq__grid > *,
.rp-premium .rp-method-grid > *,
.rp-premium .rp-case-rebuild-hero__grid > *,
.rp-premium .rp-case-translation__grid > * {
  min-width: 0;
}

/* ---- Fix numbered grid cards where paragraph was falling into the number column ---- */
.rp-premium .rp-map-list li,
.rp-premium .rp-method-list li,
.rp-premium .rp-contact-steps article,
.rp-premium .rp-translation-stack article {
  align-items: start;
}

.rp-premium .rp-map-list span,
.rp-premium .rp-method-list span,
.rp-premium .rp-contact-steps span,
.rp-premium .rp-translation-stack span {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.rp-premium .rp-map-list h3,
.rp-premium .rp-map-list p,
.rp-premium .rp-method-list h3,
.rp-premium .rp-method-list p,
.rp-premium .rp-contact-steps h3,
.rp-premium .rp-contact-steps p,
.rp-premium .rp-translation-stack h3,
.rp-premium .rp-translation-stack p {
  grid-column: 2;
  min-width: 0;
}

.rp-premium .rp-map-list p,
.rp-premium .rp-method-list p,
.rp-premium .rp-contact-steps p,
.rp-premium .rp-translation-stack p {
  max-width: 100%;
  line-height: 1.72;
}

/* ---- Case Studies page priority fixes ---- */
.rp-case-studies-page--rebuilt .rp-case-rebuild-hero__grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.8fr);
}

.rp-case-studies-page--rebuilt .rp-proof-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.rp-case-studies-page--rebuilt .rp-proof-case-card {
  min-width: 0;
  height: 100%;
}

.rp-case-studies-page--rebuilt .rp-proof-case-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
}

.rp-case-studies-page--rebuilt .rp-proof-case-body,
.rp-case-studies-page--rebuilt .rp-proof-case-visual,
.rp-case-studies-page--rebuilt .rp-client-case-card,
.rp-case-studies-page--rebuilt .rp-translation-stack article,
.rp-case-studies-page--rebuilt .rp-case-proof-dashboard {
  min-width: 0;
}

.rp-case-studies-page--rebuilt .rp-proof-case-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.rp-case-studies-page--rebuilt .rp-proof-case-kicker a {
  white-space: nowrap;
}

.rp-case-studies-page--rebuilt .rp-proof-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rp-case-studies-page--rebuilt .rp-proof-metrics--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-case-studies-page--rebuilt .rp-proof-metrics div {
  min-width: 0;
}

.rp-case-studies-page--rebuilt .rp-proof-metrics strong {
  font-size: clamp(28px, 4vw, 40px);
  white-space: normal;
}

.rp-case-studies-page--rebuilt .rp-case-translation__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.86fr);
  align-items: start;
}

.rp-case-studies-page--rebuilt .rp-case-translation__intro {
  position: sticky;
  top: 96px;
  align-self: start;
}

.rp-case-studies-page--rebuilt .rp-translation-stack article {
  grid-template-columns: clamp(58px, 6vw, 76px) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 24px);
  padding: clamp(22px, 3vw, 30px);
}

.rp-case-studies-page--rebuilt .rp-translation-stack span {
  font-size: clamp(44px, 5vw, 58px);
}

.rp-case-studies-page--rebuilt .rp-translation-stack h3 {
  margin-bottom: 10px;
  font-size: clamp(18px, 2vw, 22px);
}

.rp-case-studies-page--rebuilt .rp-translation-stack p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.76;
  font-weight: 500;
}

.rp-case-studies-page--rebuilt .rp-client-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.rp-case-studies-page--rebuilt .rp-client-case-card {
  height: 100%;
}

.rp-case-studies-page--rebuilt .rp-case-proof-dashboard__top {
  flex-wrap: wrap;
}

.rp-case-studies-page--rebuilt .rp-case-proof-rings,
.rp-case-studies-page--rebuilt .rp-case-proof-bars {
  min-width: 0;
}

/* ---- Card alignment and visual polish across internal pages ---- */
.rp-premium .rp-card-grid,
.rp-premium .rp-service-grid,
.rp-premium .rp-service-directory,
.rp-premium .rp-deliverables-grid,
.rp-premium .rp-advantages-grid,
.rp-premium .rp-next-services-grid,
.rp-premium .rp-systems-grid,
.rp-premium .rp-signal__cards,
.rp-premium .rp-client-case-grid {
  align-items: stretch;
}

.rp-premium .rp-card,
.rp-premium .rp-service-directory__card,
.rp-premium .rp-deliverable-card,
.rp-premium .rp-advantage-card,
.rp-premium .rp-feature,
.rp-premium .rp-signal-card,
.rp-premium .rp-next-service-card,
.rp-premium .rp-client-case-card,
.rp-premium .rp-proof-case-card {
  min-width: 0;
  overflow: hidden;
}

/* ---- Forms and input visibility ---- */
.rp-premium .rp-form input,
.rp-premium .rp-form select,
.rp-premium .rp-form textarea,
.rp-premium .rp-mini-form input,
.rp-premium .rp-mini-form select,
.rp-premium .rp-mini-form textarea {
  width: 100%;
  color: #ffffff;
  caret-color: #acffe1;
}

.rp-premium .rp-form input::placeholder,
.rp-premium .rp-form textarea::placeholder,
.rp-premium .rp-mini-form input::placeholder,
.rp-premium .rp-mini-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.rp-premium .rp-form label,
.rp-premium .rp-mini-form label {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

/* ---- Logo/brand showcase stability ---- */
.rp-premium .rp-brand-marquee,
.rp-premium .rp-logo-marquee {
  max-width: 100%;
  overflow: hidden;
}

.rp-premium .rp-brand-marquee__track,
.rp-premium .rp-logo-marquee__track {
  min-width: max-content;
}

.rp-premium .rp-brand-logo {
  flex: 0 0 auto;
}

.rp-premium .rp-brand-logo img {
  width: 100%;
  height: 54px;
  object-fit: contain;
}

/* ---- FAQ readability and no layout shifts ---- */
.rp-premium .rp-faq-item,
.rp-premium details {
  overflow: hidden;
}

.rp-premium .rp-faq-item summary,
.rp-premium details summary {
  cursor: pointer;
  list-style: none;
}

.rp-premium .rp-faq-item summary::-webkit-details-marker,
.rp-premium details summary::-webkit-details-marker {
  display: none;
}

/* ---- Responsive stabilization ---- */
@media (max-width: 1180px) {
  .rp-case-studies-page--rebuilt .rp-case-translation__grid,
  .rp-case-studies-page--rebuilt .rp-case-rebuild-hero__grid,
  .rp-premium .rp-contact-grid,
  .rp-premium .rp-final-cta__grid,
  .rp-premium .rp-faq-grid,
  .rp-premium .rp-faq__grid {
    grid-template-columns: 1fr;
  }

  .rp-case-studies-page--rebuilt .rp-case-translation__intro,
  .rp-premium .rp-contact-form,
  .rp-premium .rp-service-sticky-note {
    position: relative;
    top: auto;
  }
}

@media (max-width: 980px) {
  .rp-case-studies-page--rebuilt .rp-proof-case-card--featured {
    grid-template-columns: 1fr;
  }

  .rp-case-studies-page--rebuilt .rp-client-case-grid,
  .rp-premium .rp-service-directory,
  .rp-premium .rp-deliverables-grid,
  .rp-premium .rp-next-services-grid,
  .rp-premium .rp-signal__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rp-premium .rp-results-strip__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rp-premium .rp-results-divider {
    display: none;
  }
}

@media (max-width: 760px) {
  .rp-premium .rp-container {
    width: min(100% - 28px, var(--rp-container));
  }

  .rp-premium .rp-section {
    padding-top: clamp(58px, 12vw, 76px);
    padding-bottom: clamp(58px, 12vw, 76px);
  }

  .rp-premium .rp-section-title,
  .rp-premium .rp-inner-title,
  .rp-premium .rp-cta-title {
    font-size: clamp(40px, 13vw, 58px);
    line-height: 0.98;
  }

  .rp-premium .rp-section-copy,
  .rp-premium .rp-inner-copy,
  .rp-premium .rp-hero__text {
    font-size: 14px;
    line-height: 1.72;
  }

  .rp-premium .rp-btn {
    width: 100%;
    min-height: 50px;
  }

  .rp-premium .rp-inner-actions,
  .rp-premium .rp-hero__actions,
  .rp-premium .rp-service-cta-actions {
    width: 100%;
    align-items: stretch;
  }

  .rp-premium .rp-map-list li,
  .rp-premium .rp-method-list li,
  .rp-premium .rp-contact-steps article,
  .rp-premium .rp-translation-stack article {
    grid-template-columns: 1fr;
  }

  .rp-premium .rp-map-list span,
  .rp-premium .rp-map-list h3,
  .rp-premium .rp-map-list p,
  .rp-premium .rp-method-list span,
  .rp-premium .rp-method-list h3,
  .rp-premium .rp-method-list p,
  .rp-premium .rp-contact-steps span,
  .rp-premium .rp-contact-steps h3,
  .rp-premium .rp-contact-steps p,
  .rp-premium .rp-translation-stack span,
  .rp-premium .rp-translation-stack h3,
  .rp-premium .rp-translation-stack p {
    grid-column: 1;
    grid-row: auto;
  }

  .rp-case-studies-page--rebuilt .rp-proof-case-grid,
  .rp-case-studies-page--rebuilt .rp-client-case-grid,
  .rp-case-studies-page--rebuilt .rp-proof-metrics,
  .rp-case-studies-page--rebuilt .rp-proof-metrics--compact,
  .rp-premium .rp-card-grid,
  .rp-premium .rp-service-grid,
  .rp-premium .rp-service-directory,
  .rp-premium .rp-deliverables-grid,
  .rp-premium .rp-advantages-grid,
  .rp-premium .rp-next-services-grid,
  .rp-premium .rp-signal__cards,
  .rp-premium .rp-results-list,
  .rp-premium .rp-contact-panel__metrics {
    grid-template-columns: 1fr;
  }

  .rp-case-studies-page--rebuilt .rp-case-proof-rings {
    grid-template-columns: 1fr;
  }

  .rp-case-studies-page--rebuilt .rp-case-proof-rings div {
    aspect-ratio: auto;
    min-height: 132px;
    border-radius: 22px;
  }

  .rp-case-studies-page--rebuilt .rp-case-proof-bars div {
    grid-template-columns: 1fr;
  }

  .rp-case-studies-page--rebuilt .rp-case-proof-bars b {
    display: none;
  }

  .rp-case-studies-page--rebuilt .rp-proof-case-visual {
    min-height: 180px;
  }

  .rp-premium .rp-brand-logo img {
    height: 44px;
  }
}

@media (max-width: 480px) {
  .rp-premium .rp-container {
    width: min(100% - 22px, var(--rp-container));
  }

  .rp-premium .rp-section-title,
  .rp-premium .rp-inner-title,
  .rp-premium .rp-cta-title {
    font-size: clamp(36px, 14vw, 48px);
  }

  .rp-premium .rp-case-proof-dashboard,
  .rp-premium .rp-proof-case-card,
  .rp-premium .rp-client-case-card,
  .rp-premium .rp-card,
  .rp-premium .rp-service-directory__card,
  .rp-premium .rp-deliverable-card,
  .rp-premium .rp-advantage-card,
  .rp-premium .rp-contact-panel,
  .rp-premium .rp-form {
    border-radius: 18px;
  }

  .rp-premium .rp-proof-case-body,
  .rp-premium .rp-client-case-card,
  .rp-premium .rp-contact-panel,
  .rp-premium .rp-translation-stack article,
  .rp-premium .rp-contact-steps article {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rp-premium *,
  .rp-premium *::before,
  .rp-premium *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ======================================================================
   Revenue Pulses — Case Studies desktop grid stability fix v2
   Purpose: remove the empty desktop grid gap caused by an odd non-featured
   card sitting before a full-width featured card. This keeps the existing
   HTML, design language, typography, colors, animations, and responsive
   behavior intact while making the Case Studies layout visually balanced.
   ====================================================================== */

@media (min-width: 981px) {
  .rp-case-studies-page--rebuilt .rp-proof-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    grid-auto-flow: row;
  }

  /* First and final featured cards remain full-width showcase cards. */
  .rp-case-studies-page--rebuilt .rp-proof-case-card--featured {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 420px;
  }

  /* The fourth public proof card is the single orphan before the final
     full-width card, so it becomes a full-width feature row to eliminate
     the empty right-side gap visible on desktop. */
  .rp-case-studies-page--rebuilt .rp-proof-case-grid > .rp-proof-case-card:nth-child(4):not(.rp-proof-case-card--featured) {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 420px;
  }

  .rp-case-studies-page--rebuilt .rp-proof-case-grid > .rp-proof-case-card:nth-child(4):not(.rp-proof-case-card--featured) .rp-proof-case-visual {
    min-height: 100%;
  }

  .rp-case-studies-page--rebuilt .rp-proof-case-grid > .rp-proof-case-card:nth-child(4):not(.rp-proof-case-card--featured) .rp-proof-case-body {
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .rp-case-studies-page--rebuilt .rp-proof-case-card--featured,
  .rp-case-studies-page--rebuilt .rp-proof-case-grid > .rp-proof-case-card:nth-child(4):not(.rp-proof-case-card--featured) {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .rp-case-studies-page--rebuilt .rp-proof-case-card--featured .rp-proof-case-visual,
  .rp-case-studies-page--rebuilt .rp-proof-case-grid > .rp-proof-case-card:nth-child(4):not(.rp-proof-case-card--featured) .rp-proof-case-visual {
    min-height: 190px;
  }
}

@media (max-width: 760px) {
  .rp-case-studies-page--rebuilt .rp-proof-case-grid {
    grid-template-columns: 1fr;
  }

  .rp-case-studies-page--rebuilt .rp-proof-case-card,
  .rp-case-studies-page--rebuilt .rp-proof-case-card--featured,
  .rp-case-studies-page--rebuilt .rp-proof-case-grid > .rp-proof-case-card:nth-child(4):not(.rp-proof-case-card--featured) {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }
}
