/* لندینگ اشتراک همیار گرافیک پرو */
.plans-landing .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.plans-landing {
    --pl-gold: #E5AA08;
    --pl-gold-dark: #b78806;
    --pl-ink: #141414;
    --pl-ink-2: #1c1c1c;
    --pl-muted: #6b7280;
    --pl-cream: #fbf8f0;
    overflow-x: hidden;
}
.plans-landing a,
.plans-landing button {
    cursor: pointer;
}
.plans-landing *:focus-visible {
    outline: 2px solid var(--pl-gold);
    outline-offset: 3px;
}

.pl-inner {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px) { .pl-inner { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .pl-inner { padding-left: 2rem; padding-right: 2rem; } }

/* Hero */
.pl-hero {
    position: relative;
    background:
        radial-gradient(ellipse 80% 60% at 20% 20%, rgba(229, 170, 8, 0.18), transparent 55%),
        radial-gradient(ellipse 50% 40% at 90% 80%, rgba(229, 170, 8, 0.12), transparent 50%),
        linear-gradient(180deg, #161616 0%, #1a1812 70%, #111111 100%);
    color: #fff;
    padding: 2.5rem 0 5.5rem;
}
.pl-hero__grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .pl-hero {
        padding: 3.5rem 0 7rem;
    }
    .pl-hero__grid {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 3rem;
    }
}
.pl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--pl-gold);
    margin-bottom: 0.75rem;
}
.pl-hero h1 {
    font-size: clamp(1.75rem, 4vw, 3.15rem);
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 1rem;
}
.pl-hero h1 span { color: var(--pl-gold); }
.pl-hero__lead {
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.82);
    max-width: 36rem;
    margin-bottom: 1.5rem;
}
.pl-hero__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    gap: 0.55rem;
}
.pl-hero__checks li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
}
.pl-hero__check {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgba(229, 170, 8, 0.2);
    color: var(--pl-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    border: 0;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.pl-btn:hover { transform: translateY(-1px); }
.pl-btn--gold {
    background: var(--pl-gold);
    color: #111;
    padding: 0.9rem 1.6rem;
    box-shadow: 0 10px 28px rgba(229, 170, 8, 0.28);
}
.pl-btn--gold:hover { background: var(--pl-gold-dark); color: #111; }
.pl-btn--ghost {
    background: transparent;
    color: #fff;
    padding: 0.9rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
}
.pl-btn--ghost:hover { background: rgba(255, 255, 255, 0.08); }
.pl-hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.pl-hero-art {
    position: relative;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pl-badge3d {
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 1.6rem;
    background: linear-gradient(145deg, #f3c43a, #c48e06 55%, #8a6404);
    box-shadow:
        12px 18px 0 rgba(0, 0, 0, 0.28),
        0 20px 40px rgba(0, 0, 0, 0.35),
        inset 0 2px 0 rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-weight: 900;
    font-size: 1.85rem;
    transform: rotate(-8deg);
    position: relative;
    z-index: 2;
}
.pl-badge3d--sm {
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    font-size: 0.95rem;
    border-radius: 1.1rem;
    transform: rotate(12deg);
    z-index: 1;
}
.pl-badge3d--premium { top: 8%; left: 8%; }
.pl-badge3d--pack { bottom: 6%; right: 10%; background: linear-gradient(145deg, #2a2a2a, #111); color: var(--pl-gold); box-shadow: 10px 14px 0 rgba(0,0,0,.3); }

.pl-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 70px;
    color: #fff;
}
.pl-wave svg { display: block; width: 100%; height: 100%; }

.pl-navpills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.75rem;
}
.pl-navpills a {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(229, 170, 8, 0.35);
    color: #fff;
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
}
.pl-navpills a:hover { background: var(--pl-gold); color: #111; }

/* Sections */
.pl-section { padding: 4rem 0; }
.pl-section--cream { background: var(--pl-cream); }
.pl-section--white { background: #fff; }
.pl-section--dark { background: #171717; color: #fff; }
.pl-section--dark a { color: #ffffff; text-underline-offset: 3px; }
.pl-eyebrow {
    color: var(--pl-gold-dark);
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}
.pl-section--dark .pl-eyebrow { color: var(--pl-gold); }
.pl-h2 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 900;
    color: #111;
    margin: 0 0 0.5rem;
}
.pl-section--dark .pl-h2 { color: #fff; }
.pl-lead {
    color: var(--pl-muted);
    line-height: 1.85;
    max-width: 42rem;
}
.pl-section--dark .pl-lead { color: rgba(255,255,255,.72); }

/* Compare */
.pl-compare {
    display: grid;
    gap: 1.5rem;
}
@media (min-width: 1024px) {
    .pl-compare { grid-template-columns: 0.85fr 1.15fr; align-items: stretch; }
}
.pl-side-cards { display: grid; gap: 1rem; }
@media (min-width: 640px) { .pl-side-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .pl-side-cards { grid-template-columns: 1fr; } }
.pl-mini {
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1.25rem;
    padding: 1.25rem;
}
.pl-mini--pro {
    background: linear-gradient(180deg, #1a1a1a, #111);
    color: #fff;
    border-color: var(--pl-gold);
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.pl-mini h3 { font-size: 1.05rem; font-weight: 800; margin: 0 0 0.35rem; }
.pl-mini p { font-size: 0.85rem; line-height: 1.7; margin: 0; color: inherit; opacity: .8; }

.pl-table-wrap {
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1.25rem;
    overflow: auto;
}
.pl-table { width: 100%; border-collapse: collapse; min-width: 420px; }
.pl-table th, .pl-table td {
    padding: 0.9rem 1rem;
    text-align: right;
    font-size: 0.875rem;
    border-bottom: 1px solid #f3eee2;
}
.pl-table th { background: #faf6ec; font-weight: 800; color: #111; }
.pl-table td.pl-yes { color: #047857; font-weight: 800; text-align: center; }
.pl-table td.pl-no { color: #d97706; font-weight: 800; text-align: center; }

/* Duration pills */
.pl-durations {
    display: grid;
    gap: 0.75rem;
    margin: 1.75rem 0 2rem;
}
@media (min-width: 768px) {
    .pl-durations { grid-template-columns: repeat(4, 1fr); }
}
.pl-duration {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e0cc;
    border-radius: 1rem;
    padding: 0.9rem 0.6rem;
    color: #111;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.pl-duration.is-active,
.pl-duration:hover {
    background: #171717;
    color: #fff;
    border-color: var(--pl-gold);
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.pl-duration__name { font-weight: 800; font-size: 0.95rem; }
.pl-duration__price { font-size: 0.8rem; opacity: .8; }
.pl-duration__old { text-decoration: line-through; opacity: .55; font-size: 0.72rem; }

/* Plan cards */
.pl-plans {
    display: grid;
    gap: 1.1rem;
}
@media (min-width: 768px) { .pl-plans { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1280px) { .pl-plans { grid-template-columns: repeat(4, 1fr); } }
.pl-card {
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1.35rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.pl-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.08); }
.pl-card--featured {
    border-color: var(--pl-gold);
    box-shadow: 0 16px 36px rgba(229, 170, 8, 0.18);
}
.pl-card__ribbon {
    background: var(--pl-gold);
    color: #111;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.4rem;
}
.pl-card__body { padding: 1.25rem 1.2rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.pl-card h3 { font-size: 1.05rem; font-weight: 900; margin: 0 0 0.8rem; color: #111; }
.pl-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.35rem 0.5rem; margin-bottom: 0.35rem; }
.pl-price__now { font-size: 1.55rem; font-weight: 900; color: #111; }
.pl-card--featured .pl-price__now { color: #047857; }
.pl-price__unit { font-size: 0.8rem; color: #6b7280; }
.pl-price__old { color: #9ca3af; text-decoration: line-through; font-size: 0.9rem; }
.pl-save { font-size: 0.75rem; font-weight: 700; color: #047857; margin-bottom: 0.8rem; }
.pl-card ul { list-style: none; padding: 0; margin: 0 0 1.1rem; display: grid; gap: 0.55rem; flex: 1; }
.pl-card li { display: flex; gap: 0.5rem; font-size: 0.82rem; color: #374151; line-height: 1.55; }
.pl-card li svg { flex-shrink: 0; width: 1.05rem; height: 1.05rem; color: var(--pl-gold-dark); margin-top: 0.15rem; }
.pl-card .pl-btn { width: 100%; margin-top: auto; }
.pl-card .pl-btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; background: #e5e7eb; color: #6b7280; box-shadow: none; }

/* Products */
.pl-products {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .pl-products { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .pl-products { grid-template-columns: repeat(4, 1fr); } }
.pl-prod {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform .2s, box-shadow .2s;
}
.pl-prod:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.08); }
.pl-prod__img { position: relative; aspect-ratio: 4/3; background: #f3f4f6; overflow: hidden; }
.pl-prod__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pl-prod__badge {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    background: #047857;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.28rem 0.5rem;
    border-radius: 0.45rem;
}
.pl-prod__body { padding: 0.75rem 0.85rem 0.95rem; }
.pl-prod__title { font-size: 0.82rem; font-weight: 800; color: #111; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.5em; }
.pl-prod__cat { font-size: 0.7rem; color: #6b7280; margin-top: 0.25rem; }

/* Stats */
.pl-statrow {
    display: grid;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 900px) { .pl-statrow { grid-template-columns: 0.9fr 1.1fr; } }
.pl-statnum {
    font-size: clamp(4rem, 10vw, 7rem);
    font-weight: 900;
    line-height: 0.9;
    background: linear-gradient(180deg, #fff, #cfcfcf);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.04em;
}

/* Split features */
.pl-split {
    display: grid;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 900px) { .pl-split { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.pl-split--rev { }
@media (min-width: 900px) {
    .pl-split--rev .pl-split__copy { order: 2; }
    .pl-split--rev .pl-split__visual { order: 1; }
}
.pl-panel {
    background: #111;
    border-radius: 1.4rem;
    min-height: 240px;
    padding: 1.5rem;
    color: #fff;
    border: 1px solid rgba(229,170,8,.25);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.pl-panel h3 { margin: 0 0 0.75rem; font-size: 1rem; }
.pl-meter { height: 8px; background: #2a2a2a; border-radius: 99px; overflow: hidden; margin: 0.5rem 0 1.1rem; }
.pl-meter span { display: block; height: 100%; width: 62%; background: var(--pl-gold); }
.pl-kpi { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.pl-kpi div { background: #1c1c1c; border-radius: 0.75rem; padding: 0.7rem; }
.pl-kpi strong { display: block; color: var(--pl-gold); font-size: 1.05rem; }
.pl-kpi span { font-size: 0.72rem; color: #9ca3af; }

.pl-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1rem 0 0;
}
.pl-cats a {
    background: #fff;
    border: 1px solid #eadfb8;
    color: #111;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}
.pl-cats a:hover { background: var(--pl-gold); }

/* Tabs */
.pl-tabs {
    display: grid;
    gap: 1.25rem;
}
@media (min-width: 900px) { .pl-tabs { grid-template-columns: 1.1fr 0.9fr; align-items: stretch; } }
.pl-tablist { display: grid; gap: 0.55rem; }
.pl-tab {
    text-align: right;
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
}
.pl-tab.is-active {
    background: #171717;
    color: #fff;
    border-color: var(--pl-gold);
}
.pl-tabicon {
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.8rem;
    background: rgba(229,170,8,.16);
    color: var(--pl-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 1;
    line-height: 0;
}
.pl-tabicon svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}
.pl-tab.is-active .pl-tabicon {
    background: rgba(229,170,8,.22);
    color: var(--pl-gold);
}
.pl-tabcopy {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
}
.pl-tabcopy strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0;
    opacity: 1;
    line-height: 1.45;
}
.pl-tabcopy span {
    display: block;
    font-size: 0.78rem;
    opacity: .8;
    margin-top: 0.25rem;
    line-height: 1.65;
}
.pl-tabpanel {
    background: #111;
    color: #fff;
    border-radius: 1.35rem;
    padding: 1.6rem;
    min-height: 220px;
    display: none;
}
.pl-tabpanel.is-active { display: block; }
.pl-tabpanel h3 { margin: 0 0 0.6rem; font-size: 1.15rem; }
.pl-tabpanel p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.85; }

/* Support banner */
.pl-support {
    background: linear-gradient(135deg, #1a1a1a, #2a220e);
    border-radius: 1.5rem;
    padding: 1.75rem;
    display: grid;
    gap: 1rem;
    align-items: center;
    color: #fff;
}
@media (min-width: 768px) {
    .pl-support { grid-template-columns: auto 1fr auto; padding: 2rem 2.2rem; }
}
.pl-bubbles { display: flex; }
.pl-bubbles span {
    width: 3.2rem; height: 3.2rem; border-radius: 1rem;
    background: var(--pl-gold); color: #111;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 6px 8px 0 #111;
}

/* Blog */
.pl-blog { display: grid; gap: 1rem; }
@media (min-width: 768px) { .pl-blog { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .pl-blog { grid-template-columns: repeat(4, 1fr); } }
.pl-post {
    background: #fff;
    border-radius: 1.1rem;
    overflow: hidden;
    border: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}
.pl-post:hover { box-shadow: 0 12px 28px rgba(0,0,0,.07); }
.pl-post img { width: 100%; height: 140px; object-fit: cover; background: #f3f4f6; }
.pl-post__body { padding: 0.9rem 1rem 1.1rem; }
.pl-post__body h3 { font-size: 0.9rem; font-weight: 800; line-height: 1.6; margin: 0 0 0.4rem; color: #111; }
.pl-post time { font-size: 0.72rem; color: #9ca3af; }

/* FAQ */
.pl-faq { display: grid; gap: 0.6rem; }
.pl-faq details {
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1rem;
    padding: 0.2rem 1rem;
}
.pl-faq summary {
    cursor: pointer;
    font-weight: 800;
    padding: 0.9rem 0;
    list-style: none;
}
.pl-faq summary::-webkit-details-marker { display: none; }
.pl-faq details p {
    margin: 0 0 1rem;
    color: #4b5563;
    line-height: 1.85;
    font-size: 0.9rem;
}

.pl-seo {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #ece7d8;
    color: #374151;
    line-height: 1.95;
    font-size: 0.95rem;
}
.pl-seo h2, .pl-seo h3 { color: #111; font-weight: 900; margin: 1.6rem 0 0.6rem; }
.pl-seo a { color: var(--pl-gold-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.pl-seo ul { padding-right: 1.1rem; margin: 0.4rem 0 0.8rem; }
.pl-seo li { margin: 0.3rem 0; }

.pl-rules {
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1.1rem;
    padding: 1.25rem 1.35rem;
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.85;
    margin-top: 1.75rem;
}
.pl-rules h2 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 900;
    color: #111;
}
.pl-rules__intro {
    margin: 0 0 0.9rem;
    font-size: 0.82rem;
    color: #6b7280;
}
.pl-rules p { margin: 0 0 0.7rem; }
.pl-rules p:last-child { margin-bottom: 0; }

.pl-notice {
    border-radius: 1rem;
    padding: 1rem 1.15rem;
    margin-bottom: 1.25rem;
}
.pl-notice--ok { background: #ecfdf5; border: 1px solid #a7f3d0; }
.pl-notice--gold { background: #fff8e1; border: 1px solid #f5dd9c; }

@media (prefers-reduced-motion: reduce) {
    .plans-landing * { transition: none !important; transform: none !important; }
}
