.elementor-22 .elementor-element.elementor-element-836c7b7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-bfb1479{padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-0017322{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-77e0a55{padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-5751163{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-02bbfb6{padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-00ab45a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-e9f4fe7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-523d716{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-8222475{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-c54167e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-aa194ae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-cb9f7f8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-038f5b0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-45ec3be{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-3102598{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-4a2c99a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-1a7f3ef{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bfb1479 */.ns-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(10, 14, 19, 0.82);
  border-bottom: 1px solid var(--ns-border);
  height: var(--ns-header-height);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.ns-header.scrolled {
  background: rgba(10, 14, 19, 0.95);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.ns-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 28px;
  height: var(--ns-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ns-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}

.ns-logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-height: 44px;
  max-width: 180px;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ns-logo-img:hover {
  opacity: 0.85;
  transform: scale(1.02);
}

.ns-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: right;
}

.ns-logo-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ns-text);
  letter-spacing: -0.01em;
}

.ns-logo-tagline {
  font-size: 0.6rem;
  font-weight: 400;
  color: var(--ns-text-dim);
  letter-spacing: 0.08em;
  opacity: 0.8;
}

.ns-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.ns-nav-links a {
  font-size: 0.9rem;
  color: var(--ns-text-dim);
  transition: color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.ns-nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--ns-accent);
  transition: width 0.3s ease;
}

.ns-nav-links a:hover {
  color: var(--ns-text);
  transform: translateY(-1px);
}

.ns-nav-links a:hover::after {
  width: 100%;
}

.ns-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ns-accent);
  color: #08211E !important;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 9px 22px;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ns-nav-cta::after {
  display: none;
}

.ns-nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -8px rgba(63, 209, 193, 0.5);
}

.ns-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.ns-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ns-text);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

#ns-nav-toggle {
  display: none;
}

#ns-nav-toggle:checked ~ .ns-header-inner .ns-burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#ns-nav-toggle:checked ~ .ns-header-inner .ns-burger span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

#ns-nav-toggle:checked ~ .ns-header-inner .ns-burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#ns-nav-toggle:checked ~ .ns-header-inner .ns-nav-links {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  padding: 16px 0;
}

/* ==========================================================
 * HEADER - ریسپانسیو ارتقا یافته
 * ========================================================== */

@media (max-width: 980px) {
  :root {
    --ns-header-height: 64px;
  }

  .ns-header-inner {
    padding-inline: 24px;
  }

  .ns-nav-links {
    gap: 18px;
  }

  .ns-nav-links a {
    font-size: 0.82rem;
  }

  .ns-nav-cta {
    font-size: 0.8rem;
    padding: 8px 16px;
  }

  .ns-logo-img {
    height: 38px;
    max-height: 38px;
    max-width: 160px;
  }

  .ns-logo-title {
    font-size: 1rem;
  }

  .ns-logo-tagline {
    font-size: 0.55rem;
  }

  .ns-logo {
    gap: 10px;
  }
}

@media (max-width: 720px) {
  :root {
    --ns-header-height: 60px;
  }

  .ns-header-inner {
    padding-inline: 16px;
    position: relative;
  }

  .ns-burger {
    display: flex;
  }

  .ns-nav-links {
    position: absolute;
    top: var(--ns-header-height);
    inset-inline: 0;
    background: rgba(10, 14, 19, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--ns-border);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 0 28px;
  }

  .ns-nav-links a {
    padding: 14px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--ns-border);
    width: 100%;
    white-space: normal;
    color: var(--ns-text-dim);
  }

  .ns-nav-links a::after {
    display: none;
  }

  .ns-nav-links a:hover {
    color: var(--ns-text);
    transform: none;
  }

  .ns-nav-links a:last-child {
    border-bottom: none;
  }

  .ns-nav-links .ns-nav-cta {
    background: var(--ns-accent);
    color: #08211E !important;
    justify-content: center;
    padding: 12px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 999px;
    margin-top: 8px;
    margin-bottom: 4px;
    width: auto;
    align-self: center;
    min-width: 160px;
  }

  .ns-nav-links .ns-nav-cta:hover {
    background: var(--ns-accent-strong);
    color: #08211E !important;
    transform: none;
    box-shadow: 0 4px 20px rgba(63, 209, 193, 0.3);
  }

  .ns-logo-img {
    height: 32px;
    max-height: 32px;
    max-width: 140px;
  }

  .ns-logo-title {
    font-size: 0.9rem;
  }

  .ns-logo-tagline {
    font-size: 0.5rem;
  }

  .ns-logo {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .ns-header-inner {
    padding-inline: 12px;
  }

  .ns-nav-links {
    padding-inline: 24px;
  }

  .ns-nav-links a {
    padding: 12px 0;
    font-size: 0.88rem;
  }

  .ns-nav-links .ns-nav-cta {
    font-size: 0.88rem;
    padding: 10px 16px;
    min-width: 140px;
  }

  .ns-logo-img {
    height: 28px;
    max-height: 28px;
    max-width: 120px;
  }

  .ns-logo-title {
    font-size: 0.8rem;
  }

  .ns-logo-tagline {
    font-size: 0.45rem;
  }

  .ns-logo {
    gap: 6px;
  }
}

@media (max-width: 380px) {
  .ns-header-inner {
    padding-inline: 10px;
  }

  .ns-nav-links {
    padding-inline: 20px;
  }

  .ns-logo-img {
    height: 24px;
    max-height: 24px;
    max-width: 100px;
  }

  .ns-logo-title {
    font-size: 0.7rem;
  }

  .ns-logo-tagline {
    font-size: 0.4rem;
  }

  .ns-logo {
    gap: 4px;
  }

  .ns-nav-links a {
    font-size: 0.82rem;
    padding: 10px 0;
  }

  .ns-nav-links .ns-nav-cta {
    font-size: 0.82rem;
    padding: 8px 14px;
    min-width: 120px;
  }
}

@media (min-width: 1400px) {
  .ns-header-inner {
    max-width: 1280px;
    padding-inline: 40px;
  }

  .ns-logo-img {
    height: 50px;
    max-height: 50px;
    max-width: 200px;
  }

  .ns-logo-title {
    font-size: 1.25rem;
  }

  .ns-logo-tagline {
    font-size: 0.65rem;
  }

  .ns-logo {
    gap: 16px;
  }

  .ns-nav-links {
    gap: 40px;
  }

  .ns-nav-links a {
    font-size: 0.95rem;
  }

  .ns-nav-cta {
    font-size: 0.9rem;
    padding: 10px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ns-header {
    transition: none;
  }

  .ns-logo-img {
    transition: none;
  }

  .ns-logo-img:hover {
    transform: none;
  }

  .ns-nav-links a {
    transition: none;
  }

  .ns-nav-links a::after {
    transition: none;
  }

  .ns-nav-cta {
    transition: none;
  }

  .ns-nav-cta:hover {
    transform: none;
  }

  .ns-burger span {
    transition: none;
  }

  .ns-nav-links {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-836c7b7 */.ns-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 9999;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.ns-header-wrapper .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}

.ns-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77e0a55 */.ns-hero {
  padding: 100px 0 60px;
  background:
    radial-gradient(ellipse 60% 40% at 85% 0%, rgba(63,209,193,0.06), transparent 60%),
    radial-gradient(ellipse 50% 30% at 10% 15%, rgba(232,168,85,0.04), transparent 60%),
    var(--ns-bg);
  position: relative;
  overflow: hidden;
}

.ns-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.ns-hero h1 {
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  line-height: 1.34;
  font-weight: 800;
  margin: 0;
}

.ns-hero h1 .ns-hl {
  color: var(--ns-accent);
}

.ns-lead {
  max-width: 600px;
  margin: 24px auto 0;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  color: var(--ns-text-dim);
  line-height: 1.85;
}

.ns-lead .ns-hl {
  color: var(--ns-accent);
}

.ns-hero-ctas {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.ns-hero-visual {
  position: relative;
  max-width: 600px;
  margin: 48px auto 0;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-connection-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.ns-curve {
  fill: none;
  stroke: var(--ns-border-strong);
  stroke-width: 1.2;
  stroke-dasharray: 4 6;
  opacity: 0.3;
  transition: stroke 0.8s ease, opacity 0.8s ease;
}

.ns-hero-visual.ns-in-view .ns-curve {
  stroke: var(--ns-accent);
  opacity: 0.25;
}

.ns-center-logo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}

.ns-center-glow {
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63,209,193,0.12) 0%, transparent 70%);
  animation: nsGlowPulse 4s ease-in-out infinite;
}

@keyframes nsGlowPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 0.2; }
}

