
/* === SEO Highlight Style === */
b.seo {
  background: linear-gradient(90deg, #FFD54A, #FFE082);
  color: #111;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* === Typography Optimization === */
body {
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: #f8f9fa;
  background: #0c0f17;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
}

h1, h2 {
  color: #fff;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  font-weight: 700;
  text-align: left;
}

p {
  color: #e0e0e0;
  margin-bottom: 1em;
  text-indent: 1.27cm;
  text-align: justify;
  line-height: 1.6;
}

/* === CTA Style === */
p[style*="center"] b,
p[style*="center"] {
  color: #fff;
  background: rgba(255, 213, 74, 0.1);
  border: 1px solid rgba(255, 213, 74, 0.4);
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
}

/* === HR separator === */
hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,213,74,0.6), rgba(255,255,255,0));
  margin: 40px 0;
}

/* === Responsive Tweak === */
@media (max-width: 768px) {
  body { padding: 15px; }
  p { text-indent: 0.8cm; font-size: 15px; }
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.2rem; }
}
