html {
  scroll-behavior: smooth;
}

.rp-section-block {
  position: relative;
  overflow: clip;
  padding: 112px 0;
}

.rp-home-hero {
  position: relative;
  overflow: clip;
  padding: 152px 0 112px;
}

.rp-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(30, 41, 59, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 41, 59, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 92%);
  pointer-events: none;
}

.rp-hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
}

.rp-hero-orb-left {
  width: 360px;
  height: 360px;
  top: 72px;
  left: -120px;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.16) 0%, rgba(239, 68, 68, 0) 72%);
}

.rp-hero-orb-right {
  width: 420px;
  height: 420px;
  right: -140px;
  top: 24px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.18) 0%, rgba(99, 102, 241, 0) 70%);
}

.rp-hero-layout,
.rp-problem-layout,
.rp-results-layout,
.rp-contact-layout {
  align-items: center;
  gap: 40px;
}

.rp-hero-copy,
.rp-problem-copy,
.rp-results-copy,
.rp-contact-copy {
  position: relative;
  z-index: 1;
}

.rp-home-hero h1,
.rp-section-block h2 {
  margin: 0;
  font-family: var(--rp-font-display);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.rp-home-hero h1 {
  max-width: 11ch;
  font-size: 52px;
  line-height: 1.02;
  color: var(--rp-abyss);
}

.rp-section-block h2 {
  font-size: 32px;
  line-height: 1.08;
}

.rp-home-hero p,
.rp-section-block p,
.rp-comparison-list,
.rp-form-field span,
.rp-form-field input,
.rp-results-table,
.rp-contact-point {
  font-family: var(--rp-font-body);
  font-size: 16px;
  line-height: 1.7;
}

.rp-hero-subline,
.rp-section-intro p,
.rp-problem-copy p,
.rp-results-copy p,
.rp-contact-copy p {
  max-width: 62ch;
  margin: 20px 0 0;
}

.rp-hero-actions,
.rp-trust-badges,
.rp-contact-points,
.rp-results-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rp-hero-actions {
  margin-top: 32px;
}

.rp-trust-badges {
  margin-top: 24px;
}

.rp-trust-pill,
.rp-hero-chip,
.rp-problem-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.rp-trust-pill {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: var(--rp-slate);
}

.rp-hero-actions .rp-btn-primary,
.rp-hero-actions .rp-btn-ghost,
.rp-submit-button {
  border-radius: 8px;
}

.rp-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.rp-hero-card::after {
  content: "";
  position: absolute;
  inset: auto -15% -30% auto;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.14) 0%, rgba(220, 38, 38, 0) 74%);
  pointer-events: none;
}

.rp-hero-card-top,
.rp-problem-card-head,
.rp-results-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rp-hero-chip {
  background: rgba(220, 38, 38, 0.08);
  color: var(--rp-signal-red);
}

.rp-hero-chip-muted {
  background: rgba(148, 163, 184, 0.14);
  color: var(--rp-slate);
}

.rp-eyebrow,
.rp-mini-metric-label,
.rp-contact-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rp-eyebrow,
.rp-mini-metric-label {
  color: var(--rp-slate-light);
}

.rp-hero-score {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: end;
  margin-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.rp-score-delta {
  color: var(--rp-slate);
}

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

.rp-mini-metric {
  padding: 16px;
  border-radius: var(--rp-radius-lg);
  background: rgba(241, 245, 249, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.rp-mini-metric-value {
  display: block;
  margin-top: 8px;
  font-family: var(--rp-font-display);
  font-size: 28px;
  letter-spacing: -0.04em;
  color: var(--rp-abyss);
}

.rp-hero-sparkline {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 72px;
  margin-top: 28px;
}

.rp-hero-sparkline span {
  flex: 1;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.88), rgba(220, 38, 38, 0.18));
}

.rp-hero-sparkline span:nth-child(1) { height: 18px; }
.rp-hero-sparkline span:nth-child(2) { height: 28px; }
.rp-hero-sparkline span:nth-child(3) { height: 24px; }
.rp-hero-sparkline span:nth-child(4) { height: 42px; }
.rp-hero-sparkline span:nth-child(5) { height: 40px; }
.rp-hero-sparkline span:nth-child(6) { height: 54px; }
.rp-hero-sparkline span:nth-child(7) { height: 48px; }
.rp-hero-sparkline span:nth-child(8) { height: 66px; }

.rp-problem-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
}

