.plus-page { max-width: 1120px; margin: 0 auto; padding: 28px 24px 72px; }
.plus-test { background: var(--sage); color: var(--green); border-radius: var(--radius-small); padding: 10px 16px; font-size: .9rem; }
.plus-hero { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 40px 30px 48px; }
.plus-hero h1 { font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.12; margin: 12px 0 20px; }
.plus-hero img { image-rendering: pixelated; width: 183px; height: auto; margin-right: 60px; }
.plus-lede { font-size: 1.2rem; line-height: 1.65; }
.plus-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 430px); align-items: start; gap: 48px; }
.plus-features { padding: 12px 0; }
.plus-features h2 { margin-bottom: 28px; }
.plus-features article { display: flex; gap: 18px; margin-bottom: 24px; }
.plus-features article > i { color: var(--green); width: 32px; flex-shrink: 0; font-size: 1.8rem; margin-top: 4px; }
.plus-features h3 { font-size: 1.2rem; margin: 0 0 7px; }
.plus-features article p { line-height: 1.5; margin: 0 0 8px; }
.plus-future { border-top: 1px solid var(--line); padding-top: 22px; }
.plus-future h3 span { display: inline-block; background: var(--sage); color: var(--green); border-radius: var(--radius-pill); padding: 3px 8px; font-size: .7rem; vertical-align: middle; }
.plus-future p.muted { font-size: .9rem; }
.plus-free { color: var(--green); line-height: 1.5; }
.plus-free i { margin-right: 6px; }
.plus-offer { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 12px 40px var(--shadow); padding: 26px; }
.plus-offer h2 { font-size: 2rem; margin: 8px 0 22px; }
.plus-choice .button, .plus-offer > .button { width: 100%; }
.plus-periods { border: 0; padding: 0; margin: 0 0 20px; display: grid; gap: 12px; }
.plus-periods legend { font-size: .9rem; color: var(--muted); margin-bottom: 10px; }
.plus-period { display: flex; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.plus-period:has(input:checked) { border-color: var(--green); background: var(--sage); box-shadow: inset 0 0 0 1px var(--green); }
.plus-period input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--green); }
.plus-period > span { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; width: 100%; align-items: baseline; }
.plus-period small { grid-column: 1 / -1; color: var(--muted); font-weight: normal; font-size: .85rem; }
.plus-price { font-size: 1.55rem; font-weight: bold; white-space: nowrap; }
.plus-renewal .help-text, .plus-secure { font-size: .8rem; color: var(--muted); line-height: 1.5; }
.plus-renewal { margin: 20px 0; }
.plus-summary { padding: 12px 0; font-size: .95rem; line-height: 1.5; }
.plus-secure { text-align: center; margin: 12px 0 0; }
.plus-note { padding: 12px; border-radius: var(--radius-small); background: var(--surface-soft); font-size: .9rem; line-height: 1.5; }
.plus-active { color: var(--green); font-size: 1.3rem; font-weight: bold; }
.plus-manage { display: grid; gap: 8px; margin: 16px 0; }
.plus-public-prices strong { font-size: 2rem; }
.plus-faq { max-width: 780px; margin: 52px auto 0; }
.plus-faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.plus-faq summary { font-weight: bold; cursor: pointer; }
.plus-faq p { line-height: 1.6; color: var(--muted); }
.plus-history { margin-top: 40px; }
.plus-history ul { list-style: none; padding: 0; }
.plus-history li { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 14px 0; align-items: center; }
.plus-history span { display: block; color: var(--muted); font-size: .9rem; margin-top: 5px; }
.plus-history a { text-decoration: underline; font-size: .9rem; }
@media (max-width: 800px) {
    .plus-page { padding: 18px 18px 48px; }
    .plus-hero { padding: 24px 0 30px; gap: 18px; }
    .plus-hero img { width: 90px; margin: 0; }
    .plus-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
    .plus-offer { grid-row: 1; padding: 22px; }
    .plus-history li { align-items: start; flex-direction: column; }
}
@media (max-width: 440px) { .plus-hero img { display: none; } .plus-offer { padding: 20px 16px; } }
