body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: #1a2b2b;
  line-height: 1.6;
  background: #fafcfc;
}

.seo-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid #d4ecec;
}

.seo-header img {
  max-height: 72px;
  width: auto;
}

.seo-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.seo-header a {
  color: #1a2b2b;
  text-decoration: none;
  font-weight: 500;
}

.seo-header a:hover {
  color: #17a2a5;
}

.seo-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

.seo-main h1 {
  color: #17a2a5;
  line-height: 1.25;
}

.seo-cta {
  display: inline-block;
  background: #17a2a5;
  color: #fff !important;
  padding: 0.65rem 1.1rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.seo-footer {
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
  color: #5a6b6b;
  border-top: 1px solid #d4ecec;
}

.seo-footer a {
  color: #17a2a5;
}
