html {
  font-size: 17px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.site {
  background-color: oklch(0.16 0.021 264);
  color: oklch(0.968 0.007 248);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow-x: hidden;
  min-width: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}

/* ---------- header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  background-color: oklch(0.16 0.021 264);
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.75rem;
  column-gap: 0.75rem;
  min-height: 4rem;
  padding-top: 0.6rem;
  padding-right: 0;
  padding-bottom: 0.6rem;
  padding-left: 0;
  flex-wrap: nowrap;
}

.brand {
  display: flex;
  align-items: center;
  row-gap: 0.6rem;
  column-gap: 0.6rem;
  min-width: 0;
  color: oklch(0.968 0.007 248);
  text-decoration-line: none;
  flex-shrink: 1;
}

.brand__icon {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  background-color: oklch(0.29 0.06 200);
  color: oklch(0.82 0.16 189);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.45 0.09 195);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.45 0.09 195);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.45 0.09 195);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.45 0.09 195);
  box-sizing: border-box;
}

.brand__name {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.nav {
  display: none;
  align-items: center;
  row-gap: 0.15rem;
  column-gap: 0.15rem;
  flex-wrap: wrap;
}

.nav__link {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  padding-top: 0.45rem;
  padding-right: 0.5rem;
  padding-bottom: 0.45rem;
  padding-left: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: oklch(0.71 0.028 260);
  text-decoration-line: none;
  transition-property: color;
  transition-duration: 0.2s;
  background-color: transparent;
  white-space: nowrap;
}

.header__actions {
  display: flex;
  align-items: center;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  flex-shrink: 0;
}

.header__cta {
  display: none;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  padding-top: 0.55rem;
  padding-right: 0.9rem;
  padding-bottom: 0.55rem;
  padding-left: 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  background-color: oklch(0.82 0.16 189);
  color: oklch(0.17 0.03 210);
  text-decoration-line: none;
  white-space: nowrap;
}

.burger {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: transparent;
  color: oklch(0.968 0.007 248);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
}

.mobile-nav {
  display: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  background-color: oklch(0.16 0.021 264);
  width: 100%;
}

.mobile-nav--open {
  display: block;
}

.mobile-nav__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding-top: 0.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.mobile-nav__link {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.28 0.03 264);
  padding-top: 0.8rem;
  padding-right: 0;
  padding-bottom: 0.8rem;
  padding-left: 0;
  font-size: 0.9rem;
  color: oklch(0.71 0.028 260);
  text-decoration-line: none;
}

/* ---------- pages ---------- */
.page {
  display: none;
}

.page--visible {
  display: block;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  width: 100%;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.22;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-right: 1.25rem;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  box-sizing: border-box;
  width: 100%;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.45 0.09 195);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.45 0.09 195);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.45 0.09 195);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.45 0.09 195);
  background-color: oklch(0.24 0.05 200);
  padding-top: 0.35rem;
  padding-right: 0.9rem;
  padding-bottom: 0.35rem;
  padding-left: 0.9rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(0.82 0.16 189);
}

.hero__title {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.85rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-top: 1.2rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow-wrap: break-word;
  max-width: 100%;
}

.hero__accent {
  color: oklch(0.82 0.16 189);
}

.hero__text {
  margin-top: 1rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 46rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
  text-align: center;
}

.hero__actions {
  margin-top: 1.6rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.7rem;
  column-gap: 0.7rem;
  width: 100%;
  max-width: 22rem;
}

/* ---------- stats ---------- */
.stats {
  margin-top: 2.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1rem;
  column-gap: 1rem;
  width: 100%;
}

.stat {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: oklch(0.203 0.025 264);
  padding-top: 1.1rem;
  padding-right: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 1.1rem;
  text-align: center;
  box-sizing: border-box;
}

.stat__value {
  display: block;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: oklch(0.82 0.16 189);
}

.stat__label {
  display: block;
  margin-top: 0.35rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.8rem;
  color: oklch(0.71 0.028 260);
  line-height: 1.5;
}

/* ---------- page hero ---------- */
.pagehero {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-right: 1.25rem;
  padding-bottom: 3rem;
  padding-left: 1.25rem;
  box-sizing: border-box;
  width: 100%;
}

