@import '_content/iBrokr.Components/iBrokr.Components.pilh77yfl7.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */


footer[b-ebx7uk5cl5] {
    background-color: #f6f6f6;
    width: 100%;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.container[b-ebx7uk5cl5] {
    background-color: #f6f6f6;
}
.copyright[b-ebx7uk5cl5] {
    background-color: #f2f2f2; 
    color: #979da0;
    font-size: 0.85rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

p[b-ebx7uk5cl5] {
    color: #6c757d;
}
.footer-link[b-ebx7uk5cl5] {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-link:hover[b-ebx7uk5cl5] {
        color: #0d6efd;
    }


@media only screen and (max-width:1200px) {
    footer[b-ebx7uk5cl5] {
        text-align: center;
        position: relative;
    }
    .footer-brand[b-ebx7uk5cl5] {
        padding-bottom: 3rem !important;
        margin-bottom: 3rem !important;
    }
    h6[b-ebx7uk5cl5] {
        margin-top: 2rem !important;
    }
}

/*footer {
    background-color: #f6f6f6;
    margin-top: auto;
    margin-bottom: 0 !important;
    
}*/
/*footer {
    background-color: #f6f6f6;
    margin-top: auto;
    position: inherit;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}*/
/* /Components/Layout/LandingPageFooter.razor.rz.scp.css */
/* ── iBrokr Footer ── */
.ibrokr-footer[b-11gghknm8k] {
    background: #1a1f2e;
    padding: 3rem 2rem;
}

.footer-inner[b-11gghknm8k] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 3rem;
}

.footer-col[b-11gghknm8k] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-nav-link[b-11gghknm8k] {
    color: #ccc;
    text-decoration: underline;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 0.25rem;
}

    .footer-nav-link:hover[b-11gghknm8k] {
        color: #fff;
    }

.footer-contact-link[b-11gghknm8k] {
    color: #ccc;
    text-decoration: none;
    font-size: 0.875rem;
    margin-bottom: 0.1rem;
}

    .footer-contact-link:hover[b-11gghknm8k] {
        color: #fff;
    }

.footer-legal-links[b-11gghknm8k] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 1.5rem;
}

.footer-legal-link[b-11gghknm8k] {
    color: #ccc;
    text-decoration: underline;
    font-size: 0.875rem;
}

    .footer-legal-link:hover[b-11gghknm8k] {
        color: #fff;
    }

.footer-brand-col[b-11gghknm8k] {
    gap: 0.75rem;
}

.footer-logo[b-11gghknm8k] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
}

.footer-desc[b-11gghknm8k] {
    font-size: 0.78rem;
    color: #999;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-inner[b-11gghknm8k] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
/* /Components/Layout/LandingPageLayout.razor.rz.scp.css */
.page[b-5sp5xvbu6d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5sp5xvbu6d] {
    flex: 1;
    min-height: 600px;
}

.sidebar[b-5sp5xvbu6d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5sp5xvbu6d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5sp5xvbu6d]  a, .top-row[b-5sp5xvbu6d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5sp5xvbu6d]  a:hover, .top-row[b-5sp5xvbu6d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5sp5xvbu6d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5sp5xvbu6d] {
        justify-content: space-between;
    }

    .top-row[b-5sp5xvbu6d]  a, .top-row[b-5sp5xvbu6d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5sp5xvbu6d] {
        flex-direction: row;
    }

    .sidebar[b-5sp5xvbu6d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5sp5xvbu6d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5sp5xvbu6d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5sp5xvbu6d], article[b-5sp5xvbu6d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5sp5xvbu6d] {
    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-5sp5xvbu6d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page-wrapper[b-5sp5xvbu6d] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* /Components/Layout/LandingPageNavMenu.razor.rz.scp.css */
.ibrokr-nav[b-5uqvx5gxl9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    height: 72px;
    position: relative;
    z-index: 10;
}

.ibrokr-logo[b-5uqvx5gxl9] {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.ibrokr-nav-links[b-5uqvx5gxl9] {
    display: flex;
    align-items: center;
    gap: 36px;
}

    .ibrokr-nav-links a[b-5uqvx5gxl9] {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        opacity: 0.9;
        transition: opacity 0.15s;
    }

        .ibrokr-nav-links a:hover[b-5uqvx5gxl9] {
            opacity: 1;
        }

.ibrokr-nav-actions[b-5uqvx5gxl9] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.responsive-nav-logo[b-5uqvx5gxl9] {
    max-width: 100%;
    width: auto;
    max-height: 40px;
    height: 1.5rem;
}

.nav-button[b-5uqvx5gxl9] {
    background: #224DB6;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: background 0.15s;
}

    .nav-button:hover[b-5uqvx5gxl9] {
        background: #1560bb;
    }

/* Logo sized to match nav button height (font-size:13px + padding:10px*2 = ~37px) */
.nav-logo[b-5uqvx5gxl9] {
    height: 1.5rem;
    width: auto;
    object-fit: contain;
    display: block;
    margin-left: 1rem;
}

/* ── Mobile slide-out menu ── */
.mobile-menu-backdrop[b-5uqvx5gxl9] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.mobile-menu-drawer[b-5uqvx5gxl9] {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: #0d1b35;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.4);
}

.mobile-menu-header[b-5uqvx5gxl9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 64px;
}

.mobile-menu-close[b-5uqvx5gxl9] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: background 0.15s;
}

    .mobile-menu-close:hover[b-5uqvx5gxl9] {
        background: rgba(255, 255, 255, 0.1);
    }

.mobile-menu-items[b-5uqvx5gxl9] {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.25rem;
    gap: 0.5rem;
}

.mobile-menu-item[b-5uqvx5gxl9] {
    display: block;
    width: 100%;
    padding: 0.875rem 1rem;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s;
    letter-spacing: 0.2px;
}

    .mobile-menu-item:hover[b-5uqvx5gxl9] {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }

.mobile-menu-btn[b-5uqvx5gxl9] {
    background: #224DB6;
    border: none;
    cursor: pointer;
    text-align: left;
    margin-top: 0.5rem;
}

    .mobile-menu-btn:hover[b-5uqvx5gxl9] {
        background: #1a3d96;
    }

/* ── Contextual nav link pills ── */
.nav-link-pill[b-5uqvx5gxl9] {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 0;
    transition: color 0.15s;
    white-space: nowrap;
}

    .nav-link-pill:hover[b-5uqvx5gxl9] {
        color: #ffffff;
    }

/* ── Mobile menu divider ── */
.mobile-menu-divider[b-5uqvx5gxl9] {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0.5rem 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hn3fu5u01y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hn3fu5u01y] {
    flex: 1;
    min-height: 600px;
}

.sidebar[b-hn3fu5u01y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hn3fu5u01y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hn3fu5u01y]  a, .top-row[b-hn3fu5u01y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hn3fu5u01y]  a:hover, .top-row[b-hn3fu5u01y]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hn3fu5u01y]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hn3fu5u01y] {
        justify-content: space-between;
    }

    .top-row[b-hn3fu5u01y]  a, .top-row[b-hn3fu5u01y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hn3fu5u01y] {
        flex-direction: row;
    }

    .sidebar[b-hn3fu5u01y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hn3fu5u01y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hn3fu5u01y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hn3fu5u01y], article[b-hn3fu5u01y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-hn3fu5u01y] {
    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-hn3fu5u01y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page-wrapper[b-hn3fu5u01y] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-60xe1pp2cu] {
    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%285, 33, 80%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-remove[b-60xe1pp2cu] {
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    background: none;
    position: absolute;
    top: 1.5rem !important;
    right: 1rem;
}


.top-row[b-60xe1pp2cu] {
    height: 6.4rem;
    background-color: #ffffff;
    box-shadow: 0 10px 16px 0 #F8F8F8;
    margin-bottom: 20px;
}

.navbar-brand[b-60xe1pp2cu] {
    font-size: 1.1rem;
}

.bi[b-60xe1pp2cu] {
    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-60xe1pp2cu] {
    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-60xe1pp2cu] {
    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-60xe1pp2cu] {
    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-60xe1pp2cu] {
    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-60xe1pp2cu] {
    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-60xe1pp2cu] {
    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-60xe1pp2cu] {
    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-60xe1pp2cu] {
    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-60xe1pp2cu] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
}

    /*    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }*/
    
/*//// horizontal*/
    .nav-item[b-60xe1pp2cu]  .nav-link .nav-link-horizontal {
    color: var(--primary-alternate);
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    
    line-height: 3rem;
    width: 100%;
}

    .nav-item[b-60xe1pp2cu]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-60xe1pp2cu]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-60xe1pp2cu] {
    display: block;
}



/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
/* Never collapse the sidebar for wide screens */
/*display: block;*/
/* Allow sidebar to scroll for tall menus */
/*height: calc(100vh - 3.5rem);*/
/*overflow-y: auto;
    }
}*/


.translate-start-0[b-60xe1pp2cu] {
    transform: translateX(0);
}

.translate-start--100[b-60xe1pp2cu] {
    transform: translateX(-100%);
}

/* Smooth transition */
nav[b-60xe1pp2cu] {
    transition: transform 0.3s ease-in-out;
}

.custom-toggler-icon[b-60xe1pp2cu] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23052150' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bg-nav[b-60xe1pp2cu] {
    background-color: #04215073 !important;
}

.rotate-once[b-60xe1pp2cu] {
    animation: rotateOnce-b-60xe1pp2cu 1s ease-in-out;
}

@keyframes rotateOnce-b-60xe1pp2cu {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
    }
}

.icon.rotate-once-hover:hover[b-60xe1pp2cu] {
    animation: rotateOnce-b-60xe1pp2cu 1s ease-in-out;
}

.text-white-mob[b-60xe1pp2cu] {
    font-size: larger;
}

.nav-link-horizontal[b-60xe1pp2cu] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    padding: 1rem;
    color: var(--bg-primary) !important;
    text-decoration: none !important;
    text-align: right !important;
}

.mobile-nav[b-60xe1pp2cu]  .nav-item {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    text-align: center
}

/*    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }*/
.mobile-nav .nav-item[b-60xe1pp2cu]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    opacity: 50%;
    font-weight: 300;
    font-size: larger;
}

    .mobile-nav[b-60xe1pp2cu]  .nav-item ::deep .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }


.no-focus-outline:focus[b-60xe1pp2cu] {
    outline: none !important;
    box-shadow: none !important;
}

/*.mobile-nav .nav-link*/ /*.mobile-nav form */
/*{
    text-align: center !important;
    display: block;
    font-size: larger;
    
}*/

.mobile-nav[b-60xe1pp2cu]  .nav-active {
    opacity: 100% !important;
    font-weight: 600 !important;
}
/* /Components/Pages/Apply/Login.razor.rz.scp.css */
.password-container[b-9iv8szn2vd] {
    margin-bottom: 1.5rem; /* consistent spacing between fields */
}

