.site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.site-header .navbar {
    min-height: 76px;
    padding: 0;
}

.site-header .navbar > .container {
    position: relative;
    overflow: hidden;
    min-height: 70px;
    padding: .55rem 1.25rem;
    border: 1px solid #ffffff35;
    border-radius: 20px;
    background:
        linear-gradient(135deg, #2f405dcc 0%, #162a49c7 50%, #0b2142c2 100%);
    box-shadow:
        inset 0 1px 0 #ffffff42,
        inset 0 -1px 0 #ffffff12,
        0 16px 45px #00081442;
    backdrop-filter: blur(24px) saturate(135%);
    -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.site-header .navbar > .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 48%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff8c, transparent);
    pointer-events: none;
}

.site-header .navbar > .container::after {
    content: "";
    position: absolute;
    top: -100px;
    left: -80px;
    width: 260px;
    height: 180px;
    border-radius: 50%;
    background: #76a9ff12;
    filter: blur(18px);
    pointer-events: none;
}

.site-header .navbar > .container > * {
    position: relative;
    z-index: 1;
}

.site-header .brand-main {
    color: #fff;
}

.site-header .navbar-nav .nav-link {
    color: #d0dbea;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link.active {
    color: #fff;
}

.site-header .navbar-nav .nav-link.active::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    margin: .25rem auto 0;
    background: #4c91ff;
}

.site-header .btn-navy {
    border: 1px solid #ffffff2e;
    border-radius: 999px;
    background: #fff;
    color: #071d3b;
}

.site-header .btn-navy:hover {
    border-color: #2d7cff;
    background: #2d7cff;
    color: #fff;
}

.home-hero {
    isolation: isolate;
    background:
        radial-gradient(circle at 74% 28%, #244f984f 0, transparent 25rem),
        radial-gradient(circle at 92% 84%, #7720713b 0, transparent 28rem),
        linear-gradient(135deg, #031127 0%, #071d3b 52%, #0b2145 100%);
}

.home-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15%;
    right: 5%;
    width: 540px;
    height: 740px;
    border: 1px solid #67a1ff2b;
    border-radius: 48% 52% 38% 62%;
    transform: rotate(31deg);
    box-shadow:
        0 0 0 65px #3c80ed0b,
        0 0 0 130px #7d42dc08;
}

.home-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 28%;
    bottom: 10%;
    width: 190px;
    height: 190px;
    border: 1px solid #b683ff35;
    border-radius: 50%;
    box-shadow: 0 0 90px #566fff20;
}

.home-hero .hero-grid {
    opacity: .09;
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, #000 8%, transparent 86%);
}

.hero-glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
}

.hero-glow-one {
    top: 13%;
    left: -160px;
    width: 430px;
    height: 430px;
    background: #075fc91f;
}

.hero-glow-two {
    right: 8%;
    bottom: -170px;
    width: 400px;
    height: 400px;
    background: #8c1d7f1d;
}

.home-hero .hero-content {
    padding-top: 13rem;
    padding-bottom: 5.5rem;
}

body:not(.page-home) .page-hero .page-hero-inner,
body:not(.page-home) .contact-layout {
    padding-top: 12rem;
}

.home-hero .hero-kicker {
    margin-bottom: 1.8rem;
    color: #abc4e5;
}

.home-hero h1 {
    max-width: 790px;
    margin-bottom: 1.75rem;
    font-size: clamp(3.8rem, 6.4vw, 6.7rem);
    line-height: .94;
}

.home-hero h1 span {
    display: block;
    width: fit-content;
    padding-bottom: .08em;
    background: linear-gradient(90deg, #6ba7ff, #ad7cff 58%, #ed8fcf);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.home-hero .hero-lede {
    max-width: 650px;
    color: #c5d3e5;
    font-size: 1.18rem;
}

.home-hero .hero-actions .btn {
    border-radius: 999px;
    padding: .9rem 1.25rem;
}

.hero-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2.2rem;
    color: #9eb2cc;
    font-size: .82rem;
    font-weight: 650;
}

.hero-signals span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.hero-signals i,
.console-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #47d69a;
    box-shadow: 0 0 0 4px #47d69a1c;
}

