:root {
  --background: #f6f9fd;
  --foreground: #071425;
  --navy: #061426;
  --blue: #1268f3;
  --cyan: #24d9ff;
  --teal: #15c6aa;
  --muted: #66758a;
  --line: #dce7f3;
  --card: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Manrope, Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #dce7f3;
  color: #071425;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  min-height: 100px;
  padding: 0 44px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-grid;
  gap: 2px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.site-header > .brand {
  margin-left: 22px;
}

.brand-logo {
  display: block;
  height: 72px;
  object-fit: contain;
  width: auto;
}

.brand > span {
  font-size: 30px;
  font-weight: 900;
}

.brand > span span {
  color: var(--blue);
}

.brand small {
  color: rgba(7, 20, 37, 0.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
}

.site-header nav {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.site-header nav a {
  color: rgba(7, 20, 37, 0.82);
  font-size: 16px;
  font-weight: 700;
  padding: 30px 0 27px;
  position: relative;
}

.site-header nav a:first-child,
.site-header nav a:hover {
  color: #071425;
}

.site-header nav a:first-child::after,
.site-header nav a:hover::after {
  background: var(--blue);
  border-radius: 999px;
  bottom: 18px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.header-cta,
.btn {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  white-space: nowrap;
}

.header-cta {
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(18, 104, 243, 0.28);
  color: #ffffff;
  font-size: 14px;
  padding: 0 20px;
}

.btn {
  border: 1px solid transparent;
  font-size: 15px;
  padding: 0 24px;
}

.btn.primary {
  background: var(--blue);
  color: #fff;
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.46);
  color: #fff;
}

.hero {
  background: var(--navy);
  color: #fff;
  margin-top: 100px;
  min-height: 695px;
  overflow: hidden;
  padding: 170px 34px 58px;
  position: relative;
}

.hero-media,
.hero-image,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-media {
  display: block;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(1, 10, 21, 0.24) 0%, rgba(1, 10, 21, 0.08) 45%, rgba(1, 10, 21, 0.12) 100%),
    linear-gradient(180deg, rgba(1, 10, 21, 0.18) 0%, rgba(1, 10, 21, 0.04) 52%, rgba(1, 10, 21, 0.42) 100%);
  z-index: 1;
}

.hero-content {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-heading span {
  color: var(--cyan);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  font-size: clamp(34px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
  max-width: 800px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}

@media (min-width: 761px) {
  .hero h1 span {
    white-space: nowrap;
  }
}

.hero-lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin: 22px 0 0;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.hero-metrics {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  max-width: 760px;
}

.hero-metrics article {
  align-items: center;
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 44px 1fr;
}

.hero-metrics strong {
  font-size: 14px;
}

.hero-metrics small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  line-height: 1.35;
}

.metric-icon-img {
  display: block;
  filter: drop-shadow(0 0 8px rgba(36, 217, 255, 0.28));
  grid-row: span 2;
  height: 46px;
  object-fit: contain;
  width: 46px;
}

.monitor-card {
  background: linear-gradient(180deg, rgba(6, 25, 47, 0.96), rgba(4, 17, 33, 0.97));
  border: 1px solid rgba(63, 158, 255, 0.58);
  border-radius: 18px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.52), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  max-width: 360px;
  padding: 18px;
  position: absolute;
  right: 34px;
  top: 104px;
  width: 31vw;
  z-index: 3;
}

.monitor-card.image-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: 330px;
  padding: 0;
  right: 34px;
  top: 86px;
  width: 21vw;
}

.monitor-card.image-panel img {
  display: block;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.46));
  height: auto;
  width: 100%;
}

