/* Unified public pages — shared with About Us layout */
.rs-public-page,
.rs-about-page {
  background: #f8fafc;
}

/* Unified page hero — dark black/red background on all public pages */
.rs-public-hero,
.rs-about-hero {
  position: relative;
  isolation: isolate;
  background-color: #0a0a0a;
  background-image: url('../Image/page-hero-bg.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 56px 16px 52px;
  text-align: center;
  overflow: hidden;
}

.rs-public-hero::before,
.rs-about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(60, 0, 15, 0.35) 100%);
  pointer-events: none;
  z-index: 0;
}

.rs-public-hero-inner,
.rs-about-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.rs-public-eyebrow,
.rs-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #d4b0ba;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.rs-public-eyebrow i,
.rs-about-eyebrow i {
  color: #51071B;
}

.rs-public-hero h1,
.rs-about-hero h1 {
  margin: 0 0 14px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.rs-public-hero p,
.rs-about-hero p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

/* Stats */
.rs-about-stats {
  max-width: 1000px;
  margin: -32px auto 0;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}

.rs-about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.rs-about-stat {
  text-align: center;
  padding: 8px 6px;
}

.rs-about-stat strong {
  display: block;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: #e11d48;
  line-height: 1.1;
}

.rs-about-stat span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}

/* Sections */
.rs-about-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 16px;
}

.rs-about-section-title {
  text-align: center;
  margin-bottom: 32px;
}

.rs-about-section-title h2 {
  margin: 0 0 8px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
  color: #111827;
}

.rs-about-section-title p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
}

.rs-about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.rs-about-story-copy h2 {
  margin: 0 0 14px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 800;
  color: #111827;
}

.rs-about-story-copy p {
  margin: 0 0 14px;
  color: #4b5563;
  line-height: 1.75;
  font-size: 15px;
}

.rs-about-story-copy ul {
  margin: 0 0 20px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.rs-about-story-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.rs-about-story-copy li i {
  color: #f97316;
  margin-top: 3px;
  flex-shrink: 0;
}

.rs-about-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 360px;
  background: linear-gradient(145deg, #1f2937 0%, #7f1d1d 55%, #e11d48 100%);
  display: flex;
  align-items: flex-end;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(225, 29, 72, 0.2);
}

.rs-about-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(249, 115, 22, 0.25), transparent 40%);
}

.rs-about-visual-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 20px;
  width: 100%;
}

.rs-about-visual-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.rs-about-visual-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.rs-about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rs-about-value-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.rs-about-value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.rs-about-value-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4ebe8, #eadde2);
  color: #e11d48;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}

.rs-about-value-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: #111827;
}

.rs-about-value-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #6b7280;
}

.rs-about-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.rs-about-why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
}

.rs-about-why-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f97316, #e11d48);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-about-why-item h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  color: #111827;
}

.rs-about-why-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
}

.rs-about-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rs-about-step {
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 20px;
}

.rs-about-step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #f5e9ed;
  color: #e11d48;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.rs-about-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #111827;
}

.rs-about-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #6b7280;
}

/* CTA */
.rs-public-cta,
.rs-about-cta {
  max-width: 1100px;
  margin: 0 auto 48px;
  padding: 0 16px;
}

.rs-public-cta-inner,
.rs-about-cta-inner {
  background: linear-gradient(135deg, #f97316 0%, #e11d48 55%, #be123c 100%);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 50px rgba(225, 29, 72, 0.25);
}

.rs-public-cta-inner h2,
.rs-about-cta-inner h2 {
  margin: 0 0 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
}

.rs-public-cta-inner p,
.rs-about-cta-inner p {
  margin: 0 auto 22px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
}

.rs-public-cta-actions,
.rs-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Buttons */
.rs-public-btn,
.rs-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, filter 0.2s;
}

.rs-public-btn-white,
.rs-about-btn-white {
  background: #fff;
  color: #be123c;
}

.rs-public-btn-white:hover,
.rs-about-btn-white:hover {
  filter: brightness(0.97);
  color: #be123c;
}

.rs-public-btn-outline,
.rs-about-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.rs-public-btn-outline:hover,
.rs-about-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.rs-about-cms-block {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
}

