/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-71lk1atzts] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-71lk1atzts] {
    flex: 1;
}

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

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

    .top-row[b-71lk1atzts]  a, .top-row[b-71lk1atzts]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-71lk1atzts]  a:hover, .top-row[b-71lk1atzts]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-71lk1atzts] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-71lk1atzts]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-71lk1atzts], article[b-71lk1atzts] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-71lk1atzts] {
    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-71lk1atzts] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ymhoopbvog] {
    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-ymhoopbvog] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-ymhoopbvog] {
    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-ymhoopbvog] {
    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-plus-square-fill-nav-menu[b-ymhoopbvog] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ymhoopbvog] {
    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-lock-nav-menu[b-ymhoopbvog] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ymhoopbvog] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ymhoopbvog] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ymhoopbvog] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ymhoopbvog] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-ymhoopbvog]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-ymhoopbvog] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ymhoopbvog] {
    display: block;
}

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

    .nav-scrollable[b-ymhoopbvog] {
        /* 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-g8m93rul70],
.components-reconnect-repeated-attempt-visible[b-g8m93rul70],
.components-reconnect-failed-visible[b-g8m93rul70],
.components-pause-visible[b-g8m93rul70],
.components-resume-failed-visible[b-g8m93rul70],
.components-rejoining-animation[b-g8m93rul70] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-g8m93rul70],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-g8m93rul70],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-g8m93rul70],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-g8m93rul70],
#components-reconnect-modal.components-reconnect-retrying[b-g8m93rul70],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-g8m93rul70],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-g8m93rul70],
#components-reconnect-modal.components-reconnect-failed[b-g8m93rul70],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-g8m93rul70] {
    display: block;
}


#components-reconnect-modal[b-g8m93rul70] {
    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-g8m93rul70 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-g8m93rul70 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-g8m93rul70 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-g8m93rul70]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-g8m93rul70 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-g8m93rul70 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-g8m93rul70 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-g8m93rul70 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-g8m93rul70] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-g8m93rul70] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-g8m93rul70] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-g8m93rul70] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-g8m93rul70] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-g8m93rul70] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-g8m93rul70] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-g8m93rul70 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-g8m93rul70] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-g8m93rul70 {
    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/Configuration.razor.rz.scp.css */
/* Favicon-sized icon for integration token labels. */

.token-icon[b-zlb5gor6fk] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    vertical-align: middle;
    object-fit: contain;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
/* ============================================================
   LANDING PAGE — Scoped CSS
   All classes prefixed with lp- to avoid Bootstrap conflicts.

   Miceli Brand Palette:
     Primary red (CTA):   #E8503A
     Primary red (soft):  #EA7C69
     Dark bg 1:           #252836
     Dark bg 2:           #1F1D2B
     Accent gold:         #F7B548
   ============================================================ */

/* ---- Container ---- */

.lp-container[b-0lmn4u4dt0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.lp-nav[b-0lmn4u4dt0] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #e9ecef;
    height: 70px;
    display: flex;
    align-items: center;
}

.lp-nav-inner[b-0lmn4u4dt0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-brand[b-0lmn4u4dt0] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.lp-brand-logo-img[b-0lmn4u4dt0] {
    height: 36px;
    width: 36px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    flex-shrink: 0;
}

.lp-brand-name[b-0lmn4u4dt0] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.3px;
}

.lp-btn-login[b-0lmn4u4dt0] {
    padding: 10px 24px;
    background: #E8503A;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: background-color 0.2s, transform 0.15s;
    display: inline-block;
    flex-shrink: 0;
}

.lp-btn-login:hover[b-0lmn4u4dt0] {
    background: #c93e2a;
    transform: translateY(-1px);
}

/* ============================================================
   HERO
   ============================================================ */

.lp-hero[b-0lmn4u4dt0] {
    background: linear-gradient(135deg, #252836 0%, #393C49 100%);
    padding: 88px 0 104px;
    overflow: hidden;
}

.lp-hero-inner[b-0lmn4u4dt0] {
    display: flex;
    align-items: center;
    gap: 56px;
}

.lp-hero-text[b-0lmn4u4dt0] {
    flex: 1;
    min-width: 0;
}

.lp-hero-badge[b-0lmn4u4dt0] {
    display: inline-block;
    background: rgba(232, 80, 58, 0.18);
    color: #EA7C69;
    border: 1px solid rgba(232, 80, 58, 0.35);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 22px;
}

.lp-hero-title[b-0lmn4u4dt0] {
    font-size: 3.1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}

.lp-hero-sub[b-0lmn4u4dt0] {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 38px;
    line-height: 1.7;
    max-width: 460px;
}

.lp-hero-actions[b-0lmn4u4dt0] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.lp-btn-hero[b-0lmn4u4dt0] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #E8503A;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
    box-shadow: 0 4px 20px rgba(232, 80, 58, 0.4);
}

.lp-btn-hero:hover[b-0lmn4u4dt0] {
    background: #c93e2a;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(232, 80, 58, 0.45);
}

.lp-btn-hero-outline[b-0lmn4u4dt0] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: transparent;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    text-decoration: none !important;
    transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}

