body.seo-landing-page {
  background: var(--fx-bg, #f8fafc);
}

.seo-landing-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 1rem 2.5rem;
}

/* جلوگیری از تداخل .page سراسری (۱۱۲۰px) با قاب باریک لندینگ */
body.seo-landing-page .seo-landing-shell .page {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.seo-landing-page .seo-landing-shell .card {
  box-shadow: 0 4px 22px -14px rgba(15, 23, 42, 0.18);
}

body.seo-landing-page .seo-landing-hero,
body.seo-landing-page .seo-landing-content {
  padding: 1.35rem 1.4rem 1.5rem;
}

.seo-landing-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.85rem;
  color: var(--fx-muted, #64748b);
}

.seo-landing-crumb a {
  color: var(--fx-brand, #1b4fd8);
}

.seo-landing-hero {
  margin-bottom: 1.25rem;
}

.seo-landing-hero__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--fx-brand, #1b4fd8);
  letter-spacing: 0.02em;
}

.seo-landing-hero__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  line-height: 1.35;
  font-weight: 800;
  color: var(--fx-text, #0f172a);
}

.seo-landing-hero__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--fx-muted, #475569);
  max-width: 68ch;
}

.seo-rate-spot {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0;
  padding: 1.1rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(27, 79, 216, 0.2);
  background: linear-gradient(135deg, rgba(27, 79, 216, 0.06), rgba(248, 250, 252, 0.9));
}

.seo-rate-spot--live {
  border-color: rgba(22, 163, 74, 0.35);
}

.seo-rate-spot--error {
  border-color: rgba(220, 38, 38, 0.25);
}

.seo-rate-spot__status {
  margin: 0;
  font-size: 0.85rem;
  color: var(--fx-muted, #64748b);
}

.seo-rate-spot__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (max-width: 640px) {
  .seo-rate-spot__grid {
    grid-template-columns: 1fr;
  }
}

.seo-rate-spot__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 5.25rem;
  padding: 0.75rem 0.65rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  text-align: center;
}

.seo-rate-spot__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--fx-muted, #64748b);
}

.seo-rate-spot__value {
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  font-weight: 800;
  color: var(--fx-text, #0f172a);
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.seo-rate-spot__unit {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--fx-muted, #94a3b8);
}

.seo-rate-spot__cell--mid .seo-rate-spot__value {
  color: #0f172a;
}

.seo-rate-spot__cell--buy {
  border-color: rgba(22, 163, 74, 0.35);
  background: linear-gradient(180deg, #fff 0%, rgba(240, 253, 244, 0.85) 100%);
}

.seo-rate-spot__cell--buy .seo-rate-spot__value {
  color: #15803d;
}

.seo-rate-spot__cell--sell {
  border-color: rgba(217, 119, 6, 0.35);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 251, 235, 0.9) 100%);
}

.seo-rate-spot__cell--sell .seo-rate-spot__value {
  color: #b45309;
}

.seo-rate-spot__sync {
  margin: 0;
  font-size: 0.8rem;
  color: var(--fx-muted, #64748b);
}

.seo-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 0;
  justify-content: flex-start;
}

.seo-landing-actions .btn-primary,
.seo-landing-actions .btn-consult-outline {
  min-width: min(100%, 14rem);
}

.seo-landing-content h2 {
  margin: 1.5rem 0 0.6rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.seo-landing-content h3 {
  margin: 1rem 0 0.4rem;
  font-size: 1rem;
  font-weight: 650;
}

.seo-landing-content p,
.seo-landing-content li {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--fx-muted, #475569);
}

.seo-landing-content ul {
  padding-right: 1.2rem;
}

.seo-landing-content a {
  color: var(--fx-brand, #1b4fd8);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.seo-landing-faq details {
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  padding: 0.6rem 0;
}

.seo-landing-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--fx-text, #0f172a);
}

.seo-landing-links {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.seo-landing-links a {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.seo-landing-links a:hover {
  border-color: var(--fx-brand, #1b4fd8);
}

.seo-landing-links strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--fx-text, #0f172a);
}

.seo-landing-links span {
  font-size: 0.88rem;
  color: var(--fx-muted, #64748b);
}
