/* ============================================================
   Land Sellers — صفحه جذب فروشندگان سیم‌کارت + کمپین پاییزه
   تم: هم‌رنگ با رنگ اصلی سایت (--color-primary) + لهجه پاییزی
   ============================================================ */

/* ── پایه ─────────────────────────────────────────────────── */
.lp-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.lp-scroll-reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}
.lp-scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ── دکمه‌ها ──────────────────────────────────────────────── */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .95rem 1.9rem;
    border-radius: 14px;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease, background .35s ease, border-color .35s ease, color .35s ease;
}
.lp-btn .material-symbols-outlined { font-size: 1.25rem; }

.lp-btn-primary {
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
    color: #fff;
    box-shadow: 0 10px 28px rgba(var(--color-primary-rgb), .28);
}
.lp-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(var(--color-primary-rgb), .38);
}

.lp-btn-ghost {
    background: #fff;
    border-color: #e6eaf1;
    color: var(--color-text, #0d121b);
}
.lp-btn-ghost:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--color-primary-rgb), .4);
    color: var(--color-primary);
    box-shadow: 0 12px 30px rgba(var(--color-primary-rgb), .1);
}

.lp-btn-white {
    background: #fff;
    color: #9a3412;
    box-shadow: 0 14px 34px rgba(30, 12, 2, .25);
}
.lp-btn-white:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 20px 46px rgba(30, 12, 2, .32);
}

.lp-btn-outline-light {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .38);
    color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.lp-btn-outline-light:hover {
    background: rgba(255, 255, 255, .2);
    transform: translateY(-2px);
}

/* ── برگ‌های پاییزی (دکوراتیو) ────────────────────────────── */
.lp-leaf {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 0 64% 0 64%;
    background: linear-gradient(135deg, #fbbf24, #ea580c);
    opacity: .5;
    pointer-events: none;
    rotate: 24deg;
    animation: lpLeafFloat 9s ease-in-out infinite;
}
@keyframes lpLeafFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-16px) rotate(8deg); }
}

/* ── نوار کمپین بالای صفحه ────────────────────────────────── */
.lp-ribbon {
    background:
        radial-gradient(700px 120px at 12% 50%, rgba(255, 255, 255, .18), transparent 60%),
        linear-gradient(100deg, #9a3412 0%, #c2410c 45%, #ea580c 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.lp-ribbon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem 1.25rem;
    padding: .7rem 1.5rem;
    font-size: .9rem;
}
.lp-ribbon-text {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 800;
}
.lp-ribbon-text .material-symbols-outlined { font-size: 1.15rem; color: #fde68a; }
.lp-ribbon-cd {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: rgba(0, 0, 0, .18);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 100px;
    padding: .18rem .8rem;
    font-size: .82rem;
    font-weight: 600;
}
.lp-ribbon-cd .material-symbols-outlined { font-size: 1rem; }
.lp-ribbon-cd b { font-weight: 900; }
.lp-ribbon-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: #fde68a;
    font-weight: 800;
    font-size: .85rem;
    text-decoration: none;
    transition: color .25s ease, gap .25s ease;
}
.lp-ribbon-link:hover { color: #fff; gap: .5rem; }
.lp-ribbon-link .material-symbols-outlined { font-size: 1.05rem; }

/* ── ۱. هیرو ──────────────────────────────────────────────── */
.lp-hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 5.5rem;
    background:
        radial-gradient(1100px 520px at 88% 6%, rgba(var(--color-primary-rgb), .14), transparent 62%),
        radial-gradient(820px 430px at 4% 96%, rgba(249, 115, 22, .12), transparent 60%),
        linear-gradient(165deg, color-mix(in srgb, var(--color-primary) 6%, #fff) 0%, color-mix(in srgb, var(--color-primary) 10%, #fff) 45%, #fff 100%);
}
.lp-hero-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.lp-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(var(--color-primary-rgb), .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--color-primary-rgb), .05) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 75%);
}
.lp-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    animation: lpBlob 15s ease-in-out infinite;
}
.lp-blob-1 {
    width: 420px;
    height: 420px;
    top: -140px;
    left: -80px;
    background: rgba(var(--color-primary-rgb), .16);
}
.lp-blob-2 {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -60px;
    background: rgba(249, 115, 22, .14);
    animation-delay: -5s;
}
.lp-blob-3 {
    width: 220px;
    height: 220px;
    top: 35%;
    right: 32%;
    background: rgba(var(--color-primary-rgb), .08);
    animation-delay: -9s;
}
@keyframes lpBlob {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%      { transform: translate(26px, -22px) scale(1.07); }
    66%      { transform: translate(-18px, 14px) scale(.96); }
}
.lp-hero .lp-leaf-1 { top: 14%; right: 8%; width: 26px; height: 26px; opacity: .6; }
.lp-hero .lp-leaf-2 { top: 62%; right: 3%; width: 18px; height: 18px; opacity: .45; animation-delay: -3s; rotate: 70deg; }
.lp-hero .lp-leaf-3 { bottom: 12%; left: 6%; width: 22px; height: 22px; opacity: .5; animation-delay: -6s; rotate: -30deg; }

