@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');

/* =========================================================
   مرکز مشاوره تحصیلی علیرضا زرین — styles.css
   ترتیب: توکن‌ها ← پایه ← چیدمان ← بخش‌ها ← اجزای تعاملی
   ========================================================= */

:root {
  --ink: oklch(21% 0.028 345);
  --ink-soft: oklch(40% 0.022 345);
  --muted: oklch(55% 0.016 345);
  --line: oklch(90% 0.008 345);
  --line-2: oklch(82% 0.012 345);
  --paper: oklch(98.8% 0.005 350);
  --paper-2: oklch(96.6% 0.009 350);
  --paper-3: oklch(94% 0.012 350);
  --plum: oklch(43% 0.135 350);
  --plum-deep: oklch(30% 0.095 348);
  --plum-ink: oklch(23% 0.065 348);
  --plum-bright: oklch(56% 0.165 352);
  --gold: oklch(80% 0.115 85);
  --gold-ink: oklch(45% 0.085 75);
  --bronze: oklch(67% 0.095 52);
  --silver: oklch(76% 0.012 300);
  --on-plum: oklch(97% 0.012 350);

  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-24: 96px;
  --sp-32: 128px;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 34px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --ease-q: cubic-bezier(.25, 1, .5, 1);
  --shadow-sm: 0 1px 2px oklch(30% .05 348 / .05), 0 2px 8px oklch(30% .05 348 / .04);
  --shadow-md: 0 2px 4px oklch(30% .05 348 / .05), 0 14px 34px oklch(30% .05 348 / .07);
  --shadow-lg: 0 4px 8px oklch(30% .05 348 / .06), 0 30px 70px oklch(30% .05 348 / .12);
  --z-sticky: 40;
  --z-drawer: 70;
  --z-top: 90;
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Vazirmatn, system-ui, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  * {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important
  }
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.005em;
  text-wrap: balance
}

p {
  margin: 0
}

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

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none
}

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

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

:focus-visible {
  outline: 2.5px solid var(--plum-bright);
  outline-offset: 3px;
  border-radius: 6px
}

.wrap {
  width: min(1200px, 100% - 40px);
  margin-inline: auto
}

@media (max-width:640px) {
  .wrap {
    width: calc(100% - 32px)
  }
}

.eyebrow {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  color: var(--plum);
  text-transform: uppercase
}

.lead {
  font-size: 1.14rem;
  color: var(--ink-soft);
  line-height: 1.9;
  max-width: 62ch;
  text-wrap: pretty
}

.muted {
  color: var(--muted)
}

.h-xl {
  font-size: clamp(2.3rem, 5.6vw, 4.1rem);
  line-height: 1.18;
  font-weight: 900
}

.h-lg {
  font-size: clamp(1.75rem, 3.2vw, 2.6rem);
  line-height: 1.28;
  font-weight: 800
}

.h-md {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5
}

.small {
  font-size: .9rem
}

.tnum {
  font-variant-numeric: tabular-nums
}

/* ---------- header ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  background: oklch(98.8% .005 350 / .88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line)
}

.topbar.scrolled {
  border-bottom-color: var(--line-2);
  box-shadow: var(--shadow-sm)
}

.topbar-in {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  height: 76px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto
}

.mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--plum);
  color: var(--on-plum);
  display: grid;
  place-items: center;
  box-shadow: inset 0 -12px 20px oklch(23% .07 348 / .35)
}

.brand b {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.3
}

.brand span {
  display: block;
  font-size: .76rem;
  color: var(--muted);
  line-height: 1.3
}

.nav {
  display: flex;
  gap: 2px;
  margin-inline: auto
}

.nav a {
  padding: 9px 14px;
  border-radius: 99px;
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: background .18s var(--ease), color .18s var(--ease)
}

.nav a:hover {
  background: var(--paper-3);
  color: var(--ink)
}

.nav a[aria-current] {
  color: var(--plum);
  font-weight: 700
}

.tb-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--ink-soft);
  border: 1px solid transparent;
  transition: border-color .18s var(--ease), background .18s var(--ease), transform .18s var(--ease)
}

.icon-btn:hover {
  background: var(--paper-2);
  border-color: var(--line);
  color: var(--ink)
}

.icon-btn:active {
  transform: scale(.94)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 99px;
  font-weight: 700;
  font-size: .97rem;
  position: relative;
  transition: transform .2s var(--ease-q), box-shadow .25s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease)
}

.btn-primary {
  background: var(--plum);
  color: var(--on-plum);
  box-shadow: 0 8px 20px oklch(43% .135 350 / .28)
}

.btn-primary:hover {
  background: var(--plum-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px oklch(43% .135 350 / .34)
}

.btn-primary:active {
  transform: translateY(0)
}

.btn-ghost {
  border: 1px solid var(--line-2);
  color: var(--ink)
}

.btn-ghost:hover {
  border-color: var(--plum);
  color: var(--plum);
  transform: translateY(-2px)
}

.btn-sm {
  padding: 9px 18px;
  font-size: .9rem
}

.btn-light {
  background: var(--on-plum);
  color: var(--plum-ink)
}

.btn-light:hover {
  transform: translateY(-2px);
  background: #fff
}

.burger {
  display: none
}

@media (max-width:1040px) {
  .nav {
    display: none
  }

  .burger {
    display: grid
  }

  .tb-actions .btn {
    display: none
  }
}

/* drawer */
.scrim {
  position: fixed;
  inset: 0;
  background: oklch(23% .05 348 / .45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--ease);
  z-index: var(--z-drawer)
}

