/*
Theme Name: HPU
Theme URI: https://www.hpusistemas.com.br/
Description: Tema filho temporário que reproduz a estrutura visual do site original da HPU.
Author: HPU Sistemas Hidráulicos
Template: hello-elementor
Version: 2.3.7
Text Domain: hpu-reference
*/

:root {
	--hpu-red: #9d0010;
	--hpu-red-dark: #72000b;
	--hpu-red-bright: #d50b22;
	--hpu-ink: #111318;
	--hpu-text: #3f4652;
	--hpu-light: #f1f1f1;
	--hpu-border: #e5e5e5;
	--hpu-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--hpu-text); font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif; background: #fff; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.hpu-container { width: min(calc(100% - 32px), var(--hpu-container)); margin-inline: auto; }
.hpu-screen-reader { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

/* Cabeçalho */
.hpu-site-header { position: relative; z-index: 40; background: #fff; box-shadow: 0 1px 0 rgb(17 19 24 / 8%); }
.hpu-head-main { min-height: 104px; display: grid; grid-template-columns: 170px minmax(300px, 1fr) auto; align-items: center; gap: 22px; }
.hpu-logo { display: block; justify-self: start; }
.hpu-logo img { display: block; width: 156px; height: auto; }
.hpu-search { position: relative; width: 100%; height: 52px; border: 1px solid #d9dce1; border-radius: 10px; display: flex; background: #f7f8fa; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.hpu-search:focus-within { border-color: var(--hpu-red); background: #fff; box-shadow: 0 0 0 4px rgb(157 0 16 / 9%); }
.hpu-search input { min-width: 0; flex: 1; border: 0; background: transparent; padding: 0 18px; color: var(--hpu-ink); font: inherit; font-size: 15px; outline: none; }
.hpu-search input::placeholder { color: #7b818c; opacity: 1; }
.hpu-search button { width: 58px; border: 0; background: transparent; color: var(--hpu-red); cursor: pointer; border-radius: 0 10px 10px 0; }
.hpu-search button:hover { background: #f1e7e8; }
.hpu-search-preview { position: absolute; top: calc(100% + 10px); right: 0; left: 0; z-index: 100; overflow: hidden; padding: 7px; border: 1px solid #dfe2e6; border-radius: 13px; background: #fff; box-shadow: 0 20px 50px rgb(17 19 24 / 16%); animation: hpu-search-preview-in .18s ease both; }
.hpu-search-preview[hidden] { display: none; }
.hpu-search-preview-list { display: grid; gap: 2px; }
.hpu-search-result { display: grid; min-height: 72px; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 7px 10px 7px 7px; border-radius: 9px; color: inherit; text-decoration: none; transition: background .15s ease; }
.hpu-search-result:hover, .hpu-search-result:focus, .hpu-search-result.is-active { outline: 0; background: #f1f2f4; }
.hpu-search-result-image { display: grid; width: 58px; height: 58px; place-items: center; overflow: hidden; border-radius: 8px; background: #f1f2f4; }
.hpu-search-result-image img { width: 100%; height: 100%; padding: 5px; object-fit: contain; mix-blend-mode: multiply; }
.hpu-search-result-copy { display: grid; min-width: 0; gap: 4px; }
.hpu-search-result-copy small { overflow: hidden; color: #858c96; font-size: 8px; font-weight: 750; letter-spacing: .055em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.hpu-search-result-copy strong { overflow: hidden; color: var(--hpu-ink); font-size: 12px; font-weight: 750; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.hpu-search-result-code { padding: 5px 7px; border-radius: 6px; background: #f4f5f6; color: #777f89; font-size: 8px; font-weight: 700; white-space: nowrap; }
.hpu-search-preview-footer { display: flex; min-height: 43px; align-items: center; justify-content: space-between; gap: 16px; margin-top: 5px; padding: 8px 11px; border-top: 1px solid #eceef1; color: #737b86; font-size: 9px; }
.hpu-search-preview-footer a { display: inline-flex; align-items: center; gap: 7px; color: var(--hpu-red); font-size: 10px; font-weight: 800; text-decoration: none; }
.hpu-search-preview-footer svg { width: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.hpu-search-preview-state { display: flex; min-height: 88px; align-items: center; justify-content: center; gap: 10px; padding: 18px; color: #6e7681; font-size: 11px; text-align: center; }
.hpu-search-preview-state strong { color: var(--hpu-ink); }
.hpu-search-spinner { width: 18px; height: 18px; border: 2px solid #e0e3e7; border-top-color: var(--hpu-red); border-radius: 50%; animation: hpu-search-spin .65s linear infinite; }
@keyframes hpu-search-preview-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hpu-search-spin { to { transform: rotate(360deg); } }
.hpu-header-whatsapp { display: inline-flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 15px; border: 1px solid #d9dce1; border-radius: 10px; color: var(--hpu-ink); text-decoration: none; font-size: 14px; font-weight: 700; white-space: nowrap; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.hpu-site-header .hpu-header-whatsapp { color: var(--hpu-ink); }
.hpu-header-whatsapp:hover { border-color: #25a95a; box-shadow: 0 8px 24px rgb(17 19 24 / 9%); transform: translateY(-1px); }
.hpu-header-whatsapp .hpu-whatsapp-icon { display: block; width: 38px; height: 38px; flex: 0 0 38px; margin: -4px -2px -4px -4px; background-color: #20a955; -webkit-mask: url("assets/icons/whatsapp.svg") center / contain no-repeat; mask: url("assets/icons/whatsapp.svg") center / contain no-repeat; }
.hpu-header-whatsapp span { display: grid; gap: 0; line-height: 1.05; }
.hpu-header-whatsapp small { margin-bottom: 1px; color: #777e88; font-size: 11px; font-weight: 500; line-height: 1; }

.hpu-nav-wrap { position: relative; z-index: 30; }
.hpu-nav-wrap { background: var(--hpu-red); }
.hpu-nav { min-height: 58px; background: var(--hpu-red); }
.hpu-menu { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 58px; margin: 0; padding: 0; list-style: none; }
.hpu-menu > li { position: relative; display: flex; }
.hpu-menu > li > a,
.hpu-menu > li > button { flex: 1; display: flex; align-items: center; justify-content: center; padding: 12px 14px; border: 0; background: transparent; color: #fff; text-align: center; text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.4; cursor: pointer; }
.hpu-menu > li:hover > a,
.hpu-menu > li:focus-within > a,
.hpu-menu > li:hover > button { background: var(--hpu-red-dark); }
.hpu-menu > .hpu-standard-item:hover > .hpu-nav-link,
.hpu-menu > .hpu-standard-item:focus-within > .hpu-nav-link { color: #fff !important; }
.hpu-submenu { position: absolute; top: 100%; left: 0; z-index: 50; display: none; min-width: 275px; max-height: 65vh; overflow-y: auto; margin: 0; padding: 8px 0; list-style: none; background: #fff; border-top: 3px solid var(--hpu-red); box-shadow: 0 8px 25px rgb(0 0 0 / 18%); }
.hpu-menu > li:nth-last-child(-n+2) > .hpu-submenu { right: 0; left: auto; }
.hpu-menu li:hover > .hpu-submenu,
.hpu-menu li:focus-within > .hpu-submenu,
.hpu-menu li.is-open > .hpu-submenu { display: block; }
.hpu-submenu li { position: relative; }
.hpu-submenu a { display: block; padding: 10px 18px; border-bottom: 1px solid #eee; color: #555; text-decoration: none; font-size: 13px; }
.hpu-submenu a:hover { color: var(--hpu-red); background: #f6f6f6; }
.hpu-submenu .hpu-submenu { top: -3px; left: 100%; }
.hpu-mobile-toggle { display: none; width: 100%; min-height: 56px; align-items: center; justify-content: space-between; border: 0; background: var(--hpu-red); color: #fff; padding: 0 18px; font-weight: 700; }
.hpu-menu > .hpu-mobile-menu-header, .hpu-menu > .hpu-mobile-menu-footer { display: none !important; }
.hpu-mobile-menu-backdrop { display: none; }

/* Mega menu */
.hpu-nav { position: relative; }
.hpu-menu > li.hpu-mega-item { position: static; }
.hpu-mega-trigger { gap: 7px; }
.hpu-mega-trigger svg { flex: 0 0 15px; width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.hpu-mega-item.is-open .hpu-mega-trigger { background: var(--hpu-red-dark); }
.hpu-mega-item.is-open .hpu-mega-trigger svg { transform: rotate(180deg); }
.hpu-mega-panel { position: absolute; top: calc(100% + 10px); left: 50%; z-index: 65; width: min(calc(100vw - 32px), var(--hpu-container)); padding: 10px; border: 1px solid #e2e4e8; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgb(17 19 24 / 20%); opacity: 0; visibility: hidden; transform: translate(-50%, -9px); transition: opacity .2s ease, visibility .2s ease, transform .25s cubic-bezier(.2,.8,.2,1); }
.hpu-mega-item.is-open .hpu-mega-panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.hpu-mega-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr) 260px; min-height: 305px; overflow: hidden; border-radius: 12px; }
.hpu-mega-intro { display: flex; flex-direction: column; padding: 28px 24px; background: linear-gradient(145deg, #87000d, #b60013); color: #fff; }
.hpu-mega-intro-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 30px; border: 1px solid rgb(255 255 255 / 20%); border-radius: 11px; background: rgb(255 255 255 / 10%); }
.hpu-mega-intro-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hpu-mega-intro > span:not(.hpu-mega-intro-icon) { margin-bottom: 7px; color: rgb(255 255 255 / 67%); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hpu-mega-intro h2 { margin: 0; color: #fff; font-size: 21px; font-weight: 750; letter-spacing: -.035em; line-height: 1.15; }
.hpu-mega-intro p { margin: 11px 0 22px; color: rgb(255 255 255 / 72%); font-size: 11px; line-height: 1.55; }
.hpu-mega-intro a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.hpu-mega-intro a svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.hpu-mega-intro a:hover svg { transform: translateX(3px); }
.hpu-mega-categories { padding: 26px 28px; }
.hpu-mega-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.hpu-mega-heading strong { color: var(--hpu-ink); font-size: 13px; }
.hpu-mega-heading span { color: #9298a2; font-size: 9px; }
.hpu-mega-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 9px; }
.hpu-mega-category { display: flex; min-width: 0; align-items: center; gap: 11px; padding: 10px; border: 1px solid transparent; border-radius: 10px; color: var(--hpu-ink); text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.hpu-mega-category:hover { border-color: #e4d1d4; background: #fbf6f7; transform: translateX(2px); }
.hpu-mega-category-mark { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: #f3f4f6; color: var(--hpu-red); font-size: 11px; font-weight: 800; }
.hpu-mega-category-copy { display: grid; min-width: 0; gap: 3px; }
.hpu-mega-category-copy strong { overflow: hidden; color: #2a2e34; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.hpu-mega-category-copy small { overflow: hidden; color: #8a9099; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.hpu-mega-category > svg { flex: 0 0 14px; width: 14px; height: 14px; margin-left: auto; fill: none; stroke: #a8acb3; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hpu-mega-quick { margin-top: 20px; padding-top: 17px; border-top: 1px solid #eceef1; }
.hpu-mega-quick > span { display: block; margin-bottom: 10px; color: #9298a2; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hpu-mega-quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.hpu-mega-quick-grid a { display: flex; min-width: 0; align-items: center; gap: 8px; padding: 8px; border: 1px solid #e7e9ed; border-radius: 9px; color: #333840; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.hpu-mega-quick-grid a:hover { border-color: #dec4c8; box-shadow: 0 7px 18px rgb(17 19 24 / 7%); transform: translateY(-2px); }
.hpu-mega-quick-grid a > span { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; padding: 4px; border-radius: 7px; background: #f2f3f5; }
.hpu-mega-quick-grid img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hpu-mega-quick-grid strong { display: -webkit-box; overflow: hidden; font-size: 8px; font-weight: 650; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hpu-mega-featured { display: flex; flex-direction: column; margin: 12px; padding: 15px; border: 1px solid #e3e5e9; border-radius: 13px; background: linear-gradient(145deg, #f8f9fa, #eff1f3); }
.hpu-mega-featured > span { color: var(--hpu-red); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hpu-mega-featured-image { display: grid; height: 160px; place-items: center; padding: 13px; }
.hpu-mega-featured-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.hpu-mega-featured:hover .hpu-mega-featured-image img { transform: scale(1.05); }
.hpu-mega-featured strong { color: var(--hpu-ink); font-size: 11px; line-height: 1.4; }
.hpu-mega-featured small { margin-top: 5px; color: #898f98; font-size: 8px; }
.hpu-mega-featured a { position: absolute; inset: 0; border-radius: inherit; }
.hpu-mega-featured { position: relative; }
.hpu-mega-panel.is-all .hpu-mega-layout { grid-template-columns: 220px 1fr; }
.hpu-mega-panel.is-all .hpu-mega-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hpu-mega-backdrop { position: fixed; inset: 0; z-index: 55; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgb(17 19 24 / 32%); opacity: 0; visibility: hidden; backdrop-filter: blur(2px); transition: opacity .2s ease, visibility .2s ease; }
.hpu-site-header.is-mega-open .hpu-mega-backdrop { opacity: 1; visibility: visible; }
.hpu-head-main { position: relative; z-index: 80; }
.hpu-nav-wrap { position: relative; z-index: 60; }

/* Home */
.hpu-home { overflow: hidden; }
.hpu-hero { position: relative; width: 100%; overflow: hidden; background: #111318; }
.hpu-slides { position: relative; width: 100%; aspect-ratio: 2000 / 589; overflow: hidden; }
.hpu-slide { position: absolute; inset: 0; display: block; opacity: 0; pointer-events: none; transform: scale(1.018); transition: opacity .65s ease, transform 1s ease; }
.hpu-slide.is-active { opacity: 1; pointer-events: auto; transform: scale(1); }
.hpu-slide::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 -70px 80px -65px rgb(0 0 0 / 70%); pointer-events: none; }
.hpu-slide picture { display: block; width: 100%; height: 100%; }
.hpu-slide img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hpu-hero-arrow { position: absolute; top: 50%; z-index: 4; display: grid; place-items: center; width: 50px; height: 50px; padding: 0; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; background: rgb(14 16 20 / 58%); color: #fff; transform: translateY(-50%); backdrop-filter: blur(8px); cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.hpu-hero-arrow:hover { border-color: #fff; background: var(--hpu-red); transform: translateY(-50%) scale(1.06); }
.hpu-hero-arrow svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hpu-hero-arrow.prev { left: 10px; }
.hpu-hero-arrow.next { right: 10px; }
.hpu-hero-controls { position: absolute; bottom: 18px; left: 50%; z-index: 4; display: flex; align-items: center; padding: 12px 15px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 99px; background: rgb(14 16 20 / 64%); transform: translateX(-50%); backdrop-filter: blur(9px); }
.hpu-hero-dots { display: flex; align-items: center; gap: 8px; }
.hpu-hero-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgb(255 255 255 / 55%); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hpu-hero-dot.is-active { width: 25px; background: #fff; }

.hpu-showcases { padding: 72px 0 80px; scroll-margin-top: 24px; background: #f4f5f7; }
.hpu-showcase { position: relative; margin: 0 auto 76px; }
.hpu-showcase:last-child { margin-bottom: 0; }
.hpu-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.hpu-showcase-kicker { display: block; margin-bottom: 7px; color: var(--hpu-red); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hpu-showcase-title { margin: 0; color: var(--hpu-ink); font-size: clamp(25px, 2.5vw, 34px); font-weight: 750; letter-spacing: -.035em; line-height: 1.12; }
.hpu-showcase-heading p { margin: 8px 0 0; color: #717783; font-size: 15px; line-height: 1.5; }
.hpu-showcase-navigation { display: flex; gap: 9px; flex: 0 0 auto; }
.hpu-showcase-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #d8dbe0; border-radius: 50%; background: #fff; color: var(--hpu-ink); cursor: pointer; box-shadow: 0 4px 14px rgb(17 19 24 / 6%); transition: color .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease; }
.hpu-showcase-arrow:hover:not(:disabled) { border-color: var(--hpu-red); color: var(--hpu-red); transform: translateY(-2px); }
.hpu-showcase-arrow:disabled { opacity: .35; cursor: default; box-shadow: none; }
.hpu-showcase-arrow svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hpu-products { display: flex; gap: 20px; overflow-x: auto; padding: 6px 4px 22px; margin: -6px -4px -22px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.hpu-products::-webkit-scrollbar { display: none; }
.hpu-product-card { flex: 0 0 calc((100% - 60px) / 4); min-width: 0; overflow: hidden; border: 1px solid #e0e2e6; border-radius: 17px; background: #fff; scroll-snap-align: start; box-shadow: 0 5px 20px rgb(17 19 24 / 5%); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.hpu-product-card:hover { border-color: #cfd2d8; box-shadow: 0 18px 42px rgb(17 19 24 / 12%); transform: translateY(-5px); }
.hpu-product-link { display: flex; min-height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.hpu-product-image { position: relative; display: grid; place-items: center; height: 245px; overflow: hidden; padding: 24px; background: linear-gradient(145deg, #f7f8f9, #edeff2); }
.hpu-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.hpu-product-card:hover .hpu-product-image img { transform: scale(1.055); }
.hpu-product-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 4px 14px; border: 1px solid #e5d2d4; border-radius: 99px; background: rgb(255 255 255 / 90%); color: var(--hpu-red); font-size: 11px; font-weight: 700; line-height: 1.2; backdrop-filter: blur(6px); }
.hpu-product-body { display: flex; flex: 1; flex-direction: column; padding: 21px 21px 20px; text-align: left; }
.hpu-product-code { color: #8a8f98; font-size: 12px; font-weight: 600; }
.hpu-product-name { min-height: 48px; margin: 8px 0 23px; color: var(--hpu-ink); font-size: 15px; font-weight: 650; line-height: 1.52; }
.hpu-product-more { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid #eceef1; color: var(--hpu-red); font-size: 13px; font-weight: 750; }
.hpu-product-more svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.hpu-product-card:hover .hpu-product-more svg { transform: translateX(3px); }

/* Rodapé */
.hpu-newsletter { position: relative; isolation: isolate; padding: 58px 0; overflow: hidden; color: #fff; background-color: #350006; background-position: center 42%; background-size: cover; background-repeat: no-repeat; }
.hpu-newsletter::before { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(100deg, rgb(20 0 3 / 94%) 0%, rgb(90 0 11 / 88%) 50%, rgb(20 0 3 / 92%) 100%); }
.hpu-newsletter-grid { display: grid; grid-template-columns: 1fr minmax(390px, .85fr); align-items: center; gap: 68px; }
.hpu-newsletter-copy > span { display: block; margin-bottom: 9px; color: #ffadb7; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hpu-newsletter h2 { margin: 0 0 9px; color: #fff !important; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(27px, 3vw, 38px); font-weight: 750; letter-spacing: -.035em; line-height: 1.1; }
.hpu-newsletter p { max-width: 560px; margin: 0; color: rgb(255 255 255 / 76%); font-size: 15px; line-height: 1.6; }
.hpu-newsletter-form { display: flex; width: 100%; min-height: 54px; padding: 5px; border: 1px solid rgb(255 255 255 / 20%); border-radius: 11px; background: #fff; box-shadow: 0 18px 40px rgb(0 0 0 / 20%); }
.hpu-newsletter-form input { flex: 1; min-width: 0; border: 0; border-radius: 8px; padding: 0 15px; color: var(--hpu-ink); font-family: inherit; font-size: 14px; outline: none; }
.hpu-newsletter-form button { min-width: 132px; border: 0; border-radius: 8px; background: var(--hpu-red); color: #fff; font-family: inherit; font-weight: 700; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.hpu-newsletter-form button:hover { background: var(--hpu-red-bright); transform: translateY(-1px); }
.hpu-newsletter-note { display: block; margin-top: 9px; color: rgb(255 255 255 / 58%); font-size: 11px; }
.hpu-footer-main { padding: 62px 0 56px; background: var(--hpu-ink); }
.hpu-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1.25fr 1.15fr; gap: 52px; }
.hpu-footer-main h3 { margin: 0 0 20px; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.hpu-footer-main ul { margin: 0; padding: 0; list-style: none; }
.hpu-footer-main li { margin-bottom: 12px; color: #aeb3bd; font-size: 13px; line-height: 1.55; }
.hpu-site-footer .hpu-footer-main a { color: #aeb3bd; text-decoration: none; }
.hpu-site-footer .hpu-footer-main a:hover { color: #fff; }
.hpu-footer-brand img { display: block; width: 145px; height: auto; padding: 12px 15px; border-radius: 10px; background: #fff; }
.hpu-footer-brand p { max-width: 285px; margin: 20px 0; color: #9298a3; font-size: 13px; line-height: 1.65; }
.hpu-footer-instagram { display: inline-flex; align-items: center; gap: 8px; color: #d6d9df; font-size: 13px; font-weight: 600; }
.hpu-footer-instagram svg { width: 19px; height: 19px; fill: currentColor; }
.hpu-footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.hpu-footer-contact svg { flex: 0 0 20px; width: 20px; height: 20px; fill: #e04859; }
.hpu-site-footer .hpu-footer-contact a { color: #d6d9df; }
.hpu-security-badge { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 12px; background: rgb(255 255 255 / 5%); color: #fff; }
.hpu-security-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 10px; background: rgb(37 169 90 / 13%); color: #48cf7d; }
.hpu-security-icon svg { width: 25px; height: 25px; fill: currentColor; }
.hpu-security-badge > span:last-child { display: grid; gap: 4px; }
.hpu-security-badge strong { font-size: 13px; line-height: 1.3; }
.hpu-security-badge small { color: #9298a3; font-size: 11px; line-height: 1.4; }
.hpu-footer-bottom { padding: 20px 0; border-top: 1px solid rgb(255 255 255 / 7%); background: #0b0d10; color: #777e88; font-size: 11px; }
.hpu-footer-bottom .hpu-container { display: flex; justify-content: space-between; gap: 24px; }
.hpu-site-footer .hpu-footer-bottom a { color: #aeb3bd; text-decoration: none; }
.hpu-whatsapp-float { position: fixed; right: 28px; bottom: 28px; z-index: 99; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border: 1px solid rgb(255 255 255 / 32%); border-radius: 50%; background: #20b95c; color: #fff; box-shadow: 0 8px 24px rgb(17 19 24 / 18%); transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background-color .2s ease; text-decoration: none; }
.hpu-whatsapp-float:hover { background: #20ba5a; transform: scale(1.08) translateY(-2px); box-shadow: 0 10px 28px rgb(37 211 102 / 50%), 0 4px 10px rgb(0 0 0 / 16%); }
.hpu-whatsapp-float .hpu-whatsapp-icon { display: block; width: 38px; height: 38px; background-color: #fff; -webkit-mask: url("assets/icons/whatsapp.svg") center / contain no-repeat; mask: url("assets/icons/whatsapp.svg") center / contain no-repeat; }

@media (max-width: 900px) {
	.hpu-head-main { min-height: 144px; grid-template-columns: 1fr auto; gap: 18px 24px; padding-block: 18px; }
	.hpu-logo { justify-self: start; }
	.hpu-logo img { width: 145px; }
	.hpu-search { grid-column: 1 / -1; grid-row: 2; width: 100%; }
	.hpu-header-whatsapp { justify-self: end; }
	.hpu-mobile-toggle { display: flex; }
	.hpu-menu { display: none; grid-template-columns: 1fr; }
	.hpu-nav.is-open .hpu-menu { display: grid; }
	.hpu-menu > li { display: block; }
	.hpu-menu > li > a, .hpu-menu > li > button { min-height: 48px; justify-content: flex-start; text-align: left; }
	.hpu-submenu, .hpu-submenu .hpu-submenu { position: static; max-height: none; box-shadow: none; border-top: 0; }
	.hpu-nav { width: 100%; }
	.hpu-menu { max-height: calc(100vh - 180px); overflow-y: auto; background: #fff; }
	.hpu-menu > li > a, .hpu-menu > li > button { min-height: 54px; padding-inline: 20px; background: #fff; color: var(--hpu-ink); border-bottom: 1px solid #eceef1; }
	.hpu-menu > li:hover > a, .hpu-menu > li:focus-within > a, .hpu-menu > li:hover > button, .hpu-mega-item.is-open .hpu-mega-trigger { background: #f8f9fa; color: var(--hpu-red); }
	.hpu-mega-trigger { justify-content: space-between !important; }
	.hpu-mega-panel { position: static; width: 100%; max-height: 0; padding: 0; overflow: hidden; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .4s ease; }
	.hpu-mega-item.is-open .hpu-mega-panel { max-height: 1400px; transform: none; }
	.hpu-mega-layout, .hpu-mega-panel.is-all .hpu-mega-layout { grid-template-columns: 1fr; min-height: 0; border-radius: 0; }
	.hpu-mega-intro { padding: 20px; }
	.hpu-mega-intro-icon, .hpu-mega-intro p { display: none; }
	.hpu-mega-intro h2 { font-size: 17px; }
	.hpu-mega-intro a { margin-top: 12px; }
	.hpu-mega-categories { padding: 17px 14px 20px; }
	.hpu-mega-category-grid, .hpu-mega-panel.is-all .hpu-mega-category-grid { grid-template-columns: 1fr; }
	.hpu-mega-category { border-bottom-color: #eceef1; border-radius: 7px; }
	.hpu-mega-featured { display: none; }
	.hpu-mega-quick { display: none; }
	.hpu-mega-backdrop { display: none; }
	.hpu-product-card { flex-basis: calc((100% - 20px) / 2); }
	.hpu-newsletter-grid { grid-template-columns: 1fr; gap: 28px; }
	.hpu-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 42px; }
}

/* Menu multinível refinado */
.hpu-menu > .hpu-standard-item > .hpu-nav-link { justify-content: center; padding-inline: 13px 0; font-size: 11px; }
.hpu-dropdown-toggle > span { position: relative; display: block; width: 12px; height: 12px; transition: transform .2s ease; }
.hpu-dropdown-toggle > span::before, .hpu-dropdown-toggle > span::after { position: absolute; top: 5px; width: 6px; height: 1.5px; border-radius: 2px; background: currentColor; content: ""; }
.hpu-dropdown-toggle > span::before { left: 1px; transform: rotate(38deg); }
.hpu-dropdown-toggle > span::after { right: 1px; transform: rotate(-38deg); }
.hpu-has-dropdown.is-open > .hpu-dropdown-toggle > span { transform: rotate(180deg); }
.hpu-flyout-toggle > span { display: block; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translate(-1px, -1px); transition: transform .2s ease; }
.hpu-standard-dropdown { width: 300px; padding: 7px; border-top-width: 2px; border-radius: 0 0 11px 11px; }
.hpu-dropdown-row { display: grid; grid-template-columns: minmax(0, 1fr) 38px; align-items: stretch; border-radius: 8px; transition: background .16s ease; }
.hpu-dropdown-row:hover { background: #f7f7f8; }
.hpu-dropdown-row > a { display: flex; min-width: 0; align-items: center; padding: 10px 8px 10px 11px; color: #343941; text-decoration: none; }
.hpu-dropdown-row > a > span { display: grid; min-width: 0; gap: 2px; }
.hpu-standard-dropdown .hpu-dropdown-row strong { overflow: hidden; color: #2f343b; font-size: 13px; font-weight: 650; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.hpu-standard-dropdown .hpu-dropdown-row small { color: #858b94; font-size: 10px; line-height: 1.35; }
.hpu-flyout-toggle { display: grid; width: 38px; min-width: 38px; place-items: center; padding: 0; border: 0; border-radius: 7px; background: transparent; color: #8d929a; cursor: pointer; }
.hpu-flyout-toggle:hover { color: var(--hpu-red); background: #f3eaeb; }
.hpu-flyout-toggle > span { transform: rotate(-45deg); }
.hpu-dropdown-branch.is-open > .hpu-dropdown-row .hpu-flyout-toggle > span { transform: rotate(135deg); }
.hpu-standard-flyout { position: absolute; top: -2px; left: calc(100% + 8px); z-index: 72; display: block; width: 330px; max-height: min(66vh, 560px); overflow-y: auto; margin: 0; padding: 7px; list-style: none; border: 1px solid #e1e3e7; border-top: 2px solid var(--hpu-red); border-radius: 0 0 11px 11px; background: #fff; box-shadow: 0 20px 50px rgb(17 19 24 / 17%); opacity: 0; visibility: hidden; transform: translateX(-7px); scrollbar-color: #c9cdd3 transparent; scrollbar-width: thin; transition: opacity .17s ease, visibility .17s ease, transform .2s ease; }
.hpu-menu > li:nth-child(n+4) .hpu-standard-flyout { right: calc(100% + 8px); left: auto; transform: translateX(7px); }
.hpu-has-flyout:hover > .hpu-standard-flyout, .hpu-has-flyout:focus-within > .hpu-standard-flyout, .hpu-has-flyout.is-open > .hpu-standard-flyout { opacity: 1; visibility: visible; transform: translateX(0); }
.hpu-flyout-heading { position: sticky; top: -7px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 4px; padding: 11px 10px; border-bottom: 1px solid #eceef1; background: #fff; }
.hpu-flyout-heading span { color: #4b525c; font-size: 11px; font-weight: 750; }
.hpu-flyout-heading a { color: var(--hpu-red); font-size: 10px; font-weight: 700; text-decoration: none; }
.hpu-standard-flyout > li:not(.hpu-flyout-heading) > a { display: flex; min-height: 44px; align-items: center; justify-content: flex-start; gap: 0; width: 100%; padding: 9px 10px; border-radius: 7px; color: #414750; font-size: 12px; font-weight: 600; line-height: 1.4; text-decoration: none; transition: color .15s ease, background .15s ease, padding .15s ease; }
.hpu-standard-flyout > li:not(.hpu-flyout-heading) > a:hover { padding-left: 13px; background: #faf3f4; color: var(--hpu-red); }
.hpu-standard-flyout > li > a > small, .hpu-standard-flyout > li > a > span { display: none; }
.hpu-dropdown-icon, .hpu-dropdown-arrow, .hpu-menu > .hpu-standard-item > .hpu-nav-link > i { display: none !important; }

@media (max-width: 900px) {
	.hpu-menu > .hpu-standard-item > .hpu-nav-link { justify-content: flex-start; padding-inline: 20px 10px; font-size: 12px; }
	.hpu-dropdown-row { grid-template-columns: minmax(0, 1fr) 48px; }
	.hpu-dropdown-row > a { min-height: 54px; padding-left: 14px; }
	.hpu-flyout-toggle { width: 48px; min-width: 48px; }
	.hpu-flyout-toggle > span { transform: rotate(45deg) translate(-1px, -1px); }
	.hpu-dropdown-branch.is-open > .hpu-dropdown-row .hpu-flyout-toggle > span { transform: rotate(225deg) translate(-1px, -1px); }
	.hpu-standard-flyout { position: static; width: 100%; max-height: 0; overflow: hidden; padding: 0 8px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .35s ease, padding .35s ease; }
	.hpu-has-flyout:hover > .hpu-standard-flyout, .hpu-has-flyout:focus-within > .hpu-standard-flyout { max-height: 0; padding-block: 0; }
	.hpu-has-flyout.is-open > .hpu-standard-flyout { max-height: 580px; overflow-y: auto; padding-block: 6px 10px; transform: none; }
	.hpu-flyout-heading { top: -6px; }
	.hpu-standard-flyout > li:not(.hpu-flyout-heading) > a { min-height: 44px; padding-left: 12px; }
}

/* Menu tradicional */
.hpu-menu > .hpu-standard-item { position: relative; display: flex; min-width: 0; }
.hpu-menu > .hpu-standard-item > .hpu-nav-link { min-width: 0; gap: 7px; padding-right: 0; font-family: "Plus Jakarta Sans", Arial, sans-serif !important; font-size: 11px; font-weight: 650; }
.hpu-menu > .hpu-standard-item > .hpu-nav-link > i { flex: 0 0 16px; font-size: 16px; opacity: .9; }
.hpu-dropdown-toggle { display: grid !important; flex: 0 0 21px !important; width: 21px; min-width: 21px; place-items: center; padding: 0 !important; font-family: "Plus Jakarta Sans", Arial, sans-serif !important; }
.hpu-dropdown-toggle i { font-size: 11px; transition: transform .2s ease; }
.hpu-has-dropdown.is-open > .hpu-dropdown-toggle i { transform: rotate(180deg); }
.hpu-standard-dropdown { position: absolute; top: 100%; left: 0; z-index: 70; display: block; width: 310px; margin: 0; padding: 8px; list-style: none; border: 1px solid #e1e3e7; border-top: 3px solid var(--hpu-red); border-radius: 0 0 13px 13px; background: #fff; box-shadow: 0 20px 50px rgb(17 19 24 / 18%); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: opacity .18s ease, visibility .18s ease, transform .22s ease; }
.hpu-standard-more .hpu-standard-dropdown { right: 0; left: auto; }
.hpu-has-dropdown:hover > .hpu-standard-dropdown, .hpu-has-dropdown:focus-within > .hpu-standard-dropdown, .hpu-has-dropdown.is-open > .hpu-standard-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.hpu-dropdown-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 5px; padding: 10px 10px 11px; border-bottom: 1px solid #eceef1; }
.hpu-dropdown-heading > span { color: #717781; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hpu-dropdown-heading > a { color: var(--hpu-red); font-size: 10px; font-weight: 700; text-decoration: none; }
.hpu-standard-dropdown > li:not(.hpu-dropdown-heading) > a { display: flex; align-items: center; gap: 10px; min-height: 55px; padding: 8px 9px; border-radius: 9px; color: #333840; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.hpu-standard-dropdown > li:not(.hpu-dropdown-heading) > a:hover { background: #faf3f4; color: var(--hpu-red); transform: translateX(2px); }
.hpu-dropdown-icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 8px; background: #f2f3f5; color: var(--hpu-red); font-size: 17px; }
.hpu-standard-dropdown a > span:nth-child(2) { display: grid; min-width: 0; gap: 2px; }
.hpu-standard-dropdown a strong { overflow: hidden; color: #30343b; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.hpu-standard-dropdown a small { color: #9298a1; font-size: 8px; }
.hpu-dropdown-arrow { flex: 0 0 12px; margin-left: auto; color: #a7abb2; font-size: 12px; }

@media (max-width: 900px) {
	.hpu-menu > .hpu-standard-item { display: grid; grid-template-columns: minmax(0, 1fr) 54px; }
	.hpu-menu > .hpu-standard-item > .hpu-nav-link { min-height: 54px; justify-content: flex-start; padding: 0 10px 0 20px; border-bottom: 1px solid #eceef1; background: #fff; color: var(--hpu-ink); font-size: 12px; }
	.hpu-menu > .hpu-standard-item > .hpu-nav-link > i { color: var(--hpu-red); font-size: 18px; }
	.hpu-dropdown-toggle { width: 54px; min-width: 54px; border-bottom: 1px solid #eceef1 !important; background: #fff !important; color: #59606a !important; }
	.hpu-standard-dropdown { position: static; grid-column: 1 / -1; width: 100%; max-height: 0; overflow: hidden; padding: 0 12px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .35s ease, padding .35s ease; }
	.hpu-has-dropdown:hover > .hpu-standard-dropdown, .hpu-has-dropdown:focus-within > .hpu-standard-dropdown { max-height: 0; padding-block: 0; }
	.hpu-has-dropdown.is-open > .hpu-standard-dropdown { max-height: 900px; padding-block: 8px 13px; }
	.hpu-dropdown-heading { padding-inline: 8px; }
	.hpu-standard-dropdown > li:not(.hpu-dropdown-heading) > a { min-height: 58px; }
}

@media (max-width: 600px) {
	.hpu-container { width: min(calc(100% - 24px), var(--hpu-container)); }
	.hpu-head-main { min-height: 132px; gap: 15px; padding-block: 14px; }
	.hpu-logo img { width: 132px; }
	.hpu-header-whatsapp { width: 48px; min-height: 48px; justify-content: center; padding: 0; border-color: #d3d6dc; }
	.hpu-header-whatsapp span { display: none; }
	.hpu-search { height: 48px; }
	.hpu-search input { padding-inline: 14px; font-size: 14px; }
	.hpu-search-preview { top: calc(100% + 7px); padding: 6px; }
	.hpu-search-result { min-height: 66px; grid-template-columns: 52px minmax(0, 1fr); padding: 7px; }
	.hpu-search-result-image { width: 52px; height: 52px; }
	.hpu-search-result-code { display: none; }
	.hpu-search-result-copy strong { font-size: 11px; }
	.hpu-slides { aspect-ratio: 2000 / 589; }
	.hpu-hero-arrow { width: 42px; height: 42px; }
	.hpu-hero-arrow.prev { left: 10px; }
	.hpu-hero-arrow.next { right: 10px; }
	.hpu-hero-controls { bottom: 12px; }
	.hpu-showcases { padding: 46px 0 58px; }
	.hpu-showcase { margin-bottom: 58px; }
	.hpu-showcase-heading { align-items: center; margin-bottom: 22px; }
	.hpu-showcase-heading p { max-width: 230px; font-size: 14px; }
	.hpu-showcase-navigation { gap: 7px; }
	.hpu-showcase-arrow { width: 40px; height: 40px; }
	.hpu-products { gap: 14px; }
	.hpu-product-card { flex-basis: min(82vw, 315px); }
	.hpu-product-image { height: 230px; }
	.hpu-product-name { min-height: 0; font-size: 15px; }
	.hpu-footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.hpu-newsletter { padding: 44px 0; }
	.hpu-newsletter-form { min-height: 0; flex-direction: column; gap: 7px; padding: 7px; }
	.hpu-newsletter-form input, .hpu-newsletter-form button { width: 100%; height: 46px; }
	.hpu-footer-main { padding: 48px 0 44px; }
	.hpu-footer-bottom .hpu-container { flex-direction: column; align-items: center; gap: 7px; text-align: center; }
	.hpu-whatsapp-float { width: 58px; height: 58px; right: 16px; bottom: 16px; }
}

/* Páginas institucionais */
.hpu-info-page { background: #f5f6f8; color: var(--hpu-ink); }
.hpu-info-hero { position: relative; padding: 30px 0 68px; border-bottom: 1px solid #e5e7eb; background: #fff; }
.hpu-info-hero::after { display: none; }
.hpu-info-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 44px; color: #7b828d; font-size: 12px; }
.hpu-info-breadcrumb a { color: inherit; text-decoration: none; }
.hpu-info-breadcrumb a:hover { color: var(--hpu-red); }
.hpu-info-breadcrumb span { color: #b4b8bf; }
.hpu-info-hero-copy { position: relative; z-index: 1; max-width: 850px; }
.hpu-info-eyebrow { display: block; margin-bottom: 12px; color: var(--hpu-red); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hpu-info-hero h1 { max-width: 800px; margin: 0; color: #111318; font-size: clamp(38px, 5vw, 64px); font-weight: 800; letter-spacing: -.055em; line-height: 1.02; }
.hpu-info-hero p { max-width: 720px; margin: 20px 0 0; color: #646c78; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.65; }
.hpu-info-main { padding: 64px 0 84px; }
.hpu-info-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 42px; }
.hpu-info-content { min-width: 0; padding: clamp(26px, 4vw, 54px); border: 1px solid #e0e3e7; border-radius: 22px; background: #fff; box-shadow: 0 14px 45px rgb(17 19 24 / 5%); }
.hpu-info-content > :first-child { margin-top: 0; }
.hpu-info-content > :last-child { margin-bottom: 0; }
.hpu-info-content h2 { margin: 46px 0 14px; color: #171a1f; font-size: clamp(23px, 2.4vw, 31px); font-weight: 780; letter-spacing: -.035em; line-height: 1.18; }
.hpu-info-content h3 { margin: 30px 0 10px; color: #252a31; font-size: 18px; font-weight: 750; }
.hpu-info-content p, .hpu-info-content li { color: #5e6672; font-size: 15px; line-height: 1.75; }
.hpu-info-content p { margin: 0 0 18px; }
.hpu-info-content ul, .hpu-info-content ol { margin: 0 0 24px; padding-left: 20px; }
.hpu-info-content li + li { margin-top: 8px; }
.hpu-info-content a { color: var(--hpu-red); font-weight: 700; }
.hpu-info-lead { color: #252a31 !important; font-size: 19px !important; font-weight: 600; line-height: 1.65 !important; }
.hpu-info-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 26px 0 8px; }
.hpu-info-card { padding: 22px; border: 1px solid #e4e6ea; border-radius: 14px; background: #fafbfc; }
.hpu-info-card strong { display: block; margin-bottom: 7px; color: #1e2228; font-size: 15px; }
.hpu-info-card p { margin: 0; font-size: 13px; line-height: 1.6; }
.hpu-contact-intro { max-width: 650px; margin-bottom: 30px; }
.hpu-info-content .hpu-contact-intro h2 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 36px); }
.hpu-contact-intro p { margin: 0; }
.hpu-contact-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 42px; }
.hpu-contact-option { display: grid; min-height: 112px; grid-template-columns: 46px minmax(0, 1fr) 24px; align-items: center; gap: 14px; padding: 18px; border: 1px solid #e1e4e8; border-radius: 14px; background: #fff; color: #242930 !important; text-decoration: none; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
a.hpu-contact-option:hover { border-color: #c9cdd3; background: #f7f8f9; transform: translateY(-2px); }
.hpu-contact-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 12px; background: #f1f3f5; color: #3d444d; font-size: 22px; }
.hpu-contact-copy { display: flex; min-width: 0; flex-direction: column; }
.hpu-contact-option small { margin-bottom: 4px; color: #7b838e; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.hpu-contact-option strong { overflow-wrap: anywhere; color: #1c2026; font-size: 15px; line-height: 1.35; }
.hpu-contact-option em { margin-top: 5px; color: #737b86; font-size: 12px; font-style: normal; line-height: 1.4; }
.hpu-contact-action { color: #9aa0a9; font-size: 18px; transition: color .2s ease, transform .2s ease; }
a.hpu-contact-option:hover .hpu-contact-action { color: var(--hpu-red); transform: translate(2px, -2px); }
.hpu-contact-option.is-whatsapp .hpu-contact-icon { background: #eaf8ef; color: #15934e; }
.hpu-contact-option.is-whatsapp strong { color: #117c42; }
.hpu-contact-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; margin: 22px 0 0 !important; padding: 0 !important; list-style: none; }
.hpu-contact-checklist li { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 8px; margin: 0 !important; padding: 0; }
.hpu-contact-checklist li .hgi-stroke { margin-top: 3px; color: #15934e; font-size: 17px; }
.hpu-info-aside { position: sticky; top: 24px; display: grid; gap: 16px; }
.hpu-info-nav, .hpu-info-help { padding: 22px; border: 1px solid #e0e3e7; border-radius: 16px; background: #fff; }
.hpu-info-nav strong { display: block; margin-bottom: 13px; color: #272c33; font-size: 13px; }
.hpu-info-nav ul { display: grid; gap: 3px; margin: 0; padding: 0; list-style: none; }
.hpu-info-nav a { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 8px; color: #5f6772; font-size: 12px; font-weight: 650; text-decoration: none; }
.hpu-info-nav a::after { content: "›"; color: #a2a7af; font-size: 18px; }
.hpu-info-nav a:hover, .hpu-info-nav a.is-current { background: #f7edef; color: var(--hpu-red); }
.hpu-info-help { border: 0; background: #171a1f; color: #fff; }
.hpu-info-help small { display: block; margin-bottom: 6px; color: #ef7885; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hpu-info-help strong { display: block; font-size: 17px; line-height: 1.35; }
.hpu-info-help p { margin: 8px 0 18px; color: #aeb4bd; font-size: 12px; line-height: 1.55; }
.hpu-info-help a { display: flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 9px; background: #20aa5a; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.hpu-info-note { margin: 26px 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: #747c87; font-size: 13px; line-height: 1.65; }
.hpu-contact-checklist + .hpu-info-note { margin-top: 20px; }

@media (max-width: 900px) {
	.hpu-info-hero { padding: 24px 0 48px; }
	.hpu-info-breadcrumb { margin-bottom: 32px; }
	.hpu-info-main { padding: 42px 0 58px; }
	.hpu-info-layout { grid-template-columns: 1fr; gap: 24px; }
	.hpu-info-aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
	.hpu-info-hero { padding: 20px 0 40px; }
	.hpu-info-breadcrumb { margin-bottom: 28px; font-size: 11px; }
	.hpu-info-hero h1 { font-size: 38px; }
	.hpu-info-hero p { margin-top: 15px; font-size: 15px; }
	.hpu-info-main { padding: 28px 0 44px; }
	.hpu-info-content { padding: 24px 20px; border-radius: 16px; }
	.hpu-info-content h2 { margin-top: 36px; font-size: 24px; }
	.hpu-info-content p, .hpu-info-content li { font-size: 14px; }
	.hpu-info-lead { font-size: 16px !important; }
	.hpu-info-card-grid, .hpu-contact-options, .hpu-contact-checklist, .hpu-info-aside { grid-template-columns: 1fr; }
	.hpu-contact-option { min-height: 100px; padding: 16px; }
}

/* Mega menu v2 — Hugeicons */
.hpu-site-header, .hpu-site-header button, .hpu-site-header input, .hpu-site-header a { font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif !important; }
.hpu-menu > li > a, .hpu-menu > li > button { gap: 7px; font-size: 11px; font-weight: 650; }
.hpu-menu > li > a > .hgi-stroke, .hpu-mega-trigger > .hgi-stroke:first-child { flex: 0 0 17px; font-size: 17px; opacity: .88; }
.hpu-mega-trigger .hpu-menu-chevron { flex: 0 0 12px; margin-left: 1px; font-size: 12px; transition: transform .2s ease; }
.hpu-mega-item.is-open .hpu-menu-chevron { transform: rotate(180deg); }
.hpu-mega-v2 { width: min(calc(100vw - 32px), 1080px); padding: 0; overflow: hidden; border: 1px solid #e1e3e7; border-top: 3px solid var(--hpu-red); border-radius: 0 0 16px 16px; background: #fff; box-shadow: 0 24px 65px rgb(17 19 24 / 18%); }
.hpu-mega-v2-top { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 24px; border-bottom: 1px solid #eceef1; background: #fff; }
.hpu-mega-v2-identity { display: flex; min-width: 0; align-items: center; gap: 14px; }
.hpu-mega-v2-identity > span { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; border-radius: 12px; background: #f8ecee; color: var(--hpu-red); font-size: 23px; }
.hpu-mega-v2-identity small { display: block; margin-bottom: 3px; color: var(--hpu-red); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hpu-mega-v2-identity h2 { margin: 0; color: var(--hpu-ink); font-family: "Plus Jakarta Sans", sans-serif; font-size: 18px; font-weight: 750; letter-spacing: -.025em; line-height: 1.15; }
.hpu-mega-v2-identity p { margin: 3px 0 0; color: #858b94; font-size: 9px; }
.hpu-mega-v2-top > a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid #e1e3e7; border-radius: 9px; color: #353a42; font-size: 9px; font-weight: 700; text-decoration: none; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.hpu-mega-v2-top > a:hover { border-color: #d4b5b9; color: var(--hpu-red); transform: translateY(-1px); }
.hpu-mega-v2-top > a i { font-size: 13px; }
.hpu-mega-v2-body { display: grid; grid-template-columns: minmax(0, 1fr) 235px; gap: 20px; padding: 21px 24px 24px; }
.hpu-mega-v2-label { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 11px; }
.hpu-mega-v2-label strong { color: #353a42; font-size: 10px; font-weight: 750; }
.hpu-mega-v2-label span { color: #969ba3; font-size: 8px; }
.hpu-mega-v2 .hpu-mega-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.hpu-mega-v2 .hpu-mega-category { min-height: 68px; gap: 10px; padding: 10px; border: 1px solid #e7e9ed; border-radius: 10px; background: #fff; }
.hpu-mega-v2 .hpu-mega-category:hover { border-color: #d9bfc3; background: #fdf9f9; box-shadow: 0 7px 18px rgb(17 19 24 / 6%); transform: translateY(-2px); }
.hpu-mega-category-icon { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 9px; background: #f2f3f5; color: var(--hpu-red); font-size: 18px; transition: background .2s ease, color .2s ease; }
.hpu-mega-category:hover .hpu-mega-category-icon { background: var(--hpu-red); color: #fff; }
.hpu-mega-v2 .hpu-mega-category-copy { gap: 2px; }
.hpu-mega-v2 .hpu-mega-category-copy strong { color: #30343b; font-size: 9px; font-weight: 700; }
.hpu-mega-v2 .hpu-mega-category-copy small { color: #9298a1; font-size: 8px; }
.hpu-mega-category-arrow { flex: 0 0 13px; margin-left: auto; color: #a6abb3; font-size: 13px; }
.hpu-mega-help { display: flex; min-height: 168px; flex-direction: column; align-items: flex-start; padding: 18px; border-radius: 12px; background: #16191e; color: #fff; }
.hpu-mega-help > i { margin-bottom: 18px; color: #ef5e6d; font-size: 24px; }
.hpu-mega-help small { display: block; margin-bottom: 4px; color: #ef7d89; font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hpu-mega-help strong { display: block; font-size: 12px; line-height: 1.35; }
.hpu-mega-help p { margin: 5px 0 14px; color: #9ea4ae; font-size: 8px; line-height: 1.5; }
.hpu-mega-help a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: #fff; font-size: 8px; font-weight: 700; text-decoration: none; }
.hpu-mega-help a i { font-size: 12px; }

@media (max-width: 900px) {
	body.hpu-mobile-menu-open .hpu-whatsapp-float { display: none; }
	.hpu-menu > li > a, .hpu-menu > li > button { gap: 11px; font-size: 12px; font-weight: 650; }
	.hpu-menu > li > a > .hgi-stroke, .hpu-mega-trigger > .hgi-stroke:first-child { flex-basis: 19px; font-size: 19px; color: var(--hpu-red); opacity: 1; }
	.hpu-mega-trigger .hpu-menu-chevron { margin-left: auto; }
	.hpu-mega-v2 { width: 100%; border-width: 0 0 1px; border-radius: 0; }
	.hpu-mega-v2-top { min-height: 0; padding: 16px 18px; background: #fafafb; }
	.hpu-mega-v2-identity > span { flex-basis: 40px; width: 40px; height: 40px; font-size: 20px; }
	.hpu-mega-v2-identity h2 { font-size: 15px; }
	.hpu-mega-v2-identity p { display: none; }
	.hpu-mega-v2-top > a { padding: 8px; font-size: 0; }
	.hpu-mega-v2-top > a i { font-size: 15px; }
	.hpu-mega-v2-body { grid-template-columns: 1fr; gap: 12px; padding: 15px 14px 18px; }
	.hpu-mega-v2 .hpu-mega-category-grid { grid-template-columns: 1fr; gap: 6px; }
	.hpu-mega-v2 .hpu-mega-category { min-height: 60px; }
	.hpu-mega-help { min-height: 0; padding: 15px; }
	.hpu-mega-help > i { margin-bottom: 9px; }
	.hpu-mega-help p { margin-bottom: 9px; }
}

/* Navegação mobile em drawer */
@media (max-width: 900px) {
	body.hpu-mobile-menu-open { overflow: hidden; }
	body.hpu-mobile-menu-open .hpu-nav-wrap { z-index: 120; }
	.hpu-nav-wrap, .hpu-nav { min-height: 52px; }
	.hpu-mobile-toggle { display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 0 4px; color: #fff; font: 750 13px/1 "Plus Jakarta Sans", sans-serif; }
	.hpu-mobile-menu-icon { display: grid; width: 40px; height: 40px; place-content: center; gap: 4px; border-radius: 9px; background: rgb(255 255 255 / 10%); }
	.hpu-mobile-menu-icon i { display: block; width: 17px; height: 1.5px; border-radius: 2px; background: currentColor; }
	.hpu-mobile-menu-backdrop { position: fixed; inset: 0; z-index: 198; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgb(10 12 16 / 46%); opacity: 0; visibility: hidden; backdrop-filter: blur(2px); cursor: default; transition: opacity .25s ease, visibility .25s ease; }
	body.hpu-mobile-menu-open .hpu-mobile-menu-backdrop { opacity: 1; visibility: visible; }
	.hpu-menu { position: fixed; inset: 0 0 0 auto; z-index: 200; display: flex !important; width: min(90vw, 390px); height: 100dvh; max-height: none; flex-direction: column; overflow-x: hidden; overflow-y: auto; margin: 0; padding: 0 0 max(20px, env(safe-area-inset-bottom)); border-radius: 18px 0 0 18px; background: #fff; box-shadow: -20px 0 55px rgb(10 12 16 / 18%); opacity: 0; visibility: hidden; transform: translateX(102%); overscroll-behavior: contain; transition: transform .3s cubic-bezier(.22,.61,.36,1), opacity .2s ease, visibility .3s ease; }
	.hpu-nav.is-open .hpu-menu { opacity: 1; visibility: visible; transform: translateX(0); }
	.hpu-menu > .hpu-mobile-menu-header { position: sticky !important; top: 0; z-index: 5; display: flex !important; min-height: 82px; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 20px; padding: max(16px, env(safe-area-inset-top)) 18px 14px; border-bottom: 1px solid #e7e9ec; background: rgb(255 255 255 / 96%); backdrop-filter: blur(10px); }
	.hpu-mobile-menu-header > div { display: grid; gap: 3px; }
	.hpu-mobile-menu-header small { color: var(--hpu-red); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
	.hpu-mobile-menu-header strong { color: var(--hpu-ink); font-size: 19px; font-weight: 800; letter-spacing: -.025em; }
	.hpu-menu > .hpu-mobile-menu-header > .hpu-mobile-menu-close { display: grid; width: 42px; height: 42px; min-height: 42px; flex: 0 0 42px; align-self: center; place-items: center; padding: 0; border: 1px solid #dfe2e6; border-radius: 10px; background: #f5f6f7; color: #2e343c; line-height: 0; cursor: pointer; }
	.hpu-mobile-menu-close svg { display: block; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
	.hpu-menu > .hpu-standard-item { display: grid; flex: 0 0 auto; grid-template-columns: minmax(0, 1fr) 58px; margin: 0 12px; border-bottom: 1px solid #eceef1; }
	.hpu-menu > .hpu-standard-item > .hpu-nav-link { min-height: 62px; justify-content: flex-start; padding: 0 10px 0 6px; border: 0; background: #fff; color: #242a31; font-size: 14px; font-weight: 750; text-align: left; }
	.hpu-menu > .hpu-standard-item > .hpu-nav-link:hover,
	.hpu-menu > .hpu-standard-item:focus-within > .hpu-nav-link { background: #fff; color: #111318 !important; }
	.hpu-dropdown-toggle { width: 58px; min-width: 58px; border: 0 !important; background: #fff !important; color: #6e7680 !important; }
	.hpu-dropdown-toggle > span { width: 8px; height: 8px; }
	.hpu-has-dropdown.is-open > .hpu-dropdown-toggle { color: var(--hpu-red) !important; }
	.hpu-standard-dropdown { position: static; grid-column: 1 / -1; width: auto; max-height: 0; overflow: hidden; margin: 0 -2px; padding: 0 8px; border: 0; border-radius: 10px; background: #f5f6f8; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .38s ease, padding .3s ease, margin .3s ease; }
	.hpu-has-dropdown:hover > .hpu-standard-dropdown, .hpu-has-dropdown:focus-within > .hpu-standard-dropdown { max-height: 0; padding-block: 0; }
	.hpu-has-dropdown.is-open > .hpu-standard-dropdown { max-height: 68vh; overflow-y: auto; margin-bottom: 12px; padding-block: 7px 9px; }
	.hpu-dropdown-heading { position: sticky; top: 0; z-index: 2; min-height: 45px; margin: -7px 0 4px; padding: 10px 8px; background: #f5f6f8; }
	.hpu-dropdown-heading > span { font-size: 9px; }
	.hpu-dropdown-heading > a { min-height: 30px; display: inline-flex; align-items: center; padding-inline: 8px; border-radius: 7px; background: #fff; font-size: 9px; }
	.hpu-dropdown-row { grid-template-columns: minmax(0, 1fr) 48px; border-radius: 8px; }
	.hpu-dropdown-row:hover { background: #eceef1; }
	.hpu-dropdown-row > a { min-height: 54px; padding: 9px 8px; }
	.hpu-standard-dropdown .hpu-dropdown-row strong { color: #30363e; font-size: 12px; font-weight: 700; white-space: normal; }
	.hpu-standard-dropdown .hpu-dropdown-row small { margin-top: 2px; font-size: 9px; }
	.hpu-flyout-toggle { width: 48px; min-width: 48px; color: #747c86; }
	.hpu-flyout-toggle:hover { background: #e4e7ea; color: var(--hpu-red); }
	.hpu-standard-flyout { position: static; width: 100%; max-height: 0; overflow: hidden; margin: 0; padding: 0 7px; border: 0; border-radius: 8px; background: #fff; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .35s ease, padding .3s ease; }
	.hpu-has-flyout:hover > .hpu-standard-flyout, .hpu-has-flyout:focus-within > .hpu-standard-flyout { max-height: 0; padding-block: 0; }
	.hpu-has-flyout.is-open > .hpu-standard-flyout { max-height: 52vh; overflow-y: auto; padding-block: 5px 8px; }
	.hpu-flyout-heading { top: -5px; min-height: 43px; padding: 9px 7px; background: #fff; }
	.hpu-standard-flyout > li:not(.hpu-flyout-heading) > a { min-height: 46px; padding: 9px 8px; color: #424a54; font-size: 12px; font-weight: 650; }
	.hpu-standard-flyout > li:not(.hpu-flyout-heading) > a:hover { padding-left: 11px; background: #f1f2f4; color: #252b32; }
	.hpu-menu > .hpu-mobile-menu-footer { display: grid !important; gap: 10px; margin: auto 12px 0; padding: 22px 6px 0; }
	.hpu-mobile-menu-footer span { color: #737b86; font-size: 10px; font-weight: 600; text-align: center; }
	.hpu-menu > .hpu-mobile-menu-footer > a { display: grid; min-height: 48px; flex: 0 0 auto; place-items: center; padding: 0 16px; border: 0; border-radius: 10px; background: #20aa5a; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
	.hpu-menu > .hpu-mobile-menu-footer > a:hover { background: #188c49; color: #fff; }
}

@media (max-width: 600px) {
	.hpu-mobile-toggle { padding-inline: 0; }
	.hpu-whatsapp-float { display: none; }
	.hpu-menu { width: min(92vw, 370px); border-radius: 15px 0 0 15px; }
	.hpu-menu > .hpu-mobile-menu-header { min-height: 78px; padding-right: 16px; padding-left: 18px; }
	.hpu-menu > .hpu-mobile-menu-header > .hpu-mobile-menu-close { width: 40px; height: 40px; min-height: 40px; flex-basis: 40px; }
	.hpu-elementor-hero .hpu-slides { min-height: 0 !important; aspect-ratio: 2 / 3; }
	.hpu-elementor-hero .hpu-slide img { object-fit: contain; object-position: center; }
	.hpu-elementor-hero .hpu-hero-arrow { width: 38px; height: 38px; }
	.hpu-elementor-hero .hpu-hero-arrow.prev { left: 8px; }
	.hpu-elementor-hero .hpu-hero-arrow.next { right: 8px; }
	.hpu-elementor-hero .hpu-hero-controls { bottom: 10px; padding: 9px 12px; }
}
