html {
    --main-background-color: #BDC2C6;
    --main-foreground-color: #373E48;
    --highlight-background-color: #54564c;
    --highlight-foreground-color: #c5d1d4;
    --gallery-background-color: white;
    --gallery-color: black;
    --gallery-caption-color: black;
    --price-background-color: black;
    --price-row-background-color: var(--main-background-color);
    --price-row-alternate-background-color: var(--main-background-color);
    --price-color: var(--main-foreground-color);
    --tech-spec-alternate-background: #373E48;
    --contact-panel-form-background: var(--highlight-background-color);
}

body {
    position: relative;
}

.corner-logo {
    position: absolute;
    top: 1%;
    right: 2%;

    z-index: 1500;

    width: 36vw;
    height: auto;
}

.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
    width: 100vw;
}

.content-narrow {
    padding: 2.5em 0 0 0;
}

.contact-panel-header .tab-header {
    border: none;
    border-bottom: 5px solid var(--main-foreground-color) !important;
}

.contact-panel-form {
    background-color: var(--main-foreground-color) !important;
}

.contact-panel-header .tab-header.active {
    background-color: var(--main-foreground-color) !important;
}

.contact-panel-header .tab-header {
    background-color: var(--main-foreground-color) !important;
}

.contact-panel h4 {
    color: white;
}

.tech-spec {
    background: var(--tech-spec-alternate-background);
}

.tech-spec table {
    width: 90%;
    margin: auto;
}

.tech-spec table td {
    color: white;
}

.tech-spec-title {
    color: white;

    border: 1px solid white;
    border-radius: 0.75em;

    display: block;
    width: fit-content;
    margin: 0 auto 2% auto;
    padding: 0.2em 1em;

    font-size: 1.5vw !important;
    box-sizing: border-box;
    max-width: 46%;
}

.tech-spec table td {
    padding: 1em;
}

.text-align-center {
    text-align: center;
}

.tech-spec table .alternate-bg {
    background-color: #2F353D;
}

.logo {
    display: none !important;
}

@media screen and (max-width: 1100px) {
    .contact-panel-form .action-box {
        margin-bottom: 1rem;
    }
}

