/* ==========================================================================
   متجر إيسكانور الملكي {𝐄𝐒𝐂𝐀𝐍𝐎𝐑} - ملف التنسيقات الفاخرة
   Base Theme: #40302A | Imperial Gold & Velvet Obsidian
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Cairo:wght@300;400;600;700;800;900&family=Cinzel:wght@500;700;900&display=swap');

:root {
  /* Base Imperial Bronze & Velvet Obsidian Theme */
  --color-primary: #40302A;
  --color-primary-dark: #241B18;
  --color-primary-darker: #16110F;
  --color-primary-light: #5A443C;
  --color-primary-subtle: #7A5C51;

  /* Imperial Radiant Gold Hierarchy */
  --color-gold: #D4AF37;
  --color-gold-light: #FBF0B9;
  --color-gold-bright: #FFD700;
  --color-gold-dark: #997A15;
  --color-gold-glow: rgba(212, 175, 55, 0.45);
  --color-gold-subtle: rgba(212, 175, 55, 0.15);

  /* Ember & Sunburst Accents */
  --color-ember: #FF7700;
  --color-ember-glow: rgba(255, 119, 0, 0.35);

  /* Deep Backgrounds & Luxury Glassmorphism */
  --color-bg-dark: #120D0B;
  --color-card-bg: rgba(64, 48, 42, 0.52);
  --color-card-border: rgba(212, 175, 55, 0.28);
  --color-card-hover-border: rgba(255, 215, 0, 0.75);

  /* High Readability Typography Hierarchy */
  --color-text-main: #FDFBF8;
  --color-text-muted: #E2D7D0;
  --color-text-dim: #BDAFA8;
  --color-text-gold: #F8E3A8;

  /* Fonts */
  --font-arabic: 'Cairo', 'Tajawal', sans-serif;
  --font-royal: 'Amiri', serif;
  --font-logo: 'Cinzel', serif;

  /* Transitions & Radii */
  --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --radius-sm: 9px;
  --radius-md: 15px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  /* Opulent Gradients */
  --grad-gold-metallic: linear-gradient(135deg, #FFF6C7 0%, #F5D77F 25%, #D4AF37 60%, #997A15 100%);
  --grad-gold-bright: linear-gradient(135deg, #FFE89E 0%, #FFD700 50%, #E6A100 100%);
  --grad-card-royal: linear-gradient(165deg, rgba(72, 54, 47, 0.72) 0%, rgba(36, 27, 24, 0.9) 100%);
  --grad-card-featured: linear-gradient(165deg, rgba(92, 68, 58, 0.85) 0%, rgba(42, 31, 26, 0.95) 100%);

  /* Royal Multi-layer Shadows */
  --shadow-gold: 0 10px 30px -5px rgba(212, 175, 55, 0.3);
  --shadow-gold-hover: 0 16px 40px -5px rgba(212, 175, 55, 0.55), 0 0 25px rgba(255, 119, 0, 0.25);
  --shadow-card: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 230, 160, 0.12);
  --shadow-card-hover: 0 22px 50px -10px rgba(0, 0, 0, 0.75), 0 0 35px rgba(212, 175, 55, 0.25), inset 0 1px 0 rgba(255, 230, 160, 0.25);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  direction: rtl;
  text-align: right;
  font-family: var(--font-arabic);
  background-color: var(--color-bg-dark);
  color: var(--color-text-main);
  overflow-x: hidden;
}

body {
  background-color: #1a120e;
  min-height: 100vh;
  position: relative;
  line-height: 1.7;
}

/* Blurred Escanor Aesthetic Backdrop */
.site-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/escanor-bg.png');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  filter: blur(8px) brightness(0.65) saturate(1.15);
  transform: scale(1.06);
  z-index: -2;
  pointer-events: none;
}

/* Luxury Theme Overlay on top of the blurred image */
.site-backdrop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 20%, rgba(64, 48, 42, 0.45) 0%, rgba(30, 22, 19, 0.65) 60%, rgba(18, 13, 11, 0.85) 100%);
  z-index: -1;
  pointer-events: none;
}

/* Global Ambient Background Particles Overlay */
.ambient-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background: 
    radial-gradient(1px 1px at 20px 30px, rgba(212, 175, 55, 0.25), rgba(0,0,0,0)),
    radial-gradient(1.5px 1.5px at 150px 180px, rgba(255, 119, 0, 0.2), rgba(0,0,0,0)),
    radial-gradient(1px 1px at 300px 90px, rgba(212, 175, 55, 0.3), rgba(0,0,0,0)),
    radial-gradient(2px 2px at 450px 350px, rgba(212, 175, 55, 0.15), rgba(0,0,0,0));
  background-size: 500px 500px;
  opacity: 0.8;
  animation: floatBg 30s linear infinite;
}

@keyframes floatBg {
  0% { transform: translateY(0); }
  100% { transform: translateY(-500px); }
}

/* Typography & Luxury Visual Helpers */
.font-royal { font-family: var(--font-royal); }
.font-logo { font-family: var(--font-logo); letter-spacing: 2px; }

