.elementor-4963 .elementor-element.elementor-element-78de408{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ea618dc *//* ========== TODP Article — Elementor Custom CSS ========== */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

/* ── Variables & Reset ── */
.todp-article {
  --todp-bg: #070b14;
  --todp-card: #101a30;
  --todp-card-hover: #142040;
  --todp-accent: #00e6a7;
  --todp-accent-rgb: 0, 230, 167;
  --todp-gold: #c9a84c;
  --todp-gold-rgb: 201, 168, 76;
  --todp-text: #dddbd5;
  --todp-text-muted: #7d8a9e;
  --todp-heading: #ffffff;
  --todp-border: rgba(255, 255, 255, 0.06);
  --todp-radius: 14px;
  --todp-max-w: 880px;

  font-family: 'Vazirmatn', 'Tahoma', sans-serif;
  direction: rtl;
  text-align: right;
  color: var(--todp-text);
  background: var(--todp-bg);
  line-height: 1.85;
  font-size: 17px;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.todp-article,
.todp-article * {
  box-sizing: border-box;
}

/* Grain overlay */
.todp-article::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 0;
}

.todp-article > * {
  position: relative;
  z-index: 2;
}

/* ── Hero ── */
.todp-hero {
  position: relative;
  padding: 80px 40px 56px;
  text-align: center;
  background:
    radial-gradient(ellipse at 25% 35%, rgba(var(--todp-accent-rgb), .10) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 65%, rgba(var(--todp-gold-rgb), .07) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 95%, rgba(0, 140, 200, .04) 0%, transparent 45%),
    var(--todp-bg);
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--todp-accent-rgb), .08);
}

/* Dot grid */
.todp-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(var(--todp-accent-rgb), .03) 1px, transparent 0);
  background-size: 36px 36px;
  pointer-events: none;
}

/* Top accent line */
.todp-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--todp-accent), transparent);
  opacity: .5;
}

.todp-hero__content {
  position: relative;
  z-index: 3;
  max-width: var(--todp-max-w);
  margin: 0 auto;
}

.todp-hero__title {
  font-size: 2.35rem;
  font-weight: 800;
  color: var(--todp-heading);
  line-height: 1.55;
  margin: 0 0 28px;
  letter-spacing: -.01em;
  text-shadow: 0 0 80px rgba(var(--todp-accent-rgb), .08);
}

.todp-hero__line {
  width: 80px;
  height: 3px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, var(--todp-accent), var(--todp-gold));
  border-radius: 3px;
  animation: todpLinePulse 3s ease-in-out infinite;
}

.todp-hero__deck {
  font-size: 1.12rem;
  font-weight: 400;
  color: var(--todp-text-muted);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 620px;
}

/* ── Content Wrapper ── */
.todp-content {
  max-width: var(--todp-max-w);
  margin: 0 auto;
  padding: 48px 40px 60px;
}

/* ── Sections ── */
.todp-section p {
  font-size: 1rem;
  line-height: 1.95;
  color: var(--todp-text);
  margin: 0 0 20px;
}

.todp-section p:last-child {
  margin-bottom: 0;
}

/* ── Headings ── */
.todp-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--todp-heading);
  margin: 0 0 20px;
  line-height: 1.65;
  padding-right: 20px;
  position: relative;
}

.todp-heading::before {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background: linear-gradient(180deg, var(--todp-accent), var(--todp-gold));
  border-radius: 4px;
}

/* ── Cards ── */
.todp-cards {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.todp-card {
  background: var(--todp-card);
  border: 1px solid var(--todp-border);
  border-right: 3px solid var(--todp-accent);
  border-radius: var(--todp-radius);
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  transition: all .4s cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: hidden;
}

/* Card glow */
.todp-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 100%;
  background: radial-gradient(circle, rgba(var(--todp-accent-rgb), .08), transparent 70%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

.todp-card:hover {
  background: var(--todp-card-hover);
  border-color: rgba(var(--todp-accent-rgb), .25);
  transform: translateY(-4px);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, .38),
    0 0 40px rgba(var(--todp-accent-rgb), .06);
}

.todp-card:hover::before {
  opacity: 1;
}

.todp-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--todp-accent);
  margin: 0 0 14px;
  line-height: 1.65;
}

