:root{--blue:#0d2f5f;--blue2:#123f7a;--orange:#f47b20;--orange2:#ff9f2f;--ink:#172033;--muted:#6a7485;--line:#e4e8ef;--soft:#f5f7fb;--white:#fff;--green:#168a55;--red:#c53a3a;--shadow:0 14px 38px rgba(13,47,95,.1);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:var(--blue);color:#dfe9f8;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;gap:20px;padding:7px 0}.site-header{position:sticky;top:0;z-index:40;background:#fff;box-shadow:0 4px 18px rgba(13,47,95,.08)}.header-main{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;padding:14px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--blue);font-size:20px}.brand img{width:118px;height:64px;object-fit:contain}.brand span{display:none}.search{display:flex;background:var(--soft);border:1px solid var(--line);border-radius:999px;overflow:hidden}.search input{border:0;background:transparent;padding:13px 18px;outline:0;width:100%}.search button{border:0;background:var(--orange);color:#fff;padding:0 22px;font-weight:700;cursor:pointer}.header-actions{display:flex;gap:18px;align-items:center;font-size:14px;font-weight:650}.cart-link{padding:10px 14px;border-radius:999px;background:var(--blue);color:#fff}.cart-link b{display:inline-grid;place-items:center;background:var(--orange);width:22px;height:22px;border-radius:50%;margin-left:6px}.category-nav{border-top:1px solid var(--line)}.category-nav .container{display:flex;gap:24px;overflow:auto;padding:10px 0;font-size:14px;font-weight:650;white-space:nowrap}.category-nav a:hover{color:var(--orange)}main{min-height:60vh}.flash-wrap{padding-top:14px}.alert{padding:13px 16px;border-radius:12px;margin-bottom:12px;border:1px solid}.alert-success{background:#e9f8f0;color:#12643e;border-color:#bee9d2}.alert-danger{background:#fff0f0;color:#9a2525;border-color:#f0c4c4}.alert-warning{background:#fff8e5;color:#835d00;border-color:#f1de9f}.hero{background:linear-gradient(135deg,#f4f8ff 0%,#fff8f0 100%);padding:56px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.03;margin:10px 0 20px;color:var(--blue);letter-spacing:-2px}.hero p{font-size:19px;color:var(--muted);max-width:650px}.hero img{height:500px;width:100%;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--orange);font-size:12px}.hero-actions{display:flex;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;padding:13px 20px;border-radius:12px;font-weight:800;cursor:pointer;box-shadow:0 9px 20px rgba(244,123,32,.22)}.button:hover{transform:translateY(-1px)}.button-light{background:#fff;color:var(--blue);box-shadow:none}.button-outline{background:#fff;color:var(--blue);box-shadow:none;border:1px solid var(--line)}.button-large{width:100%;padding:16px 22px}.button-small{padding:9px 13px;font-size:13px}.section{padding:64px max(16px,calc((100% - 1180px)/2))}.section-soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:34px;margin:5px 0;color:var(--blue)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{display:flex;gap:18px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cfd8e6}.category-icon{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:30px}.category-card h3{margin:0;color:var(--blue)}.category-card p{margin:5px 0;color:var(--muted);font-size:14px}.category-card span{color:var(--orange);font-size:13px;font-weight:750}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{display:block;aspect-ratio:4/3;background:var(--soft);position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:12px;left:12px;background:var(--orange);color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800}.product-body{padding:18px;display:flex;flex-direction:column;gap:9px}.product-body small{color:var(--muted)}.product-body h3{margin:0;line-height:1.25;font-size:18px}.product-body strong{font-size:19px;color:var(--blue)}.product-body .button{margin-top:5px}.cta{margin:60px auto;width:min(1180px,calc(100% - 32px));background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-radius:28px;padding:40px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:34px;margin:0}.cta p{margin:6px 0 0;color:#d7e4f7}.benefits{background:#fff;border-top:1px solid var(--line);padding:30px 0}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefits-grid div{display:flex;flex-direction:column}.benefits-grid b{color:var(--blue)}.benefits-grid span{color:var(--muted);font-size:14px}.site-footer{background:#071d3b;color:#d9e5f4;padding:46px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:50px}.footer-grid img{width:150px;background:#fff;border-radius:10px;padding:4px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.copyright{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:18px;margin-top:38px;font-size:13px;color:#9fb2ca}.page-head{padding:44px max(16px,calc((100% - 1180px)/2));background:linear-gradient(135deg,#f4f8ff,#fff8ef)}.page-head h1{font-size:44px;color:var(--blue);margin:5px 0}.page-head p{color:var(--muted)}.catalog-layout{width:min(1180px,calc(100% - 32px));margin:45px auto 70px;display:grid;grid-template-columns:230px 1fr;gap:30px}.filters{display:flex;flex-direction:column;gap:7px;align-self:start;position:sticky;top:150px}.filters h3{color:var(--blue)}.filters a{padding:10px 12px;border-radius:10px;display:flex;justify-content:space-between}.filters a.active,.filters a:hover{background:#edf4ff;color:var(--blue);font-weight:700}.empty-state{padding:60px;text-align:center;border:1px dashed #ccd5e2;border-radius:var(--radius);grid-column:1/-1}.empty-state.compact{padding:28px}.product-detail{width:min(1180px,calc(100% - 32px));margin:48px auto 30px;display:grid;grid-template-columns:1fr 1fr;gap:55px}.main-product-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:24px;background:var(--soft);border:1px solid var(--line)}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs img{width:80px;height:80px;object-fit:cover;border-radius:10px;border:1px solid var(--line);cursor:pointer}.breadcrumb{font-size:13px;color:var(--orange);font-weight:750}.product-info h1{font-size:42px;line-height:1.1;color:var(--blue);margin:10px 0}.lead{font-size:17px;color:var(--muted)}.buy-box{background:var(--soft);border:1px solid var(--line);padding:22px;border-radius:18px;margin:24px 0;display:grid;gap:15px}.buy-box label,.auth-card label,.form-grid label,.order-summary label,.panel label{display:grid;gap:6px;font-weight:700;font-size:14px}.buy-box input,.buy-box select,.buy-box textarea,.auth-card input,.auth-card textarea,.form-grid input,.form-grid select,.panel input,.panel select,.panel textarea,.order-summary input{width:100%;border:1px solid #ccd5e2;border-radius:10px;padding:12px;background:#fff;outline:none}.buy-box input:focus,.buy-box select:focus,.buy-box textarea:focus,.auth-card input:focus,.form-grid input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(244,123,32,.12)}.buy-box small{font-weight:400;color:var(--muted)}.variant-meta{font-size:13px;color:var(--green);font-weight:700}.product-description{border-top:1px solid var(--line);margin-top:28px;padding-top:20px}.quote-price{font-size:32px;color:var(--blue);font-weight:850;margin:25px 0}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;background:#fff}.table-wrap th,.table-wrap td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:top}.table-wrap th{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.chip{display:inline-block;padding:4px 8px;border-radius:999px;background:#edf4ff;margin:2px;font-size:12px}.cart-layout,.checkout-layout{width:min(1180px,calc(100% - 32px));margin:35px auto 70px;display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.cart-list{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:100px 1fr 80px 110px auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:14px}.cart-item img{width:100px;height:86px;object-fit:cover;border-radius:10px}.cart-item h3{margin:0;color:var(--blue)}.cart-item p,.cart-item small{display:block;margin:3px 0;color:var(--muted)}.cart-item input{width:70px;border:1px solid var(--line);padding:9px;border-radius:8px}.link-danger{border:0;background:none;color:var(--red);cursor:pointer}.order-summary{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff;box-shadow:var(--shadow);display:grid;gap:14px}.order-summary.sticky{position:sticky;top:155px}.order-summary>div{display:flex;justify-content:space-between;gap:15px}.order-summary small{color:var(--muted)}.summary-total{font-size:20px}.checkout-main{display:grid;gap:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:20px}.panel h1,.panel h2{color:var(--blue);margin-top:0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.span-2{grid-column:1/-1}.radio-card{display:flex!important;grid-template-columns:auto 1fr auto!important;align-items:center;gap:12px!important;border:1px solid var(--line);padding:14px;border-radius:12px;margin-top:10px}.radio-card input{width:auto!important}.radio-card span{display:flex;flex-direction:column}.radio-card small{font-weight:400;color:var(--muted)}.checkout-item{align-items:start}.checkout-item span{display:flex;flex-direction:column}.auth-page{min-height:600px;display:grid;place-items:center;padding:55px 16px;background:var(--soft)}.auth-card{width:min(440px,100%);background:#fff;padding:34px;border-radius:22px;box-shadow:var(--shadow);display:grid;gap:16px}.auth-card h1{color:var(--blue);margin:0}.auth-wide{width:min(700px,100%)}.debug-box{background:#fff8de;padding:12px;border-radius:8px}.account-layout{width:min(1180px,calc(100% - 32px));margin:45px auto;display:grid;grid-template-columns:220px 1fr;gap:28px}.account-nav{display:flex;flex-direction:column;gap:8px;align-self:start;position:sticky;top:150px}.account-nav a{padding:11px;border-radius:10px}.account-nav a:hover{background:#edf4ff}.status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;background:#edf0f5;color:#536070}.status-approved,.status-completed,.status-active,.status-ready{background:#dff6e9;color:#11613c}.status-pending,.status-created,.status-in_process,.status-processing,.status-on_hold{background:#fff2cd;color:#795700}.status-rejected,.status-cancelled,.status-refunded,.status-inactive{background:#ffe4e4;color:#992d2d}.order-view{width:min(1080px,calc(100% - 32px));margin:45px auto}.order-columns{display:grid;grid-template-columns:1fr 320px;gap:24px}.order-line{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.order-line h3{margin:0}.order-line p{color:var(--muted);margin:4px 0}.file-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.file-list span,.file-list a{font-size:12px;padding:5px 8px;background:var(--soft);border-radius:8px}.totals{margin-left:auto;width:min(320px,100%);padding-top:18px}.totals div{display:flex;justify-content:space-between;padding:6px}.totals .grand{font-size:20px;border-top:1px solid var(--line);margin-top:8px;padding-top:12px}.result-page{width:min(620px,calc(100% - 32px));margin:80px auto;text-align:center}.result-icon{width:90px;height:90px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:48px;font-weight:900}.result-page h1{color:var(--blue);font-size:40px}.quote-admin-list blockquote{white-space:pre-wrap}@media(max-width:980px){.header-main{grid-template-columns:auto 1fr}.header-actions{grid-column:1/-1;justify-content:center}.hero-grid,.product-detail{grid-template-columns:1fr}.hero img{height:380px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.filters{position:static;flex-direction:row;overflow:auto}.cart-layout,.checkout-layout,.order-columns,.account-layout{grid-template-columns:1fr}.order-summary.sticky,.account-nav{position:static}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.topbar-inner{justify-content:center}.topbar-inner span:nth-child(2){display:none}.header-main{grid-template-columns:1fr;gap:10px}.brand{justify-content:center}.search{order:3}.header-actions{font-size:12px;gap:10px}.category-nav{display:none}.hero{padding:35px 0}.hero h1{font-size:40px;letter-spacing:-1px}.hero img{height:300px}.hero-actions{flex-direction:column}.section{padding:46px 16px}.category-grid,.product-grid,.benefits-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.cta{flex-direction:column;align-items:flex-start;padding:28px}.cart-item{grid-template-columns:75px 1fr}.cart-item img{width:75px;height:70px}.cart-item label,.cart-item>strong,.cart-item .link-danger{grid-column:2}.page-head h1,.product-info h1{font-size:34px}.product-detail{gap:25px}.cart-layout,.checkout-layout{margin-top:20px}.panel{padding:18px}}
.customer-updates{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.order-note{padding:12px 0;border-bottom:1px solid var(--line)}.order-note small{color:var(--muted)}.order-note p{margin:5px 0}
/* Patch: logotipo transparente e categorias Font Awesome */
.footer-grid img{background:transparent!important;border-radius:0!important;padding:0!important}
.category-icon i{font-size:30px}

/* Patch 2 — fluxo profissional de imagens para impressão */
body.modal-open{overflow:hidden}.button i{margin-right:8px}.photo-uploader{border:1px solid #d9e2ef;background:#fff;border-radius:16px;padding:18px;display:grid;gap:13px}.photo-uploader-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.photo-uploader-head h3{margin:3px 0 0;color:var(--blue)}.upload-counter{display:inline-flex;align-items:center;justify-content:center;min-width:66px;padding:7px 11px;border-radius:999px;background:#edf4ff;color:var(--blue);font-weight:850}.upload-requirement{margin:0;font-weight:800;color:var(--ink)}.upload-reference-note{margin:0;font-size:12px;color:var(--muted)}.dropzone{position:relative;min-height:126px;border:2px dashed #b9c8dc;border-radius:14px;background:#f8fbff;display:flex!important;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:5px;padding:20px;cursor:pointer;transition:.2s}.dropzone:hover{border-color:var(--orange);background:#fff9f4}.dropzone input{position:absolute!important;inset:0;width:100%!important;height:100%;opacity:0;cursor:pointer}.dropzone i{font-size:28px;color:var(--orange)}.dropzone b{color:var(--blue)}.dropzone span{font-size:12px;color:var(--muted)}.dropzone.compact{min-height:88px;margin-bottom:14px}.upload-progress-message{min-height:22px;padding:9px 11px;border-radius:9px;background:#f1f4f8;color:var(--muted);font-size:13px}.upload-progress-message.warning{background:#fff5d9;color:#725400}.upload-progress-message.danger{background:#fff0f0;color:#922d2d}.upload-progress-message.success{background:#e8f8ef;color:#14613d}.photo-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.photo-preview-card{min-width:0;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.photo-preview-card.low-quality{border-color:#e7aaaa;box-shadow:0 0 0 2px rgba(197,58,58,.07)}.photo-preview-image{position:relative;aspect-ratio:1/1;background:#eef2f7}.photo-preview-image img{width:100%;height:100%;object-fit:cover}.photo-preview-image span{position:absolute;left:7px;top:7px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(7,29,59,.82);color:#fff;font-size:11px;font-weight:800}.photo-preview-info{padding:9px;display:grid;gap:2px}.photo-preview-info b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-preview-info small{font-size:10px;color:var(--muted)}.photo-preview-info em{font-size:10px;color:var(--red);font-style:normal;font-weight:800}.photo-preview-actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.photo-preview-actions button{border:0;background:#fff;padding:8px;color:var(--blue);font-size:11px;font-weight:800;cursor:pointer}.photo-preview-actions button+button{border-left:1px solid var(--line);color:var(--red)}.store-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px}.store-modal.open{display:flex}.store-modal-backdrop{position:absolute;inset:0;background:rgba(5,18,36,.72);backdrop-filter:blur(4px)}.store-modal-dialog{position:relative;z-index:1;width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:20px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.store-modal-wide{width:min(980px,100%)}.checkout-review-dialog{width:min(1120px,100%)}.store-modal-dialog h2{color:var(--blue);margin:5px 40px 10px 0}.store-modal-dialog>p{color:var(--muted)}.modal-close{position:absolute;right:16px;top:13px;border:0;background:#eef2f7;width:36px;height:36px;border-radius:50%;font-size:24px;line-height:1;color:var(--blue);cursor:pointer}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:20px;position:sticky;bottom:-28px;background:#fff;padding:14px 0 2px}.quality-issues-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.quality-required-size{grid-column:1/-1;margin:0!important;padding:10px 12px;border-radius:9px;background:#fff2e8;color:#7c430e!important;font-weight:750}.cart-upload-box{margin-top:10px;padding:11px;border:1px solid #d9e2ef;border-radius:10px;background:#f8fbff;display:grid;gap:7px}.cart-upload-status{font-size:12px;font-weight:750;padding:7px 8px;border-radius:7px;background:#eef2f7;color:var(--muted)}.cart-upload-status.success{background:#e8f8ef;color:#14613d}.cart-upload-status.warning{background:#fff5d9;color:#725400}.cart-upload-status.danger{background:#fff0f0;color:#922d2d}.modal-preview-grid{grid-template-columns:repeat(5,minmax(0,1fr));max-height:48vh;overflow:auto;padding-right:5px}.checkout-image-security{display:flex;align-items:flex-start;gap:16px;background:#f4f9ff}.checkout-image-security>i{font-size:30px;color:var(--blue);margin-top:3px}.checkout-image-security h2{margin-bottom:5px}.checkout-image-security p{margin:0;color:var(--muted)}.checkout-review-message{padding:12px 14px;border-radius:10px;margin:14px 0}.checkout-review-message.success{background:#e8f8ef;color:#14613d}.checkout-review-message.danger{background:#fff0f0;color:#922d2d}.checkout-review-grid{display:grid;gap:18px}.checkout-review-group{border:1px solid var(--line);border-radius:14px;padding:14px}.checkout-review-group>header{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:12px}.checkout-review-group h3{margin:0;color:var(--blue)}.checkout-review-group header small{color:var(--muted)}.review-status{padding:5px 9px;border-radius:999px;font-size:11px;font-weight:850}.review-status.success{background:#e8f8ef;color:#14613d}.review-status.danger{background:#fff0f0;color:#922d2d}.checkout-review-images{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;max-height:310px;overflow:auto}.checkout-review-images .photo-preview-info{padding:6px}.checkout-review-images .photo-preview-info b{font-size:10px}.checkout-review-images .photo-preview-info small{font-size:9px}.checkout-upload-progress{margin-top:18px;padding:14px;border-radius:12px;background:#f5f7fb}.progress-track{height:10px;border-radius:999px;background:#dfe6ef;overflow:hidden}.progress-track span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--orange),var(--orange2));transition:width .2s}.checkout-upload-progress p{margin:8px 0 0;color:var(--muted);font-size:13px}.modal-actions button:disabled{opacity:.5;cursor:not-allowed}.checkout-item small{display:block;color:var(--muted);font-size:11px}.checkout-item{align-items:flex-start}.order-summary .button{gap:2px}
@media(max-width:900px){.photo-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quality-issues-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout-review-images{grid-template-columns:repeat(4,minmax(0,1fr))}.store-modal-dialog{padding:22px}.modal-actions{bottom:-22px;flex-direction:column-reverse}.modal-actions .button{width:100%}}
@media(max-width:520px){.photo-preview-grid,.quality-issues-grid{grid-template-columns:1fr 1fr}.modal-preview-grid,.checkout-review-images{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-uploader{padding:13px}.store-modal{padding:8px}.store-modal-dialog{max-height:calc(100vh - 16px);border-radius:15px;padding:18px}.checkout-review-group>header{align-items:flex-start}.cart-item{overflow:hidden}}

/* Patch 3 — endereço por CEP e atendimento WhatsApp */
.address-form-section{margin:22px 0;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fbfcff}
.address-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:15px}
.address-section-head h2,.address-section-head h3{margin:0;color:var(--blue)}
.address-section-head p{margin:5px 0 0;color:var(--muted);font-size:13px}
.address-lookup-status{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;color:var(--muted);background:#eef2f7;text-align:center}
.address-lookup-status:empty{display:none}
.address-lookup-status.loading{color:#0d4f8c;background:#e7f2ff}
.address-lookup-status.success{color:#14613d;background:#e8f8ef}
.address-lookup-status.warning{color:#725400;background:#fff5d9}
.address-lookup-status.danger{color:#922d2d;background:#fff0f0}
input[data-address-readonly]{background:#edf1f5!important;color:#536070!important;border-color:#dbe1e8!important;cursor:not-allowed;box-shadow:none!important}
.address-loading input[data-address-readonly]{background-image:linear-gradient(90deg,#edf1f5,#f7f9fb,#edf1f5)!important;background-size:200% 100%!important;animation:address-loading 1.2s linear infinite}
@keyframes address-loading{to{background-position:-200% 0}}
.customer-profile-grid{margin-bottom:18px}
.footer-whatsapp-link{display:inline-flex!important;align-items:center;gap:7px;color:inherit}
.footer-whatsapp-link i{font-size:19px}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:120;display:flex;align-items:center;gap:10px;padding:12px 17px 12px 13px;border-radius:999px;background:#25d366;color:#fff!important;font-weight:850;box-shadow:0 16px 38px rgba(13,47,40,.28);transition:transform .18s ease,box-shadow .18s ease}
.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(13,47,40,.34)}
.whatsapp-float i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-size:25px;background:rgba(255,255,255,.16)}
@media(max-width:650px){.address-section-head{flex-direction:column;gap:8px}.whatsapp-float{right:14px;bottom:14px;padding:10px}.whatsapp-float span{display:none}.whatsapp-float i{width:38px;height:38px;font-size:28px}}

/* Patch 4 — distribuição profissional de cópias */
.copy-allocation-summary{margin:.75rem 0;padding:.8rem 1rem;border:1px solid var(--line,#e4e7ec);border-radius:12px;background:#f8fafc;font-weight:700;color:#344054}
.copy-allocation-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin:.65rem 0 1rem}
.copy-quantity-control{margin-top:.7rem;padding-top:.65rem;border-top:1px solid #eaecf0;display:flex;align-items:center;justify-content:space-between;gap:.65rem}
.copy-quantity-control>span{font-size:.78rem;font-weight:700;color:#475467}
.copy-quantity-control>div{display:grid;grid-template-columns:32px 54px 32px;align-items:center;border:1px solid #d0d5dd;border-radius:9px;overflow:hidden;background:#fff}
.copy-quantity-control button{border:0;background:#f2f4f7;height:34px;cursor:pointer;font-size:1.1rem;font-weight:800}
.copy-quantity-control input{width:54px;height:34px;border:0!important;text-align:center;padding:0!important;box-shadow:none!important;font-weight:800;-moz-appearance:textfield}
.copy-quantity-control input::-webkit-inner-spin-button,.copy-quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.copy-fixed-label{margin-top:.65rem;display:inline-flex;padding:.35rem .6rem;border-radius:999px;background:#f2f4f7;color:#344054;font-size:.78rem;font-weight:800}
.checkout-review-images .copy-quantity-control{pointer-events:none}
.checkout-review-images .copy-quantity-control button{display:none}
.checkout-review-images .copy-quantity-control>div{grid-template-columns:54px}
.photo-preview-info{min-width:0}
@media(max-width:640px){.copy-allocation-actions{display:grid}.copy-allocation-actions .button{width:100%}.copy-quantity-control{align-items:flex-start;flex-direction:column}}

/* Patch 6 — controle de cópias sempre em duas linhas */
.copy-quantity-control{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:start;
  justify-items:start;
  gap:.45rem;
}
.copy-quantity-control>span{
  display:block;
  width:100%;
  line-height:1.25;
}
.copy-quantity-control>div{
  width:max-content;
  max-width:100%;
  grid-template-columns:minmax(28px,32px) minmax(42px,54px) minmax(28px,32px);
}
.copy-quantity-control input{
  width:100%;
  min-width:0;
}
.checkout-review-images .copy-quantity-control>div{
  width:54px;
  grid-template-columns:minmax(0,54px);
}

.copy-allocation-actions[hidden]{display:none!important}
