/**
 * Hand-built pages (spec §18): tangbao / memberships / contact / newsletter /
 * 1975-supporter. One sheet so the whole set stays visually consistent, all
 * on lk-theme's tokens.
 */

.lk-page { padding: 34px 0 60px; }
.lk-page h2 { font-size: 22px; margin: 34px 0 14px; }
.lk-page p, .lk-page li { font-size: 15px; line-height: 1.75; color: #222; }
.lk-page ul { padding-left: 22px; }
.lk-page a { color: var(--lk-navy); }

.lk-page-hero { text-align: center; max-width: 760px; margin: 0 auto 26px; }
.lk-page-hero h1 { font-size: 34px; line-height: 1.2; margin: 0 0 10px; }
.lk-page-hero p { color: #444; font-size: 16px; }

.lk-page-cols { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 44px; align-items: start; }
.lk-page-narrow { max-width: 760px; margin-inline: auto; }
.lk-note { color: var(--lk-muted); font-size: 13.5px; }

/* Buttons shared across the set */
.lk-btn-primary {
    display: inline-block; padding: 11px 22px; border: 0; border-radius: 3px;
    background: var(--lk-navy); color: #fff !important; font-weight: 700;
    font-size: 14px; cursor: pointer; text-transform: uppercase; letter-spacing: .4px;
}
.lk-btn-primary:hover { background: var(--lk-navy-dark); }
.lk-btn-primary[disabled] { opacity: .45; cursor: not-allowed; }
.lk-btn-ghost {
    display: inline-block; padding: 11px 18px; border: 1px solid var(--lk-rule);
    border-radius: 3px; background: #fff; color: var(--lk-text); font-size: 14px; cursor: pointer;
}

/* Forms */
.lk-form { display: flex; flex-direction: column; gap: 14px; }
.lk-field { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; }
.lk-field input, .lk-field textarea {
    font: inherit; font-weight: 400; font-size: 15px; color: var(--lk-text);
    padding: 10px 12px; border: 1px solid var(--lk-rule); border-radius: 3px; background: #fff;
}
.lk-field input:focus, .lk-field textarea:focus { outline: 2px solid var(--lk-navy); outline-offset: -1px; }
.lk-check { display: flex; gap: 8px; align-items: center; font-size: 14px; }

/* Amount grid (tangbao + 1975) */
.lk-amounts { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 12px; margin: 14px 0; }
.lk-amount {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    padding: 16px 10px; border: 2px solid var(--lk-rule); border-radius: 6px;
    background: #fff; cursor: pointer; font: inherit;
    font-size: 22px; font-weight: 700; color: var(--lk-navy); text-align: center;
}
.lk-amount span { font-size: 12px; font-weight: 400; color: var(--lk-muted); }
.lk-amount:hover { border-color: var(--lk-navy); }
.lk-amount.active { border-color: var(--lk-navy); background: var(--lk-chip-bg); }

/* Wizard (tangbao) */
.lk-wizard { border: 1px solid var(--lk-rule); border-radius: 8px; padding: 22px 24px; margin: 22px 0; }
.lk-wizard-steps { display: flex; gap: 18px; border-bottom: 1px solid var(--lk-rule); padding-bottom: 12px; margin-bottom: 18px; }
.lk-wizard-steps span { font-size: 13px; font-weight: 600; color: var(--lk-muted); }
.lk-wizard-steps span.active { color: var(--lk-navy); }
.lk-wizard-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }
.lk-confirm div { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--lk-rule); }
.lk-confirm dt { font-weight: 600; min-width: 150px; }
.lk-confirm dd { margin: 0; }

/* Callout */
.lk-cta-box {
    display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
    background: var(--lk-chip-bg); border: 1px solid #d6e4f7; border-radius: 8px;
    padding: 18px 20px; margin: 26px 0; font-size: 14.5px;
}
.lk-cta-box strong { font-size: 15px; }
.lk-cta-box .lk-btn-primary { margin-left: auto; }