/* ── Shared page components ── */

.rs-page-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 16px;
}

.rs-page-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.rs-page-prose h2 {
  margin: 0 0 14px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 800;
  color: #111827;
}

.rs-page-prose h3 {
  margin: 24px 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.rs-page-prose h2:first-child,
.rs-page-prose h3:first-child {
  margin-top: 0;
}

.rs-page-prose p {
  margin: 0 0 14px;
  color: #4b5563;
  line-height: 1.75;
  font-size: 15px;
}

.rs-page-prose ul,
.rs-page-prose ol {
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.rs-page-prose li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.rs-page-prose li i {
  color: #f97316;
  margin-top: 3px;
  flex-shrink: 0;
}

.rs-page-split {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 24px;
  align-items: start;
}

.rs-page-info-stack {
  display: grid;
  gap: 12px;
}

.rs-page-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.rs-page-info-item .rs-page-info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f4ebe8, #eadde2);
  color: #e11d48;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.rs-page-info-item h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: #111827;
}

.rs-page-info-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6b7280;
}

.rs-faq-list {
  display: grid;
  gap: 10px;
}

.rs-faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.rs-faq-item details {
  padding: 0;
}

.rs-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  list-style: none;
}

.rs-faq-item summary::-webkit-details-marker {
  display: none;
}

.rs-faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f5e9ed;
  color: #e11d48;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.rs-faq-item details[open] summary::after {
  content: '−';
}

.rs-faq-item .rs-faq-body {
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: #6b7280;
}

.rs-contact-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.rs-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rs-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rs-form-field.rs-form-field-full {
  grid-column: 1 / -1;
}

.rs-form-field label {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
}

.rs-form-field input,
.rs-form-field select,
.rs-form-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  color: #111827;
  background: #fff;
  transition: border-color 0.15s;
}

.rs-form-field input:focus,
.rs-form-field select:focus,
.rs-form-field textarea:focus {
  outline: none;
  border-color: #e11d48;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.1);
}

.rs-form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.rs-form-alert {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.rs-form-alert-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
}

.rs-form-alert-error {
  background: #fef2f2;
  border: 1px solid #d4b0ba;
  color: #b91c1c;
}

.rs-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rs-blog-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.rs-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.rs-blog-card .rs-blog-thumb {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #f4ebe8, #eadde2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e11d48;
  font-size: 32px;
}

.rs-blog-card .rs-blog-body {
  padding: 20px;
}

.rs-blog-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
}

.rs-blog-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
}

.rs-blog-card .rs-blog-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5e9ed;
  color: #e11d48;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.rs-blog-card .rs-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #e11d48;
  text-decoration: none;
}

.rs-blog-card .rs-blog-link:hover {
  color: #be123c;
}

.rs-story-card .rs-story-hearts {
  color: #e11d48;
  font-size: 22px;
  margin-bottom: 10px;
}

.rs-story-card .rs-story-meta {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 10px;
}

.rs-blog-card .rs-blog-meta {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
}

.rs-stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rs-story-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.rs-story-card .rs-story-quote {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  font-style: italic;
  margin: 0 0 16px;
}

.rs-story-card .rs-story-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rs-story-card .rs-story-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #e11d48);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}

.rs-story-card .rs-story-name {
  font-size: 14px;
  font-weight: 800;
  color: #111827;
}

.rs-story-card .rs-story-detail {
  font-size: 12px;
  color: #9ca3af;
}

.rs-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.rs-plan-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.rs-plan-card h3,
.rs-plan-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.rs-plan-card .plan-price,
.rs-plan-card .rs-plan-price {
  font-size: 26px;
  font-weight: 900;
  color: #e11d48;
  margin: 8px 0 14px;
}