.ns-center-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid var(--ns-accent);
  opacity: 0.2;
  animation: nsRingRotate 30s linear infinite;
}

@keyframes nsRingRotate {
  to { transform: rotate(360deg); }
}

.ns-center-logo-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--ns-surface);
  padding: 10px;
  border: 1px solid var(--ns-border);
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ns-center-logo-img:hover {
  transform: scale(1.04);
  box-shadow: 0 0 48px rgba(63,209,193,0.1);
}

.ns-center-label {
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--ns-text-faint);
  letter-spacing: 0.14em;
  margin-top: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}

.ns-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--ns-surface);
  border: 1px solid var(--ns-border);
  border-radius: 12px;
  padding: 10px 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  cursor: default;
}

.ns-hero-visual.ns-in-view .ns-float-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ns-float-card:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: var(--ns-accent);
  box-shadow: 0 8px 32px rgba(63,209,193,0.1);
}

.ns-card-icon {
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
}

.ns-card-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ns-text);
  line-height: 1.3;
}

.ns-card-desc {
  font-size: 0.58rem;
  font-weight: 400;
  color: var(--ns-text-faint);
  letter-spacing: 0.04em;
  line-height: 1.3;
  opacity: 0.7;
}

.ns-card-1 { top: 4%; left: 50%; transform: translateX(-50%) translateY(16px) scale(0.96); }
.ns-hero-visual.ns-in-view .ns-card-1 { transform: translateX(-50%) translateY(0) scale(1); }

.ns-card-2 { top: 22%; right: 0; transform: translateX(8px) translateY(16px) scale(0.96); }
.ns-hero-visual.ns-in-view .ns-card-2 { transform: translateX(0) translateY(0) scale(1); }

.ns-card-3 { bottom: 28%; right: 0; transform: translateX(8px) translateY(16px) scale(0.96); }
.ns-hero-visual.ns-in-view .ns-card-3 { transform: translateX(0) translateY(0) scale(1); }

.ns-card-4 { bottom: 4%; left: 50%; transform: translateX(-50%) translateY(16px) scale(0.96); }
.ns-hero-visual.ns-in-view .ns-card-4 { transform: translateX(-50%) translateY(0) scale(1); }

.ns-card-5 { bottom: 28%; left: 0; transform: translateX(-8px) translateY(16px) scale(0.96); }
.ns-hero-visual.ns-in-view .ns-card-5 { transform: translateX(0) translateY(0) scale(1); }

.ns-card-6 { top: 22%; left: 0; transform: translateX(-8px) translateY(16px) scale(0.96); }
.ns-hero-visual.ns-in-view .ns-card-6 { transform: translateX(0) translateY(0) scale(1); }

.ns-card-1 { transition-delay: 0.05s; }
.ns-card-2 { transition-delay: 0.15s; }
.ns-card-3 { transition-delay: 0.3s; }
.ns-card-4 { transition-delay: 0.4s; }
.ns-card-5 { transition-delay: 0.25s; }
.ns-card-6 { transition-delay: 0.1s; }

@media (max-width: 860px) {
  .ns-hero-visual {
    min-height: 320px;
    margin-top: 40px;
    max-width: 540px;
  }

  .ns-center-logo {
    width: 100px;
    height: 100px;
  }

  .ns-center-logo-img {
    width: 54px;
    height: 54px;
    padding: 8px;
    border-radius: 14px;
  }

  .ns-center-label {
    font-size: 0.55rem;
    margin-top: 8px;
  }

  .ns-float-card {
    padding: 8px 14px;
    gap: 8px;
    border-radius: 10px;
  }

  .ns-card-icon {
    font-size: 0.95rem;
    width: 24px;
  }

  .ns-card-title {
    font-size: 0.75rem;
  }

  .ns-card-desc {
    font-size: 0.52rem;
  }

  .ns-connection-lines {
    display: none;
  }

  .ns-card-1 { top: 2%; }
  .ns-card-2 { top: 18%; right: 0; }
  .ns-card-3 { bottom: 24%; right: 0; }
  .ns-card-4 { bottom: 2%; }
  .ns-card-5 { bottom: 24%; left: 0; }
  .ns-card-6 { top: 18%; left: 0; }
}

@media (max-width: 640px) {
  .ns-hero {
    padding: 70px 0 40px;
  }

  .ns-hero-visual {
    min-height: 300px;
    margin-top: 32px;
    max-width: 100%;
    padding: 0 12px;
  }

  .ns-center-logo {
    width: 88px;
    height: 88px;
  }

  .ns-center-logo-img {
    width: 46px;
    height: 46px;
    padding: 6px;
    border-radius: 12px;
  }

  .ns-center-label {
    font-size: 0.5rem;
    margin-top: 8px;
  }

  .ns-float-card {
    padding: 8px 14px;
    gap: 8px;
    border-radius: 10px;
  }

  .ns-card-icon {
    font-size: 0.9rem;
    width: 22px;
  }

  .ns-card-title {
    font-size: 0.72rem;
  }

  .ns-card-desc {
    font-size: 0.5rem;
  }
}

