* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    overflow-x: hidden;

    background: #020716 url("../images/vehicle-diagnostics-workshop-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    font-family: 'Montserrat', sans-serif;
}

.watermark-layer {
    position: fixed;
    top: 110px;
    right: -20px;

    width: 1180px;
    height: 880px;

    pointer-events: none;
    z-index: 0;
}

.watermark {
    position: absolute;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: 0.115;

    transition:
        opacity 0.45s ease,
        transform 0.45s ease,
        filter 0.45s ease;
}

.watermark-layer.brand-active .watermark {
    opacity: 0.025;
}

.watermark-layer.brand-active .watermark.active {
    opacity: 0.18;

    filter:
        drop-shadow(0 0 18px rgba(188, 196, 204, 0.07));
}

.watermark-mercedes {
    top: 100px;
    left: -100px;

    width: 520px;
    height: 520px;

    background-image: url("../images/mercedes-watermark.webp");
}

.watermark-bmw {
    top: 80px;
    right: -10px;

    width: 520px;
    height: 520px;

    background-image: url("../images/bmw-watermark.webp");
}

.watermark-jaguar {
    top: 330px;
    left: 20px;

    width: 620px;
    height: 620px;

    background-image: url("../images/jaguar-watermark.webp");
}

.watermark-vag {
    top: 50px;
    left: 280px;

    width: 600px;
    height: 600px;

    background-image: url("../images/vag-watermark.webp");

    opacity: 0.10;
}

.watermark-landrover {
    top: 410px;
    right: 80px;

    width: 580px;
    height: 460px;

    background-image: url("../images/land-rover-watermark.webp");

    opacity: 0.09;
}

.hero,
.content {
    position: relative;
    z-index: 2;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: 60px;
    padding-left: 40px;
    padding-right: 120px;
}

.header img {
    width: 620px;
    display: block;
}

.home-page h1.header {
    margin: 0;
}

.top-menu {
    display: flex;
    gap: 70px;
}

.top-menu a {
    color: #bcc4cc;
    text-decoration: none;

    font-size: 24px;
    font-weight: 300;
    letter-spacing: 6px;

    border-bottom: 1px solid rgba(170, 175, 180, 0.30);
    padding-bottom: 12px;

    transition: all 0.25s ease;
}

.top-menu a:hover {
    color: #f2f5f7;
    border-bottom: 1px solid rgba(230, 235, 240, 0.70);

    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.25);
}

.content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
}

.home-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
}

.home-menu button,
.home-menu > a,
.submenu-links a,
.back-button {
    color: #bcc4cc;
    background: none;
    border: none;
    cursor: pointer;

    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 8px;

    text-decoration: none;

    transition: all 0.25s ease;
}

.home-menu button:hover,
.home-menu > a:hover,
.submenu-links a:hover,
.back-button:hover {
    color: #f2f5f7;

    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.25);
}

.submenu {
    display: none;
}

.submenu.active {
    display: block;
}

.submenu-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;

    width: 100%;
}

.submenu-links a {
    font-size: 30px;
    letter-spacing: 6px;
    white-space: nowrap;
}

.back-button {
    margin-top: 70px;
    font-size: 20px;
    letter-spacing: 5px;
}

/* ABOUT PAGE */

.content-page {
    padding-top: 70px;
    padding-bottom: 160px;
}

.about-page {
    max-width: 1100px;
    margin: 0 auto;
}

.about-page h1,
.people-say h2,
.contact-page h1 {
    color: #bcc4cc;

    font-size: 38px;
    font-weight: 300;
    letter-spacing: 8px;

    text-align: center;

    margin-bottom: 10px;
}

.about-text {
    color: rgba(188, 196, 204, 0.88);

    font-size: 26px;
    font-weight: 300;

    line-height: 2.05;
    text-align: center;
}

.about-text p {
    margin-bottom: 34px;
}

.about-text strong {
    color: #f2f5f7;
    font-weight: 400;
}

.accessories-image {
    margin: 30px auto 34px auto;
}

