/* =====================================
   Sampad PRO 1405 Main Styles
===================================== */


/* Font */

@font-face {

    font-family: iranyekan;

    src:
    url('../fonts/iranyekan.woff')
    format('woff');

}



* {

    box-sizing:border-box;

    font-family:
    iranyekan,
    Tahoma,
    sans-serif;

}



html {

    scroll-behavior:smooth;

}



body {

    margin:0;

    background:#f8fafc;

    color:#0f172a;

    line-height:1.8;

}


img {

    max-width:100%;
    height:auto;

}





/* Container */


.container {

    width:100%;

    max-width:1200px;

    margin:auto;

    padding:
    0 20px;

}







/* Header */


.top-header {

    background:#ffffff;

    border-bottom:
    1px solid #e5e7eb;

}



.header-inner {

    height:80px;

    display:flex;

    align-items:center;

    justify-content:space-between;

}



.logo {

    width:160px;

    height:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:14px;

    background:#f1f5f9;

    color:#64748b;

    font-size:14px;

}



.brand-title {

    font-size:22px;

    font-weight:700;

}








/* Hero */


.hero {

    padding:
    50px 0;

}



.hero-box {


    display:flex;

    gap:40px;

    align-items:center;


}



.hero-content {

    flex:1 1 0;
    min-width:0;

}


.hero-image {

    flex:1 1 0;
    min-width:0;

}



.hero-content h1 {

    font-size:38px;

    line-height:1.4;

    margin:
    20px 0;

}



.hero-content p {

    font-size:18px;

    color:#475569;

}





.badge {


    display:inline-block;


    padding:
    8px 18px;


    background:#eff6ff;


    color:#2563eb;


    border-radius:50px;


    font-size:14px;

}






.hero-features {


    margin:
    25px 0;


}



.hero-features div {


    margin-bottom:12px;


    color:#334155;

}








.hero-image img {


    display:block;
    width:100%;
    height:auto;
    object-fit:contain;


    border-radius:30px;


    box-shadow:
    0 20px 60px rgba(0,0,0,.08);


}








/* Buttons */


.main-action {


    border:none;


    background:#2563eb;


    color:#fff;


    padding:

    15px 35px;


    border-radius:16px;


    font-size:17px;


    cursor:pointer;


    transition:.25s;


}



.main-action:hover {


    transform:translateY(-2px);


    box-shadow:
    0 10px 25px rgba(37,99,235,.25);


}









/* Advantages */


.advantages {


    padding:
    60px 0;


}



.advantages h2 {


    text-align:center;


    font-size:32px;


}



.advantages-grid {


    display:grid;


    gap:20px;


    margin-top:35px;


}



.adv-card {


    background:#fff;


    border-radius:24px;


    padding:25px;


    box-shadow:

    0 10px 35px rgba(0,0,0,.05);


}



.adv-card h3 {


    margin-top:0;


}








/* Wizard */


.wizard-card {


    background:#fff;


    border-radius:30px;


    padding:30px;


    box-shadow:


    0 20px 60px rgba(0,0,0,.08);


}



.wizard-progress {


    background:#eff6ff;


    color:#2563eb;


    padding:10px 20px;


    border-radius:50px;


    display:inline-block;


    margin-bottom:25px;


}







.step {


    animation:
    fade .3s ease;


}



@keyframes fade {


    from {

        opacity:0;

        transform:
        translateY(10px);

    }


    to {

        opacity:1;

        transform:
        translateY(0);

    }


}








.grade-grid {


    display:grid;


    gap:20px;


}



.grade-card {


    border:none;


    background:#fff;


    border-radius:25px;


    overflow:hidden;


    cursor:pointer;


    box-shadow:


    0 10px 30px rgba(0,0,0,.08);


    transition:.25s;


}



.grade-card:hover {


    transform:
    translateY(-5px);


}



.grade-card img {


    width:100%;


    display:block;


}



