/* ================================================================
   فروشگاه ولیکسو — بر پایه‌ی همون متغیرهای رنگی هیروی سایت (vx-*)
   تا با بقیه‌ی سایت هم‌خانواده باشه. کلاس‌ها با پیشوند shop- هستن
   که با کلاس‌های قدیمی style.css (مثل .container و .section) تداخل نکنن.
   ================================================================ */

.shop-main{
  position: relative;
  overflow: clip;
  padding-top: 90px;
}
@media (max-width: 600px){ .shop-main{ padding-top: 78px; } }

.shop-wrap{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px){ .shop-wrap{ padding: 0 18px; } }

/* ---------------------------------------------------------------
   بلاب‌های پس‌زمینه تزئینی
   --------------------------------------------------------------- */
.shop-blob{
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: .55;
  filter: saturate(1.1);
  user-select: none;
}
.shop-blob--hero{
  top: -180px;
  inset-inline-end: -220px;
  width: 900px;
  max-width: none;
  opacity: .5;
  transform: rotate(-8deg);
}
.shop-blob--order{
  bottom: -160px;
  inset-inline-start: -260px;
  width: 760px;
  max-width: none;
  opacity: .38;
}
@media (max-width: 900px){
  .shop-blob--hero{ width: 620px; top: -120px; inset-inline-end: -260px; }
  .shop-blob--order{ width: 520px; }
}

/* ---------------------------------------------------------------
   هیرو فروشگاه
   --------------------------------------------------------------- */
.shop-hero{
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 46px 0 70px;
}
@media (max-width: 960px){
  .shop-hero{ grid-template-columns: 1fr; padding: 20px 0 44px; text-align: center; }
  .shop-hero-visual{ order: -1; }
}

.shop-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  background: rgba(91,227,255,.08);
  border: 1px solid rgba(91,227,255,.25);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
.shop-eyebrow::before{
  content:'';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}

