/*
Theme Name:  Sabzgard Child
Theme URI:   https://sabzgard.ir
Description: چایلد‌تم سبزگارد — طراحی اختصاصی روی Hello Elementor. تمام ظاهر سایت از همین فایل می‌آید؛ قالب‌های المنتور فقط ساختار و محتوا دارند.
Author:      Sabzgard
Template:    hello-elementor
Version:     1.0.0
Text Domain: sabzgard-child
*/

/* ==========================================================================
   فونت
   ========================================================================== */
@font-face {
  font-family: "IRANYekanX";
  src: url("fonts/IRANYekanXVF.woff") format("woff");
  font-weight: 100 1000;      /* بازه — نه یک عدد، وگرنه روی Thin قفل می‌شود */
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   توکن‌ها
   ========================================================================== */
:root {
  --brand-950:#052018; --brand-900:#082D21; --brand-800:#0B3D2C;
  --brand-700:#10513A; --brand-600:#16694B; --brand-500:#1C875F;
  --brand-400:#2FAB79; --brand-300:#6BCCA4; --brand-200:#A5E2C6;
  --brand-100:#CDEFDE; --brand-50:#EDF8F2;

  --accent-600:#C26B0B; --accent-500:#E2860D; --accent-400:#F2A32B;
  --accent-200:#FBD99B; --accent-100:#FDF1DC;

  --bg:#F7F9F6; --surface:#FFFFFF; --surface-2:#F1F5F1;
  --line:#E4EAE4; --line-2:#D2DED5;
  --ink:#0A1512; --ink-2:#35463F; --ink-3:#6C7D74;

  --sh-sm:0 2px 6px rgba(8,45,33,.05), 0 1px 2px rgba(8,45,33,.04);
  --sh-md:0 10px 30px rgba(8,45,33,.08);
  --sh-lg:0 24px 60px rgba(8,45,33,.13);

  --r-sm:12px; --r-md:16px; --r-lg:20px; --r-xl:28px;
  --wrap:1200px;
  --sec-y:clamp(64px, 8vw, 104px);
  --ease:cubic-bezier(.16,1,.3,1);
}

/* ==========================================================================
   پایه
   ========================================================================== */
body {
  font-family: "IRANYekanX", "IRANSans", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-2);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { color: var(--ink); font-weight: 800; letter-spacing: -.4px; line-height: 1.32; }
a { text-decoration: none; }
::selection { background: var(--brand-200); color: var(--brand-950); }
:focus-visible { outline: 3px solid var(--brand-400); outline-offset: 3px; border-radius: 6px; }

/* ==========================================================================
   ریست المنتور
   المنتور به کانتینرها و ویجت‌ها پدینگ و فاصله پیش‌فرض می‌دهد؛ همه را صفر
   می‌کنیم تا فقط قوانین پایین‌تر تعیین‌کننده باشند.
   ========================================================================== */
.e-con, .e-con-inner { padding: 0; gap: 0; }
.elementor-widget:not(:last-child) { margin-block-end: 0; }
.elementor-widget-container > p:last-child { margin-bottom: 0; }
.elementor-widget-text-editor p { margin: 0; }

/* کانتینر جعبه‌ای = ظرف ۱۲۰۰ پیکسلی سایت */
.e-con-boxed > .e-con-inner {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 22px;
}

/* تیترها رنگ پیش‌فرض المنتور را نگیرند */
.elementor-heading-title { color: var(--ink); }

/* ==========================================================================
   دکمه‌ها
   ========================================================================== */
.elementor-button {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 9px;
  font-family: inherit; font-weight: 700; font-size: 15px; line-height: 1;
  padding: 13px 25px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease),
              background .2s, color .2s, border-color .2s;
}
.elementor-button:hover { transform: translateY(-2px); }
.elementor-button:active { transform: translateY(0); }
.elementor-button .elementor-button-content-wrapper { display: inline-flex; align-items: center; gap: 9px; }
.elementor-button .elementor-button-icon { display: inline-flex; font-size: 18px; }
.elementor-button .elementor-button-icon svg { width: 18px; height: 18px; }

