.elementor-1166 .elementor-element.elementor-element-7fd0228{--display:flex;overflow:visible;}.elementor-1166 .elementor-element.elementor-element-4d975a7b{--display:flex;overflow:visible;}body.elementor-page-1166:not(.elementor-motion-effects-element-type-background), body.elementor-page-1166 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B213B;background-image:var(--wpr-bg-93585321-fcf2-49a9-af48-001c9f5849b9);background-position:center center;}:root{--page-title-display:none;}@media(min-width:1025px){body.elementor-page-1166:not(.elementor-motion-effects-element-type-background), body.elementor-page-1166 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){body.elementor-page-1166{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-e85bf65 *//* بارگذاری فونت */
@import url(https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css);

/* =========================================
CSS Variables - متغیرهای مشترک
========================================= */
:root {
  --primary-green: #00ff88;
  --primary-green-alt: #00fa9a;
  --primary-green-dark: #00cc6a;
  --primary-purple: #bd00ff;
  --primary-blue: #00ccff;
  --bg-dark: #050505;
  --bg-card: #081410;
  --bg-glass: rgba(20, 20, 20, 0.85);
  --border-color: rgba(255, 255, 255, 0.1);
  --border-green: #1a3d33;
  --text-main: #ffffff;
  --text-muted: #9ca3af;
  --text-light: #d1d5db;
  --font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
  /* متغیرهای یکپارچه‌سازی */
  --section-max-width: 1200px;
  --section-padding: 40px;
  --section-margin: 30px auto;
  --section-gap: 50px;
}

/* Screen Reader Only - برای H1 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* =========================================
Container اصلی برای یکپارچه‌سازی
========================================= */
.bet303-main-container {
  width: 100%;
  max-width: var(--section-max-width);
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
}

/* =========================================
استایل‌های کارت مخصوص المنتور
========================================= */
.bf-card-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.bf-card-container {
  font-family: var(--font-family) !important;
  direction: rtl;
  background-color: var(--bg-card);
  border: 2px solid var(--border-green);
  border-radius: 25px;
  padding: var(--section-padding);
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.6);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

.bf-title {
  color: var(--text-main);
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.bf-text-green {
  color: var(--primary-green-alt);
  text-shadow: 0 0 15px rgba(0, 250, 154, 0.4);
}

.bf-subtitle {
  color: var(--text-muted);
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: 1.6;
}

.bf-footer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.bf-highlight {
  color: var(--text-main);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 12px 20px;
  background: rgba(0, 250, 154, 0.08);
  border: 1px solid rgba(0, 250, 154, 0.2);
  border-radius: 12px;
  white-space: nowrap;
}

/* فلش‌ها */
.arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--primary-green-alt);
  border-left: 3px solid var(--primary-green-alt);
  margin: 0 2px;
  opacity: 0;
  animation: bf-blink 1.5s infinite;
}

.arrows-right .arrow { 
  transform: rotate(-45deg);
  --r: -45deg;
  --x: -5px;
}

.arrows-left .arrow { 
  transform: rotate(135deg);
  --r: 135deg;
  --x: 5px;
}

@keyframes bf-blink {
  0% { opacity: 0; transform: translate(0, 0) rotate(var(--r)); }
  50% { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--x), 0) rotate(var(--r)); }
}

.arrow:nth-child(1) { animation-delay: 0s; }
.arrow:nth-child(2) { animation-delay: 0.2s; }
.arrow:nth-child(3) { animation-delay: 0.4s; }

/* دکمه */
.bf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-green-alt);
  color: var(--bg-card);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  padding: 15px 45px;
  border-radius: 50px;
  margin-top: 35px;
  box-shadow: 0 0 20px rgba(0, 250, 154, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  cursor: pointer;
  line-height: normal;
}

.bf-btn svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  fill: currentColor;
}

.bf-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 250, 154, 0.5);
  background-color: var(--text-main);
  color: #00a86b;
  border-color: var(--primary-green-alt);
}

/* =========================================
ویجت پیشرفته بت 303
========================================= */
.b303-wrapper {
  --b3-primary: var(--primary-green);
  --b3-primary-dark: var(--primary-green-dark);
  --b3-bg: rgba(5, 5, 5, 0.65);
  --b3-border: var(--border-color);
  --b3-text-main: var(--text-main);
  --b3-text-muted: var(--text-muted);
  --b3-radius: 24px;
  --b3-padding: clamp(16px, 4cqw, 32px);
  font-family: var(--font-family);
  direction: rtl;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  container-type: inline-size;
  container-name: b303-widget;
}

