:root {
  color: #172026;
  background: #f5f7f8;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #f5f7f8;
}

a {
  color: #0f766e;
}

.seo-header,
.seo-shell {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.seo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 16px;
}

.seo-brand,
.seo-actions,
.seo-breadcrumbs {
  display: flex;
  align-items: center;
}

.seo-brand {
  gap: 12px;
  color: #172026;
  text-decoration: none;
}

.seo-brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.seo-brand span {
  display: grid;
  gap: 2px;
}

.seo-brand strong {
  color: #0f766e;
  font-size: 0.78rem;
}

.seo-brand small {
  color: #172026;
  font-weight: 760;
}

.seo-actions {
  gap: 10px;
}

.seo-actions a,
.seo-link-button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #172026;
  border-radius: 8px;
  color: #fff;
  background: #172026;
  font-weight: 760;
  line-height: 40px;
  text-decoration: none;
}

.seo-shell {
  display: grid;
  gap: 18px;
  padding: 20px 0 36px;
}

.seo-breadcrumbs {
  flex-wrap: wrap;
  gap: 8px;
  color: #52606a;
  font-size: 0.9rem;
}

.seo-breadcrumbs a {
  text-decoration: none;
}

.seo-hero,
.seo-panel {
  border: 1px solid #d9e0e5;
  border-radius: 8px;
  background: #fff;
}

.seo-hero {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.seo-eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 820;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  line-height: 1.04;
}

h2 {
  font-size: 1.18rem;
}

.seo-copy {
  color: #36444d;
  line-height: 1.6;
}

.seo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #52606a;
  font-size: 0.92rem;
}

.seo-meta span {
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #edf7f5;
}

.seo-sign-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 18px;
}

.seo-sign-media {
  display: grid;
  min-height: 300px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d9e0e5;
  border-radius: 8px;
  background: #fff;
}

.seo-sign-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seo-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}

.seo-card {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid #d9e0e5;
  border-radius: 8px;
  color: #172026;
  background: #fff;
  text-decoration: none;
}

.seo-card strong {
  font-size: 1rem;
}

.seo-card span {
  color: #52606a;
  font-size: 0.9rem;
}

.seo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-list a {
  display: block;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #d9e0e5;
  border-radius: 8px;
  color: #172026;
  background: #fff;
  text-decoration: none;
}

.seo-list small {
  display: block;
  margin-top: 3px;
  color: #52606a;
}

.seo-dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.seo-dl div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px;
}

.seo-dl dt {
  color: #52606a;
  font-weight: 760;
}

.seo-dl dd {
  margin: 0;
}

@media (max-width: 700px) {
  .seo-header {
    min-height: 68px;
  }

  .seo-brand small {
    display: none;
  }

  .seo-sign-layout {
    grid-template-columns: 1fr;
  }

  .seo-sign-media {
    min-height: 240px;
  }

  .seo-dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
