.glassSite {
  --ink: #082b54;
  --muted: #66829b;
  --blue: #197fd2;
  --orange: #f28a3c;
  --line: #b9d8ec;
  min-height: 100vh;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0, #f7fbff 35%, #edf8ff 100%);
  padding-bottom: 84px;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
.glassSite * {
  box-sizing: border-box;
}
.glassSite a {
  text-decoration: none;
}
.siteNav {
  height: 76px;
  padding: 0 max(28px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 34px;
  background: #ffffffed;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
}
.siteBrand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: auto;
}
.siteBrand img {
  width: 142px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0.62) saturate(1.45) contrast(1.15);
}
.siteBrand span {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #557690;
  padding-left: 14px;
  border-left: 1px solid #c8deed;
}
.siteLinks {
  display: flex;
  gap: 26px;
  font-size: 13px;
  color: #52718a;
}
.siteLinks a:hover {
  color: var(--blue);
}
.navAction {
  padding: 11px 18px;
  border: 1px solid #8dbce2;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #e8f6ff);
  font-weight: 800;
  color: #0c4a86;
  box-shadow: 0 8px 22px #6eb4ef20;
}
.glassHero {
  height: 510px;
  max-width: 1180px;
  margin: 22px auto 0;
  border: 1px solid #a8cee8;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: url("/glass-hero.webp") center/cover no-repeat;
  box-shadow: 0 18px 45px #4b93cf25;
}
.glassHero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0, #fffefa 36%, #ffffff25 66%);
}
.heroCopy {
  position: absolute;
  z-index: 2;
  left: 64px;
  top: 46px;
  width: 440px;
}
.kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #1681c5;
}
.kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9f52;
  box-shadow: 0 0 0 6px #ffbd7c24;
}
.heroCopy h1 {
  font-size: 57px;
  line-height: 1.03;
  margin: 17px 0 7px;
  letter-spacing: -0.05em;
}
.heroCopy h1 em,
.sectionTitle em,
.steps em {
  font-style: normal;
  color: var(--orange);
}
.heroCopy h2 {
  font-size: 20px;
  margin: 0 0 10px;
}
.heroCopy > p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 390px;
}
.heroReward {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 18px;
}
.heroReward small {
  width: 100%;
  font-size: 11px;
  color: var(--muted);
}
.heroReward strong {
  font-size: 66px;
  line-height: 1;
  color: #0d64aa;
  margin-top: 3px;
}
.heroReward b {
  color: var(--orange);
  margin-left: 8px;
}
.heroButtons {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}
.primary,
.secondary {
  height: 45px;
  padding: 0 22px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}
