/* =========================================================
   Ú†Ø§Ù¾ Ø¯Ù‡Ù‚Ø§Ù† â€” Stylesheet
   Design tokens, layout, components, responsive rules.
   ========================================================= */

@font-face {
  font-family: "aviny";
  src: url(font/aviny.ttf);
}
@font-face {
  font-family: "yekan";
  src: url(font/W_yekan\ Bold.ttf);
}
:root {
  --sky-50: #eaf8ff;
  --sky-100: #d8f0ff;
  --sky-300: #8ccfff;
  --sky-500: #4a9fff;
  --coral: #ff5d66;
  --white: #ffffff;
  --ink: #1f2937;
  --ink-soft: #4b5566;

  --font-display: "Avini", "Vazirmatn", sans-serif;
  --font-body: "Vazirmatn", sans-serif;

  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;

  --shadow-soft: 0 10px 30px rgba(74, 159, 255, 0.1);
  --shadow-softer: 0 4px 18px rgba(31, 41, 55, 0.06);

  --ease-premium: cubic-bezier(0.22, 0.61, 0.36, 1);
  --container: 1220px;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
img,
svg {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

html {
  scroll-behavior: auto;
}
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
}

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}

/* ---------- Custom Cursor ---------- */
.cursor {
  display: none;
}

/* ---------- Loader ---------- */
/* Ú©Ø§Ù†Ø³Ù¾Øª: Ù„ÙˆÚ¯Ùˆ Ù…Ø«Ù„ Ù…Ù‡Ø± Ø§Ø² Ø¨Ø§Ù„Ø§ Ù…ÛŒâ€ŒØ§ÙØªØ¯ Ùˆ Â«Ø¶Ø±Ø¨Ù‡Â» Ù…ÛŒâ€ŒØ²Ù†Ø¯ (Ø­Ù„Ù‚Ù‡â€ŒÛŒ Ø¬ÙˆÙ‡Ø±)ØŒ
   ÛŒÚ© Ø±ÛŒÙ†Ú¯ Ú†Ø±Ø®Ø§Ù† Ø¨Ø§ Ø±Ù†Ú¯â€ŒÙ‡Ø§ÛŒ Ø¨Ø±Ù†Ø¯ Ø¯ÙˆØ±Ø´ Ù…ÛŒâ€ŒÚ†Ø±Ø®Ø¯ØŒ Ø­Ø±ÙˆÙ Â«Ú†Ø§Ù¾ Ø¯Ù‡Ù‚Ø§Ù†Â» ÛŒÚ©ÛŒâ€ŒÛŒÚ©ÛŒ
   Ù…Ø«Ù„ Ú†Ø§Ù¾â€ŒØ´Ø¯Ù† Ø¸Ø§Ù‡Ø± Ù…ÛŒâ€ŒØ´ÙˆÙ†Ø¯ Ùˆ ÛŒÚ© Ù†ÙˆØ§Ø± Ù¾ÛŒØ´Ø±ÙØª Ù†Ø§Ø²Ú© Ø²ÛŒØ± Ø¢Ù† Ù¾Ø± Ù…ÛŒâ€ŒØ´ÙˆØ¯.
   Ù¾Ø³â€ŒØ²Ù…ÛŒÙ†Ù‡ Ù‡Ù… Ø¨Ø§ÙØª Ù†Ù‚Ø·Ù‡â€ŒØ§ÛŒ Ø±ÛŒØ² (Ù‡Ø§ÙØªÙˆÙ† Ú†Ø§Ù¾ÛŒ) Ø¯Ø§Ø±Ø¯ Ú©Ù‡ Ø¨Ù‡â€ŒØ¢Ø±Ø§Ù…ÛŒ Ø­Ø±Ú©Øª Ù…ÛŒâ€ŒÚ©Ù†Ø¯
   Ùˆ Ù‡Ù…Ø±Ù†Ú¯ Ù¾Ø³â€ŒØ²Ù…ÛŒÙ†Ù‡â€ŒÛŒ ØªÛŒØ±Ù‡â€ŒÛŒ Ù‡ÛŒØ±Ùˆ Ø§Ø³Øª ØªØ§ Ú¯Ø°Ø§Ø± ÛŒÚ©Ø¯Ø³Øª Ø¨Ø§Ø´Ø¯. */
.loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: linear-gradient(180deg, #080a14, #0d1120);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.loader__field {
  position: absolute;
  inset: -10%;
  background-image: radial-gradient(
    rgba(251, 241, 228, 0.09) 1.5px,
    transparent 1.5px
  );
  background-size: 24px 24px;
  animation: loaderFieldDrift 14s linear infinite;
}
@keyframes loaderFieldDrift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-24px, -24px);
  }
}

.loader__stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.loader__mark {
  position: relative;
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Ù‡Ø§Ù„Ù‡â€ŒÛŒ Ù†Ø±Ù… Ùˆ Ø´ÙØ§Ù Ø¯ÙˆØ± Ùˆ Ø²ÛŒØ± Ù„ÙˆÚ¯Ùˆ â€” Ø¨Ø±Ø§ÛŒ ØªØºÛŒÛŒØ± Ø´Ø¯Øª/Ø§Ù†Ø¯Ø§Ø²Ù‡ Ù‡Ù…ÛŒÙ† Ø¨Ù„ÙˆÚ©
   Ø±Ø§ ÙˆÛŒØ±Ø§ÛŒØ´ Ú©Ù†ÛŒØ¯: opacity Ø¯Ø± radial-gradient = Ø´ÙØ§ÙÛŒØªØŒ inset = Ø§Ù†Ø¯Ø§Ø²Ù‡ */
.loader__halo {
  position: absolute;
  inset: -34px;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.08) 45%,
    rgba(255, 255, 255, 0) 72%
  );
  filter: blur(4px);
  opacity: 0;
  animation: loaderHaloIn 1s ease 0.1s forwards;
}
@keyframes loaderHaloIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.loader__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #e2531e,
    #454f9e,
    #ff8a4d,
    #7580e0,
    #e2531e
  );
  animation: loaderSpin 1.5s linear infinite;
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 3px),
    #000 calc(100% - 3px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 3px),
    #000 calc(100% - 3px)
  );
}
@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}

.loader__impact {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(226, 83, 30, 0.65);
  opacity: 0;
  transform: scale(0.6);
  animation: loaderImpact 1.7s ease-out 0.35s infinite;
}
@keyframes loaderImpact {
  0% {
    opacity: 0;
    transform: scale(0.55);
  }
  12% {
    opacity: 0.75;
  }
  60% {
    opacity: 0;
    transform: scale(1.55);
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

.loader__logo {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0;
  transform: translateY(-46px) scale(0.6) rotate(-10deg);
  animation: loaderStamp 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) 0.12s forwards;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.5));
}
/* Ø³Ø§ÛŒÙ‡â€ŒÛŒ Ù†Ø±Ù… Ùˆ Ø´ÙØ§Ù Ø²ÛŒØ± Ù„ÙˆÚ¯Ùˆ */
.loader__mark::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -6px;
  width: 60px;
  height: 14px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.28),
    rgba(0, 0, 0, 0) 72%
  );
  opacity: 0;
  animation: loaderHaloIn 0.8s ease 0.3s forwards;
}

