@charset "UTF-8";

/* NetWelop-Fa.css - Optimized & Merged */
@font-face {
font-family: 'iransans';
src: url('fonts/IRANSans.woff2') format('woff2');
font-weight: normal;
font-display: swap; /* کمک به سرعت لود */
}

@font-face {
  font-family: 'BYekan'; /* Menu */
  font-display: swap; /* کمک به سرعت لود */
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'BTitrBold';
  font-display: swap; /* کمک به سرعت لود */
  src: url('fonts/BTitrBold.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BTitrBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BTitrBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'BRoya'; /* Description */
  src: url('fonts/BRoya.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BRoya.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BRoya.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
	direction: rtl;
	font-family: 'iransans';
	font-size: 10pt;
	
}

.hero-title {
    font-size: 30px;
    font-weight: 600;
}

#typed-text {
    color: #6541c1;
}

.cursor {
    display: inline-block;
    margin-right: 5px;
    animation: blink 1s infinite;
    color: #6541c1;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}


.gradient-text {
    background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* کارت‌های شیشه‌ای */
.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    transition: all 0.4s ease;
}

.glass-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* درخشش برای پکیج پیشنهادی */
.active-glow {
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.15);
}

/* استایل برچسب AI */
.badge-ai {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.05);
}


:root {
--indigo-primary: #6366f1;
--indigo-soft: rgba(99, 102, 241, 0.1);
}

.text-indigo { color: var(--indigo-primary); }
.bg-indigo { background-color: var(--indigo-primary); }
.bg-indigo-subtle { background-color: var(--indigo-soft); }
.btn-indigo { background-color: var(--indigo-primary); color: white; border: none; }
.btn-indigo:hover { background-color: #4f46e5; color: white; }
.btn-outline-indigo { border: 1px solid var(--indigo-primary); color: var(--indigo-primary); }

/* گرادینت متن بخش وب */
.text-gradient-web {
background: linear-gradient(90deg, #6366f1, #06b6d4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* کارت‌های بخش وب */
.web-card {
background: #ffffff;
border-radius: 30px;
transition: all 0.3s ease;
}

.web-card:hover {
transform: translateY(-10px);
}

.active-web-card {
border: 2px solid var(--indigo-primary) !important;
position: relative;
z-index: 1;
}

/* پنجره کد شیشه‌ای */
.glass-code-window {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 20px;
font-family: 'Courier New', Courier, monospace;
direction: ltr;
}

.code-text { color: #1e293b; font-size: 0.9rem; }
.token-keyword { color: #d33682; }
.token-string { color: #2aa198; }
.token-function { color: #268bd2; }


.hero {
  padding: 160px 0;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124,92,255,0.25), transparent 70%);
  filter: blur(120px);
  z-index: -1;
}

.hero h1 {
  font-family: 'BYekan', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}

.subtitle {
  max-width: 600px;
  color: var(--text-secondary);
  margin-bottom: 40px;
}

.philosophy {
  padding: 140px 0;
  background: var(--bg-secondary);
}

.philosophy h2 {
  font-family: 'BTitrBold', sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
}

.philosophy p {
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.authority {
transition: all 0.3s ease;
background: radial-gradient(circle, #ffffff, transparent 70%);
  padding: 40px 0;
  text-align: center;
}

.narrow {
  max-width: 800px;
}

.process {
  padding: 140px 0;
  background: var(--bg-secondary);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.process-step span {
	font-family: 'BRoya';
	color: var(--accent);
	font-weight: 600;
}