.scrim.open {
  opacity: 1;
  pointer-events: auto
}

.drawer {
  position: fixed;
  inset-block: 0;
  right: 0;
  width: min(340px, 86vw);
  background: var(--paper);
  z-index: calc(var(--z-drawer) + 1);
  transform: translateX(102%);
  transition: transform .42s var(--ease);
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  box-shadow: var(--shadow-lg)
}

.drawer.open {
  transform: translateX(0)
}

.drawer nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: var(--sp-4)
}

.drawer nav a {
  padding: 14px 12px;
  border-radius: 12px;
  font-weight: 600;
  border-bottom: 1px solid var(--line)
}

.drawer nav a:hover {
  background: var(--paper-2)
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between
}

/* ---------- hero ---------- */
.hero {
  padding: clamp(56px, 8vw, 112px) 0 var(--sp-16);
  position: relative;
  overflow: hidden
}

.hero::before {
  content: "";
  position: absolute;
  inset-inline-start: -14vw;
  top: -22vh;
  width: 56vw;
  height: 56vw;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 40%, oklch(90% .055 350 / .85), transparent 66%);
  pointer-events: none
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  position: relative
}

@media (max-width:1000px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-12)
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 8px 7px 16px;
  border: 1px solid var(--line-2);
  border-radius: 99px;
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-soft);
  background: var(--paper)
}

.pill b {
  background: var(--plum);
  color: var(--on-plum);
  border-radius: 99px;
  padding: 3px 11px;
  font-size: .78rem;
  font-weight: 700
}

.hero h1 {
  margin: var(--sp-6) 0 var(--sp-4)
}

.hero h1 em {
  font-style: normal;
  color: var(--plum);
  position: relative;
  white-space: nowrap
}

.hero h1 em::after {
  content: "";
  position: absolute;
  inset-inline: -2px;
  bottom: .1em;
  height: .26em;
  background: var(--gold);
  opacity: .55;
  border-radius: 3px;
  z-index: -1
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-8)
}

.hero-trust {
  margin-top: var(--sp-8);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-8) var(--sp-12)
}

.hero-trust div b {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.3
}

.hero-trust div span {
  font-size: .86rem;
  color: var(--muted)
}

/* planner panel */
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: var(--sp-6);
  position: relative
}

.panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-4);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--line)
}

.panel-head b {
  font-size: 1.05rem
}

.chip {
  font-size: .76rem;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 99px;
  background: oklch(94% .035 145);
  color: oklch(42% .1 150)
}

.plan-rows {
  display: flex;
  flex-direction: column
}

.prow {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: var(--sp-4);
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line)
}

.prow:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.prow .day {
  font-size: .82rem;
  font-weight: 700;
  color: var(--muted)
}

.prow .task {
  font-weight: 600;
  font-size: .98rem;
  line-height: 1.5
}

.prow .task span {
  display: block;
  font-size: .82rem;
  font-weight: 400;
  color: var(--muted)
}

.tick {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  border: 1.5px solid var(--line-2);
  display: grid;
  place-items: center;
  color: transparent;
  transition: all .22s var(--ease)
}

.prow.done .tick {
  background: var(--plum);
  border-color: var(--plum);
  color: var(--on-plum)
}

.prow.now {
  position: relative
}

.prow.now .task {
  color: var(--plum)
}

.panel-foot {
  margin-top: var(--sp-4);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: .86rem;
  color: var(--muted)
}

.bar {
  flex: 1;
  height: 7px;
  border-radius: 99px;
  background: var(--paper-3);
  overflow: hidden
}

