/*
Theme Name: وب‌ستاک
Theme URI: https://webstack.ir
Author: Mehdi Rostamian
Author URI: https://webstack.ir
Description: قالب اختصاصی طراحی سایت حرفه‌ای وب‌ستاک
Version: 1.0
Text Domain: webstack
*/

/* ===========================
   style.css — وب‌ستاک
   =========================== */

/* --- Variables --- */
:root {
  --bg:       #0a0710;
  --bg2:      #0f0c1a;
  --bg3:      #150f24;
  --card:     #12102000;
  --card2:    #1a1630;

  --p900: #1e0a3c;
  --p800: #2d1060;
  --p700: #3d1a80;
  --p600: #5b2bb5;
  --p500: #7c3fe0;
  --p400: #9d6ef0;
  --p300: #c4a8f8;

  --accent: #9d6ef0;
  --gold:   #f5c842;
  --green:  #4ade80;

  --txt:    #f0ecff;
  --txt2:   #b0a8cc;
  --txt3:   #7a7095;

  --border: rgba(157,110,240,.18);
  --border2: rgba(157,110,240,.32);

  --r:  14px;
  --r2: 22px;

  --shadow: 0 8px 40px rgba(92,43,181,.25);
  --glow:   0 0 60px rgba(124,63,224,.3);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'IRANSansWeb', sans-serif;
  background: var(--bg);
  color: var(--txt);
  line-height: 1.7;
  direction: rtl;
  overflow-x: hidden;
}

/* بقیه تمام کد CSS که فرستادی رو دقیقاً از اینجا به پایین کپی کن */
