:root{
  --creme:#faf6f0; --creme-2:#f3ece2; --branco:#fff;
  --texto:#2e2a26; --texto-sub:#6b6259; --texto-fraco:#9a9086;
  --acento:#7d8f74; --acento-2:#96a68d; --acento-suave:#e9efe4;
  --rosa:#c98f7d; --rosa-suave:#f3dfd8;
  --linha:#e6ddd0; --erro:#c0553f; --erro-bg:#fbeeeb;
  --raio:18px; --raio-lg:26px; --sombra:0 24px 70px -34px rgba(46,42,38,.34);
  --serif:'Fraunces',serif; --sans:'Inter',sans-serif;
}
*{box-sizing:border-box;}
html{overflow-x:hidden;}
body.checkout-body{
  margin:0;font-family:var(--sans);background:linear-gradient(180deg,#fffaf4 0%,var(--creme) 46%,var(--creme-2) 100%);color:var(--texto);
  line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh;
}
.checkout-wrap{
  max-width:1040px;margin:0 auto;padding:36px 18px 56px;
  display:grid;grid-template-columns:minmax(300px,420px) minmax(360px,500px);gap:24px;align-items:start;justify-content:center;
}
.checkout-topbar{
  grid-column:1/-1;min-height:42px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
}
.checkout-back{
  grid-column:1;justify-self:start;color:var(--texto-fraco);font-size:13px;font-weight:700;text-decoration:none;
  display:inline-flex;align-items:center;gap:7px;width:max-content;white-space:nowrap;
}
.checkout-back:hover{color:var(--texto);}
.checkout-brand{grid-column:2;justify-self:center;display:inline-flex;align-items:center;gap:8px;color:var(--texto);text-decoration:none;}
.checkout-brand img{width:40px;height:40px;object-fit:contain;flex:none;}
.checkout-brand > span{display:grid;line-height:1;text-align:left;}
.checkout-brand strong{font-family:var(--serif);font-size:16px;font-weight:700;white-space:nowrap;}
.checkout-brand small{font-family:var(--serif);font-size:10.5px;font-weight:600;font-style:italic;color:var(--rosa);margin-top:3px;white-space:nowrap;}
.checkout-title{font-family:var(--serif);font-weight:700;font-size:28px;color:var(--texto);margin:12px 0 8px;letter-spacing:0;line-height:1.04;}
.checkout-sub{color:var(--texto-sub);font-size:14.5px;margin:0;}
.checkout-kicker{color:var(--rosa);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:11px;margin-bottom:14px;}

.summary-card{
  background:rgba(255,255,255,.92);border:1px solid var(--linha);border-radius:var(--raio-lg);padding:28px 26px;
  box-shadow:var(--sombra);position:sticky;top:22px;
}
.produto-mockup{width:100%;border-radius:16px;margin-bottom:20px;box-shadow:0 16px 38px -22px rgba(46,42,38,.38);}
.summary-list{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none;color:var(--texto-sub);font-size:14px;font-weight:700;}
.summary-list li{display:flex;gap:9px;align-items:flex-start;}
.summary-list i{color:var(--acento);margin-top:4px;}
.summary-price{margin-top:22px;border-top:1px solid var(--linha);padding-top:18px;display:grid;gap:2px;}
.old-price{color:var(--texto-fraco);text-decoration:line-through;font-size:14px;}
.current-price{font-family:var(--serif);font-weight:700;font-size:42px;line-height:1;color:var(--texto);letter-spacing:0;}
.summary-price small{color:var(--texto-sub);font-size:12.5px;}

.checkout-form{
  background:var(--branco);border:1px solid var(--linha);border-radius:var(--raio-lg);box-shadow:var(--sombra);
  padding:30px 28px;display:flex;flex-direction:column;gap:14px;margin:0;
}
.form-head{margin-bottom:4px;}
.form-head span{color:var(--rosa);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.form-head h2{font-family:var(--serif);font-size:28px;line-height:1.08;letter-spacing:0;margin:7px 0 8px;color:var(--texto);}
.form-head p{color:var(--texto-sub);font-size:14px;margin:0;}
.checkout-form label{display:flex;flex-direction:column;gap:6px;font-weight:800;font-size:13px;color:var(--texto-sub);min-width:0;}
.checkout-form input,.checkout-form select{
  border:1.5px solid var(--linha);border-radius:14px;padding:14px 14px;font-size:15px;
  font-family:inherit;color:var(--texto);background:var(--creme);
  width:100%;min-width:0;box-sizing:border-box;
}
.checkout-form input:focus,.checkout-form select:focus{outline:none;border-color:var(--acento);background:#fff;box-shadow:0 0 0 4px rgba(125,143,116,.12);}
.checkout-form input::placeholder{color:#8e877f;}
.checkout-row2{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0;}
.checkout-row2 > *{min-width:0;}
.opcional{color:var(--texto-fraco);font-weight:700;}

.pagamento-box{display:flex;flex-direction:column;gap:9px;margin-top:2px;}
.pagamento-titulo{color:var(--texto-sub);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;}
.pagamento-opcoes{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:0;}
.pagamento-opcao{
  position:relative;display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer;
  border:2px solid var(--linha);border-radius:16px;padding:14px 12px;background:var(--branco);
  transition:border-color .15s ease,background .15s ease,transform .15s ease;min-width:0;
}
.checkout-form .pagamento-opcao{flex-direction:row;}
.pagamento-opcao:hover{transform:translateY(-1px);border-color:#cfc5b7;}
.pagamento-opcao input{position:absolute;opacity:0;width:0;height:0;}
.pagamento-opcao .pg-ic{width:38px;height:38px;flex:none;border-radius:12px;background:var(--acento-suave);color:var(--acento);display:flex;align-items:center;justify-content:center;font-size:16px;}
.pagamento-opcao .pg-txt{min-width:0;overflow:hidden;}
.pagamento-opcao .pg-txt strong{display:block;font-size:13.5px;color:var(--texto);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pagamento-opcao .pg-txt small{color:var(--texto-fraco);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
.pagamento-opcao.is-ativa{border-color:var(--acento);background:var(--acento-suave);}
.pagamento-opcao.is-ativa .pg-ic{background:var(--acento);color:#fff;}

.cartao-box{border:1px solid var(--linha);border-radius:16px;background:var(--creme);padding:14px;display:flex;flex-direction:column;gap:12px;}
.cartao-box[hidden]{display:none !important;}

.checkout-submit{
  background:var(--texto);color:#fff;border:none;border-radius:999px;padding:18px 20px;
  font-size:15.5px;font-weight:900;font-family:var(--sans);cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:10px;margin-top:4px;min-height:58px;text-align:center;
  box-shadow:0 14px 30px -18px rgba(46,42,38,.55);
}
.checkout-submit span{min-width:0;line-height:1.25;}
.checkout-submit:hover{background:#1f1c19;}
.checkout-submit:disabled{opacity:.68;cursor:wait;}
.checkout-erro{background:var(--erro-bg);color:var(--erro);border-radius:12px;padding:12px 14px;font-size:13.5px;font-weight:700;}

.checkout-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 18px;margin-top:2px;color:var(--texto-fraco);font-size:12px;font-weight:800;}
.checkout-trust i{color:var(--acento);margin-right:5px;}
.checkout-guarantee{background:#f8f5ef;border:1px solid var(--linha);border-radius:16px;padding:14px;color:var(--texto-sub);font-size:12.5px;line-height:1.55;}
.checkout-guarantee strong{color:var(--texto);}

.checkout-footer{grid-column:1/-1;margin-top:0;padding-top:6px;text-align:center;color:var(--texto-fraco);font-size:11.5px;line-height:1.7;}
.checkout-footer a{color:var(--acento);font-weight:700;text-decoration:none;}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:15px 20px;font-weight:800;font-size:14.5px;text-decoration:none;font-family:var(--sans);border:none;cursor:pointer;}
.btn-primary{background:var(--texto);color:#fff;}
.btn-outline{background:#fff;color:var(--texto);border:1.5px solid var(--linha);}

.pix-erro-icon,.pix-sucesso-icon{font-size:48px;color:var(--acento);margin-bottom:12px;}
.pix-erro-icon{color:var(--erro);}

.pix-modal{position:fixed;inset:0;background:rgba(46,42,38,.55);display:none;align-items:center;justify-content:center;z-index:200;padding:20px;}
.pix-modal.is-open{display:flex;}
.pix-modal-card{background:#fff;border-radius:var(--raio-lg);padding:26px;max-width:380px;width:100%;text-align:center;max-height:90vh;overflow-y:auto;}
.pix-loading{padding:20px 0;}
.spinner{width:46px;height:46px;border:4px solid var(--acento-suave);border-top-color:var(--acento);border-radius:50%;margin:0 auto 18px;animation:spin .8s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.pix-modal-card h3{font-family:var(--serif);font-size:19px;margin-bottom:6px;}
.pix-valor{font-size:22px;font-weight:800;color:var(--acento);margin-bottom:10px;}
.pix-label{font-size:11px;color:var(--texto-fraco);font-weight:700;margin-bottom:4px;}
.pix-code-box{display:flex;align-items:center;gap:6px;background:var(--creme);border-radius:12px;padding:8px 10px;margin-bottom:10px;}
.pix-code-box code{flex:1;min-width:0;font-size:10px;word-break:break-all;text-align:left;color:var(--texto-sub);max-height:36px;overflow-y:auto;}
.pix-code-box button{flex:none;background:var(--acento);color:#fff;border:none;border-radius:8px;padding:7px 10px;font-weight:700;font-size:11px;display:flex;align-items:center;gap:5px;}
.pix-qr-toggle{margin-bottom:10px;}
.pix-qr-toggle summary{cursor:pointer;color:var(--acento);font-weight:700;font-size:11px;list-style:none;}
.pix-qr-toggle summary::-webkit-details-marker{display:none;}
.pix-qr{width:160px;height:160px;margin:10px auto 0;border-radius:12px;border:1px solid var(--linha);}
.pix-status{color:var(--texto-fraco);font-weight:600;font-size:12px;}
.pix-reforco{margin-top:10px;padding:8px 12px;border-radius:12px;background:var(--acento-suave);color:var(--acento);font-weight:700;font-size:11px;line-height:1.35;}

@media(max-width:860px){
  .checkout-wrap{max-width:500px;display:block;padding:26px 18px 70px;}
  .checkout-topbar{margin-bottom:18px;}
  .summary-card{position:static;margin-bottom:18px;}
  .checkout-form{padding:26px 24px;}
  .checkout-footer{margin-top:22px;}
}
@media(max-width:460px){
  .checkout-row2{grid-template-columns:1fr;}
  .summary-card,.checkout-form{border-radius:22px;padding:24px 20px;}
  .checkout-title,.form-head h2{font-size:24px;}
  .current-price{font-size:38px;}
  .pagamento-opcoes{grid-template-columns:1fr 1fr;gap:9px;}
  .pagamento-opcao{align-items:center;justify-content:flex-start;gap:6px;padding:11px 8px;border-radius:15px;}
  .pagamento-opcao .pg-ic{width:30px;height:30px;border-radius:9px;font-size:13px;}
  .pagamento-opcao .pg-txt strong{font-size:12.5px;}
  .pagamento-opcao .pg-txt small{font-size:9.5px;}
}

/* ===== Mobile checkout: conversão primeiro ===== */
@media(max-width:620px){
  body.checkout-body{background:#fbf7f1;line-height:1.42;}
  .checkout-wrap{max-width:520px;padding:12px 10px 42px;display:flex;flex-direction:column;gap:10px;}
  .checkout-topbar{order:0;min-height:34px;margin:0 0 2px;}
  .checkout-back{font-size:10.5px;}
  .checkout-brand{gap:6px;}
  .checkout-brand img{width:31px;height:31px;}
  .checkout-brand strong{font-size:12px;}
  .checkout-brand small{font-size:8px;margin-top:2px;}
  .checkout-form{order:1;padding:16px 13px;border-radius:18px;gap:10px;box-shadow:0 12px 32px -24px rgba(46,42,38,.35);}
  .summary-card{order:2;position:static;margin:0;padding:14px 13px;border-radius:18px;box-shadow:none;}
  .checkout-footer{order:3;margin-top:4px;padding-top:4px;font-size:9.5px;}
  .produto-mockup{display:none;}
  .checkout-kicker{font-size:9px;margin-bottom:5px;}
  .checkout-title{font-size:20px;margin:4px 0 5px;line-height:1.04;}
  .checkout-sub{font-size:11.5px;line-height:1.42;}
  .summary-list{gap:5px;margin-top:10px;font-size:10.5px;}
  .summary-list i{margin-top:2px;}
  .summary-price{margin-top:11px;padding-top:9px;display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;}
  .old-price{font-size:10px;}
  .current-price{font-size:27px;}
  .summary-price small{font-size:9.5px;flex-basis:100%;}
  .form-head{margin-bottom:2px;}
  .form-head span{font-size:9px;}
  .form-head h2{font-size:21px;margin:4px 0 5px;}
  .form-head p{font-size:11.5px;}
  .checkout-form label{gap:4px;font-size:11px;}
  .checkout-form input,.checkout-form select{border-radius:11px;padding:11px 11px;font-size:13px;min-height:44px;}
  .checkout-row2{gap:8px;}
  .pagamento-box{gap:6px;}
  .pagamento-titulo{font-size:9.5px;}
  .pagamento-opcoes{grid-template-columns:1fr 1fr;gap:6px;}
  .pagamento-opcao{gap:7px;padding:9px 8px;border-radius:12px;}
  .pagamento-opcao .pg-ic{width:29px;height:29px;border-radius:9px;font-size:12px;}
  .pagamento-opcao .pg-txt strong{font-size:11.5px;}
  .pagamento-opcao .pg-txt small{font-size:8.8px;}
  .cartao-box{padding:10px;border-radius:12px;gap:8px;}
  .checkout-submit{min-height:48px;padding:12px 13px;font-size:13.5px;margin-top:2px;}
  .checkout-trust{gap:6px 10px;font-size:9.5px;}
  .checkout-guarantee{padding:10px;border-radius:11px;font-size:10px;line-height:1.4;}
  .pix-modal{padding:10px;}
  .pix-modal-card{border-radius:18px;padding:18px 14px;}
}

/* ===== Plataforma / plano degustação ===== */
.produto-mockup{aspect-ratio:4/3;object-fit:cover;object-position:center;}
.summary-list li::before{
  content:"✓";width:18px;height:18px;flex:none;border-radius:50%;display:grid;place-items:center;
  margin-top:1px;background:var(--acento-suave);color:var(--acento);font-size:10px;font-weight:900;
}
.pagamento-opcao .pg-ic svg,.submit-icon svg{
  width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;
}
.pagamento-opcao .pg-ic svg.pix-icon,.submit-icon svg.pix-icon{
  width:20px;height:20px;fill:currentColor;stroke:none;
}
.submit-icon{width:22px;height:22px;display:grid;place-items:center;flex:none;color:#fff;}
.button-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite;}
.checkout-trust span{display:inline-flex;align-items:center;gap:5px;}
.checkout-trust span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--acento);}
.current-price{color:#26342d;}

@media(max-width:620px){
  .checkout-wrap{padding:12px 10px 40px;gap:10px;}
  .checkout-topbar{order:0;}
  .summary-card{order:1;padding:14px 13px 13px;box-shadow:0 12px 32px -26px rgba(46,42,38,.34);}
  .checkout-form{order:2;}
  .checkout-footer{order:3;}
  .produto-mockup{display:block;height:124px;aspect-ratio:auto;margin:0 0 11px;border-radius:12px;box-shadow:none;}
  .checkout-kicker{margin-bottom:7px;}
  .checkout-title{font-size:20px;margin:0 0 5px;}
  .checkout-sub{font-size:11px;line-height:1.4;}
  .summary-list{grid-template-columns:1fr;gap:4px;margin-top:9px;font-size:10px;}
  .summary-list li{gap:6px;}
  .summary-list li::before{width:15px;height:15px;font-size:8px;}
  .summary-price{margin-top:9px;padding-top:8px;display:flex;align-items:baseline;gap:7px;}
  .current-price{font-size:30px;}
  .summary-price small{font-size:9px;flex:1;line-height:1.3;}
  .form-head h2{font-size:21px;}
  .pagamento-opcao .pg-ic svg{width:16px;height:16px;}
  .checkout-trust{justify-content:center;gap:6px 9px;}
}

/* ===== Dorama em Casa — checkout cinematográfico ===== */
:root{
  --creme:#100c0a;
  --creme-2:#0b0807;
  --branco:#17110e;
  --texto:#f8f2e7;
  --texto-sub:#b8aa98;
  --texto-fraco:#82766a;
  --acento:#e4b65d;
  --acento-2:#ffd988;
  --acento-suave:rgba(228,182,93,.12);
  --rosa:#e4b65d;
  --rosa-suave:rgba(228,182,93,.1);
  --linha:rgba(235,193,115,.18);
  --erro:#ff8d77;
  --erro-bg:rgba(192,85,63,.13);
  --sombra:0 34px 80px -38px rgba(0,0,0,.85);
}

body.checkout-body{
  position:relative;
  min-height:100vh;
  background:
    radial-gradient(circle at 78% 5%,rgba(154,78,27,.25),transparent 30rem),
    radial-gradient(circle at 10% 76%,rgba(92,25,30,.13),transparent 26rem),
    #0b0807;
  color:var(--texto);
}
body.checkout-body::before{
  position:fixed;
  inset:0;
  z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:72px 72px;
  content:"";
  pointer-events:none;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}

.checkout-wrap{
  max-width:1080px;
  grid-template-columns:minmax(310px,420px) minmax(390px,510px);
  gap:28px;
  padding:34px 22px 58px;
}
.checkout-topbar{min-height:38px;margin-bottom:8px;grid-template-columns:1fr;}
.checkout-back{color:#a99c8e;font-size:12px;letter-spacing:.03em;}
.checkout-back:hover{color:var(--acento-2);}
.checkout-brand{gap:11px;color:var(--texto);}
.checkout-brand img{width:46px;height:54px;object-fit:cover;border:1px solid rgba(255,217,136,.32);border-radius:10px;}
.checkout-brand strong{font-family:Georgia,"Times New Roman",serif;font-size:17px;color:#f4eadb;}
.checkout-brand small{font-family:var(--sans);font-size:9px;font-style:normal;color:var(--acento);letter-spacing:.12em;text-transform:uppercase;}

.summary-card,.checkout-form{
  border:1px solid rgba(255,217,136,.18);
  background:linear-gradient(155deg,rgba(27,19,15,.98),rgba(17,12,10,.98));
  box-shadow:var(--sombra);
}
.summary-card{padding:24px;top:18px;}
.produto-mockup{
  display:block;
  width:100%;
  max-height:none;
  aspect-ratio:4/5;
  margin-bottom:22px;
  border:1px solid rgba(255,217,136,.17);
  border-radius:18px;
  box-shadow:0 24px 50px -28px rgba(0,0,0,.95);
  object-fit:cover;
  object-position:center 20%;
}
.checkout-kicker{margin-bottom:11px;color:var(--acento);font-size:10px;letter-spacing:.17em;}
.checkout-title{margin:10px 0 9px;color:#f8f2e7;font-size:30px;line-height:1.03;}
.checkout-sub{color:var(--texto-sub);font-size:14px;line-height:1.58;}
.summary-list{gap:9px;margin-top:18px;color:#ded2c3;font-size:12.5px;}
.summary-list li{align-items:center;gap:9px;}
.summary-list li::before{width:19px;height:19px;margin:0;background:rgba(228,182,93,.12);color:var(--acento-2);}
.summary-price{
  margin-top:21px;
  padding-top:18px;
  border-top-color:rgba(255,217,136,.17);
  grid-template-columns:auto 1fr;
  align-items:end;
  column-gap:13px;
  row-gap:4px;
}
.old-price{grid-column:1/-1;color:#85796d;font-size:12px;}
.current-price{grid-column:1;color:var(--acento-2);font-size:42px;white-space:nowrap;text-shadow:0 0 32px rgba(228,182,93,.14);}
.summary-price small{grid-column:2;color:#8f8377;font-size:11px;line-height:1.35;padding-bottom:3px;}

.checkout-form{padding:30px 28px;gap:15px;}
.form-head{padding-bottom:5px;}
.form-head span{color:var(--acento);font-size:10px;letter-spacing:.16em;}
.form-head h2{margin:7px 0 9px;color:#f8f2e7;font-size:30px;line-height:1.05;}
.form-head p{color:var(--texto-sub);font-size:13.5px;line-height:1.55;}
.checkout-form label{gap:7px;color:#d4c8b9;font-size:12px;}
.checkout-form input,.checkout-form select{
  min-height:52px;
  border:1px solid rgba(235,193,115,.2);
  border-radius:13px;
  background:rgba(5,4,3,.58);
  color:#f8f2e7;
  font-size:14px;
}
.checkout-form input::placeholder{color:#6f655c;}
.checkout-form input:focus,.checkout-form select:focus{
  border-color:rgba(255,217,136,.72);
  background:#0d0908;
  box-shadow:0 0 0 4px rgba(228,182,93,.1);
}
.opcional{color:#756a61;}

.pagamento-titulo{color:#a99c8e;font-size:10px;letter-spacing:.1em;}
.pagamento-opcao{
  min-height:69px;
  border:1px solid rgba(235,193,115,.17);
  background:rgba(5,4,3,.46);
}
.pagamento-opcao:hover{border-color:rgba(255,217,136,.48);}
.pagamento-opcao .pg-ic{background:rgba(228,182,93,.1);color:var(--acento);}
.pagamento-opcao .pg-txt strong{color:#f5ecdf;}
.pagamento-opcao .pg-txt small{color:#7f746a;}
.pagamento-opcao.is-ativa{border-color:rgba(255,217,136,.68);background:rgba(228,182,93,.1);box-shadow:inset 0 0 0 1px rgba(255,217,136,.12);}
.pagamento-opcao.is-ativa .pg-ic{background:linear-gradient(135deg,#f8d486,#be7726);color:#1a1009;}
.cartao-box{border-color:rgba(235,193,115,.18);background:rgba(5,4,3,.5);}

.checkout-submit{
  min-height:60px;
  border:1px solid #ffd782;
  background:linear-gradient(135deg,#f8d486,#be7726);
  box-shadow:0 18px 38px -20px rgba(211,135,44,.72);
  color:#19100a;
  font-size:15px;
  letter-spacing:.01em;
}
.checkout-submit:hover{background:linear-gradient(135deg,#ffe3a5,#d28b32);transform:translateY(-1px);}
.submit-icon{color:#19100a;}
.button-spinner{border-color:rgba(25,16,10,.25);border-top-color:#19100a;}
.checkout-trust{color:#8f8377;font-size:10.5px;}
.checkout-trust span::before{background:var(--acento);box-shadow:0 0 0 4px rgba(228,182,93,.07);}
.checkout-guarantee{border-color:rgba(235,193,115,.14);background:rgba(228,182,93,.055);color:#9e9184;font-size:11px;}
.checkout-guarantee strong{color:#d7cabc;}
.checkout-erro{border:1px solid rgba(255,141,119,.2);}
.checkout-footer{
  display:grid;
  width:100%;
  max-width:none;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  margin-top:12px;
  padding:20px 22px;
  border:1px solid rgba(255,217,136,.13);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(24,17,14,.9),rgba(13,9,8,.96));
  color:#796d62;
  text-align:left;
}
.checkout-footer-mark{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,217,136,.2);border-radius:50%;background:rgba(228,182,93,.07);color:var(--acento);font-size:13px;}
.checkout-footer-identity{display:grid;gap:3px;}
.checkout-footer-identity strong{color:#d8cbbc;font-family:Georgia,"Times New Roman",serif;font-size:14px;font-weight:500;}
.checkout-footer-identity small{color:#70655c;font-size:9px;}
.checkout-footer-legal{display:grid;justify-items:end;gap:3px;font-size:8.5px;letter-spacing:.055em;text-transform:uppercase;}

.btn-primary{background:linear-gradient(135deg,#f8d486,#be7726);color:#19100a;}
.btn-outline{border-color:rgba(235,193,115,.2);background:#17110e;color:#f8f2e7;}
.pix-modal{background:rgba(3,2,2,.78);backdrop-filter:blur(8px);}
.pix-modal-card{border:1px solid rgba(255,217,136,.2);background:linear-gradient(155deg,#211711,#120d0a);color:#f8f2e7;box-shadow:0 30px 90px rgba(0,0,0,.65);}
.pix-modal-card h3{color:#f8f2e7;}
.pix-code-box{border:1px solid rgba(235,193,115,.16);background:#0b0807;}
.pix-code-box code{color:#b8aa98;}
.pix-code-box button{background:linear-gradient(135deg,#f8d486,#be7726);color:#19100a;}
.pix-qr-toggle summary,.pix-valor{color:var(--acento-2);}
.pix-reforco{background:rgba(228,182,93,.09);color:#e8c576;}

@media(max-width:860px){
  .checkout-wrap{max-width:590px;padding:24px 18px 60px;}
  .checkout-topbar{margin-bottom:18px;}
}

@media(max-width:620px){
  body.checkout-body{background:radial-gradient(circle at 78% 2%,rgba(154,78,27,.23),transparent 22rem),#0b0807;line-height:1.46;}
  .checkout-wrap{max-width:520px;padding:12px 12px 42px;gap:12px;}
  .checkout-topbar{display:grid;grid-template-columns:1fr;min-height:36px;margin:0 0 4px;}
  .checkout-back{grid-column:1;font-size:10px;}
  .checkout-brand{grid-column:2;justify-self:end;gap:7px;}
  .checkout-brand img{width:34px;height:40px;}
  .checkout-brand strong{font-size:12px;}
  .checkout-brand small{font-size:7px;}
  .summary-card{order:1;margin:0;padding:16px;border-radius:20px;box-shadow:0 24px 54px -34px rgba(0,0,0,.9);}
  .produto-mockup{display:block;width:100%;height:260px;aspect-ratio:auto;margin:0 0 15px;border-radius:14px;object-position:center 8%;}
  .checkout-kicker{margin-bottom:7px;font-size:8px;}
  .checkout-title{margin:0 0 7px;font-size:23px;line-height:1.04;}
  .checkout-sub{font-size:11.5px;line-height:1.48;}
  .summary-list{grid-template-columns:1fr;gap:6px;margin-top:12px;font-size:10.5px;}
  .summary-list li::before{width:16px;height:16px;font-size:8px;}
  .summary-price{display:grid;grid-template-columns:auto 1fr;margin-top:13px;padding-top:11px;column-gap:10px;}
  .old-price{grid-column:1/-1;font-size:10px;}
  .current-price{grid-column:1;font-size:34px;}
  .summary-price small{grid-column:2;align-self:end;flex:auto;font-size:9px;padding-bottom:3px;}
  .checkout-form{order:2;padding:19px 16px;border-radius:20px;gap:12px;box-shadow:0 24px 54px -34px rgba(0,0,0,.9);}
  .form-head span{font-size:8px;}
  .form-head h2{margin:5px 0 6px;font-size:23px;}
  .form-head p{font-size:11.5px;}
  .checkout-form label{font-size:10.5px;}
  .checkout-form input,.checkout-form select{min-height:48px;padding:12px;font-size:13px;}
  .pagamento-titulo{font-size:9px;}
  .pagamento-opcao{min-height:58px;padding:10px 9px;}
  .pagamento-opcao .pg-ic{width:31px;height:31px;}
  .pagamento-opcao .pg-txt strong{font-size:11.5px;}
  .pagamento-opcao .pg-txt small{font-size:8.8px;}
  .checkout-submit{min-height:54px;padding:14px;font-size:13.5px;}
  .checkout-trust{font-size:9px;}
  .checkout-guarantee{font-size:9.5px;}
  .checkout-footer{order:3;width:100%;grid-template-columns:auto minmax(0,1fr);gap:10px;margin-top:12px;padding:18px 16px;border-radius:18px;}
  .checkout-footer-mark{width:30px;height:30px;font-size:11px;}
  .checkout-footer-identity strong{font-size:13px;}
  .checkout-footer-identity small{font-size:8px;line-height:1.35;}
  .checkout-footer-legal{grid-column:2;justify-items:start;gap:2px;padding-left:0;font-size:7.5px;line-height:1.45;}
}
