/* ==============================================================================
   SMMScripts Edition - Cyber Yellow (#FDF001) & Luxury Obsidian Dark Theme
   Inspired by & 100% Matching: https://panel.smmscripts.com/
   Full Native Support: Arabic (RTL) & English (LTR)
   ============================================================================== */

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

:root {
  --primary: #FDF001;
  --primary-hover: #e8dc08;
  --primary-glow: rgba(253, 240, 1, 0.45);
  --primary-rgb: 253, 240, 1;
  
  --bg-dark: #000000;
  --bg-surface: #0a0a0c;
  --bg-card-dark: #141416;
  --bg-input-dark: #1C1C1F;
  --border-dark: #26262B;
  
  --bg-light: #F8F9FA;
  --bg-card-light: #FFFFFF;
  --bg-input-light: #F3F3F3;
  --border-light: #E6E6E6;
  
  --text-dark: #000000;
  --text-light: #FFFFFF;
  --text-muted: #6B7280;
  --text-gray: #545353;
  
  --font-en: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-ar: 'Tajawal', 'Cairo', system-ui, sans-serif;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --radius-pill: 999px;
  
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-en);
  background-color: #FFFFFF;
  color: var(--text-dark);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.ar, html[dir="rtl"] body {
  font-family: var(--font-ar);
  direction: rtl;
  text-align: right;
}

html[dir="ltr"] body {
  direction: ltr;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; padding: 0 15px; }
.col-md-6, .col-sm-6 { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
.col-md-4, .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; padding: 0 15px; }
.col-md-3, .col-sm-3 { flex: 0 0 25%; max-width: 25%; padding: 0 15px; }

@media (max-width: 991px) {
  .col-md-6, .col-sm-6, .col-md-4, .col-sm-4, .col-md-3, .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ==============================================================================
   Header & Navbar (SMMScripts Floating Black Capsule - 2026 Reference Design)
   ============================================================================== */
.guest .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 24px 0 10px;
  position: relative;
  z-index: 100;
}

.guest .header-wrapper {
  background-color: #000000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 28px;
  max-width: 1080px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  min-height: 56px;
}

.guest .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.guest .navbar-brand span.brand-logo-icon {
  background: #FFE600;
  color: #000000;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
}

.guest .navbar-brand span.highlight {
  color: #FFE600;
}

.guest .navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.guest .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 6px 12px;
  transition: var(--transition);
  display: inline-block;
  text-decoration: none;
}

.guest .navbar-nav > li > a:hover {
  color: #FFE600;
}

.guest .navbar-nav > li.active > a {
  color: #FFFFFF;
}

.guest .navbar-nav > li.btn-signup-link > a,
.guest .navbar-nav > li.nav-signup > a {
  color: #FFE600 !important;
  font-weight: 800;
  font-size: 15px;
  padding: 6px 12px;
}

.guest .navbar-nav > li.btn-signup-link > a:hover,
.guest .navbar-nav > li.nav-signup > a:hover {
  color: #FFFFFF !important;
  text-shadow: 0 0 10px rgba(255, 230, 0, 0.6);
}

/* Language Dropdown & Controls */
.custom-dropdown {
  position: relative;
}

.lang-button {
  background: #1A1A1A;
  border: 1px solid #333333;
  color: #FFFFFF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  transition: var(--transition);
}

.lang-button:hover {
  background: #FFE600;
  color: #000000;
  border-color: #FFE600;
}

.dropdown-menu-lang {
  position: absolute;
  top: 115%;
  right: 0;
  background: #141416;
  border: 1px solid #2B2B30;
  border-radius: 14px;
  padding: 8px;
  min-width: 140px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.5);
  display: none;
  z-index: 9999;
}

[dir="rtl"] .dropdown-menu-lang,
html[dir="rtl"] .dropdown-menu-lang,
body.ar .dropdown-menu-lang {
  right: auto;
  left: 0;
}

[dir="ltr"] .dropdown-menu-lang,
html[dir="ltr"] .dropdown-menu-lang,
body.en .dropdown-menu-lang {
  left: auto;
  right: 0;
}

.dropdown-menu-lang.show {
  display: block;
  animation: langFadeIn 0.18s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes langFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-menu-lang a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: #D1D5DB;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
}

.dropdown-menu-lang a:hover,
.dropdown-menu-lang a.active {
  background: #232328;
  color: #FFE600;
}

/* Mobile Toggle */
.navbar-toggle {
  display: none;
  background: #1A1A1A;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
}

@media (max-width: 991px) {
  .navbar-toggle { display: block; }
  .guest .navbar-collapse {
    display: none;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    background: #000000;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #222;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    z-index: 999;
  }
  .guest .navbar-collapse.show { display: block; }
  .guest .navbar-nav { flex-direction: column; align-items: stretch; text-align: center; gap: 12px; }
}

/* ==============================================================================
   Hero Section (#top-sec - 2026 Reference Design)
   ============================================================================== */
#top-sec {
  padding: 40px 0 60px;
  background-color: #F0F2F5;
  position: relative;
  overflow: hidden;
}

.hero-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}

/* Floating Sparkle / Lightbulb */
.hero-lightbulb {
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  filter: drop-shadow(0 0 12px rgba(255, 230, 0, 0.8));
  animation: floatBulb 3s ease-in-out infinite;
}

@keyframes floatBulb {
  0%, 100% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-4px) scale(1.05); }
}