.cover {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.cover-image {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.cover-image img {
    display: block;
}

.cover-image .cover-media {
    width: 100%;
}

.cover-media {
    width: 100%;
    height: auto;
    display: block;
}

.video {
    width: 100%;
    display: block;
    height: 45vw;
    object-fit: cover;
    object-position: center;
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.cover-title {
    position: absolute;

    top: var(--title-top, 7%);
    left: var(--title-left, 6%);
    text-align: var(--title-align, left);
    color: var(--title-color, white);
    border: 1px solid var(--title-border-color, white);

    font-size: 1.5vw;
    max-width: 46%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 0.75em;
}

.cover-text {
    position: absolute;

    top: var(--text-top, 18%);
    left: var(--text-left, 5%);
    width: var(--text-width, 40%);
    text-align: var(--text-align, left);
    color: var(--text-color, white);

    line-height: 1.4em;
    font-size: 1vw;
}

.cover-table {
    font-family: "SuzukiHeadline", sans-serif;
    position: absolute;

    top: var(--table-top, 30%);
    left: var(--table-left, 10%);
    width: var(--table-width, 40%);

    color: var(--table-color, white);
}

.cover-table table {
    width: 100%;
    border-collapse: collapse;
}

.cover-table td {
    padding: 0.5em;
}

.cover-table .col-left {
    text-align: right;
}

.cover-table .col-right {
    text-align: left;
}

.cover-table td:first-child {
    border-right: 1px solid var(--table-border-color, white);
}

.cover-table tr:first-child td {
    font-size: 2vw;
}

.cover-table tr:last-child td {
    font-size: 3vw;
}

.cover-table td {
    padding: 1.3vw 1vw;
}

.cover-cta {
    position: absolute;

    top: var(--cta-top, 80%);
    left: var(--cta-left, 10%);
    width: var(--cta-width, 20%);

    cursor: pointer;
}

.cover-cta img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease;
}

.cover-cta:hover img {
    transform: scale(1.05);
}

.cover-cta:hover {
    opacity: 0.9;
}

.cover-cta:active img {
    transform: scale(0.98);
}

.cover-cta--centered {
    position: static;
    width: 20%;
    margin: 20px auto 0;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide-text {
    font-size: clamp(16px, 1.1vw, 24px);
    text-align: center;
}

.price-table-header,
.price-section h2,
.price-table-disclaimers p {
    color: var(--highlight-foreground-color);
}

.price-section tr {
    border-bottom: 3px solid black;
}

.price-table .price-table-content table {
    border-collapse: separate;
    border-spacing: 0 16px;
}

.price-table-content table thead tr {
    background-color: transparent;
}

.price-table-content table thead th {
    background-color: var(--highlight-background-color);
}

.price-table-content table tbody tr td,
.price-table-content table tbody tr td {
    background: var(--tech-spec-alternate-background);
    color: white;
}

.price-table-content table thead tr th:first-child,
.price-table-content table tbody tr td:first-child {
    border-radius: 2rem 0 0 2rem;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    width: 50%;
}

.price-table-content table thead tr th:last-child,
.price-table-content table tbody tr td:last-child {
    border-radius: 0 2rem 2rem 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    width: 50%;
}

.tech-spec-modal {
    background: var(--tech-spec-alternate-background);
}

.tech-spec-modal .modal-content {
    padding: 0;
}

.tech-spec-modal .modal-close i {
    color: white;
}

.compare-versions h2 {
    border: 1px solid #003145;
    border-radius: 0.75em;
    display: block;
    width: fit-content;
    margin: 0 auto 2% auto;
    padding: 0.2em 1em;
    font-size: 1.5vw !important;
    box-sizing: border-box;
    max-width: 46%;
}

.panel-title a,
.equipment-table th {
    font-size: 1.5vw !important;
    padding: 0.5rem;
}

.equipment-table td {
    font-size: 1vw !important;
    padding: 0.5rem;
}




.button-radio input[type="radio"] {
    display: none;
}

.button-radio label {
    display: inline-block;
    padding: 0.2em 1em;
    border: 2px solid white;
    border-radius: 0.75em;
    color: white;
    font-size: 1dvw;
    cursor: pointer;
    background: transparent;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.button-radio input[type="radio"]:checked + label {
    background: white;
    color: #333;
}

.button-radio label:hover {
    background: rgba(255, 255, 255, 0.15);
}

.button-radio table {
    border: none;
    white-space: nowrap;
    margin: 0 auto;
}

.button-radio td {
    padding: 0 4px;
    border: none;
    white-space: nowrap;
}

.survey-button {
    background: yellow;
}

.survey-container {
    width: 100vw;
    height: 100dvh;
    z-index: 1600;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.survey-container-mobile{
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    display: flex;
}

.survey-container h2{
font-size: 1.5rem;
color: white;
position: absolute;
left: 50%;
top: 18%;
transform: translateX(-50%);
}

.survey-container p{
    font-size: 1rem;
    color: white;
    position: absolute;
    top: 21%;
    text-align: justify;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}


.survey-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.survey-content .close-button {
    color: white;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 30px;
    position: absolute;
}

.survey-content h2 {
    font-size: 1.5dvw;
    color: white;
    position: absolute;
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
}

.survey-content p {
    font-size: 1dvw;
    color: white;
    position: absolute;
    top: 17%;
    text-align: justify;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.survey-form {
    position: absolute;
    top: 77%;
    display: flex;
    width: 90%;
    align-items: center;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    gap: 1dvh
}

.questions-wrapper {
    display: flex;
    justify-content: space-around;
}

.questions-wrapper > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    padding: 0 1em;
}

.question {
    text-align: center;
    font-size: 1.5dvw;
    font-family: 'SuzukiHeadline', sans-serif;
    word-wrap: break-word;
    margin-bottom: 0.5em;
}

.answers {
    flex-shrink: 0;
    display: flex;
    justify-content: center
}

.save-survey-button > div {
    width: 20dvw;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.version-btn {
    flex: 1;
    padding: 8px 5px;
    border: 2px solid #e8c000;
    border-radius: 20px;
    background: transparent;
    color: #333;
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.version-btn.active {
    background: #e8c000;
    color: #fff;
}

.panel-heading a .fa-chevron-down {
    transition: transform 0.3s ease;
}

.panel-heading a.collapsed .fa-chevron-down {
    transform: rotate(-90deg);
}

@media (max-width: 768px) {
    .w-100-mobile {
        width: 100vw;
    }
}

.versions-select {
    display: flex;
    gap: 8px;
    padding: 15px;
}

.version-btn {
    flex: 1;
    padding: 0;
    border: 2px solid #e8c000;
    border-radius: 0.75em;
    text-align: center;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center
}

.mobile-accordion-container{
    margin-top: 32px
}

.mobile-accordion-container .panel-default{
    border: none; border-bottom: 1px solid #eee; box-shadow: none;
}
.mobile-accordion-container h4{
    font-size: 1rem;
}
.mobile-accordion-container a{
    color: #333; font-weight: bold; display: flex; justify-content: space-between;
}
.mobile-accordion-container .panel-body{
    padding: 0
}

.mobile-accordion-container table {
    width: 100%;
}
.mobile-accordion-container tr{
    border-bottom: 1px solid #f0f0f0;
}
.mobile-accordion-container td:first-child{
    padding: 10px 15px;
}
.mobile-accordion-container td:last-child{
    width: 40px;
}

@media (max-width: 768px) {

    .corner-logo {
        top: 0.5%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .cover-title {

        top: var(--title-top-mobile, var(--title-top, 7%));
        left: var(--title-left-mobile, var(--title-left, 6%));
        text-align: var(--title-align-mobile, var(--title-align, left));

        padding: 0.2em 2%;
        font-size: 3vw;
        max-width: 95%;
    }

    h2 {
        margin-top: 0.5em;
        margin-bottom: 0.4em;
    }

    .cover-text {

        top: var(--text-top-mobile, var(--text-top, 18%));
        left: var(--text-left-mobile, var(--text-left, 5%));
        width: var(--text-width-mobile, var(--text-width, 40%));
        text-align: var(--text-align-mobile, var(--text-align, left));

        font-size: 2.5vw;
        line-height: 1em;
    }

    .cover-table {
        top: var(--table-top-mobile, var(--table-top, 30%));
        left: var(--table-left-mobile, var(--table-left, 10%));
        width: var(--table-width-mobile, var(--table-width, 40%));
    }

    .cover-table tr:first-child td {
        font-size: 3vw;
    }

    .cover-table tr:last-child td {
        font-size: 4vw;
    }

    .cover-table td {
        padding: 1.8vw 1vw;
    }

    .cover-cta {
        top: var(--cta-top-mobile, var(--cta-top, 80%));
        left: var(--cta-left-mobile, var(--cta-left, 10%));
        width: var(--cta-width-mobile, var(--cta-width, 20%));
    }

    .slide-text {
        font-size: clamp(14px, 2vw, 24px);
        padding: 0 10px;
    }

    .tech-spec .cover-cta.cover-cta--centered{
        width: 35%;
    }

    .tech-spec{
        width: 100vw;
    }

    .tech-spec table {
        table-layout: fixed;
        width: 100%;
    }

    .tech-spec .tech-spec-title{
        font-size: 3.5vw !important;
        max-width: 70%;
    }

    .questions-wrapper{
        flex-direction: column;
        width: 100%;
    }

    .questions-wrapper .question-index{
        font-size: 1rem;
        text-align: center;
    }

    .question{
        font-size: 1rem;
    }

    .questions-wrapper .button-radio label{
        font-size: 0.75rem;
    }

    .survey-form{
        top:70%;
    }

    .question-index{
        margin-bottom: 5%;
    }

    .save-survey-button > div{
        width: 40vw;
        height: 40px;
    }

    html{
        width: 100vw;
        overflow-x: hidden;
    }
}


