.membership-page{
  gap:22px;
}

.membership-hero{
  max-width:820px;
  padding:42px 10px 8px;
}

.membership-hero h1{
  max-width:760px;
  margin:10px 0 12px;
  font:500 clamp(34px,5vw,64px)/1.14 "STSong","Songti SC","SimSun",serif;
  letter-spacing:1px;
}

.membership-hero p{
  max-width:720px;
  margin:0;
  font-size:16px;
  line-height:1.8;
}

.launch-notice{
  width:fit-content;
  margin-top:18px;
  padding:10px 14px;
  color:#fff;
  background:rgba(39,71,52,.58);
  text-shadow:0 1px 2px rgba(0,0,0,.55);
}

.my-membership{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  background:rgba(252,249,241,.62);
}

.my-membership strong{
  display:block;
  margin:5px 0;
  color:#293d31;
  font:500 22px/1.3 "STSong","Songti SC","SimSun",serif;
}

.my-membership p{
  margin:0;
  color:#555b52;
  font-size:14px;
  line-height:1.65;
}

.my-membership code{
  display:inline-block;
  margin-top:8px;
  color:#315943;
  font:700 13px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;
}

.my-membership a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(49,89,67,.24);
  border-radius:11px;
  background:rgba(255,255,255,.48);
  color:#315943;
  text-decoration:none;
  white-space:nowrap;
}

.my-membership.is-active{
  border-color:rgba(49,89,67,.36);
  background:rgba(236,246,238,.72);
}

.my-membership.is-expired{
  border-color:rgba(158,63,41,.24);
  background:rgba(252,242,236,.72);
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.price-card{
  min-height:190px;
  padding:24px;
}

.price-card-featured{
  border-color:rgba(139,66,39,.34);
}

.price-kicker,
.config-note{
  color:#6c785f;
  font-size:12px;
  letter-spacing:1px;
}

.price-card h2{
  margin:8px 0 18px;
  font:500 26px/1.2 "STSong","Songti SC","SimSun",serif;
}

.price-row{
  display:flex;
  align-items:flex-end;
  gap:14px;
}

.price-row strong{
  color:#9e3f29;
  font:500 44px/1 "STSong","Songti SC","SimSun",serif;
}

.price-row span{
  color:#7c786d;
  font-size:13px;
  text-decoration:line-through;
}

.price-card p{
  margin:16px 0 0;
  color:#575b52;
  font-size:14px;
  line-height:1.7;
}

.benefit-shell{
  padding:24px;
}

.membership-section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}

.membership-section-heading h2{
  margin:7px 0 0;
  font:500 28px/1.25 "STSong","Songti SC","SimSun",serif;
}

.benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.benefit-card{
  padding:18px;
  background:rgba(255,253,247,.66);
  border:1px solid rgba(55,72,60,.14);
  border-radius:16px;
}

.benefit-card h3{
  margin:0 0 12px;
  font:500 21px/1.3 "STSong","Songti SC","SimSun",serif;
}

.benefit-column + .benefit-column{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(55,72,60,.12);
}

.benefit-column strong{
  display:block;
  margin-bottom:7px;
  color:#49614f;
  font-size:13px;
}

.benefit-column ul{
  margin:0;
  padding-left:18px;
  color:#4f554d;
  font-size:14px;
  line-height:1.7;
}

.membership-notes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.membership-notes article{
  padding:20px;
}

.membership-notes h2{
  margin:0 0 9px;
  font:500 20px/1.3 "STSong","Songti SC","SimSun",serif;
}

.membership-notes p,
.support-pending p{
  margin:0;
  color:#555b52;
  font-size:14px;
  line-height:1.7;
}

.support-pending{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 20px;
  background:rgba(252,249,241,.56);
}

.support-pending strong{
  display:block;
  margin-bottom:5px;
}

.support-pending a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  padding:0 15px;
  color:#fff;
  background:#315943;
  border-radius:11px;
  text-decoration:none;
  white-space:nowrap;
}

.support-pending-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.support-pending .support-secondary-link{
  color:#315943;
  background:rgba(255,255,255,.45);
  border:1px solid rgba(49,89,67,.24);
}

.site-footer{
  flex-wrap:wrap;
}

.site-footer a{
  color:inherit;
  font-size:12px;
}

@media(max-width:768px){
  .membership-page{
    padding-inline:12px;
  }

  .membership-page .primary-nav{
    display:none;
  }

  .membership-page .topbar{
    min-height:52px;
  }

  .membership-page .account-button{
    padding:8px 10px;
    font-size:12px;
  }

  .membership-hero{
    padding-top:24px;
  }

  .membership-hero h1{
    font-size:38px;
  }

  .membership-hero p{
    font-size:15px;
  }

  .launch-notice{
    width:auto;
    font-size:13px;
    line-height:1.55;
  }

  .pricing-grid,
  .benefit-grid,
  .membership-notes{
    grid-template-columns:1fr;
  }

  .my-membership{
    align-items:stretch;
    flex-direction:column;
  }

  .price-card{
    min-height:0;
  }

  .membership-section-heading{
    align-items:flex-start;
    flex-direction:column;
  }

  .support-pending{
    align-items:stretch;
    flex-direction:column;
  }

  .support-pending-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .support-pending a{
    justify-content:center;
  }
}