.top-head {
  font-size: 46px;
  font-weight: 900;
  color: #000000;
  line-height: 1.15;
  margin-bottom: 18px;
  position: relative;
  letter-spacing: -0.5px;
}

.top-head .thumbs-up {
  display: inline-block;
  font-size: 38px;
  margin-left: 6px;
}

.hero-sub {
  font-size: 18px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 28px;
  line-height: 1.5;
}

/* Hero Pill Button Group */
.hero-btn-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.hero-btn {
  height: 52px;
  border: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 800;
  padding: 0 24px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-btn-register {
  background-color: #FFE600;
  color: #000000;
  box-shadow: 0 8px 25px rgba(255, 230, 0, 0.4);
}

.hero-btn-register:hover {
  background-color: #F5DC00;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 230, 0, 0.6);
  color: #000000;
}

.hero-btn-how {
  background-color: #000000;
  color: #FFFFFF;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.hero-btn-how:hover {
  background-color: #222222;
  transform: translateY(-2px);
  color: #FFFFFF;
}

.hero-btn-icon-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Social Proof Trusted Strip */
.trusted-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.trusted-avatars {
  display: flex;
  align-items: center;
}

.trusted-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin-right: -12px;
  object-fit: cover;
  background: #E5E7EB;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

.ar .trusted-avatars img {
  margin-right: 0;
  margin-left: -12px;
}

.trusted-text {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-left: 20px;
}

.ar .trusted-text {
  margin-left: 0;
  margin-right: 20px;
}

/* Floating 3D Facebook Sphere */
.floating-fb-sphere {
  position: absolute;
  right: -25px;
  top: 48%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #4292e6, #1877f2, #0d47a1);
  box-shadow: inset -4px -4px 10px rgba(0,0,0,0.4), inset 3px 3px 6px rgba(255,255,255,0.6), 0 15px 30px rgba(24,119,242,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  font-size: 30px;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none !important;
  animation: floatSphereFB 4s ease-in-out infinite;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.floating-fb-sphere:hover {
  filter: brightness(1.15);
}

.ar .floating-fb-sphere {
  right: auto;
  left: -25px;
}

@keyframes floatSphereFB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(5px, -8px) scale(1.04); }
}

/* Floating 3D Instagram Sphere / Squircle */
.floating-ig-sphere {
  position: absolute;
  right: -10px;
  top: 10px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.35), inset 3px 3px 6px rgba(255,255,255,0.5), 0 15px 30px rgba(220,39,67,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  font-size: 28px;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none !important;
  animation: floatSphereIG 4.5s ease-in-out infinite;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.floating-ig-sphere:hover {
  filter: brightness(1.15);
}

.ar .floating-ig-sphere {
  right: auto;
  left: -10px;
}

@media (max-width: 991px) {
  .floating-fb-sphere,
  .floating-ig-sphere {
    display: none;
  }
}

@keyframes floatSphereIG {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-6px, -10px) rotate(5deg); }
}

/* ==============================================================================
   Comparison Chart Box (SMMScripts vs Others - 2026 Reference Design)
   ============================================================================== */
.compare-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.compare-wrapper .ambient-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFE600 0%, rgba(255, 230, 0, 0.45) 50%, rgba(255, 230, 0, 0) 75%);
  z-index: 1;
  pointer-events: none;
}

