/* Public SEO landing pages — cream/gold, matches features.html + site-chrome */
.seo-landing {
  margin: 0;
  min-height: 100%;
  font-family: 'Tajawal', sans-serif;
  background:
    radial-gradient(ellipse at 12% 8%, rgba(197,160,89,0.18), transparent 42%),
    radial-gradient(ellipse at 88% 0%, rgba(15,23,42,0.06), transparent 40%),
    linear-gradient(180deg, #f7f3ea 0%, #f5f1e8 45%, #ebe4d6 100%);
  color: #0f172a;
}
.seo-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 1.2rem 1.2rem 3rem;
}
.seo-crumbs {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0 0 1.2rem;
}
.seo-crumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}
.seo-crumbs li:not(:last-child)::after {
  content: "/";
  margin-inline-start: 0.5rem;
  opacity: 0.55;
}
.seo-crumbs a { color: #64748b; text-decoration: none; }
.seo-crumbs a:hover { color: #c5a059; }
.seo-hero { margin-bottom: 1.4rem; }
.seo-hero-icon {
  font-size: 2rem;
  color: #c5a059;
  display: block;
  margin-bottom: 0.4rem;
}
.seo-hero h1 {
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 0.7rem;
}
.seo-features-note {
  margin: 0 0 1.1rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: 14px;
  color: #334155;
  font-weight: 600;
  line-height: 1.7;
}
.seo-features-note a {
  color: #8b5c2e;
  font-weight: 800;
}
.seo-lead {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #334155;
  margin: 0;
}
.seo-body p {
  font-size: 1.02rem;
  line-height: 1.9;
  color: #1e293b;
  margin: 0 0 1rem;
}
.seo-cards {
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.seo-cards a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.25rem;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(197,160,89,0.28);
  border-radius: 16px;
  padding: 1rem 1.05rem;
}
.seo-cards a:hover { border-color: #c5a059; }
.seo-cards i {
  grid-row: 1 / span 2;
  font-size: 1.5rem;
  color: #c5a059;
  align-self: center;
}
.seo-cards strong { font-size: 1rem; }
.seo-cards span { font-size: 0.9rem; color: #475569; line-height: 1.6; }
.seo-faq, .seo-related, .seo-author, .seo-cta {
  margin-top: 1.8rem;
}
.seo-faq h2, .seo-related h2, .seo-author h2 {
  font-size: 1.2rem;
  margin: 0 0 0.8rem;
}
.seo-faq details {
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(197,160,89,0.25);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.55rem;
}
.seo-faq summary { cursor: pointer; font-weight: 700; }
.seo-faq p { margin: 0.55rem 0 0; color: #334155; line-height: 1.75; }
.seo-related ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.seo-related a {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
}
.seo-related a:hover { color: #8b5c2e; }
.seo-related i { color: #c5a059; margin-top: 0.15rem; }
.seo-author {
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(197,160,89,0.28);
  border-radius: 16px;
  padding: 1rem 1.1rem;
}
.seo-author a { color: #8b5c2e; font-weight: 800; }
.seo-cta { text-align: center; }
.seo-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #0f172a;
  color: #faf6ee;
  text-decoration: none;
  font-weight: 800;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
}
.seo-cta-btn:hover { background: #1e293b; }
.seo-cta-sub, .seo-reviews-note {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0.65rem 0 0;
}
.seo-reviews-note a { color: #8b5c2e; font-weight: 700; }
html[dir="ltr"] .seo-wrap { font-family: 'Tajawal', sans-serif; }
@media (max-width: 640px) {
  .seo-cards a { grid-template-columns: auto 1fr; }
}
