/* /Pages/Admin/AddCruise.razor.rz.scp.css */
/* ================================
   LEGENDARY CRUISES — ADMIN THEME
   Premium Navy + Gold
   ================================ */

:root[b-i3frvq5ybw] {
    --lc-navy: rgb(7,45,79);
    --lc-navy-light: rgb(12,65,110);
    --lc-gold: rgb(212,175,55);
    --lc-white: #ffffff;
    --lc-gray: #f5f7fa;
}


/* ================================
   FORMS — INPUTS & SELECTS
   ================================ */

.form-control[b-i3frvq5ybw],
.form-select[b-i3frvq5ybw] {
    color: var(--lc-navy) !important;
    border: 1px solid var(--lc-navy) !important;
    background-color: var(--lc-white) !important;
}

    .form-control:focus[b-i3frvq5ybw],
    .form-select:focus[b-i3frvq5ybw] {
        border-color: var(--lc-gold) !important;
        box-shadow: 0 0 0 0.2rem rgba(212,175,55,0.25) !important;
    }

/* Floating labels */
.form-floating > label[b-i3frvq5ybw] {
    color: var(--lc-navy) !important;
}

/* ================================
   CHECKBOXES
   ================================ */

.form-check-label[b-i3frvq5ybw] {
    color: var(--lc-navy) !important;
}

.form-check-input:checked[b-i3frvq5ybw] {
    background-color: var(--lc-gold) !important;
    border-color: var(--lc-gold) !important;
}

/* ================================
   BUTTONS
   ================================ */

.btn-primary[b-i3frvq5ybw] {
    background-color: var(--lc-navy) !important;
    border-color: var(--lc-navy) !important;
    color: var(--lc-white) !important;
}

    .btn-primary:hover[b-i3frvq5ybw] {
        background-color: var(--lc-navy-light) !important;
        border-color: var(--lc-navy-light) !important;
    }

.btn-outline-primary[b-i3frvq5ybw] {
    color: var(--lc-navy) !important;
    border-color: var(--lc-navy) !important;
}

    .btn-outline-primary:hover[b-i3frvq5ybw] {
        background-color: var(--lc-navy) !important;
        color: var(--lc-white) !important;
    }


.card[b-i3frvq5ybw],
.lc-card[b-i3frvq5ybw],
legendarycruises-components-card[b-i3frvq5ybw] {
    border: 1px solid var(--lc-navy) !important;
    border-radius: 10px !important;
    padding: 20px !important;
    background: var(--lc-gray) !important;
}

    .card h5[b-i3frvq5ybw],
    .lc-card h5[b-i3frvq5ybw] {
        color: var(--lc-navy) !important;
        font-weight: 600 !important;
    }

/* ================================
   TABLES
   ================================ */

.table thead th[b-i3frvq5ybw] {
    background-color: var(--lc-navy) !important;
    color: var(--lc-white) !important;
}

.table tbody tr:hover[b-i3frvq5ybw] {
    background-color: rgba(7,45,79,0.05) !important;
}

/* ================================
   MODALS (jeśli używasz)
   ================================ */

.modal-content[b-i3frvq5ybw] {
    border: 2px solid var(--lc-navy) !important;
}

.modal-header[b-i3frvq5ybw],
.modal-footer[b-i3frvq5ybw] {
    background-color: var(--lc-gray) !important;
}

/* ================================
   LINKS
   ================================ */

a[b-i3frvq5ybw] {
    color: var(--lc-navy) !important;
}

    a:hover[b-i3frvq5ybw] {
        color: var(--lc-navy-light) !important;
    }

/* ================================
   ADMIN PAGE WRAPPER (opcjonalne)
   ================================ */

.admin-page[b-i3frvq5ybw] {
    padding: 20px;
    background-color: var(--lc-gray);
}
/* /Pages/Admin/CruiseDetails.razor.rz.scp.css */
/* ================================
   LEGENDARY CRUISES — ADMIN THEME
   Premium Navy + Gold
   ================================ */

:root[b-yadq3yc0na] {
    --lc-navy: rgb(7,45,79);
    --lc-navy-light: rgb(12,65,110);
    --lc-gold: rgb(212,175,55);
    --lc-white: #ffffff;
    --lc-gray: #f5f7fa;
}

/* ================================
   GLOBAL TEXT & HEADERS
   ================================ */

body[b-yadq3yc0na], h1[b-yadq3yc0na], h2[b-yadq3yc0na], h3[b-yadq3yc0na], h4[b-yadq3yc0na], h5[b-yadq3yc0na], h6[b-yadq3yc0na], label[b-yadq3yc0na], p[b-yadq3yc0na], span[b-yadq3yc0na], strong[b-yadq3yc0na] {
    color: var(--lc-navy) !important;
    font-family: "Segoe UI", sans-serif;
}

/* ================================
   FORMS — INPUTS & SELECTS
   ================================ */

.form-control[b-yadq3yc0na],
.form-select[b-yadq3yc0na] {
    color: var(--lc-navy) !important;
    border: 1px solid var(--lc-navy) !important;
    background-color: var(--lc-white) !important;
}

    .form-control:focus[b-yadq3yc0na],
    .form-select:focus[b-yadq3yc0na] {
        border-color: var(--lc-gold) !important;
        box-shadow: 0 0 0 0.2rem rgba(212,175,55,0.25) !important;
    }

/* Floating labels */
.form-floating > label[b-yadq3yc0na] {
    color: var(--lc-navy) !important;
}

/* ================================
   CHECKBOXES
   ================================ */

.form-check-label[b-yadq3yc0na] {
    color: var(--lc-navy) !important;
}

.form-check-input:checked[b-yadq3yc0na] {
    background-color: var(--lc-gold) !important;
    border-color: var(--lc-gold) !important;
}

/* ================================
   BUTTONS
   ================================ */

.btn-primary[b-yadq3yc0na] {
    background-color: var(--lc-navy) !important;
    border-color: var(--lc-navy) !important;
    color: var(--lc-white) !important;
}

    .btn-primary:hover[b-yadq3yc0na] {
        background-color: var(--lc-navy-light) !important;
        border-color: var(--lc-navy-light) !important;
    }

.btn-outline-primary[b-yadq3yc0na] {
    color: var(--lc-navy) !important;
    border-color: var(--lc-navy) !important;
}

    .btn-outline-primary:hover[b-yadq3yc0na] {
        background-color: var(--lc-navy) !important;
        color: var(--lc-white) !important;
    }

/* ================================
   CARDS (Twój komponent)
   ================================ */

.card[b-yadq3yc0na],
.lc-card[b-yadq3yc0na],
legendarycruises-components-card[b-yadq3yc0na] {
    border: 1px solid var(--lc-navy) !important;
    border-radius: 10px !important;
    padding: 20px !important;
    background: var(--lc-gray) !important;
}

    .card h5[b-yadq3yc0na],
    .lc-card h5[b-yadq3yc0na] {
        color: var(--lc-navy) !important;
        font-weight: 600 !important;
    }

/* ================================
   TABLES
   ================================ */

.table thead th[b-yadq3yc0na] {
    background-color: var(--lc-navy) !important;
    color: var(--lc-white) !important;
}

.table tbody tr:hover[b-yadq3yc0na] {
    background-color: rgba(7,45,79,0.05) !important;
}

/* ================================
   MODALS (jeśli używasz)
   ================================ */

.modal-content[b-yadq3yc0na] {
    border: 2px solid var(--lc-navy) !important;
}

.modal-header[b-yadq3yc0na],
.modal-footer[b-yadq3yc0na] {
    background-color: var(--lc-gray) !important;
}

/* ================================
   LINKS
   ================================ */

a[b-yadq3yc0na] {
    color: var(--lc-navy) !important;
}

    a:hover[b-yadq3yc0na] {
        color: var(--lc-navy-light) !important;
    }

/* ================================
   ADMIN PAGE WRAPPER (opcjonalne)
   ================================ */

.admin-page[b-yadq3yc0na] {
    padding: 20px;
    background-color: var(--lc-gray);
}
/* /Pages/Admin/CruisesTable.razor.rz.scp.css */


:root[b-2hjsq3i4uo] {
    --lc-navy: rgb(7,45,79);
    --lc-navy-light: rgb(12,65,110);
    --lc-gold: rgb(212,175,55);
    --lc-white: #ffffff;
    --lc-gray: #f5f7fa;
}




/* ================================
   FORMS — INPUTS & SELECTS
   ================================ */

.form-control[b-2hjsq3i4uo],
.form-select[b-2hjsq3i4uo] {
    color: var(--lc-navy) !important;
    border: 1px solid var(--lc-navy) !important;
    background-color: var(--lc-white) !important;
}

    .form-control:focus[b-2hjsq3i4uo],
    .form-select:focus[b-2hjsq3i4uo] {
        border-color: var(--lc-gold) !important;
        box-shadow: 0 0 0 0.2rem rgba(212,175,55,0.25) !important;
    }

/* Floating labels */
.form-floating > label[b-2hjsq3i4uo] {
    color: var(--lc-navy) !important;
}

/* ================================
   CHECKBOXES
   ================================ */

.form-check-label[b-2hjsq3i4uo] {
    color: var(--lc-navy) !important;
}

.form-check-input:checked[b-2hjsq3i4uo] {
    background-color: var(--lc-gold) !important;
    border-color: var(--lc-gold) !important;
}


.card[b-2hjsq3i4uo],
.lc-card[b-2hjsq3i4uo],
legendarycruises-components-card[b-2hjsq3i4uo] {
    border: 1px solid var(--lc-navy) !important;
    border-radius: 10px !important;
    padding: 20px !important;
    background: var(--lc-gray) !important;
}

    .card h5[b-2hjsq3i4uo],
    .lc-card h5[b-2hjsq3i4uo] {
        color: var(--lc-navy) !important;
        font-weight: 600 !important;
    }

/* ================================
   TABLES
   ================================ */

.table thead th[b-2hjsq3i4uo] {
    background-color: var(--lc-navy) !important;
    color: var(--lc-white) !important;
}

.table tbody tr:hover[b-2hjsq3i4uo] {
    background-color: rgba(7,45,79,0.05) !important;
}


.modal-content[b-2hjsq3i4uo] {
    border: 2px solid var(--lc-navy) !important;
}

.modal-header[b-2hjsq3i4uo],
.modal-footer[b-2hjsq3i4uo] {
    background-color: var(--lc-gray) !important;
}






.admin-page[b-2hjsq3i4uo] {
    padding: 20px;
    background-color: var(--lc-gray);
}
/* ================================
   CABIN AVAILABILITY COLORS
   ================================ */

.cabin-high[b-2hjsq3i4uo] {
    color: #0a7a25 !important; /* zielony */
    font-weight: 600;
}