.compare-box {
  border-radius: 24px;
  width: 100%;
  max-width: 440px;
  background-color: #FFFFFF;
  padding: 20px 18px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.compare-top-pill {
  background-color: #000000;
  font-size: 17px;
  text-align: center;
  font-weight: 800;
  color: #FFE600;
  padding: 10px 0;
  border-radius: 12px;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.table-ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0;
}

.table-ul-head {
  margin-bottom: 10px;
}

.table-ul-head li:first-child {
  background-color: #FFE600;
  color: #000000;
  font-weight: 800;
  border-radius: 8px;
  padding: 8px 14px;
}

.table-ul-head li:nth-child(2),
.table-ul-head li:nth-child(3) {
  font-weight: 700;
  font-size: 13px;
  color: #000000;
}

.table-ul li {
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.table-ul li:first-child {
  flex: 0 0 56%;
  max-width: 56%;
  justify-content: flex-start;
  padding: 8px 14px;
  text-align: left;
}

.ar .table-ul li:first-child {
  text-align: right;
  justify-content: flex-start;
}

.table-ul li:nth-child(2),
.table-ul li:nth-child(3) {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 8px 0;
}

.table-ul-body {
  background-color: #F4F5F7;
  border-radius: 8px;
  padding: 2px 0;
}

.table-ul-body li:first-child {
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.check-icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #10B981;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.35);
}

.cross-icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #EF4444;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.35);
}

/* ==============================================================================
   Embedded Quick Login Card (Direct on Hero - 2026 Reference Design)
   ============================================================================== */
.hero-login-section {
  position: relative;
  z-index: 5;
  margin-top: 40px;
}

.card.card-border {
  background-color: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  padding: 24px 28px;
  border: none;
  max-width: 1140px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.card.card-border p.card-heading {
  font-size: 19px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 18px;
  text-align: left;
}

.ar .card.card-border p.card-heading {
  text-align: right;
}

.hero-login-form-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.home-input-pill {
  background: #EEEEEE;
  border-radius: 50px;
  font-size: 14px;
  color: #111111;
  display: flex;
  align-items: center;
  height: 52px;
  padding: 4px 14px 4px 6px;
  border: none;
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 320px;
  box-sizing: border-box;
  transition: var(--transition);
}

.ar .home-input-pill {
  padding: 4px 6px 4px 14px;
}

.home-input-pill:focus-within {
  background: #E5E7EB;
  box-shadow: 0 0 0 2px #000000;
}

.home-input-pill .input-circle-icon {
  width: 40px;
  height: 40px;
  background: #000000;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  min-width: 40px;
  flex-shrink: 0;
}

.home-input-pill input {
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
  flex: 1;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  box-sizing: border-box;
}

.ar .home-input-pill input {
  text-align: right;
  direction: rtl;
}

.yellow-square-btn {
  width: 50px;
  height: 50px;
  background: #FFE600;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  transition: transform 0.2s, background-color 0.2s;
  box-shadow: 0 4px 12px rgba(255, 230, 0, 0.3);
}

.yellow-square-btn:hover {
  background: #F5DC00;
  transform: translateY(-2px);
}

.btn-signin-pill {
  background: #000000;
  color: #FFE600;
  height: 52px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 15px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  transition: all 0.2s;
  box-sizing: border-box;
}

.btn-signin-pill:hover {
  background: #222222;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-google-pill {
  height: 52px;
  background: #FFFFFF;
  color: #1F2937;
  border: 1.5px solid #E5E7EB;
  border-radius: 50px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  box-sizing: border-box;
}

.btn-google-pill:hover {
  background: #F9FAFB;
  border-color: #D1D5DB;
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.login-sub-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-size: 13.5px;
}

.login-sub-options label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #555555;
  font-weight: 500;
}

.login-sub-options a.reset-link {
  color: #333333;
  text-decoration: underline;
  font-weight: 600;
}

.login-sub-options a.reset-link:hover {
  color: #000000;
}

/* ==============================================================================
   9 3D Platform Spheres Row (2026 Reference Design)
   ============================================================================== */
.platform-spheres-section {
  padding: 50px 0 20px;
  background: #FFFFFF;
}

.platform-spheres-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.platform-sphere {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #FFFFFF !important;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}

.platform-sphere:hover {
  transform: translateY(-6px) scale(1.08);
}

.sphere-fb {
  background: radial-gradient(circle at 35% 35%, #4292e6, #1877f2, #0d47a1);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.35), inset 3px 3px 6px rgba(255,255,255,0.5), 0 10px 20px rgba(24,119,242,0.3);
}

.sphere-yt {
  background: radial-gradient(circle at 35% 35%, #ff5252, #e50914, #990000);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.35), inset 3px 3px 6px rgba(255,255,255,0.5), 0 10px 20px rgba(229,9,20,0.3);
}

.sphere-tg {
  background: radial-gradient(circle at 35% 35%, #56ccf2, #2f80ed, #1455a4);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.35), inset 3px 3px 6px rgba(255,255,255,0.5), 0 10px 20px rgba(47,128,237,0.3);
}

.sphere-ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.35), inset 3px 3px 6px rgba(255,255,255,0.5), 0 10px 20px rgba(214,36,159,0.3);
}

.sphere-tw {
  background: radial-gradient(circle at 35% 35%, #5dade2, #1da1f2, #0c7abf);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.35), inset 3px 3px 6px rgba(255,255,255,0.5), 0 10px 20px rgba(29,161,242,0.3);
}

.sphere-sp {
  background: radial-gradient(circle at 35% 35%, #2ecc71, #1db954, #127936);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.35), inset 3px 3px 6px rgba(255,255,255,0.5), 0 10px 20px rgba(29,185,84,0.3);
}

.sphere-sc {
  background: radial-gradient(circle at 35% 35%, #fff176, #fffc00, #fbc02d);
  color: #FFFFFF;
  -webkit-text-stroke: 1.5px #000000;
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.25), inset 3px 3px 6px rgba(255,255,255,0.8), 0 10px 20px rgba(255,252,0,0.3);
}

.sphere-tt {
  background: radial-gradient(circle at 35% 35%, #333333, #000000, #000000);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.6), inset 3px 3px 6px rgba(255,255,255,0.3), 0 10px 20px rgba(0,0,0,0.3);
}

.sphere-cloud {
  background: radial-gradient(circle at 35% 35%, #ff944d, #ff5500, #b33c00);
  box-shadow: inset -3px -3px 8px rgba(0,0,0,0.35), inset 3px 3px 6px rgba(255,255,255,0.5), 0 10px 20px rgba(255,85,0,0.3);
}

/* ==============================================================================
   3 Live Metric Cards (2026 Reference Design - Clock, Box, Coins)
   ============================================================================== */
.metrics-3cards-section {
  padding: 30px 0 60px;
  background: #FFFFFF;
}

.metrics-3cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 22px;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .metrics-3cards-grid {
    grid-template-columns: 1fr;
  }
}

.metric-card {
  border-radius: 28px;
  padding: 28px;
  min-height: 290px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s, box-shadow 0.25s;
}

.metric-card:hover {
  transform: translateY(-4px);
}

.metric-card-top-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.metric-card-val {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
}

/* Card 1: Yellow with 3D Clock */
.metric-card-yellow {
  background: #FFE600;
  color: #000000;
  box-shadow: 0 12px 30px rgba(255, 230, 0, 0.25);
}

.clock-illustration-wrap {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  pointer-events: none;
}

/* Card 2: White with 3D Gift Box */
.metric-card-white {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #ECECEC;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.gift-illustration-wrap {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 170px;
  pointer-events: none;
}

/* Card 3: Black with 3D Cash, Coins & Register Now Button */
.metric-card-black {
  background: #000000;
  color: #FFFFFF;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.metric-card-black .metric-card-top-title {
  color: #FFE600;
}

.cash-coins-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 150px;
  pointer-events: none;
}

.register-now-pill-btn {
  background: #FFE600;
  color: #000000;
  font-weight: 800;
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  text-decoration: none;
  align-self: flex-end;
  margin-top: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 18px rgba(255, 230, 0, 0.35);
  transition: all 0.2s;
}

.register-now-pill-btn:hover {
  background: #FFFFFF;
  color: #000000;
  transform: translateY(-2px);
}

/* ==============================================================================
   What Distinguishes us Section (2026 Reference Design Timeline)
   ============================================================================== */
#features-timeline {
  padding: 50px 0 80px;
  background: #FFFFFF;
}

.timeline-section-title {
  font-size: 38px;
  font-weight: 900;
  color: #000000;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: -0.5px;
}

.timeline-flow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 30px;
}

.timeline-connecting-line {
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  height: 2px;
  background: #E5E7EB;
  z-index: 1;
}

.timeline-circles-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}

.timeline-arrow-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.timeline-arrow-btn:hover {
  background: #000000;
  color: #FFE600;
  border-color: #000000;
}

.timeline-feature-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFE600;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  border: 3px solid #FFFFFF;
  transition: transform 0.2s;
}

.timeline-feature-circle:hover {
  transform: scale(1.1);
  background: #FFE600;
  color: #000000;
}

/* ==============================================================================
   Services Of SMMScripts.com (Solid Black Box - 2026 Reference Design)
   ============================================================================== */
#servi-sec {
  padding: 30px 0 80px;
  background: #FFFFFF;
}

