:root {
  --lhm-wine: #a72f2f;
  --lhm-dark: #852323;
  --lhm-navy: #18243a;
  --lhm-ink: #25303b;
  --lhm-muted: #68727c;
  --lhm-soft: #f6f6f6;
  --lhm-orange: #f26522;
  --lhm-line: #e4e6e8;
}

/* Rodapé institucional completo */
.lhm-footer {
  display: block;
  border-top: 3px solid var(--lhm-wine);
  background: #eee;
  padding: 26px 20px 12px;
  font-size: 12px;
}
.lhm-footer-grid {
  max-width: 1170px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr 1.35fr 1.15fr 1.15fr;
  align-items: center;
  gap: 34px;
}
.lhm-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}
.lhm-footer-brand img {
  width: 135px;
  height: auto;
}
.lhm-footer-brand > strong {
  color: var(--lhm-wine);
  font-size: 20px;
  line-height: 0.8;
}
.lhm-footer-brand small {
  color: #222;
  font-size: 10px;
}
.lhm-footer-brand > b {
  color: #a00000;
  font-size: 10px;
}
.lhm-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 800;
}
.lhm-footer-links > a,
.lhm-footer-links > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.lhm-footer-red {
  color: #9a0000 !important;
}
.lhm-footer-teal {
  color: #008c8c !important;
}
.lhm-footer-copy {
  max-width: 1170px;
  margin: 22px auto 0;
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
  text-align: center;
  color: #707070;
  font-size: 10px;
}
@media (max-width: 1060px) {
  .lhm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 50px;
  }
  .lhm-footer-brand {
    grid-row: span 2;
  }
}
@media (max-width: 700px) {
  .lhm-footer {
    padding: 28px 24px 14px;
  }
  .lhm-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .lhm-footer-brand {
    grid-row: auto;
    align-items: flex-start;
    text-align: left;
  }
  .lhm-footer-links {
    gap: 10px;
  }
}
.lumar-home-moderna {
  margin: 0;
  background: #fff;
  color: var(--lhm-ink);
  font-family: Arial, Helvetica, sans-serif;
}
.lumar-home-moderna * {
  box-sizing: border-box;
}
.lumar-home-moderna a {
  text-decoration: none;
  color: inherit;
}
.lhm-topline {
  height: 7px;
  background: var(--lhm-navy);
}
.lhm-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: 175px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 28px;
  max-width: 1210px;
  margin: auto;
  padding: 10px 20px;
}
.lhm-brand img,
.lhm-brand .custom-logo {
  width: 145px;
  height: auto;
}
.lhm-brand strong {
  color: var(--lhm-wine);
  font-size: 21px;
  line-height: 0.8;
}
.lhm-brand small {
  font-size: 11px;
  color: #222;
}
.lhm-search {
  height: 42px;
  border: 1.5px solid var(--lhm-wine);
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 9px;
}
.lhm-search span {
  color: var(--lhm-wine);
  font-size: 20px;
}
.lhm-search input[type="search"] {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 13px;
  background: transparent;
}
.lhm-actions {
  display: flex;
  gap: 12px;
}
.lhm-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 22px;
  background: var(--lhm-wine);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.lhm-actions .lhm-reseller {
  background: var(--lhm-orange);
}
.lhm-categories {
  background: var(--lhm-wine);
  color: #fff;
  min-height: 42px;
  padding: 0 16px;
}
.lhm-category-menu,
.lhm-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lhm-category-menu {
  max-width: 1210px;
  min-height: 42px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.lhm-category-menu > li {
  position: relative;
}
.lhm-category-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.lhm-category-menu > .menu-item-has-children > a::after {
  content: "⌄";
  margin-left: 7px;
  font-size: 11px;
}
.lhm-submenu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  min-width: 245px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(7px);
  background: #fff;
  color: var(--lhm-ink);
  border: 1px solid var(--lhm-line);
  border-top: 3px solid var(--lhm-wine);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.lhm-submenu .lhm-submenu {
  top: -3px;
  left: 100%;
}
.lhm-submenu li {
  position: relative;
}
.lhm-submenu a {
  min-height: 40px;
  border-right: 0;
  border-bottom: 1px solid #eee;
  padding: 8px 14px;
  line-height: 1.25;
}
.lhm-submenu a:hover,
.lhm-submenu a:focus {
  background: #f7eeee;
  color: var(--lhm-wine);
}
.lhm-category-menu li:hover > .lhm-submenu,
.lhm-category-menu li:focus-within > .lhm-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.lhm-hero {
  max-width: 1210px;
  min-height: 440px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  background: linear-gradient(115deg, var(--lhm-wine), #702525);
  border-radius: 9px;
  overflow: hidden;
  color: #fff;
}
.lhm-hero-copy {
  padding: 55px 48px;
}
.lhm-eyebrow,
.lhm-heading span,
.lhm-revenda span,
.lhm-contact > div > span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 11px;
}
.lhm-eyebrow {
  color: #ffd2d0;
}
.lhm-hero h1 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 14px 0 18px;
}
.lhm-hero-copy > p {
  font-size: 17px;
  line-height: 1.6;
  color: #f5dede;
}
.lhm-hero-actions {
  display: flex;
  gap: 10px;
  margin: 27px 0;
}
.lhm-primary,
.lhm-secondary {
  display: inline-flex;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 13px;
  align-items: center;
}
.lhm-primary {
  background: #fff;
  color: var(--lhm-wine);
}
.lhm-secondary {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}
.lhm-proof {
  display: flex;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  margin-top: 28px;
}
.lhm-proof div {
  display: flex;
  flex-direction: column;
}
.lhm-proof span {
  font-size: 11px;
  color: #eecaca;
}
.lhm-hero-visual {
  background: #f2f2f2;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
}
.lhm-hero-visual > span {
  position: absolute;
  top: 22px;
  left: 22px;
  background: var(--lhm-wine);
  color: #fff;
  padding: 7px 11px;
  font-size: 9px;
  font-weight: 900;
}
.lhm-hero-visual img {
  width: 90%;
  height: 370px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.lhm-hero-visual > div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  background: #fff;
  border-left: 4px solid var(--lhm-wine);
  padding: 13px 16px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}
