.dossier-hero {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgb(0 0 0 / 67%) 43%, rgb(0 0 0 / 16%) 100%),
        url("../legacy/img/banner-1.jpg") center / cover no-repeat;
}

.dossier-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background: var(--mx-red);
}

.dossier-hero-content {
    position: relative;
    min-height: 570px;
}

.dossier-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 590px;
    padding: 138px 0 78px;
}

.dossier-eyebrow,
.feature-number {
    margin: 0 0 .75rem;
    color: var(--mx-red);
    font-family: "DIN MX", Arial, sans-serif;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dossier-hero h1 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: .88;
}

.dossier-hero-copy > p:last-of-type {
    max-width: 550px;
    margin: 1.3rem 0 0;
    font-size: 1.08rem;
    line-height: 1.55;
}

.dossier-store-links {
    display: flex;
    align-items: center;
    margin-top: 1.7rem;
    gap: 12px;
}

.dossier-store-links a {
    display: inline-flex;
}

.dossier-store-links img {
    width: 158px;
}

.dossier-hero-phones {
    position: absolute;
    z-index: 1;
    right: -92px;
    bottom: -128px;
    width: 590px;
    filter: drop-shadow(0 22px 22px rgb(0 0 0 / 42%));
}

.dossier-intro,
.rider-tools,
.circuit-manager,
.promotion-section {
    padding: 88px 1rem;
}

.dossier-heading {
    max-width: 760px;
}

.dossier-heading h2,
.feature-copy h2,
.manager-intro h2,
.promotion-copy h2,
.dossier-download h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: .95;
}

.dossier-heading > p:last-child {
    max-width: 680px;
    margin: 1.2rem 0 0;
    color: var(--mx-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.user-types {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 50px;
    border-top: 1px solid #d8d8d8;
}

.user-types article {
    position: relative;
    padding: 36px 44px 12px 72px;
}

.user-types article + article {
    border-left: 1px solid #d8d8d8;
}

.user-types span,
.manager-features span,
.tool-card div > span {
    color: var(--mx-red);
    font-family: "DIN MX", Arial, sans-serif;
    font-size: .82rem;
    font-weight: 700;
}

.user-types span {
    position: absolute;
    top: 40px;
    left: 0;
}

.user-types h3,
.manager-features h3,
.tool-card h3 {
    margin: 0 0 .55rem;
    font-size: 1.45rem;
}

.user-types p,
.manager-features p,
.tool-card p {
    margin: 0;
    color: var(--mx-muted);
    font-size: .92rem;
    line-height: 1.6;
}

.audience-band {
    position: relative;
    overflow: hidden;
    padding: 50px 1rem;
    color: #fff;
    background: var(--mx-red);
}

.audience-band::after {
    content: "";
    position: absolute;
    top: -80px;
    right: max(3vw, calc((100vw - var(--content-width)) / 2));
    width: 240px;
    height: 240px;
    border: 38px solid rgb(255 255 255 / 11%);
    transform: rotate(16deg);
}

.audience-band p {
    position: relative;
    z-index: 1;
    margin: 0 0 .3rem;
    font-size: .86rem;
    font-weight: 700;
}

.audience-band h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: .9;
}

.audience-band h2 span {
    display: inline-block;
    margin-left: .4rem;
    color: #111;
}

.audience-band-circuits {
    color: #fff;
    background: #111;
}

.audience-band-circuits h2 span,
.audience-band-circuits p {
    color: var(--mx-red);
}

.feature-row {
    padding: 80px 1rem;
}

.feature-row-light {
    background: #f2f2f2;
}

.feature-row-dark {
    color: #fff;
    background: #151515;
}

.feature-layout {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(50px, 8vw, 100px);
}

.feature-layout-reverse .feature-visual {
    order: 2;
}

.feature-visual {
    text-align: center;
}

.feature-visual img {
    max-height: 590px;
    object-fit: contain;
    filter: drop-shadow(0 24px 23px rgb(0 0 0 / 18%));
}

.feature-visual-profile img {
    max-height: 545px;
}

.feature-copy > p:not(.feature-number) {
    max-width: 580px;
    margin: 1.25rem 0 0;
    color: #575757;
    line-height: 1.7;
}

.feature-row-dark .feature-copy > p:not(.feature-number) {
    color: #c2c2c2;
}

.feature-points {
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.feature-points li {
    position: relative;
    margin-top: .7rem;
    padding-left: 24px;
    font-size: .9rem;
    font-weight: 700;
}

.feature-points li::before {
    content: "";
    position: absolute;
    top: .45em;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--mx-red);
}

.profile-data {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2rem;
    border-top: 1px solid #3a3a3a;
}

.profile-data span {
    padding: 14px 15px 14px 0;
    border-bottom: 1px solid #3a3a3a;
    color: #fff;
    font-size: .83rem;
    font-weight: 700;
}

.profile-data span:nth-child(even) {
    padding-left: 15px;
    border-left: 1px solid #3a3a3a;
}

.dossier-heading-center {
    margin: 0 auto 42px;
    text-align: center;
}

.tool-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.tool-card {
    min-width: 0;
    padding-bottom: 28px;
}

.tool-card + .tool-card {
    border-left: 1px solid #d7d7d7;
}

.tool-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.tool-card div {
    padding: 28px 22px 0;
}

.tool-card h3 {
    margin-top: .5rem;
    font-size: 1.18rem;
}

.tool-card p {
    font-size: .8rem;
}

.circuit-manager {
    background: #f3f3f3;
}

.manager-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr);
    align-items: end;
    padding-bottom: 48px;
    border-bottom: 1px solid #ccc;
    gap: 70px;
}