.primary {
  color: #fff;
  background: linear-gradient(135deg, #2b8ee7, #2467d8);
  box-shadow: 0 12px 24px #247dd844;
}
.secondary {
  color: #164a75;
  background: #fff;
  border: 1px solid #93bddd;
}
.glassPanel {
  max-width: 1180px;
  margin: 22px auto;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffffef, #eff8ffdf);
  box-shadow:
    0 16px 36px #4a8db21d,
    inset 0 1px #fff;
}
.steps {
  padding: 26px 22px;
}
.steps > h2 {
  text-align: center;
  font-size: 23px;
  margin: 0;
}
.stepGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
}
.stepGrid article {
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid #c8ddec;
}
.stepGrid article:last-child {
  border: 0;
}
.stepArt {
  height: 122px;
  background: url("/glass-journey.webp") no-repeat;
  background-size: 300% 100%;
}
.s1 {
  background-position: 0 50%;
}
.s2 {
  background-position: 50% 50%;
}
.s3 {
  background-position: 100% 50%;
}
.stepGrid b {
  display: block;
  font-size: 17px;
}
.stepGrid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}
.facts {
  max-width: 1180px;
  margin: 0 auto 66px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.facts article {
  text-align: center;
  padding: 15px 4px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #c8dfef;
  box-shadow: 0 9px 20px #568eb115;
}
.facts strong {
  font-size: 26px;
  color: #1677c8;
}
.facts span {
  display: block;
  font-size: 11px;
  color: #6e879e;
  margin-top: 2px;
}
.activitySection,
.moreSection,
.security {
  max-width: 1180px;
  margin: 0 auto;
}
.sectionTitle {
  text-align: center;
  padding: 8px 22px 22px;
}
.sectionTitle small {
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--orange);
  font-weight: 900;
}
.sectionTitle h2 {
  font-size: 37px;
  line-height: 1.2;
  margin: 9px 0 7px;
}
.sectionTitle p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.filters,
.journeyTabs {
  display: flex;
  gap: 9px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.filters button,
.journeyTabs button {
  border: 1px solid var(--line);
  background: #fff;
  color: #55738d;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
}
.filters button.active,
.journeyTabs button:first-child {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #2d91e8, #4074dc);
  box-shadow: 0 9px 20px #3078d33b;
}
.activityGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: #ffffffb2;
  box-shadow: 0 18px 36px #4b8eaf18;
}
.activityCard {
  grid-column: span 4;
  border: 1px solid var(--line);
  border-radius: 19px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f0f9ff);
  box-shadow: 0 10px 20px #477da017;
  transition: 0.25s;
}
.activityCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px #477da02a;
}
.activityCard.wide {
  grid-column: span 6;
}
.activityCard.small {
  grid-column: span 3;
}
.activityGrid.filtered .activityCard {
  grid-column: span 4;
}
.activityArt {
  width: 100%;
  aspect-ratio: 1.24;
  background: url("/glass-activities.webp") no-repeat;
  background-size: 300% 300%;
  background-color: #fff;
}
.a1 {
  background-position: 0 0;
}
.a2 {
  background-position: 50% 0;
}
.a3 {
  background-position: 100% 0;
}
.a4 {
  background-position: 0 50%;
}
.a5 {
  background-position: 50% 50%;
}
.a6 {
  background-position: 100% 50%;
}
.a7 {
  background-position: 0 100%;
}
.a8 {
  background-position: 50% 100%;
}
.a9 {
  background-position: 100% 100%;
}
.activityCopy {
  padding: 15px;
  border-top: 1px solid #d4e6f2;
}
.activityCopy h3 {
  font-size: 19px;
  margin: 0 0 5px;
}
.activityCopy p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  min-height: 34px;
  line-height: 1.5;
}
.levels {
  display: block;
  margin-top: 8px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #e9f6ff;
  color: #3974a2;
  font-size: 10px;
}
.cardReward {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 1px solid #d8e8f3;
  padding-top: 10px;
  margin-top: 10px;
}
.cardReward strong {
  font-size: 29px;
  color: var(--orange);
}
.cardReward span {
  font-size: 10px;
  color: #6f8395;
}
.cardReward button {
  width: 29px;
  height: 29px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e5f4ff;
  color: #1479c6;
  font-size: 20px;
  cursor: pointer;
}
.journeyTabs {
  margin: 22px auto 68px;
}
.moreSection {
  scroll-margin-top: 90px;
}
.bannerStack {
  display: grid;
  gap: 14px;
}
.wideBanner {
  height: 194px;
  border: 1px solid #add0e8;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: url("/glass-banners.webp") no-repeat;
  background-size: 100% 200%;
  box-shadow: 0 14px 28px #4d92b51b;
}
.clubBanner {
  background-position: center top;
}
.newcomerBanner {
  background-position: center bottom;
}
.wideBanner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0, #fffef7f0 39%, #ffffff10 64%);
}
.wideBanner > div {
  position: absolute;
  z-index: 2;
  left: 42px;
  top: 34px;
}
.wideBanner h3 {
  font-size: 27px;
  margin: 0 0 6px;
}
.wideBanner p {
  margin: 0 0 15px;
  color: #5f7890;
}
.wideBanner a {
  display: inline-flex;
  border-radius: 18px;
  padding: 9px 18px;
  background: #197bce;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}
.experience {
  padding: 30px 20px;
  margin-top: 36px;
  scroll-margin-top: 90px;
}
.experience > header {
  text-align: center;
}
.experience h2 {
  font-size: 31px;
  margin: 0 0 7px;
}
.experience header p {
  margin: 0;
  color: var(--muted);
}
.featureGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 23px;
}
.featureGrid article {
  text-align: center;
  padding: 11px;
  border: 1px solid #d1e4f1;
  border-radius: 17px;
  background: #ffffffc2;
}
.featureArt {
  height: 128px;
  background: url("/glass-features.webp") no-repeat;
  background-size: 300% 200%;
}
.f1 {
  background-position: 0 0;
}
.f2 {
  background-position: 50% 0;
}
.f3 {
  background-position: 100% 0;
}
.f4 {
  background-position: 0 100%;
}
.f5 {
  background-position: 50% 100%;
}
.f6 {
  background-position: 100% 100%;
}
.featureGrid h3 {
  font-size: 16px;
  margin: 5px 0 3px;
}
.featureGrid p {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.security {
  padding: 70px 0 30px;
  scroll-margin-top: 70px;
}
.securityGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.securityGrid article {
  text-align: center;
  border-radius: 19px;
  background: #fff;
  border: 1px solid #c7dfef;
  padding: 21px 8px 18px;
  box-shadow: 0 10px 22px #6fa1bf16;
}
.securityGrid img {
  height: 105px;
  max-width: 130px;
  object-fit: contain;
}
.securityGrid h3 {
  font-size: 15px;
  margin: 8px 0 4px;
}
.securityGrid p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}
.faq {
  padding: 29px 26px;
  margin-top: 30px;
}
.faq > h2 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 16px;
}
.faq details {
  border-top: 1px solid #cee1ef;
}
.faq summary {
  padding: 18px 5px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "＋";
  float: right;
  color: var(--blue);
}
.faq details[open] summary:after {
  content: "－";
}
.faq details p {
  margin: -5px 5px 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.glassSite footer {
  text-align: center;
  padding: 44px 20px 118px;
  background: #e7f5ff;
  color: #6c8296;
  border-top: 1px solid #bfd9eb;
}
.glassSite footer img {
  display: block;
  width: 145px;
  height: 52px;
  object-fit: contain;
  margin: 0 auto 6px;
  filter: brightness(0.62) saturate(1.45) contrast(1.15);
}
.glassSite footer > b {
  display: block;
  color: #145b94;
}
.brandSlogan {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  margin-top: 6px;
}
.brandSlogan:before,
.brandSlogan:after {
  content: "";
  width: 14px;
  height: 1px;
  background: #6c8296;
}
.footerLinks {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 16px 0 10px;
  font-size: 11px;
}
.glassSite footer > small {
  font-size: 10px;
}
.bottomDock {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: min(714px, calc(100% - 24px));
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border: 1px solid #9fc8e6;
  border-radius: 24px;
  background: #fffffff0;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 35px #24679d35;
}
.bottomDock a {
  height: 50px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.bottomDock a:first-child {
  color: #fff;
  background: linear-gradient(135deg, #63b9f0, #3175dd);
}
.bottomDock a:last-child {
  color: #6f3c10;
  background: linear-gradient(135deg, #ffd9a1, #f0a252);
}
.activityModal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modalBackdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: #0b315a70;
  backdrop-filter: blur(10px);
}
.activityModal > article {
  position: relative;
  width: min(760px, 100%);
  max-height: 90vh;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 25px;
  box-shadow: 0 30px 90px #164f7c44;
}
.modalClose {
  position: absolute;
  z-index: 3;
  right: 14px;
  top: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
}
.modalArt {
  aspect-ratio: auto;
  min-height: 430px;
}
.modalCopy {
  padding: 48px 35px 35px;
}
.modalCopy > small {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--orange);
}
.modalCopy h2 {
  font-size: 34px;
  margin: 12px 0 8px;
}
.modalCopy p {
  color: var(--muted);
  line-height: 1.7;
}
.modalCopy > strong {
  display: block;
  color: var(--orange);
  font-size: 54px;
  margin: 17px 0;
}
.modalCopy > strong b {
  font-size: 12px;
  margin-left: 7px;
}
.modalCopy dl > div {
  display: grid;
  grid-template-columns: 75px 1fr;
  padding: 10px 0;
  border-top: 1px solid #d9e9f3;
  font-size: 12px;
}
.modalCopy dt {
  color: #748a9c;
}
.modalCopy dd {
  margin: 0;
}
.modalCopy .primary {
  margin-top: 14px;
}
@media (max-width: 1220px) {
  .glassHero,
  .glassPanel,
  .facts,
  .activitySection,
  .moreSection,
  .security {
    width: calc(100% - 36px);
  }
  .siteNav {
    padding-inline: 22px;
  }
}
@media (max-width: 760px) {
  .glassSite {
    padding-bottom: 78px;
  }
  .siteNav {
    height: 64px;
    padding: 0 14px;
  }
  .siteBrand img {
    width: 126px;
    height: 44px;
    filter: brightness(0.54) saturate(1.7) contrast(1.25);
  }
  .siteBrand span,
  .siteLinks {
    display: none;
  }
  .navAction {
    padding: 9px 13px;
    font-size: 12px;
  }
  .glassHero {
    width: calc(100% - 20px);
    height: 360px;
    margin-top: 10px;
    border-radius: 22px;
    background-position: 59% center;
  }
  .glassHero:after {
    background: linear-gradient(
      90deg,
      #fffffff9 0,
      #fffffff0 44%,
      #ffffff12 76%
    );
  }
  .heroCopy {
    left: 20px;
    top: 31px;
    width: 250px;
  }
  .heroCopy h1 {
    font-size: 39px;
    font-weight: 800;
    letter-spacing: -0.045em;
  }
  .heroCopy h2 {
    font-size: 14px;
  }
  .heroCopy > p {
    display: none;
  }
  .heroReward {
    margin-top: 20px;
  }
  .heroReward strong {
    font-size: 54px;
  }
  .heroButtons {
    margin-top: 17px;
  }
  .primary,
  .secondary {
    height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }
  .glassPanel,
  .facts,
  .activitySection,
  .moreSection,
  .security {
    width: calc(100% - 20px);
  }
  .steps {
    padding: 20px 5px 17px;
  }
  .steps > h2 {
    font-size: 21px;
  }
  .stepGrid article {
    padding: 0 5px;
  }
  .stepArt {
    height: 88px;
  }
  .stepGrid b {
    font-size: 13px;
  }
  .stepGrid span {
    font-size: 9px;
  }
  .facts {
    margin-bottom: 48px;
    gap: 6px;
  }
  .facts article {
    padding: 12px 2px;
  }
  .facts strong {
    font-size: 19px;
  }
  .sectionTitle {
    padding-inline: 5px;
  }
  .sectionTitle h2 {
    font-size: 29px;
  }
  .sectionTitle p {
    font-size: 12px;
  }
  .filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    scrollbar-width: none;
  }
  .filters::-webkit-scrollbar,
  .journeyTabs::-webkit-scrollbar {
    display: none;
  }
  .filters button {
    white-space: nowrap;
    padding: 9px 15px;
  }
  .activityGrid {
    gap: 8px;
    padding: 8px;
  }
  .activityCard,
  .activityCard.wide,
  .activityCard.small,
  .activityGrid.filtered .activityCard {
    grid-column: span 6;
  }
  .activityCard:last-child {
    grid-column: span 12;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
  }
  .activityCard:last-child .activityArt {
    aspect-ratio: auto;
    min-height: 175px;
  }
  .activityCard:last-child .activityCopy {
    border-top: 0;
    border-left: 1px solid #d4e6f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .activityCopy {
    padding: 10px;
  }
  .activityCopy h3 {
    font-size: 15px;
  }
  .activityCopy p {
    font-size: 10px;
    min-height: 34px;
  }
  .levels {
    font-size: 9px;
  }
  .cardReward strong {
    font-size: 23px;
  }
  .journeyTabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    scrollbar-width: none;
  }
  .journeyTabs button {
    white-space: nowrap;
  }
  .wideBanner {
    height: 178px;
  }
  .wideBanner > div {
    left: 21px;
    top: 20px;
  }
  .wideBanner h3 {
    font-size: 22px;
    line-height: 1.28;
    max-width: 230px;
  }
  .wideBanner p {
    font-size: 11px;
    margin-bottom: 11px;
  }
  .wideBanner a {
    padding: 8px 17px;
  }
  .experience {
    padding: 22px 9px;
  }
  .experience h2 {
    font-size: 25px;
  }
  .experience header p {
    font-size: 11px;
  }
  .featureGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .featureArt {
    height: 90px;
  }
  .featureGrid h3 {
    font-size: 14px;
  }
  .featureGrid p {
    font-size: 10px;
  }
  .security {
    padding-top: 50px;
  }
  .securityGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .securityGrid img {
    height: 82px;
  }
  .faq {
    padding: 21px 18px;
  }
  .faq > h2 {
    font-size: 24px;
  }
  .faq summary {
    font-size: 14px;
  }
  .bottomDock {
    bottom: 8px;
  }
  .bottomDock a {
    height: 47px;
    font-size: 12px;
  }
  .activityModal > article {
    grid-template-columns: 1fr;
  }
  .modalArt {
    min-height: 245px;
  }
  .modalCopy {
    padding: 25px 20px;
  }
  .modalCopy h2 {
    font-size: 27px;
  }
  .modalCopy > strong {
    font-size: 45px;
  }
  .modalClose {
    right: 10px;
    top: 10px;
  }
  .glassSite footer {
    padding-bottom: 104px;
  }
}
@media (max-width: 390px) {
  .heroCopy {
    left: 16px;
  }
  .heroCopy h1 {
    font-size: 36px;
  }
  .activityCopy p {
    min-height: 30px;
  }
  .wideBanner h3 {
    font-size: 20px;
  }
}