.servi-black-box {
  background-color: #000000;
  border-radius: 32px;
  padding: 48px 40px;
  max-width: 1060px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.servi-black-box h2.section-title {
  font-size: 36px;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

.servi-tabs-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}

.servi-tabs-pills li button {
  background-color: #1C1C1E;
  border: none;
  border-radius: 50px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 13.5px;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.servi-tabs-pills li button:hover {
  background-color: #333336;
}

.servi-tabs-pills li.active button {
  background-color: #FFE600;
  color: #000000;
  font-weight: 800;
  box-shadow: 0 4px 15px rgba(255, 230, 0, 0.4);
}

.servi-2col-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 991px) {
  .servi-2col-content {
    flex-direction: column;
    text-align: center;
  }
}

.servi-3d-logo-col {
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servi-large-3d-icon {
  width: 280px;
  height: 280px;
  border-radius: 56px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 45px rgba(220, 39, 67, 0.45);
  transition: all 0.35s ease;
}

.servi-large-3d-icon svg, .servi-large-3d-icon i {
  color: #FFFFFF;
  font-size: 140px;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.servi-white-card-col {
  flex: 1;
}

.servi-white-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 36px 32px;
  color: #000000;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.servi-white-card h3 {
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 16px;
}

.servi-white-card p {
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
}

/* ==============================================================================
   Payment Methods Grid (2 Rows of Squircle Badges - 2026 Reference Design)
   ============================================================================== */
#pay-sec {
  padding: 50px 0 80px;
  background: #FFFFFF;
}

.pay-section-title {
  font-size: 38px;
  font-weight: 900;
  color: #000000;
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: -0.5px;
}

.pay-grid-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
}

.pay-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pay-badge-squircle {
  width: 82px;
  height: 68px;
  background: #F4F5F7;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.pay-badge-squircle:hover {
  background: #FFFFFF;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.pay-badge-squircle img, .pay-badge-squircle svg {
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
}

/* ==============================================================================
   Our Results & Instagram Profile Mockup (2026 Reference Design)
   ============================================================================== */
#social-results {
  padding: 50px 0 60px;
  background: #FFFFFF;
}

.results-outer-box {
  background: #F5F6F8;
  border-radius: 28px;
  padding: 48px 30px;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.results-heading {
  font-size: 38px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 10px;
}

.results-subheading {
  font-size: 14.5px;
  color: #666666;
  margin-bottom: 24px;
}

.niche-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 26px;
}

.niche-pill {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.niche-pill:hover {
  transform: translateY(-2px);
}

.niche-pill.active {
  background: #FFE600;
  color: #000000;
  font-weight: 800;
  box-shadow: 0 0 15px rgba(255, 230, 0, 0.6);
}

/* Before / After Switcher Pill */
.before-after-switcher {
  background: #000000;
  border-radius: 50px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto 30px;
}

.ba-btn {
  background: transparent;
  border: none;
  font-size: 13.5px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
  color: #FFFFFF;
}

.ba-btn.active {
  background: #FFE600;
  color: #000000;
  font-weight: 800;
  box-shadow: 0 0 16px rgba(255, 230, 0, 0.7);
}

/* Instagram Profile Mockup Card */
.ig-mockup-card {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 360px;
  margin: 0 auto;
  padding: 24px 20px 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.ar .ig-mockup-card {
  text-align: right;
}

.ig-handle-top {
  font-size: 15px;
  font-weight: 800;
  color: #000000;
  text-align: center;
  margin-bottom: 16px;
  direction: ltr !important;
  unicode-bidi: isolate;
  display: block;
}

.ig-profile-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  direction: ltr !important;
}

.ig-avatar-wrap img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #E5E7EB;
  display: block;
}