@keyframes loaderStamp {
  0% {
    opacity: 0;
    transform: translateY(-46px) scale(0.6) rotate(-10deg);
  }
  62% {
    opacity: 1;
    transform: translateY(4px) scale(1.07) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

.loader__word {
  display: flex;
  direction: rtl;
  font-family: "aviny", "Vazirmatn", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fbf1e4;
}
.loader__word span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: loaderLetter 0.5s ease forwards;
}
.loader__word-gap {
  width: 8px;
}
.loader__word span:nth-child(1) {
  animation-delay: 0.56s;
}
.loader__word span:nth-child(2) {
  animation-delay: 0.62s;
}
.loader__word span:nth-child(3) {
  animation-delay: 0.68s;
}
.loader__word span:nth-child(4) {
  animation-delay: 0.74s;
}
.loader__word span:nth-child(5) {
  animation-delay: 0.8s;
}
.loader__word span:nth-child(6) {
  animation-delay: 0.86s;
}
.loader__word span:nth-child(7) {
  animation-delay: 0.92s;
}
.loader__word span:nth-child(8) {
  animation-delay: 0.98s;
}
.loader__word span:nth-child(9) {
  animation-delay: 1.04s;
}
@keyframes loaderLetter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loader__bar {
  width: 130px;
  height: 3px;
  border-radius: 3px;
  background: rgba(251, 241, 228, 0.14);
  overflow: hidden;
  opacity: 0;
  animation: loaderLetter 0.4s ease 1.15s forwards;
}
.loader__bar-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 3px;
  background: linear-gradient(90deg, #ff8a4d, #7580e0);
}

.loader.is-done {
  pointer-events: none;
}

/* ---------- Navbar ---------- */
.navbar {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 900;
  padding: 22px 0;
  transition: padding 0.5s var(--ease-premium);
}
.navbar__inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: 0 6px 24px rgba(8, 10, 20, 0.1);
  border-radius: 999px;
  transition:
    background 0.5s var(--ease-premium),
    box-shadow 0.5s var(--ease-premium),
    padding 0.5s var(--ease-premium),
    backdrop-filter 0.5s var(--ease-premium);
  padding-block: 10px;
}
.navbar.is-scrolled {
  padding: 12px 0;
}
.navbar.is-scrolled .navbar__inner {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: var(--shadow-soft);
  padding-block: 8px;
}

.navbar__brand {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "aviny";
  font-weight: 550;
  font-size: 19px;
}
.navbar__brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.navbar__brand-name {
  font-size: 1.8rem;
  color: #ff5d66;
}

.navbar__brand-name2 {
  font-size: 1.8rem;
  color: #000b87;
}

.mark__ring {
  fill: none;
  stroke: var(--sky-500);
  stroke-width: 3;
}
.mark__glyph {
  fill: none;
  stroke: var(--coral);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.navbar__list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.navbar__link {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 15px;
  color: var(--ink-soft);
  transition:
    color 0.3s,
    background 0.3s;
}
.navbar__link:hover {
  color: var(--ink);
  background: var(--sky-50);
}
.has-mega {
  position: relative;
}

.navbar__auth {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  transition:
    transform 0.35s var(--ease-premium),
    background 0.3s,
    color 0.3s,
    box-shadow 0.3s;
}
.btn--ghost {
  color: var(--ink);
  background: var(--sky-50);
}
.btn--ghost:hover {
  background: var(--sky-100);
}
.btn--solid {
  color: var(--white);
  background: var(--sky-500);
  box-shadow: var(--shadow-soft);
}
.btn--solid:hover {
  transform: translateY(-2px);
  background: #3f8ff0;
}
.btn--lg {
  padding: 14px 30px;
  font-size: 16px;
}
.btn--text {
  color: var(--ink);
  font-weight: 600;
  padding: 10px 4px;
}
.btn--text:hover {
  color: var(--sky-500);
}

.navbar__burger {
  display: none;
  position: relative;
  width: 38px;
  height: 38px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.3s;
}
.navbar__burger:hover {
  background: var(--sky-50);
}
.navbar__burger span {
  width: 20px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition:
    transform 0.35s var(--ease-premium),
    opacity 0.25s ease;
}
.navbar__burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar__burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Mega Menu ---------- */
/* Ù†Ú©ØªÙ‡â€ŒÛŒ Ù…Ù‡Ù…: .mega Ø§Ø² top:100% Ø´Ø±ÙˆØ¹ Ù…ÛŒâ€ŒØ´ÙˆØ¯ (Ø¨Ø¯ÙˆÙ† ÙØ§ØµÙ„Ù‡) Ùˆ Ø®ÙˆØ¯Ù ÙØ§ØµÙ„Ù‡â€ŒÛŒ
   Ø¨ØµØ±ÛŒ Ø¨Ø§ padding-top Ø±ÙˆÛŒ Ù‡Ù…ÛŒÙ† Ø¹Ù†ØµØ± Ø³Ø§Ø®ØªÙ‡ Ù…ÛŒâ€ŒØ´ÙˆØ¯ØŒ Ù†Ù‡ Ø¨Ø§ ÙØ§ØµÙ„Ù‡ Ø¯Ø± top.
   Ø¨Ù‡ Ø§ÛŒÙ† ØªØ±ØªÛŒØ¨ Â«Ø¨Ø§Ú©Ø³Â» Ø¹Ù†ØµØ± Ø¨Ø¯ÙˆÙ† ÙˆÙ‚ÙÙ‡ Ø§Ø² Ø¯Ú©Ù…Ù‡â€ŒÛŒ Ù…Ø­ØµÙˆÙ„Ø§Øª ØªØ§ Ù¾Ù†Ù„ Ø§Ø¯Ø§Ù…Ù‡ Ø¯Ø§Ø±Ø¯
   Ùˆ Ù…ÙˆØ³ Ù‡Ù†Ú¯Ø§Ù… Ø­Ø±Ú©Øª Ø¨Ù‡â€ŒØ³Ù…Øª Ù¾Ø§ÛŒÛŒÙ† Ø§Ø² Ù‚Ù„Ù…Ø±Ùˆ Ù…Ù†Ùˆ Ø®Ø§Ø±Ø¬ Ù†Ù…ÛŒâ€ŒØ´ÙˆØ¯ (Ø¹Ù„Øª Ø§ØµÙ„ÛŒ Ø¨Ø³ØªÙ‡
   Ø´Ø¯Ù† Ø²ÙˆØ¯Ù‡Ù†Ú¯Ø§Ù…/Ø¹Ø¯Ù… Ø§Ù…Ú©Ø§Ù† Ø§Ù†ØªØ®Ø§Ø¨ Ø²ÛŒØ±Ù…Ù†Ùˆ). Ø§Ú¯Ø± Ø®ÙˆØ§Ø³ØªÛŒØ¯ ÙØ§ØµÙ„Ù‡â€ŒÛŒ Ø¨ØµØ±ÛŒ Ø¨ÛŒÙ†
   Ø¯Ú©Ù…Ù‡ Ùˆ Ù¾Ù†Ù„ Ø±Ø§ Ø¹ÙˆØ¶ Ú©Ù†ÛŒØ¯ØŒ ÙÙ‚Ø· Ù…Ù‚Ø¯Ø§Ø± padding-top Ø²ÛŒØ± Ø±Ø§ ØªØºÛŒÛŒØ± Ø¯Ù‡ÛŒØ¯. */
.mega {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, -6px);
  width: min(720px, 90vw);
  padding-top: 18px; /* <<< ÙØ§ØµÙ„Ù‡â€ŒÛŒ Ø¨ØµØ±ÛŒ Ø¯Ú©Ù…Ù‡ ØªØ§ Ù¾Ù†Ù„ â€” Ù‡Ù…ÛŒÙ†Ø¬Ø§ ØªØºÛŒÛŒØ± Ø¨Ø¯ÛŒØ¯ */
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s var(--ease-premium),
    transform 0.3s var(--ease-premium);
  z-index: 50;
}
.has-mega.is-open .mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(50%, 0);
}
.mega__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.3fr 1.3fr;
  gap: 22px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.16);
  padding: 28px;
}
.mega__title {
  display: block;
  font-weight: 700;
  font-size: 15.5px;
  margin-bottom: 10px;
  color: var(--ink);
  transition: color 0.3s;
}
.mega__title--static {
  cursor: default;
}
.mega__col a.mega__title:hover {
  color: var(--sky-500);
}
.mega__desc {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.mega__sublist li a {
  display: block;
  padding: 6px 0;
  font-size: 13.5px;
  color: var(--ink-soft);
  border-radius: 8px;
  transition:
    color 0.3s,
    padding-inline-start 0.3s;
}
.mega__sublist li a:hover {
  color: var(--coral);
  padding-inline-start: 6px;
}

/* ---------- Mobile Menu ---------- */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(234, 248, 255, 0.98);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: max(20px, env(safe-area-inset-top)) 24px
    calc(30px + env(safe-area-inset-bottom));
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition:
    opacity 0.4s var(--ease-premium),
    transform 0.4s var(--ease-premium),
    visibility 0s 0.4s;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.4s var(--ease-premium),
    transform 0.4s var(--ease-premium),
    visibility 0s;
}

