:root {
  color-scheme: light dark;
  background: #f5f5f7;
  color: #0b0d11;
  font-family: "General Sans", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  background: #f5f5f7;
  color: #0b0d11;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

p,
li {
  text-wrap: pretty;
}

a:focus-visible {
  outline: 3px solid rgba(11, 13, 17, 0.25);
  outline-offset: 4px;
}

.network-header {
  border-bottom: 1px solid #d8d8dc;
  background: #ffffff;
}

.network-header-inner,
.network-main,
.network-footer-main,
.network-footer-bottom {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.network-header-inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.network-brand {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.network-brand img {
  display: block;
}

.network-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 24px);
  font-size: 14px;
  font-weight: 550;
}

.network-header nav a {
  text-decoration: none;
  white-space: nowrap;
}

.network-header nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.network-header .network-download {
  padding: 9px 16px;
  border-radius: 999px;
  background: #0b0d11;
  color: #ffffff;
  font-weight: 650;
}

.network-main {
  padding: 46px 0 112px;
}

.network-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 56px;
  color: #6e6e73;
  font-size: 13px;
}

.network-breadcrumbs a {
  text-decoration: none;
}

.network-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(44px, 8vw, 96px);
  padding-bottom: 76px;
}

.network-eyebrow,
.network-section-label {
  margin: 0 0 18px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.network-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(50px, 8vw, 94px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-wrap: balance;
}

.network-lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: #56565c;
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.55;
}

.network-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.network-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b0d11;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.network-action-primary {
  background: #0b0d11;
  color: #ffffff;
}

.network-identity {
  border: 1px solid #d8d8dc;
  border-radius: 26px;
  padding: 28px;
  background: #ffffff;
}

.network-logo {
  display: grid;
  width: 146px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e2e2e7;
  border-radius: 50%;
  background: #f5f5f7;
}

.network-logo img {
  display: block;
  width: 76%;
  height: 76%;
  border-radius: 50%;
  object-fit: contain;
}

.network-identity dl {
  margin: 28px 0 0;
}

.network-identity dl div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid #e5e5e8;
}

.network-identity dt {
  color: #86868b;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.network-identity dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.network-identity dd small {
  display: block;
  margin-top: 3px;
  color: #86868b;
  font-size: 11px;
  font-weight: 500;
}

.network-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 96px);
  padding: clamp(78px, 10vw, 112px) 0;
  border-top: 1px solid #d8d8dc;
}

.network-section h2 {
  max-width: 460px;
  margin: 0;
  font-size: clamp(34px, 4.8vw, 56px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.network-rich-copy {
  max-width: 720px;
}

.network-rich-copy p,
.network-rich-copy li {
  color: #45454b;
  font-size: 17px;
  line-height: 1.76;
}

.network-rich-copy p:first-child {
  margin-top: 0;
}

.network-rich-copy ol {
  margin: 26px 0 0;
  padding-left: 24px;
}

.network-rich-copy li + li {
  margin-top: 10px;
}

.network-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 clamp(78px, 10vw, 112px);
}

.network-facts article {
  min-height: 220px;
  border: 1px solid #d8d8dc;
  border-radius: 22px;
  padding: 28px;
  background: #ffffff;
}

.network-facts h3 {
  margin: 0 0 14px;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.network-facts p {
  margin: 0;
  color: #56565c;
  font-size: 15px;
  line-height: 1.68;
}

.network-callout {
  margin: 28px 0;
  border-left: 3px solid #0b0d11;
  padding: 22px 24px;
  background: #ffffff;
  color: #45454b;
  font-size: 16px;
  line-height: 1.65;
}

.network-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.network-resource-grid a {
  min-height: 132px;
  border: 1px solid #d8d8dc;
  border-radius: 18px;
  padding: 22px;
  background: #ffffff;
  text-decoration: none;
}

.network-resource-grid span {
  display: block;
  margin-bottom: 10px;
  color: #86868b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.network-resource-grid strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.network-resource-note {
  grid-column: 2;
  margin: 18px 0 0;
  color: #86868b;
  font-size: 13px;
  line-height: 1.6;
}

.network-cta {
  margin-top: 18px;
  border-radius: 28px;
  padding: clamp(38px, 7vw, 72px);
  background: #0b0d11;
  color: #ffffff;
}

.network-cta .network-section-label {
  color: #8f9198;
}

.network-cta h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(38px, 6vw, 68px);
  letter-spacing: -0.048em;
  line-height: 1;
}

.network-cta > p:not(.network-section-label) {
  max-width: 720px;
  margin: 24px 0 0;
  color: #b8bac1;
  font-size: 18px;
  line-height: 1.65;
}

.network-cta .network-action {
  border-color: #ffffff;
  color: #ffffff;
}

.network-cta .network-action-primary {
  background: #ffffff;
  color: #0b0d11;
}

.network-site-footer {
  padding: clamp(62px, 8vw, 88px) 22px 42px;
  border-top: 1px solid #24262c;
  background: #0b0d11;
  color: #ffffff;
}

.network-footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.55fr) repeat(4, minmax(120px, 1fr));
  gap: clamp(32px, 4vw, 48px);
}

