:root {
  --color-orange: #E56900;
  --color-black-soft: #2C2C2C;
}

html {
  scroll-behavior: smooth;
}

#inicio,
#soluciones,
#beneficios,
#cotizacion {
  scroll-margin-top: 6rem;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--color-black-soft);
  background-color: #fff;
}

.title-hero {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
}

.text-hero {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
}

.title-section {
  font-size: 30px;
  font-weight: 600;
  color: var(--color-black-soft);
}

.text-section {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-black-soft);
}

.text-orange {
  color: var(--color-orange);
}

.section-text-medium {
  font-weight: 500;
  color: var(--color-black-soft);
}

.btn-orange,
.btn-hero-outline {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-orange:hover,
.btn-hero-outline:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  color: #fff;
}

.btn-orange:focus,
.btn-hero-outline:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.btn-orange {
  background-color: var(--color-orange);
  color: #fff;
  border: none;
  font-weight: 500;
}

.btn-orange:hover {
  background-color: var(--color-orange);
  color: #fff;
}

.btn-contacto {
  border-radius: 50px;
  padding: 0.45rem 1.35rem;
  font-size: 1rem;
}

.btn-hero-outline {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 50px;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
}

.btn-hero-outline:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-hero-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-cta-row {
  gap: 0.85rem;
}

.hero-cta-row .btn-hero-icon {
  border-radius: 50px;
  padding: 0.58rem 1.35rem;
}

.hero-icon-svg {
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
}

.hero-header {
  position: relative;
  overflow: visible;
}

.hero-navbar {
  padding-top: 1rem;
  padding-bottom: 0;
  z-index: 1030;
  background: transparent;
}

.nav-glass-outer {
  max-width: 1140px;
}

.nav-glass {
  background-color: #fff;
  border: 1px solid rgba(44, 44, 44, 0.15);
  border-radius: 999px;
  padding: 0.6rem 1.25rem;
  transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.hero-navbar--scrolled .nav-glass {
  background-color: #fff;
  border-color: rgba(44, 44, 44, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.nav-logo-img {
  height: 35px;
  width: auto;
  display: block;
}

.nav-menu .nav-link-custom {
  font-size: 20px;
  font-weight: 500;
  color: #000 !important;
  padding: 0.35rem 0.75rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.nav-menu .nav-link-custom:hover {
  color: #000 !important;
  border-bottom-color: transparent;
}

.nav-menu .nav-link-custom.active {
  border-bottom-color: #000;
  background: transparent;
}

.nav-toggler-custom {
  border-color: rgba(0, 0, 0, 0.35);
  padding: 0.35rem 0.6rem;
}

.nav-toggler-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-collapse-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
}

.nav-center-wrap {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.nav-cta-btn {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .nav-center-wrap {
    justify-content: center;
    padding: 0 0.75rem;
  }

  .nav-menu {
    width: auto;
    flex-direction: row;
    justify-content: center;
    gap: 0.85rem;
  }

  .nav-menu .nav-link-custom {
    font-size: 17px;
    padding: 0.35rem 0.45rem;
  }
}

.hero-carousel.hero-static {
  position: relative;
}

.hero-slide {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.hero-slide--compact {
  min-height: 500px;
  height: 70vh;
  max-height: 680px;
  background-color: #1a1a1a;
  background-image: url("../img/ZenCAM.jpg");
  background-size: cover;
  background-position: center;
}

.hero-kicker {
  margin: 0 0 0.55rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  pointer-events: none;
  background: radial-gradient(
    ellipse 100% 85% at 50% 40%,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.45) 48%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.hero-carousel .hero-caption {
  position: relative;
  z-index: 3;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 auto;
  padding: 6.25rem 1.25rem 3.5rem;
  max-width: 860px;
  width: 100%;
  text-align: center;
  transform: none;
}

.title-hero,
.text-hero {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.65);
}

.hero-carousel .hero-cta-row .btn-hero-outline {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

.hero-carousel .hero-cta-row .hero-icon-svg {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.75));
}

.dots-section {
  background-color: #fff;
  background-image: url("../img/bg-puntos.png");
  background-repeat: repeat;
  background-position: 0 0;
}

.lp-section {
  padding: 5.5rem 0 5rem;
}

.lp-kicker {
  margin: 0 0 0.5rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-orange);
}

.lp-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.lp-intro {
  max-width: 680px;
  margin-bottom: 2.75rem;
}

.pillars-row {
  margin-top: 0.5rem;
}

.pillar-card {
  height: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(44, 44, 44, 0.1);
  border-radius: 16px;
  padding: 2rem 1.4rem 1.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.pillar-card-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-orange);
  color: #fff;
  font-size: 1.35rem;
}

.pillar-card-title {
  margin: 0 0 0.45rem;
  font-size: 20px;
  font-weight: 600;
}

.pillar-card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5a5a5a;
}

.module-card {
  height: 100%;
  background: #e7e7e7;
  border-radius: 12px;
  padding: 1.5rem 1.35rem 1.4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.module-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.module-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-orange);
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
}

