:root {
    --bg: #09090b;
    --panel: #111116;
    --panel2: #171720;
    --text: #fff;
    --muted: #b8b8c7;
    --red: #ef233c;
    --red2: #b4001a;
    --orange: #ff6b35;
    --line: rgba(255, 255, 255, .1)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden
}

.page-bg {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 20% 10%, rgba(239, 35, 60, .32), transparent 28%), radial-gradient(circle at 80% 0, rgba(255, 107, 53, .18), transparent 22%), linear-gradient(180deg, #060607, #101015 55%, #070709);
    z-index: -2
}

.page-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, black, transparent 80%)
}

.navbar {
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 0;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(12, 12, 16, .72);
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 16px;
    z-index: 10
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff
}

.brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--red), var(--orange));
    display: grid;
    place-items: center;
    font-weight: 900
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .16em
}

nav {
    display: flex;
    gap: 26px
}

nav a {
    color: var(--muted);
    text-decoration: none;
    font-size: 14px
}

nav a:hover {
    color: #fff
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 20px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
    transition: .25s
}

.btn-primary {
    background: linear-gradient(135deg, var(--red), var(--orange));
    color: #fff;
    box-shadow: 0 18px 45px rgba(239, 35, 60, .35)
}

.btn-primary:hover {
    transform: translateY(-2px)
}

.btn-outline, .btn-ghost {
    color: #fff;
    border-color: var(--line);
    background: rgba(255, 255, 255, .04)
}

.btn-ghost:hover, .btn-outline:hover {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .08)
}

.hero {
    width: min(1180px, calc(100% - 32px));
    margin: 58px auto 0;
    display: grid;
    grid-template-columns:1.05fr .95fr;
    gap: 46px;
    align-items: center;
    min-height: 680px
}

.eyebrow, .section-title span, .flow-copy span, .dashboard-copy span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffb2bd;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .16em
}

.eyebrow span {
    width: 9px;
    height: 9px;
    border-radius: 99px;
    background: var(--red);
    box-shadow: 0 0 22px var(--red)
}

h1 {
    font-size: clamp(58px, 9vw, 118px);
    line-height: .86;
    margin: 22px 0 8px;
    letter-spacing: -.08em
}

h2 {
    font-size: clamp(30px, 4vw, 56px);
    line-height: 1.02;
    margin: 0;
    letter-spacing: -.05em
}

.hero h2 {
    background: linear-gradient(90deg, #fff, #ffb1b9, #ff6b35);
    -webkit-background-clip: text;
    color: transparent
}

.hero p, .intro p, .flow-copy p, .dashboard-copy p, .cta p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 660px
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin: 32px 0
}

.trust-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.trust-row div {
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px 18px;
    min-width: 140px
}

.trust-row span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    margin-top: 5px
}

.hero-visual {
    position: relative;
    min-height: 610px;
    display: grid;
    place-items: center
}

.phone-card {
    width: 360px;
    border-radius: 42px;
    background: linear-gradient(180deg, #191922, #0e0e13);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .65), 0 0 90px rgba(239, 35, 60, .18)
}

.phone-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 16px
}

.phone-top span, .phone-top i {
    width: 42px;
    height: 6px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .12)
}

.alert-card {
    background: linear-gradient(135deg, rgba(239, 35, 60, .25), rgba(255, 107, 53, .08));
    border: 1px solid rgba(239, 35, 60, .28);
    border-radius: 24px;
    padding: 18px
}

.alert-card small {
    color: #ffb2bd
}

.alert-card strong {
    display: block;
    margin: 8px 0;
    font-size: 20px
}

.alert-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

.map-box {
    height: 250px;
    border-radius: 26px;
    margin: 16px 0;
    background: #171720;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--line)
}

.map-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7
}

.truck-pin, .fire-pin {
    position: absolute;
    font-size: 30px;
    filter: drop-shadow(0 10px 16px #000)
}

.truck-pin {
    left: 54%;
    top: 48%;
    animation: float 2.2s ease-in-out infinite
}

.fire-pin {
    left: 22%;
    top: 30%;
    animation: pulse 1.7s infinite
}

.status-list {
    display: grid;
    gap: 10px
}

.status-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 14px;
    padding: 12px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .045)
}