.shop-hero h1{
  font-size: 40px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.3px;
  margin: 0 0 18px;
}
@media (max-width: 960px){ .shop-hero h1{ font-size: 30px; } }
.shop-hero h1 em{
  font-style: normal;
  background: linear-gradient(90deg, var(--blue-bright), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shop-hero-lead{
  font-size: 16.5px;
  line-height: 2;
  color: var(--text-mid);
  max-width: 480px;
  margin: 0 0 28px;
}
@media (max-width: 960px){ .shop-hero-lead{ margin-inline: auto; } }

.shop-price-row{
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
@media (max-width: 960px){ .shop-price-row{ justify-content: center; } }
.shop-price{
  font-size: 32px;
  font-weight: 800;
  color: #ffcb87;
}
.shop-price-was{
  font-size: 16px;
  color: var(--text-dim);
  text-decoration: line-through;
}
.shop-price-unit{
  font-size: 14px;
  color: var(--text-dim);
}
.shop-price-note{
  font-size: 13px;
  color: var(--text-dim);
  margin: 0 0 26px;
}

.shop-cta-row{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
@media (max-width: 960px){ .shop-cta-row{ justify-content: center; } }

.shop-btn{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 26px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: transform .2s, box-shadow .2s, filter .2s;
}
.shop-btn-main{
  background: linear-gradient(135deg, var(--blue-mid), #1747b8);
  color: #f3f8ff;
  box-shadow: 0 10px 30px rgba(47,111,237,.45);
  border: 1px solid rgba(255,255,255,.12);
}
.shop-btn-main:hover{ transform: translateY(-2px); box-shadow: 0 14px 36px rgba(47,111,237,.6); }
.shop-btn-alt{
  background: rgba(255,255,255,.03);
  color: var(--text-hi);
  border: 1px solid var(--line);
}
.shop-btn-alt:hover{ border-color: var(--blue-bright); transform: translateY(-2px); }

.shop-trust-row{
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  color: var(--text-dim);
  font-size: 13px;
}
@media (max-width: 960px){ .shop-trust-row{ justify-content: center; } }
.shop-trust-row span{ display: inline-flex; align-items: center; gap: 6px; }
.shop-trust-row svg{ width: 15px; height: 15px; stroke: var(--cyan); flex-shrink: 0; }

/* ---- ویژوال محصول: استک عکس‌های شبیه‌سازی‌شده ---- */
.shop-hero-visual{ position: relative; height: 480px; }
@media (max-width: 960px){ .shop-hero-visual{ height: 340px; margin-bottom: 10px; } }
@media (max-width: 480px){ .shop-hero-visual{ height: 300px; } }

.shop-visual-aura{
  position: absolute;
  inset: 0;
  margin: auto;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,111,237,.35), rgba(47,111,237,0) 70%);
  filter: blur(10px);
  animation: shopAuraPulse 5s ease-in-out infinite;
}
@keyframes shopAuraPulse{ 0%,100%{opacity:.7;transform:scale(1);} 50%{opacity:1;transform:scale(1.06);} }

.shop-stack{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-card{
  position: absolute;
  width: 220px;
  height: 280px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.55);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 14px;
}
@media (max-width: 480px){ .shop-card{ width: 168px; height: 214px; } }

.shop-card--1{
  background: linear-gradient(155deg,#0f2547,#0a1a33);
  transform: rotate(-10deg) translate(-108px, 14px);
  z-index: 1;
}
.shop-card--2{
  background: linear-gradient(155deg,#123064,#0c1f4a);
  transform: rotate(6deg) translate(96px, -6px);
  z-index: 2;
}
.shop-card--3{
  background: linear-gradient(150deg, var(--blue-mid), #1b4fc0);
  transform: rotate(-2deg);
  z-index: 3;
  box-shadow: 0 34px 70px -18px rgba(47,111,237,.55);
}
.shop-card-glow{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(91,227,255,.35), transparent 55%),
    radial-gradient(circle at 75% 70%, rgba(255,255,255,.12), transparent 45%);
}
.shop-card-tag{
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(6,12,24,.42);
  border: 1px solid rgba(255,255,255,.2);
  padding: 5px 10px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.shop-card--3 svg{
  position: absolute;
  top: 14px; inset-inline-end: 14px;
  width: 22px; height: 22px;
  stroke: #fff;
  opacity: .9;
}

.shop-badge-floating{
  position: absolute;
  top: 8%;
  inset-inline-start: 2%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(6,12,24,.6);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  padding: 9px 14px;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text-hi);
  animation: shopFloat 4.5s ease-in-out infinite;
  z-index: 4;
}
.shop-badge-floating svg{ width: 16px; height: 16px; stroke: var(--cyan); }
@keyframes shopFloat{ 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }

@media (prefers-reduced-motion: reduce){
  .shop-visual-aura, .shop-badge-floating{ animation: none !important; }
}

/* ---------------------------------------------------------------
   بخش‌های عمومی
   --------------------------------------------------------------- */
.shop-section{ padding: 56px 0; position: relative; }
.shop-section-head{ max-width: 620px; margin: 0 0 36px; }
.shop-section-head.is-center{ margin-inline: auto; text-align: center; }
.shop-kicker{
  color: var(--cyan);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
}
.shop-section-head h2{
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -.2px;
}
.shop-section-head p{
  color: var(--text-mid);
  font-size: 15.5px;
  line-height: 1.9;
  margin: 0;
}

.shop-divider{
  height: 1px;
  background: var(--line);
  border: none;
  margin: 0;
}

/* ---- دسته‌های محتوای پکیج ---- */
.shop-cat-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 860px){ .shop-cat-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .shop-cat-grid{ grid-template-columns: 1fr; } }

.shop-cat-card{
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  transition: border-color .25s ease, transform .25s ease;
}
.shop-cat-card:hover{ border-color: rgba(79,168,255,.45); transform: translateY(-3px); }
.shop-cat-icon{
  width: 42px; height: 42px;
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, rgba(47,111,237,.25), rgba(91,227,255,.1));
  border: 1px solid rgba(95,150,230,.35);
  margin-bottom: 14px;
}
.shop-cat-icon svg{ width: 20px; height: 20px; stroke: var(--cyan); }
.shop-cat-card h3{ font-size: 15.5px; font-weight: 700; margin: 0 0 6px; }
.shop-cat-card p{ font-size: 13.5px; color: var(--text-dim); line-height: 1.8; margin: 0; }

/* ---- مراحل استفاده ---- */
.shop-steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 760px){ .shop-steps{ grid-template-columns: 1fr; } }
.shop-step{ position: relative; padding-inline-start: 2px; }
.shop-step-num{
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 34px; height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue-mid), var(--cyan));
  color: #04101f;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 14px;
}
.shop-step h3{ font-size: 16px; font-weight: 700; margin: 0 0 8px; }
.shop-step p{ font-size: 14px; color: var(--text-mid); line-height: 1.85; margin: 0; }