.gold-text {
  background: var(--grad-gold-metallic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gold-glow-text {
  text-shadow: 0 0 16px rgba(212, 175, 55, 0.65), 0 0 35px rgba(255, 119, 0, 0.35);
}

/* Luxury Shimmer & Glow Keyframes */
@keyframes royalShimmer {
  0% { transform: translateX(-150%) rotate(25deg); }
  100% { transform: translateX(250%) rotate(25deg); }
}

@keyframes goldPulseGlow {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25), 0 0 0 1px rgba(212, 175, 55, 0.35);
  }
  50% {
    box-shadow: 0 14px 40px rgba(212, 175, 55, 0.55), 0 0 25px rgba(255, 119, 0, 0.35), 0 0 0 1px rgba(255, 215, 0, 0.75);
  }
}

@keyframes royalBadgePulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 8px rgba(255, 119, 0, 0.4)); }
  50% { transform: scale(1.04); filter: drop-shadow(0 0 16px rgba(255, 215, 0, 0.75)); }
}

@keyframes cardShineLoop {
  0%, 75% { transform: translateX(-120%) rotate(25deg); opacity: 0; }
  78% { opacity: 1; }
  92% { opacity: 1; }
  95%, 100% { transform: translateX(300%) rotate(25deg); opacity: 0; }
}

/* Micro-interaction Helper Classes */
.shimmer-active {
  position: relative;
  overflow: hidden;
}

.shimmer-active::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 30%,
    rgba(255, 225, 120, 0.28) 50%,
    rgba(255, 255, 255, 0.1) 70%,
    transparent 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
  animation: cardShineLoop 6s ease-in-out infinite;
}

/* Container */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   الانترو الملكي السينمائي الأسطوري {Cruel Sun & Imperial Golden Aura}
   ========================================================================== */
#intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: radial-gradient(ellipse at 50% 42%, #2d1e18 0%, #1c120e 40%, #0d0806 75%, #040202 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 1.0s cubic-bezier(0.33, 1, 0.68, 1), visibility 1.0s ease;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  will-change: opacity;
  transform: translateZ(0);
}

#intro-overlay.intro-overlay-exit {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* هالة الشمس الإمبراطورية الكبرى (Cruel Sun Corona) */
.intro-solar-corona {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 195, 0, 0.42) 0%, rgba(255, 115, 0, 0.22) 35%, rgba(212, 175, 55, 0.08) 60%, transparent 75%);
  filter: blur(28px);
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
  animation: solarCoronaBreathe 3.4s ease-in-out infinite alternate;
}

@keyframes solarCoronaBreathe {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.75;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}

/* أشعة الشمس الإمبراطورية السماوية الدوارة (God Rays / Light Shafts) */
.intro-god-rays {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 1100px;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from 0deg,
    rgba(255, 220, 80, 0.14) 0deg 8deg,
    transparent 8deg 18deg,
    rgba(255, 140, 20, 0.09) 18deg 26deg,
    transparent 26deg 36deg
  );
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 72%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 72%);
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  animation: rotateGodRays 40s linear infinite;
}

@keyframes rotateGodRays {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* كانفاس المؤثرات الفيزيائية والجزيئات المتفجرة */
#intro-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

/* الحاوية المركزية لمحتوى الانترو */
.intro-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 680px;
  padding: 20px;
  animation: introContentIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  transform: translateZ(0);
}

@keyframes introContentIn {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* التحول التلاشي السينمائي السلس فائق الانسيابية */
.intro-content.intro-exit-active {
  opacity: 0;
  transform: translateY(-10px) scale(1.05);
  pointer-events: none;
}

/* إطار البورتريه الملكي ثلاثي الأبعاد (Royal Ornate Frame) */
.intro-frame-wrapper {
  position: relative;
  width: 310px;
  height: 370px;
  margin: 0 auto 22px;
  padding: 8px;
  border-radius: 24px;
  background: linear-gradient(135deg, #FFF6C7 0%, #F5D77F 22%, #D4AF37 45%, #40302A 55%, #FFD700 80%, #997A15 100%);
  box-shadow:
    0 0 35px rgba(255, 190, 0, 0.55),
    0 0 80px rgba(255, 110, 0, 0.3),
    0 25px 60px rgba(0, 0, 0, 0.95),
    inset 0 0 12px rgba(255, 245, 200, 0.7);
  animation: frameBreathingAura 3.2s ease-in-out infinite alternate;
}

@keyframes frameBreathingAura {
  0% {
    transform: scale(1);
    box-shadow:
      0 0 30px rgba(255, 190, 0, 0.45),
      0 0 65px rgba(255, 110, 0, 0.25),
      0 20px 50px rgba(0, 0, 0, 0.9),
      inset 0 0 10px rgba(255, 245, 200, 0.5);
  }
  100% {
    transform: scale(1.025);
    box-shadow:
      0 0 55px rgba(255, 215, 0, 0.75),
      0 0 100px rgba(255, 130, 0, 0.45),
      0 28px 70px rgba(0, 0, 0, 0.98),
      inset 0 0 18px rgba(255, 255, 230, 0.9);
  }
}

/* هالة النبض الضوئي خلف الإطار */
.intro-frame-glow {
  position: absolute;
  inset: -16px;
  border-radius: 36px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.4) 0%, rgba(255, 120, 0, 0.22) 50%, transparent 80%);
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
  animation: pulseGlowAura 2.6s ease-in-out infinite alternate;
}

@keyframes pulseGlowAura {
  0% { opacity: 0.6; transform: scale(0.96); }
  100% { opacity: 1; transform: scale(1.05); }
}

.intro-frame-inner {
  width: 100%;
  height: 100%;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(255, 238, 175, 0.85);
  background-color: #0b0705;
  box-shadow:
    inset 0 0 30px rgba(0, 0, 0, 0.85),
    inset 0 0 15px rgba(212, 175, 55, 0.35);
}

