.content-area {
  margin-top: 0 !important;
}

.rs-page {
  --brand-primary: #622df9;
  --brand-primary-dark: #4d22cf;
  --brand-primary-soft: #eee8ff;
  --brand-secondary-soft: #fff4cd;
  --text-strong: #1a202c;
  --text-default: #2d3748;
  --text-muted: #6b7280;
  --surface-soft: #f7fafc;
  --border: #d9e2ec;
  --radius-xl: 48px;
  --radius-lg: 32px;
  --shadow-soft: 0 20px 50px rgba(98, 45, 249, 0.05);
  --shadow-sm: 0 10px 24px rgba(26, 32, 44, 0.08);
  --shadow-md: 0 18px 40px rgba(26, 32, 44, 0.12);
  --shadow-lg: 0 28px 60px rgba(26, 32, 44, 0.16);
  --max-width: 1240px;
  color: var(--text-default);
  background:
    radial-gradient(circle at top left, rgba(253, 197, 38, 0.22), transparent 20%),
    radial-gradient(circle at top right, rgba(98, 45, 249, 0.16), transparent 26%),
    linear-gradient(180deg, #fffdf7 0%, #f7fafc 48%, #edf2f7 100%);
  padding-bottom: 64px;
  position: relative;
  overflow-x: hidden;
}

.rs-page::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(253, 197, 38, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.rs-container {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.rs-page a {
  text-decoration: none;
}

.rs-topbar {
  background: var(--brand-primary);
  color: #fff;
  font-size: 14px;
}

.rs-topbar .rs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 16px;
}

.rs-section {
  padding: 28px 0 0;
}

.rs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--brand-secondary-soft);
  color: var(--text-strong);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.rs-intro-grid,
.rs-home-credit-grid,
.rs-home-proof-grid,
.rs-shop-layout,
.rs-products-grid,
.rs-benefit-strip {
  display: grid;
  gap: 20px;
}

.rs-intro-grid,
.rs-home-credit-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.rs-home-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rs-shop-layout {
  display: block;
}

.rs-shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
  background: transparent;
  width: 100%;
}

.rs-filter-group {
  flex: 0 1 auto;
  min-width: auto;
  margin-right: 32px;
}

.rs-filter-label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.rs-filter-chip i {
  margin-left: 8px;
  font-size: 12px;
  opacity: 0.8;
}

.rs-products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rs-benefit-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.rs-card,
.rs-sidebar,
.rs-shop-main,
.rs-interest-card,
.rs-proof-card,
.rs-benefit-card,
.rs-home-card,
.rs-home-credit-card,
.rs-home-step,
.rs-promo-strip,
.rs-intro-card,
.rs-credit-wrap {
  background: #fff;
  border: 1px solid rgba(217, 226, 236, 0.92);
  box-shadow: 0 20px 40px rgba(26, 32, 44, 0.06);
}

.rs-intro-card,
.rs-credit-wrap,
.rs-home-card,
.rs-home-credit-card,
.rs-shop-main,
.rs-sidebar,
.rs-promo-strip,
.rs-interest-card {
  border-radius: var(--radius-lg);
  padding: 48px;
  border: none !important;
  box-shadow: var(--shadow-soft) !important;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.rs-proof-card,
.rs-benefit-card,
.rs-home-step {
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rs-proof-card i {
  font-size: 24px;
  color: var(--brand-primary);
}

.rs-intro-card h1,
.rs-home-card h1 {
  margin: 14px 0 12px;
  color: var(--text-strong);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.rs-intro-card h2,
.rs-home-card h2,
.rs-section-head h2 {
  color: var(--text-strong);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 10px 0 12px;
}

.rs-home-credit-card strong,
.rs-promo-strip strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
  margin: 10px 0 8px;
  color: white;
}

.rs-credit-wrap {
  background:
    radial-gradient(circle at top right, rgba(253, 197, 38, 0.18), transparent 22%),
    linear-gradient(180deg, #ffffff, #faf8ff);
}

.rs-home-credit-card {
  color: #fff;
  background: linear-gradient(135deg, #2f1a67, var(--brand-primary));
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-lg) 4px var(--radius-lg) var(--radius-lg) !important;
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}

.rs-home-credit-card:hover {
  transform: rotate(0deg) scale(1.02);
}

.rs-card-icon {
  margin-bottom: 16px;
  opacity: 0.9;
}

.rs-home-credit-card small {
  display: block;
  opacity: 0.84;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-weight: 700;
}

.rs-home-card p,
.rs-intro-card p,
.rs-home-credit-card p,
.rs-promo-strip p,
.rs-proof-card p,
.rs-benefit-card p,
.rs-home-step p,
.rs-interest-card p,
.rs-mini-copy,
.rs-section-head p {
  line-height: 1.6;
  color: var(--text-default);
}

.rs-home-credit-card p {
  color: rgba(255, 255, 255, 0.9);
}

.rs-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.rs-brand-switcher {
  display: flex;
  gap: 8px;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 12px;
}

.rs-switcher-btn {
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: var(--text-default);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.rs-switcher-btn.is-active {
  background: #fff;
  color: var(--brand-primary);
  box-shadow: var(--shadow-sm);
}

.rs-switcher-pane {
  display: none;
}

.rs-switcher-pane.is-active {
  display: block;
}

.rs-grid-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.rs-section-footer {
  margin-top: 40px;
  text-align: center;
}

.rs-section-head p {
  max-width: 38ch;
  color: var(--text-muted);
}

.rs-points-grid,
.rs-home-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.rs-point,
.rs-home-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 226, 236, 0.92);
  box-shadow: var(--shadow-sm);
  font-size: 14px;
  line-height: 1.55;
}

.rs-home-point i {
  margin-top: 4px;
  color: var(--brand-primary);
  font-size: 18px;
}

.rs-point strong,
.rs-home-point strong,
.rs-proof-card strong,
.rs-benefit-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-strong);
}