.bar i {
  display: block;
  height: 100%;
  width: 68%;
  border-radius: 99px;
  background: var(--plum);
  transform-origin: right center;
  animation: grow 1.1s var(--ease) .3s both
}

@keyframes grow {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.float-note {
  position: absolute;
  inset-inline-end: -26px;
  bottom: 44px;
  background: var(--plum-ink);
  color: var(--on-plum);
  border-radius: var(--r-md);
  padding: 12px 16px;
  font-size: .84rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 9px
}

@media (max-width:1000px) {
  .float-note {
    inset-inline-start: 16px;
    inset-inline-end: auto;
    bottom: -22px
  }
}

/* ---------- proof band ---------- */
.band {
  border-block: 1px solid var(--line);
  background: var(--paper-2)
}

.band-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-6);
  padding: var(--sp-6) 0
}

.band-in span {
  font-size: .93rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 9px
}

.band-in .sep {
  width: 1px;
  height: 20px;
  background: var(--line-2);
  flex: 0 0 auto
}

@media (max-width:760px) {
  .band-in .sep {
    display: none
  }
}

/* ---------- sections ---------- */
section {
  scroll-margin-top: 92px
}

.sec {
  padding: clamp(64px, 8vw, 116px) 0
}

.sec-head {
  max-width: 70ch;
  margin-bottom: var(--sp-12)
}

.sec-head h2 {
  margin: var(--sp-3) 0 var(--sp-4)
}

.split-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-8);
  flex-wrap: wrap
}

/* tabs */
.tabs {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  border-radius: 99px;
  background: var(--paper-3);
  margin-bottom: var(--sp-8)
}

.tabs button {
  padding: 10px 22px;
  border-radius: 99px;
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink-soft);
  transition: all .24s var(--ease)
}

.tabs button[aria-selected="true"] {
  background: var(--paper);
  color: var(--plum);
  font-weight: 700;
  box-shadow: var(--shadow-sm)
}

/* plans bento */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-4)
}

.bento .feat {
  grid-column: span 2
}

@media (max-width:920px) {
  .bento {
    grid-template-columns: 1fr 1fr
  }

  .bento .feat {
    grid-column: span 2
  }
}

@media (max-width:620px) {
  .bento {
    grid-template-columns: 1fr
  }

  .bento .feat {
    grid-column: span 1
  }
}

.tier {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease)
}

.tier:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--line-2)
}

.tier-top {
  display: flex;
  align-items: center;
  gap: 10px
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%
}

.tier h3 {
  font-size: 1.18rem
}

.tier .price {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.2
}

.tier .price small {
  font-size: .82rem;
  font-weight: 500;
  color: var(--muted)
}

.feats {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: .95rem;
  color: var(--ink-soft)
}

.feats li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.65
}

.feats i[data-lucide] {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--plum)
}

.tier .btn {
  margin-top: auto
}

.feat {
  background: var(--plum-ink);
  color: var(--on-plum);
  border-color: transparent;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: var(--sp-8);
  align-items: center
}

.feat::before {
  content: "";
  position: absolute;
  inset-inline-start: -10%;
  top: -40%;
  width: 60%;
  height: 170%;
  background: radial-gradient(circle, oklch(48% .12 350 / .55), transparent 62%);
  pointer-events: none
}

.feat:hover {
  box-shadow: var(--shadow-lg)
}

.feat h3 {
  font-size: 1.45rem
}

.feat .price {
  font-size: 2.3rem
}

.feat .price small,
.feat .muted {
  color: oklch(80% .02 350)
}

.feat .feats {
  color: oklch(88% .015 350);
  position: relative
}

.feat .feats i[data-lucide] {
  color: var(--gold)
}

.badge-gold {
  position: absolute;
  inset-inline-end: var(--sp-6);
  top: var(--sp-6);
  background: var(--gold);
  color: var(--gold-ink);
  font-size: .76rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 99px
}

@media (max-width:760px) {
  .feat {
    grid-template-columns: 1fr
  }

  .badge-gold {
    position: static;
    align-self: flex-start;
    width: max-content
  }
}

.tier-note {
  font-size: .86rem;
  color: var(--muted);
  margin-top: var(--sp-6);
  display: flex;
  align-items: center;
  gap: 8px
}

/* steps */
.steps {
  border-top: 1px solid var(--line)
}

.step {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: var(--sp-8);
  padding: var(--sp-8) 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
  transition: background .3s var(--ease)
}

.step:hover {
  background: var(--paper-2)
}

.step .num {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--paper-3);
  line-height: 1;
  transition: color .3s var(--ease)
}

.step:hover .num {
  color: var(--plum)
}

.step h3 {
  display: flex;
  align-items: center;
  gap: 11px
}

