:root {
  --page-background: #ffffff;
  --text-primary: #202124;
  --text-secondary: #777b80;
  --brand-green: #24c33d;
  --brand-green-dark: #159a2a;
  --line-color: rgba(31, 35, 38, 0.08);
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text-primary);
  background: var(--page-background);
  font-family: "Google Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.is-loading {
  overflow: hidden;
}

.yandex-metrika-pixel {
  position: absolute;
  left: -9999px;
}

.page-preloader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  background: #f7f7f7;
  opacity: 1;
  visibility: visible;
  transition: opacity 320ms ease, visibility 320ms ease;
}

.page-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-logo {
  width: 4.5rem;
  height: 4.5rem;
  animation: logo-pulse 1.15s ease-in-out infinite;
  user-select: none;
}

@keyframes logo-pulse {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.62;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(36, 195, 61, 0.5);
  outline-offset: 0.2rem;
}

button,
.button {
  font-family: "Inter", "Google Sans", "Roboto", sans-serif;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease;
}

.button-primary {
  color: #fff;
  background: var(--brand-green);
}

.button-primary:hover {
  background: var(--brand-green-dark);
}

.site-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  background-image: url("../img/bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.background-decorations {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.decoration-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(93, 98, 103, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.decoration-orbit-outer {
  width: min(64vw, 60rem);
  height: min(64vw, 60rem);
}

.decoration-orbit-inner {
  width: min(40vw, 37rem);
  height: min(40vw, 37rem);
}

.decoration-group {
  position: absolute;
  width: 11rem;
  animation-duration: 13s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  will-change: transform;
}

.decoration-card {
  width: 100%;
  display: block;
}

.decoration-badge,
.decoration-face {
  position: absolute;
  display: block;
}

.decoration-badge {
  width: 2.7rem;
  height: 2.7rem;
}

.decoration-badge-right {
  right: 2.2rem;
  bottom: 2.5rem;
}

.decoration-badge-left {
  left: 2.7rem;
  top: 1.4rem;
}

.decoration-group-left-top .decoration-badge {
  right: 0;
  bottom: 3.3rem;
}

.decoration-group-right-top .decoration-badge {
  right: 1.9rem;
  bottom: 0.5rem;
}

.decoration-group-left-bottom .decoration-badge {
  top: -1.35rem;
  left: 3rem;
}

.decoration-group-right-bottom .decoration-badge {
  top: -0.4rem;
  left: 4.1rem;
}

.decoration-face {
  width: 2.7rem;
  height: 2.7rem;
}

.decoration-face-top {
  top: -4.5rem;
  right: -3.4rem;
}

.decoration-face-bottom {
  top: -12rem;
  right: -1.5rem;
  width: 3.4rem;
  height: 3.4rem;
}

.decoration-emoji {
  position: absolute;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  filter: drop-shadow(0 0.2rem 0.45rem rgba(31, 35, 38, 0.08));
}

.emoji-left-upper {
  top: -3.45rem;
  left: 30.25rem;
  background: #35b9f4;
}

.emoji-left-lower {
  right: 0.5rem;
  bottom: -5.5rem;
}

.emoji-right-upper {
  top: 3.1rem;
  left: -10.8rem;
}

.emoji-right-middle {
  top: 16rem;
  right: auto;
  left: -5rem;
  background: #ffd72e;
}

.emoji-left-bottom {
  left: 21rem;
  bottom: 4rem;
}

.emoji-right-lower {
  top: -4.5rem;
  right: -3rem;
}

.emoji-right-bottom {
  top: 2rem;
  right: auto;
  bottom: auto;
  left: -10rem;
  background: #f0f0f0;
}

.decoration-group-left-top {
  top: 23%;
  left: 22%;
  animation-name: float-left-top;
}

.decoration-group-right-top {
  top: 17%;
  right: 23%;
  animation-name: float-right-top;
  animation-duration: 15s;
}

.decoration-group-left-bottom {
  bottom: 10%;
  left: 28%;
  animation-name: float-left-bottom;
  animation-duration: 14s;
}

.decoration-group-right-bottom {
  right: 25%;
  bottom: 7%;
  animation-name: float-right-bottom;
  animation-duration: 16s;
}

@keyframes float-left-top {
  from { transform: translate3d(-0.8rem, -0.5rem, 0) rotate(-1.5deg); }
  to { transform: translate3d(1.1rem, 1rem, 0) rotate(1.5deg); }
}

@keyframes float-right-top {
  from { transform: translate3d(0.8rem, -0.6rem, 0) rotate(1.2deg); }
  to { transform: translate3d(-1rem, 1.2rem, 0) rotate(-1.4deg); }
}