.module-card-title {
  margin: 0 0 0.4rem;
  font-size: 18px;
  font-weight: 600;
}

.module-card-text {
  font-size: 15px;
  line-height: 1.5;
  color: #4a4a4a;
}

.feature-split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 3.25rem;
  align-items: center;
  margin-top: 3.5rem;
}

.feature-split--reverse {
  grid-template-columns: 1.05fr 1fr;
}

.feature-split--reverse .feature-split-copy {
  order: 2;
}

.feature-split--reverse .feature-split-media {
  order: 1;
}

.feature-split-tag {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-orange);
}

.feature-split-title {
  margin: 0 0 0.85rem;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-black-soft);
}

.feature-split-media img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.benefit-card {
  height: 100%;
  background: #e7e7e7;
  border-radius: 10px;
  padding: 1.15rem 1.1rem 1.2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.benefit-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-orange);
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.benefit-card-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-black-soft);
}

.metric-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.metric-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  font-weight: 500;
}

.metric-list li:last-child {
  border-bottom: 0;
}

.metric-list i {
  color: var(--color-orange);
  width: 1.15rem;
  text-align: center;
}

.tablet-frame {
  width: min(100%, 420px);
  margin: 0 auto;
  background: #1c1c1c;
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.tablet-screen {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
  padding: 1rem 0.9rem 1.1rem;
}

.tablet-screen-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  font-size: 11px;
  font-weight: 600;
  color: #6a6a6a;
}

.tablet-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.pie-chart {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(
    var(--color-orange) 0 38%,
    #2c2c2c 38% 62%,
    #cfcfcf 62% 82%,
    #8d8d8d 82% 100%
  );
}

.mini-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 88px;
  gap: 6px;
}

.mini-bars span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: var(--color-orange);
}

.mini-bars span:nth-child(1) { height: 42%; background: #2c2c2c; }
.mini-bars span:nth-child(2) { height: 68%; }
.mini-bars span:nth-child(3) { height: 54%; background: #8d8d8d; }
.mini-bars span:nth-child(4) { height: 86%; }
.mini-bars span:nth-child(5) { height: 47%; background: #2c2c2c; }

.tablet-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.tablet-kpi {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 0.45rem 0.5rem;
}

.tablet-kpi strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-black-soft);
}

.tablet-kpi span {
  font-size: 10px;
  color: #6a6a6a;
}

.challenge-band {
  position: relative;
  min-height: 380px;
  background-image: url("../img/foto-flota.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.challenge-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(0, 0, 0, 0.28) 100%
  );
}

.challenge-band-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 4.5rem 0;
}

.challenge-band .title-section,
.challenge-band .text-section {
  color: #fff;
}

.report-shot {
  background: #f3f3f3;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.report-shot-top {
  background: #2c2c2c;
  color: #fff;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
}

