.custom-order-page { background: var(--warm-white); }
.custom-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 460px); align-items: start; gap: 28px clamp(40px, 7vw, 96px); width: min(1100px, calc(100% - 80px)); margin: auto; padding: 64px 0 72px; }
.custom-label { margin: 0 0 16px; font-size: 15px; font-weight: 600; color: var(--slate); }
.custom-intro h1 { margin: 0 0 20px; font: 400 clamp(40px, 4.4vw, 60px)/1.05 var(--display); letter-spacing: -.025em; }
.custom-intro > p:not(.custom-label):not(.custom-scope) { max-width: 40ch; color: var(--slate); font-size: 18px; }
.custom-inclusions { margin: 28px 0; padding-left: 20px; font-size: 16px; line-height: 1.7; }
.custom-inclusions li { margin: 8px 0; padding-left: 4px; }
.custom-next { border-top: 1px solid var(--warm-rule); padding-top: 24px; }
.custom-next h2 { margin: 0 0 16px; font: 600 18px/1.4 var(--body); }
.custom-next ol { margin: 0; padding-left: 20px; color: var(--slate); font-size: 15px; }
.custom-next li { padding-left: 6px; margin-bottom: 16px; }
.custom-next strong { color: var(--navy); }
.custom-scope { font-size: 14px; color: var(--slate); }
.custom-summary { grid-column: 2; grid-row: 1 / span 2; background: var(--paper); border: 1px solid var(--warm-rule); padding: 30px; }
.custom-next { grid-column: 1; }
.custom-summary h2 { margin: 0 0 24px; font: 500 30px/1.15 var(--display); }
.custom-summary form > label:first-child { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.custom-summary select { width: 100%; min-height: 50px; border: 1px solid #8a959e; border-radius: 4px; padding: 10px; color: var(--navy); background: var(--paper); font: 400 15px/1.4 var(--body); }
.custom-summary .custom-setup { margin: 28px 0 8px; font-size: 15px; color: var(--slate); }
.custom-summary .custom-savings { margin: 8px 0 0; color: var(--slate); font-size: 13px; }
.custom-rate { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 24px 0 0; font: 500 44px/1.1 var(--display); }
.custom-rate strong { font-weight: 500; }
.custom-rate span { font: 400 16px/1.4 var(--body); color: var(--slate); }
.custom-summary .custom-billed { margin: 8px 0 0; font-size: 15px; font-weight: 600; }
.custom-total { margin: 0 0 14px; font: 600 22px/1.3 var(--body); }
.custom-total span { font: 400 14px/1.4 var(--body); color: var(--slate); white-space: nowrap; }
.custom-renewal { margin: 0 0 18px; font-size: 15px; line-height: 1.6; }
.custom-fine { padding-top: 18px; border-top: 1px solid var(--warm-rule); color: var(--slate); font-size: 13px; line-height: 1.6; }
.custom-consent { display: flex; align-items: flex-start; gap: 12px; margin: 24px 0; font-size: 14px; line-height: 1.6; }
.custom-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 3px 0 0; accent-color: var(--navy); }
.custom-summary .button { width: 100%; justify-content: space-between; gap: 12px; min-height: 52px; padding: 12px 18px; font-size: 15px; transition: none; }
.custom-summary .custom-email-note { margin: 12px 0 0; color: var(--slate); font-size: 13px; }
.custom-summary .button:disabled { background: #e3e8ec; color: #43505a; cursor: not-allowed; }
.custom-summary .custom-status { margin: 16px 0 0; font-size: 14px; color: var(--slate); line-height: 1.6; }
.custom-retry { min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: var(--navy); text-decoration: underline; text-underline-offset: 3px; font-size: 14px; cursor: pointer; }
.custom-summary .custom-recovery { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--warm-rule); font-size: 14px; }
.custom-summary .custom-help { margin: 12px 0 0; font-size: 14px; }
.custom-footer { display: flex; flex-wrap: wrap; gap: 12px 24px; width: min(1100px, calc(100% - 40px)); margin: 0 auto 32px; padding-top: 24px; border-top: 1px solid var(--warm-rule); font-size: 13px; color: var(--slate); }
@media(max-width:800px) { .custom-layout { grid-template-columns: 1fr; width: min(620px, calc(100% - 40px)); gap: 32px; padding: 36px 0; } .custom-summary { padding: 24px; grid-column: 1; grid-row: 2; } .custom-next { grid-row: 3; } }
@media(max-width:480px) { .custom-order-page .sales-nav-inner { flex-wrap: wrap; gap: 8px; padding-top: 16px; padding-bottom: 12px; } .custom-rate { font-size: 40px; } .custom-summary { padding: 20px; } }
