.membership-page {
  --mp-blue: #315efb;
  --mp-mint: #6af3c4;
  --mp-lime: #cbff53;
  --mp-card: #ffffff;
  background: #f7f7f3;
}

.membership-page .site-header { background: rgba(247,247,243,.96); }
.membership-page .header-primary { border-radius: 10px; }
.membership-page .site-footer { margin-top: 72px; }
.membership-page .site-footer--unified { margin-top: 30px; }

.mp-preview-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 38px;
  padding: 8px 22px;
  color: #373732;
  background: #e8e8e2;
  font-size: 12px;
}
.mp-preview-banner span { padding: 4px 8px; border-radius: 999px; background: #fff; color: #585853; font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.mp-preview-banner p { margin: 0; }

.mp-hero {
  display: grid;
  grid-template-columns: minmax(0,1.16fr) minmax(350px,.84fr);
  gap: 7%;
  align-items: end;
  padding-top: 88px;
  padding-bottom: 76px;
}
.mp-hero-simple { display: block; }
.mp-hero h1 {
  max-width: 990px;
  margin: 24px 0 26px;
  font-size: clamp(52px,5.7vw,82px);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: -.07em;
}
.mp-lead { max-width: 690px; margin: 0; color: #55554f; font-size: 17px; line-height: 1.78; }
.mp-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.mp-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 750; transition: transform .16s, background-color .16s, color .16s, border-color .16s; }
.mp-button:hover,.mp-button:focus-visible { transform: translateY(-2px); }
.mp-button-primary { border-color: #111315; background: #111315; color: #fff; }
.mp-button-primary span { color: var(--mp-mint); }
.mp-button-primary:hover,.mp-button-primary:focus-visible { background: #242629; color: #fff; }
.mp-button-light { border-color: #fff; background: #fff; color: #101010; }
.mp-button-light span { color: var(--mp-blue); }
.mp-button-accent { border-color: var(--mp-lime); background: var(--mp-lime); color: #101010; }
.mp-button-accent:hover,.mp-button-accent:focus-visible { background: #dcff84; }
.mp-button-outline { border-color: #c6c6be; background: transparent; color: #171717; }
.mp-button-outline:hover,.mp-button-outline:focus-visible { border-color: #171717; background: #fff; }
.mp-text-link { color: #55554f; font-size: 13px; font-weight: 650; text-underline-offset: 5px; }
.mp-text-link:hover,.mp-text-link:focus-visible { color: var(--mp-blue); text-decoration: underline; }
.mp-reassurance { margin: 24px 0 0; color: #85857e; font-size: 11px; line-height: 1.6; }

.mp-value { padding-top: 78px; padding-bottom: 78px; }
.mp-section-heading { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(300px,.72fr); gap: 8%; align-items: end; }
.mp-section-heading h2 { max-width: 780px; margin-top: 17px; }
.mp-section-heading > p { margin: 0 0 4px; color: #696963; font-size: 14px; line-height: 1.72; }
.mp-value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 36px; }
.mp-value-grid article { min-height: 210px; display: flex; flex-direction: column; padding: 27px; border-radius: 18px; background: #fff; }
.mp-value-grid article > span { color: #83837d; font-size: 11px; }
.mp-value-grid h3 { margin: auto 0 13px; font-size: 25px; line-height: 1.12; letter-spacing: -.045em; }
.mp-value-grid p { margin: 0; color: #6b6b65; font-size: 14px; line-height: 1.68; }

.mp-options { padding: 94px 0 86px; background: #111315; color: #fff; }
.mp-section-heading-light h2 { color: #fff; }
.mp-section-heading-light .eyebrow { color: var(--mp-mint); }
.mp-section-heading-light > p { color: #aaaCA7; }
.mp-option-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 48px; }
.mp-option-card { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 34px; border: 1px solid #383a3c; border-radius: 20px; background: #1d1f21; cursor: pointer; transition: border-color .16s, box-shadow .16s; }
.mp-option-card:hover { border-color: #626568; }
.mp-option-card.is-selected { border: 2px solid var(--mp-mint); box-shadow: 0 0 0 2px rgba(106,243,196,.1); }
.mp-plan-badge { position: absolute; top: 0; right: 28px; transform: translateY(-50%); padding: 8px 12px; border-radius: 999px; background: var(--mp-mint); color: #101010; font-size: 10px; font-weight: 800; }
.mp-plan-kicker { margin: 0; color: var(--mp-mint); font-size: 12px; font-weight: 750; }
.mp-option-card h3 { max-width: 520px; margin: 25px 0 14px; color: #fff; font-size: 35px; line-height: 1.08; letter-spacing: -.055em; }
.mp-option-card > p:not(.mp-plan-kicker) { max-width: 540px; margin: 0; color: #adafa9; font-size: 14px; line-height: 1.65; }
.mp-price-line { display: flex; align-items: baseline; gap: 7px; margin: 34px 0 27px; }
.mp-price-line strong { font-size: 48px; letter-spacing: -.06em; }
.mp-price-line > span { color: #c2c4bf; font-size: 13px; }
.mp-price-line small { margin-left: 12px; color: #8f918c; font-size: 12px; }
.mp-option-card ul { display: grid; gap: 13px; margin: 0 0 30px; padding: 0; list-style: none; }
.mp-option-card li { position: relative; padding-left: 22px; color: #dedfdb; font-size: 13px; line-height: 1.5; }
.mp-option-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mp-mint); }
.mp-option-card .mp-button { align-self: flex-start; margin-top: auto; }
.mp-options-note { max-width: 720px; margin: 26px 0 0; color: #8f918c; font-size: 11px; line-height: 1.6; }

.mp-boundary-strip { display: grid; grid-template-columns: minmax(520px,.95fr) minmax(430px,1.05fr); gap: 26px 4%; align-items: center; margin-top: 4px; padding: 36px 40px; border-radius: 19px; background: #e8e8e2; }
.mp-boundary-strip h2 { max-width: 620px; margin-top: 13px; font-size: clamp(30px,3vw,40px); white-space: nowrap; }
.mp-boundary-strip ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 24px; margin: 0; padding: 0; list-style: none; }
.mp-boundary-strip li { position: relative; padding-left: 20px; color: #50504b; font-size: 13px; line-height: 1.55; }
.mp-boundary-strip li::before { content: "—"; position: absolute; left: 0; color: #85857f; }
.mp-boundary-strip > a { grid-column: 2; justify-self: start; }

.mp-faq { display: grid; grid-template-columns: minmax(0,.95fr) minmax(540px,1.05fr); gap: 5%; padding-top: 82px; padding-bottom: 92px; }
.mp-faq h2 { max-width: 600px; margin-top: 17px; font-size: clamp(38px,4vw,54px); }
.mp-faq-list { display: grid; gap: 10px; }
.mp-faq-list details { padding: 22px 24px; border-radius: 14px; background: #fff; }
.mp-faq-list summary { cursor: pointer; font-size: 16px; font-weight: 680; }
.mp-faq-list details p { margin: 15px 0 0; color: #686862; font-size: 13px; line-height: 1.7; }
.mp-faq-intro .mp-button { margin-top: 28px; }

/* 加入会员页 */
.join-pricing { padding-top: 60px; padding-bottom: 104px; }
.join-pricing.section-shell { width: min(1340px, calc(100vw - 64px)); }
.join-pricing-checkout { padding-top: 76px; padding-bottom: 76px; }
.join-pricing-top { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.join-pricing-top h1 { max-width: 760px; margin-top: 16px; font-size: clamp(50px,5.2vw,72px); line-height: 1.02; letter-spacing: -.065em; }
.join-pricing-intro { max-width: 650px; margin: 17px 0 0; color: #65655f; font-size: 14px; line-height: 1.7; }
.billing-toggle { display: inline-flex; padding: 5px; border-radius: 14px; background: #e4e4de; }
.billing-toggle button { min-height: 44px; padding: 0 17px; border: 0; border-radius: 10px; background: transparent; color: #64645e; font-size: 13px; font-weight: 700; }
.billing-toggle button.is-active { background: #fff; color: #111; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.billing-toggle button span { margin-left: 3px; color: #188d68; font-size: 10px; }
.join-plan-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 45px; }
.join-plan-card { position: relative; display: flex; flex-direction: column; min-height: 490px; padding: 32px; border: 1px solid #d6d6cf; border-radius: 20px; background: #fff; cursor: pointer; transition: border-color .16s, background-color .16s, box-shadow .16s; }
.join-plan-card:hover { border-color: #8a8a84; }
.join-plan-card.is-selected { border: 2px solid #111315; background: #f0f0ea; box-shadow: none; }
.join-featured-label { position: absolute; top: 0; right: 28px; transform: translateY(-50%); padding: 8px 12px; border-radius: 999px; background: #111315; color: #fff; font-size: 10px; font-weight: 800; }
.join-plan-head { display: block; }
.join-plan-head p { margin: 0; color: var(--mp-blue); font-size: 12px; font-weight: 750; }
.join-plan-head h3 { max-width: none; margin: 19px 0 0; font-size: 34px; line-height: 1.08; letter-spacing: -.055em; }
.join-plan-head > span { position: absolute; top: 32px; right: 32px; padding: 7px 9px; border-radius: 999px; background: #eeeeE8; color: #74746e; font-size: 10px; white-space: nowrap; }
.join-plan-card.is-selected .join-plan-head > span { background: #fff; }
.join-price { display: flex; align-items: baseline; gap: 7px; margin-top: 30px; }
.join-price strong { font-size: 54px; letter-spacing: -.065em; }
.join-price span { color: #75756e; font-size: 13px; }
.join-saving { margin: 8px 0 0; color: #188d68; font-size: 11px; font-weight: 650; }
.join-plan-card ul { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.join-plan-card li { position: relative; padding-left: 23px; color: #4f4f4a; font-size: 13px; line-height: 1.5; }
.join-plan-card li::before { content: "✓"; position: absolute; left: 0; color: #188d68; font-weight: 800; }
.join-plan-card .mp-button { align-self: flex-start; margin-top: auto; }
.join-purchase-note { margin: 22px 0 0; padding: 17px 19px; border-radius: 12px; background: #e9e9e3; color: #686862; font-size: 11px; line-height: 1.7; }
.join-purchase-note strong { color: #30302d; }
.join-purchase-note a { margin-left: 5px; color: #30302d; font-weight: 720; text-decoration: underline; text-underline-offset: 4px; }
.join-purchase-note a:hover,.join-purchase-note a:focus-visible { color: var(--mp-blue); }

.join-account { padding: 78px 0 80px; background: #111315; color: #fff; }
.join-account .eyebrow { color: var(--mp-mint); }
.join-account-heading { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); gap: 6%; align-items: end; }
.join-account-heading h2 { max-width: 850px; margin-top: 17px; color: #fff; }
.join-account-heading > p { margin: 0 0 4px; color: #aaaCA7; font-size: 14px; line-height: 1.7; }
.join-account-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(350px,.95fr); gap: 17px; margin-top: 34px; }
.join-register-card,.join-order-card { padding: 34px; border-radius: 20px; background: #1d1f21; }
.join-form-heading { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin-bottom: 28px; }
.join-form-heading p { margin: 0; font-size: 22px; font-weight: 720; }
.join-form-heading span { color: #92948f; font-size: 12px; }
.join-form-heading a { color: var(--mp-mint); text-decoration: underline; text-underline-offset: 4px; }
.join-register-card > label:not(.join-consent) { display: grid; gap: 9px; margin-top: 18px; color: #d9dad6; font-size: 12px; font-weight: 650; }
.join-register-card input[type="text"],.join-register-card input[type="email"],.join-register-card input[type="password"] { min-height: 52px; width: 100%; padding: 0 15px; border: 1px solid #505255; border-radius: 11px; outline: 0; background: #151719; color: #fff; font-size: 14px; }
.join-register-card input:focus { border-color: var(--mp-mint); box-shadow: 0 0 0 3px rgba(106,243,196,.12); }
.join-register-card input::placeholder { color: #71736f; }
.join-consent { display: flex; align-items: flex-start; gap: 10px; margin: 21px 0; color: #a8aaa5; font-size: 11px; line-height: 1.5; }
.join-consent input { margin-top: 2px; accent-color: var(--mp-mint); }
.join-consent a { color: #e1e2de; text-decoration: underline; text-decoration-color: #777a76; text-underline-offset: 3px; }
.join-consent a:hover,.join-consent a:focus-visible { color: var(--mp-mint); text-decoration-color: var(--mp-mint); }
.join-form-note { margin: 14px 0 0; color: #777a76; font-size: 10px; line-height: 1.5; }
.join-form-message { min-height: 22px; margin-top: 12px; color: var(--mp-mint); font-size: 12px; line-height: 1.5; }
.join-order-card { display: flex; flex-direction: column; background: #f1f1eb; color: #111; }
.join-order-label { margin: 0 0 28px; color: #74746e; font-size: 11px; font-weight: 700; }
.join-order-empty { padding: 37px 0; border-top: 1px solid #d0d0c9; border-bottom: 1px solid #d0d0c9; }
.join-order-empty strong { font-size: 24px; letter-spacing: -.035em; }
.join-order-empty p { margin: 10px 0 0; color: #777771; font-size: 13px; }
.join-order-selected > span { display: inline-block; padding: 6px 8px; border-radius: 999px; background: #d9eee6; color: #176f54; font-size: 10px; font-weight: 750; }
.join-order-selected h3 { margin: 20px 0 9px; font-size: 31px; letter-spacing: -.05em; }
.join-order-selected > p { margin: 0; color: #686862; font-size: 13px; line-height: 1.55; }
.join-order-selected > div { display: flex; align-items: baseline; gap: 7px; margin: 25px 0 18px; }
.join-order-selected > div strong { font-size: 44px; letter-spacing: -.06em; }
.join-order-selected > div span { color: #777771; font-size: 12px; }
.join-order-selected ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.join-order-selected li { position: relative; padding-left: 19px; color: #50504b; font-size: 12px; }
.join-order-selected li::before { content: "✓"; position: absolute; left: 0; color: #188d68; }
.join-change-plan { margin-top: 22px; padding: 0; border: 0; background: transparent; color: var(--mp-blue); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.join-order-trust { display: grid; gap: 10px; margin-top: auto; padding-top: 28px; border-top: 1px solid #d0d0c9; }
.join-order-trust p { margin: 0; color: #696963; font-size: 11px; line-height: 1.5; }
.join-order-trust span { margin-right: 7px; color: #188d68; font-weight: 800; }
.join-payment-line { display: flex; align-items: baseline; gap: 18px; margin: 22px 0 0; padding: 18px 20px; border-top: 1px solid #3d3f41; color: #a9aba6; font-size: 12px; line-height: 1.6; }
.join-payment-line strong { flex: 0 0 auto; color: var(--mp-mint); font-size: 11px; }

/* 会员统一说明页 */
.membership-terms { scroll-behavior: smooth; }
.terms-hero { padding-top: 88px; padding-bottom: 72px; }
.terms-hero h1 { max-width: 980px; margin: 24px 0 28px; font-size: clamp(54px,6vw,86px); font-weight: 720; line-height: 1.01; letter-spacing: -.07em; }
.terms-hero > p:not(.eyebrow) { max-width: 790px; margin: 0; color: #5e5e58; font-size: 17px; line-height: 1.78; }
.terms-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.terms-meta span { padding: 8px 10px; border-radius: 999px; background: #e7e7e1; color: #65655f; font-size: 10px; font-weight: 680; }

.terms-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 34px; align-items: start; }
.terms-toc { position: sticky; top: 90px; padding: 24px; border-radius: 17px; background: #e8e8e2; }
.terms-toc > p { margin: 0 0 18px; color: #767670; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.terms-toc nav { display: grid; gap: 4px; }
.terms-toc nav a { display: grid; grid-template-columns: 27px 1fr; gap: 8px; align-items: center; min-height: 41px; padding: 0 9px; border-radius: 9px; color: #44443f; font-size: 12px; font-weight: 680; }
.terms-toc nav a:hover,.terms-toc nav a:focus-visible { background: #fff; color: #111; }
.terms-toc nav span { color: #898983; font-size: 9px; }
.terms-toc > .mp-button { width: 100%; margin-top: 22px; padding-inline: 12px; }

.terms-document { overflow: hidden; border: 1px solid #deded8; border-radius: 22px; background: #fff; }
.terms-part { scroll-margin-top: 90px; padding: 58px 60px 24px; }
.terms-part + .terms-part { margin-top: 36px; border-top: 12px solid #f0f0eb; }
.terms-part-heading { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; margin-bottom: 48px; padding-bottom: 33px; border-bottom: 1px solid #d8d8d2; }
.terms-part-heading > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #111315; color: var(--mp-mint); font-size: 12px; font-weight: 800; }
.terms-part-heading p { margin: 0 0 8px; color: #777771; font-size: 11px; font-weight: 680; }
.terms-part-heading h2 { font-size: clamp(38px,4vw,54px); line-height: 1.04; letter-spacing: -.055em; }
.terms-clause { scroll-margin-top: 110px; margin: 0 0 22px; padding: 0 0 30px; border-bottom: 1px solid #e4e4de; }
.terms-clause:last-child { margin-bottom: 0; border-bottom: 0; }
.terms-clause h3 { margin: 0 0 17px; color: #171717; font-size: 22px; line-height: 1.28; letter-spacing: -.025em; }
.terms-clause p { margin: 0 0 13px; color: #5d5d57; font-size: 14px; line-height: 1.82; }
.terms-clause p:last-child { margin-bottom: 0; }
.terms-clause ul { display: grid; gap: 10px; margin: 0 0 14px; padding-left: 21px; color: #5d5d57; font-size: 14px; line-height: 1.72; }
.terms-important { margin-top: 30px; padding: 27px 29px; border: 1px solid #c8c8c1; border-left: 4px solid #111315; border-radius: 14px; background: #f2f2ed; }
.terms-important + .terms-clause { padding-top: 7px; }
.terms-important .terms-flag { display: inline-block; margin: 0 0 15px; padding: 6px 8px; border-radius: 999px; background: #111315; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .06em; }

.terms-table-wrap { margin: 22px 0; overflow-x: auto; border: 1px solid #d8d8d2; border-radius: 12px; }
.terms-plan-table,.terms-data-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.terms-plan-table th,.terms-plan-table td,.terms-data-table th,.terms-data-table td { padding: 16px; border-right: 1px solid #e2e2dc; border-bottom: 1px solid #e2e2dc; color: #55554f; font-size: 12px; line-height: 1.6; text-align: left; vertical-align: top; }
.terms-plan-table tr:last-child th,.terms-plan-table tr:last-child td,.terms-data-table tr:last-child th,.terms-data-table tr:last-child td { border-bottom: 0; }
.terms-plan-table th:last-child,.terms-plan-table td:last-child,.terms-data-table th:last-child,.terms-data-table td:last-child { border-right: 0; }
.terms-plan-table thead th,.terms-data-table thead th { background: #efefe9; color: #6d6d67; font-size: 10px; font-weight: 750; }
.terms-plan-table tbody th,.terms-data-table tbody th { width: 130px; color: #252522; font-weight: 720; }
.terms-data-table th:nth-child(2) { width: 35%; }

.terms-closing { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-top: 74px; margin-bottom: 25px; padding: 48px; border-radius: 20px; background: #dff8ee; }
.terms-closing h2 { max-width: 760px; margin-top: 15px; font-size: clamp(36px,3.7vw,52px); }
.terms-closing > div:last-child { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-start; }
.terms-closing small { margin-top: 12px; color: #68716d; font-size: 10px; }

@media (max-width: 980px) {
  .mp-hero,.join-account-heading,.join-account-grid { grid-template-columns: 1fr; }
  .mp-hero,.join-account-heading,.join-account-grid { gap: 38px; }
  .mp-option-grid,.join-plan-grid,.mp-faq { grid-template-columns: 1fr; }
  .mp-option-card,.join-plan-card { min-height: 0; }
  .mp-faq { gap: 30px; }
  .mp-boundary-strip { grid-template-columns: 1fr; }
  .mp-boundary-strip > a { grid-column: auto; }
  .terms-layout { grid-template-columns: 1fr; }
  .terms-toc { position: static; }
  .terms-toc nav { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .terms-toc > .mp-button { width: auto; }
}

@media (max-width: 820px) {
  .mp-preview-banner { align-items: flex-start; gap: 8px; padding-inline: 20px; }
  .mp-preview-banner p { line-height: 1.45; }
  .mp-hero { padding-top: 52px; padding-bottom: 54px; }
  .mp-hero h1 { margin-top: 20px; font-size: 44px; }
  .mp-lead { font-size: 15px; }
  .mp-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .mp-value { padding-top: 58px; padding-bottom: 62px; }
  .mp-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .mp-section-heading h2 { font-size: 38px; }
  .mp-value-grid { grid-template-columns: 1fr; }
  .mp-value-grid { margin-top: 32px; }
  .mp-value-grid article { min-height: 180px; }
  .mp-value-grid h3 { margin-top: 42px; }
  .mp-options { padding: 72px 0 66px; }
  .mp-option-grid,.join-plan-grid { grid-template-columns: 1fr; }
  .mp-option-grid { margin-top: 34px; }
  .mp-option-card { min-height: 0; padding: 27px 23px; }
  .mp-option-card h3 { font-size: 31px; }
  .mp-price-line { flex-wrap: wrap; }
  .mp-price-line small { flex-basis: 100%; margin-left: 0; }
  .mp-boundary-strip { grid-template-columns: 1fr; gap: 24px; padding: 31px 27px; }
  .mp-boundary-strip h2 { white-space: normal; }
  .mp-boundary-strip > a { grid-column: auto; }
  .mp-faq { grid-template-columns: 1fr; gap: 30px; padding-top: 58px; padding-bottom: 70px; }
  .join-pricing { padding-top: 32px; padding-bottom: 72px; }
  .join-pricing.section-shell { width: var(--shell); }
  .join-pricing-checkout { padding-top: 54px; }
  .join-pricing-top { align-items: flex-start; flex-direction: column; }
  .join-pricing-top h1 { font-size: 44px; }
  .join-plan-grid { margin-top: 35px; }
  .join-plan-card { min-height: 0; padding: 27px 23px; }
  .join-plan-head h3 { font-size: 31px; }
  .join-plan-head > span { top: 27px; right: 23px; }
  .join-account { padding: 72px 0; }
  .join-account-heading h2 { font-size: 38px; }
  .join-register-card,.join-order-card { padding: 26px 22px; }
  .join-form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .join-payment-line { align-items: flex-start; flex-direction: column; gap: 6px; }
  .terms-hero { padding-top: 56px; padding-bottom: 52px; }
  .terms-hero h1 { font-size: 46px; }
  .terms-hero > p:not(.eyebrow) { font-size: 15px; }
  .terms-toc nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .terms-part { padding: 39px 25px 16px; }
  .terms-part-heading { grid-template-columns: 45px 1fr; gap: 13px; margin-bottom: 35px; }
  .terms-part-heading > span { width: 42px; height: 42px; }
  .terms-part-heading h2 { font-size: 36px; }
  .terms-clause h3 { font-size: 20px; }
  .terms-important { padding: 23px 20px; }
  .terms-closing { align-items: flex-start; flex-direction: column; margin-top: 52px; padding: 34px 24px; }
  .membership-page .site-footer { margin-top: 42px; }
}

@media (max-width: 520px) {
  .mp-boundary-strip ul { grid-template-columns: 1fr; }
  .billing-toggle { width: 100%; }
  .billing-toggle button { flex: 1; }
  .terms-hero h1 { font-size: 39px; }
  .terms-toc nav { grid-template-columns: 1fr; }
  .terms-closing h2 { font-size: 34px; }
}
