:root {
    --bg: #090a0b;
    --panel: #111315;
    --panel-2: #17191c;
    --text: #f5f5f5;
    --muted: #b9bcc2;
    --yellow: #ffd31a;
    --yellow-2: #ffbf00;
    --line: rgba(255,255,255,.22);
    --shadow: 0 24px 70px rgba(0,0,0,.38);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background:
        radial-gradient(circle at 50% 0%, #22262a 0, #101214 28%, #090a0b 58%);
    font-family: "Segoe UI", Arial, sans-serif;
}

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

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

.page-shell {
    min-height: 100vh;
    overflow: hidden;
}

.hero {
    position: relative;
    min-height: 300px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    background:
        linear-gradient(90deg, rgba(8,9,10,.98) 0%, rgba(8,9,10,.88) 34%, rgba(8,9,10,.62) 67%, rgba(8,9,10,.82) 100%),
        radial-gradient(circle at 65% 55%, rgba(255,211,26,.10), transparent 34%),
        linear-gradient(140deg, #181b1e, #08090a 68%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .17;
    pointer-events: none;
    background-image:
        linear-gradient(110deg, transparent 55%, rgba(255,255,255,.08) 55.5%, transparent 56%),
        repeating-linear-gradient(0deg, rgba(255,255,255,.02) 0 1px, transparent 1px 5px);
}

.hero-overlay {
    position: absolute;
    width: 560px;
    height: 220px;
    right: 10%;
    bottom: -40px;
    opacity: .16;
    transform: skewX(-8deg);
    background:
        linear-gradient(180deg, transparent 0 44%, #fff 45% 53%, transparent 54%),
        linear-gradient(90deg, transparent 0 15%, #fff 16% 50%, transparent 51% 57%, #fff 58% 80%, transparent 81%);
    filter: blur(1px);
}

.topbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 46px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 104px;
    height: 100px;
    color: #08090a;
    background: linear-gradient(135deg, #ffe43b, #ffc000);
    font-size: 70px;
    font-weight: 1000;
    line-height: 1;
    font-style: italic;
    border-radius: 16px 4px 18px 4px;
    transform: skewX(-8deg);
    box-shadow: 0 0 34px rgba(255,211,26,.13);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-copy strong {
    font-size: clamp(34px, 4vw, 64px);
    letter-spacing: .045em;
}

.brand-copy span {
    margin-top: 7px;
    color: var(--yellow);
    font-size: clamp(18px, 2vw, 29px);
    font-weight: 700;
    letter-spacing: .42em;
}

.top-message {
    padding-top: 12px;
    color: #c8cacf;
    text-align: right;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .32em;
}

.top-message strong {
    color: var(--text);
    font-weight: 500;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 38px 0 36px;
}

.eyebrow-line {
    width: 88px;
    height: 4px;
    margin-bottom: 16px;
    background: var(--yellow);
}

.hero h1 {
    margin: 0;
    font-size: clamp(24px, 2.7vw, 40px);
    font-weight: 500;
    letter-spacing: .01em;
}

.hero-subtitle {
    margin: 17px 0 0;
    color: #c5c7cc;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .34em;
}

.hero-subtitle span {
    padding: 0 11px;
    color: var(--yellow);
}

.products {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: -1px;
    padding: 24px 0 36px;
}

.product-card {
    position: relative;
    display: flex;
    min-height: 490px;
    flex-direction: column;
    overflow: hidden;
    padding: 30px 27px 24px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(20,22,24,.96), rgba(8,9,10,.99));
    box-shadow: var(--shadow);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,211,26,.72);
    box-shadow: 0 30px 80px rgba(0,0,0,.52), 0 0 0 1px rgba(255,211,26,.11);
}

.card-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 15px;
}

.card-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--yellow);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.card-body {
    position: relative;
    z-index: 2;
    text-align: center;
}

.card-body h2 {
    margin: 0 0 12px;
    font-size: clamp(21px, 1.7vw, 29px);
    line-height: 1.12;
    text-transform: uppercase;
}

.card-body p {
    min-height: 78px;
    margin: 0 auto;
    max-width: 270px;
    color: #d0d2d6;
    font-size: 17px;
    line-height: 1.45;
}

.card-art {
    position: relative;
    flex: 1;
    min-height: 155px;
    margin: 18px -27px -4px;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.04);
    background:
        radial-gradient(circle at 50% 30%, rgba(255,211,26,.08), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.25));
}