.mobile-menu__close {
  position: absolute;
  top: max(18px, env(safe-area-inset-top));
  left: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow-softer);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu__close span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}
.mobile-menu__close span:first-child {
  transform: rotate(45deg);
}
.mobile-menu__close span:last-child {
  transform: rotate(-45deg);
}

.mobile-menu__list {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.mobile-menu__list > li > a {
  display: block;
  padding: 14px 10px;
  font-size: 19px;
  font-weight: 700;
  border-radius: 14px;
  transition: background 0.25s;
}
.mobile-menu__list > li > a:hover {
  background: rgba(255, 255, 255, 0.6);
}

.mobile-menu__accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  font-size: 19px;
  font-weight: 700;
  font-family: inherit;
  color: var(--ink);
  border-radius: 14px;
}
.mobile-menu__accordion-trigger svg {
  transition: transform 0.35s var(--ease-premium);
}
.mobile-menu__accordion.is-open .mobile-menu__accordion-trigger svg {
  transform: rotate(180deg);
}

.mobile-menu__accordion-panel {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: max-height 0.4s var(--ease-premium);
}
.mobile-menu__accordion.is-open .mobile-menu__accordion-panel {
  max-height: 260px;
  padding-top: 4px;
}
.mobile-menu__accordion-panel a {
  display: block;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-soft);
  border-radius: 10px;
  transition:
    background 0.25s,
    color 0.25s;
}
.mobile-menu__accordion-panel a:hover {
  background: rgba(255, 255, 255, 0.6);
  color: var(--sky-500);
}

.mobile-menu__auth {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 14px;
}

/* ---------- Hero ---------- */

/* ---------- Section Heads ---------- */
.section-head {
  max-width: var(--container);
  margin: 0 auto 56px;
  padding-inline: 24px;
  text-align: center;
}
.section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
  flex-wrap: wrap;
  gap: 20px;
}
.section-eyebrow {
  color: var(--sky-500);
  font-weight: 700;
  font-size: 28.5px;
  letter-spacing: 0.3px;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 40px);
  color: var(--ink);
}

/* ---------- Category Shapes ---------- */
.categories {
  padding: 120px 24px;
  max-width: var(--container);
  margin-inline: auto;
}
.categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.cat-shape {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 50px 20px;
  text-align: center;
  min-height: 230px;
}
.cat-shape__blob {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(160deg, var(--sky-50), var(--sky-100));
  transition:
    transform 0.55s var(--ease-premium),
    border-radius 0.55s var(--ease-premium),
    box-shadow 0.55s var(--ease-premium);
  box-shadow: var(--shadow-softer);
}
.cat-shape--arch .cat-shape__blob {
  border-radius: 50% 50% 20px 20px / 60% 60% 16px 16px;
}
.cat-shape--blob .cat-shape__blob {
  border-radius: 42% 58% 65% 35% / 45% 40% 60% 55%;
}
.cat-shape--pebble .cat-shape__blob {
  border-radius: 60% 40% 45% 55% / 55% 60% 40% 45%;
}
.cat-shape--drop .cat-shape__blob {
  border-radius: 60% 40% 55% 45% / 40% 45% 55% 60%;
}

.cat-shape__label {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--ink);
  transition: color 0.35s;
}
.cat-shape:hover .cat-shape__blob {
  transform: scale(1.04) translateY(-4px);
  box-shadow: 0 22px 50px rgba(74, 159, 255, 0.22);
}
.cat-shape--arch:hover .cat-shape__blob {
  border-radius: 50% 50% 30% 30% / 65% 65% 20% 20%;
}
.cat-shape--blob:hover .cat-shape__blob {
  border-radius: 50% 50% 55% 45% / 55% 45% 55% 45%;
}
.cat-shape--pebble:hover .cat-shape__blob {
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}
.cat-shape--drop:hover .cat-shape__blob {
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}
.cat-shape:hover .cat-shape__label {
  color: var(--sky-500);
}