/* ---------------------------------------------------------------
   بخش خرید / سفارش
   --------------------------------------------------------------- */
.shop-order{
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}
@media (max-width: 900px){ .shop-order{ grid-template-columns: 1fr; } }

.shop-order-summary,
.shop-order-form{
  background: rgba(255,255,255,.035);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px;
}

.shop-order-summary h3{ font-size: 15px; color: var(--text-dim); font-weight: 600; margin: 0 0 6px; }
.shop-order-summary .shop-order-product{ font-size: 19px; font-weight: 700; margin: 0 0 18px; }
.shop-order-list{ list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.shop-order-list li{
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--text-mid);
}
.shop-order-list svg{ width: 16px; height: 16px; stroke: var(--cyan); flex-shrink: 0; }
.shop-order-total{
  display: flex; align-items: baseline; justify-content: space-between;
  padding-top: 18px; border-top: 1px solid var(--line);
}
.shop-order-total span:first-child{ font-size: 14px; color: var(--text-dim); }
.shop-order-total span:last-child{ font-size: 22px; font-weight: 800; color: #ffcb87; }

.shop-order-form h3{ font-size: 19px; font-weight: 700; margin: 0 0 6px; }
.shop-order-form > p{ font-size: 13.5px; color: var(--text-dim); margin: 0 0 22px; }
.shop-order-form input{
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 13px 15px;
  color: var(--text-hi);
  font-family: inherit;
  font-size: 14.5px;
  margin-bottom: 14px;
  transition: border-color .2s ease;
}
.shop-order-form input:focus{ outline: none; border-color: var(--blue-bright); }
.shop-order-form input::placeholder{ color: var(--text-dim); }
.shop-order-form button{
  width: 100%;
  margin-top: 4px;
}
.shop-order-note{
  font-size: 12.5px;
  color: var(--text-dim);
  margin: 14px 0 0;
  line-height: 1.8;
}

/* ---------------------------------------------------------------
   سوالات متداول
   --------------------------------------------------------------- */
.shop-faq{ display: flex; flex-direction: column; gap: 12px; max-width: 760px; }
.shop-faq-item{
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.shop-faq-q{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: none;
  color: var(--text-hi);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: start;
  padding: 18px 20px;
  cursor: pointer;
}
.shop-faq-q svg{
  width: 18px; height: 18px;
  stroke: var(--cyan);
  flex-shrink: 0;
  transition: transform .25s ease;
}
.shop-faq-item[data-open="true"] .shop-faq-q svg{ transform: rotate(180deg); }
.shop-faq-a{
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.shop-faq-a p{
  margin: 0;
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-mid);
}

/* ---------------------------------------------------------------
   نشان سبد خرید در هدر
   --------------------------------------------------------------- */
.icon-btn.shop-cart-btn{ position: relative; }
.shop-cart-badge{
  position: absolute;
  top: -6px;
  inset-inline-end: -6px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--blue-bright));
  color: #04101f;
  font-size: 10.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------------------------------------
   نوار تاییدیه شناور (toast)
   --------------------------------------------------------------- */
.shop-toast{
  position: fixed;
  bottom: 26px;
  right: 50%;
  translate: 50% 0;
  background: var(--text-hi);
  color: var(--bg-0);
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) translateX(50%);
  transition: opacity .25s ease, transform .25s ease;
  z-index: 400;
}
.shop-toast.show{ opacity: 1; transform: translateY(0) translateX(50%); }

/* ---------------------------------------------------------------
   کارت "به‌زودی" برای محصولات بعدی
   --------------------------------------------------------------- */
.shop-soon-row{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 18px 22px;
  border: 1px dashed var(--line);
  border-radius: 16px;
  color: var(--text-dim);
  font-size: 13.5px;
}
.shop-soon-row svg{ width: 20px; height: 20px; stroke: var(--text-dim); flex-shrink: 0; }
