@font-face{
    font-family:"Yekan";
    src:
        url("/wp-content/themes/amoozeshyar/assets/fonts/4/Yekan.woff2") format("woff2"),
        url("/wp-content/themes/amoozeshyar/assets/fonts/4/Yekan.woff") format("woff"),
        url("/wp-content/themes/amoozeshyar/assets/fonts/4/Yekan.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


@font-face{
    font-family:"Yekan";

    src:
        url("/wp-content/themes/amoozeshyar/assets/fonts/4/yekan bakh en 07 heavy.ttf") format("truetype");

    font-weight:900;
    font-style:normal;
    font-display:swap;
}

:root{
    --pm-font:"Yekan", Tahoma, Arial, sans-serif;
    --pm-bg:#030507;
    --pm-card:#0b1016;
    --pm-card-2:#101722;
    --pm-red:#e3123f;
    --pm-red-dark:#950722;
    --pm-gold:#f2b56b;
    --pm-text:#ffffff;
    --pm-muted:rgba(255,255,255,.62);
    --pm-soft:rgba(255,255,255,.38);
    --pm-border:rgba(255,255,255,.09);
    --pm-shadow:0 30px 90px rgba(0,0,0,.5);
}

*{
    box-sizing:border-box;
}

html,
body{
    margin:0;
    padding:0;
    background:var(--pm-bg);
    color:var(--pm-text);
    font-family:var(--pm-font) !important;
    overflow-x:hidden;
}

body,
button,
input,
textarea,
select,
a,
span,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family:var(--pm-font) !important;
}

.pm-page{
    width:100%;
    min-height:100dvh;
    direction:rtl;
    background:
        radial-gradient(circle at 18% 12%, rgba(227,18,63,.18), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(242,181,107,.11), transparent 30%),
        radial-gradient(circle at 50% 90%, rgba(45,98,255,.12), transparent 35%),
        linear-gradient(180deg,#050609 0%,#030507 100%);
    color:#fff;
}

/* =========================
   Hero
========================= */

.pm-hero-section{
    position:relative;
    min-height:78dvh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:150px 20px 56px;
}

.pm-hero-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.72)),
        url("https://pandooorabox.com/wp-content/uploads/2026/04/bg-landing-03.webp") center center / cover no-repeat;
    opacity:.42;
    filter:saturate(1.1);
    pointer-events:none;
}

.pm-hero-section::after{
    content:"";
    position:absolute;
    width:720px;
    height:720px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(227,18,63,.16), transparent 62%);
    top:-260px;
    left:50%;
    transform:translateX(-50%);
    pointer-events:none;
}

.pm-hero-content{
    position:relative;
    z-index:2;
    width:100%;
    max-width:980px;
    text-align:center;
}

.pm-kicker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 16px;
    margin-bottom:22px;
    border-radius:999px;
    background:rgba(227,18,63,.12);
    border:1px solid rgba(227,18,63,.35);
    color:#ff6687;
    font-size:13px;
    font-weight:900;
    letter-spacing:.5px;
}

.pm-hero-content h1{
    max-width:900px;
    margin:0 auto 22px;

    color:#fff !important;

    font-size:clamp(31px, 5vw, 58px);

    font-weight:900;

    line-height:1.65;

    letter-spacing:-1.4px;

    text-shadow:
        0 2px 12px rgba(0,0,0,.35);
}

.pm-hero-content p{
    max-width:820px;
    margin:0 auto 30px;
    color:var(--pm-muted);
    font-size:16px;
    line-height:2.35;
}

.pm-hero-points{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}

.pm-hero-points span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 16px;
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.1);
    backdrop-filter:blur(12px);
    font-size:13px;
    font-weight:800;
}

/* =========================
   Plans
========================= */

.pm-plans-section{
    position:relative;
    padding:54px 20px 40px;
}

.pm-section-head{
    width:100%;
    max-width:760px;
    margin:0 auto 34px;
    text-align:center;
}

.pm-section-head > span{
    display:inline-block;
    margin-bottom:12px;
    color:var(--pm-gold);
    font-size:13px;
    font-weight:900;
}

.pm-section-head h2{
    margin:0 0 14px;
    color:#fff !important;
    font-size:clamp(25px, 3.2vw, 38px);
    font-weight:950;
    line-height:1.8;
}

