/* ============================================================
   SATREACH — RENTALS PAGE  (SPACING FIXED)
   ============================================================ */

/* ── Shared reveal animation ── */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s var(--ease-out-expo),
    transform 0.75s var(--ease-out-expo);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal][data-reveal-delay='0.05'] {
  transition-delay: 0.05s;
}
[data-reveal][data-reveal-delay='0.1'] {
  transition-delay: 0.1s;
}
[data-reveal][data-reveal-delay='0.15'] {
  transition-delay: 0.15s;
}
[data-reveal][data-reveal-delay='0.2'] {
  transition-delay: 0.2s;
}
[data-reveal][data-reveal-delay='0.25'] {
  transition-delay: 0.25s;
}

/* ── Section shell ── */
.rh-section {
  position: relative;
  overflow: hidden;
  padding: clamp(var(--space-4xl), 8vh, var(--space-5xl)) clamp(var(--space-lg), 5vw, var(--space-4xl));
}

.rh-section-header {
  text-align: center;
  margin-bottom: var(--space-3xl), 4vh, var(--space-3xl));
}

.rh-section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  margin: var(--space-md) 0 var(--space-md);
}
.rh-section-title span {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rh-section-desc {
  font-size: clamp(var(--text-sm), 1.1vw, var(--text-base));
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 560px;
  margin-inline: auto;
}

/* ============================================================
   01 — HERO
   ============================================================ */
.rh-hero {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.rh-hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1800&h=1000&fit=crop&q=70')
    center / cover no-repeat;
  z-index: 0;
  transform: scale(1.03);
}
.rh-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      115deg,
      rgba(3, 3, 8, 0.97) 0%,
      rgba(3, 3, 8, 0.85) 50%,
      rgba(3, 3, 8, 0.55) 100%
    ),
    linear-gradient(to bottom, transparent 55%, rgba(3, 3, 8, 1) 100%);
  z-index: 1;
}
.rh-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-3xl), 5vw, var(--space-5xl));
  align-items: center;
  flex: 1;
  max-width: 1400px;
  margin-inline: auto;
  width: 100%;
  padding: clamp(var(--space-4xl), 8vh, var(--space-5xl)) clamp(var(--space-lg), 5vw, var(--space-4xl));
}

.rh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-md);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--primary);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: var(--space-xl);
  padding: 8px var(--space-lg);
  background: rgba(var(--primary-rgb), 0.07);
  border: 1px solid rgba(var(--primary-rgb), 0.2);
  border-radius: var(--radius-full);
  width: fit-content;
  backdrop-filter: blur(8px);
}
.rh-eyebrow .pulse {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 2s ease infinite;
  box-shadow: 0 0 10px rgba(var(--accent-rgb), 0.6);
}

.rh-title {
  font-size: clamp(2.25rem, 4vw, 4.5rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--text-primary);
  margin-bottom: var(--space-lg);
}
.rh-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 55%, var(--accent) 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 8s ease infinite;
  display: inline-block;
}
.rh-subtitle {
  font-size: clamp(var(--text-sm), 1.2vw, var(--text-base));
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: var(--space-xl);
}
.rh-actions {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
  margin-bottom: var(--space-xl);
}

/* Duration strip */
.rh-duration-strip {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
  flex-wrap: wrap;
}
.rh-duration-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dim);
  white-space: nowrap;
}
.rh-duration-range {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  padding: 6px 14px;
}
.rh-dur {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-dim);
  white-space: nowrap;
}
.rh-dur--active {
  color: var(--primary);
}
.rh-dur-arrow {
  color: rgba(var(--primary-rgb), 0.4);
  font-size: 10px;
}

