/* ============================================================
   AURUMFIT — Личный кабинет (Aurumfit_Личный кабинет_Главная_01)
   Figma frame 11:2, 1728 x 2823
   ============================================================ */

.lk-page {
  position: relative;
  width: var(--page-width);
  min-height: 2823px;
}

/* Burger — desktop hidden, mobile shown via @media below */
.lk-menu-btn { display: none; }

/* Profile button image swap */
.lk-profile-btn__img--mobile { display: none; }
.lk-profile-btn__img--desktop { display: block; width: 100%; height: 100%; }

/* ---------- Header (bg_menu / txt_menu) ---------- */
.lk-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 1728px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.lk-logo {
  position: absolute;
  left: 245px;
  top: 14px;
  width: 237px;
  height: 87px;
}

.lk-nav {
  position: absolute;
  left: 542px;
  top: 51px;
  width: 646px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: var(--color-white);
}
.lk-nav a:hover { color: var(--color-accent-1); }
.lk-nav a.is-active { color: var(--color-accent-1); }

.lk-user {
  position: absolute;
  left: 1247px;
  top: 53px;
  width: 159px;
  font-size: 16px;
  color: var(--color-gray-light);
  text-align: right;
}

.lk-profile-btn {
  position: absolute;
  left: 1423px;
  top: 30px;
  width: 60px;
  height: 60px;
}
.lk-profile-btn img { width: 100%; height: 100%; }

/* ---------- Personal card (card_02) ---------- */
.lk-card {
  position: absolute;
  left: 245px;
  top: 169px;
  width: 600px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  background: #2b2520 url('../images/png/lk-card-bg.png') center / cover no-repeat;
}

.lk-card__label {
  position: absolute;
  left: 38px;
  top: 75px;
  font-size: 20px;
  color: var(--color-white);
}
.lk-card__code-box {
  position: absolute;
  left: 184px;
  top: 47px;
  width: 204px;
  height: 76px;
  border-radius: 12px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk-card__code-value {
  font-family: var(--font-display);
  font-size: 28px;
  color: #000;
}

.lk-card__name {
  position: absolute;
  left: 38px;
  top: 169px;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 40px;
  color: var(--color-white);
  white-space: nowrap;
}
.lk-card__phone {
  position: absolute;
  left: 38px;
  top: 234px;
  font-family: var(--font-display);
  font-size: 30px;
  color: var(--color-white);
  white-space: nowrap;
}
.lk-card__email {
  position: absolute;
  left: 38px;
  top: 277px;
  font-size: 19px;
  color: var(--color-white);
  white-space: nowrap;
}

.lk-card__icon-edit {
  position: absolute;
  left: 38px;
  top: 362px;
  width: 20px;
  height: 25px;
}
.lk-card__icon-edit img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.lk-card__link {
  position: absolute;
  font-size: 14px;
  color: var(--color-accent-1);
  text-decoration: underline;
}
.lk-card__link--edit { left: 72px; top: 342px; }
.lk-card__link--logout { left: 472px; top: 342px; }

/* ---------- Trainings stats (Group 119) ---------- */
.lk-stats {
  position: absolute;
  left: 921px;
  top: 202px;
  width: 429px;
  height: 321px;
}
.lk-stats__title {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 40px;
  color: var(--color-white);
  white-space: nowrap;
}
.lk-stats__item {
  position: absolute;
  left: 0;
  width: 429px;
  height: 96px;
}
.lk-stats__item--01 { top: 85px; }
.lk-stats__item--02 { top: 225px; }
.lk-stats__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 96px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk-stats__item--01 .lk-stats__box { background: var(--color-white); }
.lk-stats__item--02 .lk-stats__box { background: #fc3f1d; }
.lk-stats__num {
  font-family: var(--font-display);
  font-size: 46px;
}
.lk-stats__item--01 .lk-stats__num { color: #000; }
.lk-stats__item--02 .lk-stats__num { color: var(--color-white); }
.lk-stats__text {
  position: absolute;
  left: 120px;
  top: 11px;
  font-size: 22px;
  color: var(--color-white);
  white-space: nowrap;
}
.lk-stats__cal {
  position: absolute;
  left: 121px;
  top: 53px;
  font-size: 14px;
  color: var(--color-accent-1);
  text-decoration: underline;
  white-space: nowrap;
}

/* ---------- Section divider + heading ---------- */
.lk-divider {
  position: absolute;
  left: 210px;
  top: 612px;
  width: 1308px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2));
  opacity: 0.85;
}
.lk-heading {
  position: absolute;
  left: 515px;
  top: 653px;
  width: 698px;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 64px;
  line-height: 68px;
  text-align: center;
  color: var(--color-white);
}

/* ---------- Booking (Group 123 / Group 124 / navi) ---------- */
.lk-booking {
  position: absolute;
  left: 245px;
  top: 771px;
  width: 1238px;
  height: 626px;
}

.lk-booking__address {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 626px;
  border-radius: 20px;
  background: #352f2a;
}

.lk-booking__select {
  position: absolute;
  left: 119px;
  top: 88px;
  width: 363px;
  height: 80px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  padding: 0 22px;
}
.lk-booking__select span {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-white);
}
.lk-booking__select img {
  margin-left: auto;
  width: 22px;
  height: 10px;
  opacity: 0.8;
  transform: rotate(90deg);
}