.manager-intro > div:last-child > p {
    margin: 0 0 1.4rem;
    color: var(--mx-muted);
    line-height: 1.65;
}

.btn-mx {
    padding: .9rem 1.4rem;
    color: #fff;
    background: var(--mx-red);
    border: 0;
    border-radius: 2px;
    font-size: .82rem;
}

.btn-mx:hover,
.btn-mx:focus {
    color: #fff;
    background: #c80911;
}

.manager-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 44px;
    gap: 42px;
}

.manager-features h3 {
    margin-top: .6rem;
}

.manager-screen {
    margin: 60px 0 0;
}

.manager-screen figcaption {
    margin-bottom: 14px;
    color: #555;
    font-family: "DIN MX", Arial, sans-serif;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.manager-screen img {
    display: block;
    width: 100%;
    border: 1px solid #d0d0d0;
    box-shadow: 0 22px 50px rgb(0 0 0 / 13%);
}

.promotion-section {
    overflow: hidden;
    color: #fff;
    background: var(--mx-red);
}

.promotion-layout {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 65px;
}

.promotion-copy .dossier-eyebrow {
    color: #111;
}

.promotion-copy p:not(.dossier-eyebrow) {
    margin: 1.25rem 0 0;
    line-height: 1.65;
}

.promotion-visual img {
    display: block;
    width: 100%;
    filter: drop-shadow(0 18px 28px rgb(0 0 0 / 25%));
}

.dossier-download {
    padding: 52px 1rem;
    color: #fff;
    background:
        linear-gradient(90deg, rgb(0 0 0 / 88%), rgb(0 0 0 / 55%)),
        url("../legacy/img/land.jpg") center 58% / cover no-repeat;
}

.dossier-download-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.dossier-download p {
    margin: 0 0 .3rem;
    color: var(--mx-red);
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dossier-download .dossier-store-links {
    flex: 0 0 auto;
    margin: 0;
}

@media (max-width: 991px) {
    .dossier-hero-copy {
        max-width: 510px;
    }

    .dossier-hero-phones {
        right: -190px;
        opacity: .72;
    }

    .feature-layout {
        gap: 40px;
    }

    .tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tool-card:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #d7d7d7;
    }

    .tool-card:nth-child(4) {
        border-top: 1px solid #d7d7d7;
    }

    .manager-intro,
    .promotion-layout {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .dossier-hero,
    .dossier-hero-content {
        min-height: 650px;
    }

    .dossier-hero {
        background-position: 58% center;
    }

    .dossier-hero-copy {
        padding: 118px 0 250px;
    }

    .dossier-hero-phones {
        right: 50%;
        bottom: -225px;
        width: 510px;
        opacity: .92;
        transform: translateX(50%);
    }

    .dossier-intro,
    .rider-tools,
    .circuit-manager,
    .promotion-section {
        padding: 66px 1rem;
    }

    .user-types,
    .feature-layout,
    .manager-intro,
    .manager-features,
    .promotion-layout {
        grid-template-columns: 1fr;
    }

    .user-types article {
        padding: 28px 0 28px 55px;
    }

    .user-types article + article {
        border-top: 1px solid #d8d8d8;
        border-left: 0;
    }

    .user-types span {
        top: 32px;
    }

    .feature-row {
        padding: 64px 1rem;
    }

    .feature-visual,
    .feature-layout-reverse .feature-visual {
        order: 0;
    }

    .feature-visual img {
        max-height: 490px;
    }

    .feature-copy {
        order: 1;
    }

    .manager-intro {
        align-items: start;
        gap: 26px;
    }

    .manager-features {
        gap: 30px;
    }

    .dossier-download-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .dossier-hero,
    .dossier-hero-content {
        min-height: 625px;
    }

    .dossier-hero h1 {
        font-size: 3.1rem;
    }

    .dossier-hero-copy {
        padding: 110px 0 245px;
    }

    .dossier-hero-copy > p:last-of-type {
        font-size: .94rem;
    }

    .dossier-store-links {
        gap: 8px;
    }

    .dossier-store-links img {
        width: 135px;
    }

    .dossier-hero-phones {
        bottom: -190px;
        width: 430px;
    }

    .audience-band {
        padding: 40px 1rem;
    }

    .audience-band h2 span {
        display: block;
        margin: .2rem 0 0;
    }

    .profile-data,
    .tool-grid {
        grid-template-columns: 1fr;
    }

    .profile-data span:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .tool-card + .tool-card,
    .tool-card:nth-child(3),
    .tool-card:nth-child(4) {
        border-top: 1px solid #d7d7d7;
        border-left: 0;
    }

    .tool-card {
        display: grid;
        grid-template-columns: 42% 58%;
        align-items: center;
        padding: 0;
    }

    .tool-card img {
        min-height: 100%;
    }

    .tool-card div {
        padding: 22px 18px;
    }

    .tool-card p {
        font-size: .76rem;
    }

    .dossier-download .dossier-store-links {
        width: 100%;
    }
}