.accessories-image img {
    display: block;
    width: 100%;
    height: auto;
}

.about-signoff {
    margin-top: 70px;
}

.people-say {
    margin-top: 150px;
    padding-top: 110px;

    border-top: 1px solid rgba(188, 196, 204, 0.18);
}

.people-intro,
.people-footer {
    color: rgba(188, 196, 204, 0.78);

    font-size: 22px;
    font-weight: 300;
    line-height: 1.8;

    text-align: center;

    max-width: 950px;
    margin: 0 auto 80px auto;
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 90px;
}

.people-item h3 {
    color: #f2f5f7;

    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;

    margin-bottom: 22px;
}

.people-item p {
    color: rgba(188, 196, 204, 0.84);

    font-size: 22px;
    font-weight: 300;
    line-height: 1.75;
}

.people-footer {
    margin-top: 90px;
    margin-bottom: 0;
}

/* CONTACT PAGE */

.contact-page {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-intro {
    color: rgba(188, 196, 204, 0.88);

    font-size: 26px;
    font-weight: 300;
    line-height: 2.05;

    max-width: 1000px;
    margin: 0 auto 120px auto;
}

.contact-intro p {
    margin-bottom: 34px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 90px;
}

.contact-card {
    border-top: 1px solid rgba(188, 196, 204, 0.18);
    padding-top: 42px;
}

.contact-card h2 {
    color: #f2f5f7;

    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;

    margin-bottom: 28px;
}

.contact-card p {
    color: rgba(188, 196, 204, 0.84);

    font-size: 22px;
    font-weight: 300;
    line-height: 1.8;

    margin-bottom: 28px;
}

.contact-card a {
    color: #f2f5f7;
    text-decoration: none;

    padding-bottom: 6px;

    transition: all 0.25s ease;
}

.contact-card a:not(.whatsapp-heading-link) {
    border-bottom: 1px solid rgba(188, 196, 204, 0.35);
}

.contact-card a:not(.whatsapp-heading-link):hover {
    border-bottom: 1px solid rgba(230, 235, 240, 0.75);
}

.contact-card a:hover {
    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.25);
}

.contact-card .whatsapp-heading-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    border-bottom: 1px solid rgba(188, 196, 204, 0.35);
    padding-bottom: 6px;
    cursor: pointer;

    transition: border-bottom-color 0.25s ease;
}

.whatsapp-heading-link img {
    width: 1.65em;
    height: 1.65em;
    object-fit: contain;
}

.contact-card .whatsapp-heading-link:hover,
.contact-card .whatsapp-heading-link:focus-visible {
    color: inherit;
    text-shadow: none;
    filter: none;
    border-bottom-color: rgba(230, 235, 240, 0.75);
}

.contact-card .whatsapp-heading-link:hover img,
.contact-card .whatsapp-heading-link:focus-visible img {
    filter: none;
    opacity: 1;
}

/* PARTNERS */

.partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 32px;
    column-gap: 56px;
    width: calc(100% + 48px);
    max-width: 1148px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 70px;
}

.partner-card {
    overflow: hidden;
    border: 1px solid rgba(188, 196, 204, 0.22);
    background: rgba(2, 7, 22, 0.62);
    padding: 42px 36px 46px;
    text-align: center;
}

.partner-card:only-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 360px);
}

.partner-image {
    width: min(100%, 280px);
    aspect-ratio: 1;
    margin: 0 auto 34px;
    overflow: hidden;
    background: rgba(2, 7, 22, 0.85);
}

.partner-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-image--contain img {
    object-fit: contain;
    padding: 24px;
}

.partner-image--contain img[src="images/garage3-cropped.png"] {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    object-fit: contain;
    object-position: center;
}

.partner-card .partner-location {
    color: #f2f5f7;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.partner-services {
    margin-bottom: 28px;
}

.partner-card .partner-services p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.partner-card .partner-services p:last-child {
    margin-bottom: 0;
}

.partner-card .partner-recommendation {
    color: rgba(188, 196, 204, 0.78);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 28px;
}

