* {
    box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #111826;
    color: #ffffff;
}

.top-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 16px;
    background: #000000;
    place-items: center;
}

.top-header > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 16px 24px;
    background: #111826;
    flex-wrap: wrap;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.menu-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.menu-link:hover,
.menu-item.active .menu-link,
.dropdown-content a:hover,
.dropdown-content a.active {
    color: #f04343;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    background: #0d1422;
    border: 1px solid #1f2b40;
    border-radius: 8px;
    z-index: 10;
}

.dropdown-content a {
    display: block;
    padding: 8px 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.boats-dropdown {
    width: min(891px, 96vw);
    min-width: 794px;
    padding: 12px;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: #000000;
}

.dropdown:hover .boats-dropdown {
    display: grid;
}

.boats-section {
    list-style: none;
}

.boats-title {
    margin: 0 0 8px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 150px;
    text-align: left;
}

.boats-section:last-child .boats-title {
    padding-left: 150px;
    text-align: left;
}

.boats-row {
    display: grid;
    grid-template-columns: 170px 1fr;
    min-height: 180px;
    background: #000000;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.boats-row .boats-list {
    border-left: 1px solid #ffffff;
}

.boats-image-col {
    position: relative;
    padding: 0;
    min-height: 180px;
}

.boats-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: center center;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.45));
}

.boats-list {
    list-style: none;
    margin: 0;
    padding: 12px;
}

.boats-list li {
    padding: 4px 0;
    font-size: 14px;
    color: #ffffff;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.language-flags {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flag-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 1px solid #3a4a66;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.flag-btn:hover {
    border-color: #f04343;
    transform: translateY(-1px);
}

.flag-btn.active {
    border-color: #f04343;
}

.flag-icon {
    display: block;
    width: 28px;
    height: 18px;
    object-fit: cover;
    border-radius: 3px;
}

.divider {
    height: 2px;
    background: #f04343;
}

.content {
    min-height: auto;
    background: #111826;
    padding: 24px 8px 0;
}

.content-home {
    min-height: auto;
}

.page-card {
    max-width: 98vw;
    margin: 0 auto;
    border-radius: 12px;
    padding: 20px 12px;
}

.page-card h1 {
    margin-top: 0;
    margin-bottom: 10px;
    color:#f04343;
    text-align: center;
}

.page-card p {
    margin: 0;
    line-height: 1.6;
}

.page-card-description {
    margin-top: 52px;
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 1.6;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.technical-data-table-wrap {
    margin-top: 20px;
    border: 1px solid #2a3a54;
    border-radius: 10px;
    background: #101a2a;
    overflow: hidden;
}

.technical-data-scroll {
    overflow-x: auto;
}

.technical-data-title {
    margin: 0;
    padding: 12px 14px;
    color: #f04343;
    font-size: 16px;
    border-bottom: 1px solid #27374f;
    text-align: center;
    text-transform: uppercase;
}

.technical-data-table {
    width: 100%;
    border-collapse: collapse;
}

.technical-data-table th,
.technical-data-table td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid #1d2a3e;
    font-size: 14px;
}

.technical-data-table th {
    width: 42%;
    color: #9fb4d2;
    font-weight: 700;
}

.technical-data-table td {
    color: #f2f6ff;
}

.technical-data-table-horizontal {
    min-width: 0;
    width: 100%;
}

.technical-data-table-horizontal th {
    width: auto;
    white-space: normal;
    text-align: center;
}

.technical-data-table-horizontal td {
    white-space: normal;
    text-align: center;
}

.technical-data-table-horizontal .technical-price-cell {
    text-align: center !important;
}

.technical-price {
    font-weight: 800;
    color: #2ed46a;
}

.missing-price {
    color: #9fb4d2 !important;
    font-weight: 700;
}

.technical-price-cell {
    min-width: 130px;
    white-space: nowrap;
    text-align: right !important;
}

.technical-uppercase {
    text-transform: uppercase;
}

.price-list-table-wrap {
    margin-top: 18px;
    width: 50%;
    border: none;
    border-radius: 10px;
    background: #101a2a;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.price-list-description {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.price-list-title {
    margin: 0;
    padding: 12px 14px;
    color: #f04343;
    font-size: 16px;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
}

.equipment-wrap {
    margin-top: 18px;
    border: none;
    border-radius: 10px;
    background: transparent;
    overflow: hidden;
    text-align: center;
}

.equipment-title {
    margin: 0;
    padding: 12px 14px;
    color: #f04343;
    font-size: 16px;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
}

.equipment-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 540px));
    justify-content: center;
    column-gap: 20px;
    row-gap: 0;
}

.equipment-columns.equipment-columns-single {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
}

.equipment-column {
    padding: 12px 10px;
}

.equipment-column + .equipment-column {
    border-left: none;
}