.intro-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  animation: portraitSubtleZoom 3.8s ease-in-out infinite alternate;
}

@keyframes portraitSubtleZoom {
  0% { transform: scale(1.01); filter: brightness(1) contrast(1.05); }
  100% { transform: scale(1.06); filter: brightness(1.08) contrast(1.08); }
}

.intro-img-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 220, 80, 0.08) 0%, transparent 40%, rgba(15, 10, 8, 0.45) 100%);
}

/* زخارف الزوايا الذهبية الأسطورية */
.intro-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #FFF2BA;
  border-style: solid;
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0 0 6px #FFD700);
}

.intro-corner-tl {
  top: -4px;
  left: -4px;
  border-width: 3px 0 0 3px;
  border-top-left-radius: 8px;
}

.intro-corner-tr {
  top: -4px;
  right: -4px;
  border-width: 3px 3px 0 0;
  border-top-right-radius: 8px;
}

.intro-corner-bl {
  bottom: -4px;
  left: -4px;
  border-width: 0 0 3px 3px;
  border-bottom-left-radius: 8px;
}

.intro-corner-br {
  bottom: -4px;
  right: -4px;
  border-width: 0 3px 3px 0;
  border-bottom-right-radius: 8px;
}

/* التاج الإمبراطوري المتوهج */
.intro-crown-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2rem;
  color: #FFD700;
  margin-bottom: 4px;
  filter: drop-shadow(0 0 16px rgba(255, 215, 0, 0.9)) drop-shadow(0 0 30px rgba(255, 130, 0, 0.6));
  animation: crownFloatGlow 2.8s ease-in-out infinite alternate;
}

@keyframes crownFloatGlow {
  0% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 14px rgba(255, 215, 0, 0.8)) drop-shadow(0 0 25px rgba(255, 130, 0, 0.5));
  }
  100% {
    transform: translateY(-4px) scale(1.08);
    filter: drop-shadow(0 0 22px rgba(255, 235, 120, 1)) drop-shadow(0 0 40px rgba(255, 150, 0, 0.8));
  }
}

.crown-sparkle {
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 0.95rem;
  color: #FFFDE6;
  animation: sparkleFlicker 1.8s ease-in-out infinite alternate;
}

@keyframes sparkleFlicker {
  0% { transform: scale(0.7) rotate(0deg); opacity: 0.4; }
  100% { transform: scale(1.3) rotate(45deg); opacity: 1; }
}

/* العنوان الملكي وتمرير الشعاع الليزري المعدني الفائق */
.intro-title {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 6px;
  margin-bottom: 6px;
  position: relative;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 25px rgba(212, 175, 55, 0.6));
}

