/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2np7medf17] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2np7medf17] {
    flex: 1;
}

.sidebar[b-2np7medf17] {
    background: linear-gradient(180deg, #063B40 0%, #0A5C63 100%);
}

.top-row[b-2np7medf17] {
    background-color: #F0F9FA;
    border-bottom: 1px solid #E2ECEE;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2np7medf17]  a, .top-row[b-2np7medf17]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2np7medf17]  a:hover, .top-row[b-2np7medf17]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2np7medf17]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2np7medf17] {
        justify-content: space-between;
    }

    .top-row[b-2np7medf17]  a, .top-row[b-2np7medf17]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2np7medf17] {
        flex-direction: row;
    }

    .sidebar[b-2np7medf17] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2np7medf17] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2np7medf17]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2np7medf17], article[b-2np7medf17] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2np7medf17] {
    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-2np7medf17] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ==========================================================================
   Public Layout (merged from PublicLayout)
   ========================================================================== */

.public-page[b-2np7medf17] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.public-page main[b-2np7medf17] {
    flex: 1;
}

/* --- Public Navbar --- */
.public-navbar[b-2np7medf17] {
    background: transparent;
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
    z-index: 1050;
    padding: 0.75rem 0;
}

.public-navbar.scrolled[b-2np7medf17] {
    background: rgba(6, 59, 64, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.public-navbar .navbar-brand[b-2np7medf17] {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    color: #fff !important;
}

.public-navbar .navbar-brand i[b-2np7medf17] {
    color: #00C4CC;
}

.public-navbar .nav-link[b-2np7medf17] {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0.85rem !important;
    transition: color 0.2s ease;
}

.public-navbar .nav-link:hover[b-2np7medf17] {
    color: #80E2E6 !important;
}

/* CSS-only mobile toggle */
.public-nav-toggle[b-2np7medf17] {
    display: none;
    appearance: none;
}

.public-nav-collapse[b-2np7medf17] {
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .public-nav-collapse[b-2np7medf17] {
        display: none;
        width: 100%;
        padding-top: 1rem;
    }

    .public-nav-collapse .navbar-nav[b-2np7medf17] {
        width: 100%;
    }

    .public-nav-toggle:checked ~ .public-nav-collapse[b-2np7medf17] {
        display: flex;
    }
}

@media (min-width: 992px) {
    .public-navbar .navbar-toggler[b-2np7medf17] {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x839chke5x] {
    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-x839chke5x] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-x839chke5x] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.25);
}

.navbar-brand[b-x839chke5x] {
    font-size: 1.1rem;
}

.nav-icon[b-x839chke5x] {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    width: 1.25rem;
    text-align: center;
    display: inline-block;
}

.nav-item[b-x839chke5x] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-x839chke5x] {
        padding-top: 1rem;
    }

    .nav-item[b-x839chke5x]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        width: 100%;
    }

.nav-item[b-x839chke5x]  a.active {
    background-color: rgba(0, 196, 204, 0.25);
    color: #80E2E6;
    font-weight: 600;
    border-left: 3px solid #00C4CC;
}

.nav-item[b-x839chke5x]  .nav-link:hover {
    background-color: rgba(0, 196, 204, 0.12);
    color: #80E2E6;
}

/* Collapsible group styles */
.nav-group[b-x839chke5x] {
    margin-bottom: 0.1rem;
}

.nav-group-toggle[b-x839chke5x] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #d7d7d7;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    list-style: none;
}

.nav-group-toggle[b-x839chke5x]::-webkit-details-marker {
    display: none;
}

.nav-group-toggle:hover[b-x839chke5x] {
    background-color: rgba(0, 196, 204, 0.12);
    color: #80E2E6;
}

.nav-group-toggle span[b-x839chke5x] {
    flex: 1;
    text-align: left;
}

.group-chevron[b-x839chke5x] {
    font-size: 0.75rem;
    margin-left: auto;
    transition: transform 0.2s ease;
}

details[open] > .nav-group-toggle .group-chevron[b-x839chke5x] {
    transform: rotate(180deg);
}

