*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

strong,
b {
  font-weight: 600;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 40;
  background: #111;
  color: #fff;
  padding: 8px 12px;
}

/* Header */
.site-header {
  background: #fff;
  position: relative;
  z-index: 30;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  min-height: 123px;
}

.logo img {
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
}

.nav-desktop {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.nav-desktop > li > a {
  display: block;
  color: var(--nav);
  font-size: 16px;
  font-weight: 700;
  line-height: 123px;
  padding: 0 12px;
}

.nav-desktop > li > a:hover {
  color: var(--nav-hover);
}

.nav-arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  vertical-align: middle;
}

.has-children {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border-top: 3px solid var(--nav);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 40;
}

.has-children:hover > .sub-menu,
.has-children:focus-within > .sub-menu,
.has-children.open > .sub-menu {
  display: block;
}

.sub-menu a {
  display: block;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.2;
  color: #333;
}

.sub-menu a:hover {
  background: #f5f5f5;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  color: var(--nav);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.nav-toggle svg {
  width: 18px;
  height: 18px;
}

.mobile-panel {
  display: none;
  background: #fff;
  border-top: 1px solid #eee;
}

.mobile-panel.is-open {
  display: block;
}

.mobile-panel ul {
  list-style: none;
  margin: 0;
  padding: 8px 0 16px;
}

.mobile-panel a,
.mobile-sub-toggle {
  display: block;
  padding: 10px 24px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}

.mobile-panel .sub-menu {
  position: static;
  display: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  background: #f7f7f7;
}

.mobile-panel .has-children.open > .sub-menu {
  display: block;
}

.mobile-panel .sub-menu a {
  padding-left: 40px;
}

/* Phone bar */
.phone-bar {
  display: flex;
  background: var(--bar-gap);
}

.phone-cell {
  flex: 1;
  text-align: center;
  padding: 15px 8px 12px;
}

.phone-cell.blue {
  background: var(--nav);
}

.phone-cell.green {
  background: var(--green);
}

.phone-cell a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: #606062 0.05em 0.05em 0.05em;
}

.phone-cell a:hover {
  color: #ccc;
}

.phone-cell svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.main-pad {
  padding-top: 50px;
}

/* Hero */
.hero {
  position: relative;
  height: 450px;
  background: #0966ad;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  padding: 100px 20px 50px;
  text-align: center;
  color: #fff;
}

.hero-copy h1,
.hero-copy h2,
.hero-copy .hero-kicker,
.hero-copy .hero-sub,
.hero-copy .hero-cta {
  margin: 0.1em 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.375;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.64);
}

.hero-copy h1,
.hero-copy .hero-kicker,
.hero-copy .hero-sub {
  font-size: 51.6px;
}

.hero-copy h2,
.hero-copy .hero-cta {
  font-size: 34.4px;
}

/* Sections */
.section {
  padding: 50px 0 0;
}

.section-tight {
  padding: 20px 0 0;
}

#area {
  padding: 0 0 50px;
}

.section-cards {
  padding: 0 0 30px;
}

h1.sec-title,
.sec-title {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
}

h2.sec-sub {
  margin: 40px 0 20px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.prose {
  color: var(--text-dark);
}

.prose p,
.justify {
  text-align: justify;
}

.split {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 20px 0 0;
}

.split > * {
  flex: 1;
  min-width: 0;
}

.split img {
  display: block;
  width: 100%;
}

.desktop-only {
  display: flex;
}

.mobile-only {
  display: none;
}

/* Accordion (mobile serviços + áreas) */
.sow-acc {
  margin-bottom: 10px;
}

.sow-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--blue);
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 15px 30px;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
}

.sow-acc-body {
  display: none;
  background: #fff;
  color: var(--text-dark);
  padding: 15px 30px;
}

.sow-acc.is-open .sow-acc-body {
  display: block;
}

.area-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: 0;
  padding: 0 2rem 0 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  text-align: left;
  position: relative;
}

.area-acc-btn .plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-weight: 300;
  font-size: 1.4em;
}

.area-acc-body {
  display: none;
  padding: 8px 0 16px;
  color: var(--text-dark);
}

.area-acc.is-open .area-acc-body {
  display: block;
}

.area-acc.is-open .plus {
  content: "−";
}

/* Service cards */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding: 0 0 30px;
}

.svc-card {
  text-align: center;
  overflow: visible;
}

.svc-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin: 0 auto -20px;
}

.svc-label {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  white-space: normal;
  overflow: visible;
  position: relative;
}

.svc-label.light {
  background: var(--label-bg);
  color: var(--blue-2);
}