.intro-title-shimmer {
  background: linear-gradient(
    110deg,
    #D4AF37 0%,
    #FFF4C2 22%,
    #FFD700 42%,
    #FFFFFF 50%,
    #FFD700 58%,
    #E6A100 78%,
    #997A15 100%
  );
  background-size: 260% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: metallicGoldSweep 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes metallicGoldSweep {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}

/* الوصف الفرعي الملكي */
.intro-subtitle {
  font-size: 1.22rem;
  color: #F8EFE7;
  font-family: var(--font-royal);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 0 16px rgba(255, 180, 0, 0.35);
  margin-bottom: 12px;
}

.sub-flourish {
  color: #FFD700;
  font-size: 0.9rem;
  filter: drop-shadow(0 0 8px #FFD700);
}

/* تلميح التخطي السريع الفخم */
.intro-quick-hint {
  font-size: 0.82rem;
  color: rgba(245, 230, 215, 0.7);
  display: inline-flex;
  align-items: center;
  padding: 5px 16px;
  border-radius: 30px;
  background: rgba(40, 28, 23, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  letter-spacing: 0.5px;
  animation: hintBreathe 2.2s ease-in-out infinite alternate;
  transition: all 0.3s ease;
}

.intro-quick-hint:hover {
  background: rgba(64, 48, 42, 0.75);
  border-color: rgba(255, 215, 0, 0.7);
  color: #FFF;
  transform: translateY(-2px);
}

@keyframes hintBreathe {
  0% { opacity: 0.65; transform: scale(0.98); }
  100% { opacity: 0.95; transform: scale(1.02); }
}

/* استجابة الشاشات الصغيرة (Responsive Mobile Optimizations) */
@media (max-width: 768px) {
  .intro-frame-wrapper {
    width: 250px;
    height: 305px;
    margin-bottom: 16px;
  }
  .intro-title {
    font-size: 2.6rem;
    letter-spacing: 3px;
  }
  .intro-subtitle {
    font-size: 1.05rem;
    gap: 8px;
  }
  .intro-solar-corona {
    width: 440px;
    height: 440px;
  }
  .intro-god-rays {
    width: 700px;
    height: 700px;
  }
  .intro-crown-badge {
    font-size: 1.7rem;
  }
}

/* ==========================================================================
   Header & Royal Navbar
   ========================================================================== */
.royal-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(36, 27, 24, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: var(--transition-smooth);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-crest {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
  overflow: hidden;
  box-shadow: 0 0 15px var(--color-gold-glow);
}

.brand-crest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-name {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: var(--font-logo);
  color: var(--color-gold-light);
  text-shadow: 0 0 12px var(--color-gold-glow);
}

.brand-tag {
  font-size: 0.75rem;
  color: var(--color-gold);
  letter-spacing: 1px;
  display: block;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  background: rgba(30, 22, 19, 0.75);
  padding: 6px 10px;
  border-radius: 50px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5), 0 4px 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.nav-link {
  color: #DCD2CA;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 8px 14px;
  border-radius: 40px;
  transition: var(--transition-smooth);
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.nav-link i {
  font-size: 0.82rem;
  color: var(--color-gold);
  opacity: 0.85;
  transition: transform 0.25s ease;
}

.nav-link:hover, .nav-link.active {
  color: #120D0B;
  background: linear-gradient(135deg, #F5DF8C 0%, #D4AF37 100%);
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
}

.nav-link:hover i, .nav-link.active i {
  color: #120D0B;
  transform: scale(1.15);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--color-card-border);
  background: rgba(64, 48, 42, 0.6);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  position: relative;
  font-size: 1.1rem;
}

.icon-btn:hover {
  border-color: var(--color-gold);
  background: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.cart-count-badge {
  position: absolute;
  top: -4px;
  left: -4px;
  background: linear-gradient(135deg, #FF7700, #D4AF37);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-bg-dark);
}

.mobile-menu-toggle {
  display: none;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 45px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(255, 119, 0, 0.12) 100%);
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 8px 18px;
  border-radius: 30px;
  color: var(--color-gold-light);
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 22px;
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.2);
  animation: goldPulseGlow 4s ease-in-out infinite;
}

.hero-badge i {
  color: var(--color-gold-bright);
  filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 18px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.hero-description {
  font-size: 1.12rem;
  color: var(--color-text-muted);
  margin-bottom: 30px;
  max-width: 580px;
  line-height: 1.8;
}

.hero-stats-bar {
  display: flex;
  gap: 14px;
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  flex-wrap: wrap;
}

.stat-item {
  background: rgba(45, 33, 29, 0.65);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  min-width: 125px;
  flex: 1 1 calc(25% - 14px);
}

.stat-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.6);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
}

.stat-value {
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--color-gold-bright);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
}

.stat-label {
  font-size: 0.84rem;
  color: var(--color-text-muted);
  font-weight: 600;
  margin-top: 2px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-royal-primary {
  background: var(--grad-gold-metallic);
  color: #120D0B;
  font-weight: 900;
  font-size: 1.05rem;
  padding: 15px 32px;
  border-radius: var(--radius-md);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-gold);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.btn-royal-primary::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: rotate(25deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.btn-royal-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-gold-hover);
  color: #000;
}

.btn-royal-primary:hover::after {
  left: 120%;
}

.btn-royal-primary:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-royal-outline {
  background: rgba(50, 37, 32, 0.55);
  color: var(--color-gold-light);
  border: 1px solid var(--color-gold);
  font-weight: 800;
  font-size: 1.05rem;
  padding: 14px 26px;
  border-radius: var(--radius-md);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: var(--transition-smooth);
}

.btn-royal-outline:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: #FFD700;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
}

.btn-royal-outline:active {
  transform: translateY(-1px) scale(0.98);
}

.hero-image-card {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-art-container {
  position: relative;
  width: 100%;
  max-width: 440px;
  border-radius: var(--radius-xl);
  padding: 12px;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.6) 0%, rgba(64, 48, 42, 0.85) 50%, rgba(212, 175, 55, 0.4) 100%);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 45px rgba(212, 175, 55, 0.3);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

.hero-art-container:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.85), 0 0 55px rgba(212, 175, 55, 0.45);
}

.hero-art-container img {
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-xl) - 8px);
  display: block;
  filter: contrast(1.05) saturate(1.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.floating-guarantee-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: rgba(36, 27, 24, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--color-gold);
  padding: 14px 22px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 175, 55, 0.2);
  animation: floatBadge 4s ease-in-out infinite alternate;
}

@keyframes floatBadge {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.floating-guarantee-badge i {
  font-size: 1.8rem;
  color: var(--color-gold);
}

/* ==========================================================================
   Section Title & Tabs Styling
   ========================================================================== */
.section-wrapper {
  padding: 70px 0;
  position: relative;
}

.section-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}

.section-tag {
  color: var(--color-gold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.section-subtitle {
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

/* Tab Navigation (شريط التبويبات الملكي المتناسق) */
.tabs-nav-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
  padding: 0 10px;
}

.tabs-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(26, 19, 16, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 60px;
  padding: 6px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.6), 0 8px 25px rgba(0, 0, 0, 0.35);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tabs-nav::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  background: transparent;
  border: 1px solid transparent;
  color: var(--color-text-muted);
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  position: relative;
}

.tab-btn:hover {
  color: var(--color-gold-light);
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.25);
  transform: translateY(-1px);
}

.tab-btn.active {
  background: var(--grad-gold-metallic);
  color: #120D0B;
  border-color: transparent;
  font-weight: 900;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transform: scale(1.02);
}

.tab-btn.active i {
  color: #120D0B;
  transform: scale(1.15);
}

/* ==========================================================================
   Pricing Cards Grid (Free Fire & Telegram)
   ========================================================================== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 25px;
}

.pricing-card {
  background: var(--grad-card-royal);
  border: 1px solid var(--color-card-border);
  border-radius: var(--radius-lg);
  padding: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-card);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.35s ease, 
              box-shadow 0.4s ease;
  overflow: hidden;
  z-index: 1;
}

/* Luminous Top Gold Border Line */
.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FFD700, var(--color-gold), transparent);
  opacity: 0.35;
  transition: opacity 0.35s ease, height 0.35s ease;
}