/* ---------- Advantages Road ---------- */
/* Ø¨Ø®Ø´ Ù…Ø²ÛŒØª Ø±Ù‚Ø§Ø¨ØªÛŒ: Ù…Ø³ÛŒØ± SVG Ø¨Ø§ Ù†Ù‚Ø§Ø· Ù‚Ø±Ù…Ø² (coral) Ú©Ù‡ Ø¨Ø§ Ù‡Ø§ÙˆØ±/ÙÙˆÚ©ÙˆØ³
   Ø¨Ø§Ø¯Ú©Ù†Ú© ØªÙˆØ¶ÛŒØ­ Ø¨Ø§Ø² Ù…ÛŒâ€ŒÚ©Ù†Ù†Ø¯. Ø±Ù†Ú¯â€ŒÙ‡Ø§ Ùˆ Ø´Ø¹Ø§Ø¹â€ŒÙ‡Ø§ Ø§Ø² ØªÙˆÚ©Ù†â€ŒÙ‡Ø§ÛŒ Ø¨Ø§Ù„Ø§ÛŒ ÙØ§ÛŒÙ„
   Ú¯Ø±ÙØªÙ‡ Ø´Ø¯Ù‡ ØªØ§ Ø¨Ø§ Ø¨Ù‚ÛŒÙ‡â€ŒÛŒ Ø³Ø§ÛŒØª ÛŒÚ©Ø¯Ø³Øª Ø¨Ù…Ø§Ù†Ø¯. */
.road-section {
  background: var(--sky-50);
  padding: 120px 24px;
}

.road-subtitle {
  margin-top: 10px;
  font-size: 15px;
  color: var(--ink-soft);
}

.road-wrap {
  position: relative;
  max-width: var(--container);
  margin: 56px auto 0; /* ÙØ§ØµÙ„Ù‡â€ŒÛŒ Ø§Ù…Ù† Ø¨Ø±Ø§ÛŒ Ø¨Ø§Ø¯Ú©Ù†Ú©â€ŒÙ‡Ø§ÛŒÛŒ Ú©Ù‡ Ø¨Ø§Ù„Ø§ÛŒ Ù†Ù‚Ø·Ù‡ Ø¨Ø§Ø² Ù…ÛŒâ€ŒØ´ÙˆÙ†Ø¯ */
  width: 100%;
  aspect-ratio: 1200 / 460; /* Ø¯Ø³Ú©ØªØ§Ù¾Ø› Ø¯Ø± Ù…ÙˆØ¨Ø§ÛŒÙ„ Ø¨Ø§ JS Ø¨Ù‡ Ù†Ø³Ø®Ù‡â€ŒÛŒ Ø¹Ù…ÙˆØ¯ÛŒ ØªØºÛŒÛŒØ± Ù…ÛŒâ€ŒÚ©Ù†Ø¯ */
}

.road-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.road-track {
  stroke: var(--sky-100);
  stroke-width: 10;
  stroke-linecap: round;
}

.road-path {
  stroke: url(#roadGradient);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: var(--path-length, 3000);
  stroke-dashoffset: var(--path-length, 3000);
  transition: stroke-dashoffset 1.6s var(--ease-premium);
}
.road-wrap.in-view .road-path {
  stroke-dashoffset: 0;
}
.road-wrap.is-alive .road-path {
  animation: roadGlowPulse 4.5s ease-in-out infinite;
}
@keyframes roadGlowPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(74, 159, 255, 0));
  }
  50% {
    filter: drop-shadow(0 0 7px rgba(74, 159, 255, 0.5));
  }
}

.road-markers {
  position: absolute;
  inset: 0;
}

.marker {
  position: absolute;
  transform: translate(-50%, -50%) scale(0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition:
    opacity 0.5s ease,
    transform 0.5s var(--ease-premium);
  transition-delay: calc(var(--i) * 120ms + 0.9s);
}
.road-wrap.in-view .marker {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.marker-dot {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--coral), #d5313f);
  box-shadow:
    0 4px 10px rgba(255, 93, 102, 0.35),
    0 0 0 4px var(--white);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.road-wrap.is-alive .marker:not(.is-destination) .marker-dot {
  animation: markerIdleFloat 3.2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 150ms);
}
@keyframes markerIdleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.marker-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--coral);
  opacity: 0.55;
  animation: roadPulse 2.6s ease-out infinite;
}
.marker:nth-child(2) .marker-dot::after {
  animation-delay: 0.4s;
}
.marker:nth-child(3) .marker-dot::after {
  animation-delay: 0.8s;
}
.marker:nth-child(4) .marker-dot::after {
  animation-delay: 1.2s;
}
.marker:nth-child(5) .marker-dot::after {
  animation-delay: 1.6s;
}
@keyframes roadPulse {
  0% {
    transform: scale(0.75);
    opacity: 0.55;
  }
  80%,
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}
.marker:hover .marker-dot,
.marker:focus-visible .marker-dot {
  animation-play-state: paused;
  transform: scale(1.18);
  box-shadow:
    0 6px 16px rgba(198, 35, 56, 0.45),
    0 0 0 4px var(--white);
}

.marker.is-destination .marker-dot {
  width: 40px;
  height: 40px;
  background: none;
  box-shadow: none;
}
.marker.is-destination .marker-dot::after {
  display: none;
}
.marker.is-destination svg {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 6px 10px rgba(198, 35, 56, 0.4));
  animation: roadFloat 2.4s ease-in-out infinite;
}
@keyframes roadFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.marker-label {
  position: absolute;
  top: 34px;
  right: 50%;
  transform: translateX(50%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: var(--sky-500);
  pointer-events: none;
}
.marker.label-top .marker-label {
  top: auto;
  bottom: 34px;
}
.marker.is-destination .marker-label {
  top: 48px;
  font-size: 15px;
  color: var(--coral);
}

.marker-tip {
  position: absolute;
  bottom: calc(100% + 18px);
  right: 50%;
  transform: translate(50%, 8px);
  width: 220px;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  box-shadow: var(--shadow-soft);
  text-align: right;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  z-index: 5;
}
.marker.label-top .marker-tip {
  bottom: auto;
  top: calc(100% + 18px);
  transform: translate(50%, -8px);
}
.marker-tip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 50%;
  transform: translateX(50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--white);
}
.marker.label-top .marker-tip::after {
  bottom: auto;
  top: -6px;
}

.marker-tip-title {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 4px;
}
.marker-tip-desc {
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}

.marker:hover .marker-tip,
.marker:focus-visible .marker-tip {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
}
.marker.is-open .marker-tip {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
}

@media (max-width: 720px) {
  .road-section {
    padding: 80px 18px;
  }
  .road-wrap {
    aspect-ratio: 400 / 820;
    max-width: 420px;
    margin: 56px auto 0;
  }

  .marker-label {
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    text-align: right;
  }
  .marker.label-top .marker-label,
  .marker.label-left .marker-label {
    bottom: auto;
    top: 50%;
    right: auto;
    left: 36px;
    transform: translateY(-50%);
  }

  .marker-tip {
    bottom: auto;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) translateX(6px);
    width: 190px;
  }
  .marker-tip::after {
    bottom: auto;
    top: 50%;
    right: -6px;
    transform: translateY(-50%) rotate(45deg);
  }
  .marker.label-left .marker-tip {
    right: auto;
    left: 40px;
    transform: translateY(-50%) translateX(-6px);
  }
  .marker.label-left .marker-tip::after {
    right: auto;
    left: -6px;
  }

  .marker:hover .marker-tip,
  .marker:focus-visible .marker-tip,
  .marker.is-open .marker-tip {
    transform: translateY(-50%) translateX(0);
  }
}

