:root {
  --main-font: "Gilroy";
  --background-100: 19 19 19;
  --background-90: 30 30 30;
  --background-70: 245 247 250;
  --background-5: 255 255 255;
  --brand-120: 27 42 50;
  --brand-100: 45 122 158;
  --brand-70: 80 172 214;
  --brand-50: 115 191 222;
  --brand-40: 150 210 232;
  --brand-30: 185 229 242;
  --brand-prime-100: 227 197 27;
  --brand-prime-70: 255 224 51;
  --brand-prime-50: 255 235 126;
  --accent-green-90: 117 217 127;
  --accent-red-50: 235 96 96;
  --accent-yellow-90: 255 204 51;
  --gray-90: 30 30 30;
  --gray-80: 34 33 35;
  --gray-70: 42 41 47;
  --gray-60: 56 56 56;
  --gray-40: 100 100 100;
  --gray-30: 156 161 167;
  --gray-20: 192 201 213;
  --gray-10: 245 247 250;
  --gray-5: 255 255 255;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.help-page,
body.company-page {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: rgb(var(--background-100));
  color: rgb(var(--gray-5));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: rgb(var(--background-100));
  color: rgb(var(--gray-5));
  font-family: "Gilroy", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: rgb(var(--background-100) / 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-bottom: 1px solid rgb(var(--gray-5) / 0.07);
  min-height: 4.625rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.page-header__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(var(--gray-5));
  flex-shrink: 0;
}

.page-header__logo svg {
  display: block;
}

.page-header__nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid rgb(var(--gray-5) / 0.05);
  padding: 0.4375rem;
  border-radius: 1rem;
  background-color: rgb(var(--background-100));
}

.page-header__nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgb(var(--gray-30));
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.1875rem 0.4375rem;
  border-radius: 0.75rem;
  transition: background-color 150ms, color 150ms;
  white-space: nowrap;
}

.page-header__nav-link:hover {
  background-color: rgb(var(--gray-5) / 0.05);
  color: rgb(var(--gray-5));
}

.page-header__nav-link.is-active {
  background-color: rgb(var(--gray-5) / 0.1);
  color: rgb(var(--gray-5));
  box-shadow: 0 0.125rem 0 0 rgba(255, 255, 255, 0.10) inset;
}

.page-main {
  flex-grow: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2.5rem 6rem;
}

.page-footer {
  flex-shrink: 0;
  background-color: rgb(var(--gray-70));
  padding: 3.5rem 0 2rem;
}

.page-footer__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.page-footer__bottom {
  border-top: 1px solid rgb(var(--gray-5) / 0.07);
  padding-top: 1.5rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-footer__copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--gray-5));
}

.page-footer__links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-footer__links a {
  font-size: 0.875rem;
  color: rgb(var(--gray-30));
  text-decoration: none;
  transition: color 150ms;
}

.page-footer__links a:hover {
  color: rgb(var(--gray-5));
}

.page-h1 {
  font-size: 3rem;
  line-height: 4.5rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0 0 1rem;
}

.page-h2 {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0 0 0.75rem;
}

.page-h3 {
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0 0 0.5rem;
}

.page-intro {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgb(var(--gray-20));
  margin: 0 0 3rem;
  max-width: 700px;
}

.page-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgb(var(--gray-20));
  margin: 0 0 1rem;
}

.page-text:last-child {
  margin-bottom: 0;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(var(--gray-30));
  margin-bottom: 0.5rem;
}

.content-section {
  margin-bottom: 4rem;
  max-width: 100%;
  overflow-x: hidden;
}

.content-section:last-child {
  margin-bottom: 0;
}

.section-divider {
  border: none;
  border-top: 1px solid rgb(var(--gray-5) / 0.07);
  margin: 3rem 0;
}

.faq-section {
  margin-bottom: 4rem;
  max-width: 100%;
  overflow-x: hidden;
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: rgb(var(--background-90));
  border: 1px solid rgb(var(--gray-5) / 0.07);
  border-radius: 1rem;
  overflow: hidden;
}

.faq-item__question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  list-style: none;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  color: rgb(var(--gray-5));
  transition: background-color 150ms;
}

.faq-item__question:hover {
  background-color: rgb(var(--gray-5) / 0.03);
}

.faq-item__question::marker,
.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.375rem;
  color: rgb(var(--brand-70));
  transition: transform 300ms;
}

.faq-item[open] .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__answer {
  padding: 0 1.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgb(var(--gray-20));
  border-top: 1px solid rgb(var(--gray-5) / 0.07);
  margin-top: 0;
  padding-top: 1.25rem;
}

.faq-item__answer p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(var(--gray-20));
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

.company-sections {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 100%;
  overflow-x: hidden;
}

.company-section {
  background-color: rgb(var(--background-90));
  border: 1px solid rgb(var(--gray-5) / 0.07);
  border-radius: 1.5rem;
  padding: 2.5rem;
}

.company-section__header {
  margin-bottom: 1.5rem;
}

.company-section__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.company-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.company-value-card {
  background-color: rgb(var(--gray-70));
  border: 1px solid rgb(var(--gray-5) / 0.05);
  border-radius: 1.25rem;
  padding: 1.5rem;
}

.company-value-card__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0 0 0.5rem;
}

.company-value-card__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--gray-30));
  margin: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.team-card {
  background-color: rgb(var(--gray-70));
  border: 1px solid rgb(var(--gray-5) / 0.05);
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.team-card__name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0;
}

.team-card__role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--brand-70));
  margin: 0;
}

.team-card__bio {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--gray-30));
  margin: 0;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.stat-card {
  background-color: rgb(var(--gray-70));
  border: 1px solid rgb(var(--gray-5) / 0.05);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
}