.report-shot-dots {
  display: flex;
  gap: 6px;
}

.report-shot-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8d8d8d;
}

.report-shot-dots span:first-child { background: #e56900; }

.report-shot-body {
  padding: 1.1rem;
  background: #fff;
}

.report-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.report-pie {
  width: 140px;
  height: 140px;
  margin: 0.4rem auto;
  border-radius: 50%;
  background: conic-gradient(
    var(--color-orange) 0 32%,
    #2c2c2c 32% 58%,
    #b0b0b0 58% 78%,
    #e7e7e7 78% 100%
  );
}

.report-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 140px;
}

.report-bars span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: var(--color-orange);
}

.report-bars span:nth-child(1) { height: 55%; background: #2c2c2c; }
.report-bars span:nth-child(2) { height: 78%; }
.report-bars span:nth-child(3) { height: 46%; background: #8d8d8d; }
.report-bars span:nth-child(4) { height: 92%; }
.report-bars span:nth-child(5) { height: 64%; background: #2c2c2c; }
.report-bars span:nth-child(6) { height: 38%; background: #cfcfcf; }

.report-table {
  width: 100%;
  font-size: 12px;
  margin: 0;
}

.report-table th,
.report-table td {
  padding: 0.45rem 0.4rem;
  border-bottom: 1px solid #ececec;
}

.report-table th {
  font-weight: 600;
  color: #6a6a6a;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.report-photo {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.canbus-box {
  background: #e7e7e7;
  border-radius: 12px;
  padding: 1.75rem 1.5rem 1.5rem;
}

.canbus-col-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  font-size: 18px;
  font-weight: 600;
}

.canbus-col-title i {
  color: var(--color-orange);
}

.canbus-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.canbus-list li {
  position: relative;
  padding: 0.42rem 0 0.42rem 1rem;
  font-size: 14px;
  font-weight: 500;
}

.canbus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-orange);
}

.canbus-list li.is-extra {
  color: #3d6fa8;
}

.canbus-list li.is-extra::before {
  background: #3d6fa8;
}

.contact-section {
  position: relative;
  display: block;
  background-color: #fff;
  background-image: url("../img/bg-puntos.png");
  background-repeat: repeat;
  background-position: 0 0;
  padding: 0;
}

.contact-section-body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 4.5rem 0 4.75rem;
}

.contact-section-title,
.contact-section-text {
  color: var(--color-black-soft);
}

.contact-form-head-row {
  margin-bottom: 1.85rem;
}

.contact-section-form .contact-form-control {
  background-color: #fff;
  border: 1px solid rgba(44, 44, 44, 0.22);
  color: var(--color-black-soft);
  border-radius: 6px;
  min-height: 52px;
  padding: 0.65rem 1rem;
  font-size: 1rem;
}

.contact-section-form .contact-form-textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-section-form .contact-form-control:focus {
  background-color: #fff;
  border-color: var(--color-orange);
  color: var(--color-black-soft);
  box-shadow: 0 0 0 0.15rem rgba(229, 105, 0, 0.18);
}

.contact-section-form .contact-form-control::placeholder {
  color: #8a8a8a;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  opacity: 1;
}

.contact-form-submit {
  border-radius: 50px;
  padding: 0.55rem 1.85rem;
  font-weight: 500;
  margin-top: 0.35rem;
}

.contact-form-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.contact-captcha-group {
  margin-bottom: 1rem;
}

.contact-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-section-form {
  position: relative;
}