.partner-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 34px;
}

.partner-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.contact-card .partner-contact-link,
.contact-card .partner-contact-link:hover,
.contact-card .partner-contact-link:focus-visible {
    color: #f2f5f7;
}

.partner-contact-link svg {
    width: 1.65em;
    height: 1.65em;
    flex: 0 0 auto;
    fill: currentColor;
}

/* DIAGNOSTIC PRODUCT CARDS */

.kit-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 52px;

    margin-top: 30px;
}

.kit-product-card {
    display: block;
    overflow: hidden;

    text-decoration: none;

    border: 1px solid rgba(188, 196, 204, 0.22);
    background: rgba(2, 7, 22, 0.62);

    transition: all 0.25s ease;
}

.kit-product-card:hover {
    border-color: rgba(230, 235, 240, 0.58);
    background: rgba(2, 7, 22, 0.78);

    transform: translateY(-4px);
}

.kit-product-image {
    width: 100%;
    height: 330px;

    overflow: hidden;
    background: rgba(2, 7, 22, 0.85);
}

.kit-product-image img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
}

.kit-product-content {
    padding: 42px 36px 46px 36px;

    text-align: center;
}

.kit-product-content h2 {
    color: #f2f5f7;

    font-size: 31px;
    font-weight: 300;
    letter-spacing: 5px;

    margin-bottom: 12px;
}

.kit-product-content h3 {
    color: #bcc4cc;

    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;

    margin-bottom: 34px;
}

.kit-product-content p {
    color: rgba(188, 196, 204, 0.86);

    font-size: 22px;
    font-weight: 300;
    line-height: 1.7;
}

.kit-product-price {
    color: #f2f5f7;

    font-size: 42px;
    font-weight: 400;
    letter-spacing: 4px;

    margin-top: 34px;
}

.back-link {
    margin-top: 80px;

    text-align: center;
}

.back-link a {
    color: #bcc4cc;
    text-decoration: none;

    font-size: 20px;
    font-weight: 300;
    letter-spacing: 5px;

    border-bottom: 1px solid rgba(188, 196, 204, 0.35);
    padding-bottom: 10px;

    transition: all 0.25s ease;
}

.back-link a:hover {
    color: #f2f5f7;
    border-bottom: 1px solid rgba(230, 235, 240, 0.75);

    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.25);
}

/* PRODUCT DETAIL PAGE */

.product-detail-page {
    max-width: 1550px;
    margin: 0 auto;
}

.product-detail-page h1 {
    color: #bcc4cc;

    font-size: 34px;
    font-weight: 300;
    letter-spacing: 7px;
    line-height: 1.45;

    text-align: center;

    margin-bottom: 55px;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 70px;

    align-items: start;
}

.product-gallery-panel {
    position: sticky;
    top: 40px;
}

.product-thumbnails-only {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.product-thumbnails-only button {
    display: block;

    width: 100%;
    height: 120px;

    padding: 0;
    overflow: hidden;

    border: 1px solid rgba(188, 196, 204, 0.20);
    background: rgba(2, 7, 22, 0.62);

    cursor: pointer;

    transition: all 0.25s ease;
}

.product-thumbnails-only button:hover {
    border-color: rgba(230, 235, 240, 0.70);
}

.product-thumbnails-only img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;

    opacity: 0.88;

    transition: opacity 0.25s ease;
}

.product-thumbnails-only button:hover img {
    opacity: 1;
}

.product-info {
    color: rgba(188, 196, 204, 0.88);

    font-size: 18px;
    font-weight: 300;
    line-height: 1.72;
}

.product-info p {
    margin-bottom: 34px;
}

.product-info strong {
    color: #f2f5f7;
    font-weight: 400;
}

.product-info h2 {
    color: #f2f5f7;

    font-size: 22px;
    font-weight: 400;
    letter-spacing: 4px;

    margin-top: 42px;
    margin-bottom: 22px;
}

.product-info ul {
    list-style: none;
    margin-bottom: 42px;
}

