/* ======= KLORA - Veaxy RTL Theme ======= */

:root {
  --klora-primary: #7367f0;
  --klora-primary-dark: #5e50ee;
  --klora-success: #28c76f;
  --klora-warning: #ff9f43;
  --klora-danger: #ea5455;
  --klora-info: #00cfe8;
  --klora-dark: #1e1e2e;
  --klora-sidebar-width: 260px;
  --font-main: 'Vazirmatn', sans-serif;
}

* { box-sizing: border-box; }

body {
  font-family: var(--font-main);
  background: #f8f8ff;
  color: #444;
  direction: rtl;
}

/* ===== Soft Colors ===== */
.bg-primary-soft    { background: rgba(115,103,240,.12) !important; }
.bg-success-soft    { background: rgba(40,199,111,.12)  !important; }
.bg-warning-soft    { background: rgba(255,159,67,.12)  !important; }
.bg-danger-soft     { background: rgba(234,84,85,.12)   !important; }
.bg-info-soft       { background: rgba(0,207,232,.12)   !important; }
.bg-secondary-soft  { background: rgba(130,134,139,.12) !important; }

.bg-label-primary   { background: rgba(115,103,240,.15) !important; }
.bg-label-success   { background: rgba(40,199,111,.15)  !important; }
.bg-label-warning   { background: rgba(255,159,67,.15)  !important; }
.bg-label-danger    { background: rgba(234,84,85,.15)   !important; }
.bg-label-info      { background: rgba(0,207,232,.15)   !important; }

.text-primary  { color: var(--klora-primary)  !important; }
.border-label-primary { border-color: rgba(115,103,240,.4) !important; }
.border-label-info    { border-color: rgba(0,207,232,.4)   !important; }
.border-label-danger  { border-color: rgba(234,84,85,.4)   !important; }
.border-label-success { border-color: rgba(40,199,111,.4)  !important; }
.border-label-warning { border-color: rgba(255,159,67,.4)  !important; }
.border-label-primary { border-color: rgba(115,103,240,.4) !important; }

.btn-primary { background: var(--klora-primary); border-color: var(--klora-primary-dark); }
.btn-primary:hover { background: var(--klora-primary-dark); border-color: var(--klora-primary-dark); }
.btn-label-primary { background: rgba(115,103,240,.12); color: var(--klora-primary); border: none; }
.btn-label-primary:hover { background: var(--klora-primary); color: #fff; }
.border-primary { border-color: var(--klora-primary) !important; }

/* ===== Panel Entry Cards ===== */
.panel-entry-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px;
  text-decoration: none;
  color: #1e1e2e;
  border: 2px solid transparent;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: all .2s;
  border-right: 4px solid var(--pec-color);
}
.panel-entry-card:hover {
  border-color: var(--pec-color);
  box-shadow: 0 6px 24px rgba(0,0,0,.13);
  transform: translateY(-2px);
  color: var(--pec-color);
}
.pec-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--pec-color) 12%, white);
  color: var(--pec-color);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.pec-title { font-weight: 700; font-size: .9rem; flex: 1; }
.pec-arrow { color: var(--pec-color); font-size: 18px; opacity: .6; }