.step p {
  color: var(--ink-soft);
  max-width: 54ch
}

@media (max-width:820px) {
  .step {
    grid-template-columns: 52px 1fr;
    gap: var(--sp-4)
  }

  .step .num {
    font-size: 1.5rem
  }
}

/* slider */
.slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg)
}

.track {
  display: flex;
  transition: transform .55s var(--ease)
}

.slide {
  flex: 0 0 100%;
  padding: clamp(28px, 4vw, 52px);
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg)
}

.slide blockquote {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.75;
  max-width: 52ch;
  text-wrap: pretty
}

.slide .who {
  margin-top: var(--sp-6);
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--line)
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--plum);
  color: var(--on-plum);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem
}

.who b {
  display: block
}

.who span {
  font-size: .87rem;
  color: var(--muted)
}

.rank {
  margin-inline-start: auto;
  text-align: center;
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  padding: 8px 16px
}

.rank b {
  display: block;
  font-size: 1.25rem;
  color: var(--plum)
}

.rank span {
  font-size: .74rem
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-top: var(--sp-6)
}

.dots {
  display: flex;
  gap: 7px;
  margin-inline-start: auto
}

.dots button {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--line-2);
  transition: all .25s var(--ease)
}

.dots button[aria-current="true"] {
  width: 26px;
  background: var(--plum)
}

/* editorial */
.edit-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start
}

@media (max-width:900px) {
  .edit-grid {
    grid-template-columns: 1fr
  }
}

.feature-post {
  cursor: pointer;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease)
}

.feature-post:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md)
}

.thumb {
  aspect-ratio: 16/9;
  display: block;
  position: relative
}

.thumb-tag {
  position: absolute;
  inset-block-start: var(--sp-4);
  inset-inline-start: var(--sp-4);
  color: oklch(97% .01 350);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  background: oklch(23% .05 348 / .45);
  padding: 6px 14px;
  border-radius: 99px;
  backdrop-filter: blur(3px)
}

.feature-post .body {
  padding: var(--sp-6)
}

.feature-post h3 {
  font-size: 1.4rem;
  margin-bottom: var(--sp-3)
}

.meta {
  display: flex;
  gap: var(--sp-4);
  font-size: .83rem;
  color: var(--muted);
  margin-bottom: var(--sp-3)
}

.post-list {
  display: flex;
  flex-direction: column
}

.post-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: var(--sp-4);
  padding: var(--sp-6) 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: padding-inline-start .28s var(--ease)
}

.post-item:first-child {
  padding-top: 0
}

.post-item:hover {
  padding-inline-start: 10px
}

.post-item:hover h4 {
  color: var(--plum)
}

.tag {
  font-size: .74rem;
  font-weight: 700;
  color: var(--plum);
  border: 1px solid var(--line-2);
  border-radius: 99px;
  padding: 3px 10px;
  height: max-content
}

.post-item h4 {
  transition: color .2s var(--ease);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.6
}

.post-item p {
  font-size: .88rem;
  color: var(--muted);
  margin-top: 4px
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  color: var(--plum);
  font-size: .95rem
}

.arrow-link i[data-lucide] {
  transition: transform .25s var(--ease)
}

.arrow-link:hover i[data-lucide] {
  transform: translateX(-5px)
}

/* instagram strip */
.ig {
  background: var(--plum-ink);
  color: var(--on-plum);
  border-radius: var(--r-xl);
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  flex-wrap: wrap;
  position: relative;
  overflow: hidden
}

.ig::after {
  content: "";
  position: absolute;
  inset-inline-start: -60px;
  bottom: -90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(55% .16 352 / .6), transparent 65%)
}

.ig h3 {
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  max-width: 36ch
}

.ig p {
  color: oklch(82% .02 350);
  margin-top: var(--sp-3);
  max-width: 48ch
}

.ig .btn {
  margin-inline-start: auto;
  position: relative
}

@media (max-width:760px) {
  .ig .btn {
    margin-inline-start: 0
  }
}

/* faq */
.faq {
  max-width: 78ch;
  border-top: 1px solid var(--line)
}

.q {
  border-bottom: 1px solid var(--line)
}

.q>button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-6) 0;
  text-align: start;
  font-weight: 700;
  font-size: 1.05rem;
  transition: color .2s var(--ease)
}

.q>button:hover {
  color: var(--plum)
}

.q .sign {
  margin-inline-start: auto;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid var(--line-2);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  transition: transform .35s var(--ease), background .25s var(--ease), color .25s var(--ease)
}

