:root{
  --bg:#f4f6f8;--card:#fff;--text:#1f2937;--muted:#6b7280;--border:#dfe3e8;
  --primary:#1667d9;--red:#dc2626;--yellow:#f59e0b;--green:#16803a;--blue:#2563eb;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;min-width:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
a{color:inherit}
img{max-width:100%;height:auto}

.topbar{min-height:64px;background:#101827;color:#fff;display:flex;align-items:center;padding:0 24px;gap:20px;position:sticky;top:0;z-index:1000}
.brand{text-decoration:none;font-size:20px;font-weight:700;margin-right:auto;white-space:nowrap}
.topbar nav{display:flex;align-items:center;gap:6px}
.topbar nav a{text-decoration:none;padding:10px 11px;border-radius:7px;white-space:nowrap}
.topbar nav a:hover{background:#253047}
.menu-btn{display:none;background:transparent;border:0;color:#fff;font-size:27px;line-height:1;padding:8px;cursor:pointer;border-radius:7px}
.menu-btn:hover{background:#253047}

.container{width:100%;max-width:1250px;margin:0 auto;padding:22px}
.page-title h1{font-size:26px;line-height:1.2;margin:0 0 20px;overflow-wrap:anywhere}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-bottom:20px}
.card{min-width:0;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:18px;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.stat span{display:block;color:var(--muted);font-size:13px;margin-bottom:9px}
.stat strong{display:block;font-size:24px;line-height:1.15;overflow-wrap:anywhere}
.yellow-card{border-left:5px solid var(--yellow)}
.red-card{border-left:5px solid var(--red)}

.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:16px 0;min-width:0}
.toolbar h2{margin:0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid #c8cdd4;background:#fff;color:#1f2937;padding:9px 13px;border-radius:7px;text-decoration:none;cursor:pointer;font:inherit;text-align:center}
.btn:hover{filter:brightness(.97)}
.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}
.btn.danger{background:#fff;color:var(--red);border-color:#f5b7b7}
.btn:disabled{opacity:.5;cursor:not-allowed}
.full{width:100%}
.search{display:flex;gap:8px;flex:1;max-width:720px;min-width:0}
.search input{flex:1;min-width:0}
.search select{width:auto;min-width:150px}

.table-wrap{width:100%;max-width:100%;background:#fff;border:1px solid var(--border);border-radius:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}
table{width:100%;border-collapse:collapse;min-width:760px}
th,td{text-align:left;padding:12px 13px;border-bottom:1px solid #edf0f2;vertical-align:top;overflow-wrap:anywhere}
th{font-size:12px;text-transform:uppercase;color:var(--muted);background:#fafbfc}
tr:last-child td{border-bottom:0}
.badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}
.badge.red{background:#fee2e2;color:#991b1b}.badge.yellow{background:#fef3c7;color:#92400e}.badge.green{background:#dcfce7;color:#166534}.badge.blue{background:#dbeafe;color:#1e40af}.badge.gray{background:#e5e7eb;color:#4b5563}
.link{color:#145ec2;text-decoration:none;background:none;border:0;padding:0;cursor:pointer;font:inherit}.danger-text{color:var(--red)}

label{display:block;min-width:0;font-size:13px;font-weight:700;color:#374151}
input,select,textarea{display:block;width:100%;max-width:100%;margin-top:6px;border:1px solid #cdd3da;border-radius:7px;padding:10px 11px;background:#fff;color:#111;font:inherit}
textarea{resize:vertical}
.form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}
.span-2{grid-column:span 2}
.actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center;min-width:0}
.section{margin-top:20px}
.two-cols{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}
.client-info p,.card p{overflow-wrap:anywhere}
.client-info p{margin:8px 0}
.muted{color:var(--muted);font-size:13px}
.alert{padding:11px 14px;border-radius:7px;margin-bottom:15px;overflow-wrap:anywhere}.alert.success{background:#dcfce7;color:#166534}.alert.error{background:#fee2e2;color:#991b1b}

.login-body{min-height:100vh;display:grid;place-items:center;padding:20px;background:#111827}
.login-card{width:min(420px,100%);background:#fff;border-radius:12px;padding:26px}
.login-card h1{margin:0 0 5px}.login-card p{color:var(--muted);margin-top:0}.login-card label{margin:14px 0}
.nav-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.65)}
.profile-link{display:flex!important;align-items:center;gap:7px}
.avatar-preview{display:block;width:110px;height:110px;object-fit:cover;border-radius:50%;margin-top:12px;border:3px solid #e5e7eb}
.secret-box{padding:16px;border:1px dashed #94a3b8;border-radius:9px;background:#f8fafc;overflow-wrap:anywhere;line-height:1.8}
.center{text-align:center}.back-home{display:inline-block;margin-bottom:18px;color:#475569;text-decoration:none}
.public-body{background:#fff}.public-header{height:76px;display:flex;align-items:center;max-width:1180px;margin:auto;padding:0 24px;gap:24px}.public-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:21px;font-weight:800;margin-right:auto}.public-brand img{max-width:150px;max-height:48px}.public-header nav{display:flex;align-items:center;gap:18px}.public-header nav>a:not(.btn){text-decoration:none;color:#334155}.hero{min-height:590px;background:linear-gradient(135deg,#071a34,#123e72);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding:70px max(24px,calc((100vw - 1180px)/2))}.hero h1{font-size:clamp(42px,6vw,74px);line-height:1.02;margin:15px 0 22px;letter-spacing:-2px}.hero p{font-size:19px;color:#dbeafe;max-width:650px;line-height:1.6}.eyebrow{color:#27d4c5;font-size:12px;font-weight:800;letter-spacing:2px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero .btn{min-height:50px;padding:13px 20px}.hero-art{position:relative;height:390px}.print-sheet{position:absolute;width:290px;height:190px;border-radius:13px;display:grid;place-items:center;font-size:24px;font-weight:900;letter-spacing:2px;box-shadow:0 25px 70px #0007}.sheet-a{background:linear-gradient(135deg,#ff3366,#ffb703);transform:rotate(-9deg);top:45px;left:20px}.sheet-b{background:linear-gradient(135deg,#0dd3c5,#1877f2);transform:rotate(8deg);top:145px;left:150px}.color-dots{position:absolute;bottom:15px;left:35px;display:flex;gap:10px}.color-dots i{width:24px;height:24px;border-radius:50%;background:#00bcd4}.color-dots i:nth-child(2){background:#ec168c}.color-dots i:nth-child(3){background:#ffd400}.color-dots i:nth-child(4){background:#111}.public-section{max-width:1180px;margin:auto;padding:85px 24px}.public-section h2{font-size:38px;margin:10px 0 35px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card,.steps article{border:1px solid #e2e8f0;border-radius:16px;padding:25px;background:#fff}.product-card>span{display:grid;width:48px;height:48px;place-items:center;border-radius:12px;background:#e6fffb;color:#087f78;font-size:24px}.product-card h3,.steps h3{font-size:19px;margin:18px 0 8px}.product-card p,.steps p{color:#64748b;line-height:1.5}.steps{max-width:none;background:#f3f7fb;padding-left:max(24px,calc((100vw - 1180px)/2));padding-right:max(24px,calc((100vw - 1180px)/2))}.steps article b{font-size:30px;color:#1667d9}.public-footer{background:#071a34;color:#dbeafe;padding:38px max(24px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;gap:25px}.public-footer a{color:#fff}
@media(max-width:760px){.public-header nav>a:not(.btn){display:none}.public-header{padding:0 16px}.public-brand span{font-size:17px}.hero{grid-template-columns:1fr;min-height:auto;padding:55px 20px}.hero h1{font-size:43px}.hero-art{height:290px}.print-sheet{width:220px;height:145px;font-size:18px}.sheet-b{left:90px;top:115px}.product-grid{grid-template-columns:1fr}.public-section{padding:60px 18px}.public-section h2{font-size:30px}.public-footer{flex-direction:column}.hero-actions{flex-direction:column}}

.item-head,.item-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(80px,.6fr) minmax(110px,1fr) minmax(0,2fr) 42px;gap:8px;align-items:end;margin-bottom:8px}
.item-head{font-size:12px;color:var(--muted);font-weight:700}
.item-row input{margin:0}
.item-field{min-width:0}
.item-field-label{display:none}
.inline{display:inline}.inline button{display:inline}.section h2,h2{font-size:18px}

@media (max-width:900px){
  .topbar{padding:0 14px;gap:10px}
  .brand{font-size:18px;max-width:calc(100vw - 72px);overflow:hidden;text-overflow:ellipsis}
  .menu-btn{display:block}
  .topbar nav{display:none;position:absolute;left:10px;right:10px;top:58px;background:#101827;padding:10px;flex-direction:column;align-items:stretch;border-radius:0 0 10px 10px;box-shadow:0 12px 24px rgba(0,0,0,.25);max-height:calc(100vh - 70px);overflow-y:auto}
  .topbar nav a{width:100%;padding:12px}
  .menu-open .topbar nav{display:flex}
}

@media (max-width:760px){
  .container{padding:14px 10px 24px}
  .page-title h1{font-size:21px;margin-bottom:14px}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .card{padding:14px;border-radius:9px}
  .stat strong{font-size:19px}
  .toolbar{align-items:stretch;flex-direction:column;margin:12px 0}
  .toolbar>.btn,.toolbar>.actions,.toolbar>div{width:100%}
  .toolbar .actions .btn{flex:1 1 140px}
  .search{width:100%;max-width:none;display:grid;grid-template-columns:1fr}
  .search input,.search select,.search .btn{width:100%;min-width:0}
  .form-grid,.two-cols{grid-template-columns:1fr;gap:12px}
  .span-2{grid-column:span 1}
  input,select,textarea{font-size:16px;min-height:44px}
  textarea{min-height:96px}
  .actions{width:100%;align-items:stretch}
  .actions>.btn,.actions>button.btn{flex:1 1 145px}

  /* Tabelas viram cartões no celular em vez de ficarem espremidas. */
  .table-wrap{background:transparent;border:0;border-radius:0;overflow:visible}
  .table-wrap table{display:block;min-width:0;width:100%}
  .table-wrap thead{display:none}
  .table-wrap tbody{display:grid;gap:10px;width:100%}
  .table-wrap tr{display:block;width:100%;background:#fff;border:1px solid var(--border);border-radius:9px;padding:7px 11px;box-shadow:0 1px 2px rgba(0,0,0,.025)}
  .table-wrap td{display:grid;grid-template-columns:minmax(95px,38%) minmax(0,1fr);gap:10px;width:100%;padding:9px 0;border-bottom:1px solid #edf0f2;align-items:start;text-align:right}
  .table-wrap td::before{content:attr(data-label);font-size:11px;line-height:1.4;font-weight:700;text-transform:uppercase;color:var(--muted);text-align:left}
  .table-wrap td:last-child{border-bottom:0}
  .table-wrap td[colspan]{display:block;text-align:left}
  .table-wrap td[colspan]::before{display:none}
  .table-wrap td .link,.table-wrap td form{justify-self:end}
  .table-wrap td .badge{justify-self:end}

  .item-head{display:none}
  .item-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;padding:12px;margin-bottom:12px;border:1px solid var(--border);border-radius:9px;background:#fafbfc;align-items:end}
  .item-field{display:block;min-width:0}
  .item-field:nth-child(1),.item-field:nth-child(4){grid-column:1/-1}
  .item-field-label{display:block;font-size:11px;font-weight:700;color:var(--muted);margin-bottom:5px;text-transform:uppercase}
  .item-row input{width:100%;min-width:0}
  .item-row .remove-item{grid-column:1/-1;width:100%;min-height:40px}
  #add-item{width:100%;margin-top:2px}
}

@media (max-width:430px){
  .cards{grid-template-columns:1fr}
  .login-body{padding:12px}
  .login-card{padding:20px 16px}
  .table-wrap td{grid-template-columns:minmax(85px,42%) minmax(0,1fr)}
  .actions>.btn,.actions>button.btn{flex-basis:100%}
  .item-row{grid-template-columns:1fr}
  .item-field:nth-child(n){grid-column:1}
}

/* Identidade visual / logotipo */
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand-logo{display:block;width:auto;height:38px;max-width:150px;object-fit:contain;flex:0 0 auto}
.brand-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.login-logo{display:block;max-width:220px;max-height:100px;width:auto;height:auto;object-fit:contain;margin:0 auto 16px}
.logo-settings-field{display:flex;flex-direction:column;gap:7px}
.field-label{font-weight:600;color:#1f2937}
.logo-upload-box{display:flex;align-items:center;gap:18px;border:1px dashed #cbd5e1;border-radius:10px;padding:14px;background:#f8fafc;min-height:120px}
.logo-preview-wrap{width:180px;min-width:180px;height:90px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;overflow:hidden}
.logo-preview{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.logo-placeholder{font-size:13px;color:#64748b;text-align:center}
.logo-upload-actions{display:flex;flex:1;min-width:0;flex-direction:column;gap:8px}
.logo-upload-actions input[type=file]{width:100%;max-width:100%}
.logo-upload-actions small{color:#64748b;line-height:1.35}
.check-line{display:flex!important;align-items:center;gap:8px;font-weight:500!important;margin:0!important}
.check-line input{width:auto!important;margin:0}
.form-actions{display:flex;justify-content:flex-start}

@media (max-width:760px){
  .brand-logo{height:34px;max-width:120px}
  .brand.has-logo .brand-name{display:none}
  .logo-upload-box{align-items:stretch;flex-direction:column}
  .logo-preview-wrap{width:100%;min-width:0;height:110px}
  .logo-upload-actions{width:100%}
  .settings-form .btn{width:100%}
}

@media (max-width:430px){
  .brand-logo{height:31px;max-width:105px}
  .login-logo{max-width:180px;max-height:82px}
}

/* =========================================================
   Página pública v2 — vitrine profissional para gráfica
   ========================================================= */
.public-v2{--ink:#0c1324;--ink-2:#101a31;--paper:#fff;--soft:#f5f7fb;--line:#e5e9f0;--cyan:#00b8d9;--magenta:#e51d74;--yellow:#ffc400;--black:#111827;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.public-v2 *{scroll-margin-top:100px}
.public-shell{width:min(1180px,calc(100% - 44px));margin:0 auto}
.public-topline{background:#09111f;color:#cbd5e1;font-size:12px;letter-spacing:.02em}
.public-topline .public-shell{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.topline-right{display:flex;gap:22px}.public-topline a{color:#e2e8f0;text-decoration:none}.public-topline a:hover{color:#fff}
.public-header-v2{height:82px;max-width:1180px;padding:0;margin:auto;position:relative;background:#fff;z-index:50}
.public-header-v2 .public-brand{font-size:20px;color:var(--ink);min-width:0}.public-header-v2 .public-brand>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}
.brand-mark{display:grid!important;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--magenta),#ff5c35 45%,var(--yellow));font-weight:900;box-shadow:0 8px 20px rgba(229,29,116,.22)}
.public-nav{display:flex;align-items:center;gap:26px}.public-nav>a:not(.btn){font-size:14px;font-weight:600;color:#435064}.public-nav>a:not(.btn):hover{color:#0f172a}
.public-cta-small{border:0!important;background:#111827!important;color:#fff!important;border-radius:10px!important;padding:11px 17px!important;font-weight:700!important}
.public-menu-toggle{display:none;border:0;background:#f1f5f9;border-radius:10px;width:44px;height:44px;font-size:22px;cursor:pointer}
.hero-v2{min-height:650px;display:grid;grid-template-columns:minmax(0,1fr) minmax(450px,.9fr);gap:66px;align-items:center;background:radial-gradient(circle at 16% 28%,rgba(0,184,217,.11),transparent 25%),radial-gradient(circle at 82% 12%,rgba(229,29,116,.08),transparent 24%),#f8fafc;color:var(--ink);padding:66px max(22px,calc((100vw - 1180px)/2));overflow:hidden;position:relative}
.hero-v2:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(90deg,var(--cyan) 0 25%,var(--magenta) 25% 50%,var(--yellow) 50% 75%,#111827 75%)}
.hero-copy{position:relative;z-index:2}.hero-kicker{display:flex;align-items:center;gap:10px;color:#4b5e79;font-size:12px;font-weight:800;letter-spacing:1.3px}.hero-kicker>span{display:block;width:32px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--cyan),var(--magenta))}
.hero-v2 h1{font-size:clamp(48px,5.5vw,76px);line-height:.98;letter-spacing:-3.4px;margin:18px 0 24px;max-width:760px;color:#0b1220}.hero-v2 p{font-size:19px;line-height:1.68;color:#55637a;max-width:690px;margin:0}
.hero-v2 .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}.public-v2 .btn{border-radius:10px;font-weight:750;transition:.2s transform,.2s box-shadow,.2s background}.public-v2 .btn:hover{transform:translateY(-1px)}
.public-btn-primary{min-height:52px!important;padding:14px 22px!important;border:1px solid #111827!important;background:#111827!important;color:#fff!important;box-shadow:0 12px 25px rgba(15,23,42,.13)}.public-btn-primary span{margin-left:8px}
.public-btn-ghost{min-height:52px!important;padding:14px 21px!important;border:1px solid #ccd5e1!important;background:#fff!important;color:#172033!important}
.hero-trust{display:flex;flex-wrap:wrap;gap:17px 24px;margin-top:31px;padding-top:25px;border-top:1px solid #dfe5ed}.hero-trust>div{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:650;color:#46556d}.trust-icon{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:12px}
.hero-media{position:relative;z-index:2;padding:20px 12px 30px 20px}.hero-photo-wrap{position:relative;height:500px;border-radius:28px 28px 70px 28px;overflow:hidden;box-shadow:0 34px 80px rgba(15,23,42,.18)}.hero-photo{width:100%;height:100%;object-fit:cover;display:block}.hero-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(8,15,27,.48))}
.hero-badge{position:absolute;background:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 45px rgba(15,23,42,.18);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;backdrop-filter:blur(8px)}.hero-badge b{font-size:14px}.hero-badge small{margin-top:3px;color:#64748b;font-size:11px}.badge-one{left:18px;bottom:22px}.badge-two{right:16px;top:24px}
.cmyk-strip{position:absolute;right:-4px;bottom:5px;display:grid;grid-template-columns:repeat(4,25px);gap:8px;transform:rotate(-4deg)}.cmyk-strip i{height:78px;border-radius:999px;background:var(--cyan)}.cmyk-strip i:nth-child(2){background:var(--magenta)}.cmyk-strip i:nth-child(3){background:var(--yellow)}.cmyk-strip i:nth-child(4){background:#111827}
.quick-categories{background:#fff;border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}.quick-grid>a{min-height:112px;display:flex;align-items:center;gap:13px;padding:22px 20px;text-decoration:none;border-right:1px solid var(--line);transition:.2s background}.quick-grid>a:first-child{border-left:1px solid var(--line)}.quick-grid>a:hover{background:#f8fafc}.quick-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef2f7;font-size:19px}.quick-grid b{display:block;font-size:14px;color:#172033}.quick-grid small{display:block;font-size:12px;color:#7a8799;margin-top:4px;line-height:1.35}.quick-grid em{margin-left:auto;font-style:normal;color:#98a4b5}
.public-products-section{max-width:1180px;padding:94px 0}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:37px}.section-heading-row>div{max-width:760px}.section-label{display:inline-block;color:#7a3cff;font-size:11px;font-weight:900;letter-spacing:1.5px}.section-label.light{color:#8ee9f5}.public-v2 .public-section h2,.solutions-copy h2,.showcase-copy h2,.center-heading h2,.final-cta h2{font-size:clamp(34px,4vw,50px);line-height:1.06;letter-spacing:-1.8px;color:#0b1220;margin:11px 0 15px}.section-heading-row p{font-size:16px;line-height:1.65;color:#66748a;margin:0}.text-link{white-space:nowrap;text-decoration:none;color:#111827;font-size:14px;font-weight:800;border-bottom:1px solid #cbd5e1;padding-bottom:5px}.text-link span{margin-left:6px}
.visual-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.visual-product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.25s transform,.25s box-shadow,.25s border-color}.visual-product-card:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(15,23,42,.09);border-color:#d8dee8}.product-image-wrap{height:235px;position:relative;overflow:hidden;background:#eef2f7}.product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s transform}.visual-product-card:hover img{transform:scale(1.035)}.product-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(15,23,42,.24))}.product-image-wrap>span{position:absolute;z-index:2;left:14px;top:14px;background:rgba(255,255,255,.92);color:#273449;font-size:10px;font-weight:850;letter-spacing:.8px;text-transform:uppercase;border-radius:999px;padding:7px 9px;backdrop-filter:blur(8px)}.product-card-content{padding:22px}.product-card-content h3{font-size:20px;margin:0 0 8px;color:#111827}.product-card-content p{font-size:14px;line-height:1.55;color:#6b778b;margin:0 0 18px;min-height:44px}.product-card-content a{text-decoration:none;color:#111827;font-size:13px;font-weight:800}.product-card-content a span{margin-left:5px}
.solutions-band{background:#0c172b;color:#fff;padding:92px 0;position:relative;overflow:hidden}.solutions-band:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(0,184,217,.08);filter:blur(2px);right:-180px;top:-220px}.solutions-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;position:relative}.solutions-copy h2{color:#fff}.solutions-copy p{font-size:16px;line-height:1.72;color:#b8c5d8;margin:0 0 27px}.public-btn-light{min-height:50px!important;border:0!important;background:#fff!important;color:#111827!important;padding:13px 20px!important}.solutions-list{display:grid;gap:0}.solutions-list article{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:23px 0;border-bottom:1px solid rgba(255,255,255,.12)}.solutions-list article:first-child{padding-top:3px}.solutions-list article>span{font-size:12px;font-weight:900;color:#57d9ea;border:1px solid rgba(87,217,234,.35);width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.solutions-list h3{font-size:20px;margin:0 0 6px;color:#fff}.solutions-list p{font-size:14px;line-height:1.55;color:#aab9cc;margin:0}
.showcase-section{padding:100px 0;background:#fff}.showcase-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:78px;align-items:center}.showcase-gallery{display:grid;grid-template-columns:1.5fr .82fr;grid-template-rows:290px 210px;gap:14px;position:relative}.showcase-gallery img{width:100%;height:100%;object-fit:cover;border-radius:20px}.showcase-main{grid-row:1/3}.showcase-note{background:#ffd31f;border-radius:20px;padding:25px;display:flex;flex-direction:column;justify-content:center;color:#111827}.showcase-note span{font-size:34px;font-weight:950;letter-spacing:-2px}.showcase-note p{font-size:13px;line-height:1.5;margin:8px 0 0;color:#3d3a20}.showcase-copy>p{font-size:16px;line-height:1.72;color:#66748a}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 25px;margin-top:28px}.benefit-list>div{display:flex;gap:11px;align-items:flex-start}.benefit-list>div>span{flex:0 0 auto;width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#e8fafc;color:#07899f;font-size:12px;font-weight:900}.benefit-list p{margin:0}.benefit-list b{display:block;font-size:14px;color:#1a2537}.benefit-list small{display:block;color:#7b8799;font-size:12px;line-height:1.45;margin-top:3px}
.public-process-section{padding:95px 0;background:#f5f7fb}.center-heading{text-align:center;max-width:760px;margin:0 auto 52px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.process-grid article{position:relative;padding:0 30px 0 0}.process-number{width:58px;height:58px;border-radius:18px;background:#fff;border:1px solid #dfe5ed;box-shadow:0 12px 30px rgba(15,23,42,.05);display:grid;place-items:center;font-size:13px;font-weight:900;color:#7a3cff;position:relative;z-index:2}.process-line{position:absolute;top:28px;left:58px;right:0;height:1px;background:#cdd5df}.process-grid h3{font-size:18px;margin:19px 0 7px;color:#172033}.process-grid p{font-size:13px;line-height:1.55;color:#718096;margin:0;max-width:220px}
.final-cta{padding:70px 0;background:linear-gradient(115deg,#7019f4,#b319df 48%,#d91972);color:#fff}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:55px}.final-cta h2{color:#fff;max-width:800px;margin-bottom:0}.final-actions{min-width:250px;display:flex;flex-direction:column;align-items:stretch;gap:13px}.final-actions .btn{width:100%}.final-whatsapp{text-align:center;color:#fff;font-size:13px;font-weight:750;text-decoration:none}
.public-footer-v2{display:block;background:#08111f;color:#aebbd0;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr 1fr;gap:55px;padding-bottom:55px}.footer-brand{color:#fff!important;margin-bottom:16px}.footer-brand img{max-height:45px;max-width:160px}.footer-brand-col>p{max-width:390px;font-size:13px;line-height:1.65;color:#93a2b8;margin:0}.public-footer-v2 h4{color:#fff;font-size:13px;margin:3px 0 16px}.public-footer-v2 .footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start}.public-footer-v2 a{color:#aebbd0;text-decoration:none;font-size:13px;margin-bottom:11px}.public-footer-v2 a:hover{color:#fff}.public-footer-v2 .footer-grid p{font-size:13px;line-height:1.6;margin:0;color:#93a2b8}.footer-bottom{min-height:68px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;font-size:12px}.footer-bottom a{margin:0}
.floating-whatsapp{position:fixed;z-index:80;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;background:#17a668;color:#fff;text-decoration:none;padding:12px 16px;border-radius:999px;box-shadow:0 15px 35px rgba(23,166,104,.28)}.floating-whatsapp span{font-size:20px;line-height:1}.floating-whatsapp small{font-size:12px;font-weight:800}
@media(max-width:1020px){.public-header-v2{padding:0 22px}.public-menu-toggle{display:grid;place-items:center;margin-left:auto}.public-nav{display:none;position:absolute;left:22px;right:22px;top:74px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px;box-shadow:0 20px 45px rgba(15,23,42,.12);flex-direction:column;align-items:stretch;gap:3px}.public-nav.is-open{display:flex}.public-nav>a{display:block!important;padding:11px 12px!important;border-radius:8px}.hero-v2{grid-template-columns:1fr .8fr;gap:35px}.hero-v2 h1{font-size:52px}.hero-photo-wrap{height:440px}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid>a:nth-child(odd){border-left:1px solid var(--line)}.public-products-section{padding-left:22px;padding-right:22px}.visual-product-grid{grid-template-columns:1fr 1fr}.solutions-layout{gap:45px}.showcase-grid{gap:45px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}
@media(max-width:760px){.public-topline .public-shell{min-height:34px}.public-topline .public-shell>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topline-right{display:none}.public-shell{width:min(100% - 34px,1180px)}.public-header-v2{height:72px;padding:0 17px}.public-header-v2 .public-brand>span:last-child{max-width:180px}.public-header-v2 .public-brand img{max-width:120px;max-height:40px}.public-nav{left:14px;right:14px;top:66px}.hero-v2{grid-template-columns:1fr;padding:51px 17px 56px;gap:36px}.hero-v2 h1{font-size:clamp(42px,13vw,58px);letter-spacing:-2.6px}.hero-v2 p{font-size:16px}.hero-v2 .hero-actions{display:grid;grid-template-columns:1fr}.hero-v2 .btn{width:100%}.hero-trust{display:grid;grid-template-columns:1fr;gap:10px}.hero-media{padding:0}.hero-photo-wrap{height:430px;border-radius:22px 22px 45px 22px}.hero-badge{padding:11px 13px}.badge-two{top:14px;right:12px}.badge-one{left:12px;bottom:14px}.cmyk-strip{display:none}.quick-grid{grid-template-columns:1fr}.quick-grid>a,.quick-grid>a:nth-child(odd){border-left:0;border-right:0;border-bottom:1px solid var(--line);min-height:90px;padding:16px 17px}.public-products-section{padding:68px 17px}.section-heading-row{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:28px}.section-heading-row h2,.solutions-copy h2,.showcase-copy h2,.center-heading h2,.final-cta h2{font-size:36px!important}.visual-product-grid{grid-template-columns:1fr}.product-image-wrap{height:245px}.solutions-band{padding:68px 0}.solutions-layout{grid-template-columns:1fr;gap:48px}.solutions-list article{grid-template-columns:48px 1fr}.showcase-section{padding:68px 0}.showcase-grid{grid-template-columns:1fr;gap:45px}.showcase-gallery{grid-template-columns:1.18fr .82fr;grid-template-rows:230px 170px}.benefit-list{grid-template-columns:1fr}.public-process-section{padding:68px 0}.center-heading{text-align:left;margin-bottom:38px}.process-grid{grid-template-columns:1fr;gap:0}.process-grid article{padding:0 0 31px 78px;min-height:115px}.process-number{position:absolute;left:0;top:0}.process-line{top:58px;left:28px;bottom:0;right:auto;width:1px;height:auto}.process-grid h3{margin:4px 0 7px}.process-grid p{max-width:none}.final-cta{padding:58px 0}.final-cta-inner{align-items:flex-start;flex-direction:column;gap:30px}.final-actions{width:100%;min-width:0}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 24px}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;gap:12px;flex-direction:column;padding:20px 0}.floating-whatsapp{right:14px;bottom:14px;padding:13px}.floating-whatsapp small{display:none}}
@media(max-width:430px){.hero-photo-wrap{height:370px}.hero-v2 h1{font-size:41px}.visual-product-grid{gap:16px}.showcase-gallery{grid-template-columns:1fr;grid-template-rows:270px 185px auto}.showcase-main{grid-row:auto}.showcase-note{min-height:150px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}}

/* =========================================================
   Mobile refinement v3 — home pública
   ========================================================= */
.mobile-nav-title{display:none}
@media (max-width:760px){
  .public-v2{overflow-x:hidden}
  .public-v2.public-menu-open{overflow:hidden}
  .public-v2.public-menu-open:before{content:"";position:fixed;inset:0;background:rgba(7,13,24,.56);z-index:89}

  .public-topline{display:none}
  .public-shell{width:min(100% - 28px,1180px)}
  .public-header-v2{height:64px;padding:0 14px;position:sticky;top:0;max-width:none;border-bottom:1px solid #e9edf3;box-shadow:0 8px 24px rgba(15,23,42,.045);z-index:88}
  .public-header-v2 .public-brand{font-size:18px;gap:9px}
  .public-header-v2 .public-brand>span:last-child{max-width:190px}
  .brand-mark{width:39px;height:39px;border-radius:11px;font-size:16px;box-shadow:0 6px 16px rgba(229,29,116,.18)}
  .public-menu-toggle{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f3f6fa;color:#0e1728;font-size:23px;line-height:1;position:relative;z-index:121}
  .public-menu-open .public-menu-toggle{position:fixed;top:11px;right:14px;background:#eef2f7;font-size:30px;font-weight:300}

  .public-nav{display:flex!important;position:fixed;top:0;right:0;left:auto;width:min(84vw,340px);height:100dvh;padding:80px 18px 24px;background:#fff;border:0;border-radius:24px 0 0 24px;box-shadow:-22px 0 60px rgba(3,9,20,.2);flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;z-index:110;overflow-y:auto;transform:translateX(104%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .2s ease,visibility .2s ease}
  .public-nav.is-open{transform:translateX(0);opacity:1;visibility:visible;pointer-events:auto}
  .mobile-nav-title{display:block;padding:0 9px 18px;margin-bottom:4px;border-bottom:1px solid #e7ebf1}
  .mobile-nav-title span{display:block;color:#0b1220;font-size:22px;font-weight:850;letter-spacing:-.6px}
  .mobile-nav-title small{display:block;margin-top:3px;color:#8792a2;font-size:12px}
  .public-nav>a,.public-nav>a:not(.btn){display:flex!important;align-items:center;min-height:48px;padding:0 10px!important;border-radius:10px;color:#273449;font-size:15px;font-weight:700;text-decoration:none}
  .public-nav>a:not(.btn):active{background:#f5f7fa}
  .public-nav .public-cta-small{justify-content:center;margin-top:12px;min-height:50px!important;background:#0e1728!important;color:#fff!important;border-radius:12px!important}

  .hero-v2{grid-template-columns:1fr;min-height:0;padding:14px 14px 42px;gap:22px;background:radial-gradient(circle at 8% 45%,rgba(0,184,217,.1),transparent 28%),radial-gradient(circle at 92% 18%,rgba(229,29,116,.08),transparent 27%),#f8fafc}
  .hero-media{order:-1;padding:0}
  .hero-photo-wrap{height:245px;border-radius:20px;box-shadow:0 18px 45px rgba(15,23,42,.14)}
  .hero-photo{object-position:center 43%}
  .hero-photo-shade{background:linear-gradient(180deg,rgba(3,10,20,.03) 38%,rgba(8,15,27,.42))}
  .hero-badge{border-radius:12px;padding:9px 11px;box-shadow:0 10px 26px rgba(15,23,42,.14)}
  .hero-badge b{font-size:12px}.hero-badge small{font-size:10px}
  .badge-two{top:11px;right:10px}.badge-one{left:10px;bottom:10px}
  .cmyk-strip{display:none}
  .hero-copy{padding:1px 2px 0}
  .hero-kicker{gap:8px;font-size:9px;line-height:1.4;letter-spacing:1px;color:#647086}
  .hero-kicker>span{width:24px;height:2px}
  .hero-v2 h1{font-size:clamp(34px,9.8vw,42px);line-height:1.01;letter-spacing:-1.9px;margin:13px 0 15px;max-width:100%}
  .hero-v2 p{font-size:14.5px;line-height:1.58;color:#5c687a}
  .hero-v2 .hero-actions{display:grid;grid-template-columns:1fr;margin-top:22px;gap:9px}
  .hero-v2 .btn{width:100%;min-height:50px!important;padding:12px 16px!important;border-radius:12px;font-size:14px}
  .public-btn-primary{box-shadow:0 10px 22px rgba(15,23,42,.12)}
  .hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:9px 12px;margin-top:19px;padding-top:17px}
  .hero-trust>div{font-size:11.5px;gap:7px;white-space:nowrap}
  .hero-trust>div:last-child{grid-column:1/3}
  .trust-icon{width:20px;height:20px;font-size:11px}

  .quick-categories{padding:14px 0 18px;background:#fff;border-bottom:1px solid #e8ecf2}
  .quick-grid{grid-template-columns:1fr 1fr;gap:10px;padding:0 14px;width:100%}
  .quick-grid>a,.quick-grid>a:nth-child(odd){min-height:102px;padding:14px 12px;border:1px solid #e6eaf0!important;border-radius:15px;background:#fff;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:10px;align-content:center;box-shadow:0 8px 24px rgba(15,23,42,.035)}
  .quick-icon{grid-row:1/3;width:38px;height:38px;border-radius:11px;font-size:17px}
  .quick-grid b{font-size:12.5px}.quick-grid small{font-size:10.5px;line-height:1.3;margin-top:3px}.quick-grid em{display:none}

  .public-products-section{padding:56px 14px}
  .section-heading-row{gap:10px;margin-bottom:24px}
  .section-label{font-size:9.5px;letter-spacing:1.25px}
  .section-heading-row h2,.solutions-copy h2,.showcase-copy h2,.center-heading h2,.final-cta h2{font-size:31px!important;line-height:1.08;letter-spacing:-1.25px}
  .section-heading-row p,.solutions-copy p,.showcase-copy>p{font-size:14px;line-height:1.58}
  .text-link{font-size:12.5px}
  .visual-product-grid{grid-template-columns:1fr;gap:15px}
  .visual-product-card{border-radius:17px}
  .product-image-wrap{height:205px}
  .product-card-content{padding:18px}
  .product-card-content h3{font-size:18px}.product-card-content p{font-size:13px;min-height:0;margin-bottom:14px}

  .solutions-band{padding:58px 0}
  .solutions-layout{gap:35px}
  .solutions-copy .btn{width:100%;justify-content:center}
  .solutions-list article{grid-template-columns:42px 1fr;gap:13px;padding:18px 0}
  .solutions-list article>span{width:36px;height:36px;font-size:10px}.solutions-list h3{font-size:17px}.solutions-list p{font-size:12.5px}

  .showcase-section{padding:58px 0}
  .showcase-grid{gap:34px}
  .showcase-gallery{grid-template-columns:1.2fr .8fr;grid-template-rows:210px 135px;gap:9px}
  .showcase-gallery img,.showcase-note{border-radius:15px}
  .showcase-note{padding:16px}.showcase-note span{font-size:27px}.showcase-note p{font-size:10.5px;line-height:1.38}
  .benefit-list{gap:13px;margin-top:22px}.benefit-list b{font-size:13px}.benefit-list small{font-size:11.5px}

  .public-process-section{padding:58px 0}
  .center-heading{margin-bottom:30px}
  .process-grid article{padding:0 0 26px 67px;min-height:102px}
  .process-number{width:49px;height:49px;border-radius:15px;font-size:11px}.process-line{top:49px;left:24px}.process-grid h3{font-size:16px}.process-grid p{font-size:12.5px}

  .final-cta{padding:48px 0}.final-cta-inner{gap:24px}.final-actions{gap:9px}.final-actions .btn{min-height:50px!important}
  .public-footer-v2{padding-top:52px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px;padding-bottom:38px}.footer-grid>div:first-child{grid-column:1/3}.footer-brand-col>p{font-size:12px}.public-footer-v2 h4{font-size:12px}.public-footer-v2 a,.public-footer-v2 .footer-grid p{font-size:12px}
}

@media (max-width:390px){
  .public-header-v2 .public-brand>span:last-child{max-width:160px}
  .hero-photo-wrap{height:224px}
  .hero-v2 h1{font-size:34px}
  .hero-trust{grid-template-columns:1fr}.hero-trust>div:last-child{grid-column:auto}
  .quick-grid{gap:8px;padding:0 11px}.quick-grid>a,.quick-grid>a:nth-child(odd){padding:12px 10px;column-gap:8px}.quick-icon{width:34px;height:34px}
}


/* Gestão de produtos e fluxo de pedidos */
.badge.purple{background:#f3e8ff;color:#7e22ce}.order-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.order-status-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:5px;border-top:3px solid #111827;transition:.18s ease}.order-status-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,23,42,.08)}.order-status-card span{font-weight:700}.order-status-card strong{font-size:30px}.order-status-card small{color:#64748b}.order-filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.order-filter-chips a{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #dbe1ea;text-decoration:none;color:#334155;font-size:14px;font-weight:700}.order-filter-chips a.active{background:#111827;color:#fff;border-color:#111827}.product-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-product-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.admin-product-thumb{height:190px;background:#eef2f7;display:grid;place-items:center;overflow:hidden}.admin-product-thumb img{width:100%;height:100%;object-fit:cover}.admin-product-thumb span{font-size:48px;color:#94a3b8}.admin-product-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.admin-product-body h2{margin:0;font-size:20px}.admin-product-body p{margin:0;color:#64748b;line-height:1.5}.admin-product-top{display:flex;gap:8px;justify-content:space-between;align-items:center}.admin-product-actions{display:flex;gap:8px;flex-wrap:wrap;padding:0 18px 18px}.admin-product-actions form{margin:0}.product-form-preview{margin-top:10px;display:flex;align-items:center;gap:14px}.product-form-preview img{width:130px;height:90px;object-fit:cover;border-radius:12px;border:1px solid #dbe1ea}.item-row-products{grid-template-columns:1.3fr 1.35fr .55fr .8fr 1.3fr auto}.item-head{grid-template-columns:1.3fr 1.35fr .55fr .8fr 1.3fr auto}.public-product-price{display:block;margin:2px 0 12px;font-size:17px;color:#111827}
@media(max-width:1000px){.order-status-grid,.product-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.item-row-products,.item-head{grid-template-columns:1fr 1fr}.item-row-products .remove-item{width:100%}}
@media(max-width:650px){.order-status-grid,.product-admin-grid{grid-template-columns:1fr}.order-status-card strong{font-size:26px}.order-filter-chips{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.order-filter-chips a{white-space:nowrap}.admin-product-thumb{height:170px}.item-row-products{display:grid!important;grid-template-columns:1fr!important}.item-head{display:none!important}}


/* Footer admin link + refined WhatsApp button */
.public-nav a[href="login.php"]{color:#0f172a;font-weight:800}
.footer-admin-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff !important;font-weight:800;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.footer-admin-link:hover{background:rgba(255,255,255,.12)}
.floating-whatsapp{position:fixed;z-index:80;right:22px;bottom:22px;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;text-decoration:none;padding:10px 14px 10px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 40px rgba(22,163,74,.32)}
.floating-whatsapp:hover{transform:translateY(-2px);box-shadow:0 22px 46px rgba(22,163,74,.38)}
.floating-whatsapp-icon{width:46px;height:46px;border-radius:50%;background:#fff;display:grid;place-items:center;flex:0 0 46px;box-shadow:0 8px 18px rgba(0,0,0,.12)}
.floating-whatsapp-icon svg{width:26px;height:26px;display:block}
.floating-whatsapp-text{display:flex;flex-direction:column;line-height:1.05}
.floating-whatsapp-text strong{font-size:14px;font-weight:900;color:#fff}
.floating-whatsapp-text small{margin-top:4px;font-size:11px;font-weight:700;opacity:.95;color:#ecfdf5}
@media(max-width:760px){
  .footer-admin-link{width:100%;max-width:260px}
  .floating-whatsapp{right:14px;bottom:14px;padding:8px;border-radius:999px;gap:0}
  .floating-whatsapp-icon{width:52px;height:52px;flex-basis:52px}
  .floating-whatsapp-text{display:none}
}


/* Área do cliente com catálogo e criação de orçamento */
.customer-area-body{margin:0;background:#f5f7fb;color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.customer-topbar{min-height:68px;padding:0 max(18px,calc((100vw - 1180px)/2));display:flex;align-items:center;gap:24px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:30}.customer-brand{font-size:19px;font-weight:900;color:#0f172a;text-decoration:none;margin-right:auto}.customer-topbar nav{display:flex;align-items:center;gap:16px;font-size:13px}.customer-topbar nav a{color:#334155;text-decoration:none;font-weight:750}.customer-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:40px 0 70px}.customer-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:36px;border-radius:24px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;box-shadow:0 20px 50px rgba(15,23,42,.12)}.customer-dashboard-hero h1{max-width:720px;font-size:clamp(31px,4vw,48px);line-height:1.03;letter-spacing:-1.7px;margin:8px 0 12px}.customer-dashboard-hero p{max-width:690px;margin:0;color:#cbd5e1;line-height:1.6}.eyebrow-dark{font-size:10px;letter-spacing:1.7px;font-weight:900;color:#38bdf8}.customer-main-cta{min-width:190px;justify-content:center}.customer-section{margin-top:42px}.customer-section-title{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:18px}.customer-section-title span{font-size:10px;letter-spacing:1.4px;font-weight:900;color:#64748b}.customer-section-title h2{font-size:28px;margin:5px 0 0}.customer-section-title>a{font-size:13px;color:#0f172a;text-decoration:none;font-weight:800}.customer-mini-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.customer-mini-product{display:grid;grid-template-columns:110px 1fr;min-height:112px;background:#fff;border:1px solid #e3e8ef;border-radius:17px;overflow:hidden;text-decoration:none;color:inherit;transition:.18s ease}.customer-mini-product:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,23,42,.07)}.customer-mini-thumb{background:#e9eef5;display:grid;place-items:center;overflow:hidden}.customer-mini-thumb img{width:100%;height:100%;object-fit:cover}.customer-mini-thumb span{font-size:28px;color:#94a3b8}.customer-mini-product>div:last-child{padding:15px}.customer-mini-product small{font-size:10px;text-transform:uppercase;letter-spacing:.9px;color:#64748b}.customer-mini-product h3{font-size:15px;margin:5px 0 8px}.customer-mini-product p{margin:0;font-size:13px;font-weight:900;color:#111827}.customer-orders-list{display:grid;gap:12px}.customer-order-card{background:#fff;border:1px solid #e3e8ef;border-radius:18px;padding:20px 22px;display:grid;grid-template-columns:1.1fr 1.6fr;gap:24px}.customer-order-main small{font-size:10px;color:#64748b}.customer-order-main h3{margin:5px 0 10px;font-size:17px}.customer-status{display:inline-flex;padding:6px 9px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:11px;font-weight:850}.customer-order-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.customer-order-meta div{padding:10px 12px;background:#f8fafc;border-radius:12px}.customer-order-meta small{display:block;font-size:9px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.customer-order-meta strong{font-size:13px}.customer-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:18px;padding:34px;text-align:center}.customer-empty.compact{padding:20px}.customer-empty h2,.customer-empty h3{margin-top:0}.customer-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.customer-page-heading h1{font-size:38px;margin:5px 0 8px;letter-spacing:-1.2px}.customer-page-heading p{margin:0;color:#64748b}.customer-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.customer-product-card{position:relative;background:#fff;border:2px solid transparent;border-radius:20px;overflow:hidden;box-shadow:0 1px 0 rgba(15,23,42,.05);transition:.18s ease}.customer-product-card.is-selected{border-color:#2563eb;box-shadow:0 12px 30px rgba(37,99,235,.12)}.customer-product-select{position:absolute;top:12px;right:12px;z-index:5;background:rgba(255,255,255,.96);padding:8px 10px;border-radius:999px;box-shadow:0 6px 18px rgba(15,23,42,.12);font-size:11px;font-weight:900;display:flex;align-items:center;gap:6px;cursor:pointer}.customer-product-image{height:190px;background:#eef2f7;display:grid;place-items:center;overflow:hidden}.customer-product-image img{width:100%;height:100%;object-fit:cover}.customer-product-fallback{width:100%;height:100%;place-items:center;font-size:44px;color:#94a3b8}.customer-product-content{padding:18px}.customer-product-content>small{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.8px}.customer-product-content h2{font-size:19px;margin:5px 0 8px}.customer-product-content>p{font-size:12.5px;color:#64748b;line-height:1.5;min-height:38px}.customer-product-content>strong{display:block;margin:10px 0 14px}.customer-product-fields{display:grid;grid-template-columns:95px 1fr;gap:9px}.customer-product-fields label,.customer-quote-summary label{font-size:11px;color:#475569;font-weight:750}.customer-product-fields input,.customer-quote-summary textarea{width:100%;box-sizing:border-box;margin-top:5px;border:1px solid #d9e0e9;border-radius:10px;padding:10px 11px;background:#fff;color:#0f172a}.customer-quote-summary{margin-top:18px;background:#fff;border:1px solid #e3e8ef;border-radius:18px;padding:20px}.customer-quote-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px}.customer-quote-actions span{font-size:12px;color:#64748b;font-weight:750}
@media(max-width:950px){.customer-mini-products,.customer-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-order-card{grid-template-columns:1fr}.customer-order-meta{grid-template-columns:repeat(4,1fr)}}
@media(max-width:680px){.customer-topbar{padding:0 14px;min-height:62px}.customer-topbar nav span,.customer-topbar nav a[href="index.php"]{display:none}.customer-shell{width:min(100% - 28px,1180px);padding-top:20px}.customer-dashboard-hero{padding:24px 20px;align-items:flex-start;flex-direction:column}.customer-dashboard-hero h1{font-size:33px}.customer-main-cta{width:100%}.customer-section{margin-top:32px}.customer-section-title{align-items:flex-start;flex-direction:column;gap:8px}.customer-mini-products,.customer-product-grid{grid-template-columns:1fr}.customer-mini-product{grid-template-columns:95px 1fr;min-height:104px}.customer-order-card{padding:17px}.customer-order-meta{grid-template-columns:1fr 1fr}.customer-page-heading{align-items:flex-start;flex-direction:column}.customer-page-heading h1{font-size:32px}.customer-product-image{height:205px}.customer-product-fields{grid-template-columns:1fr}.customer-quote-actions{align-items:stretch;flex-direction:column}.customer-quote-actions .btn{width:100%}}


/* WhatsApp no fluxo de orçamento do cliente */
.customer-submit-buttons{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.customer-whatsapp-btn,.customer-order-whatsapp{background:#16a34a!important;color:#fff!important;border-color:#16a34a!important;text-decoration:none;box-shadow:0 8px 18px rgba(22,163,74,.16)}
.customer-whatsapp-btn:hover,.customer-order-whatsapp:hover{background:#15803d!important;border-color:#15803d!important}
.wa-mini-icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#16a34a;font-size:11px;font-weight:950;line-height:1;flex:0 0 22px}
.customer-order-whatsapp{display:inline-flex;align-items:center;gap:7px;width:max-content;margin-top:12px;padding:9px 12px;border-radius:10px;font-size:12px;font-weight:800}
@media(max-width:650px){.customer-quote-actions{align-items:stretch}.customer-submit-buttons{width:100%;display:grid;grid-template-columns:1fr}.customer-submit-buttons .btn{width:100%}.customer-order-whatsapp{width:100%;justify-content:center}}


/* Refinamento visual do WhatsApp - versão compacta e melhor no telefone */
.floating-whatsapp{right:18px;bottom:18px;gap:10px;padding:8px 12px 8px 8px;border-radius:999px;background:linear-gradient(135deg,#25d366,#16a34a);box-shadow:0 14px 34px rgba(22,163,74,.28)!important}
.floating-whatsapp-icon{width:42px;height:42px;flex-basis:42px;box-shadow:none}
.floating-whatsapp-icon svg{width:24px;height:24px}
.floating-whatsapp-text strong{font-size:13px;letter-spacing:-.2px}
.floating-whatsapp-text small{font-size:10px;margin-top:3px}

.wa-mini-icon{display:inline-grid;place-items:center;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2316a34a' d='M12.2 10.53c-.32-.72-.66-.74-.97-.75h-.83c-.29 0-.76.1-1.16.52-.4.43-1.53 1.47-1.53 3.58 0 2.12 1.57 4.16 1.79 4.45.22.3 3.08 4.86 7.6 6.61 3.74 1.45 4.51 1.16 5.33 1.09.82-.08 2.63-1.04 3-2.05.37-1 .37-1.87.26-2.05-.11-.18-.4-.3-.83-.52-.43-.22-2.52-1.24-2.91-1.38-.4-.15-.68-.22-.97.22-.29.45-1.11 1.38-1.37 1.67-.25.3-.5.33-.93.11-.43-.22-1.81-.66-3.44-2.1-1.27-1.12-2.13-2.5-2.38-2.95-.25-.44-.03-.69.19-.91.2-.2.43-.52.65-.78.21-.25.29-.44.43-.74.14-.3.07-.56-.04-.79-.11-.22-.96-2.42-1.34-3.26Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:11px 11px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.customer-whatsapp-btn,.customer-order-whatsapp{display:inline-flex;align-items:center;gap:8px;line-height:1.2}
.customer-whatsapp-btn{padding-inline:14px!important}
.customer-order-whatsapp{padding:10px 12px;border-radius:11px}

@media(max-width:760px){
  .floating-whatsapp{right:12px;bottom:12px;padding:0;width:48px;height:48px;min-width:48px;justify-content:center;border-radius:50%;box-shadow:0 12px 28px rgba(22,163,74,.26)!important}
  .floating-whatsapp-icon{width:48px;height:48px;flex-basis:48px;background:transparent}
  .floating-whatsapp-icon svg{width:24px;height:24px}
  .floating-whatsapp-text{display:none!important}
}
@media(max-width:650px){
  .customer-submit-buttons{gap:8px}
  .customer-whatsapp-btn,.customer-order-whatsapp{font-size:12px!important;padding:11px 12px!important;justify-content:center}
  .customer-order-whatsapp{width:100%;margin-top:10px}
}
@media(max-width:430px){
  .floating-whatsapp{width:44px;height:44px;min-width:44px;right:10px;bottom:10px}
  .floating-whatsapp-icon{width:44px;height:44px;flex-basis:44px}
  .floating-whatsapp-icon svg{width:22px;height:22px}
  .customer-whatsapp-btn,.customer-order-whatsapp{font-size:11.5px!important}
}


/* Menu mobile sem desfoque */
@media(max-width:760px){
  .public-v2.public-menu-open:before{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(7,13,24,.42)!important}
  .public-nav{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important}
  .public-menu-open .public-header-v2,.public-menu-open .public-nav,.public-menu-open .public-menu-toggle{filter:none!important}
}

/* Corrige toques no menu mobile: overlay fica atrás do cabeçalho/menu */
@media(max-width:760px){
  .public-v2.public-menu-open:before{z-index:70!important;pointer-events:auto}
  .public-header-v2{z-index:100!important}
  .public-nav{z-index:120!important;pointer-events:auto!important}
  .public-nav.is-open{pointer-events:auto!important}
  .public-menu-toggle{z-index:130!important;pointer-events:auto!important}
  .public-nav a{position:relative;z-index:2;pointer-events:auto!important;touch-action:manipulation}
}