.network-footer-brand a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.network-footer-brand img {
  display: block;
}

.network-footer-brand p {
  margin: 18px 0 0;
  color: #85878e;
  font-size: 14px;
  line-height: 1.55;
}

.network-footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.network-footer-column h2 {
  margin: 0 0 4px;
  color: #777981;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.network-footer-column a {
  color: #c3c4c9;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.network-footer-column a:hover {
  color: #ffffff;
}

.network-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 28px;
  padding-top: 28px;
  color: #73757d;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .network-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 18px;
  }

  .network-header nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .network-hero,
  .network-section {
    grid-template-columns: 1fr;
  }

  .network-identity {
    max-width: 600px;
  }

  .network-resource-note {
    grid-column: 1;
  }

  .network-footer-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .network-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .network-header-inner,
  .network-main,
  .network-footer-main,
  .network-footer-bottom {
    width: min(100% - 32px, 1120px);
  }

  .network-main {
    padding-top: 34px;
  }

  .network-breadcrumbs {
    margin-bottom: 38px;
  }

  .network-hero {
    padding-bottom: 60px;
  }

  .network-identity dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .network-facts,
  .network-resource-grid {
    grid-template-columns: 1fr;
  }

  .network-facts article {
    min-height: 0;
  }

  .network-cta {
    border-radius: 22px;
  }

  .network-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 430px) {
  .network-footer-main {
    grid-template-columns: 1fr;
  }

  .network-footer-brand {
    grid-column: auto;
  }
}

@media (prefers-color-scheme: dark) {
  :root,
  body {
    background: #0b0d11;
    color: #f5f5f7;
  }

  a:focus-visible {
    outline-color: rgba(255, 255, 255, 0.5);
  }

  .network-header,
  .network-identity,
  .network-facts article,
  .network-callout,
  .network-resource-grid a {
    background: #15171c;
  }

  .network-header,
  .network-identity,
  .network-logo,
  .network-identity dl div,
  .network-section,
  .network-facts article,
  .network-resource-grid a {
    border-color: #34363d;
  }

  .network-logo {
    background: #ffffff;
  }

  .network-eyebrow,
  .network-section-label,
  .network-breadcrumbs,
  .network-identity dt,
  .network-identity dd small,
  .network-resource-grid span,
  .network-resource-note {
    color: #9b9ca2;
  }

  .network-lede,
  .network-rich-copy p,
  .network-rich-copy li,
  .network-facts p,
  .network-callout {
    color: #b8bac1;
  }

  .network-header .network-download,
  .network-action-primary {
    background: #f5f5f7;
    color: #0b0d11;
  }

  .network-action {
    border-color: #f5f5f7;
  }

  .network-callout {
    border-left-color: #f5f5f7;
  }

  .network-cta {
    border: 1px solid #34363d;
    background: #15171c;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
