/* ==========================================================================
   shadlin.css — تم اختصاصی مهدکودک و خانه بازی شادلین
   دو سیلو: مهدکودک (kg) و خانه بازی (ph) با تم رنگی متفاوت
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. توکن‌های رنگ و تایپوگرافی
   -------------------------------------------------------------------------- */
:root {
  /* پیش‌فرض — برند شادلین (ترکیبی) */
  --brand:        #16A97A;
  --brand-dark:   #0E8460;
  --brand-light:  #E4F7F0;
  --accent:       #FFB703;
  --accent-dark:  #E29500;
  --accent-light: #FFF4DA;

  /* رنگ‌های ثابت پالت کودکانه */
  --c-mint:   #16A97A;
  --c-sky:    #2E9BF0;
  --c-coral:  #FF6B6B;
  --c-grape:  #7C5CFF;
  --c-sun:    #FFB703;
  --c-bubble: #FF7BAC;
  --c-lime:   #8CC63F;

  /* خنثی */
  --ink:      #22303C;
  --ink-soft: #47586A;
  --muted:    #7A8B99;
  --line:     #E4EAEF;
  --line-2:   #F0F4F7;
  --surface:  #F7FAFC;
  --white:    #FFFFFF;

  /* شکل */
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  --sh-sm: 0 2px 8px rgba(34,48,60,.06);
  --sh:    0 6px 22px rgba(34,48,60,.09);
  --sh-lg: 0 16px 44px rgba(34,48,60,.13);

  --wrap: 1220px;
  --gut: 20px;

  --font-shadlin: 'IRANYekanX', 'Peyda', system-ui, -apple-system, 'Segoe UI', Tahoma, sans-serif;
}

/* --- تم سیلوی مهدکودک: سبز/نعنایی --- */
[data-silo="kg"] {
  --brand:        #16A97A;
  --brand-dark:   #0E8460;
  --brand-light:  #E4F7F0;
  --accent:       #FFB703;
  --accent-dark:  #E29500;
  --accent-light: #FFF4DA;
}

/* --- تم سیلوی خانه بازی: نارنجی/مرجانی --- */
[data-silo="ph"] {
  --brand:        #FF6B4A;
  --brand-dark:   #E24A28;
  --brand-light:  #FFEDE7;
  --accent:       #7C5CFF;
  --accent-dark:  #5E3FE0;
  --accent-light: #EFEBFF;
}

html { scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
  font-family: var(--font-shadlin);
  color: var(--ink);
  background: var(--white);
  line-height: 1.85;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-weight: 800; line-height: 1.5; color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.container { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }

.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;
}

.skip-link {
  position: absolute; inset-inline-start: -9999px; top: 0; z-index: 999;
  background: var(--brand); color: #fff; padding: 10px 18px; border-radius: 0 0 var(--r) 0;
}
.skip-link:focus { inset-inline-start: 0; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 6px; }

/* --------------------------------------------------------------------------
   2. دکمه‌ها
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 11px 24px;
  border: 0; border-radius: var(--r-pill);
  font-family: inherit; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: transform .16s ease, box-shadow .2s ease, background .2s ease;
  text-align: center; line-height: 1.4;
}
.btn:active { transform: translateY(1px) scale(.99); }

.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.14); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: 0 10px 26px rgba(0,0,0,.18); transform: translateY(-2px); }

.btn-accent { background: var(--accent); color: #3A2B00; box-shadow: 0 6px 18px rgba(255,183,3,.35); }
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-2px); }

.btn-outline { background: #fff; color: var(--brand); border: 2px solid var(--brand); }
.btn-outline:hover { background: var(--brand); color: #fff; }

.btn-ghost { background: rgba(255,255,255,.18); color: #fff; border: 2px solid rgba(255,255,255,.55); }
.btn-ghost:hover { background: #fff; color: var(--brand); }

.btn-lg { min-height: 56px; font-size: 17px; padding: 14px 34px; }
.btn-sm { min-height: 38px; font-size: 13.5px; padding: 8px 16px; }
.btn-block { width: 100%; }

/* --------------------------------------------------------------------------
   3. هدر — ساختار سه‌نواره
      topbar (اطلاعات) → brandbar (لوگو/سیلو/تماس) → navbar (منو، چسبان)
   -------------------------------------------------------------------------- */