.ig-stats-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  text-align: center;
  direction: ltr !important;
}

.ig-stat-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ig-stat-num {
  font-size: 14px;
  font-weight: 800;
  color: #000000;
}

.ig-stat-num.highlight-green-pill {
  background: #10B981;
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 13.5px;
}

.ig-stat-lbl {
  font-size: 11.5px;
  color: #666666;
  margin-top: 2px;
}

.ig-bio-name {
  font-size: 14px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 3px;
}

.ig-bio-text {
  font-size: 12px;
  color: #555555;
  line-height: 1.4;
  margin-bottom: 4px;
}

.ig-bio-link {
  font-size: 12px;
  color: #0095F6;
  text-decoration: none;
  margin-bottom: 14px;
  display: inline-block;
}

.ig-action-btns-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.btn-ig-start-growth {
  background: #0095F6;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  flex: 1;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-ig-start-growth:hover {
  background: #0081D6;
  color: #FFFFFF;
}

.btn-ig-message {
  background: #EFEFEF;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  flex: 1;
  text-align: center;
}

.btn-ig-dropdown {
  background: #EFEFEF;
  color: #000000;
  font-size: 12px;
  border-radius: 8px;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
}

.ig-tabs-bottom-strip {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #EEEEEE;
  padding-top: 10px;
  color: #666666;
  font-size: 18px;
}

.ig-tabs-bottom-strip .active-tab {
  color: #000000;
}

/* ==============================================================================
   Customer Reviews & Feedback Section Styling
   ============================================================================== */
.customer-reviews-wrap {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0 10px;
}

.customer-reviews-header {
  text-align: center;
  margin-bottom: 35px;
}

.reviews-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFBEB;
  border: 1px solid #FDE68A;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #92400E;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.08);
}

.reviews-stars-top {
  color: #F59E0B;
  display: flex;
  gap: 2px;
  font-size: 13px;
}

.reviews-trust-pill .pill-divider {
  opacity: 0.4;
}

.customer-reviews-heading {
  font-size: 34px;
  font-weight: 900;
  color: #000000;
  text-align: center;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.customer-reviews-subheading {
  font-size: 15px;
  color: #64748B;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.customer-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.review-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.review-card:hover {
  transform: translateY(-6px);
  border-color: #FFE600;
  box-shadow: 0 16px 36px rgba(255, 230, 0, 0.22), 0 4px 12px rgba(0, 0, 0, 0.05);
}

.review-quote-watermark {
  position: absolute;
  top: 15px;
  inset-inline-end: 20px;
  font-size: 42px;
  color: rgba(255, 230, 0, 0.15);
  pointer-events: none;
  line-height: 1;
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.review-stars-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-stars {
  color: #F59E0B;
  font-size: 14px;
  display: flex;
  gap: 2px;
}

.review-score-badge {
  font-size: 11.5px;
  font-weight: 800;
  color: #1E293B;
  background: #FEF3C7;
  padding: 2px 7px;
  border-radius: 6px;
}

.review-platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  color: #334155;
}

.review-text {
  font-size: 14px;
  line-height: 1.75;
  color: #334155;
  font-weight: 500;
  margin: 0 0 20px;
  flex: 1;
  position: relative;
  z-index: 2;
}

.review-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #F1F5F9;
  position: relative;
  z-index: 2;
}

.review-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.review-user-meta {
  min-width: 0;
}

.review-name {
  font-size: 14.5px;
  font-weight: 800;
  color: #0F172A;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-role {
  font-size: 11.5px;
  color: #64748B;
  font-weight: 600;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-verified-badge {
  font-size: 11px;
  font-weight: 700;
  color: #16A34A;
  background: #DCFCE7;
  padding: 3px 8px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .customer-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .customer-reviews-heading {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .customer-reviews-wrap {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .customer-reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .customer-reviews-heading {
    font-size: 24px;
  }
  .customer-reviews-subheading {
    font-size: 13.5px;
  }
  .review-card {
    padding: 20px 18px;
  }
  .review-card-footer {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* Floating WhatsApp & Notification Bell Buttons (Corner Widgets) */
.floating-corner-widget {
  position: fixed;
  bottom: 24px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.floating-corner-widget:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.widget-whatsapp-left {
  left: 24px;
  background: #25D366;
  color: #FFFFFF;
  font-size: 28px;
  animation: waPulse 3s infinite;
}

@keyframes waPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.widget-bell-right {
  right: 24px;
  background: #00D09C;
  color: #FFFFFF;
  font-size: 22px;
}

.widget-bell-right i {
  display: inline-block;
  animation: bellWiggle 4.5s infinite ease-in-out;
}

@keyframes bellWiggle {
  0%, 75%, 100% { transform: rotate(0); }
  80% { transform: rotate(18deg); }
  85% { transform: rotate(-18deg); }
  90% { transform: rotate(10deg); }
  95% { transform: rotate(-10deg); }
}

.widget-bell-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EF4444;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  animation: badgeBounce 2.5s infinite;
}

@keyframes badgeBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* ==============================================================================
   Rich 2026 Interface Animations & Micro-Interactions
   ============================================================================== */

/* 1. Ambient Glow Breathing Behind Comparison Chart */
.compare-wrapper .ambient-glow {
  animation: ambientPulse 5s ease-in-out infinite;
}

@keyframes ambientPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.85;
  }
}

/* 2. Clock SVG Hands Smooth Rotation */
.clock-hand-minute {
  transform-origin: 100px 100px;
  animation: clockRotate 10s linear infinite;
}

.clock-hand-hour {
  transform-origin: 100px 100px;
  animation: clockRotate 60s linear infinite;
}

@keyframes clockRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.clock-illustration-wrap {
  animation: clockFloat 4s ease-in-out infinite;
}

@keyframes clockFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-6px); }
}

