.home-status {
    color: #cbd5e1;
    background: rgba(8, 20, 42, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-status__inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 13px;
}

.home-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 76% 36%,
            rgba(37, 99, 235, 0.24),
            transparent 30%
        ),
        linear-gradient(135deg, #020817 0%, #07152d 100%);
}

.home-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(59, 130, 246, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(59, 130, 246, 0.035) 1px,
            transparent 1px
        );
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, black, transparent);
}

.home-hero__grid {
    position: relative;
    z-index: 1;
    min-height: 570px;
    padding-block: 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    align-items: center;
    gap: 64px;
}

.home-eyebrow {
    margin: 0 0 18px;
    color: #38bdf8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(44px, 5.2vw, 72px);
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.home-hero h1 span {
    color: #3b82f6;
}

.home-hero__lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.75;
}

.home-hero__actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.site-button--secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.02);
}

.site-button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.07);
}

.home-hero__trust {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #cbd5e1;
    font-size: 14px;
}

.home-hero__stars {
    color: #fbbf24;
    letter-spacing: 0.16em;
}

.home-hero__visual {
    position: relative;
    min-height: 420px;
    isolation: isolate;
}

.home-hero__visual::before,
.home-hero__visual::after {
    position: absolute;
    content: "";
    border-radius: 999px;
    filter: blur(55px);
}

.home-hero__visual::before {
    width: 240px;
    height: 240px;
    left: 50%;
    top: 50%;
    background: rgba(37, 99, 235, 0.25);
    transform: translate(-50%, -50%);
}

.home-hero__visual::after {
    width: 160px;
    height: 160px;
    left: 15%;
    bottom: 5%;
    background: rgba(34, 211, 238, 0.13);
}

.network-core,
.network-node {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border: 1px solid rgba(56, 189, 248, 0.55);
    background: rgba(3, 13, 31, 0.82);
    box-shadow:
        0 0 30px rgba(37, 99, 235, 0.25),
        inset 0 0 28px rgba(59, 130, 246, 0.08);
    backdrop-filter: blur(10px);
}

.network-core {
    width: 116px;
    height: 116px;
    left: 50%;
    top: 50%;
    border-radius: 34px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.network-core span {
    font-size: 24px;
    font-weight: 900;
    transform: rotate(-45deg);
}

.network-node {
    width: 104px;
    height: 104px;
    padding: 14px;
    border-radius: 999px;
    color: #dbeafe;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.network-node--support {
    left: 4%;
    top: 32%;
}

.network-node--cloud {
    left: 41%;
    top: 0;
}

.network-node--security {
    right: 2%;
    top: 28%;
}

.network-node--users {
    right: 5%;
    bottom: 5%;
}

.network-node--network {
    left: 41%;
    bottom: -2%;
}

.network-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 1px solid rgba(59, 130, 246, 0.22);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.network-orbit--one {
    width: 300px;
    height: 300px;
}

.network-orbit--two {
    width: 470px;
    height: 350px;
}

.network-line {
    position: absolute;
    z-index: 2;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #38bdf8,
        transparent
    );
    transform-origin: left center;
    box-shadow: 0 0 8px #2563eb;
}

.network-line--one {
    width: 180px;
    left: 22%;
    top: 46%;
    transform: rotate(9deg);
}

.network-line--two {
    width: 180px;
    left: 50%;
    top: 45%;
    transform: rotate(-35deg);
}

.network-line--three {
    width: 180px;
    left: 50%;
    top: 52%;
    transform: rotate(28deg);
}

.network-line--four {
    width: 160px;
    left: 50%;
    top: 51%;
    transform: rotate(92deg);
}

.network-line--five {
    width: 165px;
    left: 42%;
    top: 19%;
    transform: rotate(63deg);
}

@media (max-width: 1000px) {
    .home-hero__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-hero__content {
        text-align: center;
    }

    .home-hero__lead {
        margin-inline: auto;
    }

    .home-hero__actions,
    .home-hero__trust {
        justify-content: center;
    }

    .home-hero__visual {
        min-height: 400px;
    }
}

@media (max-width: 700px) {
    .home-status__inner {
        padding-block: 12px;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .home-hero__grid {
        min-height: auto;
        padding-block: 54px 60px;
    }

    .home-hero h1 {
        font-size: clamp(39px, 12vw, 56px);
    }

    .home-hero__lead {
        font-size: 16px;
    }

    .home-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-hero__actions .site-button {
        width: 100%;
    }

    .home-hero__visual {
        min-height: 330px;
        transform: scale(0.84);
        transform-origin: top center;
    }
}
/* Reliable fragment navigation for the sticky public header. */
#contact-form {
    scroll-margin-top: 120px;
}

.dgs-navigation-target {
    animation: dgs-navigation-highlight 1.15s ease-out;
}

@keyframes dgs-navigation-highlight {
    0% { box-shadow: 0 0 0 0 rgba(11, 102, 245, 0); }
    30% { box-shadow: 0 0 0 6px rgba(11, 102, 245, .12); }
    100% { box-shadow: 0 0 0 0 rgba(11, 102, 245, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .dgs-navigation-target { animation: none; }
}

/* v8.4.1 public CMS navigation context */
.public-page-breadcrumbs {
    border-bottom: 1px solid rgba(15, 48, 90, .08);
    background: rgba(247, 250, 255, .9);
}
.public-page-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    min-height: 44px;
    margin: 0;
    padding: .65rem 0;
    list-style: none;
    color: #61738b;
    font-size: .88rem;
}
.public-page-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: .5rem;
    color: #9aabc0;
}
.public-page-breadcrumbs a {
    color: #315477;
    text-decoration: none;
}
.public-page-breadcrumbs a:hover,
.public-page-breadcrumbs a:focus-visible {
    color: #0b66f5;
    text-decoration: underline;
}
