/* Home page corporate hero */

.hero_section {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: min(760px, calc(100svh - 110px));
    padding: 0;
    overflow: hidden;
    background: #111315;
    color: #FFFFFF;
}

.hero_section::before,
.hero_section::after {
    content: none;
}

.home_hero_media {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
    filter: saturate(0.72) contrast(1.05) brightness(0.8);
    transform: scale(1.01);
}

.home_hero_overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(10, 12, 14, 0.97) 0%, rgba(10, 12, 14, 0.9) 38%, rgba(10, 12, 14, 0.54) 66%, rgba(10, 12, 14, 0.16) 100%),
        linear-gradient(180deg, rgba(10, 12, 14, 0.14) 0%, rgba(10, 12, 14, 0.08) 60%, rgba(10, 12, 14, 0.88) 100%);
    pointer-events: none;
}

.home_hero_overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.home_hero_brandmark {
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 1;
    width: min(25vw, 500px);
    transform: translateY(-58%);
    opacity: 0.68;
    pointer-events: none;
}

.home_hero_brandmark img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1) drop-shadow(0 18px 36px rgba(0, 0, 0, 0.36));
}

.hero_section .home_hero_container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: inherit;
}

.home_hero_content {
    align-self: center;
    max-width: 780px;
    padding: 72px 0 54px;
}

.home_hero_eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home_hero_eyebrow span {
    display: block;
    width: 42px;
    height: 2px;
    background: #3A9BE8;
}

.home_hero_content h1 {
    margin: 0;
    color: #FFFFFF;
    font-family: "Narkisim", "Inter", sans-serif;
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-shadow: 0 20px 50px rgba(0, 0, 0, 0.46);
}

.home_hero_content h2 {
    max-width: 690px;
    margin: 24px 0 0;
    color: #F5F7F8;
    font-family: "Zilla Slab", serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0;
}

.home_hero_description {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(238, 242, 244, 0.76);
    font-size: 0.98rem;
    line-height: 1.75;
}

.home_hero_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.home_hero_actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.home_hero_primary {
    background: #FFFFFF;
    color: #151719;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.home_hero_primary:hover,
.home_hero_primary:focus-visible {
    background: #3A9BE8;
    color: #FFFFFF;
}

.home_hero_secondary {
    border-color: rgba(255, 255, 255, 0.28) !important;
    background: rgba(15, 17, 19, 0.38);
    color: #FFFFFF;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home_hero_secondary:hover,
.home_hero_secondary:focus-visible {
    border-color: rgba(255, 255, 255, 0.62) !important;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.home_hero_actions a:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 3px;
}

.home_hero_proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.home_hero_proof_item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    min-height: 96px;
    padding: 24px 28px 24px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.home_hero_proof_item + .home_hero_proof_item {
    padding-left: 28px;
}

.home_hero_proof_item:last-child {
    border-right: 0;
}

.home_hero_proof_item > span {
    padding-top: 3px;
    color: #62B0EC;
    font-size: 0.68rem;
    font-weight: 800;
}

.home_hero_proof_item strong,
.home_hero_proof_item small {
    display: block;
    letter-spacing: 0;
}

.home_hero_proof_item strong {
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 800;
}

.home_hero_proof_item small {
    margin-top: 5px;
    color: rgba(238, 242, 244, 0.62);
    font-size: 0.72rem;
    line-height: 1.45;
}

@media screen and (max-width: 1100px) {
    .hero_section {
        min-height: min(740px, calc(100svh - 100px));
    }

    .home_hero_media {
        object-position: 58% center;
    }

    .home_hero_overlay {
        background:
            linear-gradient(90deg, rgba(10, 12, 14, 0.97) 0%, rgba(10, 12, 14, 0.9) 48%, rgba(10, 12, 14, 0.44) 84%, rgba(10, 12, 14, 0.24) 100%),
            linear-gradient(180deg, rgba(10, 12, 14, 0.1) 0%, rgba(10, 12, 14, 0.12) 58%, rgba(10, 12, 14, 0.9) 100%);
    }

    .home_hero_content {
        max-width: 680px;
    }

    .home_hero_content h1 {
        font-size: 4.2rem;
    }

    .home_hero_brandmark {
        right: 3%;
        width: 230px;
        opacity: 0.54;
    }
}

@media screen and (max-width: 800px) {
    .hero_section {
        min-height: calc(100svh - 90px);
    }

    .home_hero_media {
        object-position: 62% center;
        filter: saturate(0.66) contrast(1.06) brightness(0.72);
    }

    .home_hero_overlay {
        background:
            linear-gradient(90deg, rgba(9, 11, 13, 0.96) 0%, rgba(9, 11, 13, 0.76) 72%, rgba(9, 11, 13, 0.48) 100%),
            linear-gradient(180deg, rgba(9, 11, 13, 0.18) 0%, rgba(9, 11, 13, 0.54) 48%, rgba(9, 11, 13, 0.96) 100%);
    }

    .home_hero_content {
        align-self: end;
        max-width: 620px;
        padding: 92px 0 38px;
    }

    .home_hero_brandmark {
        top: 42px;
        right: 10%;
        width: 80%;
        transform: none;
        opacity: 0.48;
    }

    .home_hero_eyebrow {
        margin-bottom: 18px;
        font-size: 0.68rem;
    }

    .home_hero_content h1 {
        font-size: 3rem;
        line-height: 0.98;
    }

    .home_hero_content h2 {
        margin-top: 17px;
        font-size: 1.65rem;
        line-height: 1.14;
    }

    .home_hero_description {
        margin-top: 15px;
        font-size: 0.88rem;
        line-height: 1.65;
    }

    .home_hero_actions {
        margin-top: 24px;
    }

    .home_hero_actions a {
        min-height: 48px;
    }

    .home_hero_proof {
        grid-template-columns: 1fr;
        padding-bottom: 20px;
    }

    .home_hero_proof_item,
    .home_hero_proof_item + .home_hero_proof_item {
        grid-template-columns: 30px minmax(0, 1fr);
        min-height: auto;
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .home_hero_proof_item:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .home_hero_content {
        padding: 58px 0 28px;
    }

    .home_hero_brandmark {
        top: 70px;
        right: 5%;
        width: 90%;
    }

    .home_hero_content h1 {
        font-size: 2.45rem;
    }

    .home_hero_content h2 {
        font-size: 1.42rem;
    }

    .home_hero_actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .home_hero_actions a {
        width: 100%;
    }

    .home_hero_proof {
        padding-bottom: 10px;
    }

    .home_hero_proof_item,
    .home_hero_proof_item + .home_hero_proof_item {
        padding: 10px 0;
    }

    .home_hero_proof_item small {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home_hero_media {
        transform: none;
    }
}
