@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#ff3b3b;--yellow-dark:#c4272b;--yellow-glow:#ff3b3b4d;--green:#1f9d55;--green-dark:#0f7a3d;--green-glow:#1f9d554d;--dark:#fff0f0;--dark2:#ffffff;--dark3:#ffe4e6;--dark4:#ffd3d7;--gray:#a67a7e;--gray-light:#5a2e32;--white:#2b1013}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--white);direction:rtl;font-family:Vazirmatn,Tahoma,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--dark2)}::-webkit-scrollbar-thumb{background:var(--yellow-dark);border-radius:3px}@keyframes flicker{0%,95%,to{opacity:1}96%{opacity:.4}97%{opacity:1}98%{opacity:.2}99%{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px var(--yellow-glow)}50%{box-shadow:0 0 40px var(--yellow-glow), 0 0 80px var(--yellow-glow)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes electric-line{0%{stroke-dashoffset:1000px;opacity:0}10%{opacity:1}90%{opacity:1}to{stroke-dashoffset:0;opacity:0}}@keyframes particle-float{0%{opacity:1;transform:translateY(0)translate(0)scale(1)}to{transform:translateY(-120px) translateX(var(--dx)) scale(0);opacity:0}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes border-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes count-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.5s forwards slide-in-up}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse-glow{animation:2s ease-in-out infinite pulse-glow}.animate-flicker{animation:4s infinite flicker}.animate-spin-slow{animation:8s linear infinite spin-slow}

/* =============================================
   MOBILE RESPONSIVE - barghfani.ir
   ============================================= */

@media (max-width: 768px) {
  
  body, #root { overflow-x: hidden !important; }

  /* ===== SECTIONS ===== */
  section {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* ===== GRIDS ===== */
  [style*="grid-template-columns: repeat(auto-fill"],
  [style*="grid-template-columns: repeat(auto-fit"] {
    grid-template-columns: 1fr !important;
  }

  [style*="grid-template-columns: 2fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  [style*="grid-template-columns: minmax(0, 1fr) 340px"],
  [style*="grid-template-columns: minmax(0,1fr) 340px"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* ===== FONT SIZES ===== */
  [style*="font-size: 64px"], [style*="font-size: 72px"],
  [style*="font-size: 56px"], [style*="font-size: 65px"] {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }

  [style*="font-size: 48px"], [style*="font-size: 42px"],
  [style*="font-size: 40px"] {
    font-size: 26px !important;
  }

  [style*="font-size: 36px"], [style*="font-size: 32px"] {
    font-size: 22px !important;
  }

  /* ===== PADDING ===== */
  [style*="padding: 120px 32px"],
  [style*="padding: 100px 32px"],
  [style*="padding: 80px 32px"],
  [style*="padding: 80px 40px"],
  [style*="padding: 60px 32px"] {
    padding-top: 48px !important;
    padding-bottom: 40px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  [style*="padding: 40px 32px"],
  [style*="padding: 48px 32px"] {
    padding: 28px 16px !important;
  }

  [style*="padding: 56px 32px"] {
    padding: 28px 16px !important;
  }

  [style*="padding: 60px"] {
    padding: 32px 16px !important;
  }

  /* ===== FIXED WIDTHS ===== */
  [style*="width: 600px"],
  [style*="width: 700px"],
  [style*="min-width: 280px"],
  [style*="min-width: 380px"] {
    width: 100% !important;
    min-width: unset !important;
    max-width: 100% !important;
  }

  [style*="width: 380px"] {
    width: 100vw !important;
  }

  /* ===== MODAL ===== */
  [style*="max-width: 500px"],
  [style*="max-width: 520px"],
  [style*="max-width: 480px"],
  [style*="max-width: 700px"],
  [style*="max-width: 720px"] {
    max-width: 95vw !important;
  }

  [style*="max-width: 420px"],
  [style*="max-width: 400px"] {
    max-width: 95vw !important;
    padding: 24px 18px !important;
  }

  /* ===== COURSE DETAIL ===== */
  [style*="position: sticky"][style*="top: 90px"],
  [style*="position: sticky"][style*="top: 80px"],
  [style*="position: sticky"][style*="top:90px"] {
    position: static !important;
  }

  /* ===== PROFILE TABS ===== */
  [style*="overflow-x: auto"] {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* ===== FOOTER ===== */
  footer {
    overflow-x: hidden !important;
  }

  footer > div:first-child {
    flex-direction: column !important;
    padding: 32px 16px !important;
    gap: 28px !important;
  }

  footer > div:first-child > div {
    min-width: unset !important;
    width: 100% !important;
  }

  footer > div:last-child {
    padding: 20px 16px !important;
    flex-direction: column !important;
    gap: 16px !important;
    text-align: center !important;
  }

  /* ===== ABOUT SECTION ===== */
  [style*="gap: 40px"] {
    gap: 20px !important;
    flex-direction: column !important;
  }

}

/* ===== زیر 480px ===== */
@media (max-width: 480px) {
  [style*="font-size: 64px"], [style*="font-size: 72px"],
  [style*="font-size: 56px"], [style*="font-size: 65px"] {
    font-size: 26px !important;
  }

  [style*="padding: 20px 60px"] {
    padding: 20px 16px !important;
  }
}