/**
 * components/read-prescription/read-prescription.css
 * استایل‌های پرمیوم و خیره‌کننده صفحه راهنمای خواندن نسخه عینک صدف
 * بازطراحی ۰ تا ۱۰۰ با معماری مدرن تیره، جلوه‌های گلس‌مورفیسم، انیمیشن‌های ذرات و تعاملی
 */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;900&family=Vazirmatn:wght@300;400;500;700;800;900&display=swap');

/* متغیرهای رنگی پرمیوم صدف */
:root {
  --rx-bg: #070a13;
  --rx-surface: #0f1423;
  --rx-glass-bg: rgba(255, 255, 255, 0.02);
  --rx-glass-border: rgba(255, 255, 255, 0.06);
  --rx-gold: #cca025;
  --rx-gold-bright: #e2b13c;
  --rx-gold-glow: rgba(204, 160, 37, 0.15);
  --rx-gold-dim: rgba(204, 160, 37, 0.4);
  --rx-text: #e2e8f0;
  --rx-text-silver: #94a3b8;
  --rx-red: #f43f5e;
  --rx-green: #10b981;
  --rx-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* عمومی */
.read-rx-page-wrapper {
  background-color: var(--rx-bg);
  color: var(--rx-text);
  font-family: 'Vazirmatn', 'Outfit', sans-serif;
  overflow-x: hidden;
  position: relative;
  line-height: 1.8;
}

.read-rx-page-wrapper main {
  position: relative;
  z-index: 2;
}

.text-silver {
  color: var(--rx-text-silver) !important;
}

.text-gold {
  color: var(--rx-gold-bright) !important;
}

.text-gold-dim {
  color: var(--rx-gold) !important;
}

.font-size-18 {
  font-size: 1.125rem !important;
}

.font-size-14 {
  font-size: 0.9rem !important;
}

.xxs-font {
  font-size: 0.75rem !important;
}

.border-gold-opacity {
  border-color: rgba(204, 160, 37, 0.15) !important;
}

.bg-gold-dark-opacity {
  background-color: rgba(204, 160, 37, 0.03);
}

.border-right-gold {
  border-right: 4px solid var(--rx-gold) !important;
}

.border-left-gold-opacity {
  border-left: 1px solid rgba(204, 160, 37, 0.15);
}

/* ۱. بخش هرو با ذرات متحرک (Hero Section) */
.rx-hero-section {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #05070e;
  border-bottom: 1px solid rgba(204, 160, 37, 0.15);
  padding: 80px 0;
  overflow: hidden;
}

/* نقاط درخشش نئون پس‌زمینه */
.rx-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}

.rx-hero-glow-1 {
  top: -10%;
  right: 15%;
  width: 450px;
  max-width: 100%;
  height: 450px;
  background: radial-gradient(circle, var(--rx-gold-bright), transparent);
}

.rx-hero-glow-2 {
  bottom: -10%;
  left: 15%;
  width: 500px;
  max-width: 100%;
  height: 500px;
  background: radial-gradient(circle, var(--rx-red), transparent);
}


.rx-hero-content {
  position: relative;
  z-index: 3;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  color: var(--rx-gold-bright);
  border: 1px solid rgba(204, 160, 37, 0.3);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 24px;
  background-color: rgba(204, 160, 37, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  letter-spacing: 0.5px;
  animation: fadeInUp 0.8s ease;
}

.hero-title {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffffff 60%, var(--rx-gold-bright) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  line-height: 1.35;
  text-shadow: 0 2px 20px rgba(0,0,0,0.6);
  animation: fadeInUp 1s ease;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--rx-text-silver);
  line-height: 1.9;
  margin-bottom: 35px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 1.2s ease;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #222533 0%, #121422 100%);
  color: var(--rx-gold-bright);
  border: 1px solid var(--rx-gold);
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--rx-transition);
  box-shadow: 0 5px 20px rgba(204, 160, 37, 0.1);
  animation: fadeInUp 1.4s ease;
}

.hero-cta-btn:hover {
  background: var(--rx-gold-bright);
  color: #070a13;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(204, 160, 37, 0.35);
}

/* ۲. کارت‌های گلس‌مورف و پرمیوم (Glass Cards) */
.rx-glass-card {
  background: var(--rx-glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--rx-glass-border);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transition: var(--rx-transition);
  position: relative;
  overflow: hidden;
}

.rx-glass-card:hover {
  border-color: rgba(204, 160, 37, 0.25);
  box-shadow: 0 25px 55px rgba(204, 160, 37, 0.05);
}