.nav-group-items[b-x839chke5x] {
    padding-left: 0.5rem;
}

.nav-scrollable[b-x839chke5x] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-x839chke5x] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x839chke5x] {
        display: none;
    }

    .nav-scrollable[b-x839chke5x] {
        /* 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-2jwfwgshko],
.components-reconnect-repeated-attempt-visible[b-2jwfwgshko],
.components-reconnect-failed-visible[b-2jwfwgshko],
.components-pause-visible[b-2jwfwgshko],
.components-resume-failed-visible[b-2jwfwgshko],
.components-rejoining-animation[b-2jwfwgshko] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2jwfwgshko],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2jwfwgshko],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2jwfwgshko],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2jwfwgshko],
#components-reconnect-modal.components-reconnect-retrying[b-2jwfwgshko],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2jwfwgshko],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2jwfwgshko],
#components-reconnect-modal.components-reconnect-failed[b-2jwfwgshko],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2jwfwgshko] {
    display: block;
}


#components-reconnect-modal[b-2jwfwgshko] {
    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-2jwfwgshko 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2jwfwgshko 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2jwfwgshko 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2jwfwgshko]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2jwfwgshko 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2jwfwgshko {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2jwfwgshko {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2jwfwgshko {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2jwfwgshko] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2jwfwgshko] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2jwfwgshko] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2jwfwgshko] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2jwfwgshko] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2jwfwgshko] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2jwfwgshko] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2jwfwgshko 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2jwfwgshko] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2jwfwgshko {
    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 — RNKA Domus
   ========================================================================== */

.text-accent[b-w9c9e9ngrv] { color: #00C4CC !important; }
.text-white-75[b-w9c9e9ngrv] { color: rgba(255,255,255,0.75); }
.text-white-60[b-w9c9e9ngrv] { color: rgba(255,255,255,0.6); }

.section-badge-about[b-w9c9e9ngrv] {
    display: inline-block;
    padding: 0.35em 1em;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #00C4CC;
    background: rgba(0,196,204,0.1);
    border: 1px solid rgba(0,196,204,0.25);
    border-radius: 999px;
    margin-bottom: 1rem;
}

.section-badge-light[b-w9c9e9ngrv] {
    display: inline-block;
    padding: 0.35em 1em;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #80E2E6;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    margin-bottom: 1rem;
}

.about-section-title[b-w9c9e9ngrv] {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700;
    color: #0E2A2B;
    margin-bottom: 0.75rem;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.about-hero[b-w9c9e9ngrv] {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-hero-video[b-w9c9e9ngrv] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.about-hero-overlay[b-w9c9e9ngrv] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6,59,64,0.85) 0%, rgba(10,92,99,0.75) 100%);
    z-index: 1;
}

.about-hero-content[b-w9c9e9ngrv] {
    position: relative;
    z-index: 2;
    padding: 6rem 1rem 3rem;
}

.min-vh-70[b-w9c9e9ngrv] {
    min-height: 60vh;
}

.about-badge[b-w9c9e9ngrv] {
    display: inline-block;
    padding: 0.4em 1.2em;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #80E2E6;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 999px;
    margin-bottom: 1.5rem;
}

.about-title[b-w9c9e9ngrv] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.about-lead[b-w9c9e9ngrv] {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    color: rgba(255,255,255,0.8);
    max-width: 580px;
    margin: 0 auto 2rem;
    line-height: 1.65;
}

.btn-sound[b-w9c9e9ngrv] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.5rem;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.88rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-sound:hover[b-w9c9e9ngrv] {
    background: rgba(0,196,204,0.25);
    border-color: rgba(0,196,204,0.4);
}

/* ==========================================================================
   MISSION / VISION
   ========================================================================== */
.about-mission[b-w9c9e9ngrv] {
    padding: 4rem 0;
    background: #FDFDFD;
}

.mission-card[b-w9c9e9ngrv] {
    background: #FFFFFF;
    border: 1px solid #E2ECEE;
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mission-card:hover[b-w9c9e9ngrv] {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,196,204,0.1);
}

.mission-icon[b-w9c9e9ngrv] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00C4CC, #008E94);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 auto 1.25rem;
}

