/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* ==========================================================================
   Red Pin Marketing — style.css
   Last updated: 2026
   Enqueue this file in your WordPress theme or load via a custom CSS plugin.
   ========================================================================== */
 
/* Brand variables ---------------------------------------------------------- */
:root {
  --white: #FFFFFF;
  --black: #000000;
  --red: #B82025;
  --red-deep: #711712;
  --rose: #CFBEBE;
  --paper: #FAF7F4;
  --line: rgba(0,0,0,0.10);
  --muted: rgba(0,0,0,0.62);
}
 
/* Base reset & typography -------------------------------------------------- */
.rp-page * { box-sizing: border-box; margin: 0; padding: 0; }
.rp-page { scroll-behavior: smooth; }
 
.rp-page,
.rp-page body {
  font-family: 'Poppins', -apple-system, sans-serif;
  background: var(--white);
  color: var(--black);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
 
.rp-page a { color: inherit; text-decoration: none; }
.rp-page img { max-width: 100%; display: block; }
.rp-page button { font-family: inherit; cursor: pointer; border: none; background: none; }
 
.rp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}
 
/* Navigation --------------------------------------------------------------- */
.rp-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.rp-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.rp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--red-deep);
}
.rp-logo-mark {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.rp-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.rp-logo-text span:first-child {
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--red);
  font-size: 15px;
}
.rp-logo-text span:last-child {
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--red-deep);
  font-size: 10px;
  margin-top: 2px;
}
.rp-nav-links {
  display: flex;
  gap: 36px;
  align-items: center;
}
.rp-nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  transition: color 0.2s;
}
.rp-nav-links a:hover { color: var(--red); }
.rp-nav-cta {
  background: var(--red);
  color: var(--white) !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s, transform 0.2s;
}
.rp-nav-cta:hover { background: var(--red-deep); transform: translateY(-1px); }
@media (max-width: 860px) {
  .rp-nav-links a:not(.rp-nav-cta) { display: none; }
}
 
/* Hero --------------------------------------------------------------------- */
.rp-hero {
  position: relative;
  padding: 110px 0 130px;
  background: var(--white);
  overflow: hidden;
}
.rp-hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(184,32,37,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.rp-hero-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  .rp-hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .rp-hero { padding: 70px 0 90px; }
}
 
.rp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(184,32,37,0.08);
  color: var(--red);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.rp-eyebrow-dot {
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
  animation: rp-pulse 2s ease-in-out infinite;
}
@keyframes rp-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
 
.rp-hero-title {
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
  color: var(--black);
}
.rp-hero-title .rp-word-red {
  color: var(--red);
  position: relative;
  display: inline-block;
}
.rp-hero-title .rp-word-red::after {
  content: '';
  position: absolute;
  bottom: 0.05em;
  left: 0;
  right: 0;
  height: 0.12em;
  background: var(--red);
  opacity: 0.2;
  border-radius: 2px;
}
.rp-hero-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--red-deep);
}
 
.rp-hero-sub {
  font-size: clamp(17px, 1.3vw, 19px);
  color: var(--muted);
  max-width: 540px;
  margin-bottom: 40px;
  line-height: 1.6;
}
 
.rp-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
 