@media (max-width: 480px) {
  .ns-hero-visual {
    min-height: 280px;
    margin-top: 28px;
    padding: 0 8px;
  }

  .ns-center-logo {
    width: 76px;
    height: 76px;
  }

  .ns-center-logo-img {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 10px;
  }

  .ns-center-label {
    font-size: 0.45rem;
    margin-top: 6px;
  }

  .ns-float-card {
    padding: 7px 12px;
    gap: 6px;
    border-radius: 8px;
  }

  .ns-card-icon {
    font-size: 0.8rem;
    width: 20px;
  }

  .ns-card-title {
    font-size: 0.68rem;
  }

  .ns-card-desc {
    font-size: 0.48rem;
  }

  .ns-card-1 { top: 0; }
  .ns-card-2 { top: 14%; right: 0; }
  .ns-card-3 { bottom: 18%; right: 0; }
  .ns-card-4 { bottom: 0; }
  .ns-card-5 { bottom: 18%; left: 0; }
  .ns-card-6 { top: 14%; left: 0; }
}

@media (max-width: 380px) {
  .ns-hero-visual {
    min-height: 250px;
  }

  .ns-center-logo {
    width: 64px;
    height: 64px;
  }

  .ns-center-logo-img {
    width: 34px;
    height: 34px;
    padding: 4px;
    border-radius: 8px;
  }

  .ns-center-label {
    font-size: 0.4rem;
    margin-top: 4px;
  }

  .ns-float-card {
    padding: 6px 10px;
    gap: 5px;
    border-radius: 6px;
  }

  .ns-card-icon {
    font-size: 0.7rem;
    width: 18px;
  }

  .ns-card-title {
    font-size: 0.6rem;
  }

  .ns-card-desc {
    font-size: 0.42rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ns-center-glow,
  .ns-center-ring {
    animation: none;
  }

  .ns-float-card {
    transition: none;
  }

  .ns-hero-visual.ns-in-view .ns-float-card {
    opacity: 1;
    transform: none;
  }

  .ns-hero-visual.ns-in-view .ns-curve {
    stroke: var(--ns-border-strong);
    opacity: 0.3;
  }

  .ns-center-logo-img {
    transition: none;
  }

  .ns-center-logo-img:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02bbfb6 *//* ==========================================================
 * WHY (چرا NovinStudio) - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ns-border);
  border: 1px solid var(--ns-border);
  border-radius: var(--ns-radius-lg);
  overflow: hidden;
}

