/* Modelet 2026 page – hero/title from servisi, split sections from motor CTA, feature divider from motor colors */

html.m2026-page {
    scroll-behavior: smooth;
}

.m2026-page {
    background: #fff;
    color: #111;
    font-family: "BMWMotorradW01-Regular", Arial, sans-serif;
}

.m2026-header {
    position: relative;
}

.m2026-header .hero-nav {
    background: #fff;
    color: #111;
}

.m2026-hero {
    width: 100%;
    height: 80vh;
    min-height: 286px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m2026-main {
    padding: 0;
}

/* Title + subtitle */
.m2026-title-section {
    background: #fff;
    padding: 80px 24px 48px;
}

.m2026-title-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: left;
}

.m2026-title {
    font-family: "BMWMotorradW01-Bold", Arial, sans-serif;
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #111;
    line-height: 1.1;
}

.m2026-subtitle {
    font-family: "BMWMotorradW01-Bold", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #111;
}

/* Intro paragraph */
.m2026-intro-section {
    background: #fff;
    padding: 0 24px 56px;
}

.m2026-intro-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.m2026-intro-text {
    font-family: "BMWMotorradW01-Regular", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
    color: #333;
    max-width: 800px;
}

/* Split section – text left, image right */
.m2026-split-section {
    background: #fff;
    padding: 56px 39px 72px;
}

.m2026-split-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.m2026-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.m2026-split-heading {
    font-family: "BMWMotorradW01-Bold", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}

.m2026-split-para {
    font-family: "BMWMotorradW01-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 24px;
}

.m2026-split-btn.hero-button {
    display: inline-block;
    padding: 12px 24px;
    background: #111;
    color: #fff;
    border: 2px solid #111;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    width: fit-content;
    max-width: 100%;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.m2026-split-btn.hero-button:hover {
    background: #0062ff;
    color: #fff;
    border-color: #0062ff;
}

.m2026-ratio-3-2 {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.m2026-split-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Contained image – aligned with page margins, not edge-to-edge */
.m2026-contained-image-section {
    background: #fff;
    padding: 0 39px 72px;
}

.m2026-contained-image-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.m2026-contained-image-wrap {
    width: 100%;
    overflow: hidden;
}

.m2026-contained-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Explore models – two cards before footer */
.m2026-explore-section {
    background: #fff;
    padding: 64px 39px 80px;
    text-align: center;
}

.m2026-explore-separator {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m2026-explore-line {
    display: block;
    position: absolute;
    left: 15%;
    right: 15%;
    top: 50%;
    height: 3px;
    background: #333;
}

.m2026-explore-icon {
    position: relative;
    width: 120px;
    height: 120px;
    object-fit: contain;
    background: #fff;
    padding: 0 16px;
}

.m2026-explore-title {
    font-family: "BMWMotorradW01-Bold", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 48px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #111;
}

.m2026-explore-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.m2026-explore-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: stretch;
}

.m2026-explore-card {
    display: flex;
    flex-direction: column;
}

.m2026-explore-card-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.m2026-explore-card-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.m2026-explore-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.m2026-explore-card-title {
    font-family: "BMWMotorradW01-Bold", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
}

.m2026-explore-card-para {
    font-family: "BMWMotorradW01-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 24px;
}

.m2026-explore-card-btn.hero-button {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: #111;
    border: 2px solid #111;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.m2026-explore-card-btn.hero-button:hover {
    background: #0062ff;
    color: #fff;
    border-color: #0062ff;
}

.m2026-explore-card-line {
    display: block;
    width: 100%;
    height: 3px;
    background: #333;
    margin-top: 32px;
}

/* Feature section – divider + central title + flipped layout */
.m2026-feature-section {
    background: #fff;
    padding: 64px 39px 72px;
    text-align: center;
}

.m2026-feature-separator {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m2026-feature-line {
    display: block;
    position: absolute;
    left: 15%;
    right: 15%;
    top: 50%;
    height: 3px;
    background: #333;
}

.m2026-feature-icon {
    position: relative;
    width: 120px;
    height: 120px;
    object-fit: contain;
    background: #fff;
    padding: 0 16px;
}

.m2026-feature-title {
    font-family: "BMWMotorradW01-Bold", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #111;
}

.m2026-feature-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.m2026-split-grid-image-left .m2026-split-image {
    order: 1;
}

.m2026-split-grid-image-left .m2026-split-text {
    order: 2;
}

/* Back to top */
.m2026-back-to-top {
    background: #fff;
    min-height: 180px;
    padding: 64px 24px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.m2026-back-to-top .back-to-top-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #333;
    text-decoration: none;
    font-family: "BMWMotorradW01-Regular", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
}

.m2026-back-to-top .back-to-top-link:hover {
    color: #111;
}

.m2026-back-to-top .back-to-top-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0);
}

.m2026-back-to-top .back-to-top-text {
    text-transform: uppercase;
}

/* Tablet */
@media (max-width: 1024px) {
    .m2026-title {
        font-size: 48px;
    }

    .m2026-subtitle {
        font-size: 24px;
    }

    .m2026-split-section,
    .m2026-feature-section,
    .m2026-contained-image-section,
    .m2026-explore-section {
        padding-left: 28px;
        padding-right: 28px;
    }

    .m2026-split-grid {
        gap: 32px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .m2026-hero{
        height: 50vh;
        background-position: 25% center; 
    }

    .m2026-title-section {
        padding-left: 25px;
        padding-right: 24px;
    }

    .m2026-title-wrap {
        padding-left: 0;
    }

    .m2026-title {
        font-size: 48px;
    }

    .m2026-subtitle {
        font-size: 24px;
    }

    .m2026-intro-section {
        padding-left: 25px;
    }

    .m2026-intro-inner {
        padding-left: 0;
    }

    .m2026-split-section,
    .m2026-feature-section,
    .m2026-contained-image-section,
    .m2026-explore-section {
        padding: 48px 24px 56px;
    }

    .m2026-contained-image-section {
        padding-top: 0;
    }

    .m2026-explore-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .m2026-explore-icon {
        width: 90px;
        height: 90px;
    }

    .m2026-explore-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .m2026-split-grid,
    .m2026-split-grid-image-left {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .m2026-split-grid .m2026-split-text,
    .m2026-split-grid-image-left .m2026-split-text {
        display: contents;
    }

    .m2026-split-grid .m2026-split-image,
    .m2026-split-grid-image-left .m2026-split-image {
        order: 1;
    }

    .m2026-split-grid .m2026-split-heading,
    .m2026-split-grid-image-left .m2026-split-heading {
        order: 2;
    }

    .m2026-split-grid .m2026-split-para,
    .m2026-split-grid-image-left .m2026-split-para {
        order: 3;
    }

    .m2026-split-grid .m2026-split-btn,
    .m2026-split-grid-image-left .m2026-split-btn {
        order: 4;
        justify-self: start;
        align-self: start;
        width: fit-content;
        max-width: 100%;
    }

    .m2026-feature-icon {
        width: 90px;
        height: 90px;
    }

    .m2026-feature-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

@media (max-width: 640px) {
    .m2026-title {
        font-size: 36px;
    }

    .m2026-subtitle {
        font-size: 20px;
    }

    .m2026-split-heading {
        font-size: 18px;
    }

    .m2026-feature-title,
    .m2026-explore-title {
        font-size: 22px;
    }
}