.btn--primary .elementor-button {
  background: var(--accent-500); color: #fff;
  box-shadow: 0 8px 22px rgba(226,134,13,.26);
}
.btn--primary .elementor-button:hover {
  background: var(--accent-600); box-shadow: 0 12px 28px rgba(226,134,13,.34);
}

.btn--accent .elementor-button {
  background: var(--brand-600); color: #fff;
  box-shadow: 0 8px 22px rgba(22,105,75,.24);
}
.btn--accent .elementor-button:hover { background: var(--brand-700); }

.btn--ghost .elementor-button {
  background: var(--surface); color: var(--brand-800);
  border-color: var(--line-2);
}
.btn--ghost .elementor-button:hover {
  background: var(--brand-50); border-color: var(--brand-400); color: var(--brand-700);
}

.btn--light .elementor-button {
  background: rgba(255,255,255,.1); color: #fff;
  border-color: rgba(255,255,255,.3);
  backdrop-filter: blur(8px);
}
.btn--light .elementor-button:hover {
  background: rgba(255,255,255,.19); border-color: rgba(255,255,255,.5);
}

.btn--lg .elementor-button { padding: 16px 32px; font-size: 16px; }

/* ==========================================================================
   بخش‌ها و سربرگ
   ========================================================================== */
.section { padding-block: var(--sec-y); }
.section--tight { padding-block: calc(var(--sec-y) * .62); }
.section--alt { background: var(--surface); }

.container > .e-con-inner { display: flex; flex-direction: column; }

.sec-head {
  max-width: 640px;
  margin-inline: auto;
  margin-block-end: clamp(38px, 5vw, 60px);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.sec-head .elementor-widget { width: auto; }

.eyebrow .elementor-widget-container > p {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-50);
  border: 1px solid var(--brand-100);
  color: var(--brand-700);
  font-size: 13px; font-weight: 700;
  padding: 6px 15px 6px 13px;
  border-radius: 999px;
  margin: 0 0 18px;
}
.eyebrow .elementor-widget-container > p::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand-500); box-shadow: 0 0 0 3px rgba(28,135,95,.16);
}

.sec-title .elementor-heading-title {
  font-size: clamp(25px, 3.4vw, 38px);
  line-height: 1.3; letter-spacing: -.6px;
  margin-bottom: 14px;
  color: var(--brand-950);
}
.sec-sub .elementor-widget-container {
  color: var(--ink-3); font-size: 16.5px; line-height: 1.85;
}

.actions > .e-con-inner, .actions {
  display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px;
}
.actions--center { justify-content: center; margin-block-start: 34px; }

/* ==========================================================================
   هیرو
   ========================================================================== */