.todp-card__text {
  font-size: .95rem;
  line-height: 1.95;
  color: var(--todp-text);
  margin: 0;
}

/* ── Separators ── */
.todp-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 48px 0;
}

.todp-separator::before,
.todp-separator::after {
  content: '';
  flex: 1;
  height: 1px;
}

.todp-separator::before {
  background: linear-gradient(to left, rgba(var(--todp-accent-rgb), .15), transparent);
}

.todp-separator::after {
  background: linear-gradient(to right, rgba(var(--todp-accent-rgb), .15), transparent);
}

.todp-separator span {
  width: 6px;
  height: 6px;
  background: var(--todp-accent);
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: .6;
  animation: todpDiamondPulse 2.5s ease-in-out infinite;
}

/* ── Technical Note ── */
.todp-note {
  background: rgba(var(--todp-gold-rgb), .04);
  border: 1px dashed rgba(var(--todp-gold-rgb), .22);
  border-radius: var(--todp-radius);
  padding: 28px 32px;
  margin-top: 48px;
}

.todp-note__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--todp-gold);
  margin: 0 0 10px;
  line-height: 1.6;
}

.todp-note__text {
  font-size: .92rem;
  line-height: 1.9;
  color: var(--todp-text-muted);
  margin: 0;
}

/* ── Animations ── */
@keyframes todpFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes todpLinePulse {
  0%, 100% { opacity: .6; transform: scaleX(1); }
  50%      { opacity: 1;  transform: scaleX(1.18); }
}

@keyframes todpDiamondPulse {
  0%, 100% { opacity: .4; transform: rotate(45deg) scale(1); }
  50%      { opacity: .9; transform: rotate(45deg) scale(1.35); }
}

.todp-anim {
  opacity: 0;
  animation: todpFadeUp .8s cubic-bezier(.22, 1, .36, 1) forwards;
}

.todp-delay-1 { animation-delay: .1s; }
.todp-delay-2 { animation-delay: .25s; }
.todp-delay-3 { animation-delay: .4s; }
.todp-delay-4 { animation-delay: .55s; }
.todp-delay-5 { animation-delay: .7s; }
.todp-delay-6 { animation-delay: .85s; }
.todp-delay-7 { animation-delay: 1s; }

/* ── Responsive — Tablet ── */
@media (max-width: 768px) {
  .todp-hero {
    padding: 56px 24px 40px;
  }
  .todp-hero__title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .todp-hero__deck {
    font-size: 1rem;
  }
  .todp-content {
    padding: 32px 24px 40px;
  }
  .todp-heading {
    font-size: 1.25rem;
    padding-right: 16px;
  }
  .todp-card {
    padding: 24px 20px;
  }
  .todp-card__title {
    font-size: 1.05rem;
  }
  .todp-card__text {
    font-size: .9rem;
  }
  .todp-separator {
    margin: 36px 0;
  }
  .todp-note {
    padding: 22px 20px;
  }
}

/* ── Responsive — Mobile ── */
@media (max-width: 480px) {
  .todp-hero {
    padding: 44px 16px 32px;
  }
  .todp-hero__title {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .todp-hero__line {
    width: 60px;
    margin-bottom: 18px;
  }
  .todp-hero__deck {
    font-size: .92rem;
  }
  .todp-content {
    padding: 24px 16px 32px;
  }
  .todp-heading {
    font-size: 1.1rem;
    padding-right: 14px;
  }
  .todp-heading::before {
    width: 3px;
  }
  .todp-card {
    padding: 20px 16px;
    border-right-width: 2px;
  }
  .todp-card__title {
    font-size: 1rem;
  }
  .todp-card__text {
    font-size: .87rem;
    line-height: 1.85;
  }
  .todp-section p {
    font-size: .93rem;
    line-height: 1.85;
  }
  .todp-separator {
    margin: 28px 0;
    gap: 10px;
  }
  .todp-separator span {
    width: 5px;
    height: 5px;
  }
  .todp-note {
    padding: 18px 16px;
  }
  .todp-note__title {
    font-size: .95rem;
  }
  .todp-note__text {
    font-size: .85rem;
  }
}/* End custom CSS */