.grade-card span {


    display:block;


    padding:15px;


    font-size:20px;


    font-weight:bold;


}








/* Payment Cards */


.payment-card {


    border:

    2px solid #e2e8f0;


    border-radius:22px;


    padding:25px;


    margin-bottom:15px;


    cursor:pointer;


    transition:.25s;


}



.payment-card:hover {


    border-color:#2563eb;


    background:#eff6ff;


}








input {


    width:100%;


    border:

    1px solid #cbd5e1;


    border-radius:15px;


    padding:16px;


    margin-bottom:15px;


    font-size:16px;


}








/* FAQ */


.faq {


    padding:70px 0;
    background:
    radial-gradient(circle at 12% 18%,rgba(37,99,235,.14),transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);


}

.faq-header {

    max-width:760px;
    margin:0 auto 28px;
    text-align:center;

}

.section-kicker {

    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
    padding:7px 14px;
    border-radius:999px;
    color:#1d4ed8;
    background:#dbeafe;
    font-size:13px;
    font-weight:800;

}

.faq h2 {

    margin:0 0 12px;
    color:#0f172a;
    font-size:32px;

}

.faq-header p {

    margin:0;
    color:#64748b;
    line-height:2;

}

.faq-list {

    display:grid;
    gap:14px;
    max-width:920px;
    margin:0 auto;

}

.faq-item {

    position:relative;
    overflow:hidden;
    border:1px solid #dbe5f2;
    border-radius:22px;
    background:rgba(255,255,255,.9);
    box-shadow:0 16px 38px rgba(15,23,42,.07);
    transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;

}

.faq-item:hover,
.faq-item[open] {

    border-color:#93c5fd;
    box-shadow:0 18px 44px rgba(37,99,235,.12);

}

.faq-item[open] {

    transform:translateY(-1px);

}

.faq-item summary {

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    min-height:72px;
    padding:20px 22px;
    color:#0f172a;
    cursor:pointer;
    list-style:none;
    font-weight:900;
    line-height:1.9;

}

.faq-item summary::-webkit-details-marker {

    display:none;

}

.faq-item summary::after {

    content:"+";
    flex:0 0 auto;
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    color:#2563eb;
    background:#eff6ff;
    font-size:24px;
    line-height:1;
    transition:transform .2s ease, background .2s ease, color .2s ease;

}

.faq-item[open] summary::after {

    content:"−";
    color:#fff;
    background:#2563eb;
    transform:rotate(180deg);

}

.faq-answer {

    margin:0 22px 20px;
    padding:18px 20px;
    border-radius:18px;
    color:#475569;
    background:#f8fafc;
    line-height:2.15;
    font-size:15px;

}





/* Footer */


footer {


    background:#0f172a;


    color:#fff;


    padding:

    45px 0;


    text-align:center;


}



footer a {


    color:#93c5fd;


}






.footer-logos {


    margin-top:20px;


    opacity:.8;


}


/* Campaign countdown */