/* Buttons ------------------------------------------------------------------ */
.rp-btn-primary {
  background: var(--red);
  color: var(--white);
  padding: 18px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  box-shadow: 0 8px 24px rgba(184,32,37,0.25);
}
.rp-btn-primary:hover {
  background: var(--red-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(184,32,37,0.35);
}
.rp-btn-primary svg { transition: transform 0.2s; }
.rp-btn-primary:hover svg { transform: translateX(4px); }
 
.rp-btn-secondary {
  color: var(--black);
  padding: 18px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border: 1.5px solid var(--black);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
.rp-btn-secondary:hover {
  background: var(--black);
  color: var(--white);
}
 
.rp-hero-trust {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 12px;
}
.rp-hero-trust strong { color: var(--black); font-weight: 600; }
 
/* Hero floating cards ------------------------------------------------------ */
.rp-hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  max-width: 460px;
  margin-left: auto;
}
.rp-hero-card {
  position: absolute;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.04);
  padding: 18px;
  border: 1px solid var(--line);
}
.rp-hero-card-1 {
  top: 0;
  left: 0;
  width: 78%;
  z-index: 3;
  transform: rotate(-2deg);
  animation: rp-floatA 6s ease-in-out infinite;
}
.rp-hero-card-2 {
  bottom: 15%;
  right: 0;
  width: 62%;
  z-index: 2;
  transform: rotate(3deg);
  animation: rp-floatB 7s ease-in-out infinite;
}
.rp-hero-card-3 {
  bottom: 1%;
  left: 12%;
  width: 50%;
  z-index: 4;
  transform: rotate(-4deg);
  animation: rp-floatA 8s ease-in-out infinite reverse;
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
@keyframes rp-floatA {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-12px); }
}
@keyframes rp-floatB {
  0%, 100% { transform: rotate(3deg) translateY(0); }
  50% { transform: rotate(3deg) translateY(-10px); }
}
 
.rp-search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f3f3f3;
  padding: 9px 12px;
  border-radius: 100px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
}
.rp-search-bar svg { flex-shrink: 0; }
.rp-search-result {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.rp-search-result:last-child { border-bottom: none; }
.rp-result-pin {
  width: 22px;
  height: 22px;
  background: var(--red);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}
.rp-result-pin::after {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--white);
  border-radius: 50%;
}
.rp-result-pin.rp-muted { background: #ccc; }
.rp-result-text { flex: 1; min-width: 0; }
.rp-result-name { font-size: 12px; font-weight: 600; color: var(--black); margin-bottom: 2px; }
.rp-result-meta { font-size: 10px; color: var(--muted); }
.rp-result-stars { color: #f5b800; font-size: 10px; letter-spacing: 1px; }
 
.rp-hero-card-2-title {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.rp-hero-card-2-stat {
  font-size: 38px;
  font-weight: 800;
  color: var(--red-deep);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.rp-hero-card-2-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}
.rp-hero-card-3-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.rp-hero-card-3-stars {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffd54a;
  margin-bottom: 6px;
}
 
/* Marquee ------------------------------------------------------------------ */
.rp-marquee {
  background: var(--black);
  color: var(--white);
  padding: 22px 0;
  overflow: hidden;
  position: relative;
}
.rp-marquee-track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: rp-marquee 40s linear infinite;
  width: max-content;
}
.rp-marquee-item {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 60px;
}
.rp-marquee-item::after {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
}
@keyframes rp-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
 
/* Sections ----------------------------------------------------------------- */
.rp-section { padding: 120px 0; position: relative; }
@media (max-width: 768px) { .rp-section { padding: 80px 0; } }
 
.rp-section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rp-section-eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--red);
}
.rp-section-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: var(--black);
}
.rp-section-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--red);
}
.rp-section-intro {
  font-size: 18px;
  color: var(--muted);
  max-width: 640px;
  line-height: 1.6;
}
 
/* Problem / The Reality ---------------------------------------------------- */
.rp-problem {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.rp-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) {
  .rp-problem-grid { grid-template-columns: 1fr; gap: 50px; }
}
.rp-problem-text h2 {
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.rp-problem-text h2 strong {
  background: var(--red);
  color: var(--white);
  padding: 0 12px;
  display: inline-block;
  transform: rotate(-1deg);
  margin: 4px 0;
}
.rp-problem-text p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 1.65;
}
.rp-problem-text p strong { color: var(--black); font-weight: 600; }
 