.pm-section-head p{
    margin:0;
    color:var(--pm-muted);
    font-size:15px;
    line-height:2.2;
}

.pm-plans-grid{
    width:100%;
    max-width:1160px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
    align-items:stretch;
}

.pm-plan-card{
    position:relative;
    min-height:560px;
    padding:28px 22px;
    border:1px solid var(--pm-border);
    border-radius:28px;
    background:
        radial-gradient(circle at 90% 0%, rgba(227,18,63,.12), transparent 34%),
        linear-gradient(180deg, rgba(18,26,37,.86), rgba(8,11,16,.96));
    color:#fff;
    text-align:right;
    cursor:pointer;
    overflow:hidden;
    box-shadow:0 22px 70px rgba(0,0,0,.28);
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.pm-plan-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, transparent, rgba(255,255,255,.035), transparent);
    transform:translateX(120%);
    transition:transform .8s ease;
    pointer-events:none;
}

.pm-plan-card:hover{
    transform:translateY(-6px);
    border-color:rgba(255,255,255,.18);
}

.pm-plan-card:hover::before{
    transform:translateX(-120%);
}

.pm-plan-card.is-selected{
    border-color:rgba(227,18,63,.9);
    box-shadow:
        0 30px 90px rgba(0,0,0,.42),
        0 0 0 1px rgba(227,18,63,.25),
        0 0 42px rgba(227,18,63,.16);
    background:
        radial-gradient(circle at 90% 0%, rgba(227,18,63,.22), transparent 38%),
        radial-gradient(circle at 10% 100%, rgba(242,181,107,.10), transparent 34%),
        linear-gradient(180deg, rgba(21,28,39,.94), rgba(8,11,16,.98));
}

.pm-plan-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:0 12px;
    margin-bottom:20px;
    border-radius:999px;
    background:rgba(242,181,107,.11);
    color:#ffd49a;
    border:1px solid rgba(242,181,107,.28);
    font-size:12px;
    font-weight:900;
}

.pm-plan-card h3{
    margin:0 0 10px;
    color:#fff !important;
    font-size:25px;
    font-weight:950;
    line-height:1.7;
}

.pm-plan-subtitle{
    min-height:58px;
    margin:0 0 20px;
    color:rgba(255,255,255,.58);
    font-size:13px;
    line-height:2;
}

.pm-plan-price{
    margin-bottom:24px;
    color:#fff;
    font-size:22px;
    font-weight:950;
}

.pm-plan-card ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:13px;
}

.pm-plan-card li{
    position:relative;
    padding-right:28px;
    color:rgba(255,255,255,.76);
    font-size:13.5px;
    line-height:2.05;
}

.pm-plan-card li::before{
    content:"✓";
    position:absolute;
    right:0;
    top:3px;
    width:19px;
    height:19px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(46,210,126,.12);
    color:#4ef29c;
    font-size:12px;
    font-weight:900;
}

/* =========================
   Register
========================= */

.pm-register-section{
    padding:38px 20px 86px;
}

.pm-register-card{
    width:100%;
    max-width:920px;
    margin:0 auto;
    padding:24px;
    border-radius:30px;
    background:
        radial-gradient(circle at 10% 0%, rgba(227,18,63,.14), transparent 34%),
        linear-gradient(180deg, rgba(18,26,37,.92), rgba(7,10,15,.98));
    border:1px solid var(--pm-border);
    box-shadow:var(--pm-shadow);
}

.pm-register-summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:18px 18px;
    margin-bottom:18px;
    border-radius:22px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.08);
}

.pm-register-summary span{
    color:rgba(255,255,255,.48);
    font-size:13px;
}

.pm-register-summary strong{
    color:#fff;
    font-size:20px;
    font-weight:950;
}

.pm-register-summary small{
    display:block;
    color:#ff6f90;
}



.pm-register-summary small .pm-price-old{
    display:block;
    margin-bottom:6px;

    color:rgba(255,255,255,.35);

    font-size:15px;
    font-weight:700;

    text-decoration:line-through;
}

.pm-register-summary small .pm-price-current{
    display:block;

    color:#ffffff;

    font-size:34px;
    font-weight:950;

    line-height:1.2;

    letter-spacing:-1px;
}





.pm-register-form{
    width:100%;
}

.pm-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.pm-form-grid label{
    display:block;
}