.pagehero__eyebrow {
  display: inline-flex;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.45 0.09 195);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.45 0.09 195);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.45 0.09 195);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.45 0.09 195);
  background-color: oklch(0.24 0.05 200);
  padding-top: 0.3rem;
  padding-right: 0.85rem;
  padding-bottom: 0.3rem;
  padding-left: 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(0.82 0.16 189);
}

.pagehero__title {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  margin-top: 1.1rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.pagehero__text {
  margin-top: 0.9rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 44rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
}

/* ---------- sections ---------- */
.section {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.8rem;
  padding-right: 1.25rem;
  padding-bottom: 2.8rem;
  padding-left: 1.25rem;
  box-sizing: border-box;
}

.section--tint {
  background-color: oklch(0.19 0.024 264);
}

.section__head {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 1.8rem;
  margin-left: auto;
}

.section__eyebrow {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: oklch(0.82 0.16 189);
}

.section__title {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  margin-top: 0.6rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.section__text {
  margin-top: 0.8rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
}

/* ---------- grid ---------- */
.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.1rem;
  column-gap: 1.1rem;
  width: 100%;
}

/* ---------- card ---------- */
.card {
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: oklch(0.203 0.025 264);
  padding-top: 1.4rem;
  padding-right: 1.3rem;
  padding-bottom: 1.4rem;
  padding-left: 1.3rem;
  box-sizing: border-box;
  min-width: 0;
  transition-property: border-color, transform, box-shadow;
  transition-duration: 0.3s;
}

.card__num {
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  color: oklch(0.82 0.16 189);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.card__title {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow-wrap: break-word;
}

.card__text {
  margin-top: 0.6rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.88rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
  overflow-wrap: break-word;
}

.card__list {
  margin-top: 0.8rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1.1rem;
  list-style-type: disc;
}

.card__list-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.4rem;
  margin-left: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: oklch(0.71 0.028 260);
}

.card__meta {
  margin-top: 0.8rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.8rem;
  color: oklch(0.82 0.16 189);
}

.card__badge {
  display: inline-block;
  margin-top: 0.6rem;
  margin-right: 0.4rem;
  margin-bottom: 0;
  margin-left: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  padding-top: 0.25rem;
  padding-right: 0.7rem;
  padding-bottom: 0.25rem;
  padding-left: 0.7rem;
  font-size: 0.75rem;
  color: oklch(0.71 0.028 260);
}

/* ---------- text ---------- */
.text {
  margin-top: 0.9rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: oklch(0.71 0.028 260);
  overflow-wrap: break-word;
}

.lead {
  margin-top: 0.9rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: oklch(0.968 0.007 248);
}

.list {
  margin-top: 0.9rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}

.list__item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: oklch(0.71 0.028 260);
}

.link {
  color: oklch(0.82 0.16 189);
  text-decoration-line: none;
  overflow-wrap: break-word;
}

/* ---------- buttons ---------- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-right: 1.3rem;
  padding-bottom: 0.75rem;
  padding-left: 1.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  text-decoration-line: none;
  cursor: pointer;
  box-sizing: border-box;
  transition-property: opacity, border-color;
  transition-duration: 0.2s;
  max-width: 100%;
}

.button--primary {
  background-color: oklch(0.82 0.16 189);
  color: oklch(0.17 0.03 210);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.82 0.16 189);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.82 0.16 189);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.82 0.16 189);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.82 0.16 189);
}

.button--ghost {
  background-color: transparent;
  color: oklch(0.968 0.007 248);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
}

/* ---------- legal ---------- */
.legal {
  margin-top: 2rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.legal__title {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.legal__text {
  margin-top: 0.8rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: oklch(0.71 0.028 260);
  overflow-wrap: break-word;
}

.legal__list {
  margin-top: 0.8rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}

.legal__list-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
}

/* ---------- accordion ---------- */
.accordion {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.8rem;
  column-gap: 0.8rem;
}

.accordion__item {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: oklch(0.203 0.025 264);
  overflow-x: hidden;
  box-sizing: border-box;
}

.accordion__button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 1rem;
  column-gap: 1rem;
  width: 100%;
  padding-top: 1.1rem;
  padding-right: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 1.1rem;
  background-color: transparent;
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  color: oklch(0.968 0.007 248);
  text-align: left;
  cursor: pointer;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  box-sizing: border-box;
}

.accordion__question {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  min-width: 0;
  overflow-wrap: break-word;
}