.rp-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.rp-stat-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 32px 28px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.rp-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.rp-stat-card.rp-dark {
  background: var(--red-deep);
  color: var(--white);
  border-color: var(--red-deep);
}
.rp-stat-card.rp-red {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.rp-stat-num {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 10px;
}
.rp-stat-card.rp-dark .rp-stat-num,
.rp-stat-card.rp-red .rp-stat-num { color: var(--white); }
.rp-stat-card:not(.rp-dark):not(.rp-red) .rp-stat-num { color: var(--red); }
.rp-stat-label {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}
.rp-stat-card:not(.rp-dark):not(.rp-red) .rp-stat-label { color: var(--muted); }
 
/* Services ----------------------------------------------------------------- */
.rp-services-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 70px;
  align-items: end;
}
@media (max-width: 900px) {
  .rp-services-header { grid-template-columns: 1fr; gap: 30px; }
}
.rp-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .rp-services-grid { grid-template-columns: 1fr; }
}
.rp-service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.rp-service-card:hover {
  border-color: var(--red);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.rp-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--red);
  transition: width 0.4s;
}
.rp-service-card:hover::before { width: 100%; }
.rp-service-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rp-service-num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}
.rp-service-icon {
  width: 56px;
  height: 56px;
  background: rgba(184,32,37,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--red);
}
.rp-service-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.rp-service-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.rp-service-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rp-service-features li {
  font-size: 14px;
  color: var(--black);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
}
.rp-service-features li::before {
  content: '✓';
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
}
 
/* Industries (dark) -------------------------------------------------------- */
.rp-industries {
  background: var(--black);
  color: var(--white);
}
.rp-industries .rp-section-eyebrow { color: var(--rose); }
.rp-industries .rp-section-eyebrow::before { background: var(--rose); }
.rp-industries .rp-section-title { color: var(--white); }
.rp-industries .rp-section-title em { color: var(--red); }
.rp-industries .rp-section-intro { color: rgba(255,255,255,0.7); }
 
.rp-industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 70px;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 768px) {
  .rp-industries-grid { grid-template-columns: 1fr; }
}
.rp-industry {
  padding: 48px 36px;
  border-right: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
  transition: background 0.3s;
}
.rp-industry:hover { background: rgba(184,32,37,0.15); }
.rp-industry-num {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 600;
}
.rp-industry h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--white);
}
.rp-industry-list {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}
.rp-industry-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 12px;
}
.rp-industries-cta {
  margin-top: 60px;
  padding: 36px;
  background: var(--red);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.rp-industries-cta-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  max-width: 600px;
  line-height: 1.4;
}
.rp-industries-cta .rp-btn-secondary {
  border-color: var(--white);
  color: var(--red);
}
.rp-industries-cta .rp-btn-secondary:hover {
  background: var(--white);
  color: var(--red);
}
 
/* Results / Case Studies --------------------------------------------------- */
.rp-results { background: var(--paper); }
.rp-results-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media (max-width: 900px) {
  .rp-results-cases { grid-template-columns: 1fr; }
}
.rp-case {
  background: var(--white);
  border-radius: 16px;
  padding: 40px 32px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.rp-case-tag {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 16px;
}
.rp-case-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--white)
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.rp-case-headline {
  font-size: clamp(46px, 6vw, 64px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 12px;
}
.rp-case-headline-sub {
  font-size: 14px;
  color: var(--white);
  margin-bottom: 28px;
  font-weight: 500;
}
.rp-case-list {
  list-style: none;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.rp-case-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px dashed var(--line);
}
.rp-case-list li:last-child { border-bottom: none; }
.rp-case-list li span:first-child { color: var(--muted); }
.rp-case-list li span:last-child { font-weight: 600; color: var(--black); }
 
/* Process ------------------------------------------------------------------ */
.rp-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 900px) {
  .rp-process-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .rp-process-steps { grid-template-columns: 1fr; }
}
.rp-process-step {
  position: relative;
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  transition: all 0.3s;
}
.rp-process-step:hover {
  border-color: var(--red);
  background: var(--paper);
}
.rp-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--red-deep);
  color: var(--white);
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
}
.rp-process-step h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.rp-process-step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}
 
/* Testimonial / Quote bar -------------------------------------------------- */
.rp-testimonial {
  background: var(--red);
  color: var(--white);
}
.rp-testimonial-inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.rp-testimonial-quote {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
  position: relative;
}
.rp-testimonial-quote::before {
  content: '"';
  font-size: 120px;
  position: absolute;
  top: -50px;
  left: -30px;
  font-family: Georgia, serif;
  line-height: 1;
  opacity: 0.2;
  font-weight: 700;
}
.rp-testimonial-author {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  opacity: 0.9;
}
.rp-testimonial-author strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: 0;
  font-weight: 700;
  opacity: 1;
}
 