.mission-card h3[b-w9c9e9ngrv] {
    font-weight: 700;
    font-size: 1.2rem;
    color: #0E2A2B;
    margin-bottom: 0.75rem;
}

.mission-card p[b-w9c9e9ngrv] {
    font-size: 0.92rem;
    color: #667A7B;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==========================================================================
   VALUES
   ========================================================================== */
.about-values[b-w9c9e9ngrv] {
    padding: 4rem 0;
    background: #F0F9FA;
}

.value-item[b-w9c9e9ngrv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 0.75rem;
    background: #FFFFFF;
    border: 1px solid #E2ECEE;
    border-radius: 1rem;
    transition: transform 0.2s ease;
}

.value-item:hover[b-w9c9e9ngrv] {
    transform: translateY(-3px);
}

.value-item i[b-w9c9e9ngrv] {
    font-size: 2rem;
    color: #00C4CC;
}

.value-item span[b-w9c9e9ngrv] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1A3A3B;
}

/* ==========================================================================
   STORY
   ========================================================================== */
.about-story[b-w9c9e9ngrv] {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.about-story-bg[b-w9c9e9ngrv] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    animation: storyZoom-b-w9c9e9ngrv 25s ease-in-out infinite alternate;
    z-index: 0;
}

.about-story-overlay[b-w9c9e9ngrv] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6,59,64,0.92), rgba(10,92,99,0.88));
    z-index: 1;
}

@keyframes storyZoom-b-w9c9e9ngrv {
    0% { transform: scale(1); }
    100% { transform: scale(1.06); }
}

.story-mascot[b-w9c9e9ngrv] {
    max-width: 300px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 30px rgba(0,196,204,0.3));
    animation: floatMascot-b-w9c9e9ngrv 5s ease-in-out infinite;
}