.rp-problem-copy h2,
.rp-results-copy h2,
.rp-contact-copy h2 {
  max-width: 14ch;
}

.rp-problem-card,
.rp-results-card,
.rp-feature-card,
.rp-step-card,
.rp-comparison-card,
.rp-office-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.rp-feature-card:hover,
.rp-step-card:hover,
.rp-results-card:hover,
.rp-problem-card:hover,
.rp-office-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(2, 8, 23, 0.22);
}

.rp-problem-card-head h3,
.rp-results-card-head h3,
.rp-feature-card h3,
.rp-step-card h3,
.rp-comparison-card h3,
.rp-office-card h3 {
  margin: 0;
  font-family: var(--rp-font-display);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.rp-problem-chip {
  background: rgba(220, 38, 38, 0.12);
  color: #fca5a5;
}

.rp-problem-rows {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.rp-problem-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.rp-problem-row-highlight {
  border-color: rgba(220, 38, 38, 0.3);
  box-shadow: inset 0 0 0 1px rgba(220, 38, 38, 0.12);
}

.rp-problem-label {
  color: var(--rp-silver-light);
}

.rp-problem-value {
  font-family: var(--rp-font-display);
  font-size: 20px;
  letter-spacing: -0.03em;
  color: var(--rp-white);
}

.rp-section-intro {
  text-align: center;
  margin-bottom: 44px;
}

.rp-section-intro .rp-tag {
  margin-bottom: 20px;
}

.rp-section-intro h2 {
  max-width: 18ch;
  margin: 0 auto;
}

.rp-section-intro p {
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}

.rp-section-dark .rp-section-intro p,
.rp-results-copy p,
.rp-contact-copy p {
  color: var(--rp-silver-light);
}

.rp-feature-grid,
.rp-step-grid,
.rp-office-grid {
  align-items: stretch;
}

.rp-feature-card {
  min-height: 100%;
  background: rgba(17, 24, 39, 0.94);
}

.rp-step-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.rp-step-card-accent {
  border-top: 4px solid var(--rp-signal-red);
}

.rp-step-number {
  margin-bottom: 28px;
  font-family: var(--rp-font-display);
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: rgba(30, 41, 59, 0.12);
}

.rp-results-stats {
  margin-top: 32px;
}

.rp-result-stat {
  min-width: 150px;
}

.rp-stat-number {
  font-family: var(--rp-font-display);
  font-size: 56px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--rp-white);
}

.rp-stat-number-dark {
  color: var(--rp-abyss);
}

.rp-stat-label {
  margin-top: 8px;
  color: var(--rp-silver-light);
}

.rp-results-table {
  margin-top: 24px;
}

.rp-results-table-row {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.rp-results-table-head {
  padding-top: 0;
  border-top: 0;
  color: var(--rp-silver);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rp-results-positive {
  color: #fca5a5;
  font-weight: 600;
}

.rp-comparison-grid {
  align-items: stretch;
}

.rp-comparison-card {
  min-height: 100%;
}

.rp-comparison-card:hover {
  transform: translateY(-4px);
}

.rp-comparison-muted {
  background: rgba(226, 232, 240, 0.58);
  color: var(--rp-slate);
}

.rp-comparison-highlight {
  border-color: rgba(220, 38, 38, 0.4);
  box-shadow: 0 18px 40px rgba(220, 38, 38, 0.08);
}

.rp-comparison-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rp-comparison-list li + li {
  margin-top: 14px;
}

.rp-office-card {
  text-align: left;
}

.rp-office-flag {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 26px;
}

.rp-office-card p {
  margin: 10px 0 0;
  color: var(--rp-silver-light);
}

.rp-office-address {
  font-size: 13px;
  color: #94a3b8 !important;
  margin: 6px 0 0 !important;
  line-height: 1.4;
}

.rp-contact-layout {
  align-items: start;
}

.rp-contact-points {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.rp-contact-point {
  display: grid;
  gap: 4px;
}

.rp-contact-label {
  color: var(--rp-silver);
}

.rp-contact-card {
  background: rgba(255, 255, 255, 0.96);
}

.rp-audit-form {
  display: grid;
  gap: 20px;
}

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

.rp-form-field {
  display: grid;
  gap: 8px;
}

.rp-form-field-full {
  grid-column: 1 / -1;
}

.rp-form-field span {
  color: var(--rp-slate);
  font-weight: 600;
}

.rp-form-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.92);
  color: var(--rp-abyss);
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.rp-form-field input:focus {
  border-color: rgba(220, 38, 38, 0.44);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
  background: var(--rp-white);
}

.rp-submit-button {
  min-height: 52px;
  width: 100%;
  border-radius: 8px;
}

.rp-submit-button:hover:not(:disabled) {
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.24);
}

.rp-submit-button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.rp-form-status {
  min-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.rp-form-status.is-success {
  color: #166534;
}

.rp-form-status.is-error {
  color: var(--rp-signal-red);
}

.rp-anchor-offset {
  position: absolute;
  top: -96px;
}

.rp-whatsapp-float a {
  animation: rp-whatsapp-pulse 2.6s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rp-whatsapp-float a:hover {
  transform: translateY(-2px);
}

@keyframes rp-whatsapp-pulse {
  0%, 100% {
    box-shadow: 0 18px 34px rgba(37, 211, 102, 0.18);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 22px 40px rgba(37, 211, 102, 0.28);
    transform: translateY(-2px);
  }
}

@media (max-width: 1024px) {
  .rp-section-block,
  .rp-problem-section {
    padding: 96px 0;
  }

  .rp-home-hero {
    padding: 136px 0 104px;
  }

  .rp-home-hero h1 {
    font-size: 46px;
  }

  .rp-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .rp-section-block,
  .rp-problem-section {
    padding: 80px 0;
  }

  .rp-home-hero {
    padding: 124px 0 88px;
  }

  .rp-grid-2,
  .rp-grid-3,
  .rp-grid-5,
  .rp-form-grid,
  .rp-mini-metrics,
  .rp-results-table-row,
  .rp-hero-score {
    grid-template-columns: 1fr;
  }

  .rp-home-hero h1 {
    font-size: 36px;
  }

  .rp-section-block h2 {
    font-size: 30px;
  }

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

  .rp-hero-actions .rp-btn-primary,
  .rp-hero-actions .rp-btn-ghost,
  .rp-contact-card .rp-btn-primary {
    width: 100%;
  }

  .rp-results-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rp-stat-number {
    font-size: 44px;
  }

  .rp-step-number {
    font-size: 60px;
  }

  .rp-section-intro {
    text-align: left;
  }

  .rp-section-intro h2,
  .rp-section-intro p {
    margin-left: 0;
    margin-right: 0;
  }

  .rp-form-field-full {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .rp-section-block,
  .rp-problem-section {
    padding: 56px 0;
  }

  .rp-home-hero {
    padding: 100px 0 72px;
  }

  .rp-home-hero h1 {
    font-size: 28px;
  }

  .rp-section-block h2 {
    font-size: 24px;
  }

  .rp-stat-number {
    font-size: 36px;
  }

  .rp-step-number {
    font-size: 44px;
  }

  .rp-hero-actions .rp-btn-primary,
  .rp-hero-actions .rp-btn-ghost {
    font-size: 14px;
    padding: 14px 24px;
  }

  .rp-problem-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .rp-problem-value {
    font-size: 17px;
  }

  .rp-vertical-card,
  .rp-related-vertical-card {
    padding: 20px 16px;
  }
}

.rp-verticals-grid {
  align-items: stretch;
}

.rp-vertical-card,
.rp-stat-highlight,
.rp-case-preview-card,
.rp-case-placeholder,
.rp-related-vertical-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.rp-vertical-card,
.rp-related-vertical-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.rp-vertical-card:hover,
.rp-related-vertical-card:hover,
.rp-stat-highlight:hover,
.rp-case-preview-card:hover,
.rp-case-placeholder:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}

.rp-vertical-card h3,
.rp-related-vertical-card h3,
.rp-stat-highlight h3,
.rp-case-preview-card h3,
.rp-case-placeholder h3 {
  margin: 0;
  font-family: var(--rp-font-display);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.rp-vertical-card p,
.rp-related-vertical-card p,
.rp-case-preview-card p,
.rp-case-placeholder p,
.rp-stat-highlight p {
  margin: 0;
}

.rp-vertical-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(220, 38, 38, 0.08);
  font-size: 48px;
  line-height: 1;
}

.rp-vertical-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--rp-signal-red);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.rp-vertical-link:hover {
  color: #b91c1c;
}

.rp-verticals-cta-row {
  margin-top: 28px;
  text-align: center;
}

.rp-verticals-hero,
.rp-vertical-hero {
  background:
    radial-gradient(circle at top left, rgba(255, 95, 86, 0.12), transparent 32%),
    linear-gradient(135deg, #fff7f5 0%, #fff2ee 55%, #fffaf7 100%);
}

.rp-verticals-grid-page {
  align-items: stretch;
}

.rp-platform-grid,
.rp-stat-grid,
.rp-related-verticals-grid {
  align-items: stretch;
}

.rp-platform-card {
  min-height: 100%;
}

.rp-platform-card p {
  margin: 14px 0 0;
  color: var(--rp-silver-light);
}

.rp-vertical-hero-layout {
  align-items: center;
}

.rp-vertical-hero-copy {
  display: grid;
  gap: 20px;
}

.rp-vertical-hero-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.rp-vertical-hero-copy h1 {
  margin: 0;
  font-family: var(--rp-font-display);
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--rp-abyss);
}

.rp-vertical-hero-copy p {
  max-width: 60ch;
  margin: 0;
}

.rp-vertical-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rp-vertical-hero-panel {
  min-height: 100%;
}

.rp-vertical-hero-meta {
  display: grid;
  gap: 18px;
}

.rp-vertical-hero-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.rp-vertical-hero-meta-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.rp-vertical-hero-meta strong {
  font-family: var(--rp-font-display);
  font-size: 26px;
  letter-spacing: -0.04em;
  color: var(--rp-abyss);
}

.rp-pain-grid,
.rp-approach-grid {
  align-items: stretch;
}

.rp-pain-card {
  min-height: 100%;
}

.rp-pain-number {
  margin-bottom: 24px;
  font-family: var(--rp-font-display);
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.14);
}

.rp-stat-highlight {
  display: grid;
  gap: 12px;
  min-height: 100%;
}

.rp-stat-highlight .rp-eyebrow {
  color: var(--rp-slate);
}

.rp-stat-highlight strong {
  font-family: var(--rp-font-display);
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--rp-abyss);
}

.rp-stat-highlight p {
  color: var(--rp-slate);
}

.rp-case-preview-card,
.rp-case-placeholder {
  min-height: 100%;
}

.rp-case-preview-card > p,
.rp-case-placeholder > p {
  margin-top: 16px;
}

.rp-case-preview-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rp-slate);
  font-size: 14px;
  font-weight: 600;
}

