@font-face {
  font-family: "Aller";
  src: url("../../../assents/aller.regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Aller";
  src: url("../../../assents/Aller_Bd.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

:root {
  --ink: #17243d;
  --ink-soft: #536078;
  --blue: #243c70;
  --blue-dark: #17294f;
  --blue-pale: #edf2fb;
  --yellow: #ffcf21;
  --yellow-dark: #e4b600;
  --surface: #ffffff;
  --canvas: #f6f7f9;
  --line: #dde2ea;
  --whatsapp: #168c4a;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 24px rgba(23, 36, 61, .08);
  --shadow-lg: 0 22px 60px rgba(23, 36, 61, .14);
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "Aller", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--yellow-dark); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner { height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { grid-column: 2; }
.brand img { width: 152px; height: auto; }
.menu-toggle {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
}
.menu-toggle:hover { background: var(--blue-pale); }
.menu-toggle svg, .header-contact svg { width: 24px; height: 24px; }
.header-contact {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  font-weight: 700;
  transition: background .2s ease;
}
.header-contact:hover { background: #10753d; }

.menu-backdrop { position: fixed; inset: 0; z-index: 199; background: rgba(9, 18, 35, .58); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s; }
.menu-backdrop.is-open { opacity: 1; visibility: visible; }
.product-menu { position: fixed; inset: 0 auto 0 0; z-index: 200; width: min(440px, 92vw); background: #fff; transform: translateX(-102%); transition: transform .28s ease-out; overflow-y: auto; box-shadow: var(--shadow-lg); }
.product-menu.is-open { transform: none; }
.menu-head { position: sticky; top: 0; z-index: 2; min-height: 76px; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--line); }
.menu-head strong { font-size: 1.1rem; }
.menu-close { width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--blue-pale); display: grid; place-items: center; cursor: pointer; }
.menu-close svg { width: 22px; }
.menu-body { padding: 18px 20px 32px; }
.menu-primary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 22px; }
.menu-primary a { padding: 12px; border-radius: 10px; background: var(--blue-pale); color: var(--blue-dark); font-weight: 700; text-align: center; }
.menu-label { display: block; margin-bottom: 12px; color: var(--ink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-products { display: grid; gap: 10px; }
.menu-product { display: grid; grid-template-columns: 76px 1fr 20px; align-items: center; gap: 12px; min-height: 76px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; transition: border-color .2s, background .2s; }
.menu-product:hover { border-color: var(--blue); background: var(--blue-pale); }
.menu-product img { width: 76px; height: 62px; object-fit: contain; border-radius: 9px; background: #f3f4f6; }
.menu-product strong { display: block; font-size: .95rem; line-height: 1.25; }
.menu-product small { color: var(--ink-soft); }
.menu-product svg { width: 18px; }

.breadcrumbs { padding-top: 18px; color: var(--ink-soft); font-size: .88rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #9aa3b3; }
.breadcrumbs a:hover { text-decoration: underline; }

.catalog-hero { padding: 62px 0 48px; background: radial-gradient(circle at 88% 10%, rgba(255, 207, 33, .22), transparent 28%), linear-gradient(135deg, #eef3fc 0%, #fff 66%); border-bottom: 1px solid var(--line); }
.catalog-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: center; }
.catalog-hero-grid > *, .product-layout > * { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--blue); font-weight: 700; font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--yellow); }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 820px; font-size: clamp(2.35rem, 6vw, 5rem); }
.catalog-hero h1 span, .product-copy h1 span { color: var(--blue); }
.lead { max-width: 680px; margin: 22px 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { min-height: 50px; max-width: 100%; padding: 13px clamp(15px, 4vw, 22px); border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: clamp(.78rem, 3.2vw, 1rem); font-weight: 700; line-height: 1.2; white-space: nowrap; transition: background .2s, color .2s, border-color .2s, box-shadow .2s; }
.btn svg { width: 20px; height: 20px; flex: 0 0 auto; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); box-shadow: 0 10px 25px rgba(36, 60, 112, .25); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { background: #10753d; box-shadow: 0 10px 25px rgba(22, 140, 74, .22); }
.btn-secondary { border-color: var(--blue); color: var(--blue); background: #fff; }
.btn-secondary:hover { background: var(--blue-pale); }
.catalog-hero-art { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; transform: rotate(2deg); }
.catalog-hero-art img { width: 100%; height: 230px; object-fit: cover; border: 8px solid #fff; border-radius: 20px; box-shadow: var(--shadow-lg); }
.catalog-hero-art img:first-child { margin-top: 36px; }

.trust-strip { padding: 20px 0; background: var(--blue-dark); color: #fff; }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.trust-list svg { width: 22px; color: var(--yellow); flex: 0 0 auto; }

.section { padding: 72px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { max-width: 680px; font-size: clamp(1.85rem, 4vw, 3.3rem); }
.section-heading p { max-width: 450px; margin: 0; color: var(--ink-soft); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: border-color .2s, box-shadow .2s; }
.product-card:hover { border-color: #bbc5d8; box-shadow: var(--shadow-sm); }
.product-image-link { position: relative; display: block; aspect-ratio: 1 / .86; overflow: hidden; background: linear-gradient(145deg, #f7f8fa, #e9edf3); }
.product-image-link img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .25s ease; }
.product-card:hover .product-image-link img { transform: scale(1.035); }
.product-card[data-category="sinalizacao"] .product-image-link img, .product-card[data-category="decoracao"] .product-image-link img { object-fit: cover; padding: 0; }
.product-tag { position: absolute; top: 12px; left: 12px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.product-content { padding: 18px; display: flex; flex: 1; flex-direction: column; }
.product-content h3 { font-size: 1.25rem; }
.product-content h3 a:hover { color: var(--blue); }
.product-content p { margin: 10px 0 18px; color: var(--ink-soft); font-size: .94rem; line-height: 1.5; }
.product-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: auto; }
.product-actions .btn { min-height: 44px; padding: 10px 14px; font-size: .86rem; }
.details-link { width: 44px; padding: 0 !important; border-color: var(--line); background: #fff; color: var(--blue); }
.details-link:hover { background: var(--blue-pale); border-color: var(--blue); }

.seo-copy { background: #fff; border-block: 1px solid var(--line); }
.seo-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.seo-grid h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.seo-grid p { margin-top: 0; color: var(--ink-soft); }
.seo-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.seo-point { padding: 18px; border-radius: 14px; background: var(--blue-pale); }
.seo-point strong { display: block; margin-bottom: 4px; color: var(--blue-dark); }

.quote-band { padding: 54px 0; color: #fff; background: var(--blue); }
.quote-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quote-band h2 { max-width: 700px; font-size: clamp(1.7rem, 4vw, 3rem); }
.quote-band p { margin: 10px 0 0; color: #d9e1f2; }
.quote-band .btn { flex: 0 0 auto; }

.product-main { padding: 42px 0 72px; background: #fff; }
.product-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.product-gallery { display: grid; grid-template-columns: 96px 1fr; gap: 14px; }
.thumbs { display: grid; align-content: start; gap: 10px; }
.thumb { width: 96px; aspect-ratio: 1; padding: 5px; border: 2px solid transparent; border-radius: 12px; background: #f1f3f6; cursor: pointer; overflow: hidden; }
.thumb.is-active { border-color: var(--blue); }
.thumb img { width: 100%; height: 100%; object-fit: contain; }
.main-image { width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg, #f8f9fb, #e9edf3); }
.main-image img { width: 100%; height: 100%; padding: 28px; object-fit: contain; }
.product-copy h1 { margin-top: 8px; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.product-intro { margin: 22px 0 0; color: var(--ink-soft); font-size: 1.12rem; }
.feature-list { display: grid; gap: 12px; padding: 0; margin: 26px 0; list-style: none; }
.feature-list li { display: flex; gap: 11px; align-items: flex-start; }
.feature-list svg { width: 22px; flex: 0 0 auto; color: var(--whatsapp); margin-top: 2px; }
.product-cta { display: grid; gap: 10px; }
.product-cta .btn { width: 100%; min-height: 56px; }
.product-note { margin: 0; color: var(--ink-soft); font-size: .86rem; text-align: center; }
.applications { padding: 58px 0; background: var(--canvas); }
.applications h2, .faq h2 { font-size: clamp(1.75rem, 4vw, 2.8rem); }
.applications-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-top: 28px; }
.related-products { padding: 58px 0; background: #fff; }
.related-products h2 { font-size: clamp(1.75rem, 4vw, 2.8rem); margin-bottom: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { display: grid; grid-template-columns: 104px 1fr 20px; align-items: center; gap: 16px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; transition: border-color .2s, transform .2s; }
.related-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.related-card img { width: 104px; height: 92px; object-fit: contain; border-radius: 12px; background: var(--canvas); }
.related-card strong, .related-card small { display: block; }
.related-card small { margin-top: 5px; color: var(--ink-soft); line-height: 1.35; }
.related-card svg { width: 18px; }
.related-all { margin-top: 22px; }
.related-all a { color: var(--blue); font-weight: 700; }
.application { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.application svg { width: 30px; color: var(--blue); }
.application h3 { margin-top: 14px; font-size: 1.1rem; }
.application p { margin: 8px 0 0; color: var(--ink-soft); font-size: .94rem; }
.faq { padding: 64px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 20px 38px 20px 0; font-weight: 700; cursor: pointer; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 16px; right: 3px; color: var(--blue); font-size: 1.5rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 0 20px; color: var(--ink-soft); }

.site-footer { padding: 54px 0 24px; background: #121d34; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 50px; }
.footer-brand img { width: 180px; filter: invert(1); }
.footer-brand p { max-width: 410px; color: #bfc9da; }
.footer-title { margin-bottom: 14px; font-weight: 700; }
.footer-links { display: grid; gap: 9px; color: #cdd5e3; }
.footer-links a:hover { color: var(--yellow); }
.social-links { display: flex; gap: 10px; margin-top: 18px; }
.social-links a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #41506b; border-radius: 50%; }
.social-links a:hover { border-color: var(--yellow); color: var(--yellow); }
.social-links svg { width: 21px; height: 21px; }
.footer-address { color: #cdd5e3; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; margin-top: 38px; border-top: 1px solid #34425c; color: #9faac0; font-size: .85rem; }

.floating-wpp { position: fixed; right: 18px; bottom: 18px; z-index: 80; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--whatsapp); color: #fff; box-shadow: 0 10px 28px rgba(9, 66, 35, .35); }
.floating-wpp svg { width: 29px; }

@media (max-width: 980px) {
  .catalog-hero-grid, .product-layout, .seo-grid { grid-template-columns: 1fr; gap: 40px; }
  .catalog-hero-art { max-width: 600px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .header-inner { height: 68px; }
  .brand img { width: 124px; }
  .header-contact { width: 48px; height: 48px; padding: 0; }
  .header-contact span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .catalog-hero { padding: 42px 0 38px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; white-space: normal; text-align: center; }
  .catalog-hero-art img { height: 175px; border-width: 5px; }
  .trust-list { grid-template-columns: 1fr; gap: 9px; }
  .trust-list li { justify-content: flex-start; }
  .section { padding: 54px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 14px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-content { padding: 14px; }
  .product-content h3 { font-size: 1.08rem; }
  .product-content p { font-size: .88rem; }
  .product-actions { grid-template-columns: 1fr; }
  .details-link { width: 100%; }
  .seo-points, .applications-grid, .related-grid { grid-template-columns: 1fr; }
  .quote-band-inner { align-items: stretch; flex-direction: column; }
  .quote-band .btn { width: 100%; }
  .product-main { padding-top: 26px; }
  .product-gallery { grid-template-columns: 1fr; }
  .thumbs { grid-row: 2; grid-template-columns: repeat(4, 1fr); }
  .thumb { width: 100%; }
  .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  h1 { font-size: 2.25rem; }
  .catalog-hero-art { gap: 7px; }
  .catalog-hero-art img { height: 150px; border-radius: 14px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-link { aspect-ratio: 1.25; }
  .product-actions { grid-template-columns: 1fr auto; }
  .details-link { width: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