.lp-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 3rem;
    align-items: center;
}
.lp-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-bottom: 1.4rem;
}
.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem 1rem;
    border-radius: 100px;
    background: #fff;
    border: 1px solid rgba(var(--color-primary-rgb), .2);
    color: var(--color-primary);
    font-size: .84rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(var(--color-primary-rgb), .08);
    text-decoration: none;
}
.lp-hero-badge .material-symbols-outlined { font-size: 1.05rem; }
.lp-hero-badge-camp {
    background: linear-gradient(120deg, #fff7ed, #ffedd5);
    border-color: rgba(234, 88, 12, .3);
    color: #9a3412;
    transition: transform .3s ease, box-shadow .3s ease;
}
.lp-hero-badge-camp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(234, 88, 12, .22);
}
.lp-hero-badge-camp .material-symbols-outlined { color: #ea580c; }

.lp-hero-title {
    font-size: clamp(2.1rem, 4.6vw, 3.4rem);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.02em;
    margin: 0 0 1.1rem;
    color: #0d121b;
    background: linear-gradient(115deg, #0d121b 35%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lp-hero-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    line-height: 2;
    color: #4b5563;
    margin: 0 0 1.5rem;
    max-width: 36rem;
}
.lp-hero-trust {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .9rem;
}
.lp-hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .86rem;
    font-weight: 600;
    color: #374151;
}
.lp-hero-trust .material-symbols-outlined {
    font-size: 1.05rem;
    color: var(--color-primary);
}
.lp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

/* ── تصویرسازی سیم‌کارت ───────────────────────────────────── */
.lp-hero-visual { display: flex; justify-content: center; }
.lp-sim-wrap {
    position: relative;
    width: min(360px, 100%);
    padding: 2.2rem 1.2rem;
}
.lp-sim-glow {
    position: absolute;
    inset: 6% 2%;
    background: radial-gradient(closest-side, rgba(var(--color-primary-rgb), .35), transparent 75%);
    filter: blur(34px);
    z-index: 0;
}
.lp-sim-card {
    position: relative;
    z-index: 1;
    border-radius: 28px;
    padding: 1.6rem 1.5rem;
    color: #fff;
    background:
        radial-gradient(340px 200px at 90% -10%, rgba(var(--color-primary-rgb), .5), transparent 65%),
        linear-gradient(150deg, #0f172a 0%, #1e293b 60%, #0b1220 100%);
    box-shadow: 0 30px 70px rgba(13, 18, 27, .35), 0 4px 0 rgba(255, 255, 255, .04) inset;
    rotate: -3deg;
    transition: rotate .5s cubic-bezier(.16, 1, .3, 1), transform .5s cubic-bezier(.16, 1, .3, 1);
}
.lp-sim-wrap:hover .lp-sim-card { rotate: 0deg; transform: translateY(-6px); }
.lp-sim-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}
.lp-sim-brand {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .85);
}
.lp-sim-brand .material-symbols-outlined { font-size: 1.2rem; color: #fbbf24; }
.lp-sim-rond {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    color: #fde68a;
    border: 1px solid rgba(253, 230, 138, .45);
    border-radius: 100px;
    padding: .14rem .6rem;
}
.lp-sim-chip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 62px;
    padding: 7px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fde68a, #f59e0b 45%, #d97706);
    box-shadow: 0 4px 14px rgba(217, 119, 6, .4);
    margin-bottom: 1.2rem;
}
.lp-sim-chip span {
    height: 12px;
    border-radius: 2.5px;
    background: rgba(120, 53, 15, .32);
}
.lp-sim-number {
    font-size: clamp(1.35rem, 2.6vw, 1.7rem);
    font-weight: 900;
    letter-spacing: .09em;
    margin-bottom: 1rem;
    text-shadow: 0 0 26px rgba(253, 230, 138, .35);
}
.lp-sim-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: 1.3rem;
}
.lp-sim-meta span {
    font-size: .74rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 100px;
    padding: .22rem .7rem;
}
.lp-sim-live {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .78);
    border-top: 1px dashed rgba(255, 255, 255, .16);
    padding-top: 1rem;
}
.lp-sim-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 0 rgba(52, 211, 153, .5);
    animation: lpPulse 2s infinite;
}
@keyframes lpPulse {
    0%   { box-shadow: 0 0 0 0 rgba(52, 211, 153, .5); }
    70%  { box-shadow: 0 0 0 10px rgba(52, 211, 153, 0); }
    100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.lp-float {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 14px;
    padding: .55rem .9rem;
    font-size: .78rem;
    font-weight: 700;
    color: #1f2937;
    box-shadow: 0 16px 40px rgba(13, 18, 27, .12);
    animation: lpFloatChip 6s ease-in-out infinite;
}
.lp-float .material-symbols-outlined { font-size: 1.1rem; color: var(--color-primary); }
.lp-float-1 { top: 6%; left: -6%; }
.lp-float-2 { bottom: 8%; right: -8%; animation-delay: -3s; }
.lp-float-2 .material-symbols-outlined { color: #059669; }
@keyframes lpFloatChip {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

/* ── ۲. آمار ──────────────────────────────────────────────── */
.lp-stats {
    background: #fff;
    border-bottom: 1px solid #eef1f6;
    padding: 2.8rem 0 3.2rem;
}
.lp-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
}
.lp-stat-card {
    text-align: center;
    padding: 1.7rem 1rem 1.5rem;
    border-radius: 20px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--color-primary) 4%, #fff), #fff);
    border: 1px solid #eef1f6;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s ease, border-color .4s ease;
}
.lp-stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--color-primary-rgb), .25);
    box-shadow: 0 20px 50px rgba(var(--color-primary-rgb), .1);
}
.lp-stat-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 14px;
    margin: 0 auto .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--color-primary-rgb), .1);
    color: var(--color-primary);
}
.lp-stat-icon .material-symbols-outlined { font-size: 1.6rem; }
.lp-stat-number {
    font-size: 1.75rem;
    font-weight: 900;
    color: #0d121b;
    letter-spacing: -.01em;
}
.lp-stat-label {
    margin-top: .35rem;
    font-size: .88rem;
    color: #6b7280;
}