.lhm-hero-visual b {
  color: var(--lhm-wine);
}
.lhm-hero-visual strong {
  color: var(--lhm-navy);
  font-size: 12px;
}
.lhm-section {
  max-width: 1210px;
  margin: 0 auto;
  padding: 70px 20px;
}
.lhm-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}
.lhm-heading span {
  color: var(--lhm-wine);
}
.lhm-heading h2,
.lhm-revenda h2,
.lhm-contact h2 {
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.1;
  color: var(--lhm-navy);
  margin: 10px 0 0;
}
.lhm-heading > p {
  max-width: 450px;
  color: var(--lhm-muted);
  font-size: 15px;
}
.lhm-heading > a {
  color: var(--lhm-wine);
  font-weight: 800;
  font-size: 13px;
}
.lhm-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.lhm-solution-grid > a {
  min-height: 175px;
  border: 1px solid var(--lhm-line);
  border-top: 4px solid var(--lhm-wine);
  display: flex;
  flex-direction: column;
  padding: 22px;
}
.lhm-solution-grid small {
  color: var(--lhm-wine);
  font-weight: 900;
}
.lhm-solution-grid h3 {
  font-size: 20px;
  color: var(--lhm-navy);
  margin: 20px 0 7px;
}
.lhm-solution-grid p {
  color: var(--lhm-muted);
  font-size: 13px;
}
.lhm-solution-grid b {
  margin-top: auto;
  align-self: flex-end;
  color: var(--lhm-wine);
}
.lhm-products {
  max-width: none;
  background: var(--lhm-soft);
  border-top: 1px solid #ececec;
}
.lhm-products-white {
  background: #fff;
}
.lhm-products > .lhm-heading,
.lhm-product-grid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.lhm-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.lhm-product-card {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  overflow: hidden;
}
.lhm-product-media {
  height: 220px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 16px;
  overflow: hidden;
}
.lhm-product-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 188px;
  object-fit: contain;
  object-position: center;
}
.lhm-product-body {
  padding: 20px;
}
.lhm-product-body > span {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--lhm-wine);
  font-weight: 900;
}
.lhm-product-body h3 {
  font-size: 19px;
  color: var(--lhm-navy);
  margin: 7px 0 9px;
}
.lhm-product-body p {
  color: var(--lhm-muted);
  font-size: 13px;
  line-height: 1.55;
  min-height: 58px;
}
.lhm-product-body > a {
  color: var(--lhm-wine);
  font-weight: 900;
  font-size: 12px;
}
.lhm-trust {
  max-width: 1170px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 38px 20px;
}
.lhm-trust > div {
  display: flex;
  gap: 12px;
  padding: 0 24px;
  border-right: 1px solid var(--lhm-line);
}
.lhm-trust > div:last-child {
  border: 0;
}
.lhm-trust b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef7f2;
  color: #138550;
}
.lhm-trust span {
  display: flex;
  flex-direction: column;
  color: var(--lhm-muted);
  font-size: 11px;
}
.lhm-trust strong {
  color: var(--lhm-navy);
  font-size: 13px;
}
.lhm-revenda {
  max-width: 1170px;
  background: var(--lhm-wine);
  color: #fff;
  border-radius: 8px;
  padding: 45px 48px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.lhm-revenda h2 {
  color: #fff;
}
.lhm-revenda p {
  color: #f2d7d5;
}
.lhm-revenda > a {
  background: var(--lhm-orange);
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: 900;
}
.lhm-contact {
  max-width: 1210px;
  margin: auto;
  padding: 70px 20px;
  border-top: 1px solid var(--lhm-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}
.lhm-contact > div:first-child {
  max-width: 680px;
}
.lhm-contact p {
  color: var(--lhm-muted);
}
.lhm-contact > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.lhm-contact > div:last-child > a {
  background: var(--lhm-wine);
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
}
.lhm-footer {
  border-top: 3px solid var(--lhm-wine);
  background: #eee;
  display: flex;
  gap: 28px;
  padding: 28px max(20px, calc((100% - 1170px) / 2));
  font-size: 11px;
}
.lhm-footer p {
  flex: 1;
}
@media (max-width: 1060px) {
  .lhm-header {
    grid-template-columns: 150px 1fr;
  }
  .lhm-actions {
    grid-column: 1/-1;
    justify-content: center;
  }
  .lhm-categories {
    overflow-x: auto;
  }
  .lhm-category-menu {
    justify-content: flex-start;
    width: max-content;
  }
  .lhm-category-menu > li > a {
    white-space: nowrap;
  }
  .lhm-hero {
    margin: 20px;
  }
  .lhm-solution-grid,
  .lhm-product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lhm-revenda {
    margin: 40px 20px;
  }
}
@media (max-width: 700px) {
  .lhm-header {
    grid-template-columns: 105px 1fr;
    gap: 10px;
    padding: 10px 12px;
  }
  .lhm-brand img {
    width: 100px;
  }
  .lhm-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .lhm-actions .lhm-reseller {
    grid-column: 1/-1;
  }
  .lhm-hero {
    margin: 12px;
    grid-template-columns: 1fr;
  }
  .lhm-hero-copy {
    padding: 38px 25px;
  }
  .lhm-hero h1 {
    font-size: 39px;
  }
  .lhm-hero-actions {
    flex-direction: column;
  }
  .lhm-hero-visual {
    min-height: 330px;
  }
  .lhm-hero-visual img {
    height: 280px;
  }
  .lhm-section {
    padding: 55px 16px;
  }
  .lhm-heading {
    display: block;
  }
  .lhm-solution-grid,
  .lhm-product-grid {
    grid-template-columns: 1fr;
  }
  .lhm-trust {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lhm-trust > div {
    border: 0;
    padding: 0;
  }
  .lhm-revenda {
    margin: 35px 12px;
    padding: 34px 24px;
    display: block;
  }
  .lhm-revenda > a {
    display: inline-block;
    margin-top: 18px;
  }
  .lhm-contact {
    display: block;
  }
  .lhm-contact > div:last-child {
    margin-top: 22px;
  }
  .lhm-footer {
    flex-wrap: wrap;
  }
  .lhm-footer p {
    flex-basis: 100%;
    order: 3;
  }
}

/* Mantém o novo rodapé acima das regras do layout anterior. */
.lhm-footer {
  display: block;
  padding: 26px 20px 12px;
  font-size: 12px;
}
@media (max-width: 700px) {
  .lhm-footer {
    padding: 28px 24px 14px;
  }
}