.equipment-column h4 {
    margin: 0 0 10px;
    color: #d4e3fa;
    font-size: 15px;
    text-align: center;
}

.equipment-column ul {
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    text-align: left;
    list-style: none;
}

.equipment-item {
    margin: 0 0 6px;
    line-height: 1.5;
    color: #f2f6ff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.equipment-item-icon {
    width: 18px;
    height: 18px;
    color: #15803d;
    flex-shrink: 0;
    margin-top: 0;
}

.equipment-item-icon-optional {
    color: #0ea5e9;
}

.accessories-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.accessory-card {
    background: #151f30;
    border: 1px solid #ffffff;
    border-radius: 10px;
    overflow: visible;
    padding: 12px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.accessory-image-wrap {
    width: 500px;
    height: 420px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px;
    position: relative;
    border-radius: 14px;
    overflow: visible;
    background: transparent;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.accessory-image-wrap::before {
    content: "";
    position: absolute;
    left: 18%;
    right: 6%;
    bottom: 0;
    height: 20px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    background: rgba(191, 219, 254, 0.22);
    filter: blur(10px);
}

.accessory-image-wrap::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 14px;
    pointer-events: none;
    z-index: 0;
    box-shadow: 7px 10px 20px rgba(255, 255, 255, 0.15), 10px 14px 26px rgba(125, 211, 252, 0.19), 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.accessory-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    background: transparent;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 6px 10px 16px rgba(255, 255, 255, 0.12), 8px 12px 22px rgba(125, 211, 252, 0.15);
    filter: drop-shadow(4px 7px 10px rgba(255, 255, 255, 0.15)) drop-shadow(6px 10px 14px rgba(125, 211, 252, 0.17));
}

.accessory-name {
    margin: 16px 0;
    font-size: 18px;
    color: #f2f6ff;
    text-align: center;
}

.accessory-description {
    margin: 0 0 10px;
    color: #d8e4f7;
    line-height: 1.5;
    flex-grow: 1;
}

.accessory-price {
    margin-top: 18px;
    padding-top: 14px;
    padding-bottom: 10px;
    border-top: 1px solid #ffffff;
    font-weight: 800;
    color: #2ed46a;
    text-align: right;
}

.consoles-seat-list {
    margin-top: 16px;
    display: grid;
    gap: 12px;
    width: min(980px, 88%);
    margin-left: auto;
    margin-right: auto;
}

.console-seat-item {
    border: 1px solid #2a3a56;
    border-radius: 10px;
    background: #121d31;
   
    overflow: hidden;
}

.console-seat-summary {
    cursor: pointer;
    background: #0b1527;
    padding: 12px 14px;
    font-weight: 800;
    color: #f3f7ff;
    user-select: none;
}

.console-seat-summary::marker,
.console-seat-summary::-webkit-details-marker {
    color: #f04343;
}

.console-seat-body {
    padding: 6px 14px 14px;
}

.console-seat-description {
    text-transform: uppercase;
    color: #d7e2f4;
    line-height: 1.5;
    padding: 14px 0;
}

.console-seat-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.console-seat-image {
    width: 290px;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #2a3d5a;
    background: #0a111f;
}

.console-seat-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.console-seat-column {
    border: 1px solid #283954;
    border-radius: 8px;
    overflow: hidden;
    background: #0f1729;
}

.console-seat-column-title {
    margin: 0;
    padding: 10px 12px;
    border-bottom: 1px solid #26344d;
    color: #f2f6ff;
    font-size: 16px;
}

.console-seat-table {
    width: 100%;
    border-collapse: collapse;
}

.console-seat-table th,
.console-seat-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #223149;
    text-align: left;
    vertical-align: top;
}

.console-seat-table th {
    width: 56%;
    color: #d7e2f4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.console-seat-table td {
    color: #f3f7ff;
}

.console-seat-tech-list {
    margin: 10px 0;
    padding: 0 12px 10px;
    list-style: none;
}

.console-seat-empty {
    margin: 10px 0;
    color: #a8b6cf;
}

.console-seat-price {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-slider {
    position: relative;
    margin: 14px auto;  
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #24324a;
    transition: opacity 0.2s ease;
}

.home-slider-loading {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 19, 32, 0.35);
}

.home-slider-spinner {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.28);
    border-top-color: #f04343;
    animation: homeSliderSpin 0.8s linear infinite;
}

@keyframes homeSliderSpin {
    to {
        transform: rotate(360deg);
    }
}

.home-slide-frame {
    position: relative;
    width: 100%;
    height: 420px;
    background: #0c1320;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.2s ease;
}

.home-slider:not(.home-slider-ready) .slider-arrow {
    display: none;
}

.home-slider.home-slider-ready .home-slide-frame {
    opacity: 1;
}

.home-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.55s ease;
}