.lp-btn-hero-outline:hover[b-0lmn4u4dt0] {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
}

.lp-arrow[b-0lmn4u4dt0] {
    font-size: 1.15rem;
    transition: transform 0.2s;
}

.lp-btn-hero:hover .lp-arrow[b-0lmn4u4dt0],
.lp-btn-cta:hover .lp-arrow[b-0lmn4u4dt0] {
    transform: translateX(3px);
}

/* ---- Hero mockup ---- */

.lp-hero-visual[b-0lmn4u4dt0] {
    flex: 0 0 430px;
}

.lp-mockup[b-0lmn4u4dt0] {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 32px 72px rgba(0, 0, 0, 0.45);
}

.lp-mockup-bar[b-0lmn4u4dt0] {
    background: #f1f3f5;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #e9ecef;
}

.lp-dot[b-0lmn4u4dt0] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex-shrink: 0;
}

.lp-dot-red[b-0lmn4u4dt0]    { background: #ff5f57; }
.lp-dot-yellow[b-0lmn4u4dt0] { background: #febc2e; }
.lp-dot-green[b-0lmn4u4dt0]  { background: #28c840; }

.lp-mockup-title[b-0lmn4u4dt0] {
    margin-left: 6px;
    font-size: 0.78rem;
    color: #6c757d;
    font-weight: 500;
}

.lp-mockup-cards[b-0lmn4u4dt0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e9ecef;
}

.lp-mockup-card[b-0lmn4u4dt0] {
    background: #fff;
    padding: 16px;
    text-align: center;
}

.lp-mockup-label[b-0lmn4u4dt0] {
    font-size: 0.7rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.lp-mockup-value[b-0lmn4u4dt0] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
}

.lp-mockup-chart[b-0lmn4u4dt0] {
    padding: 20px 20px 8px;
    background: #fff;
}

.lp-bars[b-0lmn4u4dt0] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 84px;
}

.lp-bar[b-0lmn4u4dt0] {
    flex: 1;
    background: #f0ddd9;
    border-radius: 4px 4px 0 0;
}

.lp-bar-active[b-0lmn4u4dt0] {
    background: #E8503A;
}

.lp-mockup-footer[b-0lmn4u4dt0] {
    padding: 11px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #f1f3f5;
    background: #fff;
}

.lp-status-dot[b-0lmn4u4dt0] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28c840;
    flex-shrink: 0;
    animation: lp-pulse-b-0lmn4u4dt0 2.2s ease-in-out infinite;
}

@keyframes lp-pulse-b-0lmn4u4dt0 {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.35; }
}

