/* Final mobile-first refinement matching the supplied OGAds layout. */
.hero {
  height: 575px;
  padding: 285px 46px 28px;
}

.rings {
  width: 380px;
  height: 380px;
  right: -55px;
  top: 5px;
}

.big-lock {
  width: 142px;
  height: 154px;
  right: 78px;
  top: 77px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transform: rotate(6deg);
}

.big-lock::before { display: none; }
.lock-shackle {
  position: absolute;
  z-index: 1;
  width: 73px;
  height: 75px;
  top: 1px;
  left: 35px;
  border: 17px solid #647384;
  border-bottom: 0;
  border-radius: 42px 42px 0 0;
}

.lock-body {
  position: absolute;
  z-index: 2;
  left: 3px;
  bottom: 3px;
  width: 136px;
  height: 105px;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffe01f, #ffc900);
  box-shadow: 0 10px 20px rgba(72, 149, 190, .26);
}

.lock-body::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 55px;
  top: 33px;
  border-radius: 50%;
  background: #a84a18;
}

.lock-body::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 34px;
  left: 61px;
  top: 47px;
  border-radius: 0 0 8px 8px;
  background: #a84a18;
}

.game-kicker {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 7px;
  color: #0879a8;
  background: rgba(255,255,255,.55);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.hero h1 {
  margin: 9px 0 0;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.hero h1 strong {
  display: block;
  color: #31b8ed;
  font-size: .72em;
}

.file-size {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  margin-top: 13px;
}

.file-size span {
  padding-bottom: 6px;
  color: #697485;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.file-size b {
  font-size: 31px;
  line-height: 1;
}

.file-size em { color: #32b9ee; font-style: normal; }
.hero p { max-width: 490px; margin-top: 16px; font-size: 14px; line-height: 1.45; }

.offers { gap: 18px; padding: 0 28px; }
.offer-card {
  min-height: 148px;
  grid-template-columns: 88px minmax(0,1fr) 132px;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 22px;
}

.offer-image { width: 84px; height: 84px; border-radius: 17px; }
.stars { margin-top: 6px; font-size: 12px; }
.offer-copy h2 { margin-bottom: 5px; font-size: 19px; }
.offer-copy p { display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 1.3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.offer-copy small { font-size: 10px; }
.offer-button { height: 52px; border-radius: 27px; font-size: 16px; }
.offer-button i { width: 10px; height: 10px; }

.help {
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.help b { border-radius: 24px 0 0 24px; }
.help span { order: 2; }
.help svg { width: 31px; height: 31px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.help svg circle { fill: #fff; stroke: none; }

.help-modal {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(21, 31, 47, .62);
  backdrop-filter: blur(5px);
}

.help-modal.show { display: grid; }
.help-sheet {
  width: min(540px, 100%);
  max-height: min(720px, 90dvh);
  overflow-y: auto;
  padding: 25px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(20, 34, 53, .35);
}

.help-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.help-head small { color: #29addf; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.help-head h2 { margin: 5px 0 0; font-size: 24px; line-height: 1.15; }
.help-head>button { width: 37px; height: 37px; flex: 0 0 auto; border: 0; border-radius: 50%; background: #edf5fb; color: #455166; font-size: 25px; cursor: pointer; }
.help-intro { margin: 13px 0 19px; color: #758095; font-size: 13px; }
.faq-list { display: grid; gap: 9px; }
.faq { overflow: hidden; border: 1px solid #e2e9f0; border-radius: 14px; background: #f9fbfd; }
.faq>button { width: 100%; display: flex; justify-content: space-between; gap: 12px; padding: 14px 15px; border: 0; background: transparent; color: #263246; text-align: left; font: 800 13px Nunito, sans-serif; cursor: pointer; }
.faq>button i { color: #2bb4e7; font-style: normal; font-size: 18px; }
.faq>p { display: none; margin: 0; padding: 0 15px 15px; color: #69768a; font-size: 12px; line-height: 1.55; }
.faq.active { border-color: #9fdcf3; background: #f1faff; }
.faq.active>p { display: block; }
.help-done { width: 100%; margin-top: 18px; padding: 13px; border: 0; border-radius: 22px; background: #35b9ed; color: #fff; font: 800 14px Nunito, sans-serif; cursor: pointer; }
.modal-open { overflow: hidden; }

@media (max-width: 620px) {
  body { height: 100dvh; overflow: hidden; }
  .page-shell { height: calc(100dvh - 108px); display: flex; flex-direction: column; padding-bottom: 0; overflow: hidden; }
  .hero { height: 42dvh; min-height: 330px; flex: 0 0 auto; padding: 172px 22px 15px; }
  .rings { width: 270px; height: 270px; right: -88px; top: -18px; }
  .big-lock { top: 31px; right: 28px; transform: scale(.72) rotate(6deg); }
  .clipboard { width: 67px; height: 67px; right: 176px; top: 42px; border-width: 3px; border-radius: 18px; font-size: 38px; }
  .cloud { width: 64px; height: 64px; top: 148px; right: 8px; border-width: 3px; border-radius: 17px; font-size: 28px; }
  .cloud small { top: 31px; font-size: 18px; }
  .mini-app { width: 66px; height: 51px; }
  .hero h1 { font-size: 29px; }
  .file-size { margin-top: 7px; }
  .file-size b { font-size: 23px; }
  .hero p { margin-top: 9px; font-size: 10px; line-height: 1.35; }
  .game-kicker { padding: 4px 7px; font-size: 7px; }
  .offers { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 14px 14px 30px; gap: 12px; scrollbar-width: thin; }
  .offer-card { min-height: 124px; grid-template-columns: 72px minmax(0,1fr) 92px; gap: 10px; padding: 13px; border-radius: 18px; }
  .offer-media { grid-row: auto; }
  .offer-image { width: 68px; height: 68px; border-radius: 14px; }
  .stars { margin-left: 1px; font-size: 10px; letter-spacing: 0; }
  .offer-copy h2 { font-size: 15px; }
  .offer-copy p { font-size: 11px; -webkit-line-clamp: 3; }
  .offer-copy small { display: none; }
  .offer-button { grid-column: auto; height: 43px; padding: 0 9px; border-radius: 23px; font-size: 13px; }
  .legal { display: none; }
  .help { right: 12px; bottom: 116px; height: 51px; }
  .help b { padding: 11px 13px; font-size: 11px; }
  .help span { width: 51px; height: 51px; }
  .help svg { width: 27px; height: 27px; }
  .help-sheet { padding: 20px 16px; border-radius: 22px; }
  .help-head h2 { font-size: 20px; }
}

@media (max-width: 390px) {
  .hero { min-height: 310px; padding-top: 160px; }
  .hero h1 { font-size: 26px; }
  .offer-card { grid-template-columns: 63px minmax(0,1fr) 78px; padding: 11px; }
  .offer-image { width: 59px; height: 59px; }
  .offer-copy h2 { font-size: 14px; }
  .offer-copy p { font-size: 10px; }
  .offer-button { font-size: 11px; }
}