/* The conversion dock is mobile-only and appears after the introductory content. */
.bottomDock {
  display: none;
}
@media (max-width: 760px) {
  .bottomDock {
    display: grid;
    position: fixed;
    z-index: 40;
    left: 50%;
    bottom: 8px;
    transform: translate(-50%, 130%);
    opacity: 0;
    width: calc(100% - 18px);
    padding: 7px;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    border: 1px solid #9fc8e6;
    border-radius: 22px;
    background: #fffffff0;
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 35px #24679d35;
    pointer-events: none;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }
  .bottomDock.show {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
  }
  .bottomDock a {
    height: 47px;
    font-size: 12px;
    display: grid;
  }
  .siteBrand img {
    width: 116px;
    height: 42px;
    filter: brightness(0.62) saturate(1.45) contrast(1.15);
  }
  .glassHero {
    height: 332px;
    background-size: cover;
    background-position: right center;
  }
  .glassHero:after {
    background: linear-gradient(
      90deg,
      #fffffff8 0,
      #ffffffe8 46%,
      #ffffff00 77%
    );
  }
  .heroCopy {
    top: 24px;
  }
  .heroCopy {
    text-align: left;
  }
  .heroCopy h1 {
    font-size: 38px;
    font-weight: normal;
    letter-spacing: -0.05em;
    margin: 12px 0 5px;
  }
  .heroReward {
    margin-top: 14px;
  }
  .heroButtons {
    margin-top: 12px;
  }
  .steps {
    padding: 20px 5px;
  }
  .filters {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }
  .filters button {
    min-width: 0;
    padding: 9px 2px;
    font-size: 12px;
  }
}