/* Pricing (single package) ------------------------------------------------- */
.rp-pricing {
  background: linear-gradient(180deg, var(--paper) 0%, var(--white) 100%);
}
.rp-pricing-note {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: var(--muted);
}
.rp-pricing-single {
  max-width: 1100px;
  margin: 70px auto 0;
}
.rp-plan-single {
  background: var(--black);
  color: var(--white);
  border-radius: 22px;
  padding: 56px;
  position: relative;
  overflow: hidden;
}
.rp-plan-single::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184,32,37,0.4) 0%, transparent 65%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .rp-plan-single { padding: 40px 28px; }
}
.rp-plan-single-header {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .rp-plan-single-header { grid-template-columns: 1fr; gap: 24px; align-items: start; }
}
.rp-plan-name {
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--rose);
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.rp-plan-tagline {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  max-width: 480px;
}
.rp-plan-single-price-block { text-align: right; }
@media (max-width: 768px) {
  .rp-plan-single-price-block { text-align: left; }
}
.rp-plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .rp-plan-price { justify-content: flex-start; }
}
.rp-plan-price-num {
  font-size: 72px;
  color: var(--white);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.rp-plan-price-period {
  color: rgba(255,255,255,0.6);
  font-size: 18px;
  font-weight: 500;
}
.rp-plan-annual {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}
.rp-plan-single-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  position: relative;
  z-index: 2;
  margin-bottom: 44px;
}
@media (max-width: 900px) {
  .rp-plan-single-features { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 540px) {
  .rp-plan-single-features { grid-template-columns: 1fr; }
}
.rp-plan-feature-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(184,32,37,0.3);
}
.rp-plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rp-plan-feature-col .rp-plan-features li {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.rp-plan-feature-col .rp-plan-features li svg {
  color: var(--red);
  flex-shrink: 0;
  margin-top: 3px;
}
.rp-plan-cta {
  background: var(--red);
  color: var(--white);
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(184,32,37,0.3);
  transition: all 0.2s;
}
.rp-plan-cta:hover {
  background: var(--white);
  color: var(--black);
  transform: translateY(-2px);
}
 
/* FAQ ---------------------------------------------------------------------- */
.rp-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) {
  .rp-faq-grid { grid-template-columns: 1fr; gap: 40px; }
}
.rp-faq-list {
  border-top: 1px solid var(--line);
}
.rp-faq-item {
  border-bottom: 1px solid var(--line);
}
.rp-faq-q {
  width: 100%;
  text-align: left;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  transition: color 0.2s;
}
.rp-faq-q:hover { color: var(--red); }
.rp-faq-toggle {
  width: 28px;
  height: 28px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 400;
  transition: all 0.3s;
  font-size: 18px;
}
.rp-faq-item.rp-open .rp-faq-toggle {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  transform: rotate(45deg);
}
.rp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.rp-faq-item.rp-open .rp-faq-a { max-height: 500px; }
.rp-faq-a-inner {
  padding-bottom: 24px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 90%;
}
 
/* Final CTA / Book Audit --------------------------------------------------- */
.rp-cta-final {
  background: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.rp-cta-final::before {
  content: '';
  position: absolute;
  top: -300px;
  right: -200px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(184,32,37,0.4) 0%, transparent 60%);
  pointer-events: none;
}
.rp-cta-final-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .rp-cta-final-inner { grid-template-columns: 1fr; gap: 50px; }
}
.rp-cta-final h2 {
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
}
.rp-cta-final h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--red);
}
.rp-cta-final p {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 32px;
  line-height: 1.65;
  max-width: 480px;
}
.rp-cta-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}
.rp-cta-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
}
.rp-cta-bullets svg { color: var(--red); flex-shrink: 0; }
.rp-calendly-btn {
  background: var(--red);
  color: var(--white);
  padding: 18px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  box-shadow: 0 8px 24px rgba(184,32,37,0.4);
}
.rp-calendly-btn:hover { background: var(--white); color: var(--black); transform: translateY(-2px); }
 