.lk-booking__text {
  position: absolute;
  left: 50%;
  top: 210px;
  transform: translateX(-50%);
  width: 480px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: var(--color-white);
}
.lk-booking__phone {
  position: absolute;
  left: 50%;
  top: 290px;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 30px;
  color: var(--color-white);
  white-space: nowrap;
}

.lk-booking__cta {
  position: absolute;
  left: 119px;
  top: 358px;
  width: 362px;
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
}

.lk-booking__yandex {
  position: absolute;
  left: 152px;
  top: 482px;
  width: 297px;
  height: 57px;
  display: flex;
  align-items: center;
}
.lk-booking__yandex-icon {
  width: 47.5px;
  height: 47.5px;
  flex: none;
}
.lk-booking__yandex-icon img { width: 100%; height: 100%; }
.lk-booking__yandex-btn {
  flex: 1;
  height: 57px;
  margin-left: 8px;
  border-radius: 8px;
  background: #fc3f1d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--color-white);
}

.lk-booking__photo {
  position: absolute;
  left: 638px;
  top: 0;
  width: 600px;
  height: 525px;
  border-radius: 20px;
  overflow: hidden;
  background: #000 url('../images/png/lk-gym-photo.jpg') 75% center / cover no-repeat;
}

.lk-booking__navi {
  position: absolute;
  left: 785px;
  top: 567px;
  width: 304.39px;
  height: 31px;
  z-index: 3;
}
.lk-booking__arrow {
  position: absolute;
  top: 0;
  width: 56px;
  height: 31px;
  overflow: hidden;
  cursor: pointer;
}
.lk-booking__arrow img { pointer-events: none; }
.lk-booking__arrow--prev { left: 0; }
.lk-booking__arrow--prev img { position: absolute; left: 0; top: 0; width: 304.39px; height: 31px; }
.lk-booking__arrow--next { left: 248.4px; }
.lk-booking__arrow--next img { position: absolute; left: -248.4px; top: 0; width: 304.39px; height: 31px; }
.lk-booking__dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.lk-booking__dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.4);
}
.lk-booking__dots span.is-active { background: var(--color-accent-1); }

/* ---------- Rules banner (ban_pos) ---------- */
.lk-rules {
  position: absolute;
  left: 245px;
  top: 1435px;
  width: 1238px;
  height: 331px;
  border-radius: 20px;
  background: #3b3431;
  overflow: hidden;
}
.lk-rules__photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
  height: 100%;
  background: #000 url('../images/png/lk-rules-photo.jpg') 60% 30% / cover no-repeat;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
}
.lk-rules__text {
  position: absolute;
  left: 58px;
  top: 38px;
  width: 360px;
  font-size: 32px;
  line-height: 1.3;
  color: var(--color-white);
}
.lk-rules__btn {
  position: absolute;
  left: 58px;
  top: 232px;
  width: 216px;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}

/* ---------- Contact (Обратная связь) ---------- */
.lk-contact {
  position: absolute;
  left: 0;
  top: 1810px;
  width: 1728px;
  height: 564px;
}
.lk-contact__heading {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 64px;
  line-height: 68px;
  color: var(--color-white);
  white-space: nowrap;
}
.lk-contact__card {
  position: absolute;
  left: 50%;
  top: 111px;
  transform: translateX(-50%);
  width: 840px;
  height: 358px;
  border-radius: 20px;
  background: #352f2a;
}
.lk-contact__textarea {
  position: absolute;
  left: 46px;
  top: 35px;
  width: 756px;
  height: 280px;
  background: transparent;
  border: none;
  resize: none;
  font-family: var(--font-text);
  font-size: 20px;
  line-height: 34px;
  color: var(--color-gray);
}
.lk-contact__textarea:focus { outline: none; }
.lk-contact__cta {
  position: absolute;
  left: 50%;
  top: 504px;
  transform: translateX(-50%);
  width: 216px;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}

