:root{--bg:#f5f4f0;--card:#fff;--text:#111;--muted:#6f6b66;--line:#d7d2cb;--green:#00b83f;--green-dark:#009d35;--soft:#f4f2ee;--cds-font-family-sans:"Hotmart Sans",Arial,Helvetica,sans-serif;--cds-font-family-serif:"Hotmart Display","Times New Roman",Times,serif;--cds-font-family-mono:fmono-regular,menlo,monaco,consolas,"Liberation Mono","Courier New",monospace;--cds-text-title-display-lg-font-size:3rem}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--cds-font-family-sans);font-feature-settings:normal}button,input,textarea{font:inherit;touch-action:manipulation}.hidden{display:none!important}
.page-shell{min-height:100vh;padding:6px 18px}.checkout-card{width:min(604px,100%);margin:0 auto;background:var(--card);border:1px solid #cfc9c1;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.checkout-topbar{min-height:34px;padding:7px 20px;display:flex;justify-content:space-between;align-items:center;background:#f4f2ef;border-bottom:1px solid #ebe7e1}.brand-mark{display:flex;align-items:center;gap:6px;font-size:13px}.brand-dot{color:#ff4d00;font-size:18px}.country-button{border:0;background:transparent;font-size:11px;display:flex;gap:6px;align-items:center}.country-code{font-size:9px}.caret{font-size:16px;color:#555}
.product-summary{display:grid;grid-template-columns:82px 1fr auto;gap:15px;align-items:start;padding:32px 14px 20px}.product-image{width:82px;height:82px;object-fit:cover;border-radius:6px}.product-copy h1{font-family:var(--cds-font-family-serif);font-size:16px;line-height:1.2;margin:0 0 2px}.product-copy p{margin:0 0 4px;font-size:12px}.product-price{display:block;font-size:18px}.product-payment-note{font-size:11px;font-weight:600}.details-button{border:0;background:transparent;font-weight:700;padding:0;font-size:13px;white-space:nowrap}.details-button span{font-size:18px;margin-left:5px}.details-panel{margin:0 14px 8px;padding:10px 12px;background:#faf9f7;border:1px solid #e2ded8;border-radius:8px}.details-panel>div{display:flex;justify-content:space-between;gap:12px;font-size:12px;padding:4px 0}.details-total{border-top:1px solid #e3ded8;margin-top:4px;padding-top:8px!important}
.form-section{padding:20px 14px 0}.form-section h2,.purchase-details h2{font-family:var(--cds-font-family-serif);font-size:16px;margin:0 0 10px}.field-label{display:block;font-size:13px;font-weight:700;margin:12px 0 7px}.text-input,.phone-wrap{width:100%;min-height:36px;border:1px solid #cfc9c1;border-radius:6px;background:#fff}.text-input{padding:0 12px;font-size:16px;outline:0}.text-input::placeholder,.phone-input::placeholder{color:#9c98a0}.text-input:focus,.phone-wrap:focus-within{border-color:#777}.phone-wrap{display:flex;align-items:stretch;overflow:hidden}.phone-prefix{width:96px;display:flex;align-items:center;justify-content:center;gap:6px;border-right:1px solid #d6d1ca;font-size:12px}.phone-input{border:0;outline:0;flex:1;min-width:0;padding:0 12px;font-size:16px}
.payment-section{padding-top:24px}.payment-card{border:1px solid #161616;border-radius:8px;overflow:hidden;background:#f3f1ed}.payment-head{height:49px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 15px}.radio{width:14px;height:14px;border:1px solid #1b1b1b;border-radius:50%;display:grid;place-items:center}.radio.selected:after{content:"";width:8px;height:8px;border-radius:50%;background:#111}.pix-glyph{color:#39b8b5;font-size:18px}.payment-content{display:grid;grid-template-columns:1fr 180px;gap:24px;padding:28px 15px 18px}.access-note{display:flex;gap:9px;align-items:flex-start;margin-bottom:18px}.access-note span{font-size:22px;color:#666}.access-note p{font-size:11px;line-height:1.35;margin:3px 0 0;font-weight:600}.generate-button,.copy-inline-button{width:100%;height:34px;border-radius:5px;font-weight:800}.generate-button{border:0;background:var(--green);color:#fff}.generate-button:hover{background:var(--green-dark)}.copy-inline-button{border:1px solid #cfc9c1;background:#fff;color:#078c31}.copy-inline-button:disabled{opacity:.45}.qr-placeholder{display:grid;grid-template-columns:repeat(2,60px);grid-auto-rows:60px;gap:20px;justify-content:center;align-content:center}.qr-placeholder span{border:10px solid #c8c5c0;border-radius:15px;position:relative}.qr-placeholder span:after{content:"";position:absolute;inset:12px;border-radius:5px;background:#c8c5c0}.qr-placeholder span:last-child{border-radius:0;border-width:0;background:linear-gradient(90deg,#c8c5c0 0 20%,transparent 20% 45%,#c8c5c0 45% 65%,transparent 65%)}
.form-message{min-height:18px;margin:10px 14px 0;text-align:center;color:#d13b44;font-size:12px}.purchase-details{padding:24px 18px 18px}.purchase-line{border:1px solid #d5d0ca;border-radius:4px;padding:9px;display:flex;justify-content:space-between;gap:16px;font-size:12px}.secure-footer{text-align:center;color:#777;font-size:11px;padding:7px 12px 34px}
.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(3px)}.modal-card{position:relative;z-index:1;width:min(440px,100%);max-height:calc(100dvh - 40px);overflow:auto;background:#fff;border-radius:18px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.28)}.modal-close{position:absolute;right:12px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f0f0f0;font-size:24px}.modal-handle{display:none}.modal-header{display:flex;gap:11px;align-items:center;padding-right:40px}.modal-pix{width:44px;height:44px;border-radius:12px;background:#eaf9f5;color:#23a997;display:grid;place-items:center}.modal-header span{font-size:11px;color:#777}.modal-header h2{font-family:var(--cds-font-family-serif);margin:2px 0 0;font-size:20px}.modal-total{margin:18px 0 14px;padding:12px 14px;border-radius:12px;background:#f8f8f8;display:flex;justify-content:space-between}.modal-card>p{font-size:13px;color:#666;line-height:1.5}.qr-shell{width:min(250px,100%);margin:14px auto;padding:10px;border:1px solid #ddd;border-radius:14px;display:grid;place-items:center}.qr-shell img,.qr-shell canvas{max-width:100%;height:auto!important}.modal-card>label{display:block;font-size:12px;font-weight:700;margin-bottom:6px}.modal-card textarea{width:100%;min-height:82px;resize:none;border:1px solid #ddd;border-radius:9px;padding:10px;font-family:var(--cds-font-family-mono);font-size:16px;outline:0}.modal-copy-button{width:100%;height:48px;border:0;border-radius:9px;background:#111;color:#fff;font-weight:800;margin-top:10px}.modal-secure{text-align:center;font-size:11px;color:#777;margin-top:12px}

/* Pix modal premium */
.pix-modal-card{width:min(610px,100%);border-radius:24px;padding:26px;background:#fff}
.pix-success-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#edf9f3;color:#087a46;font-size:12px;font-weight:800;margin-bottom:14px}
.pix-success-dot{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#0fa765;color:#fff;font-size:11px}
.pix-modal-header{margin-bottom:14px}
.pix-modal-header .modal-pix{width:48px;height:48px;border-radius:15px;background:#eefaf8}
.pix-modal-header h2{font-family:var(--cds-font-family-sans);font-size:24px;line-height:1.12;margin:2px 0 0}
.pix-total-card{margin:0 0 18px;padding:16px 18px;background:#fafafa;border:1px solid #ece9e5;border-radius:14px;align-items:center}
.pix-total-card>div{display:flex;flex-direction:column;gap:3px}.pix-total-card span{font-size:12px;color:#777}.pix-total-card small{font-size:11px;color:#999}.pix-total-card strong{font-size:24px;white-space:nowrap}
.pix-modal-grid{display:grid;grid-template-columns:250px 1fr;gap:22px;align-items:start}
.pix-qr-column{display:flex;flex-direction:column;align-items:center}
.pix-qr-shell{width:250px;margin:0;padding:12px;border-radius:18px;border:1px solid #e3dfda;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.pix-qr-shell #modalQr{display:grid;place-items:center;min-height:224px}.pix-qr-shell #modalQr img,.pix-qr-shell #modalQr canvas{width:224px!important;height:224px!important;max-width:100%}
.qr-caption{display:block;text-align:center;color:#777;font-size:11px;line-height:1.4;margin-top:9px;max-width:220px}
.pix-steps-column h3{font-size:14px;margin:3px 0 12px}.pix-step{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start;margin-bottom:12px}.pix-step>span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#f0efec;color:#171717;font-weight:800;font-size:12px}.pix-step p{margin:2px 0 0;font-size:12px;line-height:1.45;color:#666}.pix-step strong{color:#222}
.pix-copy-card{margin-top:18px;border:1px solid #e3dfda;border-radius:16px;padding:14px;background:#faf9f7}.pix-copy-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.pix-copy-heading>div{display:flex;flex-direction:column;gap:2px}.pix-copy-heading span{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#8b8680}.pix-copy-heading strong{font-size:13px}.pix-copy-heading img{width:23px;height:22px}.pix-copy-card textarea{min-height:72px;background:#fff;border-color:#dedad4;font-size:13px;line-height:1.35}.pix-copy-card textarea:focus{border-color:#bcb6ae}.pix-copy-card .modal-copy-button{height:50px;border-radius:10px;background:#111;margin-top:10px;font-size:14px}.pix-copy-card .modal-copy-button:hover{background:#2a2a2a}
.pix-warning{display:flex;gap:9px;align-items:flex-start;margin-top:14px;padding:11px 12px;border-radius:12px;background:#fff8e8;color:#6b5727}.pix-warning>span{font-size:15px;line-height:1}.pix-warning p{margin:0;font-size:11px;line-height:1.45}
.pix-modal-secure{display:flex;align-items:center;justify-content:center;gap:6px;padding-top:14px;border-top:1px solid #eeeae5;margin-top:16px}.pix-modal-secure span{font-size:10px;color:#8a857f}.pix-modal-secure img{width:71px;height:20px}

@media(max-width:620px){.page-shell{padding:0}.checkout-card{border-radius:0;border-left:0;border-right:0}.checkout-topbar{padding:8px 14px}.product-summary{grid-template-columns:68px 1fr;gap:11px;padding:24px 14px 12px}.product-image{width:68px;height:68px}.product-copy h1{font-size:14px}.details-button{grid-column:2;justify-self:start}.form-section{padding-left:14px;padding-right:14px}.text-input,.phone-wrap{min-height:46px}.text-input,.phone-input{font-size:16px!important}.payment-content{grid-template-columns:1fr}.qr-placeholder{display:none}.purchase-details{padding-left:14px;padding-right:14px}.modal{align-items:end;padding:0}.modal-card{width:100%;max-height:94dvh;border-radius:20px 20px 0 0;padding:14px 16px calc(18px + env(safe-area-inset-bottom))}.modal-handle{display:block;width:44px;height:4px;border-radius:999px;background:#d0d0d0;margin:0 auto 12px}.qr-shell{width:min(235px,76vw)}.pix-modal-card{width:100%;max-height:95dvh;border-radius:24px 24px 0 0;padding:12px 16px calc(18px + env(safe-area-inset-bottom))}.pix-success-badge{margin-bottom:10px}.pix-modal-header{margin-bottom:12px;padding-right:36px}.pix-modal-header h2{font-size:21px}.pix-total-card{padding:13px 14px;margin-bottom:14px}.pix-total-card strong{font-size:21px}.pix-modal-grid{grid-template-columns:1fr;gap:14px}.pix-qr-shell{width:min(246px,72vw)}.pix-qr-shell #modalQr{min-height:210px}.pix-qr-shell #modalQr img,.pix-qr-shell #modalQr canvas{width:210px!important;height:210px!important}.qr-caption{font-size:10px}.pix-steps-column h3{margin-bottom:9px}.pix-step{margin-bottom:9px}.pix-copy-card{margin-top:12px;padding:12px}.pix-copy-card textarea{font-size:16px!important;min-height:66px}.pix-warning{margin-top:10px}.pix-modal-secure{margin-top:12px;padding-top:11px}}
