/* Public landing: paper, ink, and small optimistic details.
   Kept in the existing deployment entry; all component rules stay scoped here. */
body.has-landing { background: #faf8f2; }
.lp2-page {
  --lp2-ink: #292d28;
  --lp2-soft: #555d53;
  --lp2-muted: #687064;
  --lp2-green: #276749;
  --lp2-mint: #e4eddd;
  --lp2-yellow: #f6d477;
  --lp2-paper: #faf8f2;
  --lp2-white: #fffefb;
  --lp2-line: #d9dacf;
  --lp2-max: 1180px;
  --lp-max: 1180px;
  --lp-green: #276749;
  --lp-orange: #276749;
  --lp-green-deep: #292d28;
  --ink: #292d28;
  --muted: #687064;
  --line: #d9dacf;
  color: var(--lp2-ink);
  background: var(--lp2-paper);
  font-family: "Vazirmatn", Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-feature-settings: "ss01" 1;
  overflow-wrap: break-word;
  isolation: isolate;
}
.lp2-page *, .lp2-page *::before, .lp2-page *::after { box-sizing: border-box; }
.lp2-page [hidden] { display: none !important; }
.lp2-page :where(h1, h2, h3, h4, p, ul, ol, figure) { margin: 0; }
.lp2-page :where(ul, ol) { padding: 0; list-style: none; }
.lp2-page :where(a) { color: inherit; text-decoration: none; }
.lp2-page img { display: block; max-width: 100%; }
.lp2-page :where(button, a, summary):focus-visible {
  outline: 3px solid #a64f23;
  outline-offset: 5px;
}
.lp2-page :where(section, main)[tabindex="-1"]:focus { outline: none; }
.lp2-page ::selection { background: #f6d477; color: #292d28; }
.lp2-page svg[class^="lp2-"], .lp2-page svg[class*=" lp2-"] {
  display: inline-block; fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; pointer-events: none;
}
.lp2-page .lp-main { min-width: 0; }
.lp2-skip {
  position: fixed; top: -100px; inset-inline-start: 24px; z-index: 100;
  padding: 10px 20px; border: 1px solid var(--lp2-ink); border-radius: 8px;
  background: var(--lp2-white); color: var(--lp2-ink);
}
.lp2-skip:focus { top: 12px; }

/* A quiet header, with one clear account action. */
.lp2-page .lp-head {
  position: sticky; top: 0; z-index: 80; background: rgba(250,248,242,.96);
  border-bottom: 1px solid var(--lp2-line); backdrop-filter: blur(14px);
  box-shadow: none; transition: box-shadow .2s ease;
}
.lp2-page .lp-head.is-stuck { box-shadow: 0 4px 0 rgba(41,45,40,.04); }
.lp2-page .lp-head-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  width: min(100% - 64px, var(--lp2-max)); min-height: 88px;
  max-width: none; margin: 0 auto; padding: 12px 0;
}
.lp2-page .lp-brand { display: inline-flex; align-items: center; gap: 9px; flex: none; }
.lp2-page .lp-brand-mark { width: 47px; height: 44px; flex: 0 0 47px; }
.lp2-page .lp-type { width: 86px; height: auto; }
.lp2-page .lp-nav { display: flex; align-items: center; gap: 24px; margin: 0; }
.lp2-page .lp-nav a {
  padding: 8px 0; border-radius: 0; color: var(--lp2-soft); font-size: .875rem;
  font-weight: 600; white-space: nowrap; transition: color .18s ease;
}
.lp2-page .lp-nav a:hover { color: var(--lp2-green); background: transparent; }
.lp2-page .lp-head-actions { display: flex; align-items: center; margin: 0; }
.lp2-page .lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 48px; padding: 12px 22px; border: 1px solid var(--lp2-ink);
  border-radius: 9px; background-image: none; font: inherit; font-size: .875rem;
  font-weight: 750; line-height: 1.6; text-align: center; white-space: normal; cursor: pointer;
  box-shadow: 0 3px 0 var(--lp2-ink);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.lp2-page .lp-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 0 var(--lp2-ink); }
.lp2-page .lp-btn:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--lp2-ink); }
.lp2-page .lp-btn-primary { color: #fffefb; background: var(--lp2-green); border-color: var(--lp2-ink); }
.lp2-page .lp-btn-primary:hover { background: #205a3e; }
.lp2-page .lp-btn-outline-dark { color: var(--lp2-ink); background: var(--lp2-white); border-color: var(--lp2-ink); }
.lp2-page .lp-btn-outline-dark:hover { background: #f1f1e8; }
.lp2-page .lp-btn-lg { min-height: 56px; padding-inline: 25px; font-size: 1rem; }
.lp2-page .lp-btn-icon { width: 19px; height: 19px; flex: none; }
.lp2-page .lp-burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; margin: 0; padding: 0 12px;
  border: 1px solid var(--lp2-ink); border-radius: 8px; background: var(--lp2-white);
}
.lp2-page .lp-burger span { width: 100%; height: 2px; background: var(--lp2-ink); }
.lp2-page .lp-sheet { background: var(--lp2-paper); border-top: 1px solid var(--lp2-line); padding: 12px 24px 24px; }
.lp2-page .lp-sheet nav { display: grid; gap: 3px; }
.lp2-page .lp-sheet nav a { padding: 12px 4px; font-size: 1rem; }
.lp2-page .lp-sheet-actions { display: grid; grid-template-columns: 1fr; margin-top: 12px; }

/* The illustration and typography carry the first screen. */
.lp2-hero { padding: 62px 0 64px; }
.lp2-hero-shell {
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  align-items: center; gap: 30px; width: min(100% - 64px, var(--lp2-max)); margin: 0 auto;
}
.lp2-hero-copy { position: relative; z-index: 1; padding: 12px 0 20px; }
.lp2-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--lp2-green); font-size: .875rem; font-weight: 700; line-height: 1.8;
}
.lp2-hero-kicker {
  border: 1px solid #b7c5ae; border-radius: 6px; padding: 5px 12px;
  color: var(--lp2-green); background: #edf2e5; transform: rotate(1.5deg);
}
.lp2-kicker-icon { width: 19px; height: 19px; }
.lp2-hero h1 {
  margin: 24px 0 0; color: var(--lp2-ink);
  font-size: clamp(2.8rem, 4.8vw, 4.25rem); font-weight: 900;
  line-height: 1.5; letter-spacing: -.045em;
}
/* کیکرِ بالای عنوان برداشته شد؛ حاشیهٔ بالای h1 مالِ فاصله‌گرفتن از همان
   کیکر بود و حالا که اولین عنصرِ ستون است، باید صفر شود. */
.lp2-hero-copy > h1:first-child { margin-top: 0; }
.lp2-hero h1 strong { color: var(--lp2-green); font-weight: inherit; position: relative; isolation: isolate; }
.lp2-hero h1 strong::after {
  content: ""; position: absolute; z-index: -1; inset-inline: 0; bottom: .09em;
  height: .2em; background: var(--lp2-yellow); border-radius: 48% 12% 35% 10%; transform: rotate(-1deg);
}
.lp2-hero-copy > p:not(.lp2-no-card) {
  max-width: 49ch; margin-top: 22px; color: var(--lp2-soft); font-size: 1.0625rem; line-height: 2.05;
}
.lp2-page .lp-hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 30px; }
.lp2-no-card { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 22px; color: var(--lp2-muted); font-size: .8125rem; }
.lp2-no-card-icon { width: 16px; height: 16px; color: var(--lp2-green); flex: none; }
.lp2-hero-visual { position: relative; min-width: 0; margin: 0; }
/* نسبت از خودِ فایل می‌آید؛ با `aspect-ratio: 1`ِ قبلی شخصیت عمودی کشیده
   می‌شد یا با contain وسطِ کادر کوچک می‌ماند. */
