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

html {
  scroll-behavior: smooth;
}

#inicio,
#apptracker,
#seguimiento,
#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);
}

.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-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;
  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/foto-apps.png");
  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);
}

.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;
}

.intro-center {
  max-width: 760px;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.intro-wide {
  background: #ececec;
  border-radius: 16px;
  overflow: hidden;
}

.intro-wide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  background: #f4f4f4;
}

.mockup-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.mockup-card {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(44, 44, 44, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.mockup-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: #f6f6f6;
}

.mockup-card figcaption {
  padding: 0.9rem 1.1rem 1.05rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #4a4a4a;
}

.people-block {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2.5rem;
  align-items: start;
}

.people-points {
  background: #fff;
  border: 1px solid rgba(44, 44, 44, 0.1);
  border-radius: 16px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.people-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(44, 44, 44, 0.08);
  font-size: 15px;
  font-weight: 500;
}

.people-points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.people-points li:first-child {
  padding-top: 0;
}

.people-points i {
  color: var(--color-orange);
  width: 1.15rem;
  margin-top: 0.15rem;
  text-align: center;
}

.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;
  }

  .intro-wide img {
    max-height: 280px;
  }

  .mockup-pair,
  .people-block {
    grid-template-columns: 1fr;
  }

  .mockup-card img {
    height: 260px;
  }

  .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;
  }
}

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

  .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;
  }

  .mockup-card img {
    height: 220px;
  }

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

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