:root {
  --navy: #0d3150;
  --navy-2: #174f7c;
  --brand-blue: #155da5;
  --brand-blue-dark: #0d477f;
  --blue-soft: #eaf2fa;
  --purple: #6f3c84;
  --purple-soft: #eee3f1;
  --gold: #4d86ba;
  --cream: #f3f6f8;
  --paper: #ffffff;
  --ink: #172b39;
  --muted: #627480;
  --line: #d5dfe6;
  --green: #15805c;
  --red: #a34444;
  --shadow: 0 10px 28px rgba(13, 49, 80, .10);
  --radius: 12px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; padding: 10px clamp(16px, 4vw, 56px);
  background: rgba(246, 241, 233, .9); border-bottom: 1px solid rgba(16, 47, 74, .08);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { display: block; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 20px rgba(111, 60, 132, .25); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .98rem; letter-spacing: .02em; }
.brand small { margin-top: 1px; color: var(--muted); font-size: .69rem; }
.brand .brand-gift { margin-top: 2px; color: var(--purple); font-size: .58rem; font-weight: 800; letter-spacing: .015em; }
.install-button { border: 0; border-radius: 999px; padding: .72rem 1rem; color: #fff; background: var(--navy); font-weight: 750; cursor: pointer; }

main { padding-bottom: 86px; }
.hero { position: relative; isolation: isolate; display: grid; min-height: 580px; overflow: hidden; background: var(--navy); color: #fff; }
.hero::before { content: ""; position: absolute; inset: -30% -20% auto auto; z-index: -2; width: 70vw; height: 70vw; border-radius: 50%; background: radial-gradient(circle, rgba(197,154,85,.27), transparent 63%); }
.hero::after { content: ""; position: absolute; inset: auto auto -40% -25%; z-index: -2; width: 70vw; height: 70vw; border-radius: 50%; background: radial-gradient(circle, rgba(111,60,132,.38), transparent 65%); }
.hero-copy { align-self: center; padding: 54px 22px 320px; }
.eyebrow { display: inline-block; color: var(--gold); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 16px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem, 10vw, 5.4rem); line-height: .98; letter-spacing: -.045em; }
.hero h1 em { color: #dcb6e4; font-weight: 400; }
.hero-copy > p { max-width: 590px; margin: 0; color: #dce8ed; font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: grid; gap: 10px; width: min(100%, 230px); margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .85rem 1.15rem; border: 1px solid transparent; border-radius: 14px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:active { transform: translateY(1px); }
.button.primary { background: var(--purple); color: #fff; box-shadow: 0 12px 30px rgba(111,60,132,.25); }
.button.secondary { background: #fff; color: var(--navy); border-color: rgba(16,47,74,.16); }
.hero .button.primary { background: #fff; color: var(--navy); }
.hero .button.secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.hero .hero-whatsapp { background: #1b9a69; color: #fff; box-shadow: 0 12px 28px rgba(27,154,105,.24); }
.button.whatsapp { background: #1b9a69; color: #fff; }
.hero-visual { position: absolute; right: -2px; bottom: -48px; width: min(30vw, 150px); }
.hero-visual img { width: 100%; filter: drop-shadow(0 24px 40px rgba(0,0,0,.35)); }
.speech { position: absolute; z-index: 2; top: 10%; right: 4%; width: min(220px, 65vw); padding: 14px 16px; border-radius: 20px 20px 4px 20px; background: #fff; color: var(--navy); font-size: .86rem; font-weight: 750; box-shadow: var(--shadow); }

.catalog-section { max-width: 1280px; margin: 0 auto; padding: 56px 16px 36px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2, .help-strip h2 { margin: 5px 0 0; font-family: Georgia, serif; color: var(--navy); font-size: clamp(2rem, 7vw, 3.4rem); line-height: 1; letter-spacing: -.03em; }
.section-heading p { margin: 0; color: var(--muted); font-size: .82rem; font-weight: 700; }
.search-panel { position: sticky; top: 72px; z-index: 30; margin-bottom: 24px; padding: 12px; border: 1px solid rgba(16,47,74,.08); border-radius: 20px; background: rgba(246,241,233,.95); backdrop-filter: blur(14px); }
.search-box { display: flex; align-items: center; gap: 9px; height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 6px 22px rgba(16,47,74,.06); }
.search-box > span { color: var(--purple); font-size: 1.65rem; line-height: 1; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1rem; }
.search-box input::placeholder { color: #86939b; }
.search-box button { border: 0; background: none; color: var(--muted); font-size: 1.5rem; cursor: pointer; }
.filter-row { display: flex; gap: 8px; overflow-x: auto; margin-top: 10px; padding-bottom: 2px; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--navy); font-size: .82rem; font-weight: 750; cursor: pointer; }
.filter-chip.active { border-color: var(--navy); background: var(--navy); color: #fff; }
.secondary-filters .filter-chip { padding: .5rem .75rem; font-size: .76rem; }
.active-view { margin: 0 0 16px; padding: 11px 14px; border-radius: 14px; background: var(--purple-soft); color: var(--purple); font-size: .86rem; font-weight: 800; }

.materials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.material-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid rgba(16,47,74,.08); border-radius: 20px; background: var(--paper); box-shadow: 0 10px 30px rgba(16,47,74,.08); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.material-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.material-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card-image { position: relative; aspect-ratio: 1.06; overflow: hidden; background: #ddd; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.material-card:hover .card-image img { transform: scale(1.025); }
.card-badge { position: absolute; left: 10px; top: 10px; padding: .38rem .58rem; border-radius: 999px; color: #fff; background: rgba(16,47,74,.84); backdrop-filter: blur(5px); font-size: .66rem; font-weight: 850; }
.card-quick-actions { position: absolute; right: 8px; top: 8px; display: flex; gap: 6px; }
.card-quick-actions button { display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--navy); font-size: 1.14rem; box-shadow: 0 5px 14px rgba(0,0,0,.12); cursor: pointer; }
.card-quick-actions button.selected { background: var(--purple); color: #fff; }
.card-body { padding: 13px; }
.card-body h3 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 1.13rem; line-height: 1.1; }
.card-colors { margin: 5px 0 10px; color: var(--muted); font-size: .72rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-tags { display: flex; gap: 5px; overflow: hidden; }
.mini-tags span { flex: 0 0 auto; padding: .35rem .48rem; border-radius: 8px; background: #f0ece5; color: #536875; font-size: .62rem; font-weight: 750; }

.empty-state { padding: 50px 20px; text-align: center; border: 1px dashed #cfc5b9; border-radius: var(--radius); background: rgba(255,255,255,.4); }
.empty-state > div { font-size: 2.8rem; }
.empty-state h3 { margin: 10px 0 5px; font-family: Georgia, serif; font-size: 1.6rem; }
.empty-state p { margin: 0 0 18px; color: var(--muted); }

.help-strip { display: grid; grid-template-columns: 82px minmax(0, 1fr); align-items: center; gap: 16px; max-width: 1248px; margin: 20px 16px 38px; padding: 22px 20px; overflow: hidden; border-radius: 28px; background: linear-gradient(130deg, #fff, #eee4f1); box-shadow: var(--shadow); }
.help-pedrita { align-self: end; height: 126px; margin-bottom: -22px; }
.help-pedrita img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.help-strip p { max-width: 700px; margin: 12px 0 0; color: var(--muted); line-height: 1.6; }
.help-strip .button { grid-column: 1 / -1; align-self: center; }
.help-capabilities { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; padding: 0; list-style: none; }
.help-capabilities li { padding: .45rem .65rem; border: 1px solid rgba(73,45,104,.14); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--purple); font-size: .72rem; font-weight: 800; }

.bottom-nav { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); min-height: 64px; padding: 6px; border: 1px solid rgba(16,47,74,.12); border-radius: 22px; background: rgba(255,253,249,.95); box-shadow: 0 16px 44px rgba(16,47,74,.22); backdrop-filter: blur(18px); }
.bottom-nav button, .bottom-nav a { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; border: 0; border-radius: 16px; background: transparent; color: #657784; font-size: .61rem; font-weight: 800; cursor: pointer; }
.bottom-nav span { font-size: 1.25rem; line-height: 1; }
.bottom-nav .active { background: #ece5f0; color: var(--purple); }
.site-footer { max-width: 1248px; margin: 10px auto 92px; padding: 18px 20px; color: var(--muted); text-align: center; font-size: .72rem; }
.site-footer strong { color: var(--navy); }

dialog { padding: 0; border: 0; background: transparent; }
dialog::backdrop { background: rgba(8,24,35,.72); backdrop-filter: blur(6px); }
.material-dialog { width: min(720px, calc(100% - 16px)); max-height: calc(100dvh - 20px); border-radius: 26px; }
.detail-card { position: relative; overflow: auto; max-height: calc(100dvh - 20px); border-radius: 26px; background: var(--paper); }
.dialog-close { position: absolute; z-index: 5; right: 12px; top: 12px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--navy); font-size: 1.65rem; cursor: pointer; box-shadow: 0 5px 16px rgba(0,0,0,.12); }
.detail-image { position: relative; aspect-ratio: 1.4; overflow: hidden; background: #ddd; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-image span { position: absolute; left: 16px; bottom: 16px; padding: .5rem .7rem; border-radius: 999px; background: rgba(16,47,74,.88); color: #fff; font-size: .75rem; font-weight: 850; }
.detail-content { padding: 20px; }
.detail-title-row { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.detail-title-row p { margin: 0 0 4px; color: var(--muted); font-size: .75rem; }
.detail-title-row h2 { margin: 0; font-family: Georgia, serif; color: var(--navy); font-size: clamp(2rem, 8vw, 3rem); line-height: 1; }
.icon-action { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--purple); font-size: 1.5rem; cursor: pointer; }
.icon-action.selected { background: var(--purple); color: #fff; }
.tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 22px 0; }
.tech-item { padding: 13px; border-radius: 14px; background: #f1ede6; }
.tech-item small, .tech-item strong { display: block; }
.tech-item small { margin-bottom: 4px; color: var(--muted); font-size: .66rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.tech-item strong { color: var(--navy); font-size: .89rem; }
.indicator-symbols { display: flex; align-items: center; gap: 2px; min-height: 19px; margin-bottom: 4px; font-size: .82rem; line-height: 1; }
.indicator-symbols span { opacity: .16; filter: grayscale(1); }
.indicator-symbols span.active { opacity: 1; filter: none; }
.indicator-symbols.manutencao { color: var(--purple); font-size: 1.05rem; font-weight: 900; }
.tech-grid .tech-item:last-child:nth-child(odd) { grid-column: 1 / -1; }
.thermal-note { margin: -10px 0 20px; padding: 10px 12px; border-left: 3px solid #d9952f; border-radius: 0 10px 10px 0; background: #fff8e9; color: #665637; font-size: .75rem; line-height: 1.45; }
.detail-section { margin-top: 22px; }
.detail-section h3 { margin: 0 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 1.22rem; }
.detail-section ul { margin: 0; padding-left: 20px; color: #4f626e; line-height: 1.65; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list span { padding: .55rem .7rem; border-radius: 10px; background: var(--purple-soft); color: var(--purple); font-size: .75rem; font-weight: 800; }
.pedrita-explains { display: grid; grid-template-columns: 82px 1fr; align-items: end; gap: 10px; margin-top: 24px; padding: 16px 16px 0; overflow: hidden; border-radius: 20px; background: linear-gradient(140deg, var(--navy), #214f69); color: #fff; }
.pedrita-explains img { align-self: end; max-height: 112px; object-fit: contain; object-position: bottom; }
.pedrita-explains div { align-self: center; padding-bottom: 16px; }
.pedrita-explains strong { color: #efca90; }
.pedrita-explains p { margin: 5px 0 0; color: #e3edf1; font-size: .85rem; line-height: 1.5; }
.image-note { margin: 13px 0; color: var(--muted); font-size: .66rem; line-height: 1.45; }
.detail-actions { display: grid; gap: 9px; margin-top: 18px; }
.text-action { padding: .72rem; border: 0; background: transparent; color: var(--purple); font-weight: 800; cursor: pointer; }
.text-action.danger { color: var(--red); }

.info-dialog { width: min(430px, calc(100% - 28px)); border-radius: 24px; }
.info-card { position: relative; padding: 32px 24px 24px; border-radius: 24px; background: var(--paper); text-align: center; box-shadow: var(--shadow); }
.info-card .dialog-close { right: 10px; top: 10px; }
.info-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 14px; border-radius: 22px; background: var(--purple-soft); color: var(--purple); font-size: 2rem; }
.info-card h2 { margin: 0; font-family: Georgia, serif; color: var(--navy); font-size: 2rem; }
.info-card p { margin: 12px 0 22px; color: var(--muted); line-height: 1.6; }
.info-card .button { width: 100%; }
.info-card .text-action { margin-top: 8px; }
.pro-dialog { width: min(920px, calc(100% - 20px)); max-height: calc(100dvh - 20px); border-radius: 28px; }
.pro-card { position: relative; max-height: calc(100dvh - 20px); overflow: auto; padding: 30px 20px 22px; border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.pro-intro { display: grid; grid-template-columns: minmax(0, 1fr) 118px; align-items: end; gap: 12px; padding: 16px 10px 0; border-radius: 22px; background: linear-gradient(135deg, #102f4a, #253257 58%, #563773); color: #fff; overflow: hidden; }
.pro-copy { padding: 10px 0 24px 8px; }
.pro-copy .eyebrow { color: #f0b74b; }
.pro-copy h2 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: clamp(1.9rem, 7vw, 3.6rem); line-height: 1; }
.pro-copy p { margin: 0; color: rgba(255,255,255,.86); line-height: 1.55; }
.pro-intro img { width: 100%; align-self: end; filter: drop-shadow(0 18px 25px rgba(0,0,0,.35)); }
.pro-benefits { display: grid; gap: 10px; margin: 20px 0; }
.pro-benefits > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 9px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.pro-benefits span { grid-row: 1 / 3; font-size: 1.5rem; }
.pro-benefits strong { color: var(--navy); }
.pro-benefits small { margin-top: 3px; color: var(--muted); line-height: 1.4; }
.pro-steps { padding: 18px; border-radius: 18px; background: #f1ede6; }
.pro-steps h3, .pro-cta h3 { margin: 0 0 12px; color: var(--navy); }
.pro-steps ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.pro-steps li { display: flex; align-items: center; gap: 10px; }
.pro-steps li strong { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; }
.pro-cta { margin-top: 18px; padding: 20px; border: 1px solid rgba(37, 153, 91, .24); border-radius: 18px; text-align: center; background: rgba(37, 153, 91, .07); }
.pro-cta p { margin: 0 0 15px; color: var(--muted); line-height: 1.5; }
.pro-cta .button { width: 100%; }
.offline-toast { position: fixed; z-index: 80; left: 16px; right: 16px; bottom: 92px; padding: 12px 15px; border-radius: 14px; background: #182c38; color: #fff; text-align: center; font-size: .78rem; box-shadow: var(--shadow); }

@media (min-width: 680px) {
  .hero { min-height: 640px; }
  .hero-copy { padding: 80px 44% 80px clamp(36px, 7vw, 110px); }
  .hero-visual { right: 4%; bottom: -58px; width: min(16.2vw, 189px); }
  .speech { top: 18%; right: 12%; }
  .catalog-section { padding-inline: 28px; }
  .materials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .help-strip { grid-template-columns: 110px minmax(0, 1fr) auto; gap: 24px; margin-inline: 28px; padding: 30px 34px 30px 20px; }
  .help-pedrita { height: 154px; margin-bottom: -30px; }
  .help-strip .button { grid-column: auto; }
  .pro-card { padding: 34px; }
  .pro-intro { grid-template-columns: minmax(0, 1fr) 220px; padding-inline: 30px; }
  .pro-copy { padding-block: 28px 38px; }
  .pro-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pro-steps ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bottom-nav { left: 50%; right: auto; width: min(560px, calc(100% - 24px)); transform: translateX(-50%); }
  .site-footer { margin-bottom: 96px; }
}

@media (min-width: 1040px) {
  main { padding-bottom: 36px; }
  .hero { min-height: 680px; }
  .materials-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .search-panel { display: grid; grid-template-columns: minmax(280px, 1.1fr) 1.6fr; gap: 10px; align-items: center; }
  .search-panel .filter-row { margin-top: 0; }
  .secondary-filters { grid-column: 1 / -1; }
  .help-strip { margin-inline: auto; }
  .bottom-nav { position: static; width: 560px; margin: 26px auto; transform: none; }
  .site-footer { margin-bottom: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Identidade técnica Bellinzoni: catálogo-showroom */
body { background: #f3f6f8; }
.topbar { background: rgba(255,255,255,.96); border-bottom: 1px solid #d7e1e8; box-shadow: 0 2px 12px rgba(13,49,80,.04); }
.brand-mark { border-radius: 8px; box-shadow: 0 5px 14px rgba(13,71,127,.16); }
.brand strong { color: var(--navy); font-weight: 850; }
.brand .brand-gift { color: var(--brand-blue); text-transform: uppercase; letter-spacing: .055em; }
.install-button { border-radius: 7px; background: var(--brand-blue); }

.hero { background: linear-gradient(112deg, #081f34 0%, #0d3150 48%, #0f548c 100%); }
.hero::before { inset: 0; width: auto; height: auto; border-radius: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.hero::after { inset: auto 0 0; width: auto; height: 4px; border-radius: 0; background: linear-gradient(90deg, var(--brand-blue), #61a9df 65%, transparent); }
.eyebrow { color: #7ab8e3; letter-spacing: .15em; }
.hero h1 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 820; letter-spacing: -.055em; }
.hero h1 em { color: #8bc5ee; font-style: normal; font-weight: 420; }
.hero-copy > p { color: #d8e7f1; }
.button { min-height: 47px; border-radius: 7px; letter-spacing: .01em; }
.button.primary { background: var(--brand-blue); box-shadow: 0 8px 20px rgba(21,93,165,.22); }
.hero .button.primary { background: #fff; color: var(--navy); }
.hero .button.secondary { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.42); }
.speech { border: 1px solid #dce6ec; border-radius: 10px 10px 2px 10px; box-shadow: 0 10px 24px rgba(0,0,0,.16); }

.catalog-section { padding-top: 48px; }
.section-heading { padding-bottom: 15px; border-bottom: 2px solid var(--brand-blue); }
.section-heading h2, .help-strip h2 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: var(--brand-blue-dark); font-weight: 820; letter-spacing: -.04em; }
.section-heading .eyebrow { color: var(--brand-blue); }
.search-panel { border: 1px solid #d1dde5; border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(13,49,80,.06); }
.search-box { border-radius: 7px; box-shadow: none; }
.search-box > span { color: var(--brand-blue); }
.filter-chip { border-radius: 6px; background: #fff; font-weight: 720; }
.filter-chip:hover { border-color: #8aabc3; background: #f5f9fc; }
.filter-chip.active { border-color: var(--brand-blue); background: var(--brand-blue); }
.active-view { border-left: 3px solid var(--brand-blue); border-radius: 3px 8px 8px 3px; background: var(--blue-soft); color: var(--brand-blue-dark); }

.materials-grid { gap: 14px; }
.material-card { border-color: #ced9e1; border-radius: 8px; background: #fff; box-shadow: 0 5px 16px rgba(13,49,80,.055); }
.material-card:focus-visible { outline-color: var(--brand-blue); }
.material-card:hover { transform: translateY(-2px); border-color: #91aec2; box-shadow: 0 12px 26px rgba(13,49,80,.11); }
.card-image { aspect-ratio: 1.12; }
.card-badge { border-radius: 4px; background: rgba(13,49,80,.9); letter-spacing: .035em; text-transform: uppercase; }
.card-quick-actions button { border: 1px solid rgba(13,49,80,.12); box-shadow: 0 3px 10px rgba(0,0,0,.10); }
.card-quick-actions button.selected { background: var(--brand-blue); }
.card-body { padding: 14px 13px 13px; border-top: 1px solid #edf1f4; }
.card-body h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: var(--brand-blue-dark); font-size: 1.02rem; font-weight: 820; letter-spacing: -.025em; }
.card-colors { margin-bottom: 9px; }
.mini-tags span { border: 1px solid #d8e3ea; border-radius: 4px; background: #f5f8fa; color: #506a7c; }

.empty-state { border-color: #b9cad6; border-radius: 10px; background: #fff; }
.empty-state h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: var(--navy); }
.help-strip { border: 1px solid #cbdce8; border-left: 5px solid var(--brand-blue); border-radius: 10px; background: #fff; box-shadow: 0 7px 22px rgba(13,49,80,.08); }
.help-strip .eyebrow { color: var(--brand-blue); }
.help-capabilities li { border-color: #cbdde9; border-radius: 5px; background: var(--blue-soft); color: var(--brand-blue-dark); }

.bottom-nav { border-color: #ccd8e0; border-radius: 12px; background: rgba(255,255,255,.97); box-shadow: 0 10px 30px rgba(13,49,80,.17); }
.bottom-nav button, .bottom-nav a { border-radius: 7px; }
.bottom-nav .active { background: var(--blue-soft); color: var(--brand-blue-dark); }

.material-dialog, .detail-card { border-radius: 12px; }
.dialog-close { border: 1px solid #d6e0e7; border-radius: 7px; box-shadow: 0 4px 12px rgba(0,0,0,.09); }
.detail-image span { border-radius: 4px; background: rgba(13,71,127,.92); text-transform: uppercase; letter-spacing: .045em; }
.detail-title-row h2, .detail-section h3, .info-card h2, .pro-copy h2 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.detail-title-row h2 { color: var(--brand-blue-dark); font-weight: 840; }
.icon-action { border-radius: 7px; color: var(--brand-blue); }
.icon-action.selected { background: var(--brand-blue); }
.tech-item { border: 1px solid #dae4ea; border-radius: 7px; background: #f6f8fa; }
.indicator-symbols.manutencao { color: var(--brand-blue); }
.thermal-note { border-left-color: #de9c2f; background: #fff8e9; }
.tag-list span { border: 1px solid #cfdeea; border-radius: 5px; background: var(--blue-soft); color: var(--brand-blue-dark); }
.pedrita-explains { border-radius: 8px; background: linear-gradient(125deg, #0d3150, #155d91); }
.pedrita-explains strong { color: #9ed3f4; }
.text-action { color: var(--brand-blue); }

.info-dialog, .info-card, .pro-dialog, .pro-card { border-radius: 12px; }
.info-icon { border-radius: 8px; background: var(--blue-soft); color: var(--brand-blue); }
.pro-intro { border-radius: 8px; background: linear-gradient(120deg, #0b2943, #0f4f82); }
.pro-copy .eyebrow { color: #86c4ec; }
.pro-benefits > div, .pro-steps, .pro-cta { border-radius: 8px; }
.pro-steps { background: #eef3f6; }
.pro-steps li strong { border-radius: 5px; background: var(--brand-blue); }

@media (min-width: 680px) {
  .materials-grid { gap: 16px; }
}
