@font-face {
  font-family: "Inter";
  src: url("../../GrgcKwrN6d3Uz8EwcLHZxwEfC4_4eab013a4d52.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../UjlFhCnUjxhNfep4oYBPqnEssyo_5a028a332981.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../yDtI2UI8XcEg1W2je9XPN3Noo_3c0d87836118.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../syRNPWzAMIrcJ3wIlPIP43KjQs_e75bc0c6a416.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --footer-text: #ffffff;
  --footer-divider: rgba(255, 255, 255, 0.28);
  --overlay-top: rgba(0, 0, 0, 0.12);
  --overlay-bottom: rgba(0, 0, 0, 0.66);
  --surface: #0f0f0f;
}

* { box-sizing: border-box; }

::selection {
  background: #0a0a0a;
  color: #f5f5f5;
}

::-moz-selection {
  background: #0a0a0a;
  color: #f5f5f5;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #0a0a0a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overscroll-behavior-y: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.acb-hero {
  position: relative;
  overflow: clip;
  background: #f5f5f5;
  color: #ffffff;
  padding: 0 4px;
}

.acb-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11000;
  width: 100%;
  padding: 6px 36px 0;
  margin: 0;
  background: #f5f5f5;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transform: none;
  pointer-events: auto;
}

.acb-header::before,
.acb-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 24px;
  transform: translateY(100%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.acb-header::before {
  left: 6px;
  background-image: url("../../inverted-border-24.svg");
}

.acb-header::after {
  right: 6px;
  background-image: url("../../inverted-border-24-right.svg");
}

.acb-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  width: 100%;
  min-height: 55px;
}

.acb-nav__logo {
  display: flex;
  align-items: center;
  overflow: visible;
  opacity: 1;
}

.acb-nav__logo img {
  display: block;
  width: 120px;
  height: 43px;
  object-fit: contain;
}

.acb-nav__links {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(max-content, 1fr));
  align-items: center;
  justify-items: center;
  max-width: 760px;
  margin-inline: auto;
}

.acb-nav__links a {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.acb-nav__diagnostic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 11px 15px 11px 17px;
  border: 1px solid rgba(10, 10, 10, 0.16);
  border-radius: 999px;
  background: #0a0a0a;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(10, 10, 10, 0.16);
}

.acb-nav__diagnostic-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: currentColor;
}

.acb-nav__diagnostic-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.acb-nav__diagnostic-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

