/* /Components/Fragments/ProjectCard.razor.rz.scp.css */
.project-card[b-9az72x5k46] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    padding: 1.1rem 0.6rem;
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.25s ease;
    text-align: center;
    user-select: none;
    height: 100%;
    max-width: 100%;
}

    .project-card:hover[b-9az72x5k46] {
        border-color: rgba(0, 200, 255, 0.4);
        background: rgba(0, 200, 255, 0.07);
        transform: translateY(-2px);
    }

.project-option input[type="radio"]:checked + .project-card[b-9az72x5k46] {
    border-color: #00c8ff;
    background: linear-gradient(135deg, rgba(0, 200, 255, 0.18) 0%, rgba(0, 200, 255, 0.05) 100%);
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.22), inset 0 0 12px rgba(0, 200, 255, 0.04);
    transform: translateY(-2px);
}

.project-icon[b-9az72x5k46] {
    font-size: 1.6rem;
    display: block;
    line-height: 1;
}

.project-label[b-9az72x5k46] {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(215, 225, 255, 0.9);
    line-height: 1.3;
}

@media (min-width: 480px) {
    .project-label[b-9az72x5k46] {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .project-card[b-9az72x5k46] {
        padding: 1.5rem 1rem;
    }

    .project-icon[b-9az72x5k46] {
        font-size: 2rem;
    }

    .project-label[b-9az72x5k46] {
        font-size: 0.85rem;
    }
}
/* /Components/Fragments/ProjectOption.razor.rz.scp.css */
.project-option[b-z91guy873z] {
    cursor: pointer;
    display: block;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*Applying flex at the page level. Starting direction is flex column.*/
.page[b-z3lki390jh] {
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
}

header .banner[b-z3lki390jh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem 1.2rem;
    background: linear-gradient(180deg, #1a0035 0%, #0d001f 60%, #080012 100%);
    text-align: center;
    width: 100%;
}

.banner-title[b-z3lki390jh] {
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    letter-spacing: 0.08em;
    color: rgba(20, 0, 40, 0.75);
    -webkit-text-stroke: 3px #ffffff;
    paint-order: stroke fill;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.25), 0 0 35px rgba(200, 0, 255, 0.2);
}

.banner-subtitle[b-z3lki390jh] {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(1rem, 3vw, 1.9rem);
    font-weight: 700;
    background: linear-gradient(90deg, #00c8ff 0%, #dc00b4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

main[b-z3lki390jh] {
    flex: 1;
    min-width: 0;
}

footer[b-z3lki390jh] {
    text-align: center;
    padding: 0.75rem 1rem;
    color: rgba(180, 190, 220, 0.5);
    font-size: 0.8rem;
}

.sidebar[b-z3lki390jh] {
    background: linear-gradient(180deg, #1a0035 0%, #0d001f 60%, #080012 100%);
    border-right: 1px solid rgba(200, 0, 255, 0.35);
    box-shadow: 2px 0 24px rgba(200, 0, 255, 0.1);
}

/* Top row is the upper navigation element */
.top-row[b-z3lki390jh] {
    background: linear-gradient(90deg, #1a0035 0%, #0d001f 100%);
    border-bottom: 1px solid rgba(0, 200, 255, 0.25);
    box-shadow: 0 2px 16px rgba(0, 200, 255, 0.07);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row a[b-z3lki390jh] {
        color: #00c8ff;
        text-shadow: 0 0 8px rgba(0, 200, 255, 0.5);
        transition: color 0.2s ease, text-shadow 0.2s ease;
    }

    .top-row a:hover[b-z3lki390jh] {
        color: #ffffff;
        text-shadow: 0 0 12px rgba(0, 200, 255, 0.9), 0 0 24px rgba(0, 200, 255, 0.4);
    }

    .top-row[b-z3lki390jh]  a, .top-row[b-z3lki390jh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-z3lki390jh]  a:hover, .top-row[b-z3lki390jh]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-z3lki390jh]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-z3lki390jh] {
        justify-content: space-between;
    }

        .top-row[b-z3lki390jh]  a, .top-row[b-z3lki390jh]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-z3lki390jh] {
        flex-direction: row;
    }

    .sidebar[b-z3lki390jh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z3lki390jh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    article[b-z3lki390jh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    footer[b-z3lki390jh] {
        text-align: end;
        padding-right: 1.5rem;
    }
}

/* Pre-included blazor error styles */
#blazor-error-ui[b-z3lki390jh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-z3lki390jh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-smhu4fl4ja] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-smhu4fl4ja] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Top-row is the upper navbar brand element wrapper */
.top-row[b-smhu4fl4ja] {
    min-height: 3.5rem;
    background: linear-gradient(180deg, #1a0035 0%, #0d001f 100%);
    border-bottom: 1px solid rgba(0, 200, 255, 0.2);
}

.navbar-brand[b-smhu4fl4ja] {
    font-size: 1.1rem;
    color: #00c8ff;
    text-shadow: 0 0 10px rgba(0, 200, 255, 0.7), 0 0 22px rgba(0, 200, 255, 0.3);
    transition: text-shadow 0.2s ease;
    /* Prevent the brand from being squashed by the toggler button */
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
}

.navbar-brand:hover[b-smhu4fl4ja] {
    color: #ffffff;
    text-shadow: 0 0 14px rgba(0, 200, 255, 1), 0 0 30px rgba(0, 200, 255, 0.5);
}


.bi[b-smhu4fl4ja] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-smhu4fl4ja] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}


.bi-calendar-check-nav-menu[b-smhu4fl4ja] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}


.bi-list-nested-nav-menu[b-smhu4fl4ja] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-chat-bubble-nav-menu[b-smhu4fl4ja] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 3a1 1 0 0 0-1 1v7c0 .5.5 1 1 1h2l2 2v-2h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2z'/%3E%3C/svg%3E");
}

.nav-item[b-smhu4fl4ja] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-smhu4fl4ja] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-smhu4fl4ja] {
        padding-bottom: 1rem;
    }

    .nav-item[b-smhu4fl4ja]  .nav-link {
        color: rgba(200, 210, 255, 0.85);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: background 0.2s ease, color 0.2s ease, text-shadow 0.2s ease;
    }

