
:root {
  --navy: #041e56;
  --navy-2: #082f79;
  --green: #00983c;
  --green-2: #00b54a;
  --ink: #10213b;
  --muted: #5d6b7e;
  --line: #dce5ee;
  --pale: #f2f7f6;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

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

.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--navy);
  color: white;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(17, 53, 103, .10);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; width: 166px; align-items: center; }
.brand img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; color: #394960; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus { color: var(--green); }
.header-cta { border-radius: 9px; background: var(--green); padding: 12px 16px; color: white; font-size: 13px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.header-cta:hover, .header-cta:focus { background: #007e32; transform: translateY(-1px); }

.hero { position: relative; overflow: hidden; background: linear-gradient(116deg, #f7fbfb 0%, #eff8f4 49%, #ecf7f2 100%); padding: 88px 0 94px; }
.hero-grid { position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(rgba(8, 47, 121, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 47, 121, .055) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, black, transparent 92%); }
.hero::after { position: absolute; content: ""; width: 700px; height: 700px; right: -330px; top: -330px; border: 1px solid rgba(0, 152, 60, .14); border-radius: 50%; box-shadow: 0 0 0 78px rgba(0, 152, 60, .05), 0 0 0 156px rgba(0, 152, 60, .035); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr); align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.hero h1, .section-heading h2, .camera-copy h2, .coverage-copy h2, .contact-card h2 { margin: 0; color: var(--navy); font-size: clamp(41px, 5vw, 68px); font-weight: 800; letter-spacing: -.052em; line-height: .99; }
.hero-description { max-width: 600px; margin: 25px 0 0; color: #4b5e70; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 51px; border-radius: 9px; padding: 13px 18px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { background: var(--green); box-shadow: 0 10px 22px rgba(0, 152, 60, .18); color: white; }
.button-primary:hover, .button-primary:focus { background: #007e32; box-shadow: 0 12px 26px rgba(0, 152, 60, .24); }
.button-secondary { border: 1px solid #c6d6d2; background: rgba(255,255,255,.72); color: var(--navy); }
.button-secondary:hover, .button-secondary:focus { border-color: var(--green); background: white; }
.vehicle-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.vehicle-tags span { border: 1px solid #cfe3db; border-radius: 999px; background: rgba(255,255,255,.75); padding: 8px 11px; color: #426152; font-size: 12px; font-weight: 700; }

.hero-panel { position: relative; border: 1px solid rgba(5, 38, 89, .12); border-radius: 20px; background: rgba(255, 255, 255, .87); padding: 18px; box-shadow: 0 24px 58px rgba(10, 48, 93, .14); }
.panel-topline { display: flex; align-items: center; gap: 8px; padding: 4px 4px 16px; color: #365064; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,152,60,.12); }
.map-card { position: relative; overflow: hidden; min-height: 258px; border-radius: 13px; background: #dbeee7; }
.map-lines { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(25deg, transparent 48%, #b9d8ca 49%, #b9d8ca 51%, transparent 52%), linear-gradient(130deg, transparent 46%, #c5ded4 47%, #c5ded4 50%, transparent 51%), repeating-linear-gradient(10deg, transparent 0 34px, rgba(48, 121, 92, .13) 35px 37px); }
.route { position: absolute; z-index: 1; border: 4px solid var(--green); border-left-color: transparent; border-bottom-color: transparent; border-radius: 70% 45% 56% 20%; transform: rotate(28deg); }
.route-one { width: 180px; height: 106px; top: 68px; left: 94px; }
.route-two { width: 138px; height: 78px; top: 103px; left: 174px; border-color: var(--navy); border-right-color: transparent; border-bottom-color: transparent; transform: rotate(-18deg); }
.pin { position: absolute; z-index: 2; display: grid; width: 27px; height: 27px; place-items: center; border: 4px solid white; border-radius: 50% 50% 50% 0; background: var(--navy); color: var(--navy); font-size: 0; box-shadow: 0 3px 8px rgba(5, 30, 67, .28); transform: rotate(-45deg); }
.pin::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: white; }
.pin-one { top: 76px; left: 84px; }.pin-two { bottom: 48px; right: 50px; background: var(--green); }
.route-label { position: absolute; z-index: 3; right: 15px; top: 15px; border-radius: 6px; background: white; padding: 7px 9px; color: var(--navy); font-size: 11px; font-weight: 800; box-shadow: 0 5px 12px rgba(20, 49, 68, .12); }
.panel-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 14px; }
.panel-features div { border: 1px solid #e0e9e6; border-radius: 9px; padding: 10px 7px; text-align: center; }
.feature-symbol { display: block; margin-bottom: 5px; color: var(--green); font-size: 18px; line-height: 1; }
.panel-features p { margin: 0; color: #506175; font-size: 10px; font-weight: 700; line-height: 1.25; }

.trust-strip { background: var(--navy); color: white; }
.trust-items { display: flex; min-height: 78px; align-items: center; justify-content: center; gap: 27px; }
.trust-items p { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.trust-items span { width: 5px; height: 5px; border-radius: 50%; background: var(--green-2); }

.section { padding: 112px 0; }
.section-light { background: white; }
.section-heading { max-width: 710px; }
.section-heading h2, .camera-copy h2, .coverage-copy h2, .contact-card h2 { font-size: clamp(34px, 4vw, 51px); }
.section-heading > p:not(.eyebrow), .camera-copy > p:not(.eyebrow), .coverage-copy > p:not(.eyebrow), .contact-card > div > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 48px; }
.solution-card { display: flex; min-height: 266px; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; padding: 26px; background: white; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.solution-card:hover { transform: translateY(-4px); border-color: #98cbb0; box-shadow: 0 15px 32px rgba(9, 54, 89, .09); }
.solution-number { color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.solution-card h3 { margin: 22px 0 10px; color: var(--navy); font-size: 22px; letter-spacing: -.02em; }
.solution-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.solution-card a { margin-top: auto; padding-top: 20px; color: var(--green); font-size: 13px; font-weight: 800; }

.camera-section { background: var(--pale); }
.camera-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .88fr); align-items: center; gap: 102px; }
.camera-visual { position: relative; min-height: 414px; }
.camera-frame { position: absolute; left: 0; top: 10px; width: min(100%, 470px); min-height: 368px; overflow: hidden; border: 9px solid #fff; border-radius: 15px; background: linear-gradient(155deg, #b4d7df 0 34%, #e7efe2 34% 37%, #506a63 37% 38%, #4c5d62 38% 100%); box-shadow: 0 22px 45px rgba(13, 45, 66, .18); }
.camera-road { position: absolute; bottom: -20px; left: 27%; width: 49%; height: 78%; background: linear-gradient(78deg, transparent 45%, rgba(255,255,255,.9) 46% 47%, transparent 48%), linear-gradient(282deg, transparent 45%, rgba(255,255,255,.9) 46% 47%, transparent 48%), #58666b; clip-path: polygon(41% 0, 61% 0, 100% 100%, 0 100%); }
.camera-hud { position: absolute; inset: 14px 15px auto; display: flex; justify-content: space-between; color: white; font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.recording { color: #ffd7d7; }
.camera-time { position: absolute; bottom: 14px; left: 15px; color: white; font-size: 11px; font-weight: 800; }
.camera-card { position: absolute; z-index: 2; max-width: 188px; border: 1px solid rgba(255,255,255,.9); border-radius: 10px; background: rgba(255,255,255,.94); padding: 13px 15px; box-shadow: 0 16px 28px rgba(13, 45, 66, .16); }
.camera-card span { display: block; margin-bottom: 4px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.camera-card strong { color: var(--navy); font-size: 13px; }
.card-route { right: 3px; top: 48px; }.card-alert { right: 24px; bottom: 8px; }
.camera-copy { max-width: 505px; }
.camera-copy > p:not(.eyebrow) { margin-bottom: 25px; }
.check-list { display: grid; gap: 13px; margin: 0 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #465c70; font-size: 14px; line-height: 1.5; }
.check-list li::before { position: absolute; left: 0; top: 1px; content: "✓"; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #d8efe2; color: #007a2e; font-size: 11px; font-weight: 900; }
.text-link { display: inline-flex; gap: 14px; border-bottom: 1px solid #78b99a; padding-bottom: 6px; color: var(--green); font-size: 14px; font-weight: 800; }

.section-blue { background: var(--navy); }
.audience-layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1fr); gap: 112px; }
.inverse h2 { color: white; }.inverse > p:not(.eyebrow) { color: #c8d6ed; }
.audience-list { border-top: 1px solid rgba(255,255,255,.22); }
.audience-item { display: grid; grid-template-columns: 50px 1fr 20px; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.22); padding: 19px 0; }
.audience-item span { color: var(--green-2); font-size: 12px; font-weight: 900; letter-spacing: .1em; }.audience-item p { margin: 0; color: white; font-size: 17px; font-weight: 700; }.audience-item strong { color: #9bd5b3; }

.coverage-section { overflow: hidden; background: white; }
.coverage-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(370px,.8fr); align-items: center; gap: 100px; }
.coverage-copy { max-width: 550px; }.coverage-copy .button { margin-top: 29px; }
.coverage-card { position: relative; min-height: 345px; overflow: hidden; border-radius: 18px; background: radial-gradient(circle at 42% 43%, #176348 0 4%, transparent 4.5%), linear-gradient(140deg, #053b77 0%, #08275f 58%, #07336d 100%); box-shadow: 0 19px 38px rgba(3, 32, 75, .18); color: white; }
.coverage-card::before { position: absolute; content: ""; inset: -20%; opacity: .38; background-image: linear-gradient(22deg, transparent 48%, #4c82a7 49%, #4c82a7 51%, transparent 52%), linear-gradient(132deg, transparent 48%, #4c82a7 49%, #4c82a7 51%, transparent 52%); background-size: 86px 92px; transform: rotate(7deg); }
.coverage-glow { position: absolute; left: 35%; top: 29%; width: 130px; height: 130px; border: 1px solid rgba(36, 207, 111, .6); border-radius: 50%; box-shadow: 0 0 0 27px rgba(36, 207, 111, .1), 0 0 0 54px rgba(36, 207, 111, .08); }
.coverage-title, .coverage-regions, .coverage-note { position: relative; z-index: 1; }.coverage-title { margin: 25px 28px; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.coverage-regions { position: absolute; right: 26px; bottom: 66px; display: grid; gap: 10px; }.coverage-regions span { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); padding: 9px 13px; font-size: 13px; font-weight: 700; }.coverage-note { position: absolute; left: 28px; bottom: 27px; max-width: 190px; margin: 0; color: #c9d7ef; font-size: 12px; line-height: 1.5; }.coverage-point { position: absolute; z-index: 1; width: 10px; height: 10px; border: 2px solid white; border-radius: 50%; background: var(--green-2); box-shadow: 0 0 0 6px rgba(0, 181, 74, .18); }.point-a { left: 38%; top: 42%; }.point-b { left: 57%; top: 25%; }.point-c { left: 67%; top: 58%; }

.contact-section { padding: 85px 0; background: #e9f5ef; }.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 65px; border-radius: 18px; background: white; padding: 50px 58px; box-shadow: 0 12px 30px rgba(12, 65, 43, .08); }.contact-card > div:first-child { max-width: 610px; }.contact-actions { display: flex; min-width: 265px; flex-direction: column; align-items: stretch; gap: 14px; }.email-link { color: var(--navy); font-size: 13px; font-weight: 800; text-align: center; text-decoration: underline; text-decoration-color: #a6cfc0; text-underline-offset: 4px; }

.site-footer { background: #031b4c; padding: 46px 0 24px; color: white; }.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }.footer-brand img { display: block; width: 184px; border-radius: 4px; background: white; }.footer-brand p { max-width: 330px; margin: 14px 0 0; color: #bdcce1; font-size: 13px; line-height: 1.6; }.footer-links { display: flex; flex-wrap: wrap; gap: 20px; padding-top: 12px; color: #d9e5f7; font-size: 13px; font-weight: 700; }.footer-links a:hover { color: #6ee196; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.17); margin-top: 36px; padding-top: 20px; color: #91a8c8; font-size: 11px; line-height: 1.5; }.footer-bottom p { margin: 0; }

@media (max-width: 900px) {
  .header-inner { min-height: 70px; }.main-nav { display: none; }.brand { width: 148px; }.header-cta { padding: 10px 12px; font-size: 12px; }
  .hero { padding: 68px 0 72px; }.hero-layout, .camera-layout, .audience-layout, .coverage-layout { grid-template-columns: 1fr; gap: 55px; }.hero-panel { width: min(100%, 510px); }.solutions-grid { grid-template-columns: repeat(2, 1fr); }.audience-layout { gap: 45px; }.coverage-card { max-width: 500px; }.contact-card { align-items: flex-start; flex-direction: column; gap: 30px; padding: 38px; }.contact-actions { width: 100%; max-width: 350px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 1160px); }.header-cta { font-size: 0; }.header-cta::after { content: "WhatsApp"; font-size: 12px; }.hero { padding: 52px 0 58px; }.hero h1 { font-size: 43px; }.hero-description { font-size: 17px; }.hero-actions { flex-direction: column; }.button { width: 100%; }.hero-panel { padding: 12px; }.map-card { min-height: 228px; }.panel-features div { padding: 9px 3px; }.trust-items { min-height: auto; flex-wrap: wrap; justify-content: flex-start; gap: 12px 16px; padding: 22px 0; }.trust-items span { display: none; }.trust-items p { width: 100%; font-size: 12px; }.section { padding: 72px 0; }.section-heading h2, .camera-copy h2, .coverage-copy h2, .contact-card h2 { font-size: 37px; }.solutions-grid { grid-template-columns: 1fr; margin-top: 34px; }.solution-card { min-height: 230px; }.camera-visual { min-height: 345px; }.camera-frame { min-height: 294px; }.card-route { right: -2px; top: 31px; }.card-alert { right: 7px; bottom: 0; }.audience-item { grid-template-columns: 37px 1fr 15px; }.audience-item p { font-size: 15px; }.coverage-card { min-height: 300px; }.contact-section { padding: 58px 0; }.contact-card { padding: 29px 24px; }.footer-inner, .footer-bottom { flex-direction: column; }.footer-bottom { gap: 8px; }.footer-links { padding-top: 0; }
}