.q[data-open="true"] .sign {
  transform: rotate(45deg);
  background: var(--plum);
  border-color: var(--plum);
  color: var(--on-plum)
}

.q .a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s var(--ease)
}

.q[data-open="true"] .a {
  grid-template-rows: 1fr
}

.q .a>div {
  overflow: hidden
}

.q .a p {
  color: var(--ink-soft);
  padding-bottom: var(--sp-6);
  max-width: 68ch
}

/* cta + form */
.cta {
  background: var(--plum);
  color: var(--on-plum);
  border-radius: var(--r-xl);
  padding: clamp(30px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  position: relative;
  overflow: hidden
}

.cta::before {
  content: "";
  position: absolute;
  inset-inline-end: -80px;
  top: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(66% .16 355 / .5), transparent 62%)
}

@media (max-width:860px) {
  .cta {
    grid-template-columns: 1fr
  }
}

.cta h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  position: relative
}

.cta .lead {
  color: oklch(88% .02 350);
  margin-top: var(--sp-4);
  position: relative
}

.cta-lines {
  margin-top: var(--sp-8);
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-6);
  position: relative
}

.cta-lines a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  direction: ltr
}

.form {
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  position: relative;
  box-shadow: var(--shadow-lg)
}

.form b {
  font-size: 1.08rem
}

.form p.small {
  color: var(--muted);
  margin-top: 4px
}

.field {
  margin-top: var(--sp-4)
}

.field label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 7px
}

.field input,
.field select {
  width: 100%;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid var(--line-2);
  background: var(--paper);
  font: inherit;
  font-size: .97rem;
  color: var(--ink);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease)
}

.field input::placeholder {
  color: oklch(68% .01 345)
}

.field input:focus-visible,
.field select:focus-visible {
  outline: none;
  border-color: var(--plum);
  box-shadow: 0 0 0 4px oklch(43% .135 350 / .12)
}

.field .err {
  display: none;
  font-size: .82rem;
  color: oklch(52% .16 25);
  margin-top: 6px
}

.field[data-invalid="true"] input {
  border-color: oklch(58% .16 25)
}

.field[data-invalid="true"] .err {
  display: block
}

.form .btn {
  width: 100%;
  margin-top: var(--sp-6)
}

.form-ok {
  display: none;
  text-align: center;
  padding: var(--sp-8) var(--sp-4)
}

.form-ok i[data-lucide] {
  color: oklch(55% .13 150)
}

.form-ok b {
  display: block;
  margin-top: var(--sp-4);
  font-size: 1.1rem
}

.form-ok p {
  color: var(--muted);
  margin-top: 6px;
  font-size: .92rem
}

.form.sent .form-inner {
  display: none
}

.form.sent .form-ok {
  display: block
}

.spin {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid oklch(97% .012 350 / .35);
  border-top-color: var(--on-plum);
  animation: sp .7s linear infinite
}

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

/* footer */
footer {
  background: var(--plum-ink);
  color: oklch(86% .015 350);
  margin-top: var(--sp-24);
  padding: var(--sp-24) 0 var(--sp-8)
}

.f-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: var(--sp-12)
}

@media (max-width:900px) {
  .f-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-8)
  }
}

@media (max-width:560px) {
  .f-grid {
    grid-template-columns: 1fr
  }
}

footer h4 {
  font-size: .8rem;
  letter-spacing: .09em;
  color: oklch(72% .04 350);
  margin-bottom: var(--sp-4);
  font-weight: 700
}

footer .brand b {
  color: var(--on-plum)
}

footer .brand span {
  color: oklch(70% .03 350)
}

footer p {
  font-size: .94rem;
  line-height: 1.9
}

footer a:hover {
  color: var(--on-plum)
}

.f-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: .94rem
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: var(--sp-6)
}

.socials a {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  border: 1px solid oklch(40% .05 348);
  display: grid;
  place-items: center;
  transition: all .22s var(--ease)
}

.socials a:hover {
  background: var(--plum);
  border-color: var(--plum);
  color: var(--on-plum);
  transform: translateY(-3px)
}

.f-bot {
  margin-top: var(--sp-16);
  padding-top: var(--sp-6);
  border-top: 1px solid oklch(36% .05 348);
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  justify-content: space-between;
  font-size: .85rem;
  color: oklch(68% .03 350)
}

/* reveal */
.rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  transition-delay: calc(var(--i, 0) * 70ms)
}

.rv.in {
  opacity: 1;
  transform: none
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}


/* =========================================================
   ابزارهای کمکی
   ========================================================= */
.mt-2 {
  margin-top: var(--sp-2)
}

.mt-4 {
  margin-top: var(--sp-4)
}

