.elementor-16424 .elementor-element.elementor-element-284226e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-61fbe02 */.elementor-16424 .elementor-element.elementor-element-284226e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-61fbe02 */.ga-landing {
  --ga-primary: #ca0e0f;
  --ga-primary-dark: #990708;
  --ga-dark: #1f2937;
  --ga-muted: #64748b;
  --ga-soft: #f8fafc;
  --ga-white: #ffffff;
  --ga-border: rgba(31, 41, 55, 0.12);
  --ga-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  --ga-shadow-red: 0 28px 80px rgba(202, 14, 15, 0.18);
  direction: rtl;
  font-family: inherit;
  color: var(--ga-dark);
  background:
    radial-gradient(circle at top right, rgba(202, 14, 15, 0.09), transparent 34rem),
    linear-gradient(180deg, #fff 0%, var(--ga-soft) 100%);
  overflow: hidden;
}

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

.ga-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ga-hero {
  position: relative;
  padding: 92px 0 80px;
  color: #fff;
  background: none;
}

.ga-hero::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -72px;
  height: 140px;
  background: var(--ga-soft);
  border-radius: 50% 50% 0 0;
}

.ga-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 46px;
  align-items: center;
}

.ga-kicker,
.ga-section-head span,
.ga-cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
}

.ga-kicker {
  margin-bottom: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.ga-hero h1 {
  margin: 0 0 22px;
  font-size: 2em;
  font-weight: 650;
  text-align: center;
  line-height: 1.16;
  letter-spacing: -1.6px;
  color: #ca0e0f;
}

.ga-hero p {
  margin: 0;
  color: rgb(59 54 54 / 90%);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 2.05;
  font-weight: 350;
}

.ga-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ga-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ga-btn:hover {
  transform: translateY(-3px);
}

.ga-btn-primary {
  color: #fff6f6 !important;
  background: #5f5f5f;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.ga-btn-secondary {
  color: #fff !important;
  background: rgb(202 14 15);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.ga-hero-panel {
  position: relative;
  padding: 22px;
  border-radius: 30px;
  background: rgb(202 14 15);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.ga-panel-header {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.ga-panel-header span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.ga-live-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ga-dark);
}

.ga-live-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 650;
}

.ga-live-card small {
  color: var(--ga-muted);
  font-weight: 650;
}

.ga-live-badge {
  padding: 8px 12px;
  border-radius: 999px;
  color: #0f7a3d;
  background: rgba(34, 197, 94, 0.12);
  font-size: 13px;
  font-weight: 650;
}

.ga-flow-list {
  display: grid;
  gap: 12px;
}

.ga-flow-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ga-flow-item span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: var(--ga-primary);
  background: #fff;
  font-size: 13px;
  font-weight: 650;
}

.ga-flow-item p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
}

.ga-stats {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: -12px;
}

.ga-stat {
  padding: 22px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--ga-shadow);
  text-align: center;
}

.ga-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ga-primary);
  font-size: 25px;
  font-weight: 650;
}

.ga-stat span {
  display: block;
  color: var(--ga-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.8;
}

.ga-section {
  padding: 88px 0 0;
}

.ga-section-head {
  width: min(800px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.ga-section-head span {
  margin-bottom: 14px;
  color: var(--ga-primary);
  background: rgba(202, 14, 15, 0.08);
}

.ga-section-head h2 {
  margin: 0 0 14px;
  color: #5e5f5f;
  font-size: 2em;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -1px;
}

.ga-section-head p {
  margin: 0;
  color: var(--ga-muted);
  font-size: 16px;
  line-height: 2;
  font-weight: 350;
}

.ga-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ga-compare-card {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--ga-shadow);
}

.ga-muted-card {
  background: #fff;
  border: 1px solid var(--ga-border);
}

.ga-brand-card {
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, var(--ga-primary), var(--ga-primary-dark));
}

.ga-compare-icon,
.ga-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ga-compare-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  border-radius: 20px;
  font-size: 0;
}

.ga-muted-card .ga-compare-icon {
  color: var(--ga-muted);
  background: #f1f5f9;
}

.ga-brand-card .ga-compare-icon {
  color: var(--ga-primary);
  background: #fff;
}

.ga-compare-card h3 {
  margin: 0 0 14px;
  font-size: 25px;
  font-weight: 650;
  color: currentColor;
}

.ga-compare-card p {
  margin: 0 0 20px;
  color: var(--ga-muted);
  line-height: 2;
  font-weight: 350;
}

.ga-brand-card p {
  color: rgba(255, 255, 255, 0.9);
}

.ga-compare-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ga-compare-card li {
  position: relative;
  padding: 12px 36px 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 650;
}

.ga-muted-card li {
  color: var(--ga-dark);
  background: #f8fafc;
}

