/* ===========================================================================
   اتاق روشن (Otagh Roshan) — premium landing page
   Theme: scroll from absolute darkness to brilliant light.
   All classes are scoped with `.or-` prefix to avoid collisions.
   =========================================================================== */

html:has(.or-page),
body:has(.or-page) {
  overflow-x: hidden;
  scroll-behavior: auto;
}

.or-page {
  --or-bg-dark: #07060d;
  --or-bg-deep: #0d0c18;
  --or-bg-mid: #1a1726;
  --or-bg-mid-light: #2c2740;
  --or-bg-light: #fafaf7;
  --or-bg-light-soft: #f1ede2;
  --or-text-light: #f5f1e6;
  --or-text-light-soft: #c8c2b0;
  --or-text-light-mute: #8a8470;
  --or-text-dark: #1a1428;
  --or-text-dark-soft: #524a66;
  --or-gold: #d4af6f;
  --or-gold-deep: #b8924e;
  --or-gold-soft: #f7eed8;
  --or-glow: rgba(212, 175, 111, 0.45);
  --or-glow-strong: rgba(212, 175, 111, 0.75);
  --or-line-dark: rgba(255, 255, 255, 0.08);
  --or-line-light: rgba(0, 0, 0, 0.08);
  --or-radius: 1.25rem;
  --or-radius-lg: 1.75rem;
  --or-shadow-gold: 0 20px 60px rgba(212, 175, 111, 0.25);
  --or-shadow-light: 0 12px 40px rgba(20, 14, 56, 0.08);

  color: var(--or-text-light);
  background: var(--or-bg-dark);
  padding-bottom: 5rem;
}

.or-container {
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* ===== ALERT (shown above the fold for buy errors) ===== */
.or-alert {
  max-width: 60rem;
  margin: 6rem auto 1rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: #fee2e2;
  color: #991b1b;
  font-weight: 600;
  text-align: center;
}
.or-alert a { color: inherit; text-decoration: underline; font-weight: 700; }

/* ===========================================================================
   BUTTONS
   =========================================================================== */
.or-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  line-height: 1;
  font-family: inherit;
}
.or-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.or-btn--lg { padding: 1.125rem 2rem; font-size: 1rem; }
.or-btn--xxl { padding: 1.4rem 2.5rem; font-size: 1.15rem; }
.or-btn--full { width: 100%; }

.or-btn--gold {
  background: linear-gradient(135deg, var(--or-gold), var(--or-gold-deep));
  color: #1a1428;
  box-shadow: 0 8px 24px var(--or-glow);
}
.or-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 32px var(--or-glow-strong); }
.or-btn--gold:active { transform: translateY(0); }

.or-btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: var(--or-text-light);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}
.or-btn--ghost:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }

/* ===========================================================================
   SECTIONS — dark to light progression
   =========================================================================== */
.or-section {
  position: relative;
  padding: 5rem 0;
}
.or-section--dark { background: var(--or-bg-deep); color: var(--or-text-light); }
.or-section--mid {
  background: linear-gradient(180deg, var(--or-bg-mid) 0%, var(--or-bg-mid-light) 100%);
  color: var(--or-text-light);
}
.or-section--mid-light {
  background: linear-gradient(180deg, var(--or-bg-mid-light) 0%, #6b6480 100%);
  color: var(--or-text-light);
}
.or-section--light {
  background: linear-gradient(180deg, #6b6480 0%, var(--or-bg-light) 50%, var(--or-bg-light) 100%);
  color: var(--or-text-dark);
}

.or-section-head {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 50rem;
  margin-inline: auto;
}
.or-section-head--start { text-align: start; }

.or-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--or-gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.or-eyebrow--gold { color: var(--or-gold); }
.or-eyebrow--red { color: #f97373; }

.or-section-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 1rem;
  color: inherit;
}
.or-section-title--light { color: var(--or-text-light); }

.or-section-sub {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--or-text-light-soft);
  margin: 0;
}
.or-section--light .or-section-sub { color: var(--or-text-dark-soft); }

/* ===========================================================================
   HERO
   =========================================================================== */
.or-hero {
  position: relative;
  min-height: 100vh;
  padding: 9rem 0 5rem;
  background: var(--or-bg-dark);
  overflow: hidden;
}
.or-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.or-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.7;
}
.or-glow--1 {
  width: 35rem; height: 35rem;
  background: var(--or-glow-strong);
  top: -8rem; right: -8rem;
  animation: orFloat 12s ease-in-out infinite;
}
.or-glow--2 {
  width: 28rem; height: 28rem;
  background: rgba(124, 86, 240, 0.4);
  bottom: -10rem; left: -8rem;
  animation: orFloat 14s ease-in-out infinite reverse;
}
@keyframes orFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -40px); }
}
.or-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

