.elementor-3005 .elementor-element.elementor-element-29813be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3005 .elementor-element.elementor-element-eb7ca52{--spacer-size:103px;}.elementor-3005 .elementor-element.elementor-element-dcd31db img{border-radius:50px 50px 50px 50px;}.elementor-3005 .elementor-element.elementor-element-8adb1e2{--display:flex;}.elementor-3005 .elementor-element.elementor-element-8f084d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3005 .elementor-element.elementor-element-80276f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-3005 .elementor-element.elementor-element-2952b59{text-align:center;}.elementor-3005 .elementor-element.elementor-element-2952b59 .elementor-heading-title{line-height:1.2em;}.elementor-3005 .elementor-element.elementor-element-4aa7f84{text-align:center;}.elementor-3005 .elementor-element.elementor-element-4aa7f84 .elementor-heading-title{color:#9695B9;}.elementor-3005 .elementor-element.elementor-element-fb88117{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-3005 .elementor-element.elementor-element-80276f0{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-3005 .elementor-element.elementor-element-eb7ca52{--spacer-size:87px;}.elementor-3005 .elementor-element.elementor-element-dcd31db img{border-radius:15px 15px 15px 15px;}.elementor-3005 .elementor-element.elementor-element-80276f0{--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-3005 .elementor-element.elementor-element-2952b59 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-4982810 */:root{
    --pz-dark:#0b1020;
    --pz-glass: rgba(255,255,255,0.05);
    --pz-glass2: rgba(255,255,255,0.07);
    --pz-border: rgba(212,175,55,0.30);
    --pz-text: rgba(255,255,255,0.92);
    --pz-muted: rgba(255,255,255,0.72);

    --pz-gold: linear-gradient(135deg,#bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c);
    --pz-gold-solid:#d4af37;

    --pz-shadow: 0 20px 50px rgba(0,0,0,0.55);
    --pz-radius: 30px;
  }

  .pz-premium{
    direction: rtl;
    font-family: inherit;
    background: var(--pz-dark);
    color: var(--pz-text);
    border-radius: var(--pz-radius);
    padding: clamp(18px, 3vw, 40px) clamp(14px, 2vw, 22px);
    border: 1px solid var(--pz-border);
    position: relative;
    overflow: hidden;
    box-shadow: var(--pz-shadow);
  }

  /* Gold shimmer over the whole box */
  .pz-premium::after{
    content:"";
    position:absolute;
    top:-60%;
    left:-60%;
    width:220%;
    height:220%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.06), transparent);
    transform: rotate(45deg);
    animation: pz-shimmer 6.5s infinite;
    pointer-events:none;
  }
  @keyframes pz-shimmer{
    0% { transform: translateX(-120%) rotate(45deg); }
    100% { transform: translateX(120%) rotate(45deg); }
  }

  .pz-inner{ position:relative; z-index:2; }

  .pz-gold-text{
    background: var(--pz-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 950;
  }

  /* Header */
  .pz-header{
    text-align:center;
    margin-bottom: clamp(18px, 3vw, 28px);
  }

  .pz-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border: 1px solid var(--pz-gold-solid);
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 13px;
    color: var(--pz-gold-solid);
    background: rgba(212,175,55,0.10);
    margin-bottom: 12px;
  }

  .pz-title{
    margin: 0;
    font-weight: 950;
    line-height: 1.2;
    font-size: clamp(22px, 3vw, 34px);
    letter-spacing: -0.2px;
  }

  .pz-sub{
    margin: 10px auto 0;
    max-width: 760px;
    color: var(--pz-muted);
    line-height: 1.9;
    font-size: clamp(13.5px, 1.4vw, 15.5px);
  }

  .pz-price{
    margin-top: 16px;
    display:grid;
    gap: 10px;
    justify-items:center;
  }

  .pz-price-tag{
    background: var(--pz-glass);
    border: 1px solid var(--pz-border);
    border-radius: 20px;
    padding: 14px 16px;
    width: min(760px, 100%);
  }

  .pz-price-top{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--pz-muted);
    font-size: 13px;
  }

  .pz-price-main{
    margin-top: 10px;
    display:flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .pz-price-main .num{
    font-size: clamp(28px, 4.6vw, 46px);
    line-height: 1;
  }
  .pz-price-main .unit{
    color: var(--pz-muted);
    font-size: 14px;
    font-weight: 800;
  }

  .pz-note{
    margin: 0;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    line-height: 1.8;
  }

  /* Stats */
  .pz-stats{
    margin-top: clamp(18px, 3vw, 28px);
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .pz-stat{
    text-align:center;
    background: var(--pz-glass);
    padding: 14px 12px;
    border-radius: 20px;
    border: 1px solid var(--pz-border);
  }
  .pz-stat b{
    display:block;
    font-size: 28px;
    color: var(--pz-gold-solid);
    font-weight: 950;
    line-height: 1.1;
  }
  .pz-stat span{
    font-size: 12px;
    opacity: .85;
    color: var(--pz-muted);
  }

  /* Section head */
  .pz-section-head{
    margin-top: clamp(18px, 3vw, 30px);
    display:flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  .pz-section-head h3{
    margin: 0;
    font-size: 18px;
    font-weight: 950;
  }
  .pz-section-head .tip{
    font-size: 13px;
    color: var(--pz-muted);
  }

  /* Features */
  .pz-grid{
    margin-top: 12px;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .pz-card{
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 16px 14px;
    border-radius: 20px;
    transition: .25s ease;
    display:flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 92px;
  }
  .pz-card:hover{
    border-color: var(--pz-gold-solid);
    background: rgba(212,175,55,0.05);
    transform: translateY(-4px);
  }

  .pz-icon{
    width: 48px; height: 48px;
    display:flex; align-items:center; justify-content:center;
    background: var(--pz-glass);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 16px;
    font-size: 22px;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
  }
  .pz-icon::before{
    content:"";
    position:absolute; inset:-2px;
    background: radial-gradient(16px 16px at 30% 30%, rgba(212,175,55,0.35), transparent 60%);
    opacity:.7;
  }
  .pz-icon > span{ position:relative; z-index:1; }

  /* Icon animations (subtle) */
  .ani-bounce{ animation: pz-bounce 2.2s infinite; }
  .ani-rotate{ animation: pz-rotate 3.5s infinite linear; }
  .ani-pulse { animation: pz-pulse 2.2s infinite; }
  .ani-swing { animation: pz-swing 2.4s infinite; }

  @keyframes pz-bounce { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-4px);} }
  @keyframes pz-rotate { 100%{ transform: rotate(360deg);} }
  @keyframes pz-pulse  { 0%{ transform: scale(1);} 50%{ transform: scale(1.08);} 100%{ transform: scale(1);} }
  @keyframes pz-swing  { 0%{ transform: rotate(0);} 25%{ transform: rotate(8deg);} 75%{ transform: rotate(-8deg);} 100%{ transform: rotate(0);} }

  .pz-card h4{
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 950;
  }
  .pz-card p{
    margin: 0;
    font-size: 12.5px;
    color: var(--pz-muted);
    line-height: 1.7;
  }

  /* NEW: Description box */
  .pz-desc{
    margin-top: 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.22);
    border-radius: 22px;
    padding: 16px 14px;
  }
  .pz-desc p{
    margin: 0;
    color: var(--pz-muted);
    line-height: 2;
    font-size: 13.5px;
  }
  .pz-desc .k{
    color: var(--pz-text);
    font-weight: 950;
  }

  /* Expanded FAQ */
  .pz-faq{
    margin-top: 14px;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .pz-faq details{
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    padding: 12px 12px;
    transition: .2s ease;
  }
  .pz-faq details[open]{
    background: rgba(212,175,55,0.06);
    border-color: rgba(212,175,55,0.35);
  }
  .pz-faq summary{
    cursor:pointer;
    font-weight: 950;
    list-style: none;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
  }
  .pz-faq summary::-webkit-details-marker{ display:none; }
  .pz-faq .ans{
    margin-top: 8px;
    color: var(--pz-muted);
    font-size: 13px;
    line-height: 1.95;
  }

  /* Footer */
  .pz-footer{
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.10);
    text-align:center;
    color: rgba(255,255,255,0.62);
    font-size: 13px;
  }

  /* Responsive */
  @media (max-width: 1024px){
    .pz-grid{ grid-template-columns: repeat(2, 1fr); }
    .pz-faq{ grid-template-columns: 1fr; }
  }
  @media (max-width: 680px){
    .pz-stats{ grid-template-columns: 1fr; }
    .pz-grid{ grid-template-columns: 1fr; }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce){
    .pz-premium::after{ animation: none !important; }
    .pz-card, .pz-faq details{ transition: none !important; }
    .ani-bounce, .ani-rotate, .ani-pulse, .ani-swing{ animation: none !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9485595 *//* باکس مادر */
.pz-dual-golden-box{


  padding:18px;
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

/* دکمه طلایی */
.pz-golden-btn{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 26px;
  border-radius:999px;
  background: var(--pz-gold);
  border:1px solid var(--pz-gold-solid);
  color:#111;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  box-shadow:0 10px 28px rgba(212,175,55,.45);
  transition:.35s ease;
}

/* افکت نور متحرک */
.pz-golden-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:120%;
  height:100%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);
  transition:.6s;
}

.pz-golden-btn:hover::after{
  left:120%;
}

.pz-golden-btn:hover{
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 18px 45px rgba(212,175,55,.6);
}

.pz-golden-btn i{
  font-size:18px;
  transition:.3s;
}

.pz-golden-btn:hover i{
  transform:rotate(-8deg) scale(1.15);
}

/* نسخه خطی (outline) */
.pz-golden-btn.outline{
  background:transparent;
  color:var(--pz-gold-solid);
}

.pz-golden-btn.outline:hover{
  background: var(--pz-gold);
  color:#111;
}

/* موبایل */
@media(max-width:680px){
  .pz-golden-btn{
    width:100%;
    max-width:320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0b59aa */:root{
    --pz-dark:#0b1020;
    --pz-glass: rgba(255,255,255,0.05);
    --pz-border: rgba(212,175,55,0.30);
    --pz-text: rgba(255,255,255,0.92);
    --pz-muted: rgba(255,255,255,0.72);

    --pz-gold: linear-gradient(135deg,#bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c);
    --pz-gold-solid:#d4af37;

    --pz-shadow: 0 20px 50px rgba(0,0,0,0.55);
    --pz-radius: 26px;
  }

  .pz-contact-box{
    direction: rtl;
    font-family: inherit;
    background: var(--pz-dark);
    color: var(--pz-text);
    border-radius: var(--pz-radius);
    padding: clamp(16px, 2.6vw, 26px);
    border: 1px solid var(--pz-border);
    position: relative;
    overflow: hidden;
    box-shadow: var(--pz-shadow);
  }

  /* shimmer */
  .pz-contact-box::after{
    content:"";
    position:absolute;
    top:-60%;
    left:-60%;
    width:220%;
    height:220%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.06), transparent);
    transform: rotate(45deg);
    animation: pz-shimmer 6.5s infinite;
    pointer-events:none;
  }
  @keyframes pz-shimmer{
    0% { transform: translateX(-120%) rotate(45deg); }
    100% { transform: translateX(120%) rotate(45deg); }
  }

  .pz-contact-inner{ position:relative; z-index:2; }

  .pz-gold-text{
    background: var(--pz-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 950;
  }

  .pz-top{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .pz-title{
    margin: 0;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 950;
    line-height: 1.3;
    letter-spacing: -0.2px;
    display:flex;
    align-items:center;
    gap: 10px;
  }

  .pz-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border: 1px solid var(--pz-gold-solid);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    color: var(--pz-gold-solid);
    background: rgba(212,175,55,0.10);
    white-space: nowrap;
  }

  .pz-sub{
    margin: 6px 0 0;
    color: var(--pz-muted);
    line-height: 1.95;
    font-size: 13.5px;
    max-width: 780px;
  }

  .pz-sub b{ color: var(--pz-text); font-weight: 950; }

  .pz-grid{
    margin-top: 12px;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .pz-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    padding: 12px 12px;
    border-radius: 16px;
    text-decoration:none !important;
    color:#fff !important;
    font-size: 13px;
    font-weight: 950;
    transition: .2s ease;
    border: 1px solid rgba(255,255,255,.14);
    position: relative;
    overflow: hidden;
  }

  .pz-btn:hover{ transform: translateY(-2px) scale(1.02); filter: brightness(1.07); }
  .pz-btn:active{ transform: translateY(0) scale(.99); }
  .pz-btn:focus-visible{ outline: 2px solid var(--pz-gold-solid); outline-offset: 2px; }

  /* channel colors */
  .pz-call{ background:#2ecc71; box-shadow: 0 6px 18px rgba(46,204,113,0.22); }
  .pz-wa  { background:#25d366; box-shadow: 0 6px 18px rgba(37,211,102,0.22); }
  .pz-tg  { background:#0088cc; box-shadow: 0 6px 18px rgba(0,136,204,0.22); }
  .pz-et  { background:#ff7d33; box-shadow: 0 6px 18px rgba(255,125,51,0.22); }

  /* icon style (uses Elementor/Theme FA if enabled) */
  .pz-btn i{
    font-size: 16px;
    opacity: .95;
  }

  /* subtle icon motion */
  @keyframes pz-pop { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-2px);} }
  .pz-btn i{ animation: pz-pop 2.6s ease-in-out infinite; }
  .pz-btn:nth-child(2) i{ animation-delay: .15s; }
  .pz-btn:nth-child(3) i{ animation-delay: .3s; }
  .pz-btn:nth-child(4) i{ animation-delay: .45s; }

  .pz-note{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.72);
    font-size: 12.8px;
    line-height: 1.9;
  }

  /* responsive */
  @media (max-width: 1024px){
    .pz-grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 680px){
    .pz-grid{ grid-template-columns: 1fr; }
  }

  @media (prefers-reduced-motion: reduce){
    .pz-contact-box::after{ animation: none !important; }
    .pz-btn{ transition: none !important; }
    .pz-btn i{ animation: none !important; }
  }/* End custom CSS */