.accordion__sign {
  flex-shrink: 0;
  color: oklch(0.82 0.16 189);
  font-size: 1.2rem;
  line-height: 1.2;
}

.accordion__panel {
  padding-top: 0;
  padding-right: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 1.1rem;
}

.accordion__text {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.6rem;
  margin-left: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
}

/* ---------- review ---------- */
.review {
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: oklch(0.203 0.025 264);
  padding-top: 1.4rem;
  padding-right: 1.3rem;
  padding-bottom: 1.4rem;
  padding-left: 1.3rem;
  box-sizing: border-box;
  min-width: 0;
}

.review__text {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.9rem;
  line-height: 1.75;
  color: oklch(0.968 0.007 248);
  overflow-wrap: break-word;
}

.review__author {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 700;
  font-size: 0.9rem;
}

.review__role {
  margin-top: 0.2rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.82rem;
  color: oklch(0.71 0.028 260);
}

.review__meta {
  margin-top: 0.4rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.78rem;
  color: oklch(0.82 0.16 189);
}

/* ---------- facts ---------- */
.facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.6rem;
  column-gap: 0.6rem;
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.fact {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
  column-gap: 0.2rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.28 0.03 264);
  padding-top: 0.6rem;
  padding-right: 0;
  padding-bottom: 0.6rem;
  padding-left: 0;
}

.fact__key {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: oklch(0.71 0.028 260);
}

.fact__value {
  font-size: 0.92rem;
  color: oklch(0.968 0.007 248);
  overflow-wrap: break-word;
}

/* ---------- filters ---------- */
.filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.7rem;
  column-gap: 0.7rem;
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  width: 100%;
}

.filters__search {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.29 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.29 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.29 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.29 0.03 264);
  background-color: oklch(0.19 0.024 264);
  color: oklch(0.968 0.007 248);
  padding-top: 0.7rem;
  padding-right: 0.9rem;
  padding-bottom: 0.7rem;
  padding-left: 0.9rem;
  font-size: 0.9rem;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  box-sizing: border-box;
  outline-style: none;
}

.filters__select {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.29 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.29 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.29 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.29 0.03 264);
  background-color: oklch(0.19 0.024 264);
  color: oklch(0.968 0.007 248);
  padding-top: 0.7rem;
  padding-right: 0.9rem;
  padding-bottom: 0.7rem;
  padding-left: 0.9rem;
  font-size: 0.9rem;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  box-sizing: border-box;
  outline-style: none;
}

.filters__count {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.85rem;
  color: oklch(0.71 0.028 260);
  align-self: center;
}

/* ---------- vacancies ---------- */
.vacancies {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.9rem;
  column-gap: 0.9rem;
}

.vacancy {
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: oklch(0.203 0.025 264);
  overflow-x: hidden;
  box-sizing: border-box;
}

.vacancy--hidden {
  display: none;
}

.vacancy__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.4rem;
  column-gap: 0.4rem;
  width: 100%;
  padding-top: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  background-color: transparent;
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  color: oklch(0.968 0.007 248);
  text-align: left;
  cursor: pointer;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  box-sizing: border-box;
}

.vacancy__title {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  overflow-wrap: break-word;
  min-width: 0;
}

.vacancy__meta {
  font-size: 0.82rem;
  color: oklch(0.71 0.028 260);
  overflow-wrap: break-word;
}

.vacancy__salary {
  font-size: 0.9rem;
  font-weight: 600;
  color: oklch(0.82 0.16 189);
}

.vacancy__sign {
  font-size: 1.1rem;
  color: oklch(0.82 0.16 189);
}

.vacancy__body {
  padding-top: 0;
  padding-right: 1.2rem;
  padding-bottom: 1.3rem;
  padding-left: 1.2rem;
}

.vacancy__subtitle {
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: oklch(0.968 0.007 248);
}

/* ---------- form ---------- */
.form {
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.9rem;
  column-gap: 0.9rem;
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.form__row {
  display: flex;
  flex-direction: column;
  row-gap: 0.35rem;
  column-gap: 0.35rem;
  min-width: 0;
}

.form__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: oklch(0.968 0.007 248);
}

.form__input {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.29 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.29 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.29 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.29 0.03 264);
  background-color: oklch(0.19 0.024 264);
  color: oklch(0.968 0.007 248);
  padding-top: 0.7rem;
  padding-right: 0.9rem;
  padding-bottom: 0.7rem;
  padding-left: 0.9rem;
  font-size: 0.9rem;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  box-sizing: border-box;
  outline-style: none;
}