.ns-feature {
  background: var(--ns-surface);
  padding: 32px 28px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.ns-feature:hover {
  background: var(--ns-surface-2);
  transform: translateY(-2px);
}

.ns-feature .icon {
  color: var(--ns-accent);
  margin-bottom: 18px;
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.ns-feature h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: var(--ns-text);
}

.ns-feature p {
  font-size: 0.92rem;
  color: var(--ns-text-dim);
  margin: 0;
  line-height: 1.7;
}

/* ==========================================================
 * WHY - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: var(--ns-radius);
  }

  .ns-feature {
    padding: 24px 20px;
  }

  .ns-feature .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 14px;
  }

  .ns-feature h3 {
    font-size: 0.98rem;
  }

  .ns-feature p {
    font-size: 0.88rem;
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-feature-grid {
    grid-template-columns: 1fr;
    border-radius: var(--ns-radius);
    gap: 0;
    border: none;
    background: transparent;
  }

  .ns-feature {
    padding: 20px 16px;
    border-bottom: 1px solid var(--ns-border);
    border-radius: 0;
    background: var(--ns-surface);
  }

  .ns-feature:last-child {
    border-bottom: none;
  }

  .ns-feature:hover {
    transform: none;
    background: var(--ns-surface-2);
  }

  .ns-feature .icon {
    width: 22px;
    height: 22px;
    margin-bottom: 12px;
  }

  .ns-feature h3 {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .ns-feature p {
    font-size: 0.85rem;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-feature {
    padding: 16px 12px;
  }

  .ns-feature .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }

  .ns-feature h3 {
    font-size: 0.88rem;
  }

  .ns-feature p {
    font-size: 0.8rem;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-feature-grid {
    border-radius: var(--ns-radius-lg);
  }

  .ns-feature {
    padding: 40px 36px;
  }

  .ns-feature .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 22px;
  }

  .ns-feature h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
  }

  .ns-feature p {
    font-size: 0.96rem;
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-feature {
    transition: none;
  }

  .ns-feature:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74c4d1b *//* ==========================================================
 * SERVICES - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ns-service-card {
  background: var(--ns-surface);
  border: 1px solid var(--ns-border);
  border-radius: var(--ns-radius);
  padding: 28px 26px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.ns-service-card:hover {
  transform: translateY(-4px);
  border-color: var(--ns-border-strong);
  background: var(--ns-surface-2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.ns-service-tag {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--ns-accent);
  background: var(--ns-accent-soft);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.ns-service-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--ns-text);
}

.ns-service-card > p {
  font-size: 0.9rem;
  color: var(--ns-text-dim);
  margin: 0 0 16px 0;
  line-height: 1.7;
}

.ns-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ns-chip-row span {
  font-size: 0.72rem;
  color: var(--ns-text-dim);
  border: 1px solid var(--ns-border);
  padding: 4px 10px;
  border-radius: 6px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ns-chip-row span:hover {
  border-color: var(--ns-accent);
  color: var(--ns-accent);
  background: var(--ns-accent-soft);
}

/* ==========================================================
 * SERVICES - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .ns-service-card {
    padding: 22px 20px;
  }

  .ns-service-card h3 {
    font-size: 1rem;
  }

  .ns-service-card > p {
    font-size: 0.85rem;
  }

  .ns-chip-row span {
    font-size: 0.68rem;
    padding: 3px 8px;
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-service-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ns-service-card {
    padding: 20px 16px;
    border-radius: var(--ns-radius);
  }

  .ns-service-card:hover {
    transform: translateY(-2px);
  }

  .ns-service-tag {
    font-size: 0.6rem;
    padding: 3px 8px;
    margin-bottom: 12px;
  }

  .ns-service-card h3 {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .ns-service-card > p {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .ns-chip-row {
    gap: 6px;
  }

  .ns-chip-row span {
    font-size: 0.65rem;
    padding: 3px 8px;
    border-radius: 4px;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-service-grid {
    gap: 12px;
  }

  .ns-service-card {
    padding: 16px 12px;
  }

  .ns-service-card h3 {
    font-size: 0.88rem;
  }

  .ns-service-card > p {
    font-size: 0.8rem;
  }

  .ns-chip-row span {
    font-size: 0.6rem;
    padding: 2px 6px;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-service-grid {
    gap: 28px;
  }

  .ns-service-card {
    padding: 34px 30px;
    border-radius: var(--ns-radius-lg);
  }

  .ns-service-tag {
    font-size: 0.72rem;
    padding: 5px 12px;
  }

  .ns-service-card h3 {
    font-size: 1.15rem;
  }

  .ns-service-card > p {
    font-size: 0.95rem;
  }

  .ns-chip-row span {
    font-size: 0.75rem;
    padding: 5px 12px;
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-service-card {
    transition: none;
  }

  .ns-service-card:hover {
    transform: none;
  }

  .ns-chip-row span {
    transition: none;
  }

  .ns-chip-row span:hover {
    border-color: var(--ns-border);
    color: var(--ns-text-dim);
    background: transparent;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49fe235 *//* ==========================================================
 * CTA BANNER - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-cta-banner {
  padding: 10px 0 100px;
}

.ns-cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: var(--ns-accent-soft);
  border: 1px solid rgba(63, 209, 193, 0.3);
  border-radius: var(--ns-radius-lg);
  padding: 30px 36px;
  transition: all 0.3s ease;
}

.ns-cta-banner-inner:hover {
  border-color: rgba(63, 209, 193, 0.5);
  box-shadow: 0 4px 24px rgba(63, 209, 193, 0.08);
}

.ns-cta-q {
  color: var(--ns-text);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

/* ==========================================================
 * CTA BANNER - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-cta-banner {
    padding: 10px 0 60px;
  }

  .ns-cta-banner-inner {
    padding: 24px 28px;
    gap: 20px;
    border-radius: var(--ns-radius);
  }

  .ns-cta-q {
    font-size: 0.95rem;
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-cta-banner {
    padding: 10px 0 40px;
  }

  .ns-cta-banner-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 20px;
    gap: 16px;
    text-align: center;
    border-radius: var(--ns-radius);
  }

  .ns-cta-banner-inner:hover {
    transform: none;
  }

  .ns-cta-q {
    font-size: 0.9rem;
    text-align: center;
  }

  .ns-cta-banner-inner .ns-btn-primary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-cta-banner {
    padding: 10px 0 30px;
  }

  .ns-cta-banner-inner {
    padding: 16px 14px;
    gap: 14px;
  }

  .ns-cta-q {
    font-size: 0.82rem;
  }

  .ns-cta-banner-inner .ns-btn-primary {
    padding: 10px 16px;
    font-size: 0.82rem;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-cta-banner {
    padding: 10px 0 120px;
  }

  .ns-cta-banner-inner {
    padding: 36px 44px;
    border-radius: var(--ns-radius-lg);
  }

  .ns-cta-q {
    font-size: 1.15rem;
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-cta-banner-inner {
    transition: none;
  }

  .ns-cta-banner-inner:hover {
    border-color: rgba(63, 209, 193, 0.3);
    box-shadow: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f4d8f0 *//* ==========================================================
 * PROCESS - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.ns-steps::before {
  content: "";
  position: absolute;
  top: 22px;
  inset-inline: 9%;
  height: 1px;
  background: var(--ns-border-strong);
  z-index: 0;
}

.ns-step {
  position: relative;
  z-index: 1;
  padding-inline-end: 18px;
}

.ns-step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ns-bg);
  border: 1.6px solid var(--ns-accent);
  color: var(--ns-accent);
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.ns-step:hover .ns-step-num {
  background: var(--ns-accent);
  color: #08211E;
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(63, 209, 193, 0.3);
}

.ns-step h3 {
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--ns-text);
}

.ns-step p {
  font-size: 0.87rem;
  color: var(--ns-text-dim);
  margin: 0;
  line-height: 1.6;
}

/* ==========================================================
 * PROCESS - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }

  .ns-steps::before {
    display: none;
  }

  .ns-step {
    padding-inline-end: 0;
    text-align: center;
  }

  .ns-step-num {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
    margin: 0 auto 14px;
  }

  .ns-step h3 {
    font-size: 0.9rem;
  }

  .ns-step p {
    font-size: 0.82rem;
  }

  .ns-step:hover .ns-step-num {
    transform: scale(1.08);
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ns-steps::before {
    display: none;
  }

  .ns-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-inline-end: 0;
    text-align: right;
  }

  .ns-step-num {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
    margin: 0;
    flex-shrink: 0;
  }

  .ns-step:hover .ns-step-num {
    transform: scale(1.05);
  }

  .ns-step-content {
    flex: 1;
  }

  .ns-step h3 {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }

  .ns-step p {
    font-size: 0.82rem;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-steps {
    gap: 16px;
  }

  .ns-step {
    gap: 12px;
  }

  .ns-step-num {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
    border-width: 1.4px;
  }

  .ns-step h3 {
    font-size: 0.85rem;
  }

  .ns-step p {
    font-size: 0.78rem;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-steps {
    gap: 0;
  }

  .ns-step {
    padding-inline-end: 24px;
  }

  .ns-step:last-child {
    padding-inline-end: 0;
  }

  .ns-step-num {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .ns-step h3 {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .ns-step p {
    font-size: 0.9rem;
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-step-num {
    transition: none;
  }

  .ns-step:hover .ns-step-num {
    background: var(--ns-bg);
    color: var(--ns-accent);
    transform: none;
    box-shadow: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bac76ae *//* ==========================================================
 * FOUNDER - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-founder-panel {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  background: var(--ns-surface);
  border: 1px solid var(--ns-border);
  border-radius: var(--ns-radius-lg);
  padding: 44px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ns-founder-panel:hover {
  border-color: var(--ns-border-strong);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.ns-founder-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--ns-accent), #1f8f83);
  color: #08211E;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ns-founder-panel:hover .ns-founder-avatar {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(63, 209, 193, 0.3);
}

.ns-founder-body h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 14px 0;
  color: var(--ns-text);
  line-height: 1.3;
}

.ns-founder-body p {
  font-size: 0.96rem;
  color: var(--ns-text-dim);
  margin: 0;
  line-height: 1.8;
}

.ns-founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.ns-founder-tags span {
  font-size: 0.72rem;
  color: var(--ns-accent);
  background: var(--ns-accent-soft);
  padding: 5px 12px;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.ns-founder-tags span:hover {
  background: var(--ns-accent);
  color: #08211E;
  transform: translateY(-1px);
}

/* ==========================================================
 * FOUNDER - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-founder-panel {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 28px;
    gap: 24px;
  }

  .ns-founder-avatar {
    width: 56px;
    height: 56px;
    font-size: 1rem;
  }

  .ns-founder-body h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  }

  .ns-founder-body p {
    font-size: 0.9rem;
  }

  .ns-founder-tags {
    justify-content: center;
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-founder-panel {
    padding: 24px 20px;
    gap: 20px;
    border-radius: var(--ns-radius);
  }

  .ns-founder-panel:hover {
    transform: none;
  }

  .ns-founder-avatar {
    width: 48px;
    height: 48px;
    font-size: 0.9rem;
  }

  .ns-founder-panel:hover .ns-founder-avatar {
    transform: scale(1.03);
  }

  .ns-founder-body h2 {
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
    margin-bottom: 10px;
  }

  .ns-founder-body p {
    font-size: 0.88rem;
  }

  .ns-founder-tags {
    gap: 7px;
    margin-top: 16px;
  }

  .ns-founder-tags span {
    font-size: 0.65rem;
    padding: 4px 10px;
  }

  .ns-founder-tags span:hover {
    transform: none;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-founder-panel {
    padding: 16px 12px;
    gap: 16px;
  }

  .ns-founder-avatar {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }

  .ns-founder-body h2 {
    font-size: clamp(1rem, 4vw, 1.2rem);
    margin-bottom: 8px;
  }

  .ns-founder-body p {
    font-size: 0.82rem;
  }

  .ns-founder-tags {
    gap: 5px;
    margin-top: 12px;
  }

  .ns-founder-tags span {
    font-size: 0.6rem;
    padding: 3px 8px;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-founder-panel {
    padding: 52px 48px;
    gap: 40px;
  }

  .ns-founder-avatar {
    width: 72px;
    height: 72px;
    font-size: 1.2rem;
  }

  .ns-founder-body h2 {
    font-size: clamp(2rem, 3vw, 2.6rem);
  }

  .ns-founder-body p {
    font-size: 1rem;
  }

  .ns-founder-tags span {
    font-size: 0.75rem;
    padding: 6px 14px;
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-founder-panel {
    transition: none;
  }

  .ns-founder-panel:hover {
    border-color: var(--ns-border);
    box-shadow: none;
  }

  .ns-founder-avatar {
    transition: none;
  }

  .ns-founder-panel:hover .ns-founder-avatar {
    transform: none;
    box-shadow: none;
  }

  .ns-founder-tags span {
    transition: none;
  }

  .ns-founder-tags span:hover {
    background: var(--ns-accent-soft);
    color: var(--ns-accent);
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ef1db3 *//* ==========================================================
 * TECH STACK - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-stack-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ns-stack-grid span {
  font-size: 0.85rem;
  color: var(--ns-text);
  background: var(--ns-surface);
  border: 1px solid var(--ns-border);
  padding: 10px 18px;
  border-radius: 10px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
  user-select: none;
}

.ns-stack-grid span:hover {
  border-color: var(--ns-accent);
  color: var(--ns-accent);
  background: var(--ns-accent-soft);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(63, 209, 193, 0.1);
}

/* ==========================================================
 * TECH STACK - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-stack-grid {
    gap: 10px;
  }

  .ns-stack-grid span {
    font-size: 0.8rem;
    padding: 8px 14px;
    border-radius: 8px;
  }

  .ns-stack-grid span:hover {
    transform: translateY(-1px);
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-stack-grid {
    gap: 8px;
    justify-content: center;
  }

  .ns-stack-grid span {
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 6px;
  }

  .ns-stack-grid span:hover {
    transform: none;
    box-shadow: none;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-stack-grid {
    gap: 6px;
  }

  .ns-stack-grid span {
    font-size: 0.7rem;
    padding: 5px 10px;
    border-radius: 4px;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-stack-grid {
    gap: 14px;
  }

  .ns-stack-grid span {
    font-size: 0.9rem;
    padding: 12px 22px;
    border-radius: 12px;
  }

  .ns-stack-grid span:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(63, 209, 193, 0.15);
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-stack-grid span {
    transition: none;
  }

  .ns-stack-grid span:hover {
    transform: none;
    box-shadow: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43689dc *//* ==========================================================
 * COMPARISON - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-compare-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ns-compare-col {
  border: 1px solid var(--ns-border);
  border-radius: var(--ns-radius-lg);
  padding: 30px 30px 34px;
  background: var(--ns-surface);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.ns-compare-col:hover {
  border-color: var(--ns-border-strong);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.ns-compare-col.ns-highlight {
  border-color: var(--ns-accent);
  background: var(--ns-accent-soft);
}

.ns-compare-col.ns-highlight:hover {
  border-color: var(--ns-accent-strong);
  box-shadow: 0 4px 32px rgba(63, 209, 193, 0.15);
}

.ns-compare-col h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: var(--ns-text);
}

.ns-compare-col ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ns-compare-col li {
  font-size: 0.92rem;
  color: var(--ns-text);
  padding-inline-start: 26px;
  position: relative;
  line-height: 1.6;
}

.ns-compare-col li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 1px;
  font-size: 0.9rem;
}

.ns-compare-col li.ok::before {
  content: "✓";
  color: var(--ns-accent);
  font-weight: 700;
}

.ns-compare-col li.no::before {
  content: "×";
  color: var(--ns-text-faint);
  font-weight: 700;
}

/* ==========================================================
 * COMPARISON - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-compare-table {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .ns-compare-col {
    padding: 24px 20px 28px;
    border-radius: var(--ns-radius);
  }

  .ns-compare-col h3 {
    font-size: 0.98rem;
    margin-bottom: 16px;
  }

  .ns-compare-col ul {
    gap: 12px;
  }

  .ns-compare-col li {
    font-size: 0.88rem;
    padding-inline-start: 22px;
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-compare-table {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ns-compare-col {
    padding: 20px 16px 24px;
    border-radius: var(--ns-radius);
  }

  .ns-compare-col:hover {
    transform: none;
  }

  .ns-compare-col.ns-highlight {
    order: -1;
  }

  .ns-compare-col h3 {
    font-size: 0.95rem;
    margin-bottom: 14px;
  }

  .ns-compare-col ul {
    gap: 10px;
  }

  .ns-compare-col li {
    font-size: 0.85rem;
    padding-inline-start: 20px;
  }

  .ns-compare-col li::before {
    font-size: 0.8rem;
    top: 2px;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-compare-table {
    gap: 12px;
  }

  .ns-compare-col {
    padding: 16px 12px 20px;
    border-radius: var(--ns-radius);
  }

  .ns-compare-col h3 {
    font-size: 0.88rem;
    margin-bottom: 12px;
  }

  .ns-compare-col ul {
    gap: 8px;
  }

  .ns-compare-col li {
    font-size: 0.8rem;
    padding-inline-start: 18px;
  }

  .ns-compare-col li::before {
    font-size: 0.7rem;
    top: 2px;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-compare-table {
    gap: 28px;
  }

  .ns-compare-col {
    padding: 36px 36px 40px;
    border-radius: var(--ns-radius-lg);
  }

  .ns-compare-col h3 {
    font-size: 1.15rem;
    margin-bottom: 24px;
  }

  .ns-compare-col ul {
    gap: 16px;
  }

  .ns-compare-col li {
    font-size: 0.96rem;
    padding-inline-start: 30px;
  }

  .ns-compare-col li::before {
    font-size: 1rem;
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-compare-col {
    transition: none;
  }

  .ns-compare-col:hover {
    border-color: var(--ns-border);
    box-shadow: none;
  }

  .ns-compare-col.ns-highlight:hover {
    border-color: var(--ns-accent);
    box-shadow: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e150802 *//* ==========================================================
 * DOMAINS - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-domain-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.ns-domain-cloud span {
  font-size: 0.88rem;
  color: var(--ns-text);
  background: var(--ns-surface);
  border: 1px solid var(--ns-border);
  padding: 9px 18px;
  border-radius: 999px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
  user-select: none;
}

.ns-domain-cloud span:hover {
  border-color: var(--ns-accent);
  color: var(--ns-accent);
  background: var(--ns-accent-soft);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(63, 209, 193, 0.1);
}

/* ==========================================================
 * DOMAINS - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-domain-cloud {
    gap: 8px;
    justify-content: center;
  }

  .ns-domain-cloud span {
    font-size: 0.82rem;
    padding: 7px 14px;
  }

  .ns-domain-cloud span:hover {
    transform: translateY(-1px);
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-domain-cloud {
    gap: 6px;
    justify-content: center;
  }

  .ns-domain-cloud span {
    font-size: 0.78rem;
    padding: 6px 12px;
  }

  .ns-domain-cloud span:hover {
    transform: none;
    box-shadow: none;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-domain-cloud {
    gap: 5px;
  }

  .ns-domain-cloud span {
    font-size: 0.7rem;
    padding: 4px 10px;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-domain-cloud {
    gap: 14px;
  }

  .ns-domain-cloud span {
    font-size: 0.95rem;
    padding: 10px 22px;
  }

  .ns-domain-cloud span:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(63, 209, 193, 0.15);
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-domain-cloud span {
    transition: none;
  }

  .ns-domain-cloud span:hover {
    transform: none;
    box-shadow: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2da5d5b *//* ==========================================================
 * WORK - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.ns-work-card {
  background: var(--ns-surface);
  border: 1px solid var(--ns-border);
  border-radius: var(--ns-radius-lg);
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.ns-work-card:hover {
  border-color: var(--ns-border-strong);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.ns-work-card .work-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--ns-text-faint);
  text-transform: uppercase;
}

.ns-work-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: var(--ns-text);
}

.ns-work-card p {
  font-size: 0.92rem;
  color: var(--ns-text-dim);
  margin: 0;
  line-height: 1.7;
}

.ns-work-facts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
}

.ns-work-facts div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ns-work-facts dt {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--ns-accent);
  margin-bottom: 2px;
  font-weight: 600;
}

.ns-work-facts dd {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ns-text-dim);
  line-height: 1.6;
}

.ns-work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
}

.ns-work-tags span {
  font-size: 0.68rem;
  color: var(--ns-accent-2);
  border: 1px solid rgba(232, 168, 85, 0.35);
  padding: 3px 9px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.ns-work-tags span:hover {
  background: rgba(232, 168, 85, 0.08);
  border-color: rgba(232, 168, 85, 0.6);
}

/* ==========================================================
 * WORK - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-work-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .ns-work-card {
    padding: 28px 24px;
    border-radius: var(--ns-radius);
  }

  .ns-work-card:hover {
    transform: translateY(-2px);
  }

  .ns-work-card h3 {
    font-size: 1.1rem;
  }

  .ns-work-facts dd {
    font-size: 0.85rem;
  }

  .ns-work-tags span {
    font-size: 0.65rem;
    padding: 2px 8px;
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-work-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ns-work-card {
    padding: 20px 16px;
    border-radius: var(--ns-radius);
  }

  .ns-work-card:hover {
    transform: none;
    box-shadow: none;
  }

  .ns-work-card .work-kicker {
    font-size: 0.6rem;
  }

  .ns-work-card h3 {
    font-size: 1rem;
  }

  .ns-work-card p {
    font-size: 0.85rem;
  }

  .ns-work-facts {
    gap: 12px;
  }

  .ns-work-facts dt {
    font-size: 0.6rem;
  }

  .ns-work-facts dd {
    font-size: 0.82rem;
  }

  .ns-work-tags {
    gap: 6px;
  }

  .ns-work-tags span {
    font-size: 0.6rem;
    padding: 2px 8px;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-work-grid {
    gap: 14px;
  }

  .ns-work-card {
    padding: 16px 12px;
    gap: 12px;
  }

  .ns-work-card h3 {
    font-size: 0.9rem;
  }

  .ns-work-facts {
    gap: 10px;
  }

  .ns-work-facts dd {
    font-size: 0.78rem;
  }

  .ns-work-tags {
    gap: 5px;
  }

  .ns-work-tags span {
    font-size: 0.55rem;
    padding: 2px 6px;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-work-grid {
    gap: 28px;
  }

  .ns-work-card {
    padding: 40px 36px;
    border-radius: var(--ns-radius-lg);
  }

  .ns-work-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
  }

  .ns-work-card h3 {
    font-size: 1.3rem;
  }

  .ns-work-card p {
    font-size: 0.96rem;
  }

  .ns-work-facts dd {
    font-size: 0.94rem;
  }

  .ns-work-tags span {
    font-size: 0.72rem;
    padding: 4px 12px;
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-work-card {
    transition: none;
  }

  .ns-work-card:hover {
    transform: none;
    box-shadow: none;
  }

  .ns-work-tags span {
    transition: none;
  }

  .ns-work-tags span:hover {
    background: transparent;
    border-color: rgba(232, 168, 85, 0.35);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9df6c99 *//* ==========================================================
 * CHOOSE US - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 40px;
}

.ns-choose-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ns-border);
  transition: border-color 0.3s ease, padding 0.3s ease;
}

.ns-choose-item:last-child {
  border-bottom: none;
}

.ns-choose-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ns-accent);
  margin-top: 9px;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ns-choose-item:hover .dot {
  transform: scale(1.3);
  box-shadow: 0 0 16px rgba(63, 209, 193, 0.4);
}

.ns-choose-item p {
  color: var(--ns-text);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

/* ==========================================================
 * CHOOSE US - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-choose-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 28px;
  }

  .ns-choose-item {
    padding: 12px 0;
    gap: 12px;
  }

  .ns-choose-item .dot {
    width: 7px;
    height: 7px;
    margin-top: 8px;
  }

  .ns-choose-item p {
    font-size: 0.9rem;
  }

  .ns-choose-item:hover .dot {
    transform: scale(1.2);
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-choose-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ns-choose-item {
    padding: 12px 0;
    gap: 12px;
    border-bottom: 1px solid var(--ns-border);
  }

  .ns-choose-item:last-child {
    border-bottom: none;
  }

  .ns-choose-item .dot {
    width: 6px;
    height: 6px;
    margin-top: 7px;
  }

  .ns-choose-item p {
    font-size: 0.88rem;
  }

  .ns-choose-item:hover .dot {
    transform: scale(1.15);
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-choose-item {
    padding: 10px 0;
    gap: 10px;
  }

  .ns-choose-item .dot {
    width: 5px;
    height: 5px;
    margin-top: 6px;
  }

  .ns-choose-item p {
    font-size: 0.82rem;
  }

  .ns-choose-item:hover .dot {
    transform: scale(1.1);
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-choose-grid {
    gap: 18px 48px;
  }

  .ns-choose-item {
    padding: 16px 0;
    gap: 16px;
  }

  .ns-choose-item .dot {
    width: 10px;
    height: 10px;
    margin-top: 10px;
  }

  .ns-choose-item p {
    font-size: 1rem;
  }

  .ns-choose-item:hover .dot {
    transform: scale(1.4);
    box-shadow: 0 0 24px rgba(63, 209, 193, 0.5);
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-choose-item {
    transition: none;
  }

  .ns-choose-item .dot {
    transition: none;
  }

  .ns-choose-item:hover .dot {
    transform: none;
    box-shadow: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f3426b *//* ==========================================================
 * FAQ - استایل کامل به همراه ریسپانسیو
 * ========================================================== */

.ns-faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.ns-faq-list details {
  border-bottom: 1px solid var(--ns-border);
  padding: 22px 0;
  transition: border-color 0.3s ease;
}

.ns-faq-list details:first-child {
  border-top: 1px solid var(--ns-border);
}

.ns-faq-list details:hover {
  border-color: var(--ns-border-strong);
}

.ns-faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ns-text);
  transition: color 0.3s ease;
  user-select: none;
}

