body.brz-seo-page {
  min-height: 100vh;
  margin: 0;
  background: #06100a;
  color: #f8fafc;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.brz-seo-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 197, 94, 0.2), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(250, 204, 21, 0.12), transparent 28%),
    linear-gradient(180deg, #07140c 0%, #050b08 52%, #08110c 100%);
}

.brz-seo-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 11, 8, 0.93);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brz-seo-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 1180px;
  min-height: 70px;
  margin: 0 auto;
  padding: 10px clamp(16px, 4vw, 34px);
}

.brz-seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f8fafc;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.brz-seo-brand img {
  width: min(210px, 48vw);
  height: auto;
  max-height: 43px;
  border-radius: 0;
  object-fit: contain;
}

.brz-seo-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 24px);
  min-width: 0;
}

.brz-seo-nav a,
.brz-seo-footer-links a {
  color: rgba(248, 250, 252, 0.78);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brz-seo-nav a:hover,
.brz-seo-footer-links a:hover,
.brz-seo-card a:hover {
  color: #22c55e;
}

.brz-seo-cta,
.brz-seo-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e, #facc15);
  color: #041006;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.16);
}

.brz-seo-main {
  display: flex;
  justify-content: center;
  padding: 28px clamp(16px, 4vw, 42px) 16px;
}

.brz-seo-content {
  width: 100%;
  max-width: 1080px;
}

.brz-seo-hero,
.brz-seo-panel,
.brz-seo-card,
.brz-seo-footer-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.brz-seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  margin-bottom: 14px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(255, 255, 255, 0.04) 44%, rgba(250, 204, 21, 0.08)),
    #08120c;
}

.brz-seo-kicker {
  margin: 0 0 10px;
  color: #facc15;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brz-seo-hero h1 {
  max-width: 760px;
  margin: 0 0 12px;
  color: #f8fafc;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.03;
  letter-spacing: 0;
}

.brz-seo-lead {
  max-width: 780px;
  margin: 0 0 18px;
  color: #cbd5e1;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.6;
}

.brz-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brz-seo-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  font-weight: 900;
  text-decoration: none;
}

.brz-seo-hero-visual {
  min-height: 230px;
  border-radius: 12px;
  background-image:
    linear-gradient(180deg, rgba(5, 11, 8, 0), rgba(5, 11, 8, 0.4)),
    url("assets/widebrz-optimized.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 18px 42px rgba(0, 0, 0, 0.28);
}

.brz-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.brz-seo-card,
.brz-seo-panel {
  padding: 20px;
}

.brz-seo-card h2,
.brz-seo-panel h2 {
  margin: 0 0 10px;
  color: #f8fafc;
  font-size: 20px;
  letter-spacing: 0;
}

.brz-seo-card p,
.brz-seo-panel p,
.brz-seo-panel li {
  color: #cbd5e1;
  line-height: 1.65;
}

.brz-seo-card p,
.brz-seo-panel p {
  margin: 0 0 12px;
}

.brz-seo-card a {
  color: inherit;
  text-decoration: none;
}

.brz-seo-panel {
  margin-bottom: 14px;
}

.brz-seo-panel ul,
.brz-seo-panel ol {
  margin: 0;
  padding-left: 20px;
}

.brz-seo-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.brz-seo-link-grid a {
  padding: 12px 14px;
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.055);
  color: #f8fafc;
  font-weight: 850;
  text-decoration: none;
}

.brz-seo-disclaimer {
  border-color: rgba(250, 204, 21, 0.28);
  background: rgba(250, 204, 21, 0.07);
}

.brz-seo-footer {
  padding: 12px clamp(16px, 4vw, 42px) 34px;
}

.brz-seo-footer-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.brz-seo-footer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
}

.brz-seo-footer-card strong {
  display: block;
  margin-bottom: 5px;
  color: #f8fafc;
}

.brz-seo-footer-card p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.55;
}

.brz-seo-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 18px;
}

.brz-seo-smallprint {
  margin-top: 16px;
  color: rgba(248, 250, 252, 0.58);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 860px) {
  .brz-seo-header-inner,
  .brz-seo-hero,
  .brz-seo-footer-card {
    grid-template-columns: 1fr;
  }

  .brz-seo-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .brz-seo-cta {
    width: 100%;
  }

  .brz-seo-grid,
  .brz-seo-link-grid {
    grid-template-columns: 1fr;
  }

  .brz-seo-hero-visual {
    min-height: 180px;
  }
}