.password-wrapper[b-9iv8szn2vd] {
    position: relative;
    width: 100%;
}

    .password-wrapper input[b-9iv8szn2vd] {
        width: 100%;
        padding-right: 50px;
        height: 56px;
        box-sizing: border-box;
    }

.password-toggle[b-9iv8szn2vd] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); 
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.85rem;
    z-index: 10;
}

    .password-toggle .fa[b-9iv8szn2vd] {
        font-size: 0.85rem;
    }

    .password-toggle:focus[b-9iv8szn2vd] {
        outline: none;
        box-shadow: none;
    }

.validation-message[b-9iv8szn2vd] {
    min-height: 1.5em; /* reserve space for validation */
    margin-top: 0.5rem;
    display: block;
}
/* /Components/Pages/Apply/Secure.razor.rz.scp.css */
.password-container[b-2z8aw5em88] {
    margin-bottom: 1.5rem; /* space between fields */
}

.password-wrapper[b-2z8aw5em88] {
    position: relative;
    width: 100%;
}

    .password-wrapper input[b-2z8aw5em88] {
        width: 100%;
        padding-right: 50px;
        height: 56px;
        box-sizing: border-box;
    }

.password-toggle[b-2z8aw5em88] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); 
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.85rem;
    z-index: 10;
}

    .password-toggle .fa[b-2z8aw5em88] {
        font-size: 0.85rem;
    }

    .password-toggle:focus[b-2z8aw5em88] {
        outline: none;
        box-shadow: none;
    }

.validation-message[b-2z8aw5em88] {
    min-height: 1.5em;
    margin-top: 0.5rem;
    display: block;
}
/* /Components/Pages/Start/Applicant.razor.rz.scp.css */
/* ── Onboarding Page ── */

.onboard-root[b-qj9jne6rqt] {
    min-height: 100vh;
    background: #f4f7fb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* Soft geometric background accents */
.onboard-bg-circle[b-qj9jne6rqt] {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

    .onboard-bg-circle.c1[b-qj9jne6rqt] {
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(51,85,209,0.07) 0%, transparent 70%);
        top: -200px;
        right: -150px;
    }

    .onboard-bg-circle.c2[b-qj9jne6rqt] {
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(15,34,73,0.05) 0%, transparent 70%);
        bottom: -100px;
        left: -100px;
    }

/* ── Header ── */
.onboard-header[b-qj9jne6rqt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2.5rem;
    position: relative;
    z-index: 10;
}

.onboard-logo[b-qj9jne6rqt] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f2249;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.onboard-progress[b-qj9jne6rqt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.onboard-progress-dot[b-qj9jne6rqt] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d8ec;
    transition: all 0.35s ease;
}

    .onboard-progress-dot.active[b-qj9jne6rqt] {
        background: #3355d1;
        width: 24px;
        border-radius: 4px;
    }

    .onboard-progress-dot.done[b-qj9jne6rqt] {
        background: #3355d1;
        opacity: 0.4;
    }

.onboard-step-label[b-qj9jne6rqt] {
    font-size: 0.8rem;
    color: #888;
    font-weight: 500;
    min-width: 48px;
    text-align: right;
}

/* ── Stage (clipping container) ── */
.onboard-stage[b-qj9jne6rqt] {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* ── Slides wrapper ── */
.onboard-slides-wrap[b-qj9jne6rqt] {
    display: flex;
    width: 100%;
    will-change: transform;
}

/* ── Each slide ── */
.onboard-slide[b-qj9jne6rqt] {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem 4rem;
}

/* ── Card ── */
.onboard-card[b-qj9jne6rqt] {
    /*    background: #fff;*/
    /*    border-radius: 20px;*/
    padding: 3rem 3.5rem;
    width: 100%;
    max-width: 560px;
    /*    box-shadow: 0 8px 48px rgba(15,34,73,0.1), 0 2px 12px rgba(15,34,73,0.06);*/
    /*    border: 1px solid rgba(51,85,209,0.08);*/
    /*    animation: cardIn 0.4s ease both;*/
}

@keyframes cardIn-b-qj9jne6rqt {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.onboard-step-tag[b-qj9jne6rqt] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3355d1;
    margin-bottom: 0.75rem;
}

.onboard-question[b-qj9jne6rqt] {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #0f2249;
    line-height: 1.25;
    margin-bottom: 0.6rem;
    letter-spacing: -0.3px;
}

.onboard-hint[b-qj9jne6rqt] {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 2rem;
}

/* ── Input ── */
.onboard-input-wrap[b-qj9jne6rqt] {
    display: flex;
    align-items: center;
    border: 2px solid #d8dff5;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fc;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 0.5rem;
}

    .onboard-input-wrap:focus-within[b-qj9jne6rqt] {
        border-color: #3355d1;
        box-shadow: 0 0 0 4px rgba(51,85,209,0.1);
        background: #fff;
    }

.onboard-prefix[b-qj9jne6rqt] {
    padding: 0 1rem 0 1.25rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #3355d1;
    background: transparent;
    user-select: none;
    border-right: 2px solid #d8dff5;
    /*    height: 100%;*/
    display: flex;
    align-items: center;
    align-self: stretch;
}

.onboard-input[b-qj9jne6rqt] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 1.1rem 1.25rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #0f2249;
    outline: none;
    width: 100%;
}

    .onboard-input[b-qj9jne6rqt]::placeholder {
        color: #bbb;
        font-weight: 400;
    }

    /* Remove number input spinners */
    .onboard-input[b-qj9jne6rqt]::-webkit-outer-spin-button,
    .onboard-input[b-qj9jne6rqt]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .onboard-input[type=number][b-qj9jne6rqt] {
        -moz-appearance: textfield;
    }