.status-list span {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background: #555
}

.status-list .done span {
    background: #20c997
}

.status-list .active {
    color: #fff;
    background: rgba(239, 35, 60, .16)
}

.status-list .active span {
    background: var(--red);
    box-shadow: 0 0 20px var(--red)
}

.floating-card {
    position: absolute;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(20, 20, 27, .82);
    border: 1px solid var(--line);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .4)
}

.floating-card b {
    display: block
}

.floating-card span {
    color: var(--muted);
    font-size: 13px
}

.fc-1 {
    right: 8%;
    top: 22%
}

.fc-2 {
    left: 4%;
    bottom: 18%
}

.section {
    width: min(1180px, calc(100% - 32px));
    margin: 110px auto
}

.intro {
    display: grid;
    grid-template-columns:.85fr 1fr;
    gap: 34px;
    padding: 44px;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(239, 35, 60, .08))
}

.center {
    text-align: center;
    margin: 0 auto 42px;
    max-width: 780px
}

.feature-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px
}

.feature-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025));
    transition: .25s
}

.feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 35, 60, .45)
}

.icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(239, 35, 60, .14);
    display: grid;
    place-items: center;
    font-size: 26px
}

.feature-card h3 {
    font-size: 22px;
    margin: 20px 0 10px
}

.feature-card p, .step p, .dashboard-copy li {
    color: var(--muted);
    line-height: 1.65
}

.flow {
    display: grid;
    grid-template-columns:.8fr 1.2fr;
    gap: 50px;
    align-items: start
}

.timeline {
    position: relative;
    display: grid;
    gap: 16px
}

.step {
    padding: 24px 24px 24px 76px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .045);
    position: relative
}

.step b {
    position: absolute;
    left: 20px;
    top: 22px;
    color: #ffb2bd
}

.step h3 {
    margin: 0 0 8px
}

.step p {
    margin: 0
}

.dashboard {
    display: grid;
    grid-template-columns:1.1fr .9fr;
    gap: 42px;
    align-items: center
}

.dashboard-panel {
    border: 1px solid var(--line);
    border-radius: 32px;
    background: #101017;
    padding: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

.dash-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 22px;
    color: var(--muted)
}

.dash-header b {
    color: #fff
}

.dash-body {
    display: grid;
    grid-template-columns:1fr 180px;
    gap: 16px
}

.dash-map {
    border-radius: 24px;
    overflow: hidden;
    background: #15151d;
    border: 1px solid var(--line);
    min-height: 300px
}

.dash-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .75
}

.dash-side {
    display: grid;
    gap: 14px
}

.dash-side div {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--line)
}

.dash-side small {
    color: var(--muted)
}

.dash-side strong {
    display: block;
    font-size: 34px;
    margin-top: 8px
}

.dashboard-copy ul {
    padding-left: 20px
}

.cta {
    text-align: center;
    padding: 64px 24px;
    border-radius: 36px;
    border: 1px solid rgba(239, 35, 60, .3);
    background: radial-gradient(circle at 50% 0, rgba(239, 35, 60, .35), transparent 45%), rgba(255, 255, 255, .04)
}

.cta p {
    margin: 18px auto 28px
}

@keyframes float {
    50% {
        transform: translateY(-8px)
    }
}

@keyframes pulse {
    50% {
        transform: scale(1.12)
    }
}

@media (max-width: 900px) {
    nav {
        display: none
    }

    .hero, .intro, .flow, .dashboard {
        grid-template-columns:1fr
    }

    .hero {
        min-height: auto
    }

    .hero-visual {
        min-height: 520px
    }

    .feature-grid {
        grid-template-columns:1fr
    }

    .dash-body {
        grid-template-columns:1fr
    }

    .phone-card {
        width: min(360px, 100%)
    }
}

@media (max-width: 520px) {
    .navbar {
        top: 8px
    }

    .btn-outline {
        display: none
    }

    .hero-actions {
        flex-direction: column
    }

    .intro {
        padding: 28px
    }

    .section {
        margin: 70px auto
    }

    h1 {
        font-size: 64px
    }

    .floating-card {
        display: none
    }
}
