/* HOME & LANDING COMPONENTS */
.rp-landing {
  position: relative;
}

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

.rp-hero {
  position: relative;
  padding: 28px 0 48px;
  background: transparent;
  z-index: 2;
}

.rp-hero-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: clamp(48px, 8vw, 80px);
  line-height: 1.1 !important;
  margin-bottom: 32px;
  letter-spacing: -0.04em !important;
  color: var(--rp-text-light);
  font-weight: 700;
}

.rp-lead {
  color: var(--rp-muted-light);
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  line-height: 1.75;
  max-width: 62ch;
}

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

.rp-section-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  margin-bottom: 48px;
  letter-spacing: -0.03em !important;
  font-weight: 700;
}

/* Metrics & Panels */
.rp-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.rp-metric {
  padding: 16px 18px;
}

.rp-metric__value {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}

/* List Items & Cards */
.rp-list-item {
  border-top: 1px solid #000;
  padding-top: 40px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.rp-list-item:hover {
  padding-left: 20px;
}

.rp-item-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.rp-best-list {
  margin: 60px 0;
  border-top: 1px solid var(--rp-border-light);
}

.rp-best-item {
  padding: 32px 0;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 1px solid var(--rp-border-light);
}

/* Buttons */
.rp-light-theme .wp-block-button__link,
.rp-light-theme .element-button,
.rp-light-theme .block-button__link {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 14px 32px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  font-family: 'Space Grotesk', sans-serif !important;
  text-transform: none !important;
  display: inline-block !important;
  white-space: nowrap !important;
}

.rp-light-theme .wp-block-button__link:hover,
.rp-light-theme .element-button:hover,
.rp-light-theme .block-button__link:hover {
  background: #e6bd6a !important;
  color: #000 !important;
  border-color: #e6bd6a !important;
}

/* CTA Row — buttons side by side */
.rp-cta-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 32px !important;
}

.rp-cta-row .wp-block-button,
.rp-cta-row .block-button {
  margin: 0 !important;
}

/* Contact Form */
.rp-light-theme form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.rp-light-theme input[type="text"],
.rp-light-theme input[type="email"],
.rp-light-theme input[type="tel"],
.rp-light-theme textarea {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 12px 0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  margin-bottom: 24px !important;
  color: #000 !important;
}

.rp-light-theme .wpcf7-submit,
.rp-light-theme button[type="submit"] {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 18px 48px !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.rp-light-theme .wpcf7-submit:hover,
.rp-light-theme button[type="submit"]:hover {
  background: #e6bd6a !important;
  color: #000 !important;
}