/* ---------- Footer ---------- */
.lk-footer {
  position: absolute;
  left: 0;
  top: 2444px;
  width: 1728px;
  height: 379px;
  background: rgba(0, 0, 0, 0.2);
}
.lk-footer__logo {
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  width: 232px;
  height: 129.5px;
}
.lk-footer__links {
  position: absolute;
  left: 50%;
  top: 191px;
  transform: translateX(-50%);
  display: flex;
  gap: 36px;
  font-size: 18px;
  color: var(--color-white);
  white-space: nowrap;
}
.lk-footer__links a:hover { color: var(--color-accent-1); }
.lk-footer__social {
  position: absolute;
  left: 50%;
  top: 243px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
}
.lk-footer__social img { opacity: 0.5; height: 26px; width: auto; }
.lk-footer__social img:nth-child(1) { width: 31px; }
.lk-footer__social img:nth-child(2) { width: 37px; }
.lk-footer__social img:nth-child(3) { width: 43px; }
.lk-footer__social img:nth-child(4) { width: 26px; }
.lk-footer__social img:nth-child(5) { width: 26px; }
.lk-footer__social img.full-opacity { opacity: 1; }
.lk-footer__disclaimer {
  position: absolute;
  left: 50%;
  top: 295px;
  transform: translateX(-50%);
  width: 847px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: var(--color-white);
  opacity: 0.4;
}

/* ==============================================================
   LkMobMenu — hidden on desktop, shown on mobile
   ============================================================== */
.lk-mob { display: none; }

/* ============================================================
   MOBILE — ≤ 560px  (Figma frame 16:2283, 393 × 3239)
   ============================================================ */