.campaign-countdown {

    position:sticky;
    top:0;
    z-index:120;
    color:#fff;
    background:
    linear-gradient(110deg,#991b1b,#dc2626 48%,#ea580c);
    box-shadow:0 8px 24px rgba(127,29,29,.2);

}

.campaign-countdown[hidden] {
    display:none;
}

.countdown-inner {

    min-height:66px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:36px;

}

.countdown-copy {

    display:flex;
    align-items:center;
    gap:10px;
    font-size:16px;

}

.countdown-pulse {

    width:10px;
    height:10px;
    border-radius:50%;
    background:#fef08a;
    box-shadow:0 0 0 0 rgba(254,240,138,.7);
    animation:countdownPulse 1.8s infinite;

}

.countdown-units {

    direction:ltr;
    display:flex;
    align-items:center;
    gap:8px;

}

.countdown-unit {

    min-width:52px;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:5px 8px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:10px;
    background:rgba(255,255,255,.13);
    backdrop-filter:blur(8px);

}

.countdown-unit b {

    font-size:20px;
    line-height:1.1;
    font-variant-numeric:tabular-nums;

}

.countdown-unit small {

    margin-top:3px;
    font-size:10px;
    color:#fee2e2;

}

.countdown-separator {

    font-weight:800;
    opacity:.75;

}

.campaign-countdown.is-expired {
    background:linear-gradient(135deg,#334155,#0f172a);
}

.countdown-expired-action {

    border:1px solid rgba(255,255,255,.34);
    border-radius:999px;
    padding:9px 16px;
    color:#0f172a;
    background:#fff;
    font:inherit;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(15,23,42,.18);

}

.countdown-expired-action:hover {
    transform:translateY(-1px);
}

@keyframes countdownPulse {

    70% {
        box-shadow:0 0 0 9px rgba(254,240,138,0);
    }

    100% {
        box-shadow:0 0 0 0 rgba(254,240,138,0);
    }

}


/* Payment redirect guidance */

body.payment-modal-open {
    overflow:hidden;
}

.payment-redirect-modal[hidden] {
    display:none;
}

.payment-redirect-modal {

    position:fixed;
    inset:0;
    z-index:1000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    opacity:0;
    transition:opacity .2s ease;

}

.payment-redirect-modal.is-open {
    opacity:1;
}

.payment-redirect-backdrop {

    position:absolute;
    inset:0;
    background:rgba(15,23,42,.72);
    backdrop-filter:blur(5px);

}

.payment-redirect-card {

    position:relative;
    width:min(100%,520px);
    max-height:calc(100vh - 32px);
    overflow:auto;
    padding:30px;
    border-radius:26px;
    background:#fff;
    text-align:center;
    box-shadow:0 28px 80px rgba(15,23,42,.34);
    transform:translateY(12px) scale(.98);
    transition:transform .22s ease;

}

.payment-redirect-modal.is-open .payment-redirect-card {
    transform:translateY(0) scale(1);
}

.payment-redirect-icon {

    width:58px;
    height:58px;
    margin:0 auto 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#14b8a6);
    font-size:28px;
    font-weight:900;
    box-shadow:0 12px 28px rgba(37,99,235,.24);

}

.payment-redirect-card h2 {

    margin:0 0 10px;
    font-size:24px;

}

.payment-redirect-card p {

    margin:0;
    color:#475569;
    font-size:15px;
    line-height:2;

}

.payment-redirect-note {

    margin:14px 0;
    padding:11px 13px;
    border-radius:13px;
    color:#1e3a8a;
    background:#eff6ff;
    font-size:13px;

}

.payment-redirect-plan {

    margin:12px 0;
    color:#0f172a;
    font-weight:800;

}

.copy-mobile-button,
.payment-redirect-cancel {

    border:0;
    cursor:pointer;
    font:inherit;

}

.copy-mobile-button {

    padding:10px 16px;
    border:1px dashed #60a5fa;
    border-radius:12px;
    color:#1d4ed8;
    background:#f8fbff;
    font-weight:700;

}

.copy-mobile-button.is-copied {

    border-color:#4ade80;
    color:#15803d;
    background:#f0fdf4;

}

.payment-redirect-actions {

    display:grid;
    gap:8px;
    margin-top:16px;

}

.payment-redirect-actions .main-action {
    width:100%;
}

.payment-redirect-cancel {

    padding:9px;
    color:#64748b;
    background:transparent;

}


/* Trust marks */

.footer-logos {

    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin:24px 0 18px;
    opacity:1;

}

.trust-logo {

    width:180px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.16);
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,.18);

}

.trust-logo-payping img {

    width:190px;
    max-width:none;
    transform:scale(1.12);

}

.trust-logo-enamad img {

    width:105px;
    max-height:108px;
    object-fit:contain;

}
/* Expired discount / waitlist */