.lp2-hero-art { width: 100%; height: auto; aspect-ratio: 1200 / 1020; object-fit: contain; }
.lp2-paper-note {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: max-content; max-width: 95%; margin: -15px auto 0; padding: 11px 21px;
  background: #fffefb; border: 1px solid var(--lp2-ink); border-radius: 4px;
  box-shadow: -3px 4px 0 #e1ded3; transform: rotate(-3deg); color: var(--lp2-ink);
  font-size: .9375rem; font-weight: 650;
}
.lp2-note-icon { width: 21px; height: 21px; color: var(--lp2-green); flex: none; }

/* An understated, factual trust strip. */
.lp2-signal {
  display: grid; grid-template-columns: 1fr 1.7fr; align-items: center; gap: 34px;
  width: min(100% - 64px, var(--lp2-max)); margin: 0 auto; padding: 30px 0;
  border-top: 1px solid var(--lp2-line); border-bottom: 1px solid var(--lp2-line);
}
.lp2-signal > p { display: grid; gap: 3px; }
.lp2-signal > p b { font-size: 1rem; font-weight: 750; }
.lp2-signal > p span { color: var(--lp2-muted); font-size: .8125rem; }
.lp2-signal ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lp2-signal li { display: flex; flex-direction: column; align-items: center; gap: 9px; color: var(--lp2-soft); font-size: .875rem; text-align: center; }
.lp2-signal-icon { width: 24px; height: 24px; color: var(--lp2-green); flex: none; }