.ns-faq-list summary::-webkit-details-marker {
  display: none;
}

.ns-faq-list summary:hover {
  color: var(--ns-accent);
}

.ns-faq-list summary .plus {
  font-size: 1.2rem;
  color: var(--ns-accent);
  transition: transform 0.25s ease, color 0.3s ease;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  font-weight: 300;
}

.ns-faq-list summary:hover .plus {
  color: var(--ns-accent-strong);
}

.ns-faq-list details[open] summary .plus {
  transform: rotate(45deg);
}

.ns-faq-list details p {
  margin-top: 14px;
  font-size: 0.93rem;
  max-width: 640px;
  color: var(--ns-text-dim);
  line-height: 1.8;
  animation: nsFaqSlideDown 0.3s ease;
}

@keyframes nsFaqSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================
 * FAQ - ریسپانسیو
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  .ns-faq-list {
    max-width: 100%;
  }

  .ns-faq-list details {
    padding: 18px 0;
  }

  .ns-faq-list summary {
    font-size: 0.95rem;
    gap: 16px;
  }

  .ns-faq-list summary .plus {
    font-size: 1.1rem;
    width: 20px;
  }

  .ns-faq-list details p {
    font-size: 0.88rem;
    margin-top: 12px;
  }
}

/* موبایل */
@media (max-width: 720px) {
  .ns-faq-list details {
    padding: 16px 0;
  }

  .ns-faq-list details:first-child {
    border-top: 1px solid var(--ns-border);
  }

  .ns-faq-list summary {
    font-size: 0.9rem;
    gap: 14px;
  }

  .ns-faq-list summary .plus {
    font-size: 1rem;
    width: 18px;
  }

  .ns-faq-list details p {
    font-size: 0.85rem;
    margin-top: 10px;
    max-width: 100%;
  }

  .ns-faq-list details:hover {
    border-color: var(--ns-border);
  }

  .ns-faq-list summary:hover {
    color: var(--ns-text);
  }

  .ns-faq-list summary:hover .plus {
    color: var(--ns-accent);
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-faq-list details {
    padding: 14px 0;
  }

  .ns-faq-list summary {
    font-size: 0.85rem;
    gap: 10px;
  }

  .ns-faq-list summary .plus {
    font-size: 0.9rem;
    width: 16px;
  }

  .ns-faq-list details p {
    font-size: 0.8rem;
    margin-top: 8px;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-faq-list {
    max-width: 840px;
  }

  .ns-faq-list details {
    padding: 26px 0;
  }

  .ns-faq-list summary {
    font-size: 1.05rem;
    gap: 24px;
  }

  .ns-faq-list summary .plus {
    font-size: 1.3rem;
    width: 28px;
  }

  .ns-faq-list details p {
    font-size: 0.96rem;
    margin-top: 16px;
    max-width: 700px;
  }
}

/* دسترسی‌پذیری - حرکت کاهش‌یافته */
@media (prefers-reduced-motion: reduce) {
  .ns-faq-list details p {
    animation: none;
  }

  .ns-faq-list summary .plus {
    transition: none;
  }

  .ns-faq-list details {
    transition: none;
  }

  .ns-faq-list summary {
    transition: none;
  }

  .ns-faq-list summary .plus {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27655da */.ns-footer {
  border-top: 1px solid var(--ns-border);
  padding: 44px 0;
  background: var(--ns-bg);
}

.ns-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.ns-footer-inner .ns-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}

.ns-footer-inner .ns-logo-img {
  display: block;
  height: 36px;
  width: auto;
  max-height: 36px;
  max-width: 140px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.ns-footer-inner .ns-logo-img:hover {
  opacity: 0.85;
}

.ns-footer-inner .ns-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: right;
}

.ns-footer-inner .ns-logo-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--ns-text);
  letter-spacing: -0.01em;
}

.ns-footer-inner .ns-logo-tagline {
  font-size: 0.5rem;
  font-weight: 400;
  color: var(--ns-text-dim);
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.ns-footer-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
}

.ns-footer-links a {
  font-size: 0.88rem;
  color: var(--ns-text-dim);
  transition: color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.ns-footer-links a:hover {
  color: var(--ns-accent);
  transform: translateY(-1px);
}

.ns-footer-copy {
  font-size: 0.78rem;
  color: var(--ns-text-faint);
  font-weight: 400;
}

@media (max-width: 980px) {
  .ns-footer {
    padding: 32px 0;
  }

  .ns-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .ns-footer-inner .ns-logo-img {
    height: 30px;
    max-height: 30px;
    max-width: 120px;
  }

  .ns-footer-inner .ns-logo-title {
    font-size: 0.9rem;
  }

  .ns-footer-inner .ns-logo-tagline {
    font-size: 0.45rem;
  }

  .ns-footer-links {
    justify-content: center;
    gap: 18px;
  }

  .ns-footer-links a {
    font-size: 0.82rem;
  }

  .ns-footer-copy {
    font-size: 0.72rem;
  }
}

@media (max-width: 720px) {
  .ns-footer {
    padding: 24px 0;
  }

  .ns-footer-inner {
    gap: 14px;
  }

  .ns-footer-inner .ns-logo-img {
    height: 26px;
    max-height: 26px;
    max-width: 110px;
  }

  .ns-footer-inner .ns-logo-title {
    font-size: 0.82rem;
  }

  .ns-footer-inner .ns-logo-tagline {
    font-size: 0.4rem;
  }

  .ns-footer-links {
    gap: 14px;
  }

  .ns-footer-links a {
    font-size: 0.78rem;
  }

  .ns-footer-links a:hover {
    transform: none;
  }

  .ns-footer-copy {
    font-size: 0.68rem;
  }
}

@media (max-width: 480px) {
  .ns-footer {
    padding: 18px 0;
  }

  .ns-footer-inner {
    gap: 12px;
  }

  .ns-footer-inner .ns-logo-img {
    height: 22px;
    max-height: 22px;
    max-width: 90px;
  }

  .ns-footer-inner .ns-logo-title {
    font-size: 0.7rem;
  }

  .ns-footer-inner .ns-logo-tagline {
    font-size: 0.35rem;
  }

  .ns-footer-links {
    gap: 10px;
  }

  .ns-footer-links a {
    font-size: 0.72rem;
  }

  .ns-footer-copy {
    font-size: 0.62rem;
  }
}

@media (min-width: 1400px) {
  .ns-footer {
    padding: 52px 0;
  }

  .ns-footer-inner {
    gap: 28px;
  }

  .ns-footer-inner .ns-logo-img {
    height: 40px;
    max-height: 40px;
    max-width: 160px;
  }

  .ns-footer-inner .ns-logo-title {
    font-size: 1.1rem;
  }

  .ns-footer-inner .ns-logo-tagline {
    font-size: 0.55rem;
  }

  .ns-footer-links {
    gap: 32px;
  }

  .ns-footer-links a {
    font-size: 0.92rem;
  }

  .ns-footer-copy {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ns-footer-inner .ns-logo-img {
    transition: none;
  }

  .ns-footer-inner .ns-logo-img:hover {
    opacity: 1;
  }

  .ns-footer-links a {
    transition: none;
  }

  .ns-footer-links a:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS *//* ==========================================================
 * NOVINSTUDIO - استایل اصلی (Global)
 * ========================================================== */

:root {
  --ns-bg: #0A0E13;
  --ns-bg-soft: #0D1218;
  --ns-surface: #141B23;
  --ns-surface-2: #171F28;
  --ns-border: rgba(255, 255, 255, 0.09);
  --ns-border-strong: rgba(255, 255, 255, 0.16);
  --ns-text: #EAEEF1;
  --ns-text-dim: #96A3AE;
  --ns-text-faint: #5E6B76;
  --ns-accent: #3FD1C1;
  --ns-accent-strong: #5EE6D6;
  --ns-accent-soft: rgba(63, 209, 193, 0.12);
  --ns-accent-2: #E8A855;
  --ns-radius: 14px;
  --ns-radius-lg: 22px;
  --ns-font: 'Vazirmatn', sans-serif;
  --ns-header-height: 72px;
}

/* ==========================================================
 * Reset & Base
 * ========================================================== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--ns-bg);
  color: var(--ns-text);
  font-family: var(--ns-font);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--ns-accent);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection {
  background: var(--ns-accent);
  color: #08211E;
}

::-moz-selection {
  background: var(--ns-accent);
  color: #08211E;
}

/* ==========================================================
 * Utilities
 * ========================================================== */

.ns-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 28px;
}

.ns-section {
  position: relative;
}

/* ==========================================================
 * Eyebrow & Section Head
 * ========================================================== */

.ns-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ns-accent);
  margin-bottom: 18px;
}

.ns-eyebrow::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--ns-accent);
}