.or-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.or-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.1rem;
  background: rgba(212, 175, 111, 0.12);
  border: 1px solid rgba(212, 175, 111, 0.35);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--or-gold);
  margin-bottom: 1.5rem;
}
.or-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--or-gold);
  box-shadow: 0 0 12px var(--or-gold);
  animation: orPulse 1.5s ease-in-out infinite;
}
@keyframes orPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.or-hero-title {
  font-size: clamp(2rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  letter-spacing: -0.01em;
}
.or-hero-line-pre { display: block; color: var(--or-text-light); }
.or-hero-accent {
  display: block;
  background: linear-gradient(135deg, var(--or-gold) 0%, #f0d49b 50%, var(--or-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 80px var(--or-glow);
  margin-top: 0.5rem;
}

.or-hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.85;
  color: var(--or-text-light-soft);
  max-width: 44rem;
  margin: 0 auto 2.5rem;
}

.or-hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.or-hero-trust {
  font-size: 0.85rem;
  color: var(--or-text-light-mute);
  margin: 0;
}

.or-shadow-timer {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}
.or-shadow-timer-label {
  font-size: 0.8rem;
  color: var(--or-text-light-mute);
  letter-spacing: 0.05em;
}
.or-shadow-timer-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--or-gold);
}

/* ===========================================================================
   PAIN MIRROR
   =========================================================================== */
.or-pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.or-pain-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--or-line-dark);
  border-radius: var(--or-radius);
  transition: background 0.2s ease, transform 0.2s ease;
}
.or-pain-card:hover { background: rgba(255, 255, 255, 0.06); transform: translateY(-3px); }
.or-pain-icon {
  flex-shrink: 0;
  width: 2.5rem; height: 2.5rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(249, 115, 115, 0.15);
  color: #f97373;
  border-radius: 0.75rem;
}
.or-pain-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--or-text-light-soft);
}
.or-pain-punch {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
  padding: 2rem;
  border-top: 1px solid var(--or-line-dark);
  border-bottom: 1px solid var(--or-line-dark);
  color: var(--or-text-light);
  max-width: 56rem;
  margin: 0 auto;
}

/* ===========================================================================
   PARADIGM SHIFT
   =========================================================================== */
.or-shift-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 800px) { .or-shift-grid { grid-template-columns: 1fr; } }

.or-shift-quote {
  font-size: 1.1rem;
  line-height: 2;
  margin: 1.5rem 0;
  padding-inline-start: 1rem;
  border-inline-start: 3px solid var(--or-gold);
  color: var(--or-text-light);
  font-weight: 500;
  position: relative;
}
.or-shift-quote-mark {
  position: absolute;
  top: -0.5rem;
  inset-inline-start: -1.5rem;
  color: var(--or-gold);
  opacity: 0.4;
}
.or-shift-signature {
  font-size: 0.95rem;
  color: var(--or-gold);
  font-weight: 700;
  margin-top: 1rem;
}

.or-shift-visual {
  position: relative;
  min-height: 18rem;
}
.or-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}
.or-orb--1 {
  width: 12rem; height: 12rem;
  background: var(--or-glow);
  top: 0; right: 30%;
}
.or-orb--2 {
  width: 8rem; height: 8rem;
  background: rgba(124, 86, 240, 0.4);
  bottom: 0; left: 20%;
}
.or-orb--3 {
  width: 6rem; height: 6rem;
  background: rgba(255, 255, 255, 0.2);
  top: 40%; left: 50%;
}

/* ===========================================================================
   10 INTERACTIVE DOORS (rooms)
   =========================================================================== */
