:root{
  --sbox-red:#e41f2b;
  --sbox-red-dark:#c81822;
  --sbox-bg:#f6f7f9;
  --sbox-text:#111827;
  --sbox-muted:#6b7280;
  --sbox-border:#e5e7eb;
  --sbox-green:#16a34a;
  --sbox-orange:#f59e0b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--sbox-bg);color:var(--sbox-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
.sbox-page{min-height:100vh;background:linear-gradient(180deg,#fff 0%,#f6f7f9 42%,#f3f4f6 100%)}
.sbox-topbar{position:sticky;top:0;z-index:40;background:#f59e0b;color:#fff;height:30px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;letter-spacing:.02em;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.sbox-wrap{width:100%;max-width:430px;margin:0 auto;padding:14px 14px 34px}
.sbox-header{display:flex;align-items:center;justify-content:space-between;margin:4px 0 12px}
.sbox-brand{display:flex;align-items:center;gap:10px}.sbox-logo{width:38px;height:38px;border-radius:12px;border:1px solid #fecaca;display:grid;place-items:center;background:#fff;color:var(--sbox-red);font-weight:900;font-size:13px;box-shadow:0 8px 25px rgba(228,31,43,.08)}.sbox-brand-title{font-weight:900;font-size:15px;line-height:1}.sbox-brand-sub{font-size:12px;color:var(--sbox-muted);margin-top:3px}.sbox-safe-pill{border:1px solid #bbf7d0;background:#ecfdf5;color:#047857;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;white-space:nowrap}
.sbox-banner{overflow:hidden;border-radius:16px;background:#111827;margin-bottom:10px;box-shadow:0 12px 35px rgba(0,0,0,.08);height:136px;position:relative}.sbox-banner-inner{height:100%;padding:18px 18px;background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.20),transparent 24%),linear-gradient(135deg,#080808 0%,#1f0a0d 46%,#e41f2b 140%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.sbox-banner-kicker{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.10);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.sbox-banner-title{font-size:23px;line-height:.96;font-weight:950;letter-spacing:-.04em;margin:7px 0 5px}.sbox-banner-title span{color:#ff3441}.sbox-banner-sub{font-size:11px;line-height:1.35;color:rgba(255,255,255,.78);max-width:230px}.sbox-banner-card{width:90px;min-width:90px;height:78px;border-radius:14px;background:#fff;display:grid;place-items:center;color:#111827;font-weight:950;text-align:center;line-height:1.05;border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 40px rgba(0,0,0,.18)}.sbox-banner-card strong{display:block;color:var(--sbox-red);font-size:13px}.sbox-banner-card span{font-size:10px}.sbox-card{background:#fff;border:1px solid var(--sbox-border);border-radius:16px;box-shadow:0 14px 34px rgba(17,24,39,.06);margin-bottom:12px}.sbox-card-pad{padding:16px}.sbox-section-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900;margin:0 0 12px;color:#111827}.sbox-icon{width:18px;height:18px;color:#2563eb}.sbox-summary-head{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-bottom:1px solid var(--sbox-border);cursor:pointer}.sbox-summary-title{font-size:13px;font-weight:900}.sbox-chevron{transition:.2s;color:#6b7280}.sbox-summary.open .sbox-chevron{transform:rotate(180deg)}.sbox-summary-body{padding:14px 15px}.sbox-product-row{display:flex;gap:12px;align-items:center}.sbox-thumb{width:52px;height:52px;border-radius:10px;background:linear-gradient(135deg,#111827,#e41f2b);display:grid;place-items:center;color:#fff;font-size:9px;font-weight:900;text-align:center;line-height:1.05;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}.sbox-product-name{font-size:15px;font-weight:900}.sbox-product-desc{font-size:12px;color:var(--sbox-muted);line-height:1.35;margin-top:3px}.sbox-price-main{font-size:18px;font-weight:950;color:#2563eb;white-space:nowrap}.sbox-summary-lines{margin-top:12px;border-top:1px dashed #e5e7eb;padding-top:10px;display:none}.sbox-summary.open .sbox-summary-lines{display:block}.sbox-line{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:#4b5563;padding:5px 0}.sbox-total-line{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:8px;padding-top:10px;border-top:1px solid #eef0f2}.sbox-total-label{font-size:13px;font-weight:900}.sbox-total-price{font-size:24px;font-weight:950;color:var(--sbox-red);letter-spacing:-.03em}.sbox-field{position:relative;margin-bottom:10px}.sbox-input{width:100%;height:43px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;padding:0 12px 0 38px;font-size:13px;color:#111827;outline:none;transition:.18s}.sbox-input::placeholder{color:#9ca3af}.sbox-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px rgba(37,99,235,.09)}.sbox-field-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:#9ca3af}.sbox-grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sbox-bumps{display:flex;flex-direction:column;gap:9px}.sbox-bump-card{display:block;border:1px solid #e5e7eb;background:#fff;border-radius:13px;padding:12px;cursor:pointer;transition:.18s}.sbox-bump-card:hover{border-color:#fca5a5;box-shadow:0 10px 24px rgba(228,31,43,.06)}.sbox-bump-card.active{border-color:#ef4444;background:#fff7f7;box-shadow:0 10px 24px rgba(228,31,43,.08)}.sbox-bump-top{display:flex;gap:10px;align-items:flex-start}.sbox-checkbox{appearance:none;width:19px;height:19px;min-width:19px;border:1.5px solid #9ca3af;border-radius:4px;background:#fff;margin-top:2px;display:grid;place-items:center}.sbox-checkbox:checked{background:var(--sbox-red);border-color:var(--sbox-red)}.sbox-checkbox:checked::after{content:"✓";font-size:13px;color:#fff;font-weight:900}.sbox-bump-content{flex:1;min-width:0}.sbox-bump-meta{display:flex;align-items:center;gap:7px;margin-bottom:4px}.sbox-badge{background:#ef4444;color:#fff;border-radius:6px;padding:4px 7px;font-size:9px;text-transform:uppercase;font-weight:950;letter-spacing:.04em}.sbox-optional{font-size:11px;color:#6b7280;font-weight:800}.sbox-bump-name{font-size:14px;font-weight:950;line-height:1.2}.sbox-bump-desc{font-size:12px;color:#6b7280;line-height:1.35;margin:4px 0 8px}.sbox-bump-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6b7280}.sbox-bump-price{font-size:14px;color:var(--sbox-red);font-weight:950}.sbox-payment-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin-top:8px}.sbox-pix-option{width:104px;height:38px;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:900}.sbox-info{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:13px;margin-top:12px}.sbox-info-title{font-size:12px;font-weight:900;margin-bottom:8px;color:#111827}.sbox-info p{font-size:12px;line-height:1.45;color:#6b7280;margin:0 0 7px}.sbox-submit{width:100%;height:48px;border:0;border-radius:8px;background:#16c784;color:#fff;font-size:13px;font-weight:950;letter-spacing:.03em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:.18s;box-shadow:0 12px 24px rgba(22,199,132,.18)}.sbox-submit:hover{filter:brightness(.98);transform:translateY(-1px)}.sbox-submit:active{transform:translateY(0)}.sbox-submit[disabled]{cursor:not-allowed;opacity:.75}.sbox-loader{width:18px;height:18px;border-radius:999px;border:3px solid rgba(255,255,255,.45);border-top-color:#fff;animation:sbox-spin .7s linear infinite}.hidden{display:none!important}@keyframes sbox-spin{to{transform:rotate(360deg)}}.sbox-security{height:38px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;display:flex;align-items:center;justify-content:center;gap:7px;color:#047857;font-size:12px;font-weight:800;margin-top:10px}.sbox-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:700;margin:10px 0}.sbox-pix-screen{text-align:center}.sbox-success-icon{width:45px;height:45px;border-radius:999px;background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;display:grid;place-items:center;margin:0 auto 10px;font-weight:950}.sbox-pix-title{font-size:22px;font-weight:950;letter-spacing:-.04em;margin:0 0 7px}.sbox-pix-sub{font-size:13px;color:#6b7280;line-height:1.45;margin:0 auto 16px;max-width:340px}.sbox-qr-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;margin:0 auto 12px;max-width:250px;box-shadow:0 14px 28px rgba(17,24,39,.06)}.sbox-qr-box img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block}.sbox-pix-details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.sbox-pix-detail{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;text-align:left}.sbox-pix-detail label{display:block;font-size:10px;text-transform:uppercase;font-weight:900;color:#6b7280;margin-bottom:4px}.sbox-pix-detail strong{font-size:18px;font-weight:950;color:#111827}.sbox-timer strong{color:var(--sbox-red)}.sbox-textarea{width:100%;resize:none;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;padding:10px;font-size:11px;color:#374151;outline:none}.sbox-copy{width:100%;height:45px;border:0;border-radius:8px;background:#111827;color:#fff;font-size:13px;font-weight:950;margin-top:9px;cursor:pointer}.sbox-status{border:1px solid #fde68a;background:#fffbeb;color:#854d0e;border-radius:10px;padding:11px 12px;font-size:12px;font-weight:800;margin-top:10px;text-align:left}.sbox-status.success{border-color:#bbf7d0;background:#ecfdf5;color:#047857}.sbox-status.error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.sbox-steps{border-top:1px solid #eef0f2;margin-top:14px;padding-top:13px;text-align:left}.sbox-steps-title{font-size:13px;font-weight:950;margin-bottom:8px}.sbox-steps ol{margin:0;padding-left:18px;color:#6b7280;font-size:12px;line-height:1.75}.sbox-reviews-title{text-align:center;font-size:15px;font-weight:950;margin:18px 0 10px}.sbox-review{background:#fff;border:1px solid #e5e7eb;border-radius:13px;padding:12px;margin-bottom:9px;box-shadow:0 10px 22px rgba(17,24,39,.04)}.sbox-review-head{display:flex;align-items:center;gap:9px}.sbox-avatar{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#dbeafe,#fecaca);display:grid;place-items:center;font-size:13px;font-weight:950}.sbox-review-name{font-size:12px;font-weight:950}.sbox-stars{font-size:12px;color:#2563eb;letter-spacing:.02em;margin-top:1px}.sbox-review-text{font-size:12px;color:#4b5563;line-height:1.35;margin:8px 0 0}.sbox-footer{border-top:1px solid #e5e7eb;margin-top:22px;padding:18px 0 8px;text-align:center;color:#6b7280;font-size:11px}.sbox-footer-logo{width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;display:grid;place-items:center;margin:0 auto 8px;color:var(--sbox-red);font-weight:950}.sbox-footer-row{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:8px;color:#047857;font-weight:800;font-size:11px}.sbox-main-form{display:block}.sbox-main-form.hidden{display:none!important}.sbox-fade{animation:sbox-fade .22s ease-out both}@keyframes sbox-fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media (min-width: 900px){.sbox-wrap{padding-top:18px}.sbox-banner{height:150px}.sbox-banner-title{font-size:27px}.sbox-card{border-radius:17px}.sbox-card-pad{padding:18px}.sbox-page{background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%)}}

/* Logo images */
.sbox-logo img{width:26px;height:26px;object-fit:contain;display:block}.sbox-banner-card img{max-width:64px;max-height:50px;object-fit:contain;display:block}.sbox-thumb img{width:42px;height:42px;object-fit:contain;display:block}.sbox-footer-logo img{width:30px;height:30px;object-fit:contain;display:block}

