/* ============================================================
   impressao-grafica.css — Produção Gráfica para Impressão
   LITH Marketing
   Includes: base reset + nav + buttons + shared components
   ============================================================ */

/* ── BASE RESET & SHARED (from servico-base) ── */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6;}
body::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:0.5;}
.container{max-width:1100px;margin:0 auto;padding:0 24px;}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:18px 0;background:rgba(10,10,10,0.88);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:0 24px;}
.nav-logo{text-decoration:none;display:flex;align-items:center;}
.nav-logo img{height:52px;width:auto;}
.nav-back{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:0.84rem;font-weight:500;text-decoration:none;transition:color 0.2s;}
.nav-back:hover{color:var(--text);}
.nav-cta{padding:9px 20px;border-radius:8px;background:var(--accent);color:#fff;font-weight:700;font-size:0.84rem;text-decoration:none;transition:opacity 0.2s;}
.nav-cta:hover{opacity:0.85;}

/* HERO */
.hero{min-height:92vh;display:flex;align-items:center;padding:120px 0 80px;position:relative;overflow:hidden;text-align:center;}
.hero-glow{position:absolute;top:-160px;left:50%;transform:translateX(-50%);width:800px;height:500px;background:radial-gradient(ellipse, color-mix(in srgb, #3B82F6 14%, transparent) 0%,transparent 70%);pointer-events:none;}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.017) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.017) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 0%,black 0%,transparent 100%);}
.hero-inner{position:relative;z-index:1;max-width:760px;margin:0 auto;}
.hero-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:100px;background:rgba(37,99,235,0.12);border:1px solid rgba(37,99,235,0.25);color:#3B82F6;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:24px;animation:fadeUp 0.5s ease both;}
.hero-icon-big{width:80px;height:80px;border-radius:20px;background:rgba(37,99,235,0.15);display:flex;align-items:center;justify-content:center;font-size:2.4rem;margin:0 auto 24px;animation:fadeUp 0.5s 0.05s ease both;border:1px solid rgba(255,255,255,0.06);}
.hero h1{font-family:'Plus Jakarta Sans',sans-serif;font-size:clamp(2.6rem,6vw,4.4rem);font-weight:800;line-height:1.05;letter-spacing:-0.03em;animation:fadeUp 0.5s 0.1s ease both;}
.hero h1 em{font-style:normal;color:#3B82F6;}
.hero-sub{margin:20px auto 36px;max-width:540px;font-size:1.05rem;color:var(--muted);font-weight:300;line-height:1.75;animation:fadeUp 0.5s 0.18s ease both;}
.hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;animation:fadeUp 0.5s 0.26s ease both;}
.btn-p{padding:14px 28px;border-radius:10px;background:var(--accent);color:#fff;font-weight:700;font-size:0.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 4px 24px rgba(37,99,235,0.3);}
.btn-p:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(37,99,235,0.4);}
.btn-g{padding:14px 28px;border-radius:10px;background:var(--surface);color:var(--text);font-weight:600;font-size:0.95rem;text-decoration:none;border:1px solid var(--border);display:inline-flex;align-items:center;gap:8px;transition:background 0.2s;}
.btn-g:hover{background:var(--bg3);}

/* SECTIONS */
section{padding:88px 0;}
.sec-label{display:inline-flex;align-items:center;gap:6px;padding:5px 13px;border-radius:100px;background:rgba(37,99,235,0.12);border:1px solid rgba(37,99,235,0.25);color:#3B82F6;font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:14px;}
.sec-h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:clamp(1.7rem,3.8vw,2.6rem);font-weight:800;line-height:1.1;letter-spacing:-0.02em;margin-bottom:14px;}
.sec-h2 em{font-style:normal;color:#3B82F6;}
.sec-p{color:var(--muted);font-size:0.96rem;line-height:1.75;max-width:520px;}
.divider{height:1px;background:var(--border);}

/* WHAT WE DO */
.what-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
.wi-list{list-style:none;margin-top:24px;display:flex;flex-direction:column;gap:10px;}
.wi-list li{display:flex;align-items:center;gap:10px;font-size:0.88rem;}
.wi-dot{width:6px;height:6px;border-radius:50%;background:#3B82F6;flex-shrink:0;}
.what-visual{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:28px;}
.wv-row{display:flex;align-items:center;justify-content:space-between;background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:12px 16px;margin-bottom:8px;}
.wv-row:last-child{margin-bottom:0;}
.wv-label{font-size:0.8rem;font-weight:600;}
.wv-val{font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:0.88rem;color:#3B82F6;}
.wv-bar-wrap{margin-top:16px;display:flex;flex-direction:column;gap:8px;}
.wv-bar-row{display:flex;flex-direction:column;gap:5px;}
.wv-bar-label{font-size:0.7rem;color:var(--muted);display:flex;justify-content:space-between;}
.wv-bar{height:6px;background:var(--bg3);border-radius:100px;overflow:hidden;}
.wv-bar-fill{height:100%;border-radius:100px;background:#3B82F6;}

/* WHY */
#por-que{background:var(--bg2);}
.why-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px;}
.why-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px;display:flex;gap:14px;align-items:flex-start;transition:border-color 0.3s;}
.why-card:hover{border-color:rgba(37,99,235,0.2);}
.why-icon{width:40px;height:40px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1rem;}
.why-card h4{font-weight:700;font-size:0.9rem;margin-bottom:5px;}
.why-card p{font-size:0.81rem;color:var(--muted);line-height:1.6;}

/* PROCESS */
.proc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-top:48px;}
.proc-step{padding:28px 22px;border-right:1px solid var(--border);background:var(--bg3);transition:background 0.3s;}
.proc-step:last-child{border-right:none;}
.proc-step:hover{background:#1e1e1e;}
.proc-num{font-family:'Plus Jakarta Sans',sans-serif;font-size:2.2rem;font-weight:800;color:rgba(37,99,235,0.18);line-height:1;margin-bottom:12px;transition:color 0.3s;}
.proc-step:hover .proc-num{color:rgba(37,99,235,0.45);}
.proc-step h4{font-weight:700;font-size:0.9rem;margin-bottom:8px;}
.proc-step p{font-size:0.8rem;color:var(--muted);line-height:1.6;}

/* FAQ */
#faq{background:var(--bg2);}
.faq-wrap{max-width:700px;margin:48px auto 0;}
.faq-item{border-bottom:1px solid var(--border);padding:18px 0;cursor:pointer;}
.faq-item:first-child{border-top:1px solid var(--border);}
.faq-q{display:flex;justify-content:space-between;align-items:center;font-size:0.93rem;font-weight:600;gap:12px;}
.faq-icon{color:var(--muted);transition:transform 0.3s;font-size:1.2rem;flex-shrink:0;}
.faq-item.open .faq-icon{transform:rotate(45deg);color:#3B82F6;}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.2s;font-size:0.86rem;color:var(--muted);line-height:1.7;}
.faq-item.open .faq-a{max-height:200px;padding-top:12px;}

/* CTA */
.cta-sec{text-align:center;padding:88px 0;position:relative;overflow:hidden;}
.cta-sec::before{content:'';position:absolute;bottom:-160px;left:50%;transform:translateX(-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(37,99,235,0.1),transparent 65%);pointer-events:none;}
.cta-sec h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;letter-spacing:-0.025em;margin:12px 0 18px;position:relative;z-index:1;}
.cta-sec h2 em{font-style:normal;color:#3B82F6;}
.cta-sec p{color:var(--muted);max-width:460px;margin:0 auto 32px;position:relative;z-index:1;}
.cta-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;position:relative;z-index:1;}
.cta-note{margin-top:16px;font-size:0.75rem;color:var(--muted2);position:relative;z-index:1;}

/* FOOTER */
footer{background:var(--bg2);border-top:1px solid var(--border);padding:28px 0;}
.foot-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:0.78rem;color:var(--muted2);}
.foot-inner a{color:var(--muted2);text-decoration:none;}
.foot-inner a:hover{color:var(--muted);}

/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:none;}}
.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.55s ease,transform 0.55s ease;}
.reveal.visible{opacity:1;transform:none;}

/* RESPONSIVE */
@media(max-width:860px){
  .what-grid{grid-template-columns:1fr;}
  .why-cards{grid-template-columns:1fr;}
  .proc-grid{grid-template-columns:repeat(2,1fr);}
  .proc-step:nth-child(2){border-right:none;}
  .proc-step:nth-child(1),.proc-step:nth-child(2){border-bottom:1px solid var(--border);}
}
@media(max-width:540px){
  .proc-grid{grid-template-columns:1fr;}
  .proc-step{border-right:none;border-bottom:1px solid var(--border);}
  .proc-step:last-child{border-bottom:none;}
}

/* ── PAGE-SPECIFIC STYLES ── */
/* ============================================================
   impressao-grafica.css — Produção Gráfica para Impressão
   LITH Marketing
   ============================================================ */

/* ── HERO ── */
.hero-grafica {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 110px 0 80px;
  position: relative; overflow: hidden;
  background: var(--bg);
}
.hero-grafica .hero-glow {
  background: radial-gradient(ellipse, rgba(251,146,60,0.1) 0%, transparent 65%);
}
.hero-grafica-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
  position: relative; z-index: 1;
}
.hero-grafica-text .sec-label { background: rgba(251,146,60,0.1); border-color: rgba(251,146,60,0.25); color: #FB923C; }
.hero-grafica h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800; line-height: 1.06;
  letter-spacing: -0.03em; margin: 16px 0 18px;
  animation: fadeUp 0.5s 0.08s ease both;
}
.hero-grafica h1 em { font-style: normal; color: #FB923C; }
.hero-grafica .hero-sub {
  font-size: 1rem; color: var(--muted);
  line-height: 1.75; margin-bottom: 32px;
  animation: fadeUp 0.5s 0.16s ease both;
}
.hero-grafica .hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  animation: fadeUp 0.5s 0.24s ease both;
}

/* Hero visual — mockup */
.hero-grafica-visual {
  animation: fadeUp 0.5s 0.3s ease both;
}
.gv-card {
  background: linear-gradient(145deg, #1a0e06, #1f1208);
  border: 1px solid rgba(251,146,60,0.2);
  border-radius: 20px; padding: 28px;
  position: relative; overflow: hidden;
}
.gv-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #FB923C, transparent);
}
.gv-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 20px;
}
.gv-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 0.88rem; color: #FB923C; }
.gv-live  { display: flex; align-items: center; gap: 5px; font-size: 0.68rem; color: var(--green); font-weight: 700; }
.gv-live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; }
.gv-items { display: flex; flex-direction: column; gap: 8px; }
.gv-item {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.05);
  border-radius: 10px; padding: 11px 14px;
  transition: border-color 0.2s;
}
.gv-item:hover { border-color: rgba(251,146,60,0.2); }
.gv-item-left { display: flex; align-items: center; gap: 10px; }
.gv-item-icon { font-size: 1.1rem; width: 24px; text-align: center; }
.gv-item-name { font-size: 0.82rem; font-weight: 600; }
.gv-item-meta { font-size: 0.62rem; color: var(--muted); margin-top: 2px; }
.gv-badge { padding: 3px 9px; border-radius: 100px; font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; }
.gv-badge.done   { background: rgba(52,211,153,0.12); color: var(--green); }
.gv-badge.review { background: rgba(251,146,60,0.12); color: #FB923C; }
.gv-badge.prod   { background: rgba(37,99,235,0.12);  color: var(--accent2); }
.gv-divider      { height: 1px; background: rgba(255,255,255,0.05); margin: 12px 0; }
.gv-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.gv-stat { background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 10px; text-align: center; }
.gv-stat-val { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1rem; color: #FB923C; }
.gv-stat-label { font-size: 0.6rem; color: var(--muted); margin-top: 2px; }

/* ── STATS BANNER ── */
.stats-banner-grafica { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-banner-grafica .stats-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-banner-grafica .stat-col { padding: 36px 28px; border-right: 1px solid var(--border); text-align: center; }
.stats-banner-grafica .stat-col:last-child { border-right: none; }
.stats-banner-grafica .stat-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.4rem; font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
.stats-banner-grafica .stat-val.orange { color: #FB923C; }
.stats-banner-grafica .stat-val.blue   { color: var(--accent2); }
.stats-banner-grafica .stat-val.green  { color: var(--green); }
.stats-banner-grafica .stat-val.gold   { color: var(--gold); }
.stats-banner-grafica .stat-label { font-size: 0.78rem; color: var(--muted); margin-top: 8px; line-height: 1.45; }

/* ── IMPORTANCE SECTION ── */
.importance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.importance-items { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.imp-item { display: flex; gap: 16px; align-items: flex-start; }
.imp-icon {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  background: rgba(251,146,60,0.1); border: 1px solid rgba(251,146,60,0.15);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.imp-item h4 { font-weight: 700; font-size: 0.92rem; margin-bottom: 5px; }
.imp-item p  { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }
/* Quote card */
.imp-quote {
  background: linear-gradient(145deg, #1a0e06, #1f1208);
  border: 1px solid rgba(251,146,60,0.2);
  border-radius: 20px; padding: 32px; position: relative; overflow: hidden;
}
.imp-quote::before {
  content: ''; display: block; height: 2px;
  margin: -32px -32px 24px;
  background: linear-gradient(90deg, transparent, #FB923C, transparent);
}
.imp-q-mark { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 5rem; line-height: 0.8; color: rgba(251,146,60,0.15); font-weight: 800; margin-bottom: 12px; }
.imp-q-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.05rem; font-weight: 600; line-height: 1.6; margin-bottom: 18px; }
.imp-q-text em { font-style: normal; color: #FB923C; }
.imp-q-note { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }

/* ── PRODUCTIONS GRID ── */
.productions-section { background: var(--bg2); }
.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
  align-items: start; /* prevent cards from stretching to match tallest */
}

/* Production card */
.prod-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  max-width: 100%;        /* never overflow grid column */
}
.prod-card:hover {
  border-color: rgba(251,146,60,0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

/* Image area — strict 1:1, works inside flexbox */
.prod-img-wrap {
  position: relative;
  width: 100%;
  /* Use a pseudo-element to force square ratio inside flex */
  aspect-ratio: 1 / 1;
  max-height: 280px;      /* hard cap so large images never overflow */
  background: var(--bg3);
  overflow: hidden;
  flex-shrink: 0;
  display: block;
}
.prod-img-wrap img {
  position: absolute;
  inset: 0;               /* top:0 right:0 bottom:0 left:0 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s;
}
.prod-card:hover .prod-img-wrap img { transform: scale(1.06); }

/* Placeholder when no image */
.prod-img-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--bg3), #1a1a1a);
  border-bottom: 1px solid var(--border);
}
.prod-img-placeholder .ph-icon { font-size: 2.4rem; opacity: 0.6; }
.prod-img-placeholder .ph-text {
  font-size: 0.68rem; color: var(--muted2);
  font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; text-align: center;
  padding: 0 12px;
}

/* Card body */
.prod-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.prod-tag {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px; border-radius: 100px;
  background: rgba(251,146,60,0.1); border: 1px solid rgba(251,146,60,0.2);
  color: #FB923C; font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 8px; align-self: flex-start;
}
.prod-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem; font-weight: 800; margin-bottom: 6px;
}
.prod-desc { font-size: 0.78rem; color: var(--muted); line-height: 1.6; flex: 1; }

/* ── PROCESS ── */
.proc-grid-grafica {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; border: 1px solid var(--border);
  border-radius: 18px; overflow: hidden; margin-top: 48px;
}
.proc-step-g { padding: 28px 22px; border-right: 1px solid var(--border); background: var(--bg3); transition: background 0.3s; }
.proc-step-g:last-child { border-right: none; }
.proc-step-g:hover { background: var(--surface); }
.proc-num-g { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.2rem; font-weight: 800; color: rgba(251,146,60,0.15); line-height: 1; margin-bottom: 12px; transition: color 0.3s; }
.proc-step-g:hover .proc-num-g { color: rgba(251,146,60,0.4); }
.proc-step-g h4 { font-weight: 700; font-size: 0.9rem; margin-bottom: 8px; }
.proc-step-g p  { font-size: 0.8rem; color: var(--muted); line-height: 1.6; }

/* ── FAQ ── */
.faq-item-grafica { border-bottom: 1px solid var(--border); padding: 18px 0; cursor: pointer; }
.faq-item-grafica:first-child { border-top: 1px solid var(--border); }
.faq-item-grafica .faq-icon { color: var(--muted); }
.faq-item-grafica.open .faq-icon { color: #FB923C; }

/* ── CTA ── */
.cta-grafica::before {
  background: radial-gradient(ellipse, rgba(251,146,60,0.08), transparent 65%) !important;
}
.cta-grafica h2 em { color: #FB923C !important; }

/* ── NAV ── */
.nav-back { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 0.84rem; font-weight: 500; text-decoration: none; transition: color 0.2s; }
.nav-back:hover { color: var(--text); }
.nav-cta  { padding: 9px 20px; border-radius: 8px; background: var(--accent); color: #fff; font-weight: 700; font-size: 0.84rem; text-decoration: none; transition: opacity 0.2s; }
.nav-cta:hover { opacity: 0.85; }
.nav-right { display: flex; align-items: center; gap: 16px; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) { .prod-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 900px) {
  .hero-grafica-inner { grid-template-columns: 1fr; }
  .importance-grid    { grid-template-columns: 1fr; }
  .prod-grid          { grid-template-columns: repeat(2,1fr); }
  .proc-grid-grafica  { grid-template-columns: repeat(2,1fr); }
  .proc-step-g:nth-child(2) { border-right: none; }
  .proc-step-g:nth-child(1),.proc-step-g:nth-child(2) { border-bottom: 1px solid var(--border); }
  .stats-banner-grafica .stats-inner { grid-template-columns: repeat(2,1fr); }
  .stats-banner-grafica .stat-col:nth-child(2) { border-right: none; }
  .stats-banner-grafica .stat-col:nth-child(1),
  .stats-banner-grafica .stat-col:nth-child(2) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 540px) {
  .prod-grid { grid-template-columns: repeat(2,1fr); }
  .proc-grid-grafica { grid-template-columns: 1fr; }
  .proc-step-g { border-right: none; border-bottom: 1px solid var(--border); }
  .proc-step-g:last-child { border-bottom: none; }
}