.cabin-medium[b-2hjsq3i4uo] {
    color: #c7a400 !important; /* złoty / żółty */
    font-weight: 600;
}

.cabin-low[b-2hjsq3i4uo] {
    color: #b30000 !important; /* czerwony */
    font-weight: 600;
}



@media (max-width: 768px) {
    .admin-mobile-table thead[b-2hjsq3i4uo]

{
    display: none;
}

.admin-mobile-table[b-2hjsq3i4uo],
.admin-mobile-table tbody[b-2hjsq3i4uo],
.admin-mobile-table tr[b-2hjsq3i4uo],
.admin-mobile-table td[b-2hjsq3i4uo] {
    display: block;
    width: 100%;
}

    .admin-mobile-table tr[b-2hjsq3i4uo] {
        margin-bottom: 1rem;
        border: 1px solid var(--lc-navy);
        border-radius: 10px;
        padding: 10px;
        background: var(--lc-gray);
    }

    .admin-mobile-table td[b-2hjsq3i4uo] {
        text-align: left !important;
        padding-left: 45%;
        position: relative;
        min-height: 40px;
        border: none !important;
    }

        .admin-mobile-table td[b-2hjsq3i4uo]::before {
            content: attr(data-label);
            position: absolute;
            left: 10px;
            top: 8px;
            font-weight: 600;
            color: var(--lc-navy);
        }

}
/* /Pages/Alaska.razor.rz.scp.css */

html[b-6acdm9wa68], body[b-6acdm9wa68] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    background: #000;
    color: rgb(7,45,79);
}



.page[b-6acdm9wa68] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: white;
}


.accordion-grid[b-6acdm9wa68] {
    width: 66vw; 
    height: 66vh; 
    max-width: 140vmin;
    max-height: 140vmin;
    display: grid;
    grid-template-columns: 3fr 2fr 1fr 2fr 3fr; 
    grid-auto-rows: 1fr; 
    gap: 1rem;
    padding: 1rem;
    box-sizing: border-box;
}


.cell[b-6acdm9wa68] {
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.08), 0 2px 6px rgba(255, 255, 255, 0.06);
}


@media (max-width: 480px) {
    .accordion-grid[b-6acdm9wa68] {
        width: 85vw;
        height: 45vh;
        grid-template-columns: 2fr 1.5fr 1fr 1.5fr 2fr;
        gap: 0.75rem;
        padding: 0.75rem;
    }
}


@keyframes slideInRight-b-6acdm9wa68 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft-b-6acdm9wa68 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.cell[b-6acdm9wa68] {
    opacity: 0;
}

   
    .cell:nth-child(-n+5)[b-6acdm9wa68] {
        animation: slideInRight-b-6acdm9wa68 1.6s ease forwards;
    }

    .cell:nth-child(n+6):nth-child(-n+10)[b-6acdm9wa68] {
        animation: slideInLeft-b-6acdm9wa68 1.8s ease forwards;
        animation-delay: 0.2s; 
    }

    
    .cell:nth-child(n+11):nth-child(-n+15)[b-6acdm9wa68] {
        animation: slideInRight-b-6acdm9wa68 0.8s ease forwards;
        animation-delay: 0.4s;
    }



.cell[b-6acdm9wa68] {
    position: relative;
    overflow: hidden; 
}

    .cell video[b-6acdm9wa68] {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        border-radius: 10px;
        display: block;
    }




/* =========================
   MOBILE RESPONSIVE LAYOUT
   ========================= */
@media (max-width: 768px) {

    .page[b-6acdm9wa68] {
        place-items: start;
        padding-top: 1rem;
    }

    .accordion-grid[b-6acdm9wa68] {
        width: 100vw;
        height: auto;
        max-width: none;
        max-height: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 35vw; 
        gap: 0.75rem;
        padding: 0.75rem;
    }

  
    .cell[b-6acdm9wa68] {
        animation: none !important;
        opacity: 1;
    }

       
        .cell:nth-child(5n)[b-6acdm9wa68] {
            grid-column: 1 / -1;
            grid-auto-rows: 45vw;
        }
}

@media (max-width: 768px) {
    .title[b-6acdm9wa68] {
        width: 100%;
        text-align: center;
        margin: 0.75rem 0 1rem 0;
    }
}

/* =====================
   TOP BAR / HOME ICON
   ===================== */







.home-link:hover[b-6acdm9wa68] {
    opacity: 0.7;
}


.home-link .oi[b-6acdm9wa68] {
    color: white;
}


.top-bar[b-6acdm9wa68] {
    position: relative;
    width: 100%;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: center; 
    align-items: center;
}


.home-link[b-6acdm9wa68] {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 2.4rem;
    text-decoration: none;
    z-index: 10;
}


.title[b-6acdm9wa68] {
    margin: 0;
    color: white;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2rem;
    text-align: center;
    width: 100%; 
}
/* =====================
   OVERLAY DESCRIPTION
   ===================== */

.overlay[b-6acdm9wa68] {
    position: fixed;
    inset: 0;
    background: linear-gradient( 120deg, rgba(255,255,255,0.35), rgba(240,245,250,0.55) );
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
    z-index: 999;
}

    .overlay.active[b-6acdm9wa68] {
        opacity: 1;
        pointer-events: all;
    }



.overlay-content[b-6acdm9wa68] {
    background: linear-gradient( 145deg, rgba(255,255,255,0.75), rgba(255,255,255,0.45) );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    padding: 2.2rem;
    max-width: 620px;
    width: 90%;
    color: #1a1a1a;
    line-height: 1.65;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.45);
    animation: glassIn-b-6acdm9wa68 0.55s ease;
}