.mt-5 {
  margin-top: var(--sp-5)
}

.mt-7 {
  margin-top: 28px
}

.no-mt {
  margin-top: 0
}

.no-pt {
  padding-top: 0
}

.center {
  text-align: center
}

.ltr {
  direction: ltr;
  text-align: left
}

.tinted {
  background: var(--paper-2);
  border-block: 1px solid var(--line)
}

body.no-scroll {
  overflow: hidden
}

.skip-link {
  position: fixed;
  inset-block-start: -100px;
  inset-inline-start: 50%;
  transform: translateX(50%);
  z-index: 200;
  background: var(--plum);
  color: var(--on-plum);
  padding: 10px 20px;
  border-radius: 0 0 12px 12px;
  font-weight: 700;
  transition: inset-block-start .2s var(--ease)
}

.skip-link:focus-visible {
  inset-block-start: 0
}

/* =========================================================
   جای‌نگه‌دار تصویر (پس‌زمینه تا وقتی عکس بیاید)
   ========================================================= */
.img-ph {
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, oklch(35% .1 348), oklch(52% .15 352) 55%, oklch(72% .1 60))
}

.img-ph>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* =========================================================
   هدر: نشان سبد
   ========================================================= */
.cart-btn {
  position: relative
}

.cart-badge {
  position: absolute;
  inset-block-start: -3px;
  inset-inline-start: -3px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 99px;
  background: var(--plum);
  color: var(--on-plum);
  font-size: .68rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  line-height: 1;
  animation: pop .3s var(--ease-q)
}

@keyframes pop {
  from {
    transform: scale(.4)
  }

  to {
    transform: scale(1)
  }
}

.icon-btn.bordered {
  border-color: var(--line-2)
}

.btn-quiet {
  color: var(--ink-soft);
  border: 1px solid transparent
}

.btn-quiet:hover {
  color: var(--plum);
  border-color: var(--line-2)
}

.feat .btn-quiet {
  color: oklch(84% .02 350)
}

.feat .btn-quiet:hover {
  color: #fff;
  border-color: oklch(52% .09 350)
}

/* =========================================================
   قهرمان: ردیف اعتماد
   ========================================================= */
.social-proof {
  margin-top: var(--sp-6);
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap
}

.avatars {
  display: flex;
  flex-direction: row-reverse
}

.avatars .img-ph {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2.5px solid var(--paper);
  margin-inline-start: -12px
}

.avatars .img-ph:last-child {
  margin-inline-start: 0
}

.panel-who {
  display: flex;
  align-items: center;
  gap: var(--sp-3)
}

.avatar-sm {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex: 0 0 auto
}

/* =========================================================
   دربارهٔ مشاور
   ========================================================= */
.about {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center
}

@media (max-width:900px) {
  .about {
    grid-template-columns: 1fr
  }
}

.about-photo {
  margin: 0;
  border-radius: var(--r-xl);
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg)
}

.about-photo figcaption {
  position: absolute;
  inset-inline: var(--sp-4);
  inset-block-end: var(--sp-4);
  background: oklch(23% .05 348 / .72);
  backdrop-filter: blur(8px);
  color: var(--on-plum);
  border-radius: var(--r-md);
  padding: 12px 16px;
  font-size: .9rem
}

.about-photo figcaption b {
  display: block;
  font-weight: 800
}

.about-photo figcaption span {
  color: oklch(85% .02 350);
  font-size: .82rem
}

.about-text h2 {
  margin: var(--sp-3) 0 var(--sp-4)
}

.about-points {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin: var(--sp-6) 0;
  font-size: .98rem;
  color: var(--ink-soft)
}

.about-points li {
  display: flex;
  align-items: flex-start;
  gap: 11px
}

.about-points i[data-lucide] {
  color: var(--plum);
  flex: 0 0 auto;
  margin-top: 5px
}

/* =========================================================
   طرح‌ها: دکمه‌ها
   ========================================================= */
.tier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-top: auto
}

.tier-actions .btn {
  margin-top: 0
}

/* =========================================================
   اسلایدر
   ========================================================= */
.slider {
  cursor: grab
}

.slider:active {
  cursor: grabbing
}

.slide {
  position: relative;
  -webkit-user-select: none;
  user-select: none
}

.quote-mark {
  color: var(--plum);
  opacity: .16;
  margin-bottom: var(--sp-3)
}

.slide .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex: 0 0 auto
}

.dots button {
  border: 0;
  padding: 0
}

/* =========================================================
   اینستاگرام
   ========================================================= */
.ig {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center
}

@media (max-width:860px) {
  .ig {
    grid-template-columns: 1fr
  }
}

