/* #region instruct mobile */
.instruct {
    width: 100%;
    height: 100%;
    max-width: auto;
    max-height: auto;
    background-color: #1f2121;
    border-radius: 2.5rem;
    overflow: hidden;
    position: relative;
    margin-top: 0.5rem;
}

.instruct__main {
    width: 100%;
    height: 100%;
    position: relative;
}

.instruct__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 1rem;
}

.instruct__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    filter: brightness(30%) blur(0.0625rem);
}

.instruct__content {
    position: relative;
    max-height: 47.875rem;
    z-index: 2;
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem 1rem;
    gap: 1rem;
    background-color: linear-gradient( to top, rgba(0, 0, 0, 0.6), transparent 40% );
    border-radius: 2.5rem;
    margin-top: 0.6rem;
}

.instruct__title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: white;
    word-break: break-word;
}

.instruct__description {
    font-size: 1rem;
    line-height: 140%;
    color: #f1f1f1;
}

.instruct__button-group {
    order: 3;
    margin-top: 1rem;
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
}

.instruct__button {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    color: white;
}

.note {
    display: none;
}

/*#endregion instruct mobile */

/* #region guide mobile */

.guide {
    width: 100%;
    max-width: auto;
    height: 100%;
    background-color: #1f2121;
    border-radius: 2.5rem;
    overflow: hidden;
    position: relative;
}

.guide__main {
    width: 100%;
    height: 100%;
    position: relative;
}

.guide__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 1.5rem;
    filter: brightness(30%) blur(0.0625rem);
}

.guide__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    filter: brightness(30%) blur(0.0625rem);
}
.guide__media img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        /*max-height: 828px;*/
        display: block;
        border-radius: 1.5rem;
        object-fit: cover;
        filter: none;
        margin-top: 0rem;
    }

.guide__content {
    position: relative;
    max-height: auto;
    z-index: 2;
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem 1rem;
    gap: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 40%);
    border-radius: 2.5rem;
    /*margin-top: 0.5rem;*/
    margin-bottom: 1rem;
}

.guide__title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.0313rem;
    text-transform: uppercase;
    color: white;
    word-break: break-word;
    margin-top: 1.75rem;
}

.guide__description_1,
.guide__description_2 {
    font-size: 1rem;
    line-height: 1.5;
    color: #f1f1f1;
}

.guide__button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    overflow-x: unset;
    scroll-snap-type: none;
}

.guide__button-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0.5rem;
    justify-items: center;
    margin-top: 0.6rem;
    max-width: 100%;
    padding-bottom: 0;
}

    .guide__button-group .guide__button-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.85rem 0.75rem;
        background-color: var(--color-surface);
        border-radius: 2rem;
        text-decoration: none;
        width: 100%;
    }

.guide__button-item span {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-primary);
}

.maintenance-level__button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 0rem;
}
.maintenance-level__button-group img {
    height: auto;
}

.maintenance-level__button-group img {
    height: auto;
    border-radius: 0rem;
}

.maintenance-level__button-item {
    width: 100%;
    background-color: #00456d;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.maintenance-level__button {
    padding: 0.5rem;
    color: var(--color-white);
    font-size: 0.875rem;
}

.maintenance-level__button-item div {
    width: 2rem;
    height: 2rem;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
}

[hidden] {
    display: none;
}
/*#endregion guide mobile */

/* #region maintenance mobile */
.maintenance__main {
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 1.25rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
}

.maintenance__title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: -0.01rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.maintenance__box {
    background-color: #ffffff;
    border-radius: 1rem;
    width: auto;
    max-width: 100%;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 1rem;
}

.maintenance__box-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.maintenance__box-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 140%;
    letter-spacing: -0.01rem;
    text-transform: uppercase;
}

.maintenance__box-content p {
    margin-top: 1rem;
}