.rs-plan-card .btn-danger,
.rs-plan-card .btn-success {
  display: inline-block;
  margin: 4px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.rs-plan-card .btn-danger {
  background: linear-gradient(135deg, #f97316, #e11d48);
  color: #fff;
}

.rs-plan-card .btn-success {
  background: #16a34a;
  color: #fff;
}

.rs-plan-card .badge.badge-popular {
  position: absolute;
  top: -10px;
  right: 12px;
  background: linear-gradient(135deg, #f97316, #e11d48);
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
}

.rs-plan-card .rs-plan-price {
  font-size: 32px;
  font-weight: 800;
  color: #e11d48;
  margin: 0 0 4px;
}

.rs-plan-card .rs-plan-price span {
  font-size: 14px;
  font-weight: 600;
  color: #9ca3af;
}

.rs-plan-card ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  text-align: left;
}

.rs-plan-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.5;
}

.rs-plan-card li i {
  color: #e11d48;
  margin-top: 2px;
  flex-shrink: 0;
}

.rs-plan-featured {
  border-color: #e11d48;
  box-shadow: 0 14px 40px rgba(225, 29, 72, 0.15);
  position: relative;
}

.rs-plan-featured::before {
  content: 'Popular';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f97316, #e11d48);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 999px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rs-member-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px 48px;
}

.rs-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

.rs-result-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.rs-result-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.rs-result-img {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #f4ebe8, #eadde2);
  overflow: hidden;
}

.rs-result-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rs-result-body {
  padding: 16px;
}

.rs-result-name {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
}

.rs-result-meta {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

.rs-result-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.rs-result-btn {
  flex: 1;
  text-align: center;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  color: #374151;
  background: #f9fafb;
}

.rs-result-btn-heart {
  color: #e11d48;
  border-color: #d4b0ba;
  background: #f5e9ed;
}

.rs-result-btn:hover {
  background: #f3f4f6;
}

.rs-auth-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.rs-auth-page main {
  flex: 1;
}

@media (max-width: 980px) {
  body.rs-auth-page,
  body.rs-register-page {
    padding-top: 58px;
  }

  .rs-auth-page .rs-public-hero,
  .rs-register-page .rs-public-hero {
    padding: 40px 16px 36px;
  }

  .rs-auth-page .rs-page-section,
  .rs-register-page .rs-page-section {
    padding-top: 20px;
    padding-bottom: 28px;
  }
}

/* Auth pages */
.rs-auth-page .rs-auth-card {
  max-width: 480px;
  margin: 0 auto;
}

.rs-auth-page .rs-public-cta {
  margin-top: 4px;
  margin-bottom: 36px;
}

.rs-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rs-auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
  cursor: pointer;
}

.rs-auth-forgot {
  font-size: 14px;
  font-weight: 600;
  color: #e11d48;
  text-decoration: none;
}

.rs-auth-forgot:hover {
  color: #be123c;
}

.rs-auth-submit {
  width: 100%;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: linear-gradient(135deg, #f97316, #e11d48) !important;
  color: #fff !important;
}

.rs-auth-foot {
  margin: 4px 0 0;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}

.rs-auth-foot a {
  color: #e11d48;
  font-weight: 700;
  text-decoration: none;
}

/* Login page — card layout */
.rs-login-page {
  background: linear-gradient(165deg, #f5e9ed 0%, #efe4e8 45%, #f5e9ed 100%);
}

.rs-login-page main {
  display: flex;
  flex-direction: column;
}

.rs-login-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px 40px;
}

.rs-login-wrap {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.rs-login-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px 32px;
  box-shadow: 0 20px 60px rgba(190, 18, 60, 0.12), 0 4px 16px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.rs-login-avatar {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
}

.rs-login-avatar-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 8px auto 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #f5e9ed, #eadde2);
  border: 2px solid #d4b0ba;
  color: #e11d48;
  font-size: 28px;
}

.rs-login-heart {
  position: absolute;
  color: #51071B;
  font-size: 11px;
  opacity: 0.85;
}

.rs-login-heart--tl { top: 4px; left: 8px; }
.rs-login-heart--tr { top: 0; right: 10px; font-size: 9px; }
.rs-login-heart--bl { bottom: 6px; left: 4px; font-size: 10px; }
.rs-login-heart--br { bottom: 2px; right: 6px; }

.rs-login-title {
  margin: 0 0 6px;
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(26px, 5vw, 30px);
  font-weight: 800;
  color: #1f2937;
  line-height: 1.2;
}

.rs-login-title span {
  color: #e11d48;
}

.rs-login-subtitle {
  margin: 0 0 18px;
  font-size: 15px;
  color: #9ca3af;
}

.rs-login-divider {
  position: relative;
  margin: 0 0 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4b0ba 20%, #d4b0ba 80%, transparent);
}

.rs-login-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  color: #51071B;
  font-size: 11px;
}

.rs-login-alert {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fef2f2;
  border: 1px solid #d4b0ba;
  color: #b91c1c;
  font-size: 13px;
  text-align: left;
}

.rs-login-form {
  text-align: left;
}

.rs-login-field {
  position: relative;
  margin-bottom: 14px;
}

.rs-login-field-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #e11d48;
  font-size: 15px;
  pointer-events: none;
  z-index: 1;
}