/* Shared editorial headings and product tour. */
.lp2-page .lp-sec { width: min(100% - 64px, var(--lp2-max)); max-width: none; margin: 0 auto; padding: 110px 0; }
.lp2-section-head, .lp2-page .lp-sec-head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.lp2-section-head h2, .lp2-page .lp-sec-head h2 {
  margin-top: 12px; font-size: clamp(2rem, 3.4vw, 2.875rem); line-height: 1.55;
  letter-spacing: -.035em; font-weight: 850; color: var(--lp2-ink);
}
.lp2-page .lp-sec-head h2 em { color: var(--lp2-green); font-style: normal; }
.lp2-section-head > p, .lp2-page .lp-sec-head > p { margin-top: 14px; color: var(--lp2-soft); font-size: 1rem; line-height: 1.95; }
.lp2-page .lp-eyebrow { display: inline-block; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--lp2-green); font-size: .875rem; font-weight: 700; box-shadow: none; }
/* ده ابزار = دو ردیفِ پنج‌تایی؛ هر تب یک کلیدِ برجسته روی کاغذ است. */
.lp2-product-tabs {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px;
  max-width: 1020px; margin: 0 auto 28px; padding: 5px;
}
.lp2-product-tabs button {
  display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 0; min-height: 54px;
  padding: 10px 12px; border: 1px solid var(--lp2-line); border-radius: 10px;
  background: var(--lp2-white); color: var(--lp2-soft); font: inherit; font-size: .9375rem;
  font-weight: 650; cursor: pointer; box-shadow: 0 2px 0 #e3e4d9;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.lp2-product-tabs button span { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lp2-product-tabs button:hover { border-color: #c4c8b8; background: #fbfaf5; }
.lp2-product-tabs button[aria-selected="true"] {
  border-color: var(--lp2-ink); background: var(--lp2-yellow); color: var(--lp2-ink); box-shadow: 0 3px 0 var(--lp2-ink);
}
.lp2-product-tabs button[aria-selected="true"] .lp2-product-tab-icon { color: var(--lp2-ink); }
.lp2-product-tab-icon { width: 21px; height: 21px; flex: none; color: var(--lp2-green); }
.lp2-product-panels { border: 1px solid var(--lp2-ink); border-radius: 14px; background: var(--lp2-white); box-shadow: -5px 6px 0 #dedfd4; overflow: hidden; }
.lp2-product-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr); align-items: center; gap: 40px; min-height: 490px; padding: 42px; animation: lp2-panel-in .25s ease both; }
.lp2-product-copy { min-width: 0; }
.lp2-product-copy h3 { margin-top: 16px; color: var(--lp2-ink); font-size: clamp(1.6rem, 2.3vw, 2.125rem); font-weight: 850; line-height: 1.65; letter-spacing: -.025em; }
.lp2-product-copy > p { margin-top: 16px; color: var(--lp2-soft); font-size: 1rem; line-height: 2; }
.lp2-product-copy ul { display: grid; gap: 11px; margin-top: 23px; }
.lp2-product-copy li { display: flex; align-items: center; gap: 9px; color: var(--lp2-soft); font-size: .875rem; }
.lp2-check-icon { width: 19px; height: 19px; color: var(--lp2-green); flex: none; }
.lp2-text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; margin-top: 24px; border-bottom: 1px solid currentColor; color: var(--lp2-green); font-size: .9375rem; font-weight: 750; }
.lp2-text-link:hover { color: #a14a21; }
/* Keep the complete screenshot in normal flow at every viewport size. */
.lp2-product-shot {
  min-width: 0; margin: 0; padding: 18px;
  border: 1px solid #d6dbcb; border-radius: 12px;
  background: #e9eedf radial-gradient(circle, #cdd7bf 1.2px, transparent 1.5px) 0 0 / 18px 18px;
}
.lp2-shot-window {
  position: relative; display: block; width: 100%;
  border: 1px solid var(--lp2-ink); border-radius: 8px; background: #f7f5f0; overflow: hidden;
  box-shadow: -3px 4px 0 rgba(41,45,40,.1), 0 12px 28px rgba(41,45,40,.12);
  cursor: zoom-in;
}
.lp2-shot-window:focus-visible { outline: 3px solid var(--lp2-green); outline-offset: 5px; }
.lp2-product-shot figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 12px; margin-top: 14px; color: #52634a; font-size: .6875rem; line-height: 1.9; }
.lp2-product-shot figcaption span { display: inline-flex; align-items: center; gap: 4px; }
.lp2-product-shot figcaption svg { width: 14px; height: 14px; }
.lp2-shot-bar {
  position: relative; display: flex; align-items: center; gap: 6px; height: 30px; padding-inline: 12px;
  border-bottom: 1px solid var(--lp2-line); background: var(--lp2-white); direction: ltr;
}
.lp2-shot-bar i { width: 9px; height: 9px; border-radius: 50%; background: #e3b7a3; }
.lp2-shot-bar i:nth-child(2) { background: #efd48a; }
.lp2-shot-bar i:nth-child(3) { background: #b7d0a5; }
.lp2-shot-bar b {
  position: absolute; inset-inline: 0; text-align: center; pointer-events: none;
  color: var(--lp2-muted); font-size: .75rem; font-weight: 700; direction: rtl;
}
.lp2-product-shot img { display: block; width: 100%; height: auto; object-fit: contain; }

/* Three numbered sheets: the complete learning cycle. */
/* Learning journey: a continuous, RTL trail with one local disclosure open. */
.lp2-journey { width: min(100% - 32px, 1360px); margin: 0 auto; scroll-margin-top: 92px; border: 1px solid #d6dbcb; border-radius: 24px; background: #e9eedf; }
.lp2-journey-shell { width: min(100% - 96px, var(--lp2-max)); margin: 0 auto; padding: 40px 0; }
.lp2-journey-head { padding: 0 0 28px; text-align: center; }
.lp2-journey-head h2 { display: inline-block; margin: 0 auto; padding: 8px 24px; border: 2px dashed #8da17d; border-radius: 12px; background: rgba(250,252,246,.48); color: #294b35; font-size: clamp(1.4rem, 2.3vw, 2rem); font-weight: 850; line-height: 1.6; letter-spacing: -.025em; }
.lp2-journey-icon { width: 23px; height: 23px; flex: none; }
.lp2-journey-note { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; font-size: .8125rem; color: var(--lp2-green); font-weight: 700; }
.lp2-journey-map { padding: 0 28px; }
.lp2-journey-leg { position: relative; padding-bottom: 32px; }
.lp2-journey-phase { display: flex; align-items: center; gap: 14px; min-height: 40px; margin-bottom: 16px; }
.lp2-journey-phase > span { padding: 3px 12px; border: 1px solid #bcc9b0; border-radius: 6px; background: #f2f5ec; color: #36563f; font-size: .75rem; font-weight: 750; white-space: nowrap; }
.lp2-journey-phase p { color: #5c6856; font-size: .75rem; }
.lp2-journey-stations { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); isolation: isolate; }
.lp2-journey-stations::before { content: ""; position: absolute; z-index: -1; top: 42px; left: 0; right: 0; border-top: 2px dashed #92a582; }
.lp2-journey-leg:first-child .lp2-journey-stations::before, .lp2-journey-leg:last-child .lp2-journey-stations::before { right: 16.6667%; }
.lp2-journey-leg:not(:last-child)::after { content: ""; position: absolute; pointer-events: none; top: 98px; bottom: -98px; width: 28px; left: -28px; border: 2px dashed #92a582; border-right: 0; border-radius: 26px 0 0 26px; }
.lp2-journey-leg:nth-child(even)::after { left: auto; right: -28px; border: 2px dashed #92a582; border-left: 0; border-radius: 0 26px 26px 0; }
.lp2-journey-leg:nth-child(even) .lp2-journey-stations { direction: ltr; }
.lp2-journey-stations > li { min-width: 0; direction: rtl; }
.lp2-journey-stop { display: flex; flex-direction: column; align-items: center; width: 100%; min-height: 178px; padding: 0 12px 10px; border: 0; background: transparent; color: var(--lp2-ink); font: inherit; text-align: center; cursor: pointer; border-radius: 12px; -webkit-tap-highlight-color: transparent; }
.lp2-journey-marker { display: grid; place-items: center; position: relative; width: 84px; height: 84px; margin-bottom: 14px; overflow: visible; background: #edf1e6; border: 1px solid #b7c5aa; border-radius: 22px; box-shadow: 0 0 0 7px #e9eedf, 0 8px 18px rgba(39,63,47,.16); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.lp2-journey-3d { display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.lp2-journey-marker > span { position: absolute; left: -9px; bottom: -5px; display: grid; place-items: center; min-width: 27px; height: 24px; padding: 0 4px; border: 1px solid #9ca98f; border-radius: 8px 7px 9px 6px; background: #f6d477; color: #29342c; box-shadow: 1px 2px 0 rgba(54,68,49,.18); font-size: .6875rem; font-weight: 800; transform: rotate(2deg); }
.lp2-journey-stop > strong { font-size: 1rem; line-height: 1.8; font-weight: 800; }
.lp2-journey-stop > small { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 6px; margin-top: 3px; color: #596651; font-size: .75rem; line-height: 1.9; }
.lp2-journey-stop > small b { padding: 0 6px; border: 1px solid #c4973d; border-radius: 5px; background: #fff4cf; color: #715315; font-size: .625rem; font-weight: 750; white-space: nowrap; }
.lp2-journey-open { display: grid; place-items: center; height: 20px; margin-top: 5px; color: #64775a; }
.lp2-journey-chevron { width: 16px; height: 16px; transition: transform .18s ease; }
.lp2-journey-stop:hover .lp2-journey-marker { transform: translateY(-4px); box-shadow: 0 0 0 7px #e9eedf, 0 12px 23px rgba(39,63,47,.23); }
.lp2-journey-stop[aria-expanded="true"] .lp2-journey-marker { border-color: #7b915f; box-shadow: 0 0 0 6px #e9eedf, 0 0 0 9px #6e8b5f, 0 12px 24px rgba(39,63,47,.2); transform: translateY(-2px); }
.lp2-journey-stop[aria-expanded="true"] .lp2-journey-chevron { transform: rotate(180deg); }
.lp2-journey-stop[aria-expanded="true"] > strong { color: #1c5d3b; }
.lp2-journey-leg:last-child li:last-child .lp2-journey-marker { border-color: #b38b3b; box-shadow: 0 0 0 7px #e9eedf, 0 9px 20px rgba(122,88,24,.22); }
.lp2-journey-leg:last-child li:last-child [aria-expanded="true"] .lp2-journey-marker { border-color: #a27b2f; box-shadow: 0 0 0 6px #e9eedf, 0 0 0 9px #c49a43, 0 12px 24px rgba(122,88,24,.24); }
.lp2-journey-detail { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin: 14px 0 8px; padding: 30px; border: 1px solid #9ead8f; border-radius: 14px; background: var(--lp2-white); box-shadow: -4px 5px 0 #d2ddc7; }
.lp2-journey-eyebrow { color: #5b7050; font-size: .6875rem; font-weight: 750; }
.lp2-journey-explain h3 { margin-top: 8px; font-size: 1.3125rem; line-height: 1.8; font-weight: 800; }
.lp2-journey-detail p { margin-top: 10px; color: var(--lp2-soft); font-size: .875rem; line-height: 2.15; }
.lp2-journey-features { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px !important; }
.lp2-journey-features li { padding: 3px 9px; border: 1px solid #e1e3d7; border-radius: 5px; background: #f5f5ed; font-size: .6875rem; color: #4c5d43; line-height: 1.9; }
.lp2-journey-how { padding-inline-start: 30px; border-inline-start: 1px solid #e2e4d9; }
.lp2-journey-how h4 { display: flex; align-items: center; gap: 9px; margin: 0; font-size: .875rem; font-weight: 800; }
.lp2-journey-how h4 svg { color: #9c7125; }
.lp2-journey-how .lp2-text-link { margin-top: 15px; font-size: .8125rem; }
.lp2-journey-result { display: flex; align-items: start; gap: 8px; margin-top: 18px; color: #326043; font-size: .75rem; line-height: 1.9; }
.lp2-journey-result svg { width: 19px; height: 19px; margin-top: 2px; }
.lp2-journey-end { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 28px; border-top: 1px solid #c5d1b9; }
.lp2-journey-loop { display: flex; align-items: start; gap: 12px; max-width: 670px; }
.lp2-journey-loop > svg { margin-top: 5px; color: #47683e; }
.lp2-journey-loop strong { display: block; font-size: .875rem; font-weight: 800; }
.lp2-journey-loop p > span { display: block; margin-top: 5px; color: #5a6752; font-size: .8125rem; line-height: 2; }
.lp2-journey-end > a { flex: none; }
@media (max-width: 800px) {
  .lp2-journey-shell { width: calc(100% - 56px); padding-top: 40px; }
  .lp2-journey-head { padding-bottom: 24px; }
  .lp2-journey-map { padding: 0 15px; }
  .lp2-journey-leg:not(:last-child)::after { left: -15px; width: 15px; }
  .lp2-journey-leg:nth-child(even)::after { left: auto; right: -15px; }
  .lp2-journey-detail { gap: 22px; padding: 24px; }
  .lp2-journey-how { padding-inline-start: 22px; }
  .lp2-journey-stop { padding-inline: 7px; }
  .lp2-journey-stop > strong { font-size: .875rem; }
  .lp2-journey-stop > small { font-size: .6875rem; }
  .lp2-journey-end { align-items: start; flex-direction: column; gap: 20px; }
}
@media (max-width: 600px) {
  .lp2-journey { width: calc(100% - 24px); border-radius: 16px; }
  .lp2-journey-shell { width: calc(100% - 32px); padding: 32px 0; }
  .lp2-journey-head { padding-inline: 6px; }
  .lp2-journey-note { font-size: .75rem; }
  .lp2-journey-map { padding-inline: 10px; }
  .lp2-journey-phase { gap: 8px; align-items: start; flex-direction: column; min-height: 60px; margin-bottom: 18px; }
  .lp2-journey-phase > span { font-size: .6875rem; }
  .lp2-journey-phase p { font-size: .6875rem; }
  .lp2-journey-marker { width: 64px; height: 64px; margin-bottom: 15px; border-radius: 17px; }
  .lp2-journey-marker > span { min-width: 23px; height: 21px; font-size: .625rem; }
  .lp2-journey-stations::before { top: 32px; }
  .lp2-journey-leg { padding-bottom: 24px; }
  .lp2-journey-leg:not(:last-child)::after { top: 110px; bottom: -110px; left: -10px; width: 10px; }
  .lp2-journey-leg:nth-child(even)::after { left: auto; right: -10px; }
  .lp2-journey-stop { min-height: 178px; padding-inline: 4px; }
  .lp2-journey-stop > strong { max-width: 115px; font-size: .75rem; line-height: 1.9; }
  .lp2-journey-stop > small { font-size: .625rem; line-height: 1.8; }
  .lp2-journey-detail { grid-template-columns: minmax(0, 1fr); gap: 20px; margin-top: 8px; padding: 20px 16px; border-radius: 10px; box-shadow: -2px 3px 0 #d2ddc7; }
  .lp2-journey-explain h3 { font-size: 1.125rem; }
  .lp2-journey-detail p { font-size: .8125rem; }
  .lp2-journey-how { padding: 18px 0 0; border-inline-start: 0; border-top: 1px solid #e2e4d9; }
  .lp2-journey-end > a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .lp2-journey-marker, .lp2-journey-chevron { transition: none; }
  .lp2-journey-stop:hover .lp2-journey-marker { transform: none; }
}


/* Compact subscription sheets: neutral paper, no product-colour overlays. */
.lp2-page .lp-sec-packs { padding-top: 110px; }
.lp2-page .lp-packs-wrap { max-width: 1020px; margin: 0 auto; }
.lp2-page .lp-pack-tabs { display: flex; gap: 6px; justify-content: center; width: max-content; max-width: 100%; padding: 4px; margin: 0 auto 26px; border: 1px solid var(--lp2-line); border-radius: 8px; background: transparent; box-shadow: none; overflow-x: auto; }
.lp2-page .lp-pack-tab { min-height: 44px; padding: 8px 17px; border: 1px solid transparent; border-radius: 5px; background: transparent; color: var(--lp2-soft); font: inherit; font-size: .875rem; font-weight: 650; white-space: nowrap; cursor: pointer; }
.lp2-page .lp-pack-tab span { margin-inline-start: 7px; font-size: .75rem; color: inherit; background: transparent; }
.lp2-page .lp-pack-tab.is-active { background: var(--lp2-white); border-color: #a6ad9d; color: var(--lp2-ink); box-shadow: 0 2px 0 #d4d7cc; }
.lp2-page .lp-pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lp2-page .lp-pack { position: relative; display: flex; flex-direction: column; gap: 0; min-height: 0; padding: 20px; border: 1px solid #c0c4b8; border-radius: 8px; background: var(--lp2-white); background-image: none; box-shadow: -2px 3px 0 #e2e2d8; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.lp2-page .lp-pack::before, .lp2-page .lp-pack::after { content: none; background: none; }
.lp2-page .lp-pack:hover { transform: translateY(-2px); border-color: #8b9780; background: var(--lp2-white); box-shadow: -2px 5px 0 #e2e2d8; }
.lp2-page .lp-pack-head { display: flex; align-items: center; gap: 11px; }
.lp2-page .lp-pack-heading { flex: 1; min-width: 0; }
.lp2-page .lp-pack-tile { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 44px; margin: 0; border: 1px solid #c7ccbd; border-radius: 6px; background: #f4f5ed; color: var(--lp2-green); box-shadow: none; transform: none; }
.lp2-page .lp-pack:hover .lp-pack-tile { background: #f4f5ed; box-shadow: none; transform: none; }
.lp2-page .lp-pack-glyph { width: 23px; height: 23px; background: currentColor; -webkit-mask: var(--lp-mask) center / contain no-repeat; mask: var(--lp-mask) center / contain no-repeat; }
.lp2-page .lp-pack h3 { margin: 0; color: var(--lp2-ink); font-size: 1.0625rem; font-weight: 800; line-height: 1.7; }
.lp2-page .lp-pack-free { position: static; display: inline-flex; align-items: center; gap: 5px; padding: 0; margin-top: 2px; border: 0; border-radius: 0; background: transparent; color: var(--lp2-muted); font-size: .75rem; font-weight: 500; box-shadow: none; }
.lp2-page .lp-pack-free-icon { width: 13px; height: 13px; }
.lp2-page .lp-pack-off { position: static; flex: none; align-self: flex-start; padding: 2px 5px; border: 1px dashed #bdc6b4; border-radius: 4px; background: transparent; color: var(--lp2-green); font-size: .75rem; font-weight: 650; box-shadow: none; white-space: nowrap; }
.lp2-page .lp-pack > p { margin-top: 12px; color: var(--lp2-soft); font-size: .875rem; line-height: 1.85; }
.lp2-page .lp-pack-chips { display: flex; flex-wrap: wrap; gap: 5px; margin: 12px 0 0; }
.lp2-page .lp-pack-chips li { padding: 1px 6px; border: 1px solid #e2e3d9; border-radius: 3px; background: transparent; color: var(--lp2-muted); font-size: .75rem; font-weight: 500; box-shadow: none; }
.lp2-page .lp-pack-foot { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; }
.lp2-page .lp-pack-foot::before { content: none; }
.lp2-page .lp-pack-price { min-width: 0; padding-top: 12px; }
.lp2-page .lp-pack-price small { display: block; color: var(--lp2-muted); font-size: .75rem; font-weight: 500; }
.lp2-page .lp-pack-price small del { font-size: inherit; }
.lp2-page .lp-pack-price > span { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; margin-top: 3px; }
.lp2-page .lp-pack-price b { color: var(--lp2-ink); font-size: 1.25rem; font-weight: 850; }
.lp2-page .lp-pack-price i { color: var(--lp2-soft); font-size: .75rem; font-style: normal; }
.lp2-page .lp-pack-go { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border: 1px solid #a3ad98; border-radius: 6px; background: var(--lp2-paper); color: var(--lp2-green); box-shadow: 0 2px 0 #d3d8cb; transition: background .18s ease; }
.lp2-page .lp-pack-go:hover { background: #edf1e6; transform: none; box-shadow: 0 2px 0 #d3d8cb; }
.lp2-page .lp-pack-go:active { transform: translateY(1px); box-shadow: none; }
.lp2-page .lp-pack-go-icon { width: 18px; height: 18px; }
.lp2-page .lp-pack-more { margin-top: 28px; text-align: center; }
.lp2-page .lp-pack.is-loading { min-height: 235px; gap: 7px; }
.lp2-page .lp-pack .lp-sk { background: #eeeee5; animation: none; }
.lp2-page .lp-pack .lp-sk-tile { width: 40px; height: 44px; border-radius: 6px; }
.lp2-packs-empty { display: grid; justify-items: center; gap: 20px; padding: 34px 24px; border: 1px dashed #a8b39e; border-radius: 10px; text-align: center; }

/* Education teams keep the same simple visual language. */
.lp2-page .lp-sec-aud { padding-top: 12px; }
.lp2-page .lp-aud-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lp2-page .lp-aud { position: relative; display: flex; flex-direction: column; padding: 28px; min-height: 360px; border: 1px solid #b1b8a6; border-radius: 12px; background: #eff2e8; background-image: none; box-shadow: -3px 4px 0 #dedfd2; overflow: hidden; }
.lp2-page .lp-aud[data-lp-tone="blue"] { background: #f9f0d8; border-color: #cabd97; }
.lp2-page .lp-aud::before, .lp2-page .lp-aud::after { content: none; }
.lp2-page .lp-aud-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--lp2-ink); border-radius: 8px; color: var(--lp2-green); background: var(--lp2-white); background-image: none; box-shadow: -2px 3px 0 #c5cdbb; transform: rotate(3deg); }
.lp2-page .lp-aud[data-lp-tone="blue"] .lp-aud-icon { color: #906625; background: var(--lp2-white); box-shadow: -2px 3px 0 #d8caa2; transform: rotate(-3deg); }
.lp2-page .lp-aud-glyph { width: 26px; height: 26px; }
.lp2-page .lp-aud-icon { width: 68px; height: 68px; border-color: #aab69f; border-radius: 12px; }
.lp2-page .lp-aud-illustration { width: 48px; height: 48px; }
.lp2-page .lp-aud:hover .lp-aud-icon { box-shadow: -2px 3px 0 #c5cdbb; }
.lp2-page .lp-aud[data-lp-tone="blue"]:hover .lp-aud-icon { box-shadow: -2px 3px 0 #d8caa2; }
.lp2-page .lp-aud h3 { margin-top: 22px; color: var(--lp2-ink); font-size: 1.5rem; font-weight: 800; }
.lp2-page .lp-aud > p { margin-top: 13px; max-width: 57ch; color: var(--lp2-soft); font-size: 1rem; line-height: 2; }
.lp2-page .lp-aud ul { display: grid; grid-template-columns: 1fr; gap: 10px 14px; margin-top: 23px; }
.lp2-page .lp-aud li { display: flex; align-items: start; line-height: 1.9; gap: 7px; color: var(--lp2-soft); font-size: .875rem; }
.lp2-page .lp-aud-check { width: 17px; height: 17px; flex: none; color: var(--lp2-green); margin-top: 5px; }
.lp2-page .lp-aud[data-lp-tone="sage"] { background: #edf0f5; border-color: #b7c1cd; }
.lp-aud-heading { display: flex; align-items: center; gap: 15px; }
.lp-aud-caption { max-width: 17ch; color: #65705b; font-size: .75rem; line-height: 1.9; }
.lp2-page .lp-aud-icon { flex: none; }
.lp-aud-outcome { margin-top: auto; padding-top: 24px; }
.lp2-page .lp-aud-outcome p { min-height: 70px; border-top: 1px solid #cbd0be; padding-top: 18px; color: #41533b; font-size: .8125rem; line-height: 2; }
.lp2-page .lp-aud-outcome .lp-link { margin-top: 15px; padding-top: 8px; max-width: 100%; font-size: .875rem; }
.lp-aud-guide { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 20px 24px; border: 1px dashed #b7bea9; border-radius: 10px; }
.lp-aud-guide p { max-width: 75ch; color: var(--lp2-soft); font-size: .8125rem; line-height: 2; }
.lp-aud-guide .lp2-text-link { flex: none; margin: 0; font-size: .8125rem; }
@media (min-width: 761px) and (max-width: 1100px) {
  .lp2-page .lp-aud-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp2-page .lp-aud:last-child { grid-column: 1 / -1; }
  .lp2-page .lp-aud:last-child ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .lp-aud-guide { flex-direction: column; align-items: start; gap: 10px; }
}

.lp2-page .lp-link { display: inline-flex; align-items: center; gap: 9px; width: max-content; margin-top: auto; padding-top: 26px; color: var(--lp2-green); font-size: .9375rem; font-weight: 750; }
.lp2-page .lp-link:hover { text-decoration: underline; text-underline-offset: 6px; }

/* Voices: what subscribers said, three to a page, on a ten-second turn.
   The card is sized so a page swap never changes the block's height — the row
   keeps its tallest card's height via the grid, and the section reserves a
   min-height so the page below it does not jump while the carousel turns. */
.lp2-page .lp2-voices { padding-top: 12px; }
.lp2-voice-shell { display: grid; gap: 26px; }
.lp2-voice-track {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; align-items: stretch; min-height: 268px;
}
.lp2-voice-track[data-count="1"] { grid-template-columns: minmax(0, 620px); justify-content: center; }
.lp2-voice-track[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lp2-voice-card {
  display: flex; flex-direction: column; gap: 16px; padding: 28px;
  border: 1px solid #b1b8a6; border-radius: 12px; background: var(--lp2-white);
  box-shadow: -3px 4px 0 #dedfd2; animation: lp2VoiceIn .32s ease both;
  animation-delay: var(--lp-delay, 0ms);
}
.lp2-voice-card::before {
  content: "»"; color: #c9cfc0; font-size: 2.6rem; line-height: .6; font-weight: 800;
}
.lp2-voice-stars { display: inline-flex; gap: 4px; color: #c79a1f; }
.lp2-voice-stars i { display: grid; place-items: center; width: 17px; height: 17px; color: #d6d8cc; }
.lp2-voice-stars i.on { color: #d8a22a; }
.lp2-voice-stars svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.lp2-voice-text {
  flex: 1 1 auto; margin: 0; color: var(--lp2-soft); font-size: .9375rem; line-height: 2.05;
}
.lp2-voice-who { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--lp2-line); padding-top: 16px; }
.lp2-voice-avatar {
  display: grid; place-items: center; width: 46px; height: 46px; flex: none;
  border: 1px solid #aab69f; border-radius: 50%; background: #eff2e8;
  color: var(--lp2-green); font-weight: 800; overflow: hidden;
}
/* قاعدهٔ فرزندِ کادرِ گرد: بدون این دو، عکسِ غیرمربع از قاب بیرون می‌زند. */
.lp2-voice-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lp2-voice-id { display: grid; gap: 2px; min-width: 0; }
.lp2-voice-id strong { color: var(--lp2-ink); font-size: .9375rem; font-weight: 750; }
.lp2-voice-id small { color: var(--lp2-muted); font-size: .8125rem; }
.lp2-voice-nav { display: flex; align-items: center; justify-content: center; gap: 16px; }
.lp2-voice-arrow {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none;
  border: 1px solid #a3ad98; border-radius: 8px; background: var(--lp2-paper);
  color: var(--lp2-green); box-shadow: 0 2px 0 #d3d8cb; cursor: pointer;
  transition: background .18s ease;
}
.lp2-voice-arrow:hover { background: #edf1e6; }
.lp2-voice-arrow:active { transform: translateY(1px); box-shadow: none; }
.lp2-voice-arrow svg { width: 18px; height: 18px; }
.lp2-voice-dots { display: flex; align-items: center; gap: 9px; }
.lp2-voice-dot {
  width: 9px; height: 9px; padding: 0; border: 1px solid #a3ad98; border-radius: 50%;
  background: transparent; cursor: pointer; transition: background .18s ease, width .18s ease;
}
.lp2-voice-dot.is-on { width: 26px; border-radius: 6px; background: var(--lp2-green); border-color: var(--lp2-green); }
@keyframes lp2VoiceIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (max-width: 960px) {
  .lp2-voice-track { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; }
}
@media (max-width: 620px) {
  .lp2-voice-track, .lp2-voice-track[data-count="2"] { grid-template-columns: 1fr; }
  .lp2-voice-card { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .lp2-voice-card { animation: none; }
}

/* FAQ uses the page, rather than another wall of cards. */
.lp2-page .lp-sec-faq { display: block; border-top: 1px solid var(--lp2-line); padding-top: 82px; }
body.has-landing #landingRoot .lp2-page .lp-sec-faq { padding-inline: 0; }
.lp2-page .lp-sec-faq .lp-sec-head { max-width: none; text-align: center; margin: 0 0 40px; }
.lp2-page .lp-faq { width: 100%; max-width: none; margin: 0; display: grid; border-top: 1px solid var(--lp2-line); }
.lp2-page .lp-faq-item { border: 0; border-bottom: 1px solid var(--lp2-line); border-radius: 0; background: transparent; background-image: none; box-shadow: none; overflow: visible; }
.lp2-page .lp-faq-item[open] { border-color: var(--lp2-line); background: transparent; box-shadow: none; }
.lp2-page .lp-faq-item summary { display: flex; align-items: center; gap: 18px; min-height: 76px; padding: 17px 0; color: var(--lp2-ink); font-size: 1rem; font-weight: 700; cursor: pointer; list-style: none; }
.lp2-page .lp-faq-item summary::-webkit-details-marker { display: none; }
.lp2-page .lp-faq-item summary:hover { background: transparent; color: var(--lp2-green); }
.lp2-page .lp-faq-chevron { width: 22px; height: 22px; flex: none; margin-inline-start: auto; color: var(--lp2-green); }
.lp2-page .lp-faq-body { padding: 0 44px 24px 0; }
.lp2-page .lp-faq-body p { max-width: none; color: var(--lp2-soft); font-size: 1rem; line-height: 2; }

.lp-faq-number { flex: none; color: #839074; font-size: .75rem; font-weight: 500; font-variant-numeric: tabular-nums; }
.lp-faq-topic { display: inline-block; margin-bottom: 10px; padding: 2px 9px; border-radius: 5px; background: #e8eddd; color: #526544; font-size: .6875rem; }
.lp-faq-body .lp2-text-link { margin-top: 10px; font-size: .8125rem; }
.lp-faq-more { text-align: center; }

/* The final invitation and a shared destination for learners and educators. */
.lp2-page .lp-cta { padding: 0 32px 90px; background: var(--lp2-paper); }
.lp2-page .lp-cta-inner {
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center;
  gap: 44px; width: 100%; max-width: var(--lp2-max); margin: 0 auto; padding: 60px;
  border: 1px solid #617655; border-radius: 12px; background: #dce8ce; color: var(--lp2-ink);
  text-align: start; box-shadow: -5px 6px 0 #becdb1; overflow: visible;
}
.lp2-page .lp-cta-inner::before, .lp2-page .lp-cta-inner::after { content: none; }
.lp2-page .lp-cta h2 { margin-top: 13px; color: var(--lp2-ink); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 850; letter-spacing: -.03em; line-height: 1.6; }
.lp2-page .lp-cta p { margin-top: 12px; color: #4d5d44; font-size: 1rem; line-height: 2; }
.lp2-page .lp-cta .lp-hero-cta { flex-direction: column; align-items: stretch; gap: 15px; margin-top: 0; }
.lp2-page .lp-btn-white { background: var(--lp2-white); color: var(--lp2-ink); border-color: var(--lp2-ink); }
.lp2-page .lp-btn-white:hover { background: #f8e6b5; }
.lp2-cta-login { min-height: 44px; display: grid; place-items: center; color: #415338; font-size: .875rem; text-align: center; }
.lp2-cta-login:hover { text-decoration: underline; text-underline-offset: 5px; }
/* Compact footer: identity, navigation, verified credentials, then copyright. */
.lp2-page .lp-foot { background: #203d30; color: #d9e4d7; box-shadow: none; border-top: 1px solid #405a46; }
.lp2-page .lp-foot-inner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.5fr) minmax(0, .8fr); gap: 48px; align-items: start; width: min(100% - 64px, var(--lp2-max)); max-width: none; margin: 0 auto; padding: 52px 0 40px; }
.lp2-page .lp-foot-brand h2 { margin-top: 22px; color: #faf8f2; font-size: .9375rem; font-weight: 750; }
.lp2-page .lp-foot-brand > p { max-width: none; margin-top: 12px; color: #c6d3c0; font-size: .8125rem; line-height: 2.2; }
.lp2-page .lp-foot-about-link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin-top: 10px; color: #e5d29a; font-size: .75rem; }
.lp2-page .lp-foot-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.lp2-page .lp-foot-col h3, .lp-foot-licenses h2 { margin: 0 0 16px; color: #faf8f2; font-size: .9375rem; font-weight: 750; line-height: 1.8; }
.lp2-page .lp-foot-col ul { display: grid; gap: 4px; }
.lp2-page .lp-foot-col a { display: inline-flex; align-items: center; min-height: 44px; color: #c6d3c0; font-size: .8125rem; line-height: 1.8; }
.lp2-page .lp-foot a:hover { color: #f6d477; text-decoration: underline; text-underline-offset: 5px; }
.lp2-page .lp-foot .lp-brand:hover { text-decoration: none; }
.lp-foot-license-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 152px; padding: 22px; border: 1px dashed #647760; border-radius: 8px; text-align: center; }
.lp-foot-license-placeholder > span { color: #c6d3c0; font-size: 1.5rem; line-height: 1; }
/* نماد اینماد: تصویرِ PNGِ روی زمینهٔ روشن است، پس روی فوترِ سبزِ تیره یک کاشیِ
   سفید می‌گیرد. اندازهٔ تصویر دست نمی‌خورد (خودِ اینماد تعیینش می‌کند: ۱۲۵×۱۳۶). */
.lp-foot-seals { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-foot-seal { display: grid; place-items: center; min-width: 141px; min-height: 152px; padding: 8px; border-radius: 8px; background: #fff; }
.lp-foot-seal a { display: block; line-height: 0; }
.lp-foot-seal img { display: block; max-width: 100%; height: auto; }
.lp-foot-license-placeholder p { max-width: 22ch; color: #b9cbb3; font-size: .75rem; line-height: 2; }
.lp2-page .lp-foot-bar { display: flex; align-items: center; justify-content: center; width: min(100% - 64px, var(--lp2-max)); max-width: none; margin: 0 auto; padding: 22px 0; border-top: 1px solid #49604b; color: #b9cbb3; font-size: .75rem; line-height: 2; text-align: center; }
.lp2-page .lp-foot a:focus-visible { outline: 2px solid #f6d477; outline-offset: 5px; }
@media (max-width: 1000px) {
  .lp2-page .lp-foot-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 32px; }
  .lp-foot-licenses { grid-column: 1 / -1; max-width: 260px; width: 100%; }
}
@media (max-width: 760px) {
  .lp2-page .lp-foot-inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-foot-licenses { max-width: none; }
  .lp-foot-license-placeholder { min-height: 124px; }
  .lp2-page .lp-faq-body { padding-inline-start: 0; }
}
@keyframes lp2-panel-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

/* Fluid layouts, including narrow phones and enlarged browser text. */
@media (min-width: 1001px) { .lp2-page .lp-sheet { display: none; } }
@media (max-width: 1100px) {
  .lp2-page .lp-nav { gap: 16px; }
  .lp2-page .lp-head-inner { gap: 20px; }
  .lp2-hero h1 { font-size: clamp(2.5rem, 4.7vw, 3.5rem); }
  .lp2-product-panel { padding: 28px; gap: 28px; }
}
@media (max-width: 1000px) {
  .lp2-page .lp-nav, .lp2-page .lp-head-actions { display: none; }
  .lp2-page .lp-burger { display: flex; }
  .lp2-page .lp-head-inner { min-height: 76px; }
  .lp2-signal { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .lp2-product-tabs button { flex-direction: column; gap: 5px; min-height: 66px; padding: 9px 6px; font-size: .8125rem; }
  .lp2-product-panel { grid-template-columns: 1fr; padding: 32px; }
  .lp2-product-copy { max-width: 640px; }
  .lp2-page .lp-pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .lp2-page .lp-head-inner, .lp2-hero-shell, .lp2-signal, .lp2-page .lp-sec,
  .lp2-page .lp-foot-inner, .lp2-page .lp-foot-bar { width: calc(100% - 40px); }
  .lp2-page .lp-head-inner { min-height: 72px; }
  .lp2-hero { padding: 44px 0 42px; }
  .lp2-hero-shell { grid-template-columns: 1fr; gap: 18px; }
  .lp2-hero-copy { text-align: center; padding: 0; }
  .lp2-hero h1 { margin-top: 22px; font-size: clamp(2.3rem, 7.8vw, 3.75rem); }
  .lp2-hero-copy > p:not(.lp2-no-card) { margin-inline: auto; font-size: 1rem; }
  .lp2-desktop-break { display: none; }
  .lp2-hero-copy .lp-hero-cta { justify-content: center; }
  .lp2-no-card { justify-content: center; }
  .lp2-hero-visual { width: min(100%, 410px); margin: 0 auto; }
  .lp2-paper-note { margin-top: -22px; font-size: .875rem; padding: 8px 18px; }
  .lp2-signal { padding: 25px 0; }
  .lp2-signal ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 14px; }
  .lp2-signal li { flex-direction: row; justify-content: center; font-size: .8125rem; }
  .lp2-signal-icon { width: 20px; height: 20px; }
  .lp2-page .lp-sec { padding: 74px 0; }
  .lp2-section-head, .lp2-page .lp-sec-head { margin-bottom: 30px; }
  .lp2-section-head h2, .lp2-page .lp-sec-head h2 { font-size: 2rem; }
  .lp2-product-tabs {
    display: flex; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto;
    width: 100%; margin-inline: 0; padding-bottom: 12px;
    overscroll-behavior-inline: contain; scrollbar-width: thin; scroll-snap-type: inline proximity;
  }
  .lp2-product-tabs button {
    flex: 0 0 auto; flex-direction: row; gap: 8px; min-width: 132px; min-height: 52px;
    font-size: .875rem; padding-inline: 12px; scroll-snap-align: start;
  }
  .lp2-product-panel { gap: 26px; padding: 26px 22px; min-height: 0; }
  .lp2-product-copy h3 { font-size: 1.65rem; }
  .lp2-product-shot { padding: 10px; }
  .lp2-page .lp-aud-grid { grid-template-columns: 1fr; gap: 22px; }
  .lp2-page .lp-aud { padding: 28px; min-height: 0; }
  .lp2-page .lp-sec-aud { padding-top: 0; }
  body.has-landing #landingRoot .lp2-page .lp-sec-faq { padding-inline: 0; }
.lp2-page .lp-sec-faq .lp-sec-head { max-width: none; text-align: center; }
  .lp2-page .lp-cta { padding: 0 20px 64px; }
  .lp2-page .lp-cta-inner { grid-template-columns: 1fr; padding: 38px 26px; gap: 26px; text-align: center; }
  .lp2-page .lp-cta h2 { font-size: 2.1rem; }
  .lp2-page .lp-cta .lp-hero-cta { width: 100%; max-width: 340px; margin-inline: auto; }
  .lp2-page .lp-foot-inner { padding: 45px 0 28px; }
  .lp2-page .lp-foot-cols { gap: 20px; }
  .lp2-page .lp-foot-bar { flex-direction: column; gap: 7px; }
}
@media (max-width: 520px) {
  .lp2-page .lp-brand-mark { width: 42px; height: 40px; flex-basis: 42px; }
  .lp2-page .lp-type { width: 78px; }
  .lp2-page .lp-pack-grid { grid-template-columns: 1fr; gap: 14px; }
  .lp2-page .lp-pack { padding: 18px; min-height: 0; }
  .lp2-page .lp-pack-tabs { justify-content: start; }
  .lp2-page .lp-pack-tab { padding-inline: 13px; }
  .lp2-page .lp-aud ul { grid-template-columns: 1fr; }
  .lp2-page .lp-foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
}
@media (max-width: 380px) {
  .lp2-hero-copy .lp-hero-cta { flex-direction: column; align-items: stretch; gap: 14px; }
  .lp2-page .lp-btn-lg { padding-inline: 14px; }
  .lp2-hero h1 { font-size: 2.1rem; }
  .lp2-no-card { font-size: .75rem; gap: 5px; }
  .lp2-product-tabs button { flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .lp2-page *, .lp2-page *::before, .lp2-page *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .lp2-page [data-lp-reveal] { opacity: 1; transform: none; }
}

/* Authentication shares the landing's paper language, scoped to public users.
   The existing administrator gate and authenticated panels keep their styles. */
.auth-gate.auth-paper {
  --ink: #292d28;
  --muted: #687064;
  --line: #d9dacf;
  --orange: #276749;
  --paper-auth-bg: #faf8f2;
  position: fixed; inset: 0; z-index: 200;
  display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start;
  padding: clamp(16px, 4vh, 48px) 16px; overflow-y: auto; overscroll-behavior: contain;
  background: var(--paper-auth-bg); color: var(--ink);
  font-family: "Vazirmatn", Tahoma, sans-serif; font-feature-settings: "ss01" 1;
  font-size: 1rem; line-height: 1.8; direction: rtl;
}
.auth-paper *, .auth-paper *::before, .auth-paper *::after { box-sizing: border-box; }
.auth-paper :where(a) { color: inherit; text-decoration: none; }
.auth-paper :where(h2, p, figure) { margin: 0; }
.auth-paper :where(a, button, input):focus-visible { outline: 3px solid #a64f23; outline-offset: 4px; }
.auth-paper :where(h1):focus { outline: none; }
.auth-paper .ui-icon { width: 19px; height: 19px; flex: none; }
.auth-paper-layout { flex: none; width: min(100%, 440px); margin: auto; }
.auth-paper .auth-paper-card { position: relative; width: 100%; max-width: none; padding: 30px 32px 24px; border: 1px solid #9ba68f; border-radius: 13px; background: #fffefb; box-shadow: -5px 6px 0 #dfe3d5; }
.auth-paper-brand { display: block; width: fit-content; max-width: 100%; margin: 0 auto 25px; }
.auth-paper-brand .auth-brand { margin: 0; gap: 11px; }
.auth-paper-brand .brand-mark { width: 48px; height: 40px; }
.auth-paper-brand .brand-type { height: 32px; width: auto; }
.auth-paper-brand .auth-brand-rule { height: 28px; background: #cfd2c5; }
.auth-paper .auth-card::before, .auth-paper .auth-card::after { content: none; }
.auth-paper .auth-card h1 { margin: 0 0 9px; color: var(--ink); font-size: 1.875rem; font-weight: 850; line-height: 1.6; letter-spacing: -.025em; text-align: start; }
.auth-paper .auth-sub { margin: 0 0 26px; color: #687064; font-size: .9375rem; font-weight: 400; line-height: 1.95; text-align: start; }
.auth-paper .auth-tabs { display: flex; gap: 10px; padding: 0; margin: 0 0 28px; border-radius: 0; background: transparent; }
.auth-paper .auth-tabs button { flex: 1; min-height: 46px; padding: 8px 14px; border: 1px solid #d4d8cb; border-radius: 6px; background: #f8f8f1; color: #626c5b; font: inherit; font-size: .9375rem; font-weight: 650; box-shadow: none; cursor: pointer; }
.auth-paper .auth-tabs button.active { border-color: #726646; background: #f6d477; color: #39392c; box-shadow: 0 3px 0 #d5c79e; }
.auth-paper .auth-tabs button:hover:not(.active) { background: #f0f2e8; border-color: #a8b19d; }
.auth-paper .auth-stage { animation: authPaperStageIn .22s ease both; }
.auth-paper .auth-form label { display: block; margin-bottom: 18px; color: #454f3f; font-size: .875rem; font-weight: 600; line-height: 1.9; }
.auth-paper .auth-form input:not([type="checkbox"]) { display: block; width: 100%; height: 52px; margin-top: 7px; padding: 0 14px; border: 1px solid #c5ccbb; border-radius: 7px; background: #fcfcf7; color: #292d28; font-family: inherit; font-size: 1rem; font-weight: 500; box-shadow: none; transition: border-color .16s ease, background-color .16s ease; }
.auth-paper .auth-form input::placeholder { color: #8c9485; font-size: .9375rem; font-weight: 400; letter-spacing: 0; }
.auth-paper .auth-form input:not([type="checkbox"]):focus { outline: 2px solid #b9cbaa; outline-offset: 2px; border-color: #276749; background: #fffefb; box-shadow: none; }
.auth-paper .auth-form .password-field { margin-top: 7px; }
.auth-paper .auth-form .password-field input { margin-top: 0; padding-left: 54px; }
.auth-paper .password-toggle { width: 44px; height: 44px; left: 4px; border-radius: 5px; color: #69755f; }
.auth-paper .password-toggle:hover { background: #edf1e6; color: #276749; }
.auth-paper .auth-form label.auth-remember { display: flex; align-items: flex-start; gap: 9px; margin: 3px 0 20px; color: #687064; font-size: .8125rem !important; font-weight: 400 !important; line-height: 1.9; }
.auth-paper .auth-remember input { width: 18px; height: 18px; margin: 3px 0 0; padding: 0; flex: 0 0 18px; accent-color: #276749; }
.auth-paper .auth-submit { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; height: auto; min-height: 52px; margin-top: 7px; padding: 12px 17px; border: 1px solid #292d28; border-radius: 7px; background: #276749; color: #fffefb; font: inherit; font-size: 1rem; font-weight: 750; line-height: 1.7; box-shadow: 0 3px 0 #292d28; filter: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease; }
.auth-paper .auth-submit:hover:not(:disabled) { background: #205a3e; transform: translateY(-1px); box-shadow: 0 4px 0 #292d28; filter: none; }
.auth-paper .auth-submit:active:not(:disabled) { transform: translateY(2px); box-shadow: 0 1px 0 #292d28; }
.auth-paper .auth-submit:disabled { opacity: .65; cursor: wait; transform: none; box-shadow: 0 2px 0 #292d28; }
.auth-paper .auth-links { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 14px; margin-top: 17px; }
.auth-paper .auth-links button, .auth-paper .auth-back, .auth-paper .auth-step-back, .auth-paper .auth-inline-action { min-height: 44px; padding: 7px 0; border: 0; background: transparent; color: #526349; font: inherit; font-size: .8125rem; font-weight: 600; line-height: 1.8; cursor: pointer; }
.auth-paper .auth-links button:hover, .auth-paper .auth-back:hover, .auth-paper .auth-step-back:hover, .auth-paper .auth-inline-action:hover:not(:disabled) { color: #276749; text-decoration: underline; text-underline-offset: 5px; }
.auth-paper .auth-inline-action:disabled { opacity: .5; cursor: default; }
.auth-paper .auth-back { margin-top: 14px; }
.auth-paper .auth-step-back { margin: -8px 0 8px; gap: 6px; }
.auth-paper .auth-step-back svg { transform: rotate(180deg); }
/* Registration fits all five real account roles in a small paper grid. */
.auth-paper-progress { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; padding: 0 0 19px; border-bottom: 1px dashed #d7dccd; list-style: none; }
.auth-paper-progress li { display: inline-flex; align-items: center; gap: 5px; flex: 1; color: #7a8371; font-size: .75rem; white-space: nowrap; }
.auth-paper-progress li > span { display: grid; place-items: center; width: 23px; height: 23px; flex: none; border: 1px solid #d0d7c6; border-radius: 50%; color: #6c7960; font-size: .75rem; }
.auth-paper-progress li[aria-current="step"] { color: #276749; font-weight: 700; }
.auth-paper-progress li[aria-current="step"] > span { background: #f6d477; border-color: #aa945e; color: #4a422d; }
.auth-paper-progress li.is-complete > span { border-color: #a8b998; background: #edf2e6; }
.auth-paper-progress .ui-icon { width: 13px; height: 13px; }
.auth-paper .role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.auth-paper .role-card { display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: center; justify-content: start; min-height: 95px; gap: 6px 8px; padding: 12px; border: 1px solid #cbd2c1; border-radius: 7px; background: #fcfcf6; text-align: start; box-shadow: none; transform: none; animation: none; }
.auth-paper .role-card::before, .auth-paper .role-card::after { content: none; }
.auth-paper .role-card:hover { background: #f1f4e9; border-color: #7d916c; box-shadow: 0 2px 0 #d3dcc8; transform: translateY(-1px); }
.auth-paper .role-card .role-ic { grid-column: 1; grid-row: 1; width: 36px; height: 36px; padding: 0; border-radius: 0; background: transparent; color: #5a7449; box-shadow: none; transform: none; }
.auth-paper .role-ic img, .auth-paper .auth-role-symbol img { display: block; width: 34px; height: 34px; }
.auth-paper .auth-role-symbol { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; }
.auth-paper .role-card strong { grid-column: 2; font-size: .875rem; font-weight: 750; line-height: 1.6; }
/* styles.css توضیحِ نقش را زیر ۴۳۰px پنهان می‌کند؛ در فرمِ کاغذی همان یک خط
   تنها چیزی است که «دبیر» را از «مشاور» جدا می‌کند، پس اینجا برمی‌گردد. */
.auth-paper .role-card small { display: block; grid-column: 1 / -1; max-width: none; font-size: .75rem; font-weight: 400; line-height: 1.8; color: #77836b; }
.auth-paper .role-grid .role-card:last-child { grid-column: 1 / -1; min-height: 68px; grid-template-columns: 36px auto minmax(0, 1fr); }
.auth-paper .role-grid .role-card:last-child small { grid-column: 3; text-align: end; }

/* Existing one-time code, resend timer, reset, and invitation states. */
.auth-paper .auth-otp-notice { align-items: center; gap: 10px; margin: 15px 0 4px; padding: 12px; border: 1px solid #cdd8c2; border-radius: 7px; background: #f0f5e9; }
.auth-paper .auth-otp-copy { white-space: normal; overflow: visible; font-size: .875rem; font-weight: 400; color: #526349; line-height: 1.9; }
.auth-paper .auth-otp-copy b { font-size: .9375rem; font-weight: 700; color: #276749; }
.auth-paper .auth-otp-tools { gap: 12px; margin: 0 0 18px; }
.auth-paper .auth-otp-timer { font-size: .8125rem; font-weight: 500; }
.auth-paper #authCode { height: 62px; text-align: center; font-size: 1.8rem; font-weight: 700; letter-spacing: .42em; padding-inline: 12px; }
.auth-paper #authCode::placeholder { font-size: 1.4rem; letter-spacing: .32em; }
.auth-paper .auth-otp-demo { background: #faf3df; border-color: #cfc098; font-size: .8125rem; }
.auth-paper .auth-otp-demo b { font-size: 1.125rem; }
.auth-paper .auth-security-note { border: 1px solid #d6decf; background: #f3f6ee; color: #637156; padding: 12px; border-radius: 7px; font-size: .8125rem; }
.auth-paper .auth-invite-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.auth-paper .auth-invite-roles .invite-role { grid-column: auto; padding: 10px; border: 1px solid #cbd2c1; border-radius: 7px; background: #fcfcf6; color: #526349; box-shadow: none; font-size: .875rem; }
.auth-paper .auth-invite-roles .invite-role:last-child { grid-column: 1 / -1; }
.auth-paper .invite-role.on { background: #f6d477; border-color: #aa945e; color: #49422e; box-shadow: 0 2px 0 #d5c79e; }
@keyframes authPaperStageIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (max-width: 760px) {
  .auth-paper .auth-paper-card { padding: 26px 24px 20px; border-radius: 10px; box-shadow: -3px 4px 0 #dfe3d5; }
  .auth-paper .auth-card h1 { font-size: 1.75rem; }
  .auth-paper .auth-sub { font-size: .875rem; margin-bottom: 22px; }
  .auth-paper .auth-tabs { margin-bottom: 24px; }
  .auth-paper-progress { gap: 8px; margin-bottom: 22px; }
  .auth-paper-progress li { font-size: .75rem; gap: 4px; }
}
@media (max-width: 390px) {
  .auth-paper .auth-paper-card { padding-inline: 18px; }
  /* شبکهٔ نقش‌ها روی گوشی هم دوستونی می‌ماند: پنج نقش در یک ستون یعنی
     اسکرول تا پایینِ صفحه برای دیدنِ «مدرسه»، و کارتِ تک‌ستونی هم‌قدِ
     کارتِ دوستونی است پس چیزی هم بزرگ‌تر نمی‌شود. */
  .auth-paper .role-grid { gap: 8px; }
  .auth-paper .role-card { min-height: 88px; padding: 11px 10px; gap: 5px 7px; }
  .auth-paper .role-card small { font-size: .6875rem; line-height: 1.75; }
  .auth-paper .auth-otp-notice { flex-wrap: wrap; }
  .auth-paper .auth-otp-tools { flex-wrap: wrap; }
  .auth-paper-progress { justify-content: space-between; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .auth-paper *, .auth-paper *::before, .auth-paper *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