.rp-case-preview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.rp-case-preview-stat {
  padding: 18px;
  border-radius: 16px;
  background: rgba(241, 245, 249, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.rp-case-preview-stat strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--rp-font-display);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rp-case-preview-stat span {
  color: var(--rp-slate);
  font-size: 14px;
  line-height: 1.5;
}

.rp-case-preview-actions {
  margin-top: 28px;
}

.rp-related-vertical-card {
  text-decoration: none;
  color: inherit;
}

.rp-related-vertical-card p {
  color: var(--rp-slate);
}

.rp-vertical-cta-panel {
  text-align: center;
}

.rp-vertical-cta-panel p {
  max-width: 56ch;
  margin: 18px auto 0;
}

.rp-vertical-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 1024px) {
  .rp-verticals-grid,
  .rp-verticals-grid-page,
  .rp-related-verticals-grid,
  .rp-stat-grid,
  .rp-case-preview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rp-vertical-hero-copy h1 {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .rp-verticals-grid,
  .rp-verticals-grid-page,
  .rp-related-verticals-grid,
  .rp-stat-grid,
  .rp-case-preview-stats {
    grid-template-columns: 1fr;
  }

  .rp-vertical-hero-head {
    align-items: flex-start;
  }

  .rp-vertical-hero-copy h1 {
    font-size: 38px;
  }

  .rp-vertical-hero-actions,
  .rp-vertical-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rp-vertical-hero-actions .rp-btn-primary,
  .rp-vertical-hero-actions .rp-btn-ghost,
  .rp-vertical-cta-actions .rp-btn-primary,
  .rp-vertical-cta-actions .rp-btn-ghost {
    width: 100%;
  }

  .rp-pain-number {
    font-size: 60px;
  }

  .rp-stat-highlight strong {
    font-size: 38px;
  }

  .rp-vertical-icon {
    width: 56px;
    height: 56px;
    font-size: 40px;
  }

  .rp-verticals-cta-row {
    text-align: left;
  }
}