.or-rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.25rem;
}
.or-room-door {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--or-line-dark);
  border-radius: var(--or-radius);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.or-room-door:hover {
  border-color: rgba(212, 175, 111, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(212, 175, 111, 0.12);
}
.or-room-door[open] {
  background: rgba(212, 175, 111, 0.06);
  border-color: rgba(212, 175, 111, 0.45);
  box-shadow: 0 16px 48px rgba(212, 175, 111, 0.18);
}
.or-room-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  cursor: pointer;
  list-style: none;
}
.or-room-summary::-webkit-details-marker { display: none; }
.or-room-summary::marker { display: none; content: ''; }
.or-room-door-num {
  flex-shrink: 0;
  width: 3rem; height: 3rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--or-gold), var(--or-gold-deep));
  color: #1a1428;
  font-weight: 900;
  font-size: 1.15rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 16px var(--or-glow);
}
.or-room-door-info { flex: 1; min-width: 0; }
.or-room-door-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--or-text-light);
}
.or-room-door-sub {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: var(--or-text-light-mute);
}
.or-room-door-chevron {
  flex-shrink: 0;
  color: var(--or-text-light-soft);
  transition: transform 0.25s ease;
}
.or-room-door[open] .or-room-door-chevron { transform: rotate(180deg); color: var(--or-gold); }

.or-room-body {
  padding: 0 1.25rem 1.5rem;
  animation: orFadeIn 0.35s ease;
}
@keyframes orFadeIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.or-room-desc {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--or-text-light-soft);
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--or-line-dark);
}
.or-room-lessons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.or-room-lesson {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--or-text-light);
}
.or-room-lesson-num {
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 1.75rem; height: 1.75rem;
  padding-inline: 0.5rem;
  background: rgba(212, 175, 111, 0.15);
  color: var(--or-gold);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
}

/* ===========================================================================
   VALUE STACKING
   =========================================================================== */
.or-value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.or-value-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--or-radius);
}
.or-value-num {
  flex-shrink: 0;
  width: 2.5rem; height: 2.5rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(212, 175, 111, 0.15);
  color: var(--or-gold);
  border-radius: 0.75rem;
  font-weight: 900;
  font-size: 1rem;
}
.or-value-text { margin: 0; font-size: 0.95rem; line-height: 1.85; color: var(--or-text-light); }

.or-value-conclusion {
  text-align: center;
  max-width: 50rem;
  margin-inline: auto;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(212, 175, 111, 0.25);
  border-radius: var(--or-radius);
}
.or-value-formula {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 1.3rem;
  color: var(--or-gold);
  margin: 0 0 1rem;
  font-weight: 700;
}
.or-value-text-bold { font-size: 1.05rem; font-weight: 600; line-height: 1.85; margin: 0; color: var(--or-text-light); }

/* ===========================================================================
   FILTER AUDIENCE
   =========================================================================== */
.or-filter-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 50rem;
  margin-inline: auto;
}
.or-filter-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  background: rgba(249, 115, 115, 0.06);
  border: 1px solid rgba(249, 115, 115, 0.2);
  border-radius: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.85;
}
.or-filter-x {
  flex-shrink: 0;
  width: 1.75rem; height: 1.75rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(249, 115, 115, 0.2);
  color: #f97373;
  border-radius: 50%;
}
.or-filter-closer {
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  color: #f97373;
  max-width: 50rem;
  margin: 0 auto;
  padding: 1.25rem;
  border-top: 1px solid rgba(249, 115, 115, 0.2);
}

/* ===========================================================================
   PRICING CARD
   =========================================================================== */
.or-pricing-card {
  position: relative;
  max-width: 36rem;
  margin-inline: auto;
  padding: 2.5rem 2rem;
  background: #fff;
  color: var(--or-text-dark);
  border-radius: var(--or-radius-lg);
  box-shadow: var(--or-shadow-light), 0 0 0 1px rgba(212, 175, 111, 0.3);
}
.or-pricing-badge {
  position: absolute;
  top: -0.85rem;
  inset-inline-end: 1.5rem;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--or-gold), var(--or-gold-deep));
  color: #1a1428;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 16px var(--or-glow);
}
.or-pricing-name {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.or-pricing-meta {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--or-text-dark-soft);
}
.or-pricing-amount { text-align: center; margin-bottom: 1.5rem; }
.or-pricing-original { margin-bottom: 0.4rem; color: var(--or-text-dark-soft); font-size: 0.95rem; }
.or-pricing-strike { text-decoration: line-through; margin-inline-end: 0.25rem; }
.or-pricing-current { display: flex; align-items: baseline; justify-content: center; gap: 0.5rem; }
.or-pricing-value { font-size: 2.5rem; font-weight: 900; color: var(--or-gold-deep); }
.or-pricing-currency { font-size: 1rem; color: var(--or-text-dark-soft); font-weight: 700; }
.or-pricing-discount {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.4rem 0.9rem;
  background: var(--or-gold-soft);
  color: var(--or-gold-deep);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}