.open-btn {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 57px;
    margin: 16px auto 0;
    width: min(220px, 100%);
    color: #08090a;
    background: linear-gradient(135deg, #ffe33b, #ffc800);
    border-radius: 10px;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 8px 26px rgba(255,200,0,.09);
}

.open-btn b {
    font-size: 24px;
    font-weight: 600;
    transition: transform .2s ease;
}

.product-card:hover .open-btn b {
    transform: translateX(4px);
}

/* Document card art */
.document-art {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8px 34px 6px;
    background:
        radial-gradient(circle at 70% 20%, rgba(255,211,26,.09), transparent 30%),
        linear-gradient(155deg, #202329, #0a0b0c 72%);
}

.binder {
    position: relative;
    width: 78%;
    margin: 0 auto 3px;
    padding: 7px 15px;
    color: #111;
    background: linear-gradient(#a7a7a7, #d8d8d8);
    border: 8px solid #161719;
    border-left-width: 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    transform: perspective(500px) rotateX(3deg);
}

.b1 { transform: translateX(-8px) rotate(-1deg); }
.b2 { transform: translateX(2px); }
.b3 { transform: translateX(-2px); }
.b4 { transform: translateX(7px) rotate(1deg); }

/* Fleet card art */
.fleet-art {
    background:
        linear-gradient(180deg, #20252a 0 52%, #101214 53% 100%);
}

.road {
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: 0;
    height: 65%;
    background: linear-gradient(165deg, #303236, #0a0b0c 78%);
    transform: skewY(-4deg);
}

.road::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    height: 4px;
    background: repeating-linear-gradient(90deg, transparent 0 28px, rgba(255,211,26,.7) 28px 65px);
    opacity: .42;
}

.truck {
    position: absolute;
    bottom: 33px;
    width: 92px;
    height: 51px;
    border-radius: 6px 4px 2px 2px;
    background: linear-gradient(#ddd, #6f7478);
    box-shadow: 0 13px 15px rgba(0,0,0,.5);
}

.truck::before {
    content: "";
    position: absolute;
    right: -29px;
    bottom: 0;
    width: 31px;
    height: 42px;
    background: linear-gradient(#c7c9ca, #64676a);
    clip-path: polygon(0 15%, 64% 15%, 100% 48%, 100% 100%, 0 100%);
}

.truck::after {
    content: "";
    position: absolute;
    left: 13px;
    bottom: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #111;
    box-shadow: 52px 0 #111, 86px 0 #111;
}

.t1 { left: 12%; transform: scale(.76); opacity: .76; }
.t2 { left: 35%; transform: scale(.90); }
.t3 { right: 13%; transform: scale(1.04); }

/* Job card art */
.jobs-art {
    background:
        linear-gradient(145deg, rgba(255,255,255,.07), transparent 40%),
        repeating-linear-gradient(0deg, rgba(170,185,195,.12) 0 1px, transparent 1px 18px),
        repeating-linear-gradient(90deg, rgba(170,185,195,.09) 0 1px, transparent 1px 18px),
        linear-gradient(155deg, #31363b, #101214 75%);
}

.drawing-lines {
    position: absolute;
    width: 190px;
    height: 110px;
    left: 13px;
    bottom: 15px;
    border: 2px solid rgba(230,235,238,.35);
    transform: rotate(-6deg);
}

.drawing-lines::before,
.drawing-lines::after {
    content: "";
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(230,235,238,.28);
}

.drawing-lines::after {
    inset: 37px 17px 11px 76px;
    border-radius: 50%;
}

.helmet {
    position: absolute;
    right: 19px;
    bottom: 11px;
    display: grid;
    place-items: center;
    width: 120px;
    height: 80px;
    color: #08090a;
    background: linear-gradient(#ffe12d, #e6a800);
    border-radius: 68px 68px 16px 16px;
    box-shadow: 0 13px 25px rgba(0,0,0,.45);
}

.helmet::before {
    content: "";
    position: absolute;
    width: 139px;
    height: 13px;
    bottom: 0;
    border-radius: 12px;
    background: #e8aa00;
}

.helmet span {
    font-size: 38px;
    font-weight: 1000;
    font-style: italic;
}

/* Security card art */
.security-art {
    background:
        radial-gradient(circle at 70% 15%, rgba(255,211,26,.09), transparent 26%),
        linear-gradient(160deg, #22272b, #08090a 72%);
}

.clipboard {
    position: absolute;
    width: 155px;
    height: 127px;
    right: 42px;
    bottom: 8px;
    padding: 22px 15px 12px;
    color: #222;
    background: linear-gradient(#f4f4ef, #b9bab5);
    border: 9px solid #17191b;
    border-radius: 7px;
    transform: rotate(-8deg);
    box-shadow: 0 18px 30px rgba(0,0,0,.46);
}

.clipboard::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 60px;
    height: 20px;
    transform: translateX(-50%);
    background: #2b2e30;
    border-radius: 7px 7px 3px 3px;
}

.clipboard strong {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-size: 15px;
}

.clipboard i {
    display: block;
    height: 2px;
    margin: 9px 0;
    background: #777;
}

.benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 28px 0 36px;
    border-top: 1px solid rgba(255,255,255,.25);
}

.benefit {
    display: flex;
    align-items: center;
    gap: 16px;
}

.benefit-symbol {
    color: #aeb1b5;
    font-size: 35px;
}

.benefit div:last-child {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #aeb1b5;
    font-size: 11px;
    letter-spacing: .25em;
}

.benefit strong {
    color: #c9cbd0;
    font-weight: 600;
}

.powered {
    min-width: 260px;
    padding-left: 34px;
    border-left: 1px solid rgba(255,255,255,.32);
}

.powered small {
    display: block;
    margin-bottom: 8px;
    color: #9fa2a7;
    letter-spacing: .25em;
}

.powered strong {
    font-size: 25px;
    font-weight: 500;
}

.powered strong span {
    color: var(--yellow);
    font-weight: 800;
}

footer {
    padding: 20px 0 32px;
    color: #909399;
    border-top: 1px solid rgba(255,255,255,.07);
    text-align: center;
    font-size: 13px;
}

@media (max-width: 1200px) {
    .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .powered {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 720px) {
    .container {
        width: min(100% - 28px, 1500px);
    }

    .hero {
        min-height: auto;
    }

    .topbar {
        padding-top: 24px;
    }

    .brand-mark {
        width: 66px;
        height: 64px;
        font-size: 46px;
        border-radius: 10px 3px 12px 3px;
    }

    .brand {
        gap: 12px;
    }

    .brand-copy strong {
        font-size: 29px;
    }

    .brand-copy span {
        font-size: 13px;
        letter-spacing: .31em;
    }

    .top-message {
        display: none;
    }

    .hero-content {
        padding-top: 32px;
    }

    .hero-subtitle {
        font-size: 10px;
        letter-spacing: .19em;
    }

    .hero-subtitle span {
        padding: 0 6px;
    }

    .products {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 18px;
    }

    .product-card {
        min-height: 450px;
    }

    .card-body p {
        min-height: auto;
    }

    .benefits {
        grid-template-columns: 1fr;
        padding-top: 22px;
    }

    .powered {
        padding-top: 18px;
        border-top: 1px solid rgba(255,255,255,.18);
    }
}
