.mpd-seo-page,
.mpd-seo-page * { box-sizing: border-box; }

.mpd-seo-page {
  --mpd-red: #ff293f;
  --mpd-blue: #178cff;
  width: min(1160px, calc(100% - 24px));
  margin: 24px auto;
  padding: 30px;
  border: 1px solid rgba(62, 143, 244, .35);
  border-radius: 26px;
  color: #f7f9fd;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 41, 63, .18), transparent 25%),
    radial-gradient(circle at 90% 8%, rgba(23, 140, 255, .2), transparent 27%),
    linear-gradient(180deg, #071329, #030710 62%);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .42);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mpd-seo-page a { text-decoration: none; }
.mpd-seo-breadcrumb { display: flex; gap: 9px; color: #a9bad1; font-size: 13px; }
.mpd-seo-breadcrumb a { color: #5eb2ff; }
.mpd-seo-hero { max-width: 900px; margin: 45px auto 36px; text-align: center; }
.mpd-seo-kicker { margin: 0 0 12px; color: #73bdff; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.mpd-seo-hero h1 { margin: 0; font-size: clamp(42px, 7vw, 76px); line-height: .98; font-weight: 1000; letter-spacing: -.045em; }
.mpd-seo-hero > p:not(.mpd-seo-kicker) { max-width: 800px; margin: 20px auto 0; color: #d9e4f3; font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.mpd-seo-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.mpd-seo-btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 23px; border: 1px solid transparent; border-radius: 10px; color: #fff !important; font-weight: 950; letter-spacing: .025em; }
.mpd-seo-btn-red { border-color: #ff6272; background: linear-gradient(180deg, #eb1c32, #a90817); box-shadow: 0 9px 26px rgba(218, 23, 46, .25); }
.mpd-seo-btn-blue { border-color: #4bafff; background: linear-gradient(180deg, #168bff, #0754be); box-shadow: 0 9px 26px rgba(18, 112, 227, .25); }

.mpd-seo-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.mpd-seo-feature-grid > div,
.mpd-seo-how,
.mpd-seo-faq,
.mpd-seo-related,
.mpd-seo-final-cta { padding: 25px; border: 1px solid rgba(56, 145, 250, .38); border-radius: 18px; background: rgba(8, 18, 35, .82); }
.mpd-seo-feature-grid h2,
.mpd-seo-how h2,
.mpd-seo-faq h2,
.mpd-seo-related h2,
.mpd-seo-final-cta h2 { margin: 0 0 11px; font-size: clamp(23px, 3vw, 32px); line-height: 1.08; }
.mpd-seo-feature-grid p,
.mpd-seo-final-cta p { margin: 0; color: #c8d5e6; line-height: 1.65; }
.mpd-seo-list-card { grid-column: 1 / -1; }
.mpd-seo-list-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 18px 0 0; padding: 0; list-style: none; }
.mpd-seo-list-card li { position: relative; padding-left: 25px; color: #e7eef8; }
.mpd-seo-list-card li::before { content: "✓"; position: absolute; left: 0; color: #4baaff; font-weight: 1000; }

.mpd-seo-how,
.mpd-seo-faq,
.mpd-seo-related,
.mpd-seo-final-cta { margin-top: 18px; }
.mpd-seo-how ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin: 18px 0 0; padding: 0; list-style: none; counter-reset: mpd-steps; }
.mpd-seo-how li { min-height: 140px; padding: 18px; border: 1px solid rgba(255, 55, 75, .4); border-radius: 14px; background: rgba(22, 9, 22, .48); counter-increment: mpd-steps; }
.mpd-seo-how li::before { content: counter(mpd-steps); display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; margin-bottom: 12px; border-radius: 50%; color: #fff; background: #d7182e; font-weight: 950; }
.mpd-seo-how strong,
.mpd-seo-how span { display: block; }
.mpd-seo-how span { margin-top: 6px; color: #b8c7da; line-height: 1.45; }

.mpd-seo-faq details { border-top: 1px solid rgba(126, 170, 228, .24); }
.mpd-seo-faq details:last-child { border-bottom: 1px solid rgba(126, 170, 228, .24); }
.mpd-seo-faq summary { padding: 17px 2px; cursor: pointer; color: #f7f9fd; font-weight: 900; }
.mpd-seo-faq details p { margin: -4px 0 17px; color: #c3d0e1; line-height: 1.6; }
.mpd-seo-related > div { display: flex; flex-wrap: wrap; gap: 9px; }
.mpd-seo-related a { padding: 9px 13px; border: 1px solid rgba(63, 161, 255, .48); border-radius: 99px; color: #86c8ff; background: rgba(15, 75, 145, .18); font-weight: 800; }
.mpd-seo-final-cta { text-align: center; background: linear-gradient(135deg, rgba(76, 5, 16, .7), rgba(4, 25, 58, .92)); }
.mpd-seo-final-cta .mpd-seo-btn { margin-top: 20px; }

@media (max-width: 860px) {
  .mpd-seo-how ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .mpd-seo-page { width: calc(100% - 12px); margin: 8px auto; padding: 17px; border-radius: 18px; }
  .mpd-seo-hero { margin: 34px auto 27px; }
  .mpd-seo-feature-grid,
  .mpd-seo-list-card ul,
  .mpd-seo-how ol { grid-template-columns: 1fr; }
  .mpd-seo-list-card { grid-column: auto; }
  .mpd-seo-actions .mpd-seo-btn { width: 100%; }
}