.rs-login-field input {
  width: 100%;
  height: 52px;
  padding: 0 48px 0 48px;
  border: 1px solid #fde68a;
  border-radius: 999px;
  background: #fffbeb;
  font-size: 15px;
  color: #1f2937;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.rs-login-field input::placeholder {
  color: #9ca3af;
}

.rs-login-field input:focus {
  border-color: #51071B;
  box-shadow: 0 0 0 3px rgba(244, 63, 94, 0.12);
  background: #fff;
}

.rs-login-pw-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}

.rs-login-pw-toggle:hover {
  color: #6b7280;
}

.rs-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 4px 0 20px;
  font-size: 13px;
}

.rs-login-remember {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6b7280;
  cursor: pointer;
}

.rs-login-forgot {
  color: #e11d48;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.rs-login-forgot:hover {
  color: #be123c;
}

.rs-login-submit {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #51071B 0%, #e11d48 55%, #be123c 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(225, 29, 72, 0.35);
  transition: transform 0.15s, box-shadow 0.2s;
}

.rs-login-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(225, 29, 72, 0.4);
}

.rs-login-or {
  position: relative;
  margin: 22px 0 18px;
  text-align: center;
}

.rs-login-or::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #f3f4f6;
}

.rs-login-or span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  color: #9ca3af;
  font-size: 13px;
}

.rs-login-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
}

.rs-login-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
}

.rs-login-social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
}

