/* Three parallel choices, with the centre card visually brought forward. */
body[data-step="paywall"] .layout{max-width:1020px}
.offer-prices.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch;margin:38px 0 24px;border:0;padding:0;overflow:visible}
.offer-grid .offer-card{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;min-width:0;padding:27px 16px 20px;text-align:center;border:1px solid #d8cee9;border-radius:20px;background:#fff;box-shadow:0 5px 15px #59487808;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;cursor:pointer}
.offer-grid .offer-card::after{display:none}
.offer-grid .offer-card input{position:absolute;opacity:0;width:1px;height:1px}
.offer-grid .offer-card .choice-text{display:flex;flex-direction:column;align-items:center;min-width:0;width:100%;height:100%}
.offer-grid .offer-card .price-line{display:flex;flex-direction:column;align-items:center;gap:18px;width:100%}
.offer-grid .offer-card .choice-title{font-size:1rem;font-weight:600;line-height:1.4;overflow-wrap:anywhere}
.offer-grid .price-stack{align-items:center;width:100%}
.offer-grid .price-amount{display:block;font-size:2.5rem;line-height:1.1;font-weight:700;letter-spacing:-1.5px;white-space:nowrap}
.offer-grid .price-unit{display:block;font-size:.8125rem;line-height:1.5;color:var(--muted);font-weight:400;margin:5px 0 4px;letter-spacing:0}
.offer-grid .offer-card .price-term{font-size:.875rem;line-height:1.5;margin:14px 0 0;overflow-wrap:anywhere}
.offer-grid .offer-card .renewal{font-size:.8125rem;line-height:1.5;margin-top:8px;color:var(--muted)}
.offer-card .plan-indicator{display:grid;place-items:center;width:24px;height:24px;margin-top:20px;border:1.5px solid #c0b2d4;border-radius:50%;background:#fff;transition:background .2s,border-color .2s}
.offer-card .plan-indicator svg{width:13px;height:13px;opacity:0;transform:scale(.5);transition:opacity .2s,transform .2s}
.offer-grid .offer-featured{transform:translateY(-10px) scale(1.035);z-index:1;border:2px solid #9876cd;background:linear-gradient(150deg,#f3eaff,#f0f1ff 65%,#fff0f8);box-shadow:0 16px 35px #7855ab22}
.offer-grid .offer-featured::before{content:"";position:absolute;left:25%;right:25%;height:4px;top:-2px;border-radius:8px;background:linear-gradient(90deg,#9960d5,#768be9,#d789bb)}
.offer-grid .offer-card:has(input:checked){border-color:#8760b7;background:linear-gradient(150deg,#f2e8ff,#edf0ff 70%,#fcecf6);box-shadow:0 10px 24px #7755a821}
.offer-grid .offer-card:has(input:checked) .plan-indicator{background:#7954a6;border-color:#7954a6;color:white}
.offer-grid .offer-card:has(input:checked) .plan-indicator svg{opacity:1;transform:scale(1)}
.offer-grid .offer-card:has(input:focus-visible){outline:3px solid #6654aa;outline-offset:4px}
@media(hover:hover){.offer-grid .offer-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #7755a81c}.offer-grid .offer-featured:hover{transform:translateY(-13px) scale(1.035)}}
@media(max-width:600px){.offer-prices.offer-grid{gap:8px;margin:30px 0 20px}.offer-grid .offer-card{padding:18px 8px 14px;border-radius:14px}.offer-grid .offer-card .choice-title{font-size:.875rem}.offer-grid .offer-card .price-line{gap:14px}.offer-grid .price-amount{font-size:1.75rem;letter-spacing:-1px}.offer-grid .offer-card .price-term,.offer-grid .offer-card .renewal{font-size:.75rem;line-height:1.5}.offer-card .plan-indicator{margin-top:15px;width:22px;height:22px}.offer-grid .offer-featured{transform:translateY(-8px) scale(1.025)}body[data-step="paywall"] #main{padding-left:16px;padding-right:16px}body[data-step="paywall"] .layout{padding-left:12px;padding-right:12px}}
@media(prefers-reduced-motion:reduce){.offer-grid .offer-card,.plan-indicator,.plan-indicator svg{transition:none!important}}

.offer-grid .plan-includes{display:block;margin:16px 0 0;font-size:.875rem;line-height:1.5;color:var(--muted);min-height:3em}.offer-grid .renewal{padding-bottom:20px}@media(max-width:600px){.offer-grid .plan-includes{font-size:.75rem;min-height:4.5em;margin-top:12px}.offer-grid .renewal{padding-bottom:14px}}

.accessible-pricing{display:flex;gap:12px;align-items:flex-start;margin:26px 0 22px;padding:0 4px;color:var(--muted)}.accessible-pricing-mark{font-size:1.75rem;line-height:1;color:#9670bd}.accessible-pricing h3{font-size:.9375rem;line-height:1.5;font-weight:600;color:var(--ink);margin:0 0 5px}.accessible-pricing p{font-size:.875rem;line-height:1.65;margin:0}.large-text .accessible-pricing h3{font-size:1.0625rem}.large-text .accessible-pricing p{font-size:1rem}
.offer-grid .offer-card .choice-text>span{max-width:100%}.offer-grid .offer-card .renewal{overflow-wrap:anywhere}.offer-grid .offer-card .choice-title{min-height:1.5em}
@media(max-width:360px){.offer-grid .offer-card{padding-left:5px;padding-right:5px}.offer-grid .offer-card .choice-title{font-size:.8125rem;letter-spacing:-.25px}.offer-grid .price-amount{font-size:1.625rem}}