.svc-label.dark {
  background: #000;
  color: #fff;
}

.svc-more {
  display: inline-block;
  margin-top: 0;
  background: var(--blue-2);
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.svc-more:hover {
  color: #fff;
}

/* Who we serve */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.who-card {
  color: var(--text-dark);
}

.who-card .icon-wrap {
  text-align: center;
  margin-bottom: 8px;
}

.who-card .icon-wrap svg {
  width: 30px;
  height: 30px;
  color: var(--blue);
}

.who-card h3 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.who-wide {
  padding: 0 0 20px;
}

.who-wide .icon-wrap img,
.who-wide .icon-wrap svg {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}

/* Contact bar (in-page footer block) */
.contact-bar {
  background: var(--blue-2);
  color: #fff;
  padding: 30px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 33.3333% 37.6843% 28.9824%;
}

.contact-bar strong {
  display: block;
  margin-bottom: 4px;
}

.contact-bar a {
  color: #fff;
}

.contact-bar a:hover {
  color: #ccc;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0;
}

.contact-line svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.logo-rodape {
  display: block;
  margin-left: auto;
  width: 206px;
  height: auto;
}

/* Copyright */
.site-footer {
  background: var(--footer);
  color: #fff;
  padding: 0;
}

.footer-inner {
  padding: 14px 0;
  text-align: center;
}

#copyright {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

#copyright a {
  color: #fff;
}

#copyright a:hover {
  color: #ccc;
}

/* Scroll top */
.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  z-index: 50;
  border: 0;
  cursor: pointer;
}

.scroll-top.is-visible {
  display: flex;
}

.scroll-top svg {
  width: 16px;
  height: 16px;
}

/* WhatsApp */
.wptwa-container {
  font-family: sans-serif;
  font-size: 14px;
}

.wptwa-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  white-space: nowrap;
  padding: 12px 20px;
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  background: var(--wa);
  color: #fff;
  z-index: 60;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  border: 0;
  font-family: inherit;
  font-size: 14px;
}

.wptwa-toggle svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.wptwa-box {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #fff;
  max-width: 360px;
  width: calc(100% - 40px);
  border-radius: 6px;
  box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  transition: all 0.3s;
  z-index: 60;
}

.wptwa-show .wptwa-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.wptwa-account {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: #555;
}

.wptwa-account:hover {
  background: #f7f7f7;
  border-radius: 6px;
}

.wptwa-face {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0dc152 url("/assets/img/wa-face.png") center / cover no-repeat;
  flex: 0 0 48px;
}

.wptwa-title {
  font-weight: 700;
}

/* Lightbox */
.lb-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 80;
  overflow: auto;
  padding: 40px 16px;
}

.lb-overlay.is-open {
  display: block;
}

.lb-dialog {
  max-width: 720px;
  margin: 40px auto;
  background: #0967ae;
  color: #fff;
  padding: 24px 20px 16px;
  position: relative;
}

.lb-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lb-dialog h2 {
  margin: 0 0 12px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.lb-dialog p {
  text-align: justify;
  background: #0967ae;
  color: #fff;
  padding: 7px;
}

.lb-panel {
  display: none;
}

@media (max-width: 959px) {
  .nav-desktop {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-inner {
    min-height: 100px;
  }

  .logo img {
    max-width: 150px;
  }
}

@media (max-width: 780px) {
  .main-pad {
    padding-top: 20px;
  }

  .phone-bar {
    flex-direction: column;
  }

  .phone-cell {
    margin-bottom: 30px;
  }

  .phone-cell:last-child {
    margin-bottom: 0;
  }

  .hero {
    height: 300px;
  }

  .hero-copy {
    padding: 50px 20px;
  }

  .section {
    padding: 20px 20px 0;
  }

  .section-tight,
  .split {
    padding: 20px 20px 0;
  }

  .section-cards {
    padding: 0 0 5px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .split {
    flex-direction: column;
  }

  .svc-grid,
  .who-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .svc-grid {
    gap: 24px;
    padding: 0 12px 16px;
  }

  .who-grid {
    gap: 30px;
    padding: 0 20px;
  }

  .who-wide {
    padding: 0 20px 20px;
  }

  .logo-rodape {
    margin: 20px auto 0;
  }

  .contact-bar .container {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .hero-copy {
    margin-top: -45px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px;
    max-width: calc(100% - 32px);
  }

  .hero-copy h1,
  .hero-copy .hero-kicker,
  .hero-copy .hero-sub {
    font-size: 22px;
  }

  .hero-copy h2,
  .hero-copy .hero-cta {
    font-size: 18px;
    color: #fff;
  }
}
