@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*{box-sizing:border-box;margin:0;padding:0;}
html,body{margin:0!important;padding:0!important;}
body{background-color:#FBFBFB;font-size:18px;line-height:1.5;font-family:'Roboto',sans-serif;color:#1b1b1b;}

.container{max-width:500px;margin:0 auto;padding:0 20px 30px 20px;}
.promo-top{width:100%;background:#4B0082;border-bottom:1px solid #fff;position:sticky;top:0;z-index:1000;}
.targetPromo{font-weight:bold;padding:10px 0;font-size:18px;text-align:center;color:yellow;text-shadow:0 0 10px rgba(255,255,255,.5);}

#outerContainer{background-color:#000;background-image:url('../images/bkgall-2.webp');background-position:left 0 top -40px;width:100%;display:flex;padding:0;margin-bottom:20px;}

#containerBanner{background-color:#000;background:url('../images/bkg-light-c.jpg') no-repeat top left;background-position:left 0 top -40px;background-size:cover;width:100%;max-width:500px;height:300px;max-height:330px;margin:0 auto;padding:20px;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;text-shadow:0 1px 3px rgba(0,0,0,.7);position:relative;text-align:left;}

@media (min-width:768px){#containerBanner{height:330px;}}

.tagline{font-family:'Poppins',sans-serif;font-size:20px;font-weight:400;line-height:24px;margin-bottom:5px;opacity:.7;}
.title{font-family:'Poppins',sans-serif;font-size:48px;font-weight:800;line-height:46px;margin-bottom:10px;}
.price-info{text-align:left;margin-top:10px;position:absolute;bottom:20px;max-width:90%;}
.price-label{font-family:'Poppins',sans-serif;font-size:17px;font-weight:600;margin-bottom:10px;opacity:.7;}
.price{font-family:'Poppins',sans-serif;font-size:34px;font-weight:800;line-height:20px;margin-bottom:10px;}
.description{font-family:'Poppins',sans-serif;font-size:12px;line-height:18px;text-align:justify;margin-bottom:0;opacity:.85;}

.form-section{display:none;}
.form-section.active{display:block;}

.progress{height:20px;margin-bottom:20px;background-color:#e6e6e6;border-radius:4px;overflow:hidden;}
.progress-bar{background-color:#007bff;}

.form-control{font-size:18px;height:45px;border-radius:3px;border:none!important;border-bottom:1px solid #ccc!important;background-color:#fff!important;}
.form-control::placeholder{opacity:.6!important;}
textarea.form-control{height:auto!important;min-height:96px;resize:vertical;}
input[type=file].form-control{height:auto!important;padding:8px 10px;}
label{font-weight:bold;}
.custom-checkbox{display:flex;align-items:center;gap:14px;padding-left:0;margin:0;}
.custom-checkbox .form-check-input{position:static!important;float:none!important;margin:0!important;}
.custom-check-input{width:28px;height:28px;cursor:pointer;accent-color:#28a745;transform:none;}
.custom-check-label{cursor:pointer;font-weight:600;margin:0;display:inline-flex;align-items:center;line-height:1.2;}
.custom-switch-wrap{justify-content:flex-start;}
.custom-switch-input{width:52px;height:30px;border-radius:30px;accent-color:#0d6efd;}
.field-radio-group .radio-group{display:flex;flex-direction:column;gap:8px;}
.field-radio-group .custom-radio-check{display:flex;align-items:center;gap:10px;padding-left:0;}
.field-radio-group .custom-radio-check .form-check-input{position:static!important;margin:0!important;transform:none!important;width:28px;height:28px;min-width:28px;min-height:28px;accent-color:#28a745;cursor:pointer;vertical-align:middle;}
.field-radio-group .custom-radio-check .form-check-label{cursor:pointer;font-weight:600;line-height:1.25;display:inline-flex;align-items:center;min-height:28px;margin:0;}
.form-control-search{height:40px!important;font-size:16px!important;}
.checkout-html-content{padding:12px;border:1px dashed #ced4da;border-radius:6px;background:#fff;}
.checkout-fields{display:flex;flex-wrap:wrap;gap:0 20px;}
.checkout-field{flex:0 0 100%;max-width:100%;}
.checkout-field.field-checkbox .small-hint{font-style:italic;}
.checkout-field.field-disabled-by-toggle{opacity:.6;}
.checkout-field.field-disabled-by-toggle .form-control{background:#f4f4f4;}
.city-search-wrap{position:relative;}
.city-search-wrap .city-search-input{padding-right:36px;}
.city-search-wrap.is-loading .geo-search-loader{opacity:1;visibility:visible;}
.geo-search-loader{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid rgba(0,0,0,.2);border-top-color:#4b5563;border-radius:50%;animation:geoSpin 0.8s linear infinite;opacity:0;visibility:hidden;pointer-events:none;}
.map-search-input-wrap{position:relative;}
.map-search-input-wrap .map-pin-search-input{padding-right:36px;}
.map-search-input-wrap.is-loading .geo-search-loader{opacity:1;visibility:visible;}
.map-search-block{margin-bottom:10px;}
.map-search-label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#333;}
.map-search-results{position:relative;}
.map-search-results .city-search-item{border-bottom:1px solid #f0f0f0;}
.map-search-results{background:#fff;border:1px solid #d6d6d6;border-radius:8px;margin-top:6px;max-height:180px;overflow:auto;box-shadow:0 10px 24px rgba(0,0,0,.08);display:none;}
.map-search-results .city-search-item:last-child{border-bottom:none;}
.map-search-results.is-open{display:block;}
.city-search-results{position:absolute;left:0;right:0;top:100%;z-index:15;background:#fff;border:1px solid #d6d6d6;border-radius:8px;margin-top:4px;max-height:200px;overflow:auto;box-shadow:0 10px 24px rgba(0,0,0,.08);display:none;}
.city-search-results.is-open{display:block;}
.city-search-results.is-hidden{display:none;}
@keyframes geoSpin{from{transform:translateY(-50%) rotate(0deg);}to{transform:translateY(-50%) rotate(360deg);}}
.city-search-results{position:absolute;left:0;right:0;top:100%;z-index:15;background:#fff;border:1px solid #d6d6d6;border-radius:8px;margin-top:4px;max-height:200px;overflow:auto;box-shadow:0 10px 24px rgba(0,0,0,.08);}
.city-search-item{padding:10px 12px;cursor:pointer;font-size:16px;line-height:1.35;font-weight:400;}
.city-search-item strong{font-weight:700;}
.city-search-item:hover{background:#e6f0ff;}
.city-search-selected{margin-top:6px;font-size:12px;line-height:1.4;color:#666;}
.map-pin-canvas{width:100%;height:240px;border:1px solid #d6d6d6;border-radius:10px;overflow:hidden;}
.map-pin-summary{margin-top:6px;font-size:12px;color:#666;line-height:1.4;}
@media (min-width:768px){
  .checkout-field.field-mini{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px);}
}
.multi-field .multi-row{display:flex;gap:10px;align-items:center;margin-bottom:8px;}
.multi-field .multi-input{flex:1 1 auto;min-width:0;}
.multi-field .multi-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start;gap:6px;width:82px;max-width:82px;}
.multi-field .multi-actions.two-buttons .btn{flex:0 0 38px;width:38px;}
.multi-field .multi-actions .btn{width:82px;height:45px;font-weight:bold;padding-left:0;padding-right:0;}
.multi-field .multi-input.multi-duplicate{border-color:#dc3545!important;box-shadow:0 0 0 0.2rem rgba(220,53,69,.25);}
.small-hint{font-size:14px;color:#6c757d;margin-top:6px;display:block;}
.description-text{font-size:14px;color:#6c757d;margin-top:3px;margin-bottom:5px;}
.rightLabelAdditional{font-weight:bold;line-height:1.5;cursor:pointer;}
.section-label{display:block;font-size:15px;font-weight:700;text-align:center;color:#333;background:#f0f0f0;padding:6px 10px;border-radius:4px;margin-bottom:14px;}
.section-label-accent{background:#28a745;color:#fff;}

.order-bump-checkbox{all:unset;display:inline-block;width:30px;height:30px;border:2px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;position:relative;box-sizing:border-box;transition:border-color .2s,background-color .2s;}
.order-bump-checkbox:hover{border-color:#888;}
.order-bump-checkbox:checked{background-color:#28a745;border-color:#28a745;}
.order-bump-checkbox:checked::after{content:'\2713';color:#fff;font-size:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}

.order-bump-prices{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:4px;}
.order-bump-prices .offinner{background-color:#c0392b;text-decoration:line-through;font-weight:700;}
.order-bump-prices .priceinner{font-size:16px;}
.main-checkout-image-wrap{margin:4px auto 14px auto;text-align:center;}
.order-bump-image-wrap{margin:0 0 8px 0;}
.checkout-product-image{width:370px;height:100px;max-width:100%;object-fit:cover;border-radius:6px;border:1px solid rgba(0,0,0,.18);display:block;}
.order-bump-thumb{width:370px;height:100px;max-width:100%;object-fit:cover;border-radius:6px;border:1px solid rgba(0,0,0,.18);display:block;}

.btn-primary,.btn-secondary{font-size:18px;padding:10px 20px;border-radius:5px;}
.btn-primary{background-color:#28a745;border-color:#28a745;color:#fff;}
.btn-primary:hover{background-color:#218838;border-color:#1e7e34;color:#fff;}
.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff;}
.btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff;}

.btn-container{display:flex;justify-content:space-between;gap:10px;}
.btn-container .btn{width:48%;}

.text-danger{font-size:14px;color:red!important;}

.btn-payment-method{background-color:#f0f0f0;color:#000;font-weight:normal;border:1px solid #ced4da;height:70px;display:flex;align-items:center;justify-content:center;padding:0;font-size:16px;background-color:#fff;}
.btn-payment-method.active{background-color:#28a745;color:#fff;font-weight:bold;border-color:#28a745;opacity:1;}
.btn-group-toggle label{font-size:22px;opacity:.8;width:50%;}
.btn-group-toggle .btn-payment-method{flex:0 0 50%;}
.btn-group-toggle label.active{font-size:20px;opacity:1;}
.btn-group-toggle i.fas{margin-right:5px;}

.highlight-border{border:3px dashed red;padding:10px;border-radius:5px;margin-bottom:15px;background-color:#FFFFBF;cursor:pointer;}
.highlight-border-checked{border:2px solid green;padding:10px;border-radius:5px;margin-bottom:15px;background-color:#BFFFC5;cursor:pointer;}
.highlight-border .priceinner,.highlight-border-checked .priceinner{background-color:green;color:#fff;font-weight:bold;padding:3px 10px;border-radius:3px;}
.highlight-border-checked .priceinner{background-color:#fff;color:green;}
.offinner{background-color:red;padding:3px 10px;color:#fff;font-weight:bold;}

#finalErrors{color:red;margin-bottom:15px;}

#resume{margin-top:20px;}
#resume h3{font-weight:bold;opacity:.7;text-align:right;}
#resume ul{list-style:none;padding-left:0;}
#resume ul.list-group li.list-group-item{background-color:#FBFBFB!important;padding:3px 0;border:none;font-size:14px!important;opacity:.6;text-align:right;font-style:italic;}
#resume ul.list-group li.list-group-item strong{font-weight:bold;margin-right:20px;}
#resume ul.list-group li.list-group-item strong.totalRequest{color:green;}

.resume4free{text-transform:uppercase;color:green;font-weight:bold;}

.coupon-discount-row strong{color:#b91c1c;}
.resume-coupon{margin-top:14px;border:1px solid #e5e7eb;border-radius:10px;padding:10px;background:#fff;}
.resume-coupon-label{font-size:12px;font-weight:800;letter-spacing:.35px;text-transform:uppercase;color:#6b7280;margin-bottom:6px;}
.resume-coupon-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.resume-coupon-row .form-control{height:36px!important;font-size:14px!important;flex:1 1 auto;min-width:160px;}
.resume-coupon-row .btn{height:36px;font-size:12px;padding:0 12px;}
.resume-coupon-message{margin-top:6px;font-size:12px;font-weight:600;}
.resume-coupon-message.success{color:#15803d;}
.resume-coupon-message.error{color:#b91c1c;}
body.coupon-disabled .resume-coupon{display:none!important;}

#pixResult{display:none;margin-top:20px;border:2px dashed #28a745;padding:15px;border-radius:8px;background:#f7fff9;}
#pixResult img{max-width:240px;margin:10px auto;display:block;}
#pixCopyBtn{width:100%;font-size:18px;font-weight:700;padding:12px 20px;}
.pix-box img{max-width:240px;width:100%;height:auto;margin:10px auto;display:block;border:1px solid #888;}
.pix-code{resize:none;width:100%!important;display:block;box-sizing:border-box;margin-bottom:20px!important;border:1px solid #888!important;font-size:15px;line-height:1.2;height:auto!important;min-height:90px;}
#pixCode{width:100%!important;margin-bottom:20px!important;border:1px solid #888!important;}
.pix-code.copied{background:#d4edda!important;border-color:#28a745!important;}
.pix-copy-feedback{display:none;margin-top:8px;font-size:13px;color:#1e7e34;font-weight:700;text-align:center;}
.pix-helper{margin-top:8px;font-size:13px;color:#000;opacity:.9;text-align:center;}
.pix-resume{margin-top:30px;}
.pix-resume h3{font-weight:700;color:#0a8f5a;text-align:center;font-size:16px;margin-bottom:8px;}
.pix-resume ul{list-style:none;padding-left:0;margin:0;border:1px solid #e1e1e1;border-radius:8px;overflow:hidden;background:#fff;}
.pix-resume ul.list-group li.list-group-item{display:flex;justify-content:space-between;align-items:center;background-color:#fff!important;padding:8px 12px;border:none;border-bottom:1px solid #e1e1e1;font-size:14px!important;opacity:.9;text-align:left;font-style:italic;}
.pix-resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
.pix-resume ul.list-group li.list-group-item strong{font-weight:700;margin-right:10px;font-style:normal;}
.pix-price-badge{background:#1e8e5a;color:#fff;border-radius:6px;padding:3px 8px;font-weight:700;font-size:12px;}
.pix-resume-total{margin-top:10px;text-align:center;font-weight:700;color:#1e8e5a;}
.pix-resume-total .pix-price-badge{font-size:14px;padding:4px 10px;}
.pix-resume-note{margin-top:6px;text-align:center;font-size:11px;font-weight:400;opacity:.7;}
.pix-resume-note{margin-top:6px;text-align:right;font-size:11px;font-weight:400;opacity:.7;}

.pix-pressure{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px;}
.pix-pressure-label{font-weight:700;font-size:15px;}
.pix-countdown{display:inline-block;background:#c0392b;color:#fff;font-weight:700;font-size:15px;padding:6px 10px;border-radius:6px;}

#submitPayment.btn-submit-full{width:100%!important;font-size:20px;font-weight:700;padding:12px 20px;}

.card-panel{background:#fff;border:1px solid #e2e2e2;border-radius:8px;padding:20px;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.05);margin-top:30px;}
.badge{display:inline-block;padding:6px 14px;border-radius:20px;background:#f0f0f0;font-size:14px;font-weight:bold;}
.badge-pending{background:#fff3cd;color:#856404;}
.badge-processing{background:#fff3cd;color:#856404;}
.badge-paid{background:#d4edda;color:#155724;}
.badge-rejected{background:#f8d7da;color:#721c24;}
.badge-cancelled{background:#f8d7da;color:#721c24;}
.badge-refunded{background:#e2e3e5;color:#383d41;}
.badge-disputed{background:#ffe8cc;color:#8a5a00;}

.spacer{height:12px;}

.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:9999;display:none;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:bold;}

.assinatura-footer{max-width:500px;margin:20px auto 30px auto;padding:0 20px;text-align:center;font-size:14px;line-height:1.25;color:#333;opacity:.8;}
.assinatura-footer p{margin-bottom:6px;}

/* ===== Modelos de checkout ===== */
body.checkout-template:not(.checkout-template-main-v1) .container{max-width:1120px;padding:0 18px 32px 18px;}
body.checkout-template:not(.checkout-template-main-v1) #containerBanner{max-width:1120px;height:250px;padding:24px 28px;}
body.checkout-template:not(.checkout-template-main-v1) .tagline{font-size:16px;letter-spacing:.2px;}
body.checkout-template:not(.checkout-template-main-v1) .title{font-size:42px;line-height:40px;}
body.checkout-template:not(.checkout-template-main-v1) .description{font-size:13px;line-height:18px;}
body.checkout-template:not(.checkout-template-main-v1) .form-control{border:1px solid #d9dde5!important;border-bottom:1px solid #d9dde5!important;border-radius:8px!important;height:48px;}
body.checkout-template:not(.checkout-template-main-v1) textarea.form-control{min-height:106px;height:auto!important;}
body.checkout-template:not(.checkout-template-main-v1) .order-bump-card{border:1px solid #d9dde5;border-radius:12px;padding:12px;background:#fff;}
body.checkout-template:not(.checkout-template-main-v1) .section-label{text-transform:uppercase;letter-spacing:.35px;font-size:12px;border-radius:8px;}
body.checkout-template:not(.checkout-template-main-v1) .btn-primary{border-radius:10px;}
body.checkout-template:not(.checkout-template-main-v1) .assinatura-footer{max-width:1120px;}

body.checkout-template-split-v2{background:#f2f3f8;}
body.checkout-template-split-v2 #outerContainer{background:#ececf7;background-image:none;}
body.checkout-template-split-v2 #containerBanner{background:#fff!important;color:#192233;border:1px solid #d9deea;box-shadow:0 10px 28px rgba(16,24,40,.08);text-shadow:none;border-radius:14px;}
body.checkout-template-split-v2 .tagline{opacity:.85;}
body.checkout-template-split-v2 .price-label{color:#495466;opacity:.95;}
body.checkout-template-split-v2 .price{color:#1b325f;}
body.checkout-template-split-v2 #step1,body.checkout-template-split-v2 #step2{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px;align-items:start;}
body.checkout-template-split-v2 #step1 > *:not(#resume),body.checkout-template-split-v2 #step2 > *:not(#resume){grid-column:1;}
body.checkout-template-split-v2 #step1 #resume,body.checkout-template-split-v2 #step2 #resume{grid-column:2;grid-row:1 / span 40;position:sticky;top:84px;margin-top:0;background:#fff;border:1px solid #d9deea;border-radius:14px;padding:14px;}
body.checkout-template-split-v2 #resume h3{text-align:left;font-size:20px;opacity:.9;margin-bottom:12px;}
body.checkout-template-split-v2 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;opacity:.85;padding:8px 0;border-bottom:1px dashed #e2e6ef;font-size:15px!important;}
body.checkout-template-split-v2 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
body.checkout-template-split-v2 #resume ul.list-group li.list-group-item strong{margin-right:12px;}
body.checkout-template-split-v2 .btn-payment-method{height:64px;border-radius:10px;}
body.checkout-template-split-v2 .btn-payment-method.active{background:#222f42;border-color:#222f42;}
body.checkout-template-split-v2 .btn-submit-full{background:#222f42;border-color:#222f42;}
body.checkout-template-split-v2 .btn-submit-full:hover{background:#172131;border-color:#172131;}

body.checkout-template-express-v3{background:#d8f0f0;}
body.checkout-template-express-v3 #outerContainer{background:#d8f0f0;background-image:none;padding-top:16px;margin-bottom:0;}
body.checkout-template-express-v3 #containerBanner{background:#fff!important;color:#101820;border-radius:0;max-width:1120px;border:1px solid #dce2e9;box-shadow:0 8px 18px rgba(16,24,40,.08);text-shadow:none;}
body.checkout-template-express-v3 .title{font-size:40px;line-height:38px;}
body.checkout-template-express-v3 .price-info{position:static;margin-top:auto;}
body.checkout-template-express-v3 .container{background:#fff;border:1px solid #dce2e9;border-top:none;padding:26px 22px 34px 22px;box-shadow:0 12px 24px rgba(16,24,40,.06);margin-top:0;}
body.checkout-template-express-v3 .form-section{background:transparent;}
body.checkout-template-express-v3 .btn-group-toggle{border:1px solid #d8dde6;border-radius:10px;padding:8px;background:#f8f9fb;}
body.checkout-template-express-v3 .btn-payment-method{background:#fff;border:1px solid #d8dde6;height:60px;}
body.checkout-template-express-v3 .btn-payment-method.active{background:#111827;border-color:#111827;color:#fff;}
body.checkout-template-express-v3 .section-label{background:#f2f4f8;color:#334155;}
body.checkout-template-express-v3 .highlight-border{background:#fff7db;border:2px solid #f6d37a;}
body.checkout-template-express-v3 .highlight-border-checked{background:#ebfff0;border:2px solid #1f9d5a;}
body.checkout-template-express-v3 #resume{margin-top:14px;border:1px solid #dce2e9;border-radius:10px;padding:12px;background:#fbfcff;}
body.checkout-template-express-v3 #resume h3{text-align:left;font-size:19px;opacity:.95;margin-bottom:8px;}
body.checkout-template-express-v3 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;font-style:normal;padding:8px 2px;font-size:15px!important;border-bottom:1px dashed #dde4ef;}
body.checkout-template-express-v3 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
body.checkout-template-express-v3 .btn-submit-full{background:#101820;border-color:#101820;height:58px;letter-spacing:.4px;font-weight:800;}
body.checkout-template-express-v3 .btn-submit-full:hover{background:#070b12;border-color:#070b12;}

body.checkout-template-clean-v4{background:#ffffff;}
body.checkout-template-clean-v4 #outerContainer{background:#fff;background-image:none;margin-bottom:10px;}
body.checkout-template-clean-v4 #containerBanner{background:#fff!important;color:#111827;text-shadow:none;border-bottom:1px solid #e5e7eb;max-width:1120px;height:220px;border-radius:0;box-shadow:none;}
body.checkout-template-clean-v4 .tagline{font-size:14px;color:#4b5563;}
body.checkout-template-clean-v4 .title{font-size:38px;line-height:36px;color:#111827;}
body.checkout-template-clean-v4 .price{font-size:32px;color:#111827;}
body.checkout-template-clean-v4 .container{max-width:1120px;}
body.checkout-template-clean-v4 .checkout-fields{gap:0 18px;}
body.checkout-template-clean-v4 .form-control{border-radius:4px!important;border-color:#d1d5db!important;}
body.checkout-template-clean-v4 .section-label{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb;}
body.checkout-template-clean-v4 .btn-payment-method{border-radius:6px;height:58px;}
body.checkout-template-clean-v4 .btn-payment-method.active{background:#111827;border-color:#111827;}
body.checkout-template-clean-v4 .order-bump-card{border-radius:8px;border:1px solid #e5e7eb;box-shadow:none;}
body.checkout-template-clean-v4 #resume{border-top:2px solid #111827;padding-top:12px;}
body.checkout-template-clean-v4 #resume h3{text-align:left;font-size:18px;opacity:.9;}
body.checkout-template-clean-v4 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;padding:7px 0;font-size:14px!important;opacity:.8;font-style:normal;border-bottom:1px solid #eceff3;}
body.checkout-template-clean-v4 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
body.checkout-template-clean-v4 .btn-submit-full{background:#111827;border-color:#111827;height:56px;}
body.checkout-template-clean-v4 .btn-submit-full:hover{background:#000;border-color:#000;}

body.checkout-template-cupon-support-a{background:#f9fafb;color:#1f2937;font-family:'Poppins',sans-serif;}
body.checkout-template-cupon-support-a #outerContainer,
body.checkout-template-cupon-support-a #containerBanner{display:none;}
body.checkout-template-cupon-support-a .assinatura-footer{max-width:1100px;margin-top:14px;}
body.checkout-template-cupon-support-a .container{max-width:100%;padding:0;}
body.checkout-template-cupon-support-a .checkout-fields{gap:0 16px;}
body.checkout-template-cupon-support-a .form-control{border-radius:6px!important;border:1px solid #d1d5db!important;border-bottom:1px solid #d1d5db!important;height:44px;font-size:14px;background:#fff!important;color:#111827;}
body.checkout-template-cupon-support-a textarea.form-control{min-height:90px;}
body.checkout-template-cupon-support-a .form-control:focus{border-color:#111827!important;box-shadow:none!important;}
body.checkout-template-cupon-support-a label{font-weight:600;color:#111827;font-size:13px;}
body.checkout-template-cupon-support-a .section-label{background:transparent;color:#6b7280;border:0;font-size:11px;text-transform:uppercase;letter-spacing:.6px;text-align:left;padding:0;margin:18px 0 8px 0;}
body.checkout-template-cupon-support-a .btn-group-toggle{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:4px;}
body.checkout-template-cupon-support-a .btn-payment-method{border-radius:6px;height:46px;font-size:13px;letter-spacing:.2px;background:#fff;border:1px solid #e5e7eb;}
body.checkout-template-cupon-support-a .btn-payment-method.active{background:#111827;border-color:#111827;color:#fff;}
body.checkout-template-cupon-support-a .order-bump-card{border-radius:8px;border:1px solid #e5e7eb;background:#fff;box-shadow:none;}
body.checkout-template-cupon-support-a .highlight-border{border:1px solid #e5e7eb;background:#fff;border-radius:8px;}
body.checkout-template-cupon-support-a .highlight-border-checked{border:1px solid #9ae6b4;background:#f0fdf4;border-radius:8px;}
body.checkout-template-cupon-support-a .btn-submit-full{background:#111827;border-color:#111827;height:52px;text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:700;border-radius:6px;}
body.checkout-template-cupon-support-a .btn-submit-full:hover{background:#0b0f17;border-color:#0b0f17;}

body.checkout-template-cupon-support-a .csa-header{background:#fff;border-bottom:1px solid #e5e7eb;}
body.checkout-template-cupon-support-a .csa-header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px 16px;}
body.checkout-template-cupon-support-a .csa-brand{font-family:'Sora',sans-serif;font-weight:700;font-size:28px;letter-spacing:.4px;}
body.checkout-template-cupon-support-a .csa-steps{font-size:12px;color:#6b7280;display:flex;gap:6px;align-items:center;}
body.checkout-template-cupon-support-a .csa-steps .active{color:#111827;font-weight:600;}
body.checkout-template-cupon-support-a .csa-step-sep{color:#9ca3af;}

body.checkout-template-cupon-support-a .csa-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;padding:26px 24px 54px;}
body.checkout-template-cupon-support-a .csa-left #multiStepForm{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:26px;}
body.checkout-template-cupon-support-a .csa-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 18px;position:sticky;top:96px;}
body.checkout-template-cupon-support-a .csa-summary-header{font-weight:600;font-size:12px;letter-spacing:.6px;text-transform:uppercase;margin-bottom:12px;color:#6b7280;}
body.checkout-template-cupon-support-a #resume{margin-top:0;}
body.checkout-template-cupon-support-a #resume h3{display:none;}
body.checkout-template-cupon-support-a #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;padding:9px 0;border-bottom:1px solid #e5e7eb;font-size:13px!important;background:transparent!important;}
body.checkout-template-cupon-support-a #resume ul.list-group li.list-group-item:last-child{border-bottom:none;font-weight:700;}
body.checkout-template-cupon-support-a #resume ul.list-group li.list-group-item strong{margin-right:12px;font-weight:600;color:#111827;}
body.checkout-template-cupon-support-a #resume ul.list-group li.list-group-item span{color:#111827;}
body.checkout-template-cupon-support-a #resume ul.list-group li.list-group-item img{max-width:48px;border-radius:6px;border:1px solid #e5e7eb;}
body.checkout-template-cupon-support-a .resume-coupon{border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;background:#f9fafb;margin-top:12px;}
body.checkout-template-cupon-support-a .resume-coupon-label{font-size:12px;font-weight:600;color:#6b7280;margin-bottom:6px;}
body.checkout-template-cupon-support-a .resume-coupon-row{display:flex;gap:8px;align-items:center;}
body.checkout-template-cupon-support-a .resume-coupon-row .form-control{height:36px!important;font-size:12px!important;border-radius:6px!important;}
body.checkout-template-cupon-support-a .resume-coupon-row .btn{height:36px;font-size:11px;text-transform:uppercase;letter-spacing:.4px;border-radius:6px;}
body.checkout-template-cupon-support-a .resume-coupon-message{margin-top:6px;font-size:12px;font-weight:600;}

@media (max-width:991px){
  body.checkout-template-cupon-support-a .csa-header-inner{flex-direction:column;align-items:flex-start;}
  body.checkout-template-cupon-support-a .csa-layout{grid-template-columns:1fr;gap:16px;padding:12px 4px 28px;}
  body.checkout-template-cupon-support-a .csa-summary-card{position:relative;top:auto;}
  body.checkout-template-cupon-support-a .csa-left #multiStepForm{padding:12px;}
}

body.checkout-template-cupon-support-a .checkout-template-shell-cupon-support-a{padding:0;}

body.checkout-template-cupon-support-b{background:#f9fafb;color:#1f2937;font-family:'Poppins',sans-serif;}
body.checkout-template-cupon-support-b #outerContainer,
body.checkout-template-cupon-support-b #containerBanner{display:none;}
body.checkout-template-cupon-support-b .assinatura-footer{max-width:1100px;margin-top:14px;}
body.checkout-template-cupon-support-b .container{max-width:100%;padding:0!important;}
body.checkout-template-cupon-support-b .checkout-fields{gap:0 16px;}
body.checkout-template-cupon-support-b .form-control{border-radius:6px!important;border:1px solid #d1d5db!important;border-bottom:1px solid #d1d5db!important;height:44px;font-size:17px;background:#fff!important;color:#111827;}
body.checkout-template-cupon-support-b textarea.form-control{min-height:90px;}
body.checkout-template-cupon-support-b .form-control:focus{border-color:#111827!important;box-shadow:none!important;}
body.checkout-template-cupon-support-b label{font-weight:600;color:#111827;font-size:16px;}
body.checkout-template-cupon-support-b .section-label{background:transparent;color:#6b7280;border:0;font-size:11px;text-transform:uppercase;letter-spacing:.6px;text-align:left;padding:0;margin:18px 0 8px 0;}
body.checkout-template-cupon-support-b .btn-group-toggle{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:4px;}
body.checkout-template-cupon-support-b .btn-payment-method{border-radius:6px;height:56px;font-size:16px;letter-spacing:.2px;background:#fff;border:1px solid #e5e7eb;}
body.checkout-template-cupon-support-b .btn-payment-method.active{background:#111827;border-color:#111827;color:#fff;}
body.checkout-template-cupon-support-b .order-bump-card{border-radius:8px;border:1px solid #e5e7eb;background:#fff;box-shadow:none;}
body.checkout-template-cupon-support-b .highlight-border{border:1px solid #e5e7eb;background:#fff;border-radius:8px;}
body.checkout-template-cupon-support-b .highlight-border-checked{border:1px solid #9ae6b4;background:#f0fdf4;border-radius:8px;}
body.checkout-template-cupon-support-b .btn-submit-full{background:#111827;border-color:#111827;height:52px;text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:600;border-radius:6px;}
body.checkout-template-cupon-support-b .btn-submit-full:hover{background:#0b0f17;border-color:#0b0f17;}

body.checkout-template-cupon-support-b .csa-header{background:#fff;border-bottom:1px solid #e5e7eb;}
body.checkout-template-cupon-support-b .csa-header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px 16px;}
body.checkout-template-cupon-support-b .csa-brand{font-family:'Sora',sans-serif;font-weight:700;font-size:28px;letter-spacing:.4px;}
body.checkout-template-cupon-support-b .csa-steps{font-size:12px;color:#6b7280;display:flex;gap:6px;align-items:center;}
body.checkout-template-cupon-support-b .csa-steps .active{color:#111827;font-weight:600;}
body.checkout-template-cupon-support-b .csa-step-sep{color:#9ca3af;}

body.checkout-template-cupon-support-b .csa-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;padding:26px 24px 54px;}
body.checkout-template-cupon-support-b .csa-left #multiStepForm{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:26px;}
body.checkout-template-cupon-support-b .csa-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 18px;position:sticky;top:96px;}
body.checkout-template-cupon-support-b .csa-summary-header{font-weight:600;font-size:12px;letter-spacing:.6px;text-transform:uppercase;margin-bottom:12px;color:#6b7280;}
body.checkout-template-cupon-support-b #resume{margin-top:0;}
body.checkout-template-cupon-support-b #resume h3{display:none;}
body.checkout-template-cupon-support-b #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;padding:9px 0;border-bottom:1px solid #e5e7eb;font-size:13px!important;background:transparent!important;}
body.checkout-template-cupon-support-b #resume ul.list-group li.list-group-item:last-child{border-bottom:none;font-weight:700;}
body.checkout-template-cupon-support-b #resume ul.list-group li.list-group-item strong{margin-right:12px;font-weight:600;color:#111827;}
body.checkout-template-cupon-support-b #resume ul.list-group li.list-group-item span{color:#111827;}
body.checkout-template-cupon-support-b #resume ul.list-group li.list-group-item img{max-width:48px;border-radius:6px;border:1px solid #e5e7eb;}
body.checkout-template-cupon-support-b .resume-coupon{border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;background:#f9fafb;margin-top:12px;}
body.checkout-template-cupon-support-b .resume-coupon-label{font-size:12px;font-weight:600;color:#6b7280;margin-bottom:6px;}
body.checkout-template-cupon-support-b .resume-coupon-row{display:flex;gap:8px;align-items:center;}
body.checkout-template-cupon-support-b .resume-coupon-row .form-control{height:36px!important;font-size:12px!important;border-radius:6px!important;}
body.checkout-template-cupon-support-b .resume-coupon-row .btn{height:36px;font-size:11px;text-transform:uppercase;letter-spacing:.4px;border-radius:6px;}
body.checkout-template-cupon-support-b .resume-coupon-message{margin-top:6px;font-size:12px;font-weight:600;}

@media (max-width:991px){
  body.checkout-template-cupon-support-b .csa-header-inner{flex-direction:column;align-items:flex-start;}
  body.checkout-template-cupon-support-b .csa-layout{grid-template-columns:1fr;gap:16px;padding:12px 4px 28px;}
  body.checkout-template-cupon-support-b .csa-summary-card{position:relative;top:auto;}
  body.checkout-template-cupon-support-b .csa-left #multiStepForm{padding:12px;}
  body.checkout-template-cupon-support-b .csa-left .csa-summary-card{margin:12px 0 16px;}
}

body.checkout-template-cupon-support-b .checkout-template-shell-cupon-support-b{padding:0;}

body.checkout-template-lilac-v5{background:linear-gradient(180deg,#e6c7ec 0%,#ecd2f0 40%,#f3e7f7 100%);}
body.checkout-template-lilac-v5 #outerContainer{background:transparent;background-image:none;margin-bottom:16px;}
body.checkout-template-lilac-v5 #containerBanner{background:linear-gradient(135deg,#ffffff 0%,#f8f2fb 100%)!important;color:#392244;text-shadow:none;border-radius:26px;border:1px solid #e3d2eb;box-shadow:0 14px 30px rgba(89,42,118,.15);}
body.checkout-template-lilac-v5 .tagline{font-size:15px;color:#6b4e79;opacity:.9;}
body.checkout-template-lilac-v5 .title{font-size:44px;line-height:41px;color:#3f2651;}
body.checkout-template-lilac-v5 .price{color:#6b2f86;}
body.checkout-template-lilac-v5 .container{background:#ffffff;border-radius:24px;border:1px solid #e3d2eb;box-shadow:0 16px 28px rgba(89,42,118,.12);padding:24px 20px 32px 20px;}
body.checkout-template-lilac-v5 .form-control{border-radius:12px!important;border-color:#ddcde7!important;}
body.checkout-template-lilac-v5 .btn-group-toggle{background:#f7eefb;border:1px solid #e7d7f1;border-radius:12px;padding:6px;}
body.checkout-template-lilac-v5 .btn-payment-method{border-radius:10px;height:60px;background:#fff;border-color:#e2d3ec;}
body.checkout-template-lilac-v5 .btn-payment-method.active{background:linear-gradient(90deg,#b949c5,#a773cf);border-color:#9f62c9;color:#fff;}
body.checkout-template-lilac-v5 .section-label{background:#f4e9fa;color:#4c2a61;border:1px solid #e5d5ef;}
body.checkout-template-lilac-v5 .highlight-border{background:#fff7d8;border:2px dashed #e0b73b;border-radius:12px;}
body.checkout-template-lilac-v5 .highlight-border-checked{background:#ecffe9;border:2px solid #2b9d64;border-radius:12px;}
body.checkout-template-lilac-v5 #resume{margin-top:16px;background:#faf3ff;border:1px solid #e6d7f1;border-radius:14px;padding:12px;}
body.checkout-template-lilac-v5 #resume h3{text-align:left;font-size:20px;opacity:.95;color:#4c2a61;}
body.checkout-template-lilac-v5 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;opacity:.9;padding:8px 0;border-bottom:1px dashed #e4d5ef;}
body.checkout-template-lilac-v5 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
body.checkout-template-lilac-v5 .btn-submit-full{background:linear-gradient(90deg,#bb4cc7,#9d76ce);border:none;height:60px;}
body.checkout-template-lilac-v5 .btn-submit-full:hover{filter:brightness(.95);}

body.checkout-template-commerce-v6{background:#f3f5f9;}
body.checkout-template-commerce-v6 #outerContainer{background:#f3f5f9;background-image:none;}
body.checkout-template-commerce-v6 #containerBanner{background:#ffffff!important;color:#111827;text-shadow:none;border-radius:12px;border:1px solid #dfe5ef;box-shadow:0 8px 26px rgba(12,24,52,.08);}
body.checkout-template-commerce-v6 .title{font-size:41px;line-height:38px;}
body.checkout-template-commerce-v6 #step1,body.checkout-template-commerce-v6 #step2{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:22px;align-items:start;}
body.checkout-template-commerce-v6 #step1 > *:not(#resume),body.checkout-template-commerce-v6 #step2 > *:not(#resume){grid-column:1;}
body.checkout-template-commerce-v6 #step1 #resume,body.checkout-template-commerce-v6 #step2 #resume{grid-column:2;grid-row:1 / span 40;position:sticky;top:84px;margin-top:0;background:#fff;border:1px solid #dfe5ef;border-radius:14px;padding:14px;box-shadow:0 8px 18px rgba(12,24,52,.08);}
body.checkout-template-commerce-v6 #resume h3{text-align:left;font-size:21px;opacity:.95;}
body.checkout-template-commerce-v6 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;opacity:.95;padding:9px 0;font-size:15px!important;border-bottom:1px solid #e8edf4;}
body.checkout-template-commerce-v6 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;font-weight:700;}
body.checkout-template-commerce-v6 .btn-group-toggle{background:#fff;border:1px solid #dfe5ef;border-radius:12px;padding:7px;}
body.checkout-template-commerce-v6 .btn-payment-method{border-radius:10px;height:62px;}
body.checkout-template-commerce-v6 .btn-payment-method.active{background:#0f172a;border-color:#0f172a;}
body.checkout-template-commerce-v6 .order-bump-card{border:1px solid #dfe5ef;border-radius:12px;box-shadow:0 6px 14px rgba(12,24,52,.06);}
body.checkout-template-commerce-v6 .btn-submit-full{height:60px;font-size:21px;background:#0f172a;border-color:#0f172a;}
body.checkout-template-commerce-v6 .btn-submit-full:hover{background:#020617;border-color:#020617;}

body.checkout-template-card-v7{background:#e7e7e7;font-family:'Sora','Poppins',sans-serif;color:#333;}
body.checkout-template-card-v7 #outerContainer{background:transparent;background-image:none;padding-top:10px;margin-bottom:0;}
body.checkout-template-card-v7 #containerBanner{background:#fff;color:#222;text-shadow:none;border-radius:10px;max-width:960px;min-height:80px;height:auto;box-shadow:0 6px 18px rgba(0,0,0,.12);border:1px solid #d8d8d8;padding:18px 20px;}
body.checkout-template-card-v7 #containerBanner .tagline{font-size:12px;text-transform:uppercase;letter-spacing:.5px;opacity:.65;}
body.checkout-template-card-v7 #containerBanner .title{font-size:24px;line-height:26px;margin-bottom:0;}
body.checkout-template-card-v7 #containerBanner .price-info{display:none;}
body.checkout-template-card-v7 .container{max-width:960px;background:#fff;border:1px solid #d8d8d8;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.1);padding:20px 20px 28px;margin-top:10px;}
body.checkout-template-card-v7 .container::before{content:'1  Dados pessoais    2  Pagamento    3  Obrigado';display:block;background:#ececec;border:1px solid #d2d2d2;border-radius:6px;padding:10px 12px;font-size:12px;font-weight:700;color:#666;margin-bottom:18px;letter-spacing:.2px;}
body.checkout-template-card-v7 #step1,body.checkout-template-card-v7 #step2{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;align-items:start;}
body.checkout-template-card-v7 #step1 > *:not(#resume),body.checkout-template-card-v7 #step2 > *:not(#resume){grid-column:1;}
body.checkout-template-card-v7 #step1 #resume,body.checkout-template-card-v7 #step2 #resume{grid-column:2;grid-row:1 / span 40;position:sticky;top:88px;margin-top:0;background:#fafafa;border:1px solid #d8d8d8;border-radius:8px;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);}
body.checkout-template-card-v7 #resume::before{content:'Compra 100% segura';display:block;background:#57b24d;color:#fff;font-size:12px;font-weight:700;border-radius:6px;padding:8px 10px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.4px;text-align:center;}
body.checkout-template-card-v7 #resume h3{text-align:left;font-size:16px;margin-bottom:10px;font-weight:700;}
body.checkout-template-card-v7 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;padding:8px 0;font-size:13px!important;border-bottom:1px solid #e1e1e1;}
body.checkout-template-card-v7 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
body.checkout-template-card-v7 label{font-weight:700;font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.3px;}
body.checkout-template-card-v7 .form-control{border-radius:4px!important;border:1px solid #cfcfcf!important;background:#fff!important;height:44px;font-size:15px;}
body.checkout-template-card-v7 .btn-group-toggle{background:#f3f3f3;border:1px solid #d2d2d2;border-radius:6px;padding:6px;}
body.checkout-template-card-v7 .btn-payment-method{border-radius:6px;height:56px;background:#fff;border-color:#cfcfcf;font-weight:700;}
body.checkout-template-card-v7 .btn-payment-method.active{background:#4caf50;border-color:#4caf50;color:#fff;}
body.checkout-template-card-v7 .section-label{background:#f1f1f1;color:#444;border:1px solid #d2d2d2;border-radius:6px;font-size:12px;}
body.checkout-template-card-v7 .order-bump-card{border-radius:6px;border:1px solid #d8d8d8;background:#fff;}
body.checkout-template-card-v7 .btn-submit-full{background:#6fc25e;border-color:#6fc25e;height:48px;font-weight:700;}
body.checkout-template-card-v7 .btn-submit-full:hover{background:#60b350;border-color:#60b350;}

body.checkout-template-neon-v8{background:linear-gradient(135deg,#2b1845 0%,#5b2a7e 45%,#ff63d8 100%);}
body.checkout-template-neon-v8 .checkout-template-shell-neon-v8{position:relative;padding-bottom:32px;}
body.checkout-template-neon-v8 .checkout-template-shell-neon-v8::before{content:'';position:absolute;top:130px;right:6%;width:180px;height:180px;border:2px solid rgba(255,255,255,.15);border-radius:24px;transform:rotate(45deg);}
body.checkout-template-neon-v8 .checkout-template-shell-neon-v8::after{content:'';position:absolute;bottom:80px;left:4%;width:140px;height:140px;border:2px solid rgba(255,255,255,.12);border-radius:22px;transform:rotate(45deg);}
body.checkout-template-neon-v8 #outerContainer{background:transparent;background-image:none;}
body.checkout-template-neon-v8 #containerBanner{background:#fff!important;color:#2b1d45;text-shadow:none;border-radius:28px;box-shadow:0 24px 46px rgba(32,12,60,.26);}
body.checkout-template-neon-v8 .tagline{font-size:15px;color:#6d4a86;}
body.checkout-template-neon-v8 .title{font-size:40px;line-height:38px;color:#2b1d45;}
body.checkout-template-neon-v8 .price{color:#7b35a8;}
body.checkout-template-neon-v8 .container{background:#fff;border-radius:28px;box-shadow:0 24px 46px rgba(32,12,60,.22);padding:18px 16px 24px;}
body.checkout-template-neon-v8 .form-control{border-radius:14px!important;border-color:#e1d7ef!important;box-shadow:0 6px 12px rgba(123,53,168,.08);}
body.checkout-template-neon-v8 .btn-group-toggle{background:#f4edfb;border:1px solid #e2d5f0;border-radius:14px;padding:6px;}
body.checkout-template-neon-v8 .btn-payment-method{border-radius:12px;height:60px;}
body.checkout-template-neon-v8 .btn-payment-method.active{background:linear-gradient(90deg,#7b2aa5,#c35ad9);border-color:#a548c9;}
body.checkout-template-neon-v8 .section-label{background:#f6edff;color:#5b2d78;border:1px solid #e2d5f0;}
body.checkout-template-neon-v8 .highlight-border{background:#fff7dc;border:2px solid #f0c95e;border-radius:14px;}
body.checkout-template-neon-v8 .highlight-border-checked{background:#ecfff3;border:2px solid #32a26e;border-radius:14px;}
body.checkout-template-neon-v8 #resume{background:#f8f1ff;border:1px solid #e4d7f2;border-radius:16px;padding:12px;}
body.checkout-template-neon-v8 #resume h3{text-align:left;font-size:20px;opacity:.95;color:#4a2266;}
body.checkout-template-neon-v8 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;opacity:.9;padding:8px 0;border-bottom:1px dashed #e1d5f0;font-size:14px!important;}
body.checkout-template-neon-v8 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
body.checkout-template-neon-v8 .btn-submit-full{background:linear-gradient(90deg,#6c2aa0,#b848d2);border:none;height:62px;font-weight:800;}
body.checkout-template-neon-v8 .btn-submit-full:hover{filter:brightness(.97);}

body.checkout-template-mobile-v9{background:linear-gradient(135deg,#e7dbf7 0%,#f4e8ff 45%,#f9f4ff 100%);}
body.checkout-template-mobile-v9 #outerContainer{background:transparent;background-image:none;margin-bottom:15px;}
body.checkout-template-mobile-v9 #containerBanner{background:linear-gradient(135deg,#4b1b6d,#6d2ca5)!important;color:#fff;text-shadow:none;border-radius:26px 26px 18px 18px;max-width:520px;height:200px;box-shadow:0 18px 34px rgba(70,30,110,.18);}
body.checkout-template-mobile-v9 .tagline{text-transform:uppercase;letter-spacing:.6px;font-size:13px;opacity:.9;}
body.checkout-template-mobile-v9 .title{font-size:36px;line-height:34px;}
body.checkout-template-mobile-v9 .price{font-size:30px;}
body.checkout-template-mobile-v9 .container{background:#fff;border-radius:26px;box-shadow:0 20px 34px rgba(70,30,110,.16);max-width:520px;margin-top:15px;padding:12px 14px 22px;}
body.checkout-template-mobile-v9 .form-control{border-radius:12px!important;border-color:#ddd5ea!important;}
body.checkout-template-mobile-v9 .btn-group-toggle{background:#f5eefc;border:1px solid #e1d5ee;border-radius:12px;padding:6px;}
body.checkout-template-mobile-v9 .btn-payment-method{border-radius:12px;height:58px;}
body.checkout-template-mobile-v9 .btn-payment-method.active{background:#4b1b6d;border-color:#4b1b6d;}
body.checkout-template-mobile-v9 .section-label{background:#f0e6fb;color:#4b1b6d;border:1px solid #e1d5ee;}
body.checkout-template-mobile-v9 .order-bump-card{border-radius:12px;border:1px solid #e1d5ee;}
body.checkout-template-mobile-v9 #resume{background:#f3ecfa;border:1px solid #e1d5ee;border-radius:14px;padding:12px;}
body.checkout-template-mobile-v9 #resume h3{text-align:left;font-size:19px;opacity:.9;color:#4b1b6d;}
body.checkout-template-mobile-v9 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;opacity:.9;padding:8px 0;border-bottom:1px dashed #e1d5ee;font-size:14px!important;}
body.checkout-template-mobile-v9 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
body.checkout-template-mobile-v9 .btn-submit-full{background:#6a2aa5;border-color:#6a2aa5;height:60px;font-weight:800;}
body.checkout-template-mobile-v9 .btn-submit-full:hover{background:#532080;border-color:#532080;}

body.checkout-template-hm-v10{background:#e6e6e6;font-family:'Roboto','Poppins',sans-serif;color:#333;}
body.checkout-template-hm-v10 #outerContainer{display:none!important;}
body.checkout-template-hm-v10 #containerBanner{background:#f1f1f1!important;background-image:none!important;color:#555;text-shadow:none;border-radius:8px;max-width:960px;min-height:44px;height:auto;border:1px solid #d2d2d2;padding:8px 12px;box-shadow:none;}
body.checkout-template-hm-v10 #containerBanner > *{display:none!important;}
body.checkout-template-hm-v10 #containerBanner::before{content:'1  Dados pessoais    2  Pagamento    3  Obrigado';display:block;font-weight:700;font-size:12px;color:#666;letter-spacing:.2px;text-transform:uppercase;}
body.checkout-template-hm-v10 .container{max-width:960px;background:#fff;border:1px solid #d8d8d8;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.08);padding:16px 16px 20px;margin-top:8px;}
body.checkout-template-hm-v10 #multiStepForm{padding-top:20px;margin-top:10px;}
body.checkout-template-hm-v10 #step1,body.checkout-template-hm-v10 #step2{display:block;}
body.checkout-template-hm-v10 #step1 #resume,body.checkout-template-hm-v10 #step2 #resume{position:static;top:auto;margin-top:12px;background:#fafafa;border:1px solid #d8d8d8;border-radius:6px;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.06);}
body.checkout-template-hm-v10 #resume::before{content:'Compra 100% segura';display:block;background:#6ac24f;color:#fff;font-size:12px;font-weight:700;border-radius:4px;padding:7px 10px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.4px;text-align:left;}
body.checkout-template-hm-v10 #resume h3{text-align:left;font-size:16px;margin-bottom:8px;font-weight:700;}
body.checkout-template-hm-v10 #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;font-style:normal;padding:7px 0;font-size:13px!important;border-bottom:1px solid #e1e1e1;}
body.checkout-template-hm-v10 #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}
body.checkout-template-hm-v10 label{font-weight:700;font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.3px;}
body.checkout-template-hm-v10 .form-control{border-radius:4px!important;border:1px solid #cfcfcf!important;background:#fff!important;height:44px;font-size:15px;}
body.checkout-template-hm-v10 .btn-group-toggle{background:#f3f3f3;border:1px solid #d2d2d2;border-radius:6px;padding:6px;}
body.checkout-template-hm-v10 .btn-payment-method{border-radius:6px;height:56px;background:#fff;border-color:#cfcfcf;font-weight:700;}
body.checkout-template-hm-v10 .btn-payment-method.active{background:#4caf50;border-color:#4caf50;color:#fff;}
body.checkout-template-hm-v10 .section-label{background:#f1f1f1;color:#444;border:1px solid #d2d2d2;border-radius:6px;font-size:12px;}
body.checkout-template-hm-v10 .order-bump-card{border-radius:6px;border:1px solid #d8d8d8;background:#fff;}
body.checkout-template-hm-v10 .btn-submit-full{background:#6fc25e;border-color:#6fc25e;height:48px;font-weight:700;}
body.checkout-template-hm-v10 .btn-submit-full:hover{background:#60b350;border-color:#60b350;}
body.checkout-template-hm-v10 .btn-container{display:block;margin-top:12px;}
body.checkout-template-hm-v10 .btn-container > div:first-child{display:none;}
body.checkout-template-hm-v10 .btn-container .btn{width:100%;}

@media (max-width: 991.98px){
  body.checkout-template:not(.checkout-template-main-v1) .container{max-width:100%;}
  body.checkout-template:not(.checkout-template-main-v1) #containerBanner{max-width:100%;height:auto;min-height:210px;}
  body.checkout-template-split-v2 #step1,body.checkout-template-split-v2 #step2,
  body.checkout-template-commerce-v6 #step1,body.checkout-template-commerce-v6 #step2,
  body.checkout-template-card-v7 #step1,body.checkout-template-card-v7 #step2,
  body.checkout-template-hm-v10 #step1,body.checkout-template-hm-v10 #step2{display:block;}
  body.checkout-template-split-v2 #step1 #resume,body.checkout-template-split-v2 #step2 #resume,
  body.checkout-template-commerce-v6 #step1 #resume,body.checkout-template-commerce-v6 #step2 #resume,
  body.checkout-template-card-v7 #step1 #resume,body.checkout-template-card-v7 #step2 #resume,
  body.checkout-template-hm-v10 #step1 #resume,body.checkout-template-hm-v10 #step2 #resume{position:static;margin-top:18px;padding:12px;}
  body.checkout-template-neon-v8 .checkout-template-shell-neon-v8::before,
  body.checkout-template-neon-v8 .checkout-template-shell-neon-v8::after{display:none;}
}

@media (max-width:768px){
  .title{font-size:42px;line-height:40px;}
  .price{font-size:30px;}
  body{background-color:#fff;}
  .card-panel{border:none;box-shadow:none;}
}

body.checkout-template-super-clean-checkout{background:#f8fafc;font-family:'Inter','Roboto',sans-serif;color:#111827;}
body.checkout-template-super-clean-checkout .promo-top{display:none!important;}
body.checkout-template-super-clean-checkout #outerContainer,
body.checkout-template-super-clean-checkout .main-checkout-image-wrap{display:none!important;}
body.checkout-template-super-clean-checkout #progressContainer{display:none!important;}
body.checkout-template-super-clean-checkout .geoip-city-hint{display:none!important;}
body.checkout-template-super-clean-checkout .container{max-width:1120px;padding:20px 18px 24px;}
body.checkout-template-super-clean-checkout .checkout-fields{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:22px;box-shadow:0 1px 0 rgba(0,0,0,.03);} 
body.checkout-template-super-clean-checkout .superclean-card-title{font-size:20px;font-weight:700;margin:0 0 16px;color:#111827;}
body.checkout-template-super-clean-checkout .fieldbox{margin-bottom:14px;}
body.checkout-template-super-clean-checkout .fieldbox label{font-weight:600;font-size:13px;color:#374151;}
body.checkout-template-super-clean-checkout .form-control{border:1px solid #e5e7eb!important;border-radius:8px;height:48px;font-size:15px;}
body.checkout-template-super-clean-checkout .form-control::placeholder{opacity:.6;}
body.checkout-template-super-clean-checkout .superclean-topbar{padding:16px 0 10px;border-bottom:1px solid #eef2f7;background:#fff;}
body.checkout-template-super-clean-checkout .superclean-topbar .container{padding-top:0;padding-bottom:0;}
body.checkout-template-super-clean-checkout .superclean-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;}
body.checkout-template-super-clean-checkout .superclean-logo{font-weight:700;font-size:16px;background:#eef0f3;color:#6b7280;border-radius:4px;padding:10px 14px;min-width:80px;text-align:center;}
body.checkout-template-super-clean-checkout .superclean-secure{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#111827;}
body.checkout-template-super-clean-checkout .superclean-secure i{color:#16a34a;}
body.checkout-template-super-clean-checkout .superclean-crumbs{margin-top:12px;font-size:13px;color:#6b7280;display:flex;gap:8px;align-items:center;}
body.checkout-template-super-clean-checkout .superclean-crumbs .active{color:#e11d48;font-weight:600;}
body.checkout-template-super-clean-checkout .superclean-crumbs .sep{opacity:.5;}

body.checkout-template-super-clean-checkout #step1{display:block;}
body.checkout-template-super-clean-checkout .superclean-columns{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start;}
body.checkout-template-super-clean-checkout .superclean-left,
body.checkout-template-super-clean-checkout .superclean-right{min-width:0;}
body.checkout-template-super-clean-checkout .superclean-left .section-label-accent{margin-top:12px;}
body.checkout-template-super-clean-checkout .superclean-payment-group{width:100%;margin-bottom:16px;}
body.checkout-template-super-clean-checkout .superclean-right .btn-container{margin-top:10px;}
body.checkout-template-super-clean-checkout .order-bump-card{width:100%;}

body.checkout-template-super-clean-checkout #resume{margin-top:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;box-shadow:0 1px 0 rgba(0,0,0,.03);} 
body.checkout-template-super-clean-checkout #resume h3{text-align:left;font-size:18px;opacity:.95;margin-bottom:10px;}
body.checkout-template-super-clean-checkout #resume ul.list-group li.list-group-item{text-align:left;display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px!important;opacity:.95;font-style:normal;border-bottom:1px solid #edf2f7;}
body.checkout-template-super-clean-checkout #resume ul.list-group li.list-group-item:last-child{border-bottom:none;}

body.checkout-template-super-clean-checkout .btn-container{margin-top:14px;display:block;}
body.checkout-template-super-clean-checkout .btn-container > div:first-child{display:none;}
body.checkout-template-super-clean-checkout .btn-container .btn{width:100%;}
body.checkout-template-super-clean-checkout .btn-submit-full{width:100%;height:56px;border:none;border-radius:12px;background:#ffef3a;color:#111827;font-weight:700;letter-spacing:.3px;box-shadow:0 8px 18px rgba(0,0,0,.08);} 
body.checkout-template-super-clean-checkout .btn-submit-full:hover{filter:brightness(.98);} 

body.checkout-template-super-clean-checkout .superclean-trust{margin-top:14px;border:1px solid #e5e7eb;border-radius:10px;padding:14px;background:#fff;}
body.checkout-template-super-clean-checkout .superclean-trust h4{font-size:16px;font-weight:800;margin:0 0 10px;}
body.checkout-template-super-clean-checkout .superclean-trust ul{list-style:none;padding:0;margin:0;}
body.checkout-template-super-clean-checkout .superclean-trust li{display:flex;gap:10px;align-items:flex-start;margin:8px 0;font-size:13px;color:#374151;}
body.checkout-template-super-clean-checkout .superclean-trust li i{color:#16a34a;margin-top:2px;}

body.checkout-template-super-clean-checkout .superclean-review{margin-top:12px;padding:14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;}
body.checkout-template-super-clean-checkout .superclean-review .txt{font-size:13px;margin-bottom:12px;color:#111827;}
body.checkout-template-super-clean-checkout .superclean-review .who{display:flex;align-items:center;gap:10px;}
body.checkout-template-super-clean-checkout .superclean-review .avatar{width:42px;height:42px;border-radius:999px;border:1px solid #e5e7eb;background:#eef2f7;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;}
body.checkout-template-super-clean-checkout .superclean-review .name{font-weight:700;font-size:13px;}
body.checkout-template-super-clean-checkout .superclean-review .role{font-size:12px;color:#6b7280;}

body.checkout-template-super-clean-checkout .assinatura-footer{max-width:1120px;margin:0 auto;padding:14px 20px 20px;color:#cbd5e1;background:#0b0b0b;}
body.checkout-template-super-clean-checkout .assinatura-footer p{margin:0;color:#cbd5e1;font-size:12px;}

@media (max-width: 991px){
  body.checkout-template-super-clean-checkout #step1{display:block;}
  body.checkout-template-super-clean-checkout .superclean-columns{display:block;}
  body.checkout-template-super-clean-checkout .superclean-secure{font-size:12px;}
  body.checkout-template-super-clean-checkout .superclean-logo{font-size:14px;padding:8px 10px;}
}