/* 3. Gift Box Levitate & Hover Wiggle */
.gift-illustration-wrap {
  animation: giftLevitate 4s ease-in-out infinite;
}

@keyframes giftLevitate {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

.metric-card-white:hover .gift-illustration-wrap {
  animation: giftWiggle 0.6s ease-in-out;
}

@keyframes giftWiggle {
  0%, 100% { transform: translateX(-50%) translateY(-8px) rotate(0); }
  25% { transform: translateX(-50%) translateY(-10px) rotate(-3deg); }
  75% { transform: translateX(-50%) translateY(-10px) rotate(3deg); }
}

/* 4. Cash & Coins Shimmer */
.cash-coins-wrap {
  animation: coinsShimmer 3.5s ease-in-out infinite;
}

@keyframes coinsShimmer {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.floating-coin-anim {
  animation: coinBob 2.5s ease-in-out infinite;
}

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

/* 5. Register Now Arrow Bounce */
.register-now-pill-btn i {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.register-now-pill-btn:hover i {
  transform: translate(3px, -3px);
}

/* 6. Connected Timeline Animated Flow Line */
.timeline-connecting-line {
  background: linear-gradient(90deg, #E5E7EB 0%, #FFE600 50%, #E5E7EB 100%);
  background-size: 200% 100%;
  animation: timelineFlow 3s linear infinite;
}

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

/* 7. Services Large 3D Icon Aura Glow & Levitation */
.servi-large-3d-icon {
  animation: iconAuraPulse 4.5s ease-in-out infinite;
}

@keyframes iconAuraPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 20px 45px rgba(220, 39, 67, 0.45);
  }
  50% {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 30px 55px rgba(220, 39, 67, 0.7);
  }
}

/* 8. Followers Green Badge Heartbeat */
.ig-stat-num.highlight-green-pill {
  animation: followerPulse 2.2s ease-in-out infinite;
}

@keyframes followerPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(16, 185, 129, 0.4);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.7);
  }
}

/* 9. 9 Platform Spheres Hover Pop */
.platform-sphere {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.platform-sphere:hover {
  transform: translateY(-10px) scale(1.15) !important;
}

/* 10. Scroll Reveal Animation Classes */
.reveal-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==============================================================================
   Footer Banner & Main Footer
   ============================================================================== */
footer {
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 140px;
  position: relative;
}

.footer-banner {
  background-color: var(--primary);
  border-radius: 35px;
  padding: 50px 70px;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -100px;
  box-shadow: 0 25px 60px var(--primary-glow);
  color: #000000;
}

.footer-banner h5 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.footer-banner a {
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: var(--radius-xl);
  transition: var(--transition);
}

.footer-banner a:hover {
  background: #222222;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .footer-banner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 35px 25px;
  }
}

.footer-mid {
  padding: 70px 0 50px;
  text-align: center;
}

.footer-mid p {
  font-size: 15px;
  color: #A1A1AA;
  max-width: 600px;
  margin: 15px auto 25px;
}

.social-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin-bottom: 30px;
}

.social-links li a {
  background: var(--primary);
  color: #000000;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: var(--transition);
}

.social-links li a:hover {
  transform: scale(1.15);
  background: #FFFFFF;
}

.footer-bottom {
  border-top: 1px solid #222222;
  padding: 24px 0;
  font-size: 14px;
  color: #71717A;
}

.footer-bottom .row {
  align-items: center;
  justify-content: space-between;
}

/* ==============================================================================
   Client Dashboard & Internal Pages (SMMScripts Yellow & Obsidian)
   ============================================================================== */
.dashboard-layout {
  display: flex;
  min-height: 100vh;
  background: #0B0E14;
  color: #FFFFFF;
}

.dashboard-sidebar {
  width: 270px;
  background: #000000;
  border-right: 1px solid #1E1E24;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: var(--transition);
}

.ar .dashboard-sidebar {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #1E1E24;
}

.dashboard-main {
  flex: 1;
  margin-left: 270px;
  padding: 30px;
  background: #0B0E14;
  min-height: 100vh;
}

.ar .dashboard-main {
  margin-left: 0;
  margin-right: 270px;
}

@media (max-width: 1024px) {
  .dashboard-sidebar {
    transform: translateX(-100%);
  }
  .ar .dashboard-sidebar {
    transform: translateX(100%);
  }
  .dashboard-sidebar.show {
    transform: translateX(0);
  }
  .dashboard-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px;
  }
}

/* Sidebar Menu */
.sidebar-brand {
  padding: 24px;
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  border-bottom: 1px solid #1A1A1E;
}