.home-slide-image.active {
    opacity: 1;
}

.home-slide-fade-enter-from,
.home-slide-fade-leave-to {
    opacity: 0;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #3b5478;
    background: rgba(10, 17, 31, 0.82);
    color: #ffffff;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
}

.slider-arrow-left {
    left: 10px;
}

.slider-arrow-right {
    right: 10px;
}

.films-divider {
    position: relative;
    max-width: 1220px;
    margin: 1px auto;
    padding: 40px ;
    text-align: center;
}

.films-divider::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 50%;
    border-top: 1px solid #f04343;
}

.films-divider span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 14px;
    background: #111826;
    color: #f04343;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.youtube-movies-section {
    max-width: 1220px;
    margin: 6px auto 0;
    padding: 0 16px 0 16px;
}

.youtube-movies-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.youtube-card {
    flex: 1 1 340px;
    max-width: 390px;
    background: transparent;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:
        0 24px 52px rgba(0, 0, 0, 0.62),
        0 10px 22px rgba(0, 0, 0, 0.36);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.youtube-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 34px 66px rgba(0, 0, 0, 0.72),
        0 14px 28px rgba(0, 0, 0, 0.44);
}

.youtube-card-video {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #0c1320;
}

.youtube-card-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-video-poster {
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #0c1320;
    overflow: hidden;
}

.youtube-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.88;
}

.youtube-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(240, 67, 67, 0.92);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.youtube-video-player-host {
    width: 100%;
    height: 100%;
}

.youtube-video-loading {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 19, 32, 0.45);
    pointer-events: none;
}

.footer {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #000000;
    gap: 0;
}

.footer-section {
    padding: 20px 16px;
    min-height: 210px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
    gap: 8px;
    color: #f2f6ff;
}

.footer-section p {
    margin: 0;
    line-height: 1.45;
}

.footer-heading {
    margin: 0 0 4px;
    font-size: 16px;
    color: #f04343;
    text-transform: uppercase;
}

.footer-subheading {
    margin-top: 10px;
}

.footer-muted {
    color: #9fb4d2;
    font-style: italic;
}

.footer-section a {
    color: #9fd7ff;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-section-map {
    gap: 10px;
}

.footer-map {
    width: 100%;
    height: 170px;
    border: 1px solid #24324a;
    border-radius: 10px;
    background: #0c1320;
}

.footer-note {
    color: #c8d4ea;
    font-size: 13px;
}

.footer-social {
    width: 50px;
    height: 50px;
    margin-top: 14px;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0ea5e9;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    text-transform: lowercase;
    text-decoration: none !important;
}

.back-to-top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: 1px solid #2aa9ff;
    border-radius: 50%;
    background: #0e1728;
    color: #d8efff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    z-index: 1200;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
    animation: backToTopFadeIn 0.22s ease-out;
    transition: transform 0.18s ease, background 0.18s ease;
}

.back-to-top-btn:hover {
    background: #13203a;
    transform: translateY(-2px);
}

.back-to-top-icon {
    width: 22px;
    height: 22px;
}

@keyframes backToTopFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-section:not(:last-child) {
    border-right: 1px solid #ffffff;
}

/* Uppercase for labels/names across the page */
.menu-link,
.dropdown-content a,
.boats-list a,
.boats-title,
.films-divider span,
.page-card h1,
.technical-data-title,
.equipment-title,
.equipment-column h4,
.accessory-name,
.price-list-title,
.technical-data-table th,
.technical-data-table td:first-child,
.footer-heading,
.footer-muted {
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .accessories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .youtube-movies-grid {
        justify-content: center;
    }

    .footer {
        grid-template-columns: 1fr 1fr;
    }

    .footer-section:nth-child(2n) {
        border-right: none;
    }

    .price-list-table-wrap {
        width: 100%;
    }

    .price-list-description {
        width: 100%;
    }

    .console-seat-columns {
        grid-template-columns: 1fr;
    }

    .consoles-seat-list {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .accessories-grid {
        grid-template-columns: 1fr;
    }

    .youtube-movies-grid {
        justify-content: center;
    }

    .youtube-card {
        flex-basis: 100%;
        max-width: 100%;
    }

    .top-header {
        grid-template-columns: 1fr;
    }

    .footer {
        grid-template-columns: 1fr;
    }

    .footer-section {
        border-right: none !important;
        border-top: 1px solid #ffffff;
    }

    .footer-section:first-child {
        border-top: none;
    }

    .back-to-top-btn {
        right: 14px;
        bottom: 14px;
    }

    .boats-dropdown {
        min-width: 0;
        width: 92vw;
        grid-template-columns: 1fr;
    }

    .equipment-columns {
        grid-template-columns: 1fr;
    }

    .equipment-column + .equipment-column {
        border-left: none;
        border-top: 1px solid #27374f;
    }

   
}