.rs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  transition: 0.2s ease;
}

.rs-button:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.rs-button-primary {
  color: #fff;
  background: var(--brand-primary);
}

.rs-button-primary:hover {
  background: var(--brand-primary-dark);
}

.rs-button-secondary {
  color: var(--text-strong);
  background: #fff;
  border: 1px solid var(--border);
}

.rs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.rs-home-step {
  transition: transform 0.3s ease;
  border: none;
}

.rs-home-step:nth-child(even) {
  transform: translateY(30px);
}

.rs-home-step-no {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
  box-shadow: 0 8px 16px rgba(98, 45, 249, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}

.rs-sidebar h3 {
  margin: 0 0 14px;
  color: var(--text-strong);
  font-size: 18px;
}

.rs-filter-list,
.rs-toolbar-left,
.rs-interest-tags,
.rs-product-meta,
.rs-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rs-filter-list {
  display: flex;
  flex-wrap: wrap;
}

.rs-filter-chip,
.rs-tag-chip,
.rs-meta-pill,
.rs-product-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.rs-filter-chip,
.rs-tag-chip {
  padding: 10px 14px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-default);
  font-size: 14px;
  font-weight: 700;
}

.rs-filter-chip.is-active {
  background: var(--brand-primary);
  border-color: transparent;
  color: #fff;
}

.rs-product-tag {
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rs-meta-pill {
  background: var(--surface-soft);
  color: var(--text-default);
}

.rs-shop-main .rs-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.rs-count-label {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
}

.rs-product-card {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(217, 226, 236, 0.92);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.rs-product-card:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-md);
}

.rs-product-media {
  min-height: 280px;
  padding: 18px;
  background:
    radial-gradient(circle at top left, rgba(98, 45, 249, 0.08), transparent 38%),
    linear-gradient(180deg, #fbfcff, #f7fafc);
  display: grid;
  place-items: center;
}

.rs-product-media img {
  max-height: 240px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(26, 32, 44, 0.1));
}

.rs-product-body {
  padding: 18px;
  display: grid;
  gap: 12px;
}

.rs-product-body h3 {
  color: var(--text-strong);
  font-size: 21px;
  line-height: 1.1;
  margin: 0;
}

.rs-product-body p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.rs-price-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}

.rs-price-box small {
  display: block;
  margin-bottom: 5px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rs-price-box strong,
.rs-price-box .price {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1;
}

.rs-home-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.rs-home-step-no {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: var(--brand-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.rs-home-step h3 {
  color: var(--text-strong);
  font-size: 20px;
  margin: 0 0 10px;
}

.rs-placeholder-card {
  min-height: 188px;
  padding: 18px;
  border-radius: 28px;
  border: 1px dashed rgba(98, 45, 249, 0.28);
  background:
    linear-gradient(145deg, rgba(98, 45, 249, 0.08), rgba(253, 197, 38, 0.08)),
    rgba(255, 255, 255, 0.74);
  display: flex;
  align-items: end;
}

.rs-placeholder-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text-strong);
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

.rs-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.48);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 99999;
}

.rs-modal-backdrop.is-active {
  display: flex;
}

.rs-modal {
  width: min(100%, 520px);
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(217, 226, 236, 0.92);
  box-shadow: var(--shadow-lg);
}

.rs-modal-small {
  width: min(100%, 460px);
}

.rs-modal-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 18px;
}

.rs-modal h3 {
  color: var(--text-strong);
  font-size: 30px;
  line-height: 1.04;
  margin: 10px 0;
}

.rs-modal p {
  color: var(--text-muted);
  line-height: 1.6;
}

.rs-modal-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-strong);
  font-size: 18px;
  cursor: pointer;
}

.rs-modal-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

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

.rs-field label {
  color: var(--text-strong);
  font-size: 14px;
  font-weight: 700;
}

.rs-field-inline {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rs-field-inline label {
  min-width: 80px;
  margin-bottom: 0;
}

.rs-field input,
.rs-field select,
.rs-field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  font: inherit;
  color: var(--text-default);
  outline: none;
  background: #fff;
}

.rs-field input:focus,
.rs-field select:focus,
.rs-field textarea:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(98, 45, 249, 0.12);
}

.rs-modal-note {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 1080px) {

  .rs-intro-grid,
  .rs-home-credit-grid,
  .rs-shop-layout {
    grid-template-columns: 1fr;
  }

  .rs-sidebar {
    position: static;
  }

  .rs-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-points-grid,
  .rs-home-points,
  .rs-home-proof-grid,
  .rs-benefit-strip,
  .rs-home-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rs-container {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .rs-products-grid {
    grid-template-columns: 1fr;
  }

  .rs-section-head {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.rs-cashback-info {
  font-size: 0.85em;
  color: #10b981;
  font-weight: 500;
  opacity: 1;
  margin-left: 4px;
}

/* Adjustments for different price contexts */
.rs-product-card .rs-cashback-info {
  display: block;
  margin-top: 4px;
  margin-left: 0;
}