.countdown-expired-action {
    border:1px solid rgba(255,255,255,.7);
    background:rgba(255,255,255,.18);
    color:#fff;
    border-radius:16px;
    padding:10px 16px;
    font-family:inherit;
    font-weight:800;
    cursor:pointer;
    backdrop-filter:blur(10px);
}

.countdown-expired-action:hover {
    background:rgba(255,255,255,.28);
}

.price-box-expired {
    border:1px solid rgba(239,68,68,.22);
    background:linear-gradient(135deg, rgba(255,247,237,.95), rgba(255,255,255,.96));
    box-shadow:0 22px 55px rgba(15,23,42,.08);
}

.expired-special-heading {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    margin:0 auto 12px;
    padding:8px 14px;
    border-radius:999px;
    color:#b91c1c;
    background:#fee2e2;
    font-weight:900;
    font-size:.92rem;
}

.expired-special-price {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    color:#64748b;
    margin:10px 0;
}

.expired-special-price del {
    color:#ef4444;
    font-weight:900;
}

.expired-special-price span {
    color:#b45309;
    background:#fef3c7;
    border-radius:999px;
    padding:5px 10px;
    font-size:.82rem;
    font-weight:800;
}

.active-regular-price {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    flex-wrap:wrap;
    margin-top:12px;
    color:#0f172a;
}

.active-regular-price strong {
    color:#2563eb;
    font-size:1.18rem;
}

.secondary-action.discount-lead-inline {
    margin-top:14px;
    border:0;
    border-radius:16px;
    padding:12px 18px;
    background:#0f172a;
    color:#fff;
    font-family:inherit;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 14px 30px rgba(15,23,42,.2);
}

.cash-price-regular .cash-final-price {
    color:#0f172a;
}

.discount-lead-modal[hidden] {
    display:none;
}

.discount-lead-modal {
    position:fixed;
    inset:0;
    z-index:1000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px;
}

.discount-lead-backdrop {
    position:absolute;
    inset:0;
    border:0;
    background:rgba(15,23,42,.55);
    backdrop-filter:blur(7px);
    cursor:pointer;
}

.discount-lead-card {
    position:relative;
    width:min(440px, 100%);
    border-radius:28px;
    background:#fff;
    padding:28px;
    box-shadow:0 30px 90px rgba(15,23,42,.28);
    border:1px solid rgba(148,163,184,.28);
    text-align:right;
}

.discount-lead-close {
    position:absolute;
    top:14px;
    left:14px;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:#f1f5f9;
    color:#0f172a;
    font-size:1.5rem;
    line-height:1;
    cursor:pointer;
}

.discount-lead-kicker {
    display:inline-flex;
    padding:7px 12px;
    border-radius:999px;
    background:#dbeafe;
    color:#2563eb;
    font-weight:900;
    font-size:.82rem;
    margin-bottom:12px;
}

.discount-lead-card h2 {
    margin:0 0 10px;
    color:#0f172a;
    font-size:1.55rem;
}

.discount-lead-card p {
    margin:0 0 18px;
    color:#475569;
    line-height:2;
}

.discount-lead-card label {
    display:block;
    margin-bottom:8px;
    color:#334155;
    font-weight:900;
}

.discount-lead-card input {
    width:100%;
    height:52px;
    border:1px solid #cbd5e1;
    border-radius:16px;
    padding:0 14px;
    font-size:1rem;
    margin-bottom:12px;
}

.discount-lead-card .main-action {
    width:100%;
    margin:0;
}

.discount-lead-card small {
    display:block;
    margin-top:14px;
    color:#64748b;
    line-height:1.8;
}

.discount-lead-status {
    min-height:26px;
    margin-top:10px;
    color:#475569;
    font-weight:800;
    line-height:1.8;
}

.discount-lead-status.success {
    color:#15803d;
}

.discount-lead-status.error {
    color:#b91c1c;
}