.b303-wrapper * {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.b303-card {
  background-color: var(--b3-bg);
  background-image:
    radial-gradient(circle at 100% 0%, rgba(0, 255, 136, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 0% 100%, rgba(20, 30, 40, 0.4) 0%, transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, transparent 100%);
  border: 1px solid var(--b3-border);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--b3-radius);
  overflow: hidden;
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(255,255,255,0.02);
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.b303-header {
  padding: 16px 16px 0;
  position: relative;
  z-index: 2;
}

.b303-switcher {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px;
  border-radius: 99px;
  border: 1px solid var(--b3-border);
  backdrop-filter: blur(5px);
}

.b303-tab-btn {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  padding: 14px;
  border-radius: 99px;
  font-family: inherit;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.b303-tab-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: transform 0.3s;
}

.b303-tab-btn:hover:not(.active) {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.b303-tab-btn.active {
  background: var(--b3-primary);
  color: #000;
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.3);
}

.b303-tab-btn.active svg {
  transform: scale(1.1);
}

.b303-content-wrapper {
  position: relative;
  overflow: hidden;
}

.b303-panel {
  padding: var(--b3-padding);
  display: none;
  opacity: 0;
  transform: translateY(10px);
  animation: b3SlideUp 0.5s forwards;
}

.b303-panel.active {
  display: block;
}

@keyframes b3SlideUp {
  to { opacity: 1; transform: translateY(0); }
}

.b303-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}

.b303-badge {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.b303-badge.primary { 
  background: rgba(0, 255, 136, 0.1); 
  color: var(--b3-primary); 
  border: 1px solid rgba(0, 255, 136, 0.2); 
}

.b303-badge.secondary { 
  background: rgba(255, 255, 255, 0.05); 
  color: #ccc; 
  border: 1px solid rgba(255, 255, 255, 0.1); 
}

.b303-title {
  font-size: clamp(1.5rem, 5cqw, 2rem);
  margin: 0 0 10px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.b303-desc {
  color: var(--b3-text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.b303-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.b303-feat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--b3-border);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s, background 0.3s;
}

.b303-feat-box:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255,255,255,0.2);
}

.b303-feat-title {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

.b303-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 255, 136, 0.1);
  color: var(--b3-primary);
  display: grid;
  place-items: center;
}

.b303-steps {
  background: rgba(0,0,0,0.2);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid var(--b3-border);
}

.b303-step-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  position: relative;
}

.b303-step-row:last-child { margin-bottom: 0; }

.b303-step-row:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 30px; 
  right: 14px; 
  bottom: -20px;
  width: 2px;
  background: linear-gradient(to bottom, var(--b3-primary), transparent);
  opacity: 0.3;
}

.b303-num {
  width: 28px; 
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  border: 2px solid var(--b3-primary);
  color: var(--b3-primary);
  font-weight: 900;
  font-size: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.2);
}

.b303-step-txt {
  font-size: 0.9rem;
  color: #ddd;
  line-height: 1.6;
}

.b303-code {
  background: rgba(255,255,255,0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  color: var(--b3-primary);
  border: 1px solid rgba(255,255,255,0.1);
}

.b303-btn-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px;
  margin-top: 24px;
  border-radius: 16px;
  background: var(--b3-primary);
  color: #000;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.1rem;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 0 0 1px rgba(0,255,136,0.3);
}

.b303-btn-cta.ios-style {
  background: #fff;
  color: #000;
}

.b303-btn-cta:hover {
  background: var(--b3-primary-dark);
  transform: scale(1.02);
  box-shadow: 0 10px 30px -10px var(--b3-primary-dark);
}

.b303-btn-cta.ios-style:hover {
  background: #f0f0f0;
}

.b303-btn-cta::before {
  content: '';
  position: absolute;
  top: 0; 
  left: -100%;
  width: 50%; 
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-20deg);
  animation: b3Shimmer 3s infinite;
}

@keyframes b3Shimmer {
  0% { left: -100%; }
  20% { left: 200%; }
  100% { left: 200%; }
}

.b303-video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid var(--b3-border);
  overflow: hidden;
}

