.page-seo-expansion {
  background: none;
  background-size: contain;
  background-position: top;
}

.page-seo-expansion .navbar-fixed-top {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}

.pxx-hero-shell {
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 56px 52px;
  border: 1px solid rgba(218, 227, 239, 0.92);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(92, 92, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.98));
  box-shadow: 0 28px 80px rgba(31, 42, 68, 0.12);
}

.pxx-hero-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pxx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(70, 77, 173, 0.08);
  color: #4659ad;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pxx-hero-title {
  margin: 0 0 18px;
  color: #243659;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
}

.pxx-hero-copy p,
.pxx-hero-copy li,
.pxx-lead {
  color: #54657e;
  font-size: 20px;
  line-height: 1.72;
}

.pxx-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 24px;
}

.pxx-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(216, 225, 240, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #334762;
  font-size: 14px;
  font-weight: 600;
}

.pxx-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.pxx-note {
  margin-top: 20px;
  color: #6d7d93;
  font-size: 16px;
  line-height: 1.7;
}

.pxx-hero-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(218, 227, 239, 0.92);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.95));
  box-shadow: 0 22px 50px rgba(31, 42, 68, 0.12);
}

.pxx-hero-card img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.pxx-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pxx-proof-pill {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(36, 54, 89, 0.08);
  color: #243659;
  font-size: 13px;
  font-weight: 700;
}

.pxx-card-icon,
.pxx-summary-icon,
.pxx-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border: 1px solid rgba(223, 230, 239, 0.95);
  border-radius: 16px;
  background: #f8faff;
  color: #1f6feb;
  font-size: 22px;
  box-shadow: 0 10px 22px rgba(31, 42, 68, 0.06);
}

.pxx-section-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.pxx-code-card pre {
  margin: 0;
  padding: 18px;
  border-radius: 16px;
  background: #111a2b;
  color: #eaf0ff;
  font-size: 14px;
  line-height: 1.58;
  white-space: pre-wrap;
  word-break: break-word;
}

.pxx-check-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pxx-check-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px;
  color: #54657e;
  font-size: 18px;
  line-height: 1.7;
}

.pxx-check-list li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4659ad;
}

.pxx-compare-card {
  height: 100%;
}

.pxx-cta-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 32px;
  border: 1px solid rgba(218, 227, 239, 0.92);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(92, 92, 255, 0.12), transparent 28%),
    linear-gradient(155deg, rgba(250, 252, 255, 0.98), rgba(242, 246, 255, 0.98));
  box-shadow: 0 22px 60px rgba(31, 42, 68, 0.1);
}

.pxx-cta-shell h2,
.pxx-section-shell h2,
.pxx-section-shell h3 {
  color: #243659;
}

.pxx-two-col {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.pxx-two-col > div {
  display: flex;
}

.pxx-two-col .card {
  width: 100%;
}

.pxx-decision-table .card-block {
  text-align: left;
}

.pxx-metric-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #54657e;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .pxx-hero-shell {
    padding: 42px 28px;
    border-radius: 28px;
  }

  .pxx-hero-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .pxx-hero-shell {
    margin-top: 16px;
    padding: 30px 20px;
    border-radius: 24px;
  }

  .pxx-hero-title {
    font-size: 34px;
  }

  .pxx-hero-copy p,
  .pxx-hero-copy li,
  .pxx-lead {
    font-size: 18px;
  }
}