/* ── ۳. کارت کمپین پاییزه ─────────────────────────────────── */
.lp-campaign {
    padding: 4.5rem 0;
    background:
        radial-gradient(900px 400px at 90% 0%, rgba(234, 88, 12, .07), transparent 60%),
        linear-gradient(180deg, #fafbfd, #fff);
}
.lp-camp-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: clamp(1.75rem, 3.5vw, 3rem);
    color: #fff;
    background:
        radial-gradient(1000px 460px at 88% -12%, rgba(251, 191, 36, .38), transparent 62%),
        radial-gradient(760px 380px at 0% 115%, rgba(69, 26, 3, .6), transparent 68%),
        linear-gradient(135deg, #7c2d12 0%, #9a3412 32%, #c2410c 64%, #ea580c 100%);
    box-shadow: 0 34px 90px rgba(154, 52, 18, .35);
}
.lp-camp-deco { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.lp-camp-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: lpBlob 16s ease-in-out infinite;
}
.lp-camp-blob-1 {
    width: 340px;
    height: 340px;
    top: -120px;
    right: -80px;
    background: rgba(253, 230, 138, .28);
}
.lp-camp-blob-2 {
    width: 260px;
    height: 260px;
    bottom: -110px;
    left: 6%;
    background: rgba(0, 0, 0, .28);
    animation-delay: -7s;
}
.lp-camp-leaf-1 { top: 12%; left: 5%; background: linear-gradient(135deg, #fde68a, #f59e0b); opacity: .5; }
.lp-camp-leaf-2 { bottom: 14%; right: 6%; background: linear-gradient(135deg, #fde68a, #f59e0b); opacity: .4; rotate: 66deg; animation-delay: -4s; }

.lp-camp-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 2rem;
}
.lp-camp-seal {
    flex-shrink: 0;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .1rem;
    text-align: center;
    background: rgba(255, 255, 255, .12);
    border: 2px dashed rgba(253, 230, 138, .65);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .06), 0 18px 40px rgba(0, 0, 0, .18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: lpSealPulse 4s ease-in-out infinite;
}
@keyframes lpSealPulse {
    0%, 100% { box-shadow: 0 0 0 8px rgba(255, 255, 255, .06), 0 18px 40px rgba(0, 0, 0, .18); }
    50%      { box-shadow: 0 0 0 14px rgba(255, 255, 255, .09), 0 20px 44px rgba(0, 0, 0, .22); }
}
.lp-camp-seal-num {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.1;
    color: #fde68a;
}
.lp-camp-seal-label {
    font-size: .68rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .88);
    line-height: 1.5;
    padding: 0 .6rem;
}
.lp-camp-heading { flex: 1; }
.lp-camp-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 100px;
    padding: .3rem .95rem;
    font-size: .8rem;
    font-weight: 700;
    color: #fef3c7;
    margin-bottom: .9rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.lp-camp-badge .material-symbols-outlined { font-size: 1.05rem; }
.lp-camp-title {
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    font-weight: 900;
    line-height: 1.45;
    margin: 0 0 .7rem;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .18);
}
.lp-camp-desc {
    margin: 0;
    font-size: .95rem;
    line-height: 2;
    color: rgba(255, 251, 235, .92);
    max-width: 46rem;
}

.lp-camp-body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 1.6rem;
    align-items: stretch;
}

/* شمارش معکوس */
.lp-camp-countdown {
    border-radius: 24px;
    padding: 1.6rem;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-camp-cd-head {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    font-weight: 800;
    color: #fde68a;
    margin-bottom: 1.2rem;
}
.lp-camp-cd-head .material-symbols-outlined { font-size: 1.2rem; }
.lp-cd-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .7rem;
    margin-bottom: 1.4rem;
}
.lp-cd-box {
    text-align: center;
    border-radius: 16px;
    padding: .9rem .4rem;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .14) inset;
}
.lp-cd-num {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
.lp-cd-label {
    display: block;
    margin-top: .2rem;
    font-size: .72rem;
    font-weight: 600;
    color: rgba(255, 251, 235, .82);
}
.lp-cd-ended .lp-cd-num { color: #fca5a5; }

.lp-cd-progress { margin-top: auto; }
.lp-cd-track {
    height: 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .18);
    overflow: hidden;
}
.lp-cd-fill {
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, #fde68a, #fbbf24);
    box-shadow: 0 0 18px rgba(251, 191, 36, .55);
    transition: width 1s linear;
}
.lp-cd-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .35rem .8rem;
    margin-top: .8rem;
    font-size: .78rem;
    color: rgba(255, 251, 235, .82);
}
.lp-cd-remain {
    background: rgba(0, 0, 0, .24);
    border-radius: 100px;
    padding: .16rem .7rem;
    font-weight: 700;
}
.lp-cd-remain b { color: #fde68a; font-weight: 900; }

/* ستون شرایط و اقدام */
.lp-camp-side {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.lp-camp-compare {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: .7rem;
    border-radius: 20px;
    padding: 1rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
}
.lp-camp-cmp-item {
    text-align: center;
    border-radius: 14px;
    padding: .8rem .5rem;
}
.lp-camp-cmp-label {
    display: block;
    font-size: .74rem;
    font-weight: 600;
    margin-bottom: .3rem;
}
.lp-camp-cmp-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
}
.lp-camp-cmp-old {
    background: rgba(0, 0, 0, .18);
    color: rgba(255, 251, 235, .75);
}
.lp-camp-cmp-old .lp-camp-cmp-value { text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: rgba(252, 165, 165, .8); }
.lp-camp-cmp-new {
    background: #fff;
    color: #9a3412;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}
.lp-camp-cmp-new .lp-camp-cmp-label { color: #c2410c; }
.lp-camp-cmp-arrow {
    font-size: 1.5rem;
    color: #fde68a;
}
.lp-camp-save {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    font-size: .82rem;
    font-weight: 800;
    color: #fde68a;
}
.lp-camp-save .material-symbols-outlined { font-size: 1.15rem; }

.lp-camp-terms {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}
.lp-camp-terms li {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    font-size: .87rem;
    line-height: 1.9;
    color: rgba(255, 251, 235, .95);
}
.lp-camp-terms .material-symbols-outlined {
    font-size: 1.1rem;
    color: #fde68a;
    margin-top: .3rem;
    flex-shrink: 0;
}

.lp-camp-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem;
}
.lp-camp-note {
    display: inline-flex;
    align-items: flex-start;
    gap: .4rem;
    font-size: .78rem;
    line-height: 1.8;
    color: rgba(255, 251, 235, .8);
}
.lp-camp-note .material-symbols-outlined { font-size: 1.05rem; color: #fde68a; margin-top: .15rem; }

/* ── بخش‌های عمومی ────────────────────────────────────────── */
.lp-section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.lp-features, .lp-benefits { background: #fff; }
.lp-section-alt {
    background:
        radial-gradient(900px 380px at 8% 0%, rgba(var(--color-primary-rgb), .05), transparent 60%),
        linear-gradient(180deg, #f7f9fc, #fbfcfe);
    border-top: 1px solid #eef1f6;
    border-bottom: 1px solid #eef1f6;
}
.lp-section-head {
    text-align: center;
    max-width: 46rem;
    margin: 0 auto clamp(2.2rem, 4vw, 3.4rem);
}
.lp-label {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(var(--color-primary-rgb), .09);
    border: 1px solid rgba(var(--color-primary-rgb), .18);
    color: var(--color-primary);
    border-radius: 100px;
    padding: .4rem 1rem;
    font-size: .84rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.lp-label .material-symbols-outlined { font-size: 1.1rem; }
.lp-section-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: -.015em;
    color: #0d121b;
    margin: 0 0 .8rem;
}
.lp-section-desc {
    font-size: 1rem;
    line-height: 2;
    color: #6b7280;
    margin: 0;
}

.lp-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* ── ۴. ویژگی‌ها ──────────────────────────────────────────── */
.lp-feature-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 22px;
    padding: 2rem 1.75rem;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease, border-color .45s ease;
}
.lp-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), color-mix(in srgb, var(--color-primary) 40%, #f97316));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}
.lp-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--color-primary-rgb), .22);
    box-shadow: 0 26px 60px rgba(var(--color-primary-rgb), .12);
}
.lp-feature-card:hover::before { transform: scaleX(1); transform-origin: left; }
.lp-feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--color-primary-rgb), .1);
    color: var(--color-primary);
    margin-bottom: 1.25rem;
    transition: background .4s ease, color .4s ease, transform .4s cubic-bezier(.16, 1, .3, 1);
}
.lp-feature-icon .material-symbols-outlined { font-size: 1.7rem; }
.lp-feature-card:hover .lp-feature-icon {
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
    color: #fff;
    transform: rotate(-6deg) scale(1.06);
}
.lp-feature-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0d121b;
    margin: 0 0 .55rem;
}
.lp-feature-desc {
    font-size: .9rem;
    line-height: 1.95;
    color: #6b7280;
    margin: 0;
}