/* Final rhythm and alignment pass. */
.glassSite {
  padding-bottom: 0;
}
.securityGrid img {
  display: block;
  margin: 0 auto;
}
.facts {
  margin-bottom: 32px;
}
.moreSection {
  margin-top: 36px;
}
.experience {
  margin-top: 24px;
}
.security {
  padding-top: 36px;
}
.faq {
  margin-top: 18px;
}
.glassSite footer {
  padding: 34px 20px 50px;
}

@media (max-width: 760px) {
  .glassSite {
    padding-bottom: 0;
  }
  .facts {
    margin-bottom: 16px;
  }
  .moreSection {
    margin-top: 22px;
  }
  .experience {
    margin-top: 16px;
  }
  .security {
    padding-top: 18px;
  }
  .faq {
    margin-top: 10px;
  }
  .glassSite footer {
    padding: 30px 20px 84px;
  }
}

/* Brand marks use the available navigation and footer space more confidently. */
.siteBrand img {
  width: 154px;
  height: 52px;
  transform: scale(1.32);
  transform-origin: left center;
}
.glassSite footer img {
  width: 170px;
  height: 60px;
  transform: scale(1.4);
  transform-origin: center;
}
.heroReward small {
  font-size: 13px;
  color: #e8782f;
  font-weight: 700;
}
.activityCard {
  display: flex;
  flex-direction: column;
}
.activityCopy {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cardReward {
  margin-top: auto;
}
@media (min-width: 761px) {
  .siteBrand img {
    width: 203px;
    height: 60px;
    transform: none;
  }
}
@media (max-width: 760px) {
  .siteBrand img {
    width: 134px;
    height: 48px;
  }
  .clubBanner h3 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(15px, 4vw, 18px);
    letter-spacing: -0.04em;
  }
  .wideBanner > div {
    top: 50%;
    transform: translateY(-50%);
  }
  .steps {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .facts {
    margin-bottom: 10px;
  }
  .sectionTitle {
    padding-top: 4px;
    padding-bottom: 14px;
  }
  .moreSection {
    margin-top: 10px;
  }
  .experience {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .security {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .faq {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .glassSite footer {
    padding-top: 18px;
  }
  .activityCard:last-child .activityCopy h3 {
    margin-top: 22px;
  }
}

/* ---------------------------------------------------------------------------
   筛选失效修复
   site.js 里用 card.hidden = true 来隐藏不匹配的卡片，写法本身没问题。
   但 hidden 属性靠浏览器默认样式表的 [hidden]{display:none} 生效，
   优先级低于类选择器；上面的 .activityCard{display:flex} 把它盖掉了，
   结果是属性设上了、卡片照样显示，五个筛选标签只有高亮会变。
   --------------------------------------------------------------------------- */
.activityCard[hidden] {
  display: none !important;
}
