:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;color:#1a1f36;background:#fff;--line:#e3e8ee;--muted:#697386;--blue:#0570de}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff}.checkout-layout{width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,1fr)}.checkout-summary{display:flex;flex-direction:column;align-items:flex-end;padding:32px 64px;border-right:1px solid #edf0f4}.checkout-summary>*{width:100%;max-width:380px}.checkout-brand{display:flex;align-items:center;gap:12px;margin-bottom:58px;color:#1a1f36;text-decoration:none;font-size:16px;font-weight:650}.checkout-brand img{width:46px;height:46px;border-radius:5px;object-fit:contain}.checkout-summary h1{margin:0 0 7px;font-size:14px;font-weight:500;color:#3c4257}.amount-display{height:56px;display:flex;align-items:center;padding:0 14px;border:1px solid #cfd7df;border-radius:6px;font-size:36px;line-height:1;letter-spacing:-1.2px}.amount-input{position:absolute;width:1px;height:1px;opacity:.01}.checkout-summary:has(.amount-input:focus) .amount-display{border-color:#0570de;box-shadow:0 0 0 1px #0570de}.checkout-panel{padding:32px 64px;width:100%;max-width:508px}.checkout-panel h2{margin:0 0 18px;font-size:20px;font-weight:600}.checkout-field{display:grid;gap:7px;margin-bottom:15px}.checkout-field label,.section-title{margin:0 0 6px;font-size:14px;font-weight:500;color:#3c4257}.checkout-field input{width:100%;height:36px;padding:7px 11px;border:1px solid #cfd7df;border-radius:6px;background:#fff;color:#1a1f36;font:inherit}.checkout-field input:focus{outline:0;border-color:#0570de;box-shadow:0 0 0 1px #0570de}.section-title{margin-top:22px}.cash-card{height:114px;border:1px solid #cfd7df;border-radius:6px;box-shadow:0 2px 5px rgba(60,66,87,.08);overflow:hidden}.cash-heading{height:42px;display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid #e6ebf1;font-size:14px}.cash-icon{width:15px;height:15px;display:grid;place-items:center;border-radius:4px;background:#00d64f;color:#fff;font-size:12px;font-weight:800}.cash-copy{height:71px;display:flex;align-items:center;gap:16px;padding:8px 15px;color:#697386;font-size:13px;line-height:1.35}.cash-copy svg{width:28px;flex:none}.terms{display:flex;align-items:flex-start;gap:9px;margin-top:17px;color:#3c4257;font-size:12px;line-height:1.35}.terms input{margin:1px 0 0;accent-color:#0570de}.consent-details a,.terms a{color:#3c4257}.consent-details{margin:3px 0 0 20px;color:#697386;font-size:11px}.consent-details summary{cursor:pointer;text-decoration:underline}.checkout-panel button#submit{width:100%;height:46px;margin-top:21px;border:0;border-radius:5px;background:#0570de;color:#fff;font-size:15px;font-weight:650}.checkout-panel button#submit:disabled{background:#87b8e8}.message{min-height:18px;margin-top:10px;color:#697386;font-size:12px}.suggestions{display:flex;gap:5px;flex-wrap:wrap}.suggestions button{padding:6px 10px;border:1px solid #cfd7df;border-radius:5px;background:#fff;color:#3c4257}.checkout-footer{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:10px;color:#697386;font-size:11px}.checkout-footer b{font-size:14px;color:#32325d}.checkout-footer a{color:#697386;text-decoration:none}.payment-placeholder{min-height:114px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:18px;border:1px solid #cfd7df;border-radius:6px;color:#697386;font-size:13px;line-height:1.4}.payment-placeholder strong{color:#3c4257;font-size:14px}#stripe-engine{width:100%;min-height:114px}#stripe-engine[hidden],.payment-placeholder[hidden]{display:none}.card,.shell{width:min(100%,480px);margin:10vh auto;padding:34px;border:1px solid var(--line);border-radius:8px;background:#fff}.footer,.security,.stripe{text-align:center;color:var(--muted);font-size:12px}.total{text-align:center;margin:20px}.total span{display:block;color:var(--muted);font-size:12px}.total strong{font-size:40px}.payment-box{padding:14px;border:1px solid var(--line);border-radius:7px}.shell button{width:100%;padding:13px;border:0;border-radius:5px;background:var(--blue);color:#fff;font-weight:650}.error,.message.error{color:#697386}.check{text-align:center}@media (max-width:760px){.checkout-layout{display:block}.checkout-summary{align-items:stretch;padding:24px 22px 16px;border:0}.checkout-summary>*{max-width:none}.checkout-brand{margin-bottom:28px}.amount-display{font-size:32px}.checkout-panel{max-width:none;padding:16px 22px 30px}.checkout-panel h2{font-size:19px}}@media (max-width:380px){.checkout-panel,.checkout-summary{padding-left:16px;padding-right:16px}.amount-display{font-size:29px}}.acorey-logo{width:92px;display:flex;flex-direction:column;align-items:flex-start;line-height:1}.acorey-wordmark{position:relative;font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:700;letter-spacing:-.04em;color:#172033}.acorey-wordmark i{position:absolute;width:7px;height:7px;right:-10px;top:2px;background:#bd654f;transform:rotate(45deg);border-radius:1px}.acorey-tagline{margin-top:4px;font-size:6.5px;font-weight:700;letter-spacing:.01em;color:#9d4d3b;white-space:nowrap}.amount-caret{display:inline-block;width:1px;height:38px;margin-right:1px;background:#1a1f2d;animation:amount-caret-blink 1s steps(1) infinite}@keyframes amount-caret-blink{50%{opacity:0}}@media (prefers-reduced-motion:reduce){.amount-caret{animation:none}}@media (min-width:761px){.checkout-layout{grid-template-columns:1fr 1fr}.checkout-panel{max-width:none;padding:48px clamp(34px,5vw,79px) 56px}.checkout-panel form,.checkout-panel>*{width:min(100%,380px)}.checkout-panel h2{margin:2px 0 14px;font-size:20px;font-weight:500;line-height:26px}.checkout-field{gap:5px;margin-bottom:13px}.checkout-field:first-of-type{margin-bottom:17px}.checkout-field label{margin:0;font-size:13px}.checkout-field input{font-size:14px;line-height:21px}.section-title{margin:28px 0 15px;font-size:16px;line-height:20.8px}.cash-card{padding:0}.cash-heading{font-size:14px}.cash-copy{font-size:13px}.checkout-panel button#submit{height:55px;margin-top:18px;font-size:16px;font-weight:500}.checkout-footer{margin-top:16px;font-size:12px}}