/* =========================
   WordPress Host - Light UI
   Classes: wph-*
   CLEANED + COMPLETED
   ========================= */

/* --------- Theme Tokens --------- */
:root{
  --wph-bg: #f6f7fb;
  --wph-surface: #ffffff;
  --wph-surface2: #fbfcff;
  --wph-border: rgba(15,23,42,.10);
  --wph-border2: rgba(15,23,42,.14);

  --wph-text: #0f172a;
  --wph-muted: rgba(15,23,42,.68);
  --wph-muted2: rgba(15,23,42,.55);

  --wph-blue: #2563eb;
  --wph-blue-weak: rgba(37,99,235,.10);
  --wph-green: #16a34a;
  --wph-green1:#00ff5e71a;

  --wph-radius: 18px;
  --wph-radius2: 22px;
  --wph-shadow: 0 10px 28px rgba(15,23,42,.10);
  --wph-shadow2: 0 16px 40px rgba(15,23,42,.14);

  --wph-focus: 0 0 0 4px rgba(37,99,235,.18);
}

*{
  font-family: 'Peyda', sans-serif;
}
.wph-root{
  direction: rtl;
  background: var(--wph-bg);
  color: var(--wph-text);
  padding-bottom: 28px;
}

.wph-container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

/* --------- Typography / Head --------- */
.wph-secHead{ margin:0 0 14px; }
.wph-secHead h2{
  margin:0 0 8px;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.2px;
}
.wph-secHead p{
  margin:0;
  color: var(--wph-muted);
  line-height: 1.9;
  font-size: 14px;
}
.wph-secHead--row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}

/* --------- Buttons --------- */
.wph-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--wph-border2);
  text-decoration:none;
  font-weight: 900;
  font-size: 14px;
  background: var(--wph-surface);
  color: var(--wph-text);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  user-select:none;
}
.wph-btn:hover{
  transform: translateY(-1px);
  box-shadow: var(--wph-shadow);
}
.wph-btn:focus{ outline:none; box-shadow: var(--wph-shadow), var(--wph-focus); }

.wph-btn--primary{
  background: var(--wph-blue);
  border-color: rgba(37,99,235,.45);
  color: #fff;
}
.wph-btn--primary:hover{
  box-shadow: 0 14px 34px rgba(37,99,235,.22);
}
.wph-btn--ghost{
  background: rgba(255,255,255,.75);
}

/* --------- HERO --------- */
.wph-hero{
  padding: 28px 0 18px;
  background:
    radial-gradient(900px 460px at 85% -10%, rgba(37,99,235,.16), transparent 60%),
    radial-gradient(760px 420px at 10% 10%, rgba(22,163,74,.12), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  border-bottom: 1px solid var(--wph-border);
}
.wph-hero__grid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 18px;
  align-items:center;
}
.wph-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--wph-border);
  background: rgba(255,255,255,.75);
  font-weight: 900;
  font-size: 12.5px;
  color: var(--wph-text);
}
.wph-hero__title{
  margin: 12px 0 10px;
  font-size: 34px;
  font-weight: 1000;
  line-height: 1.35;
}
.wph-hero__lead{
  margin: 0;
  color: var(--wph-muted);
  line-height: 2;
  font-size: 15px;
  max-width: 740px;
}
.wph-hero__cta{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}
.wph-badges{
  margin-top: 12px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}
.wph-badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--wph-border);
  font-size: 12.5px;
  font-weight: 900;
  color: var(--wph-text);
}
/* Hero card as background image (like new-info) */
.wph-heroBg{
  background: url(../images/host-wp.jpg);
  background-size: cover;
  background-position: top;
  border-radius: 18px;
  border: 1px solid #e6eeff;
  box-shadow: 0 18px 36px rgba(8, 32, 140, 0.07);
  width: 450px;
  height: 630px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* اگر روی دسکتاپ خیلی بزرگ/کوچیک شد */
@media (max-width: 1100px){
  .wph-heroBg{
    width: 100%;
    max-width: 520px;
    height: 520px;
    margin: 0 auto;
  }
}
@media (max-width: 640px){
  .wph-heroBg{
    height: 420px;
  }
}

/* hover اختیاری (اگر نمی‌خوای، حذفش کن) */
.wph-heroBg:hover{
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(8, 32, 140, 0.15);
}

/* Overlay پایین برای متن/جلوه */
.wph-heroOverlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg,
    rgba(0, 51, 153, 0.90) 0%,
    rgba(0, 51, 153, 0.70) 30%,
    rgba(0, 51, 153, 0.30) 70%,
    transparent 100%);
  padding: 30px 25px;
  border-radius: 0 0 18px 18px;
  transition: all 0.4s ease;
  color: #fff;
}