.form__textarea {
  width: 100%;
  min-height: 8rem;
  resize: vertical;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.29 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.29 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.29 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.29 0.03 264);
  background-color: oklch(0.19 0.024 264);
  color: oklch(0.968 0.007 248);
  padding-top: 0.7rem;
  padding-right: 0.9rem;
  padding-bottom: 0.7rem;
  padding-left: 0.9rem;
  font-size: 0.9rem;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  box-sizing: border-box;
  outline-style: none;
}

.form__check {
  display: flex;
  align-items: flex-start;
  row-gap: 0.6rem;
  column-gap: 0.6rem;
}

.form__checkbox {
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  accent-color: oklch(0.82 0.16 189);
}

.form__check-text {
  font-size: 0.82rem;
  line-height: 1.6;
  color: oklch(0.71 0.028 260);
  min-width: 0;
}

.form__status {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.88rem;
  color: oklch(0.82 0.16 189);
}

/* ---------- map ---------- */
.map {
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  box-sizing: border-box;
}

.map__frame {
  display: block;
  width: 100%;
  height: 22rem;
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
}

/* ---------- footer ---------- */
.footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  background-color: oklch(0.19 0.024 264);
  width: 100%;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
  text-align: center;
  padding-top: 2.6rem;
  padding-right: 1.25rem;
  padding-bottom: 2.6rem;
  padding-left: 1.25rem;
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 0.6rem;
  column-gap: 0.6rem;
}

.footer__brand-name {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.footer__text {
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.85rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
}

.footer__legal {
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.78rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
}

.footer__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer__list {
  margin-top: 0.9rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer__item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
  font-size: 0.85rem;
  color: oklch(0.71 0.028 260);
  overflow-wrap: break-word;
}

.footer__link {
  color: oklch(0.71 0.028 260);
  text-decoration-line: none;
  overflow-wrap: break-word;
}

.footer__bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.28 0.03 264);
  padding-top: 1.1rem;
  padding-right: 1.25rem;
  padding-bottom: 1.1rem;
  padding-left: 1.25rem;
}

.footer__copy {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1840px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.7;
  color: oklch(0.71 0.028 260);
}

/* ---------- chat ---------- */
.chat {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.7rem;
  column-gap: 0.7rem;
  max-width: calc(100% - 1.5rem);
}

.chat__launcher {
  display: inline-flex;
  align-items: center;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-color: oklch(0.82 0.16 189);
  color: oklch(0.17 0.03 210);
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  padding-top: 0.75rem;
  padding-right: 1.1rem;
  padding-bottom: 0.75rem;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
  box-shadow: 0 18px 40px -18px oklch(0.82 0.16 189 / 0.7);
}

.chat__launcher--hidden {
  display: none;
}

.chat__window {
  display: flex;
  flex-direction: column;
  width: 21rem;
  max-width: calc(100vw - 1.5rem);
  height: 30rem;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: oklch(0.203 0.025 264);
  box-shadow: 0 30px 60px -30px oklch(0.05 0 0 / 0.9);
  box-sizing: border-box;
}

.chat__window--hidden {
  display: none;
}

.chat__header {
  display: flex;
  align-items: center;
  row-gap: 0.7rem;
  column-gap: 0.7rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  background-color: oklch(0.213 0.026 264);
  padding-top: 0.8rem;
  padding-right: 0.9rem;
  padding-bottom: 0.8rem;
  padding-left: 0.9rem;
}

.chat__avatar {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  object-fit: cover;
}

.chat__info {
  min-width: 0;
  flex-grow: 1;
}

.chat__name {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.88rem;
  font-weight: 700;
}

.chat__status {
  margin-top: 0.1rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.72rem;
  color: oklch(0.71 0.028 260);
}

