
:root {
    --g: #063f2c;
    --g2: #0a6244;
    --o: #f28b00;
    --ink: #10221b;
    --muted: #65756d;
    --line: #dbe5df;
    --bg: #f7faf8;
    --white: #fff;
    --shadow: 0 18px 50px rgba(6,63,44,.12);
    --r: 24px;
    --max: 1180px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.55;
}
a {
    text-decoration: none;
    color: inherit;
}
.wrap {
    width: min(var(--max), calc(100% - 40px));
    margin: auto;
}
.header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fffffff2;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.nav {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 1.05rem;
}
.brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.brand b {
    color: var(--g);
}
.brand em {
    color: var(--o);
    font-style: normal;
}
.links {
    display: flex;
    gap: 22px;
    align-items: center;
    font-size: .9rem;
    font-weight: 800;
    color: #385249;
}
.links a:hover {
    color: var(--o);
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 12px;
    font-weight: 900;
    border: 1px solid transparent;
    transition: .2s;
}
.primary {
    background: var(--o);
    color: #fff;
    box-shadow: 0 8px 22px #f28b0038;
}
.primary:hover {
    transform: translateY(-2px);
    background: #dc7900;
}
.outline {
    border-color: #b9c9c1;
    background: #fff;
    color: var(--g);
}
.menu {
    display: none;
    border: 0;
    background: none;
    font-size: 1.5rem;
}
.hero {
    padding: 65px 0 35px;
    background: linear-gradient(#fff, #f5faf7);
    overflow: hidden;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
}
.eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #e8f3ee;
    color: var(--g);
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.eyebrow i {
    width: 8px;
    height: 8px;
    background: var(--o);
    border-radius: 50%;
}
.hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    line-height: .98;
    letter-spacing: -.055em;
    color: var(--g);
    margin: 20px 0;
}
.hero h1 span {
    color: var(--o);
}
.hero p {
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 650px;
}
.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 27px;
}
.trust {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
    color: #496158;
    font-size: .84rem;
    font-weight: 750;
}
.trust strong {
    color: var(--g);
}
.slider {
    height: 510px;
    position: relative;
}
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(25px);
    transition: .5s;
    pointer-events: none;
}
.slide.active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}
.visual {
    height: 510px;
    border-radius: 32px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #e8f4ee, #fff);
}
.visual:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    right: -90px;
    bottom: -100px;
    background: #f28b001f;
}
.slideimg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top {
    position: absolute;
    z-index: 5;
    top: 22px;
    left: 24px;
    right: 24px;
    display: flex;
    justify-content: space-between;
}
.pill {
    background: #fff;
    border: 1px solid var(--line);
    padding: 7px 11px;
    border-radius: 99px;
    font-size: .72rem;
    font-weight: 900;
    color: var(--g);
}
.title {
    font-weight: 950;
    color: var(--g);
    font-size: .95rem;
}
.scene {
    position: absolute;
    inset: 80px 20px 20px;
}
.school {
    position: absolute;
    right: 6%;
    top: 5%;
    width: 43%;
    height: 45%;
    background: #fff;
    border: 7px solid #dbe7e0;
    border-radius: 14px 14px 5px 5px;
    box-shadow: 0 15px 30px #00000012;
}
.school:before {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    top: -35px;
    height: 35px;
    background: var(--g);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.windows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    padding: 27px 14px;
}
.windows i {
    height: 38px;
    background: #dfeee7;
    border-radius: 5px;
}
.road {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    height: 125px;
    background: #26322e;
    border-radius: 26px;
    transform: skewY(-2deg);
}
.lane {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 74px;
    border-top: 5px dashed #f8c25a;
}
.car {
    position: absolute;
    left: 6%;
    bottom: 64px;
    width: 49%;
    height: 95px;
    background: var(--g);
    border-radius: 30px 52px 18px 18px;
    z-index: 3;
    box-shadow: 0 12px 20px #0003;
}
.car:before {
    content: "";
    position: absolute;
    left: 22%;
    top: -45px;
    width: 58%;
    height: 55px;
    background: #e8f0ed;
    border: 7px solid var(--g);
    border-bottom: 0;
    border-radius: 42px 42px 5px 5px;
}
.wheel {
    position: absolute;
    bottom: -16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #16201d;
    border: 8px solid #aebcb6;
}
.w1 {
    left: 16px;
}
.w2 {
    right: 16px;
}
.phone {
    position: absolute;
    z-index: 5;
    left: 43%;
    bottom: 112px;
    width: 90px;
    height: 165px;
    background: #111;
    border: 5px solid #252d2a;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 15px 30px #0004;
}
.screen {
    height: 100%;
    border-radius: 12px;
    background: #fff;
    padding: 9px;
    font-size: 9px;
    overflow: hidden;
}
.geo {
    height: 75px;
    border-radius: 9px;
    background: #e5f4ed;
    position: relative;
    margin-bottom: 7px;
}
.geo:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #55a782;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.geo:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: var(--o);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pbtn {
    height: 17px;
    background: var(--o);
    border-radius: 6px;
    margin: 7px 0;
}
.prow {
    height: 9px;
    background: #e8efec;
    border-radius: 4px;
    margin: 6px 0;
}
.reader {
    position: absolute;
    z-index: 4;
    right: 10%;
    bottom: 98px;
    width: 70px;
    height: 145px;
    background: #fff;
    border: 5px solid #1e3029;
    border-radius: 12px;
    padding: 9px;
    box-shadow: 0 12px 20px #0003;
}
.reader:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    border: 5px solid var(--g);
    border-radius: 50%;
    margin: auto;
}
.reader:after {
    content: "";
    position: absolute;
    bottom: -53px;
    left: 29px;
    width: 8px;
    height: 54px;
    background: #33443d;
}
.qr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    margin-top: 7px;
}
.qr i {
    height: 7px;
    background: #15241e;
}
.camera {
    position: absolute;
    z-index: 4;
    right: 10%;
    bottom: 145px;
    width: 105px;
    height: 68px;
    background: #273831;
    border-radius: 18px;
    transform: rotate(-6deg);
    box-shadow: 0 12px 20px #0003;
}
.camera:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 13px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    border: 8px solid #687a71;
}
.camera:after {
    content: "ALPR";
    position: absolute;
    right: 8px;
    top: 25px;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
}
.rfid {
    position: absolute;
    right: 11%;
    bottom: 140px;
    width: 110px;
    height: 80px;
    background: #fff;
    border: 5px solid var(--g);
    border-radius: 17px;
    z-index: 4;
    display: grid;
    place-items: center;
    color: var(--g);
    font-weight: 950;
    font-size: 18px;
}
.signal {
    position: absolute;
    right: 2%;
    bottom: 165px;
    width: 115px;
    height: 115px;
    border: 3px solid #f28b0088;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(45deg);
}
.signal:after {
    content: "";
    position: absolute;
    inset: 15px;
    border: 3px solid #f28b0066;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
}
.caption {
    position: absolute;
    z-index: 7;
    left: 20px;
    bottom: 20px;
    max-width: 67%;
    background: #fffffff2;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 8px 20px #00000012;
}
.caption strong {
    display: block;
    color: var(--g);
}
.caption small {
    color: var(--muted);
}
.dots {
    position: absolute;
    z-index: 10;
    right: 18px;
    bottom: 20px;
    display: flex;
    gap: 8px;
}
.dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #b9c8c1;
}
.dot.active {
    background: var(--o);
    transform: scale(1.25);
}
.section {
    padding: 90px 0;
}
.alt {
    background: #fff;
}
.head {
    max-width: 760px;
    margin-bottom: 42px;
}
.kicker {
    font-size: .75rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--o);
}
h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -.04em;
    color: var(--g);
    margin: 9px 0 14px;
}
.head p {
    color: var(--muted);
    font-size: 1.04rem;
}
.cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: 0 10px 30px #063f440f;
}
.art {
    height: 220px;
    position: relative;
    background: linear-gradient(145deg, #e8f4ee, #f9fcfa);
    overflow: hidden;
}
.body {
    padding: 27px;
}
.body h3 {
    margin: 0;
    color: var(--g);
    font-size: 1.4rem;
}
.body p {
    color: var(--muted);
}
.features {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}
.features li {
    font-size: .86rem;
    font-weight: 750;
    color: #3d5149;
}
.features li:before {
    content: "✓";
    color: var(--o);
    font-weight: 950;
    margin-right: 7px;
}
.mini .school {
    width: 48%;
    height: 60%;
    top: 12%;
}
.mini .car {
    transform: scale(.72);
    transform-origin: left bottom;
}
.mini .phone {
    transform: scale(.68);
    transform-origin: left bottom;
}
.mini .reader {
    transform: scale(.72);
    transform-origin: right bottom;
}
.mini .camera {
    transform: scale(.8);
    transform-origin: right bottom;
}
.mini .rfid {
    transform: scale(.8);
    transform-origin: right bottom;
}
.mini .signal {
    transform: scale(.75) rotate(45deg);
    transform-origin: right bottom;
}
.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}
.step {
    padding: 23px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
}
.num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--o);
    color: #fff;
    font-weight: 950;
    margin-bottom: 13px;
}
.step h3 {
    font-size: .98rem;
    color: var(--g);
    margin: 0 0 5px;
}
.step p {
    font-size: .82rem;
    color: var(--muted);
    margin: 0;
}
.benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.benefit {
    padding: 25px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
}
.icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #e8f3ee;
    color: var(--g);
    font-size: 1.25rem;
    margin-bottom: 13px;
}
.benefit h3 {
    font-size: 1rem;
    color: var(--g);
    margin: 0 0 6px;
}
.benefit p {
    font-size: .88rem;
    color: var(--muted);
    margin: 0;
}
.compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.compare article {
    padding: 28px;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: #fff;
}
.compare .featured {
    background: var(--g);
    color: #fff;
    border-color: var(--g);
}
.compare h3 {
    margin-top: 0;
}
.compare li {
    margin: 9px 0;
}
.cta {
    background: var(--g);
    color: #fff;
    padding: 70px 0;
}
.cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.cta h2 {
    color: #fff;
    margin: 0;
}
.cta p {
    color: #d7e8e0;
    max-width: 650px;
}
.footer {
    background: #042d20;
    color: #bcd0c7;
    padding: 25px 0;
}
.foot {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.foot strong {
    color: #fff;
}
.foot small {
    font-size: .8rem;
}
.mobile {
    display: none;
    padding: 12px 0 20px;
}
.mobile a {
    display: block;
    padding: 8px 0;
    font-weight: 800;
}
@media (max-width: 900px) {
    .links {
        display: none;
    }
    .menu {
        display: block;
    }
    .mobile {
        display: none;
    }
    .hero-grid {
        grid-template-columns: 1fr;
    }
    .slider,
    .visual {
        height: 470px;
    }
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .wrap {
        width: calc(100% - 26px);
    }
    .nav {
        height: 68px;
    }
    .brand img {
        width: 37px;
        height: 37px;
    }
    .hero {
        padding: 40px 0 20px;
    }
    .hero h1 {
        font-size: 3rem;
    }
    .actions .btn {
        width: 100%;
    }
    .slider,
    .visual {
        height: 390px;
    }
    .scene {
        inset: 68px 10px 10px;
    }
    .school {
        width: 47%;
        height: 37%;
    }
    .car {
        width: 60%;
        height: 70px;
        bottom: 43px;
    }
    .car:before {
        top: -34px;
        height: 44px;
    }
    .phone {
        width: 70px;
        height: 130px;
        left: 38%;
        bottom: 82px;
    }
    .reader,
    .camera,
    .rfid {
        transform: scale(.7);
        transform-origin: right bottom;
        right: 1%;
    }
    .signal {
        transform: scale(.65) rotate(45deg);
        right: -2%;
        bottom: 100px;
    }
    .caption {
        left: 10px;
        bottom: 10px;
        max-width: 80%;
        font-size: .78rem;
    }
    .section {
        padding: 62px 0;
    }
    .cards,
    .compare {
        grid-template-columns: 1fr;
    }
    .features {
        grid-template-columns: 1fr;
    }
    .benefits {
        grid-template-columns: 1fr;
    }
    .steps {
        grid-template-columns: 1fr;
    }
    .cta-row,
    .foot {
        flex-direction: column;
        align-items: flex-start;
    }
}