.ns-section-head {
  max-width: 640px;
  margin-bottom: 52px;
}

.ns-section-head h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--ns-text);
}

.ns-section-head p {
  margin-top: 14px;
  font-size: 1.02rem;
  color: var(--ns-text-dim);
}

/* ==========================================================
 * Reveal Animation
 * ========================================================== */

.ns-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.ns-reveal.ns-in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
 * Buttons
 * ========================================================== */

.ns-btn-primary {
  background: var(--ns-accent);
  color: #08211E;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 0.95rem;
  border: 0;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.ns-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -8px rgba(63, 209, 193, 0.55);
}

.ns-btn-secondary {
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid var(--ns-border-strong);
  color: var(--ns-text);
  display: inline-block;
  transition: border-color 0.2s ease, background 0.2s ease;
  background: transparent;
  cursor: pointer;
}

.ns-btn-secondary:hover {
  border-color: var(--ns-accent);
  background: var(--ns-accent-soft);
}

/* ==========================================================
 * Accessibility - Reduced Motion
 * ========================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================
 * Responsive - Global Adjustments
 * ========================================================== */

/* تبلت */
@media (max-width: 980px) {
  :root {
    --ns-header-height: 64px;
  }

  .ns-wrap {
    padding-inline: 24px;
  }

  .ns-section-head {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .ns-section-head h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }

  .ns-section-head p {
    font-size: 0.95rem;
  }

  .ns-btn-primary,
  .ns-btn-secondary {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}

/* موبایل */
@media (max-width: 720px) {
  :root {
    --ns-header-height: 60px;
  }

  .ns-wrap {
    padding-inline: 16px;
  }

  .ns-section-head {
    margin-bottom: 32px;
  }

  .ns-section-head h2 {
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }

  .ns-section-head p {
    font-size: 0.9rem;
    margin-top: 10px;
  }

  .ns-btn-primary,
  .ns-btn-secondary {
    padding: 12px 20px;
    font-size: 0.88rem;
  }
}

/* موبایل کوچک */
@media (max-width: 480px) {
  .ns-wrap {
    padding-inline: 12px;
  }

  .ns-btn-primary,
  .ns-btn-secondary {
    padding: 10px 16px;
    font-size: 0.82rem;
  }
}

/* دسکتاپ بزرگ */
@media (min-width: 1400px) {
  .ns-wrap {
    max-width: 1280px;
    padding-inline: 40px;
  }
}/* End custom CSS */