.product-info li {
    color: rgba(188, 196, 204, 0.84);
    margin-bottom: 14px;
}

.product-info li::before {
    content: "— ";
    color: rgba(188, 196, 204, 0.55);
}

.product-info a {
    color: #f2f5f7;
    text-decoration: none;

    border-bottom: 1px solid rgba(188, 196, 204, 0.35);
    padding-bottom: 4px;

    transition: all 0.25s ease;
}

.product-info a:hover {
    border-bottom: 1px solid rgba(230, 235, 240, 0.75);

    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.25);
}

.product-info .back-link {
    text-align: left;
    margin-top: 65px;
}

/* IMAGE LIGHTBOX */

.image-lightbox {
    display: none;

    position: fixed;
    inset: 0;

    z-index: 20;

    background: rgba(2, 7, 22, 0.94);
}

.image-lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-lightbox img {
    max-width: 88vw;
    max-height: 86vh;

    border: 1px solid rgba(188, 196, 204, 0.35);
    background: #020716;
}

.lightbox-close,
.lightbox-arrow {
    position: fixed;

    color: #bcc4cc;
    background: none;
    border: none;

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;

    cursor: pointer;

    transition: all 0.25s ease;
}

.lightbox-close {
    top: 32px;
    right: 42px;

    font-size: 54px;
}

.lightbox-arrow {
    top: 50%;
    transform: translateY(-50%);

    font-size: 72px;
}

.lightbox-prev {
    left: 44px;
}

.lightbox-next {
    right: 44px;
}

.lightbox-close:hover,
.lightbox-arrow:hover {
    color: #f2f5f7;

    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.25);
}
.submenu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submenu-main-row,
.submenu-custom-row {
    display: flex;
    justify-content: center;
    gap: 140px;
}

.submenu-custom-row {
    margin-top: 250px;
}
/* CUSTOM MULTI-BRAND PAGE */

.product-detail-page.custom-page .product-detail-layout {
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
}

.product-detail-page.custom-page .product-gallery-panel,
.product-detail-page.custom-page .product-info {
    min-width: 0;
}

.product-detail-page.custom-page .product-thumbnails-only {
    display: block;
}

.product-detail-page.custom-page .product-thumbnails-only button {
    width: 100%;
    height: auto;
}

.product-detail-page.custom-page .product-thumbnails-only img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
/* JLR PAGE */

.jlr-page {
    width: 90vw;
    max-width: 1600px;
}

.jlr-page .kit-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.jlr-page .kit-product-card {
    width: 100%;
    max-width: none;
    margin: 0;
}

.jlr-page .kit-product-image {
    aspect-ratio: 4 / 3;
}

.jlr-page .kit-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
object-position: center top;
}
.jlr-full-page .product-thumbnails-only button {
    width: 520px;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
}

.jlr-full-page .product-thumbnails-only img {
    width: 100%;
    height: auto;
    display: block;
}
/* MOBILE FIX */