/* Elegant Golden Shimmer Sweep across card */
.pricing-card::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -70%;
  width: 55%;
  height: 220%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 25%,
    rgba(255, 235, 140, 0.22) 50%,
    rgba(255, 255, 255, 0.06) 75%,
    transparent 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.pricing-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: var(--color-card-hover-border);
  box-shadow: var(--shadow-card-hover);
}

.pricing-card:hover::before {
  opacity: 1;
  height: 3.5px;
}

.pricing-card:hover::after {
  opacity: 1;
  animation: royalCardShine 1.1s ease-in-out;
}

@keyframes royalCardShine {
  0% { transform: translateX(-120%) rotate(25deg); }
  100% { transform: translateX(380%) rotate(25deg); }
}

/* Featured / Most Popular Cards - Royal Highlight */
.pricing-card.featured {
  border-color: rgba(255, 215, 0, 0.85);
  background: var(--grad-card-featured);
  box-shadow: 0 16px 42px -5px rgba(212, 175, 55, 0.3), inset 0 1px 0 rgba(255, 240, 180, 0.35);
  animation: goldPulseGlow 4.5s ease-in-out infinite;
}

.pricing-card.featured::after {
  opacity: 1;
  animation: cardShineLoop 6s ease-in-out infinite;
}

.card-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #FF7700 0%, #D4AF37 100%);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(255, 119, 0, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  animation: royalBadgePulse 3.5s ease-in-out infinite;
  z-index: 3;
}

.card-header {
  margin-bottom: 20px;
}

.card-icon-box {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.22) 0%, rgba(64, 48, 42, 0.5) 100%);
  border: 1px solid rgba(212, 175, 55, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  color: var(--color-gold-bright);
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 234, 167, 0.3);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              box-shadow 0.3s ease, 
              background 0.3s ease;
}

.pricing-card:hover .card-icon-box {
  transform: scale(1.12) rotate(-6deg);
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(212, 175, 55, 0.4) 100%);
  border-color: #FFD700;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.45);
}

.card-title {
  font-size: 1.38rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
  transition: color 0.25s ease;
}

.pricing-card:hover .card-title {
  color: var(--color-gold-light);
}

.card-subtext {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.card-price-box {
  margin: 16px 0 22px;
  padding: 12px 18px;
  background: radial-gradient(circle at 100% 50%, rgba(64, 48, 42, 0.6) 0%, rgba(18, 13, 11, 0.85) 100%);
  border-radius: var(--radius-md);
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover .card-price-box {
  border-color: rgba(255, 215, 0, 0.65);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5), 0 0 16px rgba(212, 175, 55, 0.2);
}

.price-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-gold-bright);
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.45);
  letter-spacing: 0.5px;
}

.price-currency {
  font-size: 0.94rem;
  color: var(--color-text-gold);
  font-weight: 700;
  background: rgba(212, 175, 55, 0.12);
  padding: 3px 9px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.card-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

/* Royal Instant Order Button (زر الشحن الفوري الملكي) */
.btn-direct-order {
  width: 100%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(64, 48, 42, 0.5) 50%, rgba(212, 175, 55, 0.22) 100%);
  border: 1px solid rgba(212, 175, 55, 0.65);
  color: var(--color-gold-light);
  padding: 13px 20px;
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: 0.98rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 234, 167, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.btn-direct-order::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.6s ease;
}

.btn-direct-order:hover {
  background: var(--grad-gold-bright);
  color: #120D0B;
  border-color: #FFE082;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6), inset 0 1px 2px rgba(255, 255, 255, 0.6);
  transform: translateY(-2.5px);
}

.btn-direct-order:hover::before {
  left: 100%;
}

.btn-direct-order:active {
  transform: translateY(-0.5px) scale(0.98);
}

.btn-direct-order i {
  font-size: 1.1rem;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-direct-order:hover i {
  transform: scale(1.22) rotate(-8deg);
  color: #120D0B;
}

/* ==========================================================================
   Four Pillars & Calculators (الوساطة، الأقساط، التبديل، التسليم)
   ========================================================================== */
.pillar-card {
  background: var(--grad-card-royal);
  border: 1px solid var(--color-card-border);
  border-radius: var(--radius-xl);
  padding: 38px;
  margin-bottom: 40px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.pillar-card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.65), 0 0 25px rgba(212, 175, 55, 0.15);
}

.pillar-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.pillar-icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(64, 48, 42, 0.6));
  border: 1px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  color: var(--color-gold-bright);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.35), inset 0 1px 0 rgba(255, 234, 167, 0.4);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pillar-card:hover .pillar-icon {
  transform: scale(1.08) rotate(4deg);
}

.pillar-title {
  font-size: 1.85rem;
  font-weight: 900;
  margin-bottom: 6px;
  color: var(--color-gold-light);
  letter-spacing: 0.3px;
}