/* کارت معرفی اولیه */
.rx-intro-badge {
  display: inline-flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 16px;
  border-radius: 50px;
  color: var(--rx-gold-bright);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-title-alt {
  font-size: 1.65rem;
  font-weight: 800;
  color: #ffffff;
}

/* کارت‌های طلایی با تم لوکس تیره صدف */
.rx-gold-card {
  background: linear-gradient(135deg, #0f1425 0%, #070911 100%);
  border: 1px solid rgba(204, 160, 37, 0.3);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(204, 160, 37, 0.08);
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.rx-gold-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, var(--rx-gold-bright), var(--rx-gold));
  border-radius: 5px 0 0 5px;
}

/* ۳. بخش شبیه‌ساز نسخه عینک */
.badge-gold {
  display: inline-block;
  background-color: rgba(204, 160, 37, 0.08);
  color: var(--rx-gold-bright);
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  border: 1px solid rgba(204, 160, 37, 0.25);
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.section-subtitle {
  color: var(--rx-text-silver);
  max-width: 650px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
}

/* تب‌های نمونه نسخه */
.selectors-label {
  margin-left: 12px;
  color: var(--rx-text-silver);
  font-size: 0.95rem;
  font-weight: 500;
}

.rx-pill-group {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}

.btn-sample {
  background: transparent;
  border: none;
  color: var(--rx-text-silver);
  padding: 10px 24px;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 50px !important;
  transition: var(--rx-transition);
}

.btn-sample:hover {
  color: var(--rx-gold-bright);
  background-color: rgba(255, 255, 255, 0.02);
}

.btn-sample.active {
  background: var(--rx-gold-bright) !important;
  color: #070a13 !important;
  font-weight: 800;
  box-shadow: 0 5px 15px rgba(204, 160, 37, 0.3);
}

/* جدول نسخه کلینیکال */
.rx-table-container {
  border-top: 4px solid var(--rx-gold-bright);
  background-color: rgba(11, 15, 26, 0.4);
}

.rx-simulator-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rx-recommendation-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.rx-table {
  margin-bottom: 0;
  vertical-align: middle;
}

.rx-table th {
  border-bottom: 2px solid rgba(204, 160, 37, 0.25) !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 16px 8px;
  background-color: rgba(255, 255, 255, 0.01);
}

.rx-table td {
  padding: 20px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--rx-text-silver);
  transition: var(--rx-transition);
}

.rx-th-eye {
  text-align: left !important;
  padding-left: 20px !important;
}

.rx-td-eye {
  text-align: left !important;
  padding-left: 20px !important;
  background-color: rgba(255, 255, 255, 0.015);
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-weight: bold;
}

.rx-val {
  font-family: 'Outfit', 'Courier New', Courier, monospace;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

/* سلول فعال در نسخه تعاملی */
.rx-cell-trigger {
  position: relative;
  transition: var(--rx-transition);
}

.rx-cell-trigger:hover {
  background-color: rgba(204, 160, 37, 0.05) !important;
}

.rx-cell-trigger.active-cell {
  background-color: rgba(204, 160, 37, 0.18) !important;
  color: var(--rx-gold-bright) !important;
  font-weight: 800;
  box-shadow: inset 0 0 12px rgba(204, 160, 37, 0.25);
  animation: rxPulse 2s infinite alternate;
}

@keyframes rxPulse {
  0% {
    box-shadow: inset 0 0 6px rgba(204, 160, 37, 0.15);
  }
  100% {
    box-shadow: inset 0 0 16px rgba(204, 160, 37, 0.35);
  }
}

.rx-pd-footer {
  background-color: rgba(255, 255, 255, 0.015);
  border: 1px dashed rgba(204, 160, 37, 0.3);
  color: var(--rx-text-silver);
}


/* آیکون توضیحات */
.explain-icon-wrap {
  width: 48px;
  height: 48px;
  background-color: var(--rx-gold-bright);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070a13;
  font-weight: 700;
  margin-left: 15px;
  box-shadow: 0 5px 15px rgba(204, 160, 37, 0.35);
}

/* ۴. کارت‌های تفصیلی و شیک پارامترها */
.rx-detail-card {
  background: var(--rx-glass-bg);
  border: 1px solid var(--rx-glass-border);
  border-radius: 24px;
  padding: 40px;
  transition: var(--rx-transition);
}

.rx-detail-card:hover {
  border-color: rgba(204, 160, 37, 0.3);
  box-shadow: 0 20px 50px rgba(204, 160, 37, 0.04);
  transform: translateY(-3px);
}

.rx-card-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(204, 160, 37, 0.08);
  color: var(--rx-gold-bright);
  border: 1px solid rgba(204, 160, 37, 0.3);
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.05rem;
  margin-left: 14px;
  flex-shrink: 0;
  font-family: 'Outfit', sans-serif;
}

.illustrate-box {
  background-color: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: var(--rx-transition);
  width: 100%;
  max-width: 320px;
}

.illustrate-box:hover {
  border-color: rgba(204, 160, 37, 0.4);
  transform: scale(1.03);
  box-shadow: 0 8px 30px rgba(204, 160, 37, 0.06);
}

.bg-light-box {
  background-color: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  width: 200px;
  padding: 16px;
  transition: var(--rx-transition);
}

.bg-light-box:hover {
  border-color: rgba(204, 160, 37, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.svg-illustrate {
  max-width: 100%;
  height: auto;
}

.bullet-gold {
  color: var(--rx-gold-bright);
  margin-left: 8px;
  font-weight: 700;
}

/* ۵. عدسی پروگرسیو و شکست منشور */
.progressive-lens-diagram {
  background-color: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* ۶. جدول مقایسه عینک و لنز */
.comparison-table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
}

.comparison-table th, .comparison-table td {
  padding: 16px 20px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.comparison-table th {
  background-color: rgba(255, 255, 255, 0.015);
  color: #ffffff;
  border-bottom: 2px solid var(--rx-gold);
  font-weight: 800;
}

.comparison-table td {
  color: var(--rx-text-silver);
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.01);
}

/* ۷. بخش آکاردئون FAQ */
.faq-accordion-container {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  transition: var(--rx-transition);
}

.faq-item:hover {
  border-color: rgba(204, 160, 37, 0.35);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.faq-trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  cursor: pointer;
  text-align: right;
  transition: var(--rx-transition);
}

.faq-trigger:hover {
  background-color: rgba(255, 255, 255, 0.01);
}

.faq-trigger i {
  font-size: 0.9rem;
  color: var(--rx-text-silver);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.active {
  border-color: var(--rx-gold);
  background: linear-gradient(135deg, rgba(204, 160, 37, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.faq-item.active .faq-trigger .faq-question {
  color: var(--rx-gold-bright);
}

.faq-item.active .faq-trigger i {
  transform: rotate(180deg);
  color: var(--rx-gold-bright);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-panel p {
  padding: 0 28px 24px 28px;
  margin: 0;
  font-size: 0.95rem;
  color: var(--rx-text-silver);
  line-height: 1.85;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

/* ۸. دکمه‌های اقدام به عمل (CTA) */
.btn-gold {
  background: var(--rx-gold-bright);
  color: #070a13;
  font-weight: 800;
  border: 1px solid var(--rx-gold-bright);
  transition: var(--rx-transition);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(204, 160, 37, 0.2);
}

.btn-gold:hover {
  background: transparent;
  color: var(--rx-gold-bright);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(204, 160, 37, 0.35);
}

.btn-outline-gold {
  background-color: transparent;
  color: var(--rx-gold-bright);
  border: 1px solid rgba(204, 160, 37, 0.5);
  font-weight: 700;
  transition: var(--rx-transition);
  border-radius: 12px;
}

.btn-outline-gold:hover {
  background-color: var(--rx-gold-bright);
  color: #070a13;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(204, 160, 37, 0.25);
}

.rx-cta-section .rx-glass-card {
  border: 1px solid rgba(204, 160, 37, 0.25);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

/* LTR جدول */
.rx-table[dir="ltr"] {
  direction: ltr;
  text-align: center;
}

.rx-table[dir="ltr"] .rx-th-eye {
  text-align: left !important;
  padding-left: 24px !important;
}

.rx-table[dir="ltr"] .rx-td-eye {
  text-align: left !important;
  padding-left: 24px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  border-left: none !important;
  background-color: rgba(255, 255, 255, 0.01);
}


/* پنل تعاملی توضیحات کناری */
.explain-visual-container {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(204, 160, 37, 0.15);
  border-radius: 18px;
  padding: 22px;
  margin: 18px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.35);
  transition: var(--rx-transition);
}

.explain-visual-container:hover {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(204, 160, 37, 0.35);
}

.explain-visual-container svg {
  display: block;
  margin: 0 auto;
}

/* پنل شخصی‌سازی نمرات */
.rx-customizer-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(11, 15, 26, 0.3);
}

.customizer-eye-section {
  padding: 10px 18px;
}

.eye-indicator-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #070a13;
  letter-spacing: 0.5px;
}

.eye-indicator-badge.od {
  background-color: var(--rx-gold-bright);
}

.eye-indicator-badge.os {
  background-color: #64748b;
  color: #ffffff;
}

/* فیلدهای فرم شخصی‌سازی */
.rx-select-input, .rx-num-input {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.9rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.02);
  transition: var(--rx-transition);
}

.rx-select-input:focus, .rx-num-input:focus {
  border-color: var(--rx-gold-bright);
  outline: none;
  background-color: rgba(11, 15, 25, 0.9);
  box-shadow: 0 0 0 3px rgba(204, 160, 37, 0.15);
}

/* فاصله مردمکی PD */
.pd-range-wrap {
  background-color: rgba(255, 255, 255, 0.015);
  border: 1px dashed rgba(204, 160, 37, 0.25);
  border-radius: 14px;
}

.pd-val-badge {
  background-color: var(--rx-gold-bright);
  color: #070a13;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 3px 12px;
  border-radius: 20px;
}

.rx-range-input {
  height: 6px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
  width: 100%;
}

.rx-range-input::-webkit-slider-thumb {
  background: var(--rx-gold-bright);
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  cursor: pointer;
}

.rx-range-input::-moz-range-thumb {
  background: var(--rx-gold-bright);
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  cursor: pointer;
}

/* مفسر هوشمند با تم شبیه چت بات AI */
.interpreter-result-card {
  background: linear-gradient(135deg, #0f1526 0%, #070912 100%);
  border: 1px solid rgba(204, 160, 37, 0.35);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(204, 160, 37, 0.06);
  position: relative;
  border-radius: 18px;
}

.interpreter-result-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: var(--rx-gold-bright);
  border-radius: 0 18px 18px 0;
}

.btn-reset-customizer {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--rx-text-silver);
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: var(--rx-transition);
}

.btn-reset-customizer:hover {
  background-color: rgba(255, 255, 255, 0.02);
  color: var(--rx-gold-bright);
  border-color: var(--rx-gold-bright);
  transform: translateY(-1px);
}

/* انیمیشن‌های ذرات */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* انیمیشن‌های تعاملی SVG */
.ray-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: moveRay 3s infinite linear;
}

@keyframes moveRay {
  to {
    stroke-dashoffset: 0;
  }
}

.pulse-point {
  animation: svgPulse 1.2s infinite alternate;
  transform-origin: center;
}

@keyframes svgPulse {
  0% {
    r: 3;
    opacity: 0.6;
    fill: #f43f5e;
  }
  100% {
    r: 6;
    opacity: 1;
    fill: var(--rx-gold-bright);
    filter: drop-shadow(0 0 4px var(--rx-gold-bright));
  }
}

/* چرخش روان آکس */
#svg-axis-line {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: 110px 110px;
}

#panel-axis-line {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: 110px 110px;
}

.progressive-svg .lens-zone {
  transition: var(--rx-transition);
}

.progressive-svg .lens-zone.active-zone {
  stroke: var(--rx-gold-bright);
  stroke-width: 1.5px;
  filter: drop-shadow(0 0 6px var(--rx-gold-bright));
}

.prism-svg .ray-path {
  stroke-dasharray: 10;
  animation: dashPrism 1.5s infinite linear;
}

@keyframes dashPrism {
  to {
    stroke-dashoffset: -20;
  }
}

/* واکنش‌گرایی برای موبایل */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.1rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }

  .rx-hero-section {
    min-height: 400px;
    padding: 60px 0;
  }

  .rx-simulator-section {
    padding: 0 4px;
  }

  .rx-table th {
    font-size: 0.82rem;
    padding: 12px 4px;
  }

  .rx-table td {
    padding: 14px 4px;
    font-size: 0.88rem;
  }

  .rx-val {
    font-size: 1.05rem;
  }

  .explain-title {
    font-size: 1.05rem;
  }

  .rx-detail-card {
    padding: 24px;
  }

  .rx-card-step {
    width: 30px;
    height: 30px;
    font-size: 0.95rem;
  }

  .border-left-gold-opacity {
    border-left: none !important;
    border-bottom: 1px dashed rgba(204, 160, 37, 0.25);
    padding-bottom: 24px;
    margin-bottom: 12px;
  }

  .comparison-table th, .comparison-table td {
    padding: 12px;
    font-size: 0.88rem;
  }
}
