/* Mobile: Figma 1080 artboard (3× of 360). Scales by width on all phones. */
@media (max-width: 1024px) {
  html {
    font-size: calc(100vw / 108);
  }

  .container {
    width: 96rem;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }

  /* ----- Header / burger ----- */
  .header-bar {
    padding-top: 5.4rem;
  }

  .header-bar.is-sticky {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }

  .header-bar.is-sticky .header {
    max-width: 96rem;
    padding: 0;
  }

  .header {
    height: auto;
    min-height: 12.9rem;
    align-items: center;
    position: relative;
    z-index: 30;
  }

  .header__logo {
    width: 42rem;
    height: 12.9rem;
  }

  .header__nav,
  .header__auth {
    display: none !important;
  }

  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 5.6rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 40;
    position: relative;
  }

  .header__burger-icon {
    display: block;
    width: 9rem;
    height: 5.6rem;
    object-fit: contain;
  }

  .header__burger-close {
    display: none;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 5.1rem;
    height: 5.1rem;
    background: transparent url("../img/ui/close-x.svg") center / contain no-repeat;
  }

  .header__burger.is-open .header__burger-icon {
    opacity: 0;
    visibility: hidden;
  }

  .header__burger.is-open .header__burger-close {
    display: block !important;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 20040;
    background: #002f51 url("../img/hero/bg.jpg") center top / cover no-repeat;
    padding: 23.7rem 6rem 6rem;
    box-sizing: border-box;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mobile-menu:not([hidden]) {
    display: block;
  }

  .mobile-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #002f51 0%, #002f51 60%, rgba(0, 47, 81, 0) 100%);
    height: 55.5rem;
    pointer-events: none;
  }

  .mobile-menu__panel {
    position: relative;
    z-index: 1;
    width: 96rem;
    min-height: 162.6rem;
    margin: 0 auto;
    padding: 12.6rem 6rem 4rem;
    box-sizing: border-box;
    border-radius: 4.5rem;
    border-top: 1.2rem solid #ffd500;
    border-left: 0.3rem solid #ffd500;
    border-right: 0;
    border-bottom: 0;
    background: rgba(14, 54, 83, 0.35);
    backdrop-filter: blur(3rem) saturate(140%);
    -webkit-backdrop-filter: blur(3rem) saturate(140%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.3rem;
    width: 100%;
  }

  .mobile-menu__nav a {
    font-family: Inter, sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .mobile-menu__lk {
    margin-top: 0;
  }

  .mobile-menu__lk .js-logout {
    text-decoration: underline;
  }

  .mobile-menu__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84rem;
    height: 13.6rem;
    margin-top: 12rem;
    padding: 0 2rem;
    border-radius: 24.6rem;
    background: #ffd500;
    color: #00247d;
    font-size: 5.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
    box-sizing: border-box;
  }

  .mobile-menu__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92.4rem;
    max-width: 100%;
    margin-top: auto;
    padding: 1.2rem 3.6rem;
    box-sizing: border-box;
    margin-left: -10rem;
  }

  .mobile-menu__contacts a {
    font-size: 4.2rem;
    line-height: 4.5rem;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-menu__sep {
    width: 0.3rem;
    height: 4.8rem;
    background: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
    margin: 0 2rem;
  }

  .mobile-menu__hours {
    text-align: left;
  }

  .mobile-menu__hours p {
    margin: 0;
    font-size: 3.6rem;
    line-height: 4.5rem;
    color: #fff;
    white-space: nowrap;
  }

  html.menu-open,
  body.menu-open {
    overflow: hidden !important;
    height: 100%;
    touch-action: none;
  }

  body.menu-open .page {
    overflow: hidden;
    height: 100vh;
    pointer-events: none;
  }

  /* Header (logo + X) above full-screen menu — Figma 1889:5413 */
  body.menu-open .header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20050;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }

  body.menu-open .header-bar .header,
  body.menu-open .header__logo,
  body.menu-open .header__burger {
    pointer-events: auto;
  }

  body.menu-open .mobile-menu {
    pointer-events: auto;
  }

  br.desk,
  span.desk {
    display: none !important;
  }

  br.mob {
    display: revert !important;
  }

  span.mob {
    display: inline !important;
  }

  /* ----- Hero (Figma 1883:4562 / 360) ----- */
  .hero {
    position: relative;
    min-height: 0;
    padding-bottom: 6rem;
  }

  .hero__bg {
    background: url(../img/bg_general_mob.png) center top no-repeat;
        background-size: 100%;
        background-position-y: 28rem;
  }

  .hero__bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 47, 81, 0.35) 0%,
      rgba(0, 47, 81, 0.1) 40%,
      transparent 70%
    );
  }

  .hero__inner {
    position: relative;
    padding-top: 5.4rem;
  }

  .hero__content {
    flex-direction: column;
    margin-top: 38.1rem;
    gap: 0;
    position: static;
  }

  /* Figma dates: x144 y84 w197 — positioned vs hero__inner */
  .hero__right {
  position: absolute;
  top: 23.2rem;
  right: -10px;
  left: auto;
  width: 59.1rem;
  z-index: 2;
  padding-top: 0;
  pointer-events: none;
  }

  /* Figma dates 197×41 → 59.1×12.3 rem */
  .hero__dates-wrap {
    width: 59.1rem;
    height: 17.3rem;
    display: block;
    overflow: hidden;
  }

  .hero__dates {
    display: block;
    width: 57.1rem;
    height: 14.3rem;
    max-width: 100%;
    margin: 0;
    object-fit: contain;
    object-position: right top;
    }

  .hero__left {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 0;
  }

  .hero__title {
    width: 96.3rem;
    max-width: 100%;
    height: 18rem;
    margin-bottom: 2.1rem;
    object-fit: contain;
    object-position: left center;
  }

  .hero__prize-label {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 5.7rem;
  }

  .hero__prize-label-text {
    font-size: 6rem;
    line-height: 1.15;
    white-space: normal;
  }

  .hero__prize-label-text p {
    margin: 0;
  }

  .hero__prize-label-dash {
    width: 7rem;
    height: 0.5rem;
    margin-left: 1.2rem;
    top: -0.3rem;
  }

  .hero__car-name {
    display: block;
    width: 47.7rem;
    height: 8.1rem;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    object-fit: contain;
    object-position: left center;
  }

  .hero__cta-desktop {
    display: none !important;
  }

  .hero__sponsors {
    margin-top: 65.7rem;
    width: 96rem;
    max-width: 100%;
    gap: 1.5rem;
    justify-content: space-between;
  }

  .sponsor-logo {
    width: 14.8rem;
    height: 8.6rem;
    object-fit: contain;
  }

  .hero__cta-mobile {
    display: inline-flex !important;
    width: 96rem;
    max-width: 100%;
    height: 13.6rem;
    margin: 7.5rem auto 0;
    font-size: 5.4rem;
    font-weight: 700;
    border-radius: 8.2rem;
  }

  /* ----- Section titles ----- */
  .section-title {
    font-size: 7.2rem;
    margin-bottom: 6rem;
    line-height: 1.15;
  }

  /* ----- Rules ----- */
  .rules {
    padding: 12.6rem 0 10rem;
  }

  .rules .section-title {
    font-size: 9rem;
    text-align: center;
    margin-bottom: 8.7rem;
    width: 96rem;
    max-width: 100%;
    text-transform: uppercase;
    color: #ffd500;
    text-shadow: 0 1.2rem 1.2rem rgba(0, 0, 0, 0.25);
  }

  .rules__list {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .rules__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 4.8rem;
    width: 100%;
    max-width: none !important;
    flex: none;
    text-align: left;
  }

  .rules__num {
    width: 18.1rem;
    height: 18rem;
    flex-shrink: 0;
    font-size: 7rem;
  }

  .rules__item p {
    font-size: 6rem;
    line-height: 1.2;
    max-width: none !important;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .rules__link {
    display: block;
    margin-top: 8rem;
    font-size: 4.5rem;
    text-align: center;
  }

  /* ----- Prizes ----- */
  .prizes {
    padding: 16.8rem 0 8.7rem;
    min-height: 0;
    background: #002f51;
  }

  .prizes__bg {
    opacity: 1;
    background: url(../img/bg2_mob.png) center top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 0rem;
    background-position-y: 18rem;
  }

  .prizes__bg img {
    display: none;
  }

  .prizes .section-title {
    margin-bottom: 5.7rem;
    font-size: 9rem;
    text-align: center;
  }

  .prizes__grid {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    width: 100%;
  }

  .prizes__main {
    width: 100%;
    height: auto;
    min-height: 66.9rem;
  }

  .prizes__main-card {
    position: relative;
    width: 100%;
    height: 66.9rem;
    left: auto;
    top: auto;
    background: url("../img/prize_bg1_mob.png") center / cover no-repeat;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .prizes__car {
    position: relative;
    left: 3rem;
    top: auto;
    width: 93.6rem;
    max-width: 100%;
    height: auto;
    margin: -35rem auto 0;
    display: block;
  }

  .prizes__side {
    width: 100%;
    gap: 3.6rem;
  }

  .prize-card {
    width: 100%;
    height: 27.7rem;
  }

  .prizes__side > .prize-card:nth-child(1) {
    background: url("../img/prize_bg2_mob.png") center / cover no-repeat;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .prizes__side > .prize-card:nth-child(2) {
    background: url("../img/prize_bg3_mob.png") center / cover no-repeat;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .prize-card__label {
    font-size: 4.2rem;
  }

  .prize-card__value {
    font-size: 9.6rem;
  }

  .prize-card__byn {
    font-size: 10rem;
    margin-top: -0.8rem;
  }

  .prize-card--sm .prize-card__byn {
    font-size: 10.2rem;
    margin-top: -0.7rem;
  }

  .prize-card__count {
    font-size: 4.2rem;
  }

  /* scale как в макете; !important — чтобы AOS/другие transform не сбивали ширину */
  .jacobs-card,
  .jacobs-card.aos-init,
  .jacobs-card.aos-animate,
  .jacobs-card[data-aos] {
    width: 43.3rem;
    height: 27.414rem;
    transform: scale(2.217) !important;
    transform-origin: top left;
    margin-bottom: 33.6rem;
  }
.jacobs-card{
  border: 0.2rem solid var(--yellow);
  }
.prize-card{
      border: 0.2rem solid var(--blue-mid);
}


  .prizes__jacobs-note {
    width: 100%;
    font-size: 3.6rem;
    text-align: center;
    margin-top: 4rem;
  }

  /* ----- Code (Figma 1883:4815, 360) ----- */
  .code {
    height: auto;
    min-height: 0;
    padding: 7.8rem 0 8.1rem;
    background: #002f51;
    box-shadow: 0 1.2rem 1.74rem rgba(0, 0, 0, 0.35);
    overflow: hidden;
  }

  .code__inner {
    height: auto;
    width: 96rem;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }

  .code__content {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    text-align: left;
  }

  .code__title {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: 53.7rem;
    margin: 0 0 1.2rem 28.8rem;
    padding: 0;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
  }

  .code__subtitle {
    position: relative;
    top: auto;
    left: auto;
    width: 63.3rem;
    max-width: calc(100% - 28.8rem);
    margin: 0 0 9.6rem 28.8rem;
    padding: 0;
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
  }

  .code__form-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .code__receipt {
    position: absolute;
    left: -1.5rem;
    top: -28.5rem;
    width: 23.7rem;
    height: 25rem;
    margin: 0;
    z-index: 1;
    pointer-events: none;
  }

  .code__receipt-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .code__form {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 6.6rem;
    margin: 0;
  }

  .code__input {
    width: 96rem;
    max-width: 100%;
    height: 13.5rem;
    font-size: 4.8rem;
    border-radius: 24.6rem;
    padding: 0 6rem;
    text-align: left;
    box-sizing: border-box;
  }

  .code__form .btn {
    width: 96rem;
    max-width: 100%;
    height: 13.5rem;
    font-size: 4.8rem;
    border-radius: 24.6rem;
    text-transform: uppercase;
  }

  .code__hint {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    font-size: 4.8rem;
    margin: 7.5rem 0 0;
  }

  .code__byn {
    font-size: 6rem;
  }

  /* ----- Stages ----- */
  .stages {
    padding: 9rem 0 9rem;
    overflow-x: hidden;
  }

  .stages .section-title {
    margin-bottom: 9rem;
    font-size: 9rem;
    text-align: center;
  }

  .stages__info {
    width: 100%;
    margin: 0;
  }

  .stages__timeline {
    width: 100%;
    margin: 0 0 9rem;
  }

  .stages__circles {
    width: 100%;
    height: 11.7rem;
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between;
  }

  .stages__circle {
    position: static;
    left: auto !important;
    width: 11.7rem;
    height: 11.7rem;
    font-size: 4.2rem;
    flex-shrink: 0;
  }

  .stages__prize-icon {
    width: 5.4rem;
    height: 5.4rem;
  }

  .stages__line {
    position: static;
    left: auto !important;
    flex: 1 1 auto;
    min-width: 2rem;
    max-width: none;
    width: auto;
    height: 0.3rem;
    margin: 0;
  }

  .stages__dates {
    display: none;
  }

  .stages__badges {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3.6rem;
    width: 100%;
    margin-bottom: 6rem;
  }

  .stages__badge {
    height: auto;
    min-height: 9.9rem;
    min-width: 0;
    width: 100%;
    font-size: 4.8rem;
    padding: 2.4rem 3rem;
    box-sizing: border-box;
  }

  .stages__winners-link {
    width: 100%;
    text-align: center;
    font-size: 5.4rem;
    margin: 3rem 0 6rem;
  }

  .stages__prizes {
    flex-direction: column;
    width: 100%;
    gap: 3.6rem;
    margin-bottom: 7.2rem;
  }

  .prize-card--sm {
    width: 100%;
    height: 27.7rem;
  }

  /*
  .stages .prize-card--sm:nth-child(1) {
    background: url("../img/prize_bg3.png") center / cover no-repeat;
    backdrop-filter: none;
  }

  .stages .prize-card--sm:nth-child(2) {
    background: url("../img/prize_bg2.png") center / cover no-repeat;
    backdrop-filter: none;
  }
    */

  .stages .prize-card--jacobs,
  .prize-card--jacobs {
    position: relative;
    width: 100%;
    max-width: 96rem;
    height: 30.24rem;
    transform: none;
    margin: 0 0 3.6rem;
    overflow: hidden;
    background: var(--jacobs);
  }

  .stages .prize-card--jacobs .prize-card__label {
    left: 42.7rem;
    top: 7rem;
    width: 47.5rem;
    font-size: 4.8rem;
    text-align: center;
  }

  .stages .prize-card--jacobs .prize-card__phone-name {
    left: 40.3rem;
    top: 13.4rem;
    width: 52.3rem;
    font-size: 5.8rem;
  }

  .stages .prize-card--jacobs .prize-card__count {
    left: 61rem;
    top: 20.4rem;
    width: 11rem;
    font-size: 4.8rem;
  }

  .stages .prize-card--jacobs .prize-card__phone-img {
    left: 9.6rem;
    top: 1.2rem;
    width: 30rem;
    height: 28.1rem;
  }

  .stages__prizes.is-main .prize-card--car {
    position: relative;
    width: 100%;
    height: 27.7rem;
    overflow: hidden;
  }

  .stages__prizes.is-main .prize-card--car .prize-card__label {
    position: absolute;
    left: 5.4rem;
    top: 5.4rem;
    font-size: 4.2rem;
    margin: 0;
    z-index: 1;
  }

  .stages__prizes.is-main .prize-card--car .prize-card__phone-name {
    position: absolute;
    left: 5.4rem;
    top: 11.4rem;
    margin: 0;
    font-size: 5.4rem;
    font-weight: 700;
    color: #ffd500;
    z-index: 1;
  }

  .stages__prizes.is-main .prize-card--car .prize-card__count {
    position: absolute;
    left: 5.4rem;
    top: 18.6rem;
    margin: 0;
    font-size: 4.2rem;
    z-index: 1;
  }

  .stages__prizes.is-main .prize-card--car .prize-card__car-img {
    position: absolute;
    right: 3rem;
    bottom: 1rem;
    width: 48rem;
    height: auto;
    object-fit: contain;
    z-index: 0;
  }

  /* Figma 1883:4864 — 16px bold, yellow values; lines 2–3 wrap label/value */
  .stages__meta {
    width: 100%;
    max-width: 96.9rem;
    margin: 0 0 6rem;
    box-sizing: border-box;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
  }

  .stages__meta p {
    margin: 0 0 4.5rem;
    max-width: 100%;
    font-size: inherit;
  }

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

  .stages__meta .text-white {
    color: #fff;
    font-weight: 700;
  }

  .stages__meta .text-yellow {
    color: #ffd500;
    font-weight: 700;
  }

  .stages__meta p:nth-child(2) .text-white,
  .stages__meta p:nth-child(2) .text-yellow,
  .stages__meta p:nth-child(3) .text-white,
  .stages__meta p:nth-child(3) .text-yellow {
    display: block;
  }

  .stages__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96rem;
    max-width: 100%;
    height: 13.5rem;
    margin: 0 auto;
    padding: 0 2rem;
    font-size: 4.8rem;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* ----- Products ----- */
  .products-lightbox {
    z-index: 20050;
    padding: 18rem 3rem 3rem;
  }

  .products-lightbox__close {
    top: 14rem;
    right: 4.8rem;
    width: 10.8rem;
    height: 10.8rem;
    border-width: 0.3rem;
  }

  .products-lightbox__close::before,
  .products-lightbox__close::after {
    width: 4.2rem;
    height: 0.45rem;
  }

  .products {
    min-height: 0;
    padding: 23.7rem 0 12rem;
  }

  .products .section-title {
    font-size: 9rem;
    margin-bottom: 3.9rem;
    text-align: center;
  }

  .products__link {
    font-size: 5.4rem;
    margin-bottom: 11.4rem;
  }

  .products__slider {
    gap: 0;
  }

  .products__arrow {
    display: none;
  }

  .products__viewport {
    width: 100%;
    overflow: hidden;
  }

  .products__track {
    gap: 0;
  }

  .products__slide {
    flex: 0 0 auto;
    height: 129.3rem;
  }

  .products__dots {
    display: flex;
    margin-top: 6.6rem;
    gap: 2.4rem;
  }

  .products__dots:empty {
    display: none;
  }

  .products__dot {
    width: 2.4rem;
    height: 2.4rem;
  }

  /* ----- Partners (Figma: 3+3 lg, then 6 sm, then 5 sm centered) ----- */
  .partners {
    padding: 9rem 0 10rem;
  }

  .partners__sm-wrap {
    display: block;
    width: 100%;
    margin: 0;
    gap: 0;
  }

  .partners__row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .partners__row--lg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.95rem 3rem;
    margin-bottom: 1.95rem;
    justify-content: center;
  }

  .partner-logo--lg {
    width: 100%;
    height: 17.3rem;
    object-fit: contain;
  }

  .partners__sm-wrap .partners__row--sm6,
  .partners__row--sm6 {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.4rem;
  }

  .partners__sm-wrap .partners__row--sm5,
  .partners__row--sm5 {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0;
  }

  .partners__row--sm5 .partner-logo--sm {
    width: 15rem;
    flex: 0 0 15rem;
    height: 8.5rem;
  }

  .partner-logo--sm {
    width: 100%;
    height: 8.5rem;
    object-fit: contain;
  }

  /* ----- Winners ----- */
  .winners {
    padding: 16.2rem 0 8rem;
  }

  .winners .section-title {
    font-size: 9rem;
    margin-bottom: 8.4rem;
    text-align: center;
  }

  .winners__search {
    width: 100%;
    margin-bottom: 6.6rem;
  }

  .winners__search input {
    height: 15.3rem;
    font-size: 4.8rem;
    font-weight: 400;
    padding: 0 12rem 0 4.8rem;
    border-radius: 8.2rem;
    border-width: 0.3rem;
  }

  .winners__search-icon {
    width: 9.9rem;
    height: 9.9rem;
    right: 3.6rem;
  }

  .winners__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -0;
  }

  .winners__table {
    font-size: 4.2rem;
    min-width: 129.9rem;
    width: max-content;
  }

  .winners__table th,
  .winners__table td {
    padding: 2.4rem 2.4rem;
    white-space: nowrap;
  }

  .winners__table th {
    font-size: 6rem;
  }

  .winners__table th:nth-child(n + 3),
  .winners__table td:nth-child(n + 3) {
    display: table-cell;
  }

  .winners__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.6rem;
    margin-top: 7.5rem;
  }

  .winners__pagination button:not(.winners__page-arrow) {
    display: none;
  }

  .winners__page-status {
    font-size: 5.1rem;
    font-weight: 400;
    color: #fff;
    min-width: 18rem;
    text-align: center;
  }

  .winners__page-arrow {
    display: inline-block !important;
    width: 10.8rem;
    height: 10.8rem;
    border: 0;
    border-radius: 50%;
    background: transparent url("../img/ui/winners-arrow.svg") center / contain no-repeat;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
  }

  .winners__page-arrow--next {
    transform: scaleX(-1);
  }

  .winners__page-arrow:disabled {
    opacity: 0.35;
    cursor: default;
  }

  /* ----- FAQ (Figma: border only on question; answer below) ----- */
  .faq {
    padding: 12.3rem 0 11rem;
  }

  .faq .section-title {
    font-size: 9rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 7.5rem;
  }

  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 5.4rem;
    width: 96rem;
    max-width: 100%;
  }

  .faq__item,
  .faq__item:last-child {
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: visible;
  }

  .faq__question {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 3.9rem 4.8rem;
    gap: 2.4rem;
    min-height: 12.9rem;
    align-items: center;
    border: 0.6rem solid #fff;
    border-radius: 6.3rem;
    background: transparent;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }

  .faq__icon {
    width: 10.8rem;
    height: 10.8rem;
    flex-shrink: 0;
  }

  .faq__answer {
    padding: 5.4rem 0 0;
    border-top: 0;
    font-size: 6rem;
        font-weight: 300;
  }

  .faq__item.is-open .faq__answer {
    display: block;
  }

  .faq__answer p, .faq__answer div {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.25;
    max-width: none;
    margin: 0;
  }

  .faq__more {
    width: 100%;
    height: 13.5rem;
    font-size: 4.8rem;
    margin-top: 6.6rem;
    border-radius: 11.4rem;
  }

  /* ----- Footer ----- */
  .footer {
    padding: 18.3rem 0 8rem;
  }

  .footer__top {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 11.1rem;
  }

  .footer__nav {
    flex-direction: column;
    gap: 5.7rem;
    padding-top: 0;
    font-size: 4.8rem;
  }

  .footer__phone {
    text-align: left;
    width: 47.7rem;
    font-size: 3.6rem;
    line-height: 7.5rem;
  }

  .footer__phone a {
    font-size: 3.6rem;
  }

  .footer__phone p {
    font-size: 3.6rem;
  }

  .footer__social {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 13.5rem;
    padding-top: 11.1rem;
  }

  .footer__social a {
    width: 15.8rem;
    height: 15.8rem;
  }

  .footer__social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }

  .footer__copy {
    width: 100%;
    max-width: none;
    font-size: 3.6rem;
    line-height: 1.25;
  }

  .footer__policies {
    width: 100% !important;
    max-width: none !important;
    text-align: left;
    font-size: 2.8rem;
    box-sizing: border-box;
  }

  .footer__policies a {
    display: block;
    width: 100%;
  }

  /* ----- Popups (Figma 360: login/SMS/reg) ----- */
  .popup-overlay {
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
    z-index: 20060;
    background: rgba(0, 20, 40, 0.72);
    backdrop-filter: blur(0.2rem);
    -webkit-backdrop-filter: blur(0.2rem);
  }

  /* Logo stays visible above popup; close replaces burger (Figma 1889:5413) */
  body.popup-open .header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20070;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }

  body.popup-open .header-bar .header,
  body.popup-open .header__logo {
    pointer-events: auto;
  }

  body.popup-open .header__burger,
  body.popup-open .header__nav,
  body.popup-open .header__auth {
    visibility: hidden;
    pointer-events: none;
  }

  .popup,
  .popup--auth,
  .popup--sms,
  .popup--reg,
  .popup--msg {
    width: 96rem;
    max-width: none;
    min-height: 162.6rem;
    height: auto;
    margin: 23.7rem auto 6rem;
    padding: 12rem 6rem 6rem;
    box-sizing: border-box;
    border-radius: 4.5rem;
    border-top: 1.2rem solid #ffd500;
    border-left: 0.3rem solid #ffd500;
    background: rgba(14, 54, 83, 0.45);
    backdrop-filter: blur(3rem) saturate(140%);
    -webkit-backdrop-filter: blur(3rem) saturate(140%);
  }

  .popup--reg {
    min-height: 252rem;
    padding: 10rem 6rem 8rem;
  }

  .popup--auth {
    padding-top: 22vh;
  }

  .popup--sms {
    padding-top: 12rem;
  }

  /* Close in burger slot (top-right, with logo on the left) */
  .popup__close {
    position: fixed;
    top: 9.05rem;
    right: 6rem;
    width: 9rem;
    height: 5.6rem;
    border: 0;
    border-radius: 0;
    background: transparent url("../img/ui/close-x.svg") center / 5.1rem 5.1rem no-repeat;
    z-index: 20071;
    padding: 0;
  }

  .popup--auth .popup__tabs,
  .popup--reg .popup__tabs {
    display: none;
  }

  .popup__mob-title {
    display: block;
    margin: 0 0 6rem;
    font-size: 6rem;
    font-weight: 700;
    line-height: 16.5rem;
    color: #fff;
    text-align: center;
  }

  .popup--reg .popup__mob-title {
    margin-bottom: 9rem;
    line-height: 16.5rem;
  }

  .popup__title {
    font-size: 6rem;
    font-weight: 700;
    line-height: 16.5rem;
    margin: 0 0 2rem;
    text-align: center;
  }

  .popup__text,
  .popup__hint {
    font-size: 4.8rem;
    line-height: normal;
    max-width: 82rem;
    margin: 0 auto 0;
    text-align: center;
    color: #6ea3db;
  }

  .popup__hint-phone {
    display: block;
    margin: 0 auto 6rem;
    font-size: 4.8rem;
    line-height: normal;
    text-align: center;
    color: #6ea3db;
  }

  .popup__body--center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .popup__input,
  .popup__input--wide,
  .popup__input--sms {
    width: 84rem;
    max-width: 100%;
    height: 12rem;
    font-size: 3.6rem;
    margin: 0 auto 5.4rem;
    padding: 0 4.8rem;
    border-radius: 2.4rem;
    box-sizing: border-box;
  }

  .popup__btn,
  .popup--reg .popup__btn,
  .popup--sms .popup__btn,
  .popup--msg .popup__btn {
    width: 84rem;
    max-width: 100%;
    height: 12rem;
    font-size: 6rem;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 2.4rem;
  }

  .popup__reg-link {
    display: block;
    margin: 3rem auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: Inter, sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 16.5rem;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    cursor: pointer;
  }

  .popup__grid {
    grid-template-columns: 1fr;
    width: 84rem;
    max-width: 100%;
    gap: 6rem;
    margin: 0 auto;
  }

  .popup__grid .popup__input,
  .popup__grid #regCity,
  .popup__grid .popup__date-wrap,
  .popup__grid #regPhone,
  .popup__grid #regHow {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
    font-size: 3.6rem;
    height: 12rem;
    margin-bottom: 0;
  }
