.nakusi-mobile-site {
  display: none;
}

html.nakusi-mobile-viewport,
html.nakusi-mobile-viewport body {
  height: auto !important;
  min-height: 100% !important;
  min-width: 0 !important;
  max-width: var(--nakusi-mobile-viewport-width, 100%) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: static !important;
}

body.nakusi-mobile-enabled {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
}

body.nakusi-mobile-enabled #constructor,
body.nakusi-mobile-enabled #mags,
body.nakusi-mobile-enabled .popups,
body.nakusi-mobile-enabled #text-global-styles {
  display: none !important;
}

body.nakusi-mobile-enabled .nakusi-mobile-site {
  display: block;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  width: var(--nakusi-mobile-viewport-width, 100vw);
  max-width: var(--nakusi-mobile-viewport-width, 100vw);
}

@media (max-width: 767px), (max-device-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }

  body.nakusi-mobile-enabled {
    height: auto !important;
    min-height: 100vh !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #000 !important;
  }

  .nakusi-mobile-site,
  .nakusi-mobile-site * {
    box-sizing: border-box;
  }

  .nakusi-mobile-site {
    min-height: 100vh;
    overflow-x: hidden;
    background: #000;
    color: #fff;
    font-family: Rubik, Inter, Arial, sans-serif;
    line-height: 1.35;
  }

  .nakusi-mobile-site a {
    color: inherit;
    text-decoration: none;
  }

  .nakusi-mobile-site img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .nakusi-mobile-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.92);
    border-bottom: 1px solid rgba(68, 255, 169, 0.22);
    backdrop-filter: blur(12px);
  }

  .nakusi-mobile-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 64px;
    padding: 10px 14px;
  }

  .nakusi-mobile-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 9px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .nakusi-mobile-brand__mark {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border: 2px solid #000;
    border-radius: 8px;
    background: #44ffa9;
    box-shadow: 0 0 0 2px #44ffa9;
  }

  .nakusi-mobile-header__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 10px;
    color: #44ffa9;
    font-size: 13px;
    font-weight: 800;
  }

  .nakusi-mobile-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 10px;
    border: 2px solid #44ffa9;
    border-radius: 8px;
    color: #44ffa9;
  }

  .nakusi-mobile-section {
    position: relative;
    overflow: hidden;
    padding: 58px 18px;
  }

  .nakusi-mobile-section__inner {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .nakusi-mobile-kicker {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .nakusi-mobile-hero {
    min-height: calc(100vh - 64px);
    padding-top: 38px;
    padding-bottom: 0;
    background: #44ffa9;
    color: #000;
  }

  .nakusi-mobile-hero h1,
  .nakusi-mobile-career-hero h1 {
    margin: 0;
    font-size: 54px;
    line-height: 0.9;
    letter-spacing: 0;
    font-weight: 900;
    text-transform: uppercase;
  }

  .nakusi-mobile-hero__intro,
  .nakusi-mobile-career-hero__intro {
    max-width: 340px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 1.45;
  }

  .nakusi-mobile-hero__visual {
    position: relative;
    min-height: 330px;
    margin: 18px -18px 0;
  }

  .nakusi-mobile-hero__character {
    position: absolute;
    right: -28px;
    bottom: -4px;
    width: 245px;
  }

  .nakusi-mobile-hero__bomb {
    position: absolute;
    left: 20px;
    bottom: 56px;
    width: 86px;
    transform: rotate(-9deg);
  }

  .nakusi-mobile-products {
    background: #000;
    color: #fff;
  }

  .nakusi-mobile-section-title {
    margin: 0 0 24px;
    color: #44ffa9;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .nakusi-mobile-product {
    margin: 0 0 22px;
    padding: 18px;
    border: 1px solid rgba(68, 255, 169, 0.28);
    border-radius: 8px;
    background: #080808;
  }

  .nakusi-mobile-product:last-child {
    margin-bottom: 0;
  }

  .nakusi-mobile-product__media {
    margin: 0 auto 18px;
    width: min(100%, 260px);
  }

  .nakusi-mobile-product__media img {
    width: 100%;
    border-radius: 8px;
  }

  .nakusi-mobile-product h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
  }

  .nakusi-mobile-product p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.45;
  }

  .nakusi-mobile-store-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .nakusi-mobile-store-links a {
    display: inline-flex;
    width: 148px;
    border-radius: 8px;
  }

  .nakusi-mobile-manifesto {
    background: #572af4;
    color: #44ffa9;
  }

  .nakusi-mobile-manifesto h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
  }

  .nakusi-mobile-submit {
    background: #44ffa9;
    color: #000;
  }

  .nakusi-mobile-submit__bomb {
    width: 112px;
    margin: -10px 0 12px;
  }

  .nakusi-mobile-submit h2 {
    margin: 0;
    max-width: 340px;
    font-size: 48px;
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .nakusi-mobile-submit p,
  .nakusi-mobile-career-teaser p {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.45;
  }

  .nakusi-mobile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 22px;
    padding: 0 18px;
    border: 2px solid currentColor;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 900;
  }

  .nakusi-mobile-career-teaser {
    background: #000;
    color: #fff;
  }

  .nakusi-mobile-career-teaser .nakusi-mobile-button {
    color: #44ffa9;
  }

  .nakusi-mobile-footer {
    padding: 30px 18px 38px;
    background: #000;
    border-top: 1px solid rgba(68, 255, 169, 0.18);
    color: rgba(255, 255, 255, 0.62);
  }

  .nakusi-mobile-footer__inner {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .nakusi-mobile-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
  }

  .nakusi-mobile-footer__links a {
    color: #44ffa9;
    font-size: 15px;
    font-weight: 800;
  }

  .nakusi-mobile-footer p {
    margin: 0;
    font-size: 13px;
  }

  .nakusi-mobile-career-hero {
    background: #44ffa9;
    color: #000;
  }

  .nakusi-mobile-career-hero__intro + .nakusi-mobile-career-hero__intro {
    margin-top: 12px;
  }

  .nakusi-mobile-vacancies {
    background: #000;
    color: #fff;
  }

  .nakusi-mobile-vacancy {
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid rgba(87, 42, 244, 0.7);
    border-radius: 8px;
    background: #070707;
  }

  .nakusi-mobile-vacancy:last-child {
    margin-bottom: 0;
  }

  .nakusi-mobile-vacancy h3 {
    margin: 0 0 16px;
    color: #44ffa9;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 900;
  }

  .nakusi-mobile-vacancy h4 {
    margin: 18px 0 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
  }

  .nakusi-mobile-vacancy ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nakusi-mobile-vacancy li {
    position: relative;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.42;
  }

  .nakusi-mobile-vacancy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #44ffa9;
  }

  .nakusi-mobile-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 420ms ease, transform 420ms ease;
  }

  .nakusi-mobile-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .header-inner .nakusi-lang-switcher--header {
    margin-left: 0 !important;
  }

  body:not(.nakusi-mobile-enabled) .header-inner,
  body:not(.nakusi-mobile-enabled) .content,
  body:not(.nakusi-mobile-enabled) .footer-inner {
    width: min(100% - 28px, 960px);
  }

  body:not(.nakusi-mobile-enabled) .header-inner {
    min-height: 70px;
    gap: 12px;
  }

  body:not(.nakusi-mobile-enabled) .brand {
    gap: 10px;
    font-size: 15px;
  }

  body:not(.nakusi-mobile-enabled) .brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }

  body:not(.nakusi-mobile-enabled) .back-link {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
  }

  body:not(.nakusi-mobile-enabled) .hero {
    padding: 44px 0 38px;
  }

  body:not(.nakusi-mobile-enabled) .hero h1 {
    font-size: 44px;
    line-height: 0.96;
    letter-spacing: 0;
  }

  body:not(.nakusi-mobile-enabled) .content {
    padding: 38px 0 52px;
  }

  body:not(.nakusi-mobile-enabled) section {
    margin-bottom: 34px;
  }

  body:not(.nakusi-mobile-enabled) h2 {
    font-size: 23px;
  }

  body:not(.nakusi-mobile-enabled) p,
  body:not(.nakusi-mobile-enabled) li {
    font-size: 16px;
  }

  @media (max-width: 370px) {
    .nakusi-mobile-header__inner {
      padding-right: 10px;
      padding-left: 10px;
    }

    .nakusi-mobile-brand {
      font-size: 16px;
    }

    .nakusi-mobile-header__actions {
      gap: 7px;
      font-size: 12px;
    }

    .nakusi-mobile-contact {
      padding: 0 8px;
    }

    .nakusi-mobile-hero h1,
    .nakusi-mobile-career-hero h1 {
      font-size: 47px;
    }

    .nakusi-mobile-submit h2 {
      font-size: 42px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .nakusi-mobile-reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
}