/* ── Error ── */
.onboard-error[b-qj9jne6rqt] {
    font-size: 0.8rem;
    color: #d94040;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

/* ── Buttons ── */
.onboard-btn[b-qj9jne6rqt] {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #3355d1;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 1rem 2.25rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(51,85,209,0.3);
    letter-spacing: 0.01em;
}

    .onboard-btn:hover[b-qj9jne6rqt] {
        background: #2a46b8;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(51,85,209,0.4);
    }

    .onboard-btn:active[b-qj9jne6rqt] {
        transform: translateY(0);
    }

.onboard-btn-arrow[b-qj9jne6rqt] {
    transition: transform 0.2s;
    display: inline-block;
}

.onboard-btn:hover .onboard-btn-arrow[b-qj9jne6rqt] {
    transform: translateX(4px);
}

.onboard-btn-submit[b-qj9jne6rqt] {
    background: linear-gradient(135deg, #3355d1 0%, #1a4fa8 100%);
    padding: 1rem 2.5rem;
}

.onboard-btn-row[b-qj9jne6rqt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.onboard-btn-back[b-qj9jne6rqt] {
    background: none;
    border: none;
    color: #888;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: color 0.2s;
}

    .onboard-btn-back:hover[b-qj9jne6rqt] {
        color: #0f2249;
    }

/* ── Responsive ── */
@media (max-width: 600px) {
    .onboard-header[b-qj9jne6rqt] {
        padding: 1.25rem 1.25rem;
    }

    .onboard-card[b-qj9jne6rqt] {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .onboard-btn[b-qj9jne6rqt] {
        width: 100%;
        justify-content: center;
    }

    .onboard-btn-row[b-qj9jne6rqt] {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

        .onboard-btn-row .onboard-btn[b-qj9jne6rqt] {
            width: 100%;
        }
}

/* ── Address Search ── */
.onboard-postcode-row[b-qj9jne6rqt] {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
    margin-bottom: 0.5rem;
}

.onboard-btn-find[b-qj9jne6rqt] {
    margin-top: 0;
    padding: 0 1.5rem;
    border-radius: 12px;
    min-width: 72px;
    justify-content: center;
}

.onboard-address-list[b-qj9jne6rqt] {
    margin-top: 0.75rem;
    border: 2px solid #d8dff5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    max-height: 240px;
    overflow-y: auto;
}

.onboard-address-count[b-qj9jne6rqt] {
    font-size: 0.72rem;
    color: #888;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #eef0f8;
    margin: 0;
    position: sticky;
    top: 0;
    background: #fff;
}

.onboard-address-item[b-qj9jne6rqt] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #eef0f8;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.875rem;
    color: #0f2249;
    cursor: pointer;
    transition: background 0.15s;
    font-weight: 500;
}

    .onboard-address-item:last-child[b-qj9jne6rqt] {
        border-bottom: none;
    }

    .onboard-address-item:hover[b-qj9jne6rqt] {
        background: #f0f4ff;
        color: #3355d1;
    }

/* ── Selected Address ── */
.onboard-selected-address[b-qj9jne6rqt] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f0f4ff;
    border: 2px solid #3355d1;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-top: 0.25rem;
}

.onboard-selected-address-icon[b-qj9jne6rqt] {
    width: 24px;
    height: 24px;
    background: #3355d1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.onboard-selected-address-text[b-qj9jne6rqt] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f2249;
    line-height: 1.6;
}

.onboard-edit-link[b-qj9jne6rqt] {
    background: none;
    border: none;
    color: #3355d1;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
}

    .onboard-edit-link:hover[b-qj9jne6rqt] {
        color: #1a4fa8;
    }

/* ── Spinner ── */
.onboard-spinner[b-qj9jne6rqt] {
    width: 16px;
    height: 16px;
    border: 2.5px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-qj9jne6rqt 0.7s linear infinite;
    display: inline-block;
}

@keyframes spin-b-qj9jne6rqt {
    to {
        transform: rotate(360deg);
    }
}

/* ── AddressFormPolo integration ── */
.onboard-address-form-wrap[b-qj9jne6rqt] {
    margin-top: 0.5rem;
}

    /* Override AddressFormPolo internals to match onboarding card style */
    .onboard-address-form-wrap .form-control[b-qj9jne6rqt],
    .onboard-address-form-wrap .custom-input-height[b-qj9jne6rqt],
    .onboard-address-form-wrap .form-text[b-qj9jne6rqt] {
        border: 2px solid #d8dff5 !important;
        border-radius: 12px !important;
        background: #f8f9fc !important;
        font-size: 1rem !important;
        color: #0f2249 !important;
        height: auto !important;
        padding: 0.85rem 1.1rem !important;
        transition: border-color 0.2s, box-shadow 0.2s !important;
    }

        .onboard-address-form-wrap .form-control:focus[b-qj9jne6rqt],
        .onboard-address-form-wrap .custom-input-height:focus[b-qj9jne6rqt],
        .onboard-address-form-wrap .form-text:focus[b-qj9jne6rqt] {
            border-color: #3355d1 !important;
            box-shadow: 0 0 0 4px rgba(51,85,209,0.1) !important;
            background: #fff !important;
            outline: none !important;
        }

    .onboard-address-form-wrap .btn-primary.btn-address[b-qj9jne6rqt] {
        background: #3355d1 !important;
        border: none !important;
        border-radius: 12px !important;
        font-weight: 700 !important;
        padding: 0.85rem 1.25rem !important;
        height: auto !important;
        transition: background 0.2s, transform 0.15s !important;
    }

        .onboard-address-form-wrap .btn-primary.btn-address:hover[b-qj9jne6rqt] {
            background: #2a46b8 !important;
            transform: translateY(-1px) !important;
        }

    .onboard-address-form-wrap .link-button[b-qj9jne6rqt] {
        color: #3355d1 !important;
        font-size: 0.8rem !important;
        text-underline-offset: 2px !important;
    }

    .onboard-address-form-wrap .alert-primary[b-qj9jne6rqt] {
        border-radius: 10px !important;
        font-size: 0.85rem !important;
        border: none !important;
        background: #f0f4ff !important;
        color: #0f2249 !important;
    }

    .onboard-address-form-wrap .validation-message[b-qj9jne6rqt],
    .onboard-address-form-wrap .invalid-feedback[b-qj9jne6rqt] {
        font-size: 0.8rem !important;
        color: #d94040 !important;
        margin-top: 0.35rem !important;
    }

    /* Hide the built-in QuestionText since we render our own heading */
    .onboard-address-form-wrap .question-text[b-qj9jne6rqt],
    .onboard-address-form-wrap h4[b-qj9jne6rqt],
    .onboard-address-form-wrap .fw-bold.mb-3[b-qj9jne6rqt] {
        display: none !important;
    }
/* /Components/Pages/Start/BorrowingAmout.razor.rz.scp.css */
/* ── Onboarding Page ── */

.onboard-root[b-39z76umiuj] {
    min-height: 100vh;
    background: #f4f7fb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* Soft geometric background accents */
.onboard-bg-circle[b-39z76umiuj] {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

    .onboard-bg-circle.c1[b-39z76umiuj] {
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(51,85,209,0.07) 0%, transparent 70%);
        top: -200px;
        right: -150px;
    }

    .onboard-bg-circle.c2[b-39z76umiuj] {
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(15,34,73,0.05) 0%, transparent 70%);
        bottom: -100px;
        left: -100px;
    }

/* ── Header ── */
.onboard-header[b-39z76umiuj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2.5rem;
    position: relative;
    z-index: 10;
}

.onboard-logo[b-39z76umiuj] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f2249;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.onboard-progress[b-39z76umiuj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.onboard-progress-dot[b-39z76umiuj] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d8ec;
    transition: all 0.35s ease;
}

    .onboard-progress-dot.active[b-39z76umiuj] {
        background: #3355d1;
        width: 24px;
        border-radius: 4px;
    }

    .onboard-progress-dot.done[b-39z76umiuj] {
        background: #3355d1;
        opacity: 0.4;
    }

.onboard-step-label[b-39z76umiuj] {
    font-size: 0.8rem;
    color: #888;
    font-weight: 500;
    min-width: 48px;
    text-align: right;
}

/* ── Stage (clipping container) ── */
.onboard-stage[b-39z76umiuj] {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* ── Slides wrapper ── */
.onboard-slides-wrap[b-39z76umiuj] {
    display: flex;
    width: 100%;
    will-change: transform;
}

/* ── Each slide ── */
.onboard-slide[b-39z76umiuj] {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem 4rem;
}

/* ── Card ── */
.onboard-card[b-39z76umiuj] {
    /*    background: #fff;*/
    /*    border-radius: 20px;*/
    padding: 3rem 3.5rem;
    width: 100%;
    max-width: 560px;
    /*    box-shadow: 0 8px 48px rgba(15,34,73,0.1), 0 2px 12px rgba(15,34,73,0.06);*/
    /*    border: 1px solid rgba(51,85,209,0.08);*/
    /*    animation: cardIn 0.4s ease both;*/
}

@keyframes cardIn-b-39z76umiuj {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.onboard-step-tag[b-39z76umiuj] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3355d1;
    margin-bottom: 0.75rem;
}

.onboard-question[b-39z76umiuj] {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #0f2249;
    line-height: 1.25;
    margin-bottom: 0.6rem;
    letter-spacing: -0.3px;
}

.onboard-hint[b-39z76umiuj] {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 2rem;
}

/* ── Input ── */
.onboard-input-wrap[b-39z76umiuj] {
    display: flex;
    align-items: center;
    border: 2px solid #d8dff5;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fc;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 0.5rem;
}

    .onboard-input-wrap:focus-within[b-39z76umiuj] {
        border-color: #3355d1;
        box-shadow: 0 0 0 4px rgba(51,85,209,0.1);
        background: #fff;
    }

.onboard-prefix[b-39z76umiuj] {
    padding: 0 1rem 0 1.25rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #3355d1;
    background: transparent;
    user-select: none;
    border-right: 2px solid #d8dff5;
    /*    height: 100%;*/
    display: flex;
    align-items: center;
    align-self: stretch;
}

.onboard-input[b-39z76umiuj] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 1.1rem 1.25rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #0f2249;
    outline: none;
    width: 100%;
}

    .onboard-input[b-39z76umiuj]::placeholder {
        color: #bbb;
        font-weight: 400;
    }

    /* Remove number input spinners */
    .onboard-input[b-39z76umiuj]::-webkit-outer-spin-button,
    .onboard-input[b-39z76umiuj]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .onboard-input[type=number][b-39z76umiuj] {
        -moz-appearance: textfield;
    }

/* ── Error ── */
.onboard-error[b-39z76umiuj] {
    font-size: 0.8rem;
    color: #d94040;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

/* ── Buttons ── */
.onboard-btn[b-39z76umiuj] {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #3355d1;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 1rem 2.25rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(51,85,209,0.3);
    letter-spacing: 0.01em;
}

    .onboard-btn:hover[b-39z76umiuj] {
        background: #2a46b8;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(51,85,209,0.4);
    }

    .onboard-btn:active[b-39z76umiuj] {
        transform: translateY(0);
    }

.onboard-btn-arrow[b-39z76umiuj] {
    transition: transform 0.2s;
    display: inline-block;
}

.onboard-btn:hover .onboard-btn-arrow[b-39z76umiuj] {
    transform: translateX(4px);
}

.onboard-btn-submit[b-39z76umiuj] {
    background: linear-gradient(135deg, #3355d1 0%, #1a4fa8 100%);
    padding: 1rem 2.5rem;
}

.onboard-btn-row[b-39z76umiuj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.onboard-btn-back[b-39z76umiuj] {
    background: none;
    border: none;
    color: #888;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: color 0.2s;
}

    .onboard-btn-back:hover[b-39z76umiuj] {
        color: #0f2249;
    }

/* ── Responsive ── */
@media (max-width: 600px) {
    .onboard-header[b-39z76umiuj] {
        padding: 1.25rem 1.25rem;
    }

    .onboard-card[b-39z76umiuj] {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .onboard-btn[b-39z76umiuj] {
        width: 100%;
        justify-content: center;
    }

    .onboard-btn-row[b-39z76umiuj] {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

        .onboard-btn-row .onboard-btn[b-39z76umiuj] {
            width: 100%;
        }
}

/* ── Address Search ── */
.onboard-postcode-row[b-39z76umiuj] {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
    margin-bottom: 0.5rem;
}

.onboard-btn-find[b-39z76umiuj] {
    margin-top: 0;
    padding: 0 1.5rem;
    border-radius: 12px;
    min-width: 72px;
    justify-content: center;
}

.onboard-address-list[b-39z76umiuj] {
    margin-top: 0.75rem;
    border: 2px solid #d8dff5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    max-height: 240px;
    overflow-y: auto;
}

.onboard-address-count[b-39z76umiuj] {
    font-size: 0.72rem;
    color: #888;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #eef0f8;
    margin: 0;
    position: sticky;
    top: 0;
    background: #fff;
}

.onboard-address-item[b-39z76umiuj] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #eef0f8;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.875rem;
    color: #0f2249;
    cursor: pointer;
    transition: background 0.15s;
    font-weight: 500;
}

    .onboard-address-item:last-child[b-39z76umiuj] {
        border-bottom: none;
    }

    .onboard-address-item:hover[b-39z76umiuj] {
        background: #f0f4ff;
        color: #3355d1;
    }

/* ── Selected Address ── */
.onboard-selected-address[b-39z76umiuj] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f0f4ff;
    border: 2px solid #3355d1;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-top: 0.25rem;
}

.onboard-selected-address-icon[b-39z76umiuj] {
    width: 24px;
    height: 24px;
    background: #3355d1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.onboard-selected-address-text[b-39z76umiuj] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f2249;
    line-height: 1.6;
}

.onboard-edit-link[b-39z76umiuj] {
    background: none;
    border: none;
    color: #3355d1;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
}

    .onboard-edit-link:hover[b-39z76umiuj] {
        color: #1a4fa8;
    }

/* ── Spinner ── */
.onboard-spinner[b-39z76umiuj] {
    width: 16px;
    height: 16px;
    border: 2.5px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-39z76umiuj 0.7s linear infinite;
    display: inline-block;
}

@keyframes spin-b-39z76umiuj {
    to {
        transform: rotate(360deg);
    }
}

/* ── AddressFormPolo integration ── */
.onboard-address-form-wrap[b-39z76umiuj] {
    margin-top: 0.5rem;
}

    /* Override AddressFormPolo internals to match onboarding card style */
    .onboard-address-form-wrap .form-control[b-39z76umiuj],
    .onboard-address-form-wrap .custom-input-height[b-39z76umiuj],
    .onboard-address-form-wrap .form-text[b-39z76umiuj] {
        border: 2px solid #d8dff5 !important;
        border-radius: 12px !important;
        background: #f8f9fc !important;
        font-size: 1rem !important;
        color: #0f2249 !important;
        height: auto !important;
        padding: 0.85rem 1.1rem !important;
        transition: border-color 0.2s, box-shadow 0.2s !important;
    }

        .onboard-address-form-wrap .form-control:focus[b-39z76umiuj],
        .onboard-address-form-wrap .custom-input-height:focus[b-39z76umiuj],
        .onboard-address-form-wrap .form-text:focus[b-39z76umiuj] {
            border-color: #3355d1 !important;
            box-shadow: 0 0 0 4px rgba(51,85,209,0.1) !important;
            background: #fff !important;
            outline: none !important;
        }

    .onboard-address-form-wrap .btn-primary.btn-address[b-39z76umiuj] {
        background: #3355d1 !important;
        border: none !important;
        border-radius: 12px !important;
        font-weight: 700 !important;
        padding: 0.85rem 1.25rem !important;
        height: auto !important;
        transition: background 0.2s, transform 0.15s !important;
    }

        .onboard-address-form-wrap .btn-primary.btn-address:hover[b-39z76umiuj] {
            background: #2a46b8 !important;
            transform: translateY(-1px) !important;
        }

    .onboard-address-form-wrap .link-button[b-39z76umiuj] {
        color: #3355d1 !important;
        font-size: 0.8rem !important;
        text-underline-offset: 2px !important;
    }

    .onboard-address-form-wrap .alert-primary[b-39z76umiuj] {
        border-radius: 10px !important;
        font-size: 0.85rem !important;
        border: none !important;
        background: #f0f4ff !important;
        color: #0f2249 !important;
    }

    .onboard-address-form-wrap .validation-message[b-39z76umiuj],
    .onboard-address-form-wrap .invalid-feedback[b-39z76umiuj] {
        font-size: 0.8rem !important;
        color: #d94040 !important;
        margin-top: 0.35rem !important;
    }

    /* Hide the built-in QuestionText since we render our own heading */
    .onboard-address-form-wrap .question-text[b-39z76umiuj],
    .onboard-address-form-wrap h4[b-39z76umiuj],
    .onboard-address-form-wrap .fw-bold.mb-3[b-39z76umiuj] {
        display: none !important;
    }
/* /Components/Pages/Start/BridgingLandingPage.razor.rz.scp.css */
.ibrokr-hero[b-1vbe56qiru] {
    /*    background: radial-gradient(ellipse 70% 90% at 85% 50%, #1a4fa8 0%, #0f2249 45%, #0d1b35 100%);*/
    background: #0d1b35;
    min-height: calc(100vh - 72px); /* subtract navbar height so content is truly centred */
}

    .ibrokr-hero h1[b-1vbe56qiru] {
        font-size: clamp(3rem, 6vw, 5rem);
        font-weight: 700;
/*        letter-spacing: -0.5px;*/
    }

.ibrokr-hero-sub strong[b-1vbe56qiru] {
    color: #ffffff;
    font-weight: 700;
}

.ibrokr-hero-sub[b-1vbe56qiru] {
    letter-spacing: 1px;
}

.btn-ibrokr[b-1vbe56qiru] {
    font-weight: 700;
    letter-spacing: 0.2px;
}

    .btn-ibrokr:hover[b-1vbe56qiru],
    .btn-ibrokr:focus[b-1vbe56qiru] {
        background-color: #2a46b8;
        border-color: #2a46b8;
        color: #fff;
    }

.info-badge[b-1vbe56qiru] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background: #3355d1;
    color: #fff;
    border-radius: 50%;
    font-size: 0.6rem;
    font-weight: 700;
    cursor: help;
    vertical-align: middle;
}

.beat-headline-btn[b-1vbe56qiru] {
    background: none;
    border: none;
    padding: 0;
    color: #1a6fd4;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

    .beat-headline-btn:hover[b-1vbe56qiru] {
        color: #1254a8;
    }

.pound-class[b-1vbe56qiru] {
    border: none;
    background-color: #eef1f7;
    color: #333;
    font-weight: 600;
}

/* ── Desktop lender card grid ── */
.lender-table-header[b-1vbe56qiru],
.lender-card-desktop[b-1vbe56qiru] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 140px;
    gap: 0;
    align-items: center;
    padding: 0.85rem 1.25rem;
}

.lender-table-header[b-1vbe56qiru] {
    background: #e8ebf7;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #3355d1;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.lender-card-desktop[b-1vbe56qiru] {
    border: 1.5px solid #3355d1;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0.75rem;
}

.lender-name[b-1vbe56qiru] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.lender-val[b-1vbe56qiru] {
    font-size: 0.9rem;
    color: #222;
}

/* ── Mobile stacked card ── */
.lender-card-mobile[b-1vbe56qiru] {
    border: 1.5px solid #3355d1;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    background: #fff;
    margin-bottom: 1rem;
}

    .lender-card-mobile .mobile-name[b-1vbe56qiru] {
        font-weight: 700;
        font-size: 0.95rem;
        color: #1a1a1a;
        margin-bottom: 0.75rem;
    }

    .lender-card-mobile .mobile-row[b-1vbe56qiru] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.35rem 0;
        border-top: 1px solid #f0f0f0;
        font-size: 0.85rem;
    }

    .lender-card-mobile .mobile-label[b-1vbe56qiru] {
        font-weight: 600;
        font-size: 0.7rem;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #666;
    }

    .lender-card-mobile .mobile-value[b-1vbe56qiru] {
        font-weight: 500;
        color: #1a1a1a;
    }

/* ── Representative Example ── */
.rep-card[b-1vbe56qiru] {
    background: #fff;
    border: 1.5px solid #d8dff5;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.rep-card-header[b-1vbe56qiru] {
    background: #0f2249;
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.rep-card-header-title[b-1vbe56qiru] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.rep-apr-chip[b-1vbe56qiru] {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    font-size: 0.8rem;
    color: #a8c4ff;
    font-weight: 600;
}

    .rep-apr-chip strong[b-1vbe56qiru] {
        color: #fff;
    }

.rep-card-body[b-1vbe56qiru] {
    padding: 1.5rem 1.75rem;
}

.rep-section-label[b-1vbe56qiru] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3355d1;
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
}

    .rep-section-label:first-child[b-1vbe56qiru] {
        margin-top: 0;
    }

.rep-divider[b-1vbe56qiru] {
    border: none;
    border-top: 1px solid #eef0f8;
    margin: 1.25rem 0 0;
}

.rep-prose[b-1vbe56qiru] {
    font-size: 0.875rem;
    color: #444;
    line-height: 1.75;
    margin: 0;
}

.rep-stats-row[b-1vbe56qiru] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.6rem;
}

.rep-stat-pill[b-1vbe56qiru] {
    background: #f3f5fb;
    border-radius: 8px;
    padding: 0.55rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 120px;
}

.rep-stat-pill-label[b-1vbe56qiru] {
    font-size: 0.68rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rep-stat-pill-value[b-1vbe56qiru] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f2249;
    margin-top: 0.1rem;
}

.rep-row-list[b-1vbe56qiru] {
    margin: 0.6rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.rep-row[b-1vbe56qiru] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
}

    .rep-row:nth-child(odd)[b-1vbe56qiru] {
        background: #f8f9fc;
    }

.rep-row-label[b-1vbe56qiru] {
    color: #555;
}

.rep-row-value[b-1vbe56qiru] {
    font-weight: 600;
    color: #0f2249;
}

.rep-row.rep-row-highlight[b-1vbe56qiru] {
    background: #eef1fc;
}

    .rep-row.rep-row-highlight .rep-row-label[b-1vbe56qiru],
    .rep-row.rep-row-highlight .rep-row-value[b-1vbe56qiru] {
        color: #0f2249;
        font-weight: 700;
    }

.rep-outcome-row[b-1vbe56qiru] {
    background: #f0f4ff;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    margin-top: 0.6rem;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.7;
}

    .rep-outcome-row strong[b-1vbe56qiru] {
        color: #0f2249;
    }

.rep-disclaimer[b-1vbe56qiru] {
    font-size: 0.72rem;
    color: #aaa;
    text-align: center;
    line-height: 1.7;
    padding: 1rem 1.75rem;
    border-top: 1px solid #eef0f8;
    margin: 0;
}

/* ── FAQ Accordion ── */
.faq-section[b-1vbe56qiru] {
    background: #f0f4f8;
    padding: 4rem 0;
}

.faq-card[b-1vbe56qiru] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e4e8f4;
    overflow: hidden;
}

.faq-item[b-1vbe56qiru] {
    border-bottom: 1px solid #eef0f8;
}

    .faq-item:last-child[b-1vbe56qiru] {
        border-bottom: none;
    }

.faq-trigger[b-1vbe56qiru] {
    width: 100%;
    background: none;
    border: none;
    padding: 1.25rem 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f2249;
    transition: background 0.15s;
}

    .faq-trigger:hover[b-1vbe56qiru] {
        background: #f8f9fc;
    }

/*    .faq-trigger.open {
        color: #3355d1;
    }*/

.faq-chevron[b-1vbe56qiru] {
    font-size: 1rem;
    color: #3355d1;
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-trigger.open .faq-chevron[b-1vbe56qiru] {
    transform: rotate(180deg);
}

.faq-body[b-1vbe56qiru] {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, padding 0.3s ease;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.75;
    padding: 0 1.75rem;
}

    .faq-body.open[b-1vbe56qiru] {
        height: fit-content;
        padding: 0 1.75rem 1.25rem;
    }

/* ── Callback Banner ── */
.callback-banner[b-1vbe56qiru] {
    background: linear-gradient(135deg, #dde6f0 0%, #c8d8ea 100%);
    padding: 5rem 1rem;
    text-align: center;
}

.callback-icon[b-1vbe56qiru] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.callback-text[b-1vbe56qiru] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a3a6b;
    margin-bottom: 1.75rem;
}

/* ── Scroll To Top ── */
.scroll-top-btn[b-1vbe56qiru] {
    position: fixed;
    bottom: 1.75rem;
    right: 1.75rem;
    width: 44px;
    height: 44px;
    background: #3355d1;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(51,85,209,0.4);
    z-index: 1000;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
    line-height: 1;
}

    .scroll-top-btn:hover[b-1vbe56qiru] {
        background: #2a46b8;
        transform: translateY(-3px);
        color: #fff;
    }

/* ── Skeleton Shimmer ── */
.skeleton-card[b-1vbe56qiru] {
    border: 1.5px solid #e0e5f5;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0.75rem;
    padding: 1rem 1.25rem;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 140px;
    gap: 0;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.skeleton-bar[b-1vbe56qiru] {
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8ecf5 25%, #f5f7fc 50%, #e8ecf5 75%);
    background-size: 400% 100%;
    animation: shimmer-b-1vbe56qiru 1.4s ease-in-out infinite;
    margin-right: 1.5rem;
}

    .skeleton-bar.short[b-1vbe56qiru] {
        width: 60%;
    }

    .skeleton-bar.medium[b-1vbe56qiru] {
        width: 75%;
    }

    .skeleton-bar.btn[b-1vbe56qiru] {
        width: 100px;
        height: 30px;
        border-radius: 6px;
    }

@keyframes shimmer-b-1vbe56qiru {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

/* Mobile skeleton */
.skeleton-card-mobile[b-1vbe56qiru] {
    border: 1.5px solid #e0e5f5;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
}

.skeleton-bar-mobile[b-1vbe56qiru] {
    height: 13px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8ecf5 25%, #f5f7fc 50%, #e8ecf5 75%);
    background-size: 400% 100%;
    animation: shimmer-b-1vbe56qiru 1.4s ease-in-out infinite;
    margin-bottom: 0.75rem;
}

    .skeleton-bar-mobile.title[b-1vbe56qiru] {
        width: 50%;
        height: 16px;
        margin-bottom: 1rem;
    }

    .skeleton-bar-mobile.row[b-1vbe56qiru] {
        width: 80%;
    }

    .skeleton-bar-mobile.btn[b-1vbe56qiru] {
        width: 100%;
        height: 36px;
        border-radius: 6px;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

/* ── Lender Logos ── */
.lender-logo[b-1vbe56qiru] {
    max-height: 32px;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

.lender-card-mobile .lender-logo[b-1vbe56qiru] {
    max-height: 28px;
    max-width: 100px;
    margin-bottom: 0.25rem;
}

.btn-compare-responsive[b-1vbe56qiru] {
    width: 100%;
}

.rep-trigger[b-1vbe56qiru] {
    background: #0f2249;
    color: #ffffff;
}

    .rep-trigger:hover[b-1vbe56qiru] {
        background: #0f2249;
    }

    .rep-trigger .faq-chevron[b-1vbe56qiru] {
        color: #ffffff;
    }

@media (min-width: 992px) {
    .btn-compare-responsive[b-1vbe56qiru] {
        width: 50%;
    }
}
/* /Components/Pages/Start/ContactDetails.razor.rz.scp.css */
/* ── Onboarding Page ── */

.onboard-root[b-342aglsizs] {
    min-height: 100vh;
    background: #f4f7fb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* Soft geometric background accents */
.onboard-bg-circle[b-342aglsizs] {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

    .onboard-bg-circle.c1[b-342aglsizs] {
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(51,85,209,0.07) 0%, transparent 70%);
        top: -200px;
        right: -150px;
    }

    .onboard-bg-circle.c2[b-342aglsizs] {
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(15,34,73,0.05) 0%, transparent 70%);
        bottom: -100px;
        left: -100px;
    }

/* ── Header ── */
.onboard-header[b-342aglsizs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2.5rem;
    position: relative;
    z-index: 10;
}

.onboard-logo[b-342aglsizs] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f2249;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.onboard-progress[b-342aglsizs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.onboard-progress-dot[b-342aglsizs] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d8ec;
    transition: all 0.35s ease;
}

    .onboard-progress-dot.active[b-342aglsizs] {
        background: #3355d1;
        width: 24px;
        border-radius: 4px;
    }

    .onboard-progress-dot.done[b-342aglsizs] {
        background: #3355d1;
        opacity: 0.4;
    }

.onboard-step-label[b-342aglsizs] {
    font-size: 0.8rem;
    color: #888;
    font-weight: 500;
    min-width: 48px;
    text-align: right;
}

/* ── Stage (clipping container) ── */
.onboard-stage[b-342aglsizs] {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* ── Slides wrapper ── */
.onboard-slides-wrap[b-342aglsizs] {
    display: flex;
    width: 100%;
    will-change: transform;
}

/* ── Each slide ── */
.onboard-slide[b-342aglsizs] {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem 4rem;
}

/* ── Card ── */
.onboard-card[b-342aglsizs] {
    /*    background: #fff;*/
    /*    border-radius: 20px;*/
    padding: 3rem 3.5rem;
    width: 100%;
    max-width: 560px;
    /*    box-shadow: 0 8px 48px rgba(15,34,73,0.1), 0 2px 12px rgba(15,34,73,0.06);*/
    /*    border: 1px solid rgba(51,85,209,0.08);*/
    /*    animation: cardIn 0.4s ease both;*/
}

@keyframes cardIn-b-342aglsizs {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.onboard-step-tag[b-342aglsizs] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3355d1;
    margin-bottom: 0.75rem;
}

.onboard-question[b-342aglsizs] {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #0f2249;
    line-height: 1.25;
    margin-bottom: 0.6rem;
    letter-spacing: -0.3px;
}

.onboard-hint[b-342aglsizs] {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 2rem;
}

/* ── Input ── */
.onboard-input-wrap[b-342aglsizs] {
    display: flex;
    align-items: center;
    border: 2px solid #d8dff5;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fc;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 0.5rem;
}

    .onboard-input-wrap:focus-within[b-342aglsizs] {
        border-color: #3355d1;
        box-shadow: 0 0 0 4px rgba(51,85,209,0.1);
        background: #fff;
    }

.onboard-prefix[b-342aglsizs] {
    padding: 0 1rem 0 1.25rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #3355d1;
    background: transparent;
    user-select: none;
    border-right: 2px solid #d8dff5;
    /*    height: 100%;*/
    display: flex;
    align-items: center;
    align-self: stretch;
}

.onboard-input[b-342aglsizs] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 1.1rem 1.25rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #0f2249;
    outline: none;
    width: 100%;
}

    .onboard-input[b-342aglsizs]::placeholder {
        color: #bbb;
        font-weight: 400;
    }

    /* Remove number input spinners */
    .onboard-input[b-342aglsizs]::-webkit-outer-spin-button,
    .onboard-input[b-342aglsizs]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .onboard-input[type=number][b-342aglsizs] {
        -moz-appearance: textfield;
    }

/* ── Error ── */
.onboard-error[b-342aglsizs] {
    font-size: 0.8rem;
    color: #d94040;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

/* ── Buttons ── */
.onboard-btn[b-342aglsizs] {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #3355d1;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 1rem 2.25rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(51,85,209,0.3);
    letter-spacing: 0.01em;
}

    .onboard-btn:hover[b-342aglsizs] {
        background: #2a46b8;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(51,85,209,0.4);
    }

    .onboard-btn:active[b-342aglsizs] {
        transform: translateY(0);
    }

.onboard-btn-arrow[b-342aglsizs] {
    transition: transform 0.2s;
    display: inline-block;
}

.onboard-btn:hover .onboard-btn-arrow[b-342aglsizs] {
    transform: translateX(4px);
}

.onboard-btn-submit[b-342aglsizs] {
    background: linear-gradient(135deg, #3355d1 0%, #1a4fa8 100%);
    padding: 1rem 2.5rem;
}

.onboard-btn-row[b-342aglsizs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.onboard-btn-back[b-342aglsizs] {
    background: none;
    border: none;
    color: #888;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: color 0.2s;
}

    .onboard-btn-back:hover[b-342aglsizs] {
        color: #0f2249;
    }

/* ── Responsive ── */
@media (max-width: 600px) {
    .onboard-header[b-342aglsizs] {
        padding: 1.25rem 1.25rem;
    }

    .onboard-card[b-342aglsizs] {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .onboard-btn[b-342aglsizs] {
        width: 100%;
        justify-content: center;
    }

    .onboard-btn-row[b-342aglsizs] {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

        .onboard-btn-row .onboard-btn[b-342aglsizs] {
            width: 100%;
        }
}

/* ── Address Search ── */
.onboard-postcode-row[b-342aglsizs] {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
    margin-bottom: 0.5rem;
}

.onboard-btn-find[b-342aglsizs] {
    margin-top: 0;
    padding: 0 1.5rem;
    border-radius: 12px;
    min-width: 72px;
    justify-content: center;
}

.onboard-address-list[b-342aglsizs] {
    margin-top: 0.75rem;
    border: 2px solid #d8dff5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    max-height: 240px;
    overflow-y: auto;
}

.onboard-address-count[b-342aglsizs] {
    font-size: 0.72rem;
    color: #888;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #eef0f8;
    margin: 0;
    position: sticky;
    top: 0;
    background: #fff;
}

.onboard-address-item[b-342aglsizs] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #eef0f8;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.875rem;
    color: #0f2249;
    cursor: pointer;
    transition: background 0.15s;
    font-weight: 500;
}

    .onboard-address-item:last-child[b-342aglsizs] {
        border-bottom: none;
    }

    .onboard-address-item:hover[b-342aglsizs] {
        background: #f0f4ff;
        color: #3355d1;
    }

/* ── Selected Address ── */
.onboard-selected-address[b-342aglsizs] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f0f4ff;
    border: 2px solid #3355d1;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-top: 0.25rem;
}

.onboard-selected-address-icon[b-342aglsizs] {
    width: 24px;
    height: 24px;
    background: #3355d1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.onboard-selected-address-text[b-342aglsizs] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f2249;
    line-height: 1.6;
}

.onboard-edit-link[b-342aglsizs] {
    background: none;
    border: none;
    color: #3355d1;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
}

    .onboard-edit-link:hover[b-342aglsizs] {
        color: #1a4fa8;
    }

/* ── Spinner ── */
.onboard-spinner[b-342aglsizs] {
    width: 16px;
    height: 16px;
    border: 2.5px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-342aglsizs 0.7s linear infinite;
    display: inline-block;
}

@keyframes spin-b-342aglsizs {
    to {
        transform: rotate(360deg);
    }
}

/* ── AddressFormPolo integration ── */
.onboard-address-form-wrap[b-342aglsizs] {
    margin-top: 0.5rem;
}

    /* Override AddressFormPolo internals to match onboarding card style */
    .onboard-address-form-wrap .form-control[b-342aglsizs],
    .onboard-address-form-wrap .custom-input-height[b-342aglsizs],
    .onboard-address-form-wrap .form-text[b-342aglsizs] {
        border: 2px solid #d8dff5 !important;
        border-radius: 12px !important;
        background: #f8f9fc !important;
        font-size: 1rem !important;
        color: #0f2249 !important;
        height: auto !important;
        padding: 0.85rem 1.1rem !important;
        transition: border-color 0.2s, box-shadow 0.2s !important;
    }

        .onboard-address-form-wrap .form-control:focus[b-342aglsizs],
        .onboard-address-form-wrap .custom-input-height:focus[b-342aglsizs],
        .onboard-address-form-wrap .form-text:focus[b-342aglsizs] {
            border-color: #3355d1 !important;
            box-shadow: 0 0 0 4px rgba(51,85,209,0.1) !important;
            background: #fff !important;
            outline: none !important;
        }

    .onboard-address-form-wrap .btn-primary.btn-address[b-342aglsizs] {
        background: #3355d1 !important;
        border: none !important;
        border-radius: 12px !important;
        font-weight: 700 !important;
        padding: 0.85rem 1.25rem !important;
        height: auto !important;
        transition: background 0.2s, transform 0.15s !important;
    }

        .onboard-address-form-wrap .btn-primary.btn-address:hover[b-342aglsizs] {
            background: #2a46b8 !important;
            transform: translateY(-1px) !important;
        }

    .onboard-address-form-wrap .link-button[b-342aglsizs] {
        color: #3355d1 !important;
        font-size: 0.8rem !important;
        text-underline-offset: 2px !important;
    }

    .onboard-address-form-wrap .alert-primary[b-342aglsizs] {
        border-radius: 10px !important;
        font-size: 0.85rem !important;
        border: none !important;
        background: #f0f4ff !important;
        color: #0f2249 !important;
    }

    .onboard-address-form-wrap .validation-message[b-342aglsizs],
    .onboard-address-form-wrap .invalid-feedback[b-342aglsizs] {
        font-size: 0.8rem !important;
        color: #d94040 !important;
        margin-top: 0.35rem !important;
    }

    /* Hide the built-in QuestionText since we render our own heading */
    .onboard-address-form-wrap .question-text[b-342aglsizs],
    .onboard-address-form-wrap h4[b-342aglsizs],
    .onboard-address-form-wrap .fw-bold.mb-3[b-342aglsizs] {
        display: none !important;
    }
/* /Components/Pages/Start/DevelopmentLandingPage.razor.rz.scp.css */
.ibrokr-hero[b-ujs7nmxuum] {
    /*    background: radial-gradient(ellipse 70% 90% at 85% 50%, #1a4fa8 0%, #0f2249 45%, #0d1b35 100%);*/
    background: #0d1b35;
    min-height: calc(100vh - 72px); /* subtract navbar height so content is truly centred */
}

    .ibrokr-hero h1[b-ujs7nmxuum] {
        font-size: clamp(3rem, 6vw, 5rem);
        font-weight: 700;
        /*        letter-spacing: -0.5px;*/
    }

.ibrokr-hero-sub strong[b-ujs7nmxuum] {
    color: #ffffff;
    font-weight: 700;
}

.ibrokr-hero-sub[b-ujs7nmxuum] {
    letter-spacing: 1px;
}

.btn-ibrokr[b-ujs7nmxuum] {
    font-weight: 700;
    letter-spacing: 0.2px;
}

    .btn-ibrokr:hover[b-ujs7nmxuum],
    .btn-ibrokr:focus[b-ujs7nmxuum] {
        background-color: #2a46b8;
        border-color: #2a46b8;
        color: #fff;
    }

.info-badge[b-ujs7nmxuum] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background: #3355d1;
    color: #fff;
    border-radius: 50%;
    font-size: 0.6rem;
    font-weight: 700;
    cursor: help;
    vertical-align: middle;
}

.beat-headline-btn[b-ujs7nmxuum] {
    background: none;
    border: none;
    padding: 0;
    color: #1a6fd4;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

    .beat-headline-btn:hover[b-ujs7nmxuum] {
        color: #1254a8;
    }

.pound-class[b-ujs7nmxuum] {
    border: none;
    background-color: #eef1f7;
    color: #333;
    font-weight: 600;
}

/* ── Desktop lender card grid ── */
.lender-table-header[b-ujs7nmxuum],
.lender-card-desktop[b-ujs7nmxuum] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 140px;
    gap: 0;
    align-items: center;
    padding: 0.85rem 1.25rem;
}

.lender-table-header[b-ujs7nmxuum] {
    background: #e8ebf7;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #3355d1;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.lender-card-desktop[b-ujs7nmxuum] {
    border: 1.5px solid #3355d1;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0.75rem;
}

.lender-name[b-ujs7nmxuum] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.lender-val[b-ujs7nmxuum] {
    font-size: 0.9rem;
    color: #222;
}

/* ── Mobile stacked card ── */
.lender-card-mobile[b-ujs7nmxuum] {
    border: 1.5px solid #3355d1;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    background: #fff;
    margin-bottom: 1rem;
}

    .lender-card-mobile .mobile-name[b-ujs7nmxuum] {
        font-weight: 700;
        font-size: 0.95rem;
        color: #1a1a1a;
        margin-bottom: 0.75rem;
    }

    .lender-card-mobile .mobile-row[b-ujs7nmxuum] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.35rem 0;
        border-top: 1px solid #f0f0f0;
        font-size: 0.85rem;
    }

    .lender-card-mobile .mobile-label[b-ujs7nmxuum] {
        font-weight: 600;
        font-size: 0.7rem;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #666;
    }

    .lender-card-mobile .mobile-value[b-ujs7nmxuum] {
        font-weight: 500;
        color: #1a1a1a;
    }

/* ── Representative Example ── */
.rep-card[b-ujs7nmxuum] {
    background: #fff;
    border: 1.5px solid #d8dff5;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.rep-card-header[b-ujs7nmxuum] {
    background: #0f2249;
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.rep-card-header-title[b-ujs7nmxuum] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.rep-apr-chip[b-ujs7nmxuum] {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    font-size: 0.8rem;
    color: #a8c4ff;
    font-weight: 600;
}

    .rep-apr-chip strong[b-ujs7nmxuum] {
        color: #fff;
    }

.rep-card-body[b-ujs7nmxuum] {
    padding: 1.5rem 1.75rem;
}

.rep-section-label[b-ujs7nmxuum] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3355d1;
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
}

    .rep-section-label:first-child[b-ujs7nmxuum] {
        margin-top: 0;
    }

.rep-divider[b-ujs7nmxuum] {
    border: none;
    border-top: 1px solid #eef0f8;
    margin: 1.25rem 0 0;
}

.rep-prose[b-ujs7nmxuum] {
    font-size: 0.875rem;
    color: #444;
    line-height: 1.75;
    margin: 0;
}

.rep-stats-row[b-ujs7nmxuum] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.6rem;
}

.rep-stat-pill[b-ujs7nmxuum] {
    background: #f3f5fb;
    border-radius: 8px;
    padding: 0.55rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 120px;
}

.rep-stat-pill-label[b-ujs7nmxuum] {
    font-size: 0.68rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rep-stat-pill-value[b-ujs7nmxuum] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f2249;
    margin-top: 0.1rem;
}

.rep-row-list[b-ujs7nmxuum] {
    margin: 0.6rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.rep-row[b-ujs7nmxuum] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
}

    .rep-row:nth-child(odd)[b-ujs7nmxuum] {
        background: #f8f9fc;
    }

.rep-row-label[b-ujs7nmxuum] {
    color: #555;
}

.rep-row-value[b-ujs7nmxuum] {
    font-weight: 600;
    color: #0f2249;
}

.rep-row.rep-row-highlight[b-ujs7nmxuum] {
    background: #eef1fc;
}

    .rep-row.rep-row-highlight .rep-row-label[b-ujs7nmxuum],
    .rep-row.rep-row-highlight .rep-row-value[b-ujs7nmxuum] {
        color: #0f2249;
        font-weight: 700;
    }

.rep-outcome-row[b-ujs7nmxuum] {
    background: #f0f4ff;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    margin-top: 0.6rem;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.7;
}

    .rep-outcome-row strong[b-ujs7nmxuum] {
        color: #0f2249;
    }

.rep-disclaimer[b-ujs7nmxuum] {
    font-size: 0.72rem;
    color: #aaa;
    text-align: center;
    line-height: 1.7;
    padding: 1rem 1.75rem;
    border-top: 1px solid #eef0f8;
    margin: 0;
}

/* ── FAQ Accordion ── */
.faq-section[b-ujs7nmxuum] {
    background: #f0f4f8;
    padding: 4rem 0;
}

.faq-card[b-ujs7nmxuum] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e4e8f4;
    overflow: hidden;
}

.faq-item[b-ujs7nmxuum] {
    border-bottom: 1px solid #eef0f8;
}

    .faq-item:last-child[b-ujs7nmxuum] {
        border-bottom: none;
    }

.faq-trigger[b-ujs7nmxuum] {
    width: 100%;
    background: none;
    border: none;
    padding: 1.25rem 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f2249;
    transition: background 0.15s;
}

    .faq-trigger:hover[b-ujs7nmxuum] {
        background: #f8f9fc;
    }

/*    .faq-trigger.open {
        color: #3355d1;
    }*/

.faq-chevron[b-ujs7nmxuum] {
    font-size: 1rem;
    color: #3355d1;
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-trigger.open .faq-chevron[b-ujs7nmxuum] {
    transform: rotate(180deg);
}

.faq-body[b-ujs7nmxuum] {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, padding 0.3s ease;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.75;
    padding: 0 1.75rem;
}

    .faq-body.open[b-ujs7nmxuum] {
        height: fit-content;
        padding: 0 1.75rem 1.25rem;
    }

/* ── Callback Banner ── */
.callback-banner[b-ujs7nmxuum] {
    background: linear-gradient(135deg, #dde6f0 0%, #c8d8ea 100%);
    padding: 5rem 1rem;
    text-align: center;
}

.callback-icon[b-ujs7nmxuum] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.callback-text[b-ujs7nmxuum] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a3a6b;
    margin-bottom: 1.75rem;
}

/* ── Scroll To Top ── */
.scroll-top-btn[b-ujs7nmxuum] {
    position: fixed;
    bottom: 1.75rem;
    right: 1.75rem;
    width: 44px;
    height: 44px;
    background: #3355d1;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(51,85,209,0.4);
    z-index: 1000;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
    line-height: 1;
}

    .scroll-top-btn:hover[b-ujs7nmxuum] {
        background: #2a46b8;
        transform: translateY(-3px);
        color: #fff;
    }

/* ── Skeleton Shimmer ── */
.skeleton-card[b-ujs7nmxuum] {
    border: 1.5px solid #e0e5f5;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0.75rem;
    padding: 1rem 1.25rem;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 140px;
    gap: 0;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.skeleton-bar[b-ujs7nmxuum] {
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8ecf5 25%, #f5f7fc 50%, #e8ecf5 75%);
    background-size: 400% 100%;
    animation: shimmer-b-ujs7nmxuum 1.4s ease-in-out infinite;
    margin-right: 1.5rem;
}

    .skeleton-bar.short[b-ujs7nmxuum] {
        width: 60%;
    }

    .skeleton-bar.medium[b-ujs7nmxuum] {
        width: 75%;
    }

    .skeleton-bar.btn[b-ujs7nmxuum] {
        width: 100px;
        height: 30px;
        border-radius: 6px;
    }

@keyframes shimmer-b-ujs7nmxuum {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

/* Mobile skeleton */
.skeleton-card-mobile[b-ujs7nmxuum] {
    border: 1.5px solid #e0e5f5;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
}

.skeleton-bar-mobile[b-ujs7nmxuum] {
    height: 13px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8ecf5 25%, #f5f7fc 50%, #e8ecf5 75%);
    background-size: 400% 100%;
    animation: shimmer-b-ujs7nmxuum 1.4s ease-in-out infinite;
    margin-bottom: 0.75rem;
}

    .skeleton-bar-mobile.title[b-ujs7nmxuum] {
        width: 50%;
        height: 16px;
        margin-bottom: 1rem;
    }

    .skeleton-bar-mobile.row[b-ujs7nmxuum] {
        width: 80%;
    }

    .skeleton-bar-mobile.btn[b-ujs7nmxuum] {
        width: 100%;
        height: 36px;
        border-radius: 6px;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

/* ── Lender Logos ── */
.lender-logo[b-ujs7nmxuum] {
    max-height: 32px;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

.lender-card-mobile .lender-logo[b-ujs7nmxuum] {
    max-height: 28px;
    max-width: 100px;
    margin-bottom: 0.25rem;
}

.btn-compare-responsive[b-ujs7nmxuum] {
    width: 100%;
}

.rep-trigger[b-ujs7nmxuum] {
    background: #0f2249;
    color: #ffffff;
}

    .rep-trigger:hover[b-ujs7nmxuum] {
        background: #0f2249;
    }

    .rep-trigger .faq-chevron[b-ujs7nmxuum] {
        color: #ffffff;
    }

@media (min-width: 992px) {
    .btn-compare-responsive[b-ujs7nmxuum] {
        width: 50%;
    }
}

/* ── Dev Finance 6-column grid (Lender, Purchase Loan, Dev Loan, Rate, Fees, CTA) ── */
.dev-lender-table-header[b-ujs7nmxuum],
.dev-lender-card-desktop[b-ujs7nmxuum] {
    grid-template-columns: 2fr 1.2fr 1.2fr 1fr 1.2fr 130px;
}

.dev-skeleton-card[b-ujs7nmxuum] {
    grid-template-columns: 2fr 1.2fr 1.2fr 1fr 1.2fr 130px;
}
/* /Components/Pages/Start/PropertyAddress.razor.rz.scp.css */
/* ── Onboarding Page ── */

.onboard-root[b-ggud36w247] {
    min-height: 100vh;
    background: #f4f7fb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* Soft geometric background accents */
.onboard-bg-circle[b-ggud36w247] {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

    .onboard-bg-circle.c1[b-ggud36w247] {
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(51,85,209,0.07) 0%, transparent 70%);
        top: -200px;
        right: -150px;
    }

    .onboard-bg-circle.c2[b-ggud36w247] {
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(15,34,73,0.05) 0%, transparent 70%);
        bottom: -100px;
        left: -100px;
    }

/* ── Header ── */
.onboard-header[b-ggud36w247] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2.5rem;
    position: relative;
    z-index: 10;
}

.onboard-logo[b-ggud36w247] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f2249;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.onboard-progress[b-ggud36w247] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.onboard-progress-dot[b-ggud36w247] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d8ec;
    transition: all 0.35s ease;
}

    .onboard-progress-dot.active[b-ggud36w247] {
        background: #3355d1;
        width: 24px;
        border-radius: 4px;
    }

    .onboard-progress-dot.done[b-ggud36w247] {
        background: #3355d1;
        opacity: 0.4;
    }

.onboard-step-label[b-ggud36w247] {
    font-size: 0.8rem;
    color: #888;
    font-weight: 500;
    min-width: 48px;
    text-align: right;
}

/* ── Stage (clipping container) ── */
.onboard-stage[b-ggud36w247] {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* ── Slides wrapper ── */
.onboard-slides-wrap[b-ggud36w247] {
    display: flex;
    width: 100%;
    will-change: transform;
}

/* ── Each slide ── */
.onboard-slide[b-ggud36w247] {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem 4rem;
}

/* ── Card ── */
.onboard-card[b-ggud36w247] {
    /*    background: #fff;*/
    /*    border-radius: 20px;*/
    padding: 3rem 3.5rem;
    width: 100%;
    max-width: 560px;
    /*    box-shadow: 0 8px 48px rgba(15,34,73,0.1), 0 2px 12px rgba(15,34,73,0.06);*/
    /*    border: 1px solid rgba(51,85,209,0.08);*/
    /*    animation: cardIn 0.4s ease both;*/
}

@keyframes cardIn-b-ggud36w247 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.onboard-step-tag[b-ggud36w247] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3355d1;
    margin-bottom: 0.75rem;
}

.onboard-question[b-ggud36w247] {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #0f2249;
    line-height: 1.25;
    margin-bottom: 0.6rem;
    letter-spacing: -0.3px;
}

.onboard-hint[b-ggud36w247] {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 2rem;
}

/* ── Input ── */
.onboard-input-wrap[b-ggud36w247] {
    display: flex;
    align-items: center;
    border: 2px solid #d8dff5;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fc;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 0.5rem;
}

    .onboard-input-wrap:focus-within[b-ggud36w247] {
        border-color: #3355d1;
        box-shadow: 0 0 0 4px rgba(51,85,209,0.1);
        background: #fff;
    }

.onboard-prefix[b-ggud36w247] {
    padding: 0 1rem 0 1.25rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #3355d1;
    background: transparent;
    user-select: none;
    border-right: 2px solid #d8dff5;
    /*    height: 100%;*/
    display: flex;
    align-items: center;
    align-self: stretch;
}

.onboard-input[b-ggud36w247] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 1.1rem 1.25rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #0f2249;
    outline: none;
    width: 100%;
}

    .onboard-input[b-ggud36w247]::placeholder {
        color: #bbb;
        font-weight: 400;
    }

    /* Remove number input spinners */
    .onboard-input[b-ggud36w247]::-webkit-outer-spin-button,
    .onboard-input[b-ggud36w247]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .onboard-input[type=number][b-ggud36w247] {
        -moz-appearance: textfield;
    }

/* ── Error ── */
.onboard-error[b-ggud36w247] {
    font-size: 0.8rem;
    color: #d94040;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

/* ── Buttons ── */
.onboard-btn[b-ggud36w247] {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #3355d1;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 1rem 2.25rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(51,85,209,0.3);
    letter-spacing: 0.01em;
}

    .onboard-btn:hover[b-ggud36w247] {
        background: #2a46b8;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(51,85,209,0.4);
    }

    .onboard-btn:active[b-ggud36w247] {
        transform: translateY(0);
    }

.onboard-btn-arrow[b-ggud36w247] {
    transition: transform 0.2s;
    display: inline-block;
}

.onboard-btn:hover .onboard-btn-arrow[b-ggud36w247] {
    transform: translateX(4px);
}

.onboard-btn-submit[b-ggud36w247] {
    background: linear-gradient(135deg, #3355d1 0%, #1a4fa8 100%);
    padding: 1rem 2.5rem;
}

.onboard-btn-row[b-ggud36w247] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.onboard-btn-back[b-ggud36w247] {
    background: none;
    border: none;
    color: #888;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: color 0.2s;
}

    .onboard-btn-back:hover[b-ggud36w247] {
        color: #0f2249;
    }

/* ── Responsive ── */
@media (max-width: 600px) {
    .onboard-header[b-ggud36w247] {
        padding: 1.25rem 1.25rem;
    }

    .onboard-card[b-ggud36w247] {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .onboard-btn[b-ggud36w247] {
        width: 100%;
        justify-content: center;
    }

    .onboard-btn-row[b-ggud36w247] {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

        .onboard-btn-row .onboard-btn[b-ggud36w247] {
            width: 100%;
        }
}

/* ── Address Search ── */
.onboard-postcode-row[b-ggud36w247] {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
    margin-bottom: 0.5rem;
}

.onboard-btn-find[b-ggud36w247] {
    margin-top: 0;
    padding: 0 1.5rem;
    border-radius: 12px;
    min-width: 72px;
    justify-content: center;
}

.onboard-address-list[b-ggud36w247] {
    margin-top: 0.75rem;
    border: 2px solid #d8dff5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    max-height: 240px;
    overflow-y: auto;
}

.onboard-address-count[b-ggud36w247] {
    font-size: 0.72rem;
    color: #888;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #eef0f8;
    margin: 0;
    position: sticky;
    top: 0;
    background: #fff;
}

.onboard-address-item[b-ggud36w247] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #eef0f8;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.875rem;
    color: #0f2249;
    cursor: pointer;
    transition: background 0.15s;
    font-weight: 500;
}

    .onboard-address-item:last-child[b-ggud36w247] {
        border-bottom: none;
    }

    .onboard-address-item:hover[b-ggud36w247] {
        background: #f0f4ff;
        color: #3355d1;
    }

/* ── Selected Address ── */
.onboard-selected-address[b-ggud36w247] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f0f4ff;
    border: 2px solid #3355d1;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-top: 0.25rem;
}

.onboard-selected-address-icon[b-ggud36w247] {
    width: 24px;
    height: 24px;
    background: #3355d1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.onboard-selected-address-text[b-ggud36w247] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f2249;
    line-height: 1.6;
}

.onboard-edit-link[b-ggud36w247] {
    background: none;
    border: none;
    color: #3355d1;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
}

    .onboard-edit-link:hover[b-ggud36w247] {
        color: #1a4fa8;
    }

/* ── Spinner ── */
.onboard-spinner[b-ggud36w247] {
    width: 16px;
    height: 16px;
    border: 2.5px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-ggud36w247 0.7s linear infinite;
    display: inline-block;
}

@keyframes spin-b-ggud36w247 {
    to {
        transform: rotate(360deg);
    }
}

/* ── AddressFormPolo integration ── */
.onboard-address-form-wrap[b-ggud36w247] {
    margin-top: 0.5rem;
}

    /* Override AddressFormPolo internals to match onboarding card style */
    .onboard-address-form-wrap .form-control[b-ggud36w247],
    .onboard-address-form-wrap .custom-input-height[b-ggud36w247],
    .onboard-address-form-wrap .form-text[b-ggud36w247] {
        border: 2px solid #d8dff5 !important;
        border-radius: 12px !important;
        background: #f8f9fc !important;
        font-size: 1rem !important;
        color: #0f2249 !important;
        height: auto !important;
        padding: 0.85rem 1.1rem !important;
        transition: border-color 0.2s, box-shadow 0.2s !important;
    }

        .onboard-address-form-wrap .form-control:focus[b-ggud36w247],
        .onboard-address-form-wrap .custom-input-height:focus[b-ggud36w247],
        .onboard-address-form-wrap .form-text:focus[b-ggud36w247] {
            border-color: #3355d1 !important;
            box-shadow: 0 0 0 4px rgba(51,85,209,0.1) !important;
            background: #fff !important;
            outline: none !important;
        }

    .onboard-address-form-wrap .btn-primary.btn-address[b-ggud36w247] {
        background: #3355d1 !important;
        border: none !important;
        border-radius: 12px !important;
        font-weight: 700 !important;
        padding: 0.85rem 1.25rem !important;
        height: auto !important;
        transition: background 0.2s, transform 0.15s !important;
    }

        .onboard-address-form-wrap .btn-primary.btn-address:hover[b-ggud36w247] {
            background: #2a46b8 !important;
            transform: translateY(-1px) !important;
        }

    .onboard-address-form-wrap .link-button[b-ggud36w247] {
        color: #3355d1 !important;
        font-size: 0.8rem !important;
        text-underline-offset: 2px !important;
    }

    .onboard-address-form-wrap .alert-primary[b-ggud36w247] {
        border-radius: 10px !important;
        font-size: 0.85rem !important;
        border: none !important;
        background: #f0f4ff !important;
        color: #0f2249 !important;
    }

    .onboard-address-form-wrap .validation-message[b-ggud36w247],
    .onboard-address-form-wrap .invalid-feedback[b-ggud36w247] {
        font-size: 0.8rem !important;
        color: #d94040 !important;
        margin-top: 0.35rem !important;
    }

    /* Hide the built-in QuestionText since we render our own heading */
    .onboard-address-form-wrap .question-text[b-ggud36w247],
    .onboard-address-form-wrap h4[b-ggud36w247],
    .onboard-address-form-wrap .fw-bold.mb-3[b-ggud36w247] {
        display: none !important;
    }
/* /Components/Pages/Start/RefurbishmentLandingPage.razor.rz.scp.css */
.ibrokr-hero[b-zfsshz5ufz] {
    background: #0d1b35;
    min-height: calc(100vh - 72px); /* subtract navbar height so content is truly centred */
}

    .ibrokr-hero h1[b-zfsshz5ufz] {
        font-size: clamp(3rem, 6vw, 5rem);
        font-weight: 700;
    }

.ibrokr-hero-sub strong[b-zfsshz5ufz] {
    color: #ffffff;
    font-weight: 700;
}

.ibrokr-hero-sub[b-zfsshz5ufz] {
    letter-spacing: 1px;
}

.btn-ibrokr[b-zfsshz5ufz] {
    font-weight: 700;
    letter-spacing: 0.2px;
}

    .btn-ibrokr:hover[b-zfsshz5ufz],
    .btn-ibrokr:focus[b-zfsshz5ufz] {
        background-color: #2a46b8;
        border-color: #2a46b8;
        color: #fff;
    }

.info-badge[b-zfsshz5ufz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background: #3355d1;
    color: #fff;
    border-radius: 50%;
    font-size: 0.6rem;
    font-weight: 700;
    cursor: help;
    vertical-align: middle;
}

.beat-headline-btn[b-zfsshz5ufz] {
    background: none;
    border: none;
    padding: 0;
    color: #1a6fd4;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

    .beat-headline-btn:hover[b-zfsshz5ufz] {
        color: #1254a8;
    }

.pound-class[b-zfsshz5ufz] {
    border: none;
    background-color: #eef1f7;
    color: #333;
    font-weight: 600;
}

/* ── Desktop lender card grid ── */
.lender-table-header[b-zfsshz5ufz],
.lender-card-desktop[b-zfsshz5ufz] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 140px;
    gap: 0;
    align-items: center;
    padding: 0.85rem 1.25rem;
}

.lender-table-header[b-zfsshz5ufz] {
    background: #e8ebf7;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #3355d1;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.lender-card-desktop[b-zfsshz5ufz] {
    border: 1.5px solid #3355d1;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0.75rem;
}

.lender-name[b-zfsshz5ufz] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.lender-val[b-zfsshz5ufz] {
    font-size: 0.9rem;
    color: #222;
}

/* ── Mobile stacked card ── */
.lender-card-mobile[b-zfsshz5ufz] {
    border: 1.5px solid #3355d1;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    background: #fff;
    margin-bottom: 1rem;
}

    .lender-card-mobile .mobile-name[b-zfsshz5ufz] {
        font-weight: 700;
        font-size: 0.95rem;
        color: #1a1a1a;
        margin-bottom: 0.75rem;
    }

    .lender-card-mobile .mobile-row[b-zfsshz5ufz] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.35rem 0;
        border-top: 1px solid #f0f0f0;
        font-size: 0.85rem;
    }

    .lender-card-mobile .mobile-label[b-zfsshz5ufz] {
        font-weight: 600;
        font-size: 0.7rem;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #666;
    }

    .lender-card-mobile .mobile-value[b-zfsshz5ufz] {
        font-weight: 500;
        color: #1a1a1a;
    }

/* ── Representative Example ── */
.rep-card[b-zfsshz5ufz] {
    background: #fff;
    border: 1.5px solid #d8dff5;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.rep-card-header[b-zfsshz5ufz] {
    background: #0f2249;
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.rep-card-header-title[b-zfsshz5ufz] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.rep-apr-chip[b-zfsshz5ufz] {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    font-size: 0.8rem;
    color: #a8c4ff;
    font-weight: 600;
}

    .rep-apr-chip strong[b-zfsshz5ufz] {
        color: #fff;
    }

.rep-card-body[b-zfsshz5ufz] {
    padding: 1.5rem 1.75rem;
}

.rep-section-label[b-zfsshz5ufz] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3355d1;
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
}

    .rep-section-label:first-child[b-zfsshz5ufz] {
        margin-top: 0;
    }

.rep-divider[b-zfsshz5ufz] {
    border: none;
    border-top: 1px solid #eef0f8;
    margin: 1.25rem 0 0;
}

.rep-prose[b-zfsshz5ufz] {
    font-size: 0.875rem;
    color: #444;
    line-height: 1.75;
    margin: 0;
}

.rep-stats-row[b-zfsshz5ufz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.6rem;
}

.rep-stat-pill[b-zfsshz5ufz] {
    background: #f3f5fb;
    border-radius: 8px;
    padding: 0.55rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 120px;
}

.rep-stat-pill-label[b-zfsshz5ufz] {
    font-size: 0.68rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rep-stat-pill-value[b-zfsshz5ufz] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f2249;
    margin-top: 0.1rem;
}

.rep-row-list[b-zfsshz5ufz] {
    margin: 0.6rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.rep-row[b-zfsshz5ufz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
}

    .rep-row:nth-child(odd)[b-zfsshz5ufz] {
        background: #f8f9fc;
    }

.rep-row-label[b-zfsshz5ufz] {
    color: #555;
}

.rep-row-value[b-zfsshz5ufz] {
    font-weight: 600;
    color: #0f2249;
}

.rep-row.rep-row-highlight[b-zfsshz5ufz] {
    background: #eef1fc;
}

    .rep-row.rep-row-highlight .rep-row-label[b-zfsshz5ufz],
    .rep-row.rep-row-highlight .rep-row-value[b-zfsshz5ufz] {
        color: #0f2249;
        font-weight: 700;
    }

.rep-outcome-row[b-zfsshz5ufz] {
    background: #f0f4ff;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    margin-top: 0.6rem;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.7;
}

    .rep-outcome-row strong[b-zfsshz5ufz] {
        color: #0f2249;
    }

.rep-disclaimer[b-zfsshz5ufz] {
    font-size: 0.72rem;
    color: #aaa;
    text-align: center;
    line-height: 1.7;
    padding: 1rem 1.75rem;
    border-top: 1px solid #eef0f8;
    margin: 0;
}

/* ── FAQ Accordion ── */
.faq-section[b-zfsshz5ufz] {
    background: #f0f4f8;
    padding: 4rem 0;
}

.faq-card[b-zfsshz5ufz] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e4e8f4;
    overflow: hidden;
}

.faq-item[b-zfsshz5ufz] {
    border-bottom: 1px solid #eef0f8;
}

    .faq-item:last-child[b-zfsshz5ufz] {
        border-bottom: none;
    }

.faq-trigger[b-zfsshz5ufz] {
    width: 100%;
    background: none;
    border: none;
    padding: 1.25rem 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f2249;
    transition: background 0.15s;
}

    .faq-trigger:hover[b-zfsshz5ufz] {
        background: #f8f9fc;
    }

/*    .faq-trigger.open {
        color: #3355d1;
    }*/

.faq-chevron[b-zfsshz5ufz] {
    font-size: 1rem;
    color: #3355d1;
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-trigger.open .faq-chevron[b-zfsshz5ufz] {
    transform: rotate(180deg);
}

.faq-body[b-zfsshz5ufz] {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, padding 0.3s ease;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.75;
    padding: 0 1.75rem;
}

    .faq-body.open[b-zfsshz5ufz] {
        height: fit-content;
        padding: 0 1.75rem 1.25rem;
    }

/* ── Callback Banner ── */
.callback-banner[b-zfsshz5ufz] {
    background: linear-gradient(135deg, #dde6f0 0%, #c8d8ea 100%);
    padding: 5rem 1rem;
    text-align: center;
}

.callback-icon[b-zfsshz5ufz] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.callback-text[b-zfsshz5ufz] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a3a6b;
    margin-bottom: 1.75rem;
}

/* ── Scroll To Top ── */
.scroll-top-btn[b-zfsshz5ufz] {
    position: fixed;
    bottom: 1.75rem;
    right: 1.75rem;
    width: 44px;
    height: 44px;
    background: #3355d1;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(51,85,209,0.4);
    z-index: 1000;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
    line-height: 1;
}

    .scroll-top-btn:hover[b-zfsshz5ufz] {
        background: #2a46b8;
        transform: translateY(-3px);
        color: #fff;
    }

/* ── Skeleton Shimmer ── */
.skeleton-card[b-zfsshz5ufz] {
    border: 1.5px solid #e0e5f5;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 0.75rem;
    padding: 1rem 1.25rem;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 140px;
    gap: 0;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.skeleton-bar[b-zfsshz5ufz] {
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8ecf5 25%, #f5f7fc 50%, #e8ecf5 75%);
    background-size: 400% 100%;
    animation: shimmer-b-zfsshz5ufz 1.4s ease-in-out infinite;
    margin-right: 1.5rem;
}

    .skeleton-bar.short[b-zfsshz5ufz] {
        width: 60%;
    }

    .skeleton-bar.medium[b-zfsshz5ufz] {
        width: 75%;
    }

    .skeleton-bar.btn[b-zfsshz5ufz] {
        width: 100px;
        height: 30px;
        border-radius: 6px;
    }

@keyframes shimmer-b-zfsshz5ufz {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

/* Mobile skeleton */
.skeleton-card-mobile[b-zfsshz5ufz] {
    border: 1.5px solid #e0e5f5;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
}

.skeleton-bar-mobile[b-zfsshz5ufz] {
    height: 13px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8ecf5 25%, #f5f7fc 50%, #e8ecf5 75%);
    background-size: 400% 100%;
    animation: shimmer-b-zfsshz5ufz 1.4s ease-in-out infinite;
    margin-bottom: 0.75rem;
}

    .skeleton-bar-mobile.title[b-zfsshz5ufz] {
        width: 50%;
        height: 16px;
        margin-bottom: 1rem;
    }

    .skeleton-bar-mobile.row[b-zfsshz5ufz] {
        width: 80%;
    }

    .skeleton-bar-mobile.btn[b-zfsshz5ufz] {
        width: 100%;
        height: 36px;
        border-radius: 6px;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

/* ── Lender Logos ── */
.lender-logo[b-zfsshz5ufz] {
    max-height: 32px;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

.lender-card-mobile .lender-logo[b-zfsshz5ufz] {
    max-height: 28px;
    max-width: 100px;
    margin-bottom: 0.25rem;
}

.btn-compare-responsive[b-zfsshz5ufz] {
    width: 100%;
}

.rep-trigger[b-zfsshz5ufz] {
    background: #0f2249;
    color: #ffffff;
}

    .rep-trigger:hover[b-zfsshz5ufz] {
        background: #0f2249;
    }

    .rep-trigger .faq-chevron[b-zfsshz5ufz] {
        color: #ffffff;
    }

@media (min-width: 992px) {
    .btn-compare-responsive[b-zfsshz5ufz] {
        width: 50%;
    }
}

/* ── Dev / Refurb Finance 6-column grid ── */
.dev-lender-table-header[b-zfsshz5ufz],
.dev-lender-card-desktop[b-zfsshz5ufz] {
    grid-template-columns: 1.6fr 1.1fr 1.4fr 1fr 1.1fr 120px;
}

.dev-skeleton-card[b-zfsshz5ufz] {
    grid-template-columns: 1.6fr 1.1fr 1.4fr 1fr 1.1fr 120px;
}
