body.seo-landing {
  background: #f4f8fc;
}

.seo-hero {
  background:
    radial-gradient(circle at top right, rgba(22, 128, 224, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  border-bottom: 1px solid #d7e8fb;
  padding: 38px 0 28px;
}

.seo-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.seo-hero h1 {
  margin: 0 0 14px;
  color: #0d274a;
  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: #1f3556;
  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: #0d274a;
  color: #ffd24d;
  border: 1px solid rgba(255, 210, 77, 0.4);
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(8, 27, 53, 0.12);
}

.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: 999px;
  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: linear-gradient(90deg, #ffc107 0%, #ffe191 100%);
  color: #081b35;
  box-shadow: 0 10px 28px rgba(255, 193, 7, 0.26);
}

.seo-btn-secondary {
  background: #ffffff;
  border: 1px solid #b9d8fb;
  color: #105fba;
}

.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: #ffffff;
  border: 1px solid #cce3fb;
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(8, 27, 53, 0.06);
  padding: 22px;
}

.seo-card h2,
.seo-card h3 {
  margin: 0 0 12px;
  color: #0d274a;
  line-height: 1.25;
}

.seo-section h2 {
  margin: 0 0 16px;
  color: #b30000;
  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: #243652;
  line-height: 1.72;
}

.seo-copy {
  background: #ffffff;
  border: 1px solid #d4e7fb;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(8, 27, 53, 0.06);
  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: #1b2b45;
  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: #ffffff;
  border: 1px solid #cfe3fb;
  border-radius: 18px;
  overflow: hidden;
}

.seo-table th,
.seo-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e3eefb;
  vertical-align: top;
  color: #1b2b45;
  line-height: 1.65;
}

.seo-table th {
  background: #0d274a;
  color: #ffffff;
  font-weight: 800;
}

.seo-table tr:nth-child(even) td {
  background: #f8fbff;
}

.seo-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #eef6ff;
  border: 1px solid #cfe3fb;
  color: #163258;
  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: #ffffff;
  border: 1px solid #d4e7fb;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 8px 20px rgba(8, 27, 53, 0.05);
}

.seo-spec strong {
  display: block;
  margin-bottom: 8px;
  color: #0d274a;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #cce3fb;
  border-radius: 16px;
  padding: 0 18px;
  margin-bottom: 12px;
  box-shadow: 0 8px 20px rgba(8, 27, 53, 0.05);
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 800;
  color: #0d274a;
}

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

.seo-faq details {
  background: #ffffff;
  border: 1px solid #cce3fb;
  border-radius: 16px;
  padding: 0 18px;
  margin-bottom: 12px;
}

.seo-faq summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 800;
  color: #0d274a;
}

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

.seo-links {
  background: #f9fbff;
  border: 1px solid #cce3fb;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(8, 27, 53, 0.04);
  padding: 22px 18px;
}

.seo-links h2 {
  color: #1680e0;
  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: 999px;
  background: #0d274a;
  color: #ffd24d;
  border: 1px solid rgba(255, 210, 77, 0.38);
  text-decoration: none;
  font-weight: 800;
}

.seo-links a:hover {
  background: #13365a;
}

.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: 999px;
  border: 1px solid #cce3fb;
  background: #ffffff;
  color: #0d274a;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(8, 27, 53, 0.04);
}

.related-chip:hover {
  background: #eef6ff;
}

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

.seo-process li {
  position: relative;
  background: #ffffff;
  border: 1px solid #d4e7fb;
  border-radius: 16px;
  padding: 18px 18px 18px 62px;
  box-shadow: 0 8px 22px rgba(8, 27, 53, 0.05);
}

.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: #1680e0;
  color: #ffffff;
  font-weight: 800;
}

.seo-cta-box {
  background: linear-gradient(180deg, #0d274a 0%, #102f58 100%);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 14px 36px rgba(8, 27, 53, 0.18);
}

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

.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;
  }
}