.hero {
  position: relative; overflow: hidden;
  padding-block: 76px 92px;
  background:
    radial-gradient(760px 460px at 82% 4%, rgba(47,171,121,.16), transparent 64%),
    radial-gradient(620px 420px at 4% 92%, rgba(226,134,13,.07), transparent 62%),
    linear-gradient(180deg,#FFFFFF 0%, var(--bg) 68%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(11,61,44,.09) 1px, transparent 0);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(180deg,#000 0%,transparent 72%);
  mask-image: linear-gradient(180deg,#000 0%,transparent 72%);
}
.hero > .e-con-inner, .hero > .e-con { position: relative; z-index: 1; }

.hero__inner > .e-con-inner {
  display: flex; flex-direction: row; align-items: center;
  gap: clamp(32px, 5vw, 64px);
}
.hero__text { width: 53%; display: flex; flex-direction: column; }
.hero__art  { width: 47%; position: relative; }

.hero h1.elementor-heading-title {
  font-size: clamp(31px, 4.5vw, 50px);
  line-height: 1.28; letter-spacing: -1px;
  color: var(--brand-950);
  margin-bottom: 20px;
}
.hero .hl { position: relative; color: var(--brand-600); white-space: nowrap; }
.hero .hl::after {
  content: ""; position: absolute; inset-inline: -2px; bottom: .1em;
  height: .26em; background: var(--accent-200); opacity: .8;
  border-radius: 3px; z-index: -1;
}
.hero__lead .elementor-widget-container {
  font-size: 17px; line-height: 1.9; color: var(--ink-3);
  max-width: 50ch; margin-bottom: 30px;
}
.hero__actions { margin-bottom: 30px; }
.hero__actions > .e-con-inner, .hero__actions {
  display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px;
}

/* چیپ‌های اعتماد */
.hero__trust .elementor-icon-list-items {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.hero__trust .elementor-icon-list-item {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px; font-weight: 600; color: var(--ink-2);
  backdrop-filter: blur(6px);
}
.hero__trust .elementor-icon-list-icon { color: var(--brand-500); font-size: 15px; }
.hero__trust .elementor-icon-list-icon i { font-size: inherit; }

/* صحنه تصویری
   SVG به‌صورت پس‌زمینه لود می‌شود، نه ویجت HTML. دلیلش: المنتور موقع ایمپورت
   قالبی که SVG درون‌خط دارد را بدون «Unfiltered File Uploads» رد می‌کند.
   گرادیان زیرِ تصویر، تضمین می‌کند حتی اگر فایل لود نشد جعبه خالی نماند. */
.hero__scene {
  width: 100%;
  aspect-ratio: 5 / 5.6;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  background-image: url("img/hero-scene.svg"),
                    linear-gradient(165deg, var(--brand-700), var(--brand-950));
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

/* کارت‌های شناور */
.float-card {
  position: absolute; z-index: 3;
  width: max-content; max-width: 250px;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: var(--r-md);
  padding: 12px 16px;
  box-shadow: var(--sh-lg);
  animation: sgBob 6s ease-in-out infinite;
}
.float-card--a { inset-block-start: 9%;  inset-inline-start: -7%; }
.float-card--b { inset-block-end: 12%;   inset-inline-end: -6%; animation-delay: 1.8s; }
@keyframes sgBob { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-9px);} }

/* نوار امتیاز */
.rating-pill {
  position: absolute; z-index: 3;
  inset-block-end: -20px; inset-inline-start: 50%;
  transform: translateX(50%);
  width: max-content;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 18px;
  box-shadow: var(--sh-md);
}
.rating-pill > .e-con-inner, .rating-pill {
  display: flex; flex-direction: row; align-items: center; gap: 10px;
}
.rating-pill p { margin: 0; display: flex; align-items: center; gap: 8px; font-size: 12.5px; }
.rating-pill b { font-size: 14px; color: var(--ink); }
.rating-pill span { color: var(--ink-3); }
.rating-pill .elementor-star-rating { font-size: 15px; }
.rating-pill .elementor-star-rating i { color: var(--accent-500); }

/* ==========================================================================
   آیکون‌باکس عمومی
   ========================================================================== */
.elementor-icon-box-wrapper { display: flex; align-items: flex-start; gap: 12px; text-align: start; }
.elementor-position-right .elementor-icon-box-icon { order: -1; }
.elementor-icon-box-icon { flex: none; margin: 0 !important; }
.elementor-icon-box-title { margin: 0 0 3px; }
.elementor-icon-box-title, .elementor-icon-box-title span {
  font-size: 14.5px; font-weight: 800; color: var(--ink); line-height: 1.4;
}
.elementor-icon-box-description {
  margin: 0; font-size: 12.5px; color: var(--ink-3); line-height: 1.75;
}
.elementor-icon-box-icon .elementor-icon {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--brand-50);
  color: var(--brand-600);
  font-size: 20px;
  transition: .35s var(--ease);
}
.elementor-icon-box-icon .elementor-icon svg { width: 20px; height: 20px; fill: currentColor; }

/* ==========================================================================
   نوار مجوزها
   ========================================================================== */
.trust-strip { background: var(--surface); border-block: 1px solid var(--line); }
.trust-strip__row > .e-con-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.trust-strip__item { padding: 22px 18px; position: relative; }
.trust-strip__item + .trust-strip__item::before {
  content: ""; position: absolute; inset-inline-end: 0; inset-block: 22px;
  width: 1px; background: var(--line);
}

/* ==========================================================================
   کارت خدمات
   ========================================================================== */
.grid { display: grid; gap: 22px; }
.grid.g-2 { grid-template-columns: repeat(2, 1fr); }
.grid.g-3 { grid-template-columns: repeat(3, 1fr); }
.grid.g-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s;
}
.card::before {
  content: ""; position: absolute; inset-block-start: 0; inset-inline: 0; height: 3px;
  background: var(--accent-500);
  transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: var(--brand-200); }