/* Stats bar */
.rh-stats {
  display: flex;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  overflow: hidden;
  width: fit-content;
}
.rh-stat {
  padding: var(--space-md) var(--space-lg);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.rh-stat:last-child {
  border-right: none;
}
.rh-stat-val {
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.rh-stat-label {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dim);
  white-space: nowrap;
}

/* Tier stack (hero right col) */
.rh-tier-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.rh-tier-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
  padding: var(--space-lg) var(--space-xl);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(16px);
  transition:
    border-color 0.3s,
    background 0.3s,
    transform 0.3s;
  position: relative;
}
.rh-tier-card:hover {
  transform: translateX(6px);
  border-color: rgba(var(--primary-rgb), 0.3);
  background: rgba(var(--primary-rgb), 0.06);
}
.rh-tier-featured {
  border-color: rgba(var(--primary-rgb), 0.3);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1), rgba(255, 255, 255, 0.03));
  box-shadow: 0 0 40px rgba(var(--primary-rgb), 0.12);
}
.rh-tier-badge {
  position: absolute;
  top: -11px;
  left: var(--space-xl);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text-dim);
  white-space: nowrap;
}
.rh-tier-badge--pop {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-color: transparent;
  color: var(--bg-dark);
  font-weight: 700;
}
.rh-tier-badge--gold {
  background: rgba(255, 180, 50, 0.15);
  border-color: rgba(255, 180, 50, 0.3);
  color: rgb(255, 180, 50);
}
.rh-tier-content {
  flex: 1;
}
.rh-tier-name {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.rh-tier-speed {
  font-family: var(--font-mono);
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.rh-tier-speed span {
  font-size: var(--text-sm);
  opacity: 0.6;
}
.rh-tier-meta {
  font-size: var(--text-xs);
  color: var(--text-dim);
  margin-top: 4px;
}
.rh-tier-price {
  font-size: var(--text-sm);
  color: var(--text-muted);
  text-align: right;
  white-space: nowrap;
}
.rh-tier-price strong {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--text-primary);
}
.rh-tier-price span {
  font-size: var(--text-xs);
  color: var(--text-dim);
}

/* ============================================================
   02 — HOW IT WORKS
   ============================================================ */
.rh-how {
  background: var(--bg-darker);
}
.rh-how-inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(var(--space-lg), 5vw, var(--space-4xl));
  display: flex;
  flex-direction: column;
  gap: clamp(var(--space-2xl), 4vh, var(--space-3xl));
}
.rh-section-label {
  text-align: center;
}
.rh-steps-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.rh-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.rh-step-photo {
  position: relative;
  height: 200px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-image: var(--photo);
  background-size: cover;
  background-position: center;
}
.rh-step-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 3, 8, 0.65) 0%, transparent 55%);
}
.rh-step-n {
  position: absolute;
  bottom: var(--space-md);
  left: var(--space-md);
  font-family: var(--font-mono);
  font-size: 2.5rem;
  font-weight: 800;
  color: transparent;
  z-index: 2;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(var(--primary-rgb), 0.4);
}
.rh-step-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-inline: var(--space-sm);
}
.rh-step-text strong {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--text-primary);
}
.rh-step-text span {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.6;
}
.rh-step-connector {
  flex-shrink: 0;
  width: 60px;
  padding-top: 88px;
  opacity: 0.6;
}
.rh-step-connector svg {
  width: 60px;
}

/* ============================================================
   03 — IN THE BOX
   ============================================================ */
.rh-inbox {
  background: var(--bg-dark);
}
.rh-inbox-inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(var(--space-lg), 5vw, var(--space-4xl));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-3xl), 6vw, var(--space-5xl));
  align-items: center;
}
.rh-inbox-visual {
  position: relative;
}
.rh-inbox-photo {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

/* Bento grid */
.rh-bento {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 6px;
  border-radius: var(--radius-2xl);
  overflow: hidden;
}
.rh-bento-cell {
  overflow: hidden;
  background: #0a0d14;
  min-height: 140px;
}
.rh-bento-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.rh-bento-cell:hover img {
  transform: scale(1.06);
}

/* Spanning cells */
.rh-bento-hero {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  min-height: 200px;
}
.rh-bento-tall {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}
.rh-bento-wide {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

.rh-inbox-photo img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 520px;
  object-fit: cover;
  transition: transform 8s ease;
}
.rh-inbox-photo:hover img {
  transform: scale(1.03);
}
.rh-inbox-photo-glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.rh-inbox-badge {
  position: absolute;
  bottom: var(--space-xl);
  right: var(--space-xl);
  display: flex;
  align-items: center;
  gap: var(--space-md);
  background: rgba(3, 3, 8, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(var(--primary-rgb), 0.25);
  border-radius: var(--radius-xl);
  padding: clamp(var(--space-4xl), 8vh, var(--space-5xl)) clamp(var(--space-lg), 5vw, var(--space-4xl));
  z-index: 2;
}
.rh-inbox-badge-icon {
  font-size: 1.4rem;
}
.rh-inbox-badge-val {
  font-family: var(--font-mono);
  font-size: var(--text-base);
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rh-inbox-badge-sub {
  font-size: var(--text-xs);
  color: var(--text-dim);
  margin-top: 2px;
  letter-spacing: 0.5px;
}

.rh-checklist {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.rh-check-item {
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
}
.rh-check-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: rgba(var(--primary-rgb), 0.08);
  border: 1px solid rgba(var(--primary-rgb), 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-top: 2px;
}
.rh-check-item > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 6px;
}
.rh-check-item strong {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--text-primary);
}
.rh-check-item span {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.6;
}

/* ============================================================
   04 — KIT CARDS
   ============================================================ */
.rh-kits-section {
  background: var(--bg-darker);
}
.rh-kits-inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(var(--space-lg), 5vw, var(--space-4xl));
  display: flex;
  flex-direction: column;
  gap: clamp(var(--space-2xl), 4vh, var(--space-3xl));
}

.rh-kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2xl);
  align-items: start;
  width: 100%;
}