/* ── ۵. مراحل شروع ────────────────────────────────────────── */
.lp-steps-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.lp-steps-grid::before {
    content: '';
    position: absolute;
    top: 3.2rem;
    right: 9%;
    left: 9%;
    border-top: 2px dashed rgba(var(--color-primary-rgb), .22);
    z-index: 0;
}
.lp-step-card {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 22px;
    padding: 2.1rem 1.5rem 1.8rem;
    overflow: hidden;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease, border-color .45s ease;
}
.lp-step-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--color-primary-rgb), .22);
    box-shadow: 0 24px 56px rgba(var(--color-primary-rgb), .1);
}
.lp-step-ghost {
    position: absolute;
    top: .4rem;
    left: .9rem;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(var(--color-primary-rgb), .08);
    pointer-events: none;
}
.lp-step-icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
    color: #fff;
    box-shadow: 0 12px 26px rgba(var(--color-primary-rgb), .3);
    margin-bottom: 1.1rem;
}
.lp-step-icon .material-symbols-outlined { font-size: 1.55rem; }
.lp-step-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0d121b;
    margin: 0 0 .5rem;
}
.lp-step-desc {
    font-size: .87rem;
    line-height: 1.95;
    color: #6b7280;
    margin: 0;
}

/* ── ۶. مزایا و کارت تسویه ────────────────────────────────── */
.lp-benefits-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: clamp(2rem, 4vw, 3.4rem);
    align-items: start;
}
.lp-benefits-copy .lp-section-title { margin-bottom: .6rem; }
.lp-benefits-copy .lp-section-desc { margin-bottom: 1.9rem; }
.lp-benefit-list {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}
.lp-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eef1f6;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease, border-color .35s ease;
}
.lp-benefit-item:hover {
    transform: translateX(-6px);
    border-color: rgba(var(--color-primary-rgb), .25);
    box-shadow: 0 16px 44px rgba(var(--color-primary-rgb), .09);
}
.lp-benefit-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
    color: #fff;
    box-shadow: 0 10px 24px rgba(var(--color-primary-rgb), .26);
}
.lp-benefit-icon .material-symbols-outlined { font-size: 1.4rem; }
.lp-benefit-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0d121b;
    margin: 0 0 .3rem;
}
.lp-benefit-desc {
    font-size: .87rem;
    line-height: 1.9;
    color: #6b7280;
    margin: 0;
}