.ig-text .btn {
  margin-top: var(--sp-6)
}

.ig-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3);
  position: relative
}

.ig-grid .img-ph {
  aspect-ratio: 1;
  border-radius: var(--r-md);
  transition: transform .3s var(--ease)
}

.ig-grid .img-ph:hover {
  transform: translateY(-4px) scale(1.015)
}

.ig-play {
  position: absolute;
  inset-block-end: 10px;
  inset-inline-end: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: oklch(23% .05 348 / .6);
  backdrop-filter: blur(4px);
  color: #fff;
  display: grid;
  place-items: center
}

/* =========================================================
   وبلاگ
   ========================================================= */
.post-thumb {
  width: 76px;
  height: 76px;
  border-radius: var(--r-sm)
}

/* =========================================================
   فراخوان و فوتر
   ========================================================= */
.cta-text {
  position: relative
}

.cta-hours {
  margin-top: var(--sp-6);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  color: oklch(84% .02 350);
  position: relative
}

.f-about {
  margin-top: 20px;
  max-width: 44ch
}

.socials button {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  border: 1px solid oklch(40% .05 348);
  display: grid;
  place-items: center;
  color: inherit;
  transition: all .22s var(--ease)
}

.socials button:hover {
  background: var(--plum);
  border-color: var(--plum);
  color: var(--on-plum);
  transform: translateY(-3px)
}

.f-map {
  margin-top: var(--sp-4);
  border-radius: var(--r-md);
  aspect-ratio: 16/10;
  border: 1px solid oklch(40% .05 348)
}

.f-map-cta {
  position: absolute;
  inset-inline: 10px;
  inset-block-end: 10px;
  background: oklch(23% .05 348 / .78);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: .85rem;
  font-weight: 700;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 7px;
  transition: gap .25s var(--ease)
}

.f-map:hover .f-map-cta {
  gap: 13px
}

/* =========================================================
   جستجو و پنجره‌ها
   ========================================================= */
.overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-top);
  display: none
}

.overlay.open {
  display: block
}

.overlay-backdrop {
  position: absolute;
  inset: 0;
  background: oklch(23% .05 348 / .5);
  backdrop-filter: blur(3px);
  animation: fade .25s var(--ease) both
}

@keyframes fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.search-box,
.modal-box {
  position: relative;
  width: min(620px, calc(100% - 32px));
  margin: clamp(60px, 10vh, 130px) auto 0;
  background: var(--paper);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  animation: rise .3s var(--ease) both;
  overflow: hidden
}

.search-field {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5);
  border-bottom: 1px solid var(--line)
}

.search-field>i[data-lucide] {
  color: var(--muted);
  flex: 0 0 auto
}

.search-field input {
  flex: 1;
  border: 0;
  background: none;
  font: inherit;
  font-size: 1.05rem;
  color: var(--ink);
  outline: none;
  min-width: 0
}

.search-field input::-webkit-search-cancel-button {
  display: none
}

.search-results {
  max-height: min(52vh, 420px);
  overflow-y: auto
}

.search-results li>button {
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: var(--sp-3);
  padding: 13px 20px;
  text-align: start;
  border-bottom: 1px solid var(--line);
  transition: background .16s var(--ease)
}

.search-results li>button:hover,
.search-results li>button[aria-selected="true"] {
  background: var(--paper-2)
}

.search-results .r-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--paper-3);
  color: var(--plum);
  display: grid;
  place-items: center
}

.search-results .r-title {
  font-weight: 700;
  font-size: .98rem;
  line-height: 1.5
}

.search-results .r-sub {
  display: block;
  font-size: .8rem;
  font-weight: 400;
  color: var(--muted)
}

.search-results .r-kind {
  font-size: .74rem;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 2px 9px
}

.search-empty {
  padding: var(--sp-8) var(--sp-6);
  text-align: center;
  color: var(--muted);
  font-size: .95rem
}

.search-hint {
  padding: 11px 20px;
  font-size: .78rem;
  color: var(--muted);
  background: var(--paper-2)
}

.search-hint kbd {
  font-family: inherit;
  font-size: .72rem;
  border: 1px solid var(--line-2);
  border-bottom-width: 2px;
  border-radius: 6px;
  padding: 1px 6px;
  margin: 0 2px
}

.modal-box {
  padding: 0
}

.modal-x {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  z-index: 2;
  background: oklch(100% 0 0 / .8);
  backdrop-filter: blur(6px)
}

.modal-pad {
  padding: clamp(24px, 4vw, 38px)
}

.modal-pad h3 {
  font-size: 1.45rem;
  margin-bottom: var(--sp-3)
}