.panel-heading,
.dashboard-head {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.panel-heading strong,
.dashboard-head strong {
  align-items: center;
  border: 1px solid rgba(22, 234, 171, 0.28);
  border-radius: 999px;
  color: #23efb8;
  display: inline-flex;
  font-size: 11px;
  gap: 7px;
  padding: 8px 12px;
}

.panel-heading strong i {
  background: #00d996;
  border-radius: 50%;
  box-shadow: 0 0 14px #00d996;
  height: 8px;
  width: 8px;
}

.mini-map,
.wide-map,
.phone-map {
  background:
    linear-gradient(35deg, transparent 0 18%, rgba(26, 109, 207, 0.42) 18% 20%, transparent 20% 100%) 0 0 / 120px 90px,
    linear-gradient(118deg, transparent 0 24%, rgba(26, 109, 207, 0.35) 24% 26%, transparent 26% 100%) 0 0 / 102px 94px,
    linear-gradient(162deg, transparent 0 42%, rgba(31, 131, 236, 0.22) 42% 44%, transparent 44% 100%) 0 0 / 86px 76px,
    #0d2945;
  border: 1px solid rgba(63, 158, 255, 0.48);
  border-radius: 10px;
  margin-top: 14px;
  position: relative;
}

.mini-map {
  height: 225px;
  overflow: hidden;
}

.mini-map::before {
  background:
    linear-gradient(58deg, transparent 0 44%, rgba(36, 217, 255, 0.16) 44% 46%, transparent 46% 100%),
    linear-gradient(128deg, transparent 0 56%, rgba(18, 104, 243, 0.26) 56% 58%, transparent 58% 100%);
  content: "";
  inset: 0;
  opacity: 0.9;
  position: absolute;
}

.map-dot,
.marker {
  background: var(--blue);
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(18, 104, 243, 0.2);
  height: 16px;
  position: absolute;
  width: 16px;
}

.mini-map .map-dot {
  height: 24px;
  width: 24px;
}

.mini-map .map-dot::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 8px;
}

.map-route {
  background: #1477ff;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(18, 104, 243, 0.9);
  height: 4px;
  position: absolute;
  transform-origin: left center;
  z-index: 1;
}

.route-a { left: 104px; top: 150px; transform: rotate(-72deg); width: 126px; }
.route-b { left: 152px; top: 62px; transform: rotate(27deg); width: 84px; }
.route-c { left: 220px; top: 105px; transform: rotate(83deg); width: 78px; }
.route-d { left: 125px; top: 151px; transform: rotate(-9deg); width: 100px; }

.map-dot.active {
  background: var(--teal);
  box-shadow:
    0 0 0 10px rgba(21, 198, 170, 0.2),
    0 0 0 22px rgba(21, 198, 170, 0.14),
    0 0 34px var(--teal);
  height: 28px;
  left: 92px;
  top: 141px;
  width: 28px;
  z-index: 2;
}

.dot-a { left: 152px; top: 38px; z-index: 2; }
.dot-b { left: 218px; top: 78px; z-index: 2; }
.dot-c { left: 196px; top: 148px; z-index: 2; }
.dot-d { right: 66px; top: 148px; z-index: 2; }

.guard-list {
  background: rgba(2, 21, 41, 0.5);
  border: 1px solid rgba(63, 158, 255, 0.36);
  border-radius: 11px;
  display: grid;
  gap: 0;
  margin-top: 14px;
  padding: 14px 10px 10px;
}

.guard-list h3 {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 10px 4px;
  text-transform: uppercase;
}

.guard-list p,
.incident {
  background: rgba(6, 31, 58, 0.82);
  border: 1px solid rgba(63, 158, 255, 0.28);
  border-radius: 10px;
  margin: 0;
}

.guard-list p {
  align-items: center;
  display: grid;
  font-size: 14px;
  grid-template-columns: 46px 1fr auto;
  min-height: 56px;
  padding: 9px 12px;
}

.guard-list p + p {
  margin-top: -1px;
}

.guard-list p > i {
  background:
    radial-gradient(circle at 50% 28%, transparent 0 5px, rgba(171, 222, 255, 0.9) 5px 7px, transparent 7px),
    radial-gradient(circle at 50% 73%, transparent 0 10px, rgba(171, 222, 255, 0.82) 10px 12px, transparent 12px),
    rgba(29, 87, 133, 0.38);
  border: 1px solid rgba(110, 190, 255, 0.54);
  border-radius: 50%;
  height: 36px;
  position: relative;
  width: 36px;
}

.guard-list p > i::before {
  border: 1px solid rgba(171, 222, 255, 0.9);
  border-radius: 3px 3px 7px 7px;
  content: "";
  height: 12px;
  left: 12px;
  position: absolute;
  top: 10px;
  width: 10px;
}

.guard-list span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.guard-list strong {
  color: #23efb8;
  font-size: 12px;
  white-space: nowrap;
}

.guard-list strong em {
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  width: 7px;
}

.guard-list .warning,
.warning {
  color: #ffc95b;
}

.incident {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 14px 12px 12px;
}