/* Contact Form ------------------------------------------------------------- */
.rp-contact-form {
  background: var(--white);
  color: var(--black);
  padding: 44px 38px;
  border-radius: 18px;
  position: relative;
}
.rp-form-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--red);
  color: var(--white);
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 700;
  margin-bottom: 18px;
}
.rp-contact-form h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.rp-form-sub {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 28px;
}
.rp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.rp-form-field { position: relative; }
.rp-form-field.rp-full { grid-column: 1 / -1; }
.rp-form-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.rp-form-field input,
.rp-form-field select,
.rp-form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  background: var(--white);
  transition: border-color 0.2s;
}
.rp-form-field input:focus,
.rp-form-field select:focus,
.rp-form-field textarea:focus {
  outline: none;
  border-color: var(--red);
}
.rp-form-field textarea { min-height: 90px; resize: vertical; }
.rp-form-submit {
  width: 100%;
  background: var(--red);
  color: var(--white);
  padding: 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 8px;
  transition: all 0.2s;
}
.rp-form-submit:hover { background: var(--red-deep); }
.rp-form-disclaimer {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
  text-align: center;
}
 
/* Footer ------------------------------------------------------------------- */
.rp-footer {
  background: var(--black);
  color: rgba(255,255,255,0.7);
  padding: 70px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.rp-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .rp-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
.rp-footer-brand-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 18px 0 24px;
  max-width: 320px;
}
.rp-footer-col h4 {
  color: var(--white);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 700;
}
.rp-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.rp-footer-col a {
  font-size: 14px;
  transition: color 0.2s;
}
.rp-footer-col a:hover { color: var(--red); }
.rp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 16px;
}
.rp-footer-bottom .rp-pin-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red);
  font-weight: 600;
}
/* ==========================================================================
   CARD COLOR OVERRIDES
   ========================================================================== */

.rp-hero-card-2 {
  background: var(--red);
  border-color: var(--red);
}
.rp-hero-card-2 .rp-hero-card-2-title { color: var(--white); }
.rp-hero-card-2 .rp-hero-card-2-stat { color: var(--white); }
.rp-hero-card-2 .rp-hero-card-2-label { color: var(--white); }

.rp-hero-card-3 {
  background: var(--red-deep);
  border-color: var(--red-deep);
  bottom: 1%;
  left: 0;
  width: 40%;
  transform: rotate(-5deg);
}

/* ==========================================================================
   MOBILE — single consolidated block
   ========================================================================== */
@media (max-width: 980px) {
  /* Hero text needs side padding on mobile */
  .rp-hero-text {
    padding-left: 8px;
    padding-right: 8px;
  }

  .rp-hero-visual {
    aspect-ratio: 1 / 1.25;
    max-width: 100%;
    margin: 0 auto;
  }
  .rp-hero-card-1 { width: 75%; top: 0; }
  .rp-hero-card-2 { width: 60%; bottom: 20%; right: 0; }
  .rp-hero-card-3 { width: 55%; bottom: 4%; left: 4%; }
}

@media (max-width: 768px) {
  /* Kill horizontal scroll — root level */
  html, body { overflow-x: hidden; }
	
  /* Marquee — keep it scrolling horizontally, never stack */
  .rp-marquee {
    overflow: hidden;
  }
  .rp-marquee-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    white-space: nowrap;
  }
  .rp-marquee-item {
    flex-shrink: 0;
    white-space: nowrap;
  }
  /* Section padding */
  .rp-section .rp-container { padding-left: 24px; padding-right: 24px; }

  /* Problem grid → single column, contained */
  .rp-problem-grid,
  .rp-stat-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: 100%;
  }

  /* Stat cards stay in viewport */
  .rp-stat-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Problem text — fit and wrap */
  .rp-problem-text,
  .rp-problem-text-p {
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .rp-problem-text h2 {
    font-size: 28px;
    line-height: 1.15;
  }
  .rp-problem-text h2 strong,
  .rp-problem-h2-highlight {
    font-size: 28px;
    padding: 2px 10px;
    line-height: 1.15;
  }
  .rp-problem-text-p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 540px) {
  .rp-hero-card-1 { width: 80%; }
  .rp-hero-card-2 { width: 65%; }
  .rp-hero-card-3 { width: 60%; }
}
.rp-quick-pitch {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--black);
  letter-spacing: -0.01em;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