.pillar-subtitle {
  color: var(--color-text-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

/* Royal Benevolence Banner (بانر المبادرة الملكية المجانية) */
.pillar-initiative-banner {
  background: linear-gradient(135deg, rgba(255, 87, 34, 0.18) 0%, rgba(212, 175, 55, 0.18) 100%);
  border: 1px solid rgba(255, 119, 0, 0.55);
  border-radius: var(--radius-md);
  padding: 18px 24px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 6px 20px rgba(255, 87, 34, 0.2), inset 0 1px 0 rgba(255, 215, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.pillar-initiative-banner::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 235, 140, 0.2), transparent);
  transform: rotate(25deg);
  animation: cardShineLoop 6s ease-in-out infinite;
  pointer-events: none;
}

.pillar-initiative-banner i {
  font-size: 2.2rem;
  color: #FF5252;
  animation: royalBadgePulse 2.5s ease-in-out infinite;
}

.initiative-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #FFE082;
  margin-bottom: 4px;
}

.initiative-text {
  font-size: 0.95rem;
  color: var(--color-text-main);
  line-height: 1.6;
}

/* Feature Rules List */
.rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.rule-box {
  background: rgba(22, 16, 14, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.rule-box:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.55);
  background: rgba(35, 25, 21, 0.85);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.rule-box i {
  font-size: 1.4rem;
  color: var(--color-gold-bright);
  margin-top: 2px;
}

.rule-box h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 5px;
  color: #fff;
}

.rule-box p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* Embedded Interactive Calculator Box */
.calc-container {
  background: rgba(16, 11, 9, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.6), 0 10px 30px rgba(0, 0, 0, 0.4);
}

.calc-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-gold-light);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.form-input, .form-select {
  width: 100%;
  background: rgba(45, 34, 30, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #fff;
  padding: 13px 18px;
  border-radius: var(--radius-sm);
  font-size: 1.02rem;
  font-family: var(--font-arabic);
  outline: none;
  transition: var(--transition-smooth);
}

.form-input:focus, .form-select:focus {
  border-color: #FFD700;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.35);
  background: rgba(58, 44, 38, 1);
}

.calc-results-box {
  background: linear-gradient(145deg, rgba(72, 54, 47, 0.75), rgba(30, 22, 19, 0.95));
  border: 1px solid var(--color-gold);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 230, 160, 0.25);
}

.result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.result-row:last-child {
  border-bottom: none;
}

.result-label {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  font-weight: 600;
}

.result-value {
  font-size: 1.22rem;
  font-weight: 900;
  color: var(--color-gold-bright);
}

.result-value.highlight {
  font-size: 1.45rem;
  color: #00E676;
  text-shadow: 0 0 15px rgba(0, 230, 118, 0.4);
}

/* ==========================================================================
   Terms of Service (بنود المتجر الـ 12)
   ========================================================================== */
.terms-search-wrapper {
  margin-bottom: 30px;
  position: relative;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.terms-search-input {
  width: 100%;
  background: rgba(45, 34, 30, 0.85);
  border: 1px solid var(--color-card-border);
  color: #fff;
  padding: 14px 45px 14px 18px;
  border-radius: 50px;
  font-size: 1rem;
  font-family: var(--font-arabic);
  outline: none;
  transition: var(--transition-smooth);
}

.terms-search-input:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.terms-search-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--color-gold);
  font-size: 1.1rem;
}

.terms-accordion {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
}

.term-card {
  background: var(--grad-card-royal);
  border: 1px solid var(--color-card-border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: var(--shadow-card);
}

.term-card:hover {
  border-color: rgba(255, 215, 0, 0.65);
  background: rgba(55, 42, 37, 0.85);
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.2);
}

.term-num-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grad-gold-metallic);
  color: #120D0B;
  font-weight: 900;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
}

.term-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-gold-light);
  margin-bottom: 8px;
}

.term-text {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Shopping Cart Modal / Drawer
   ========================================================================== */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
}

.cart-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 440px;
  max-width: 90vw;
  height: 100%;
  background: linear-gradient(175deg, #2b1f1a 0%, #17110e 100%);
  border-right: 1px solid var(--color-gold);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 20px 0 50px rgba(0, 0, 0, 0.8);
}

.cart-drawer.active {
  transform: translateX(0);
}

.cart-header {
  padding: 22px 25px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-gold-light);
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-close-btn {
  background: none;
  border: none;
  color: var(--color-text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  transition: color 0.2s;
}

.cart-close-btn:hover { color: #FF5252; }

.cart-items-container {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.cart-item {
  background: rgba(64, 48, 42, 0.4);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-md);
  padding: 14px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-item-info h4 {
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
}

.cart-item-info p {
  font-size: 0.82rem;
  color: var(--color-gold);
}

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--color-gold);
  color: var(--color-gold-light);
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-remove-btn {
  background: none;
  border: none;
  color: #FF5252;
  cursor: pointer;
  margin-right: 8px;
  font-size: 1.1rem;
}

.cart-empty-message {
  text-align: center;
  padding: 60px 20px;
  color: var(--color-text-muted);
}

.cart-empty-message i {
  font-size: 3rem;
  color: rgba(212, 175, 55, 0.3);
  margin-bottom: 14px;
  display: block;
}

.cart-footer {
  padding: 22px 25px;
  background: rgba(18, 13, 11, 0.9);
  border-top: 1px solid rgba(212, 175, 55, 0.25);
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.cart-total-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text-muted);
}

.cart-total-amount {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--color-gold-bright);
}

.cart-user-input {
  margin-bottom: 12px;
}

.cart-btn-send {
  width: 100%;
  background: linear-gradient(135deg, #0088cc, #00b0ff);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: var(--radius-md);
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
  transition: var(--transition-smooth);
}

.cart-btn-send:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 136, 204, 0.6);
}