.modal-pad>p {
  color: var(--ink-soft);
  margin-top: var(--sp-3)
}

.modal-img {
  aspect-ratio: 16/9
}

.modal-note {
  margin-top: var(--sp-6);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--line);
  font-size: .86rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px
}

.modal-pad .feats {
  margin-top: var(--sp-4)
}

.modal-pad .price {
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: var(--sp-4)
}

.modal-pad .price small {
  font-size: .8rem;
  font-weight: 500;
  color: var(--muted)
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-top: var(--sp-6)
}

/* =========================================================
   سبد خرید
   ========================================================= */
.cart {
  position: fixed;
  inset-block: 0;
  right: 0;
  width: min(390px, 90vw);
  background: var(--paper);
  z-index: calc(var(--z-drawer) + 1);
  transform: translateX(102%);
  transition: transform .42s var(--ease);
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  box-shadow: var(--shadow-lg)
}

.cart.open {
  transform: translateX(0)
}

.cart-body {
  flex: 1;
  overflow-y: auto;
  margin-inline: calc(var(--sp-6) * -1);
  padding-inline: var(--sp-6)
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-4) 0;
  border-bottom: 1px solid var(--line)
}

.cart-item b {
  display: block;
  font-size: .97rem
}

.cart-item span {
  font-size: .84rem;
  color: var(--muted)
}

.cart-qty {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--line-2);
  border-radius: 99px;
  padding: 2px
}

.cart-qty button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: var(--ink-soft);
  transition: background .18s var(--ease)
}

.cart-qty button:hover {
  background: var(--paper-3);
  color: var(--plum)
}

.cart-qty b {
  min-width: 18px;
  text-align: center;
  font-size: .9rem
}

.cart-del {
  color: var(--muted);
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  transition: all .18s var(--ease)
}

.cart-del:hover {
  color: oklch(52% .16 25);
  background: oklch(95% .03 25)
}

.cart-empty {
  padding: var(--sp-16) var(--sp-4);
  text-align: center;
  color: var(--muted)
}

.cart-empty i[data-lucide] {
  color: var(--line-2);
  margin-inline: auto;
  margin-bottom: var(--sp-4)
}

.cart-foot {
  border-top: 1px solid var(--line);
  padding-top: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3)
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: .92rem;
  color: var(--muted)
}

.cart-total b {
  font-size: 1.15rem;
  color: var(--ink);
  font-weight: 800
}

/* =========================================================
   دکمهٔ بالا و اعلان
   ========================================================= */
.to-top {
  position: fixed;
  inset-block-end: 24px;
  inset-inline-start: 24px;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--plum);
  color: var(--on-plum);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
  z-index: var(--z-sticky);
  animation: rise .3s var(--ease) both;
  transition: transform .2s var(--ease-q), background .2s var(--ease)
}

.to-top:hover {
  background: var(--plum-deep);
  transform: translateY(-3px)
}

.toast-wrap {
  position: fixed;
  inset-block-end: 24px;
  inset-inline-end: 24px;
  z-index: calc(var(--z-top) + 10);
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none
}

.toast {
  background: var(--plum-ink);
  color: var(--on-plum);
  border-radius: var(--r-md);
  padding: 13px 18px;
  font-size: .92rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: rise .28s var(--ease) both
}

.toast.out {
  animation: fade .25s var(--ease) reverse both
}

.toast i[data-lucide] {
  color: var(--gold);
  flex: 0 0 auto
}

@media (max-width:520px) {
  .toast-wrap {
    inset-inline: 16px;
    inset-block-end: 16px
  }

  .to-top {
    inset-block-end: 16px;
    inset-inline-start: 16px
  }
}
@media (max-width: 768px) {
  /* ۱. سه کارت به جای ۳ ستون کنار هم، پشت سر هم و زیر هم قرار بگیرند */
  .steps {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    width: 100% !important;
  }

  /* ۲. داخل هر کارت، چیدمان از حالت افقی به عمودی تبدیل شود */
  .step {
    display: flex !important;
    flex-direction: column !important; /* قرار گرفتن المان‌ها دقیقاً زیر یکدیگر */
    align-items: flex-start !important;
    width: 100% !important;
  }

  /* ۳. عدد، تیتر و متن توضیحات هر کدام ۱۰۰٪ عرض را پر کنند */
  .step .num,
  .step h3,
  .step p {
    width: 100% !important;
    display: block !important;
  }

  /* تنظیم فاصله مناسب بین تیتر و متن زیر آن */
  .step h3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .step p {
    margin: 0 !important;
    line-height: 1.8 !important;
  }
}