/* /Components/Layout/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-qp3azrgd23] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #1a1a1a;
    color: #e5e5e5;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.9em;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
}

.cookie-text[b-qp3azrgd23] {
    flex: 1;
    max-width: 700px;
}

.cookie-text a[b-qp3azrgd23] {
    color: #7cb9e8;
    text-decoration: underline;
    margin-left: 0.3em;
}

.cookie-accept[b-qp3azrgd23] {
    background: #1B6AA5;
    color: #fff;
    border: none;
    padding: 0.5em 1.5em;
    border-radius: 6px;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.cookie-accept:hover[b-qp3azrgd23] {
    background: #155a8a;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-mncwuatxup] {
    background: #0d1b2a;
    color: rgba(255,255,255,0.7);
    padding: 2.5rem 2rem;
    font-family: 'Source Sans Pro', 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-footer[b-mncwuatxup]  .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.site-footer[b-mncwuatxup]  .footer-brand {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
}

.site-footer[b-mncwuatxup]  .footer-brand-sub {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

.site-footer[b-mncwuatxup]  .footer-links {
    display: flex;
    gap: 3rem;
}

.site-footer[b-mncwuatxup]  .footer-col h4 {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.6rem;
}

.site-footer[b-mncwuatxup]  .footer-col a {
    display: block;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    padding: 0.2rem 0;
    transition: color 0.2s;
    text-decoration: none;
}

.site-footer[b-mncwuatxup]  .footer-col a:hover {
    color: #fff;
}

.site-footer[b-mncwuatxup]  .footer-bottom {
    max-width: 1100px;
    margin: 1.5rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.8rem;
    color: rgba(255,255,255,0.35);
    display: flex;
    justify-content: space-between;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .site-footer[b-mncwuatxup]  .footer-inner {
        flex-direction: column;
    }

    .site-footer[b-mncwuatxup]  .footer-bottom {
        flex-direction: column;
        gap: 0.3rem;
    }
}
/* /Components/Layout/NavBar.razor.rz.scp.css */
.nav-bar[b-orkwv3vnts] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-family: 'Source Sans Pro', 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 1.2;
}

.nav-bar[b-orkwv3vnts]  .nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-bar[b-orkwv3vnts]  .nav-link {
    display: flex !important;
    align-items: center;
    gap: 5px;
    padding: 6px 12px !important;
    border-radius: 7px;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
    transition: all 0.2s;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.3 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent;
    height: auto !important;
}

.nav-bar[b-orkwv3vnts]  .nav-link:hover {
    background: #f0f6fc !important;
    color: #1B6AA5 !important;
    text-decoration: none !important;
}

.nav-bar[b-orkwv3vnts]  .nav-link.active {
    color: #1B6AA5 !important;
    background: #e8f2fb !important;
}

.nav-bar[b-orkwv3vnts]  .nav-link svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.nav-bar[b-orkwv3vnts]  .nav-cta {
    display: flex !important;
    align-items: center;
    gap: 5px;
    padding: 7px 16px !important;
    border-radius: 8px;
    background: #1B6AA5 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s;
    margin-left: 4px;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.3 !important;
    height: auto !important;
    border: none !important;
}

.nav-bar[b-orkwv3vnts]  .nav-cta:hover {
    background: #155a8a !important;
    box-shadow: 0 4px 12px rgba(27,106,165,0.25);
    color: #fff !important;
    text-decoration: none !important;
}

.nav-bar[b-orkwv3vnts]  .nav-cta svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* Hamburger toggle (mobile) */
.nav-toggle[b-orkwv3vnts] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle svg[b-orkwv3vnts] {
    width: 22px;
    height: 22px;
    stroke: #1a1a2e;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .nav-bar[b-orkwv3vnts]  .nav-links {
        display: none;
    }

    .nav-bar[b-orkwv3vnts]  .nav-links.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 52px;
        left: 0;
        right: 0;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid #e5e7eb;
        padding: 10px;
        gap: 2px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .nav-bar[b-orkwv3vnts]  .nav-links.open .nav-cta {
        margin-left: 0;
        justify-content: center;
    }

    .nav-toggle[b-orkwv3vnts] {
        display: block;
    }
}
/* /Components/Pages/Public/Gallery.razor.rz.scp.css */
.modal-overlay[b-wu2t6vk6ys] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: pointer;
}

.modal-content[b-wu2t6vk6ys] {
    max-width: 90vw;
    max-height: 90vh;
    text-align: center;
    cursor: default;
    position: relative;
}

.modal-content img[b-wu2t6vk6ys] {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
}

.modal-content h3[b-wu2t6vk6ys] {
    color: #fff;
    margin-top: 1em;
}

.modal-content p[b-wu2t6vk6ys] {
    color: #ccc;
}

.modal-close[b-wu2t6vk6ys] {
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    line-height: 1;
}
/* /Components/Shared/CallbackForm.razor.rz.scp.css */
.cb-card[b-pvmb3fnvlf] {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.3s;
}

.cb-success[b-pvmb3fnvlf] {
    border-color: #4ade80;
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2);
}

.cb-title[b-pvmb3fnvlf] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.3rem;
}

.cb-subtitle[b-pvmb3fnvlf] {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0 0 1.5rem;
}

.cb-grid[b-pvmb3fnvlf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.cb-field[b-pvmb3fnvlf] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.cb-field label[b-pvmb3fnvlf] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #4b5563;
}

[b-pvmb3fnvlf] .cb-field input,
[b-pvmb3fnvlf] .cb-field textarea {
    padding: 0.65rem 0.9rem;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.92rem;
    transition: border-color 0.2s;
    background: #f9fafb;
    width: 100%;
    box-sizing: border-box;
}

[b-pvmb3fnvlf] .cb-field input:focus,
[b-pvmb3fnvlf] .cb-field textarea:focus {
    outline: none;
    border-color: #1B6AA5;
    background: #fff;
}

[b-pvmb3fnvlf] .cb-field textarea {
    resize: vertical;
    min-height: 100px;
}

.cb-full[b-pvmb3fnvlf] {
    grid-column: 1 / -1;
}

.cb-submit[b-pvmb3fnvlf] {
    width: 100%;
    padding: 0.8rem;
    background: #1B6AA5;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.cb-submit:hover[b-pvmb3fnvlf] {
    background: #155a8a;
}

.cb-submit:disabled[b-pvmb3fnvlf] {
    background: #9ca3af;
    cursor: not-allowed;
}

[b-pvmb3fnvlf] .cb-input-error {
    border-color: #ef4444 !important;
    background: #fef2f2 !important;
}

.cb-error-msg[b-pvmb3fnvlf] {
    font-size: 0.78rem;
    color: #ef4444;
    margin-top: 0.15rem;
}

@media (max-width: 768px) {
    .cb-grid[b-pvmb3fnvlf] {
        grid-template-columns: 1fr;
    }
}