/* ---------- Product Slider ---------- */
.products-slider {
  padding: 120px 0;
  max-width: var(--container);
  margin-inline: auto;
}
.slider-controls {
  display: flex;
  gap: 10px;
}
.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sky-50);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition:
    background 0.3s,
    transform 0.3s;
}
.slider-btn:hover {
  background: var(--sky-100);
  transform: scale(1.06);
}

.slider {
  overflow: hidden;
  padding-inline: 24px;
}
.slider__track {
  display: flex;
  gap: 22px;
  cursor: grab;
}
.slider__track:active {
  cursor: grabbing;
}
.slide {
  flex: 0 0 280px;
}
.slide__ph {
  height: 340px;
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, var(--sky-100), var(--sky-300));
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.slide__ph::after {
  content: attr(data-label);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12.5px;
  font-weight: 600;
}
.slide h4 {
  font-size: 15px;
  font-weight: 700;
}

/* ---------- Hero Slider (Ø¬Ø§ÛŒÚ¯Ø²ÛŒÙ† Ø¨Ù†Ø±Ù‡Ø§ÛŒ Ø§Ø³ØªØ§ØªÛŒÚ©ØŒ Ù‡Ù…â€ŒØ³Ø¨Ú© Ø¨Ø§ Ù‡ÛŒØ±Ùˆ) ---------- */
.hero-slider {
  max-width: var(--container);
  margin: 0 auto 120px;
  padding-inline: 24px;
}
.hero-slider__viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.hero-slider__track {
  display: flex;
  direction: ltr; /* Ú†ÛŒØ¯Ù…Ø§Ù† ÙÛŒØ²ÛŒÚ©ÛŒ Ø³Ø§Ø¯Ù‡ Ùˆ Ù‚Ø§Ø¨Ù„â€ŒÙ¾ÛŒØ´â€ŒØ¨ÛŒÙ†ÛŒ Ø¨Ø±Ø§ÛŒ Ø§Ø³Ù„Ø§ÛŒØ¯Ø› Ù…Ø­ØªÙˆØ§ÛŒ Ù‡Ø±
                     Ø§Ø³Ù„Ø§ÛŒØ¯ Ø¨Ø§ dir="rtl" Ø§Ø±Ø«ÛŒ Ø§Ø² body Ù‡Ù…Ú†Ù†Ø§Ù† Ø±Ø§Ø³Øªâ€ŒØ¨Ù‡â€ŒÚ†Ù¾ Ø§Ø³Øª */
  transition: transform 0.6s var(--ease-premium);
}
.hero-slide {
  direction: rtl;
}

/* Ù‡Ø± Ø§Ø³Ù„Ø§ÛŒØ¯ Ø¯Ù‚ÛŒÙ‚Ø§Ù‹ ÛŒÚ© ØµÙØ­Ù‡ Ø§Ø² ÙˆÛŒÙˆÙ¾ÙˆØ±Øª Ø±Ø§ Ù…ÛŒâ€ŒÚ¯ÛŒØ±Ø¯ */
.hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 36px 24px 32px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--slide-c1, var(--sky-300)),
    var(--slide-c2, var(--sky-500))
  );
}

.hero-slide__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-slide__blob {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  top: -80px;
  left: -60px;
  background: rgba(255, 255, 255, 0.16);
}
.hero-slide__ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.28);
  bottom: -40px;
  right: 8%;
}

/* ØªØµÙˆÛŒØ± â€” Ø¨Ø²Ø±Ú¯â€ŒØªØ± Ø§Ø² Ø¨Ù†Ø±Ù‡Ø§ÛŒ Ù‚Ø¨Ù„ÛŒ Ùˆ Ø¨Ø§ Ù‡Ù…Ø§Ù† Ø§ÙÚ©Øª Ø´Ù†Ø§ÙˆØ±ÛŒ Ù‡ÛŒØ±Ùˆ */
.hero-slide__visual {
  position: relative;
  z-index: 1;
  width: min(300px, 62vw);
  flex-shrink: 0;
  animation: heroFloaterBob 4.6s ease-in-out infinite;
}
.hero-slide__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(15, 23, 42, 0.22));
}

.hero-slide__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 420px;
}
.hero-slide__tag {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hero-slide__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 4.2vw, 28px);
  margin-bottom: 8px;
}
.hero-slide__desc {
  font-size: 13.5px;
  line-height: 1.8;
  opacity: 0.92;
  margin-bottom: 18px;
}
.hero-slide__cta {
  background: #fff;
  color: var(--ink);
}
.hero-slide__cta:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.hero-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
.hero-slider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sky-100);
  transition:
    background 0.3s,
    width 0.3s;
}
.hero-slider__dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--sky-500);
}

@media (min-width: 720px) {
  .hero-slide {
    flex-direction: row-reverse;
    text-align: right;
    justify-content: space-between;
    padding: 48px 60px;
    min-height: 420px;
    gap: 40px;
  }
  .hero-slide__visual {
    width: min(360px, 32vw);
  }
  .hero-slide__content {
    text-align: right;
    max-width: 460px;
  }
}

/* ---------- Articles ---------- */
.articles {
  padding: 0 24px 130px;
  max-width: var(--container);
  margin-inline: auto;
}
.articles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.article-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article-card__cover {
  height: 180px;
  border-radius: var(--radius-md);
  background: var(--sky-50);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 16px;
}
.article-card__cover::before {
  content: attr(data-tag);
  background: var(--white);
  color: var(--sky-500);
  font-weight: 700;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: var(--shadow-softer);
}
.article-card h3 {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.6;
}
.article-card p {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ---------- Footer ---------- */
.footer {
  position: relative;
  background: linear-gradient(0deg, #2f0000, #000a29);
  color: rgba(255, 255, 255, 0.82);
  padding: 80px 24px 30px;
  overflow: hidden;
  isolation: isolate;
}

/* بافت دات‌های ریز شبیه چاپ افست/هافتون */
/* بافت دات‌های هافتون - واضح‌تر و با دو لایه برای عمق بیشتر */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.14) 1.6px, transparent 1.6px),
    radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 18px 18px, 9px 9px;
  background-position: 0 0, 4px 4px;
  z-index: -2;
  pointer-events: none;
}

/* نوار جوهر بالای فوتر - شبیه غلطک چاپ که به‌آرومی حرکت می‌کنه */
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--sky-300),
    var(--coral),
    var(--sky-500),
    var(--sky-300)
  );
  background-size: 200% 100%;
  animation: footer-ink-flow 8s linear infinite;
  z-index: -1;
}

@keyframes footer-ink-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.footer__top {
  max-width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--white);
  transition: transform 0.3s var(--ease-premium, ease);
}
.footer__logo:hover {
  transform: translateX(-4px);
}
.footer__logo .mark__ring {
  stroke: var(--sky-300);
  transition: stroke 0.3s;
}
.footer__logo .mark__glyph {
  stroke: var(--coral);
}

.footer__tagline {
  margin-top: 14px;
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  max-width: 260px;
}

.footer__col h5 {
  position: relative;
  color: var(--white);
  font-size: 14px;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
/* یه خط کوچیک زیر تیتر هر ستون، شبیه خط برش چاپی */
.footer__col h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 2px;
  background: var(--sky-300);
  border-radius: 2px;
}