@keyframes floatMascot-b-w9c9e9ngrv {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

/* ==========================================================================
   CTA
   ========================================================================== */
.about-cta[b-w9c9e9ngrv] {
    padding: 4rem 0;
    background: #FDFDFD;
}

.about-cta-text[b-w9c9e9ngrv] {
    font-size: 1.05rem;
    color: #667A7B;
    max-width: 500px;
    margin: 0 auto;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.about-footer[b-w9c9e9ngrv] {
    background: #063B40;
    padding: 1.5rem 0;
}

.footer-copy-about[b-w9c9e9ngrv] {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 0;
}

.footer-link-about[b-w9c9e9ngrv] {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5) !important;
    text-decoration: none !important;
    background: none !important;
    margin-left: 1rem;
    transition: color 0.2s ease;
}

.footer-link-about:hover[b-w9c9e9ngrv] {
    color: #80E2E6 !important;
    background: none !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ==========================================================================
   Landing Page — RNKA Domus
   ========================================================================== */

/* --- Helper Colors --- */
.text-accent[b-eitqkdofx7] { color: #00C4CC !important; }
.text-white-75[b-eitqkdofx7] { color: rgba(255,255,255,0.75); }
.text-white-60[b-eitqkdofx7] { color: rgba(255,255,255,0.6); }

.section-badge[b-eitqkdofx7] {
    display: inline-block;
    padding: 0.35em 1em;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #00C4CC;
    background: rgba(0,196,204,0.1);
    border: 1px solid rgba(0,196,204,0.25);
    border-radius: 999px;
    margin-bottom: 1rem;
}

.section-badge.badge-light[b-eitqkdofx7] {
    color: #80E2E6;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
}

.section-title[b-eitqkdofx7] {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    color: #0E2A2B;
    margin-bottom: 0.75rem;
}

.section-subtitle[b-eitqkdofx7] {
    font-size: 1.05rem;
    color: #667A7B;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero-section[b-eitqkdofx7] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video[b-eitqkdofx7] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay[b-eitqkdofx7] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(6,59,64,0.80) 0%,
        rgba(10,92,99,0.70) 40%,
        rgba(0,196,204,0.25) 100%
    );
    z-index: 1;
}

.hero-content[b-eitqkdofx7] {
    position: relative;
    z-index: 2;
    padding: 6rem 1rem 4rem;
}

.hero-badge[b-eitqkdofx7] {
    display: inline-block;
    padding: 0.4em 1.2em;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #FFB800;
    background: rgba(255,184,0,0.15);
    border: 1px solid rgba(255,184,0,0.3);
    border-radius: 999px;
    margin-bottom: 1.5rem;
}

.hero-title[b-eitqkdofx7] {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.hero-subtitle[b-eitqkdofx7] {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.hero-cta .btn[b-eitqkdofx7] {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.scroll-indicator[b-eitqkdofx7] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255,255,255,0.6);
    font-size: 1.5rem;
    animation: bounceDown-b-eitqkdofx7 2s ease-in-out infinite;
    text-decoration: none !important;
    background: none !important;
}

.scroll-indicator:hover[b-eitqkdofx7] {
    color: #80E2E6;
    background: none !important;
}

@keyframes bounceDown-b-eitqkdofx7 {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

/* ==========================================================================
   FEATURES
   ========================================================================== */
.features-section[b-eitqkdofx7] {
    padding: 5rem 0;
    background: #FDFDFD;
}

.feature-card[b-eitqkdofx7] {
    background: #FFFFFF;
    border: 1px solid #E2ECEE;
    border-radius: 1rem;
    padding: 1.75rem;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover[b-eitqkdofx7] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,196,204,0.12);
}

.feature-icon[b-eitqkdofx7] {
    width: 56px;
    height: 56px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.feature-icon.bg-teal[b-eitqkdofx7] {
    background: linear-gradient(135deg, #00C4CC, #008E94);
}

.feature-icon.bg-gold[b-eitqkdofx7] {
    background: linear-gradient(135deg, #FFB800, #E0A200);
}

.feature-card h5[b-eitqkdofx7] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #0E2A2B;
    margin-bottom: 0.5rem;
}

.feature-card p[b-eitqkdofx7] {
    font-size: 0.88rem;
    color: #667A7B;
    margin-bottom: 0;
    line-height: 1.55;
}

/* ==========================================================================
   AI SECTION
   ========================================================================== */
.ai-section[b-eitqkdofx7] {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.ai-bg-image[b-eitqkdofx7] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    animation: subtleZoom-b-eitqkdofx7 30s ease-in-out infinite alternate;
    z-index: 0;
}

.ai-overlay[b-eitqkdofx7] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6,59,64,0.92) 0%, rgba(10,92,99,0.88) 100%);
    z-index: 1;
}

@keyframes subtleZoom-b-eitqkdofx7 {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

.ai-feature-list[b-eitqkdofx7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ai-feature-item[b-eitqkdofx7] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.75rem;
    transition: background 0.2s ease;
}

.ai-feature-item:hover[b-eitqkdofx7] {
    background: rgba(0,196,204,0.12);
}

.ai-feature-icon[b-eitqkdofx7] {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 0.5rem;
    background: rgba(0,196,204,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00C4CC;
    font-size: 1.1rem;
}

.ai-visual[b-eitqkdofx7] {
    position: relative;
}

.ai-mascot[b-eitqkdofx7] {
    max-width: 350px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 30px rgba(0,196,204,0.3));
    animation: floatY-b-eitqkdofx7 4s ease-in-out infinite;
}

@keyframes floatY-b-eitqkdofx7 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ==========================================================================
   CTA / WHY DOMUS
   ========================================================================== */
.cta-section[b-eitqkdofx7] {
    padding: 5rem 0;
    background: #F0F9FA;
}

.check-item[b-eitqkdofx7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 0.92rem;
    color: #1A3A3B;
    padding: 0.35rem 0;
}

.check-item i[b-eitqkdofx7] {
    font-size: 1.1rem;
}

.stats-grid[b-eitqkdofx7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stat-card[b-eitqkdofx7] {
    background: #FFFFFF;
    border: 1px solid #E2ECEE;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: transform 0.2s ease;
}

.stat-card:hover[b-eitqkdofx7] {
    transform: translateY(-3px);
}

.stat-number[b-eitqkdofx7] {
    font-size: 2rem;
    font-weight: 800;
    color: #063B40;
    line-height: 1.2;
}

.stat-label[b-eitqkdofx7] {
    font-size: 0.8rem;
    color: #667A7B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

/* ==========================================================================
   TRUST SECTION
   ========================================================================== */
.trust-section[b-eitqkdofx7] {
    padding: 4rem 0;
    background: #FFFFFF;
}

.trust-item[b-eitqkdofx7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    background: #F0F9FA;
    border-radius: 1rem;
    transition: transform 0.2s ease;
}

.trust-item:hover[b-eitqkdofx7] {
    transform: translateY(-3px);
}

.trust-item i[b-eitqkdofx7] {
    font-size: 2rem;
    color: #00C4CC;
}

.trust-item span[b-eitqkdofx7] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1A3A3B;
}

/* ==========================================================================
   PWA INSTALL SECTION
   ========================================================================== */
.install-section[b-eitqkdofx7] {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.install-bg[b-eitqkdofx7] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

.install-overlay[b-eitqkdofx7] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6,59,64,0.93), rgba(10,92,99,0.90));
    z-index: 1;
}

.install-card[b-eitqkdofx7] {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease, background 0.25s ease;
}

.install-card:hover[b-eitqkdofx7] {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.12);
}

.install-card-icon[b-eitqkdofx7] {
    font-size: 2.5rem;
    color: #00C4CC;
    margin-bottom: 1rem;
}

.install-card h5[b-eitqkdofx7] {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 1rem;
}

.install-steps[b-eitqkdofx7] {
    text-align: left;
    padding-left: 1.2rem;
    margin: 0;
}

.install-steps li[b-eitqkdofx7] {
    color: rgba(255,255,255,0.8);
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.install-steps li strong[b-eitqkdofx7] {
    color: #80E2E6;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.landing-footer[b-eitqkdofx7] {
    background: #063B40;
    color: rgba(255,255,255,0.7);
    padding: 3rem 0 1.5rem;
}

.footer-brand[b-eitqkdofx7] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
}

.footer-brand i[b-eitqkdofx7] {
    color: #00C4CC;
}

.footer-text[b-eitqkdofx7] {
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.6);
}

