.plus-entry {display:flex;align-items:center;gap:12px;padding:20px 16px;margin:18px 0;flex-shrink:0;background:linear-gradient(125deg,var(--card),var(--rose-pale));}
.plus-entry > span:nth-child(2) {flex:1;min-width:0;}
.plus-entry strong {display:block;font-family:var(--font-head);font-size:15px;color:var(--ink-title);line-height:1.5;}
.plus-entry small {display:block;margin-top:6px;color:var(--plum-soft);font-size:12px;line-height:1.65;}
.plus-badge {border:1px solid var(--border-strong);border-radius:20px;padding:5px 9px;font-size:11px;color:var(--rose-deep);}
.plus-entry.compact {margin:0 0 18px;}
.membership-screen {padding-bottom:24px;}
.membership-screen .screen-head {margin-bottom:22px;}
.plus-hero {padding:20px 16px 28px;text-align:center;}
.plus-symbol {display:flex;align-items:center;justify-content:center;margin:0 auto 18px;width:64px;height:64px;border-radius:50%;background:var(--rose-pale);color:var(--rose);}
.plus-symbol svg {width:34px;height:34px;}
.plus-eyebrow {font-size:11px;font-weight:800;color:var(--rose-deep);letter-spacing:.6px;}
.plus-hero h2 {font-family:var(--font-head);font-size:29px;line-height:1.35;color:var(--ink-title);margin:12px 0 16px;}
.plus-hero > p:not(.plus-eyebrow) {font-size:14px;line-height:1.8;color:var(--plum-soft);margin:0;}
.free-status {display:inline-flex;gap:6px;align-items:center;background:var(--sage);padding:7px 11px;border-radius:18px;margin-top:20px;font-size:11px;color:var(--plum);}
.free-status svg {width:14px;height:14px;}
.plus-benefits {display:grid;gap:12px;}
.plus-benefit {padding:20px 16px;display:flex;gap:13px;align-items:flex-start;}
.plus-benefit .icon-circle {flex-shrink:0;}
.plus-benefit h3 {font-family:var(--font-head);font-size:15px;line-height:1.5;margin:0 0 7px;}
.plus-benefit p,.sample-plan>p {margin:0;color:var(--plum-soft);font-size:13px;line-height:1.75;}
.membership-screen section>h2,.plus-report h2 {font-family:var(--font-head);color:var(--ink-title);font-size:20px;line-height:1.5;margin:0 0 18px;}
.plus-comparison,.plus-pricing,.plus-faq,.sample-plan {margin-top:30px;}
.plus-comparison table {border-collapse:collapse;width:100%;font-size:11px;table-layout:fixed;}
.plus-comparison th,.plus-comparison td {padding:13px 5px;border-bottom:1px solid var(--border-strong);text-align:center;overflow-wrap:break-word;}
.plus-comparison th:first-child {width:52%;text-align:left;font-weight:600;font-size:12px;}
.plus-comparison td:last-child,.plus-comparison thead th:last-child {color:var(--rose-deep);background:var(--rose-pale);}
.plan-options {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.plan-option {padding:17px 14px;border:1px solid var(--border-strong);border-radius:18px;background:var(--card);text-align:left;}
.plan-option.selected {border:2px solid var(--rose-deep);padding:16px 13px;background:var(--rose-pale);}
.plan-option-top {display:flex;justify-content:space-between;align-items:center;font-size:13px;}
.plan-radio {width:15px;height:15px;border:1px solid var(--rose-deep);border-radius:50%;}
.plan-option.selected .plan-radio {background:var(--rose-deep);box-shadow:inset 0 0 0 3px var(--rose-pale);}
.plan-option strong {display:block;font-size:22px;margin:15px 0 3px;color:var(--ink-title);}
.plan-option small {color:var(--plum-soft);font-size:12px;}
.plan-equivalent {font-size:12px;color:var(--rose-deep);text-align:center;margin:14px 0;}
.plus-caption {font-size:11px!important;color:var(--plum-soft);line-height:1.7!important;margin:12px 0;}
.plus-preview-cta {width:100%;display:flex;justify-content:center;align-items:center;gap:8px;margin-top:18px;text-align:center;}
.plus-preview-cta svg {width:18px;height:18px;}
.plus-free-link {display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;height:auto;padding:12px 16px;line-height:1.5;text-align:center;margin:10px 0;}
.centered {text-align:center;}
.plus-faq details {border-bottom:1px solid var(--border-strong);padding:17px 0;}
.plus-faq summary {font-size:13px;font-weight:700;cursor:pointer;line-height:1.6;}
.plus-faq p {font-size:12px;line-height:1.8;color:var(--plum-soft);}
.sample-banner {display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:16px;background:var(--sage);margin-bottom:22px;}
.sample-banner svg {width:20px;height:20px;}
.sample-banner strong {font-size:12px;}.sample-banner p {font-size:12px;line-height:1.6;margin:7px 0 0;}
.plus-dashboard {padding:4px 0 26px;text-align:center;}
.plus-dashboard>.free-status {margin:0 0 16px;}
.plus-dashboard>h2 {font-family:var(--font-head);font-size:26px;line-height:1.4;color:var(--ink-title);margin:0 12px 10px;}
.plus-dashboard>p {font-size:13px;line-height:1.7;color:var(--plum-soft);margin:0 18px 20px;}
.plus-dashboard-grid {display:grid;gap:12px;text-align:left;}
.plus-dashboard-card {position:relative;display:grid;grid-template-columns:42px 1fr 18px;column-gap:12px;align-items:center;width:100%;padding:17px 15px;text-align:left;}
.plus-dashboard-card .icon-circle {grid-row:1/3;}
.plus-dashboard-card strong {font-family:var(--font-head);font-size:15px;color:var(--ink-title);}
.plus-dashboard-card small {grid-column:2;font-size:11.5px;line-height:1.55;color:var(--plum-soft);margin-top:4px;}
.plus-dashboard-card .chev {grid-column:3;grid-row:1/3;color:var(--rose-deep);}
.plus-dashboard-card .chev svg {width:18px;height:18px;}
.plus-report,.sample-plan {scroll-margin-top:14px;}
.plus-report {padding:24px 20px;background:linear-gradient(120deg,var(--card),var(--rose-pale));}
.plus-report h2 {margin:12px 0;}.plus-report p {font-size:14px;line-height:1.85;}
.sample-routine {padding:18px;margin-top:15px;}.sample-routine>label:first-child {display:block;font-weight:700;font-size:13px;margin-bottom:12px;}
.sample-routine select {font:inherit;font-size:13px;color:var(--plum);width:100%;padding:12px 8px;background:var(--rose-tint);border:1px solid var(--border-strong);border-radius:10px;}
.routine-done {display:flex;align-items:center;gap:8px;margin-top:14px;font-size:12px;color:var(--plum-soft);}
.routine-done input {accent-color:var(--rose-deep);width:17px;height:17px;}
@media(max-width:350px) {.plus-hero h2{font-size:25px;}.plan-option strong{font-size:19px;}.plus-entry{gap:8px;padding:16px 12px;}}

.monthly-plan {padding:24px;text-align:center;border:1px solid var(--rose-soft);background:var(--rose-pale);}
.monthly-plan>span {display:block;color:var(--rose-deep);font-size:13px;}
.monthly-plan>strong {display:block;margin:12px 0;font-size:30px;color:var(--ink-title);}
.monthly-plan small {font-size:14px;font-weight:600;}.monthly-plan p {font-size:12px;line-height:1.6;color:var(--plum-soft);}
.plus-observation {padding:12px 0;border-top:1px solid var(--border-strong);}
.cycle-comparisons {margin-top:28px;}.plus-cycle {padding:18px;margin-top:12px;}
.plus-cycle>strong {display:block;font-size:12px;line-height:1.6;}.plus-cycle>div{display:flex;gap:16px;margin:12px 0;font-size:13px;}.plus-cycle small{color:var(--plum-soft);}
.plan-week-nav {display:flex;align-items:center;justify-content:space-between;gap:12px;margin:20px 0;text-align:center;font-size:13px;}
.plan-week-nav button {padding:12px;}.plan-week-nav svg {width:20px;height:20px;}.plan-week-nav small{color:var(--plum-soft);}
.routine-save-row {display:flex;align-items:center;gap:12px;margin-top:16px;}.routine-save-row [role=status]{font-size:11px;line-height:1.5;color:var(--plum-soft);}
.plus-quality {display:inline-flex;padding:6px 10px;border-radius:16px;background:var(--sage);font-size:11px;color:var(--plum);}
.plus-comparison-card {padding:20px;margin-top:16px;}.plus-comparison-card h2{font-size:16px!important;margin-bottom:8px!important;}.plus-comparison-card p{font-size:13px;line-height:1.7;color:var(--plum-soft);}
.plan-progress {display:grid;grid-template-columns:1fr auto;gap:8px;margin:18px 0;font-size:12px;}.plan-progress i{grid-column:1/3;height:7px;border-radius:8px;background:var(--rose-pale);overflow:hidden;}.plan-progress b{display:block;height:100%;border-radius:8px;background:var(--rose-deep);}
.plan-history {display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px;font-size:11px;color:var(--plum-soft);}.plan-history strong{width:100%;color:var(--plum);}.plan-history span{padding:6px 8px;border-radius:10px;background:var(--rose-tint);}
