/* Final homepage hero: one scalable background artwork, HTML copy on top. */

.hero-static-bg {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    padding-top: 82px;
    color: #fff;
    isolation: isolate;
    background: #020b20;
}

.hero-static-bg::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0;
    background-image: url("../images/lenterra-hero-background.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-static-bg::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(2, 11, 32, .98) 0%,
            rgba(2, 14, 37, .95) 27%,
            rgba(3, 20, 48, .83) 42%,
            rgba(4, 27, 62, .34) 59%,
            rgba(4, 27, 62, .04) 78%),
        linear-gradient(180deg, rgba(0, 7, 22, .14), transparent 32%, rgba(0, 8, 26, .18));
}

.hero-static-grid {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: .12;
    background-image:
        linear-gradient(rgba(76, 160, 255, .15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(76, 160, 255, .15) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000 0 78%, transparent 100%);
}

.hero-static-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 638px;
    padding-top: 28px;
    padding-bottom: 90px;
}

.hero-static-copy {
    width: min(100%, 555px);
}

.hero-static-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .2em;
    color: #6edcff;
}

.hero-static-kicker::before {
    content: "";
    width: 36px;
    height: 1px;
    flex: 0 0 auto;
    background: linear-gradient(90deg, #278bff, #64e4ff);
}

.hero-static-copy h1 {
    margin: 0 0 24px;
    font-size: clamp(3.75rem, 5vw, 5.4rem);
    line-height: .95;
    letter-spacing: -.06em;
    font-weight: 800;
}

.hero-static-copy h1 span,
.hero-static-copy h1 strong {
    display: block;
    white-space: nowrap;
}

.hero-static-copy h1 span {
    color: #fff;
}

.hero-static-copy h1 strong {
    font-weight: 800;
    color: transparent;
    background: linear-gradient(90deg, #247eff 0%, #27bfff 63%, #55e0ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.hero-static-copy > p {
    max-width: 500px;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.78;
    color: rgba(255, 255, 255, .78);
    text-shadow: 0 2px 15px rgba(0, 9, 29, .72);
}

.hero-static-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-static-actions .btn {
    min-width: 170px;
    padding: .9rem 1.3rem;
    border-radius: 9px;
    font-size: .9rem;
    font-weight: 700;
}

.hero-static-industries {
    margin-top: 42px;
}

.hero-static-industries small {
    display: block;
    margin-bottom: 13px;
    font-size: .7rem;
    color: rgba(255, 255, 255, .56);
}

.hero-static-industries > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.hero-static-industries span {
    padding: .42rem .68rem;
    border: 1px solid rgba(112, 185, 255, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    font-size: .65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .77);
}

/* Legacy constructed hero is no longer used. */
.hero-rebuild,
.system-network,
.hero-visual-shell,
.central-platform,
.app-node,
.floating-module,
.network-ribbons,
.network-brand,
.system-network-lines,
.network-connectors {
    display: none !important;
}

@media (max-width: 1399.98px) {
    .hero-static-bg::before {
        background-position: 54% center;
    }

    .hero-static-copy {
        width: min(100%, 515px);
    }

    .hero-static-copy h1 {
        font-size: clamp(3.45rem, 4.65vw, 4.75rem);
    }
}

@media (max-width: 1199.98px) {
    .hero-static-bg {
        min-height: 680px;
    }

    .hero-static-bg::before {
        background-position: 61% center;
        background-size: auto 100%;
    }

    .hero-static-bg::after {
        background: linear-gradient(90deg,
            rgba(2, 11, 32, .99) 0%,
            rgba(2, 14, 37, .96) 34%,
            rgba(3, 20, 48, .82) 51%,
            rgba(4, 27, 62, .22) 73%,
            transparent 100%);
    }

    .hero-static-container {
        min-height: 598px;
    }
}

@media (max-width: 991.98px) {
    .hero-static-bg {
        min-height: auto;
        padding-top: 86px;
    }

    .hero-static-bg::before {
        background-position: 69% center;
        background-size: auto 100%;
        opacity: .55;
    }

    .hero-static-bg::after {
        background:
            linear-gradient(90deg, rgba(2, 11, 32, .98), rgba(3, 20, 48, .84)),
            linear-gradient(180deg, rgba(2, 11, 32, .2), rgba(2, 11, 32, .7));
    }

    .hero-static-container {
        min-height: 610px;
        padding-top: 48px;
        padding-bottom: 94px;
    }

    .hero-static-copy {
        width: min(100%, 640px);
    }
}

@media (max-width: 575.98px) {
    .hero-static-bg::before {
        background-position: 72% center;
        opacity: .42;
    }

    .hero-static-container {
        min-height: 590px;
        padding-top: 38px;
        padding-bottom: 82px;
    }

    .hero-static-kicker {
        font-size: .61rem;
        letter-spacing: .15em;
    }

    .hero-static-copy h1 {
        font-size: clamp(2.7rem, 13vw, 3.45rem);
    }

    .hero-static-copy h1 span,
    .hero-static-copy h1 strong {
        white-space: normal;
    }

    .hero-static-copy > p {
        font-size: .95rem;
        line-height: 1.7;
    }

    .hero-static-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-static-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .hero-static-industries {
        margin-top: 34px;
    }
}
