:root {
    --lux-blue: #013469;
    --lux-blue-2: #03346C;
    --lux-orange: #FF9C00;
    --lux-bg: #F5F8FC;
    --lux-dark: #07182B;
    --lux-muted: #6F7D90;
    --lux-line: rgba(1, 52, 105, .12);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    background: var(--lux-bg);
    color: var(--lux-dark);
}

.navbar {
    background: rgba(1, 52, 105, .94);
    backdrop-filter: blur(14px);
}

.navbar-brand img {
    height: 44px;
}

.nav-link {
    color: rgba(255,255,255,.78) !important;
    font-weight: 700;
    font-size: .95rem;
}

    .nav-link:hover {
        color: #fff !important;
    }

.hero {
    min-height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(1,52,105,.98), rgba(1,52,105,.84), rgba(1,52,105,.35)), url('https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
}

    .hero::after {
        content: "";
        position: absolute;
        right: -160px;
        bottom: -160px;
        width: 520px;
        height: 520px;
        background: var(--lux-orange);
        opacity: .18;
        border-radius: 50%;
        filter: blur(12px);
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-logo {
    max-width: 360px;
    width: 100%;
    margin-bottom: 36px;
}

.eyebrow {
    color: var(--lux-orange);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    font-weight: 900;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 6.3rem);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -0.065em;
    margin-bottom: 28px;
}

    .hero-title span {
        color: var(--lux-orange);
    }

.hero-text {
    max-width: 720px;
    color: rgba(255,255,255,.82);
    font-size: 1.15rem;
    line-height: 1.8;
}

.btn-lux {
    background: var(--lux-orange);
    color: var(--lux-blue);
    border: 0;
    font-weight: 900;
    padding: 14px 28px;
    border-radius: 999px;
}

    .btn-lux:hover {
        background: #ffb13a;
        color: var(--lux-blue);
    }

.btn-outline-lux {
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 800;
}

    .btn-outline-lux:hover {
        background: #fff;
        color: var(--lux-blue);
    }

.hero-card {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 32px;
    padding: 30px;
    backdrop-filter: blur(12px);
}

    .hero-card strong {
        color: var(--lux-orange);
        font-size: 2rem;
        font-weight: 900;
        display: block;
    }

.section {
    padding: 100px 0;
}

.section-white {
    background: #fff;
}

.section-dark {
    background: var(--lux-blue);
    color: #fff;
}

.section-title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.05;
}

    .section-title span {
        color: var(--lux-orange);
    }

.section-subtitle {
    color: var(--lux-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.section-dark .section-subtitle {
    color: rgba(255,255,255,.72);
}

.logo-mark-bg {
    max-width: 280px;
    opacity: .08;
    position: absolute;
    right: 8%;
    top: 50px;
}

.about-wrap {
    position: relative;
    overflow: hidden;
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 34px;
    height: 100%;
    border: 1px solid var(--lux-line);
    border-top: 6px solid var(--lux-orange);
    box-shadow: 0 18px 50px rgba(1, 52, 105, .07);
    transition: .25s ease;
}

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 26px 70px rgba(1, 52, 105, .14);
    }

.service-num {
    color: var(--lux-orange);
    font-weight: 900;
    margin-bottom: 22px;
}

.service-card h4 {
    font-weight: 900;
    margin-bottom: 14px;
    color: var(--lux-blue);
}

.service-card p {
    color: var(--lux-muted);
    line-height: 1.75;
    margin: 0;
}

.feature {
    border-top: 1px solid rgba(255,255,255,.14);
    padding: 28px 0;
}

    .feature h4 {
        color: #fff;
        font-weight: 900;
    }

    .feature p {
        color: rgba(255,255,255,.68);
        margin: 0;
    }

.case-card {
    min-height: 380px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 0 22px 60px rgba(1, 52, 105, .16);
}

    .case-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(1,52,105,.92), rgba(1,52,105,.12));
    }

.case-content {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.case-badge {
    display: inline-block;
    background: var(--lux-orange);
    color: var(--lux-blue);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    margin-bottom: 14px;
}

.process-step {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    padding: 28px;
    height: 100%;
}

    .process-step span {
        color: var(--lux-orange);
        font-weight: 900;
    }

    .process-step h5 {
        font-weight: 900;
    }

.contact-box {
    background: #fff;
    border-radius: 38px;
    padding: 46px;
    box-shadow: 0 28px 90px rgba(1, 52, 105, .12);
    border: 1px solid var(--lux-line);
}

.form-control {
    border-radius: 18px;
    padding: 15px 17px;
    border: 1px solid rgba(1,52,105,.16);
}

    .form-control:focus {
        border-color: var(--lux-orange);
        box-shadow: 0 0 0 .2rem rgba(255,156,0,.16);
    }

footer {
    background: #06182e;
    color: rgba(255,255,255,.65);
    padding: 34px 0;
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 140px 0 80px;
    }

    .section {
        padding: 70px 0;
    }

    .contact-box {
        padding: 28px;
    }

    .navbar-brand img {
        height: 36px;
    }
}
