/* ===========================================================
   REBELO RG — gráfica online (estilo loja)
   =========================================================== */

:root {
  --navy: #15294d;
  --navy-2: #1d3868;
  --accent: #ff6a3d;
  --accent-dark: #e8552a;
  --ink: #1c2536;
  --ink-soft: #5d6678;
  --line: #e7e9ef;
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 10px 34px rgba(21, 41, 77, 0.10);
  --shadow-sm: 0 4px 16px rgba(21, 41, 77, 0.08);
  --max: 1240px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ul { list-style: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }

/* ---------- Botões ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 8px; font-weight: 600; font-size: 15px; border: 2px solid transparent; cursor: pointer; transition: all .15s ease; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(255,106,61,.32); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--bg-soft); }
.btn-lg { padding: 15px 32px; font-size: 16px; }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy); color: #cdd6e6; font-size: 13px; }
.topbar .wrap { display: flex; align-items: center; height: 40px; gap: 20px; }
.topbar a { color: #cdd6e6; }
.topbar a:hover { color: #fff; }
.topbar .tb-left { display: flex; gap: 18px; }
.topbar .tb-spacer { flex: 1; }
.topbar .langs { display: flex; gap: 8px; }
.topbar .langs a.active { color: var(--accent); font-weight: 700; }
.topbar .langs a { cursor: pointer; }

/* Ocultar a barra/banner do Google Tradutor */
.goog-te-banner-frame, .skiptranslate { display: none !important; }
body { top: 0 !important; }
#goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--line); }
.headrow { display: flex; align-items: center; gap: 26px; height: 78px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 25px; letter-spacing: -.5px; color: var(--navy); white-space: nowrap; }
.logo .mark { width: 40px; height: 40px; border-radius: 10px; background: var(--accent); display: grid; place-items: center; color: #fff; font-size: 20px; font-weight: 800; }
.logo b { color: var(--accent); }
.logo-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); padding: 7px 13px; border-radius: 10px; }
.logo-badge .logo-img { height: 22px; width: auto; display: block; }
.logo-badge b { color: #fff; font-size: 20px; line-height: 1; }
.logo small { display: block; font-size: 10.5px; font-weight: 500; color: var(--ink-soft); letter-spacing: .3px; margin-top: -4px; line-height: 1.1; }
.searchbox { flex: 1; display: flex; align-items: center; background: var(--bg-soft); border: 1.5px solid var(--line); border-radius: 9px; padding: 4px 4px 4px 16px; max-width: 520px; }
.searchbox input { flex: 1; border: none; background: transparent; outline: none; font-size: 15px; color: var(--ink); }
.searchbox .btn { padding: 9px 18px; }
.head-actions { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.head-actions a { display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 500; color: var(--navy); }
.head-actions a:hover { color: var(--accent); }
.head-actions .ico { font-size: 19px; }
.cart-badge { background: var(--accent); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 700; padding: 1px 7px; }
.burger { display: none; font-size: 26px; background: none; border: none; cursor: pointer; color: var(--navy); }

/* ---------- Nav (categorias) ---------- */
.mainnav { background: var(--navy-2); }
.mainnav .wrap { display: flex; gap: 0; flex-wrap: nowrap; }
.mainnav a { color: #eaf0fb; font-size: 14px; font-weight: 600; padding: 13px 11px; display: block; white-space: nowrap; transition: background .15s; }
.mainnav a::first-letter { text-transform: uppercase; }
.mainnav a:hover { background: rgba(255,255,255,.10); }
.mainnav a.has-acc { color: var(--accent); }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 0.85fr 1.35fr; gap: 40px; align-items: center; min-height: 440px; padding-top: 50px; padding-bottom: 50px; }

/* Hero com vídeo a toda a largura e texto por cima */
.hero-full { position: relative; overflow: hidden; }
.hero-full .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0; transition: opacity .6s ease; }
.hero-full .hero-bg.on { opacity: 1; }
.hero-full .hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(15,28,53,.92) 0%, rgba(15,28,53,.78) 38%, rgba(15,28,53,.45) 70%, rgba(15,28,53,.25) 100%); }
.hero-full .hero-inner { position: relative; z-index: 2; display: block; min-height: 520px; padding-top: 64px; padding-bottom: 64px; }
.hero-full .hero-text { max-width: 640px; }
.hero-full .vmute { z-index: 3; }
.hero h1 { font-size: clamp(32px, 4.6vw, 52px); line-height: 1.1; letter-spacing: -1px; font-weight: 800; margin-bottom: 18px; }
.hero h1 .acc { color: var(--accent); }
.hero p { font-size: 18px; color: #c7d2e6; max-width: 520px; margin-bottom: 28px; }
.hero-list { display: grid; gap: 10px; margin: 4px 0 20px; }
.hero-list li { font-size: 17px; }
.hero-list a { display: inline-flex; align-items: center; gap: 12px; color: #dbe4f3; font-weight: 500; }
.hero-list a:hover { color: #fff; }
.hero-list .hi { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,.10); display: grid; place-items: center; font-size: 16px; flex-shrink: 0; }
.hero-closing { font-size: 19px; color: #fff; margin-bottom: 0; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-media { border-radius: 0; overflow: hidden; aspect-ratio: 16 / 9; background: #223a64; position: relative; box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 12px 28px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.06); }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
.showcase-media img { width: 100%; height: auto; display: block; border-radius: 14px; box-shadow: var(--shadow); }
.video-showcase { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.video-showcase video { width: 100%; height: auto; display: block; }
.vmute { position: absolute; bottom: 12px; right: 12px; width: 42px; height: 42px; border-radius: 50%; border: none; cursor: pointer; background: rgba(15,28,53,.7); color: #fff; font-size: 18px; display: grid; place-items: center; transition: background .15s; }
.vmute:hover { background: var(--accent); }
/* tira de produtos — 2 linhas, sem scroll */
.hstrip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; padding: 4px 0 8px; }
.hstrip.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hstrip.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
#standStrip .pimg { aspect-ratio: 16 / 9; }
.hstrip .pimg { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: transparent; display: block; }
.hstrip .pcap { margin-top: 9px; padding: 9px 10px; border-radius: 8px; font-size: 13.5px; font-weight: 600; color: var(--navy); text-align: center; line-height: 1.2; background: #fff; box-shadow: var(--shadow-sm); }
@media (max-width: 900px) { .hstrip, .hstrip.cols-4, .hstrip.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) { .hstrip, .hstrip.cols-4, .hstrip.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ampliar ao passar o rato (produtos gráficos e embalagens) */
#pgStrip .pitem, #prodStrip .pitem, #mobStrip .pitem, #expoStrip .pitem, #expoStripB .pitem, #cartaoStrip .pitem, #cartaoStripB .pitem, #suporteStrip .pitem, #standStrip .pitem, #caixaStrip .pitem, #ecoStrip .pitem { position: relative; cursor: zoom-in; transition: z-index 0s; }
#pgStrip .pitem .pimg, #prodStrip .pitem .pimg, #mobStrip .pitem .pimg, #expoStrip .pitem .pimg, #expoStripB .pitem .pimg, #cartaoStrip .pitem .pimg, #cartaoStripB .pitem .pimg, #suporteStrip .pitem .pimg, #standStrip .pitem .pimg, #caixaStrip .pitem .pimg, #ecoStrip .pitem .pimg { transition: transform .22s ease, box-shadow .22s ease; transform-origin: center; }
#pgStrip .pitem:hover, #prodStrip .pitem:hover, #mobStrip .pitem:hover, #expoStrip .pitem:hover, #expoStripB .pitem:hover, #cartaoStrip .pitem:hover, #cartaoStripB .pitem:hover, #suporteStrip .pitem:hover, #standStrip .pitem:hover, #caixaStrip .pitem:hover, #ecoStrip .pitem:hover { z-index: 30; }
#pgStrip .pitem:hover .pimg, #prodStrip .pitem:hover .pimg, #mobStrip .pitem:hover .pimg, #expoStrip .pitem:hover .pimg, #expoStripB .pitem:hover .pimg, #cartaoStrip .pitem:hover .pimg, #cartaoStripB .pitem:hover .pimg, #suporteStrip .pitem:hover .pimg, #standStrip .pitem:hover .pimg, #caixaStrip .pitem:hover .pimg, #ecoStrip .pitem:hover .pimg { transform: scale(var(--pzoom, 3)); box-shadow: 0 30px 70px rgba(0,0,0,.35); border-radius: 10px; }
/* Ecopontos: imagem original já é grande, ampliação menor e coração mais para dentro */
#ecoStrip .wish-heart { top: 14px; right: 14px; }

/* Telemóvel: corações da Wishlist mais pequenos */
@media (max-width: 640px) {
  .wish-heart { width: 20px !important; height: 20px !important; font-size: 16px !important; top: 5px !important; right: 5px !important; }
}

/* Som ao passar o rato: no desktop (com rato) esconde o botão; no telemóvel (toque) mantém-no */
@media (hover: hover) and (pointer: fine) { .mobvideo-mute { display: none; } }

/* Telemóvel: os títulos forçados a uma linha voltam a partir, para não haver scroll horizontal */
@media (max-width: 760px) {
  .section-head h2[style*="nowrap"], .feature-text h3[style*="nowrap"] { white-space: normal !important; }
}

/* Tira de filme — gama de produtos (home) */
.filmstrip-band { position: relative; width: 100vw; left: 50%; margin-left: -50vw; background: #0e1c33; overflow: hidden; padding: 4px 0; }
.filmstrip-band::before, .filmstrip-band::after { content: ""; position: absolute; left: 0; right: 0; height: 13px; background: repeating-linear-gradient(to right, #e9eef5 0 16px, transparent 16px 40px); opacity: .8; z-index: 4; pointer-events: none; }
.filmstrip-band::before { top: 0; }
.filmstrip-band::after { bottom: 0; }
.filmstrip-scroller { overflow-x: auto; overflow-y: hidden; cursor: grab; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
.filmstrip-scroller::-webkit-scrollbar { display: none; }
.filmstrip-scroller.dragging { cursor: grabbing; }
.filmstrip-scroller.dragging .film-frame { pointer-events: none; }
.filmstrip-track { display: flex; gap: 14px; width: max-content; padding: 26px 7px; }
.film-frame { flex: 0 0 auto; width: 260px; text-decoration: none; background: #fff; border: 3px solid #fff; border-radius: 6px; box-shadow: 0 10px 26px rgba(0,0,0,.38); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.film-frame img { display: block; width: 100%; height: 172px; object-fit: cover; }
.film-frame .fcap { display: block; padding: 9px 10px; text-align: center; font-weight: 700; color: var(--navy); font-size: 14px; }
.film-frame:hover { transform: scale(1.06); box-shadow: 0 18px 40px rgba(0,0,0,.5); position: relative; z-index: 5; }
@media (max-width: 640px){ .film-frame { width: 210px; } .film-frame img { height: 140px; } }
/* Campo de upload de ficheiros nos formulários de orçamento */
.qfield input[type="file"], .field input[type="file"]{ width:100%; box-sizing:border-box; padding:10px 12px; border:1px dashed #c3ccdb; border-radius:10px; background:#f7f9fc; font-size:14px; color:var(--ink-soft,#5a6b85); cursor:pointer; }
.qfield input[type="file"]::file-selector-button, .field input[type="file"]::file-selector-button{ margin-right:12px; padding:8px 14px; border:0; border-radius:8px; background:var(--accent,#ff6a3d); color:#fff; font-weight:600; cursor:pointer; }

/* Fator de ampliação adaptado ao tamanho do ecrã */
:root{ --pzoom: 3; }
@media (max-width: 1280px){ :root{ --pzoom: 2.6; } }
@media (max-width: 1000px){ :root{ --pzoom: 2.2; } }
@media (max-width: 760px){ :root{ --pzoom: 1.8; } }
@media (max-width: 520px){ :root{ --pzoom: 1.5; } }
.wrap-wide { max-width: 1550px; }
.showcase { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; }
.showcase .feature-text { padding-top: 4px; }
.showcase .feature-text .eyebrow { display: block; color: var(--accent); font-weight: 800; font-size: 14px; letter-spacing: .6px; text-transform: uppercase; margin-bottom: 8px; }
.showcase .feature-text h3 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; margin-top: 0; }
.showcase .feature-text p { font-size: 17px; }
@media (max-width: 640px) { .showcase { grid-template-columns: 1fr; gap: 28px; } }
.hero-badges { display: flex; gap: 26px; margin-top: 26px; flex-wrap: wrap; }
.hero-badges .b { font-size: 13.5px; color: #c7d2e6; display: flex; align-items: center; gap: 8px; }
.hero-badges .b b { color: #fff; }

/* ---------- Trust strip ---------- */
.trust { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.trust .wrap { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; flex-wrap: wrap; }
.trust .t { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.trust .t .ic { width: 38px; height: 38px; border-radius: 9px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; font-size: 19px; color: var(--accent); }
.trust .t b { display: block; color: var(--navy); }
.trust .t span { color: var(--ink-soft); font-size: 12.5px; }

/* ---------- Sections ---------- */
section { padding: 64px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section-head .eyebrow { color: var(--accent); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.section-head h2 { font-size: clamp(26px, 3.6vw, 38px); letter-spacing: -.6px; margin: 8px 0 12px; font-weight: 800; color: var(--navy); }
.section-head p { font-size: 16.5px; color: var(--ink-soft); }
.bg-soft { background: var(--bg-soft); }

/* ---------- Tiles de categoria (destaque) ---------- */
.tiles { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.tile { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 230px; box-shadow: var(--shadow-sm); display: flex; align-items: flex-end; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.tile:hover img { transform: scale(1.06); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,28,53,.82) 0%, rgba(15,28,53,.15) 60%, transparent 100%); }
.tile .label { position: relative; z-index: 2; padding: 22px; color: #fff; }
.tile .label h3 { font-size: 21px; font-weight: 700; margin-bottom: 4px; }
.tile .label span { font-size: 13.5px; color: #e3a; color: #ffd; opacity: .9; }
.tile .label .go { color: var(--accent); font-weight: 700; font-size: 14px; }

/* ---------- Grelha de produtos ---------- */
.prod-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.prod { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .18s, box-shadow .25s; position: relative; }
.prod:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.prod .thumb { aspect-ratio: 1/1; overflow: hidden; background: var(--bg-soft); position: relative; }
.prod .thumb img, .prod .thumb svg { width: 100%; height: 100%; object-fit: cover; }
.prod .wish { position: absolute; top: 10px; right: 10px; z-index: 2; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; font-size: 15px; color: var(--ink-soft); box-shadow: var(--shadow-sm); }
.prod .wish:hover { color: var(--accent); }
.prod .info { padding: 13px 15px 16px; }
.prod .info .cat { font-size: 11.5px; color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.prod .info .name { font-weight: 600; font-size: 15px; margin: 3px 0 2px; color: var(--navy); }
.prod .info .meta { font-size: 13px; color: var(--ink-soft); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: 20px; padding: 56px 40px; text-align: center; color: #fff; }
.cta-band h2 { font-size: clamp(26px, 3.6vw, 40px); letter-spacing: -.6px; font-weight: 800; margin-bottom: 12px; }
.cta-band p { font-size: 17px; color: #c7d2e6; margin-bottom: 26px; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: linear-gradient(120deg, var(--navy), var(--navy-2)); color: #fff; padding: 52px 0; }
.page-hero .crumbs { font-size: 13px; color: #aebbd4; margin-bottom: 12px; }
.page-hero .crumbs a:hover { color: #fff; }
.page-hero h1 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -.8px; font-weight: 800; margin-bottom: 10px; }
.page-hero p { font-size: 17px; color: #c7d2e6; max-width: 660px; }

/* subcategorias chips */
.subchips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.subchip { background: #fff; border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--navy); }
.subchip:hover, .subchip.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- Contacto ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.contact-card h3 { color: var(--navy); margin-bottom: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.field input, .field textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 8px; padding: 11px 14px; font-family: inherit; font-size: 15px; outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--accent); }
.info-line { display: flex; gap: 13px; margin-bottom: 18px; }
.info-line .ic { width: 40px; height: 40px; border-radius: 9px; background: var(--bg-soft); display: grid; place-items: center; font-size: 18px; color: var(--accent); flex-shrink: 0; }
.info-line b { color: var(--navy); display: block; }
.info-line span { color: var(--ink-soft); font-size: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #b9c4da; padding: 56px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.1fr 1.5fr 1fr; gap: 36px; }
.foot-brand .logo { color: #fff; margin-bottom: 14px; }
.foot-brand .logo b { color: var(--accent); }
.foot-brand p { font-size: 14px; color: #8d9cb8; max-width: 300px; margin-bottom: 16px; }
.foot-brand .socials { display: flex; gap: 10px; }
.foot-brand .socials a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); display: grid; place-items: center; font-size: 14px; color: #cdd6e6; }
.foot-brand .socials a:hover { background: var(--accent); color: #fff; }
.foot-col h4 { color: #fff; font-size: 15px; margin-bottom: 15px; }
.foot-col a { display: block; font-size: 14px; color: #9fadc8; margin-bottom: 10px; }
.foot-col a:hover { color: #fff; }
.foot-grid > div:nth-child(2) { display: grid; grid-auto-flow: column; grid-template-rows: auto repeat(5, auto); grid-template-columns: max-content max-content; column-gap: 10mm; align-content: start; padding-left: 13mm; }
.foot-grid > div:nth-child(2) h4 { grid-column: 1 / -1; }
.foot-grid > div:nth-child(3) { padding-left: 40px; }
/* Telemóvel: lista de produtos do rodapé numa só coluna, sem cortar texto */
@media (max-width: 767px) {
  .foot-grid > div:nth-child(2) { grid-auto-flow: row; grid-template-columns: 1fr; grid-template-rows: none; column-gap: 0; padding-left: 0; }
  .foot-grid > div:nth-child(2) h4 { grid-column: auto; }
  .foot-grid > div:nth-child(3) { padding-left: 0; }
}
.foot-bottom a { color: inherit; text-decoration: underline; }
.foot-bottom a:hover { color: #fff; }
.legal { padding: 8px 0 20px; color: var(--ink, #223); }
.legal .legal-upd { color: var(--ink-soft, #6b7486); font-size: 14px; margin-bottom: 22px; }
.legal h2 { font-size: 19px; margin: 26px 0 8px; color: var(--navy, #15294d); }
.legal p { line-height: 1.7; margin: 0 0 12px; }
.legal .legal-note { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line, #e7ebf2); font-size: 13.5px; color: var(--ink-soft, #6b7486); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: #7d8db0; }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-media { max-width: 520px; }
  .tiles { grid-template-columns: 1fr 1fr; }
  .mainnav { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .searchbox { display: none; }
  .burger { display: block; margin-right: 4px; }
  .headrow { gap: 14px; }
  .logo small { display: none; }
  .topbar .tb-left { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  section { padding: 48px 0; }
}
@media (max-width: 520px) {
  .tiles { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .trust .t { font-size: 13px; }
}

/* ---------- Caixa flutuante de orçamento ---------- */
.quote-overlay { position: fixed; inset: 0; z-index: 200; display: none; align-items: flex-start; justify-content: center; background: rgba(13,21,41,.62); backdrop-filter: blur(3px); padding: 40px 16px; overflow-y: auto; }
.quote-overlay.open { display: flex; }
.quote-box { background: #fff; width: 100%; max-width: 560px; border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.4); padding: 30px 30px 26px; position: relative; animation: quotePop .22s ease; }
@keyframes quotePop { from { transform: translateY(14px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.quote-close { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 28px; line-height: 1; color: var(--ink-soft); cursor: pointer; }
.quote-close:hover { color: var(--accent); }
.quote-box h3 { color: var(--navy); font-size: 23px; margin-bottom: 4px; }
.quote-sub { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 20px; }
.qfield { margin-bottom: 14px; }
.qfield label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.qfield input, .qfield select, .qfield textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 8px; padding: 10px 13px; font-family: inherit; font-size: 15px; outline: none; background: #fff; }
.qfield input:focus, .qfield select:focus, .qfield textarea:focus { border-color: var(--accent); }
.qrow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.qrow-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.qrow-3 .qfield input { min-width: 0; }
.quote-box form > .btn { margin-top: 8px; width: 100%; justify-content: center; }
.qico { font-size: 17px; }
@media (max-width: 520px) { .qrow, .qrow-3 { grid-template-columns: 1fr; } }

/* mobile menu */
.mobile-menu { display: none; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 4px 22px; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--bg-soft); }
.mobile-menu a:first-child, .mobile-menu a:first-child .notranslate, .mobile-menu a:last-child { color: var(--accent); }
/* (ícones do menu mobile estão agora diretamente no HTML) */

/* Banda de vídeo full-width (Mobiliário em Cartão) */
.mobvideo-band{ position:relative; width:100vw; left:50%; right:50%; margin-left:-50vw; margin-right:-50vw; line-height:0; background:#0e1c33; }
.mobvideo{ width:100%; height:auto; display:block; }
/* Banda com vários vídeos: empilhar e fazer cross-fade (sem "falha" do fundo entre loops) */
.mobvideo-band.multi{ aspect-ratio:16/9; overflow:hidden; }
.mobvideo-band.multi .mobvideo{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .5s ease; }
.mobvideo-band.multi .mobvideo.on{ opacity:1; }
.mobvideo-mute{ position:absolute; right:18px; bottom:18px; }

/* Escolha múltipla — formulário "Pedir Template" */
.qchecks{ display:grid; grid-template-columns:1fr 1fr; gap:10px 18px; margin-top:6px; }
.qcheck{ display:flex; align-items:center; gap:9px; font-weight:500; cursor:pointer; }
.qcheck input{ width:18px; height:18px; accent-color:var(--brand,#ff6a3d); cursor:pointer; }
@media(max-width:560px){ .qchecks{ grid-template-columns:1fr; } }

/* Home — secções mais compactas (menos es
/* Rótulo de categoria dentro das tiras de produtos */
.strip-cat{ display:flex; align-items:center; height:1cm; width:100%; padding:0 16px; box-sizing:border-box; background:rgba(255,106,61,.10); border-radius:6px; text-transform:uppercase; letter-spacing:.12em; font-size:16px; font-weight:800; color:var(--accent,#ff6a3d); margin:0 0 14px; }