.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13.5px;
}

.footer__col a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
/* زیرخط متحرک روی هاور، مثل رد جوهر */
.footer__col a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--sky-300);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease-premium, ease);
}
.footer__col a:hover {
  color: var(--sky-300);
}
.footer__col a:hover::after {
  transform: scaleX(1);
}

.footer__social {
  display: flex;
  gap: 10px;
}
.footer__social a {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  transition: background 0.3s, transform 0.3s var(--ease-premium, ease),
    box-shadow 0.3s;
}
.footer__social a:hover {
  background: var(--sky-500);
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(63, 163, 234, 0.35);
}
/* حلقه‌ی محو دور آیکون موقع هاور، شبیه پخش جوهر رو کاغذ */
.footer__social a::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid var(--sky-300);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}
.footer__social a:hover::before {
  opacity: 0.5;
  transform: scale(1);
}

.footer__bottom {
  max-width: var(--container);
  margin-inline: auto;
  padding-top: 24px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* ---------- Reveal helpers (base state before GSAP) ---------- */
[data-anim] {
  visibility: visible;
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .mega__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Ù†Ø§ÙˆØ¨Ø§Ø± Ø²ÙˆØ¯ØªØ± (Ù‚Ø¨Ù„ Ø§Ø² ØªÙ†Ú¯â€ŒØ´Ø¯Ù† Ø¢ÛŒØªÙ…â€ŒÙ‡Ø§) Ø¨Ù‡ Ù‡Ù…Ø¨Ø±Ú¯Ø±ÛŒ ØªØ¨Ø¯ÛŒÙ„ Ù…ÛŒâ€ŒØ´ÙˆØ¯.
   Ø¨Ø±Ø§ÛŒ ØªØºÛŒÛŒØ± Ù†Ù‚Ø·Ù‡â€ŒÛŒ Ø³ÙˆÛŒÛŒÚ†ØŒ ÙÙ‚Ø· Ø¹Ø¯Ø¯ max-width Ø²ÛŒØ± Ø±Ø§ Ø¹ÙˆØ¶ Ú©Ù†ÛŒØ¯. */
@media (max-width: 1140px) {
  .navbar__menu,
  .navbar__auth {
    display: none;
  }
  .navbar__burger {
    display: flex;
  }
}
@media (max-width: 900px) {
  .categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .articles__grid {
    grid-template-columns: 1fr;
  }
  .footer__top {
    grid-template-columns: 1fr 1fr;
  }
  .hero__title-line {
    font-size: clamp(38px, 12vw, 70px);
  }
}
@media (max-width: 640px) {
  .hero-slide {
    min-height: 320px;
    padding: 30px 18px 26px;
  }
}
@media (max-width: 560px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

/* =========================================================
   HERO â€” ØªÛŒØ´Ø±Øª Ø´Ù†Ø§ÙˆØ±ØŒ Ù…ÛŒÙ†ÛŒÙ…Ø§Ù„ Ùˆ Ù¾ÙˆÛŒØ§ (Ù…ÙˆØ¨Ø§ÛŒÙ„â€ŒÙØ±Ø³Øª)
   ========================================================= */

/* =========================================================
   HERO â€” ÛŒÚ© Ù…Ù†Ø¨Ø¹ ÙˆØ§Ø­Ø¯ (Ø¨Ø¯ÙˆÙ† ØªÚ©Ø±Ø§Ø±)ØŒ Ø§Ø³Ù„Ø§ÛŒØ¯Ø±ÛŒØŒ Ø¨Ø¯ÙˆÙ† Ø¨Ú©â€ŒÚ¯Ø±Ø§Ù†Ø¯
   ========================================================= */

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: 100vw;
  padding: max(20px, env(safe-area-inset-top)) 0
    calc(28px + env(safe-area-inset-bottom));
  background: none;
}

/* ---------- ØªØ²Ø¦ÛŒÙ†Ø§Øª Ù¾Ø³â€ŒØ²Ù…ÛŒÙ†Ù‡ (Ø«Ø§Ø¨ØªØŒ Ù…Ø³ØªÙ‚Ù„ Ø§Ø² Ø§Ø³Ù„Ø§ÛŒØ¯) ---------- */
.hero-decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-blob {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  top: -140px;
  left: -110px;
  background: radial-gradient(
    circle at 30% 30%,
    var(--sky-300),
    var(--sky-100) 70%
  );
  opacity: 0.8;
  animation: heroBlobDrift 14s ease-in-out infinite alternate;
}
@keyframes heroBlobDrift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(14px, 18px) scale(1.06);
  }
}

.hero-ring {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 2px solid var(--sky-300);
  top: 118px;
  left: 74%;
  opacity: 0.55;
  animation: heroRingPulse 5s ease-in-out infinite;
}
@keyframes heroRingPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.85;
  }
}

.hero-wave {
  position: absolute;
  bottom: 8px;
  left: 18px;
  width: 84px;
  opacity: 0.45;
}
.hero-wave path {
  stroke: var(--sky-300);
  animation: heroWaveShift 6s ease-in-out infinite;
}
@keyframes heroWaveShift {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

/* ---------- Ø³Ø§Ø®ØªØ§Ø± Ù¾Ù†Ù„â€ŒÙ‡Ø§ (Ø§Ø³Ù„Ø§ÛŒØ¯Ù‡Ø§) ---------- */
.hero-inner,
.hero-panel {
  box-sizing: border-box;
  width: 100%;
  max-width: 460px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0 24px;
  gap: 8px;
  min-width: 0; /* Ø¬Ù„ÙˆÚ¯ÛŒØ±ÛŒ Ø§Ø² overflow ÙÙ„Ú©Ø³â€ŒÚ†Ø§ÛŒÙ„Ø¯ */
}

/* ÙÙ‚Ø· Ù¾Ù†Ù„ ÙØ¹Ø§Ù„ Ø¯ÛŒØ¯Ù‡ Ù…ÛŒâ€ŒØ´ÙˆØ¯Ø› position:absolute ØªØ§ Ù‡Ù†Ú¯Ø§Ù… ØªØ¹ÙˆÛŒØ¶
   Ù‡ÛŒÚ†â€ŒÚ©Ø¯Ø§Ù… Ø±ÙˆÛŒ Ø§Ø±ØªÙØ§Ø¹ Ú©Ø§Ù†ØªÛŒÙ†Ø± Ø§Ø«Ø± Ù†Ú¯Ø°Ø§Ø±Ø¯ Ùˆ ØµÙØ­Ù‡ Ù†Ù¾Ø±Ø¯ */
.hero-panel {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.hero-panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: heroFade 0.4s ease;
}
@keyframes heroFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ---------- visual: ØªÛŒØ´Ø±Øª Ø´Ù†Ø§ÙˆØ± ---------- */
.hero-visual {
  position: relative;
  width: 300px;
  height: 300px;
  max-width: 100%;
  margin: 4px auto 6px;
  flex-shrink: 0;
}

.hero-shadow-pool {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 128px;
  height: 22px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(74, 159, 255, 0.28),
    rgba(74, 159, 255, 0) 72%
  );
  border-radius: 50%;
  animation: heroShadowPulse 4.2s ease-in-out infinite;
}
@keyframes heroShadowPulse {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateX(-50%) scale(0.82);
    opacity: 0.55;
  }
}