.card:hover::before { transform: scaleX(1); }

.card__ico { width: auto !important; }
.card__ico .elementor-icon-wrapper { text-align: start; }
.card__ico .elementor-icon {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 15px;
  background: var(--brand-50);
  border: 1px solid var(--brand-100);
  color: var(--brand-600);
  font-size: 26px;
  margin-bottom: 18px;
  transition: .35s var(--ease);
}
.card:hover .card__ico .elementor-icon {
  background: var(--brand-600); border-color: var(--brand-600); color: #fff;
}
.card h3.elementor-heading-title {
  font-size: 18px; margin-bottom: 9px; letter-spacing: -.3px; color: var(--brand-950);
}
.card .elementor-widget-text-editor { font-size: 14.5px; color: var(--ink-3); line-height: 1.85; }

.card__link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-block-start: 16px;
  font-size: 14px; font-weight: 700;
  color: var(--brand-600);
}
.card__link::after { content: "←"; transition: transform .25s var(--ease); }
.card:hover .card__link { color: var(--accent-600); }
.card:hover .card__link::after { transform: translateX(-4px); }

/* ==========================================================================
   باند آمار
   ========================================================================== */
.statband {
  position: relative; overflow: hidden;
  background: var(--brand-900);
  padding-block: clamp(44px, 6vw, 68px);
}
.statband::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(620px 300px at 12% 0%, rgba(47,171,121,.24), transparent 62%),
    radial-gradient(520px 260px at 92% 100%, rgba(226,134,13,.14), transparent 64%);
}
.statband > .e-con-inner { position: relative; z-index: 1; }
.statband__grid > .e-con-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.stat { text-align: center; }
.stat + .stat { border-inline-start: 1px solid rgba(255,255,255,.12); }
.stat .elementor-counter-number-wrapper {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800; color: #fff; line-height: 1.2; letter-spacing: -1px;
}
.stat .elementor-counter-title {
  font-size: 14px; font-weight: 400;
  color: rgba(205,239,222,.72); margin-top: 2px;
}

/* ==========================================================================
   مراحل کار
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { position: relative; text-align: center; padding: 4px 6px; }
.step__num .elementor-heading-title {
  width: 62px; height: 62px; margin: 0 auto 18px;
  border-radius: 18px;
  background: var(--surface);
  border: 1.5px solid var(--brand-200);
  color: var(--brand-700);
  display: grid; place-items: center;
  font-size: 21px; font-weight: 800; line-height: 1;
  box-shadow: var(--sh-sm);
  transition: .35s var(--ease);
  position: relative; z-index: 2;
}
.step:hover .step__num .elementor-heading-title {
  background: var(--brand-700); border-color: var(--brand-700); color: #fff;
  transform: translateY(-5px);
}
.step h3.elementor-heading-title { font-size: 17px; margin-bottom: 8px; }
.step .elementor-widget-text-editor { font-size: 14px; color: var(--ink-3); line-height: 1.85; }
.step:not(:last-child)::after {
  content: ""; position: absolute; inset-block-start: 31px;
  inset-inline-end: calc(-50% + 46px); width: calc(100% - 92px);
  border-top: 2px dashed var(--brand-200); z-index: 1;
}

/* ==========================================================================
   چرا ما
   ========================================================================== */
.split > .e-con-inner {
  display: flex; flex-direction: row; align-items: center;
  gap: clamp(34px, 5vw, 60px);
}
.split__col { width: 50%; display: flex; flex-direction: column; }
.split__col .sec-title .elementor-heading-title { text-align: start; }
.feature-list { display: flex; flex-direction: column; gap: 8px; margin-block-start: 28px; }
.feature {
  padding: 14px 16px; border-radius: var(--r-md);
  transition: background .25s var(--ease);
}
.feature:hover { background: var(--brand-50); }
.feature .elementor-icon-box-icon .elementor-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--brand-100); color: var(--brand-700); font-size: 21px;
}
.feature .elementor-icon-box-title, .feature .elementor-icon-box-title span { font-size: 16px; }
.feature .elementor-icon-box-description { font-size: 14px; line-height: 1.8; }