.sidebar-menu {
  list-style: none;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  overflow-y: auto;
}

.sidebar-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 14px;
  color: #9CA3AF;
  font-weight: 500;
  font-size: 15px;
  transition: var(--transition);
}

.sidebar-menu li a i {
  font-size: 18px;
  width: 24px;
  text-align: center;
}

.sidebar-menu li a:hover {
  background: #18181C;
  color: #FFFFFF;
}

.sidebar-menu li.active a {
  background: var(--primary);
  color: #000000;
  font-weight: 700;
  box-shadow: 0 4px 20px var(--primary-glow);
}

.sidebar-user-wallet {
  margin: 15px;
  background: #141418;
  border: 1px solid #23232A;
  border-radius: 18px;
  padding: 16px;
  text-align: center;
}

.sidebar-user-wallet .balance-title {
  font-size: 12px;
  color: #9CA3AF;
  margin-bottom: 4px;
}

.sidebar-user-wallet .balance-amount {
  font-size: 22px;
  font-weight: 800;
  color: var(--primary);
}

/* Dashboard Cards & Widgets */
.dash-card {
  background: #141418;
  border: 1px solid #23232A;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.dash-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #23232A;
  padding-bottom: 14px;
}

.dash-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dash-card-title i {
  color: var(--primary);
}

/* Form Controls */
.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #E5E7EB;
}

.form-control {
  width: 100%;
  height: 52px;
  background: #1B1B20;
  border: 1px solid #2C2C35;
  border-radius: 14px;
  padding: 0 18px;
  color: #FFFFFF;
  font-size: 14px;
  outline: none;
  transition: var(--transition);
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-glow);
}

select.form-control {
  cursor: pointer;
}

/* Tables */
.table-responsive {
  overflow-x: auto;
}

.dash-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.dash-table th {
  background: transparent;
  color: #9CA3AF;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
  border: none;
  text-align: left;
}

.ar .dash-table th {
  text-align: right;
}

.dash-table td {
  background: #18181E;
  padding: 14px 16px;
  color: #E5E7EB;
  font-size: 14px;
  border-top: 1px solid #25252E;
  border-bottom: 1px solid #25252E;
}

.dash-table tr td:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-left: 1px solid #25252E;
}

.dash-table tr td:last-child {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-right: 1px solid #25252E;
}

.ar .dash-table tr td:first-child {
  border-radius: 0 14px 14px 0;
  border-left: none;
  border-right: 1px solid #25252E;
}

.ar .dash-table tr td:last-child {
  border-radius: 14px 0 0 14px;
  border-right: none;
  border-left: 1px solid #25252E;
}

/* Status Badges */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.badge-completed { background: rgba(16,185,129,0.15); color: #10B981; }
.badge-pending { background: rgba(253,240,1,0.15); color: var(--primary); }
.badge-processing { background: rgba(59,130,246,0.15); color: #3B82F6; }
.badge-canceled { background: rgba(239,68,68,0.15); color: #EF4444; }

/* ==============================================================================
   Mobile Navigation Drawer & Bottom Nav (Rendered via render_footer_scripts)
   ============================================================================== */
.ambient-glow-sphere {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: -1;
  opacity: 0.15;
}
.ambient-sphere-crimson {
  top: 10%;
  right: 5%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, #E63946, transparent 70%);
}
.ambient-sphere-gold {
  bottom: 15%;
  left: 8%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #FDF001, transparent 70%);
}

/* Drawer Backdrop */
.mobile-drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
}

.mobile-drawer-backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* Mobile Off-Canvas Drawer (Hidden offscreen by default) */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 86vw;
  background: linear-gradient(180deg, #111622 0%, #0B0E14 100%);
  border-left: 1px solid #1E2638;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  box-shadow: -15px 0 45px rgba(0, 0, 0, 0.8);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  direction: rtl;
}

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

html[dir="ltr"] .mobile-drawer,
body.en .mobile-drawer {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #1E2638;
  box-shadow: 15px 0 45px rgba(0, 0, 0, 0.8);
  transform: translateX(-100%);
  direction: ltr;
}

html[dir="ltr"] .mobile-drawer.active,
body.en .mobile-drawer.active {
  transform: translateX(0);
}

body.mobile-drawer-open {
  overflow: hidden !important;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #232B3B;
  background: rgba(21, 27, 38, 0.6);
}

.mobile-drawer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 900;
  color: #FFFFFF;
}

.mobile-drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #232B3B;
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}
.mobile-drawer-close:hover {
  background: rgba(230, 57, 70, 0.15);
  color: #FFF;
  border-color: #E63946;
}

.mobile-drawer-user-card {
  padding: 16px 20px;
  background: rgba(21, 27, 38, 0.8);
  border-bottom: 1px solid #232B3B;
}

.drawer-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.drawer-user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary);
  color: #000;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-user-name {
  font-size: 15px;
  font-weight: 800;
  color: #FFFFFF;
}

.drawer-user-tier {
  font-size: 11.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.drawer-balance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0B0E14;
  border: 1px solid #232B3B;
  padding: 10px 14px;
  border-radius: 10px;
}

.drawer-balance-val {
  font-size: 16px;
  font-weight: 900;
  color: var(--primary);
}

.mobile-drawer-guest-card {
  padding: 20px;
  background: rgba(21, 27, 38, 0.5);
  border-bottom: 1px solid #232B3B;
}