.nav-item[b-smhu4fl4ja]  a.active {
    background: linear-gradient(90deg, rgba(200, 0, 255, 0.3) 0%, rgba(0, 200, 255, 0.15) 100%);
    border-left: 2px solid rgba(0, 200, 255, 0.7);
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.5);
}

.nav-item[b-smhu4fl4ja]  .nav-link:hover {
    background: rgba(0, 200, 255, 0.1);
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.4);
}

.nav-scrollable[b-smhu4fl4ja] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-smhu4fl4ja] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-smhu4fl4ja] {
        display: none;
    }

    .nav-scrollable[b-smhu4fl4ja] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1dc4bnjef1],
.components-reconnect-repeated-attempt-visible[b-1dc4bnjef1],
.components-reconnect-failed-visible[b-1dc4bnjef1],
.components-pause-visible[b-1dc4bnjef1],
.components-resume-failed-visible[b-1dc4bnjef1],
.components-rejoining-animation[b-1dc4bnjef1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1dc4bnjef1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1dc4bnjef1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1dc4bnjef1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1dc4bnjef1],
#components-reconnect-modal.components-reconnect-retrying[b-1dc4bnjef1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1dc4bnjef1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1dc4bnjef1],
#components-reconnect-modal.components-reconnect-failed[b-1dc4bnjef1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1dc4bnjef1] {
    display: block;
}


#components-reconnect-modal[b-1dc4bnjef1] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1dc4bnjef1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1dc4bnjef1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1dc4bnjef1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1dc4bnjef1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1dc4bnjef1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1dc4bnjef1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1dc4bnjef1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1dc4bnjef1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1dc4bnjef1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1dc4bnjef1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1dc4bnjef1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1dc4bnjef1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1dc4bnjef1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1dc4bnjef1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1dc4bnjef1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1dc4bnjef1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1dc4bnjef1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1dc4bnjef1 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
/* ── About Page Layout ───────────────────────────────────── */
.about-page[b-ezrf6h4eti] {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
}

/* ── Bio subtitle ("About The Author") ──────────────────── */
/* Overrides card-tagline to use italic, subdued style */
.bio-subtitle[b-ezrf6h4eti] {
    font-style: italic;
    font-size: 1.05rem;
    opacity: 0.7;
}

/* ── Biography sections ──────────────────────────────────── */
.bio-section[b-ezrf6h4eti] {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bio-section:last-of-type[b-ezrf6h4eti] {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bio-section h3[b-ezrf6h4eti] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.6rem;
    color: #00c8ff;
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.45);
}