/* Updates + donor wall (tangbao / 1975) */
.lk-update-item {
    background: #f8fafc; border-left: 4px solid var(--lk-navy);
    border-radius: 4px; padding: 12px 15px; margin-bottom: 12px;
}
.lk-update-item p { margin: 4px 0 0; }
.lk-donor { border-bottom: 1px solid var(--lk-rule); padding: 12px 0; }
.lk-donor-head { display: flex; justify-content: space-between; align-items: baseline; }
.lk-donor-name { font-weight: 600; }
.lk-donor-amount { font-weight: 700; color: var(--lk-navy); font-variant-numeric: tabular-nums; }
.lk-donor-date { color: var(--lk-muted); font-size: 12.5px; }
.lk-donor-msg { font-style: italic; color: #4b5563; font-size: 13.5px; margin: 6px 0 0; }

/* Pricing (memberships) */
.lk-pricing { margin: 10px 0 30px; }
.lk-pricing-toggle { display: flex; gap: 0; justify-content: center; margin-bottom: 22px; }
.lk-pricing-toggle button {
    font: inherit; font-size: 14px; font-weight: 600; cursor: pointer;
    padding: 9px 22px; border: 1px solid var(--lk-rule); background: #fff; color: var(--lk-text);
}
.lk-pricing-toggle button:first-child { border-radius: 3px 0 0 3px; }
.lk-pricing-toggle button:last-child { border-radius: 0 3px 3px 0; }
.lk-pricing-toggle button.active { background: var(--lk-navy); border-color: var(--lk-navy); color: #fff; }
.lk-tiers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lk-tier {
    border: 1px solid var(--lk-rule); border-radius: 8px; padding: 22px 18px;
    display: flex; flex-direction: column; gap: 8px; text-align: center; background: #fff;
}
.lk-tier-featured { border: 2px solid var(--lk-navy); }
.lk-tier-name { text-transform: uppercase; letter-spacing: 1px; font-size: 12px; font-weight: 700; color: var(--lk-muted); }
.lk-tier-price { font-family: var(--lk-serif); font-size: 34px; font-weight: 700; color: var(--lk-navy); }
.lk-tier-cycle { color: var(--lk-muted); font-size: 12.5px; }
.lk-tier ul { list-style: none; padding: 0; margin: 8px 0 14px; display: flex; flex-direction: column; gap: 6px; text-align: left; }
.lk-tier li { font-size: 13.5px; padding-left: 18px; position: relative; }
.lk-tier li::before { content: "✓"; position: absolute; left: 0; color: var(--lk-navy); font-weight: 700; }
.lk-tier .lk-btn-primary { margin-top: auto; }

/* FAQ */
.lk-faq { border: 1px solid var(--lk-rule); border-radius: 6px; margin-bottom: 10px; padding: 0 16px; background: #fff; }
.lk-faq summary { cursor: pointer; font-weight: 600; font-size: 14.5px; padding: 13px 0; }
.lk-faq p { margin: 0 0 14px; }

/* Newsletters */
.lk-letters { max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; gap: 14px; }
.lk-letter { border: 1px solid var(--lk-rule); border-radius: 8px; padding: 18px 20px; background: #fff; }
.lk-letter-head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.lk-letter-head h2 { margin: 0; font-size: 17px; text-transform: uppercase; letter-spacing: .5px; }
.lk-letter-when { color: var(--lk-navy); font-size: 12.5px; font-weight: 600; }
.lk-letter p { margin: 8px 0 0; font-size: 14px; }

/* 1975 fund */
.lk-fund { border: 1px solid var(--lk-rule); border-radius: 8px; padding: 20px 22px; margin-bottom: 10px; }
.lk-fund-nums { display: flex; justify-content: space-between; margin-bottom: 12px; }
.lk-fund-nums strong { display: block; font-family: var(--lk-serif); font-size: 26px; color: var(--lk-navy); }
.lk-fund-nums span { color: var(--lk-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .6px; }
.lk-fund-bar { background: #e8eef8; border-radius: 99px; height: 12px; overflow: hidden; }
.lk-fund-bar div { background: var(--lk-navy); height: 100%; border-radius: 99px; }
.lk-fund-marks { display: flex; justify-content: space-between; margin-top: 6px; color: var(--lk-muted); font-size: 11.5px; }

@media (max-width: 960px) {
    .lk-page-cols { grid-template-columns: minmax(0, 1fr); }
    .lk-tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .lk-tiers { grid-template-columns: minmax(0, 1fr); }
    .lk-page-hero h1 { font-size: 26px; }
    .lk-cta-box .lk-btn-primary { margin-left: 0; }
}

/* Account hub */
.lk-account-card { border: 1px solid var(--lk-rule); border-radius: 8px; padding: 20px 22px; margin-bottom: 18px; background: #fff; }
.lk-account-card h2 { margin: 0 0 12px; font-size: 18px; }
.lk-account-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--lk-rule); }
.lk-account-row:last-of-type { border-bottom: 0; }
.lk-account-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