.incident-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.incident-head span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.incident-head time {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.incident-body {
  align-items: center;
  background: rgba(5, 29, 55, 0.82);
  border: 1px solid rgba(63, 158, 255, 0.22);
  border-radius: 10px;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr;
  min-height: 62px;
  padding: 10px 12px;
}

.incident-body i {
  border: 2px solid rgba(218, 237, 255, 0.9);
  border-radius: 8px;
  display: block;
  height: 28px;
  position: relative;
  width: 28px;
}

.incident-body i::before {
  background: rgba(218, 237, 255, 0.9);
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 11px;
  position: absolute;
  top: 6px;
  width: 3px;
}

.incident-body i::after {
  background: rgba(218, 237, 255, 0.9);
  border-radius: 50%;
  bottom: 6px;
  content: "";
  height: 4px;
  left: 10.5px;
  position: absolute;
  width: 4px;
}

.incident-body p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.incident-body strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.incident-body small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.services-section,
.tracking-section {
  padding: 74px 34px;
}

.section-heading {
  max-width: 720px;
}

.section-heading.centered {
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading h2 {
  color: #102a53;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.service-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
}

.service-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(15, 40, 80, 0.05);
  min-height: 290px;
  padding: 36px 28px;
}

.service-icon-img {
  display: block;
  height: 86px;
  margin: 0 auto 24px;
  object-fit: contain;
  width: 86px;
}

.service-card h3,
.feature-list h3,
.trust-grid h3 {
  color: #142c50;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 12px;
}

.service-card p,
.tracking-copy > p,
.feature-list p,
.trust-grid p,
.footer-brand p,
.quote-box p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
}

.tracking-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(18, 104, 243, 0.08), rgba(36, 217, 255, 0.08)),
    #eef5fc;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.15fr);
}

.tracking-copy {
  max-width: 660px;
}

.tracking-copy > p {
  margin-top: 22px;
}

.feature-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.feature-list article {
  display: grid;
  gap: 14px;
  grid-template-columns: 48px 1fr;
}

.feature-icon,
.trust-grid article > span {
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(18, 104, 243, 0.24);
  display: block;
  height: 46px;
  position: relative;
  width: 46px;
}

.feature-icon svg {
  display: block;
  fill: none;
  height: 28px;
  left: 9px;
  position: absolute;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  top: 9px;
  width: 28px;
}

.feature-icon.gps svg {
  fill: rgba(255, 255, 255, 0.08);
}

.feature-icon.check svg circle {
  fill: rgba(255, 255, 255, 0.08);
}

.feature-icon.report svg path:first-child {
  fill: rgba(255, 255, 255, 0.08);
}

.trust-grid article > span::before {
  border: 3px solid #fff;
  border-left: 0;
  border-top: 0;
  content: "";
  height: 13px;
  left: 17px;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  width: 8px;
}

.feature-list h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.tracking-visual {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(180px, 0.38fr) minmax(460px, 1fr);
}

.phone-preview,
.panel-preview,
.real-panel img {
  display: block;
  height: auto;
}

.phone-preview {
  filter: drop-shadow(0 24px 34px rgba(5, 23, 45, 0.28));
  justify-self: end;
  max-height: 540px;
  max-width: 270px;
  width: 100%;
}

.panel-preview {
  border-radius: 10px;
  box-shadow: 0 26px 75px rgba(12, 44, 81, 0.14);
  max-width: 100%;
  width: 100%;
}

.real-dashboard-stack {
  display: grid;
  gap: 14px;
  min-width: 0;
  width: 100%;
}

.real-panel {
  background: #fff;
  border: 1px solid #d8e3ee;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(12, 44, 81, 0.14);
  margin: 0;
  overflow: hidden;
}

.real-panel img {
  width: 100%;
}

.real-panel-map {
  aspect-ratio: 2186 / 1410;
}

.real-panel-map img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.real-panel-report {
  aspect-ratio: 1278 / 302;
}

.real-panel-report img {
  height: 100%;
  object-fit: contain;
}

.phone {
  background: #071526;
  border: 8px solid #0b101b;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(5, 23, 45, 0.28);
  color: #fff;
  overflow: hidden;
  padding: 14px;
}