.pm-form-grid label span{
    display:block;
    margin-bottom:8px;
    color:rgba(255,255,255,.72);
    font-size:13px;
    font-weight:800;
}

.pm-form-grid input{
    width:100%;
    height:58px;
    border:1px solid rgba(255,255,255,.1);
    outline:none;
    border-radius:18px;
    background:rgba(255,255,255,.045);
    color:#fff;
    padding:0 16px;
    font-size:15px;
    text-align:right;
    direction:rtl;
    transition:border-color .2s ease, box-shadow .2s ease;
}

.pm-form-grid input[type="tel"]{
    direction:ltr;
    text-align:right;
}

.pm-form-grid input::placeholder{
    color:rgba(255,255,255,.32);
}

.pm-form-grid input:focus{
    border-color:rgba(227,18,63,.55);
    box-shadow:0 0 0 4px rgba(227,18,63,.08);
}

.pm-submit-btn{
    width:100%;
    height:60px;
    margin-top:16px;
    border:0;
    border-radius:18px;
    background:linear-gradient(135deg,var(--pm-red),var(--pm-red-dark));
    color:#fff;
    font-size:17px;
    font-weight:950;
    cursor:pointer;
    box-shadow:0 18px 44px rgba(227,18,63,.28);
    transition:transform .2s ease, box-shadow .2s ease;
}

.pm-submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 55px rgba(227,18,63,.34);
}

.pm-submit-btn:active{
    transform:scale(.985);
}

.pm-form-note{
    margin:14px 0 0;
    color:rgba(255,255,255,.46);
    text-align:center;
    font-size:13px;
    line-height:2;
}

/* =========================
   Success
========================= */

.pm-success-section{
    min-height:100dvh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:
        radial-gradient(circle at 50% 20%, rgba(46,210,126,.14), transparent 30%),
        radial-gradient(circle at 80% 75%, rgba(227,18,63,.12), transparent 34%),
        linear-gradient(180deg,#050609,#030507);
}

.pm-success-card{
    width:100%;
    max-width:620px;
    padding:34px 26px;
    border-radius:30px;
    background:
        radial-gradient(circle at 50% 0%, rgba(46,210,126,.12), transparent 34%),
        linear-gradient(180deg, rgba(18,26,37,.94), rgba(7,10,15,.98));
    border:1px solid rgba(255,255,255,.09);
    box-shadow:var(--pm-shadow);
    text-align:center;
}

.pm-success-badge{
    display:inline-flex;
    min-height:34px;
    align-items:center;
    justify-content:center;
    padding:0 14px;
    margin-bottom:18px;
    border-radius:999px;
    color:#63f5a6;
    background:rgba(46,210,126,.1);
    border:1px solid rgba(46,210,126,.28);
    font-size:13px;
    font-weight:900;
}

.pm-success-card h1{
    margin:0 0 16px;
    color:#fff !important;
    font-size:clamp(24px, 4vw, 36px);
    font-weight:950;
    line-height:1.7;
}

.pm-success-card p{
    margin:0 auto 24px;
    max-width:500px;
    color:var(--pm-muted);
    line-height:2.2;
    font-size:15px;
}

.pm-support-links{
    display:grid;
    gap:12px;
}

.pm-support-links a{
    min-height:54px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:15px;
    font-weight:900;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.1);
    transition:.2s;
}