.chat__close {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: transparent;
  color: oklch(0.968 0.007 248);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.chat__body {
  flex-grow: 1;
  overflow-y: auto;
  padding-top: 0.9rem;
  padding-right: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 0.9rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  column-gap: 0.6rem;
}

.chat__msg {
  max-width: 85%;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  padding-top: 0.6rem;
  padding-right: 0.85rem;
  padding-bottom: 0.6rem;
  padding-left: 0.85rem;
  font-size: 0.85rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.chat__msg--bot {
  background-color: oklch(0.25 0.028 264);
  color: oklch(0.968 0.007 248);
  align-self: flex-start;
}

.chat__msg--user {
  background-color: oklch(0.82 0.16 189);
  color: oklch(0.17 0.03 210);
  align-self: flex-end;
}

.chat__form {
  display: flex;
  align-items: center;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  padding-top: 0.7rem;
  padding-right: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.7rem;
}

.chat__input {
  flex-grow: 1;
  min-width: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.29 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.29 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.29 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.29 0.03 264);
  background-color: oklch(0.19 0.024 264);
  color: oklch(0.968 0.007 248);
  padding-top: 0.6rem;
  padding-right: 0.8rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  font-size: 0.85rem;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  outline-style: none;
  box-sizing: border-box;
}

.chat__send {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-width: 0;
  border-top-style: none;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-style: none;
  border-right-color: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  background-color: oklch(0.82 0.16 189);
  color: oklch(0.17 0.03 210);
  font-size: 1rem;
  cursor: pointer;
}

/* ---------- cookie ---------- */
.cookie {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 6rem;
  z-index: 30;
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: oklch(0.203 0.025 264);
  padding-top: 1.1rem;
  padding-right: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 1.1rem;
  box-shadow: 0 30px 60px -30px oklch(0.05 0 0 / 0.9);
  box-sizing: border-box;
  max-width: 30rem;
}

.cookie--hidden {
  display: none;
}

.cookie__text {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0.82rem;
  line-height: 1.65;
  color: oklch(0.71 0.028 260);
}

.cookie__actions {
  margin-top: 0.9rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}

/* ---------- scroll top ---------- */
.scrolltop {
  position: fixed;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 30;
  width: 2.6rem;
  height: 2.6rem;
  display: none;
  place-items: center;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: oklch(0.31 0.03 264);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.31 0.03 264);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  background-color: oklch(0.203 0.025 264);
  color: oklch(0.968 0.007 248);
  font-size: 1rem;
  cursor: pointer;
}

.scrolltop--visible {
  display: grid;
}

/* ---------- hover states (JS driven) ---------- */
.hover_link {
  color: oklch(0.82 0.16 189);
}

.hover_button {
  opacity: 0.88;
}

.hover_card {
  border-top-color: oklch(0.6 0.12 195);
  border-right-color: oklch(0.6 0.12 195);
  border-bottom-color: oklch(0.6 0.12 195);
  border-left-color: oklch(0.6 0.12 195);
  transform: translateY(-4px);
  box-shadow: 0 24px 70px -30px oklch(0.82 0.16 189 / 0.6);
}

.hover_field {
  border-top-color: oklch(0.82 0.16 189);
  border-right-color: oklch(0.82 0.16 189);
  border-bottom-color: oklch(0.82 0.16 189);
  border-left-color: oklch(0.82 0.16 189);
}

/* ---------- tablet ---------- */
@media (min-width: 768px) {
  html {
    font-size: 19px;
  }

  .grid--2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid--3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .stats {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .facts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .filters {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    text-align: left;
  }

  .footer__brand {
    justify-content: flex-start;
  }

  .mobile-nav__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 1.5rem;
  }

  .header__cta {
    display: inline-flex;
  }

  .hero__actions {
    flex-direction: row;
    max-width: none;
  }

  .hero__title {
    font-size: 2.6rem;
  }

  .hero__text {
    font-size: 1.05rem;
  }

  .pagehero__title {
    font-size: 2.1rem;
  }

  .section__title {
    font-size: 1.7rem;
  }

  .section {
  padding-top: 3.6rem;
  padding-right: 1.25rem;
  padding-bottom: 3.6rem;
  padding-left: 1.25rem;
  }

  .vacancy__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
  }
}

