:root {
    --lime: #c8f000;
    --lime-soft: #d8ff3e;
    --midnight: #050713;
    --deep-purple: #180020;
}

/* HEADER */

.site-header {
    background: rgba(5, 7, 19, 0.94) !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(200,240,0,.12) !important;
    padding: 0 !important;
}

.nav-container {
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    gap: 52px !important;
}

.brand {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    text-decoration: none !important;
    min-width: 330px !important;
    flex-shrink: 0 !important;
}

.site-logo-img {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
}

.brand-copy strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    line-height: 1.1 !important;
}

.brand-copy span {
    display: block !important;
    color: var(--lime) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    margin-top: 4px !important;
}

.main-nav {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 82px !important;
}

.main-nav a {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    padding: 0 !important;
}

.main-nav a:hover {
    color: var(--lime) !important;
}

.main-nav a:first-child {
    color: #ffffff !important;
}

.main-nav a:first-child::after,
.main-nav a::after {
    display: none !important;
    content: none !important;
}

.header-call-btn {
    background: var(--lime) !important;
    color: #050713 !important;
    padding: 14px 28px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 14px 28px rgba(200,240,0,.22) !important;
    flex-shrink: 0 !important;
}

.header-call-btn:hover {
    background: var(--lime-soft) !important;
}

/* HERO */

.hero {
    min-height: 650px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    background:
        linear-gradient(rgba(5,7,19,.10), rgba(5,7,19,.45)),
        url("../images/la-hero-bg.7aaaab540cca.png") center center / cover no-repeat !important;
    padding-bottom: 120px !important;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(5,7,19,.92), transparent 42%),
        url("../images/la-hero-bg.7aaaab540cca.png");
    background-size: cover;
    background-position: center bottom;
    opacity: .95;
    z-index: 0;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(to top, #050713, transparent);
    z-index: 1;
}

.hero-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 980px !important;
    text-align: center !important;
}

.hero-label {
    color: var(--lime) !important;
    font-weight: 900 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    margin-bottom: 22px !important;
}

.hero h1 {
    color: white !important;
    font-size: 56px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    margin-bottom: 24px !important;
    text-shadow: 0 16px 30px rgba(0,0,0,.65) !important;
}

.hero-subtitle {
    color: #f8fafc !important;
    font-size: 21px !important;
    line-height: 1.65 !important;
    max-width: 790px !important;
    margin: 0 auto 38px !important;
}

.hero-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
}

.hero-buttons .btn-primary {
    background: var(--lime) !important;
    color: #050713 !important;
    box-shadow: 0 14px 30px rgba(200,240,0,.32) !important;
}

.hero-buttons .btn-secondary,
.hero-buttons .btn-outline {
    background: rgba(5,7,19,.58) !important;
    color: white !important;
    border: 2px solid var(--lime) !important;
    box-shadow: none !important;
}

/* TRUST BAR */

.trust-bar {
    background: #050713;
    padding-top: 70px;
    padding-bottom: 80px;
}

.trust-grid {
    background: rgba(5,7,19,.82) !important;
    border: 1px solid rgba(200,240,0,.25) !important;
    border-radius: 18px !important;
    padding: 28px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 22px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.42) !important;
}

.trust-grid div {
    color: white !important;
    background: transparent !important;
    border: none !important;
    border-right: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 0 !important;
    padding: 8px 20px !important;
    font-weight: 900 !important;
}

.trust-grid div:nth-child(4) {
    border-right: none !important;
}

.trust-grid span {
    color: #cbd5e1 !important;
}

/* FOOTER */

.site-footer {
    background: #050713 !important;
    color: #ffffff !important;
    padding: 48px 0 26px !important;
    margin-top: 0 !important;
    border-top: 1px solid rgba(200,240,0,.16) !important;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 42px !important;
}

.footer-brand-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.footer-brand-header img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
}

.footer-brand-header h3 {
    margin: 0 !important;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
}

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

.footer-brand span {
    display: block;
    color: var(--lime) !important;
    font-weight: 800;
    margin-top: 12px;
}

.site-footer h3,
.site-footer h4 {
    color: #ffffff !important;
    margin-bottom: 16px !important;
}

.site-footer h4 {
    color: var(--lime) !important;
}

.site-footer p,
.site-footer span {
    color: #cbd5e1 !important;
    line-height: 1.7 !important;
}

.site-footer a {
    display: block !important;
    color: #cbd5e1 !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
}

.site-footer a:hover {
    color: var(--lime) !important;
}

.footer-bottom {
    margin-top: 46px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer-bottom p {
    color: #94a3b8 !important;
    margin: 0 !important;
}

.footer-bottom a {
    display: inline !important;
    margin: 0 !important;
}

/* MOBILE */

@media (max-width: 900px) {
    .nav-container {
        height: auto !important;
        flex-direction: column !important;
        padding: 18px 0 !important;
        gap: 18px !important;
    }

    .brand {
        min-width: 0 !important;
    }

    .main-nav {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 24px !important;
    }

    .hero {
        min-height: 650px !important;
    }

    .hero h1 {
        font-size: 42px !important;
    }

    .hero-subtitle {
        font-size: 18px !important;
    }

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

    .trust-grid div {
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,.12) !important;
    }

    .trust-grid div:nth-child(4) {
        border-bottom: none !important;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 600px) {
    .brand-copy strong {
        font-size: 20px !important;
    }

    .brand-copy span {
        font-size: 12px !important;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
    }
}