@media (max-width: 768px) {
    body {
        background-attachment: scroll;
        overflow-x: hidden;
    }

    .watermark-layer {
    top: 260px;
    right: 0;
    width: 100%;
    height: 1000px;
}

.watermark-mercedes {
    top: 0;
    left: -80px;
    width: 280px;
    height: 280px;
}

.watermark-bmw {
    top: 20px;
    right: -80px;
    width: 280px;
    height: 280px;
}

.watermark-jaguar {
    top: 260px;
    left: -90px;
    width: 320px;
    height: 320px;
}

.watermark-vag {
    top: 300px;
    left: 150px;
    width: 300px;
    height: 300px;
}

.watermark-landrover {
    top: 150px;
    left: 40px;
    right: auto;
    width: 280px;
    height: 220px;
    opacity: 0.09;
    
}

    .hero {
        display: block;
        padding-top: 55px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .header img {
        width: 100%;
        max-width: 360px;
        height: auto;
    }

    .top-menu {
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 14px;
    margin-top: 30px;
    width: 100%;
}

.top-menu a {
    font-size: 12px;
    letter-spacing: 2px;
    white-space: nowrap;
}

    .content {
        padding-top: 70px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-menu {
        align-items: center;
        gap: 42px;
    }

    .home-menu button,
    .home-menu > a,
    .submenu-links a,
    .back-button {
        width: 100%;
        max-width: 360px;
        font-size: 28px;
        letter-spacing: 6px;
        line-height: 1.35;
        text-align: center;
        white-space: normal;
    }

    .submenu-links,
    .submenu-main-row,
    .submenu-custom-row {
        flex-direction: column;
        gap: 34px;
        width: 100%;
    }

    .submenu-custom-row {
        margin-top: 34px;
    }
    .kit-product-grid,
.jlr-page .kit-product-grid {
    grid-template-columns: 1fr;
    gap: 34px;
}

.kit-product-card {
    width: 100%;
}

.kit-product-image {
    height: auto;
    aspect-ratio: 4 / 3;
}

.kit-product-content {
    padding: 28px 22px 32px 22px;
}

.kit-product-content h2 {
    font-size: 25px;
    letter-spacing: 4px;
}

.kit-product-content h3 {
    font-size: 23px;
    letter-spacing: 4px;
}

.kit-product-content p {
    font-size: 18px;
}

.kit-product-price {
    font-size: 32px;
}
.contact-grid {
    grid-template-columns: 1fr;
    gap: 46px;

}
.partner-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
    margin-top: 30px;
}

.partner-card {
    padding: 28px 22px 32px;
}

.partner-card:only-child {
    grid-column: auto;
    width: 100%;
}

.partner-image {
    width: 100%;
}

.partner-contacts {
    gap: 20px 24px;
}
.back-link a {
    display: inline-block;
    max-width: 260px;
    line-height: 1.6;
    padding-bottom: 8px;
}
  .about-text p {
    line-height: 1.7;
}

.faq-brand-links {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    transform: none !important;
    white-space: normal !important;
}

.faq-brand-links a {
    display: block;
    width: fit-content;
    margin: 0 auto 50px auto !important;
}
.product-detail-layout {
    grid-template-columns: 1fr;
    gap: 42px;
}

.product-gallery-panel {
    position: static;
}

.product-detail-page h1 {
    font-size: 28px;
    letter-spacing: 5px;
}

.product-info {
    font-size: 18px;
    line-height: 1.65;
}

.home-menu {
    width: 100%;
}

.home-menu > .submenu,
.home-menu > .submenu.active {
    width: 100%;
    min-width: 100%;
    max-width: none;
    align-self: stretch;
}

.home-menu > .submenu .submenu-links,
.home-menu > .submenu .submenu-main-row,
.home-menu > .submenu .submenu-custom-row {
    width: 100%;
    min-width: 100%;
    max-width: none;
    align-self: stretch;
    align-items: stretch;
}

.home-menu > .submenu .submenu-links a {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

}

@media (min-width: 600px) and (max-width: 768px) {
    .watermark-layer {
        top: 300px;
        left: 50%;
        right: auto;
        width: 700px;
        height: 650px;
        transform: translateX(-50%);
    }

    .watermark-mercedes {
        top: 0;
        left: -20px;
        right: auto;
        width: 280px;
        height: 280px;
        transform: none;
    }

    .watermark-vag {
        top: 30px;
        left: 50%;
        right: auto;
        width: 290px;
        height: 290px;
        transform: translateX(-50%);
    }

    .watermark-bmw {
        top: 0;
        right: -20px;
        left: auto;
        width: 280px;
        height: 280px;
        transform: none;
    }

    .watermark-jaguar {
        top: 230px;
        left: -10px;
        right: auto;
        width: 310px;
        height: 310px;
        transform: none;
    }

    .watermark-landrover {
        top: 255px;
        right: 0;
        left: auto;
        width: 300px;
        height: 240px;
        transform: none;
    }

}

/* WORKSHOPS PARTNER CARDS */

.partner-grid.partner-grid--workshops {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 40px;
    column-gap: 28px;
    width: min(calc(100vw - 60px), 1226px);
    max-width: none;
}

.partner-grid--workshops .partner-card:only-child {
    width: min(100%, 390px);
}

.partner-grid--workshops .partner-image {
    width: 100%;
    aspect-ratio: 16 / 7;
}

.partner-grid--workshops .partner-image--scale-small img {
    padding: 20px 17%;
}

.partner-grid--workshops .partner-image--scale-medium img {
    padding: 20px 10%;
}

.partner-grid--workshops .partner-image--scale-large img {
    padding: 14px 4%;
}

.partner-grid--workshops .partner-image--scale-xlarge img {
    padding: 14px 4%;
    transform: scale(1.27);
    transform-origin: center;
}

@media (min-width: 769px) and (max-width: 1199px) {
    .partner-grid.partner-grid--workshops {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(calc(100vw - 60px), 808px);
    }
}

@media (max-width: 768px) {
    .partner-grid.partner-grid--workshops {
        grid-template-columns: 1fr;
        row-gap: 34px;
        column-gap: 0;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        transform: none;
    }

    .partner-grid--workshops .partner-card:only-child {
        grid-column: auto;
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        width: calc(100% + 8px);
        max-width: 1108px;
        margin-top: 50px;
    }
}

/* HOME PAGE MOBILE / TABLET LAYOUT */

@media (max-width: 1099px) {
    .home-page .hero {
        display: block;
        padding-top: 55px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-page .header img {
        width: 100%;
        max-width: 360px;
        height: auto;
    }

    .home-page .top-menu {
        position: static;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 14px;
        margin-top: 30px;
        width: 100%;
    }

    .home-page .top-menu a {
        font-size: 12px;
        letter-spacing: 2px;
        white-space: nowrap;
    }

    .home-page .content {
        padding-top: 70px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-page .home-menu {
        width: 100%;
        align-items: center;
        gap: 42px;
    }

    .home-page .home-menu button,
    .home-page .home-menu > a,
    .home-page .submenu-links a,
    .home-page .back-button {
        width: 100%;
        max-width: 360px;
        font-size: 28px;
        letter-spacing: 6px;
        line-height: 1.35;
        text-align: center;
        white-space: normal;
    }

    .home-page .submenu,
    .home-page .submenu.active,
    .home-page .submenu-links,
    .home-page .submenu-main-row,
    .home-page .submenu-custom-row {
        width: 100%;
        max-width: none;
    }

    .home-page .submenu-links,
    .home-page .submenu-main-row,
    .home-page .submenu-custom-row {
        flex-direction: column;
        align-items: center;
        gap: 34px;
    }

    .home-page .submenu-custom-row {
        margin-top: 34px;
    }
}

@media (min-width: 1100px) {
    .home-page .hero {
        display: flex;
    }
}

/* LAPTOP / SMALL DESKTOP FIX */



@media (min-width: 769px) and (max-width: 2000px) {



    .hero {

        padding-top: 45px;

        padding-left: 30px;

        padding-right: 30px;

        gap: 35px;

    }



    .header img {

        width: 460px;

    }



    .top-menu {

        gap: 32px;

    }



    .top-menu a {

        font-size: 18px;

        letter-spacing: 4px;

        padding-bottom: 9px;

    }



    .content {

        padding-top: 55px;

        padding-left: 30px;

        padding-right: 30px;

    }



    .home-menu button,
    .home-menu > a,

    .submenu-links a,

    .back-button {

        font-size: 30px;

        letter-spacing: 6px;

    }



    .submenu-main-row,

    .submenu-custom-row {

        gap: 58px;

    }



    .submenu-links a {

        font-size: 24px;

        letter-spacing: 5px;

    }



    .submenu-custom-row {

        margin-top: 150px;

    }



    .watermark-layer {

        top: 130px;

        right: -120px;

        width: 980px;

        height: 720px;

    }



    .watermark-mercedes,

    .watermark-bmw {

        width: 420px;

        height: 420px;

    }

    .watermark-bmw {

        right: 40px;

    }



    .watermark-jaguar {

        width: 500px;

        height: 500px;

    }



    .watermark-vag {

        left: 200px;

        width: 480px;

        height: 480px;

    }



    .watermark-landrover {

        width: 460px;

        height: 360px;

    }

}

@media (min-width: 600px) and (max-width: 768px) {
    .content > .home-menu,
    .content > .submenu,
    .content > .submenu.active {
        width: 100%;
        max-width: none;
        margin-inline: auto;
    }

    .content > .submenu .submenu-links,
    .content > .submenu .submenu-main-row,
    .content > .submenu .submenu-custom-row {
        width: 100%;
        max-width: none;
        margin-inline: auto;
        align-items: center;
    }
}

/* PARTNERS CATEGORY MENU */

.partners-intro {
    max-width: 1050px;
    margin: 0 auto 76px;
    text-align: center;
}

.partners-intro__lead,
.partners-intro__body,
.partners-intro__closing {
    margin: 0;
    font-weight: 300;
}

.partners-intro__lead {
    color: #f2f5f7;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 4px;
}

.partners-intro__body {
    max-width: 900px;
    margin: 22px auto 0;
    color: rgba(188, 196, 204, 0.84);
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

.partners-intro__closing {
    margin-top: 28px;
    color: rgba(215, 222, 228, 0.94);
    font-size: 23px;
    line-height: 1.45;
    letter-spacing: 3px;
}

.submenu-links--partners {
    transform: translateY(115px);
}

.submenu-links--partners .submenu-main-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.submenu-links--partners .submenu-main-row a {
    width: auto;
    max-width: none;
    padding-bottom: 8px;
    font-size: 28px;
    white-space: nowrap;
}

@media (min-width: 769px) and (max-width: 1199px) {
    .submenu-links--partners {
        transform: translateY(75px);
    }

    .partners-intro {
        max-width: 820px;
        margin-bottom: 62px;
    }

    .partners-intro__lead {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .partners-intro__body {
        margin-top: 18px;
        font-size: 18px;
    }

    .partners-intro__closing {
        margin-top: 24px;
        font-size: 20px;
        letter-spacing: 2.4px;
    }

    .submenu-links--partners .submenu-main-row {
        flex-wrap: wrap;
        gap: 36px;
    }

    .submenu-links--partners .submenu-main-row a {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .submenu-links--partners {
        transform: translateY(50px);
    }

    .partners-intro {
        max-width: 100%;
        margin-bottom: 44px;
    }

    .partners-intro__lead {
        font-size: 20px;
        line-height: 1.45;
        letter-spacing: 2px;
    }

    .partners-intro__body {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0;
    }

    .partners-intro__closing {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1.5px;
    }

    .submenu-links--partners .submenu-main-row {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 26px;
        width: 100%;
    }

    .submenu-links--partners .submenu-main-row a {
        width: auto;
        max-width: 100%;
        font-size: 24px;
    }
}

/* FAQ INTRO */

.faq-page {
    transform: translateY(115px);
}

.faq-intro {
    max-width: 1000px;
    margin: 0 auto 72px;
    text-align: center;
}

.faq-intro__lead,
.faq-intro__body {
    margin: 0;
    font-weight: 300;
}

.faq-intro__lead {
    color: #f2f5f7;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 4px;
}

.faq-intro__body {
    max-width: 960px;
    margin: 22px auto 0;
    color: rgba(188, 196, 204, 0.84);
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

@media (min-width: 769px) and (max-width: 1199px) {
    .faq-page {
        transform: translateY(75px);
    }

    .faq-intro {
        max-width: 820px;
        margin-bottom: 62px;
    }

    .faq-intro__lead {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .faq-intro__body {
        margin-top: 18px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .faq-page {
        transform: translateY(50px);
    }

    .faq-intro {
        max-width: 100%;
        margin-bottom: 44px;
    }

    .faq-intro__lead {
        font-size: 20px;
        line-height: 1.45;
        letter-spacing: 2px;
    }

    .faq-intro__body {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0;
    }
}
