html,
body {
    min-height: 100%;
    background: #030304 !important;
}

body {
    background-color: #030304 !important;
    overflow-x: clip;
}

body:has(.cox-start-hero),
body:has(.cox-start-hero) #page,
body:has(.cox-start-hero) .site,
body:has(.cox-start-hero) .site-content,
body:has(.cox-start-hero) .content-area,
body:has(.cox-start-hero) #content,
body:has(.cox-start-hero) .entry-content,
body:has(.cox-start-hero) .page-content,
body:has(.cox-start-hero) .elementor,
body:has(.cox-start-hero) .elementor-section-wrap,
body:has(.cox-start-hero) .elementor-widget-wrap,
body:has(.cox-start-hero) .elementor-widget-container,
body:has(.cox-start-hero) .e-con,
body:has(.cox-start-hero) .e-con-inner {
    background-color: #030304 !important;
}

.cox-start-hero {
    --cox-font-heading: Rajdhani, Inter, ui-sans-serif, system-ui, sans-serif;
    --cox-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --cox-color-red: #ed1c24;
    --cox-color-red-bright: #ed1c24;
    --cox-color-red-soft: #ed1c24;
    --cox-color-white: #ffffff;
    --cox-color-muted: rgba(255, 255, 255, .74);
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: clamp(32px, 6vw, 78px);
    padding-bottom: max(clamp(32px, 6vw, 78px), calc(env(safe-area-inset-bottom, 0px) + 32px));
    color: var(--cox-color-white);
    font-family: var(--cox-font-body);
    background-color: #030304;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .78) 34%, rgba(0, 0, 0, .22) 68%, rgba(0, 0, 0, .18) 100%),
        var(--cox-bg);
    background-position: center, var(--cox-bg-pos);
    background-size: cover, var(--cox-bg-size);
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;
    margin: 0 0 -2px;
    isolation: isolate;
}

.cox-start-hero,
.cox-start-hero * {
    box-sizing: border-box;
}

.cox-start-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .32));
    pointer-events: none;
    z-index: 0;
}

.cox-particles {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.cox-particles span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(237, 28, 36, .95);
    box-shadow: 0 0 22px rgba(237, 28, 36, .98), 0 0 42px rgba(237, 28, 36, .52);
    opacity: 0;
    animation: coxParticleFloat 3.8s linear infinite;
}

.cox-particles span:nth-child(4n) {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 26px rgba(237, 28, 36, 1), 0 0 58px rgba(237, 28, 36, .58);
}

.cox-particles span:nth-child(7n) {
    width: 10px;
    height: 10px;
    background: rgba(237, 28, 36, .95);
    filter: blur(.2px);
}

.cox-particles span:nth-child(n+31) {
    animation-duration: 3.2s;
}

.cox-particles span:nth-child(n+31):nth-child(odd) {
    width: 5px;
    height: 5px;
}