.sh-header { position: relative; z-index: 60; background: #fff; }

/* ---- نوار ۰: اطلاعات ---- */
.sh-topbar {
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff; font-size: 13px;
}
.sh-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; }
.sh-topbar a { color: #fff; opacity: .95; }
.sh-topbar a:hover { opacity: 1; }
.sh-topbar-left,
.sh-topbar-right { display: flex; align-items: center; gap: 14px; }
.sh-topbar .tb-item { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.sh-topbar .tb-num { direction: ltr; unicode-bidi: isolate; font-weight: 700; }
.sh-soc {
  display: inline-flex; align-items: center; justify-content: center;
  width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 13.5px;
  transition: background .18s ease, color .18s ease;
}
.sh-soc:hover { background: #fff; color: var(--brand); }

/* ---- نوار ۱: برند ---- */
.sh-brandbar { background: #fff; }
.sh-brandbar-inner {
  display: flex; align-items: center; gap: 24px;
  min-height: 76px; padding-block: 10px;
}

.sh-brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.sh-brand img { height: 58px; width: auto; }
.sh-brand-mark {
  width: 52px; height: 52px; border-radius: 17px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  display: grid; place-items: center; color: #fff;
}
.sh-brand-mark svg { width: 31px; height: 31px; }
.sh-brand-txt { display: flex; flex-direction: column; line-height: 1.32; }
.sh-brand-txt strong { font-size: 20px; font-weight: 900; color: var(--ink); }
.sh-brand-txt small { font-size: 11.5px; color: var(--muted); font-weight: 600; }

/* سوییچ سیلو — فقط داخل سیلو نمایش داده می‌شود */
.silo-switch {
  display: inline-flex; background: var(--surface); border-radius: var(--r-pill);
  padding: 4px; gap: 3px; border: 1px solid var(--line); flex-shrink: 0;
}
.silo-switch a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 17px; border-radius: var(--r-pill);
  font-size: 14px; font-weight: 800; color: var(--ink-soft);
  transition: all .2s ease; white-space: nowrap;
}
.silo-switch a svg { width: 17px; height: 17px; flex-shrink: 0; }
.silo-switch a.is-kg.active { background: #16A97A; color: #fff; box-shadow: 0 3px 10px rgba(22,169,122,.35); }
.silo-switch a.is-ph.active { background: #FF6B4A; color: #fff; box-shadow: 0 3px 10px rgba(255,107,74,.35); }
.silo-switch a:not(.active):hover { background: #fff; color: var(--ink); }

/* نشان‌های اعتماد — جایگزین سوییچ در صفحاتی که داخل سیلو نیستند */
.sh-trust {
  display: flex; align-items: center; gap: 22px;
  list-style: none; margin: 0; padding: 0; flex-wrap: wrap;
}
.sh-trust li {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; font-weight: 700; color: var(--ink-soft); white-space: nowrap;
}
.sh-trust i { color: var(--brand); font-size: 15px; }

/* بلوک تماس */
.sh-call {
  display: inline-flex; align-items: center; gap: 11px;
  margin-inline-start: auto; flex-shrink: 0;
  padding: 8px 16px 8px 8px; border-radius: var(--r-pill);
  border: 1.5px solid var(--line); transition: all .18s ease;
}
.sh-call:hover { border-color: var(--brand); background: var(--brand-light); }
.sh-call-ic {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: var(--brand); color: #fff; display: grid; place-items: center; font-size: 16px;
}
.sh-call-txt { display: flex; flex-direction: column; line-height: 1.35; }
.sh-call-txt small { font-size: 11.5px; color: var(--muted); font-weight: 700; }
.sh-call-txt strong { font-size: 16.5px; font-weight: 900; color: var(--ink); unicode-bidi: isolate; }

.sh-burger {
  display: none; width: 46px; height: 46px; border-radius: 13px;
  border: 1px solid var(--line); background: #fff; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  margin-inline-start: auto; flex-shrink: 0;
}
.sh-burger span { width: 21px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .25s; }

/* ---- نوار ۲: منو (چسبان) ---- */
.sh-navbar {
  position: sticky; top: 0; z-index: 70;
  background: #fff; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2);
  transition: box-shadow .22s ease;
}
.sh-navbar.is-stuck { box-shadow: 0 4px 20px rgba(34,48,60,.10); border-bottom-color: transparent; }
.sh-navbar-inner { display: flex; align-items: center; gap: 16px; min-height: 56px; }

.sh-nav { flex: 1; min-width: 0; }
.sh-nav > ul {
  display: flex; align-items: center; gap: 2px;
  list-style: none; margin: 0; padding: 0;
  overflow-x: auto; overflow-y: visible;
  scrollbar-width: none; -ms-overflow-style: none;
}
.sh-nav > ul::-webkit-scrollbar { display: none; }
.sh-nav > ul > li { position: relative; flex-shrink: 0; }
.sh-nav > ul > li > a {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 9px 14px; border-radius: var(--r-pill);
  font-size: 15px; font-weight: 700; color: var(--ink-soft);
  transition: all .18s ease;
  white-space: nowrap;               /* ← علت اصلی شکستن منو به خط دوم */
}
.sh-nav > ul > li > a:hover { background: var(--brand-light); color: var(--brand-dark); }
.sh-nav > ul > li.current > a { background: var(--brand-light); color: var(--brand-dark); }
.sh-nav > ul > li.current > a::after {
  content: ''; position: absolute; bottom: -1px; inset-inline: 14px;
  height: 3px; background: var(--brand); border-radius: 3px 3px 0 0;
}
.sh-nav .dd-arr { width: 11px; height: 11px; transition: transform .2s ease; flex-shrink: 0; }
.sh-nav > ul > li:hover .dd-arr { transform: rotate(180deg); }

.sh-dropdown {
  position: absolute; top: calc(100% + 12px); inset-inline-start: 50%; transform: translateX(50%) translateY(8px);
  min-width: 246px; background: #fff; border-radius: var(--r); box-shadow: var(--sh-lg);
  padding: 9px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transition: all .2s ease; border: 1px solid var(--line-2);
}
.sh-nav > ul > li:hover > .sh-dropdown,
.sh-nav > ul > li:focus-within > .sh-dropdown { opacity: 1; visibility: visible; transform: translateX(50%) translateY(0); }
.sh-dropdown::before { content: ''; position: absolute; top: -12px; inset-inline: 0; height: 12px; }
.sh-dropdown li a {
  display: block; padding: 9px 13px; border-radius: var(--r-sm);
  font-size: 14.2px; font-weight: 600; color: var(--ink-soft); white-space: nowrap;
}
.sh-dropdown li a:hover { background: var(--brand-light); color: var(--brand-dark); }

.sh-navbar-actions { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }

.sh-icon-btn {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--ink-soft); display: grid; place-items: center; cursor: pointer;
  font-size: 14.5px; transition: all .18s ease; flex-shrink: 0;
}
.sh-icon-btn:hover { background: var(--brand-light); color: var(--brand-dark); border-color: transparent; }

.sh-nav-cta { min-height: 42px; padding: 9px 20px; font-size: 14.5px; white-space: nowrap; }
.sh-nav-cta i { font-size: 14px; }

/* نوار جستجوی بازشونده */
.sh-search { border-top: 1px solid var(--line-2); background: var(--surface); }
.sh-search form { display: flex; align-items: center; gap: 10px; padding: 14px 0; }
.sh-search input {
  flex: 1; min-height: 46px; border: 1px solid var(--line); border-radius: var(--r-pill);
  padding: 0 18px; font-family: inherit; font-size: 15px; background: #fff;
}
.sh-search input:focus { outline: none; border-color: var(--brand); }

/* --------------------------------------------------------------------------
   4. کشوی موبایل
   -------------------------------------------------------------------------- */
.sh-drawer-mask {
  position: fixed; inset: 0; background: rgba(15,28,38,.5); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: .25s; z-index: 998;
}
.sh-drawer-mask.open { opacity: 1; visibility: visible; }

.sh-drawer {
  position: fixed; top: 0; inset-inline-end: 0; width: min(340px, 88vw); height: 100dvh;
  background: #fff; z-index: 999; transform: translateX(105%);
  transition: transform .3s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column;
  box-shadow: -10px 0 40px rgba(0,0,0,.15);
}
[dir="rtl"] .sh-drawer { transform: translateX(-105%); }
.sh-drawer.open { transform: translateX(0) !important; }

.sh-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px; border-bottom: 1px solid var(--line-2); }
.sh-drawer-close { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; display: grid; place-items: center; }

.sh-drawer-search { padding: 12px 16px 0; }
.sh-drawer-search form { position: relative; }
.sh-drawer-search i {
  position: absolute; inset-inline-start: 15px; top: 50%; transform: translateY(-50%);
  color: var(--muted); font-size: 14px; pointer-events: none;
}
.sh-drawer-search input {
  width: 100%; min-height: 46px; border: 1.5px solid var(--line); border-radius: var(--r-pill);
  padding-inline: 42px 16px; font-family: inherit; font-size: 15px; background: var(--surface);
}
.sh-drawer-search input:focus { outline: none; border-color: var(--brand); background: #fff; }

.sh-drawer-silo { padding: 14px 16px; border-bottom: 1px solid var(--line-2); }
.sh-drawer-silo .silo-switch { width: 100%; }
.sh-drawer-silo .silo-switch a { flex: 1; justify-content: center; }

.sh-drawer-nav { flex: 1; overflow-y: auto; padding: 8px 12px 20px; }
.sh-drawer-nav ul { list-style: none; margin: 0; padding: 0; }
.sh-drawer-nav > ul > li { border-bottom: 1px solid var(--line-2); position: relative; }
.sh-drawer-nav > ul > li > a { display: block; padding: 14px 8px; font-size: 15.5px; font-weight: 700; }
.sh-drawer-toggle {
  position: absolute; top: 7px; inset-inline-start: 4px; width: 38px; height: 38px;
  border: 0; background: var(--surface); border-radius: 10px; cursor: pointer; display: grid; place-items: center;
}
.sh-drawer-toggle svg { transition: transform .2s; }
.sh-drawer-toggle.open svg { transform: rotate(180deg); }
.sh-drawer-sub { display: none; padding: 0 0 10px 0; }
.sh-drawer-sub.open { display: block; }
.sh-drawer-sub li a { display: block; padding: 9px 18px; font-size: 14px; color: var(--ink-soft); font-weight: 600; }
.sh-drawer-sub li a::before { content: '—'; color: var(--brand); margin-inline-end: 7px; }

.sh-drawer-foot { padding: 14px 16px; border-top: 1px solid var(--line-2); display: grid; gap: 9px; }
.sh-drawer-tel { display: flex; align-items: center; gap: 9px; padding: 11px 14px; background: var(--surface); border-radius: var(--r); font-weight: 700; font-size: 14.5px; }
.sh-drawer-tel span { direction: ltr; unicode-bidi: isolate; }

/* --------------------------------------------------------------------------
   5. نوار پایین موبایل + دکمه شناور واتساپ
   -------------------------------------------------------------------------- */
.sh-mobilebar {
  display: none; position: fixed; bottom: 0; inset-inline: 0; z-index: 90;
  background: #fff; box-shadow: 0 -4px 22px rgba(0,0,0,.11);
  padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line-2);
}
.sh-mobilebar-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.sh-mobilebar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  min-height: 52px; border-radius: 12px; font-size: 11px; font-weight: 700; color: var(--ink-soft);
}
.sh-mobilebar a i { font-size: 17px; }
.sh-mobilebar a.primary { background: var(--brand); color: #fff; }
.sh-mobilebar a.wa i { color: #25D366; }
.sh-mobilebar a.primary i { color: #fff; }

.sh-wa-float {
  position: fixed; inset-inline-end: 18px; bottom: 22px; z-index: 88;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; font-size: 27px; box-shadow: 0 8px 26px rgba(37,211,102,.45);
  transition: transform .2s;
}
.sh-wa-float:hover { transform: scale(1.08); }
.sh-wa-float::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25D366; animation: waPulse 2.2s infinite;
}
@keyframes waPulse { 0% { transform: scale(1); opacity: .8 } 100% { transform: scale(1.55); opacity: 0 } }

/* --------------------------------------------------------------------------
   6. بخش‌های عمومی صفحه
   -------------------------------------------------------------------------- */
.sh-section { padding: 74px 0; position: relative; }
.sh-section.tight { padding: 50px 0; }
.sh-section.soft { background: var(--surface); }
.sh-section.brand-soft { background: var(--brand-light); }
.sh-section.accent-soft { background: var(--accent-light); }

.sh-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.sh-head.start { text-align: start; margin-inline-start: 0; }
.sh-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--brand-light); color: var(--brand-dark);
  padding: 6px 16px; border-radius: var(--r-pill);
  font-size: 13px; font-weight: 800; margin-bottom: 14px;
}
.sh-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.sh-title { font-size: clamp(24px, 3.4vw, 38px); font-weight: 900; margin: 0 0 12px; line-height: 1.45; }
.sh-title .hl { position: relative; display: inline-block; color: var(--brand); }
.sh-title .hl::after {
  content: ''; position: absolute; inset-inline: -3px; bottom: 2px; height: 9px;
  background: var(--accent); opacity: .38; border-radius: 4px; z-index: -1;
}
.sh-sub { font-size: 16.5px; color: var(--ink-soft); margin: 0; }

/* موج جداکننده */
.sh-wave { display: block; width: 100%; height: 56px; }
.sh-wave path { fill: currentColor; }

/* --------------------------------------------------------------------------
   7. صفحه اصلی — دروازه دو مسیره
   -------------------------------------------------------------------------- */
.sh-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #EAF9F3 0%, #FFF6E3 60%, #FFEDE7 100%);
  padding: 62px 0 0;
}
.sh-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.sh-hero-text h1 { font-size: clamp(28px, 4.4vw, 50px); font-weight: 900; line-height: 1.42; margin: 0 0 18px; }
.sh-hero-text h1 .hl { color: var(--c-mint); }
.sh-hero-text h1 .hl2 { color: var(--c-coral); }
.sh-hero-text p { font-size: 17px; color: var(--ink-soft); margin: 0 0 26px; max-width: 540px; }
.sh-hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff;
  padding: 7px 17px; border-radius: var(--r-pill); box-shadow: var(--sh-sm);
  font-size: 13.5px; font-weight: 800; color: var(--ink-soft); margin-bottom: 18px;
}
.sh-hero-badge i { color: var(--c-sun); }
.sh-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.sh-hero-art { position: relative; }
.sh-hero-art img { border-radius: var(--r-xl); box-shadow: var(--sh-lg); width: 100%; }
.sh-hero-blob {
  position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; z-index: 0;
}
.sh-hero-blob.b1 { width: 190px; height: 190px; background: var(--c-sun); top: -40px; inset-inline-start: -60px; }
.sh-hero-blob.b2 { width: 140px; height: 140px; background: var(--c-bubble); bottom: -30px; inset-inline-end: -40px; }

/* آمار روی هیرو */
.sh-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sh-stat {
  background: #fff; border-radius: var(--r-lg); padding: 20px 14px; text-align: center;
  box-shadow: var(--sh); border-bottom: 4px solid var(--brand);
}
.sh-stat:nth-child(2) { border-bottom-color: var(--c-sun); }
.sh-stat:nth-child(3) { border-bottom-color: var(--c-coral); }
.sh-stat:nth-child(4) { border-bottom-color: var(--c-grape); }
.sh-stat b { display: block; font-size: 30px; font-weight: 900; color: var(--ink); line-height: 1.2; }
.sh-stat span { font-size: 13.5px; color: var(--muted); font-weight: 700; }

/* دو کارت بزرگ دروازه */
.sh-gates { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.sh-gate {
  position: relative; overflow: hidden; border-radius: var(--r-xl);
  padding: 40px 34px; color: #fff; min-height: 320px;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .25s ease, box-shadow .25s ease;
}
.sh-gate:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.sh-gate.kg { background: linear-gradient(150deg, #1FBF8A 0%, #0E8460 100%); }
.sh-gate.ph { background: linear-gradient(150deg, #FF8A5B 0%, #F2532F 100%); }
.sh-gate::before {
  content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  background: rgba(255,255,255,.13); top: -80px; inset-inline-end: -70px;
}
.sh-gate::after {
  content: ''; position: absolute; width: 150px; height: 150px; border-radius: 50%;
  background: rgba(255,255,255,.09); bottom: -60px; inset-inline-start: -40px;
}
.sh-gate-icon {
  width: 66px; height: 66px; border-radius: 22px; background: rgba(255,255,255,.22);
  display: grid; place-items: center; font-size: 30px; margin-bottom: 18px; position: relative; z-index: 2;
}
.sh-gate h2 { font-size: 27px; font-weight: 900; color: #fff; margin: 0 0 10px; position: relative; z-index: 2; }
.sh-gate p { font-size: 15.5px; opacity: .95; margin: 0 0 20px; position: relative; z-index: 2; }
.sh-gate-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; position: relative; z-index: 2; }
.sh-gate-tags span { background: rgba(255,255,255,.2); padding: 5px 13px; border-radius: var(--r-pill); font-size: 12.5px; font-weight: 700; }
.sh-gate .btn { position: relative; z-index: 2; align-self: flex-start; }

/* --------------------------------------------------------------------------
   8. کارت‌ها (رده سنی / کلاس / بخش تفریحی)
   -------------------------------------------------------------------------- */
.sh-grid { display: grid; gap: 24px; }
.sh-grid.g2 { grid-template-columns: repeat(2, 1fr); }
.sh-grid.g3 { grid-template-columns: repeat(3, 1fr); }
.sh-grid.g4 { grid-template-columns: repeat(4, 1fr); }

.sh-card {
  background: #fff; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh); display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease; height: 100%;
  border: 1px solid var(--line-2);
}
.sh-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.sh-card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--surface); }
.sh-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.sh-card:hover .sh-card-img img { transform: scale(1.06); }
.sh-card-tag {
  position: absolute; top: 12px; inset-inline-start: 12px;
  background: var(--accent); color: #3A2B00; padding: 5px 14px;
  border-radius: var(--r-pill); font-size: 12.5px; font-weight: 800;
}
.sh-card-body { padding: 20px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.sh-card-body h3 { font-size: 18.5px; font-weight: 800; margin: 0 0 9px; }
.sh-card-body h3 a:hover { color: var(--brand); }
.sh-card-body p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 15px; flex: 1; line-height: 1.9; }
.sh-card-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.sh-card-meta span {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--surface); color: var(--ink-soft); padding: 4px 11px;
  border-radius: var(--r-pill); font-size: 12.5px; font-weight: 700;
}
.sh-card-link { display: inline-flex; align-items: center; gap: 6px; color: var(--brand); font-weight: 800; font-size: 14.5px; margin-top: auto; }
.sh-card-link:hover { gap: 11px; }

/* کارت آیکنی (بدون تصویر) */
.sh-icard {
  background: #fff; border-radius: var(--r-lg); padding: 28px 22px; text-align: center;
  box-shadow: var(--sh-sm); border: 1px solid var(--line-2); transition: .22s; height: 100%;
}
.sh-icard:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: transparent; }
.sh-icard-ic {
  width: 62px; height: 62px; border-radius: 20px; margin: 0 auto 16px;
  display: grid; place-items: center; font-size: 26px; color: #fff;
  background: var(--brand);
}
.sh-icard:nth-child(4n+2) .sh-icard-ic { background: var(--c-sun); color: #3A2B00; }
.sh-icard:nth-child(4n+3) .sh-icard-ic { background: var(--c-coral); }
.sh-icard:nth-child(4n+4) .sh-icard-ic { background: var(--c-grape); }
.sh-icard h3 { font-size: 17px; font-weight: 800; margin: 0 0 8px; }
.sh-icard p { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.85; }

/* کارت رنگی تمام‌رنگ (مثل نمونه قاصدک) */
.sh-ccard {
  border-radius: var(--r-lg); padding: 26px 22px; color: #fff; height: 100%;
  display: flex; flex-direction: column; transition: .22s; position: relative; overflow: hidden;
}
.sh-ccard:hover { transform: translateY(-5px); }
.sh-ccard::after { content: ''; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.12); top: -40px; inset-inline-end: -30px; }
.sh-ccard .ic { font-size: 30px; margin-bottom: 14px; position: relative; z-index: 2; }
.sh-ccard h3 { color: #fff; font-size: 19px; margin: 0 0 8px; position: relative; z-index: 2; }
.sh-ccard .age { font-size: 13px; opacity: .9; font-weight: 700; margin-bottom: 10px; position: relative; z-index: 2; }
.sh-ccard p { font-size: 14px; opacity: .95; margin: 0 0 16px; flex: 1; position: relative; z-index: 2; }
.sh-ccard .go { font-weight: 800; font-size: 14px; position: relative; z-index: 2; display: inline-flex; gap: 6px; align-items: center; }
.sh-ccard.c1 { background: linear-gradient(150deg,#1FBF8A,#0E8460); }
.sh-ccard.c2 { background: linear-gradient(150deg,#FFC542,#F0A000); color: #3A2B00; }
.sh-ccard.c2 h3 { color: #3A2B00; }
.sh-ccard.c3 { background: linear-gradient(150deg,#FF8A5B,#F2532F); }
.sh-ccard.c4 { background: linear-gradient(150deg,#9B85FF,#6944E8); }
.sh-ccard.c5 { background: linear-gradient(150deg,#4FB8F5,#1E85D0); }
.sh-ccard.c6 { background: linear-gradient(150deg,#FF8FBA,#EE5A90); }

/* --------------------------------------------------------------------------
   9. تایم‌لاین «یک روز در شادلین»
   -------------------------------------------------------------------------- */
.sh-timeline { position: relative; max-width: 820px; margin: 0 auto; padding-inline-start: 34px; }
.sh-timeline::before {
  content: ''; position: absolute; inset-inline-start: 9px; top: 8px; bottom: 8px; width: 3px;
  background: linear-gradient(to bottom, var(--brand), var(--accent)); border-radius: 3px;
}
.sh-tl-item { position: relative; padding: 0 0 28px; }
.sh-tl-item::before {
  content: ''; position: absolute; inset-inline-start: -32px; top: 6px;
  width: 18px; height: 18px; border-radius: 50%; background: #fff;
  border: 4px solid var(--brand); box-shadow: 0 0 0 4px var(--brand-light);
}
.sh-tl-time {
  display: inline-block; background: var(--brand); color: #fff;
  padding: 3px 14px; border-radius: var(--r-pill); font-size: 13px; font-weight: 800; margin-bottom: 7px;
}
.sh-tl-item h3 { font-size: 17px; margin: 0 0 5px; }
.sh-tl-item p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* --------------------------------------------------------------------------
   10. آکاردئون سوالات متداول
   -------------------------------------------------------------------------- */
.sh-faq { max-width: 880px; margin: 0 auto; display: grid; gap: 12px; }
.sh-faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: .2s; }
.sh-faq-item.open { border-color: var(--brand); box-shadow: var(--sh-sm); }
.sh-faq-q {
  width: 100%; text-align: start; background: none; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 17px 20px; font-family: inherit; font-size: 16px; font-weight: 800; color: var(--ink);
}
.sh-faq-q i { flex-shrink: 0; width: 30px; height: 30px; border-radius: 10px; background: var(--brand-light); color: var(--brand-dark); display: grid; place-items: center; font-size: 13px; transition: .25s; }
.sh-faq-item.open .sh-faq-q i { background: var(--brand); color: #fff; transform: rotate(180deg); }
.sh-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.sh-faq-item.open .sh-faq-a { max-height: 900px; }
.sh-faq-a > div { padding: 0 20px 19px; font-size: 15px; color: var(--ink-soft); line-height: 2; }

/* --------------------------------------------------------------------------
   11. نظرات والدین
   -------------------------------------------------------------------------- */
.sh-reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.sh-review {
  background: #fff; border-radius: var(--r-lg); padding: 26px 22px 22px;
  box-shadow: var(--sh-sm); border: 1px solid var(--line-2); position: relative; height: 100%;
  display: flex; flex-direction: column;
}
.sh-review::before {
  content: '”'; position: absolute; top: 6px; inset-inline-end: 20px;
  font-size: 62px; color: var(--brand); opacity: .16; font-family: serif; line-height: 1;
}
.sh-review-stars { color: var(--c-sun); font-size: 14px; margin-bottom: 11px; letter-spacing: 1px; }
.sh-review p { font-size: 14.8px; color: var(--ink-soft); line-height: 2; margin: 0 0 18px; flex: 1; }
.sh-review-by { display: flex; align-items: center; gap: 11px; padding-top: 15px; border-top: 1px dashed var(--line); }
.sh-review-av {
  width: 44px; height: 44px; border-radius: 50%; background: var(--brand-light); color: var(--brand-dark);
  display: grid; place-items: center; font-weight: 900; font-size: 17px; flex-shrink: 0; overflow: hidden;
}
.sh-review-av img { width: 100%; height: 100%; object-fit: cover; }
.sh-review-by b { display: block; font-size: 14.5px; }
.sh-review-by small { color: var(--muted); font-size: 12.5px; }

/* --------------------------------------------------------------------------
   12. گالری
   -------------------------------------------------------------------------- */
.sh-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.sh-gallery a {
  position: relative; display: block; border-radius: var(--r); overflow: hidden;
  aspect-ratio: 1/1; background: var(--surface);
}
.sh-gallery a img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sh-gallery a:hover img { transform: scale(1.08); }
.sh-gallery a::after {
  content: '\f00e'; font-family: 'Font Awesome 7 Free'; font-weight: 900;
  position: absolute; inset: 0; background: rgba(22,169,122,.72); color: #fff;
  display: grid; place-items: center; font-size: 26px; opacity: 0; transition: .25s;
}
.sh-gallery a:hover::after { opacity: 1; }

.sh-lightbox {
  position: fixed; inset: 0; background: rgba(10,20,28,.94); z-index: 1000;
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.sh-lightbox.open { display: flex; }
.sh-lightbox img { max-width: 94vw; max-height: 86vh; border-radius: var(--r); }
.sh-lightbox-close, .sh-lightbox-nav {
  position: absolute; background: rgba(255,255,255,.14); color: #fff; border: 0;
  width: 48px; height: 48px; border-radius: 50%; cursor: pointer; font-size: 20px;
  display: grid; place-items: center;
}
.sh-lightbox-close { top: 22px; inset-inline-end: 22px; }
.sh-lightbox-nav.prev { inset-inline-end: 22px; top: 50%; transform: translateY(-50%); }
.sh-lightbox-nav.next { inset-inline-start: 22px; top: 50%; transform: translateY(-50%); }
.sh-lightbox-cap { position: absolute; bottom: 22px; inset-inline: 0; text-align: center; color: #fff; font-size: 14.5px; }

/* --------------------------------------------------------------------------
   13. جدول تعرفه / مقایسه
   -------------------------------------------------------------------------- */
.sh-table-wrap { overflow-x: auto; border-radius: var(--r-lg); box-shadow: var(--sh-sm); border: 1px solid var(--line); }
.sh-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 620px; }
.sh-table th, .sh-table td { padding: 15px 16px; text-align: start; font-size: 14.8px; border-bottom: 1px solid var(--line-2); }
.sh-table thead th { background: var(--brand); color: #fff; font-weight: 800; font-size: 14.5px; border-bottom: 0; }
.sh-table tbody tr:nth-child(even) { background: var(--surface); }
.sh-table tbody tr:hover { background: var(--brand-light); }
.sh-table .price { font-weight: 900; color: var(--brand-dark); white-space: nowrap; }
.sh-table .yes { color: #16A97A; } .sh-table .no { color: #C9CFD5; }

/* کارت پکیج قیمت */
.sh-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.sh-plan {
  background: #fff; border-radius: var(--r-lg); border: 2px solid var(--line);
  padding: 30px 24px; display: flex; flex-direction: column; position: relative; transition: .22s;
}
.sh-plan:hover { transform: translateY(-5px); box-shadow: var(--sh); }
.sh-plan.featured { border-color: var(--brand); box-shadow: var(--sh); }
.sh-plan-badge {
  position: absolute; top: -13px; inset-inline-start: 50%; transform: translateX(50%);
  background: var(--accent); color: #3A2B00; padding: 4px 18px; border-radius: var(--r-pill);
  font-size: 12.5px; font-weight: 900; white-space: nowrap;
}
.sh-plan h3 { font-size: 20px; margin: 0 0 6px; text-align: center; }
.sh-plan .plan-desc { font-size: 13.5px; color: var(--muted); text-align: center; margin: 0 0 18px; }
.sh-plan-price { text-align: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed var(--line); }
.sh-plan-price b { font-size: 30px; font-weight: 900; color: var(--brand-dark); }
.sh-plan-price span { font-size: 13.5px; color: var(--muted); font-weight: 700; }
.sh-plan ul { list-style: none; margin: 0 0 22px; padding: 0; flex: 1; display: grid; gap: 10px; }
.sh-plan ul li { display: flex; align-items: flex-start; gap: 9px; font-size: 14.5px; color: var(--ink-soft); }
.sh-plan ul li i { color: var(--brand); margin-top: 5px; font-size: 12px; flex-shrink: 0; }
.sh-plan ul li.off { color: #B4BEC6; } .sh-plan ul li.off i { color: #D3DAE0; }

/* --------------------------------------------------------------------------
   14. جعبه CTA میان‌محتوایی
   -------------------------------------------------------------------------- */
.sh-cta {
  border-radius: var(--r-xl); padding: 40px 36px; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
}
.sh-cta::before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.1); top: -120px; inset-inline-end: -80px; }
.sh-cta-text { position: relative; z-index: 2; flex: 1; min-width: 260px; }
.sh-cta h2 { color: #fff; font-size: 26px; margin: 0 0 9px; }
.sh-cta p { font-size: 15.5px; opacity: .95; margin: 0; }
.sh-cta-btns { display: flex; gap: 11px; flex-wrap: wrap; position: relative; z-index: 2; }

/* شمارنده معکوس */
.sh-countdown { display: flex; gap: 11px; justify-content: center; }
.sh-cd-box {
  background: #fff; border-radius: var(--r); padding: 13px 18px; min-width: 76px; text-align: center;
  box-shadow: var(--sh-sm);
}
.sh-cd-box b { display: block; font-size: 27px; font-weight: 900; color: var(--brand-dark); line-height: 1.2; }
.sh-cd-box span { font-size: 12px; color: var(--muted); font-weight: 700; }

/* --------------------------------------------------------------------------
   15. فرم‌ها
   -------------------------------------------------------------------------- */
.sh-form { background: #fff; border-radius: var(--r-lg); padding: 32px; box-shadow: var(--sh); border: 1px solid var(--line-2); }
.sh-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.sh-field { display: flex; flex-direction: column; gap: 7px; }
.sh-field.full { grid-column: 1 / -1; }
.sh-field label { font-size: 14px; font-weight: 800; color: var(--ink); }
.sh-field label .req { color: var(--c-coral); }
.sh-field input, .sh-field select, .sh-field textarea {
  min-height: 48px; border: 1.5px solid var(--line); border-radius: var(--r);
  padding: 12px 15px; font-family: inherit; font-size: 15px; background: #fff; color: var(--ink);
  transition: border-color .18s, box-shadow .18s; width: 100%;
}
.sh-field textarea { min-height: 116px; resize: vertical; line-height: 1.9; }
.sh-field input:focus, .sh-field select:focus, .sh-field textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-light);
}
.sh-field input[type="tel"], .sh-field input[type="number"], .sh-field input.ltr { direction: ltr; text-align: start; unicode-bidi: plaintext; }
.sh-field .hint { font-size: 12.5px; color: var(--muted); }
.sh-field.err input, .sh-field.err select, .sh-field.err textarea { border-color: var(--c-coral); }
.sh-field .err-msg { font-size: 12.5px; color: var(--c-coral); font-weight: 700; display: none; }
.sh-field.err .err-msg { display: block; }

.sh-radio-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 10px; }
.sh-radio-card { position: relative; }
.sh-radio-card input { position: absolute; opacity: 0; width: 0; height: 0; }
.sh-radio-card span {
  display: flex; flex-direction: column; gap: 3px; align-items: center; justify-content: center;
  min-height: 66px; padding: 12px; border: 2px solid var(--line); border-radius: var(--r);
  cursor: pointer; font-size: 14px; font-weight: 700; text-align: center; transition: .18s; background: #fff;
}
.sh-radio-card span small { font-size: 12px; color: var(--muted); font-weight: 600; }
.sh-radio-card input:checked + span { border-color: var(--brand); background: var(--brand-light); color: var(--brand-dark); }
.sh-radio-card input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.sh-radio-card input:disabled + span { opacity: .45; cursor: not-allowed; }

.sh-check { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--ink-soft); cursor: pointer; }
.sh-check input { width: 19px; height: 19px; min-height: 0; accent-color: var(--brand); margin-top: 3px; flex-shrink: 0; }

.sh-honeypot { position: absolute !important; inset-inline-start: -9999px !important; opacity: 0 !important; height: 0 !important; }

.sh-alert { border-radius: var(--r); padding: 14px 18px; font-size: 14.5px; font-weight: 700; margin-bottom: 18px; display: flex; gap: 10px; align-items: flex-start; }
.sh-alert i { margin-top: 4px; }
.sh-alert.ok { background: #E4F7F0; color: #0E8460; }
.sh-alert.bad { background: #FFECEC; color: #C33B2B; }
.sh-alert.info { background: #E8F3FE; color: #1B6FB5; }

/* انتخاب سانس */
.sh-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(158px,1fr)); gap: 11px; }
.sh-slot { position: relative; }
.sh-slot input { position: absolute; opacity: 0; width: 0; height: 0; }
.sh-slot span {
  display: block; padding: 13px 12px; border: 2px solid var(--line); border-radius: var(--r);
  cursor: pointer; text-align: center; transition: .18s; background: #fff;
}
.sh-slot b { display: block; font-size: 15px; font-weight: 800; direction: ltr; }
.sh-slot small { display: block; font-size: 12px; color: var(--muted); margin-top: 3px; font-weight: 700; }
.sh-slot input:checked + span { border-color: var(--brand); background: var(--brand-light); }
.sh-slot input:checked + span small { color: var(--brand-dark); }
.sh-slot.full span { opacity: .5; cursor: not-allowed; background: var(--surface); }
.sh-slot.full small { color: var(--c-coral); }

/* --------------------------------------------------------------------------
   16. فوتر
   -------------------------------------------------------------------------- */
.sh-footer { background: #1B2A35; color: #C3D0DA; margin-top: 0; position: relative; }
.sh-footer-top { padding: 56px 0 34px; }
.sh-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 34px; }
.sh-footer h3 { color: #fff; font-size: 16.5px; margin: 0 0 18px; position: relative; padding-bottom: 11px; }
.sh-footer h3::after { content: ''; position: absolute; bottom: 0; inset-inline-start: 0; width: 38px; height: 3px; background: var(--accent); border-radius: 3px; }
.sh-footer p { font-size: 14.3px; line-height: 2; margin: 0 0 16px; }
.sh-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.sh-footer ul a { font-size: 14.3px; display: inline-flex; align-items: center; gap: 7px; transition: .18s; }
.sh-footer ul a::before { content: '‹'; color: var(--accent); font-weight: 900; }
.sh-footer ul a:hover { color: #fff; padding-inline-start: 4px; }
.sh-footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.sh-footer-brand img { height: 52px; }
.sh-footer-brand strong { color: #fff; font-size: 19px; font-weight: 900; }
.sh-footer-nap { display: grid; gap: 12px; }
.sh-footer-nap div { display: flex; gap: 10px; align-items: flex-start; font-size: 14.2px; }
.sh-footer-nap i { color: var(--accent); margin-top: 5px; flex-shrink: 0; width: 16px; }
.sh-footer-nap .num { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.sh-footer-soc { display: flex; gap: 9px; margin-top: 18px; }
.sh-footer-soc a { width: 40px; height: 40px; border-radius: 13px; background: rgba(255,255,255,.09); display: grid; place-items: center; font-size: 17px; transition: .2s; }
.sh-footer-soc a:hover { background: var(--accent); color: #3A2B00; transform: translateY(-3px); }
.sh-footer-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.sh-footer-badges img, .sh-footer-badges a { background: #fff; border-radius: 10px; padding: 6px; height: 62px; display: grid; place-items: center; }
.sh-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: 13.3px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.sh-footer-bottom a:hover { color: #fff; }

/* چمن تزئینی بالای فوتر */
.sh-grass { display: block; width: 100%; height: 46px; color: #1B2A35; }

/* --------------------------------------------------------------------------
   17. بردکرامب + هدر صفحه داخلی
   -------------------------------------------------------------------------- */
.sh-pagehead {
  background: linear-gradient(150deg, var(--brand-light) 0%, var(--accent-light) 100%);
  padding: 34px 0 40px; position: relative; overflow: hidden;
}
.sh-pagehead::before { content: ''; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,.4); top: -110px; inset-inline-end: -60px; }
.sh-pagehead h1 { font-size: clamp(23px, 3.2vw, 34px); margin: 12px 0 10px; position: relative; z-index: 2; }
.sh-pagehead .lead { font-size: 16px; color: var(--ink-soft); max-width: 720px; margin: 0; position: relative; z-index: 2; }

.sh-crumb { position: relative; z-index: 2; }
.sh-crumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; list-style: none; margin: 0; padding: 0; font-size: 13.3px; }
.sh-crumb li { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.sh-crumb li:not(:last-child)::after { content: '/'; color: #B9C6CF; }
.sh-crumb a { color: var(--ink-soft); font-weight: 600; }
.sh-crumb a:hover { color: var(--brand-dark); }
.sh-crumb [aria-current] { color: var(--brand-dark); font-weight: 800; }

/* --------------------------------------------------------------------------
   18. محتوای مقاله
   -------------------------------------------------------------------------- */
.sh-content { font-size: 16.2px; line-height: 2.15; color: var(--ink-soft); }
.sh-content > *:first-child { margin-top: 0; }
.sh-content h2 { font-size: 23px; margin: 36px 0 15px; color: var(--ink); position: relative; padding-inline-start: 15px; }
.sh-content h2::before { content: ''; position: absolute; inset-inline-start: 0; top: 8px; bottom: 8px; width: 5px; background: var(--brand); border-radius: 4px; }
.sh-content h3 { font-size: 19px; margin: 28px 0 12px; color: var(--ink); }
.sh-content p { margin: 0 0 17px; }
.sh-content a { color: var(--brand-dark); font-weight: 700; border-bottom: 1.5px dashed var(--brand); }
.sh-content a:hover { border-bottom-style: solid; }
.sh-content ul, .sh-content ol { margin: 0 0 18px; padding-inline-start: 22px; display: grid; gap: 9px; }
.sh-content ul { list-style: none; padding-inline-start: 4px; }
.sh-content ul li { position: relative; padding-inline-start: 26px; }
.sh-content ul li::before {
  content: '\f00c'; font-family: 'Font Awesome 7 Free'; font-weight: 900;
  position: absolute; inset-inline-start: 0; top: 1px; color: var(--brand); font-size: 12px;
  width: 19px; height: 19px; background: var(--brand-light); border-radius: 50%; display: grid; place-items: center;
}
.sh-content img { border-radius: var(--r); margin: 20px 0; box-shadow: var(--sh-sm); }
.sh-content blockquote {
  margin: 22px 0; padding: 18px 22px; background: var(--brand-light);
  border-inline-start: 5px solid var(--brand); border-radius: 0 var(--r) var(--r) 0; font-size: 15.5px;
}
.sh-content table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14.8px; }
.sh-content table th { background: var(--brand); color: #fff; padding: 12px 14px; }
.sh-content table td { padding: 11px 14px; border-bottom: 1px solid var(--line-2); }

/* فهرست مطالب */
.sh-toc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 24px; margin: 26px 0; }
.sh-toc h2 { font-size: 17px !important; margin: 0 0 13px !important; padding: 0 !important; }
.sh-toc h2::before { display: none !important; }
.sh-toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; counter-reset: toc; }
.sh-toc li { counter-increment: toc; }
.sh-toc li a { display: flex; gap: 9px; font-size: 14.5px; color: var(--ink-soft); font-weight: 600; border: 0; }
.sh-toc li a::before { content: counter(toc) '.'; color: var(--brand); font-weight: 900; }
.sh-toc li a:hover { color: var(--brand-dark); }
.sh-toc .toc-level-3 { padding-inline-start: 22px; }

/* لایه‌بندی دو ستونی صفحات داخلی */
.sh-layout { display: grid; grid-template-columns: 1fr 320px; gap: 34px; align-items: start; }
.sh-aside { position: sticky; top: 74px; display: grid; gap: 20px; }
.sh-widget { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.sh-widget h3 { font-size: 16.5px; margin: 0 0 15px; padding-bottom: 11px; border-bottom: 2px solid var(--brand-light); }
.sh-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.sh-widget ul a { font-size: 14.2px; color: var(--ink-soft); display: flex; gap: 8px; font-weight: 600; }
.sh-widget ul a::before { content: '‹'; color: var(--brand); font-weight: 900; }
.sh-widget ul a:hover { color: var(--brand-dark); }
.sh-widget.contact { background: linear-gradient(150deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; border: 0; }
.sh-widget.contact h3 { color: #fff; border-bottom-color: rgba(255,255,255,.22); }
.sh-widget.contact .tel { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 900; direction: ltr; justify-content: center; margin-bottom: 13px; }

/* --------------------------------------------------------------------------
   19. کادر مربیان
   -------------------------------------------------------------------------- */
.sh-staff { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.sh-staff-card { background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid var(--line-2); text-align: center; transition: .22s; }
.sh-staff-card:hover { transform: translateY(-5px); box-shadow: var(--sh); }
.sh-staff-photo { aspect-ratio: 1/1; overflow: hidden; background: var(--brand-light); }
.sh-staff-photo img { width: 100%; height: 100%; object-fit: cover; }
.sh-staff-body { padding: 18px 16px 20px; }
.sh-staff-body h3 { font-size: 16.5px; margin: 0 0 5px; }
.sh-staff-body .role { font-size: 13.3px; color: var(--brand-dark); font-weight: 800; background: var(--brand-light); display: inline-block; padding: 3px 13px; border-radius: var(--r-pill); margin-bottom: 9px; }
.sh-staff-body p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.85; }

/* --------------------------------------------------------------------------
   20. رویدادها
   -------------------------------------------------------------------------- */
.sh-event { display: flex; gap: 18px; background: #fff; border-radius: var(--r-lg); padding: 20px; box-shadow: var(--sh-sm); border: 1px solid var(--line-2); transition: .22s; align-items: center; }
.sh-event:hover { box-shadow: var(--sh); transform: translateX(-4px); }
.sh-event-date {
  flex-shrink: 0; width: 78px; text-align: center; background: var(--brand); color: #fff;
  border-radius: var(--r); padding: 12px 6px;
}
.sh-event-date b { display: block; font-size: 25px; font-weight: 900; line-height: 1.15; }
.sh-event-date span { font-size: 12.5px; font-weight: 700; }
.sh-event-body h3 { font-size: 17px; margin: 0 0 6px; }
.sh-event-body p { font-size: 14px; color: var(--ink-soft); margin: 0 0 8px; }
.sh-event-body .meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12.8px; color: var(--muted); font-weight: 700; }

/* --------------------------------------------------------------------------
   21. نقشه و تماس
   -------------------------------------------------------------------------- */
.sh-map { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid var(--line); }
.sh-map iframe { display: block; width: 100%; height: 380px; border: 0; }
.sh-map-btns { display: flex; gap: 10px; flex-wrap: wrap; padding: 14px; background: #fff; }

.sh-contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.sh-contact-card { background: #fff; border-radius: var(--r-lg); padding: 26px 22px; text-align: center; box-shadow: var(--sh-sm); border: 1px solid var(--line-2); }
.sh-contact-card .ic { width: 56px; height: 56px; border-radius: 18px; background: var(--brand-light); color: var(--brand-dark); display: grid; place-items: center; font-size: 22px; margin: 0 auto 14px; }
.sh-contact-card h3 { font-size: 16.5px; margin: 0 0 8px; }
.sh-contact-card p, .sh-contact-card a { font-size: 14.5px; color: var(--ink-soft); line-height: 1.95; }
.sh-contact-card .num { direction: ltr; unicode-bidi: isolate; display: inline-block; font-weight: 800; }

/* --------------------------------------------------------------------------
   22. صفحه تشکر
   -------------------------------------------------------------------------- */
.sh-thanks { text-align: center; max-width: 640px; margin: 0 auto; padding: 60px 0; }
.sh-thanks-ic {
  width: 104px; height: 104px; border-radius: 50%; background: var(--brand-light); color: var(--brand);
  display: grid; place-items: center; font-size: 46px; margin: 0 auto 24px;
  animation: pop .5s cubic-bezier(.2,1.4,.5,1);
}
@keyframes pop { from { transform: scale(.4); opacity: 0 } to { transform: scale(1); opacity: 1 } }
.sh-thanks h1 { font-size: 30px; margin: 0 0 13px; }
.sh-thanks p { font-size: 16.5px; color: var(--ink-soft); margin: 0 0 12px; }
.sh-thanks .code { display: inline-block; background: var(--surface); border: 2px dashed var(--brand); border-radius: var(--r); padding: 12px 26px; font-size: 20px; font-weight: 900; color: var(--brand-dark); margin: 10px 0 22px; direction: ltr; }
.sh-thanks-btns { display: flex; gap: 11px; justify-content: center; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   23. ۴۰۴
   -------------------------------------------------------------------------- */
.sh-404 { text-align: center; padding: 80px 0; }
.sh-404 .num { font-size: clamp(80px, 16vw, 160px); font-weight: 900; line-height: 1; background: linear-gradient(135deg, var(--c-mint), var(--c-sun), var(--c-coral)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sh-404 h1 { font-size: 26px; margin: 12px 0 12px; }
.sh-404 p { color: var(--ink-soft); margin: 0 0 24px; }

/* --------------------------------------------------------------------------
   24. رسپانسیو
   -------------------------------------------------------------------------- */
/* در فضای تنگ، منو به‌جای شکستن به خط دوم افقی اسکرول می‌شود */
@media (max-width: 1180px) {
  .sh-trust li:nth-child(n+3) { display: none; }
  .sh-nav > ul > li > a { padding-inline: 11px; font-size: 14.5px; }
}

@media (max-width: 1040px) {
  .sh-nav > ul > li > a { padding-inline: 9px; font-size: 14px; }
  .sh-nav-cta { padding-inline: 15px; }
  .sh-navbar-inner { gap: 10px; }
}

@media (max-width: 1080px) {
  .sh-grid.g4 { grid-template-columns: repeat(3,1fr); }
  .sh-staff { grid-template-columns: repeat(3,1fr); }
  .sh-gallery { grid-template-columns: repeat(3,1fr); }
  .sh-layout { grid-template-columns: 1fr; }
  .sh-aside { position: static; grid-template-columns: repeat(2,1fr); }
  .sh-trust { display: none; }
  .sh-call-txt small { display: none; }
  .sh-call { padding: 6px 14px 6px 6px; }
}

@media (max-width: 980px) {
  /* موبایل/تبلت: نوار منو کنار می‌رود و کشو جای آن را می‌گیرد */
  .sh-navbar { display: none; }
  .sh-burger { display: flex; }
  .silo-switch { display: none; }
  .sh-brandbar-inner { min-height: 68px; gap: 12px; }
  .sh-call { margin-inline-start: auto; }
  .sh-hero-inner { grid-template-columns: 1fr; }
  .sh-hero-art { order: -1; max-width: 460px; margin: 0 auto; }
  .sh-gates { grid-template-columns: 1fr; }
  .sh-stats { grid-template-columns: repeat(2,1fr); }
  .sh-footer-grid { grid-template-columns: repeat(2,1fr); }
  .sh-topbar-left .tb-item { display: none; }
}

@media (max-width: 620px) {
  /* در گوشی، بلوک تماس فقط آیکن می‌شود تا لوگو فشرده نشود */
  .sh-call-txt { display: none; }
  .sh-call { padding: 0; border: 0; }
  .sh-call-ic { width: 44px; height: 44px; }
}

@media (max-width: 760px) {
  .sh-section { padding: 48px 0; }
  .sh-grid.g3, .sh-grid.g4, .sh-grid.g2 { grid-template-columns: 1fr; }
  .sh-reviews, .sh-plans, .sh-contact-cards { grid-template-columns: 1fr; }
  .sh-staff { grid-template-columns: repeat(2,1fr); }
  .sh-gallery { grid-template-columns: repeat(2,1fr); }
  .sh-form-grid { grid-template-columns: 1fr; }
  .sh-form { padding: 22px 18px; }
  .sh-mobilebar { display: block; }
  .sh-wa-float { bottom: 82px; inset-inline-end: 14px; width: 52px; height: 52px; font-size: 24px; }
  body { padding-bottom: 68px; }
  .sh-cta { padding: 28px 22px; text-align: center; justify-content: center; }
  .sh-cta-btns { justify-content: center; width: 100%; }
  .sh-aside { grid-template-columns: 1fr; }
  .sh-topbar { display: none; }
  .sh-brandbar-inner { min-height: 62px; padding-block: 8px; }
  .sh-brand img { height: 44px; }
  .sh-brand-mark { width: 42px; height: 42px; border-radius: 13px; }
  .sh-brand-txt strong { font-size: 16.5px; }
  .sh-brand-txt small { font-size: 10.5px; }
  .sh-footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .sh-event { flex-direction: column; text-align: center; }
  .sh-timeline { padding-inline-start: 28px; }
}

@media (max-width: 460px) {
  .sh-stats { grid-template-columns: 1fr 1fr; }
  .sh-gallery { grid-template-columns: 1fr 1fr; }
  .sh-staff { grid-template-columns: 1fr; }
  .sh-hero-cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}

@media print {
  .sh-header, .sh-footer, .sh-mobilebar, .sh-wa-float, .sh-drawer, .sh-drawer-mask, .sh-cta { display: none !important; }
  body { padding-bottom: 0; }
}
