/* Contact sales page. Loaded after shared styles. */
html.contact-sales-page {
    color-scheme: dark;
    background: var(--home-void, #000);
}

.contact-sales-page body {
    min-height: 100vh;
    position: relative;
    isolation: isolate;
    overflow-x: clip;
    background: var(--home-void, #000);
    color: var(--steel);
    font-family: var(--font-body);
}

.contact-sales-page body::before,
.contact-sales-page body::after {
    content: "";
    position: fixed;
    inset: 0;
    display: block;
    pointer-events: none;
}

.contact-sales-page body::before {
    z-index: 0;
    background-image:
        linear-gradient(90deg, var(--home-grid-major) 1px, transparent 1px),
        linear-gradient(var(--home-grid-major) 1px, transparent 1px),
        linear-gradient(90deg, var(--home-grid-fine) 1px, transparent 1px),
        linear-gradient(var(--home-grid-fine) 1px, transparent 1px);
    background-position: center;
    background-size: 384px 384px, 384px 384px, 96px 96px, 96px 96px;
    -webkit-mask-image:
        linear-gradient(to bottom, transparent 0, #000 10%, #000 88%, transparent 100%),
        radial-gradient(ellipse 88% 68% at 50% 48%, #000 30%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(to bottom, transparent 0, #000 10%, #000 88%, transparent 100%),
        radial-gradient(ellipse 88% 68% at 50% 48%, #000 30%, transparent 100%);
    mask-composite: intersect;
    opacity: 0.54;
}

.contact-sales-page body::after {
    z-index: 0;
    background:
        linear-gradient(112deg, transparent 8%, var(--home-light-cold) 36%, transparent 58%),
        linear-gradient(248deg, transparent 22%, var(--home-light-red) 52%, transparent 72%),
        repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.009) 0 1px, transparent 1px 7px);
    opacity: 0.58;
}

.contact-sales-page > body > header,
.contact-sales-page > body > main,
.contact-sales-page > body > footer {
    position: relative;
    z-index: 1;
}

.contact-sales-page .container,
.contact-sales-page main.container {
    max-width: min(1500px, 94vw);
}


.contact-sales-page .page-main {
    padding-top: 24px;
}

.contact-sales-page .page-hero {
    min-height: 30vh;
    gap: 16px;
    padding: 54px 0 42px;
    border-bottom: 0;
}

.contact-sales-page .hero-cta {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid var(--signal-red);
    background: linear-gradient(90deg, rgba(255, 31, 69, 0.22), transparent 54%), rgba(0, 0, 0, 0.72);
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.contact-sales-page .hero-cta:hover,
.contact-sales-page .hero-cta:focus-visible {
    background: var(--signal-red);
    outline: none;
}

.contact-sales-page .page-kicker {
    color: var(--signal-amber);
    font-family: Consolas, "Courier New", monospace;
    font-weight: 800;
}

.contact-sales-page .page-hero h2,
.contact-sales-page .page-section h3 {
    color: #f5f7f8;
    font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-sales-page .page-hero h2 {
    font-size: clamp(48px, 8vw, 104px);
    line-height: 0.92;
}

.contact-sales-page .page-hero p {
    color: #c7cdd2;
}

.contact-sales-page .page-section {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: clamp(28px, 6vw, 100px);
    border-bottom: 0;
}

.contact-sales-page .page-section h3 {
    font-size: clamp(36px, 4.5vw, 64px);
}

.contact-sales-page .contact-panel {
    gap: 8px;
    border: 0;
    background: transparent;
}

.contact-sales-page .contact-panel div {
    position: relative;
    min-height: 140px;
    padding: 26px;
    overflow: hidden;
    border: 0;
    background:
        linear-gradient(90deg, transparent 0 68%, rgba(255, 31, 69, 0.08) 68% 68.5%, transparent 68.5%),
        repeating-radial-gradient(circle at 112% 118%, transparent 0 29px, rgba(215, 221, 226, 0.05) 30px 31px, transparent 32px 55px),
        rgba(7, 9, 11, 0.74);
    backdrop-filter: blur(12px);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.contact-sales-page .contact-panel div:last-child {
    border-right: 0;
}

.contact-sales-page .contact-panel span {
    color: var(--signal-red);
    font-family: Consolas, "Courier New", monospace;
    font-size: 11px;
    font-weight: 800;
}

.contact-sales-page .contact-panel a,
.contact-sales-page .contact-panel address {
    color: #f5f7f8;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.contact-sales-page .contact-panel a:hover,
.contact-sales-page .contact-panel a:focus-visible {
    color: var(--signal-red);
    outline: none;
}

.contact-sales-page .page-section ol {
    counter-reset: process;
    display: grid;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.contact-sales-page .page-section li {
    counter-increment: process;
    position: relative;
    min-height: 82px;
    display: flex;
    align-items: center;
    padding: 18px 70px 18px 24px;
    border: 0;
    background: rgba(7, 9, 11, 0.74);
    color: #d7dde2;
    backdrop-filter: blur(12px);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.contact-sales-page .page-section li::after {
    content: counter(process, decimal-leading-zero);
    position: absolute;
    right: 22px;
    color: rgba(255, 255, 255, 0.14);
    font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 34px;
}

@media (max-width: 768px) {
    .contact-sales-page .container,
    .contact-sales-page main.container {
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .contact-sales-page .page-hero {
        min-height: 0;
        padding: 40px 0 30px;
    }

    .contact-sales-page .page-section {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-sales-page .contact-panel {
        grid-template-columns: 1fr;
    }

    .contact-sales-page .contact-panel div {
        min-height: 140px;
        border-bottom: 0;
    }

    .contact-sales-page body::before {
        background-size: 288px 288px, 288px 288px, 72px 72px, 72px 72px;
        opacity: 0.44;
    }

    .contact-sales-page body::after {
        opacity: 0.42;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-sales-page body::after {
        background:
            linear-gradient(112deg, transparent 8%, var(--home-light-cold) 36%, transparent 58%),
            linear-gradient(248deg, transparent 22%, var(--home-light-red) 52%, transparent 72%);
    }
}