.b303-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.b303-warning {
  margin-top: 20px;
  background: rgba(255, 193, 7, 0.05);
  border: 1px solid rgba(255, 193, 7, 0.2);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
  color: #ddd;
  align-items: start;
}

.b303-warning svg {
  width: 24px; 
  height: 24px;
  fill: #ffc107;
  flex-shrink: 0;
}

/* =========================================
کارت درباره اپلیکیشن
========================================= */
.bf-about-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-green);
  border-radius: 20px;
  padding: var(--section-padding);
  direction: rtl;
  font-family: var(--font-family);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.bf-about-title {
  color: var(--text-main);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 25px;
  text-align: right;
  border-right: 4px solid var(--primary-green-alt);
  padding-right: 15px;
}

.bf-about-content p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 20px;
}

.bf-about-content p:last-child {
  margin-bottom: 0;
}

.bf-keyword {
  color: var(--text-main);
  font-weight: 700;
}

/* =========================================
ویجت پشتیبانی و لینک‌ها
========================================= */
.bet303-container {
  font-family: var(--font-family);
  direction: rtl;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.bet303-box {
  background: var(--bg-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  border-bottom: 2px solid var(--primary-green);
  border-radius: 20px;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 255, 136, 0.1);
  flex-wrap: nowrap;
  gap: 25px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bet303-box:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 255, 136, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.bet303-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,255,136,0.05) 0%, transparent 60%);
  z-index: -1;
  animation: rotateBg 20s linear infinite;
}

@keyframes rotateBg {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bet303-right {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: auto;
  position: relative;
}

.bet303-logo img {
  max-width: 110px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.2));
  transition: transform 0.3s ease;
}

.bet303-logo img:hover {
  transform: scale(1.05) rotate(-2deg);
}

.bet303-text-group { display: none; }

.bet303-center {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-grow: 1;
  justify-content: center;
}

.bet303-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  white-space: nowrap;
  z-index: 1;
  border: 1px solid rgba(255,255,255,0.1);
  line-height: normal;
}

.bet303-btn i {
  margin-left: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.bet303-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.bet303-btn:hover i {
  transform: scale(1.2) rotate(10deg);
}

.bet303-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: 0.5s;
  z-index: -1;
}

.bet303-btn:hover::after {
  left: 100%;
}

.btn-purple {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
  box-shadow: 0 4px 15px rgba(142, 68, 173, 0.4);
}

.btn-blue {
  background: linear-gradient(135deg, #0088cc, #005f91);
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.4);
}

.btn-live::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-green);
  border-radius: 50%;
  box-shadow: 0 0 5px var(--primary-green);
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.bet303-left {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: flex-end;
}

.age-badge {
  width: 45px;
  height: 45px;
  border: 2px solid #ff4757;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4757;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(255, 71, 87, 0.2);
  cursor: default;
  animation: heartbeat 2s infinite;
  background: rgba(255, 71, 87, 0.05);
}

@keyframes heartbeat {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.4); }
  50% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(255, 71, 87, 0); }
}

.security-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.security-badge:hover { opacity: 1; }

.security-badge i {
  font-size: 24px;
  background: linear-gradient(180deg, #2ecc71, #27ae60);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 5px rgba(46, 204, 113, 0.5));
}

.security-badge span {
  font-size: 9px;
  color: #ccc;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1.2;
}

/* =========================================
آکاردئون سوالات متداول
========================================= */
.neon-wrapper {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-family);
}