.capability-console {
    position: relative;
    padding: 1.2rem;
    border: 1px solid #ffffff25;
    border-radius: 26px;
    background: linear-gradient(150deg, #ffffff16, #ffffff08);
    box-shadow: 28px 34px 80px #00081566;
    backdrop-filter: blur(16px);
}

.capability-console::before {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: -1;
    border-radius: 18px;
    background: #06172fd9;
}

.console-topline {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem .8rem 1.2rem;
    color: #8ea7c6;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.console-status {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #8bdab9;
}

.console-heading {
    display: flex;
    flex-direction: column;
    padding: 1.2rem .8rem 1.5rem;
    border-top: 1px solid #ffffff1c;
}

.console-heading small,
.console-grid small {
    color: #7795bc;
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .11em;
}

.console-heading strong {
    max-width: 350px;
    margin-top: .55rem;
    color: #fff;
    font-size: 1.55rem;
    line-height: 1.2;
}

.console-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .7rem;
}

.console-grid a {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 1.15rem;
    border: 1px solid #ffffff1c;
    border-radius: 15px;
    background: #ffffff08;
    color: #fff;
    text-decoration: none;
    transition: .2s ease;
}

.console-grid a:hover {
    border-color: #72a7ff80;
    background: #397ce51a;
    transform: translateY(-3px);
}

.console-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 1.3rem;
    place-items: center;
    border: 1px solid #6a9ce264;
    border-radius: 12px;
    background: #2a6ed829;
    color: #8fbbff;
    font-weight: 850;
}

.console-grid strong {
    margin-top: .55rem;
    font-size: 1rem;
    line-height: 1.35;
}

.console-grid em {
    margin-top: auto;
    color: #8fa5c0;
    font-size: .72rem;
    font-style: normal;
}

.console-footer {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 1.1rem .7rem .25rem;
    color: #718aa9;
    font-size: .62rem;
    font-weight: 750;
}

.console-footer i {
    height: 1px;
    flex: 1;
    background: #ffffff20;
}

.home-hero .trust-bar {
    border: 1px solid #ffffff1f;
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    background: #ffffff0b;
    backdrop-filter: blur(12px);
}

.home-hero .trust-bar .col-lg-4 {
    justify-content: flex-start;
    gap: 1rem;
    min-height: 104px;
    padding: 1.1rem 1.5rem;
}

.proof-index {
    color: #629eff;
    font-size: .7rem;
    font-weight: 850;
}

.home-hero .trust-bar .col-lg-4 > div {
    display: flex;
    flex-direction: column;
}

.home-hero .trust-bar strong {
    color: #fff;
    font-size: .94rem;
}

.home-hero .trust-bar small {
    color: #8fa5c0;
    font-size: .76rem;
}

@media (max-width: 991.98px) {
    .site-header .navbar {
        min-height: 72px;
    }

    .site-header .navbar-toggler {
        border-color: #ffffff38;
    }

    .site-header .navbar-toggler-icon {
        filter: invert(1);
    }

    .site-header .navbar-nav .nav-link.active::after {
        margin-left: 0;
    }

    .site-header .navbar-collapse {
        border-top: 1px solid #ffffff17;
        margin-top: .8rem;
    }

    .home-hero .hero-content {
        padding-top: 10rem;
    }

    body:not(.page-home) .page-hero .page-hero-inner,
    body:not(.page-home) .contact-layout {
        padding-top: 10rem;
    }

    .capability-console {
        max-width: 650px;
    }

    .home-hero .trust-bar {
        padding: .5rem 1.2rem;
    }

    .home-hero .trust-bar .col-lg-4 {
        min-height: 76px;
        padding: .8rem 0;
    }

    .home-hero .trust-bar .col-lg-4 + .col-lg-4 {
        border-top: 1px solid #ffffff1f;
    }
}

@media (max-width: 575.98px) {
    .site-header {
        padding-top: 12px;
    }

    .site-header .navbar > .container {
        margin-inline: .75rem;
        border-radius: 14px;
    }

    .home-hero .hero-content {
        padding-top: 8.5rem;
        padding-bottom: 4rem;
    }

    body:not(.page-home) .page-hero .page-hero-inner,
    body:not(.page-home) .contact-layout {
        padding-top: 8.5rem;
    }

    .home-hero h1 {
        font-size: clamp(3rem, 15vw, 4.2rem);
    }

    .hero-signals {
        align-items: flex-start;
        flex-direction: column;
        gap: .65rem;
    }

    .capability-console {
        padding: .8rem;
        border-radius: 20px;
    }

    .console-grid {
        grid-template-columns: 1fr;
    }

    .console-grid a {
        min-height: 190px;
    }

    .console-footer {
        display: none;
    }
}