.rh-kit-card {
  background: var(--glass-base);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.4s var(--ease-out-expo),
    box-shadow 0.4s,
    border-color 0.3s;
  position: relative;
}
.rh-kit-card:hover {
  transform: translateY(-10px);
  border-color: var(--border-highlight);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}
.rh-kit-card--featured {
  border-color: rgba(var(--primary-rgb), 0.35);
  box-shadow: 0 0 60px rgba(var(--primary-rgb), 0.12);
  transform: translateY(-6px);
}
.rh-kit-card--featured:hover {
  transform: translateY(-14px);
  box-shadow: 0 40px 90px rgba(var(--primary-rgb), 0.2);
}

.rh-kit-popular-badge {
  position: absolute;
  top: var(--space-md);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--bg-dark);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 5px 18px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  z-index: 10;
}

.rh-kit-photo {
  position: relative;
  height: 200px;
  background-image: var(--kit-photo);
  background-size: cover;
  background-position: center;
  transition: height 0.4s ease;
}
.rh-kit-card:hover .rh-kit-photo {
  height: 220px;
}
.rh-kit-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 3, 8, 0.85) 0%, transparent 60%);
}
.rh-kit-tag {
  position: absolute;
  bottom: var(--space-md);
  left: var(--space-md);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(3, 3, 8, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(var(--primary-rgb), 0.3);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  z-index: 2;
}

.rh-kit-body {
  padding: var(--space-xl);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  flex: 1;
}
.rh-kit-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}
.rh-kit-name {
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}
.rh-kit-price-block {
  text-align: right;
  flex-shrink: 0;
}
.rh-kit-price {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(var(--text-xl), 2.5vw, var(--text-3xl));
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.rh-kit-per {
  font-size: var(--text-xs);
  color: var(--text-dim);
}
.rh-kit-desc {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-sm);
}

.rh-kit-specs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: var(--space-md) 0;
  margin: var(--space-sm) 0;
}
.rh-kit-spec {
  display: flex;
  justify-content: space-between;
  font-size: var(--text-xs);
}
.rh-kit-spec span {
  color: var(--text-dim);
}
.rh-kit-spec strong {
  color: var(--text-primary);
  font-weight: 600;
}

.rh-kit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px var(--space-xl);
  background: rgba(var(--primary-rgb), 0.06);
  border: 1px solid rgba(var(--primary-rgb), 0.4);
  border-radius: var(--radius-full);
  color: var(--primary);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s,
    box-shadow 0.25s,
    transform 0.2s;
  margin-top: auto;
}
.rh-kit-btn:hover {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-color: transparent;
  color: var(--bg-dark);
  box-shadow: 0 8px 32px rgba(var(--primary-rgb), 0.35);
  transform: translateY(-2px);
}
.rh-kit-btn--featured {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-color: transparent;
  color: var(--bg-dark);
  box-shadow: 0 8px 32px rgba(var(--primary-rgb), 0.3);
}
.rh-kit-btn--featured:hover {
  box-shadow: 0 16px 48px rgba(var(--primary-rgb), 0.5);
}

/* ============================================================
   05 — PRICING TABLE
   ============================================================ */
.rh-pricing {
  background: var(--bg-dark);
}
.rh-pricing-inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(var(--space-lg), 5vw, var(--space-4xl));
  display: flex;
  flex-direction: column;
  gap: clamp(var(--space-2xl), 4vh, var(--space-3xl));
}

