html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  display: flex;
  flex-direction: column;
}
.site-header {
  flex: 0 0 58px;
  height: 58px;
  padding: 0 24px;
}
.brand { gap: 8px; }
.brand img { width: 38px; height: 38px; }
.brand b { font-size: 16px; }
.brand small { margin-top: 2px; font-size: 9px; }
.online { gap: 6px; padding: 6px 13px; font-size: 10px; }
.online i { width: 6px; height: 6px; }

.page {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f1f7fc;
  background-image: none;
  scrollbar-width: none;
}
.page::-webkit-scrollbar { display: none; }
.content {
  width: 800px;
  padding-bottom: 26px;
  isolation: isolate;
}
.content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1280px;
  content: "";
  background: #cbe5ff url("img/bg@2x.webp") center top / 100% 100% no-repeat;
  transform: translateX(-50%);
}
.hero { height: 352px; }
.hero-copy { width: 285px; padding-top: 70px; }
.hero-copy p { font-size: 16px; }
.bonus { width: 149px; margin-top: 12px; }
.countdown { width: 216px; margin-top: 10px; padding: 8px 12px 12px; border-radius: 13px; }
.countdown small { margin-bottom: 6px; font-size: 11px; }
.countdown div { gap: 6px; }
.countdown b { min-width: 46px; padding: 5px 6px; font-size: 24px; }
.countdown span { font-size: 20px; }
.hero-woman {
  right: 65px;
  bottom: -148px;
  z-index: 1;
  width: 282px;
  height: 500px;
}

.panel { margin-bottom: 16px; border-radius: 17px; }
.panel h2, .join-panel h2 { font-size: 18px; }
.intro {
  z-index: 4;
  height: 166px;
  padding: 22px 30px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .72);
  background: linear-gradient(110deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .48));
  box-shadow: 0 12px 30px rgba(30, 104, 177, .12), inset 0 1px 0 rgba(255, 255, 255, .76);
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
}
.intro-copy > p { margin-top: 4px; font-size: 12px; }
.benefits { width: 430px; margin-top: 17px; gap: 12px; }
.benefits img { width: 36px; height: 36px; margin-bottom: 6px; }
.benefits span { font-size: 11px; }
.intro-phone { right: 34px; width: 196px; height: 200px; }

.reward-panel { padding: 18px 26px 20px; }
.reward-panel > h2 { margin-bottom: 12px; font-size: 15px; }
.reward-list { gap: 18px; }
.reward-list article { min-height: 74px; padding: 8px 12px; border-radius: 10px; }
.reward-list article > img { width: 48px; height: 56px; margin-right: 10px; border-radius: 50%; }
.reward-list b { font-size: 14px; }
.reward-list small { margin-top: 2px; font-size: 10px; }
.reward-list strong { width: 113px; height: 40px; padding: 0; border-radius: 9px; font-size: 18px; }

.bank-panel { padding: 18px 26px 20px; }
.bank-panel h2 { margin-bottom: 13px; font-size: 14px; }
.banks { gap: 16px; }
.banks button { height: 46px; }
.banks button span { gap: 7px; font-size: 13px; }
.banks button span img { width: 40px; height: 40px; }

.ranking-panel { padding: 20px 25px 22px; }
.section-title p { margin-top: 4px; font-size: 11px; }
.section-title > span { padding: 4px 7px; font-size: 10px; }
.ranking { grid-template-columns: 1fr 1.08fr 1fr; margin-top: 34px; gap: 17px; }
.ranking article { min-height: 182px; padding: 0 14px 14px; border-radius: 13px; }
.ranking .rank-1 {
  z-index: 2;
  transform: translateY(-17px);
}
.ranking em { margin-top: -9px; padding: 4px 12px; font-size: 11px; }
.ranking img { width: 58px; height: 58px; margin: 10px 0 5px; }
.ranking b { font-size: 13px; }
.ranking small { margin-top: 3px; font-size: 10px; }
.ranking strong { margin-top: 7px; font-size: 16px; }

.steps-panel { padding: 22px 25px 24px; }
.steps { margin-top: 18px; column-gap: 18px; row-gap: 16px; }
.steps article { min-height: 155px; padding: 16px 15px 10px; border-radius: 12px; }
.steps i { width: 22px; height: 22px; font-size: 11px; }
.steps h3 { margin-top: 7px; font-size: 14px; }
.steps p { margin-top: 4px; font-size: 10px; }
.steps img { width: 46px; height: 46px; margin-top: 9px; }

.commission-panel { padding: 20px 24px 23px; }
.commission { margin-top: 20px; gap: 15px; }
.commission article { height: 198px; border: 1px solid; border-radius: 13px; }
.commission h3 { padding: 10px 5px; font-size: 15px; }
.commission strong { margin-top: 15px; font-size: 28px; }
.commission p { margin-top: 4px; font-size: 10px; }
.commission img { position: absolute; left: 0; bottom: 0; height: 74px; }

.faq-panel { padding: 21px 24px 23px; }
.faq-list { margin-top: 17px; gap: 10px; }
.faq-list article { min-height: 64px; padding: 8px 16px; border-radius: 10px; }
.faq-list img { width: 46px; height: 46px; margin-right: 14px; }
.faq-list b { font-size: 13px; }
.faq-list small { margin-top: 3px; font-size: 10px; }

.join-panel { margin-bottom: 0; padding: 18px 28px 13px; border-radius: 16px; }
.join-panel p { margin-top: 4px; font-size: 11px; }
.join-panel > div { margin-top: 10px; }
.join-panel a { min-width: 210px; padding: 9px 18px; border-radius: 99px; font-size: 12px; }
.join-panel > small { margin-top: 8px; font-size: 9px; }

.site-footer { flex: 0 0 218px;  padding: 36px 0 ; max-height: 204px;}
.footer-inner { width: 1240px; align-items: center; gap: 22px; }
.contact h2 { margin-bottom: 16px; font-size: 18px; }
.contact > div { gap: 22px; }
.contact a { min-height: 54px; padding: 8px 17px; border-radius: 10px; font-size: 12px; }
.contact a img { width: 32px; height: 32px; margin-right: 10px; }
.contact a span { font-size: 10px; }
.footer-brand { width: 120px; padding: 13px 10px; border: 1px solid #e1ebf4; border-radius: 10px; }
.footer-brand img { width: 54px; height: 54px; }
.footer-brand b { margin-top: 5px; font-size: 12px; }
.footer-brand small { margin-top: 2px; font-size: 7px; }
.qr { width: 120px; padding: 12px 10px; border: 1px solid #e1ebf4; border-radius: 10px; }
.qr-code-wrap { width: 62px; height: 62px; }
.qr-image { width: 62px; height: 62px; }
.qr-android { width: 22px; height: 25px; padding: 3px 4px; }
.qr b { margin-top: 8px; font-size: 10px; }
.chat { display: none; }