.mobile-drawer-menu {
  flex: 1;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.drawer-menu-category {
  font-size: 11px;
  font-weight: 800;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 14px 6px;
}

.drawer-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  color: #94A3B8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}
.drawer-link i {
  font-size: 17px;
  width: 22px;
  color: #94A3B8;
}
.drawer-link:hover, .drawer-link.active {
  background: rgba(253, 240, 1, 0.12);
  color: #FFFFFF;
}
.drawer-link:hover i, .drawer-link.active i {
  color: var(--primary);
}

.drawer-link.drawer-highlight {
  background: linear-gradient(135deg, rgba(230, 57, 70, 0.18), rgba(217, 4, 41, 0.1));
  border: 1px solid rgba(230, 57, 70, 0.35);
  color: #FFF;
}
.drawer-link.drawer-logout {
  margin-top: 10px;
  border: 1px dashed rgba(239, 68, 68, 0.3);
  color: #FCA5A5;
}
.drawer-link.drawer-logout:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #FFF;
}

.mobile-drawer-footer {
  padding: 15px;
  border-top: 1px solid #232B3B;
  background: rgba(11, 14, 20, 0.8);
}

/* Mobile App-Style Bottom Navigation Bar (Hidden on Desktop) */
.mobile-bottom-nav {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: rgba(15, 19, 28, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.6);
  z-index: 9990;
  direction: rtl;
  padding-bottom: env(safe-area-inset-bottom);
}

html[dir="ltr"] .mobile-bottom-nav,
body.en .mobile-bottom-nav {
  direction: ltr;
}

@media (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
  }
}

.bottom-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #94A3B8;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
}

.bottom-nav-item i {
  font-size: 18px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.bottom-nav-item span {
  font-size: 10px;
  white-space: nowrap;
}

.bottom-nav-item:hover, .bottom-nav-item.active {
  color: var(--primary);
}
.bottom-nav-item.active i {
  transform: translateY(-2px);
  color: var(--primary);
}

/* ==============================================================================
   Floating WhatsApp & Telegram Widgets (Luxury Modern 2026 Edition)
   ============================================================================== */
.whatsapp-float-widget, .telegram-float-widget {
  position: fixed;
  z-index: 99990 !important;
  display: flex;
  align-items: center;
  direction: ltr;
  pointer-events: auto;
}

/* Base Bottom Positions */
.whatsapp-float-widget {
  bottom: 28px;
}
.whatsapp-float-widget.whatsapp-pos-left { left: 28px; flex-direction: row; }
.whatsapp-float-widget.whatsapp-pos-right { right: 28px; flex-direction: row-reverse; }

/* Telegram Positioning (Smart Stacked Above WhatsApp or Standalone) */
.telegram-float-widget.telegram-standalone {
  bottom: 28px;
}
.telegram-float-widget.telegram-stacked-above {
  bottom: 98px;
}
.telegram-float-widget.telegram-pos-left { left: 28px; flex-direction: row; }
.telegram-float-widget.telegram-pos-right { right: 28px; flex-direction: row-reverse; }

/* Circular Button Shells */
.whatsapp-btn, .telegram-btn {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF !important;
  text-decoration: none !important;
  cursor: pointer;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}
.whatsapp-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.7), 0 0 20px rgba(37, 211, 102, 0.4);
}

.telegram-btn {
  background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%);
  box-shadow: 0 8px 24px rgba(42, 171, 238, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}
.telegram-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 32px rgba(42, 171, 238, 0.7), 0 0 20px rgba(42, 171, 238, 0.4);
}

.whatsapp-btn i, .telegram-btn i {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  line-height: 1;
}
.whatsapp-btn i { font-size: 32px; }
.telegram-btn i { font-size: 30px; }

/* Pulse Rings */
.whatsapp-pulse, .telegram-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulseRing 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  pointer-events: none;
  z-index: 1;
}
.whatsapp-pulse { border: 2px solid #25D366; }
.telegram-pulse { border: 2px solid #2AABEE; }

@keyframes pulseRing {
  0% { transform: scale(0.95); opacity: 0.85; }
  50% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* Tooltips */
.whatsapp-tooltip, .telegram-tooltip {
  background: #151B26;
  color: #F8FAFC;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid #232B3B;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.25s ease;
  pointer-events: none;
  margin: 0 12px;
  z-index: 99999;
}
.whatsapp-btn:hover .whatsapp-tooltip,
.telegram-btn:hover .telegram-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .whatsapp-float-widget {
    bottom: 80px !important;
  }
  .whatsapp-float-widget.whatsapp-pos-left { left: 16px; }
  .whatsapp-float-widget.whatsapp-pos-right { right: 16px; }
  .whatsapp-btn {
    width: 48px;
    height: 48px;
  }
  .whatsapp-btn i {
    font-size: 26px;
  }

  .telegram-float-widget.telegram-standalone {
    bottom: 80px !important;
  }
  .telegram-float-widget.telegram-stacked-above {
    bottom: 138px !important;
  }
  .telegram-float-widget.telegram-pos-left { left: 16px; }
  .telegram-float-widget.telegram-pos-right { right: 16px; }
  .telegram-btn {
    width: 48px;
    height: 48px;
  }
  .telegram-btn i {
    font-size: 24px;
  }
  .whatsapp-tooltip, .telegram-tooltip {
    display: none;
  }
}