.or-pricing-eur {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: var(--or-text-dark-soft);
}
.or-pricing-eur-strike { text-decoration: line-through; }
.or-pricing-eur strong { color: var(--or-text-dark); font-weight: 800; font-size: 1rem; }

.or-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--or-line-light);
}
.or-pricing-features li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.95rem;
  line-height: 1.7;
}
.or-check {
  flex-shrink: 0;
  width: 1.25rem; height: 1.25rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--or-gold-soft);
  color: var(--or-gold-deep);
  border-radius: 50%;
  font-weight: 900;
  font-size: 0.8rem;
}

.or-pricing-already {
  text-align: center;
  padding: 1.25rem;
  background: var(--or-gold-soft);
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.or-pricing-already p { margin: 0 0 0.75rem; color: var(--or-gold-deep); font-weight: 700; }

.or-pricing-guarantee {
  font-size: 0.85rem;
  line-height: 1.85;
  color: var(--or-text-dark-soft);
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px dashed var(--or-line-light);
  text-align: center;
}

/* ===========================================================================
   TESTIMONIALS
   =========================================================================== */
.or-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.5rem;
}
.or-testimonial {
  padding: 1.75rem;
  background: #fff;
  border-radius: var(--or-radius);
  box-shadow: var(--or-shadow-light);
  position: relative;
}
.or-testimonial-quote { color: var(--or-gold); opacity: 0.4; margin-bottom: 0.5rem; }
.or-testimonial-text { font-size: 0.95rem; line-height: 1.85; color: var(--or-text-dark); margin: 0 0 1.25rem; }
.or-testimonial-meta { padding-top: 1rem; border-top: 1px solid var(--or-line-light); }
.or-testimonial-name { font-weight: 800; font-size: 0.95rem; margin: 0 0 0.2rem; color: var(--or-text-dark); }
.or-testimonial-role { font-size: 0.8rem; color: var(--or-text-dark-soft); margin: 0; }

/* ===========================================================================
   FAQ
   =========================================================================== */
.or-faq-wrap { max-width: 56rem; margin-inline: auto; }
.or-faq { display: flex; flex-direction: column; gap: 0.75rem; }
.or-faq-item {
  background: #fff;
  border: 1px solid var(--or-line-light);
  border-radius: var(--or-radius);
  overflow: hidden;
}
.or-faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
}
.or-faq-summary::-webkit-details-marker { display: none; }
.or-faq-summary::marker { display: none; content: ''; }
.or-faq-q { font-size: 1rem; font-weight: 700; color: var(--or-text-dark); }
.or-faq-chevron { color: var(--or-gold-deep); transition: transform 0.25s ease; }
.or-faq-item[open] .or-faq-chevron { transform: rotate(180deg); }
.or-faq-a {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.95;
  color: var(--or-text-dark-soft);
}

/* ===========================================================================
   FINAL CTA
   =========================================================================== */
.or-final-cta {
  background: linear-gradient(180deg, var(--or-bg-light) 0%, #ffffff 100%);
  color: var(--or-text-dark);
}
.or-final-inner { text-align: center; max-width: 50rem; margin-inline: auto; }
.or-final-title { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 900; margin: 0 0 1rem; color: var(--or-text-dark); }
.or-final-sub { font-size: 1.05rem; line-height: 1.85; color: var(--or-text-dark-soft); margin: 0 0 2.5rem; }

/* ===========================================================================
   STICKY MOBILE CTA
   =========================================================================== */
.or-sticky-cta {
  position: fixed;
  bottom: 0; inset-inline: 0;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
  background: rgba(20, 14, 56, 0.92);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(212, 175, 111, 0.25);
  z-index: 40;
}
.or-sticky-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem;
  background: linear-gradient(135deg, var(--or-gold), var(--or-gold-deep));
  color: #1a1428;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 16px var(--or-glow);
}
@media (min-width: 768px) { .or-sticky-cta { display: none; } }

/* ===========================================================================
   REVEAL ANIMATION
   =========================================================================== */
.or-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.or-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .or-reveal { opacity: 1; transform: none; transition: none; }
  .or-glow--1, .or-glow--2 { animation: none; }
  .or-pulse { animation: none; }
}