.rh-price-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border-light);
  background: var(--glass-base);
  backdrop-filter: blur(14px);
  width: 100%;
}
.rh-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-sm);
}
.rh-price-table thead th {
  padding: var(--space-xl);
  text-align: center;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  color: var(--text-primary);
}
.rh-price-table thead th:first-child {
  text-align: left;
  color: var(--text-dim);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.rh-price-table tbody td {
  padding: var(--space-md) var(--space-xl);
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  font-weight: 600;
  font-family: var(--font-mono);
}
.rh-price-table tbody td:first-child {
  text-align: left;
  font-family: var(--font-primary);
  font-weight: 400;
}
.rh-price-table tbody tr:last-child td {
  border-bottom: none;
}
.rh-price-table tbody tr:hover {
  background: rgba(var(--primary-rgb), 0.04);
}
.rh-pt-featured-col {
  background: rgba(var(--primary-rgb), 0.05);
  border-left: 1px solid rgba(var(--primary-rgb), 0.12);
  border-right: 1px solid rgba(var(--primary-rgb), 0.12);
  color: var(--primary) !important;
}
.rh-dur-cell {
  color: var(--text-muted);
  font-size: var(--text-sm);
}
.rh-pthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.rh-pthead-kit {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--text-primary);
}
.rh-pthead-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--bg-dark);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-weight: 700;
}
.rh-pthead-sub {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-dim);
}
.rh-price-table tfoot td {
  padding: var(--space-lg) var(--space-xl);
  text-align: center;
  border-top: 1px solid var(--border);
}
.rh-tbl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  background: rgba(var(--primary-rgb), 0.06);
  border: 1px solid rgba(var(--primary-rgb), 0.35);
  border-radius: var(--radius-full);
  color: var(--primary);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.2s;
  white-space: nowrap;
}
.rh-tbl-btn:hover {
  background: rgba(var(--primary-rgb), 0.15);
  transform: translateY(-2px);
}
.rh-tbl-btn--featured {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-color: transparent;
  color: var(--bg-dark);
  box-shadow: 0 6px 24px rgba(var(--primary-rgb), 0.3);
}
.rh-tbl-btn--featured:hover {
  box-shadow: 0 10px 36px rgba(var(--primary-rgb), 0.45);
}

/* ============================================================
   06 — ADD-ONS
   ============================================================ */
.rh-addons {
  background: var(--bg-darker);
}
.rh-addons-inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(var(--space-lg), 5vw, var(--space-4xl));
  display: flex;
  flex-direction: column;
  gap: clamp(var(--space-2xl), 4vh, var(--space-3xl));
}
.rh-addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-xl);
  width: 100%;
}

.rh-addon {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  min-height: 340px;
  background-image: var(--addon-bg);
  background-size: cover;
  background-position: center;
  background-color: rgba(var(--primary-rgb), 0.08);
  transition:
    transform 0.4s var(--ease-out-expo),
    box-shadow 0.4s;
}
.rh-addon:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}
.rh-addon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.18) 0%,
    rgba(10, 10, 20, 0.95) 100%
  );
  z-index: 0;
}
.rh-addon-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(3, 3, 8, 0.85) 0%,
    rgba(3, 3, 8, 0.3) 60%,
    transparent 100%
  );
  z-index: 1;
}
.rh-addon-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-xl);
  z-index: 2;
  border: 1px solid rgba(var(--primary-rgb), 0.12);
  border-radius: var(--radius-2xl);
}
.rh-addon-icon {
  font-size: 2rem;
  margin-bottom: var(--space-md);
}
.rh-addon-name {
  font-size: var(--text-xl);
  font-weight: 800;
  color: #fff;
  margin-bottom: var(--space-sm);
}
.rh-addon-desc {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: var(--space-lg);
}
.rh-addon-price {
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--accent);
}
.rh-addon-price span {
  font-size: var(--text-sm);
  opacity: 0.7;
}

/* ============================================================
   07 — WHY RENT — Bento Grid
   ============================================================ */
.rh-why {
  background: var(--bg-dark);
}
.rh-why-inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(var(--space-lg), 5vw, var(--space-4xl));
  display: flex;
  flex-direction: column;
  gap: clamp(var(--space-2xl), 4vh, var(--space-3xl));
}