.wph-heroBg:hover .wph-heroOverlay{
  background: linear-gradient(0deg,
    rgba(0, 51, 153, 0.95) 0%,
    rgba(0, 51, 153, 0.80) 30%,
    rgba(0, 51, 153, 0.40) 70%,
    transparent 100%);
  padding: 35px 25px;
}

.wph-heroOverlay strong{
  display:block;
  font-weight: 1000;
  font-size: 16px;
  margin-bottom: 6px;
}
.wph-heroOverlay span{
  display:block;
  font-size: 13px;
  opacity: .95;
  line-height: 1.7;
  font-weight: 800;
}

/* --------- Location section --------- */
/* ===== Location Tabs (clean pill group) ===== */
.wph-tabs{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(37,99,235,.06);
  border: 1px solid rgba(37,99,235,.14);
  box-shadow: 0 12px 34px rgba(15,23,42,.06);
}

.wph-tab{
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;

  display:flex;
  align-items:center;
  gap: 10px;

  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 13px;
  color: rgba(15,23,42,.78);

  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

.wph-tab__flag{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 6px 16px rgba(15,23,42,.10);
}

.wph-tab:hover{
  background: rgba(15,23,42,.04);
  color: rgba(15,23,42,.95);
}

.wph-tab.is-active{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 14px 34px rgba(37,99,235,.22);
}

.wph-tab.is-active .wph-tab__flag{
  border-color: rgba(255,255,255,.55);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

.wph-tab:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(37,99,235,.18);
}

/* موبایل: تمام عرض و مساوی */
@media (max-width: 640px){
  .wph-tabs{
    width: 100%;
    display:flex;
  }
  .wph-tab{
    flex: 1 1 0;
    justify-content:center;
  }
}

 
/* ✅ اضافه: پرچم داخل تب */
.wph-tab__flag{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--wph-border);
}

.wph-panel{ display:none; }
.wph-panel.is-active{ display:block; }

.wph-locGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.wph-infoCard{
  background: var(--wph-surface);
  border: 1px solid var(--wph-border);
  border-radius: var(--wph-radius);
  padding: 14px;
  box-shadow: var(--wph-shadow);
}
.wph-infoCard h3{
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 1000;
  display:flex;
  align-items:center;
  gap: 10px;
}
.wph-infoCard p{
  margin:0;
  color: var(--wph-muted);
  line-height: 1.9;
  font-size: 13.5px;
}
.wph-locCta{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: var(--wph-radius);
  border: 1px solid var(--wph-border);
  background: var(--wph-surface2);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  flex-wrap:wrap;
}
.wph-locCta__text{
  color: var(--wph-muted);
  font-size: 13.5px;
  line-height: 1.8;
}

/* --------- Plans --------- */
/* ===== Payment Tabs (Glass bar + separators) ===== */
.wph-pay{
  display:flex;
  align-items:center;
  gap: 0;                 /* جداکننده‌ها خودشون فاصله می‌دن */
  padding: 8px;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: fit-content;
}

.wph-pay__btn{
  border: 0;
  background: transparent;
  color: rgba(15,23,42,.75);
  font-weight: 950;
  padding: 10px 16px;
  border-radius: 14px;
  cursor:pointer;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
  position: relative;
  white-space: nowrap;
}

/* جداکننده بین تب‌ها */
.wph-pay__btn + .wph-pay__btn::before{
  content:"";
  position:absolute;
  right: -4px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(15,23,42,.10);
}

/* hover ساده */
.wph-pay__btn:hover{
  background: rgba(15,23,42,.04);
  color: rgba(15,23,42,.92);
  transform: none;
}

/* active: چیپ برجسته */
.wph-pay__btn.is-active{
  background: #fff;
  color: #0f172a;
  box-shadow: 0 12px 26px rgba(37,99,235,.16);
  border: 1px solid rgba(37,99,235,.22);
}