.bio-section p[b-ezrf6h4eti] {
    color: rgba(215, 220, 240, 0.85);
    line-height: 1.85;
    margin: 0;
}

/* ── Closing statement callout ───────────────────────────── */
.bio-closing[b-ezrf6h4eti] {
    margin-top: 2rem;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    color: rgba(215, 220, 240, 0.9);
    line-height: 1.75;
    padding: 1.5rem;
    border: 1px solid rgba(0, 200, 255, 0.2);
    border-radius: 10px;
    background: rgba(0, 200, 255, 0.04);
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE (mobile-first)
   ══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    .about-page[b-ezrf6h4eti] {
        padding: 0rem;
    }
}

@media (min-width: 768px) {
    .about-page[b-ezrf6h4eti] {
        padding: 2rem;
    }

    .bio-section h3[b-ezrf6h4eti] {
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Booking.razor.rz.scp.css */
/* ── Booking Page Layout ──────────────────────────────────── */
.booking-page[b-ztzijalv0j] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}

.submission-success[b-ztzijalv0j]{
    padding:2rem;
}

/* ── Project Type Radio Cards ────────────────────────────── */
[b-ztzijalv0j] input[type="radio"] {
    display: none; /* Hiding the radio selector pip at all screen sizes */
}

.project-grid[b-ztzijalv0j] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — mobile-first (min-width only)

   xs  <  480px   base styles above          pure mobile portrait
   sm  ≥  480px   @media (min-width: 480px)  phones landscape / small tablets
   md  ≥  640px   @media (min-width: 640px)  large phones / tablets portrait
   lg  ≥  768px   @media (min-width: 768px)  tablets landscape / small laptops
   xl  ≥ 1024px   @media (min-width: 1024px) desktops
   ══════════════════════════════════════════════════════════ */

/* sm — phones landscape / small tablets */
@media (min-width: 480px) {
    .booking-page[b-ztzijalv0j] {
        padding: 1.5rem;
    }

    .project-grid[b-ztzijalv0j] {
        gap: 0.75rem;
    }
}

/* md — large phones / tablets portrait */
@media (min-width: 640px) {
    .booking-page[b-ztzijalv0j] {
        padding: 0;
    }

    .project-grid[b-ztzijalv0j] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* lg — tablets landscape / small laptops */
@media (min-width: 768px) {
    .booking-page[b-ztzijalv0j] {
        padding: 2rem;
    }

    .project-grid[b-ztzijalv0j] {
        gap: 1rem;
    }
}

/* xl — desktops */
@media (min-width: 1024px) {
    .booking-page[b-ztzijalv0j] {
        padding: 2.5rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/*
 * Home.razor.css — mobile-first
 * Card chrome (background, blur, border-radius, border) comes from
 * the shared .page-card / .page-card-header / .card-body rules in app.css.
 * This file handles only Home-specific layout and component styles.
 */

/* ── Page wrapper ────────────────────────────────────────── */
.home-main[b-uol6y3lfcd] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0;
    width: 100%;
}

/* ── Per-card max-width / centering ─────────────────────── */
.home-intro-card[b-uol6y3lfcd],
.home-streaming-card[b-uol6y3lfcd],
.home-cta-card[b-uol6y3lfcd] {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════
   INTRO CARD — combined About + Services rows
   ═══════════════════════════════════════════════════════════ */

/* Each row: stacked on mobile, side-by-side on desktop */
.intro-row[b-uol6y3lfcd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Swap column order for the services row on desktop */
.intro-row-reverse[b-uol6y3lfcd] {
    flex-direction: column;
}

.intro-image img[b-uol6y3lfcd] {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: contain;
    max-height: 380px;
}

/* Sub-section label (Overview / Services) */
.intro-text h3[b-uol6y3lfcd] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 0 0 0.75rem 0;
    color: #00c8ff;
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.45);

}

.intro-text ul[b-uol6y3lfcd] {
    margin: 0;
    padding-left: 1.25rem;
    color: rgba(215, 220, 240, 0.85);
    line-height: 1.85;
}

.intro-text li[b-uol6y3lfcd] {
    margin-bottom: 0.4rem;
}

/* Thin divider between Overview and Services rows */
.intro-divider[b-uol6y3lfcd] {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin: 0.5rem 0;
}

/* ═══════════════════════════════════════════════════════════
   STREAMING CARD — platform grid
   ═══════════════════════════════════════════════════════════ */

.platform-category[b-uol6y3lfcd] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.platform-category-last[b-uol6y3lfcd] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.platform-category h3[b-uol6y3lfcd] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 1rem;
    color: #00c8ff;
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.45);
    text-align: center;
}

.platforms-grid[b-uol6y3lfcd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.65rem;
    max-width: 900px;
    margin: 0 auto;
}

.platform-link[b-uol6y3lfcd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0.65rem;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(200, 210, 255, 0.8);
}

.platform-link:hover[b-uol6y3lfcd] {
    transform: translateY(-3px);
    color: #fff;
}

/* Platform logo SVG (from Simple Icons CDN) */
.platform-logo[b-uol6y3lfcd] {
    width: 32px;
    height: 32px;
    display: block;
    /* White by default on dark tiles; brand color revealed on hover */
    filter: brightness(0) invert(0.8);
    transition: filter 0.25s ease;
}

.platform-link:hover .platform-logo[b-uol6y3lfcd] {
    filter: none;
}

.platform-name[b-uol6y3lfcd] {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

/* ── Per-platform hover backgrounds ─────────────────────── */
.platform-link.spotify:hover[b-uol6y3lfcd]       { background: rgba(29,185,84,.15);   border-color: #1DB954; }
.platform-link.apple-music:hover[b-uol6y3lfcd]   { background: rgba(250,50,83,.15);   border-color: #FA3253; }
.platform-link.youtube-music:hover[b-uol6y3lfcd] { background: rgba(255,0,0,.15);     border-color: #FF0000; }
.platform-link.bandcamp:hover[b-uol6y3lfcd]      { background: rgba(99,227,139,.15);  border-color: #1DA0C3; }
.platform-link.soundcloud:hover[b-uol6y3lfcd]    { background: rgba(255,85,0,.15);    border-color: #FF5500; }
.platform-link.amazon-music:hover[b-uol6y3lfcd]  { background: rgba(108,198,234,.15); border-color: #6CC6EA; }
.platform-link.youtube:hover[b-uol6y3lfcd]       { background: rgba(255,0,0,.15);     border-color: #FF0000; }
.platform-link.tiktok:hover[b-uol6y3lfcd]        { background: rgba(37,244,213,.12);  border-color: #25F4D5; }
.platform-link.instagram:hover[b-uol6y3lfcd]     { background: rgba(193,53,132,.15);  border-color: #E4405F; }
.platform-link.twitch:hover[b-uol6y3lfcd]        { background: rgba(145,70,255,.15);  border-color: #9146FF; }
.platform-link.twitter:hover[b-uol6y3lfcd]       { background: rgba(29,155,240,.15);  border-color: #1D9BF0; }
.platform-link.linkedin:hover[b-uol6y3lfcd]      { background: rgba(0,119,181,.15);   border-color: #0077B5; }
.platform-link.facebook:hover[b-uol6y3lfcd]      { background: rgba(66,103,178,.15);  border-color: #4267B2; }
.platform-link.discord:hover[b-uol6y3lfcd]       { background: rgba(88,101,242,.15);  border-color: #5865F2; }

/* ═══════════════════════════════════════════════════════════
   CTA CARD
   ═══════════════════════════════════════════════════════════ */

.home-cta-body[b-uol6y3lfcd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.cta-text[b-uol6y3lfcd] {
    color: rgba(200, 210, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 480px;
}

.cta-buttons[b-uol6y3lfcd] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — mobile-first breakpoints
   ═══════════════════════════════════════════════════════════ */

/* sm ≥ 480px */
@media (min-width: 480px) {
    .home-main[b-uol6y3lfcd] {
        padding: 0.5rem;
        gap: 2.25rem;
    }

    .cta-text[b-uol6y3lfcd] {
        font-size: 1.05rem;
    }
}

/* md ≥ 640px */
@media (min-width: 640px) {
    .intro-image img[b-uol6y3lfcd] {
        border-radius: 16px;
    }
}

/* lg ≥ 768px */
@media (min-width: 768px) {
    .home-main[b-uol6y3lfcd] {
        padding: 2rem;
        gap: 2.5rem;
    }

    .platform-category h3[b-uol6y3lfcd] {
        font-size: 0.8rem;
        margin-bottom: 1.25rem;
    }

    .platform-category[b-uol6y3lfcd] {
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .platforms-grid[b-uol6y3lfcd] {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 1rem;
    }

    .platform-link[b-uol6y3lfcd] {
        padding: 1.25rem;
        gap: 0.65rem;
    }

    .platform-logo[b-uol6y3lfcd] {
        width: 36px;
        height: 36px;
    }

    .platform-name[b-uol6y3lfcd] {
        font-size: 0.75rem;
    }
}

/* Desktop: two-column intro rows */
@media (min-width: 1000px) {
    .intro-row[b-uol6y3lfcd] {
        flex-direction: row;
        align-items: center;
        gap: 2.5rem;
    }

    .intro-row-reverse[b-uol6y3lfcd] {
        flex-direction: row-reverse;
    }

    .intro-image[b-uol6y3lfcd] {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .intro-text[b-uol6y3lfcd] {
        flex: 1;
        min-width: 0;
    }

    .intro-image img[b-uol6y3lfcd] {
        max-height: 420px;
    }

    .intro-divider[b-uol6y3lfcd] {
        margin: 2rem 0;
    }
}

/* xl ≥ 1024px */
@media (min-width: 1024px) {
    .home-cta-body[b-uol6y3lfcd] {
        gap: 2rem;
    }

    .cta-text[b-uol6y3lfcd] {
        max-width: 600px;
    }

    .platform-link[b-uol6y3lfcd] {
        gap: 0.85rem;
        border-radius: 14px;
    }
}

@media (min-width: 1200px) {
    .platforms-grid[b-uol6y3lfcd] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}
/* /Components/Pages/Services.razor.rz.scp.css */
/* ── Services Page Layout ─────────────────────────────────── */
.services-page[b-smrc076i7i] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

/* ── Service Selection Cards ─────────────────────────────── */
.services-grid[b-smrc076i7i] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1rem;
}

.service-checkbox[b-smrc076i7i] {
    cursor: pointer;
    display: block;
}

.service-checkbox input[b-smrc076i7i] {
    display: none;
}

.service-checkbox input:checked + .service-card[b-smrc076i7i] {
    border-color: #00c8ff;
    background: linear-gradient(135deg, rgba(0, 200, 255, 0.18) 0%, rgba(0, 200, 255, 0.05) 100%);
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.22), inset 0 0 12px rgba(0, 200, 255, 0.04);
    transform: translateY(-2px);
}

.service-card[b-smrc076i7i] {
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.25rem;
    transition: all 0.25s ease;
    user-select: none;
}

.service-card:hover[b-smrc076i7i] {
    border-color: rgba(0, 200, 255, 0.4);
    background: rgba(0, 200, 255, 0.07);
    transform: translateY(-2px);
}

.service-card h3[b-smrc076i7i] {
    margin: 0 0 0.5rem 0;
    color: #fff;
    font-size: 1rem;
}

.service-card p[b-smrc076i7i] {
    margin: 0;
    color: rgba(180, 190, 220, 0.65);
    font-size: 0.88rem;
    line-height: 1.5;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — mobile-first breakpoints
   ══════════════════════════════════════════════════════════ */

/* sm ≥ 480px */
@media (min-width: 480px) {
    .services-page[b-smrc076i7i] {
        padding: 0.5rem;
    }

    .services-grid[b-smrc076i7i] {
        gap: 0.875rem;
    }
}

/* md ≥ 640px */
@media (min-width: 640px) {
    .services-grid[b-smrc076i7i] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* lg ≥ 768px */
@media (min-width: 768px) {
    .services-page[b-smrc076i7i] {
        padding: 2rem;
    }

    .services-grid[b-smrc076i7i] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .service-card[b-smrc076i7i] {
        padding: 1.375rem;
    }

    .service-card h3[b-smrc076i7i] {
        font-size: 1.05rem;
    }

    .service-card p[b-smrc076i7i] {
        font-size: 0.9rem;
    }
}

/* xl ≥ 1024px */
@media (min-width: 1024px) {
    .services-page[b-smrc076i7i] {
        padding: 2.5rem;
    }

    .service-card[b-smrc076i7i] {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .service-card h3[b-smrc076i7i] {
        font-size: 1.1rem;
    }
}