.rs-login-social-fb { color: #1877f2; }
.rs-login-social-google { color: #ea4335; }
.rs-login-social-in { color: #0a66c2; }

.rs-login-foot {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.rs-login-foot a {
  color: #e11d48;
  font-weight: 700;
  text-decoration: none;
}

.rs-login-foot a:hover {
  color: #be123c;
}

@media (max-width: 480px) {
  .rs-login-card {
    padding: 28px 22px 26px;
    border-radius: 20px;
  }

  .rs-login-options {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

/* Register page v2 — multi-step, red/black theme */
.rs-reg-v2 {
  background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 50%, #fafafa 100%);
}

.rs-reg-main {
  flex: 1;
  padding: 28px 16px 36px;
}

.rs-reg-wrap {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.rs-reg-stepper-wrap {
  margin-bottom: 20px;
}

.rs-reg-stepper-pills {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.rs-reg-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  font-size: 12px;
  font-weight: 700;
  color: #4b5563;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.rs-reg-pill-accent {
  color: #e11d48;
  border-color: #d4b0ba;
  background: #fff;
}

.rs-reg-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding: 0 4px;
}

.rs-reg-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 110px;
}

.rs-reg-step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #fff;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s;
}

.rs-reg-step.is-active .rs-reg-step-circle {
  border-color: #e11d48;
  background: linear-gradient(135deg, #f97316, #e11d48);
  color: #fff;
  box-shadow: 0 4px 14px rgba(225, 29, 72, 0.3);
}

.rs-reg-step.is-complete .rs-reg-step-circle {
  border-color: #e11d48;
  background: #e11d48;
  color: #fff;
}

.rs-reg-step-label {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-align: center;
  line-height: 1.25;
}

.rs-reg-step.is-active .rs-reg-step-label,
.rs-reg-step.is-complete .rs-reg-step-label {
  color: #111827;
}

.rs-reg-step-line {
  flex: 1 1 auto;
  height: 2px;
  min-width: 24px;
  max-width: 80px;
  margin-top: 18px;
  background: #e5e7eb;
  border-radius: 2px;
}

.rs-reg-step-line.is-complete {
  background: linear-gradient(90deg, #e11d48, #f97316);
}

.rs-reg-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 32px 28px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08), 0 4px 16px rgba(15, 23, 42, 0.04);
  border: 1px solid #f1f5f9;
  text-align: center;
}

.rs-reg-avatar {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
}

.rs-reg-avatar-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 8px auto 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #fef2f2, #fff7ed);
  border: 2px solid #d4b0ba;
  color: #e11d48;
  font-size: 26px;
}

.rs-reg-heart {
  position: absolute;
  color: #e11d48;
  font-size: 10px;
  opacity: 0.75;
}

.rs-reg-heart--tl { top: 4px; left: 8px; }
.rs-reg-heart--tr { top: 0; right: 10px; font-size: 9px; }
.rs-reg-heart--bl { bottom: 6px; left: 4px; }
.rs-reg-heart--br { bottom: 2px; right: 6px; }

.rs-reg-title {
  margin: 0 0 6px;
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
}

.rs-reg-subtitle {
  margin: 0 0 16px;
  font-size: 14px;
  color: #6b7280;
}

.rs-reg-divider {
  position: relative;
  margin: 0 0 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e7eb 20%, #e5e7eb 80%, transparent);
}

.rs-reg-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  color: #e11d48;
  font-size: 11px;
}

.rs-reg-form-wrap {
  text-align: left;
}

.rs-reg-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.rs-reg-field {
  position: relative;
  min-width: 0;
}

.rs-reg-field-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #e11d48;
  font-size: 14px;
  pointer-events: none;
  z-index: 1;
}

.rs-reg-field .register-input,
.rs-reg-field .register-select,
.rs-reg-form .input-group .register-input,
.rs-reg-form .input-group .register-select {
  width: 100%;
  height: 48px;
  padding: 0 44px 0 44px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f8fafc;
  font-size: 14px;
  color: #111827;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  appearance: none;
}

.rs-reg-form textarea.register-input {
  height: auto;
  min-height: 100px;
  border-radius: 16px;
  padding: 12px 14px 12px 44px;
  resize: vertical;
}

.rs-reg-field .register-input:focus,
.rs-reg-field .register-select:focus,
.rs-reg-form .input-group .register-input:focus,
.rs-reg-form .input-group .register-select:focus,
.rs-reg-form textarea.register-input:focus {
  outline: none;
  border-color: #e11d48;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.1);
}

.rs-reg-field .register-input::placeholder {
  color: #9ca3af;
}

.rs-reg-pw-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 15px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}

.rs-reg-pw-toggle:hover {
  color: #6b7280;
}

.rs-reg-form .input-group {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rs-reg-form .input-icon {
  position: absolute;
  left: 16px;
  top: 24px;
  transform: translateY(-50%);
  color: #e11d48;
  font-size: 14px;
  z-index: 1;
  pointer-events: none;
}

.rs-reg-form .form-row {
  display: contents;
}

.rs-reg-footer-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.rs-reg-terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 220px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #4b5563;
  cursor: pointer;
  text-align: left;
}

.rs-reg-terms input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #e11d48;
}

.rs-reg-terms a {
  color: #e11d48;
  font-weight: 600;
  text-decoration: underline;
}

.rs-reg-submit-btn,
.rs-reg-v2 .register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316 0%, #e11d48 55%, #be123c 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(225, 29, 72, 0.3);
  transition: transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}

.rs-reg-submit-btn:hover,
.rs-reg-v2 .register-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(225, 29, 72, 0.35);
}

.rs-reg-signin {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}

.rs-reg-signin a {
  color: #e11d48;
  font-weight: 700;
  text-decoration: none;
}

.rs-reg-signin a:hover {
  text-decoration: underline;
}