@media (max-width: 640px) {
    .countdown-expired-action {
        width:100%;
        padding:9px 12px;
        font-size:.84rem;
    }

    .discount-lead-card {
        padding:24px 18px;
        border-radius:24px;
    }

    .discount-lead-card h2 {
        font-size:1.28rem;
    }

    .discount-lead-card p {
        font-size:.93rem;
    }
}
/* Expired discount / waitlist */

.price-box-expired {
    border:1px solid #fed7aa;
    background:linear-gradient(180deg,#fff7ed,#ffffff);
}

.expired-special-heading {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
    padding:6px 12px;
    border-radius:999px;
    color:#9a3412;
    background:#ffedd5;
    font-size:13px;
    font-weight:900;
}

.expired-special-price,
.active-regular-price {
    margin-top:9px;
    color:#475569;
    font-size:14px;
    line-height:1.9;
}

.expired-special-price del {
    color:#64748b;
    text-decoration-color:#ef4444;
    text-decoration-thickness:2px;
}

.expired-special-price span {
    display:block;
    color:#ea580c;
    font-size:12px;
    font-weight:800;
}

.active-regular-price strong {
    display:block;
    color:#0f172a;
    font-size:22px;
    font-weight:950;
}

.discount-lead-inline {
    margin-top:14px;
    border:0;
    border-radius:14px;
    padding:11px 16px;
    color:#fff;
    background:#2563eb;
    font:inherit;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(37,99,235,.22);
}

.cash-ended-note {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:5px;
    padding:4px 10px;
    border-radius:999px;
    color:#9a3412;
    background:#ffedd5;
    font-size:12px;
    font-weight:800;
}

body.discount-lead-open {
    overflow:hidden;
}

.discount-lead-modal[hidden] {
    display:none;
}

.discount-lead-modal {
    position:fixed;
    inset:0;
    z-index:1200;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
}

.discount-lead-modal.is-open {
    opacity:1;
    pointer-events:auto;
}

.discount-lead-backdrop {
    position:absolute;
    inset:0;
    border:0;
    background:rgba(15,23,42,.66);
    backdrop-filter:blur(6px);
    cursor:pointer;
}

.discount-lead-card {
    position:relative;
    width:min(100%,460px);
    padding:26px;
    border-radius:28px;
    background:#fff;
    box-shadow:0 28px 90px rgba(15,23,42,.35);
    text-align:right;
    transform:translateY(14px) scale(.98);
    transition:transform .22s ease;
}

.discount-lead-modal.is-open .discount-lead-card {
    transform:translateY(0) scale(1);
}

.discount-lead-close {
    position:absolute;
    top:14px;
    left:14px;
    width:34px;
    height:34px;
    border:0;
    border-radius:50%;
    color:#475569;
    background:#f1f5f9;
    font-size:24px;
    cursor:pointer;
}

.discount-lead-kicker {
    display:inline-flex;
    margin-bottom:10px;
    padding:5px 10px;
    border-radius:999px;
    color:#1d4ed8;
    background:#dbeafe;
    font-size:12px;
    font-weight:900;
}

.discount-lead-card h2 {
    margin:0 0 10px;
    color:#0f172a;
    font-size:24px;
    line-height:1.6;
}

.discount-lead-card p,
.discount-lead-card small {
    color:#475569;
    font-size:14px;
    line-height:2;
}

.discount-lead-card form {
    display:grid;
    gap:10px;
    margin-top:16px;
}

.discount-lead-card label {
    color:#334155;
    font-size:13px;
    font-weight:800;
}

.discount-lead-card input {
    width:100%;
    border:1px solid #cbd5e1;
    border-radius:14px;
    padding:13px 14px;
    font:inherit;
    text-align:left;
    outline:none;
}

.discount-lead-card input:focus {
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.discount-lead-status {
    min-height:24px;
    color:#64748b;
    font-size:13px;
    line-height:1.8;
}

.discount-lead-status.success {
    color:#15803d;
}

.discount-lead-status.error {
    color:#b91c1c;
}
