    :root {
        --bd-blue: #1E6FFB;
        --bd-blue-light: #F0F7FF;
        --bd-bg: #FFFFFF;
    }

    header {
        background: rgba(240, 247, 255, 0.85) !important;
        backdrop-filter: saturate(180%) blur(10px);
        border-bottom: 1px solid #D1E3F8;
    }

    .header-menu-side {
        width: 2.75rem;
        flex-shrink: 0;
    }

    .header-menu-toggler {
        flex-shrink: 0;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 0.5rem;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .header-menu-toggler:hover {
        background-color: rgba(30, 111, 251, 0.08);
        color: var(--bd-blue) !important;
    }

    .header-menu-toggler:focus-visible {
        box-shadow: 0 0 0 3px rgba(30, 111, 251, 0.35);
        outline: none;
    }

    .header-legal-collapse {
        border-top: 1px solid #D1E3F8;
        margin-top: 0.25rem;
    }

    .header-menu-link {
        color: #64748b;
        text-decoration: none;
        padding: 0.5rem 0.75rem;
        border-radius: 0.5rem;
        font-size: 0.9375rem;
        transition: color 0.2s ease, background-color 0.2s ease;
    }

    .header-menu-link:hover,
    .header-menu-link:focus-visible {
        color: var(--bd-blue);
        background-color: rgba(30, 111, 251, 0.06);
    }

    @media (min-width: 768px) {
        .header-legal-collapse {
            margin-top: 0.75rem;
        }
    }

    .header-store-link {
        line-height: 0;
        display: inline-block;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .header-store-link:hover {
        opacity: 0.92;
        transform: translateY(-1px);
    }

    .header-store-badge {
        height: 36px;
        width: auto;
        display: block;
        vertical-align: middle;
    }

    .header-store-badge-footer {
        height: 77px;
        width: auto;
        display: block;
        vertical-align: middle;
    }

    @media (max-width: 576px) {
        .header-store-badge {
            height: 28px;
        }
    }

    body {
        font-family: system-ui, -apple-system, sans-serif;
        color: #0F172A;
        background-color: var(--bd-bg);
    }

    .bder-title {
        font-size: 2.5rem;
        padding-top: 10px;
    }

    @media (max-width: 768px) {
        .bder-title {
            font-size: 19px;
        }
    }

    @media (max-width: 320px) {
        .bder-title {
            font-size: 16px;
        }
    }

    .text-primary {
        color: var(--bd-blue) !important;
    }

    .btn-primary {
        background-color: var(--bd-blue);
        border-color: var(--bd-blue);
        box-shadow: 0 4px 12px rgba(30, 111, 251, 0.35);
        transition: all 0.2s;
    }

    .btn-primary:hover {
        background-color: #165cd6;
        transform: translateY(-2px);
    }

    .form-control {
        padding: 12px 16px;
        border-radius: 10px;
        border: 1.5px solid #E5E7EB;
    }

    .form-control:focus {
        border-color: var(--bd-blue);
        box-shadow: 0 0 0 4px rgba(30, 111, 251, 0.18);
    }

    .phone-frame {
        background: var(--bd-panel);
        border-radius: 24px;
        padding: 1rem;
        border: 1px solid #E5E7EB;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    }

    .phone-frame img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 12px;
    }

    .step-container {
        min-height: 40px;
        margin-bottom: 15px;
    }

    .step-badge-fixed {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);

        width: 28px;
        height: 28px;
        background-color: #0d6efd;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: bold;
        z-index: 2;
    }

    .step-container .text-muted {
        padding-left: 44px;
        padding-right: 20px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.25;
        color: #6c757d;
    }

    #registro .form-control {
        color: #6c757d;
    }

    .phone-frame .text-muted {
        line-height: 1.2;
    }


    .holding-text {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
    }

    .footer-simple {
        background-color: #F0F7FF;
        border-top: 1px solid #D1E3F8;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
        color: var(--bd-blue) !important;
        text-decoration: underline !important;
    }

    .footer-copyright {
        font-weight: 500;
        line-height: 1.5;
    }

    .footer-back-link {
        color: var(--bd-blue);
        text-decoration: none;
        font-weight: 500;
    }

    .footer-back-link:hover,
    .footer-back-link:focus-visible {
        color: #165cd6;
        text-decoration: underline;
    }

    .download-section .lead a {
        color: var(--bd-blue);
    }

    .download-section .lead a:hover {
        text-decoration: underline !important;
    }

    .download-qr-card {
        max-width: 280px;
        padding: 1.25rem;
        background: var(--bd-bg);
        border: 1px solid #E5E7EB;
        border-radius: 1rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    }

    .download-qr-target canvas {
        display: block;
        width: 100% !important;
        height: auto !important;
        border-radius: 0.5rem;
    }