.cox-particles span:nth-child(1) { left: 6%; top: 86%; animation-delay: 0s; animation-duration: 5.4s; }
.cox-particles span:nth-child(2) { left: 12%; top: 42%; animation-delay: .2s; animation-duration: 6.2s; }
.cox-particles span:nth-child(3) { left: 18%; top: 18%; animation-delay: .8s; animation-duration: 5.8s; }
.cox-particles span:nth-child(4) { left: 25%; top: 74%; animation-delay: 1.1s; animation-duration: 6.5s; }
.cox-particles span:nth-child(5) { left: 32%; top: 30%; animation-delay: .4s; animation-duration: 5.6s; }
.cox-particles span:nth-child(6) { left: 38%; top: 92%; animation-delay: 1.5s; animation-duration: 6.1s; }
.cox-particles span:nth-child(7) { left: 44%; top: 50%; animation-delay: .7s; animation-duration: 5.2s; }
.cox-particles span:nth-child(8) { left: 51%; top: 12%; animation-delay: 1.9s; animation-duration: 6.7s; }
.cox-particles span:nth-child(9) { left: 58%; top: 80%; animation-delay: .9s; animation-duration: 5.9s; }
.cox-particles span:nth-child(10) { left: 64%; top: 36%; animation-delay: 2.2s; animation-duration: 6.4s; }
.cox-particles span:nth-child(11) { left: 70%; top: 62%; animation-delay: 1.3s; animation-duration: 5.5s; }
.cox-particles span:nth-child(12) { left: 76%; top: 24%; animation-delay: 2.8s; animation-duration: 6.8s; }
.cox-particles span:nth-child(13) { left: 82%; top: 88%; animation-delay: 1.8s; animation-duration: 5.7s; }
.cox-particles span:nth-child(14) { left: 88%; top: 46%; animation-delay: 3.1s; animation-duration: 6.2s; }
.cox-particles span:nth-child(15) { left: 94%; top: 70%; animation-delay: 2.4s; animation-duration: 5.3s; }
.cox-particles span:nth-child(16) { left: 8%; top: 64%; animation-delay: 3.4s; animation-duration: 6.6s; }
.cox-particles span:nth-child(17) { left: 16%; top: 92%; animation-delay: 2.9s; animation-duration: 5.8s; }
.cox-particles span:nth-child(18) { left: 28%; top: 8%; animation-delay: 3.8s; animation-duration: 6s; }
.cox-particles span:nth-child(19) { left: 34%; top: 58%; animation-delay: 4.2s; animation-duration: 5.6s; }
.cox-particles span:nth-child(20) { left: 47%; top: 28%; animation-delay: 3.6s; animation-duration: 6.3s; }
.cox-particles span:nth-child(21) { left: 54%; top: 94%; animation-delay: 4.6s; animation-duration: 5.4s; }
.cox-particles span:nth-child(22) { left: 62%; top: 8%; animation-delay: 4.9s; animation-duration: 6.5s; }
.cox-particles span:nth-child(23) { left: 68%; top: 76%; animation-delay: 5.1s; animation-duration: 5.9s; }
.cox-particles span:nth-child(24) { left: 74%; top: 52%; animation-delay: 4.1s; animation-duration: 6.1s; }
.cox-particles span:nth-child(25) { left: 80%; top: 14%; animation-delay: 5.4s; animation-duration: 5.7s; }
.cox-particles span:nth-child(26) { left: 86%; top: 82%; animation-delay: 5.8s; animation-duration: 6.6s; }
.cox-particles span:nth-child(27) { left: 92%; top: 30%; animation-delay: 4.7s; animation-duration: 5.5s; }
.cox-particles span:nth-child(28) { left: 22%; top: 48%; animation-delay: 5.2s; animation-duration: 6.2s; }
.cox-particles span:nth-child(29) { left: 40%; top: 70%; animation-delay: 5.7s; animation-duration: 5.6s; }
.cox-particles span:nth-child(30) { left: 56%; top: 44%; animation-delay: 6.1s; animation-duration: 6.8s; }
.cox-particles span:nth-child(31) { left: 4%; top: 18%; animation-delay: .1s; animation-duration: 4.2s; }
.cox-particles span:nth-child(32) { left: 11%; top: 78%; animation-delay: .6s; animation-duration: 4.8s; }
.cox-particles span:nth-child(33) { left: 19%; top: 34%; animation-delay: 1.1s; animation-duration: 4.4s; }
.cox-particles span:nth-child(34) { left: 27%; top: 88%; animation-delay: 1.7s; animation-duration: 5s; }
.cox-particles span:nth-child(35) { left: 35%; top: 16%; animation-delay: .3s; animation-duration: 4.1s; }
.cox-particles span:nth-child(36) { left: 43%; top: 82%; animation-delay: .9s; animation-duration: 4.7s; }
.cox-particles span:nth-child(37) { left: 49%; top: 22%; animation-delay: 1.4s; animation-duration: 4.3s; }
.cox-particles span:nth-child(38) { left: 57%; top: 66%; animation-delay: 2s; animation-duration: 4.9s; }
.cox-particles span:nth-child(39) { left: 65%; top: 14%; animation-delay: .5s; animation-duration: 4.5s; }
.cox-particles span:nth-child(40) { left: 72%; top: 90%; animation-delay: 1.2s; animation-duration: 5.1s; }
.cox-particles span:nth-child(41) { left: 79%; top: 38%; animation-delay: 1.8s; animation-duration: 4.2s; }
.cox-particles span:nth-child(42) { left: 87%; top: 74%; animation-delay: .4s; animation-duration: 4.8s; }
.cox-particles span:nth-child(43) { left: 95%; top: 20%; animation-delay: 1s; animation-duration: 4.4s; }
.cox-particles span:nth-child(44) { left: 7%; top: 52%; animation-delay: 1.6s; animation-duration: 4.6s; }
.cox-particles span:nth-child(45) { left: 31%; top: 46%; animation-delay: .8s; animation-duration: 4s; }
.cox-particles span:nth-child(46) { left: 52%; top: 58%; animation-delay: 1.9s; animation-duration: 4.7s; }
.cox-particles span:nth-child(47) { left: 69%; top: 50%; animation-delay: .2s; animation-duration: 4.3s; }
.cox-particles span:nth-child(48) { left: 91%; top: 86%; animation-delay: 1.3s; animation-duration: 4.9s; }

.cox-start-content {
    width: min(100%, 540px);
    position: relative;
    z-index: 2;
}

.cox-start-logo {
    width: min(270px, 72vw);
    height: auto;
    display: block;
    margin-bottom: 34px;
    filter: drop-shadow(0 18px 32px rgba(0, 0, 0, .45));
}

.cox-start-kicker {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .56);
    font-family: var(--cox-font-heading);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cox-start-content h1 {
    margin: 0;
    color: var(--cox-color-white);
    font-family: var(--cox-font-heading);
    font-size: clamp(44px, 7vw, 82px);
    line-height: .94;
    font-weight: 900;
    letter-spacing: 0;
}

.cox-start-content h1 span {
    color: var(--cox-color-red);
    text-shadow: 0 0 28px rgba(237, 28, 36, .22);
}

.cox-start-copy {
    max-width: 390px;
    margin: 26px 0 0;
    color: var(--cox-color-muted);
    font-family: var(--cox-font-body);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.65;
}

