.hero-launch-secondary {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.hero-sub a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.45);
  text-underline-offset: 4px;
}

.seo-body {
  margin: 0;
  color: #f7f8fb;
  background: #090b10;
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}

.seo-body a {
  color: inherit;
}

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

.seo-top {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(9,11,16,.86);
  backdrop-filter: blur(18px);
}

.seo-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.seo-brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.seo-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-menu a,
.seo-chip,
.seo-button,
.seo-ghost {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  text-decoration: none;
}

.seo-menu a,
.seo-ghost {
  padding: 0 14px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}

.seo-hero {
  padding: 72px 0 42px;
  background:
    linear-gradient(180deg, rgba(9,11,16,.35), #090b10 88%),
    url("/assets/official-header-rio.png") center/cover no-repeat;
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 32px;
  align-items: end;
}

.seo-eyebrow,
.seo-category {
  margin: 0 0 12px;
  color: #9ec7ff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-title {
  margin: 0;
  font-family: "Barlow Condensed", "Barlow", Arial, sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: .92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 1.06rem;
}

.seo-panel,
.seo-card,
.seo-link-card {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.075);
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
}

.seo-panel {
  padding: 22px;
}

.seo-panel h2,
.seo-card h2,
.seo-section h2 {
  margin: 0 0 12px;
  font-size: 1.18rem;
}

.seo-panel p,
.seo-card p,
.seo-section p,
.seo-related li {
  color: rgba(255,255,255,.78);
}

.seo-main {
  padding: 44px 0 70px;
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.66);
  font-size: .92rem;
}

.seo-breadcrumb a {
  color: rgba(255,255,255,.88);
}

.seo-card {
  padding: clamp(22px, 4vw, 44px);
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-button {
  padding: 0 18px;
  color: #06111f;
  background: #cfe5ff;
  font-weight: 800;
}

.seo-chip {
  min-height: 34px;
  padding: 0 10px;
  color: #d8e9ff;
  background: rgba(123,178,255,.14);
  border: 1px solid rgba(123,178,255,.28);
  font-size: .86rem;
  font-weight: 700;
}

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

.seo-section {
  margin-top: 38px;
}

.seo-link-card {
  min-height: 150px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.seo-link-card:hover,
.seo-link-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(207,229,255,.55);
  background: rgba(255,255,255,.11);
}

.seo-link-card h2,
.seo-link-card h3 {
  margin: 0;
  font-size: 1.04rem;
}

.seo-link-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.68);
  font-size: .94rem;
}

.seo-related {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.seo-related ul {
  margin: 0;
  padding-left: 20px;
}

.seo-foot {
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
}

@media (max-width: 860px) {
  .seo-hero-grid,
  .seo-grid {
    grid-template-columns: 1fr;
  }

  .seo-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }
}

@media (max-width: 520px) {
  .seo-shell {
    width: min(100% - 28px, 1120px);
  }

  .seo-title {
    font-size: 2.65rem;
  }
}