/* 3D icon hero visual */
.rp-hero-3d-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  min-height: 400px;
}

.rp-hero-3d-icon {
  width: 100%;
  max-width: 360px;
  height: auto;
  animation: rp-slow-spin 14s linear infinite;
  filter: drop-shadow(0 40px 60px rgba(184,32,37,0.2)) 
          drop-shadow(0 20px 30px rgba(0,0,0,0.1));
  transform-style: preserve-3d;
}

@keyframes rp-slow-spin {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

/* Optional: pause on hover so people can read what it is */
.rp-hero-3d-icon:hover {
  animation-play-state: paused;
}

/* Mobile: hide or smaller */
@media (max-width: 980px) {
  .rp-hero-3d-wrap {
    min-height: 280px;
  }
  .rp-hero-3d-icon {
    max-width: 240px;
  }
}
/* Pricing page: feature card */
.rp-pricing-feature {
  background: var(--paper);
}
.rp-pricing-card-wrap {
  max-width: 720px;
  margin: 0 auto;
}
.rp-pricing-card {
  background: var(--black);
  color: var(--white);
  border-radius: 20px;
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.2);
}
.rp-pricing-card::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184,32,37,0.3) 0%, transparent 60%);
  pointer-events: none;
}
.rp-pricing-card > * {
  position: relative;
  z-index: 2;
}

.rp-pricing-tag {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose);
  font-weight: 700;
  margin-bottom: 24px;
}

.rp-pricing-price-main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1;
}
.rp-pricing-currency {
  font-size: 36px;
  color: var(--white);
  margin-top: 12px;
}
.rp-pricing-amount {
  font-size: clamp(72px, 10vw, 120px);
  color: var(--white);
  letter-spacing: -0.04em;
}
.rp-pricing-period {
  font-size: 24px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  margin-top: 24px;
}

.rp-pricing-commitment {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 32px;
}

.rp-pricing-divider {
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin: 0 auto 32px;
  max-width: 200px;
}

.rp-pricing-includes-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
  text-align: left;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.rp-pricing-includes-list > * {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.4;
}

.rp-pricing-card .rp-btn-primary {
  background: var(--red);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.2s;
  box-shadow: 0 8px 24px rgba(184,32,37,0.4);
}
.rp-pricing-card .rp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(184,32,37,0.5);
}

.rp-pricing-fineprint {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
}

/* Pricing page: service detail cards */
.rp-pricing-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rp-pricing-services-grid { grid-template-columns: 1fr; }
}
.rp-pricing-service-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 36px 32px;
  transition: all 0.3s;
}
.rp-pricing-service-card:hover {
  border-color: var(--red);
  transform: translateY(-4px);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
}
.rp-pricing-service-card .rp-service-num {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 16px;
}
.rp-pricing-service-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.rp-pricing-service-card > p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 18px;
}
.rp-service-features-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rp-service-features-list > * {
  font-size: 14px;
  color: var(--black);
  padding-left: 22px;
  position: relative;
}
.rp-service-features-list > *::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

