.seo-home,
.marketing-page,
.site-footer {
  color: #111827;
}

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

.seo-home {
  padding: 88px 0;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.seo-eyebrow {
  margin: 0 0 12px;
  color: #c35f00;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.seo-home h1,
.seo-home h2,
.marketing-page h1,
.marketing-page h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

#about-cinco-title {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 58px);
}

.seo-lede {
  max-width: 760px;
  margin: 22px 0 0;
  color: #4b5563;
  font-size: clamp(18px, 2.3vw, 23px);
  line-height: 1.55;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 48px 0 72px;
}

.seo-card-grid article {
  padding: 22px 18px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.seo-card-grid span {
  display: block;
  margin-bottom: 24px;
  font-size: 28px;
}

.seo-card-grid h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.seo-card-grid p,
.seo-split p,
.marketing-page p,
.marketing-page li {
  color: #4b5563;
  line-height: 1.65;
}

.seo-card-grid p {
  margin: 0;
  font-size: 15px;
}

.seo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.seo-split h2 {
  font-size: clamp(28px, 3.5vw, 40px);
}

.seo-split p,
.seo-steps {
  font-size: 17px;
}

.seo-steps {
  margin: 22px 0;
  padding-left: 24px;
  color: #4b5563;
  line-height: 1.65;
}

.seo-steps li + li {
  margin-top: 8px;
}

.seo-link,
.seo-home a,
.marketing-page a,
.site-footer a,
.creator-credit a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  cursor: pointer;
}

.seo-link {
  display: inline-block;
  font-weight: 800;
}

.site-footer {
  padding: 30px 0;
  background: #111827;
  color: #fff;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-footer p {
  max-width: 620px;
  margin: 0;
  color: #d1d5db;
  line-height: 1.5;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 700;
}

.marketing-page {
  min-height: calc(100vh - 64px);
  padding: 72px 0 96px;
  background: #fff;
}

.marketing-page article {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.marketing-page h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 8vw, 76px);
}

.marketing-page h2 {
  margin-top: 48px;
  font-size: clamp(28px, 4vw, 38px);
}

.marketing-page h3 {
  margin: 30px 0 8px;
  font-size: 21px;
}

.marketing-page p,
.marketing-page li {
  font-size: 18px;
}

.marketing-page .page-lede {
  color: #374151;
  font-size: clamp(20px, 3vw, 26px);
}

.marketing-page .page-cta {
  display: inline-block;
  margin-top: 30px;
  padding: 13px 24px;
  background: #111827;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.marketing-header {
  min-height: 64px;
  box-sizing: border-box;
}

.marketing-header nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.marketing-header nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.faq-item {
  padding: 26px 0;
  border-bottom: 1px solid #e5e7eb;
}

.faq-item h2 {
  margin-top: 0;
  font-size: 27px;
}

.noscript-note {
  margin: 0;
  padding: 12px;
  background: #f4bf45;
  color: #111827;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 820px) {
  .seo-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-split {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .site-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .seo-home {
    padding: 64px 0;
  }

  .seo-card-grid {
    grid-template-columns: 1fr;
    margin: 38px 0 58px;
  }

  .seo-card-grid article {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
  }

  .seo-card-grid span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .marketing-header nav a:not(:last-child) {
    display: none;
  }
}
