.seo-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(237, 139, 250, 0.24), transparent 23%),
    radial-gradient(circle at 16% 84%, rgba(255, 237, 2, 0.22), transparent 28%),
    linear-gradient(115deg, #fff 0%, #fff8e8 54%, #EBEAE8 100%);
}

.seo-hero::after {
  width: 720px;
  height: 170px;
  background: linear-gradient(95deg, #FFED02, #FE8301 46%, #ED8BFA 100%);
  opacity: 0.82;
}

.seo-visual {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1.5px solid #000;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--bno-shadow-panel);
}

.search-card {
  padding: 20px;
  border-radius: var(--radius);
  background: #000;
  color: #fff;
}

.search-card span {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.search-card strong {
  display: block;
  max-width: 520px;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 460;
  line-height: 0.95;
}

.serp-stack {
  display: grid;
  gap: 10px;
}

.serp-stack article {
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: var(--bno-cool-gray);
}

.serp-stack article:nth-child(2) {
  background: var(--bno-soft-yellow);
}

.serp-stack article:nth-child(3) {
  background: var(--bno-soft-pink);
}

.serp-stack b {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
}

.serp-stack p {
  margin: 0;
  line-height: 1.45;
}

.seo-reality {
  color: #fff;
  background: #000;
}

.seo-reality .section-head h2 {
  color: #fff;
}

.seo-reality .eyebrow,
.seo-reality .section-head p {
  color: rgba(255, 255, 255, 0.74);
}

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

.seo-reality-grid article {
  min-height: 285px;
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #171717;
}

.seo-reality-grid article:first-child {
  color: #000;
  border-color: rgba(0, 0, 0, 0.14);
  background: var(--bno-cool-gray);
}

.seo-reality-grid article:nth-child(2) {
  color: #000;
  background: var(--bno-soft-orange);
}

.seo-reality-grid article:nth-child(3) {
  color: #000;
  background: var(--bno-soft-yellow);
}

.seo-reality-grid span {
  display: inline-flex;
  margin-bottom: 48px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
}

.seo-reality-grid h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  color: inherit;
  font-size: clamp(29px, 3.4vw, 43px);
  font-weight: 460;
  line-height: 0.98;
}

.seo-reality-grid p {
  margin: 0;
  color: inherit;
  line-height: 1.5;
}

.seo-shift {
  background: #fff;
}

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

.shift-grid article {
  min-height: 330px;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
}

.shift-grid article:nth-child(2) {
  background: #000;
  color: #fff;
}

.shift-grid article:nth-child(3) {
  color: #000;
  background: var(--bno-soft-yellow);
}

.shift-grid b {
  display: inline-flex;
  margin-bottom: 50px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
}

.shift-grid h3 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  color: inherit;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 460;
  line-height: 0.95;
}

.shift-grid p {
  margin: 0;
  color: inherit;
  line-height: 1.5;
}

.seo-method article {
  min-height: auto;
  padding: 0 14px;
  border: 0;
  background: #fff;
}

.seo-method article:nth-child(even) {
  background: #fff;
}

.seo-method h3 {
  color: #000;
  font-size: clamp(22px, 2.1vw, 29px);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
}

.seo-method p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1.42;
}

.seo-offer {
  background: var(--bno-cool-gray);
}

.seo-service {
  background: #fff;
}

.seo-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.seo-service-grid article {
  min-height: 250px;
  padding: 22px;
  border-radius: var(--radius);
  border-top: 8px solid var(--bno-fiery-orange);
  background: var(--bno-cool-gray);
}

.seo-service-grid article:nth-child(2),
.seo-service-grid article:nth-child(5) {
  border-top-color: var(--bno-mellow-yellow);
}

.seo-service-grid article:nth-child(3) {
  border-top-color: #000;
}

.seo-service-grid article:nth-child(4) {
  border-top-color: var(--bno-lively-pink);
}

.seo-service-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.2vw, 29px);
}

.seo-service-grid p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.48;
}

.seo-team {
  background: var(--bno-cool-gray);
}

.seo-team .team-photos figure {
  background: #fff;
}

.seo-team .team-photos img {
  object-position: center;
}

@media (max-width: 1080px) {
  .seo-reality-grid,
  .shift-grid,
  .seo-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .seo-reality-grid,
  .shift-grid,
  .seo-service-grid {
    grid-template-columns: 1fr;
  }

  .seo-reality-grid article,
  .shift-grid article,
  .seo-service-grid article {
    min-height: auto;
  }

  .search-card strong {
    font-size: clamp(32px, 13vw, 54px);
  }
}