.instruct__box-toggle {
    background-color: #000;
    color: #fff;
    border: none;
    width: 2rem;
    height: 2rem;
    border-radius: 6.25rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .instruct__box-toggle iconify-icon {
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        margin: 0;
        line-height: 1;
    }

.maintenance__box-content {
    margin-top: 1.875rem;
    line-height: 1.6;
    transition: all 0.3s ease;
}
#maintenance-periodic-content object {
    height: 100vh;
    width: 100%;
}
#maintenance-periodic-content figure {
    margin: 2rem 0;
    text-align: center;
}

    #maintenance-periodic-content figure img {
        max-width: 100%;
        height: auto;
        border-radius: 0.75rem;
    }

    #maintenance-periodic-content figure figcaption {
        margin-top: 0.5rem;
        font-size: 1rem;
        color: #333;
    }

.vehicle-notes__list {
    margin-top: 1rem;
    padding-left: 1rem;
    max-width: 100%;
}

    .vehicle-notes__list li {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .vehicle-notes__list p {
        color: #3c3d3d;
    }

    .vehicle-notes__list a {
        color: #00456d;
        word-break: break-word;
    }

.maintenance__box h6 {
    margin: 1.5rem 0;
}

.maintenance__box p {
    margin-top: 1.5rem;
}

.maintenance__box h4 {
    font-size: 1.25rem;
    width: 12rem;
}

.content-toggle {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

    .content-toggle.active {
        overflow: visible;
        opacity: 1;
    }
/*#endregion maintenance mobile */
.news {
    margin-top: 0.5rem;
}

.page-header.page--static .page__title {
    font-size: 2rem;
    padding: 16px 8px;
}

.news .section-title {
    font-size: 2rem;
}

.dealers .section-title {
    font-size: 2rem;
}

.contact .section-title {
    font-size: 2rem;
}

@media only screen and (min-width: 360px) {
    .page-header.page--static .page__title {
        font-size: 2.75rem;
    }

    .contact .section-title {
        font-size: 2.5rem;
    }

    .news .section-title {
        font-size: 2.5rem;
    }

    .dealers .section-title {
        font-size: 2.5rem;
    }
    /* #region instruct min 360px*/
    .instruct__title {
        font-size: 2.5rem;
    }
    /* #endregion*/

    /* #region guide mobile min 360px */
    .guide__title {
        font-size: 2.5rem;
    }
    /* #endregion*/

    /* #region maintenance min 360px*/
    .instruct__box-toggle {
        width: 3rem;
        height: 3rem;
    }

    .maintenance__box h4 {
        width: 15rem;
    }

    .maintenance__title {
        font-weight: 600;
        font-size: 2.5rem;
    }
    /* #endregion*/
}
/* Responsive */
@media only screen and (min-width: 1280px) {
    .header {
        margin-top: 1rem;
    }

    /* #region instruct */

    .instruct {
        margin-top: auto;
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 2.5rem;
        position: relative;
        overflow: hidden;
        background-color: transparent;
    }

    .instruct__main {
        background: #181818;
        width: 100%;
        padding: 1rem;
        border-radius: 2.5rem;
        display: flex;
        gap: 0.5rem;
    }

    .instruct__content {
        flex: 1;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        background-color: #fff;
        border-radius: 1.5rem;
        height: auto;
        margin-top: 0rem;
    }

    .instruct__title {
        width: 100%;
        font-size: clamp(2rem, 3.75rem, 3.25rem);
        font-weight: 600;
        color: #141514;
        line-height: 1.2;
        letter-spacing: -0.05rem;
        text-transform: uppercase;
    }

    .instruct__description {
        width: 100%;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 1.4;
        color: #141514;
        margin-top: 1rem;
    }

    .instruct__media {
        position: static;
        inset: auto;
        z-index: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        margin-bottom: 0rem;
    }

    .instruct__image {
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 806px;
        display: block;
        border-radius: 1.5rem;
        object-fit: cover;
        filter: none;
        margin-top: 0rem;
    }

    .instruct__button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        justify-content: center;
        max-width: 100%;
        padding-bottom: 0rem;
    }

    .instruct__button-item {
        display: flex;
        flex: 0 1 calc(50% - 0.75rem);
        width: 100%;
        border-radius: 0.5rem;
        align-items: center;
        justify-content: space-between;
        background-color: #00456d;
        padding: 0.75rem 0.625rem 0.75rem 0.5rem;
    }

        .instruct__button-item div {
            width: 2.5rem;
            height: 2.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: white;
            border-radius: 2rem;
        }

        .instruct__button-item img {
            width: 1.25rem;
            height: 1rem;
        }

    .instruct__button {
        flex: 0 1 calc(50% - 0.75rem);
        color: #fff;
        font-size: 1.125rem;
        font-weight: 500;
        border: none;
        cursor: pointer;
        text-align: center;
        margin-top: 0rem;
    }

    /* #endregion */

    /* Start note */

    .note {
        margin: 0.5rem 0;
        width: 100%;
        height: 100%;
        display: block;
        max-width: 100%;
        border-radius: 2.5rem;
        position: relative;
        overflow: hidden;
        background-color: transparent;
    }

    .note__main {
        background: #181818;
        width: 100%;
        padding: 1rem;
        border-radius: 2.5rem;
        display: flex;
        gap: 0.5rem;
    }

    .note__content {
        flex: 1;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        background-color: #fff;
        border-radius: 1.5rem;
        height: auto;
        margin-top: 0rem;
    }

    .note__title {
        width: 100%;
        font-size: clamp(2rem, 3.75rem, 3.25rem);
        font-weight: 600;
        color: #141514;
        line-height: 1.2;
        letter-spacing: -0.05rem;
        text-transform: uppercase;
    }

    .note__content .note__button-group {
        display: flex;
        gap: 0.5rem;
        width: 100%;
        flex-direction: column;
        margin: 2rem 0;
    }

    .note__button-group .note__button-item {
        padding: 0.75rem 0.75rem 0.75rem 2rem;
        background-color: var(--color-surface);
        border-radius: 6.25rem;
        text-decoration: none;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .note__button-item span {
        font-size: 1.375rem;
        font-weight: 500;
    }

    .note__media {
        position: static;
        inset: auto;
        z-index: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        margin-bottom: 0rem;
    }

    .note__image {
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 596px;
        display: block;
        border-radius: 1.5rem;
        object-fit: cover;
        filter: none;
        margin-top: 0rem;
    }

    /* #end note */

    /* #region guide*/
    .guide {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 2.5rem;
        position: relative;
        overflow: hidden;
        background-color: transparent;
    }

    .guide__main {
        background: #181818;
        width: 100%;
        padding: 1rem;
        border-radius: 2.5rem;
        display: flex;
        gap: 1rem;
    }

    .guide__media {
        position: static;
        inset: auto;
        z-index: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        margin-bottom: 0rem;
        filter: none;
    }
    /*.guide__media img {*/
    /*    max-width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: cover;*/
    /*    border-radius: 1.5rem;*/
        
    /*}*/

    .guide__media img {
        max-width: 100%;
        width: 872px;
        height: 100%;
        /*max-height: 828px;*/
        display: block;
        border-radius: 1.5rem;
        object-fit: cover;
        filter: none;
        margin-top: 0rem;
    }

    .guide__content {
        flex: 1;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 2.5rem 3rem;
        background: #fff;
        border-radius: 1.5rem;
        height: auto;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .guide__title {
        width: 100%;
        font-size: clamp(2rem, 3.75rem, 3.25rem);
        font-weight: 600;
        color: #141514;
        line-height: 1.2;
        letter-spacing: -0.05rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

    .guide__description_1 {
        width: 100%;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 1.4;
        color: #141514;
    }

    .guide__description_2 {
        width: 100%;
        font-size: 1.375rem;
        font-weight: 500;
        line-height: 1.4;
        color: #141514;
    }

    .guide__button-group {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        gap: 0.5rem;
        justify-items: center;
        margin-top: 0.6rem;
        max-width: 100%;
        padding-bottom: 0;
    }

        .guide__button-group .guide__button-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.9rem 1.131rem 0.9rem 2rem;
            background-color: var(--color-surface);
            border-radius: 6.25rem;
            text-decoration: none;
            width: 100%;
        }

    .guide__button-item span {
        font-size: 1.375rem;
        font-weight: 500;
        color: var(--color-primary);
    }

    .maintenance-level__button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        justify-content: center;
        max-width: 100%;
        padding-bottom: 0rem;
        margin-top: 3rem;
    }

    .maintenance-level__button-item {
        flex: 0 1 calc(50% - 0.75rem);
        background-color: #00456d;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0.5rem;
        border-radius: 0.5rem;
        font-size: 1.25rem;
        font-weight: 500;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
    }

    .maintenance-level__button {
        padding: 1rem 1rem;
        color: var(--color-white);
        font-size: 1.125rem;
    }

    .maintenance-level__button-item div {
        width: 2.5rem;
        height: 2.5rem;
        background-color: var(--color-white);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2rem;
    }

    /* #endregion */

    /* #region maintenance */
    [hidden] {
        display: none;
    }

    .maintenance {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 2.5rem;
        position: relative;
        overflow: hidden;
    }

    .maintenance__main {
        background: #f7f7f7;
        padding: 1rem;
        border-radius: 1.25rem;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
    }

    .maintenance__title {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 3.25rem;
        line-height: 120%;
        letter-spacing: -0.01rem;
        margin-bottom: 1rem;
        padding-left: 4rem;
    }

    .maintenance__box {
        background-color: #ffffff;
        border-radius: 1rem;
        width: 100%;
        padding: 2rem;
        box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
        position: relative;
        margin-top: 1.5rem;
    }

    .maintenance__box-header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .maintenance__box-title {
        font-weight: 600;
        font-size: 1.75rem;
        line-height: 140%;
        letter-spacing: -0.01rem;
        text-transform: uppercase;
    }

    .maintenance__box-content p {
        margin-top: 1rem;
    }

    .instruct__box-toggle {
        background-color: #000;
        color: #fff;
        border: none;
        width: 3rem;
        height: 3rem;
        border-radius: 6.25rem;
        cursor: pointer;
        transition: transform 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .instruct__box-toggle iconify-icon {
            width: 1.5rem;
            height: 1.5rem;
            display: block;
            margin: 0;
            line-height: 1;
        }

    .maintenance__box-content {
        margin-top: 1.875rem;
        line-height: 1.6;
        transition: all 0.3s ease;
    }

    #maintenance-periodic-content figure {
        margin: 2rem 0;
        text-align: center;
    }

        #maintenance-periodic-content figure img {
            max-width: 100%;
            height: auto;
            border-radius: 0.75rem;
        }

        #maintenance-periodic-content figure figcaption {
            margin-top: 0.5rem;
            font-size: 1rem;
            color: #333;
        }

    .vehicle-notes__list {
        list-style: disc inside;
        padding-left: 0;
        margin: 1rem 0rem;
        max-width: 800px;
    }

        .vehicle-notes__list li {
            margin-bottom: 1.5rem;
            line-height: 1.6;
            font-size: 1rem;
        }

        .vehicle-notes__list a {
            color: #00456d;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 1.125rem;
        }

        .vehicle-notes__list a {
            color: #00456d;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 1.125rem;
        }

        .vehicle-notes__list p {
            color: #3c3d3d;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 1.125rem;
        }

    .maintenance__box h4 {
        width: auto;
    }

    .content-toggle {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }

        .content-toggle.active {
            overflow: visible;
            opacity: 1;
        }
    /* #endregion */

    /*News*/
    .news {
        margin-top: 0.5rem;
    }
}