@media (max-width: 560px) {

  /* ---------- Page wrapper ---------- */
  .lk-page {
    width: 100%;
    min-height: auto;
    position: relative;
  }

  /* ---------- Header ---------- */
  /* Desktop LkHeader hidden on mobile — LkMobMenu replaces it */
  .lk-header { display: none !important; }

  /* Username — absolute, right side, y:79 */
  .lk-user {
    position: absolute;
    right: 64px;   /* 7px margin + 50px profile btn + 7px gap */
    top: 79px;
    width: auto;
    font-size: 14px;
    color: #c7c7c7;
    text-decoration: underline;
    text-align: right;
    white-space: nowrap;
    transform: none;
  }

  /* Profile icon — absolute, right: 7px, y:62 */
  .lk-profile-btn {
    position: absolute;
    right: 7px;
    top: 62px;
    left: auto;
    width: 50px;
    height: 50px;
  }
  .lk-profile-btn__img--desktop { display: none; }
  .lk-profile-btn__img--mobile  { display: block; width: 50px; height: 50px; }

  /* Mobile burger button — absolute, left:7, top:62 — row layout: icon | Меню */
  .lk-menu-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    left: 7px;
    top: 62px;
    width: 139px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2));
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 0;
  }
  .lk-menu-btn__icon {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-left: 14px;
    flex: none;
  }
  .lk-menu-btn__icon span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 1px;
  }
  .lk-menu-btn__icon span:nth-child(1) { width: 18px; }
  .lk-menu-btn__icon span:nth-child(2) { width: 27px; }
  .lk-menu-btn__icon span:nth-child(3) { width: 27px; }
  .lk-menu-btn__label {
    flex: 1;
    font-family: var(--font-text);
    font-weight: 500;
    font-size: 17px;
    color: #000;
    line-height: 1;
    text-align: center;
  }

  /* ---------- Personal card ---------- */
  .lk-card {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 14px);
    margin: 0 7px;
    height: 340px;
    border-radius: 16px;
  }
  .lk-card__label {
    left: 30px;
    top: 56px;
    font-size: 16px;
  }
  .lk-card__code-box {
    left: 154px;
    top: 38px;
    width: 163px;
    height: 61px;
    transform: none;
  }
  .lk-card__code-value { font-size: 22px; }
  .lk-card__name {
    left: 30px;
    top: 150px;
    font-size: 32px;
  }
  .lk-card__phone {
    left: 30px;
    top: 208px;
    font-size: 24px;
  }
  .lk-card__email {
    left: 30px;
    top: 243px;
    font-size: 15px;
  }
  .lk-card__icon-edit {
    left: 30px;
    top: 300px;
    width: 16px;
    height: 20px;
  }
  .lk-card__link--edit  { left: 55px;  top: 295px; font-size: 14px; }
  .lk-card__link--logout { left: 210px; top: 295px; font-size: 14px; }

  /* ---------- Training stats ---------- */
  .lk-stats {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 28px 25px 20px;
  }
  .lk-stats__title {
    position: static;
    font-size: 28px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-align: center;
  }
  .lk-stats__item {
    position: relative;
    left: auto;
    width: 100%;
    height: 77px;
    margin-bottom: 16px;
  }
  .lk-stats__item--01 { top: auto; }
  .lk-stats__item--02 { top: auto; }
  .lk-stats__box {
    width: 77px;
    height: 77px;
    border-radius: 16px;
  }
  .lk-stats__num  { font-size: 37px; }
  .lk-stats__text { left: 100px; top: 10px; font-size: 18px; white-space: normal; }
  .lk-stats__cal  { left: 100px; top: 44px; font-size: 14px; }

  /* ---------- Section divider + heading ---------- */
  .lk-divider {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 40px);
    margin: 8px auto;
  }
  .lk-heading {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    margin: 12px 0 16px;
  }

  /* ---------- Booking ---------- */
  .lk-booking {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 14px);
    margin: 0 7px;
    height: auto;
  }
  .lk-booking__address {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 36px;
    border-radius: 16px;
  }
  .lk-booking__select {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 56px);
    margin: 28px 28px 0;
    height: 62px;
    border-radius: 6px;
  }
  .lk-booking__select span { font-size: 14px; }
  .lk-booking__text {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: calc(100% - 56px);
    margin: 18px 28px 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .lk-booking__phone {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-size: 23px;
    text-align: center;
    margin: 14px 0 0;
  }
  .lk-booking__cta {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 56px);
    margin: 20px 28px 0;
    height: 62px;
    border-radius: 6px;
    font-size: 15px;
  }
  .lk-booking__yandex {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 56px);
    margin: 16px 28px 0;
    height: 44px;
  }
  .lk-booking__yandex-icon { width: 38px; height: 38px; }
  .lk-booking__yandex-btn { font-size: 12px; border-radius: 6px; }
  .lk-booking__photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 280px;
    border-radius: 16px;
    margin-top: 12px;
  }

  /* ---------- Rules banner ---------- */
  .lk-rules {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 14px);
    margin: 24px 7px 0;
    height: auto;
    min-height: 460px;
    border-radius: 16px;
    overflow: hidden;
  }
  .lk-rules__photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
    opacity: 0.35;
  }
  .lk-rules__text {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 56px);
    margin: 200px auto 0;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    z-index: 1;
  }
  .lk-rules__btn {
    position: relative;
    left: auto;
    top: auto;
    margin: 24px auto 36px;
    z-index: 1;
  }

  /* ---------- Contact ---------- */
  .lk-contact {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .lk-contact__heading {
    position: static;
    transform: none;
    font-size: 28px;
    text-align: center;
    margin: 32px 0 20px;
    white-space: nowrap;
  }
  .lk-contact__card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: calc(100% - 14px);
    margin: 0 7px;
    height: 358px;
    border-radius: 16px;
  }
  .lk-contact__textarea {
    left: 30px;
    top: 28px;
    width: calc(100% - 60px);
    height: calc(100% - 56px);
    font-size: 14px;
    line-height: 23px;
  }
  .lk-contact__cta {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 20px auto 0;
    display: flex;
  }

  /* ---------- Footer ---------- */
  .lk-footer {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 32px 0 32px;
    background: rgba(0, 0, 0, 0.2);
  }
  .lk-footer__logo {
    position: static;
    transform: none;
    display: block;
    margin: 0 auto 36px;
    width: 232px;
    height: auto;
  }
  .lk-footer__social {
    position: static;
    transform: none;
    justify-content: center;
    margin-bottom: 30px;
  }
  .lk-footer__links {
    position: static;
    transform: none;
    flex-direction: column;
    gap: 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 19px;
  }
  .lk-footer__disclaimer {
    position: static;
    transform: none;
    width: calc(100% - 16px);
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
  }
  .lk-footer__disclaimer a {
    color: inherit;
    text-decoration: underline;
  }

  /* ==========================================================
     LkMobMenu — Figma node 16:1999 "Главное меню", 393px
     ========================================================== */

  /* ---- Wrapper ---- */
  .lk-mob {
    display: block;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  /* Full-screen overlay when open */
  .lk-mob--open {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    background: var(--color-bg);
    z-index: 200;
  }

  /* ---- Header bar: 121px, dark texture bg ---- */
  .lk-mob__bar {
    position: relative;
    width: 100%;
    height: 121px;
    background: url('/images/svg/lk-mobile-header-bg.svg') center / cover no-repeat, #1a1612;
    flex-shrink: 0;
  }

  /* ---- Toggle button: left=7, top=62, 139×50, gradient pill ---- */
  .lk-mob__btn {
    position: absolute;
    left: 7px;
    top: 62px;
    width: 139px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2));
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 8px;
  }

  /* Hamburger icon (closed) */
  .lk-mob__burger {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex-shrink: 0;
  }
  .lk-mob__burger span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 1.5px;
  }
  .lk-mob__burger span:nth-child(1) { width: 27px; }
  .lk-mob__burger span:nth-child(2) { width: 18px; }
  .lk-mob__burger span:nth-child(3) { width: 27px; }

  /* X icon (open) — two 27px bars rotated ±45° */
  .lk-mob__x {
    position: relative;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
  }
  .lk-mob__x::before,
  .lk-mob__x::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 3px;
    background: #000;
    border-radius: 1.5px;
  }
  .lk-mob__x::before { transform: translate(-50%, -50%) rotate(45deg); }
  .lk-mob__x::after  { transform: translate(-50%, -50%) rotate(-45deg); }

  /* "Меню" label inside the button */
  .lk-mob__btn-label {
    flex: 1;
    text-align: center;
    font-family: var(--font-text);
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1;
  }

  /* Right side: username (underlined) + avatar — flex row, right=7, top=62 */
  .lk-mob__right {
    position: absolute;
    right: 7px;
    top: 62px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .lk-mob__username {
    font-family: var(--font-text);
    font-size: 14px;
    color: #c7c7c7;
    text-decoration: underline;
    white-space: nowrap;
    line-height: 1;
  }
  .lk-mob__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }
  .lk-mob__avatar img { width: 50px; height: 50px; }

  /* ---- Drawer (content shown when open) ---- */

  /* Nav links: left=88, 22px regular, line-height=59px */
  .lk-mob__nav { padding-top: 13px; /* 134 - 121 */ }
  .lk-mob__nav-link {
    display: block;
    padding-left: 88px;
    font-family: var(--font-text);
    font-size: 22px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 59px;
    text-decoration: none;
  }
  .lk-mob__nav-link:active { color: var(--color-accent-1); }

  /* Separator line: 19px gap below nav (389-370=19) */
  .lk-mob__sep {
    margin: 19px 8px 0;
    height: 1px;
    background: rgba(217, 217, 217, 0.2);
  }

  /* Access code block (Figma: 389–579px) */
  .lk-mob__code-block {
    padding-top: 26px; /* 416 - 390 */
    text-align: center;
  }
  .lk-mob__code-label {
    font-family: var(--font-text);
    font-size: 16px;
    color: #a4a4a4;
    line-height: 22px;
    margin: 0;
  }
  .lk-mob__code-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 76px;
    margin: 14px auto 0;
    background: #fec384;
    border-radius: 12px;
  }
  .lk-mob__code-value {
    font-family: var(--font-display);
    font-size: 28px;
    color: #000;
    line-height: 1;
  }

  /* Second separator after code box: 579 - 550(box bottom) = 29px */
  .lk-mob__sep--2 { margin-top: 29px; }

  /* Logo block: 26px below sep2 bottom (606-580=26) */
  .lk-mob__logo-block {
    margin-top: 26px;
    text-align: center;
  }
  .lk-mob__mark {
    display: block;
    width: 45px;
    height: 40px;
    margin: 0 auto;
  }
  .lk-mob__logo-name {
    font-family: var(--font-watermark);
    font-size: 41px;
    color: #5c5c5c;
    line-height: 1.2;
    margin: 18px 0 0;
  }
  .lk-mob__logo-sub {
    font-family: var(--font-text);
    font-size: 12px;
    color: var(--color-gray);
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 5px 0 0;
  }
  .lk-mob__logo-sep {
    width: 163px;
    height: 1px;
    background: rgba(217, 217, 217, 0.3);
    margin: 10px auto 0;
  }

  /* Social icons row: centered, opacity 0.5 */
  .lk-mob__social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 35px;
    opacity: 0.5;
  }
  .lk-mob__social img { height: 32px; width: auto; }

  /* Footer links */
  .lk-mob__footer-links {
    margin-top: 22px;
    text-align: center;
  }
  .lk-mob__footer-links a {
    display: block;
    font-family: var(--font-text);
    font-size: 16px;
    color: var(--color-white);
    line-height: 30px;
    text-decoration: none;
  }

  /* Disclaimer: 12px, opacity 0.4, centered */
  .lk-mob__disclaimer {
    margin: 29px auto 40px;
    width: calc(100% - 32px);
    max-width: 377px;
    font-family: var(--font-text);
    font-size: 12px;
    line-height: 22px;
    color: var(--color-white);
    opacity: 0.4;
    text-align: center;
  }

}
