/**
 * NexusGuard v4 Base / Typography v4.2.5
 *
 * IRANSansX licensed for NexusGuard / محافظ ارتباطات ایمن دادگران
 */

:root {
  --ng-infra-black: #071018;
  --ng-enterprise-navy: #0B1F33;
  --ng-nexus-blue: #1457D9;
  --ng-cyber-cyan: #24C6DC;
  --ng-cloud-gray: #F5F7FA;
  --ng-ice-blue: #EEF5FA;
  --ng-white: #FFFFFF;
  --ng-cool-border: #DCE6EF;
  --ng-ink: #111827;
  --ng-slate: #64748B;
  --ng-signal-red: #E02B24;
  --ng-stable-green: #0F9F6E;

  --ng-font-main: "IRANSansXStatic", "IRANSansX", "IRANSans", "Vazirmatn", "Segoe UI", Tahoma, Arial, sans-serif;

  --ng-radius-sm: 10px;
  --ng-radius-md: 16px;
  --ng-radius-lg: 24px;

  --ng-shadow-soft: 0 18px 45px rgba(7, 16, 24, 0.08);
  --ng-shadow-card: 0 10px 30px rgba(7, 16, 24, 0.06);
  /*
   * NexusGuard v4.40.0 Design Token Foundation
   * Exact-value aliases only. No consumer remapping in C1.
   */
  --ng-shadow-card-elevated: 0 14px 34px rgba(7,16,24,.055);
  --ng-shadow-dark-panel: 0 24px 70px rgba(0,0,0,.24);
  --ng-shadow-final-cta: 0 18px 46px rgba(7,16,24,.07);
  --ng-shadow-chip: 0 8px 24px rgba(7,16,24,.045);


  --ng-container: 1180px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  direction: rtl;
  background: var(--ng-white);
  color: var(--ng-ink);
  font-family: var(--ng-font-main);
  font-weight: 400;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

strong,
b {
  font-weight: 700;
}

button,
input,
select,
textarea {
  font-family: var(--ng-font-main);
}

h1,
h2,
h3,
h4,
h5,
h6,
.ng-btn,
.ng-v4-nav,
.ng-v4-brand,
.ng-eyebrow {
  font-family: var(--ng-font-main);
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: 0;
}

p {
  font-weight: 400;
}

.ng-container {
  width: min(var(--ng-container), calc(100% - 40px));
  margin-inline: auto;
}

/**
 * NexusGuard v4.3.5.1 Global Overflow Guard
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  position: relative;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

pre,
code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

/**
 * NexusGuard v4.17.3 IRANSansX Variable Font Strategy
 *
 * Default stack uses IRANSansXStatic. Browsers with variable font support
 * switch to IRANSansXVariable. This follows FontIran's recommended fallback
 * model and keeps all purchased font capabilities available.
 */
@supports (font-variation-settings: normal) {
  :root {
    --ng-font-main: "IRANSansXVariable", "IRANSansXStatic", "IRANSansX", "IRANSans", "Vazirmatn", "Segoe UI", Tahoma, Arial, sans-serif;
  }
}