/* وقتی active هست، جداکننده چسبیده بهش قشنگ‌تر بشه */
.wph-pay__btn.is-active::before{ opacity: 0; }

/* focus */
.wph-pay__btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(37,99,235,.18);
}

/* موبایل: تمام عرض و تب‌ها مساوی */
@media (max-width: 640px){
  .wph-pay{ width: 100%; }
  .wph-pay__btn{ flex: 1 1 0; text-align:center; }
}
.wph-plans{
  padding: 22px 0 10px;
}
.wph-pay{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}
.wph-pay__btn{
  padding: 9px 12px;
  border-radius: 14px;
  border: 1px solid var(--wph-border2);
  background: var(--wph-surface);
  color: var(--wph-text);
  font-weight: 950;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.wph-pay__btn:hover{
  /* transform: translateY(-1px); */
  box-shadow: var(--wph-shadow);
}
.wph-pay__btn.is-active{
  border-color: rgba(37,99,235,.45);
  background: rgba(37,99,235,.06);
  box-shadow: var(--wph-shadow), var(--wph-focus);
}

.wph-planGrid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}

.wph-plan{
  background: var(--wph-surface);
  border: 1px solid var(--wph-border);
  border-radius: 22px;
  overflow:hidden;
  box-shadow: var(--wph-shadow);
  display:flex;
  flex-direction:column;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.wph-plan:hover{
  /* transform: translateY(-2px); */
  /* box-shadow: var(--wph-shadow2); */
  border-color: rgba(15,23,42,.16);
}

/* ✅ اضافه: حالت به‌زودی */
.wph-plan.is-soon{
  opacity: .9;
}
.wph-plan.is-soon .wph-btn--primary{
  pointer-events:none;
  opacity:.65;
  filter: grayscale(.1);
}

.wph-plan__head{
  padding: 14px 14px 10px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 10px;
}
.wph-plan__title h3{
  margin:0;
  font-size: 16px;
  font-weight: 1100;
}
.wph-plan__title p{
  margin:6px 0 0;
  color: var(--wph-muted2);
  font-size: 12.5px;
  line-height: 1.7;
}

/* ✅ اضافه: meta (پرچم + cPanel) اگر تو HTML/JS گذاشتی */
.wph-plan__meta{
  margin-top: 10px;
  display:flex;
  gap: 8px;
  flex-wrap:wrap;
}
.wph-metaItem{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--wph-border);
  background: rgba(15,23,42,.03);
  font-size: 12px;
  font-weight: 900;
  color: rgba(15,23,42,.75);
}
.wph-metaItem img{
  width: 18px;
  height: 18px;
  border-radius: 6px;
  object-fit: contain;
}

.wph-plan__tag{
  background:#33fc197e;  ;
  color: #151516;
  border: 1px solid rgba(37,99,235,.20);
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  white-space:nowrap;
}

/* --------- Price (همون ساختار فعلی تو: priceRow) --------- */
.wph-plan__price{
  padding: 12px 14px 10px;
  border-top: 1px solid rgba(15,23,42,.06);
  border-bottom: 1px solid rgba(15,23,42,.06);
  background: linear-gradient(180deg, rgba(37,99,235,.06), rgba(37,99,235,.02));
}
.wph-priceRow{
  display:flex;
  align-items:baseline;
  gap: 10px;
  flex-wrap:wrap;
}
.wph-priceOld{
  text-decoration: line-through;
  color: rgba(15,23,42,.40);
  font-weight: 950;
  font-size: 13px;
}
.wph-priceNow{
  font-size: 18px;
  font-weight: 1200;
  color: var(--wph-text);
}
.wph-priceNow small{
  font-size: 12px;
  color: var(--wph-muted2);
  font-weight: 950;
}
.wph-pricePeriod{
  margin-top: 6px;
  color: var(--wph-muted2);
  font-size: 12.5px;
  font-weight: 850;
}
.wph-priceOff{
  margin-top: 6px;
  font-size: 12px;
  font-weight: 950;
  color: #1d4ed8;
}

/* --------- Features --------- */
.wph-plan__features{
  list-style:none;
  padding: 12px 14px;
  margin: 0;
  display:flex;
  flex-direction:column;
  gap: 9px;
}
.wph-plan__features li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 200;
  color: rgba(15,23,42,.76);
  line-height: 1.7;
}
.wph-plan__features i{
  margin-top: 2px;
  color: var(--wph-green);
}