/* ==========================================================================
   Toast Notification & Utilities
   ========================================================================== */
.toast-container {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: rgba(36, 27, 24, 0.95);
  border: 1px solid var(--color-gold);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  animation: toastIn 0.35s ease forwards;
}

@keyframes toastIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   Payment Methods & Security Trust Cards (البطاقات الملكية وبانر الأمان)
   ========================================================================== */
.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.payment-card {
  background: var(--grad-card-royal);
  border: 1px solid var(--color-card-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

/* Shimmer reflection */
.payment-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -70%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 235, 140, 0.18), transparent);
  transform: rotate(25deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.payment-card:hover {
  border-color: var(--color-card-hover-border);
  transform: translateY(-7px) scale(1.015);
  box-shadow: var(--shadow-card-hover);
}

.payment-card:hover::after {
  opacity: 1;
  animation: royalCardShine 1.1s ease-in-out;
}

.payment-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.payment-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.2), rgba(64, 48, 42, 0.6));
  border: 1px solid rgba(212, 175, 55, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--color-gold-bright);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.payment-card:hover .payment-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

/* Specific Payment Card Accents */
.payment-card:nth-child(1) .payment-icon { /* Asiacell */
  border-color: rgba(255, 82, 82, 0.5);
  color: #FF8A80;
}
.payment-card:nth-child(2) .payment-icon { /* Zain Cash */
  border-color: rgba(0, 230, 118, 0.5);
  color: #69F0AE;
}
.payment-card:nth-child(3) .payment-icon { /* MasterCard */
  border-color: rgba(255, 171, 0, 0.6);
  color: #FFD54F;
}
.payment-card:nth-child(4) .payment-icon { /* Binance */
  border-color: rgba(240, 185, 11, 0.6);
  color: #F0B90B;
}

.payment-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.3px;
}

.payment-number-box {
  background: linear-gradient(135deg, rgba(28, 19, 16, 0.95) 0%, rgba(14, 10, 8, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05), 0 4px 14px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.payment-number-box:hover {
  border-color: var(--color-gold-bright);
  background: linear-gradient(135deg, rgba(45, 30, 25, 0.98) 0%, rgba(20, 14, 11, 1) 100%);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
}

.payment-number {
  font-family: 'Cinzel', 'Cairo', monospace;
  font-size: 1.35rem;
  font-weight: 900;
  color: #FFD700;
  letter-spacing: 2px;
  direction: ltr;
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.4);
}

.btn-copy-payment {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.28) 0%, rgba(64, 48, 42, 0.75) 100%);
  border: 1px solid var(--color-gold);
  color: #FFE082;
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.btn-copy-payment:hover {
  background: var(--grad-gold-bright);
  color: #120D0B;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
  transform: translateY(-2px);
}

.btn-copy-payment:active {
  transform: translateY(0) scale(0.95);
}

.btn-copy-payment.copied {
  background: #00E676 !important;
  color: #000 !important;
  border-color: #00E676 !important;
  box-shadow: 0 0 15px rgba(0, 230, 118, 0.6) !important;
}

/* Imperial Security Trust Card (بانر الأمان والضمان الملكي) */
@keyframes securityShieldGlow {
  0%, 100% {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.75), 0 0 25px rgba(255, 82, 82, 0.25), inset 0 1px 0 rgba(255, 180, 180, 0.2);
  }
  50% {
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.85), 0 0 40px rgba(255, 82, 82, 0.5), inset 0 1px 0 rgba(255, 215, 0, 0.4);
  }
}

.security-banner {
  background: linear-gradient(145deg, rgba(85, 24, 24, 0.6) 0%, rgba(38, 18, 15, 0.95) 100%);
  border: 2px solid rgba(255, 82, 82, 0.7);
  border-radius: var(--radius-xl);
  padding: 32px 36px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.75), 0 0 25px rgba(255, 82, 82, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  animation: securityShieldGlow 5s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.security-banner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FF5252, #FFD700, #FF5252, transparent);
}

.security-text-box h3 {
  font-size: 1.55rem;
  font-weight: 900;
  color: #FF8A80;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  text-shadow: 0 0 15px rgba(255, 82, 82, 0.4);
}

.security-text-box h3 i {
  font-size: 1.8rem;
  color: #FF5252;
  animation: royalBadgePulse 2.5s ease-in-out infinite;
}

.security-text-box p {
  color: #FDF4F0;
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 650px;
}

.security-handles-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.handle-pill {
  background: rgba(22, 14, 12, 0.9);
  border: 1px solid var(--color-gold);
  padding: 12px 22px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #FFE082;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.handle-pill:hover {
  background: var(--color-gold);
  color: #120D0B !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.55);
}

.handle-pill:hover i {
  color: #120D0B !important;
}

.handle-pill:active {
  transform: translateY(-1px) scale(0.98);
}

/* ==========================================================================
   Royal Footer
   ========================================================================== */
.royal-footer {
  background: #110c0a;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding: 60px 0 30px;
  margin-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand h3 {
  font-size: 2rem;
  font-family: var(--font-logo);
  color: var(--color-gold-light);
  margin-bottom: 12px;
}

.footer-brand p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  max-width: 360px;
  line-height: 1.7;
}

.footer-col h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-gold);
  margin-bottom: 18px;
}

.footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-links li {
  margin-bottom: 14px;
  list-style: none !important;
  padding: 0;
}

