/* SEO / money pages — layout + structure. Colors use DS tokens (global-site.css
   applies final normalization when loaded after this file). */
body.seo-landing {
  background: var(--ds-paper);
}

.seo-hero {
  background: radial-gradient(120% 95% at 72% 16%, var(--ds-cream) 0%, var(--ds-paper) 70%);
  border-bottom: 1px solid var(--ds-line);
  padding: 38px 0 28px;
}

.seo-wrap {
  max-width: var(--ds-wrap);
  margin: 0 auto;
  padding: 0 16px;
}

.seo-hero h1 {
  margin: 0 0 14px;
  color: var(--ds-ink);
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.18;
  font-weight: 800;
}

.seo-lead {
  max-width: 860px;
  margin: 0 auto 18px;
  text-align: center;
  color: var(--ds-ink-2);
  line-height: 1.75;
  font-size: 1.05rem;
}

.seo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 18px;
  padding: 0;
  list-style: none;
}

.seo-badges li {
  background: var(--ds-dark);
  color: var(--ds-brand-l);
  border: 1px solid rgba(255, 122, 77, 0.35);
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 700;
  box-shadow: var(--ds-shadow-card);
}

.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.seo-btn,
.seo-btn:link,
.seo-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--ds-r-pill);
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.seo-btn:hover {
  transform: translateY(-1px);
}

.seo-btn-primary {
  background: var(--ds-brand);
  color: #fff;
  box-shadow: 0 10px 28px rgba(255, 77, 35, 0.26);
}

.seo-btn-secondary {
  background: var(--ds-white);
  border: 1px solid #d8cebb;
  color: var(--ds-ink);
}

.seo-section {
  padding: 32px 0 10px;
}

.seo-grid-2,
.seo-grid-3 {
  display: grid;
  gap: 18px;
}

.seo-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-card {
  background: var(--ds-white);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  box-shadow: var(--ds-shadow-card);
  padding: 22px;
}

.seo-card h2,
.seo-card h3 {
  margin: 0 0 12px;
  color: var(--ds-ink);
  line-height: 1.25;
}

.seo-section h2 {
  margin: 0 0 16px;
  color: var(--ds-ink);
  text-align: center;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.25;
}

.seo-intro {
  max-width: 860px;
  margin: 0 auto 18px;
  text-align: center;
  color: var(--ds-ink-2);
  line-height: 1.72;
}

.seo-copy {
  background: var(--ds-white);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  box-shadow: var(--ds-shadow-card);
  padding: 28px 24px;
}

.seo-copy h2 {
  text-align: left;
  margin-bottom: 14px;
}

.seo-copy p,
.seo-copy li,
.seo-card p,
.seo-card li {
  color: var(--ds-ink-2);
  line-height: 1.75;
  font-size: 1rem;
}

.seo-copy ul,
.seo-card ul {
  margin: 0;
  padding-left: 20px;
}

.seo-table-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

.seo-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: var(--ds-white);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  overflow: hidden;
}

.seo-table th,
.seo-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--ds-line);
  vertical-align: top;
  color: var(--ds-ink-2);
  line-height: 1.65;
}

.seo-table th {
  background: var(--ds-dark);
  color: #f4ede2;
  font-weight: 800;
}

.seo-table tr:nth-child(even) td {
  background: var(--ds-cream);
}

.seo-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: var(--ds-r-md);
  background: var(--ds-cream);
  border: 1px solid var(--ds-line);
  color: var(--ds-ink-2);
  line-height: 1.72;
}

.seo-spec-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.seo-spec {
  background: var(--ds-white);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-md);
  padding: 16px 18px;
  box-shadow: var(--ds-shadow-card);
}

.seo-spec strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ds-ink);
}

.faq-item {
  background: var(--ds-white);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-md);
  padding: 0 18px;
  margin-bottom: 12px;
  box-shadow: var(--ds-shadow-card);
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 800;
  color: var(--ds-ink);
}

.faq-item p {
  margin: 0 0 18px;
}

.seo-faq details {
  background: var(--ds-white);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-md);
  padding: 0 18px;
  margin-bottom: 12px;
}

.seo-faq summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 800;
  color: var(--ds-ink);
}

.seo-faq p {
  margin: 0 0 18px;
}

.seo-links {
  background: var(--ds-cream);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  box-shadow: var(--ds-shadow-card);
  padding: 22px 18px;
}

.seo-links h2 {
  color: var(--ds-brand-d);
  margin-bottom: 14px;
}

.seo-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.seo-links a,
.seo-links a:link,
.seo-links a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: var(--ds-r-pill);
  background: var(--ds-dark);
  color: var(--ds-brand-l);
  border: 1px solid rgba(255, 122, 77, 0.35);
  text-decoration: none;
  font-weight: 800;
}

.seo-links a:hover {
  background: var(--ds-dark-2);
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.related-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: var(--ds-r-pill);
  border: 1px solid var(--ds-line);
  background: var(--ds-white);
  color: var(--ds-ink);
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--ds-shadow-card);
}

.related-chip:hover {
  background: var(--ds-cream);
  border-color: var(--ds-brand);
}

.seo-process {
  counter-reset: process;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.seo-process li {
  position: relative;
  background: var(--ds-white);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-md);
  padding: 18px 18px 18px 62px;
  box-shadow: var(--ds-shadow-card);
}

.seo-process li::before {
  counter-increment: process;
  content: counter(process);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ds-brand);
  color: #fff;
  font-weight: 800;
}

.seo-cta-box {
  background: linear-gradient(180deg, var(--ds-dark) 0%, var(--ds-dark-2) 100%);
  border-radius: var(--ds-r-lg);
  padding: 28px 24px;
  box-shadow: var(--ds-shadow-hover);
}

.seo-cta-box h2,
.seo-cta-box p {
  color: #f4ede2;
}

.seo-cta-box p {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 18px;
}

@media (max-width: 900px) {
  .seo-grid-2,
  .seo-grid-3,
  .seo-spec-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .seo-btn,
  .seo-cta-row a {
    width: 100%;
  }

  .seo-copy,
  .seo-card,
  .seo-cta-box {
    padding: 22px 18px;
  }
}

.seo-wrap {
  padding-inline: var(--product-gutter, 16px);
  box-sizing: border-box;
}

body.seo-landing {
  overflow-x: clip;
}

@media (max-width: 767px) {
  .seo-hero {
    padding: 28px 0 24px;
  }
}

@media (min-width: 1024px) {
  .seo-wrap {
    padding-inline: 16px;
  }

  .seo-hero {
    padding: 38px 0 28px;
  }
}
