/* Imagens com proporção intrínseca, sem recorte da marca ou do texto. */
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 99999;
  background: #fff;
  color: #07152b;
  padding: 14px 22px;
  border-radius: 6px;
}
.skip-link:focus {
  top: 10px;
}
html {
  scroll-padding-top: 106px;
}
body {
  overflow-x: clip;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ff963d;
  outline-offset: 4px;
}
.navbar {
  min-height: 92px;
  gap: 25px;
}
.brand {
  flex-shrink: 0;
}
.brand-logo-window {
  display: block !important;
  width: 210px !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
}
.brand-logo {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  transform: none !important;
  object-fit: contain !important;
  aspect-ratio: 10/3;
}
.nav-links {
  gap: 24px;
}
.nav-links > a {
  font-size: 14px;
  white-space: nowrap;
}
.company-login {
  padding-left: 24px;
  border-left: 1px solid #ffffff28;
}
.button-header {
  padding: 13px 18px !important;
  border-radius: 8px !important;
}
.button-primary,
.button-dark {
  border-radius: 8px !important;
}
.hero {
  padding-top: 160px;
}
.hero-layout {
  grid-template-columns: 1.1fr 0.8fr;
  gap: 55px;
}
.hero h1 {
  font-size: clamp(42px, 4.5vw, 69px);
  line-height: 1.08;
}
.hero-description {
  font-size: 17px;
  line-height: 1.8;
}
.hero-app {
  min-height: 0;
}
.hero-phone-image {
  width: 100% !important;
  height: auto !important;
  max-height: 590px !important;
  object-fit: contain !important;
  filter: none !important;
  transform: none !important;
}
.image-frame {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  border-radius: 18px;
  background: #08152b;
}
.about .image-frame img {
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  aspect-ratio: auto; /* Preserve the actual source image dimensions. */
}
.about .split-layout {
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
}
.about .section-title {
  font-size: clamp(30px, 3.4vw, 48px);
}
.section-title {
  line-height: 1.12;
}
.section-description,
.body-text {
  line-height: 1.8;
}
.footer-logo-window {
  display: block !important;
  position: static !important;
  width: 245px !important;
  height: auto !important;
  overflow: visible !important;
}
.footer-logo {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
  object-fit: contain !important;
}
.footer-brand p {
  font-size: 14px;
  margin-top: 18px;
}
.legal-header img {
  width: 240px;
  height: auto;
  object-fit: contain;
}
.legal-content {
  overflow-wrap: anywhere;
}
.web-portal {
  background: #f3f6fb;
}
.portal-presentation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.web-benefits {
  display: grid;
  gap: 25px;
  margin: 35px 0;
}
.web-benefits article {
  display: flex;
  gap: 17px;
}
.web-benefits article > span {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff0e1;
  color: #ae510a;
  font-size: 13px;
  font-weight: 800;
}
.web-benefits h3 {
  font-size: 17px;
  margin-bottom: 6px;
}
.web-benefits p {
  font-size: 15px;
  color: #68778c;
  line-height: 1.7;
}
.portal-access {
  background: #0b1732;
  border: 1px solid #e0e6ef;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  padding: 35px;
  box-shadow: 0 20px 50px #07152b12;
}
.portal-access h3 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 13px 0 15px;
}
.portal-access p {
  color: #a8b8d0;
  font-size: 14px;
  margin-bottom: 28px;
}
.portal-access img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
  object-fit: contain;
}
.portal-access a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #ffa35a;
}
.portal-access small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #b4c2d4;
}
.button-outline {
  border: 1px solid #d5deeb;
  color: #07152b;
  border-radius: 8px;
  background: #fff;
}
.worker-job-link {
  display: block;
  width: 100%;
  padding: 11px;
  border-radius: 8px;
  background: #ff8122;
  color: #07152b;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}
.demo-caption {
  font-size: 10px;
  letter-spacing: 1px;
  color: #66768a;
  margin: 0 0 14px;
}
.contact-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  grid-column: 1;
  align-self: start;
}
.contact-channels a {
  padding: 18px 20px;
  border: 1px solid #ffffff25;
  border-radius: 10px;
  display: grid;
  gap: 7px;
  flex: 1;
  min-width: 230px;
}
.contact-channels a strong {
  font-size: 14px;
  color: #fff;
}
.contact-channels a span {
  font-size: 14px;
  color: #b8c8dd;
  overflow-wrap: anywhere;
}
.lead-form {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.cta-layout {
  row-gap: 28px;
}
.operation-metrics strong {
  font-variant-numeric: tabular-nums;
}
.form-small {
  font-size: 13px !important;
}
.faq-question {
  font-size: 17px;
}
.faq-answer {
  font-size: 15px;
}
.reveal {
  opacity: 1;
  transform: none;
}
.whatsapp-floating {
  z-index: 90;
}
.whatsapp-icon,
.whatsapp-icon img {
  width: 54px;
  height: 54px;
}
@media (max-width: 1120px) {
  .navbar {
    gap: 18px;
  }
  .brand-logo-window {
    width: 180px !important;
  }
  .nav-links {
    gap: 16px;
  }
  .nav-links > a {
    font-size: 13px;
  }
  .company-login {
    padding-left: 16px;
  }
  .about .split-layout {
    gap: 35px;
  }
  .portal-presentation {
    gap: 35px;
  }
  .hero-layout {
    gap: 30px;
  }
  .hero h1 {
    font-size: 55px;
  }
}
@media (max-width: 980px) {
  .menu-button {
    display: flex;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    background: #07152b;
    border-top: 1px solid #ffffff20;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links > a {
    font-size: 16px;
    padding: 12px;
  }
  .company-login {
    border-left: 0;
    border-top: 1px solid #ffffff20;
  }
  .navbar {
    min-height: 80px;
    justify-content: space-between;
  }
  .hero {
    padding-top: 135px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-layout {
    grid-template-columns: 1.1fr 0.8fr;
  }
  .about .split-layout,
  .portal-presentation {
    grid-template-columns: 1fr;
  }
  .about .image-column {
    order: 2;
  }
  .portal-access {
    max-width: 650px;
  }
  .lead-form {
    grid-column: auto;
    grid-row: auto;
  }
  .contact-channels {
    grid-column: auto;
  }
  .about .image-frame {
    max-width: 800px;
  }
  .cta-layout {
    grid-template-columns: 1fr;
  }
  .hero-proof {
    font-size: 13px;
  }
}
@media (max-width: 620px) {
  html {
    scroll-padding-top: 85px;
  }
  .navbar {
    min-height: 76px;
  }
  .brand-logo-window {
    width: 175px !important;
  }
  .hero {
    padding-top: 116px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .hero h1 {
    font-size: clamp(36px, 10vw, 51px);
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-phone-image {
    max-height: 530px !important;
  }
  .hero-app {
    min-height: 0 !important;
  }
  .about .image-frame img {
    min-height: 0 !important;
    height: auto !important;
  }
  .section {
    padding: 65px 0;
  }
  .section-title {
    font-size: 34px;
  }
  .portal-access {
    padding: 25px;
  }
  .portal-access h3 {
    font-size: 29px;
  }
  .portal-presentation {
    gap: 36px;
  }
  .web-benefits p {
    font-size: 14px;
  }
  .footer-logo-window {
    width: 225px !important;
  }
  .contact-channels {
    gap: 12px;
  }
  .contact-channels a {
    min-width: 200px;
  }
  .company-login {
    padding-top: 18px !important;
  }
  .hero-proof {
    display: none;
  }
  .segment-strip {
    margin-top: 30px;
  }
  .footer-layout {
    gap: 25px;
  }
  .lead-form {
    padding: 22px !important;
  }
  .faq-question {
    text-align: left;
  }
  .button {
    min-height: 48px;
  }
}