.close-btn[b-6acdm9wa68] {
    position: absolute;
    top: 0.6rem;
    right: 0.8rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: #1a1a1a;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

    .close-btn:hover[b-6acdm9wa68] {
        opacity: 1;
    }


    .close-btn:hover[b-6acdm9wa68] {
        opacity: 1;
    }




@keyframes glassIn-b-6acdm9wa68 {
    from {
        opacity: 0;
        transform: scale(0.96) translateY(12px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}


/* /Pages/Antarctica.razor.rz.scp.css */
/* ============================
   GLOBAL STYLE – NATIONAL GEO
   ============================ */

.antarctica-page[b-cywf375xcs] {
    padding: 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.title[b-cywf375xcs] {
    font-family: "Georgia", serif;
    font-size: 48px;
    letter-spacing: 2px;
    color: #1b2a3a;
    text-transform: uppercase;
}

.poetry[b-cywf375xcs] {
    font-family: "Georgia", serif;
    font-size: 18px;
    line-height: 1.8;
    color: #2a3b4d;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px;
    opacity: 0.95;
}

.top-bar[b-cywf375xcs] {
    text-align: center;
    margin-bottom: 20px;
}



.home-link[b-cywf375xcs] {
    position: fixed;
    left: 2rem;
    top: 2.2rem;
    font-size: 2.2rem;
    color: #072d4f;
    text-decoration: none;
}



/* ============================
   MASONRY GRID
   ============================ */

.antarctica-grid[b-cywf375xcs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

    .antarctica-grid .item[b-cywf375xcs] {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.18);
        background: #f7f7f5;
    }

.antarctica-grid .item:hover[b-cywf375xcs] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

    .antarctica-grid img[b-cywf375xcs] {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }




/* Légendes */
.caption[b-cywf375xcs] {
    padding: 14px 16px;
    font-family: "Georgia", serif;
    font-size: 16px;
    color: #3a4a5c;
    background: #f7f7f5;
}

/* ============================
   RESPONSIVE
   ============================ */

@media (max-width: 900px) {
    .antarctica-grid[b-cywf375xcs] {
        column-count: 2;
    }
}

@media (max-width: 600px) {
    .antarctica-grid[b-cywf375xcs] {
        column-count: 1;
    }

    .title[b-cywf375xcs] {
        font-size: 2.2rem;
    }
}
/* /Pages/Cart.razor.rz.scp.css */



@media (max-width: 768px) {
    .cart-mobile-table thead[b-f6d8hggru5]

{
    display: none;
}

.cart-mobile-table[b-f6d8hggru5],
.cart-mobile-table tbody[b-f6d8hggru5],
.cart-mobile-table tr[b-f6d8hggru5],
.cart-mobile-table td[b-f6d8hggru5] {
    display: block;
    width: 100%;
}

    .cart-mobile-table tr[b-f6d8hggru5] {
        margin-bottom: 1rem;
        border: 1px solid var(--lc-navy);
        border-radius: 10px;
        padding: 10px;
        background: var(--lc-gray);
    }

    .cart-mobile-table td[b-f6d8hggru5] {
        text-align: left !important;
        padding-left: 45%;
        position: relative;
        min-height: 40px;
        border: none !important;
    }

        .cart-mobile-table td[b-f6d8hggru5]::before {
            content: attr(data-label);
            position: absolute;
            left: 10px;
            top: 8px;
            font-weight: 600;
            color: var(--lc-navy);
        }

}

@media (min-width: 769px) {
    .cart-buttons button[b-f6d8hggru5],
    .cart-buttons a[b-f6d8hggru5] {
        width: auto !important;
        display: inline-block;
    }
}


@media (max-width: 768px) {
    .cart-buttons button[b-f6d8hggru5],
    .cart-buttons a[b-f6d8hggru5] {
        width: 100% !important;
    }
}


/* /Pages/ConditionsGenerales.razor.rz.scp.css */
/* ===== CRUISE DETAILS PAGE ===== */

.cruise-details-container[b-56nw3eg5fh] {
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: linear-gradient(to bottom, var(--lc-gray), #ffffff);
}

/* CARD */
.cruise-card[b-56nw3eg5fh] {
    background: white;
    max-width: 700px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* subtle gold line */
    .cruise-card[b-56nw3eg5fh]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, var(--lc-gold), transparent);
    }

/* TITLE */
.cruise-title[b-56nw3eg5fh] {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--lc-navy);
    margin-bottom: 15px;
}


/* DESCRIPTION */
.cruise-description[b-56nw3eg5fh] {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* META */
.cruise-meta[b-56nw3eg5fh] {
    margin-bottom: 20px;
}

/* PRICE */
.cruise-price[b-56nw3eg5fh] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--lc-gold);
    font-family: 'Playfair Display', serif;
}

/* LOADING */
.loading-text[b-56nw3eg5fh] {
    font-size: 1.2rem;
    color: var(--lc-navy);
    font-weight: 300;
}

/* HOVER EFFECT */
.cruise-card:hover[b-56nw3eg5fh] {
    transform: translateY(-6px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* BUTTON ENHANCEMENT */
.custom-buy-btn[b-56nw3eg5fh] {
    font-size: 1.1rem;
    padding: 10px 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cruise-card[b-56nw3eg5fh] {
        padding: 25px;
    }

    .cruise-title[b-56nw3eg5fh] {
        font-size: 1.6rem;
    }

    .cruise-price[b-56nw3eg5fh] {
        font-size: 1.2rem;
    }
}

/* ===== BOOKING SECTION ===== */

.booking-section[b-56nw3eg5fh] {
    margin-top: 30px;
    text-align: left;
}

.booking-block[b-56nw3eg5fh] {
    margin-bottom: 25px;
}

    .booking-block label[b-56nw3eg5fh] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: var(--lc-navy);
    }

/* CABINS */
.cabin-row[b-56nw3eg5fh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--lc-gray);
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.cabin-info[b-56nw3eg5fh] {
    display: flex;
    flex-direction: column;
}

.cabin-price[b-56nw3eg5fh] {
    color: var(--lc-gold);
    font-weight: 600;
}

.cabin-qty[b-56nw3eg5fh] {
    width: 80px;
    text-align: center;
}

/* TOTAL */
.booking-total[b-56nw3eg5fh] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--lc-navy);
    text-align: right;
    margin-top: 10px;
}

.itinerary-section[b-56nw3eg5fh] {
    margin-top: 30px;
    margin-bottom: 30px;
}

.itinerary-day[b-56nw3eg5fh] {
    display: flex;
    gap: 15px;
    padding: 15px;
    margin-bottom: 10px;
    background: var(--lc-gray);
    border-radius: 12px;
}

.itinerary-day-number[b-56nw3eg5fh] {
    min-width: 90px;
    font-weight: bold;
    color: var(--lc-gold);
}

.itinerary-day-content strong[b-56nw3eg5fh] {
    color: var(--lc-navy);
    display: block;
    margin-bottom: 5px;
}

.itinerary-day-content p[b-56nw3eg5fh] {
    margin: 0;
}

.cruise-gallery img[b-56nw3eg5fh] {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-bottom: 20px;
}

/* =========================
CRUISE GALLERY
========================= */

.cruise-gallery-section[b-56nw3eg5fh] {
    padding: 70px 20px;
    background: linear-gradient(to bottom, #ffffff, var(--lc-gray));
}

.gallery-title[b-56nw3eg5fh] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: var(--lc-navy);
    font-size: 2.3rem;
    margin-bottom: 40px;
    position: relative;
}

    .gallery-title[b-56nw3eg5fh]::after {
        content: "";
        display: block;
        width: 120px;
        height: 3px;
        margin: 15px auto 0;
        background: var(--lc-gold);
    }

.cruise-gallery[b-56nw3eg5fh] {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}

.gallery-item[b-56nw3eg5fh] {
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 35px rgba(0,0,0,.10);
    transition: all .4s ease;
}

    .gallery-item img[b-56nw3eg5fh] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .gallery-item:hover[b-56nw3eg5fh] {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

        .gallery-item:hover img[b-56nw3eg5fh] {
            transform: scale(1.08);
        }

/* HERO PHOTO */

.gallery-large[b-56nw3eg5fh] {
    grid-column: span 2;
    grid-row: span 2;
}

/* WIDE PHOTO */

.gallery-wide[b-56nw3eg5fh] {
    grid-column: span 2;
}

/* MOBILE */

@media (max-width: 992px) {


    .cruise-gallery[b-56nw3eg5fh] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-large[b-56nw3eg5fh] {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-wide[b-56nw3eg5fh] {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {


    .cruise-gallery[b-56nw3eg5fh] {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .gallery-large[b-56nw3eg5fh],
    .gallery-wide[b-56nw3eg5fh] {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-title[b-56nw3eg5fh] {
        font-size: 1.8rem;
    }
}

.gallery-item video[b-56nw3eg5fh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay[b-56nw3eg5fh] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .overlay.active[b-56nw3eg5fh] {
        display: flex;
    }

.overlay-content[b-56nw3eg5fh] {
    background: white;
    max-width: 700px;
    width: 90%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

.overlay-close[b-56nw3eg5fh] {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.gallery-caption[b-56nw3eg5fh] {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 6px;
    color: #444;
}


.gallery-item[b-56nw3eg5fh] {
    display: flex;
    flex-direction: column;
    overflow: visible; 
}

.gallery-image-wrapper[b-56nw3eg5fh] {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}

    .gallery-image-wrapper img[b-56nw3eg5fh] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-caption[b-56nw3eg5fh] {
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    color: #444;
}
.footer-modern[b-56nw3eg5fh] {
    background: #f8f9fb;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-title[b-56nw3eg5fh] {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #072d4f;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.footer-links[b-56nw3eg5fh] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-56nw3eg5fh] {
        margin-bottom: 0.4rem;
    }

    .footer-links a[b-56nw3eg5fh] {
        color: #555;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover[b-56nw3eg5fh] {
            color: #072d4f;
        }

.footer-social a[b-56nw3eg5fh] {
    color: #072d4f;
    font-size: 1.4rem;
    margin: 0 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .footer-social a:hover[b-56nw3eg5fh] {
        opacity: 0.7;
        transform: scale(1.1);
    }

.footer-copy[b-56nw3eg5fh] {
    color: #666;
    font-size: 0.85rem;
}
/* /Pages/Confirmation.razor.rz.scp.css */
/* ===== CRUISE DETAILS PAGE ===== */

.cruise-details-container[b-ygiq5ayvev] {
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: linear-gradient(to bottom, var(--lc-gray), #ffffff);
}

/* CARD */
.cruise-card[b-ygiq5ayvev] {
    background: white;
    max-width: 700px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* subtle gold line */
    .cruise-card[b-ygiq5ayvev]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, var(--lc-gold), transparent);
    }

/* TITLE */
.cruise-title[b-ygiq5ayvev] {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--lc-navy);
    margin-bottom: 15px;
}


/* DESCRIPTION */
.cruise-description[b-ygiq5ayvev] {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* META */
.cruise-meta[b-ygiq5ayvev] {
    margin-bottom: 20px;
}

/* PRICE */
.cruise-price[b-ygiq5ayvev] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--lc-gold);
    font-family: 'Playfair Display', serif;
}

/* LOADING */
.loading-text[b-ygiq5ayvev] {
    font-size: 1.2rem;
    color: var(--lc-navy);
    font-weight: 300;
}

/* HOVER EFFECT */
.cruise-card:hover[b-ygiq5ayvev] {
    transform: translateY(-6px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* BUTTON ENHANCEMENT */
.custom-buy-btn[b-ygiq5ayvev] {
    font-size: 1.1rem;
    padding: 10px 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cruise-card[b-ygiq5ayvev] {
        padding: 25px;
    }

    .cruise-title[b-ygiq5ayvev] {
        font-size: 1.6rem;
    }

    .cruise-price[b-ygiq5ayvev] {
        font-size: 1.2rem;
    }
}

/* ===== BOOKING SECTION ===== */

.booking-section[b-ygiq5ayvev] {
    margin-top: 30px;
    text-align: left;
}

.booking-block[b-ygiq5ayvev] {
    margin-bottom: 25px;
}

    .booking-block label[b-ygiq5ayvev] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: var(--lc-navy);
    }

/* CABINS */
.cabin-row[b-ygiq5ayvev] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--lc-gray);
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.cabin-info[b-ygiq5ayvev] {
    display: flex;
    flex-direction: column;
}

.cabin-price[b-ygiq5ayvev] {
    color: var(--lc-gold);
    font-weight: 600;
}

.cabin-qty[b-ygiq5ayvev] {
    width: 80px;
    text-align: center;
}

/* TOTAL */
.booking-total[b-ygiq5ayvev] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--lc-navy);
    text-align: right;
    margin-top: 10px;
}

.itinerary-section[b-ygiq5ayvev] {
    margin-top: 30px;
    margin-bottom: 30px;
}

.itinerary-day[b-ygiq5ayvev] {
    display: flex;
    gap: 15px;
    padding: 15px;
    margin-bottom: 10px;
    background: var(--lc-gray);
    border-radius: 12px;
}

.itinerary-day-number[b-ygiq5ayvev] {
    min-width: 90px;
    font-weight: bold;
    color: var(--lc-gold);
}

.itinerary-day-content strong[b-ygiq5ayvev] {
    color: var(--lc-navy);
    display: block;
    margin-bottom: 5px;
}

.itinerary-day-content p[b-ygiq5ayvev] {
    margin: 0;
}

.cruise-gallery img[b-ygiq5ayvev] {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-bottom: 20px;
}

/* =========================
CRUISE GALLERY
========================= */

.cruise-gallery-section[b-ygiq5ayvev] {
    padding: 70px 20px;
    background: linear-gradient(to bottom, #ffffff, var(--lc-gray));
}

.gallery-title[b-ygiq5ayvev] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: var(--lc-navy);
    font-size: 2.3rem;
    margin-bottom: 40px;
    position: relative;
}

    .gallery-title[b-ygiq5ayvev]::after {
        content: "";
        display: block;
        width: 120px;
        height: 3px;
        margin: 15px auto 0;
        background: var(--lc-gold);
    }

.cruise-gallery[b-ygiq5ayvev] {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}

.gallery-item[b-ygiq5ayvev] {
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 35px rgba(0,0,0,.10);
    transition: all .4s ease;
}

    .gallery-item img[b-ygiq5ayvev] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .gallery-item:hover[b-ygiq5ayvev] {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

        .gallery-item:hover img[b-ygiq5ayvev] {
            transform: scale(1.08);
        }

/* HERO PHOTO */

.gallery-large[b-ygiq5ayvev] {
    grid-column: span 2;
    grid-row: span 2;
}

/* WIDE PHOTO */

.gallery-wide[b-ygiq5ayvev] {
    grid-column: span 2;
}

/* MOBILE */

@media (max-width: 992px) {


    .cruise-gallery[b-ygiq5ayvev] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-large[b-ygiq5ayvev] {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-wide[b-ygiq5ayvev] {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {


    .cruise-gallery[b-ygiq5ayvev] {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .gallery-large[b-ygiq5ayvev],
    .gallery-wide[b-ygiq5ayvev] {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-title[b-ygiq5ayvev] {
        font-size: 1.8rem;
    }
}

.gallery-item video[b-ygiq5ayvev] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay[b-ygiq5ayvev] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .overlay.active[b-ygiq5ayvev] {
        display: flex;
    }

.overlay-content[b-ygiq5ayvev] {
    background: white;
    max-width: 700px;
    width: 90%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

.overlay-close[b-ygiq5ayvev] {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.gallery-caption[b-ygiq5ayvev] {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 6px;
    color: #444;
}
/* /Pages/Contact.razor.rz.scp.css */
/* ===== CRUISE DETAILS PAGE ===== */

.cruise-details-container[b-6xknkz0md2] {
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: linear-gradient(to bottom, var(--lc-gray), #ffffff);
}

/* CARD */
.cruise-card[b-6xknkz0md2] {
    background: white;
    max-width: 700px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* subtle gold line */
    .cruise-card[b-6xknkz0md2]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, var(--lc-gold), transparent);
    }

/* TITLE */
.cruise-title[b-6xknkz0md2] {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--lc-navy);
    margin-bottom: 15px;
}


/* DESCRIPTION */
.cruise-description[b-6xknkz0md2] {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* META */
.cruise-meta[b-6xknkz0md2] {
    margin-bottom: 20px;
}

/* PRICE */
.cruise-price[b-6xknkz0md2] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--lc-gold);
    font-family: 'Playfair Display', serif;
}

/* LOADING */
.loading-text[b-6xknkz0md2] {
    font-size: 1.2rem;
    color: var(--lc-navy);
    font-weight: 300;
}

/* HOVER EFFECT */
.cruise-card:hover[b-6xknkz0md2] {
    transform: translateY(-6px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* BUTTON ENHANCEMENT */
.custom-buy-btn[b-6xknkz0md2] {
    font-size: 1.1rem;
    padding: 10px 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cruise-card[b-6xknkz0md2] {
        padding: 25px;
    }

    .cruise-title[b-6xknkz0md2] {
        font-size: 1.6rem;
    }

    .cruise-price[b-6xknkz0md2] {
        font-size: 1.2rem;
    }
}

/* ===== BOOKING SECTION ===== */

.booking-section[b-6xknkz0md2] {
    margin-top: 30px;
    text-align: left;
}

.booking-block[b-6xknkz0md2] {
    margin-bottom: 25px;
}

    .booking-block label[b-6xknkz0md2] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: var(--lc-navy);
    }

/* CABINS */
.cabin-row[b-6xknkz0md2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--lc-gray);
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.cabin-info[b-6xknkz0md2] {
    display: flex;
    flex-direction: column;
}

.cabin-price[b-6xknkz0md2] {
    color: var(--lc-gold);
    font-weight: 600;
}

.cabin-qty[b-6xknkz0md2] {
    width: 80px;
    text-align: center;
}

/* TOTAL */
.booking-total[b-6xknkz0md2] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--lc-navy);
    text-align: right;
    margin-top: 10px;
}

.itinerary-section[b-6xknkz0md2] {
    margin-top: 30px;
    margin-bottom: 30px;
}

.itinerary-day[b-6xknkz0md2] {
    display: flex;
    gap: 15px;
    padding: 15px;
    margin-bottom: 10px;
    background: var(--lc-gray);
    border-radius: 12px;
}

.itinerary-day-number[b-6xknkz0md2] {
    min-width: 90px;
    font-weight: bold;
    color: var(--lc-gold);
}

.itinerary-day-content strong[b-6xknkz0md2] {
    color: var(--lc-navy);
    display: block;
    margin-bottom: 5px;
}

.itinerary-day-content p[b-6xknkz0md2] {
    margin: 0;
}

.cruise-gallery img[b-6xknkz0md2] {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-bottom: 20px;
}

/* =========================
CRUISE GALLERY
========================= */

.cruise-gallery-section[b-6xknkz0md2] {
    padding: 70px 20px;
    background: linear-gradient(to bottom, #ffffff, var(--lc-gray));
}

.gallery-title[b-6xknkz0md2] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: var(--lc-navy);
    font-size: 2.3rem;
    margin-bottom: 40px;
    position: relative;
}

    .gallery-title[b-6xknkz0md2]::after {
        content: "";
        display: block;
        width: 120px;
        height: 3px;
        margin: 15px auto 0;
        background: var(--lc-gold);
    }

.cruise-gallery[b-6xknkz0md2] {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}

.gallery-item[b-6xknkz0md2] {
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 35px rgba(0,0,0,.10);
    transition: all .4s ease;
}

    .gallery-item img[b-6xknkz0md2] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .gallery-item:hover[b-6xknkz0md2] {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

        .gallery-item:hover img[b-6xknkz0md2] {
            transform: scale(1.08);
        }

/* HERO PHOTO */

.gallery-large[b-6xknkz0md2] {
    grid-column: span 2;
    grid-row: span 2;
}

/* WIDE PHOTO */

.gallery-wide[b-6xknkz0md2] {
    grid-column: span 2;
}

/* MOBILE */

@media (max-width: 992px) {


    .cruise-gallery[b-6xknkz0md2] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-large[b-6xknkz0md2] {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-wide[b-6xknkz0md2] {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {


    .cruise-gallery[b-6xknkz0md2] {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .gallery-large[b-6xknkz0md2],
    .gallery-wide[b-6xknkz0md2] {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-title[b-6xknkz0md2] {
        font-size: 1.8rem;
    }
}

.gallery-item video[b-6xknkz0md2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay[b-6xknkz0md2] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .overlay.active[b-6xknkz0md2] {
        display: flex;
    }

.overlay-content[b-6xknkz0md2] {
    background: white;
    max-width: 700px;
    width: 90%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

.overlay-close[b-6xknkz0md2] {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.gallery-caption[b-6xknkz0md2] {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 6px;
    color: #444;
}
/* /Pages/Cruises.razor.rz.scp.css */
/* ===== CRUISE DETAILS PAGE ===== */

.cruise-details-container[b-baj9rf8ytm] {
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: linear-gradient(to bottom, var(--lc-gray), #ffffff);
}

/* CARD */
.cruise-card[b-baj9rf8ytm] {
    background: white;
    max-width: 700px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* subtle gold line */
    .cruise-card[b-baj9rf8ytm]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, var(--lc-gold), transparent);
    }

/* TITLE */
.cruise-title[b-baj9rf8ytm] {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--lc-navy);
    margin-bottom: 15px;
}


/* DESCRIPTION */
.cruise-description[b-baj9rf8ytm] {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* META */
.cruise-meta[b-baj9rf8ytm] {
    margin-bottom: 20px;
}

/* PRICE */
.cruise-price[b-baj9rf8ytm] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--lc-gold);
    font-family: 'Playfair Display', serif;
}

/* LOADING */
.loading-text[b-baj9rf8ytm] {
    font-size: 1.2rem;
    color: var(--lc-navy);
    font-weight: 300;
}

/* HOVER EFFECT */
.cruise-card:hover[b-baj9rf8ytm] {
    transform: translateY(-6px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* BUTTON ENHANCEMENT */
.custom-buy-btn[b-baj9rf8ytm] {
    font-size: 1.1rem;
    padding: 10px 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cruise-card[b-baj9rf8ytm] {
        padding: 25px;
    }

    .cruise-title[b-baj9rf8ytm] {
        font-size: 1.6rem;
    }

    .cruise-price[b-baj9rf8ytm] {
        font-size: 1.2rem;
    }
}

/* ===== BOOKING SECTION ===== */

.booking-section[b-baj9rf8ytm] {
    margin-top: 30px;
    text-align: left;
}

.booking-block[b-baj9rf8ytm] {
    margin-bottom: 25px;
}

    .booking-block label[b-baj9rf8ytm] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: var(--lc-navy);
    }

/* CABINS */
.cabin-row[b-baj9rf8ytm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--lc-gray);
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.cabin-info[b-baj9rf8ytm] {
    display: flex;
    flex-direction: column;
}

.cabin-price[b-baj9rf8ytm] {
    color: var(--lc-gold);
    font-weight: 600;
}

.cabin-qty[b-baj9rf8ytm] {
    width: 80px;
    text-align: center;
}

/* TOTAL */
.booking-total[b-baj9rf8ytm] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--lc-navy);
    text-align: right;
    margin-top: 10px;
}

.itinerary-section[b-baj9rf8ytm] {
    margin-top: 30px;
    margin-bottom: 30px;
}

.itinerary-day[b-baj9rf8ytm] {
    display: flex;
    gap: 15px;
    padding: 15px;
    margin-bottom: 10px;
    background: var(--lc-gray);
    border-radius: 12px;
}

.itinerary-day-number[b-baj9rf8ytm] {
    min-width: 90px;
    font-weight: bold;
    color: var(--lc-gold);
}

.itinerary-day-content strong[b-baj9rf8ytm] {
    color: var(--lc-navy);
    display: block;
    margin-bottom: 5px;
}

.itinerary-day-content p[b-baj9rf8ytm] {
    margin: 0;
}

.cruise-gallery img[b-baj9rf8ytm] {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-bottom: 20px;
}

/* =========================
CRUISE GALLERY
========================= */

.cruise-gallery-section[b-baj9rf8ytm] {
    padding: 70px 20px;
    background: linear-gradient(to bottom, #ffffff, var(--lc-gray));
}

.gallery-title[b-baj9rf8ytm] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: var(--lc-navy);
    font-size: 2.3rem;
    margin-bottom: 40px;
    position: relative;
}

    .gallery-title[b-baj9rf8ytm]::after {
        content: "";
        display: block;
        width: 120px;
        height: 3px;
        margin: 15px auto 0;
        background: var(--lc-gold);
    }

.cruise-gallery[b-baj9rf8ytm] {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
    
}

.gallery-item[b-baj9rf8ytm] {
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 35px rgba(0,0,0,.10);
    transition: all .4s ease;
}

    .gallery-item img[b-baj9rf8ytm] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .gallery-item:hover[b-baj9rf8ytm] {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

        .gallery-item:hover img[b-baj9rf8ytm] {
            transform: scale(1.08);
        }

/* HERO PHOTO */

.gallery-large[b-baj9rf8ytm] {
    grid-column: span 2;
    grid-row: span 2;
}

/* WIDE PHOTO */

.gallery-wide[b-baj9rf8ytm] {
    grid-column: span 2;
}

/* MOBILE */

@media (max-width: 992px) {

   
    .cruise-gallery[b-baj9rf8ytm] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-large[b-baj9rf8ytm] {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-wide[b-baj9rf8ytm] {
        grid-column: span 2;
    }

    
}

@media (max-width: 768px) {

    
    .cruise-gallery[b-baj9rf8ytm] {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .gallery-large[b-baj9rf8ytm],
    .gallery-wide[b-baj9rf8ytm] {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-title[b-baj9rf8ytm] {
        font-size: 1.8rem;
    }
}
.gallery-item video[b-baj9rf8ytm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay[b-baj9rf8ytm] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .overlay.active[b-baj9rf8ytm] {
        display: flex;
    }

.overlay-content[b-baj9rf8ytm] {
    background: white;
    max-width: 700px;
    width: 90%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

.overlay-close[b-baj9rf8ytm] {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}
.gallery-caption[b-baj9rf8ytm] {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 6px;
    color: #444;
}


.gallery-item[b-baj9rf8ytm] {
    display: flex;
    flex-direction: column;
    overflow: visible; 
}

.gallery-image-wrapper[b-baj9rf8ytm] {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}

    .gallery-image-wrapper img[b-baj9rf8ytm] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-caption[b-baj9rf8ytm] {
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    color: #444;
}


/* /Pages/Ilesgrecques.razor.rz.scp.css */
.footer-modern[b-753pdilvyb] {
    background: #f8f9fb;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-title[b-753pdilvyb] {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #072d4f;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.footer-links[b-753pdilvyb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-753pdilvyb] {
        margin-bottom: 0.4rem;
    }

    .footer-links a[b-753pdilvyb] {
        color: #555;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover[b-753pdilvyb] {
            color: #072d4f;
        }

.footer-social a[b-753pdilvyb] {
    color: #072d4f;
    font-size: 1.4rem;
    margin: 0 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .footer-social a:hover[b-753pdilvyb] {
        opacity: 0.7;
        transform: scale(1.1);
    }

.footer-copy[b-753pdilvyb] {
    color: #666;
    font-size: 0.85rem;
}

html[b-753pdilvyb], body[b-753pdilvyb] {
    height: 100%;
    margin: 0;
    padding: 0;
}



/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .video-title[b-753pdilvyb] {
        font-size: clamp(1rem, 5vw, 2.2rem);
        margin-bottom: 0.5rem;
    }

    .video-nav-bar[b-753pdilvyb] {
        flex-direction: column;
        border-radius: 15px;
        width: 95%;
    }

    .video-nav-link[b-753pdilvyb] {
        font-size: 0.85rem;
        padding: 0.4rem 0.5rem;
    }
}

@media (max-width: 768px) {
    .video-container[b-753pdilvyb] {
        height: auto; /* kontener dopasowuje się do wideo */
    }

    #bg-video[b-753pdilvyb] {
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
    }


    .video-nav-bar[b-753pdilvyb] {
        position: static; /* wychodzi z overlay */
        transform: none;
        margin: 1rem auto 0 auto; /* odstęp pod wideo */
        width: 95%;
        border-radius: 15px;
        flex-direction: column;
    }

    .video-nav-link[b-753pdilvyb] {
        font-size: 0.85rem;
        padding: 0.4rem 0.5rem;
    }
}
/* Desktop: nav-bar jako overlay */
.video-nav-bar[b-753pdilvyb] {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    z-index: 1050;
}

/* Mobile: nav-bar pod wideo */
@media (max-width: 768px) {
    .video-nav-bar[b-753pdilvyb] {
        position: static; /* normalny flow */
        transform: none;
        margin: 1rem auto; /* odstęp od wideo */
        width: 95%;
        border-radius: 15px;
        flex-direction: column;
    }
}

/* Desktop: pełne tło */
.video-container[b-753pdilvyb] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#bg-video[b-753pdilvyb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Mobile: prostokątne wideo pod treścią */
@media (max-width: 768px) {
    .video-container[b-753pdilvyb] {
        height: auto; /* kontener dopasowuje się do wideo */
    }

    #bg-video[b-753pdilvyb] {
        position: relative; /* nie absolute */
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
        object-fit: contain; /* nie rozciąga */
    }
}

@media (max-width: 768px) {
    .video-container[b-753pdilvyb] {
        height: auto; /* kontener dopasowuje się do wideo */
        background: none; /* usuń tło kontenera */
    }

    #bg-video[b-753pdilvyb] {
        position: relative; /* nie absolute */
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
        object-fit: contain; /* nie rozciąga */
        display: block;
    }

    #video-overlay[b-753pdilvyb] {
        display: none; /* overlay niepotrzebny na mobile */
    }
}

.video-title[b-753pdilvyb] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.2rem, 4vw, 3rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 300;
    width: 80%;
    z-index: 1050;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0,0,0,0.6);
}

/* MOBILE: linki wyśrodkowane pod wideo */
@media (max-width: 768px) {

    .video-nav-bar[b-753pdilvyb] {
        justify-content: center;
        align-items: center; /* wyśrodkowanie poziome */
        text-align: center;
        flex-direction: column; /* link poniżej linku */
        gap: 0.4rem;
    }

    .video-nav-link[b-753pdilvyb] {
        display: block;
        width: 100%;
        text-align: center; /* centralnie */
        padding: 0.5rem 0.8rem;
    }
}


nav.navbar[b-753pdilvyb],
nav.navbar .nav-link[b-753pdilvyb],
nav.navbar .navbar-brand[b-753pdilvyb],
nav.navbar i[b-753pdilvyb] {
    color: #fff !important;
}
/* /Pages/Index.razor.rz.scp.css */
/* --- FOOTER --- */
.footer-modern[b-jogd8ulofu] {
    background: rgb(7,45,79);
    color: #e0e6ed;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-title[b-jogd8ulofu] {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.footer-links[b-jogd8ulofu] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-jogd8ulofu] {
        margin-bottom: 0.5rem;
    }

    .footer-links a[b-jogd8ulofu] {
        color: #e0e6ed;
        text-decoration: none;
        transition: opacity .2s ease;
    }

        .footer-links a:hover[b-jogd8ulofu] {
            opacity: 0.7;
        }

.footer-subtext[b-jogd8ulofu] {
    opacity: 0.8;
    line-height: 1.6;
}

.icon[b-jogd8ulofu] {
    margin-right: 6px;
}

.footer-copy[b-jogd8ulofu] {
    color: #cbd3da;
    font-size: 0.85rem;
}


/* --- GLOBAL HEIGHT FIX --- */
html[b-jogd8ulofu], body[b-jogd8ulofu] {
    height: 100%;
    margin: 0;
    padding: 0;
}


/* --- VIDEO SECTION --- */


.video-container[b-jogd8ulofu] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#bg-video[b-jogd8ulofu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.video-title[b-jogd8ulofu] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.2rem, 4vw, 3rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 300;
    width: 80%;
    z-index: 1050;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0,0,0,0.6);
}


.video-nav-bar[b-jogd8ulofu] {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    z-index: 1050;
}

.video-nav-link[b-jogd8ulofu] {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: opacity .2s ease;
}

    .video-nav-link:hover[b-jogd8ulofu] {
        opacity: 0.7;
    }


/* --- MOBILE --- */
@media (max-width: 768px) {

    .video-title[b-jogd8ulofu] {
        font-size: clamp(1rem, 5vw, 2.2rem);
        margin-bottom: 0.5rem;
    }

    .video-container[b-jogd8ulofu] {
        height: auto;
        background: none;
    }

    #bg-video[b-jogd8ulofu] {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
        display: block;
    }

    #video-overlay[b-jogd8ulofu] {
        display: none;
    }

    .video-nav-bar[b-jogd8ulofu] {
        position: static;
        transform: none;
        margin: 1rem auto;
        width: 95%;
        border-radius: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.4rem;
    }

    .video-nav-link[b-jogd8ulofu] {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
    }

    .custom-buy-btn[b-jogd8ulofu] {
        margin-bottom: 1rem !important;
        display: inline-block;
    }
}

/* /Pages/Islande.razor.rz.scp.css */
.norway-iceland-page[b-xdfnwy8blk] {
    padding: 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.top-bar[b-xdfnwy8blk] {
    text-align: center;
    margin-bottom: 20px;
}

.title[b-xdfnwy8blk] {
    font-family: "Georgia", serif;
    font-size: 48px;
    letter-spacing: 2px;
    color: #1b2a3a;
    text-transform: uppercase;
}

.poetry[b-xdfnwy8blk] {
    font-family: "Georgia", serif;
    font-size: 18px;
    line-height: 1.8;
    color: #2a3b4d;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px;
    opacity: 0.95;
}

.norway-iceland-grid[b-xdfnwy8blk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

    .norway-iceland-grid .item[b-xdfnwy8blk] {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.18);
        background: #f7f7f5;
    }

.norway-iceland-grid .item:hover[b-xdfnwy8blk] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

    .norway-iceland-grid img[b-xdfnwy8blk] {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

.caption[b-xdfnwy8blk] {
    padding: 14px 16px;
    font-family: "Georgia", serif;
    font-size: 16px;
    color: #3a4a5c;
    background: #f7f7f5;
}
/* /Pages/Japon.razor.rz.scp.css */
/* Offset aby elementy docelowe nie były przykryte przez stały header */
[id][b-gj99wn52y7] {
    scroll-margin-top: 92px;
}

/* Galeria */
.japan-grid[b-gj99wn52y7] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto; /* nie rozciąga zdjęć */
    gap: 10px;
    color: rgb(7,45,79);
    padding-left: 5px;
    padding-right: 5px;
}

    .japan-grid .item[b-gj99wn52y7] {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
        height: 250px; /* stała wysokość zdjęć na desktopie */
    }

    .japan-grid img[b-gj99wn52y7] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: filter 0.3s ease, transform 0.3s ease;
    }

    .japan-grid:hover img[b-gj99wn52y7] {
        filter: grayscale(100%);
    }

    .japan-grid img:hover[b-gj99wn52y7] {
        filter: none;
        transform: scale(1.05);
    }

    .japan-grid .item[b-gj99wn52y7]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -100%;
        width: 100%;
        height: 30%;
        background: rgba(255,255,255,0.9);
        transition: bottom 0.4s ease;
        z-index: 1;
    }

    .japan-grid .caption[b-gj99wn52y7] {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: -100%;
        width: 100%;
        font-family: "Segoe UI", sans-serif;
        font-size: 14px;
        line-height: 1.4;
        color: rgb(7,45,79);
        text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        transition: bottom 0.6s ease, opacity 0.6s ease;
        opacity: 0;
        z-index: 2;
    }

    .japan-grid .item:hover[b-gj99wn52y7]::after {
        bottom: 0;
    }

    .japan-grid .item:hover .caption[b-gj99wn52y7] {
        bottom: 0;
        opacity: 1;
    }

/* Responsywność dla telefonów */
@media (max-width: 768px) {
    .japan-grid[b-gj99wn52y7] {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

        .japan-grid .item[b-gj99wn52y7] {
            height: 220px; /* stała wysokość zdjęć na mobile */
        }

        .japan-grid img[b-gj99wn52y7] {
            height: 100%;
            object-fit: cover;
        }
}

.poetry[b-gj99wn52y7] {
    font-family: "Georgia", serif;
    font-size: 18px;
    line-height: 1.8;
    color: #2a3b4d;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px;
    opacity: 0.95;
}

/* Przyciski */
.btn[b-gj99wn52y7],
.btn-primary[b-gj99wn52y7],
.custom-buy-btn[b-gj99wn52y7] {
    background-color: rgb(7,45,79);
    border: none;
    color: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    font-size: 1rem;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 15px;
}

    .btn:hover[b-gj99wn52y7],
    .btn-primary:hover[b-gj99wn52y7],
    .custom-buy-btn:hover[b-gj99wn52y7] {
        background-color: rgba(7,45,79,0.85);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(7,45,79,0.3);
    }

    .btn:focus[b-gj99wn52y7],
    .btn-primary:focus[b-gj99wn52y7],
    .custom-buy-btn:focus[b-gj99wn52y7] {
        outline: 2px solid rgba(7,45,79,0.6);
        outline-offset: 4px;
    }

.japan-grid:has(.col-intro:hover) img[b-gj99wn52y7] {
    filter: none !important;
}

.title[b-gj99wn52y7] {
    font-family: "Georgia", serif;
    font-size: 48px;
    letter-spacing: 2px;
    color: #1b2a3a;
    text-transform: uppercase;
    text-align: center;
}


.poetry[b-gj99wn52y7] {
    font-family: "Georgia", serif;
    font-size: 18px;
    line-height: 1.8;
    color: #2a3b4d;
    text-align: center;
    background: rgba(245,245,245,0.7); /* półtransparentne */
    backdrop-filter: blur(6px);
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 30px;
    margin: 20px auto;
    max-width: 900px;
}

    .poetry:hover[b-gj99wn52y7] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        transition: all 0.3s ease;
    }

.japan-grid .poetry[b-gj99wn52y7] {
    height: 250px; /* taka sama jak .item */
    display: flex;
    align-items: center;
    justify-content: center;
}

.japan-grid .poetry[b-gj99wn52y7] {
    height: 250px; /* taka sama wysokość jak .item */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(245,245,245,0.85); /* delikatny background */
    border-radius: 18px; /* taki sam jak .item */
    padding: 0 20px; /* wewnętrzne odstępy tylko po bokach */
    margin: 0; /* usuń dodatkowe marginesy */
    text-align: center;
    box-sizing: border-box; /* uwzględnia padding w wysokości */
}
.title[b-gj99wn52y7] {
    font-family: "Georgia", serif;
    font-size: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #1b2a3a;
    position: relative;
}

    .title[b-gj99wn52y7]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 0;
        height: 4px;
        background: #e63946;
        border-radius: 2px;
        transition: width 0.5s ease, left 0.5s ease;
    }

    .title:hover[b-gj99wn52y7]::after {
        width: 60%;
        left: 20%;
    }


.title[b-gj99wn52y7] {
    font-family: "Georgia", serif;
    font-size: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #1b2a3a;
    position: relative;
}

    .title[b-gj99wn52y7]::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 120%;
        height: 100%;
        background: rgba(230,57,70,0.1);
        transform: translate(-50%, -50%) rotate(-10deg);
        z-index: -1;
        border-radius: 10px;
    }

.col-intro[b-gj99wn52y7] {
    display: flex;
    flex-direction: column;
    align-items: center; /* poziome centrowanie */
    justify-content: center;
    text-align: center;
}
    .col-intro .login[b-gj99wn52y7] {
        margin-top: 35px;
        transform: translateY(3px);
    }


/* /Pages/Mentions-Legales.razor.rz.scp.css */
/* ===== CRUISE DETAILS PAGE ===== */

.cruise-details-container[b-ff26ksc6gr] {
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: linear-gradient(to bottom, var(--lc-gray), #ffffff);
}

/* CARD */
.cruise-card[b-ff26ksc6gr] {
    background: white;
    max-width: 700px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* subtle gold line */
    .cruise-card[b-ff26ksc6gr]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, var(--lc-gold), transparent);
    }

/* TITLE */
.cruise-title[b-ff26ksc6gr] {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--lc-navy);
    margin-bottom: 15px;
}


/* DESCRIPTION */
.cruise-description[b-ff26ksc6gr] {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* META */
.cruise-meta[b-ff26ksc6gr] {
    margin-bottom: 20px;
}

/* PRICE */
.cruise-price[b-ff26ksc6gr] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--lc-gold);
    font-family: 'Playfair Display', serif;
}

/* LOADING */
.loading-text[b-ff26ksc6gr] {
    font-size: 1.2rem;
    color: var(--lc-navy);
    font-weight: 300;
}

/* HOVER EFFECT */
.cruise-card:hover[b-ff26ksc6gr] {
    transform: translateY(-6px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* BUTTON ENHANCEMENT */
.custom-buy-btn[b-ff26ksc6gr] {
    font-size: 1.1rem;
    padding: 10px 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cruise-card[b-ff26ksc6gr] {
        padding: 25px;
    }

    .cruise-title[b-ff26ksc6gr] {
        font-size: 1.6rem;
    }

    .cruise-price[b-ff26ksc6gr] {
        font-size: 1.2rem;
    }
}

/* ===== BOOKING SECTION ===== */

.booking-section[b-ff26ksc6gr] {
    margin-top: 30px;
    text-align: left;
}

.booking-block[b-ff26ksc6gr] {
    margin-bottom: 25px;
}

    .booking-block label[b-ff26ksc6gr] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: var(--lc-navy);
    }

/* CABINS */
.cabin-row[b-ff26ksc6gr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--lc-gray);
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.cabin-info[b-ff26ksc6gr] {
    display: flex;
    flex-direction: column;
}

.cabin-price[b-ff26ksc6gr] {
    color: var(--lc-gold);
    font-weight: 600;
}

.cabin-qty[b-ff26ksc6gr] {
    width: 80px;
    text-align: center;
}

/* TOTAL */
.booking-total[b-ff26ksc6gr] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--lc-navy);
    text-align: right;
    margin-top: 10px;
}

.itinerary-section[b-ff26ksc6gr] {
    margin-top: 30px;
    margin-bottom: 30px;
}

.itinerary-day[b-ff26ksc6gr] {
    display: flex;
    gap: 15px;
    padding: 15px;
    margin-bottom: 10px;
    background: var(--lc-gray);
    border-radius: 12px;
}

.itinerary-day-number[b-ff26ksc6gr] {
    min-width: 90px;
    font-weight: bold;
    color: var(--lc-gold);
}

.itinerary-day-content strong[b-ff26ksc6gr] {
    color: var(--lc-navy);
    display: block;
    margin-bottom: 5px;
}

.itinerary-day-content p[b-ff26ksc6gr] {
    margin: 0;
}

.cruise-gallery img[b-ff26ksc6gr] {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-bottom: 20px;
}

/* =========================
CRUISE GALLERY
========================= */

.cruise-gallery-section[b-ff26ksc6gr] {
    padding: 70px 20px;
    background: linear-gradient(to bottom, #ffffff, var(--lc-gray));
}

.gallery-title[b-ff26ksc6gr] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: var(--lc-navy);
    font-size: 2.3rem;
    margin-bottom: 40px;
    position: relative;
}

    .gallery-title[b-ff26ksc6gr]::after {
        content: "";
        display: block;
        width: 120px;
        height: 3px;
        margin: 15px auto 0;
        background: var(--lc-gold);
    }

.cruise-gallery[b-ff26ksc6gr] {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}

.gallery-item[b-ff26ksc6gr] {
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 35px rgba(0,0,0,.10);
    transition: all .4s ease;
}

    .gallery-item img[b-ff26ksc6gr] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .gallery-item:hover[b-ff26ksc6gr] {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

        .gallery-item:hover img[b-ff26ksc6gr] {
            transform: scale(1.08);
        }

/* HERO PHOTO */

.gallery-large[b-ff26ksc6gr] {
    grid-column: span 2;
    grid-row: span 2;
}

/* WIDE PHOTO */

.gallery-wide[b-ff26ksc6gr] {
    grid-column: span 2;
}

/* MOBILE */

@media (max-width: 992px) {


    .cruise-gallery[b-ff26ksc6gr] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-large[b-ff26ksc6gr] {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-wide[b-ff26ksc6gr] {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {


    .cruise-gallery[b-ff26ksc6gr] {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .gallery-large[b-ff26ksc6gr],
    .gallery-wide[b-ff26ksc6gr] {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-title[b-ff26ksc6gr] {
        font-size: 1.8rem;
    }
}

.gallery-item video[b-ff26ksc6gr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay[b-ff26ksc6gr] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .overlay.active[b-ff26ksc6gr] {
        display: flex;
    }

.overlay-content[b-ff26ksc6gr] {
    background: white;
    max-width: 700px;
    width: 90%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

.overlay-close[b-ff26ksc6gr] {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.gallery-caption[b-ff26ksc6gr] {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 6px;
    color: #444;
}


.gallery-item[b-ff26ksc6gr] {
    display: flex;
    flex-direction: column;
    overflow: visible; /* KLUCZOWE */
}

.gallery-image-wrapper[b-ff26ksc6gr] {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}

    .gallery-image-wrapper img[b-ff26ksc6gr] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-caption[b-ff26ksc6gr] {
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    color: #444;
}
.footer-modern[b-ff26ksc6gr] {
    background: #f8f9fb;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-title[b-ff26ksc6gr] {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #072d4f;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.footer-links[b-ff26ksc6gr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-ff26ksc6gr] {
        margin-bottom: 0.4rem;
    }

    .footer-links a[b-ff26ksc6gr] {
        color: #555;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover[b-ff26ksc6gr] {
            color: #072d4f;
        }

.footer-social a[b-ff26ksc6gr] {
    color: #072d4f;
    font-size: 1.4rem;
    margin: 0 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .footer-social a:hover[b-ff26ksc6gr] {
        opacity: 0.7;
        transform: scale(1.1);
    }

.footer-copy[b-ff26ksc6gr] {
    color: #666;
    font-size: 0.85rem;
}
/* /Pages/NewCruises.razor.rz.scp.css */
.new-cruise-card[b-smvafvmx2z] {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    transition: all .3s ease;
    background: white;
}

    .new-cruise-card:hover[b-smvafvmx2z] {
        transform: translateY(-6px);
        box-shadow: 0 18px 45px rgba(0,0,0,.15);
    }

.new-cruise-img[b-smvafvmx2z] {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.new-cruise-title[b-smvafvmx2z] {
    color: #072d4f;
    font-weight: 600;
}



@media (max-width:768px) {

    .new-cruise-img[b-smvafvmx2z] {
        height: 220px;
    }

    .display-5[b-smvafvmx2z] {
        font-size: 2rem;
    }
}
/* /Pages/Nil.razor.rz.scp.css */
/* ===== GLOBAL ===== */

html[b-t9n65c9bhg], body[b-t9n65c9bhg] {
    height: 100%;
    margin: 0;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

/* ===== SEKCJE FULLSCREEN ===== */

.nil-container[b-t9n65c9bhg],
.nil-container2[b-t9n65c9bhg] {
    display: flex;
    gap: 40px;
    width: 100%;
    margin: 0;
    /* KLUCZOWE – pełna wysokość bez overflow */
    height: calc(100svh - 100px);
    /* usunięty padding pionowy */
    padding: 0 20px;
    align-items: stretch;
    overflow: hidden;
    scroll-snap-align: start;
}

/* ===== KOLUMNY ===== */

.nil-program[b-t9n65c9bhg] {
    flex: 1;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 30px;
    line-height: 1.6;
}

.nil-film[b-t9n65c9bhg],
.nil-film2[b-t9n65c9bhg] {
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .nil-film img[b-t9n65c9bhg],
    .nil-film2 img[b-t9n65c9bhg] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 12px;
    }

/* ===== TYPO ===== */

.nil-program h2[b-t9n65c9bhg] {
    margin-bottom: 20px;
}

.nil-program li[b-t9n65c9bhg] {
    margin-bottom: 15px;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {

    .nil-container[b-t9n65c9bhg],
    .nil-container2[b-t9n65c9bhg] {
        flex-direction: column;
        justify-content: center;
        /* mobile NIE fullscreen */
        height: auto;
        padding: 20px 0;
    }

    .nil-program[b-t9n65c9bhg] {
        order: 2;
        width: 90%;
        margin-top: 20px;
    }

    .nil-film[b-t9n65c9bhg],
    .nil-film2[b-t9n65c9bhg] {
        order: 1;
        width: 90%;
        max-width: 420px;
        height: 35vh;
        flex: none;
    }
}
.nil-container[b-t9n65c9bhg] {
    margin-bottom: 50px;
}

.nil-container2[b-t9n65c9bhg] {
    background-color: #fafafa;
}


@media (max-width: 768px) {

    .nil-container[b-t9n65c9bhg],
    .nil-container2[b-t9n65c9bhg] {
        flex-direction: column;
        align-items: center; /* 🔥 KLUCZOWE */
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }

    .nil-film[b-t9n65c9bhg],
    .nil-film2[b-t9n65c9bhg] {
        order: 1;
        width: 90%;
        max-width: 420px;
        height: 35vh;
        flex: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* /Pages/PolitiqueConfidentialite.razor.rz.scp.css */
/* ===== CRUISE DETAILS PAGE ===== */

.cruise-details-container[b-jcplsyyv7i] {
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: linear-gradient(to bottom, var(--lc-gray), #ffffff);
}

/* CARD */
.cruise-card[b-jcplsyyv7i] {
    background: white;
    max-width: 700px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* subtle gold line */
    .cruise-card[b-jcplsyyv7i]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, var(--lc-gold), transparent);
    }

/* TITLE */
.cruise-title[b-jcplsyyv7i] {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--lc-navy);
    margin-bottom: 15px;
}


/* DESCRIPTION */
.cruise-description[b-jcplsyyv7i] {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* META */
.cruise-meta[b-jcplsyyv7i] {
    margin-bottom: 20px;
}

/* PRICE */
.cruise-price[b-jcplsyyv7i] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--lc-gold);
    font-family: 'Playfair Display', serif;
}

/* LOADING */
.loading-text[b-jcplsyyv7i] {
    font-size: 1.2rem;
    color: var(--lc-navy);
    font-weight: 300;
}

/* HOVER EFFECT */
.cruise-card:hover[b-jcplsyyv7i] {
    transform: translateY(-6px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* BUTTON ENHANCEMENT */
.custom-buy-btn[b-jcplsyyv7i] {
    font-size: 1.1rem;
    padding: 10px 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cruise-card[b-jcplsyyv7i] {
        padding: 25px;
    }

    .cruise-title[b-jcplsyyv7i] {
        font-size: 1.6rem;
    }

    .cruise-price[b-jcplsyyv7i] {
        font-size: 1.2rem;
    }
}

/* ===== BOOKING SECTION ===== */

.booking-section[b-jcplsyyv7i] {
    margin-top: 30px;
    text-align: left;
}

.booking-block[b-jcplsyyv7i] {
    margin-bottom: 25px;
}

    .booking-block label[b-jcplsyyv7i] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: var(--lc-navy);
    }

/* CABINS */
.cabin-row[b-jcplsyyv7i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--lc-gray);
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.cabin-info[b-jcplsyyv7i] {
    display: flex;
    flex-direction: column;
}

.cabin-price[b-jcplsyyv7i] {
    color: var(--lc-gold);
    font-weight: 600;
}

.cabin-qty[b-jcplsyyv7i] {
    width: 80px;
    text-align: center;
}

/* TOTAL */
.booking-total[b-jcplsyyv7i] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--lc-navy);
    text-align: right;
    margin-top: 10px;
}

.itinerary-section[b-jcplsyyv7i] {
    margin-top: 30px;
    margin-bottom: 30px;
}

.itinerary-day[b-jcplsyyv7i] {
    display: flex;
    gap: 15px;
    padding: 15px;
    margin-bottom: 10px;
    background: var(--lc-gray);
    border-radius: 12px;
}

.itinerary-day-number[b-jcplsyyv7i] {
    min-width: 90px;
    font-weight: bold;
    color: var(--lc-gold);
}

.itinerary-day-content strong[b-jcplsyyv7i] {
    color: var(--lc-navy);
    display: block;
    margin-bottom: 5px;
}

.itinerary-day-content p[b-jcplsyyv7i] {
    margin: 0;
}

.cruise-gallery img[b-jcplsyyv7i] {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-bottom: 20px;
}

/* =========================
CRUISE GALLERY
========================= */

.cruise-gallery-section[b-jcplsyyv7i] {
    padding: 70px 20px;
    background: linear-gradient(to bottom, #ffffff, var(--lc-gray));
}

.gallery-title[b-jcplsyyv7i] {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: var(--lc-navy);
    font-size: 2.3rem;
    margin-bottom: 40px;
    position: relative;
}

    .gallery-title[b-jcplsyyv7i]::after {
        content: "";
        display: block;
        width: 120px;
        height: 3px;
        margin: 15px auto 0;
        background: var(--lc-gold);
    }

.cruise-gallery[b-jcplsyyv7i] {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}

.gallery-item[b-jcplsyyv7i] {
    overflow: hidden;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 35px rgba(0,0,0,.10);
    transition: all .4s ease;
}

    .gallery-item img[b-jcplsyyv7i] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .gallery-item:hover[b-jcplsyyv7i] {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

        .gallery-item:hover img[b-jcplsyyv7i] {
            transform: scale(1.08);
        }

/* HERO PHOTO */

.gallery-large[b-jcplsyyv7i] {
    grid-column: span 2;
    grid-row: span 2;
}

/* WIDE PHOTO */

.gallery-wide[b-jcplsyyv7i] {
    grid-column: span 2;
}

/* MOBILE */

@media (max-width: 992px) {


    .cruise-gallery[b-jcplsyyv7i] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-large[b-jcplsyyv7i] {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-wide[b-jcplsyyv7i] {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {


    .cruise-gallery[b-jcplsyyv7i] {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .gallery-large[b-jcplsyyv7i],
    .gallery-wide[b-jcplsyyv7i] {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-title[b-jcplsyyv7i] {
        font-size: 1.8rem;
    }
}

.gallery-item video[b-jcplsyyv7i] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay[b-jcplsyyv7i] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .overlay.active[b-jcplsyyv7i] {
        display: flex;
    }

.overlay-content[b-jcplsyyv7i] {
    background: white;
    max-width: 700px;
    width: 90%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

.overlay-close[b-jcplsyyv7i] {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.gallery-caption[b-jcplsyyv7i] {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 6px;
    color: #444;
}


.gallery-item[b-jcplsyyv7i] {
    display: flex;
    flex-direction: column;
    overflow: visible; /* KLUCZOWE */
}

.gallery-image-wrapper[b-jcplsyyv7i] {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}

    .gallery-image-wrapper img[b-jcplsyyv7i] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-caption[b-jcplsyyv7i] {
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
    color: #444;
}
.footer-modern[b-jcplsyyv7i] {
    background: #f8f9fb;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-title[b-jcplsyyv7i] {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #072d4f;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.footer-links[b-jcplsyyv7i] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-jcplsyyv7i] {
        margin-bottom: 0.4rem;
    }

    .footer-links a[b-jcplsyyv7i] {
        color: #555;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover[b-jcplsyyv7i] {
            color: #072d4f;
        }

.footer-social a[b-jcplsyyv7i] {
    color: #072d4f;
    font-size: 1.4rem;
    margin: 0 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .footer-social a:hover[b-jcplsyyv7i] {
        opacity: 0.7;
        transform: scale(1.1);
    }

.footer-copy[b-jcplsyyv7i] {
    color: #666;
    font-size: 0.85rem;
}
/* /Pages/Polynesie.razor.rz.scp.css */
/* =====================
   GLOBAL
   ===================== */

html[b-fobegmg13u], body[b-fobegmg13u] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    background: #000;
}

/* =====================
   PAGE LAYOUT
   ===================== */

.page[b-fobegmg13u] {
    min-height: 100vh;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: stretch; /* pełna szerokość */
}

/* =====================
   TOP BAR + HOME ICON
   ===================== */

.top-bar[b-fobegmg13u] {
    position: relative;
    width: 100%;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: center; /* tytuł na środku */
    align-items: center;
}

.home-link[b-fobegmg13u] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 2.4rem;
    text-decoration: none;
    z-index: 10;
}

    .home-link:hover[b-fobegmg13u] {
        opacity: 0.7;
    }

    .home-link .oi[b-fobegmg13u] {
        color: white;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

.title[b-fobegmg13u] {
    margin: 0;
    color: white;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2rem;
    text-align: center;
    width: 100%;
}

/* =====================
   GRID / ACCORDION
   ===================== */

.accordion-grid[b-fobegmg13u] {
    width: 66vw;
    height: 66vh;
    max-width: 140vmin;
    max-height: 140vmin;
    display: grid;
    grid-template-columns: 3fr 2fr 1fr 2fr 3fr;
    grid-auto-rows: 1fr;
    gap: 1rem;
    padding: 1rem;
    margin: 0 auto; /* centrowanie siatki */
    box-sizing: border-box;
}

.cell[b-fobegmg13u] {
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.08), 0 2px 6px rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    opacity: 0;
}

    /* Wideo */
    .cell video[b-fobegmg13u] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }

/* =====================
   ANIMATIONS
   ===================== */

@keyframes slideInRight-b-fobegmg13u {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft-b-fobegmg13u {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Pierwszy rząd */
.cell:nth-child(-n+5)[b-fobegmg13u] {
    animation: slideInRight-b-fobegmg13u 1.6s ease forwards;
}

/* Drugi rząd */
.cell:nth-child(n+6):nth-child(-n+10)[b-fobegmg13u] {
    animation: slideInLeft-b-fobegmg13u 1.8s ease forwards;
    animation-delay: 0.2s;
}

/* Trzeci rząd */
.cell:nth-child(n+11):nth-child(-n+15)[b-fobegmg13u] {
    animation: slideInRight-b-fobegmg13u 0.8s ease forwards;
    animation-delay: 0.4s;
}

/* =====================
   BUTTONS
   ===================== */

.btn[b-fobegmg13u] {
    background: black;
    white-space: nowrap;
}



/* =====================
   OVERLAY
   ===================== */

.overlay[b-fobegmg13u] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 999;
}

    .overlay.active[b-fobegmg13u] {
        opacity: 1;
        pointer-events: all;
    }

.overlay-content[b-fobegmg13u] {
    background: rgba(15, 15, 15, 0.95);
    color: white;
    max-width: 600px;
    width: 90%;
    padding: 2rem;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    font-size: 1.05rem;
    line-height: 1.6;
    position: relative;
    animation: zoomIn-b-fobegmg13u 0.5s ease;
}

.close-btn[b-fobegmg13u] {
    position: absolute;
    top: 0.6rem;
    right: 0.8rem;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    opacity: 0.7;
}

    .close-btn:hover[b-fobegmg13u] {
        opacity: 1;
    }

@keyframes zoomIn-b-fobegmg13u {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* =====================
   MOBILE RESPONSIVE
   ===================== */

@media (max-width: 768px) {

    .page[b-fobegmg13u] {
        padding-top: 1rem;
    }

    .accordion-grid[b-fobegmg13u] {
        width: 100vw;
        height: auto;
        max-width: none;
        max-height: none;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 35vw;
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .cell[b-fobegmg13u] {
        animation: none !important;
        opacity: 1;
    }

        .cell:nth-child(5n)[b-fobegmg13u] {
            grid-column: 1 / -1;
            grid-auto-rows: 45vw;
        }

    .title[b-fobegmg13u] {
        width: 100%;
        text-align: center;
        margin: 0.75rem 0 1rem 0;
    }
}

.btn:focus[b-fobegmg13u],
.btn:active[b-fobegmg13u],
.btn:focus-visible[b-fobegmg13u] {
    outline: none !important;
    box-shadow: none !important;
    background-color: rgba(7,45,79,0.85);
    border-color: rgba(7,45,79,0.85);
    color: #fff;
}

@media (max-width: 768px) {

    /* Tytuł na całą szerokość, bez łamania */
    .title[b-fobegmg13u] {
        width: 100%;
        white-space: nowrap;
        text-align: center;
        font-size: 1.8rem;
        margin: 0.75rem 0 1rem 0;
    }

    /* Przycisk na sam dół strony */
    .top-bar[b-fobegmg13u] {
        flex-direction: column;
        gap: 1rem;
        position: relative;
    }

        .top-bar .btn[b-fobegmg13u] {
            margin-top: 1.5rem;
            align-self: center;
            order: 3; /* przenosi przycisk na koniec */
        }

    /* Home icon zostaje na górze */
    .home-link[b-fobegmg13u] {
        order: 1;
    }

    /* Tytuł pośrodku */
    .title[b-fobegmg13u] {
        order: 2;
    }
}
/* /Pages/Tourdumonde.razor.rz.scp.css */



/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .video-title[b-lubv8lnms7] {
        font-size: clamp(1rem, 5vw, 2.2rem);
        margin-bottom: 0.5rem;
    }

    .video-nav-bar[b-lubv8lnms7] {
        flex-direction: column;
        border-radius: 15px;
        width: 95%;
    }

    .video-nav-link[b-lubv8lnms7] {
        font-size: 0.85rem;
        padding: 0.4rem 0.5rem;
    }
}

@media (max-width: 768px) {
    .video-container[b-lubv8lnms7] {
        height: auto; /* kontener dopasowuje się do wideo */
    }

    #bg-video[b-lubv8lnms7] {
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
    }


    .video-nav-bar[b-lubv8lnms7] {
        position: static; /* wychodzi z overlay */
        transform: none;
        margin: 1rem auto 0 auto; /* odstęp pod wideo */
        width: 95%;
        border-radius: 15px;
        flex-direction: column;
    }

    .video-nav-link[b-lubv8lnms7] {
        font-size: 0.85rem;
        padding: 0.4rem 0.5rem;
    }
}
/* Desktop: nav-bar jako overlay */
.video-nav-bar[b-lubv8lnms7] {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    z-index: 1050;
}

/* Mobile: nav-bar pod wideo */
@media (max-width: 768px) {
    .video-nav-bar[b-lubv8lnms7] {
        position: static; /* normalny flow */
        transform: none;
        margin: 1rem auto; /* odstęp od wideo */
        width: 95%;
        border-radius: 15px;
        flex-direction: column;
    }
}

/* Desktop: pełne tło */
.video-container[b-lubv8lnms7] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#bg-video[b-lubv8lnms7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Mobile: prostokątne wideo pod treścią */
@media (max-width: 768px) {
    .video-container[b-lubv8lnms7] {
        height: auto; /* kontener dopasowuje się do wideo */
    }

    #bg-video[b-lubv8lnms7] {
        position: relative; /* nie absolute */
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
        object-fit: contain; /* nie rozciąga */
    }
}

@media (max-width: 768px) {
    .video-container[b-lubv8lnms7] {
        height: auto; /* kontener dopasowuje się do wideo */
        background: none; /* usuń tło kontenera */
    }

    #bg-video[b-lubv8lnms7] {
        position: relative; /* nie absolute */
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
        object-fit: contain; /* nie rozciąga */
        display: block;
    }

    #video-overlay[b-lubv8lnms7] {
        display: none; /* overlay niepotrzebny na mobile */
    }
}

.video-title[b-lubv8lnms7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.2rem, 4vw, 3rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 300;
    width: 80%;
    z-index: 1050;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0,0,0,0.6);
}

/* MOBILE: linki wyśrodkowane pod wideo */
@media (max-width: 768px) {

    .video-nav-bar[b-lubv8lnms7] {
        justify-content: center;
        align-items: center; /* wyśrodkowanie poziome */
        text-align: center;
        flex-direction: column; /* link poniżej linku */
        gap: 0.4rem;
    }

    .video-nav-link[b-lubv8lnms7] {
        display: block;
        width: 100%;
        text-align: center; /* centralnie */
        padding: 0.5rem 0.8rem;
    }
}
/* /Pages/Transatlantique.razor.rz.scp.css */



/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .video-title[b-qpz2z0d5tf] {
        font-size: clamp(1rem, 5vw, 2.2rem);
        margin-bottom: 0.5rem;
    }

    .video-nav-bar[b-qpz2z0d5tf] {
        flex-direction: column;
        border-radius: 15px;
        width: 95%;
    }

    .video-nav-link[b-qpz2z0d5tf] {
        font-size: 0.85rem;
        padding: 0.4rem 0.5rem;
    }
}

@media (max-width: 768px) {
    .video-container[b-qpz2z0d5tf] {
        height: auto; /* kontener dopasowuje się do wideo */
    }

    #bg-video[b-qpz2z0d5tf] {
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
    }


    .video-nav-bar[b-qpz2z0d5tf] {
        position: static; /* wychodzi z overlay */
        transform: none;
        margin: 1rem auto 0 auto; /* odstęp pod wideo */
        width: 95%;
        border-radius: 15px;
        flex-direction: column;
    }

    .video-nav-link[b-qpz2z0d5tf] {
        font-size: 0.85rem;
        padding: 0.4rem 0.5rem;
    }
}
/* Desktop: nav-bar jako overlay */
.video-nav-bar[b-qpz2z0d5tf] {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    z-index: 1050;
}

/* Mobile: nav-bar pod wideo */
@media (max-width: 768px) {
    .video-nav-bar[b-qpz2z0d5tf] {
        position: static; /* normalny flow */
        transform: none;
        margin: 1rem auto; /* odstęp od wideo */
        width: 95%;
        border-radius: 15px;
        flex-direction: column;
    }
}

/* Desktop: pełne tło */
.video-container[b-qpz2z0d5tf] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#bg-video[b-qpz2z0d5tf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Mobile: prostokątne wideo pod treścią */
@media (max-width: 768px) {
    .video-container[b-qpz2z0d5tf] {
        height: auto; /* kontener dopasowuje się do wideo */
    }

    #bg-video[b-qpz2z0d5tf] {
        position: relative; /* nie absolute */
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
        object-fit: contain; /* nie rozciąga */
    }
}

@media (max-width: 768px) {
    .video-container[b-qpz2z0d5tf] {
        height: auto; /* kontener dopasowuje się do wideo */
        background: none; /* usuń tło kontenera */
    }

    #bg-video[b-qpz2z0d5tf] {
        position: relative; /* nie absolute */
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* zachowuje proporcje */
        object-fit: contain; /* nie rozciąga */
        display: block;
    }

    #video-overlay[b-qpz2z0d5tf] {
        display: none; /* overlay niepotrzebny na mobile */
    }
}

.video-title[b-qpz2z0d5tf] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.2rem, 4vw, 3rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 300;
    width: 80%;
    z-index: 1050;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0,0,0,0.6);
}

/* MOBILE: linki wyśrodkowane pod wideo */
@media (max-width: 768px) {

    .video-nav-bar[b-qpz2z0d5tf] {
        justify-content: center;
        align-items: center; /* wyśrodkowanie poziome */
        text-align: center;
        flex-direction: column; /* link poniżej linku */
        gap: 0.4rem;
    }

    .video-nav-link[b-qpz2z0d5tf] {
        display: block;
        width: 100%;
        text-align: center; /* centralnie */
        padding: 0.5rem 0.8rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-cugro50q59] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cugro50q59] {
    flex: 1;
}

.sidebar[b-cugro50q59] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cugro50q59] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cugro50q59]  a, .top-row .btn-link[b-cugro50q59] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cugro50q59] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cugro50q59] {
        display: none;
    }

    .top-row.auth[b-cugro50q59] {
        justify-content: space-between;
    }

    .top-row a[b-cugro50q59], .top-row .btn-link[b-cugro50q59] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cugro50q59] {
        flex-direction: row;
    }

    .sidebar[b-cugro50q59] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cugro50q59] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cugro50q59], article[b-cugro50q59] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3zfwb24o0a] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3zfwb24o0a] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3zfwb24o0a] {
    font-size: 1.1rem;
}

.oi[b-3zfwb24o0a] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3zfwb24o0a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3zfwb24o0a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3zfwb24o0a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3zfwb24o0a]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-3zfwb24o0a]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-3zfwb24o0a]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3zfwb24o0a] {
        display: none;
    }

    .collapse[b-3zfwb24o0a] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-3zfwb24o0a] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