.media-box {
  width: 50%;
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background: linear-gradient(160deg, var(--brand-700), var(--brand-950));
  padding: clamp(32px,4vw,46px) clamp(26px,3.4vw,40px);
  box-shadow: var(--sh-lg);
}
.media-box::before {
  content: ""; position: absolute;
  inset-block-start: -35%; inset-inline-end: -28%;
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(47,171,121,.34), transparent 68%);
  pointer-events: none;
}
.media-box > * { position: relative; z-index: 1; }
.media-box h3.elementor-heading-title {
  color: #fff; font-size: clamp(20px,2.4vw,24px); margin-bottom: 14px;
}
.media-box .elementor-widget-text-editor { color: rgba(255,255,255,.76); font-size: 15px; }
.quote-list { margin-block: 24px 28px; }
.quote-list .elementor-icon-list-item {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: 15px; color: rgba(255,255,255,.92); margin-bottom: 12px;
}
.quote-list .elementor-icon-list-icon { color: var(--accent-400); font-size: 19px; margin-top: 3px; }

/* ==========================================================================
   نظرات
   ========================================================================== */
.testimonial {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  position: relative;
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s;
}
.testimonial::before {
  content: "”"; position: absolute;
  inset-block-start: 6px; inset-inline-end: 22px;
  font-size: 76px; line-height: 1; color: var(--brand-100);
  font-family: Georgia, serif; pointer-events: none;
}
.testimonial:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: var(--brand-200); }
.testimonial .stars { margin-bottom: 14px; }
.testimonial .elementor-star-rating { font-size: 16px; }
.testimonial .elementor-star-rating i { color: var(--accent-500); }
.testimonial .elementor-testimonial-content {
  font-size: 14.8px; color: var(--ink-2); line-height: 1.95;
  margin-bottom: 22px; padding: 0; background: none;
}
.testimonial .elementor-testimonial-meta {
  padding-block-start: 18px; border-top: 1px solid var(--line);
}
.testimonial .elementor-testimonial-name { font-size: 14.5px; font-weight: 800; color: var(--ink); }
.testimonial .elementor-testimonial-job  { font-size: 12.5px; color: var(--ink-3); }

/* ==========================================================================
   سوالات متداول
   ========================================================================== */
.faq { max-width: 820px; margin-inline: auto; width: 100%; }
.faq .elementor-accordion { display: flex; flex-direction: column; gap: 12px; }
.faq .elementor-accordion-item {
  background: var(--surface);
  border: 1px solid var(--line) !important;
  border-radius: var(--r-md);
  overflow: hidden;
  transition: .3s var(--ease);
}
.faq .elementor-tab-title {
  padding: 19px 22px;
  display: flex; align-items: center; gap: 14px;
  background: none; border: 0;
}
.faq .elementor-tab-title a, .faq .elementor-accordion-title {
  font-size: 16px; font-weight: 700; color: var(--brand-950); line-height: 1.6;
}
.faq .elementor-accordion-icon {
  order: 2; margin-inline-start: auto; margin-inline-end: 0;
  width: 30px; height: 30px; border-radius: 9px;
  background: var(--brand-50); color: var(--brand-600);
  display: grid !important; place-items: center;
  font-size: 16px;
  transition: .3s var(--ease);
}
.faq .elementor-tab-title.elementor-active { border-color: var(--brand-300); }
.faq .elementor-tab-title.elementor-active .elementor-accordion-icon {
  background: var(--brand-600); color: #fff;
}
.faq .elementor-tab-content {
  padding: 0 22px 20px;
  border: 0 !important;
  color: var(--ink-3); font-size: 14.8px; line-height: 1.95;
}
.faq .elementor-tab-content p { margin: 0; padding-top: 16px; border-top: 1px solid var(--line); }

/* ==========================================================================
   نوار فراخوان
   ========================================================================== */