.rs-reg-actions {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.rs-reg-actions .rs-reg-submit-btn {
  width: 100%;
}

.rs-reg-form .checkbox-row:not(.rs-reg-terms) {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 14px;
  color: #374151;
}

@media (max-width: 720px) {
  .rs-reg-stepper {
    gap: 0;
  }

  .rs-reg-step {
    max-width: 90px;
  }

  .rs-reg-step-label {
    font-size: 10px;
  }

  .rs-reg-step-line {
    min-width: 12px;
    max-width: 40px;
  }

  .rs-reg-card {
    padding: 26px 20px 22px;
    border-radius: 20px;
  }

  .rs-reg-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rs-reg-footer-row {
    flex-direction: column;
    align-items: stretch;
  }

  .rs-reg-submit-btn {
    width: 100%;
  }

  .rs-reg-form .checkbox-row:not(.rs-reg-terms) {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Payment page */
.rs-payment-shell {
  max-width: 960px;
}

.rs-payment-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}

.rs-payment-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rs-payment-trust i {
  color: #e11d48;
}

.rs-payment-plan-card h2,
.rs-payment-main .rs-page-card h2,
.rs-payment-summary h2 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.rs-payment-lead {
  margin: 0 0 18px;
  font-size: 14px;
  color: #6b7280;
}

.rs-payment-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #9ca3af;
}

.rs-payment-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  align-items: start;
  margin-top: 20px;
}

.rs-payment-tabs {
  display: flex;
  gap: 10px;
  margin: 16px 0 20px;
}

.rs-payment-tab {
  flex: 1;
  cursor: pointer;
}

.rs-payment-tab input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rs-payment-tab-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  font-size: 14px;
  font-weight: 700;
  color: #4b5563;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.rs-payment-tab input:checked + .rs-payment-tab-inner {
  border-color: #51071B;
  background: #f5e9ed;
  color: #e11d48;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.1);
}

.rs-payment-panel {
  display: none;
}

.rs-payment-panel.active {
  display: block;
}

.rs-payment-upi {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: start;
}

.rs-payment-qr-wrap {
  text-align: center;
}

.rs-payment-qr {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  object-fit: contain;
  background: #fff;
}

.rs-payment-qr-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f4ebe8, #eadde2);
  color: #e11d48;
  font-size: 40px;
}

.rs-payment-qr-label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
}

.rs-payment-note {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

.rs-payment-note i {
  color: #e11d48;
  margin-right: 4px;
}

.rs-payment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #f97316, #e11d48);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(225, 29, 72, 0.22);
}

.rs-payment-btn:hover {
  filter: brightness(0.97);
}

.rs-payment-btn-outline {
  background: #fff;
  color: #e11d48;
  border: 1.5px solid #51071B;
  box-shadow: none;
}

.rs-payment-btn-outline:hover {
  background: #f5e9ed;
}

.rs-payment-bank-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.rs-payment-summary-list {
  margin: 16px 0 0;
  padding: 0;
}

.rs-payment-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
}

.rs-payment-summary-row dt {
  margin: 0;
  color: #6b7280;
  font-weight: 500;
}

.rs-payment-summary-row dd {
  margin: 0;
  font-weight: 700;
  color: #111827;
}

.rs-payment-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px solid #111827;
  font-size: 16px;
  font-weight: 800;
  color: #111827;
}

.rs-payment-summary-total strong {
  font-size: 22px;
  color: #e11d48;
}

.rs-payment-footnote {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #9ca3af;
}

@media (max-width: 900px) {
  .rs-payment-layout {
    grid-template-columns: 1fr;
  }

  .rs-payment-sidebar {
    order: -1;
  }

  .rs-payment-upi {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .rs-payment-upi-form {
    width: 100%;
  }

  .rs-payment-bank-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .rs-about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rs-about-story,
  .rs-about-values,
  .rs-about-steps,
  .rs-blog-grid,
  .rs-plans-grid {
    grid-template-columns: 1fr;
  }

  .rs-about-why-grid,
  .rs-stories-grid {
    grid-template-columns: 1fr;
  }

  .rs-about-visual {
    min-height: 280px;
  }

  .rs-page-split,
  .rs-contact-split {
    grid-template-columns: 1fr;
  }

  .rs-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .rs-public-hero,
  .rs-about-hero {
    padding: 36px 16px 32px;
  }

  .rs-about-stats {
    margin-top: -20px;
  }

  .rs-about-section,
  .rs-page-section {
    padding: 36px 16px;
  }

  .rs-member-shell {
    padding: 24px 16px 36px;
  }
}