.contact-form-status {
  margin: 0.35rem 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.contact-form-status.is-success {
  color: #1e7a3a;
}

.contact-form-status.is-error {
  color: #c0392b;
}

.site-footer {
  margin-top: 0;
}

.footer-main {
  background-color: var(--color-black-soft);
  color: #fff;
  padding: 3.25rem 0 3.5rem;
}

.footer-main-row > .footer-main-col {
  margin-bottom: 2rem;
}

.footer-logo-horizontal {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-about {
  margin: 1.1rem 0 0;
  max-width: 280px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  color: #fff;
}

.footer-col-title {
  margin: 0 0 0.85rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}

.footer-col-title-spaced {
  margin-top: 1.35rem;
}

.footer-link-list li,
.footer-contact-list li {
  margin-bottom: 0.4rem;
}

.footer-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-sub {
  background-color: var(--color-orange);
  padding: 0.75rem 0 0.85rem;
  color: #fff;
}

.footer-copy-line {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
}

.footer-credit-label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.footer-zona-logo {
  display: block;
  height: 45px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.call-phone-modal {
  border: none;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.call-phone-modal-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-black-soft);
}

.call-phone-modal-text {
  font-size: 0.95rem;
  color: var(--color-black-soft);
}

.call-phone-modal-item {
  padding: 0.85rem 0.5rem;
  border-top: 1px solid rgba(44, 44, 44, 0.1);
}

.call-phone-modal-item:last-child {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

.call-phone-modal-name {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.call-phone-modal-number {
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-orange);
  text-decoration: none;
}

.call-phone-modal-number:hover {
  color: var(--color-orange);
  text-decoration: underline;
}

.whatsapp-float-wrap {
  position: fixed;
  left: max(1rem, env(safe-area-inset-left, 0px));
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  z-index: 1040;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
}

.whatsapp-float-tooltip {
  max-width: 10rem;
  padding: 0.42rem 0.72rem;
  background: rgba(28, 28, 28, 0.92);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.whatsapp-float-wrap:hover .whatsapp-float-tooltip,
.whatsapp-float-wrap:focus-within .whatsapp-float-tooltip {
  opacity: 0;
  visibility: hidden;
}

.whatsapp-float {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 1.9rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.06);
}

@media (max-width: 991.98px) {
  .title-hero {
    font-size: 34px;
  }

  .text-hero {
    font-size: 17px;
  }

  .hero-slide--compact {
    height: 62vh;
    min-height: 440px;
    max-height: 560px;
  }

  .feature-split,
  .feature-split--reverse {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }

  .feature-split--reverse .feature-split-copy,
  .feature-split--reverse .feature-split-media {
    order: unset;
  }

  .feature-split-title {
    font-size: 22px;
  }

  .feature-split-media img {
    height: 240px;
  }

  .title-section {
    font-size: 28px;
  }

  .text-section,
  .lp-lead {
    font-size: 16px;
  }

  .hero-navbar {
    padding-top: 0.75rem;
    justify-content: center;
  }

  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .hero-navbar > .nav-glass-outer,
  .hero-navbar > .container {
    width: calc(100% - 1.5rem);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-glass {
    border-radius: 1.25rem;
    padding: 0.5rem 0.85rem;
    width: 100%;
  }

  .nav-collapse-inner.navbar-collapse {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.75rem 1rem 1rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(44, 44, 44, 0.15);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-center-wrap,
  .nav-menu {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .nav-cta-btn {
    margin: 0.75rem auto 0;
    display: inline-flex;
  }

  .lp-section {
    padding: 3.5rem 0 3.2rem;
  }

  .report-grid {
    grid-template-columns: 1fr;
  }

  .challenge-band::before {
    background: rgba(0, 0, 0, 0.72);
  }
}

@media (max-width: 575.98px) {
  .title-hero {
    font-size: 32px;
  }

  .text-hero {
    font-size: 16px;
  }

  .hero-carousel .hero-caption {
    padding: 5.25rem 0.85rem 2.5rem;
  }

  .hero-slide--compact {
    height: 58vh;
    min-height: 400px;
    max-height: 520px;
  }

  .canbus-box {
    padding: 1.25rem 1rem;
  }

  .contact-section-body {
    padding: 3.25rem 0 3.5rem;
  }

  .footer-main {
    padding: 2.25rem 0 2.5rem;
  }
}