.lp-mockup-footer > span[b-0lmn4u4dt0] {
    font-size: 0.8rem;
    color: #6c757d;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */

.lp-trust-strip[b-0lmn4u4dt0] {
    background: #fdf5f4;
    border-bottom: 1px solid #f5ddd9;
    padding: 14px 0;
}

.lp-trust-inner[b-0lmn4u4dt0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
}

.lp-trust-label[b-0lmn4u4dt0] {
    font-size: 0.88rem;
    color: #6c757d;
    font-weight: 500;
}

.lp-trust-cities[b-0lmn4u4dt0] {
    font-size: 0.88rem;
    color: #E8503A;
    font-weight: 600;
}

/* ============================================================
   FEATURES
   ============================================================ */

.lp-features[b-0lmn4u4dt0] {
    background: #fff;
    padding: 88px 0;
}

.lp-section-header[b-0lmn4u4dt0] {
    text-align: center;
    margin-bottom: 56px;
}

.lp-section-header h2[b-0lmn4u4dt0] {
    font-size: 2.3rem;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.3px;
    margin: 0 0 12px;
}

.lp-section-header p[b-0lmn4u4dt0] {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.lp-features-grid[b-0lmn4u4dt0] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.lp-feature[b-0lmn4u4dt0] {
    background: #fdf5f4;
    border: 1.5px solid #f5ddd9;
    border-radius: 16px;
    padding: 32px 24px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.lp-feature:hover[b-0lmn4u4dt0] {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(232, 80, 58, 0.12);
    border-color: #E8503A;
}

.lp-feature-icon[b-0lmn4u4dt0] {
    font-size: 2.4rem;
    margin-bottom: 16px;
    line-height: 1;
    display: block;
}

.lp-feature h3[b-0lmn4u4dt0] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}

.lp-feature p[b-0lmn4u4dt0] {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */

.lp-how[b-0lmn4u4dt0] {
    background: #f8f9fa;
    padding: 88px 0;
}

.lp-steps[b-0lmn4u4dt0] {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.lp-step[b-0lmn4u4dt0] {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}

.lp-step-num[b-0lmn4u4dt0] {
    width: 56px;
    height: 56px;
    background: #E8503A;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 20px;
}

.lp-step h3[b-0lmn4u4dt0] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}

.lp-step p[b-0lmn4u4dt0] {
    font-size: 0.92rem;
    color: #6c757d;
    line-height: 1.65;
    margin: 0;
}

.lp-step-divider[b-0lmn4u4dt0] {
    flex: 0 0 1px;
    height: 1px;
    background: linear-gradient(to right, #E8503A, #EA7C69);
    align-self: center;
    width: 48px;
    opacity: 0.4;
    margin-top: -36px;
}

/* ============================================================
   PLATFORMS
   ============================================================ */

.lp-platforms[b-0lmn4u4dt0] {
    background: #252836;
    padding: 88px 0;
}

.lp-section-header-light h2[b-0lmn4u4dt0] {
    color: #fff;
}

.lp-section-header-light p[b-0lmn4u4dt0] {
    color: rgba(255, 255, 255, 0.6);
}

.lp-platforms-grid[b-0lmn4u4dt0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lp-platform-card[b-0lmn4u4dt0] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    transition: background-color 0.2s, border-color 0.2s;
}

.lp-platform-card:hover[b-0lmn4u4dt0] {
    background: rgba(232, 80, 58, 0.1);
    border-color: rgba(232, 80, 58, 0.4);
}

.lp-platform-icon[b-0lmn4u4dt0] {
    font-size: 2.6rem;
    margin-bottom: 16px;
    line-height: 1;
    display: block;
}

.lp-platform-card h3[b-0lmn4u4dt0] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.lp-platform-card p[b-0lmn4u4dt0] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.65;
    margin: 0 0 20px;
}

.lp-platform-card strong[b-0lmn4u4dt0] {
    color: rgba(255, 255, 255, 0.9);
}

.lp-platform-badge[b-0lmn4u4dt0] {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(232, 80, 58, 0.2);
    color: #EA7C69;
    border: 1px solid rgba(232, 80, 58, 0.3);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* ============================================================
   STATS
   ============================================================ */

.lp-stats[b-0lmn4u4dt0] {
    background: #1F1D2B;
    padding: 64px 0;
}

.lp-stats-grid[b-0lmn4u4dt0] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}

.lp-stat[b-0lmn4u4dt0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.lp-stat-num[b-0lmn4u4dt0] {
    font-size: 2.3rem;
    font-weight: 800;
    color: #E8503A;
    letter-spacing: -0.5px;
    line-height: 1;
}

.lp-stat-lbl[b-0lmn4u4dt0] {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
}

/* ============================================================
   FAQ
   ============================================================ */

.lp-faq[b-0lmn4u4dt0] {
    background: #fff;
    padding: 88px 0;
}

.lp-faq-grid[b-0lmn4u4dt0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lp-faq-card[b-0lmn4u4dt0] {
    background: #f8f9fa;
    border: 1.5px solid #e9ecef;
    border-radius: 16px;
    padding: 28px 24px;
    transition: border-color 0.2s;
}

.lp-faq-card:hover[b-0lmn4u4dt0] {
    border-color: #E8503A;
}

.lp-faq-q[b-0lmn4u4dt0] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.lp-faq-card p[b-0lmn4u4dt0] {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   CTA / CONTACT
   ============================================================ */

.lp-cta[b-0lmn4u4dt0] {
    background: linear-gradient(135deg, #252836 0%, #393C49 100%);
    padding: 88px 0;
}

.lp-cta-inner[b-0lmn4u4dt0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
}

.lp-cta-text[b-0lmn4u4dt0] {
    flex: 1;
}

.lp-cta-text h2[b-0lmn4u4dt0] {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.4px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.lp-cta-text p[b-0lmn4u4dt0] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 32px;
}

.lp-btn-cta[b-0lmn4u4dt0] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #E8503A;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
    box-shadow: 0 4px 20px rgba(232, 80, 58, 0.4);
}

.lp-btn-cta:hover[b-0lmn4u4dt0] {
    background: #c93e2a;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(232, 80, 58, 0.45);
}

.lp-contact-info[b-0lmn4u4dt0] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lp-contact-item[b-0lmn4u4dt0] {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: background-color 0.2s, border-color 0.2s;
}

.lp-contact-item:hover[b-0lmn4u4dt0] {
    background: rgba(232, 80, 58, 0.15);
    border-color: rgba(232, 80, 58, 0.4);
}

.lp-contact-icon[b-0lmn4u4dt0] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.lp-contact-label[b-0lmn4u4dt0] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.lp-contact-value[b-0lmn4u4dt0] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
}

/* ============================================================
   FOOTER
   ============================================================ */

.lp-footer[b-0lmn4u4dt0] {
    background: #1F1D2B;
    padding: 36px 0;
}

.lp-footer-inner[b-0lmn4u4dt0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-footer-left[b-0lmn4u4dt0] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lp-social-icon[b-0lmn4u4dt0] {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.lp-brand-name-dark[b-0lmn4u4dt0] {
    color: rgba(255, 255, 255, 0.8);
}

.lp-footer-tagline[b-0lmn4u4dt0] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
    padding-left: 46px;
}

.lp-footer-right[b-0lmn4u4dt0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.lp-social-links[b-0lmn4u4dt0] {
    display: flex;
    gap: 10px;
}

.lp-social-link[b-0lmn4u4dt0] {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 1rem;
    text-decoration: none !important;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.lp-social-link:hover[b-0lmn4u4dt0] {
    background: #E8503A;
    border-color: #E8503A;
    color: #fff !important;
}

.lp-copyright[b-0lmn4u4dt0] {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.82rem;
    margin: 0;
}

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

@media (max-width: 1024px) {
    .lp-hero-inner[b-0lmn4u4dt0] {
        gap: 36px;
    }

    .lp-hero-visual[b-0lmn4u4dt0] {
        flex: 0 0 360px;
    }

    .lp-hero-title[b-0lmn4u4dt0] {
        font-size: 2.6rem;
    }

    .lp-steps[b-0lmn4u4dt0] {
        gap: 0;
    }
}

@media (max-width: 900px) {
    .lp-hero[b-0lmn4u4dt0] {
        padding: 64px 0 72px;
    }

    .lp-hero-inner[b-0lmn4u4dt0] {
        flex-direction: column;
        text-align: center;
    }

    .lp-hero-text[b-0lmn4u4dt0] {
        order: 1;
    }

    .lp-hero-visual[b-0lmn4u4dt0] {
        order: 2;
        flex: none;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .lp-hero-sub[b-0lmn4u4dt0] {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-hero-actions[b-0lmn4u4dt0] {
        justify-content: center;
    }

    .lp-hero-title[b-0lmn4u4dt0] {
        font-size: 2.4rem;
    }

    .lp-features-grid[b-0lmn4u4dt0] {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-steps[b-0lmn4u4dt0] {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .lp-step-divider[b-0lmn4u4dt0] {
        width: 1px;
        height: 32px;
        margin: 0;
        background: linear-gradient(to bottom, #E8503A, #EA7C69);
    }

    .lp-step[b-0lmn4u4dt0] {
        max-width: 400px;
    }

    .lp-platforms-grid[b-0lmn4u4dt0] {
        grid-template-columns: repeat(1, 1fr);
        max-width: 420px;
        margin: 0 auto;
    }

    .lp-stats-grid[b-0lmn4u4dt0] {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .lp-faq-grid[b-0lmn4u4dt0] {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }

    .lp-cta-inner[b-0lmn4u4dt0] {
        flex-direction: column;
        text-align: center;
    }

    .lp-cta-text h2[b-0lmn4u4dt0] {
        font-size: 2rem;
    }

    .lp-contact-info[b-0lmn4u4dt0] {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 576px) {
    .lp-hero-title[b-0lmn4u4dt0] {
        font-size: 1.95rem;
    }

    .lp-section-header h2[b-0lmn4u4dt0] {
        font-size: 1.8rem;
    }

    .lp-features-grid[b-0lmn4u4dt0] {
        grid-template-columns: 1fr;
    }

    .lp-stats-grid[b-0lmn4u4dt0] {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-footer-inner[b-0lmn4u4dt0] {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .lp-footer-right[b-0lmn4u4dt0] {
        align-items: center;
    }

    .lp-footer-tagline[b-0lmn4u4dt0] {
        padding-left: 0;
        text-align: center;
    }

    .lp-btn-login[b-0lmn4u4dt0] {
        padding: 9px 18px;
        font-size: 0.9rem;
    }

    .lp-btn-hero[b-0lmn4u4dt0],
    .lp-btn-hero-outline[b-0lmn4u4dt0] {
        width: 100%;
        justify-content: center;
    }
}