.phone-top {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.phone-top strong {
  color: #23efb8;
}

.phone-map {
  background:
    linear-gradient(31deg, transparent 0 46%, rgba(173, 198, 217, 0.58) 46% 48%, transparent 48% 100%) 0 0 / 78px 68px,
    linear-gradient(119deg, transparent 0 44%, rgba(185, 207, 222, 0.52) 44% 46%, transparent 46% 100%) 0 0 / 84px 76px,
    linear-gradient(8deg, transparent 0 49%, rgba(203, 218, 229, 0.72) 49% 51%, transparent 51% 100%) 0 0 / 96px 78px,
    linear-gradient(135deg, rgba(194, 232, 221, 0.42), transparent 38%),
    #edf4f8;
  border: 1px solid #cfdeea;
  border-radius: 10px;
  height: 230px;
  overflow: hidden;
}

.phone-map::before,
.wide-map::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62)) 0 34% / 100% 7px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.48)) 0 67% / 100% 6px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)) 31% 0 / 6px 100% no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) 68% 0 / 7px 100% no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.route-line {
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 0 0 2px rgba(18, 104, 243, 0.13);
  height: 4px;
  position: absolute;
  transform-origin: left center;
  z-index: 2;
}

.route-line.one { left: 38px; top: 70px; transform: rotate(36deg); width: 100px; }
.route-line.two { left: 101px; top: 128px; transform: rotate(-25deg); width: 92px; }
.route-line.three { left: 50px; top: 174px; transform: rotate(-12deg); width: 128px; }

.phone-map .m1 { left: 34px; top: 60px; }
.phone-map .m2 { left: 118px; top: 112px; }
.phone-map .m3 { left: 168px; top: 84px; }
.phone-map .m4 { left: 54px; top: 164px; }

.phone-map .marker,
.wide-map .marker {
  background: #1578f4;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 5px 12px rgba(8, 38, 78, 0.18);
  height: 20px;
  transform: rotate(-45deg);
  width: 20px;
  z-index: 3;
}

.phone-map .marker::before,
.wide-map .marker::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}

.phone-map .m2,
.wide-map .b,
.wide-map .d {
  background: #047d70;
}

.checkpoint {
  background: #fff;
  border-radius: 8px;
  color: #142c50;
  display: grid;
  gap: 3px;
  margin-top: 12px;
  padding: 12px;
}

.checkpoint span,
.checkpoint small {
  color: var(--muted);
  font-size: 11px;
}

.checkpoint small {
  color: #15a66f;
  font-weight: 900;
}

.phone button {
  background: var(--blue);
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
  margin-top: 12px;
  min-height: 42px;
  width: 100%;
}

.dashboard {
  background: #fff;
  border: 1px solid #cfddeb;
  border-radius: 10px;
  box-shadow: 0 26px 75px rgba(12, 44, 81, 0.14);
  min-width: 0;
  padding: 18px;
}

.dashboard-head {
  color: #173054;
}

.stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
}

.stats p {
  background: #f5f8fc;
  border: 1px solid #e1eaf4;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 14px;
}

.stats span {
  color: var(--muted);
  font-size: 12px;
}

.stats strong {
  color: #142c50;
  font-size: 28px;
}

.stats .danger {
  color: #e23845;
}

.wide-map {
  background:
    linear-gradient(31deg, transparent 0 46%, rgba(173, 198, 217, 0.58) 46% 48%, transparent 48% 100%) 0 0 / 124px 78px,
    linear-gradient(119deg, transparent 0 44%, rgba(185, 207, 222, 0.52) 44% 46%, transparent 46% 100%) 0 0 / 114px 86px,
    linear-gradient(8deg, transparent 0 49%, rgba(203, 218, 229, 0.72) 49% 51%, transparent 51% 100%) 0 0 / 140px 92px,
    linear-gradient(135deg, rgba(194, 232, 221, 0.5), transparent 45%),
    #edf4f8;
  border: 1px solid #d3e0ea;
  border-radius: 8px;
  height: 230px;
  margin-top: 16px;
  overflow: hidden;
}

.wide-map .path {
  border-bottom: 4px solid #1f86ff;
  border-left: 4px solid #1f86ff;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 0 0 2px rgba(31, 134, 255, 0.11);
  height: 96px;
  left: 72px;
  position: absolute;
  top: 62px;
  transform: skewY(-12deg);
  width: 380px;
  z-index: 2;
}

.wide-map .a { left: 70px; top: 134px; }
.wide-map .b { left: 202px; top: 92px; }
.wide-map .c { left: 338px; top: 136px; }
.wide-map .d { right: 68px; top: 84px; }