.stat-card__value {
  display: block;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgb(var(--brand-70));
  margin-bottom: 0.25rem;
}

.stat-card__label {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(var(--gray-30));
}

.page-link {
  color: rgb(var(--brand-50));
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: color 150ms;
  font-weight: 600;
}

.page-link:hover {
  color: rgb(var(--brand-30));
}

.inline-link {
  color: rgb(var(--brand-50));
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: color 150ms;
}

.inline-link:hover {
  color: rgb(var(--brand-30));
  text-decoration: none;
}

.return-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.5rem;
  height: 3.25rem;
  min-height: 3.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgb(var(--gray-5));
  background-color: rgb(var(--brand-70));
  border: 2px solid rgb(var(--brand-120));
  border-radius: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms, color 150ms;
  box-shadow: 0 0.25rem 0.4375rem 0 rgba(0, 0, 0, 0.3), 0 0.0625rem 0 0.0625rem rgba(255, 255, 255, 0.25) inset;
  white-space: nowrap;
  flex-shrink: 0;
}

.return-btn:hover {
  background-color: rgb(var(--brand-50));
  color: rgb(var(--gray-5));
}

.return-btn--secondary {
  background-color: rgb(var(--background-100));
  border-color: rgb(var(--gray-5) / 0.1);
  color: rgb(var(--gray-5));
  box-shadow: 0 0.25rem 0.4375rem 0 rgba(0, 0, 0, 0.3);
}

.return-btn--secondary:hover {
  background-color: rgb(var(--background-90));
  color: rgb(var(--gray-5));
}

.return-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--gray-30));
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: rgb(var(--gray-40));
}

.breadcrumb__link {
  color: rgb(var(--gray-30));
  text-decoration: none;
  transition: color 150ms;
}

.breadcrumb__link:hover {
  color: rgb(var(--brand-50));
}

.breadcrumb__current {
  color: rgb(var(--gray-20));
}

.page-hero {
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid rgb(var(--gray-5) / 0.07);
  margin-bottom: 3rem;
  max-width: 100%;
  overflow-x: hidden;
}

.page-hero__tag {
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgb(var(--gray-5));
  background-color: rgb(var(--brand-70));
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.faq-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: rgb(var(--brand-70) / 0.15);
  color: rgb(var(--brand-70));
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.info-block {
  background-color: rgb(var(--background-90));
  border: 1px solid rgb(var(--gray-5) / 0.07);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  max-width: 100%;
  overflow-x: hidden;
}

.info-block__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgb(var(--brand-70) / 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--brand-70));
  margin-top: 0.125rem;
}

.info-block__content {
  flex: 1;
  min-width: 0;
}

.info-block__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0 0 0.25rem;
}

.info-block__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--gray-30));
  margin: 0;
}

.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  counter-reset: steps-counter;
}

.steps-list__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  counter-increment: steps-counter;
}

.steps-list__number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgb(var(--brand-70) / 0.15);
  border: 1px solid rgb(var(--brand-70) / 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgb(var(--brand-70));
  margin-top: 0.125rem;
}

.steps-list__content {
  flex: 1;
  min-width: 0;
}

.steps-list__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0 0 0.25rem;
}

.steps-list__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--gray-30));
  margin: 0;
}

.highlight-box {
  background: linear-gradient(180deg, rgb(var(--brand-70) / 0.08) 0%, rgb(var(--brand-70) / 0.03) 100%);
  border: 1px solid rgb(var(--brand-70) / 0.2);
  border-radius: 1.25rem;
  padding: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-x: hidden;
}

.highlight-box__title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  color: rgb(var(--brand-70));
  margin: 0 0 0.75rem;
}

.highlight-box__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgb(var(--gray-20));
  margin: 0;
}

.timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 1rem;
  bottom: 1rem;
  width: 1px;
  background-color: rgb(var(--gray-5) / 0.1);
}

.timeline__item {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.timeline__item:last-child {
  padding-bottom: 0;
}

.timeline__dot {
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: rgb(var(--background-90));
  border: 2px solid rgb(var(--brand-70));
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline__dot-inner {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgb(var(--brand-70));
}

.timeline__year {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(var(--brand-70));
  margin-bottom: 0.25rem;
}

.timeline__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0 0 0.25rem;
}

.timeline__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--gray-30));
  margin: 0;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.tech-card {
  background-color: rgb(var(--gray-70));
  border: 1px solid rgb(var(--gray-5) / 0.05);
  border-radius: 1rem;
  padding: 1.25rem;
}

.tech-card__label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(var(--gray-30));
  margin-bottom: 0.5rem;
}

.tech-card__value {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgb(var(--gray-5));
  margin: 0;
}

.tech-card__sub {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(var(--gray-30));
  margin: 0.25rem 0 0;
}

@media (max-width: 767px) {
  .page-header__inner {
    padding: 0 0.75rem;
  }

  .page-header__nav {
    display: none;
  }

  .page-main {
    padding: 2rem 0.75rem 4rem;
  }

  .page-footer__inner {
    padding: 0 0.75rem;
  }

  .page-h1 {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }

  .page-h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .page-intro {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-values-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .tech-grid {
    grid-template-columns: 1fr;
  }

  .company-section {
    padding: 1.5rem;
  }

  .page-hero {
    padding: 2rem 0 1.5rem;
    margin-bottom: 2rem;
  }

  .return-btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .return-btn {
    width: 100%;
    justify-content: center;
  }

  .page-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-main {
    padding: 2.5rem 1.5rem 5rem;
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-header__inner {
    padding: 0 1.5rem;
  }

  .page-footer__inner {
    padding: 0 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-main {
    padding: 2.5rem 1.5rem 5rem;
  }
}