.lp-payout-wrap {
    position: sticky;
    top: calc(var(--header-h, 80px) + 18px);
}
.lp-payout-mock {
    border-radius: 26px;
    background: #fff;
    border: 1px solid #eef1f6;
    box-shadow: 0 30px 70px rgba(13, 18, 27, .1);
    padding: 1.6rem;
    overflow: hidden;
    position: relative;
}
.lp-payout-mock::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--color-primary), color-mix(in srgb, var(--color-primary) 35%, #f97316));
}
.lp-payout-head {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .95rem;
    font-weight: 800;
    color: #0d121b;
    padding-bottom: 1.1rem;
    border-bottom: 1px dashed #e8ecf2;
    margin-bottom: 1.1rem;
}
.lp-payout-head .material-symbols-outlined {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--color-primary-rgb), .1);
    color: var(--color-primary);
    font-size: 1.3rem;
}
.lp-payout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding: .6rem 0;
    font-size: .88rem;
    color: #6b7280;
}
.lp-payout-row strong { color: #0d121b; font-weight: 800; }
.lp-payout-camp {
    display: inline-block;
    font-style: normal;
    font-size: .7rem;
    font-weight: 800;
    color: #9a3412;
    background: linear-gradient(120deg, #fff7ed, #ffedd5);
    border: 1px solid rgba(234, 88, 12, .3);
    border-radius: 100px;
    padding: .08rem .55rem;
    margin-right: .35rem;
}
.lp-payout-commission strong { color: #c2410c; }
.lp-payout-net {
    margin-top: .5rem;
    border-radius: 14px;
    padding: .85rem 1rem;
    background: rgba(var(--color-primary-rgb), .07);
    border: 1px solid rgba(var(--color-primary-rgb), .16);
}
.lp-payout-net span { font-weight: 700; color: #374151; }
.lp-payout-net strong { color: var(--color-primary); font-size: 1rem; }
.lp-payout-foot {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px dashed #e8ecf2;
    font-size: .8rem;
    font-weight: 600;
    color: #6b7280;
}
.lp-payout-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #34d399;
    animation: lpPulse 2s infinite;
}

/* ── ۷. نظرات فروشندگان ───────────────────────────────────── */
.lp-testimonial-card {
    position: relative;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 22px;
    padding: 1.9rem 1.6rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease, border-color .45s ease;
}
.lp-testimonial-card::before {
    content: '”';
    position: absolute;
    top: .4rem;
    right: 1.1rem;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(var(--color-primary-rgb), .09);
    font-family: Georgia, serif;
}
.lp-testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--color-primary-rgb), .22);
    box-shadow: 0 26px 60px rgba(var(--color-primary-rgb), .1);
}
.lp-testimonial-stars {
    display: flex;
    gap: .15rem;
    margin-bottom: 1rem;
}
.lp-testimonial-stars .material-symbols-outlined {
    font-size: 1.15rem;
    color: #f59e0b;
}
.lp-testimonial-text {
    position: relative;
    z-index: 1;
    font-size: .92rem;
    line-height: 2;
    color: #4b5563;
    margin: 0 0 1.4rem;
    flex: 1;
}
.lp-testimonial-user {
    display: flex;
    align-items: center;
    gap: .8rem;
}
.lp-testimonial-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.05rem;
    color: #fff;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
    flex-shrink: 0;
}
.lp-testimonial-name { font-size: .95rem; font-weight: 800; color: #0d121b; }
.lp-testimonial-role { font-size: .8rem; color: #9ca3af; margin-top: .15rem; }

/* ── ۸. سوالات متداول ─────────────────────────────────────── */
.lp-faq-section {
    max-width: 960px;
    margin: 0 auto;
    padding: 4.5rem 1.5rem 3rem;
}
.lp-faq-wrap {
    position: relative;
    border-radius: 26px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 4%, #f8fafc), #ffffff 60%, color-mix(in srgb, var(--color-secondary, #f97316) 3%, #fafbfc));
    border: 1px solid #e8ecf0;
    padding: clamp(1.5rem, 3.5vw, 3rem);
    overflow: hidden;
}
.lp-faq-decor {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--color-primary-rgb), .1), transparent 70%);
    pointer-events: none;
}
.lp-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 3rem;
    position: relative;
    z-index: 1;
}
.lp-faq-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-faq-badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 1.25rem;
}
.lp-faq-title {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 900;
    color: var(--color-text, #0d121b);
    margin: 0 0 .75rem;
    line-height: 1.4;
}
.lp-faq-desc {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.8;
}
.lp-faq-desc a { color: var(--color-primary); font-weight: 700; text-decoration: none; }
.lp-faq-desc a:hover { text-decoration: underline; }
.lp-faq-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-faq-item {
    border-radius: 14px;
    border: 1px solid #eef1f5;
    background: #fff;
    overflow: hidden;
    transition: border-color .3s ease, box-shadow .3s ease, transform .2s ease;
}
.lp-faq-item:hover {
    border-color: rgba(var(--color-primary-rgb), .2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
}
.lp-faq-item[open] {
    border-color: rgba(var(--color-primary-rgb), .35);
    box-shadow: 0 6px 24px rgba(var(--color-primary-rgb), .1);
    transform: translateY(-1px);
}
.lp-faq-item summary {
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text, #0d121b);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.6;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(var(--color-primary-rgb), .1);
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
}
.lp-faq-item summary::after {
    content: '+';
    margin-right: auto;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f3f4f6;
    color: #9ca3af;
    font-size: 15px;
    font-weight: 500;
    transition: all .25s ease;
}
.lp-faq-item[open] summary::after {
    content: '\2212';
    background: var(--color-primary);
    color: #fff;
    transform: rotate(180deg);
}
.lp-faq-item p {
    padding: 0 18px 16px 46px;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.9;
    margin: 0;
}
.lp-faq-item p a { color: var(--color-primary); font-weight: 700; text-decoration: none; }
.lp-faq-item p a:hover { text-decoration: underline; }

/* ── ۹. فراخوان نهایی ─────────────────────────────────────── */
.lp-cta-section {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 6rem;
    background:
        radial-gradient(900px 420px at 85% 0%, rgba(255, 255, 255, .14), transparent 60%),
        linear-gradient(130deg, var(--color-primary-hover) 0%, var(--color-primary) 55%, color-mix(in srgb, var(--color-primary) 62%, #0d121b) 100%);
}
.lp-cta-deco { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.lp-cta-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 80%);
}
.lp-cta-leaf-1 { top: 16%; right: 7%; width: 26px; height: 26px; background: linear-gradient(135deg, #fde68a, #f59e0b); opacity: .55; }
.lp-cta-leaf-2 { bottom: 18%; left: 8%; width: 20px; height: 20px; background: linear-gradient(135deg, #fde68a, #f59e0b); opacity: .45; rotate: 60deg; animation-delay: -4s; }
.lp-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}
.lp-cta-chip {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: .4rem;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 100px;
    padding: .45rem 1.1rem;
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.lp-cta-chip .material-symbols-outlined { font-size: 1.1rem; color: #fde68a; }
.lp-cta-chip b { font-weight: 900; color: #fde68a; }
.lp-cta-title {
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    letter-spacing: -.015em;
    margin: 0 0 .9rem;
}
.lp-cta-subtitle {
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, .85);
    margin: 0 0 2.2rem;
}
.lp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem;
}

/* ── ریسپانسیو ────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .lp-hero-inner { grid-template-columns: 1fr; gap: 2.8rem; }
    .lp-hero-visual { order: 2; }
    .lp-hero { padding: 3.5rem 0 4rem; }
    .lp-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .lp-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .lp-steps-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-steps-grid::before { display: none; }
    .lp-camp-body { grid-template-columns: 1fr; }
    .lp-benefits-grid { grid-template-columns: 1fr; }
    .lp-payout-wrap { position: static; max-width: 30rem; margin: 0 auto; }
}

@media (max-width: 768px) {
    .lp-float-1 { left: 0; }
    .lp-float-2 { right: 0; }
    .lp-camp-head { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
    .lp-faq-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .lp-faq-left { text-align: center; align-items: center; }
    .lp-faq-badge { align-self: center; }
    .lp-faq-wrap { padding: 1.5rem; }
    .lp-faq-item summary { padding: 12px 14px; font-size: 13px; }
    .lp-faq-item p { padding: 0 14px 14px 40px; font-size: 12.5px; }
    .lp-ribbon-inner { font-size: .82rem; }
}

@media (max-width: 600px) {
    .lp-container { padding: 0 1rem; }
    .lp-grid-4, .lp-grid-3, .lp-steps-grid { grid-template-columns: 1fr; }
    .lp-hero-title { font-size: 1.85rem; }
    .lp-btn { width: 100%; }
    .lp-hero-actions, .lp-cta-actions { flex-direction: column; }
    .lp-cd-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-camp-seal { width: 96px; height: 96px; }
    .lp-camp-seal-num { font-size: 1.9rem; }
    .lp-sim-wrap { padding: 1.6rem .6rem; }
    .lp-float { font-size: .72rem; padding: .45rem .7rem; }
    .lp-camp-compare { grid-template-columns: 1fr; }
    .lp-camp-cmp-arrow { justify-self: center; rotate: -90deg; }
}

/* ── کاهش حرکت (دسترس‌پذیری) ──────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .lp-scroll-reveal { opacity: 1; transform: none; transition: none; }
    .lp-leaf, .lp-blob, .lp-camp-blob, .lp-float, .lp-sim-dot, .lp-payout-dot, .lp-camp-seal {
        animation: none !important;
    }
    .lp-cd-fill { transition: none; }
}

/* اسکرول نرم برای لینک‌های لنگر */
@media (prefers-reduced-motion: no-preference) {
    html:has(.lp-hero) { scroll-behavior: smooth; }
}