.cox-start-actions {
    width: min(100%, 330px);
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.cox-btn {
    min-height: 56px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    font-family: var(--cox-font-heading);
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.cox-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .28) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform .55s ease;
}

.cox-btn span {
    position: relative;
    transition: transform .22s ease;
}

.cox-btn:hover,
.cox-btn:focus-visible {
    transform: translateY(-3px);
}

.cox-btn:hover::before,
.cox-btn:focus-visible::before {
    transform: translateX(120%);
}

.cox-btn:hover span,
.cox-btn:focus-visible span {
    transform: translateX(4px);
}

.cox-btn:focus-visible,
.cox-social-link:focus-visible {
    outline: 2px solid rgba(237, 28, 36, .92);
    outline-offset: 4px;
}

.cox-btn:active,
.cox-social-link:active {
    transform: translateY(-1px) scale(.985);
}

.cox-btn-primary {
    background: linear-gradient(135deg, var(--cox-color-red-bright), #c9001b);
    box-shadow: 0 18px 38px rgba(237, 28, 36, .28);
}

.cox-btn-primary:hover,
.cox-btn-primary:focus-visible {
    box-shadow: 0 22px 48px rgba(237, 28, 36, .46), 0 0 0 1px rgba(255, 255, 255, .12) inset;
}

.cox-btn-outline {
    border: 1px solid rgba(237, 28, 36, .65);
    background: rgba(0, 0, 0, .48);
    backdrop-filter: blur(10px);
}

.cox-btn-outline:hover {
    border-color: rgba(237, 28, 36, 1);
    background: rgba(237, 28, 36, .14);
    box-shadow: 0 16px 34px rgba(237, 28, 36, .24);
}

.cox-start-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.cox-social-link {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(237, 28, 36, .5);
    border-radius: 50%;
    background: rgba(0, 0, 0, .44);
    color: #fff !important;
    font-family: var(--cox-font-heading);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .28), inset 0 0 20px rgba(237, 28, 36, .12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.cox-social-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .28) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform .55s ease;
}

.cox-social-link i {
    position: relative;
    display: block;
    color: currentColor;
    font-size: 21px;
    line-height: 1;
}

.cox-social-link:hover,
.cox-social-link:focus-visible {
    border-color: rgba(237, 28, 36, .95);
    background: rgba(237, 28, 36, .18);
    color: #fff !important;
    box-shadow: 0 18px 42px rgba(237, 28, 36, .34), inset 0 0 24px rgba(237, 28, 36, .14);
    transform: translateY(-3px);
}

.cox-social-link:hover::before,
.cox-social-link:focus-visible::before {
    transform: translateX(120%);
}

.cox-reveal {
    opacity: 0;
    transform: translateY(22px);
    animation: coxFadeUp .78s ease forwards;
}

.cox-delay-1 { animation-delay: .08s; }
.cox-delay-2 { animation-delay: .18s; }
.cox-delay-3 { animation-delay: .28s; }
.cox-delay-4 { animation-delay: .42s; }
.cox-delay-5 { animation-delay: .56s; }
.cox-delay-6 { animation-delay: .7s; }

@keyframes coxFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes coxParticleFloat {
    0% { opacity: 0; transform: translate3d(-18px, 42px, 0) scale(.55); }
    14% { opacity: 1; }
    72% { opacity: .74; }
    100% { opacity: 0; transform: translate3d(70px, -150px, 0) scale(1.2); }
}

@media (prefers-reduced-motion: reduce) {
    .cox-reveal,
    .cox-btn,
    .cox-btn::before,
    .cox-btn span {
        animation: none;
        opacity: 1;
        transform: none;
        transition: none;
    }

    .cox-particles span {
        animation: none;
        opacity: .35;
    }
}

@media (max-width: 1024px) {
    .cox-start-hero {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        background-size: cover, 100% auto;
    }
}

@media (max-width: 767px) {
    .cox-start-hero {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        align-items: flex-start;
        padding: 30px 22px max(30px, calc(env(safe-area-inset-bottom, 0px) + 30px));
        background-image:
            linear-gradient(180deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .82) 48%, rgba(0, 0, 0, .42) 100%),
            var(--cox-bg);
        background-position: center, 60% center;
        background-size: cover, cover;
        background-attachment: scroll, scroll;
    }

    .cox-start-content {
        margin-inline: auto;
    }

    .cox-start-logo {
        width: min(212px, 70vw);
        margin: 0 auto 26px;
    }

    .cox-start-kicker,
    .cox-start-content h1,
    .cox-start-copy {
        text-align: center;
    }

    .cox-start-copy {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .cox-start-actions {
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .cox-start-socials {
        justify-content: center;
        align-items: center;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 420px) {
    .cox-start-hero {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        padding: 26px 18px max(26px, calc(env(safe-area-inset-bottom, 0px) + 26px));
        background-position: center, 57% center;
        background-size: cover, cover;
    }

    .cox-btn {
        min-height: 54px;
        padding: 0 18px;
        font-size: 14px;
    }

    .cox-social-link {
        width: 46px;
        height: 46px;
        font-size: 13px;
    }
}