/* Pricing page: fit grid */
.rp-pricing-fit {
  background: var(--white);
}
.rp-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rp-fit-grid { grid-template-columns: 1fr; }
}
.rp-fit-yes, .rp-fit-no {
  border-radius: 16px;
  padding: 36px 32px;
}
.rp-fit-yes {
  background: var(--paper);
  border: 1px solid var(--line);
}
.rp-fit-no {
  background: var(--black);
  color: var(--white);
}
.rp-fit-yes h3, .rp-fit-no h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.rp-fit-yes h3 { color: var(--red-deep); }
.rp-fit-no h3 { color: var(--rose); }
.rp-fit-yes > div, .rp-fit-no > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rp-fit-yes > div > *, .rp-fit-no > div > * {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 26px;
  position: relative;
}
.rp-fit-yes > div > *::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
  font-size: 16px;
}
.rp-fit-no > div > *::before {
  content: '✕';
  position: absolute;
  left: 0;
  color: var(--rose);
  font-weight: 700;
  font-size: 16px;
}
.rp-fit-no > div > * {
  color: rgba(255,255,255,0.85);
}
/* Case Studies page: aggregate stats bar */
.rp-cs-stats-bar {
  background: var(--black);
  color: var(--white);
  padding: 60px 0;
}
.rp-cs-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .rp-cs-stats-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}
.rp-cs-stat {
  text-align: left;
  padding-left: 24px;
  border-left: 2px solid var(--red);
}
.rp-cs-stat-num {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  color: var(--red);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.rp-cs-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

/* Case Studies page: detail sections */
.rp-case-detail {
  border-bottom: 1px solid var(--line);
}
.rp-case-detail-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}
.rp-case-detail-flipped .rp-case-detail-grid {
  grid-template-columns: 1fr 1.4fr;
}
.rp-case-detail-flipped .rp-case-detail-content { order: 2; }
.rp-case-detail-flipped .rp-case-detail-result-card { order: 1; }
@media (max-width: 900px) {
  .rp-case-detail-grid,
  .rp-case-detail-flipped .rp-case-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rp-case-detail-flipped .rp-case-detail-content,
  .rp-case-detail-flipped .rp-case-detail-result-card {
    order: initial;
  }
}

.rp-case-detail-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 18px;
  padding: 6px 14px;
  background: rgba(184,32,37,0.08);
  border-radius: 100px;
}
.rp-case-detail-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.rp-case-detail-meta {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.rp-case-section-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red-deep);
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 10px;
}
.rp-case-detail-content p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--black);
  margin-bottom: 16px;
}

.rp-case-detail-result-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 48px 40px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.06);
  transform: rotate(-1deg);
  transition: transform 0.4s ease;
}
.rp-case-detail-flipped .rp-case-detail-result-card {
  transform: rotate(1deg);
}
.rp-case-detail-result-card:hover {
  transform: rotate(0deg);
}
.rp-result-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 16px;
}
.rp-result-big-num {
  font-size: clamp(54px, 7vw, 84px);
  font-weight: 800;
  color: var(--red);
  letter-spacing: -0.04em;
  line-height: 0.9;
  margin-bottom: 12px;
}
.rp-result-sub {
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 28px;
  line-height: 1.3;
}
.rp-result-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.rp-result-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
}
.rp-result-stat-row > *:first-child { color: var(--muted); }
.rp-result-stat-row > *:last-child { font-weight: 600; color: var(--black); }

/* Industry-pivot CTA */
.rp-cs-industry-cta {
  background: var(--red);
  color: var(--white);
  text-align: center;
}
.rp-cs-industry-cta .rp-section-eyebrow { color: var(--rose); }
.rp-cs-industry-cta .rp-section-eyebrow::before { background: var(--rose); }
.rp-cs-industry-cta h2 {
  color: var(--white);
  font-size: clamp(32px, 4.5vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
}
.rp-cs-industry-cta p {
  font-size: 16px;
  color: rgba(255,255,255,0.88);
  margin-bottom: 32px;
}
.rp-cs-industry-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.rp-cs-industry-links a {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.rp-cs-industry-links a:hover {
  background: var(--white);
  color: var(--red);
  border-color: var(--white);
  transform: translateY(-2px);
}
.rp-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .rp-areas-grid { grid-template-columns: 1fr; }
}
.rp-area-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s;
}
.rp-area-card:hover {
  border-color: var(--red);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.rp-area-card-image {
  aspect-ratio: 16 / 10;
  background: var(--paper);
  overflow: hidden;
}
.rp-area-card-state {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 12px;
}
.rp-area-card-content h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 14px;
}
.rp-expand {
  background: var(--paper);
  text-align: center;
}
@media (max-width: 768px) {
  .rp-nav .rp-btn-primary,
  .rp-mobile-menu .rp-btn-primary {
    padding: 10px 18px;
    font-size: 13px;
    width: auto;
    display: inline-block;
  }
}