.seo-demo {
  min-height: 100vh;
  background: #f5f5f3;
  color: #181818;
  font-family: Karla, Arial, sans-serif;
  line-height: 1.55;
}

.seo-demo a {
  color: #145bb8;
}

.seo-demo-header,
.seo-demo-main {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.seo-demo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

.seo-demo-header > a {
  color: #df4d00;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.seo-demo-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.seo-demo-header nav a {
  color: #222;
  font-weight: 700;
}

.seo-demo-main {
  padding: 64px 0;
}

.seo-demo-main > h1 {
  max-width: 900px;
  margin: 6px 0 20px;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 1;
}

.seo-demo-main > p {
  max-width: 780px;
  font-size: 1.1rem;
}

.seo-demo-eyebrow,
.seo-demo-meta {
  color: #c84400;
  font-size: .82rem !important;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.seo-demo-links,
.seo-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.seo-demo-links a,
.seo-product-grid article,
.seo-demo-cta {
  padding: 24px;
  border: 1px solid #deded9;
  border-radius: 10px;
  background: white;
}

.seo-demo-links a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #181818;
  text-decoration: none;
}

.seo-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-product-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  background: #eee;
  object-fit: contain;
}

.seo-product-grid h2 {
  color: #181818;
  font-size: 1.25rem;
}

.seo-product-detail {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, .8fr);
  gap: 40px;
  margin-top: 32px;
}

.seo-product-detail > img {
  width: 100%;
  border-radius: 8px;
  background: white;
  object-fit: contain;
}

.seo-demo-cta {
  margin-top: 56px;
  background: #191919;
  color: white;
}

.seo-demo-cta a {
  display: inline-block;
  margin-right: 18px;
  color: #73afff;
}

@media (max-width: 760px) {
  .seo-demo-header,
  .seo-demo-header nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-demo-links,
  .seo-product-grid,
  .seo-product-detail {
    grid-template-columns: 1fr;
  }
}
