:root{
  --hero-ratio-pc: 16 / 4.5;
}

.systemHero{
  position:relative;
  aspect-ratio:var(--hero-ratio-pc);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#050505;
}

.systemHero__media,
.systemHero__media picture{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}

.systemHero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.systemHero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.48) 38%, rgba(0,0,0,.18) 68%, rgba(0,0,0,.06) 100%),
    linear-gradient(to right, rgba(0,0,0,.42) 0%, rgba(0,0,0,.12) 42%, rgba(0,0,0,.12) 100%);
  pointer-events:none;
}

.systemHero__inner{
  position:relative;
  z-index:2;
  width:100%;
  padding:0 0 56px;
}

.systemHero__copy{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
  padding:0;
}

.systemHero .sectionEyebrow{
  margin:0 0 12px;
  color:rgba(255,255,255,.84);
  font-family:var(--font-en);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}

.systemHero__title{
  margin:0;
  font-family:var(--font-en);
  font-size:clamp(52px, 8vw, 110px);
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  color:#fff;
  text-shadow:0 8px 30px rgba(0,0,0,.35);
}

.systemHero__lead{
  margin:16px 0 0;
  max-width:640px;
  font-size:14px;
  line-height:1.9;
  color:rgba(255,255,255,.82);
}

.systemPage{
  background:
    radial-gradient(circle at top, rgba(255,255,255,.04), transparent 36%),
    #050505;
}

.systemIntro{
  padding-top:88px;
  padding-bottom:28px;
}

.systemIntro__text{
  max-width:760px;
  margin:18px auto 0;
  text-align:center;
  line-height:1.9;
  color:rgba(255,255,255,.78);
}

.systemPricing{
  padding-top:28px;
  padding-bottom:32px;
}

.systemBlock{
  max-width:980px;
  margin:0 auto 28px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(8px);
  overflow:hidden;
}

.systemBlock:last-child{
  margin-bottom:0;
}

.systemBlock--campaign{
  border:1px solid rgba(255,215,102,.28);
  background:
    linear-gradient(135deg, rgba(255,215,102,.10), rgba(255,255,255,.04)),
    rgba(255,255,255,.04);
  box-shadow:0 12px 40px rgba(0,0,0,.22);
}

.systemBlock__title{
  margin:0;
  padding:18px 22px;
  background:rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:18px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.systemBlock--campaign .systemBlock__title{
  background:rgba(255,215,102,.12);
  border-bottom:1px solid rgba(255,215,102,.18);
}

.systemTableHead,
.systemTableRow{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
}

.systemTableHead{
  background:rgba(255,255,255,.03);
  border-bottom:1px solid rgba(255,255,255,.1);
}

.systemTableHead div,
.systemTableRow div{
  padding:16px 22px;
  color:#fff;
}

.systemTableHead div{
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.systemTableRow{
  border-bottom:1px solid rgba(255,255,255,.1);
}

.systemTableRow:last-child{
  border-bottom:none;
}

.systemTableRow div{
  font-size:15px;
  line-height:1.8;
  border-right:1px solid rgba(255,255,255,.08);
}

.systemTableRow div:last-child{
  border-right:none;
}

.systemTableRow__time{
  font-weight:700;
  letter-spacing:.04em;
}

.systemTableRow__price{
  color:rgba(255,255,255,.84);
}

.systemTableRow__price strong{
  display:block;
  font-size:18px;
  line-height:1.4;
  color:#fff;
}

.systemTableRow__price small{
  display:block;
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,.72);
}

.systemLine{
  padding-top:24px;
  padding-bottom:32px;
}

.systemLineCard{
  max-width:980px;
  margin:0 auto;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(260px, 320px);
  gap:0;
}

.systemLineCard__body{
  padding:36px 34px;
}

.systemLineCard__eyebrow{
  margin:0 0 12px;
  color:rgba(255,255,255,.72);
  font-family:var(--font-en);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}

.systemLineCard__title{
  margin:0;
  font-size:clamp(26px, 3.6vw, 40px);
  line-height:1.2;
  color:#fff;
  font-weight:800;
  letter-spacing:.04em;
}

.systemLineCard__titleLink{
  color:#fff;
  text-decoration:none;
  transition:opacity .18s ease;
}

.systemLineCard__titleLink:hover{
  opacity:.86;
}

.systemLineCard__lead{
  margin:18px 0 0;
  font-size:15px;
  line-height:1.95;
  color:rgba(255,255,255,.82);
}

.systemLineCard__note{
  margin:20px 0 0;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:14px;
  line-height:1.8;
}

.systemLineCard__action{
  margin:18px 0 0;
}

.systemLineCard__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.16);
  background:#06c755;
  color:#fff;
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
  text-decoration:none;
  transition:transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}