.activity {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.activity p {
  align-items: center;
  color: #334a67;
  display: grid;
  font-size: 13px;
  grid-template-columns: 52px 1fr auto;
  margin: 0;
}

.activity span {
  color: #8a99ab;
}

.activity strong {
  color: #15a66f;
}

.trust-section {
  align-items: center;
  background:
    radial-gradient(circle at 82% 48%, rgba(36, 217, 255, 0.22), transparent 22%),
    linear-gradient(120deg, #061426, #09233f 54%, #061426);
  color: #fff;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(260px, 0.72fr) 1.2fr 230px;
  overflow: hidden;
  padding: 68px 34px;
  position: relative;
}

.trust-copy h2 {
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 20px;
}

.trust-copy p,
.trust-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.trust-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid article > span {
  background: transparent;
  border: 2px solid rgba(36, 217, 255, 0.7);
  box-shadow: none;
  margin-bottom: 18px;
}

.trust-icon-img {
  display: block;
  filter: drop-shadow(0 0 12px rgba(18, 104, 243, 0.2));
  height: 58px;
  margin: 0 0 18px;
  object-fit: contain;
  object-position: left center;
  width: 58px;
}

.trust-grid h3 {
  color: #fff;
  font-size: 17px;
}

.shield-art {
  display: block;
  filter: drop-shadow(0 0 30px rgba(36, 217, 255, 0.42));
  height: auto;
  justify-self: center;
  max-width: 250px;
  width: 100%;
}

.site-footer {
  background: #05101f;
  color: #fff;
  padding: 48px 34px 20px;
}

.footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 34px;
  grid-template-columns: 1.3fr 0.65fr 0.95fr 0.9fr 1fr;
  padding-bottom: 36px;
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-links,
.footer-contact,
.quote-box {
  align-content: start;
  display: grid;
  gap: 11px;
}

.footer-links h3,
.footer-contact h3,
.quote-box h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 8px;
}

.footer-links a,
.footer-contact p,
.footer-bottom,
.certs span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  margin: 0;
}

.footer-contact p {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 26px 1fr;
}

.contact-icon {
  display: block;
  fill: none;
  height: 23px;
  stroke: rgba(207, 220, 235, 0.8);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  width: 23px;
}

.certs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.certs span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 10px;
}

.quote-box {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 22px;
}

.quote-box .btn {
  font-size: 13px;
  margin-top: 6px;
  min-height: 42px;
  padding: 0 16px;
  width: fit-content;
}

.footer-bottom {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 20px;
}

.footer-bottom div {
  display: flex;
  gap: 28px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-header nav {
    display: none;
  }

  .monitor-card {
    opacity: 0.94;
    right: 24px;
    width: 330px;
  }

  .monitor-card.image-panel {
    max-width: 300px;
    right: 24px;
    width: 26vw;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tracking-section {
    grid-template-columns: 1fr;
  }

  .tracking-copy {
    max-width: none;
  }

  .trust-section {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shield-art {
    display: none;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    gap: 14px;
    grid-template-columns: 1fr;
    min-height: 70px;
    padding: 12px 18px;
  }

  .brand > span {
    font-size: 22px;
  }

  .site-header > .brand {
    justify-self: center;
    margin-left: 0;
  }

  .brand-logo {
    height: 52px;
  }

  .brand small {
    font-size: 8px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    margin-top: 70px;
    min-height: 800px;
    padding: 380px 20px 36px;
  }

  .hero-media {
    background: #071425;
  }

  .hero-image {
    object-fit: contain;
    object-position: center top;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(1, 10, 21, 0.06) 0%, rgba(1, 10, 21, 0.08) 42%, rgba(1, 10, 21, 0.76) 68%, rgba(1, 10, 21, 0.94) 100%),
      linear-gradient(90deg, rgba(1, 10, 21, 0.26), rgba(1, 10, 21, 0.08));
  }

  .hero h1 {
    font-size: 40px;
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    min-width: 0;
    width: 100%;
  }

  .hero-metrics,
  .feature-list,
  .stats,
  .trust-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    gap: 18px;
    margin-top: 34px;
  }

  .monitor-card {
    bottom: 24px;
    left: 20px;
    max-width: none;
    right: 20px;
    top: auto;
    width: auto;
  }

  .monitor-card.image-panel {
    display: none;
  }

  .services-section,
  .tracking-section,
  .trust-section,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .service-card {
    min-height: 0;
  }

  .tracking-visual {
    grid-template-columns: 1fr;
  }

  .phone-preview {
    justify-self: center;
    max-width: 280px;
    width: 100%;
  }

  .panel-preview,
  .real-dashboard-stack {
    justify-self: center;
    max-width: 560px;
    width: 100%;
  }

  .real-panel {
    border-radius: 8px;
  }

  .dashboard {
    overflow: hidden;
  }

  .wide-map .path {
    width: 230px;
  }

  .activity p {
    grid-template-columns: 48px 1fr;
  }

  .activity strong {
    grid-column: 2;
  }

  .footer-bottom,
  .footer-bottom div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 350px;
  }

  .hero h1 {
    font-size: 34px;
  }
}