.neon-panel {
  background-color: rgba(8, 20, 16, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-green);
  border-radius: 20px;
  padding: var(--section-padding);
  direction: rtl;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.neon-head {
  color: var(--text-main);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 25px;
  text-align: right;
  border-right: 4px solid var(--primary-green-alt);
  padding-right: 15px;
}

.neon-accent {
  color: var(--primary-green-alt);
  text-shadow: 0 0 12px rgba(0, 250, 154, 0.35);
}

.neon-accordion {
  background-color: rgba(255, 255, 255, 0.03);
  color: var(--text-light);
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  border-radius: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
}

.neon-accordion:hover, 
.neon-accordion.active {
  background-color: rgba(0, 250, 154, 0.05);
  border-color: rgba(0, 250, 154, 0.4);
  color: var(--text-main);
}

.neon-accordion:after {
  content: '+';
  font-size: 24px;
  color: var(--primary-green-alt);
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.neon-accordion.active:after {
  content: '-';
  transform: rotate(180deg);
}

.neon-content {
  padding: 0 20px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  border-radius: 0 0 12px 12px;
}

.neon-content p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  padding: 15px 0 25px 0;
  margin: 0;
  border-top: 1px dashed rgba(0, 250, 154, 0.2);
}

.neon-tag {
  color: var(--text-main);
  font-weight: 700;
}

/* =========================================
ریسپانسیو - Media Queries
========================================= */
@media (max-width: 900px) {
  .bet303-box {
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
    gap: 25px;
    border-bottom: none;
    border-top: 3px solid var(--primary-green);
  }
  .bet303-right { margin-bottom: 5px; }
  .bet303-logo img { max-width: 140px; }
  .bet303-center {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .bet303-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }
  .bet303-left {
    width: 100%;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  :root {
    --section-padding: 30px;
    --section-gap: 35px;
  }
  .bet303-main-container {
    padding: 15px 10px;
  }
  .bf-card-container { 
    padding: 25px 20px; 
    border-radius: 20px;
  }
  .bf-title { 
    font-size: 28px; 
    line-height: 1.3;
  }
  .bf-subtitle { 
    font-size: 15px; 
    margin-bottom: 20px; 
    line-height: 1.6;
  }
  .bf-highlight { 
    font-size: 15px; 
    padding: 10px 12px; 
    white-space: normal;
  }
  .arrow { 
    width: 7px; 
    height: 7px; 
    border-width: 2px; 
  }
  .bf-btn {
    width: 100%;
    font-size: 17px;
    padding: 14px 20px;
    margin-top: 25px;
  }
  .b303-card, .b303-content-wrapper, .b303-panel {
    height: auto !important;
    min-height: 0 !important;
  }
  .b303-card { transition: none !important; }
  .bf-about-card { 
    padding: 25px 20px; 
    border-radius: 18px;
  }
  .bf-about-title { 
    font-size: 22px; 
    margin-bottom: 20px;
    padding-right: 12px;
  }
  .bf-about-content p { 
    font-size: 14px; 
    line-height: 1.8; 
    margin-bottom: 15px;
  }
  /* بهبود سوالات متداول */
  .neon-panel { 
    padding: 20px 15px; 
    border-radius: 18px;
  }
  .neon-head { 
    font-size: 20px; 
    margin-bottom: 20px;
    padding-right: 12px;
    border-right-width: 3px;
  }
  .neon-accordion { 
    font-size: 14px; 
    padding: 14px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    line-height: 1.5;
  }
  .neon-accordion:after {
    font-size: 20px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .neon-content {
    padding: 0 12px;
  }
  .neon-content p {
    font-size: 13px;
    line-height: 1.8;
    padding: 12px 0 18px 0;
  }
}

@media (max-width: 480px) {
  :root {
    --section-padding: 20px;
    --section-gap: 30px;
  }
  .bet303-main-container {
    padding: 10px 8px;
    gap: 25px;
  }
  .bf-card-container { 
    padding: 20px 15px; 
    border-radius: 18px; 
  }
  .bf-title { 
    font-size: 24px; 
    margin-bottom: 12px;
  }
  .bf-subtitle {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .bf-footer-row { 
    gap: 5px; 
    flex-wrap: wrap;
    justify-content: center;
  }
  .bf-highlight { 
    font-size: 12px; 
    padding: 8px 10px; 
    border-radius: 8px;
    white-space: normal;
    text-align: center;
  }
  .arrow { 
    width: 6px; 
    height: 6px; 
    margin: 0 1px; 
  }
  .bf-btn { 
    font-size: 15px; 
    padding: 12px 15px; 
    margin-top: 20px;
  }
  .bf-btn svg { 
    width: 18px; 
    height: 18px; 
    margin-left: 8px; 
  }
  /* بهبود ویجت بت 303 */
  .b303-header {
    padding: 12px 12px 0;
  }
  .b303-switcher {
    padding: 4px;
    gap: 4px;
  }
  .b303-tab-btn {
    padding: 10px 8px;
    font-size: 0.9rem;
  }
  .b303-tab-btn svg {
    width: 18px;
    height: 18px;
  }
  .b303-title {
    font-size: 1.3rem;
  }
  .b303-desc {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }
  .b303-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  .b303-feat-box {
    padding: 12px;
  }
  .b303-feat-title {
    font-size: 13px;
  }
  .b303-steps {
    padding: 15px;
    border-radius: 14px;
  }
  .b303-step-row {
    gap: 12px;
    margin-bottom: 12px;
  }
  .b303-step-txt {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  .b303-btn-cta {
    font-size: 1rem;
    padding: 14px;
    margin-top: 20px;
  }
  /* بهبود کارت درباره */
  .bf-about-card {
    padding: 18px 15px;
    border-radius: 16px;
  }
  .bf-about-title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 10px;
    border-right-width: 3px;
  }
  .bf-about-content p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  /* بهبود سوالات متداول - موبایل */
  .neon-panel {
    padding: 18px 12px;
    border-radius: 16px;
  }
  .neon-head {
    font-size: 18px;
    margin-bottom: 18px;
    padding-right: 10px;
    border-right-width: 3px;
    line-height: 1.4;
  }
  .neon-accordion {
    font-size: 13px;
    padding: 12px 10px;
    margin-bottom: 8px;
    border-radius: 10px;
    line-height: 1.6;
    text-align: right;
    word-break: break-word;
  }
  .neon-accordion:after {
    font-size: 18px;
    margin-right: 8px;
    flex-shrink: 0;
    min-width: 20px;
  }
  .neon-content {
    padding: 0 10px;
  }
  .neon-content p {
    font-size: 12px;
    line-height: 1.8;
    padding: 10px 0 15px 0;
    text-align: justify;
    word-break: break-word;
  }
  .neon-tag {
    font-size: 12px;
  }
  /* بهبود ویجت پشتیبانی */
  .bet303-box {
    padding: 20px 15px;
    gap: 20px;
  }
  .bet303-logo img {
    max-width: 100px;
  }
  .bet303-btn {
    font-size: 13px;
    padding: 12px 15px;
  }
  .bet303-btn i {
    font-size: 16px;
    margin-left: 8px;
  }
  .age-badge {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .security-badge i {
    font-size: 20px;
  }
  .security-badge span {
    font-size: 8px;
  }
}

@container b303-widget (max-width: 450px) {
  .b303-switcher { font-size: 0.85rem; }
  .b303-tab-btn { padding: 8px 6px; }
  .b303-btn-cta { font-size: 0.95rem; padding: 12px; }
  .b303-grid { grid-template-columns: 1fr; }
  .b303-card, .b303-content-wrapper, .b303-panel {
    height: auto !important;
    min-height: 0 !important;
  }
  .b303-card { transition: none !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2dd5eb *//* ===== Bet303 Social Icons (Optimized) ===== */
.social-icons-list{
  --s-size: 50px;
  --s-icon: 22px;
  --s-gap: clamp(10px, 2.2vw, 20px);

  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;                 /* جلوگیری از اسکرول افقی */
  justify-content: center;
  align-items: center;
  gap: var(--s-gap);
}

/* هر آیتم */
.social-item{
  position: relative;
}

/* لینک اصلی */
.social-item > a{
  position: relative;
  display: grid;
  place-items: center;
  width: var(--s-size);
  height: var(--s-size);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 6px 14px rgba(0,0,0,.22);
  overflow: visible;
  -webkit-tap-highlight-color: transparent;

  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.social-item > a:focus{
  outline: none;
}
.social-item > a:focus-visible{
  box-shadow: 0 0 0 3px rgba(0,255,136,.18), 0 10px 22px rgba(0,0,0,.32);
}

/* SVG */
.social-item > a svg{
  width: var(--s-icon);
  height: var(--s-icon);
  display: block;
  transition: transform .18s ease;
}

/* Hover فقط روی دستگاه‌های hoverدار */
@media (hover:hover){
  .social-item > a:hover{
    transform: translateY(-4px);
    filter: brightness(1.03);
  }
  .social-item > a:hover svg{
    transform: scale(1.08);
  }
}

/* Tooltip (داخل لینک) */
.social-item > a .tooltip{
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);

  background: rgba(0,0,0,.82);
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 5;
}

.social-item > a .tooltip::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0,0,0,.82);
}

/* Tooltip: hover + focus-visible */
@media (hover:hover){
  .social-item > a:hover .tooltip{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}
.social-item > a:focus-visible .tooltip{
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* --- Brand Colors (همان منطق قبلی، ولی تمیزتر) --- */
.social-item > a[data-social="medium"]{ background:#00ab6c; }
.social-item > a[data-social="telegram"]{ background:#24A1DE; }
.social-item > a[data-social="facebook"]{ background:#1877F2; }
.social-item > a[data-social="twitter"]{ background:#1DA1F2; }
.social-item > a[data-social="instagram"]{
  background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-item > a[data-social="youtube"]{ background:#FF0000; }

/* Glow سبک و کم‌هزینه‌تر (بدون انیمیشن اضافی) */
@media (hover:hover){
  .social-item > a[data-social="medium"]:hover{ box-shadow: 0 0 0 3px rgba(0,255,136,.10), 0 16px 26px rgba(0,0,0,.35); }
  .social-item > a[data-social="telegram"]:hover{ box-shadow: 0 0 0 3px rgba(0,255,136,.10), 0 16px 26px rgba(0,0,0,.35); }
  .social-item > a[data-social="facebook"]:hover{ box-shadow: 0 0 0 3px rgba(0,255,136,.10), 0 16px 26px rgba(0,0,0,.35); }
  .social-item > a[data-social="twitter"]:hover{ box-shadow: 0 0 0 3px rgba(0,255,136,.10), 0 16px 26px rgba(0,0,0,.35); }
  .social-item > a[data-social="instagram"]:hover{ box-shadow: 0 0 0 3px rgba(0,255,136,.10), 0 16px 26px rgba(0,0,0,.35); }
  .social-item > a[data-social="youtube"]:hover{ box-shadow: 0 0 0 3px rgba(0,255,136,.10), 0 16px 26px rgba(0,0,0,.35); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .social-item > a,
  .social-item > a svg,
  .social-item > a .tooltip{
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4256421 *//* ===== Bet303 Footer Badge (Optimized / Green Theme) ===== */
.bet303-glow-box{
  display:flex;
  justify-content:center;
  padding: clamp(12px, 2vw, 20px);
}

.bet303-glow-box,
.bet303-glow-box *{
  box-sizing: border-box;
}

.bet303-glass-card{
  position: relative;
  padding: 2px;                 /* ضخامت بُردر */
  border-radius: 16px;
  background: linear-gradient(90deg, #1a1a1a, #29fa95, #1a1a1a);
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  transition: transform .18s ease, box-shadow .18s ease;
}

.bet303-glass-card:hover,
.bet303-glass-card:focus-within{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.42), 0 0 0 3px rgba(117,239,81,.10);
}

.bet303-inner{
  background: rgba(10, 10, 10, 0.88);
  border-radius: 14px;          /* کمی کمتر از والد */
  padding: clamp(10px, 2vw, 12px) clamp(14px, 3vw, 22px);
  display:flex;
  align-items:center;
  gap: 10px;
  row-gap: 6px;
  flex-wrap: wrap;              /* ریسپانسیو */
  color: rgba(255,255,255,.72);
  font-family: inherit;         /* با فونت سایت هماهنگ */
  font-size: 13px;
  line-height: 1.4;
}

@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))){
  .bet303-inner{
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}

.bet303-inner img{
  width: 20px;
  height: 20px;
  display:block;
  filter: grayscale(1);
  opacity: .92;
  transition: filter .18s ease, opacity .18s ease;
}

/* Fix: فیلترها در یک خط (بدون override) */
.bet303-glass-card:hover .bet303-inner img,
.bet303-glass-card:focus-within .bet303-inner img{
  opacity: 1;
  filter: grayscale(0) drop-shadow(0 0 6px rgba(117,239,81,.55));
}

.bet303-meta{
  unicode-bidi: isolate;
}

.bet303-clean-link{
  unicode-bidi: isolate;
  font-weight: 800;
  letter-spacing: .4px;
  text-decoration: none;
  color: #29fa95; /* fallback امن برای همه مرورگرها */
}

.bet303-clean-link:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* گرادیان متن فقط وقتی WebKit پشتیبانی کند */
@supports (-webkit-background-clip: text){
  .bet303-clean-link{
    background: linear-gradient(90deg, #ffffff, #29fa95);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.bet303-clean-link:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(117,239,81,.18);
  border-radius: 6px;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce){
  .bet303-glass-card,
  .bet303-inner img{
    transition: none !important;
  }
}/* End custom CSS */