.elementor-938 .elementor-element.elementor-element-b919644{--display:flex;overflow:visible;}.elementor-938 .elementor-element.elementor-element-b919644.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-938 .elementor-element.elementor-element-f6b87e8.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-f6b87e8 *//* ── ریست اسکوپ‌شده فقط برای ویجت ── */
      .b303w, .b303w * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    /* ── متغیرها اسکوپ‌شده به ویجت (نه :root) ── */
    .b303w {
      --primary: #00cc7a;
      --primary-dark: #00a866;
      --primary-light: #00e68a;
      --text-main: #ffffff;
      --text-dim: #b8bcc8;
      --bg-dark: #0f1419;
      --bg-card: rgba(20, 25, 30, 0.95);
      --border: rgba(255, 255, 255, 0.1);
      --shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
      font-family: 'Vazirmatn', Tahoma, 'Segoe UI', system-ui, sans-serif;
      background: linear-gradient(135deg, #0a0f14 0%, #151a20 100%);
      color: var(--text-main);
      line-height: 1.7;
      /* overflow-x: hidden حذف شد — sticky رو می‌شکنه در المنتور */
      direction: rtl;
      position: relative;
      width: 100%;
    }

    .b303w .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* ══ Centering overrides — جلوگیری از override شدن توسط المنتور ══ */
    .b303w .hero-image {
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .b303w .hero-description {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .b303w .hero-subtitle {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .b303w .section-media {
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .b303w .section-media img {
      display: block !important;
    }
    .b303w .hero-stats {
      justify-content: center;
    }
    .b303w .hero-cta {
      justify-content: center;
    }
    .b303w img {
      max-width: 100%;
      height: auto;
    }
    .b303w .b303-icon-svg {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-style: normal;
      line-height: 1;
    }
    .b303w .b303-icon-svg > svg {
      width: 1em;
      height: 1em;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.85;
      stroke-linecap: round;
      stroke-linejoin: round;
      vector-effect: non-scaling-stroke;
    }

    /* Hero Section */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 80px 20px;
      overflow: hidden;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
      max-width: 1200px;
      background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.35) 50%, 
        rgba(0, 0, 0, 0.4) 100%);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      border-radius: 40px;
      padding: 60px 40px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    }

    @keyframes logoFloat {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }

    .hero-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .hero-logo:hover img {
      transform: scale(1.05);
    }

    .hero-title {
      font-size: clamp(42px, 6vw, 80px);
      font-weight: 900;
      margin-bottom: 28px;
      line-height: 1.15;
      animation: fadeInUp 0.8s ease;
      letter-spacing: -1px;
      color: #ffffff;
      text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
      position: relative;
      z-index: 2;
    }

    .hero-title .highlight {
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      position: relative;
      display: inline-block;
      text-shadow: none;
    }

    .hero-title .highlight::after {
      content: '';
      position: absolute;
      bottom: -6px;
      right: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 255, 136, 0.8) 20%, 
        rgba(0, 204, 122, 1) 50%, 
        rgba(255, 215, 0, 0.8) 80%, 
        transparent 100%);
      border-radius: 3px;
      opacity: 0.9;
    }

    .hero-subtitle {
      font-size: clamp(18px, 2.5vw, 30px);
      max-width: 950px;
      margin: 0 auto 40px;
      color: #ffffff;
      font-weight: 600;
      line-height: 1.7;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
      position: relative;
      z-index: 2;
      padding: 0 20px;
    }

    .hero-image {
      width: 100%;
      max-width: 1000px;
      margin: 45px auto;
      border-radius: 32px;
      overflow: hidden;
      border: 3px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
      position: relative;
      transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
      animation: imageFadeIn 1.2s ease;
      z-index: 2;
    }

    .hero-image:hover {
      transform: translateY(-8px) scale(1.01);
      box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7);
    }

    @keyframes imageFadeIn {
      from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
      }
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    .hero-image img {
      width: 100%;
      height: auto;
      display: block;
      aspect-ratio: 1000 / 500;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
      filter: brightness(1.05) contrast(1.05);
    }

    .hero-image:hover img {
      transform: scale(1.03);
      filter: brightness(1.1) contrast(1.1);
    }

    .hero-badge {
      position: absolute;
      top: 28px;
      right: 28px;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      padding: 14px 26px;
      border-radius: 35px;
      border: 2px solid rgba(0, 204, 122, 0.5);
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      font-weight: 800;
      color: #00ff88;
      box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
      z-index: 10;
      transition: all 0.3s ease;
    }

    .hero-badge:hover {
      border-color: rgba(0, 255, 136, 0.8);
      transform: scale(1.05);
    }

    .hero-badge i {
      font-size: 18px;
      animation: iconSpin 4s linear infinite;
    }

    @keyframes iconSpin {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

    .hero-description {
      max-width: 1000px;
      margin: 45px auto 55px;
      padding: 42px 48px 38px;
      background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0.85) 100%);
      border: 2px solid rgba(255, 255, 255, 0.15);
      border-radius: 32px;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      font-size: clamp(16px, 1.9vw, 20px);
      line-height: 2;
      color: #ffffff;
      text-align: right;
      box-shadow: 0 15px 60px rgba(0, 0, 0, 0.6);
      position: relative;
      overflow: hidden;
      animation: descriptionFadeIn 1.4s ease;
      z-index: 2;
    }

    @keyframes descriptionFadeIn {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero-description p {
      margin-bottom: 20px;
      color: #ffffff;
      position: relative;
      z-index: 1;
    }

    .hero-description p:last-of-type {
      margin-bottom: 0;
    }

    .hero-description strong {
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 900;
      position: relative;
    }

    .hero-desc-section {
      margin-bottom: 24px;
    }

    .hero-desc-section:last-child {
      margin-bottom: 0;
    }

    .hero-desc-section-title {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      padding: 14px 22px;
      border-radius: 16px;
      background: linear-gradient(135deg, 
        rgba(0, 204, 122, 0.18) 0%, 
        rgba(0, 255, 136, 0.12) 50%,
        rgba(255, 215, 0, 0.1) 100%);
      border: 2px solid rgba(0, 204, 122, 0.35);
      color: #00ff88;
      font-weight: 900;
      font-size: 17px;
      letter-spacing: 0.4px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      position: relative;
      z-index: 1;
    }

    .hero-desc-section-title:hover {
      background: linear-gradient(135deg, 
        rgba(0, 255, 136, 0.28) 0%, 
        rgba(0, 204, 122, 0.22) 50%,
        rgba(255, 215, 0, 0.15) 100%);
      border-color: rgba(0, 255, 136, 0.6);
      transform: translateX(-5px) scale(1.02);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    }

    .hero-desc-section-title i {
      font-size: 18px;
    }

    .hero-features-table {
      width: 100%;
      margin: 24px 0 0;
      border-collapse: separate;
      border-spacing: 0;
      border-radius: 20px;
      overflow: hidden;
      background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.5) 100%);
      border: 2px solid rgba(255, 255, 255, 0.15);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
      position: relative;
      z-index: 1;
    }

    .hero-features-table tbody tr {
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      position: relative;
      z-index: 1;
    }

    .hero-features-table tbody tr:last-child {
      border-bottom: none;
    }

    .hero-features-table tbody tr:hover {
      background: linear-gradient(90deg, 
        rgba(0, 204, 122, 0.12) 0%, 
        rgba(0, 255, 136, 0.1) 50%,
        rgba(255, 215, 0, 0.08) 100%);
      transform: translateX(-6px);
    }

    .hero-features-table td {
      padding: 18px 24px;
      vertical-align: middle;
      font-size: 16px;
      line-height: 1.9;
      color: #ffffff;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
      position: relative;
      z-index: 1;
    }

    .hero-features-table td:first-child {
      width: 60px;
      text-align: center;
      padding-left: 20px;
      padding-right: 16px;
    }

    .hero-features-table td:last-child {
      padding-right: 20px;
    }

    .hero-feature-icon {
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, 
        rgba(0, 204, 122, 0.18) 0%, 
        rgba(0, 255, 136, 0.12) 100%);
      border: 2px solid rgba(0, 204, 122, 0.35);
      border-radius: 14px;
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      position: relative;
      overflow: hidden;
    }

    .hero-features-table tbody tr:hover .hero-feature-icon {
      background: linear-gradient(135deg, 
        rgba(0, 255, 136, 0.28) 0%, 
        rgba(0, 204, 122, 0.22) 100%);
      border-color: rgba(0, 255, 136, 0.6);
      transform: scale(1.15) rotate(5deg);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }

    .hero-feature-icon svg {
      width: 26px;
      height: 26px;
      fill: #00ff88;
      stroke: #00ff88;
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      position: relative;
      z-index: 1;
    }

    .hero-features-table tbody tr:hover .hero-feature-icon svg {
      fill: #00ff88;
      stroke: #00ff88;
      transform: rotate(10deg) scale(1.1);
    }

    .hero-features-table td strong {
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 800;
      margin-left: 4px;
    }

    .hero-desc-highlight {
      margin-top: 28px;
      padding: 22px 28px;
      background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.8) 100%);
      border-radius: 18px;
      font-size: 16px;
      line-height: 1.9;
      color: #ffffff;
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .hero-desc-highlight::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 5px;
      height: 100%;
      background: linear-gradient(180deg, 
        #00ff88 0%, 
        #00cc7a 100%);
      border-radius: 0 18px 18px 0;
    }

    .hero-desc-highlight strong {
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 900;
    }

    .hero-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      margin: 20px 0 30px 0;
    }

    .stat-card {
      background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.5) 100%);
      padding: 10px 18px;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .stat-card:hover {
      transform: translateY(-2px);
      border-color: rgba(0, 204, 122, 0.3);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .stat-number {
      font-size: 18px;
      font-weight: 900;
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      position: relative;
      z-index: 1;
      transition: all 0.3s ease;
      line-height: 1;
    }

    .stat-card:hover .stat-number {
      transform: scale(1.05);
    }

    .stat-label {
      font-size: 13px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
      z-index: 1;
      line-height: 1;
      opacity: 0.9;
    }

    .hero-cta {
      display: flex;
      gap: 24px;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 60px;
      position: relative;
      z-index: 2;
    }

    .btn {
      padding: 18px 40px;
      border-radius: 25px;
      font-size: 18px;
      font-weight: 800;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .btn-primary {
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      color: #000;
      font-weight: 900;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
      border: 2px solid rgba(0, 204, 122, 0.4);
      position: relative;
      overflow: hidden;
    }

    .btn-primary:hover {
      transform: translateY(-6px) scale(1.05);
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 255, 136, 0.7);
    }

    .btn-secondary {
      background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.08) 100%);
      color: #ffffff;
      border: 2px solid rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .btn-secondary:hover {
      background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.25) 0%, 
        rgba(255, 255, 255, 0.15) 100%);
      border-color: rgba(255, 255, 255, 0.5);
      transform: translateY(-6px) scale(1.05);
      box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(255, 255, 255, 0.2);
    }

    /* Section Styles */
    .section {
      padding: 80px 20px;
      position: relative;
    }

    .section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .section-icon {
      font-size: 48px;
      color: var(--primary);
      margin-bottom: 20px;
      display: block;
    }

    .section-title {
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 900;
      margin-bottom: 15px;
      color: var(--text-main);
    }

    .section-description {
      font-size: clamp(16px, 2vw, 20px);
      color: var(--text-dim);
      max-width: 700px;
      margin: 0 auto;
    }

    .section-media {
      max-width: 1000px;
      margin: 0 auto 34px;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.03);
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
    }

    .section-media img {
      width: 100%;
      max-width: 1000px;
      height: auto;
      aspect-ratio: 2 / 1; /* 1000x500 */
      object-fit: cover;
      display: block;
    }

    /* Card Grid */
    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .card {
      background: var(--bg-card);
      padding: 35px;
      border-radius: 24px;
      border: 1px solid var(--border);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .card::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 100%);
      transform: scaleX(0);
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-8px);
      border-color: var(--primary);
      box-shadow: 0 20px 60px rgba(0, 204, 122, 0.2);
    }

    .card:hover::before {
      transform: scaleX(1);
    }

    .card-icon {
      width: 70px;
      height: 70px;
      background: rgba(0, 204, 122, 0.1);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
      border: 1px solid rgba(0, 204, 122, 0.3);
    }

    .card-icon i {
      font-size: 32px;
      color: var(--primary);
    }

    .card-title {
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 15px;
      color: var(--text-main);
    }

    .card-description {
      font-size: 16px;
      line-height: 1.8;
      color: var(--text-main);
      margin-bottom: 20px;
    }

    .card-description strong {
      color: var(--primary);
      font-weight: 700;
    }

    .card-list {
      list-style: none;
      margin-top: 20px;
    }

    .card-list li {
      padding: 10px 0;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 15px;
      color: var(--text-main);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .card-list li:last-child {
      border-bottom: none;
    }

    .card-list li i {
      color: var(--primary);
      font-size: 14px;
    }

    /* Badge Grid */
    .badge-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 30px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 18px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid var(--border);
      border-radius: 12px;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      color: var(--text-main);
      transition: all 0.3s ease;
    }

    .badge.premium,
    .badge.exclusive,
    .badge.jackpot {
      flex-direction: column;
      gap: 6px;
      padding-top: 14px;
    }

    .badge:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: var(--primary);
    }

    .badge.premium {
      border-color: #9333ea;
      background: rgba(147, 51, 234, 0.1);
    }

    .badge.premium::before {
      content: 'برتر';
      display: block;
      font-size: 10px;
      color: #9333ea;
      margin-bottom: 4px;
    }

    .badge.exclusive {
      border-color: var(--primary);
      background: rgba(0, 204, 122, 0.1);
    }

    .badge.exclusive::before {
      content: 'انحصاری';
      display: block;
      font-size: 10px;
      color: var(--primary);
      margin-bottom: 4px;
    }

    .badge.jackpot {
      border-color: #b8860b;
      background: rgba(184, 134, 11, 0.1);
    }

    .badge.jackpot::before {
      content: 'جکیات';
      display: block;
      font-size: 10px;
      color: #b8860b;
      margin-bottom: 4px;
    }

    .badge-ico {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--primary);
      transition: color 0.3s ease, filter 0.3s ease;
    }

    .badge-ico svg {
      display: block;
      width: 18px;
      height: 18px;
      overflow: visible;
    }

    .badge:hover .badge-ico {
      color: #00ff88;
      filter: drop-shadow(0 0 5px rgba(0, 255, 136, 0.5));
    }

    /* Collapsible game / provider lists */
    details.game-badges-panel {
      margin-top: 12px;
      margin-bottom: 6px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 18px;
      background: rgba(0, 0, 0, 0.28);
      overflow: hidden;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    details.game-badges-panel > summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 16px 22px;
      font-weight: 800;
      font-size: 15px;
      color: #fff;
      cursor: pointer;
      user-select: none;
      list-style: none;
      background: linear-gradient(135deg, rgba(0, 204, 122, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
      transition: background 0.25s ease, color 0.25s ease;
    }

    details.game-badges-panel > summary::-webkit-details-marker {
      display: none;
    }

    details.game-badges-panel > summary:hover {
      background: linear-gradient(135deg, rgba(0, 204, 122, 0.2) 0%, rgba(0, 0, 0, 0.22) 100%);
      color: var(--primary-light);
    }

    details.game-badges-panel > summary .game-badges-hint {
      font-size: 12px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.45);
    }

    details.game-badges-panel > summary .game-badges-chevron {
      color: var(--primary);
      font-size: 14px;
      transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
      flex-shrink: 0;
    }

    details.game-badges-panel[open] > summary .game-badges-chevron {
      transform: rotate(180deg);
    }

    details.game-badges-panel .badge-grid {
      margin-top: 0;
      padding: 18px 18px 22px;
      border-top: 1px solid rgba(255, 255, 255,0.08);
      animation: panelReveal 0.35s ease;
    }

    @keyframes panelReveal {
      from {
        opacity: 0;
        transform: translateY(-6px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      details.game-badges-panel > summary {
        padding: 14px 16px;
        font-size: 14px;
        flex-wrap: wrap;
      }

      details.game-badges-panel > summary .game-badges-hint {
        width: 100%;
        order: 3;
        margin-top: 4px;
      }
    }

    /* Progress Bars */
    .progress-section {
      margin: 60px 0;
      position: relative;
      z-index: 2;
    }

    .progress-item {
      margin-bottom: 40px;
      padding: 28px;
      background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.75) 100%);
      border: 2px solid rgba(255, 255, 255, 0.12);
      border-radius: 24px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }

    .progress-item:hover {
      border-color: rgba(0, 204, 122, 0.35);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
      transform: translateY(-4px);
    }

    .progress-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 18px;
      flex-wrap: wrap;
      gap: 18px;
      position: relative;
      z-index: 1;
    }

    .progress-info {
      display: flex;
      align-items: center;
      gap: 18px;
      flex: 1;
    }

    .progress-icon {
      width: 56px;
      height: 56px;
      background: linear-gradient(135deg, 
        rgba(0, 204, 122, 0.18) 0%, 
        rgba(0, 255, 136, 0.12) 100%);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid rgba(0, 204, 122, 0.35);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: all 0.4s ease;
    }

    .progress-item:hover .progress-icon {
      background: linear-gradient(135deg, 
        rgba(0, 255, 136, 0.28) 0%, 
        rgba(0, 204, 122, 0.22) 100%);
      border-color: rgba(0, 255, 136, 0.6);
      transform: scale(1.1) rotate(5deg);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }

    .progress-icon i {
      font-size: 26px;
      color: #00ff88;
      transition: all 0.4s ease;
    }

    .progress-item:hover .progress-icon i {
      transform: scale(1.1);
    }

    .progress-label {
      font-size: 19px;
      font-weight: 800;
      color: #ffffff;
    }

    .progress-percentage {
      display: none;
    }

    .progress-bar {
      width: 100%;
      height: 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 16px;
      overflow: visible;
      position: relative;
      border: 2px solid rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
      direction: ltr;
    }

    .progress-fill {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, 
        #00ff88 0%, 
        #00ff88 50%,
        #00ff88 100%);
      border-radius: 14px;
      position: relative;
      overflow: visible;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      direction: ltr;
    }

    .progress-percentage-box {
      position: absolute;
      right: 6px;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.9);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 2px solid rgba(0, 255, 136, 0.4);
      border-radius: 10px;
      padding: 8px 14px;
      font-size: 18px;
      font-weight: 900;
      color: #00ff88;
      text-shadow: 0 0 15px rgba(0, 255, 136, 0.6), 0 2px 4px rgba(0, 0, 0, 0.8);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 255, 136, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.1);
      z-index: 20;
      white-space: nowrap;
      line-height: 1;
      transition: all 0.3s ease;
      letter-spacing: 1px;
    }

    .progress-item:hover .progress-percentage-box {
      transform: translateY(-50%) scale(1.1);
      border-color: rgba(0, 255, 136, 0.6);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 255, 136, 0.5);
    }

    .progress-fill::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.3) 0%, 
        transparent 100%);
      animation: progressShine 2s ease-in-out infinite;
    }

    @keyframes progressAnimation {
      from { 
        width: 0% !important;
        opacity: 0;
      }
      to { 
        width: 100%;
        opacity: 1;
      }
    }

    @keyframes progressShine {
      0%, 100% {
        transform: translateX(-100%);
        opacity: 0;
      }
      50% {
        transform: translateX(100%);
        opacity: 1;
      }
    }

    .progress-description {
      margin-top: 18px;
      padding: 18px 24px 18px 20px;
      background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.65) 100%);
      border-radius: 16px;
      /* border-image حذف شد — با border-radius کار نمی‌کنه و ::before رو duplicate می‌کرد */
      font-size: 15.5px;
      line-height: 1.9;
      color: #ffffff;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      position: relative;
      overflow: hidden;
    }

    /* فقط یک نوار سبز — clip شده توسط overflow:hidden به گوشه‌های گرد */
    .progress-description::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 4px;
      height: 100%;
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
    }

    .progress-description strong {
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 800;
    }

    /* Table Styles */
    .info-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      background: var(--bg-card);
      border-radius: 12px;
      overflow: hidden;
    }

    .info-table thead {
      background: rgba(0, 204, 122, 0.1);
    }

    .info-table th,
    .info-table td {
      padding: 15px;
      text-align: right;
      border-bottom: 1px solid var(--border);
    }

    .info-table th {
      font-weight: 700;
      color: var(--primary);
      font-size: 16px;
    }

    .info-table td {
      color: var(--text-main);
      font-size: 15px;
    }

    .info-table tr:last-child td {
      border-bottom: none;
    }

    .info-table tr:hover {
      background: rgba(255, 255, 255, 0.02);
    }

    /* Note Box */
    .note-box {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid var(--border);
      border-right: 4px solid var(--primary);
      border-radius: 12px;
      padding: 20px;
      margin: 30px 0;
      display: flex;
      gap: 15px;
      align-items: flex-start;
    }

    .note-box i {
      font-size: 24px;
      color: var(--primary);
      margin-top: 2px;
    }

    .note-box p {
      color: var(--text-main);
      font-size: 15px;
      line-height: 1.8;
      margin: 0;
    }

    .note-box strong {
      color: var(--primary);
    }

    /* Two Column Layout */
    .two-column {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    /* ══ FOOTER — یکپارچه ══ */
    .footer {
      background: linear-gradient(135deg, rgba(6, 10, 14, 0.99) 0%, rgba(10, 16, 22, 0.97) 100%);
      border-top: 1px solid rgba(0, 204, 122, 0.18);
      margin-top: 80px;
      padding: 0;
    }

    /* بخش بازی مسئولانه */
    .responsible-bar {
      padding: 32px 24px 28px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .responsible-inner {
      max-width: 960px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }

    .rg-badge-18 {
      flex-shrink: 0;
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: linear-gradient(135deg, #c0392b 0%, #922b21 100%);
      border: 2px solid rgba(255, 100, 80, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 900;
      color: #fff;
      letter-spacing: -1px;
      box-shadow: 0 4px 18px rgba(192, 57, 43, 0.4);
      font-family: 'Segoe UI', sans-serif;
      position: relative;
    }

    .rg-badge-18::after {
      content: '+';
      position: absolute;
      top: 4px;
      right: 5px;
      font-size: 11px;
      font-weight: 900;
      line-height: 1;
    }

    .rg-icons {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .rg-icon-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      min-width: 50px;
    }

    .rg-icon-svg {
      width: 34px;
      height: 34px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, 0.5);
    }

    .rg-icon-svg svg {
      width: 18px;
      height: 18px;
    }

    .rg-icon-label {
      font-size: 9px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.38);
      text-align: center;
      white-space: nowrap;
    }

    .rg-divider {
      width: 1px;
      height: 36px;
      background: rgba(255, 255, 255, 0.1);
      flex-shrink: 0;
    }

    .rg-text {
      text-align: center;
    }

    .rg-text-title {
      font-size: 12px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.65);
      margin-bottom: 3px;
    }

    .rg-text-desc {
      font-size: 11px;
      color: rgba(255, 255, 255, 0.35);
      line-height: 1.6;
    }

    /* بخش لینک‌ها و کپی‌رایت */
    .footer-content {
      max-width: 960px;
      margin: 0 auto;
      padding: 28px 24px 24px;
      text-align: center;
    }

    .footer-links {
      display: flex;
      justify-content: center;
      gap: 28px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }

    .footer-link {
      color: var(--text-dim);
      text-decoration: none;
      font-size: 15px;
      transition: color 0.3s ease;
    }

    .footer-link:hover {
      color: var(--primary);
    }

    .footer-text {
      color: rgba(255, 255, 255, 0.3);
      font-size: 13px;
      margin: 0;
    }

    @media (max-width: 600px) {
      .rg-divider { display: none; }
      .responsible-bar { padding: 24px 16px; }
      .footer-content { padding: 22px 16px 20px; }
      .footer-links { gap: 18px; }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .hero {
        min-height: auto;
        padding: 40px 15px;
      }

      .hero-content {
        padding: 40px 20px;
        border-radius: 30px;
      }

      .section {
        padding: 60px 20px;
      }

      .card-grid {
        grid-template-columns: 1fr;
      }

      .two-column {
        grid-template-columns: 1fr;
      }

      .badge-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
      }

      .hero-stats {
        gap: 8px;
        margin: 15px 0 20px 0;
      }

      .stat-card {
        padding: 8px 14px;
        border-radius: 16px;
      }

      .stat-number {
        font-size: 16px;
      }

      .stat-label {
        font-size: 11px;
      }

      .progress-item {
        padding: 20px;
        margin-bottom: 25px;
      }

      .progress-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        gap: 10px;
        flex-wrap: nowrap;
      }

      .progress-info {
        gap: 8px;
        flex: 1;
        min-width: 0;
      }

      .progress-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        flex-shrink: 0;
        min-width: 36px;
      }

      .progress-icon i {
        font-size: 15px;
      }

      .progress-label {
        font-size: 13px;
        word-break: break-word;
        line-height: 1.35;
      }

      .progress-bar {
        height: 16px;
        margin-bottom: 12px;
      }

      .progress-percentage-box {
        font-size: 14px;
        padding: 5px 10px;
        right: 4px;
        border-radius: 8px;
        letter-spacing: 0.5px;
      }

      .progress-description {
        font-size: 13px;
        line-height: 1.7;
      }

      .hero-subtitle {
        margin-bottom: 20px;
        font-size: clamp(16px, 4vw, 22px);
      }

      /* Mobile: keep H1/H2 centered and on one line */
      .hero-title {
        width: 100%;
        text-align: center !important;
        white-space: nowrap;
        line-height: 1.25;
        letter-spacing: 0;
        font-size: clamp(24px, 6.1vw, 30px);
      }

      .section-title {
        width: 100%;
        text-align: center !important;
        white-space: nowrap;
        line-height: 1.3;
        letter-spacing: 0;
        font-size: clamp(18px, 4.8vw, 24px);
      }

      /* Section header: icon + H2 exactly one row */
      .section-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 8px 10px;
        margin-bottom: 34px;
        text-align: center;
      }

      .section-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        font-size: 22px;
        line-height: 1;
        order: 1;
        flex: 0 0 auto;
      }

      .section-header .section-title {
        margin: 0;
        text-align: center !important;
        order: 2;
        flex: 0 1 auto;
      }

      .section-description {
        flex: 0 0 100%;
        order: 3;
        margin: 0;
        text-align: center;
        font-size: 14px;
        line-height: 1.65;
      }

      /* Global mobile typography alignment */
      .card,
      .card-title,
      .card-description,
      .card-list li,
      .note-box p,
      .note-box,
      .register-info-desc,
      .register-form-title,
      .register-form-subtitle,
      .register-login-link,
      .gift-code-box,
      .progress-label,
      .progress-description,
      .footer-text,
      .footer-links,
      .responsible-inner,
      .rg-text,
      .rg-text-title,
      .rg-text-desc {
        text-align: center !important;
      }

      /* Make card icon + title on the same line */
      .card > .card-icon {
        display: inline-flex;
        vertical-align: middle;
        margin: 0 8px 10px 0;
        width: 40px;
        height: 40px;
        border-radius: 12px;
      }

      .card > .card-icon i {
        font-size: 18px;
      }

      .card > .card-title {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 10px 0;
        white-space: nowrap;
        font-size: clamp(18px, 5vw, 22px);
      }

      /* Keep icon beside text in list rows */
      .card-list li,
      .register-benefits li,
      .progress-info,
      .note-box {
        justify-content: center;
      }

      /* Keep registration steps RTL even on mobile */
      .register-benefits {
        direction: rtl;
        text-align: right !important;
      }

      .register-benefits li {
        justify-content: flex-start !important;
        text-align: right !important;
      }

      .card-list li i,
      .register-benefits .benefit-icon,
      .note-box i {
        flex-shrink: 0;
      }

      /* Cleaner mobile grid rhythm */
      .card-grid {
        gap: 16px;
        margin-top: 24px;
      }

      .two-column {
        gap: 16px;
        margin-top: 24px;
      }

      .badge-grid {
        gap: 10px;
      }

      .hero-image {
        max-width: 100%;
        margin: 30px auto;
        border-radius: 20px;
      }

      .hero-badge {
        top: 10px;
        right: 10px;
        padding: 8px 12px;
        font-size: 11px;
        gap: 6px;
        border-radius: 20px;
        flex-wrap: wrap;
        max-width: calc(100% - 20px);
      }

      .hero-badge i {
        font-size: 14px;
      }

      .hero-badge span {
        font-size: 10px;
        white-space: nowrap;
      }

      .hero-badge span:last-child {
        display: none;
      }

      .hero-description {
        padding: 24px 20px 22px;
        border-radius: 22px;
        margin: 30px auto 40px;
      }

      .hero-desc-section-title {
        font-size: 14px;
        padding: 8px 12px;
        margin-bottom: 12px;
      }

      .hero-features-table {
        border-radius: 12px;
        margin-top: 16px;
      }

      .hero-features-table td {
        padding: 12px 16px;
        font-size: 14.5px;
      }

      .hero-features-table td:first-child {
        width: 50px;
        padding-left: 16px;
        padding-right: 12px;
      }

      .hero-feature-icon {
        width: 36px;
        height: 36px;
      }

      .hero-feature-icon svg {
        width: 20px;
        height: 20px;
      }

      .hero-desc-highlight {
        font-size: 14px;
        padding: 14px 16px;
        margin-top: 16px;
      }
    }

    /* Animations */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .fade-in {
      animation: fadeInUp 0.6s ease;
    }

    /* Performance: skip off-screen rendering — desktop only
       (mobile override disables this below to avoid reflow) */
    @media (min-width: 769px) {
      .section,
      .promo-banner,
      .register-section,
      .footer {
        content-visibility: auto;
        contain-intrinsic-size: 0px 800px;
      }
    }

    /* Accessibility + battery friendly motion fallback */
    @media (prefers-reduced-motion: reduce) {
      .b303w *,
      .b303w *::before,
      .b303w *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
      }
    }

    /* ═══════════════════════════════════════════════
       MOBILE PERFORMANCE — critical optimizations
       backdrop-filter: biggest GPU killer on low-end
    ═══════════════════════════════════════════════ */
    @media (max-width: 768px) {
      /* 1. Kill ALL backdrop-filter — #1 LCP/paint killer */
      .b303w .hero-content,
      .b303w .hero-badge,
      .b303w .hero-description,
      .b303w .progress-item,
      .b303w .progress-percentage-box,
      .b303w .quick-access,
      .b303w .btn-secondary,
      .b303w .stat-card,
      .b303w .qa-burger,
      .b303w .promo-banner-inner {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
      }

      /* 2. Kill hero load-time animations — unblock first paint */
      .b303w .hero-title,
      .b303w .hero-image,
      .b303w .hero-description {
        animation: none !important;
      }

      /* 3. Kill section-icon pulse animation on mobile */
      .b303w .section-icon {
        animation: none !important;
        text-shadow: 0 0 20px rgba(0, 204, 122, 0.4);
      }

      /* 4. Kill shine loop on progress bars */
      .b303w .progress-fill::after {
        animation: none !important;
        display: none;
      }

      /* 5. Kill iconSpin on hero badge */
      .b303w .hero-badge i {
        animation: none !important;
      }

      /* 6. Simplify heavy box-shadows on mobile */
      .b303w .hero-content {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
        background: rgba(0, 0, 0, 0.5);
      }

      .b303w .hero-image {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
      }

      .b303w .progress-item {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      }

      .b303w .promo-banner-inner {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
      }

      /* 7. Remove dot-pattern pseudo-element on mobile (heavy repaint) */
      .b303w::before {
        display: none;
      }

      /* 8. Remove hero grid overlay on mobile */
      .b303w .hero::before {
        display: none;
      }

      /* 9. Simplify gradient backgrounds on mobile */
      .b303w .hero-description {
        background: rgba(0, 0, 0, 0.82);
      }

      .b303w .hero-content {
        background: rgba(0, 0, 0, 0.5);
      }

      /* 10. Remove min-height:100vh on hero — forces huge initial paint */
      .b303w .hero {
        min-height: 0 !important;
      }

      /* 11. Remove content-visibility on mobile — can cause reflow issues */
      .b303w .section,
      .b303w .promo-banner,
      .b303w .register-section,
      .b303w .footer {
        content-visibility: visible;
        contain-intrinsic-size: auto;
      }

      /* 12. Kill hover transforms on mobile (no hover on touch) */
      .b303w .card:hover,
      .b303w .badge:hover,
      .b303w .btn:hover,
      .b303w .hero-image:hover,
      .b303w .progress-item:hover {
        transform: none !important;
      }
    }

    /* ============================================
       ENHANCED DESIGN SYSTEM
       ============================================ */

    /* Subtle dot pattern on wrapper */
    .b303w::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle, rgba(0, 204, 122, 0.022) 1px, transparent 1px);
      background-size: 46px 46px;
      pointer-events: none;
      z-index: 0;
    }

    /* Hero grid overlay */
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(0, 204, 122, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 204, 122, 0.028) 1px, transparent 1px);
      background-size: 72px 72px;
      pointer-events: none;
      z-index: 0;
    }

    /* Section icon glow pulse */
    .section-icon {
      animation: iconPulse 3.5s ease-in-out infinite;
    }

    @keyframes iconPulse {
      0%, 100% { text-shadow: 0 0 20px rgba(0, 204, 122, 0.35); }
      50%       { text-shadow: 0 0 50px rgba(0, 204, 122, 0.7), 0 0 90px rgba(0, 255, 136, 0.2); }
    }

    /* Section title decorative underline */
    .section-header .section-title {
      position: relative;
      padding-bottom: 22px;
    }

    .section-header .section-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 72px;
      height: 4px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-dark) 25%, var(--primary-light) 75%, transparent 100%);
      border-radius: 2px;
    }

    /* Card hover enhancement */
    .card:hover {
      box-shadow: 0 25px 70px rgba(0, 204, 122, 0.14), 0 8px 30px rgba(0, 0, 0, 0.45) !important;
    }

    /* Badge hover animation */
    .badge {
      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .badge:hover {
      transform: translateY(-4px) scale(1.07);
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
    }

    /* Note box subtle green tint */
    .note-box {
      background: rgba(0, 204, 122, 0.04);
    }

    /* footer — defined above */

    /* ============================================
       PROMO BANNERS
       ============================================ */

    .promo-banner {
      padding: 45px 20px;
      overflow: hidden;
      position: relative;
    }

    .promo-banner-inner {
      background: linear-gradient(135deg,
        rgba(5, 12, 8, 0.99) 0%,
        rgba(0, 26, 13, 0.97) 50%,
        rgba(5, 12, 8, 0.99) 100%);
      border: 1px solid rgba(0, 204, 122, 0.28);
      border-radius: 32px;
      padding: 65px 75px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 55px;
      max-width: 1400px;
      margin: 0 auto;
      box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(0, 204, 122, 0.05);
    }

    .promo-banner-inner::before {
      content: '';
      position: absolute;
      top: -220px;
      left: -220px;
      width: 650px;
      height: 650px;
      background: radial-gradient(circle, rgba(0, 204, 122, 0.1) 0%, transparent 60%);
      pointer-events: none;
    }

    .promo-banner-inner::after {
      content: '';
      position: absolute;
      bottom: -220px;
      right: -220px;
      width: 650px;
      height: 650px;
      background: radial-gradient(circle, rgba(0, 255, 136, 0.07) 0%, transparent 60%);
      pointer-events: none;
    }

    .promo-banner-text {
      flex: 1;
      position: relative;
      z-index: 1;
    }

    .promo-banner-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(0, 204, 122, 0.1);
      border: 1px solid rgba(0, 204, 122, 0.28);
      border-radius: 30px;
      padding: 7px 18px;
      font-size: 13px;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 20px;
      letter-spacing: 0.3px;
    }

    .promo-banner-title {
      font-size: clamp(26px, 3.5vw, 48px);
      font-weight: 900;
      color: #fff;
      margin-bottom: 16px;
      line-height: 1.3;
    }

    .promo-banner-title .highlight {
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .promo-banner-desc {
      font-size: clamp(15px, 1.6vw, 18px);
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.9;
      margin-bottom: 32px;
      max-width: 560px;
    }

    .promo-banner-cta {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
      position: relative;
      z-index: 1;
      min-width: 290px;
    }

    /* Stats grid */
    .promo-stat-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      position: relative;
      z-index: 1;
      flex-shrink: 0;
    }

    .promo-stat-card {
      text-align: center;
      padding: 20px 14px;
      background: rgba(0, 204, 122, 0.07);
      border: 1px solid rgba(0, 204, 122, 0.17);
      border-radius: 18px;
      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .promo-stat-card:hover {
      background: rgba(0, 204, 122, 0.14);
      border-color: rgba(0, 204, 122, 0.38);
      transform: translateY(-5px);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
    }

    .promo-stat-num {
      display: block;
      font-size: 22px;
      font-weight: 900;
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
      margin-bottom: 7px;
    }

    .promo-stat-label {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 500;
      line-height: 1.25;
    }

    /* Bonus pills */
    .bonus-pills-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 20px 0;
      position: relative;
      z-index: 1;
    }

    .bonus-pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: linear-gradient(135deg, rgba(0, 204, 122, 0.12) 0%, rgba(0, 255, 136, 0.07) 100%);
      border: 1px solid rgba(0, 204, 122, 0.28);
      border-radius: 14px;
      padding: 12px 20px;
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      transition: all 0.3s ease;
      white-space: nowrap;
    }

    .promo-banner-cta .bonus-pill {
      max-width: 100%;
      box-sizing: border-box;
    }

    .bonus-pill:hover {
      background: linear-gradient(135deg, rgba(0, 255, 136, 0.22) 0%, rgba(0, 204, 122, 0.14) 100%);
      border-color: rgba(0, 255, 136, 0.5);
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .bonus-pill i {
      color: var(--primary);
      font-size: 16px;
    }

    .bonus-pill strong {
      color: #00ff88;
    }

    /* CTA banner variant */
    .promo-banner-inner.cta-variant {
      text-align: center;
      justify-content: center;
      flex-direction: column;
      padding: 80px 60px;
      gap: 0;
    }

    .promo-banner-inner.cta-variant .promo-banner-label {
      margin: 0 auto 22px;
    }

    .promo-banner-inner.cta-variant .promo-banner-title {
      font-size: clamp(30px, 4.5vw, 56px);
    }

    .promo-banner-inner.cta-variant .promo-banner-desc {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 36px;
    }

    .cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }

    /* Responsive promo banners */
    @media (max-width: 1100px) {
      .promo-banner-inner {
        flex-direction: column;
        padding: 50px 40px;
        text-align: center;
        gap: 38px;
      }

      .promo-banner-desc {
        max-width: 100%;
      }

      .promo-stat-grid {
        width: 100%;
      }

      .promo-banner-cta {
        width: 100%;
        align-items: center;
        min-width: unset;
      }

      .bonus-pills-grid {
        justify-content: center;
      }
    }

    @media (max-width: 768px) {
      .promo-banner {
        padding: 28px 15px;
      }

      .promo-banner-inner {
        padding: 38px 22px;
        border-radius: 22px;
        gap: 28px;
      }

      .promo-stat-grid {
        gap: 10px;
      }

      .promo-stat-num {
        font-size: 18px;
      }

      .promo-stat-card {
        padding: 14px 8px;
        border-radius: 14px;
      }

      .bonus-pill {
        font-size: 13px;
        padding: 10px 14px;
      }

      /* Mobile overflow fix for cashback pills */
      .promo-banner-cta {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
      }

      .promo-banner-cta .bonus-pill {
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        padding: 12px 14px !important;
        white-space: normal;
        line-height: 1.35;
      }

      .promo-banner-cta .bonus-pill i {
        flex: 0 0 auto;
      }

      .promo-banner-cta .bonus-pill strong {
        white-space: nowrap;
        flex: 0 0 auto;
      }

      .promo-banner-inner.cta-variant {
        padding: 48px 22px;
      }
    }

    /* ============================================
       QUICK ACCESS NAVIGATION BAR
       ============================================ */

    /* sticky در المنتور: از position:fixed استفاده می‌شه چون overflow:hidden روی wrapper، sticky رو می‌شکنه */
    .qa-sticky-host {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 9999;
      isolation: isolate;
    }

    .quick-access {
      padding: 24px 20px 26px;
      margin: 0;
      background: linear-gradient(180deg, rgba(8, 14, 12, 0.96) 0%, rgba(5, 10, 8, 0.94) 100%);
      border-block-end: 1px solid rgba(0, 204, 122, 0.18);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(0, 204, 122, 0.12);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease, visibility 0.28s;
    }

    /* پنهان هنگام اسکرول به پایین (فقط دسکتاپ، موبایل در JS کنار گذاشته می‌شود) */
    .qa-sticky-host.qa-hidden .quick-access {
      transform: translateY(-100%);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      box-shadow: none;
      border-block-end-color: transparent;
    }

    .qa-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
    }

    .qa-header {
      text-align: center;
      width: 100%;
    }

    .qa-title-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 15px;
      font-weight: 800;
      color: #fff;
      letter-spacing: 0.02em;
      padding: 10px 22px;
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(0, 204, 122, 0.16) 0%, rgba(0, 0, 0, 0.35) 100%);
      border: 1px solid rgba(0, 204, 122, 0.42);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 4px 20px rgba(0, 204, 122, 0.08);
    }

    .qa-title-pill i {
      color: var(--primary);
      font-size: 18px;
      filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.45));
    }

    .qa-subtitle {
      margin: 10px auto 0;
      max-width: 520px;
      font-size: 13px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.46);
      line-height: 1.65;
    }

    .qa-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 10px;
      width: 100%;
    }

    .qa-card {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 9px 18px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 30px;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.75);
      font-size: 13px;
      font-weight: 700;
      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
      white-space: nowrap;
      flex-shrink: 0;
    }

    .qa-card:hover {
      background: rgba(0, 204, 122, 0.14);
      border-color: rgba(0, 204, 122, 0.4);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }

    .qa-card i {
      font-size: 13px;
      color: var(--primary);
      transition: all 0.3s ease;
    }

    .qa-card:hover i {
      color: #00ff88;
      text-shadow: 0 0 12px rgba(0, 255, 136, 0.5);
    }

    .qa-card.qa-register {
      background: linear-gradient(135deg, rgba(0, 204, 122, 0.2) 0%, rgba(0, 255, 136, 0.12) 100%);
      border-color: rgba(0, 204, 122, 0.45);
      color: #00ff88;
    }

    .qa-card.qa-register i {
      color: #00ff88;
    }

    .qa-card.qa-register:hover {
      background: linear-gradient(135deg, rgba(0, 255, 136, 0.3) 0%, rgba(0, 204, 122, 0.22) 100%);
      border-color: rgba(0, 255, 136, 0.65);
      box-shadow: 0 6px 22px rgba(0, 204, 122, 0.22);
    }

    /* موبایل: فقط دکمه همبرگر + پنل کشویی */
    .qa-mobile-bar {
      display: none;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .qa-mobile-row {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      direction: rtl;
    }

    .qa-mobile-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 15px;
      font-weight: 800;
      color: rgba(255, 255, 255, 0.95);
      letter-spacing: 0.02em;
      flex: 0 1 auto;
      min-width: 0;
      line-height: 1.3;
    }

    .qa-mobile-label i {
      color: var(--primary);
      font-size: 16px;
      flex-shrink: 0;
    }

    .qa-burger {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      padding: 0;
      border: 1px solid rgba(0, 204, 122, 0.45);
      border-radius: 14px;
      background: linear-gradient(145deg, rgba(0, 204, 122, 0.18) 0%, rgba(0, 0, 0, 0.35) 100%);
      color: var(--primary);
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
      -webkit-tap-highlight-color: transparent;
    }

    .qa-burger:hover {
      border-color: rgba(0, 255, 136, 0.55);
      background: linear-gradient(145deg, rgba(0, 204, 122, 0.28) 0%, rgba(0, 0, 0, 0.4) 100%);
    }

    .qa-burger:active {
      transform: scale(0.96);
    }

    .qa-burger-lines {
      display: flex;
      flex-direction: column;
      gap: 6px;
      width: 22px;
    }

    .qa-burger-lines span {
      display: block;
      height: 2.5px;
      border-radius: 2px;
      background: currentColor;
      transition: transform 0.3s ease, opacity 0.25s ease;
    }

    .qa-sticky-host.qa-menu-open .qa-burger-lines span:nth-child(1) {
      transform: translateY(8.5px) rotate(45deg);
    }

    .qa-sticky-host.qa-menu-open .qa-burger-lines span:nth-child(2) {
      opacity: 0;
    }

    .qa-sticky-host.qa-menu-open .qa-burger-lines span:nth-child(3) {
      transform: translateY(-8.5px) rotate(-45deg);
    }

    @media (max-width: 768px) {
      .quick-access {
        padding: 12px 14px 14px;
      }

      .qa-inner {
        gap: 0;
      }

      .qa-mobile-bar {
        display: flex;
      }

      .qa-header {
        display: none !important;
      }

      .qa-grid {
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
      }

      .qa-sticky-host.qa-menu-open .qa-grid {
        display: flex;
      }

      .qa-card {
        width: 100%;
        justify-content: flex-start;
        border-radius: 16px;
        padding: 12px 16px;
        font-size: 13px;
        gap: 10px;
      }

      .qa-card i {
        font-size: 14px;
      }
    }

    /* ============================================
       REGISTRATION SECTION
       ============================================ */

    .register-section {
      padding: 90px 20px;
      position: relative;
      overflow: hidden;
    }

    .register-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 65% 50%, rgba(0, 204, 122, 0.07) 0%, transparent 60%);
      pointer-events: none;
    }

    .register-wrapper {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 65px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .register-info-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(0, 204, 122, 0.1);
      border: 1px solid rgba(0, 204, 122, 0.28);
      border-radius: 30px;
      padding: 7px 18px;
      font-size: 13px;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 22px;
    }

    .register-info-title {
      font-size: clamp(28px, 4vw, 50px);
      font-weight: 900;
      color: #fff;
      line-height: 1.3;
      margin-bottom: 18px;
    }

    .register-info-title .highlight {
      background: linear-gradient(180deg, #00ff88 0%, #00cc7a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .register-info-desc {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.68);
      line-height: 1.95;
      margin-bottom: 34px;
    }

    .register-benefits {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .register-benefits li {
      display: flex;
      align-items: center;
      gap: 16px;
      font-size: 15px;
      color: #fff;
    }

    /* Register block centered, steps list stays RTL/right */
    .register-info {
      text-align: center;
    }

    .register-benefits {
      direction: rtl;
      text-align: right;
      align-items: stretch;
    }

    .register-benefits li {
      justify-content: flex-start;
      text-align: right;
    }

    .benefit-icon {
      width: 38px;
      height: 38px;
      background: rgba(0, 204, 122, 0.1);
      border: 1px solid rgba(0, 204, 122, 0.24);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary);
      font-size: 15px;
      flex-shrink: 0;
      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .register-benefits li:hover .benefit-icon {
      background: rgba(0, 204, 122, 0.2);
      border-color: rgba(0, 204, 122, 0.5);
      transform: scale(1.12) rotate(5deg);
    }

    /* Form Box */
    .register-form-box {
      background: linear-gradient(150deg, rgba(8, 16, 12, 0.99) 0%, rgba(0, 20, 10, 0.97) 100%);
      border: 1px solid rgba(0, 204, 122, 0.24);
      border-radius: 28px;
      padding: 46px 42px;
      box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
      position: relative;
      overflow: hidden;
    }

    .register-form-box::before {
      content: '';
      position: absolute;
      top: -130px;
      right: -130px;
      width: 380px;
      height: 380px;
      background: radial-gradient(circle, rgba(0, 204, 122, 0.07) 0%, transparent 65%);
      pointer-events: none;
    }

    .register-form-title {
      font-size: 22px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 6px;
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .register-form-subtitle {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.42);
      text-align: center;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
    }

    .gift-code-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(0, 204, 122, 0.07);
      border: 1px dashed rgba(0, 204, 122, 0.32);
      border-radius: 14px;
      padding: 14px 20px;
      margin-bottom: 22px;
      position: relative;
      z-index: 1;
    }

    .gift-code-label {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.52);
      display: flex;
      align-items: center;
      gap: 7px;
    }

    .gift-code-value {
      font-size: 20px;
      font-weight: 900;
      color: #00ff88;
      letter-spacing: 3px;
      text-shadow: 0 0 20px rgba(0, 255, 136, 0.35);
    }

    .form-group {
      margin-bottom: 16px;
      position: relative;
      z-index: 1;
    }

    .form-label {
      display: block;
      font-size: 13px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.72);
      margin-bottom: 8px;
    }

    .form-input {
      width: 100%;
      padding: 14px 18px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 14px;
      color: #fff;
      font-family: 'Vazirmatn', 'Segoe UI', sans-serif;
      font-size: 15px;
      outline: none;
      transition: all 0.3s ease;
      direction: ltr;
      cursor: pointer;
    }

    .form-input:hover,
    .form-input:focus {
      border-color: rgba(0, 204, 122, 0.48);
      background: rgba(0, 204, 122, 0.06);
      box-shadow: 0 0 0 3px rgba(0, 204, 122, 0.1);
    }

    .form-input::placeholder {
      color: rgba(255, 255, 255, 0.26);
    }

    .form-check {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 24px;
      cursor: pointer;
      position: relative;
      z-index: 1;
    }

    .form-check input[type="checkbox"] {
      width: 18px;
      height: 18px;
      accent-color: var(--primary);
      flex-shrink: 0;
      margin-top: 2px;
      cursor: pointer;
    }

    .form-check-label {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.58);
      line-height: 1.7;
    }

    .form-check-label strong {
      color: var(--primary);
    }

    .btn-register {
      width: 100%;
      justify-content: center;
      font-size: 16px;
      padding: 16px 28px;
      position: relative;
      z-index: 1;
    }

    .register-login-link {
      text-align: center;
      margin-top: 18px;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.42);
      position: relative;
      z-index: 1;
    }

    .register-login-link a {
      color: var(--primary);
      text-decoration: none;
      font-weight: 700;
      transition: color 0.2s;
    }

    .register-login-link a:hover {
      color: #00ff88;
    }

    @media (max-width: 900px) {
      .register-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
      }
    }

    @media (max-width: 768px) {
      .register-section {
        padding: 60px 20px;
      }

      .register-form-box {
        padding: 30px 22px;
        border-radius: 22px;
      }
    }

    /* ============================================
       MOBILE WIDTH BOOST (edge-to-edge friendly)
       ============================================ */
    @media (max-width: 768px) {
      .b303w .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
      }

      .hero {
        padding-left: 8px !important;
        padding-right: 8px !important;
      }

      .hero-content {
        width: 100%;
        max-width: none;
        padding-left: 14px !important;
        padding-right: 14px !important;
      }

      .section {
        padding-left: 10px !important;
        padding-right: 10px !important;
      }

      .promo-banner {
        padding-left: 8px !important;
        padding-right: 8px !important;
      }

      .promo-banner-inner {
        width: 100%;
        max-width: none;
        padding-left: 14px !important;
        padding-right: 14px !important;
      }

      .quick-access {
        padding-left: 8px !important;
        padding-right: 8px !important;
      }

      .register-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
      }

      .register-form-box {
        width: 100%;
        max-width: none;
        padding-left: 14px !important;
        padding-right: 14px !important;
      }

      .card {
        padding-left: 16px !important;
        padding-right: 16px !important;
      }

      .note-box,
      .progress-item,
      .hero-description {
        padding-left: 14px !important;
        padding-right: 14px !important;
      }

      .section-media,
      .hero-image {
        width: 100%;
        max-width: none !important;
      }
    }/* End custom CSS */