.rh-bento {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: var(--space-lg);
  width: 100%;
}

.rh-bento-card {
  background: var(--glass-base);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-2xl);
  padding: var(--space-2xl);
  transition:
    border-color 0.3s,
    background 0.3s,
    transform 0.35s;
  position: relative;
  overflow: hidden;
}
.rh-bento-card:hover {
  border-color: var(--border-highlight);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.rh-bento-large {
  grid-row: 1 / 3;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: var(--bento-bg);
  background-size: cover;
  background-position: center;
  background-color: rgba(var(--primary-rgb), 0.06);
  border-color: rgba(var(--primary-rgb), 0.15);
  padding: 0;
}
.rh-bento-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(3, 3, 8, 0.9) 0%,
    rgba(3, 3, 8, 0.2) 70%,
    transparent 100%
  );
}
.rh-bento-content {
  position: relative;
  z-index: 2;
  padding: var(--space-2xl);
}
.rh-bento-content h3 {
  font-size: var(--text-2xl);
  font-weight: 800;
  color: #fff;
  margin-bottom: var(--space-sm);
}
.rh-bento-content p {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.rh-bento-wide {
  grid-column: 2 / 4;
  display: flex;
  align-items: flex-start;
  gap: var(--space-xl);
}
.rh-bento-wide .rh-bento-icon {
  flex-shrink: 0;
}
.rh-bento-wide h3 {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-sm);
}
.rh-bento-wide p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.7;
}

.rh-bento-stat {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.rh-bento-stat h3 {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--text-primary);
}
.rh-bento-stat p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.6;
}
.rh-bento-icon {
  font-size: 1.6rem;
  margin-bottom: var(--space-sm);
}
.rh-bento-stat-val {
  font-family: var(--font-mono);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 4px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .rh-kit-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-inline: auto;
    gap: var(--space-2xl);
  }
  .rh-kit-card--featured {
    transform: none;
  }
  .rh-bento {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
  }
  .rh-bento-large {
    grid-row: auto;
    grid-column: span 2;
    min-height: 280px;
  }
  .rh-bento-wide {
    grid-column: span 2;
  }
}

@media (max-width: 1024px) {
  .rh-hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-3xl);
    padding: clamp(100px, 12vh, 140px) clamp(var(--space-lg), 5vw, var(--space-3xl))
      clamp(var(--space-2xl), 4vh, var(--space-3xl));
  }
  .rh-tier-stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
  }
  .rh-tier-card {
    flex-direction: column;
    text-align: center;
    padding: var(--space-md) var(--space-lg);
  }
  .rh-tier-price {
    text-align: center;
  }
  .rh-inbox-inner {
    grid-template-columns: 1fr;
    gap: var(--space-3xl);
  }
  .rh-addons-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-inline: auto;
    gap: var(--space-lg);
  }
  .rh-steps-row {
    flex-wrap: wrap;
    gap: var(--space-xl);
  }
  .rh-step-item {
    flex: 0 0 calc(50% - var(--space-lg));
  }
  .rh-step-connector {
    display: none;
  }
}

@media (max-width: 640px) {
  .rh-section {
    padding: clamp(var(--space-4xl), 8vh, var(--space-5xl)) clamp(var(--space-lg), 5vw, var(--space-4xl));
  }
  .rh-hero-inner {
    padding: clamp(100px, 12vh, 130px) var(--space-lg) var(--space-2xl);
  }
  .rh-tier-stack {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
  .rh-stats {
    flex-wrap: wrap;
    gap: 1px;
  }
  .rh-stat {
    padding: var(--space-sm) var(--space-md);
    flex: 1 1 calc(50% - 1px);
  }
  .rh-step-item {
    flex: 0 0 100%;
  }
  .rh-steps-row {
    gap: var(--space-2xl);
  }
  .rh-bento {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
  .rh-bento-large,
  .rh-bento-wide {
    grid-column: auto;
  }
  .rh-bento-wide {
    flex-direction: column;
  }
  .rh-price-table {
    font-size: var(--text-xs);
  }
  .rh-price-table thead th,
  .rh-price-table tbody td {
    padding: var(--space-sm) var(--space-md);
  }
  .rh-checklist {
    gap: var(--space-md);
  }
  .rh-kit-grid,
  .rh-addons-grid {
    gap: var(--space-xl);
  }
}