.hero-podium {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 108px;
  height: 34px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--sky-100), var(--sky-50));
  border-radius: 50%;
}

.hero-sphere {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--sky-300), var(--sky-500));
}
.hero-sphere--a {
  width: 15px;
  height: 15px;
  bottom: 22px;
  left: 20%;
  animation: heroBob1 3.4s ease-in-out infinite;
}
.hero-sphere--b {
  width: 9px;
  height: 9px;
  bottom: 14px;
  left: 68%;
  animation: heroBob2 3.9s ease-in-out infinite;
}
@keyframes heroBob1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes heroBob2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.hero-floater {
  position: absolute;
  inset: 0;
  animation: heroFloaterBob 4.6s ease-in-out infinite;
}
@keyframes heroFloaterBob {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-14px) rotate(1.5deg);
  }
}
.hero-floater__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(31, 41, 55, 0.14));
}

/* ---------- Ù…Ø­ØªÙˆØ§ÛŒ Ù…ØªÙ†ÛŒ ---------- */
.hero-content {
  width: 100%;
  min-width: 0; /* Ø¬Ù„ÙˆÚ¯ÛŒØ±ÛŒ Ø§Ø² Ø¹Ø±ÛŒØ¶â€ŒØ´Ø¯Ù† Ø¨ÛŒâ€ŒØ±ÙˆÛŒÙ‡â€ŒÛŒ ÙØ±Ø²Ù†Ø¯ ÙÙ„Ú©Ø³ */
}

.hero-title {
  text-align: center;
  margin: 14px 0 0;
  font-weight: 800;
  line-height: 1.28;
  font-size: clamp(1.7rem, 7.6vw, 2.35rem);
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hero-title__line {
  display: block;
  opacity: 0;
  transform: translateY(16px);
  animation: heroRise 0.7s var(--ease-premium) forwards;
}
.hero-title__line:nth-child(1) {
  animation-delay: 0.2s;
}
.hero-title__line--accent {
  animation-delay: 0.32s !important;
  color: var(--sky-500);
}

@keyframes heroRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
  opacity: 0;
  animation: heroRise 0.7s var(--ease-premium) 0.44s forwards;
}
.hero-features__sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink-soft);
  opacity: 0.5;
  flex-shrink: 0;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  opacity: 0;
  animation: heroRise 0.7s var(--ease-premium) 0.56s forwards;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sky-500);
  color: #fff;
  box-shadow: 0 10px 22px -8px rgba(74, 159, 255, 0.55);
  transition:
    transform 0.18s ease,
    box-shadow 0.22s ease,
    background 0.18s ease,
    gap 0.18s ease;
}
.hero-btn-primary:hover {
  background: #2f7fe0;
  box-shadow: 0 14px 28px -8px rgba(74, 159, 255, 0.65);
  transform: translateY(-2px);
  gap: 12px;
}
.hero-btn-primary svg {
  transition: transform 0.18s ease;
  flex-shrink: 0;
}
.hero-btn-primary:hover svg {
  transform: translateX(-3px);
}

.hero-btn-ghost {
  background: var(--white);
  color: var(--ink);
  border: 1.5px solid var(--sky-100);
  transition:
    background 0.18s ease,
    border-color 0.18s ease;
}
.hero-btn-ghost:hover {
  background: var(--sky-50);
  border-color: var(--sky-300);
}

/* ---------- Ø¯Ø§Øªâ€ŒÙ‡Ø§ÛŒ Ø§Ø³Ù„Ø§ÛŒØ¯Ø± ---------- */
.hero-panel-dots {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.hero-panel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}
.hero-panel-dot.is-active {
  width: 28px;
  background: var(--sky-500);
}

/* ---------- Ø±ÛŒØ³Ù¾Ø§Ù†Ø³ÛŒÙˆ Ø¯Ø³Ú©ØªØ§Ù¾ ---------- */
@media (min-width: 760px) {
  .hero-inner,
  .hero-panel {
    max-width: 1080px;
  }
  .hero-inner {
    flex-direction: row-reverse;
    text-align: right;
    gap: 48px;
    justify-content: space-between;
  }
  .hero-content {
    direction: rtl;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-start;
    min-width: 0;
  }
  .hero-visual {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    margin: 0;
  }
  .hero-title {
    text-align: right;
    font-size: clamp(2.2rem, 3.4vw, 3rem);
  }
  .hero-features,
  .hero-cta {
    justify-content: flex-start;
  }
  .hero-panel-dots {
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-blob,
  .hero-ring,
  .hero-wave path,
  .hero-shadow-pool,
  .hero-podium,
  .hero-sphere,
  .hero-floater,
  .hero-title__line,
  .hero-features,
  .hero-cta {
    animation: none !important;
  }
}

/* =========================================================
   Ø¨Ø®Ø´ Â«Ù…Ø²ÛŒØª Ø±Ù‚Ø§Ø¨ØªÛŒÂ» â€” Ø¬Ù„ÙˆÙ‡â€ŒÛŒ ÙˆØ±ÙˆØ¯ Ø¨Ù‡ Ù…Ù‚ØµØ¯
   ÙˆÙ‚ØªÛŒ Ù…Ø³ÛŒØ± Ø±Ø³Ù…â€ŒØ´Ø¯Ù‡ Ø¨Ù‡ Ù†Ù‚Ø·Ù‡â€ŒÛŒ Â«Ø±Ø¶Ø§ÛŒØª Ù…Ø´ØªØ±ÛŒÂ» Ù…ÛŒâ€ŒØ±Ø³Ø¯ (Ø±ÙˆÛŒØ¯Ø§Ø¯ JS
   Ú©Ù„Ø§Ø³ has-arrived Ø±Ø§ Ø§Ø¶Ø§ÙÙ‡ Ù…ÛŒâ€ŒÚ©Ù†Ø¯)ØŒ Ø¢ÛŒÚ©ÙˆÙ† Ù¾ÛŒÙ† ÛŒÚ© Ø¯Ø±Ø®Ø´Ø´/Ù†ÙˆØ±
   Ù…ÛŒâ€ŒÚ¯ÛŒØ±Ø¯ Ùˆ ÛŒÚ© ØªØ§Ø¬Ù Ø¨Ø±Ù‚â€ŒØ¯Ø§Ø± Ùˆ Ø³Ù‡â€ŒØ¨Ø¹Ø¯ÛŒâ€ŒØªØ± Ø§Ø² Ø¨Ù‚ÛŒÙ‡â€ŒÛŒ Ø¹Ù†Ø§ØµØ± Ø¨Ø§Ù„Ø§ÛŒ
   Ø¢Ù† Ø¸Ø§Ù‡Ø± Ù…ÛŒâ€ŒØ´ÙˆØ¯.
   ========================================================= */
.marker.is-destination {
  overflow: visible;
}

.marker-arrival-glow {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 214, 110, 0.65),
    rgba(255, 214, 110, 0) 70%
  );
  opacity: 0;
  transform: scale(0.4);
  pointer-events: none;
  z-index: 1;
}
.marker.has-arrived .marker-arrival-glow {
  animation: arrivalBurst 1.1s cubic-bezier(0.22, 0.9, 0.32, 1) forwards;
}
@keyframes arrivalBurst {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  35% {
    opacity: 1;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(2.1);
  }
}