.ga-brand-card li {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.ga-compare-card li::before {
  content: "•";
  position: absolute;
  right: 15px;
  color: var(--ga-primary);
  font-size: 24px;
  line-height: 0.8;
}

.ga-brand-card li::before {
  color: #fff;
}

.ga-channels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ga-channel-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ga-border);
  box-shadow: 0 14px 44px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ga-channel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(202, 14, 15, 0.1), transparent 52%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.ga-channel-card:hover {
  transform: translateY(-7px);
  border-color: rgba(202, 14, 15, 0.24);
  box-shadow: var(--ga-shadow-red);
}

.ga-channel-card:hover::before {
  opacity: 1;
}

.ga-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: var(--ga-primary);
  background: rgba(202, 14, 15, 0.09);
  font-size: 0;
}

.ga-channel-card h3,
.ga-channel-card p {
  position: relative;
  z-index: 2;
}

.ga-channel-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 450;
  line-height: 1.5;
}

.ga-channel-card p {
  margin: 0;
  color: var(--ga-muted);
  font-size: 14.5px;
  line-height: 1.95;
  font-weight: 350;
}

.ga-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ga-benefit {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--ga-border);
  box-shadow: 0 14px 44px rgba(15, 23, 42, 0.06);
}

.ga-benefit > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: var(--ga-primary);
  font-size: 14px;
  font-weight: 650;
}

.ga-benefit h3 {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 550;
}

.ga-benefit p {
  margin: 0;
  color: var(--ga-muted);
  font-size: 15px;
  line-height: 1.95;
  font-weight: 350;
}

.ga-authority {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: stretch;
}

.ga-authority-content,
.ga-authority-box {
  border-radius: 30px;
  box-shadow: var(--ga-shadow);
}

.ga-authority-content {
  padding: 42px;
  color: #fff;
  background:
    radial-gradient(circle at left top, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #af3636, var(--ga-primary));
}

.ga-authority-content h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
  color: antiquewhite;
  text-shadow: 3px 3px 10px #4f4c4c;
}

.ga-authority-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 2.05;
  font-weight: 350;
}

.ga-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ga-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 650;
}

.ga-authority-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--ga-border);
  text-align: center;
}

.ga-authority-box strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ga-muted);
  font-size: 15px;
  font-weight: 650;
}

.ga-authority-box b {
  display: block;
  margin-bottom: 16px;
  color: var(--ga-primary);
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 650;
  line-height: 1;
}

.ga-authority-box p {
  margin: 0;
  color: var(--ga-muted);
  line-height: 1.95;
  font-weight: 350;
}

.ga-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 88px 0 72px;
  padding: 44px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at left top, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(135deg, var(--ga-primary), var(--ga-primary-dark));
  box-shadow: var(--ga-shadow-red);
}

.ga-cta span {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.ga-cta h2 {
  margin: 16px 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 550;
  line-height: 1.35;
  color: #fff;
}

.ga-cta p {
  margin: 0;
  max-width: 740px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  font-weight: 350;
}

.ga-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 auto;
}

.ga-btn-light {
  color: var(--ga-primary) !important;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.ga-btn-outline {
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

/* آیکن‌ها از CSS */
.ga-compare-icon::before,
.ga-icon::before {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 28px;
  line-height: 1;
  display: block;
}

.ga-compare-icon img.emoji,
.ga-icon img.emoji {
  display: none !important;
}

.ga-ico-cloud::before { content: "☁"; }
.ga-ico-check::before { content: "\2714"; }
.ga-ico-site::before { content: "🌐"; }
.ga-ico-insta::before { content: "📸"; }
.ga-ico-channel::before { content: "📣"; }
.ga-ico-bank::before { content: "👥"; }
.ga-ico-resume::before { content: "📄"; }
.ga-ico-smart::before { content: "🔔"; }
.ga-ico-newsletter::before { content: "✉"; }
.ga-ico-media::before { content: "📰"; }

@media (max-width: 1100px) {
  .ga-hero-grid {
    grid-template-columns: 1fr;
  }

  .ga-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ga-channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ga-authority {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ga-compare,
  .ga-benefits {
    grid-template-columns: 1fr;
  }

  .ga-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ga-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ga-cta-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .ga-container {
    width: min(100% - 24px, 1180px);
  }

  .ga-hero {
    padding: 68px 0 62px;
  }

  .ga-hero h1 {
    letter-spacing: -0.8px;
  }

  .ga-hero-actions,
  .ga-cta-actions {
    flex-direction: column;
  }

  .ga-btn {
    width: 100%;
  }

  .ga-stats,
  .ga-channels {
    grid-template-columns: 1fr;
  }

  .ga-section {
    padding-top: 62px;
  }

  .ga-compare-card,
  .ga-authority-content,
  .ga-authority-box,
  .ga-cta {
    padding: 26px;
  }

  .ga-channel-card {
    min-height: auto;
  }

  .ga-cta {
    margin: 62px 0 48px;
  }
}/* End custom CSS *//* End custom CSS */