.whatsapp-box {
  align-items: center;
  justify-items: center;
  text-align: center;
}

.whatsapp-circle {
  align-items: center;
  background: linear-gradient(135deg, #25d366 0%, #1ebe5d 55%, #128c7e 100%);
  border: 4px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.32);
  display: inline-flex;
  height: 96px;
  justify-content: center;
  justify-self: center;
  margin-top: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 96px;
}

.whatsapp-circle svg {
  display: block;
  height: 46px;
  width: 46px;
}

.whatsapp-circle:hover {
  box-shadow: 0 22px 48px rgba(37, 211, 102, 0.42);
  transform: translateY(-3px) scale(1.03);
}

.whatsapp-note {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-top: 4px;
}


/* Logotipo textual del pie: mismos colores del logo principal */
.footer-wordmark {
  display: inline-flex;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.footer-wordmark .wordmark-inver {
  color: #0124bb;
}

.footer-wordmark .wordmark-seg {
  color: #dd0000;
}

@media (max-width: 760px) {
  .footer-wordmark {
    font-size: 30px;
  }
}


/* Carrusel de clientes */
.clients-section {
  background: #f6f9fd;
  border-bottom: 1px solid #dce7f3;
  border-top: 1px solid #dce7f3;
  overflow: hidden;
  padding: 54px 0 62px;
}

.clients-heading {
  margin: 0 auto 32px;
  padding: 0 24px;
  text-align: center;
}

.clients-heading h2 {
  color: #102a53;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0;
}

.clients-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.clients-carousel::before,
.clients-carousel::after {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(9vw, 120px);
  z-index: 2;
}

.clients-carousel::before {
  background: linear-gradient(90deg, #f6f9fd 0%, rgba(246, 249, 253, 0) 100%);
  left: 0;
}

.clients-carousel::after {
  background: linear-gradient(270deg, #f6f9fd 0%, rgba(246, 249, 253, 0) 100%);
  right: 0;
}

.clients-track {
  animation: clients-scroll 52s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.clients-carousel:hover .clients-track {
  animation-play-state: paused;
}

.clients-group {
  display: flex;
  flex: none;
  gap: 24px;
  padding-right: 24px;
}

.client-logo {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dce7f3;
  border-radius: 12px;
  box-shadow: 0 14px 38px rgba(15, 40, 80, 0.07);
  display: flex;
  flex: 0 0 220px;
  height: 132px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}

.client-logo img {
  display: block;
  height: 100%;
  object-fit: contain;
  transform: scale(var(--logo-scale, 1.5));
  transform-origin: center;
  width: 100%;
}

@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  .clients-section {
    padding: 42px 0 48px;
  }

  .clients-heading {
    margin-bottom: 24px;
  }

  .clients-group {
    gap: 14px;
    padding-right: 14px;
  }

  .client-logo {
    flex-basis: 170px;
    height: 104px;
  }

  .clients-track {
    animation-duration: 42s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clients-track {
    animation-play-state: paused;
  }
}

.contact-section {
  background: var(--background);
  padding: 76px 34px;
}

.contact-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 55px rgba(15, 40, 80, 0.08);
  display: grid;
  gap: 22px;
  margin: 0 auto;
  max-width: 780px;
  padding: 38px;
}

.contact-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field label {
  color: #142c50;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  background: #f6f9fd;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--foreground);
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #9aa9bd;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--blue);
  outline: 2px solid rgba(18, 104, 243, 0.22);
}

.contact-field textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-submit {
  cursor: pointer;
  font-family: inherit;
  justify-self: start;
  min-width: 200px;
}

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

.contact-status {
  color: var(--teal);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.contact-status.error {
  color: #e5484d;
}

@media (max-width: 760px) {
  .contact-section {
    padding: 56px 20px;
  }

  .contact-form {
    padding: 24px;
  }

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

  .contact-submit {
    justify-self: stretch;
    width: 100%;
  }
}