.cta-band {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  background: linear-gradient(140deg, var(--brand-700), var(--brand-950));
  padding: clamp(38px,5vw,58px) clamp(26px,4vw,52px);
  box-shadow: var(--sh-lg);
}
.cta-band > .e-con-inner, .cta-band {
  display: flex; flex-direction: row; align-items: center;
  justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-band::before, .cta-band::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
}
.cta-band::before {
  width: 360px; height: 360px; inset-block-start: -150px; inset-inline-start: -90px;
  background: radial-gradient(circle, rgba(47,171,121,.3), transparent 70%);
}
.cta-band::after {
  width: 280px; height: 280px; inset-block-end: -130px; inset-inline-end: -60px;
  background: radial-gradient(circle, rgba(226,134,13,.24), transparent 70%);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2.elementor-heading-title {
  color: #fff; font-size: clamp(22px,3vw,31px); margin-bottom: 10px;
}
.cta-band .elementor-widget-text-editor { color: rgba(255,255,255,.76); font-size: 15.5px; }
.cta-band__actions { display: flex; flex-direction: row; gap: 12px; flex-wrap: wrap; }

/* ==========================================================================
   هدر و فوتر (Theme Builder)
   ========================================================================== */
.sg-header {
  background: rgba(247,249,246,.7);
  backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: .3s var(--ease);
}
.sg-header.elementor-sticky--effects {
  background: rgba(255,255,255,.9) !important;
  border-bottom-color: var(--line);
  box-shadow: 0 2px 20px rgba(8,45,33,.05);
}

/* ==========================================================================
   فرم
   ========================================================================== */
.elementor-field-group label { font-size: 14px; font-weight: 700; color: var(--ink); }
.elementor-field-textual {
  background: var(--surface-2) !important;
  border: 1.5px solid var(--line) !important;
  border-radius: var(--r-sm) !important;
  padding: 13px 15px !important;
  font-size: 15px !important;
}
.elementor-field-textual:focus {
  background: #fff !important;
  border-color: var(--brand-500) !important;
  box-shadow: 0 0 0 4px rgba(28,135,95,.13) !important;
  outline: none;
}
.elementor-field-type-tel input { direction: ltr; text-align: right; }

/* ==========================================================================
   ریسپانسیو
   ========================================================================== */
@media (max-width: 1024px) {
  .hero { padding-block: 56px 64px; }
  .hero__inner > .e-con-inner { flex-direction: column; }
  .hero__text, .hero__art { width: 100%; }
  .hero__art { max-width: 400px; margin-inline: auto; }
  .hero__scene { aspect-ratio: 5 / 4.6; }
  .trust-strip__row > .e-con-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__item:nth-child(2)::before { display: none; }
  .trust-strip__item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .grid.g-3, .grid.g-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
  .step::after { display: none !important; }
  .split > .e-con-inner { flex-direction: column; }
  .split__col, .media-box { width: 100%; }
}

@media (max-width: 900px) {
  .statband__grid > .e-con-inner { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
  .stat:nth-child(3) { border-inline-start: 0; }
  .cta-band { text-align: center; justify-content: center; }
  .cta-band__actions { justify-content: center; width: 100%; }
}

@media (max-width: 767px) {
  body { font-size: 15.5px; padding-bottom: 74px; }
  .e-con-boxed > .e-con-inner { padding-inline: 18px; }
  .hero { padding-block: 40px 52px; }
  .hero__lead .elementor-widget-container { font-size: 16px; margin-bottom: 26px; }
  .hero__art { max-width: 340px; }
  .hero__scene { aspect-ratio: 5 / 4.8; }
  .hero__actions .elementor-widget-button { flex: 1; min-width: 148px; }
  .float-card, .rating-pill {
    position: static; transform: none; animation: none;
    margin: 12px auto 0; max-width: 100%;
  }
  .float-card--b { display: none; }
  .trust-strip__row > .e-con-inner { grid-template-columns: 1fr; }
  .trust-strip__item::before { display: none !important; }
  .trust-strip__item + .trust-strip__item { border-top: 1px solid var(--line); }
  .trust-strip__item { padding: 16px 4px; }
  .grid.g-2, .grid.g-3, .grid.g-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .statband__grid > .e-con-inner { gap: 26px 14px; }
  .stat + .stat { border-inline-start: 0; }
  .testimonial::before { font-size: 60px; inset-inline-end: 16px; }
  .faq .elementor-tab-title { padding: 16px 18px; }
  .faq .elementor-tab-title a { font-size: 15px; }
  .faq .elementor-tab-content { padding: 0 18px 18px; }
}

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