.systemLineCard__button:hover{
  transform:translateY(-1px);
  opacity:.94;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.systemLineCard__qr{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:26px;
  background:rgba(255,255,255,.06);
  border-left:1px solid rgba(255,255,255,.08);
}

.systemLineCard__qrInner{
  width:100%;
  max-width:250px;
  text-align:center;
}

.systemLineCard__qrLink{
  display:block;
  border-radius:10px;
  overflow:hidden;
}

.systemLineCard__qrLink:hover{
  opacity:.92;
}

.systemLineCard__qrImage{
  display:block;
  width:100%;
  height:auto;
  border-radius:10px;
  background:#fff;
}

.systemLineCard__qrText{
  margin:12px 0 0;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.74);
}

.systemAttention{
  padding-top:32px;
  padding-bottom:112px;
}

.systemAttention__grid{
  max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.attentionCard{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  padding:22px 22px 20px;
  min-height:100%;
}

.attentionCard__title{
  margin:0 0 10px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.14em;
  color:#fff;
}

.attentionCard__body{
  margin:0;
  font-size:14px;
  line-height:1.9;
  color:rgba(255,255,255,.78);
}

.attentionCard__body strong{
  color:#fff;
  font-weight:700;
}

@media (max-width: 767px){
  .systemHero{
    aspect-ratio:auto;
    min-height:68vh;
    align-items:flex-end;
  }

  .systemHero__inner{
    padding-bottom:42px;
  }

  .systemHero__copy{
    width:min(100%, calc(100% - 40px));
    padding:0;
  }

  .systemHero .sectionEyebrow{
    margin-bottom:10px;
    font-size:10px;
    letter-spacing:.16em;
  }

  .systemHero__title{
    font-size:clamp(38px, 11vw, 62px);
    letter-spacing:.08em;
  }

  .systemHero__lead{
    margin-top:14px;
    font-size:13px;
    line-height:1.8;
    max-width:none;
  }

  .systemIntro{
    padding-top:68px;
    padding-bottom:20px;
  }

  .systemIntro__text{
    margin-top:14px;
    font-size:14px;
    text-align:left;
  }

  .systemPricing{
    padding-top:20px;
    padding-bottom:24px;
  }

  .systemBlock{
    margin-bottom:18px;
  }

  .systemBlock__title{
    padding:16px 16px;
    font-size:16px;
  }

  .systemTableHead{
    display:none;
  }

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

  .systemTableRow div{
    border-right:none;
    padding:12px 16px;
  }

  .systemTableRow__time{
    padding-bottom:6px !important;
    border-bottom:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
  }

  .systemTableRow__price{
    padding-top:8px !important;
  }

  .systemTableRow__price::before{
    display:inline-block;
    min-width:72px;
    margin-right:10px;
    color:#fff;
    font-weight:700;
    letter-spacing:.08em;
  }

  .systemTableRow div:nth-child(2)::before{
    content:"WOMEN";
  }

  .systemTableRow div:nth-child(3)::before{
    content:"MEN";
  }

  .systemTableRow__price strong,
  .systemTableRow__price small{
    margin-left:82px;
  }

  .systemLine{
    padding-top:18px;
    padding-bottom:24px;
  }

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

  .systemLineCard__body{
    padding:24px 18px 20px;
  }

  .systemLineCard__lead{
    font-size:14px;
    line-height:1.9;
  }

  .systemLineCard__qr{
    border-left:none;
    border-top:1px solid rgba(255,255,255,.08);
    padding:20px 18px 22px;
  }

  .systemLineCard__qrInner{
    max-width:220px;
  }

  .systemAttention{
    padding-top:24px;
    padding-bottom:76px;
  }

  .systemAttention__grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .attentionCard{
    padding:18px 16px 16px;
  }
}