*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #0A0A0A;
  color: #F5F5F5;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: #E50914; text-decoration: none; }
a:hover { text-decoration: underline; }

.seo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #2C2C2E;
  max-width: 900px;
  margin: 0 auto;
}

.seo-header__logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.5px;
}

.seo-header__cta {
  display: inline-block;
  background: #E50914;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 24px;
  text-decoration: none;
  transition: background 0.2s;
}

.seo-header__cta:hover { background: #c7070f; text-decoration: none; }

.seo-body {
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

.seo-body h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #fff;
}

.seo-body h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 14px;
  color: #fff;
}

.seo-body h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 10px;
  color: #fff;
}

.seo-body p {
  margin-bottom: 16px;
  color: rgba(235, 235, 245, 0.85);
}

.seo-body ul, .seo-body ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

.seo-body li {
  margin-bottom: 8px;
  color: rgba(235, 235, 245, 0.85);
}

.seo-body strong { color: #fff; }

.seo-cta-block {
  margin: 40px 0;
  padding: 32px;
  background: #1C1C1E;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #2C2C2E;
}

.seo-cta-block p {
  font-size: 17px;
  margin-bottom: 20px;
  color: rgba(235, 235, 245, 0.9);
}

.seo-cta-btn {
  display: inline-block;
  background: #E50914;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.seo-cta-btn:hover { background: #c7070f; transform: translateY(-1px); text-decoration: none; }

.seo-footer {
  border-top: 1px solid #2C2C2E;
  padding: 24px;
  text-align: center;
  color: rgba(235, 235, 245, 0.4);
  font-size: 13px;
  max-width: 900px;
  margin: 0 auto;
}

.seo-footer a { color: rgba(235, 235, 245, 0.6); }

.seo-breadcrumb {
  font-size: 13px;
  color: rgba(235, 235, 245, 0.5);
  margin-bottom: 16px;
}

.seo-breadcrumb a { color: rgba(235, 235, 245, 0.6); }

@media (max-width: 600px) {
  .seo-body h1 { font-size: 26px; }
  .seo-body h2 { font-size: 20px; }
  .seo-body { padding: 28px 18px 48px; }
  .seo-cta-block { padding: 24px 18px; }
}
