﻿.model408 {
    --blue: #0074c8;
    --dark: #101820;
    --muted: #6f777b;
    --line: #d9dee2;
    --soft: #f4f6f8;
    color: var(--dark);
    font-family: "Peugeot", Arial, sans-serif;
}

.model408 *,
.model408 *::before,
.model408 *::after {
    box-sizing: border-box;
}

.model408 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.model408 h1,
.model408 h2,
.model408 h3,
.model408 p {
    margin: 0;
}

.model408-hero {
    position: relative;
    min-height: 520px;
    background: #111;
    overflow: hidden;
}

.model408-hero picture,
.model408-hero img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.model408-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .22) 54%, rgba(0, 0, 0, .1));
}

.model408-hero__content {
    position: absolute;
    z-index: 2;
    left: calc((100vw - 1170px) / 2);
    bottom: 58px;
    width: min(560px, calc(100% - 32px));
    color: #fff;
}

.model408-kicker {
    margin-bottom: 12px;
    color: #b9dfff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.model408-hero h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 700;
}

.model408-hero p {
    margin-top: 18px;
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
    line-height: 1.55;
}

.model408-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.model408-actions a,
.model408-note a,
.model408-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: 2px solid var(--blue);
    background: var(--blue);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}

.model408-actions a:nth-child(n+2) {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .82);
}

.model408-actions a:hover,
.model408-note a:hover,
.model408-cta a:hover {
    background: #005da1;
    border-color: #005da1;
    color: #fff;
    text-decoration: none;
}

.model408-nav {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
    overflow-x: auto;
}

.model408-nav a {
    flex: 0 0 auto;
    padding: 10px 16px;
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.model408-nav a:hover {
    color: var(--blue);
    text-decoration: none;
}

.model408-intro,
.model408-section,
.model408-band,
.model408-cta {
    padding: 64px max(16px, calc((100vw - 1170px) / 2));
}

.model408-intro {
    text-align: center;
}

.model408-intro h2,
.model408-heading h2,
.model408-cta h2 {
    font-size: 34px;
    line-height: 1.18;
    text-transform: uppercase;
}

.model408-intro p,
.model408-heading p,
.model408-wide p,
.model408-grid p,
.model408-feature p,
.model408-equipment p,
.model408-cta p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.model408-intro > p {
    max-width: 900px;
    margin: 18px auto 0;
}

.model408-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 32px;
}

.model408-note div {
    text-align: left;
}

.model408-note strong {
    display: block;
    font-size: 28px;
}

.model408-note span {
    display: block;
    color: var(--muted);
}

.model408-band {
    background: var(--soft);
}

.model408-heading {
    max-width: 870px;
    margin: 0 auto 42px;
    text-align: center;
}

.model408-heading span {
    display: block;
    margin-bottom: 10px;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
}

.model408-heading p {
    margin-top: 16px;
}

.model408-grid {
    display: grid;
    gap: 26px;
}

.model408-grid article,
.model408-wide,
.model408-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    border-top: 1px solid var(--line);
    padding-top: 34px;
}

.model408-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.model408-grid--compact article {
    display: block;
    border-top: 0;
    padding: 0;
    background: #fff;
}

.model408-grid--compact article div {
    padding: 24px;
}

.model408 h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
}

.model408-wide {
    margin-bottom: 28px;
    border-top: 0;
    padding-top: 0;
    background: #fff;
}

.model408-wide div {
    padding: 32px;
}

.model408-feature {
    border-top: 0;
    padding-top: 0;
}

.model408-feature ul,
.model408-equipment ul {
    margin: 16px 0 0;
    padding-left: 20px;
    color: var(--muted);
    line-height: 1.7;
}

.model408-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.model408-gallery img,
.model408-grid img,
.model408-wide img,
.model408-feature img,
.model408-colors img {
    width: 100%;
    object-fit: cover;
}

.model408-gallery img {
    aspect-ratio: 4 / 3;
}

.model408-specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 34px;
    background: var(--line);
}

.model408-specs div {
    padding: 24px 18px;
    background: #fff;
    text-align: center;
}

.model408-specs strong {
    display: block;
    font-size: 28px;
}

.model408-specs span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
}

.model408-equipment {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.model408-equipment article {
    padding: 30px;
    background: #fff;
    border-top: 4px solid var(--blue);
}

.model408-colors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.model408-colors article {
    border: 1px solid var(--line);
    background: #fff;
}

.model408-colors p {
    padding: 16px 18px 20px;
    color: var(--muted);
    text-align: center;
    line-height: 1.5;
}

.model408-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--dark);
    color: #fff;
}

.model408-cta p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .75);
}

@media (max-width: 1199px) {
    .model408-hero__content {
        left: 16px;
    }
}

@media (max-width: 991px) {
    .model408-hero,
    .model408-hero picture,
    .model408-hero img {
        min-height: 460px;
    }

    .model408-hero h1 {
        font-size: 40px;
    }

    .model408-grid article,
    .model408-wide,
    .model408-feature,
    .model408-grid--compact,
    .model408-equipment,
    .model408-colors {
        grid-template-columns: 1fr;
    }

    .model408-feature--reverse img {
        order: 2;
    }

    .model408-gallery,
    .model408-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .model408-note,
    .model408-cta {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }

    .model408-note div {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .model408-hero,
    .model408-hero picture,
    .model408-hero img {
        min-height: 0;
        height: auto;
    }

    .model408-hero::after {
        display: none;
    }

    .model408-hero__content {
        position: static;
        width: 100%;
        padding: 28px 16px 32px;
        background: var(--dark);
    }

    .model408-hero h1 {
        font-size: 34px;
    }

    .model408-hero p {
        font-size: 16px;
    }

    .model408-actions a,
    .model408-note a,
    .model408-cta a {
        width: 100%;
    }

    .model408-intro,
    .model408-section,
    .model408-band,
    .model408-cta {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .model408-intro h2,
    .model408-heading h2,
    .model408-cta h2 {
        font-size: 27px;
    }

    .model408-gallery,
    .model408-specs {
        grid-template-columns: 1fr;
    }
}