.marker.has-arrived .marker-dot {
  animation: arrivalGlowPulse 2.6s ease-in-out 0.9s infinite;
}
@keyframes arrivalGlowPulse {
  0%,
  100% {
    filter: drop-shadow(0 6px 10px rgba(198, 35, 56, 0.4));
  }
  50% {
    filter: drop-shadow(0 6px 10px rgba(198, 35, 56, 0.4))
      drop-shadow(0 0 14px rgba(255, 214, 110, 0.75));
  }
}

/* ØªØ§Ø¬: Ø¹Ù†ØµØ± Ø¬Ø¯ÛŒØ¯ØŒ Ø³Ù‡â€ŒØ¨Ø¹Ø¯ÛŒâ€ŒØªØ± Ø§Ø² Ø¨Ù‚ÛŒÙ‡ â€” Ú¯Ø±Ø§Ø¯ÛŒØ§Ù† Ø·Ù„Ø§ÛŒÛŒ Ú†Ù†Ø¯Ù„Ø§ÛŒÙ‡ØŒ
   Ù‡Ø§ÛŒâ€ŒÙ„Ø§ÛŒØª Ø´ÛŒØ´Ù‡â€ŒØ§ÛŒ Ú©Ù‡ Ø¨Ø±Ù‚ Ù…ÛŒâ€ŒØ²Ù†Ø¯ Ùˆ Ø³Ù‡ Ø³ØªØ§Ø±Ù‡â€ŒÛŒ Ú†Ø´Ù…Ú©â€ŒØ²Ù† Ø¯ÙˆØ±Ø´ */
.marker-crown {
  position: absolute;
  bottom: calc(100% - 6px);
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 30px;
  height: 24px;
  z-index: 2;
  pointer-events: none;
  transform-origin: bottom center;
  filter: drop-shadow(0 4px 6px rgba(184, 122, 0, 0.45));
}
.marker.has-arrived .marker-crown {
  animation:
    crownPopIn 0.7s cubic-bezier(0.3, 1.6, 0.4, 1) 0.55s forwards,
    crownFloat 3.2s ease-in-out 1.3s infinite;
}
@keyframes crownPopIn {
  0% {
    transform: translateX(-50%) scale(0) rotate(-12deg);
  }
  70% {
    transform: translateX(-50%) scale(1.15) rotate(4deg);
  }
  100% {
    transform: translateX(-50%) scale(1) rotate(0deg);
  }
}
@keyframes crownFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-3px);
  }
}

.marker-crown__shine {
  transform: translateX(-140%);
}
.marker.has-arrived .marker-crown__shine {
  animation: crownShineSweep 3.4s ease-in-out 1.6s infinite;
}
@keyframes crownShineSweep {
  0%,
  60% {
    transform: translateX(-140%);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  85% {
    transform: translateX(140%);
    opacity: 0;
  }
  100% {
    transform: translateX(140%);
    opacity: 0;
  }
}

.marker-crown__sparkle {
  opacity: 0;
  transform-origin: center;
}
.marker.has-arrived .marker-crown__sparkle {
  animation: sparkleTwinkle 2.2s ease-in-out infinite;
}
.marker-crown__sparkle:nth-of-type(1) {
  animation-delay: 0.1s !important;
}
.marker-crown__sparkle:nth-of-type(2) {
  animation-delay: 0.7s !important;
}
.marker-crown__sparkle:nth-of-type(3) {
  animation-delay: 1.3s !important;
}
@keyframes sparkleTwinkle {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.4) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(90deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marker-arrival-glow,
  .marker.has-arrived .marker-dot,
  .marker.has-arrived .marker-crown,
  .marker-crown__shine,
  .marker-crown__sparkle {
    animation: none !important;
  }
  .marker.has-arrived .marker-crown {
    transform: translateX(-50%) scale(1);
  }
}

/* ================= DGC CATEGORY SHAPES ================= */
.dgc-wrap,
.dgc-wrap * {
  box-sizing: border-box;
}

.dgc-wrap {
  width: 100%;
}

.dgc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.dgc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.dgc-card__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 500 / 540;
}

/* دایره‌ی بزرگ پایین - نور از بالا-چپ، تیرگی از پایین-راست */
.dgc-card__circle {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-52%);
  width: 71%;
  height: 36%;
  background: radial-gradient(
    ellipse at 32% 28%,
    #f2fbff 0%,
    #bfe6fb 45%,
    #6fc0ff 75%,
    #3fa3ea 100%
  );
  box-shadow: -10px 16px 24px rgba(90, 150, 190, 0.35);
  border-radius: 50%;
}

/* بیضی آبی روش - هایلایت بالا برای حس براقی و عمق */
.dgc-card__ellipse {
  position: absolute;
  bottom: 26%;
  left: 50%;
  transform: translateX(-52%);
  width: 61%;
  height: 17.6%;
  background: linear-gradient(155deg, #9fdcff 0%, #3fa8e8 55%, #1c8ccb 100%);
  box-shadow: inset 0 6px 10px rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  filter: blur(1px);
}

/* عکس آیکون دسته‌بندی */
.dgc-card__img {
  position: absolute;
  left: 50%;
  top: 6%;
  transform: translateX(-50%);
  width: 44%;
  height: auto;
  filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.15));
}

.dgc-card__label {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #0f88d8;
}

@media (max-width: 700px) {
  .dgc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Banners ---------- */
/* ---------- Banners ---------- */
.banners {
  max-width: var(--container);
  margin: 0 auto 120px;
  padding-inline: 24px;
  display: flex;
  gap: 24px;
}
.banner {
  position: relative;
  flex: 1 1 0;
  border-radius: var(--radius-lg);
  min-height: 220px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  overflow: hidden;
  transition: transform 0.5s var(--ease-premium);
}
.banner--one {
  background: linear-gradient(135deg, var(--sky-300), var(--sky-500));
}
.banner--two {
  background: linear-gradient(135deg, #ffd2d6, var(--coral));
}
.banner:hover {
  transform: translateY(-6px);
}
.banner__tag {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12.5px;
  font-weight: 600;
}
.banner__title {
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
}

/* موبایل: هر بنر یه ردیف کامل و جدا */
@media (max-width: 700px) {
  .banners {
    flex-direction: column;
  }
  .banner {
    flex: 1 1 auto;
    width: 100%;
  }
}

.banner--three {
  background: linear-gradient(135deg, var(--sky-500), var(--coral));
}