/* ================= لندینگ محصولات پرودکس ================= */

.lnd,
.plist {
    --acc: #6254f5;
    --acc2: #00c2a8;
    --ink: #0b2948;
    --muted: #5b7290;
    --line: #e5ecf4;
    --soft: #f5f8fc;
    direction: rtl;
    clear: both;
    width: 100%;
    color: var(--ink);
    font-size: 14px;
}

.lnd a,
.plist a { text-decoration: none; }

.lnd-shell { max-width: 1180px; margin: 0 auto; padding: 0 18px; }

/* ---------- دکمه‌ها ---------- */
.lnd-btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 26px; border-radius: 14px; font-weight: 800; font-size: 14px;
    background: linear-gradient(135deg, var(--acc) 0%, var(--acc2) 100%);
    color: #fff; border: 0; transition: .2s;
    box-shadow: 0 12px 26px rgba(11, 41, 72, .16);
}
.lnd-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(11, 41, 72, .22); }
.lnd-btn.is-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.lnd-btn.is-ghost:hover { color: var(--acc); border-color: var(--acc); background: #fff; }
.lnd-btn.is-light { background: #fff; color: var(--ink); box-shadow: 0 12px 26px rgba(8, 20, 33, .18); }
.lnd-btn.is-light:hover { color: var(--acc); }

/* ---------- هدر لندینگ ---------- */
.lnd-hero {
    position: relative; overflow: hidden; padding: 96px 0 88px;
    background: radial-gradient(120% 130% at 88% 6%, rgba(255, 255, 255, .14) 0, transparent 55%), linear-gradient(135deg, #0c1b2e 0%, #142c4c 48%, #1d2b63 100%);
    color: #fff;
}
.lnd-hero:before {
    content: ""; position: absolute; inset: 0; opacity: .5;
    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(70% 60% at 70% 20%, #000 0, transparent 75%);
}
.lnd-hero-orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; pointer-events: none; }
.lnd-hero-orb.a { width: 380px; height: 380px; background: var(--acc); top: -130px; left: -90px; }
.lnd-hero-orb.b { width: 300px; height: 300px; background: var(--acc2); bottom: -140px; right: 8%; opacity: .38; }

.lnd-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.lnd-breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 12px; color: #a9c0dc; margin-bottom: 22px; }
.lnd-breadcrumb a { color: #a9c0dc; }
.lnd-breadcrumb a:hover { color: #fff; }
.lnd-breadcrumb .is-current { color: #fff; font-weight: 700; }

.lnd-kicker {
    display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 30px;
    background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16);
    font-size: 12px; font-weight: 700; margin-bottom: 20px;
}
.lnd-kicker i { color: var(--acc2); }
.lnd-hero-copy h1 { font-size: 40px; line-height: 1.55; font-weight: 900; margin: 0 0 18px; color: #fff; letter-spacing: -.5px; }
.lnd-hero-copy h1 span { background: linear-gradient(120deg, var(--acc2), #fff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lnd-hero-copy > p { font-size: 15px; line-height: 2.2; color: #c5d6ea; margin: 0 0 28px; max-width: 560px; }
.lnd-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.lnd-hero-actions .is-ghost { color: #fff; border-color: rgba(255, 255, 255, .28); }
.lnd-hero-actions .is-ghost:hover { background: rgba(255, 255, 255, .1); color: #fff; border-color: #fff; }

.lnd-hero-stats { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; margin: 0; }
.lnd-hero-stats li {
    flex: 1 1 130px; padding: 16px 18px; border-radius: 16px;
    background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12);
}
.lnd-hero-stats strong { display: block; font-size: 24px; font-weight: 900; color: #fff; margin-bottom: 5px; }
.lnd-hero-stats span { font-size: 12px; color: #a9c0dc; line-height: 1.9; }

.lnd-hero-visual { position: relative; }
.lnd-hero-visual img { width: 100%; border-radius: 26px; border: 1px solid rgba(255, 255, 255, .16); box-shadow: 0 40px 80px rgba(0, 0, 0, .34); }
.lnd-hero-card {
    padding: 30px; border-radius: 26px; background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14); backdrop-filter: blur(8px);
}
.lnd-hero-card .lnd-hero-mark {
    width: 74px; height: 74px; display: grid; place-items: center; border-radius: 22px; font-size: 30px;
    background: linear-gradient(135deg, var(--acc) 0%, var(--acc2) 100%); color: #fff; margin-bottom: 20px;
}
.lnd-hero-card h2 { font-size: 18px; font-weight: 900; color: #fff; margin: 0 0 10px; }
.lnd-hero-card p { font-size: 13px; line-height: 2.1; color: #b9cde3; margin: 0 0 18px; }
.lnd-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.lnd-hero-tags span {
    font-size: 11.5px; font-weight: 700; padding: 7px 13px; border-radius: 20px;
    background: rgba(255, 255, 255, .1); color: #d6e5f5;
}

/* ---------- شِل بخش‌ها ---------- */
.lnd-section { padding: 84px 0; }
.lnd-section.is-light { background: #fff; }
.lnd-section.is-soft { background: var(--soft); }
.lnd-section.is-dark { background: #0c1b2e; color: #e5eefa; }
.lnd-section.is-dark .lnd-section-head h2 { color: #fff; }
.lnd-section.is-dark .lnd-section-head p { color: #a9c0dc; }
.lnd-section.is-accent { background: linear-gradient(135deg, var(--acc) 0%, var(--acc2) 100%); color: #fff; }
.lnd-section.is-accent .lnd-section-head h2,
.lnd-section.is-accent .lnd-section-head p { color: #fff; }

.lnd-section-head { max-width: 720px; margin: 0 0 44px; }
.lnd-section-head.is-center { margin-inline: auto; text-align: center; }
.lnd-section-kicker {
    display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800;
    color: var(--acc); margin-bottom: 14px; text-transform: none;
}
.lnd-section-kicker:before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.lnd-section.is-dark .lnd-section-kicker,
.lnd-section.is-accent .lnd-section-kicker { color: #fff; }
.lnd-section-head h2 { font-size: 28px; font-weight: 900; line-height: 1.75; margin: 0 0 12px; color: var(--ink); letter-spacing: -.4px; }
.lnd-section-head h3 { font-size: 15px; font-weight: 700; color: var(--acc); margin: 0 0 10px; }
.lnd-section-head p { font-size: 14px; line-height: 2.2; color: var(--muted); margin: 0; }

.lnd-grid { display: grid; gap: 20px; grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr)); }

/* ---------- ویژگی‌ها ---------- */
.lnd-feature {
    padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line);
    transition: .22s; height: 100%;
}
.lnd-feature:hover { transform: translateY(-4px); border-color: transparent; box-shadow: 0 24px 48px rgba(11, 41, 72, .1); }
.lnd-feature i {
    width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; font-size: 20px;
    background: linear-gradient(135deg, var(--acc) 0%, var(--acc2) 100%); color: #fff; margin-bottom: 18px;
}
.lnd-feature h3 { font-size: 15.5px; font-weight: 900; margin: 0 0 10px; color: var(--ink); }
.lnd-feature p { font-size: 13.5px; line-height: 2.15; color: var(--muted); margin: 0; }
.is-dark .lnd-feature { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.is-dark .lnd-feature h3 { color: #fff; }
.is-dark .lnd-feature p { color: #a9c0dc; }
.is-accent .lnd-feature { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .2); }
.is-accent .lnd-feature i { background: #fff; color: var(--acc); }
.is-accent .lnd-feature h3 { color: #fff; }
.is-accent .lnd-feature p { color: rgba(255, 255, 255, .85); }

/* ---------- آمار ---------- */
.lnd-stat { padding: 30px 26px; border-radius: 22px; background: #fff; border: 1px solid var(--line); text-align: center; height: 100%; }
.lnd-stat strong {
    display: block; font-size: 38px; font-weight: 900; line-height: 1.2; margin-bottom: 10px;
    background: linear-gradient(135deg, var(--acc) 0%, var(--acc2) 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lnd-stat b { display: block; font-size: 14px; font-weight: 800; color: var(--ink); margin-bottom: 7px; }
.lnd-stat span { font-size: 12.5px; line-height: 2; color: var(--muted); }
.is-dark .lnd-stat { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.is-dark .lnd-stat b { color: #fff; }
.is-dark .lnd-stat span { color: #a9c0dc; }

/* ---------- گام‌ها ---------- */
.lnd-step { position: relative; padding: 28px 26px 26px; border-radius: 22px; background: #fff; border: 1px solid var(--line); height: 100%; }
.lnd-step-no {
    position: absolute; top: -18px; inset-inline-start: 26px;
    width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; font-weight: 900; font-size: 15px;
    background: linear-gradient(135deg, var(--acc) 0%, var(--acc2) 100%); color: #fff;
    box-shadow: 0 10px 22px rgba(11, 41, 72, .16);
}
.lnd-step h3 { font-size: 15px; font-weight: 900; margin: 16px 0 10px; color: var(--ink); }
.lnd-step p { font-size: 13.5px; line-height: 2.15; color: var(--muted); margin: 0; }
.is-dark .lnd-step { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.is-dark .lnd-step h3 { color: #fff; }
.is-dark .lnd-step p { color: #a9c0dc; }

/* ---------- نمودارها ---------- */
.lnd-chart { padding: 26px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(11, 41, 72, .06); }
.lnd-chart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.lnd-chart-head h3 { font-size: 15.5px; font-weight: 900; margin: 0 0 6px; color: var(--ink); }
.lnd-chart-head span { font-size: 12px; color: var(--muted); }
.lnd-chart-head i {
    width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px;
    background: rgba(98, 84, 245, .1); color: var(--acc); font-size: 15px;
}
.lnd-chart-note { font-size: 12.5px; line-height: 2.1; color: var(--muted); margin: 16px 0 0; padding-top: 15px; border-top: 1px solid var(--line); }
.is-dark .lnd-chart { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); color: #e5eefa; box-shadow: none; }
.is-dark .lnd-chart-head h3 { color: #fff; }
.is-dark .lnd-chart-head span,
.is-dark .lnd-chart-note { color: #a9c0dc; }
.is-dark .lnd-chart-note { border-color: rgba(255, 255, 255, .1); }
.is-dark .lnd-chart-head i { background: rgba(255, 255, 255, .1); color: #fff; }

/* ---------- تصویر + مزیت‌ها ---------- */
.lnd-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.lnd-highlights img { width: 100%; border-radius: 26px; border: 1px solid var(--line); box-shadow: 0 24px 54px rgba(11, 41, 72, .1); }
.lnd-highlight-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.lnd-highlight-list li { display: flex; gap: 14px; align-items: flex-start; }
.lnd-highlight-list i {
    width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; font-size: 12px;
    background: rgba(98, 84, 245, .1); color: var(--acc);
}
.lnd-highlight-list h3 { font-size: 14.5px; font-weight: 900; margin: 0 0 6px; color: var(--ink); }
.lnd-highlight-list p { font-size: 13.5px; line-height: 2.1; color: var(--muted); margin: 0; }
.is-dark .lnd-highlight-list h3 { color: #fff; }
.is-dark .lnd-highlight-list p { color: #a9c0dc; }
.is-dark .lnd-highlight-list i { background: rgba(255, 255, 255, .1); color: #fff; }

/* ---------- پرسش‌های متداول ---------- */
.lnd-faq { display: grid; gap: 12px; max-width: 860px; margin-inline: auto; }
.lnd-faq details { border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; transition: .2s; }
.lnd-faq details[open] { border-color: var(--acc); box-shadow: 0 16px 34px rgba(11, 41, 72, .07); }
.lnd-faq summary {
    display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer;
    padding: 19px 22px; font-size: 14.5px; font-weight: 800; color: var(--ink); list-style: none;
}
.lnd-faq summary::-webkit-details-marker { display: none; }
.lnd-faq summary:after { content: "\002B"; font-size: 18px; color: var(--acc); flex: 0 0 auto; transition: .2s; }
.lnd-faq details[open] summary:after { transform: rotate(45deg); }
.lnd-faq p { padding: 0 22px 20px; margin: 0; font-size: 13.5px; line-height: 2.2; color: var(--muted); }
.is-dark .lnd-faq details { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.is-dark .lnd-faq summary { color: #fff; }
.is-dark .lnd-faq p { color: #a9c0dc; }

/* ---------- نظر مشتریان ---------- */
.lnd-quote { padding: 30px 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); height: 100%; display: flex; flex-direction: column; }
.lnd-quote > i { font-size: 22px; color: var(--acc); opacity: .35; margin-bottom: 16px; }
.lnd-quote p { font-size: 14px; line-height: 2.3; color: var(--ink); margin: 0 0 22px; flex: 1 1 auto; }
.lnd-quote-by { display: flex; align-items: center; gap: 12px; }
.lnd-quote-by img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.lnd-quote-by span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; color: #fff; background: linear-gradient(135deg, var(--acc), var(--acc2)); }
.lnd-quote-by strong { display: block; font-size: 13.5px; color: var(--ink); }
.lnd-quote-by small { font-size: 12px; color: var(--muted); }
.is-dark .lnd-quote { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.is-dark .lnd-quote p { color: #e5eefa; }
.is-dark .lnd-quote-by strong { color: #fff; }
.is-dark .lnd-quote-by small { color: #a9c0dc; }

/* ---------- لوگوها ---------- */
.lnd-logos { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; }
.lnd-logos article {
    display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-radius: 16px;
    background: #fff; border: 1px solid var(--line); font-size: 13px; font-weight: 800; color: var(--ink);
}
.lnd-logos img { height: 34px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .75; transition: .2s; }
.lnd-logos article:hover img { filter: none; opacity: 1; }
.is-dark .lnd-logos article { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); color: #fff; }

/* ---------- گالری ---------- */
.lnd-gallery figure { margin: 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.lnd-gallery img { width: 100%; height: 230px; object-fit: cover; display: block; transition: .3s; }
.lnd-gallery figure:hover img { transform: scale(1.04); }
.lnd-gallery figcaption { padding: 15px 18px; font-size: 13px; color: var(--muted); }

/* ---------- متن آزاد ---------- */
.lnd-rich { max-width: 900px; margin-inline: auto; font-size: 14.5px; line-height: 2.35; color: var(--ink); }
.lnd-rich h2, .lnd-rich h3, .lnd-rich h4 { color: var(--ink); font-weight: 900; margin: 28px 0 12px; }
.lnd-rich a { color: var(--acc); }
.lnd-rich ul, .lnd-rich ol { padding-inline-start: 22px; }
.lnd-rich img { max-width: 100%; border-radius: 18px; }
.is-dark .lnd-rich, .is-dark .lnd-rich h2, .is-dark .lnd-rich h3 { color: #e5eefa; }

/* ---------- ویدیو ---------- */
.lnd-video { max-width: 940px; margin-inline: auto; border-radius: 26px; overflow: hidden; border: 1px solid var(--line); background: #000; }
.lnd-video iframe, .lnd-video video { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }

/* ---------- فراخوان اقدام ---------- */
.lnd-cta {
    position: relative; overflow: hidden; padding: 54px 46px; border-radius: 30px; text-align: center;
    background: linear-gradient(135deg, var(--acc) 0%, var(--acc2) 100%); color: #fff;
}
.lnd-cta:after {
    content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%;
    inset-inline-start: -110px; top: -190px; border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 55px rgba(255, 255, 255, .04);
}
.lnd-cta > * { position: relative; z-index: 1; }
.lnd-cta h2 { font-size: 27px; font-weight: 900; margin: 0 0 14px; color: #fff; line-height: 1.7; }
.lnd-cta p { font-size: 14.5px; line-height: 2.2; color: rgba(255, 255, 255, .9); margin: 0 auto 28px; max-width: 620px; }
.lnd-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.lnd-cta-actions .lnd-btn.is-ghost { color: #fff; border-color: rgba(255, 255, 255, .45); }
.lnd-cta-actions .lnd-btn.is-ghost:hover { background: rgba(255, 255, 255, .14); color: #fff; }
.lnd-cta small { display: block; margin-top: 18px; font-size: 12px; color: rgba(255, 255, 255, .8); }

/* ---------- محصولات مرتبط ---------- */
.lnd-related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

/* ================= صفحه فهرست محصولات ================= */
.plist-hero {
    position: relative; overflow: hidden; padding: 96px 0 84px; color: #fff;
    background: radial-gradient(110% 120% at 82% 4%, rgba(255, 255, 255, .12) 0, transparent 58%), linear-gradient(135deg, #0b1a2c 0%, #16294a 50%, #241f5e 100%);
}
.plist-hero:before {
    content: ""; position: absolute; inset: 0; opacity: .55;
    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: 56px 56px; mask-image: radial-gradient(65% 60% at 65% 25%, #000 0, transparent 78%);
}
.plist-hero-inner { position: relative; z-index: 2; max-width: 760px; }
.plist-hero h1 { font-size: 40px; font-weight: 900; line-height: 1.6; margin: 0 0 18px; color: #fff; letter-spacing: -.5px; }
.plist-hero h1 span { background: linear-gradient(120deg, #00c2a8, #8ea8ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.plist-hero p { font-size: 15px; line-height: 2.25; color: #c1d4ea; margin: 0 0 30px; }
.plist-hero-metrics { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; padding: 0; margin: 0; }
.plist-hero-metrics li { padding: 15px 20px; border-radius: 16px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); }
.plist-hero-metrics strong { display: block; font-size: 22px; font-weight: 900; color: #fff; }
.plist-hero-metrics span { font-size: 12px; color: #a9c0dc; }

.plist-body { padding: 74px 0 92px; background: #f6f9fc; }
.plist-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; flex-wrap: wrap; margin-bottom: 34px; }
.plist-head h2 { font-size: 27px; font-weight: 900; margin: 0 0 10px; color: #0b2948; }
.plist-head p { font-size: 14px; line-height: 2.1; color: #5b7290; margin: 0; max-width: 560px; }
.plist-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.plist-filter {
    padding: 10px 18px; border-radius: 30px; font-size: 12.5px; font-weight: 800;
    background: #fff; border: 1px solid #e5ecf4; color: #5b7290; transition: .18s;
}
.plist-filter:hover { color: #6254f5; border-color: #6254f5; }
.plist-filter.is-active { background: #0b2948; border-color: #0b2948; color: #fff; }

.plist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }

.plist-card {
    --acc: #6254f5; --acc2: #00c2a8;
    position: relative; overflow: hidden; display: flex; flex-direction: column;
    border-radius: 26px; background: #fff; border: 1px solid #e5ecf4; transition: .24s;
}
.plist-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: 0 30px 60px rgba(11, 41, 72, .13); }
.plist-card:before { content: ""; position: absolute; inset-inline: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--acc), var(--acc2)); }
.plist-card-media { position: relative; height: 178px; overflow: hidden; background: linear-gradient(135deg, var(--acc) 0%, var(--acc2) 100%); }
.plist-card-media img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.plist-card:hover .plist-card-media img { transform: scale(1.06); }
.plist-card-media .plist-card-mark {
    position: absolute; inset: 0; display: grid; place-items: center; font-size: 46px; color: rgba(255, 255, 255, .92);
}
.plist-card-cat {
    position: absolute; top: 14px; inset-inline-end: 14px; z-index: 2;
    padding: 7px 14px; border-radius: 20px; font-size: 11.5px; font-weight: 800;
    background: rgba(11, 41, 72, .6); color: #fff; backdrop-filter: blur(6px);
}
.plist-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1 1 auto; }
.plist-card-body h3 { font-size: 17px; font-weight: 900; margin: 0 0 9px; color: #0b2948; line-height: 1.8; }
.plist-card-body > small { display: block; font-size: 12.5px; font-weight: 700; color: var(--acc); margin-bottom: 13px; }
.plist-card-body > p { font-size: 13.5px; line-height: 2.15; color: #5b7290; margin: 0 0 18px; flex: 1 1 auto; }
.plist-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.plist-tags span { font-size: 11.5px; font-weight: 700; padding: 6px 12px; border-radius: 18px; background: #f2f5fa; color: #5b7290; }
.plist-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid #eef2f7; }
.plist-card-foot a { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: var(--acc); }
.plist-card-foot a:hover { gap: 12px; color: #0b2948; }
.plist-card-foot em { font-style: normal; font-size: 12px; color: #8ba2ba; }

.plist-empty { padding: 70px; text-align: center; border-radius: 24px; background: #fff; border: 1px dashed #d5e0ec; color: #8ba2ba; font-size: 14px; }

.plist-cta {
    margin-top: 46px; padding: 46px; border-radius: 30px; text-align: center; color: #fff;
    background: linear-gradient(135deg, #0c1b2e 0%, #223a6b 100%);
}
.plist-cta h2 { font-size: 25px; font-weight: 900; margin: 0 0 12px; color: #fff; }
.plist-cta p { font-size: 14px; line-height: 2.15; color: #b9cde3; margin: 0 auto 24px; max-width: 620px; }

/* ================= واکنش‌گرایی ================= */
@media (max-width: 1199px) {
    .lnd-hero-copy h1, .plist-hero h1 { font-size: 34px; }
}
@media (max-width: 991px) {
    .lnd-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .lnd-highlights { grid-template-columns: 1fr; gap: 30px; }
    .lnd-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .plist-grid, .lnd-related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lnd-section { padding: 62px 0; }
}
@media (max-width: 767px) {
    .lnd-hero, .plist-hero { padding: 66px 0 58px; }
    .lnd-hero-copy h1, .plist-hero h1 { font-size: 26px; line-height: 1.85; }
    .lnd-section-head h2, .plist-head h2, .lnd-cta h2, .plist-cta h2 { font-size: 21px; }
    .lnd-grid { grid-template-columns: 1fr !important; }
    .plist-grid, .lnd-related { grid-template-columns: 1fr; }
    .lnd-cta, .plist-cta { padding: 34px 22px; }
    .lnd-btn { padding: 12px 20px; font-size: 13px; }
    .lnd-hero-stats li { flex: 1 1 100%; }
}
