#boasted-static-search-shell {
  box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 24px 72px;
  color: #f5f7ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#boasted-static-search-shell h1 {
  max-width: 900px;
  margin: 12px 0 18px;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

#boasted-static-search-shell h2 {
  margin-top: 34px;
  font-size: 1.35rem;
}

#boasted-static-search-shell p,
#boasted-static-search-shell li {
  max-width: 820px;
  color: #c8d1e6;
  line-height: 1.65;
}

#boasted-static-search-shell nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 34px;
}

#boasted-static-search-shell a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
}

#boasted-static-search-shell .boasted-static-kicker {
  color: #8fb0ff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.boasted-non-home #boasted-static-search-shell {
  display: none;
}

body {
  margin: 0;
  background: #070b14;
}

.landing-nav-actions .landing-education-mobile-link {
  display: none;
}

@media (max-width: 850px) {
  .landing-nav-actions .landing-education-mobile-link {
    display: inline-flex !important;
  }

  .landing-nav-actions .landing-docs-link,
  .landing-nav-actions .landing-pricing-link {
    display: none !important;
  }
}