/* ===== Hero Banner Slider ===== */
.hero-banner-section {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

#swiper-hero-banner { width: 100%; }

.hero-slide {
  min-height: 87px;
  display: flex;
  align-items: center;
}
.hero-slide-inner { min-height: 87px; padding: 10px 0 12px; }

/* تم اسلاید ۱: سبز پاستلی */
.hero-slide--1 {
  background: linear-gradient(140deg, #d4edda 0%, #c3e6cb 50%, #b8dfc5 100%);
}
/* تم اسلاید ۲: سبز پاستلی */
.hero-slide--2 {
  background: linear-gradient(140deg, #c8e6c9 0%, #d4edda 50%, #c3e6cb 100%);
}
/* تم اسلاید ۳: سبز پاستلی */
.hero-slide--3 {
  background: linear-gradient(140deg, #dcedc8 0%, #d4edda 50%, #c8e6c9 100%);
}

/* متن اسلاید */
.hero-slide-title {
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  font-weight: 800;
  color: #1e3a5f;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.hero-slide-desc {
  font-size: 1rem;
  color: #4b6e8f;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  max-width: 460px;
}

/* هایلایت عنوان */
.hs-hl--blue {
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hs-hl--white {
  text-shadow: 0 2px 12px rgba(0,0,0,.12);
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.hs-hl--orange {
  background: linear-gradient(90deg, #ea580c, #f97316);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ویژگی‌ها */
.hero-feats { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 1.8rem; }
.hero-feat {
  display: flex; align-items: center; gap: 7px;
  font-size: .88rem; font-weight: 600; color: #1e3a5f;
}
.hero-feat i { font-size: 1.1rem; color: #2563eb; }
.hero-feats--light .hero-feat { color: rgba(255,255,255,.92); }
.hero-feats--light .hero-feat i { color: #d1fae5; }
.hero-feat--orange i { color: #f97316; }
.hero-feat--orange { color: #7c2d12; }

/* دکمه‌ها */
.hero-slide-btn {
  display: inline-flex; align-items: center;
  padding: 12px 28px; border-radius: 10px;
  font-weight: 700; font-size: .95rem;
  transition: transform .2s, box-shadow .2s;
  border: none;
}
.hero-slide-btn:hover { transform: translateY(-2px); }
.hero-slide-btn--green {
  background: #16a34a; color: #fff;
  box-shadow: 0 6px 20px rgba(22,163,74,.35);
}
.hero-slide-btn--green:hover { background: #15803d; color: #fff; box-shadow: 0 10px 28px rgba(22,163,74,.45); }
.hero-slide-btn--white {
  background: #fff; color: #16a34a;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.hero-slide-btn--white:hover { background: #f0fdf4; color: #15803d; }
.hero-slide-btn--orange {
  background: #f97316; color: #fff;
  box-shadow: 0 6px 20px rgba(249,115,22,.35);
}
.hero-slide-btn--orange:hover { background: #ea580c; color: #fff; box-shadow: 0 10px 28px rgba(249,115,22,.45); }

/* ناوبری Swiper */
.hero-banner-next, .hero-banner-prev {
  width: 42px; height: 42px;
  background: rgba(255,255,255,.85);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0,0,0,.15);
  color: #374151 !important;
  --swiper-navigation-size: 18px;
  transition: background .2s;
}
.hero-banner-next:hover, .hero-banner-prev:hover { background: #fff; }
.hero-banner-pagination { bottom: 18px !important; }
.hero-banner-pagination .swiper-pagination-bullet {
  width: 10px; height: 10px;
  background: rgba(0,0,0,.25);
  opacity: 1; transition: all .3s;
}
.hero-banner-pagination .swiper-pagination-bullet-active {
  background: #2563eb; width: 28px; border-radius: 5px;
}
.hero-slide--2 .hero-banner-pagination .swiper-pagination-bullet { background: rgba(255,255,255,.5); }
.hero-slide--2 .hero-banner-pagination .swiper-pagination-bullet-active { background: #fff; }

/* ─── تصویر اسلاید ۱: هواپیما + SMS ─── */
.hs-visual { position: relative; }
.hs-visual--1 { width: 340px; height: 280px; }
.hs-plane { width: 240px; filter: drop-shadow(0 12px 24px rgba(96,165,250,.3)); }

.hs-bubble {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  padding: 8px 14px;
  font-size: .78rem;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  display: flex; align-items: center; gap: 6px;
  white-space: nowrap;
  animation: floatCard 4s ease-in-out infinite;
}
.hs-bubble i { font-size: 1rem; }
.hs-bubble--1  { top: 10px; right: 10px; color: #2563eb; animation-delay: 0s; }
.hs-bubble--2  { bottom: 60px; right: 0; color: #16a34a; animation-delay: 1.2s; }
.hs-bubble--3  { bottom: 10px; left: 60px; color: #7c3aed; animation-delay: 2s; }

.hs-sms-tag {
  position: absolute;
  background: #eff6ff;
  border: 1.5px solid #bfdbfe;
  color: #2563eb;
  font-weight: 800;
  font-size: .75rem;
  padding: 4px 10px;
  border-radius: 6px;
  animation: floatCard 5s ease-in-out infinite;
}
.hs-sms-tag--a { top: 30px; left: 20px; animation-delay: 0s; }
.hs-sms-tag--b { top: 80px; left: -10px; animation-delay: 1.5s; font-size: .7rem; }
.hs-sms-tag--c { top: 130px; left: 30px; animation-delay: 0.8s; }

/* ─── تصویر اسلاید ۲: موبایل ─── */
.hs-visual--2 { width: 320px; height: 300px; position: relative; }
.hs-phone {
  width: 160px;
  background: #fff;
  border-radius: 24px;
  padding: 12px 10px 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  position: relative;
  margin: 20px auto 0;
}
.hs-phone-screen { display: flex; flex-direction: column; gap: 8px; }
.hs-phone-msg {
  padding: 7px 11px;
  border-radius: 12px;
  font-size: .7rem;
  font-weight: 500;
  max-width: 90%;
  line-height: 1.5;
}
.hs-phone-msg--in  { background: #f0fdf4; color: #15803d; align-self: flex-start; }
.hs-phone-msg--out { background: #16a34a; color: #fff; align-self: flex-end; }
.hs-phone-sms-tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: #16a34a; color: #fff; font-weight: 800;
  font-size: .7rem; padding: 2px 10px; border-radius: 4px;
}
.hs-bubble--green1 { top: 0; right: 10px; color: #15803d; animation-delay: 0s; }
.hs-bubble--green2 { bottom: 20px; left: 0; color: #15803d; animation-delay: 1.5s; }

/* ─── تصویر اسلاید ۳: لپ‌تاپ ─── */
.hs-visual--3 { width: 340px; height: 280px; position: relative; }
.hs-laptop {
  width: 240px; margin: 20px auto 0;
  filter: drop-shadow(0 12px 28px rgba(249,115,22,.2));
}
.hs-laptop-screen {
  background: #1e293b;
  border-radius: 10px 10px 0 0;
  padding: 16px 14px;
  min-height: 140px;
  display: flex; flex-direction: column; gap: 10px; justify-content: center;
}
.hs-dash-bar {
  height: 10px; border-radius: 5px;
  animation: shimmer 2.5s linear infinite;
  background-size: 200% auto;
}
.hs-dash-row { display: flex; gap: 8px; margin-top: 4px; }
.hs-dash-dot { width: 22px; height: 22px; border-radius: 50%; }
.hs-laptop-base {
  background: #334155; height: 12px;
  border-radius: 0 0 6px 6px;
  margin: 0 -10px;
  clip-path: polygon(0 0, 100% 0, 110% 100%, -10% 100%);
}
.hs-bubble--orange1 { top: 0; right: 0; color: #f97316; animation-delay: 0s; }
.hs-bubble--orange2 { bottom: 30px; right: 10px; color: #ea580c; animation-delay: 1.8s; }

/* تگ بالا */
.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(220,100,150,.25);
  color: #b5386a;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: .83rem;
  backdrop-filter: blur(8px);
}
.hero-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255,107,107,.3);
  animation: pulse 2s ease-in-out infinite;
  display: inline-block;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(255,107,107,.3); }
  50%      { box-shadow: 0 0 0 8px rgba(255,107,107,.1); }
}

/* عناوین اسلایدر */
.hero-title-slider { min-height: 130px; }
.hero-win-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: #3d1a2a;
  line-height: 1.25;
  margin-bottom: 0;
}
.hero-highlight {
  background: linear-gradient(90deg, #ff6b6b, #ffb347, #ff6b6b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.hero-win-desc {
  color: #7a3a56;
  font-size: 1.05rem;
  line-height: 1.9;
  max-width: 480px;
}

/* دکمه‌ها */
.hero-btn-main {
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  border: none;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(192,57,43,.45);
  transition: transform .2s, box-shadow .2s;
}
.hero-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(192,57,43,.55);
  color: #fff;
  background: linear-gradient(135deg, #a93226, #c0392b);
}
.hero-btn-outline {
  background: rgba(255,255,255,.55);
  border: 1.5px solid rgba(200,80,130,.35);
  color: #b5386a;
  font-weight: 600;
  backdrop-filter: blur(6px);
  transition: all .2s;
}
.hero-btn-outline:hover {
  background: rgba(255,255,255,.85);
  border-color: #c0392b;
  color: #a0224f;
}

/* آمار */
.hero-stats-row { border-top: 1px solid rgba(180,80,130,.2); padding-top: 20px; }
.hero-stat-num  { font-size: 1.8rem; font-weight: 800; color: #3d1a2a; line-height: 1; }
.hero-stat-label { font-size: .78rem; color: #9a5570; margin-top: 4px; }
.hero-stat-divider { width: 1px; background: rgba(180,80,130,.2); align-self: stretch; }

/* نقاط ناوبری */
.hero-nav-dot {
  width: 28px; height: 6px;
  border-radius: 3px;
  border: none;
  background: rgba(180,80,130,.25);
  cursor: pointer;
  transition: all .3s;
  padding: 0;
}
.hero-nav-dot.active { background: #c0392b; width: 44px; }

/* کارت‌های سمت راست */
.hero-cards-wrap { position: relative; min-height: 420px; padding: 20px; }

.hero-card-main {
  border-radius: 20px !important;
  background: #fff;
  position: relative;
  z-index: 2;
}

.hero-float-card {
  position: absolute;
  border-radius: 14px !important;
  background: #fff;
  z-index: 3;
  animation: floatCard 5s ease-in-out infinite;
}
.hero-float-card--1 {
  bottom: -20px;
  right: -20px;
  min-width: 200px;
  animation-delay: 0s;
}
.hero-float-card--2 {
  top: 20px;
  left: -30px;
  max-width: 230px;
  animation-delay: 1.5s;
}
.hero-float-card--3 {
  bottom: 80px;
  left: -20px;
  min-width: 180px;
  animation-delay: 3s;
}
@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.hero-icon-circle {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: .9rem;
}

/* progress bar سفارشی */
.hero-progress {
  height: 8px;
  background: #f0f0f7;
  border-radius: 4px;
  overflow: hidden;
}
.hero-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #c0392b, #e74c3c);
  border-radius: 4px;
  transition: width .8s ease;
}

/* badge زنده */
.hero-live-badge {
  background: rgba(40,199,111,.12);
  color: #28c76f;
  border: 1px solid rgba(40,199,111,.3);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
}

/* موج پایین */
.hero-wave {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  line-height: 0;
}
.hero-wave svg { width: 100%; height: 60px; display: block; }

/* ===== Navbar ===== */
.klora-navbar {
  background: #0f172a;
  padding: 18px 0;
  box-shadow: 0 2px 16px rgba(0,0,0,.3);
  z-index: 1030;
}
.klora-navbar .navbar-brand { color: #fff !important; font-size: 1.5rem; font-weight: 800; }
.klora-navbar .nav-link { color: #fff !important; font-size: 1rem; font-weight: 700; padding-top: 10px !important; padding-bottom: 10px !important; transition: color .2s; }
.klora-navbar .nav-link:hover { color: #cbd5e1 !important; }
.klora-navbar .navbar-toggler { padding: 6px 10px; }
.klora-navbar .d-flex { font-size: 1rem; }

/* ===== Hero ===== */
.landing-hero {
  background: linear-gradient(135deg, #1e1e2e 0%, #2d2b55 60%, #1e1e2e 100%);
  padding: 80px 0 60px;
  color: #fff;
}
.hero-title { color: #fff; line-height: 1.3; }
.hero-sub-title { color: rgba(255,255,255,.8); }
.landing-hero-blank { height: 40px; background: linear-gradient(180deg, transparent, #f8f8ff); }

.hero-btn-item {
  top: -2rem;
  inset-inline-end: -8rem;
  font-size: .8rem;
  gap: 4px;
  align-items: center;
}

.hero-animation-img .card {
  animation: floatUp 6s ease-in-out infinite;
}
.hero-animation-img .card:nth-child(2) { animation-delay: 2s; }
.hero-animation-img .card:nth-child(3) { animation-delay: 4s; }

@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ===== Sections ===== */
.section-py { padding: 64px 0; }

/* ===== Features ===== */
.landing-features { background: #fff; }
.features-icon-box { padding: 16px; }
.features-icon-wrap {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(115,103,240,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  transition: transform .3s;
}
.features-icon-box:hover .features-icon-wrap { transform: scale(1.1); }
.features-icon-description { color: #888; font-size: .9rem; }

/* ===== Reviews ===== */
.review-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--klora-primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

/* ===== Team ===== */
.team-card { overflow: hidden; border-radius: 12px !important; }
.team-card-header {
  height: 140px;
  display: flex; align-items: center; justify-content: center;
}
.team-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(0,0,0,.15);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

/* ===== Pricing ===== */
.landing-pricing .card { border-radius: 12px !important; }
.pricing-icon-wrap {
  width: 64px; height: 64px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.landing-pricing .card.border.border-primary {
  border-width: 2px !important;
}
.section-title {
  background: linear-gradient(90deg, var(--klora-primary), #ce9ffc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== Fun Facts ===== */
.landing-fun-facts { background: #fff; }
.fun-icon { font-size: 2.5rem; }

/* ===== FAQ ===== */
.landing-faq .accordion-button:not(.collapsed) {
  color: var(--klora-primary);
  background: rgba(115,103,240,.06);
}
.landing-faq .accordion-button::after { filter: none; }
.landing-faq .accordion-item { border-radius: 10px !important; overflow: hidden; }

/* ===== CTA ===== */
.klora-cta {
  background: linear-gradient(135deg, var(--klora-primary) 0%, #5e50ee 100%);
}

/* ===== Contact ===== */
.ltr { direction: ltr; text-align: right; }

/* ===== Footer ===== */
.klora-footer { background: var(--klora-dark); }

/* ===== Cards ===== */
.card { border-radius: 12px !important; }
.card.shadow-sm { box-shadow: 0 4px 18px rgba(0,0,0,.07) !important; }

/* ===== Admin ===== */
.klora-admin { background: #f0f0f7; min-height: 100vh; }

.klora-sidebar {
  width: var(--klora-sidebar-width);
  background: var(--klora-dark);
  min-height: 100vh;
  position: fixed;
  right: 0; top: 0;
  z-index: 100;
  box-shadow: -2px 0 10px rgba(0,0,0,.15);
}

.sidebar-link {
  color: rgba(255,255,255,.65) !important;
  border-radius: 8px !important;
  padding: 9px 14px !important;
  font-size: .88rem;
  transition: all .2s;
  margin-bottom: 2px;
}
.sidebar-link:hover, .sidebar-link.active {
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.klora-topbar {
  background: #fff;
  height: 60px;
  border-bottom: 1px solid #e5e5ef;
  position: sticky; top: 0; z-index: 99;
}

.avatar-circle {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--klora-primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}

/* ===== Badges ===== */
.badge { font-weight: 500; }
.badge.bg-label-primary  { color: var(--klora-primary)  !important; }
.badge.bg-label-success  { color: var(--klora-success)  !important; }
.badge.bg-label-warning  { color: var(--klora-warning)  !important; }
.badge.bg-label-danger   { color: var(--klora-danger)   !important; }
.badge.bg-label-info     { color: var(--klora-info)     !important; }

/* ===== Table ===== */
.table > :not(caption) > * > * { padding: .6rem .9rem; }
.table-light th { font-size: .78rem; color: #888; text-transform: uppercase; letter-spacing: .4px; }

/* ===== Modal backdrop ===== */
.modal-backdrop-custom {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 1050;
  display: flex; align-items: center; justify-content: center;
}

/* ===== Product Section: نرم‌افزار مدیریت باشگاه ===== */
.product-section { background: #f4f3ff; }

/* کارت‌های ویژگی */
.prod-feat-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(115,103,240,.08);
  border-top: 4px solid #7367f0;
  transition: transform .2s, box-shadow .2s;
}
.prod-feat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(115,103,240,.16); }
.prod-feat-card--purple { border-top-color: #7367f0; }
.prod-feat-card--green  { border-top-color: #28c76f; }
.prod-feat-card--blue   { border-top-color: #00cfe8; }
.prod-feat-card--orange { border-top-color: #ff9f43; }

.prod-feat-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(115,103,240,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #7367f0;
  margin-bottom: 14px;
}
.prod-feat-icon--green  { background: rgba(40,199,111,.12);  color: #28c76f; }
.prod-feat-icon--blue   { background: rgba(0,207,232,.12);   color: #00cfe8; }
.prod-feat-icon--orange { background: rgba(255,159,67,.12);  color: #ff9f43; }

.prod-feat-title { font-size: 1rem; font-weight: 700; color: #3a3566; margin-bottom: 8px; }
.prod-feat-desc  { font-size: .83rem; color: #6e6b7b; line-height: 1.75; margin-bottom: 14px; }

/* نمودار کوچک */
.prod-stat-row { display: flex; justify-content: space-between; font-size: .78rem; margin-bottom: 8px; color: #6e6b7b; }
.prod-stat-val { font-weight: 700; }
.prod-mini-chart { }
.prod-bar { width: 12px; border-radius: 3px 3px 0 0; }

/* بج‌های شهریه */
.prod-feat-badges { display: flex; flex-direction: column; gap: 6px; }
.prod-badge { display: flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 600; padding: 5px 10px; border-radius: 8px; }
.prod-badge--green { background: rgba(40,199,111,.1); color: #28c76f; }

/* حضور و غیاب */
.prod-attendance-row { display: flex; gap: 10px; }
.prod-att-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: 10px 6px; border-radius: 10px; font-size: .75rem; text-align: center;
}
.prod-att-item i { font-size: 1.3rem; }
.prod-att-item strong { font-size: 1.3rem; font-weight: 800; line-height: 1; }
.prod-att-item--present { background: rgba(40,199,111,.1); color: #28c76f; }
.prod-att-item--absent  { background: rgba(234,84,85,.1);  color: #ea5455; }

/* لیست پیامک */
.prod-sms-list { display: flex; flex-direction: column; gap: 7px; }
.prod-sms-item { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: #5e5873; }
.prod-sms-item i { font-size: 1rem; flex-shrink: 0; }

/* کارت‌های داشبورد */
.prod-dashboard-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 4px 24px rgba(115,103,240,.09);
}
.prod-dash-header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.prod-dash-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(115,103,240,.12); color: #7367f0;
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0;
}
.prod-dash-icon--coach { background: rgba(255,159,67,.12); color: #ff9f43; }
.prod-dash-title { font-size: .95rem; font-weight: 700; color: #3a3566; }
.prod-dash-sub   { font-size: .75rem; color: #b9b9c3; }

/* موبایل والدین */
.prod-phone-mock {
  background: #f4f3ff; border-radius: 12px; padding: 14px;
}
.prod-phone-row--header {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .82rem; font-weight: 600; color: #3a3566; margin-bottom: 12px;
}
.prod-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: #7367f0; color: #fff; font-size: .65rem;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.prod-phone-stats { display: flex; gap: 8px; margin-bottom: 12px; }
.prod-phone-stat {
  flex: 1; background: #fff; border-radius: 8px; padding: 8px 4px;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.prod-phone-stat i { font-size: 1rem; color: #7367f0; }
.prod-ps-val { font-size: .75rem; font-weight: 700; color: #3a3566; }
.prod-ps-lbl { font-size: .63rem; color: #b9b9c3; }
.prod-phone-label { font-size: .75rem; font-weight: 600; color: #7367f0; margin-bottom: 8px; }
.prod-move-icons { display: flex; gap: 8px; }
.prod-move-ic {
  width: 36px; height: 36px; border-radius: 8px;
  background: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #7367f0; box-shadow: 0 2px 8px rgba(115,103,240,.12);
}

/* داشبورد مربی */
.prod-coach-stats { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.prod-coach-stat {
  flex: 1; min-width: 60px;
  background: #f4f3ff; border-radius: 10px; padding: 10px 6px;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
}
.prod-coach-stat i { font-size: 1.1rem; }
.prod-coach-stat strong { font-size: 1.1rem; font-weight: 800; color: #3a3566; }
.prod-coach-stat span { font-size: .65rem; color: #b9b9c3; }
.prod-class-list { display: flex; flex-direction: column; gap: 6px; }
.prod-class-row {
  display: flex; align-items: center; justify-content: space-between;
  background: #f4f3ff; border-radius: 8px; padding: 7px 12px;
  font-size: .8rem; font-weight: 600; color: #3a3566;
}
.prod-class-row span:first-child { color: #7367f0; font-size: .75rem; }

/* لیست ویژگی‌ها */
.prod-features-list {
  background: linear-gradient(135deg, #7367f0 0%, #9e95f5 100%);
  border-radius: 18px; padding: 24px;
  color: #fff;
}
.prod-fl-title { font-size: 1rem; font-weight: 700; margin-bottom: 16px; }
.prod-fl-items { display: flex; flex-direction: column; gap: 9px; margin-bottom: 4px; }
.prod-fl-item { display: flex; align-items: center; gap: 10px; font-size: .83rem; }
.prod-fl-item i { font-size: 1.05rem; color: rgba(255,255,255,.8); flex-shrink: 0; }
.prod-features-list .btn-primary {
  background: #fff; color: #7367f0; border: none; font-weight: 700;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.prod-features-list .btn-primary:hover { background: #f4f3ff; }

/* نوار مزایا */
.prod-benefits-bar {
  background: #3a3566;
  border-radius: 16px;
  padding: 20px 28px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.prod-benefit {
  display: flex; align-items: center; gap: 10px;
  font-size: .85rem; font-weight: 600; color: #fff;
}
.prod-benefit i { font-size: 1.2rem; color: #9e95f5; }
.prod-benefit-divider { width: 1px; height: 32px; background: rgba(255,255,255,.15); }
@media (max-width: 768px) {
  .prod-benefits-bar { justify-content: flex-start; }
  .prod-benefit-divider { display: none; }
}

/* تصویر showcase محصول */
.prod-showcase-img {
  width: 100%;
  max-width: 960px;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(115,103,240,.18);
  border: 3px solid rgba(115,103,240,.12);
}

/* ===== پنل طلایی باشگاه‌ها ===== */
.golden-panel-section { background: linear-gradient(160deg,#f4f3ff 0%,#ede9fe 100%); }

/* کارت اصلی */
.gp-card {
  background: linear-gradient(160deg, #2d1b6e 0%, #4a2fa0 50%, #3d23b8 100%);
  border-radius: 24px;
  padding: 28px 24px;
  width: 100%; max-width: 400px;
  box-shadow: 0 20px 60px rgba(45,27,110,.4);
  position: relative;
  overflow: hidden;
}
.gp-card::before {
  content: '';
  position: absolute; top: -60px; left: -60px;
  width: 200px; height: 200px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}

/* هدر */
.gp-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.gp-crown { font-size: 2.4rem; filter: drop-shadow(0 4px 8px rgba(255,180,0,.5)); }
.gp-card-title { font-size: 2rem; font-weight: 900; color: #ffd700; line-height: 1.15; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,.3); }

/* بنر معرفی */
.gp-intro-banner {
  background: rgba(255,255,255,.08);
  border-radius: 14px; padding: 14px 16px; margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,.12);
}
.gp-badge-pill {
  display: inline-flex; align-items: center;
  background: #7367f0; color: #fff;
  padding: 4px 12px; border-radius: 50px;
  font-size: .78rem; font-weight: 600;
  margin-bottom: 8px;
}
.gp-intro-text { color: #fff; font-size: .9rem; line-height: 1.7; margin-bottom: 6px; }
.gp-intro-text strong { color: #ffd700; font-size: 1.05rem; }
.gp-intro-desc { color: rgba(255,255,255,.75); font-size: .8rem; line-height: 1.7; margin: 0; }

/* لیبل ارسال خودکار */
.gp-auto-label {
  background: #7367f0; color: #fff;
  font-size: .82rem; font-weight: 700;
  padding: 7px 14px; border-radius: 8px;
  display: inline-flex; align-items: center;
  margin-bottom: 10px;
}

/* چک‌لیست */
.gp-checklist { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.gp-check-item {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.07);
  border-radius: 9px; padding: 8px 12px;
  color: #fff; font-size: .82rem;
  border: 1px solid rgba(255,255,255,.08);
}
.gp-check-item > i:first-child { font-size: 1rem; color: #a78bfa; flex-shrink: 0; }
.gp-check-item span { flex: 1; }
.gp-tick { color: #7367f0; font-size: 1.1rem; flex-shrink: 0; }

/* قیمت */
.gp-price-box {
  background: #fff;
  border-radius: 14px; padding: 16px;
  margin-bottom: 12px;
}
.gp-discount-badge {
  text-align: center; font-size: .8rem; font-weight: 700;
  color: #ff9f43; margin-bottom: 10px;
}
.gp-price-row { display: flex; align-items: center; justify-content: space-between; }
.gp-old-price {
  font-size: .9rem; color: #b9b9c3;
  text-decoration: line-through;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.gp-currency { font-size: .72rem; }
.gp-new-price {
  display: flex; align-items: baseline; gap: 4px;
}
.gp-just {
  background: #ea5455; color: #fff;
  font-size: .65rem; font-weight: 700;
  padding: 3px 7px; border-radius: 6px;
}
.gp-amount { font-size: 1.6rem; font-weight: 900; color: #7367f0; }
.gp-currency-new { font-size: .78rem; color: #6e6b7b; }

/* فوتر کارت */
.gp-footer-label {
  text-align: center; font-size: .8rem; color: rgba(255,255,255,.7);
  margin-bottom: 10px;
}
.gp-cta-btn {
  width: 100%; background: linear-gradient(90deg,#ffd700,#ff9f43);
  color: #2d1b6e; font-weight: 800; font-size: 1rem;
  border: none; border-radius: 12px; padding: 14px;
  box-shadow: 0 6px 20px rgba(255,159,67,.4);
  transition: transform .2s, box-shadow .2s;
}
.gp-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255,159,67,.5);
  color: #2d1b6e;
}

/* ستون توضیحات */
.gp-benefit-card {
  background: #fff;
  border-radius: 14px; padding: 18px;
  box-shadow: 0 3px 16px rgba(115,103,240,.08);
  height: 100%;
}
.gp-benefit-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 10px;
}

/* آمار */
.gp-stats-row {
  display: flex; align-items: center; gap: 20px;
  background: #fff; border-radius: 16px;
  padding: 18px 24px;
  box-shadow: 0 3px 16px rgba(115,103,240,.08);
  flex-wrap: wrap;
}
.gp-stat-item { text-align: center; }
.gp-stat-num { font-size: 1.5rem; font-weight: 800; color: #7367f0; }
.gp-stat-lbl { font-size: .72rem; color: #b9b9c3; }
.gp-stat-div { width: 1px; height: 36px; background: #ede9fe; }
@media (max-width: 768px) { .gp-stat-div { display: none; } }

/* ===== Swiper overrides ===== */
#swiper-reviews .swiper-slide { height: auto; }
.swiper { padding-bottom: 8px !important; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .klora-sidebar { width: 0; overflow: hidden; }
  /* توجه: klora-admin و adminWrapper روی یک المنت هستند (نه پدر/فرزند)، پس سلکتور باید > تک‌سطحی باشد */
  .klora-admin > div:not(.klora-sidebar) { margin-right: 0 !important; }
  .klora-topbar { flex-wrap: wrap; height: auto; padding-top: 8px; padding-bottom: 8px; }
}
@media (max-width: 575px) {
  .p-4.flex-grow-1 { padding: 1rem !important; }
}
@media (max-width: 768px) {
  .hero-title { font-size: 1.8rem; }
  .section-py { padding: 48px 0; }
}

/* ===== کارت هیئت ورزشی ===== */
.heyat-card { border-top: 3px solid #7367f0; }
.heyat-members { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #f0f0f8; }
.heyat-member-row { display: flex; align-items: center; gap: 10px; }
.heyat-member-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,#7367f0,#9e95f5); display: flex; align-items: center; justify-content: center; font-size: .85rem; color: #fff; font-weight: 800; flex-shrink: 0; }
.heyat-member-avatar-img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid #ede9fe; }
.heyat-member-info { flex: 1; min-width: 0; }
.heyat-member-role { font-size: .68rem; color: #7367f0; font-weight: 700; }
.heyat-member-name { font-size: .82rem; font-weight: 700; color: #1e2d4e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ===== کارت جدید هیئت ورزشی ===== */
.heyat-new-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
  padding: 20px 18px 16px;
  border: 1.5px solid #e8e8f0;
  display: flex; flex-direction: column; gap: 0;
}
.heyat-top-row {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 10px; margin-bottom: 12px;
}
.heyat-top-names { flex: 1; }
.heyat-fed-name {
  font-size: .78rem; font-weight: 700; color: #888;
  margin-bottom: 4px;
}
.heyat-main-name {
  font-size: 1.15rem; font-weight: 900; color: #1e2d4e; line-height: 1.3;
}
.heyat-logo-wrap { flex-shrink: 0; }
.heyat-logo-img {
  width: 64px; height: 64px; border-radius: 50%;
  object-fit: cover; border: 2px solid #e8e8f0;
}
.heyat-logo-ph {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg,#1e2d4e,#4a6fa5);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff;
}
.heyat-sport-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.heyat-members-new { display: flex; flex-direction: column; gap: 10px; }
.heyat-mem-row {
  display: flex; align-items: center;
  justify-content: space-between; gap: 10px;
}
.heyat-mem-text { flex: 1; text-align: right; font-size: .88rem; }
.heyat-mem-role { font-weight: 800; color: #1e2d4e; }
.heyat-mem-sep { color: #888; }
.heyat-mem-name { color: #444; font-weight: 600; }
.heyat-mem-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  object-fit: cover; border: 2px solid #e8e8f0; flex-shrink: 0;
}
.heyat-mem-avatar-ph {
  background: linear-gradient(135deg,#7367f0,#9e95f5);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #fff; font-weight: 800;
}
.heyat-footer { margin-top: 16px; padding-top: 12px; border-top: 1px solid #f0f0f8; }