.footer-links a {
  color: #DCD2CA;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-links a:hover {
  color: var(--color-gold-bright);
  transform: translateX(-5px);
}

.footer-bottom {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  color: var(--color-text-muted);
  font-size: 0.88rem;
}

/* Pulsing Status Dot */
.status-dot-live {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 12px #00E676;
  animation: liveDotPulse 2s ease-in-out infinite;
}

@keyframes liveDotPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 8px #00E676;
  }
  50% {
    transform: scale(1.3);
    box-shadow: 0 0 16px #00E676, 0 0 25px rgba(0, 230, 118, 0.6);
  }
}

/* ==========================================================================
   Floating Royal Scroll to Top & Utilities
   ========================================================================== */
.btn-scroll-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--grad-gold-metallic);
  color: #120D0B;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-scroll-top:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.75);
  color: #000;
}

/* ==========================================================================
   Mobile Navigation Menu (Glassmorphic Royal Dropdown)
   ========================================================================== */
.nav-links.mobile-active {
  display: flex !important;
  flex-direction: column !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 12px !important;
  right: 12px !important;
  background: rgba(26, 18, 15, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: var(--radius-lg) !important;
  padding: 16px 12px !important;
  border: 1px solid var(--color-gold) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 35px rgba(212, 175, 55, 0.3) !important;
  gap: 6px !important;
  animation: mobileMenuSlideDown 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  z-index: 9999 !important;
}

@keyframes mobileMenuSlideDown {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.nav-links.mobile-active .nav-link {
  width: 100% !important;
  padding: 11px 16px !important;
  font-size: 0.95rem !important;
  border-radius: var(--radius-sm) !important;
  border: 1px solid rgba(212, 175, 55, 0.12) !important;
  background: rgba(40, 28, 24, 0.4) !important;
}

.nav-links.mobile-active .nav-link:hover,
.nav-links.mobile-active .nav-link.active {
  background: var(--grad-gold-metallic) !important;
  color: #120D0B !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4) !important;
}

/* ==========================================================================
   Comprehensive Responsive Queries (الهواتف والشاشات الصغيرة)
   ========================================================================== */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 35px;
  }
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-stats-bar {
    justify-content: center;
  }
  .hero-cta-group {
    justify-content: center;
  }
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .nav-links {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

@media (max-width: 768px) {
  .section-wrapper {
    padding: 50px 0;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .section-title {
    font-size: 2.1rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }

  /* Responsive Tabs Pill Bar */
  .tabs-nav-wrapper {
    margin-bottom: 28px;
    padding: 0 5px;
  }
  .tabs-nav {
    width: 100%;
    justify-content: flex-start;
    padding: 5px;
    border-radius: 40px;
  }
  .tab-btn {
    padding: 10px 18px;
    font-size: 0.92rem;
    gap: 7px;
  }

  /* 2x2 Clean Grid for Stats Bar */
  .hero-stats-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-bottom: 22px;
  }
  .stat-item {
    min-width: unset;
    text-align: center;
    padding: 10px 12px;
  }
  .stat-value {
    font-size: 1.35rem;
  }
  .stat-label {
    font-size: 0.8rem;
  }

  /* Hero Guarantee Floating Badge on Mobile */
  .hero-art-container {
    max-width: 360px;
    margin: 0 auto;
  }
  .floating-guarantee-badge {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto 0;
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }

  /* Security Banner on Mobile */
  .security-banner {
    padding: 24px 20px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 22px;
  }
  .security-text-box h3 {
    justify-content: center;
    font-size: 1.35rem;
  }
  .security-handles-group {
    flex-direction: column;
    width: 100%;
  }
  .handle-pill {
    width: 100%;
    justify-content: center;
    font-size: 0.96rem;
  }

  /* Pillars & Calculators */
  .pillar-card {
    padding: 26px 20px;
    border-radius: var(--radius-lg);
  }
  .pillar-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 14px;
  }
  .pillar-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 1.8rem;
  }
  .pillar-title {
    font-size: 1.55rem;
  }
  .pillar-initiative-banner {
    flex-direction: column;
    text-align: center;
    padding: 16px 18px;
  }
  .calc-container {
    padding: 20px 16px;
  }
  .calc-results-box {
    padding: 18px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 14px;
  }
  .hero-section {
    padding: 35px 0 50px;
  }
  .hero-title {
    font-size: 2.05rem;
  }
  .hero-description {
    font-size: 0.98rem;
  }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }
  .hero-cta-group .btn-royal-primary,
  .hero-cta-group .btn-royal-outline {
    width: 100%;
    justify-content: center;
  }

  .intro-title {
    font-size: 2.2rem;
  }
  .intro-frame-wrapper {
    width: 240px;
    height: 290px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pricing-card {
    padding: 20px 16px;
  }
  .card-icon-box {
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
  }
  .card-title {
    font-size: 1.25rem;
  }
  .card-price-box {
    padding: 10px 14px;
  }
  .price-num {
    font-size: 1.75rem;
  }
  .btn-direct-order {
    padding: 12px 16px;
    font-size: 0.94rem;
  }

  .payment-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .payment-card {
    padding: 18px 16px;
  }
  .payment-number {
    font-size: 1.15rem;
  }

  .terms-accordion {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .term-card {
    padding: 18px 16px;
  }

  .rules-grid {
    grid-template-columns: 1fr;
  }

  .btn-scroll-top {
    bottom: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }
}