.footer-domain[b-eitqkdofx7] {
    font-size: 0.82rem;
    color: #80E2E6;
    font-weight: 500;
}

.footer-heading[b-eitqkdofx7] {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.footer-links[b-eitqkdofx7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-eitqkdofx7] {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.footer-links a[b-eitqkdofx7] {
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none !important;
    background: none !important;
    transition: color 0.2s ease;
}

.footer-links a:hover[b-eitqkdofx7] {
    color: #80E2E6 !important;
    background: none !important;
}

.footer-social[b-eitqkdofx7] {
    display: flex;
    gap: 0.75rem;
}

.footer-social a[b-eitqkdofx7] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7) !important;
    font-size: 1rem;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.footer-social a:hover[b-eitqkdofx7] {
    background: rgba(0,196,204,0.25) !important;
    color: #00C4CC !important;
    transform: translateY(-2px);
}

.footer-divider[b-eitqkdofx7] {
    border-color: rgba(255,255,255,0.1);
    margin: 2rem 0 1rem;
}

.footer-copy[b-eitqkdofx7] {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 0.25rem;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 767.98px) {
    .hero-content[b-eitqkdofx7] {
        padding: 5rem 1rem 3rem;
    }

    .stats-grid[b-eitqkdofx7] {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .ai-mascot[b-eitqkdofx7] {
        max-width: 220px;
    }

    .install-bg[b-eitqkdofx7] {
        background-attachment: scroll;
    }
}