.pm-support-links a:first-child{
    background:linear-gradient(135deg,#2481ff,#1358bb);
}

.pm-support-links a:last-child{
    background:linear-gradient(135deg,#25b36d,#147846);
}

.pm-support-links a:hover{
    transform:translateY(-2px);
}

/* =========================
   Responsive
========================= */

@media(max-width:960px){
    .pm-plans-grid{
        grid-template-columns:1fr;
        max-width:540px;
    }

    .pm-plan-card{
        min-height:auto;
    }
}

@media(max-width:680px){
    .pm-hero-section{
        min-height:auto;
        padding:70px 16px 42px;
    }

    .pm-hero-content h1{
        font-size:30px;
        line-height:1.85;
    }

    .pm-hero-content p{
        font-size:14px;
        line-height:2.25;
    }

    .pm-hero-points{
        flex-direction:column;
        align-items:stretch;
    }

    .pm-section-head h2{
        font-size:25px;
    }

    .pm-register-card{
        padding:18px;
        border-radius:24px;
    }

    .pm-register-summary{
        flex-direction:column;
        align-items:flex-start;
    }

    .pm-form-grid{
        grid-template-columns:1fr;
    }

    .pm-plan-card{
        padding:24px 18px;
        border-radius:24px;
    }

    .pm-plan-card h3{
        font-size:23px;
    }
}


.pm-payment-alert{
    width:calc(100% - 32px);
    max-width:860px;
    margin:24px auto 0;
    padding:16px 18px;
    border-radius:18px;
    text-align:center;
    line-height:2;
    font-size:14px;
    font-weight:800;
}

.pm-payment-alert-failed{
    color:#ffd1d9;
    background:rgba(227,18,63,.12);
    border:1px solid rgba(227,18,63,.32);
}


.pm-price-old{
    display:inline-block;
    margin-left:8px;
    color:rgba(255,255,255,.38);
    font-size:14px;
    font-weight:700;
    text-decoration:line-through;
}

.pm-price-current{
    display:inline-block;
    color:#fff;
    font-size:22px;
    font-weight:950;
}





#pmSelectedPlanPrice{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:6px !important;
    line-height:1.2 !important;
}

#pmSelectedPlanPrice .pm-price-current,
#pmSelectedPlanPrice .pm-price-current .woocommerce-Price-amount,
#pmSelectedPlanPrice .pm-price-current .woocommerce-Price-amount.amount,
#pmSelectedPlanPrice .pm-price-current .woocommerce-Price-currencySymbol{
    color:#ffffff !important;
    font-size:34px !important;
    font-weight:900 !important;
    line-height:1.25 !important;
}

#pmSelectedPlanPrice .pm-price-old,
#pmSelectedPlanPrice .pm-price-old .woocommerce-Price-amount,
#pmSelectedPlanPrice .pm-price-old .woocommerce-Price-amount.amount,
#pmSelectedPlanPrice .pm-price-old .woocommerce-Price-currencySymbol{
    color:rgba(255,255,255,.38) !important;
    font-size:15px !important;
    font-weight:700 !important;
    line-height:1.4 !important;
    text-decoration:line-through !important;
}


/* =========================
   Header
========================= */

.pm-header{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    z-index:100;

    display:flex;
    justify-content:center;

    padding:24px 20px;
}

.pm-logo{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    transition:transform .2s ease,
               opacity .2s ease;
}


.pm-kicker{
    margin-top:26px !important;
    margin-bottom:22px !important;
}


.pm-logo:hover{
    transform:translateY(-2px);
    opacity:.92;
}

.pm-logo img{
    width:170px;
    max-width:42vw;

    display:block;

    filter:
        drop-shadow(
            0 8px 30px rgba(0,0,0,.35)
        );
}


@media(max-width:680px){

    .pm-kicker{
        margin-top:34px !important;
        margin-bottom:18px !important;
    }

}



/* =========================
   FOOTER
   ========================= */

.pb-footer {
  position: relative;
  z-index: 2;

  padding: 38px 20px;

  border-top: 1px solid rgba(255,255,255,0.08);

  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.015),
      rgba(255,255,255,0.03)
    );
}

.pb-footer-inner {
  max-width: 1180px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  flex-wrap: wrap;
}

.pb-footer p {
  margin: 0;

  color: var(--text-muted);

  font-size: 15px;

  line-height: 1.9;
}

.pb-footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pb-footer-links a {
  color: #dbe5ee;

  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  transition:
    opacity 0.25s ease,
    color 0.25s ease;
}

.pb-footer-links a:hover {
  color: var(--accent);
}

/* MOBILE */

@media (max-width: 768px) {

  .pb-footer-inner {
    flex-direction: column;

    text-align: center;
  }

  .pb-footer-links {
    gap: 18px;
  }

}



.pm-header{
    padding:18px 20px !important;
}

.pm-logo{
    width:170px !important;
    height:64px !important;
    overflow:hidden !important;
}

.pm-logo img{
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:contain !important;
    display:block !important;
}

@media(max-width:680px){
    .pm-header{
        padding:14px 16px !important;
    }

    .pm-logo{
        width:145px !important;
        height:52px !important;
    }

    .pm-hero-section{
        padding-top:92px !important;
    }
}