/* ---------- desktop ---------- */
@media (min-width: 1280px) {
  html {
    font-size: 21px;
  }

  .nav {
    display: flex;
  }

  .burger {
    display: none;
  }

  .mobile-nav--open {
    display: none;
  }

  .grid--3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .stats {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer__inner {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  }

  .hero__inner {
  padding-top: 6rem;
  padding-right: 1.25rem;
  padding-bottom: 6rem;
  padding-left: 1.25rem;
  }

  .hero__title {
    font-size: 3.2rem;
  }

  .section {
  padding-top: 4.5rem;
  padding-right: 1.25rem;
  padding-bottom: 4.5rem;
  padding-left: 1.25rem;
  }

  .cookie {
    left: 1rem;
    right: auto;
    bottom: 1rem;
  }

  .chat {
    right: 1rem;
    bottom: 1rem;
  }

  .scrolltop {
    left: auto;
    right: 1rem;
    bottom: 6.5rem;
  }
}


.main-wrapper {
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  display: block;
}

.main {
  display: block;
  width: 100%;
  min-width: 0;
}

.footer__col {
  min-width: 0;
}

.chat__launcher-text {
  white-space: nowrap;
}

.page--home {
  display: none;
}

.page--services {
  display: none;
}

.page--technologies {
  display: none;
}

.page--process {
  display: none;
}

.page--cases {
  display: none;
}

.page--reviews {
  display: none;
}

.page--vacancies {
  display: none;
}

.page--faq {
  display: none;
}

.page--about {
  display: none;
}

.page--contact {
  display: none;
}

.page--privacy {
  display: none;
}

.page--terms {
  display: none;
}

.page--consent {
  display: none;
}

.page--visible {
  display: block;
}

@media (min-width: 1280px) {
  .nav {
    flex-wrap: nowrap;
  }

  .nav__link {
    font-size: 0.72rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .brand {
    flex-shrink: 0;
  }

  .brand__name {
    font-size: 0.95rem;
  }

  .header__cta {
    font-size: 0.75rem;
  }
}

/* ---------- fixes: logo, review spacing, hover, mobile overflow ---------- */
.brand__svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.grid--spaced {
  margin-top: 2.5rem;
}

.hover_button {
  opacity: 1;
  filter: brightness(1.12);
}

.section__title {
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

.card__title {
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

.vacancy__title {
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

.vacancy__meta {
  overflow-wrap: break-word;
  max-width: 100%;
}

.vacancy__subtitle {
  overflow-wrap: break-word;
  max-width: 100%;
}

.pagehero__title {
  max-width: 100%;
  word-break: break-word;
}

.pagehero__text {
  max-width: 100%;
  overflow-wrap: break-word;
}

.hero__text {
  overflow-wrap: break-word;
  max-width: 100%;
}

.card__text {
  overflow-wrap: break-word;
  max-width: 100%;
}

.text {
  overflow-wrap: break-word;
  max-width: 100%;
}

.list__item {
  overflow-wrap: break-word;
  max-width: 100%;
}

.stat__value {
  overflow-wrap: break-word;
  max-width: 100%;
}

.section {
  min-width: 0;
  overflow-x: hidden;
}

.page {
  min-width: 0;
  width: 100%;
  overflow-x: hidden;
}

/* ---------- timeline (process page) ---------- */
.timeline {
  list-style-type: none;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1.9rem;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: oklch(0.31 0.03 264);
  text-align: left;
  max-width: 68rem;
  box-sizing: border-box;
}

.timeline__item {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 2.6rem;
  margin-left: 0;
  min-width: 0;
}

.timeline__dot {
  position: absolute;
  top: 0.35rem;
  left: -2.35rem;
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: oklch(0.82 0.16 189);
  outline-width: 4px;
  outline-style: solid;
  outline-color: oklch(0.16 0.021 264);
}

.timeline__num {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: oklch(0.82 0.16 189);
}

.timeline__title {
  margin-top: 0.35rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: oklch(0.968 0.007 248);
  overflow-wrap: break-word;
}

.timeline__text {
  margin-top: 0.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 44rem;
  font-size: 0.9rem;
  line-height: 1.75;
  color: oklch(0.71 0.028 260);
  overflow-wrap: break-word;
}

.timeline__meta {
  margin-top: 0.55rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  line-height: 1.6;
  color: oklch(0.71 0.028 260);
  overflow-wrap: break-word;
}

/* ---------- review extras ---------- */
.review__quote {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: oklch(0.82 0.16 189);
}

.review__stars {
  display: flex;
  column-gap: 0.2rem;
  margin-top: 0.7rem;
  margin-right: 0;
  margin-bottom: 0.8rem;
  margin-left: 0;
}

.review__star {
  width: 0.9rem;
  height: 0.9rem;
  color: oklch(0.82 0.16 189);
  flex-shrink: 0;
}

.review__foot {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.31 0.03 264);
}
