.commerce-page{max-width:1000px;margin-inline:auto;padding-block:36px 64px}
.public-test-banner{padding:12px 20px;background:#fff0d5;color:#633d08;text-align:center;font-size:.875rem;line-height:1.5;overflow-wrap:anywhere}
.commerce-page h1{font-family:inherit;font-size:clamp(1.65rem,4vw,2.4rem);line-height:1.2;margin:18px 0}
.commerce-page h2{font-size:1.25rem;line-height:1.35;margin:0 0 16px}
.commerce-page p{line-height:1.6}
.commerce-lead{max-width:650px;margin-bottom:24px}
.commerce-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,1fr);gap:24px;align-items:start}
.commerce-panel{background:#fffdf8;border:1px solid #e5ddd0;border-radius:20px;padding:26px;margin-bottom:20px;min-width:0}
.commerce-form{display:grid;gap:20px}
.commerce-field{display:grid;gap:7px;font-weight:600}
.commerce-field input{width:100%;min-width:0;padding:13px 15px;border:1px solid #a8afbc;border-radius:10px;font:inherit;font-size:16px;color:#082768;background:#fff}
.commerce-help{display:block;font-weight:400;font-size:.875rem;line-height:1.5;color:#45546a}
.commerce-consent{display:flex;gap:10px;align-items:flex-start;font-size:.9375rem;line-height:1.5}
.commerce-consent input{width:20px;height:20px;flex:0 0 20px;margin-top:2px;accent-color:#082768}
.commerce-form .button{width:100%;white-space:normal;text-align:center;min-height:48px}
.commerce-items{list-style:none;margin:0;padding:0;display:grid;gap:16px}
.commerce-items li{display:flex;gap:16px;justify-content:space-between;border-bottom:1px solid #e5ddd0;padding-bottom:16px;align-items:flex-start}
.commerce-items strong{white-space:nowrap;font-size:1rem}
.commerce-total{display:flex;justify-content:space-between;gap:16px;font-size:1.25rem;margin-top:20px}
.commerce-preview{background:#fff0d5;color:#633d08;border-radius:12px;padding:14px 18px;line-height:1.5;font-size:.9375rem}
.commerce-error{color:#ab261b;font-weight:500;margin:0;overflow-wrap:anywhere}
.commerce-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:20px}
.commerce-actions .button{white-space:normal;min-height:44px}
.commerce-status{display:inline-block;font-size:.9375rem;padding:8px 13px;border-radius:100px;background:#e9eef8;color:#082768}
.commerce-status[data-status="paid"]{background:#e7f3e5;color:#245a30}
.commerce-steps{list-style:none;counter-reset:steps;margin:24px 0;padding:0;display:grid;gap:16px}
.commerce-steps li{display:flex;align-items:center;gap:12px;color:#556075}
.commerce-steps li::before{counter-increment:steps;content:counter(steps);display:grid;place-items:center;border:1px solid #b8c1d0;border-radius:50%;width:32px;height:32px;flex:0 0 32px;font-size:.875rem}
.commerce-steps li.is-done{color:#082768}
.commerce-steps li.is-done::before{background:#082768;color:#fff;border-color:#082768}
.commerce-detail{overflow-wrap:anywhere}
.commerce-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.commerce-downloads{display:grid;gap:14px}
.commerce-downloads .button{justify-content:center;white-space:normal;text-align:center}
.commerce-page [hidden]{display:none!important}
body:has(.commerce-page) .support{display:none}
@media(max-width:700px){.commerce-grid{grid-template-columns:1fr}.commerce-page{padding-block:24px 40px}.commerce-panel{padding:20px;border-radius:16px}.commerce-summary{grid-row:1}.commerce-actions{align-items:stretch}.commerce-actions .button{flex:1 1 180px}}