.prizes__main-label {
    width: 44.243rem;
    height: 9.474rem;
    margin-bottom: 3.4rem;
    margin-top: 3rem;
    object-fit: contain;
}

.prizes__main-name {
    width: 44rem;
    height: 8.1rem;
    object-fit: contain;
}
  .popup__grid .popup__date-wrap .popup__input {
    height: 12rem;
    font-size: 3.6rem;
  }

  .popup__date-icon,
  .popup__date-native {
    width: 4.8rem;
    height: 4.8rem;
    right: 1.8rem;
  }

  .popup__note,
  .popup__checks {
    width: 84rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .popup__note {
    font-size: 3.6rem;
    color: #ffd500;
    margin: 4.8rem 0 3.6rem;
  }

  .popup__check {
    font-size: 3.6rem;
    gap: 1.6rem;
    margin-bottom: 3rem;
    align-items: center;
  }

  .popup__check input {
    width: 6.6rem;
    height: 6.6rem;
    flex-shrink: 0;
    margin-top: 0.3rem;
    accent-color: #fff;
    margin-right: 1rem;
  }
.popup__check input:checked::after {
    content: "";
    position: absolute;
    left: 1.9rem;
    top: 1.3rem;
    width: 2.55rem;
    height: 3.1rem;
    border: solid #0e3653;
    border-width: 0 0.8rem 0.8rem 0;
    transform: rotate(45deg);
}
  .popup__error {
    font-size: 3.2rem;
    text-align: center;
    margin-top: 2.4rem;
  }

  /* ----- LK (Figma 1900:14798 codes / 1900:14902 profile) ----- */
  .lk__inner {
    width: 96rem;
    max-width: none;
    padding-top: 5.4rem;
    overflow-x: unset;
  }

  .lk .header__nav,
  .lk .header__auth {
    display: none !important;
  }

  .lk .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 30;
  }

  .lk .header__logo {
    width: 42rem;
    height: 12.9rem;
  }

  .lk__header-actions {
    display: flex !important;
    align-items: center;
    gap: 3.6rem;
  }

  .lk__header-user {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.2rem;
    height: 13.2rem;
    border: 0.3rem solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .lk__header-user img {
    width: 6.6rem;
    height: 6.6rem;
    object-fit: contain;
  }

  .lk__header-close {
    display: block;
    width: 13.2rem;
    height: 13.2rem;
    border: 0.3rem solid #fff;
    border-radius: 50%;
    background: transparent url("../img/ui/close-x.svg") center / 5.1rem 5.1rem no-repeat;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
  }

  .lk__close {
    display: none !important;
  }

  .lk__panel,
  .lk__panel.is-profile {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 3.6rem 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .lk__panel-top,
  .lk__panel-bottom {
    display: block;
  }

  .lk__panel-top {
    width: 96rem;
    margin: 0 auto;
    padding: 6rem 5.4rem 6rem;
    box-sizing: border-box;
    border-radius: 4.5rem;
    border-top: 1.2rem solid #ffd500;
    border-left: 0.3rem solid rgba(255, 255, 255, 0.55);
    border-right: 0.3rem solid rgba(255, 255, 255, 0.55);
    border-bottom: 0.3rem solid rgba(255, 255, 255, 0.55);
    background: rgba(14, 54, 83, 0.55);
  }

  .lk__panel.is-profile .lk__panel-top {
    padding-bottom: 6rem;
  }

  .lk__title {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 4.8rem;
    text-align: center;
  }

  .lk__scratch {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
    margin-bottom: 0;
    width: 100%;
  }

  .lk__panel:not(.is-profile) .lk__scratch {
    margin-bottom: 4.8rem;
  }

  .lk__scratch-input,
  .lk__scratch-btn {
    width: 100%;
    max-width: 84rem;
    height: 12rem;
    font-size: 3.6rem;
    margin: 0 auto;
    border-radius: 12rem;
    box-sizing: border-box;
  }

  .lk__scratch-input {
    text-align: left !important;
    padding: 0 4.8rem !important;
    background: #fff !important;
    color: #002f51 !important;
    border: 0 !important;
  }

  .lk__scratch-input::placeholder {
    text-align: left !important;
    color: rgba(0, 47, 81, 0.55) !important;
  }

  .lk__scratch-btn {
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
  }

  .lk__counters {
    display: block;
    grid-column: auto;
    grid-row: auto;
    text-align: left;
    font-size: 4.8rem;
    line-height: 1.25;
    margin: 0;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    position: static;
    z-index: auto;
    pointer-events: auto;
  }

  .lk__panel.is-profile .lk__counters {
    display: none !important;
  }

  .lk__counters p {
    margin: 0 0 2.4rem;
  }

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

  .lk__counters span {
    color: #ffd500;
    font-weight: 700;
  }

  .lk__panel-bottom {
    width: 112%;
    margin-left: -6%;
    margin-top: 6rem;
    padding: 6rem 0 8rem;
    box-sizing: border-box;
    background: #002f51;
    }

  .lk__tabs-row {
    display: flex;
    flex-direction: row;
    grid-column: auto;
    grid-row: auto;
    width: 96rem;
    max-width: none;
    margin: 0 auto 4.8rem;
    padding-left: 0;
    gap: 0;
  }

  .lk__tabs {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }

  .lk__tab {
    display: block !important;
    min-width: 0 !important;
    width: auto;
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    pointer-events: auto;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .lk__tab[data-lk-tab="codes"] {
    text-align: right;
  }

  .lk__tab.is-active {
    color: #ffd500;
  }

  .lk__table-wrap {
    display: block !important;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .lk__table {
    width: max-content;
    min-width: 116rem;
    table-layout: auto;
    font-size: 4.5rem;
    text-align: center;
  }

  .lk__table th {
    background: #ffd500;
    color: #002f51;
    font-weight: 700;
    font-size: 4.5rem;
    padding: 3.6rem 3rem;
    border-bottom: 0;
    height: auto;
    white-space: nowrap;
  }

  /* Figma: yellow header bar rounded on all corners */
  .lk__table th:first-child {
    border-radius: 3.6rem 0 0 3.6rem;
    padding-left: 6rem;
  }

  .lk__table th:last-child {
    border-radius: 0 3.6rem 3.6rem 0;
    padding-right: 6rem;
  }

  .lk__table td {
    font-size: 4.5rem;
    padding: 3.6rem 3rem;
    border-bottom: 0.3rem solid rgba(255, 255, 255, 0.35);
    height: auto;
    white-space: nowrap;
  }

  .lk__table td:first-child {
    padding-left: 6rem;
  }

  .lk__table td:last-child {
    padding-right: 6rem;
  }

  .lk__code-cards,
  .lk__cards-dots,
  .lk__switch-tab {
    display: none !important;
  }

  .lk__pane {
    display: none;
    width: 96rem;
    margin: 0 auto;
  }

  .lk__pane.is-active {
    display: block !important;
  }

  .lk__profile-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    margin: 0 auto 6rem;
  }

  .lk__field,
  .lk__field--city,
  .lk__field--birth,
  .lk__field--phone,
  .lk__field--email {
    grid-column: auto;
    width: 100%;
    margin: 0 0 4.8rem;
  }

  .lk__field label {
    display: block;
    font-size: 3.6rem;
    font-weight: 400;
    margin-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
  }

  .lk__field input {
    width: 100%;
    height: 9rem;
    font-size: 5.4rem;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 0.3rem solid #fff;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .lk__save {
    width: 90.6rem;
    max-width: 100%;
    height: 12rem;
    font-size: 5.4rem;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    border-radius: 12rem;
  }

  .lk__footer {
    margin-top: 8rem;
  }
}