@keyframes float-left-bottom {
  from { transform: translate3d(-0.6rem, 0.8rem, 0) rotate(1deg); }
  to { transform: translate3d(1.2rem, -0.9rem, 0) rotate(-1.2deg); }
}

@keyframes float-right-bottom {
  from { transform: translate3d(0.7rem, 0.8rem, 0) rotate(-1deg); }
  to { transform: translate3d(-1rem, -1.1rem, 0) rotate(1.4deg); }
}

.site-header,
.hero-content,
.site-footer {
  opacity: 0;
}

body.site-ready .site-header {
  animation: reveal-header 820ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

body.site-ready .hero-content {
  animation: reveal-hero 560ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
  will-change: transform, opacity;
}

body.site-ready .site-footer {
  animation: reveal-footer 820ms cubic-bezier(0.16, 1, 0.3, 1) 320ms both;
}

@keyframes reveal-header {
  from {
    opacity: 0;
    filter: blur(0.5rem);
    transform: translateY(-1.4rem) scale(0.97);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes reveal-hero {
  from {
    opacity: 0;
    transform: translate3d(0, 0.8rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-footer {
  from {
    opacity: 0;
    filter: blur(0.35rem);
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.site-header {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), 600px);
  min-height: 3.625rem;
  margin: 18px auto 0;
  padding: 7px 8px 7px 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 40px rgba(31, 35, 38, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand-link,
.main-navigation,
.site-footer,
.footer-navigation {
  display: flex;
  align-items: center;
}

.brand-link {
  flex-shrink: 0;
  gap: 12px;
}

.brand-logo {
  width: 2.5rem;
  height: 2.5rem;
}

.brand-name {
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.main-navigation {
  justify-self: center;
  gap: 0.25rem;
  color: #5d6267;
  font-size: 14px;
  font-weight: 500;
}

.navigation-link,
.footer-link {
  transition: color 180ms ease, background-color 180ms ease;
}

.navigation-link {
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  font-family: "Inter", "Google Sans", sans-serif;
  text-align: center;
}

.navigation-link:hover {
  color: var(--text-primary);
}

.navigation-link:hover {
  background: rgba(66, 66, 66, 0.055);
}

.footer-link:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.header-chat-button {
  justify-self: end;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.82rem;
  line-height: 1.2;
}

.menu-button {
  width: 44px;
  height: 2.75rem;
  padding: 10px;
  display: none;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.menu-line {
  width: 22px;
  height: 0.125rem;
  display: block;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--text-primary);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero-section {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 64px), var(--content-width));
  min-height: 38.125rem;
  margin: 0 auto;
  flex: 1;
  display: grid;
  place-items: center;
  text-align: center;
}

.hero-content {
  width: 100%;
  max-width: 47.5rem;
  padding: 4.5rem 0 7.375rem;
}

.hero-title {
  margin: 0;
  font-family: "Montserrat", "Google Sans", sans-serif;
  font-size: clamp(4.25rem, 9vw, 7.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.hero-caption {
  margin: 1.7rem 0 0;
  color: var(--text-secondary);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.meaning-slider {
  width: fit-content;
  min-width: 12.75rem;
  min-height: 3.5rem;
  margin: 0.8rem auto 0;
  padding: 0.8rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #4d5053;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  background: rgba(235, 235, 235, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  font-family: "Inter", "Google Sans", sans-serif;
}

.meaning-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
}

.meaning-text {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform 260ms ease, opacity 260ms ease, filter 260ms ease;
}

.meaning-text.is-changing {
  transform: translateY(0.35rem);
  opacity: 0;
  filter: blur(0.25rem);
}

.site-footer {
  position: relative;
  z-index: 2;
  bottom: 1rem;
  width: 100%;
  min-height: 3.75rem;
  padding: 18px 20px;
  justify-content: center;
  gap: 16px;
  color: #777b80;
  background: transparent;
  border: 0;
  font-size: 13px;
  text-align: center;
}

.copyright {
  white-space: nowrap;
}

.footer-navigation {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.current-status-button {
  position: fixed;
  z-index: 5;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 0.7rem 1rem 0.7rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #44484c;
  border: 1px solid rgba(31, 35, 38, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.8rem 2.5rem rgba(31, 35, 38, 0.11);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.current-status-button:hover {
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(31, 35, 38, 0.14);
  transform: translateY(-0.15rem);
}

.current-status-icon {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #73777b;
  border-radius: 50%;
  background: #eeeeee;
  font-size: 0.9rem;
  font-weight: 700;
}

.info-dialog {
  width: min(calc(100% - 2rem), 34rem);
  margin: auto;
  padding: 0;
  overflow: visible;
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1.75rem 5rem rgba(31, 35, 38, 0.14);
  backdrop-filter: blur(1.5rem) saturate(1.08);
  -webkit-backdrop-filter: blur(1.5rem) saturate(1.08);
}

.info-dialog[open] {
  animation: dialog-appear 380ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.info-dialog.is-closing {
  animation: dialog-disappear 190ms ease both;
}

.info-dialog::backdrop {
  background: rgba(247, 247, 247, 0.48);
  backdrop-filter: blur(0.8rem);
  -webkit-backdrop-filter: blur(0.8rem);
}

.info-dialog-content {
  max-height: calc(100vh - 3rem);
  max-height: calc(100dvh - 3rem);
  padding: 2.25rem 2rem 2.5rem;
  overflow-y: auto;
}

.info-dialog-title {
  margin: 0;
  font-family: "Montserrat", "Google Sans", sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.info-dialog-text {
  margin: 1.2rem 0 0;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.65;
  white-space: pre-line;
}

.info-dialog-text:empty {
  display: none;
}

.info-dialog-lead:empty {
  display: none;
}

.status-timeline {
  position: relative;
  margin: 1.75rem 0 1.6rem;
}

.status-progress-track {
  position: absolute;
  z-index: 0;
  top: 0.375rem;
  right: 12.5%;
  left: 12.5%;
  height: 0.125rem;
  border-radius: 999px;
  background: #d9d9d9;
}

.status-progress-value {
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--brand-green);
}

.status-milestones {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.status-milestone {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  color: #999da1;
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  line-height: 1.25;
  text-align: center;
}

.status-milestone-dot {
  width: 0.875rem;
  height: 0.875rem;
  border: 0;
  border-radius: 50%;
  background: #cfd1d3;
}

.status-milestone.is-complete,
.status-milestone.is-current {
  color: #404448;
  font-weight: 600;
}

.status-milestone.is-complete .status-milestone-dot {
  background: var(--brand-green);
}

.status-milestone.is-current .status-milestone-dot {
  background: #bfc2c5;
}

.info-dialog-extra:empty {
  display: none;
}

.contact-socials {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.contact-social-link {
  padding: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--text-primary);
  border: 0;
  border-radius: 0.9rem;
  background: rgba(248, 248, 248, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.contact-social-link:hover {
  background: #f3f3f3;
}

.contact-social-link:focus-visible,
.contact-message-button:focus-visible {
  outline: 2px solid rgba(36, 195, 61, 0.45);
  outline-offset: 2px;
}

.contact-social-icon {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.65rem;
  display: block;
  flex: 0 0 auto;
  border-radius: 0.75rem;
  background: #e9e9e9;
  object-fit: contain;
}

.contact-message-button {
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.85rem 1.2rem;
  border-radius: 0.9rem;
  font-size: 0.86rem;
}

.investor-contact-button {
  width: fit-content;
  margin-top: 1.25rem;
  padding: 0.8rem 1.15rem;
  border-radius: 0.9rem;
  font-size: 0.84rem;
}

.vacancy-list {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.6rem;
}

.vacancy-card {
  padding: 1rem 1.05rem;
  border-radius: 0.95rem;
  background: rgba(242, 242, 242, 0.82);
}

.vacancy-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 650;
}

.vacancy-description {
  margin: 0.4rem 0 0;
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.5;
}

.vacancy-stack {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.vacancy-tag {
  padding: 0.3rem 0.5rem;
  color: #565a5e;
  border-radius: 999px;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
}

.join-team-button {
  width: fit-content;
  margin-top: 1rem;
  padding: 0.8rem 1.15rem;
  border-radius: 0.9rem;
  font-size: 0.84rem;
}

.faq-accordion {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.55rem;
  interpolate-size: allow-keywords;
}

.faq-item {
  overflow: hidden;
  border-radius: 0.9rem;
  background: rgba(242, 242, 242, 0.82);
}

.faq-question {
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

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

.faq-toggle-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  color: #73777b;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.25rem 0.8rem rgba(31, 35, 38, 0.06);
  transition: color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.faq-toggle-icon > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity 180ms ease, transform 180ms ease;
}

.faq-minus {
  opacity: 0;
  transform: scale(0.7);
}

.faq-item[open] .faq-toggle-icon {
  color: #111;
  box-shadow: 0 0.35rem 1rem rgba(31, 35, 38, 0.09);
}

.faq-item[open] .faq-plus {
  opacity: 0;
  transform: scale(0.7);
}

.faq-item[open] .faq-minus {
  opacity: 1;
  transform: scale(1);
}

.faq-item::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition: block-size 360ms cubic-bezier(0.22, 1, 0.36, 1),
    content-visibility 360ms allow-discrete,
    opacity 240ms ease;
}

.faq-item[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.faq-answer {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.55;
}

.faq-item[open] .faq-answer {
  animation: faq-answer-appear 340ms ease both;
}

@keyframes faq-answer-appear {
  from {
    opacity: 0;
    transform: translateY(-0.35rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.info-dialog-close {
  position: absolute;
  z-index: 1;
  top: -1rem;
  right: -1rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: grid;
  place-items: center;
  color: #676b70;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.55rem 1.6rem rgba(31, 35, 38, 0.13);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.info-dialog-close:hover {
  color: #111;
  background: #f5f5f5;
  transform: rotate(6deg);
}

.info-dialog-close span {
  display: block;
  line-height: 1;
  transform: translateY(-0.08rem);
}

@keyframes dialog-appear {
  from {
    opacity: 0;
    transform: translateY(1.25rem) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dialog-disappear {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(0.6rem) scale(0.98);
  }
}

@media (max-width: 760px) {
  .decoration-orbit-outer {
    width: 48rem;
    height: 48rem;
  }

  .decoration-orbit-inner {
    width: 27rem;
    height: 27rem;
  }

  .decoration-group {
    width: 7.5rem;
    opacity: 0.72;
  }

  .decoration-group-left-top {
    top: 20%;
    left: -2.5rem;
  }

  .decoration-group-right-top {
    top: 16%;
    right: -2.8rem;
  }

  .decoration-group-left-bottom {
    bottom: 10%;
    left: -2.6rem;
  }

  .decoration-group-right-bottom {
    right: -2.7rem;
    bottom: 9%;
  }

  .decoration-badge {
    width: 2rem;
    height: 2rem;
  }

  .decoration-face {
    display: none;
  }

  .decoration-emoji {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.95rem;
  }

  .emoji-left-upper {
    top: -2.5rem;
    left: 4rem;
  }

  .emoji-left-bottom {
    left: 4rem;
    bottom: -2.5rem;
  }

  .emoji-right-upper {
    top: -2rem;
    left: 1rem;
  }

  .emoji-right-middle {
    top: 4rem;
    right: 0;
    left: auto;
  }

  .emoji-right-bottom {
    top: 4rem;
    left: 2rem;
  }

  .hero-section {
    width: min(calc(100% - 32px), var(--content-width));
  }

  .site-header {
    min-height: 3.375rem;
    margin-top: 10px;
    padding: 5px 7px 5px 12px;
    display: flex;
    border-radius: 28px;
  }

  .menu-button {
    display: block;
  }

  .main-navigation {
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    padding: 1rem;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    border: 1px solid var(--line-color);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(31, 35, 38, 0.12);
  }

  .main-navigation.is-open {
    display: flex;
  }

  .navigation-link {
    margin: 0;
    padding: 12px 14px;
  }

  .header-chat-button {
    margin-left: auto;
    padding: 0.62rem 1rem;
    font-size: 0.78rem;
  }

  .menu-button.is-open .menu-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button.is-open .menu-line:nth-child(2) {
    opacity: 0;
  }

  .menu-button.is-open .menu-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-section {
    min-height: 35rem;
  }

  .hero-content {
    padding: 3.75rem 0 5.5rem;
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 5.5rem;
  }

  .info-dialog-content {
    padding: 2rem 1.25rem 1.75rem;
  }

  .info-dialog-close {
    top: -0.75rem;
    right: -0.35rem;
  }

  .contact-socials {
    grid-template-columns: 1fr;
  }

  .status-milestone {
    font-size: 0.62rem;
  }

  .current-status-button {
    right: 0.75rem;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    padding: 0.6rem 0.8rem 0.6rem 0.6rem;
    font-size: 0.75rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .preloader-logo {
    animation: none;
  }

  .decoration-group {
    animation: none;
  }

  .info-dialog[open],
  .info-dialog.is-closing {
    animation: none;
  }

  .faq-item[open] .faq-answer {
    animation: none;
  }

  .site-header,
  .hero-content,
  .site-footer,
  body.site-ready .site-header,
  body.site-ready .hero-content,
  body.site-ready .site-footer {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}

@media (max-width: 430px) {
  .brand-name {
    display: none;
  }

  .decoration-group {
    width: 5.75rem;
    opacity: 0.5;
  }

  .hero-title {
    font-size: clamp(3.6rem, 21vw, 5rem);
  }

  .current-status-button {
    max-width: calc(100% - 1.5rem);
  }
}
