.plan-buy-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:20px;padding:0 16px;border:1px solid #6f2927;border-radius:13px;background:#6f2927;color:#fffaf2;font:800 14px var(--plan-sans);cursor:pointer}.plan-buy-button:hover{background:#54201f;box-shadow:0 9px 20px rgba(62,23,22,.22);transform:translateY(-1px)}.plan-buy-button:focus-visible{outline:3px solid rgba(238,193,113,.72);outline-offset:3px}.plan-buy-button:disabled{cursor:wait;opacity:.62}.plan-buy-button--secondary{border-color:var(--plan-line);background:#fff8ee;color:#563f2a}.plan-buy-button--secondary:hover{background:#f5e8d7}.plan-payment-dialog{display:grid;grid-template-rows:minmax(0,1fr) auto;width:min(92vw,510px);max-height:min(88vh,760px);padding:31px;border:0;border-radius:24px;background:#fffaf2;color:var(--plan-ink);box-shadow:0 24px 80px rgba(0,0,0,.35);overflow:hidden}.plan-payment-dialog::backdrop{background:rgba(24,16,13,.63);backdrop-filter:blur(3px)}.plan-payment-dialog__content{min-height:0;overflow:auto;padding:0 3px 4px}.plan-payment-dialog h2{margin:0;font:800 clamp(27px,5vw,38px)/1.2 var(--plan-serif)}.plan-payment-dialog p:not(.plan-eyebrow){margin:13px 0 0;color:var(--plan-muted);font-size:14px}.plan-payment-dialog__close{display:flex;justify-content:flex-end;margin:-14px -14px 8px}.plan-payment-dialog__close button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:#f0e4d3;color:#573f2e;font-size:24px;line-height:1;cursor:pointer}.plan-payment-dialog__close button:hover,.plan-payment-dialog__close button:focus-visible{background:#e5cfb0;outline:3px solid rgba(154,110,49,.2);outline-offset:2px}.plan-payment-dialog__details{display:grid;grid-template-columns:minmax(96px,.7fr) minmax(0,1.3fr);gap:8px 14px;margin:18px 0 0;padding:16px;border:1px solid #e2cfb4;border-radius:14px;background:#fffdf8;font-size:14px;line-height:1.55}.plan-payment-dialog__details dt{color:#71543c;font-weight:800}.plan-payment-dialog__details dd{margin:0;color:#3f3027}.plan-payment-dialog__next{margin:15px 0;padding:14px;border:1px solid #e8dcc8;border-radius:14px;background:#fffaf2}.plan-payment-dialog__next h3{margin:0;color:#51351e;font-size:.88rem}.plan-payment-dialog__next ol{display:grid;gap:10px;margin:12px 0 0;padding:0;list-style:none;counter-reset:plan-checkout-next}.plan-payment-dialog__next li{position:relative;min-height:30px;padding-left:38px;counter-increment:plan-checkout-next}.plan-payment-dialog__next li::before{position:absolute;left:0;top:1px;display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#ead6b7;color:#704122;content:counter(plan-checkout-next);font-size:.74rem;font-weight:900}.plan-payment-dialog__next strong,.plan-payment-dialog__next span{display:block}.plan-payment-dialog__next strong{color:#4a311d;font-size:.78rem}.plan-payment-dialog__next span{margin-top:2px;color:#796854;font-size:.72rem;line-height:1.55}.plan-payment-dialog__terms{font-size:12px!important}.plan-payment-dialog__terms a{color:#6f2927;font-weight:800}.plan-payment-dialog__actions{display:grid;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid #e8dcc8;background:#fffaf2}.plan-payment-dialog__actions .plan-buy-button{margin:0}.plan-payment-dialog__status{padding:11px 13px;border-radius:12px;background:#f5e7d6;color:#67432c;font-weight:700}@media(max-width:520px){.plan-payment-dialog{width:min(94vw,510px);max-height:calc(100vh - 24px);padding:20px 16px}.plan-payment-dialog__content{padding-right:5px}.plan-payment-dialog__details{grid-template-columns:1fr;gap:2px;padding:14px;font-size:15px}.plan-payment-dialog__details dd{margin:0 0 10px}.plan-payment-dialog__details dd:last-child{margin-bottom:0}.plan-payment-dialog__actions{position:relative;margin-inline:-1px}.plan-payment-dialog__status{font-size:.88rem}}
.plan-payment-result{width:min(92vw,760px);margin:0 auto 48px;padding:28px;border:1px solid #ddc6a4;border-radius:22px;background:linear-gradient(135deg,#fffdf8,#f7ead7);color:var(--plan-ink);box-shadow:0 14px 36px rgba(81,49,29,.1)}.plan-payment-result h2{margin:4px 0 0;font:800 clamp(28px,5vw,42px)/1.18 var(--plan-serif)}.plan-payment-result>p:not(.plan-eyebrow){color:var(--plan-muted);line-height:1.75}.plan-payment-result__details{display:grid;grid-template-columns:130px 1fr;gap:8px 14px;margin:20px 0;padding:16px;border-radius:14px;background:#fffdf8}.plan-payment-result__details dt{font-weight:800;color:#71543c}.plan-payment-result__details dd{margin:0}.plan-payment-result__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.plan-payment-result__actions .plan-buy-button{margin:0}@media(max-width:520px){.plan-payment-result{margin:0 16px 32px;padding:22px}.plan-payment-result__details{grid-template-columns:1fr}.plan-payment-result__actions{grid-template-columns:1fr}}
.plan-buy-button[hidden]{display:none!important}
