*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}
body{background:radial-gradient(circle at top,rgba(255,255,255,.22),transparent 35%),linear-gradient(180deg,#c3cacf 0%,#b7b7b7 100%);min-height:100vh;padding:24px;color:#fff}
button,a,input{font:inherit}
.layout{max-width:1380px;min-height:760px;margin:0 auto;display:flex;border-radius:30px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.16);background:#efeae2}
.sidebar{width:330px;background:linear-gradient(180deg,#003862 0%,#012846 100%);color:#fff;padding:30px 24px;display:flex;flex-direction:column;justify-content:space-between}
.brand{display:flex;align-items:center;justify-content:center;min-height:100px;margin-bottom:20px}
.brand img{width:330px;max-width:100%;height:100px;object-fit:contain}
.brand-note,.sidebar-footer{color:rgba(255,255,255,.64);font-size:12px;line-height:1.6}
.menu-title{margin:30px 0 16px;font-size:12px;letter-spacing:2px;color:rgba(255,255,255,.5);text-transform:uppercase}
.menu{display:flex;flex-direction:column;gap:10px}
.menu button{width:100%;border:none;background:rgba(255,255,255,.07);color:#fff;text-align:left;padding:15px 16px;border-radius:15px;cursor:pointer;font-size:15px;transition:.25s}
.menu button.active{background:linear-gradient(90deg,#fff,#f0ece6);color:#2f2a25;font-weight:bold}
.menu button:hover{background:rgba(255,255,255,.14)}
.content{
  flex:1;position:relative;
  background:linear-gradient(180deg,#cec6bb 0%,#dad2c7 100%);
  background-image: url("../imagens/provador.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:20px 44px 92px;
  overflow:hidden}
.top-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px}.top-save-btn{border:none;background:linear-gradient(180deg,#1e8a44 0%,#166734 100%);color:#fff;padding:11px 18px;border-radius:999px;cursor:pointer;font-size:14px;font-weight:700;box-shadow:0 10px 20px rgba(0,0,0,.12);transition:.25s}.top-save-btn:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(0,0,0,.16)}
.header{text-align:center}
.header h2{font-size:42px;text-shadow:0 3px 16px rgba(0,0,0,.16)}
.viewer{position:relative;height:500px !important;display:flex;align-items:center;justify-content:center}
.main-product{width:100%;max-width:500px;text-align:center}
.main-product img{width:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 26px 34px rgba(0,0,0,.18));cursor:pointer;transition:transform .3s ease,opacity .25s ease}
.main-product img:hover{transform:scale(1.06)}
.main-product img.animating{opacity:.55;transform:scale(.98)}
.side-product{position:absolute;top:50%;transform:translateY(-50%);width:210px;text-align:center;cursor:pointer;opacity:.58;filter:blur(1.5px);transition:.25s}
.side-product:hover{transform:translateY(-50%) scale(1.06);opacity:.96;filter:none}
.side-product img{width:100%;height:176px;object-fit:contain;margin-bottom:10px;display:block}
.side-product h4{font-size:18px;margin-bottom:4px}
.side-product p{font-size:14px;color:rgba(255,255,255,.95)}
.side-left{left:20px}.side-right{right:20px}
.nav{position:absolute;top:43%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:50%;background:rgba(255,255,255,.34);color:#fff;font-size:24px;cursor:pointer;z-index:3;transition:.25s}
.nav:hover{background:rgba(255,255,255,.5)}
.nav-left{left:220px}.nav-right{right:220px}
.product-card{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);width:min(94%,760px);background:rgba(255,255,255,.18);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:16px 20px;box-shadow:0 16px 36px rgba(0,0,0,.10)}
.product-info h3{font-size:28px;margin-bottom:4px}
.product-description{font-size:13px;line-height:1.4;color:rgba(255,255,255,.85);margin-bottom:8px;max-width:500px}
.meta{display:flex;gap:10px;flex-wrap:wrap;font-size:13px}
.meta-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.08)}
.category-badge{display:inline-block;font-size:11px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.16);margin-bottom:10px;letter-spacing:.03em}
.color-circle{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.76);display:inline-block;cursor:pointer;transition:.2s}
.color-circle:hover,.color-circle.active{transform:scale(1.15);box-shadow:0 0 0 3px rgba(255,255,255,.25)}
.color-options{display:inline-flex;gap:8px;align-items:center}
.helper{position:absolute;right:24px;top:20px;background:rgba(255,255,255,.18);padding:10px 12px;border-radius:20px;font-size:13px}
.action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.action-btn{border:none;padding:12px 16px;border-radius:999px;cursor:pointer}
.save-btn{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.18)}
.quote-btn{background:#2f2a25;color:#fff}
.floating-contact{width:fit-content;margin:18px auto 0;padding:12px 18px;display:flex;gap:14px;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.18);box-shadow:0 12px 30px rgba(0,0,0,.12);flex-wrap:wrap}
.contact-item{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.15);border:none;cursor:pointer;text-decoration:none}
.contact-item img{width:20px;height:20px;opacity:.9}
.contact-pill{width:auto;min-width:42px;padding:0 12px;gap:8px;color:#2f2a25;font-weight:bold}
.contact-pill span{min-width:18px;height:18px;border-radius:999px;background:#3A4751;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;padding:0 6px}
.toast{position:fixed;left:50%;bottom:96px;transform:translateX(-50%) translateY(20px);background:#2f2a25;color:#fff;padding:12px 18px;border-radius:999px;opacity:0;pointer-events:none;transition:.25s;z-index:10000}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.lightbox,.about-modal,.panel-modal{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:9999;padding:30px}
.lightbox.show,.about-modal.show,.panel-modal.show{display:flex}
.lightbox-content{position:relative;max-width:min(92vw,900px);max-height:90vh;display:flex;align-items:center;justify-content:center}
.lightbox img{max-width:100%;max-height:85vh;object-fit:contain}
.about-close{position:absolute;top:-20px;right:-20px;width:46px;height:46px;border:none;border-radius:50%;background:#fff;color:#2f2a25;font-size:22px;cursor:pointer;font-weight:bold;box-shadow:0 6px 20px rgba(0,0,0,.25);z-index:20}
.about-modal-box,.panel-box{position:relative;width:min(1180px,98vw);max-height:86vh;background:#f4efe8;border-radius:24px;overflow:auto;box-shadow:0 20px 50px rgba(0,0,0,.28);color:#2f2a25}
.about-modal-box{width:min(900px,94vw);}
.about-image{width:100%;height:230px;object-fit:cover;display:block}
.about-content{padding:28px 26px 30px}
.about-content h2{font-size:30px;margin-bottom:10px}
.about-subtitle{font-size:16px;line-height:1.6;color:#5b534c;margin-bottom:12px}
.about-text{font-size:15px;line-height:1.7;color:#675f58}
.panel-header{padding:28px 26px 10px}
.panel-header h2{font-size:30px;margin-bottom:8px}
.panel-header p{color:#675f58}
.customer-form{padding:0 26px 10px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field label{display:block;font-size:13px;color:#675f58;margin-bottom:6px}
.field input{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:14px;background:#fff}
.panel-list{padding:10px 26px 6px;display:flex;flex-direction:column;gap:12px}
.panel-item{background:#fff;border-radius:18px;padding:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.panel-item-main{display:flex;gap:14px;align-items:flex-start;flex:1;min-width:0}
.panel-item-thumb{width:88px;height:88px;object-fit:contain;background:#f6f1e9;border-radius:14px;padding:8px;flex-shrink:0}
.panel-item-info{min-width:0}
.panel-item-info h4{font-size:17px;margin-bottom:6px}
.panel-item-info p{color:#675f58;font-size:14px;line-height:1.6}
.size-grid{display:flex;flex-wrap:nowrap;gap:6px;margin-top:10px;align-items:stretch}
.size-box{background:#f7f1e8;border-radius:12px;padding:8px 6px;min-width:70px;flex:0 0 58px}
.size-box strong{display:block;font-size:11px;color:#2f2a25;margin-bottom:5px;text-align:center}
.size-controls{display:flex;align-items:center;justify-content:center;gap:4px}
.size-controls button{width:20px;height:20px;border:none;border-radius:7px;background:#e7ddd1;cursor:pointer;font-size:14px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center}
.size-controls span{min-width:14px;text-align:center;font-size:13px;font-weight:700}
.remove-btn{border:none;background:#efe8df;color:#2f2a25;padding:10px 12px;border-radius:12px;cursor:pointer;flex-shrink:0;align-self:flex-start}
.panel-empty{padding:20px 0 30px;color:#675f58}
.panel-footer{padding:18px 26px 26px}
.panel-footer-between{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.left-actions,.footer-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.secondary-btn,.primary-btn,.pdf-btn,.white-btn{border:none;padding:12px 16px;border-radius:999px;cursor:pointer;text-decoration:none}
.secondary-btn{background:#e7ddd1;color:#2f2a25}
.white-btn{background:#fff;color:#2f2a25;box-shadow:0 3px 8px rgba(0,0,0,.12)}
.primary-btn{background:#25D366;color:#fff}
.pdf-btn{background:#2f2a25;color:#fff}
.close-red-btn{width:42px;height:42px;border:none;border-radius:50%;background:#d62828;color:#fff;font-size:18px;cursor:pointer}
@media (max-width:1100px){.layout{flex-direction:column}.sidebar{width:100%}.nav-left{left:20px}.nav-right{right:20px}.side-left{left:70px}.side-right{right:70px}}
@media (max-width:760px){body{padding:12px}.content{padding:20px 18px 160px}.header h2{font-size:30px}.side-product{display:none}.viewer{height:480px}.main-product{max-width:320px}.main-product img{max-height:380px}.product-card{flex-direction:column;align-items:flex-start}.product-info h3{font-size:24px}.helper{display:none}.brand img{width:280px;height:85px}.customer-form{grid-template-columns:1fr}.size-grid{display:grid;grid-template-columns:repeat(2,minmax(58px,1fr));gap:6px}.size-box{min-width:0;flex:unset}.panel-item{flex-direction:column}.panel-item-main{width:100%}.panel-footer-between{flex-direction:column;align-items:flex-start}}

.about-footer-actions{display:flex;justify-content:flex-end;padding:0 26px 26px;}


/* ===== logo svg do site ===== */
.brand img{
  width:330px;
  max-width:100%;
  height:100px;
  object-fit:contain;
}

/* ===== menu premium mantendo estrutura ===== */
.menu{
  display:flex;
  flex-direction:column;
  gap:0;
}

.menu-title{
  margin:30px 0 16px;
  font-size:12px;
  letter-spacing:2px;
  color:rgba(255,255,255,.55);
  text-transform:uppercase;
}

.menu button{
  width:100%;
  border:none;
  background:transparent;
  color:rgba(255,255,255,.78);
  text-align:left;
  padding:18px 16px;
  font-size:16px;
  cursor:pointer;
  border-bottom:1px solid rgba(255,255,255,.10);
  border-radius:0;
  transition:all .25s ease;
  box-shadow:none;
}

.menu button:hover{
  color:#ffffff;
  background:rgba(255,255,255,.03);
  transform:translateX(4px);
}

.menu button.active{
  background:#f3efe8;
  color:#1e2430;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
  border-left:6px solid #d8b072;
  border-bottom:1px solid transparent;
  font-weight:600;
}

/* ===== área de ações do produto alinhada, visual antigo ===== */
.product-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

.product-actions .action-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:48px;
  padding:0 18px;
  font-size:14px;
  color:#fff;
  white-space:nowrap;
}

.action-pill{
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.06);
  border-radius:999px;
  backdrop-filter:blur(6px);
  box-shadow:none;
}

.cor-pill{
  justify-content:flex-start;
}

#btnSalvar,
#btnOrcamento{
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.06);
  border-radius:999px;
  color:#fff;
  cursor:pointer;
  transition:all .2s ease;
}

#btnSalvar:hover,
#btnOrcamento:hover{
  background:rgba(255,255,255,.12);
  border-color:#ffffff;
}

#btnOrcamento{
  background:rgba(255,255,255,.10);
}

.product-actions .color-options{
  display:flex;
  gap:8px;
  align-items:center;
}

/* Hover azul botão adicionar ao orçamento */
#btnOrcamento:hover{
  background:#003862 !important;
  color:#ffffff !important;
  border-color:#003862 !important;
}
.side-product img{
width:100%;
height:auto;

opacity:0.9;
}

.viewer{
  height: auto !important;
  min-height: 500px !important;
}


/* remover título repetido da categoria */
.header{display:none !important;}

.customer-form-three{grid-template-columns:repeat(3,minmax(0,1fr));}
.quote-box{max-width:1180px;width:min(1180px,96vw);}
#quoteList .panel-item{align-items:flex-start;}
@media (max-width:980px){.customer-form-three{grid-template-columns:1fr;}}

@media (max-width: 900px){.top-actions{flex-direction:column-reverse;align-items:flex-end}.top-save-btn{align-self:flex-start}}

.send-order-btn{border:none;padding:12px 16px;border-radius:999px;cursor:pointer;background:#0b67d0;color:#fff;font-weight:700;box-shadow:0 6px 16px rgba(11,103,208,.22);}
.send-order-btn:hover{background:#0958b2;}


#successModal .panel-box.success-box{
  max-width:520px;
  text-align:center;
}

#successModal h2{
  font-size:26px;
  margin-bottom:6px;
}

#successModal p{
  color:#675f58;
  margin-bottom:18px;
}

.success-actions{
  padding:10px 26px 26px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
}

.success-actions .pdf-btn,
.success-actions .secondary-btn{
  min-width:260px;
}