.wph-plan__cta{
  padding: 12px 14px 14px;
  margin-top:auto;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

/* --------- Info note --------- */
.wph-note{
  /* margin-top: 12px; */
  padding: 12px 14px;
  border-radius: var(--wph-radius);
  border: 1px dashed rgba(15,23,42,.16);
  background: #ffffff;
  color: #03b748;

  display:flex;
  gap: 10px;
  align-items: center;      /* 👈 عمودی وسط */
  justify-content: center;  /* 👈 افقی وسط */
  text-align: center;       /* 👈 متن وسط */
  line-height: 1.9;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
/* --------- Why --------- */
.wph-why{
  padding: 22px 0 10px;
}
.wph-whyGrid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.wph-whyCard{
  background: var(--wph-surface);
  border: 1px solid var(--wph-border);
  border-radius: var(--wph-radius);
  padding: 14px;
  box-shadow: var(--wph-shadow);
}
.wph-whyCard h3{
  margin:0 0 8px;
  font-size: 15px;
  font-weight: 1000;
  display:flex;
  align-items:center;
  gap: 10px;
}
.wph-whyCard p{
  margin:0;
  color: var(--wph-muted);
  line-height: 1.9;
  font-size: 13.5px;
}

/* --------- FAQ --------- */
.wph-faq{
  padding: 22px 0 10px;
}
.wph-q{
  border: 1px solid var(--wph-border);
  background: var(--wph-surface);
  border-radius: var(--wph-radius);
  overflow:hidden;
  margin-bottom: 10px;
  box-shadow: var(--wph-shadow);
}
.wph-q__title{
  width:100%;
  text-align:right;
  cursor:pointer;
  padding: 14px 14px;
  background: transparent;
  border: none;
  color: var(--wph-text);
  font-weight: 1000;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.wph-q__title i{
  transition: transform .18s ease;
  opacity:.9;
}
.wph-q__body{
  padding: 0 14px;
  overflow:hidden;
  max-height: 0;
  transition: max-height .22s ease;
}
.wph-q__body p{
  margin: 0;
  padding: 0 0 14px;
  color: var(--wph-muted);
  line-height: 1.9;
  font-size: 13.5px;
}
.wph-q.is-open .wph-q__title i{ transform: rotate(-90deg); }


/* FAQ wrapper with different background */
.wph-faqWrap{
  padding: 26px 0 18px;
  background:
    radial-gradient(700px 260px at 85% 0%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(700px 260px at 15% 20%, rgba(22,163,74,.08), transparent 60%),
    #f3f6ff;
  border-top: 1px solid rgba(15,23,42,.08);
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.wph-faqHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
  margin-bottom: 12px;
}

.wph-faqBadges{
  display:flex;
  gap: 8px;
  flex-wrap:wrap;
}

.wph-faqBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.75);
  font-size: 12px;
  font-weight: 900;
  color: rgba(15,23,42,.72);
}

.wph-faqActions{
  margin-top: 12px;
  display:flex;
  justify-content:center;
}

/* --------- Final CTA --------- */
.wph-final{
  padding: 18px 0 26px;
}
.wph-final__box{
  border-radius: 22px;
  border: 1px solid var(--wph-border);
  background:
    radial-gradient(520px 240px at 90% -10%, rgba(37,99,235,.14), transparent 55%),
    radial-gradient(520px 240px at 10% 0%, rgba(22,163,74,.10), transparent 55%),
    #ffffff;
  box-shadow: var(--wph-shadow2);
  padding: 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}
.wph-final__box h3{
  margin:0 0 6px;
  font-size: 16px;
  font-weight: 1100;
}
.wph-final__box p{
  margin:0;
  color: var(--wph-muted);
  line-height: 1.9;
  font-size: 13.5px;
}
.wph-final__cta{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

/* --------- Responsive --------- */
@media (max-width: 1000px){
  .wph-hero__grid{ grid-template-columns: 1fr; }
  .wph-hero__media{ order: -1; }
  .wph-planGrid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .wph-hero__title{ font-size: 28px; }
  .wph-locGrid{ grid-template-columns: 1fr; }
  .wph-whyGrid{ grid-template-columns: 1fr; }
  .wph-planGrid{ grid-template-columns: 1fr; }
}

/* =====================================================
   ✅ More details (details/summary) — keep, but improved
   ===================================================== */
/* More details (for wph-more system) */
.wph-more{
  margin: 10px 14px 14px;
  border: 1px solid var(--wph-border);
  border-radius: 16px;
  background: var(--wph-surface);
  overflow: hidden;
}
.wph-moreBtn{
  width:100%;
  border:0;
  background:
    radial-gradient(420px 140px at 90% 0%, rgba(37,99,235,.10), transparent 60%),
    #fff;
  padding: 12px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight: 950;
  font-size: 13px;
  color: var(--wph-text);
}
.wph-moreBtn i{ transition: transform .18s ease; opacity:.8; }
.wph-moreBtn.is-open i{ transform: rotate(180deg); opacity:1; }

.wph-moreBody{
  border-top: 1px solid rgba(15,23,42,.08);
  background: var(--wph-surface2);
  padding: 12px;
}
.wph-moreList{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.wph-moreList li{
  padding: 10px 10px;
  border: 1px solid rgba(15,23,42,.08);
  background:#fff;
  border-radius: 14px;
  color: rgba(15,23,42,.78);
  font-size: 12.5px;
  line-height: 1.7;
  position: relative;
  padding-right: 34px;
}
.wph-moreList li::before{
  content:"\f00c";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  right: 12px;
  top: 10px;
  font-size: 12px;
  color: rgba(22,163,74,.95);
}
@media (max-width: 640px){
  .wph-moreList{ grid-template-columns: 1fr; }
}

/* حالت استاندارد: کارت‌ها کش نیان، ولی CTA پایین خودش بماند */
.wph-planGrid{ align-items: start; }
.wph-plan{ align-self: start; }
.wph-plan__cta{ margin-top: auto; }  /* می‌تونه بماند */



/* =========================
   Reviews (wph-reviews)
   ========================= */
.wph-reviews{
  padding: 22px 0 10px;
}

.wph-reviews__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}

.wph-reviews__trust{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

.wph-reviews__pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--wph-border);
  background: rgba(15,23,42,.03);
  font-size: 12px;
  font-weight: 900;
  color: rgba(15,23,42,.78);
}

.wph-reviews__grid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.wph-review{
  background: var(--wph-surface);
  border: 1px solid var(--wph-border);
  border-radius: var(--wph-radius2);
  box-shadow: var(--wph-shadow);
  padding: 14px;
}

.wph-review__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}

.wph-review__avatar{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid var(--wph-border);
  background: rgba(37,99,235,.08);
  color: #1d4ed8;
  flex: 0 0 auto;
}

.wph-review__who{
  display:flex;
  flex-direction:column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}
.wph-review__who strong{
  font-weight: 1000;
  color: var(--wph-text);
  font-size: 13.5px;
}
.wph-review__who span{
  color: var(--wph-muted2);
  font-size: 12px;
  font-weight: 850;
}

.wph-review__rate{
  display:flex;
  gap: 3px;
  color: #f59e0b; /* amber-500 */
  flex: 0 0 auto;
}

.wph-review__text{
  margin: 12px 0 0;
  color: rgba(15,23,42,.78);
  font-size: 13px;
  line-height: 1.9;
  font-weight: 800;
}

.wph-review__meta{
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(15,23,42,.12);
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  color: rgba(15,23,42,.62);
  font-size: 12px;
  font-weight: 850;
}
.wph-review__meta i{
  margin-left: 6px;
  color: rgba(15,23,42,.55);
}

.wph-reviews__cta{
  margin-top: 14px;
  background: var(--wph-surface);
  border: 1px dashed rgba(15,23,42,.16);
  border-radius: var(--wph-radius2);
  box-shadow: var(--wph-shadow);
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}
.wph-reviews__ctaText strong{
  display:block;
  font-weight: 1000;
  color: var(--wph-text);
  margin-bottom: 4px;
}
.wph-reviews__ctaText span{
  display:block;
  color: var(--wph-muted);
  font-size: 13px;
  line-height: 1.9;
  font-weight: 800;
}
.wph-reviews__ctaBtns{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

/* responsive */
@media (max-width: 900px){
  .wph-reviews__grid{ grid-template-columns: 1fr; }
}

/* قبلی: 2 ستون */
.wph-reviews__grid{
  grid-template-columns: repeat(2, minmax(0,1fr));
}

/* جدید: 3 ستون روی دسکتاپ */
@media (min-width: 1100px){
  .wph-reviews__grid{
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

/* روی موبایل همچنان 1 ستون */
@media (max-width: 900px){
  .wph-reviews__grid{ grid-template-columns: 1fr; }
}

.wph-priceNowNum{

  font-size: 30px;
  font-weight: 900;
 color: var(--wph-green);
}

.wph-feat-sub{
  color: rgba(15,23,42,.70);
}
.wph-feat-sub i{
  color: rgba(37,99,235,.95); /* آبی ملایم برای زیرساخت */
}


/* ===== Anti-hover overrides (WordPress Host only) ===== */
.wph-root .wph-plan,
.wph-root .wph-plan *{
  transform: none !important;
  animation: none !important;
}

.wph-root .wph-plan:hover{
  transform: none !important;
  box-shadow: var(--wph-shadow) !important;
  border-color: var(--wph-border) !important;
}

/* اگر لینک/دکمه‌ها رنگ یا افکت اضافی می‌گیرن */
.wph-root .wph-btn:hover{
  transform: none !important;
  box-shadow: none !important;
}

.wph-plan__features i{
  margin-top: 2px;
  color:  rgba(37,99,235,.95);
}





/* ===== Disable ALL hover effects in WordPress Host page ===== */
.wph-root *:hover{
  transform: none !important;
  filter: none !important;
  animation: none !important;
  
}

.wph-root a:hover,
.wph-root button:hover{
  box-shadow: none !important;
  text-decoration: none !important;
}

/* =========================
   Premium Offer (Coupon)
   ========================= */
.wph-offer{
  margin: 18px 0 18px;
}

.wph-offer__inner{
  border-radius: 26px;
  border: 1px solid rgba(15,23,42,.10);
  background:
    radial-gradient(900px 420px at 85% 15%, rgba(37,99,235,.16), transparent 60%),
    radial-gradient(900px 420px at 15% 85%, rgba(34,197,94,.10), transparent 62%),
    rgba(255,255,255,.72);
  box-shadow: 0 24px 80px rgba(15,23,42,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 18px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  align-items: center;
}

@media (max-width: 900px){
  .wph-offer__inner{ grid-template-columns: 1fr; }
}

.wph-offer__chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(15,23,42,.10);
  font-weight: 950;
  color: rgba(15,23,42,.78);
}

.wph-offer__dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.14);
}

.wph-offer__title{
  margin: 12px 0 6px;
  font-size: 22px;
  font-weight: 1100;
  color: #0f172a;
  letter-spacing: -.2px;
  display:flex;
  align-items:baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.wph-offer__pct{
  font-size: 55px;
  font-weight: 1200;
  color: #04b15d;
  letter-spacing: -.6px;
}

.wph-offer__muted{
  font-size: 14px;
  font-weight: 900;
  color: rgba(15,23,42,.62);
}

.wph-offer__desc{
  margin: 0 0 12px;
  color: rgba(15,23,42,.70);
  font-size: 13.5px;
  line-height: 1.9;
  font-weight: 850;
  max-width: 640px;
}

/* Segmented control (real, premium) */
.wph-offer__seg{
  display:inline-flex;
  padding: 6px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 16px 46px rgba(15,23,42,.08);
  gap: 6px;
}

.wph-offer__segBtn{
  border: 0;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 14px;
  background: transparent;
  font-weight: 1000;
  color: rgba(15,23,42,.72);
  display:flex;
  align-items:center;
  gap: 8px;
  transition: background .12s ease, color .12s ease, box-shadow .12s ease;
  white-space: nowrap;
  font-family: 'Peyda', sans-serif;
}

.wph-offer__segBtn b{
  font-weight: 1200;
  color: rgba(15,23,42,.85);
}

.wph-offer__segBtn.is-active{
  background: #2563eb;
  color:#fff;
  box-shadow: 0 14px 34px rgba(37,99,235,.22);
}

.wph-offer__segBtn.is-active b{ color:#fff; }

.wph-offer__segBtn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(37,99,235,.18);
}

/* Right code area */
.wph-offer__codeBox{
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 55px rgba(15,23,42,.08);
  padding: 14px;
}

.wph-offer__codeLabel{
  display:block;
  font-size: 12px;
  font-weight: 900;
  color: rgba(15,23,42,.55);
  margin-bottom: 8px;
}

.wph-offer__code{
  display:block;
  text-align:center;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px dashed rgba(37,99,235,.34);
  background: rgba(37,99,235,.06);
  font-weight: 1200;
  font-size: 18px;
  letter-spacing: .22em;
  color:#0f172a;
  text-transform: uppercase;
  user-select: all;
}

.wph-offer__copy{
  margin-top: 10px;
  width: 100%;
  border: 0;
  cursor:pointer;
  border-radius: 18px;
  padding: 12px 14px;
  font-weight: 1100;
  color:#fff;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 18px 55px rgba(34,197,94,.20);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
}

.wph-offer__note{
  margin-top: 10px;
  text-align:center;
  font-size: 12.5px;
  font-weight: 850;
  color: rgba(15,23,42,.62);
}

.wph-offer__toast{
  margin-top: 10px;
  text-align:center;
  background: rgba(15,23,42,.92);
  color:#fff;
  padding: 10px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 18px 55px rgba(15,23,42,.18);
} 


/* =========================
   Skeleton Loading Effect
   ========================= */
.skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.skeleton-card {
  background: var(--wph-surface);
  border: 1px solid var(--wph-border);
  border-radius: 22px;
  overflow: hidden;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
}

@keyframes skeleton-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.skeleton-card__head {
  padding: 14px;
  border-bottom: 1px solid var(--wph-border);
}

.skeleton-line {
  height: 16px;
  background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 8px;
  margin-bottom: 12px;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.skeleton-line-sm {
  width: 60%;
  height: 12px;
}

.skeleton-line-md {
  width: 80%;
  height: 14px;
}

.skeleton-line-lg {
  width: 100%;
  height: 40px;
}

.skeleton-price {
  padding: 12px 14px;
  border-top: 1px solid var(--wph-border);
  border-bottom: 1px solid var(--wph-border);
}

.skeleton-features {
  padding: 12px 14px;
}

.skeleton-feature-item {
  height: 14px;
  background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 6px;
  margin-bottom: 10px;
}

.skeleton-cta {
  padding: 12px 14px;
  margin-top: auto;
}

/* List view styles */
.wph-planList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wph-planListItem {
  background: var(--wph-surface);
  border: 1px solid var(--wph-border);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wph-planListItem__info {
  flex: 2;
  min-width: 200px;
}

.wph-planListItem__title {
  font-weight: 1000;
  font-size: 18px;
  margin-bottom: 6px;
}

.wph-planListItem__subtitle {
  color: var(--wph-muted);
  font-size: 13px;
}

.wph-planListItem__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  color: var(--wph-muted2);
  font-size: 12px;
}

.wph-planListItem__price {
  text-align: center;
  min-width: 140px;
}

.wph-planListItem__priceNow {
  font-size: 24px;
  font-weight: 900;
  color: var(--wph-green);
}

.wph-planListItem__priceOld {
  text-decoration: line-through;
  color: var(--wph-muted2);
  font-size: 13px;
  margin-right: 8px;
}

.wph-planListItem__cta {
  min-width: 120px;
}

.wph-planListItem__badge {
  background: #33fc197e;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

/* View toggle button */
.wph-viewToggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--wph-surface);
  border: 1px solid var(--wph-border2);
  border-radius: 14px;
  padding: 5px;
}

.wph-viewToggle__btn {
  border: none;
  background: transparent;
  padding: 8px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 900;
  font-size: 13px;
  color: var(--wph-muted);
  transition: all 0.15s ease;
}

.wph-viewToggle__btn.is-active {
  background: var(--wph-blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.wph-viewToggle__btn i {
  margin-left: 6px;
}

/* Responsive list view */
@media (max-width: 768px) {
  .wph-planListItem {
    flex-direction: column;
    text-align: center;
  }
  .wph-planListItem__specs {
    justify-content: center;
  }
  .skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .skeleton-grid {
    grid-template-columns: 1fr;
  }
}