/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mj2ujv3l8i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mj2ujv3l8i] {
    flex: 1;
}

.sidebar[b-mj2ujv3l8i] {
    background-image: var(--gds-brand-gradient-vertical);
}

.top-row[b-mj2ujv3l8i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mj2ujv3l8i]  a, .top-row .btn-link[b-mj2ujv3l8i] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mj2ujv3l8i] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mj2ujv3l8i] {
        display: none;
    }

    .top-row.auth[b-mj2ujv3l8i] {
        justify-content: space-between;
    }

    .top-row a[b-mj2ujv3l8i], .top-row .btn-link[b-mj2ujv3l8i] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mj2ujv3l8i] {
        flex-direction: row;
    }

    .sidebar[b-mj2ujv3l8i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mj2ujv3l8i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-mj2ujv3l8i], article[b-mj2ujv3l8i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mj2ujv3l8i] {
    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-mj2ujv3l8i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tywb39rmwa] {
    background-color: rgba(255, 255, 255, 0.15);
}

.top-row[b-tywb39rmwa] {
    height: 3.5rem;
    background-color: var(--gds-azure);
    background-image: var(--gds-brand-gradient);
}

.navbar-brand[b-tywb39rmwa] {
    font-size: 1.1rem;
}

.bi[b-tywb39rmwa] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-bic-logo[b-tywb39rmwa] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    margin-right: 0.1rem;
    flex: 0 0 auto;
}

.nav-item[b-tywb39rmwa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-scrollable nav[b-tywb39rmwa] {
    padding-left: 0.5rem;
}

    .nav-item:first-of-type[b-tywb39rmwa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tywb39rmwa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tywb39rmwa]  a {
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tywb39rmwa]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    box-shadow: inset 4px 0 0 var(--gds-green);
}

.nav-item[b-tywb39rmwa]  a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tywb39rmwa] {
        display: none;
    }

    .collapse[b-tywb39rmwa] {
        display: block;
    }

    .nav-scrollable[b-tywb39rmwa] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qrsaebpype],
.components-reconnect-repeated-attempt-visible[b-qrsaebpype],
.components-reconnect-failed-visible[b-qrsaebpype],
.components-pause-visible[b-qrsaebpype],
.components-resume-failed-visible[b-qrsaebpype],
.components-rejoining-animation[b-qrsaebpype] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-retrying[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-failed[b-qrsaebpype],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qrsaebpype] {
    display: block;
}


#components-reconnect-modal[b-qrsaebpype] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-qrsaebpype 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qrsaebpype 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qrsaebpype 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qrsaebpype]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qrsaebpype 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qrsaebpype {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qrsaebpype {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qrsaebpype {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qrsaebpype] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qrsaebpype] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qrsaebpype] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qrsaebpype] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qrsaebpype] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qrsaebpype] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qrsaebpype] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qrsaebpype 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qrsaebpype] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qrsaebpype {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Automatizacionesweb.razor.rz.scp.css */
.automation-page[b-59s1awhi30] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.container[b-59s1awhi30] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero[b-59s1awhi30] {
    padding: 4rem 0;
    color: white;
    text-align: left;
    background:
        radial-gradient(900px circle at 20% 20%, rgba(0, 120, 212, 0.45), transparent 45%),
        radial-gradient(800px circle at 85% 30%, rgba(38, 176, 80, 0.42), transparent 55%),
        linear-gradient(135deg, rgba(11, 16, 32, 0.18), rgba(11, 16, 32, 0.55)),
        var(--gds-brand-gradient);
    /* Expand into the layout padding so the header spans full width */
    margin: -1.5rem -1.5rem 2rem -1.5rem;
}

@media (min-width: 641px) {
    .hero[b-59s1awhi30] {
        margin-left: -2rem;
        margin-right: -1.5rem;
    }
}

.badge[b-59s1awhi30] {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.title[b-59s1awhi30] {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.subtitle[b-59s1awhi30] {
    max-width: 70ch;
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
    line-height: 1.6;
}

.actions[b-59s1awhi30] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.primary[b-59s1awhi30],
.secondary[b-59s1awhi30] {
    border: none;
    border-radius: 12px;
    padding: 0.8rem 1.1rem;
    font-weight: 800;
    cursor: pointer;
}

.primary[b-59s1awhi30] {
    background: var(--gds-brand-gradient);
    color: white;
    box-shadow: 0 14px 25px rgba(0, 120, 212, 0.22);
}

.secondary[b-59s1awhi30] {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    border: 1px solid rgba(0, 120, 212, 0.55);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.secondary:hover[b-59s1awhi30] {
    background: rgba(38, 176, 80, 0.16);
    border-color: rgba(38, 176, 80, 0.8);
}

.section[b-59s1awhi30] {
    padding: 3rem 0;
}

.section.alt[b-59s1awhi30] {
    background: rgba(15, 23, 42, 0.04);
    margin: 0 -1rem;
    padding: 3rem 1rem;
}

.section-title[b-59s1awhi30] {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2.25rem;
    color: var(--gds-azure-dark);
}

.grid[b-59s1awhi30] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.card[b-59s1awhi30] {
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-59s1awhi30] {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.icon[b-59s1awhi30] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.card h3[b-59s1awhi30] {
    margin: 0.25rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
}

.card p[b-59s1awhi30] {
    margin: 0;
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.6;
}

.list[b-59s1awhi30] {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

.list-item[b-59s1awhi30] {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 0.9rem;
    align-items: start;
    padding: 1.2rem;
    border-radius: 14px;
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.dot[b-59s1awhi30] {
    width: 10px;
    height: 10px;
    margin-top: 0.35rem;
    border-radius: 999px;
    background: var(--gds-brand-gradient);
}

.list-title[b-59s1awhi30] {
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.list-text[b-59s1awhi30] {
    color: rgba(15, 23, 42, 0.75);
}

.cta[b-59s1awhi30] {
    text-align: center;
    padding: 3rem 0;
    background: var(--gds-brand-gradient);
    color: white;
    margin: 2rem -1rem -1rem -1rem;
}

.cta h2[b-59s1awhi30] {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
}

.cta p[b-59s1awhi30] {
    max-width: 70ch;
    margin: 0 auto 1.75rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .hero[b-59s1awhi30] {
        padding: 3rem 0;
    }
    .section-title[b-59s1awhi30] {
        font-size: 1.6rem;
    }
}
/* /Components/Pages/Contacto.razor.rz.scp.css */
.contact-hero[b-g0o37ldzgr] {
    padding: 3rem 1rem;
    background: radial-gradient(1200px circle at 10% 10%, rgba(0, 120, 212, 0.18), transparent 40%),
        radial-gradient(900px circle at 90% 30%, rgba(38, 176, 80, 0.18), transparent 45%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0));
}

.contact-hero-inner[b-g0o37ldzgr] {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-title[b-g0o37ldzgr] {
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
}

.contact-subtitle[b-g0o37ldzgr] {
    margin-top: 0.75rem;
    max-width: 60ch;
    color: rgba(15, 23, 42, 0.75);
    font-size: 1.05rem;
}

.contact-page[b-g0o37ldzgr] {
    padding: 1.5rem 1rem 3rem;
}

.contact-grid[b-g0o37ldzgr] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.contact-info[b-g0o37ldzgr] {
    display: grid;
    gap: 1rem;
}

.contact-card[b-g0o37ldzgr] {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.contact-card-icon[b-g0o37ldzgr] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(0, 120, 212, 0.12);
    font-size: 1.2rem;
}

.contact-card-title[b-g0o37ldzgr] {
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.contact-card-value[b-g0o37ldzgr] {
    color: rgba(15, 23, 42, 0.75);
}

.contact-link[b-g0o37ldzgr] {
    color: var(--gds-azure);
    text-decoration: none;
    font-weight: 600;
}

.contact-link:hover[b-g0o37ldzgr] {
    text-decoration: underline;
}

.contact-panel[b-g0o37ldzgr] {
    padding: 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
}

.contact-panel-title[b-g0o37ldzgr] {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 800;
}

.contact-alert[b-g0o37ldzgr] {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: rgba(38, 176, 80, 0.12);
    border: 1px solid rgba(38, 176, 80, 0.25);
    color: rgb(6, 95, 70);
    font-weight: 600;
}

.contact-fields[b-g0o37ldzgr] {
    display: grid;
    gap: 0.9rem;
}

.contact-field[b-g0o37ldzgr] {
    display: grid;
    gap: 0.4rem;
}

.contact-label[b-g0o37ldzgr] {
    font-weight: 700;
}

.contact-input[b-g0o37ldzgr],
.contact-textarea[b-g0o37ldzgr] {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: white;
    outline: none;
    font: inherit;
}

.contact-input:focus[b-g0o37ldzgr],
.contact-textarea:focus[b-g0o37ldzgr] {
    border-color: rgba(0, 120, 212, 0.85);
    box-shadow: 0 0 0 4px rgba(0, 120, 212, 0.16);
}

.contact-actions[b-g0o37ldzgr] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: flex-start;
}

.contact-button[b-g0o37ldzgr] {
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.1rem;
    background: var(--gds-brand-gradient);
    color: white;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 25px rgba(0, 120, 212, 0.22);
}

.contact-button:hover[b-g0o37ldzgr] {
    filter: brightness(1.02);
}

.contact-button:active[b-g0o37ldzgr] {
    transform: translateY(1px);
}

.contact-privacy[b-g0o37ldzgr] {
    color: rgba(15, 23, 42, 0.65);
    font-size: 0.95rem;
}

@media (min-width: 992px) {
    .contact-grid[b-g0o37ldzgr] {
        grid-template-columns: 0.9fr 1.1fr;
        align-items: start;
    }
    .contact-panel[b-g0o37ldzgr] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Desarrollosweb.razor.rz.scp.css */
.web-development-page[b-sikt0tii9h] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Hero Section */
.hero-section[b-sikt0tii9h] {
    background: var(--gds-brand-gradient);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin: -1rem -1rem 2rem -1rem;
}

.hero-section .container[b-sikt0tii9h] {
    max-width: 900px;
    margin: 0 auto;
}

.main-title[b-sikt0tii9h] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.intro-text[b-sikt0tii9h] {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
}

/* Section Styling */
.container[b-sikt0tii9h] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

section[b-sikt0tii9h] {
    padding: 3rem 0;
}

.section-title[b-sikt0tii9h] {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #333;
}

/* Why Choose Us Section */
.why-choose-us[b-sikt0tii9h] {
    background-color: #f8f9fa;
    margin: 0 -1rem;
    padding: 3rem 1rem;
}

.features-grid[b-sikt0tii9h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card[b-sikt0tii9h] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.feature-card:hover[b-sikt0tii9h] {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.feature-icon[b-sikt0tii9h] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-sikt0tii9h] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--gds-azure);
}

.feature-card p[b-sikt0tii9h] {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Services Section */
.services-section[b-sikt0tii9h] {
    padding: 3rem 0;
}

.services-grid[b-sikt0tii9h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.service-item[b-sikt0tii9h] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.service-item:hover[b-sikt0tii9h] {
    background: #e9ecef;
}

.service-bullet[b-sikt0tii9h] {
    color: var(--gds-green);
    font-weight: bold;
    font-size: 1.5rem;
}

/* CTA Section */
.cta-section[b-sikt0tii9h] {
    background: var(--gds-brand-gradient);
    color: white;
    text-align: center;
    padding: 3rem 2rem;
    margin: 2rem -1rem -1rem -1rem;
    border-radius: 12px 12px 0 0;
}

.cta-section h2[b-sikt0tii9h] {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cta-section p[b-sikt0tii9h] {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-button[b-sikt0tii9h] {
    background: white;
    color: var(--gds-azure);
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-button:hover[b-sikt0tii9h] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.cta-button:active[b-sikt0tii9h] {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title[b-sikt0tii9h] {
        font-size: 1.75rem;
    }

    .intro-text[b-sikt0tii9h] {
        font-size: 1rem;
    }

    .section-title[b-sikt0tii9h] {
        font-size: 1.5rem;
    }

    .features-grid[b-sikt0tii9h] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .services-grid[b-sikt0tii9h] {
        grid-template-columns: 1fr;
    }

    .hero-section[b-sikt0tii9h] {
        padding: 2.5rem 1rem;
    }

    section[b-sikt0tii9h] {
        padding: 2rem 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-zv6bkndghy] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Hero Section */
.hero-section[b-zv6bkndghy] {
    background: var(--gds-brand-gradient);
    color: white;
    padding: 5rem 2rem;
    text-align: center;
    margin: -1rem -1rem 0 -1rem;
    position: relative;
    overflow: hidden;
}

.hero-section[b-zv6bkndghy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.hero-content[b-zv6bkndghy] {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-badge[b-zv6bkndghy] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.hero-title[b-zv6bkndghy] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-description[b-zv6bkndghy] {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons[b-zv6bkndghy] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-zv6bkndghy] {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary[b-zv6bkndghy] {
    background: white;
    color: var(--gds-azure);
}

.btn-primary:hover[b-zv6bkndghy] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-secondary[b-zv6bkndghy] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
    border: 2px solid white;
}

.btn-secondary:hover[b-zv6bkndghy] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Container */
.container[b-zv6bkndghy] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Section Styles */
section[b-zv6bkndghy] {
    padding: 4rem 0;
}

.section-title[b-zv6bkndghy] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: var(--gds-azure-dark);
}

/* Services Overview Section */
.services-overview[b-zv6bkndghy] {
    background: white;
}

.services-grid[b-zv6bkndghy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card[b-zv6bkndghy] {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.service-card:hover[b-zv6bkndghy] {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 120, 212, 0.28);
    border-color: var(--gds-azure);
}

.service-icon[b-zv6bkndghy] {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.service-card h3[b-zv6bkndghy] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--gds-azure);
}

.service-card p[b-zv6bkndghy] {
    color: #666;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-link[b-zv6bkndghy] {
    color: var(--gds-azure);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.service-card:hover .service-link[b-zv6bkndghy] {
    transform: translateX(5px);
}

/* Why Choose Us Section */
.why-choose-us[b-zv6bkndghy] {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.benefits-grid[b-zv6bkndghy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.benefit-item[b-zv6bkndghy] {
    text-align: center;
    padding: 2rem;
}

.benefit-icon[b-zv6bkndghy] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-item h3[b-zv6bkndghy] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.benefit-item p[b-zv6bkndghy] {
    color: #666;
    line-height: 1.6;
}

/* CTA Section */
.cta-section[b-zv6bkndghy] {
    background: var(--gds-brand-gradient);
    color: white;
    margin: 0 -1rem -1rem -1rem;
    padding: 4rem 2rem;
    text-align: center;
}

.cta-content[b-zv6bkndghy] {
    max-width: 700px;
    margin: 0 auto;
}

.cta-section h2[b-zv6bkndghy] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p[b-zv6bkndghy] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.btn-cta[b-zv6bkndghy] {
    background: white;
    color: var(--gds-azure);
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
}

.btn-cta:hover[b-zv6bkndghy] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title[b-zv6bkndghy] {
        font-size: 2rem;
    }

    .hero-description[b-zv6bkndghy] {
        font-size: 1rem;
    }

    .section-title[b-zv6bkndghy] {
        font-size: 1.75rem;
    }

    .hero-section[b-zv6bkndghy] {
        padding: 3rem 1.5rem;
    }

    .services-grid[b-zv6bkndghy] {
        grid-template-columns: 1fr;
    }

    .benefits-grid[b-zv6bkndghy] {
        grid-template-columns: 1fr;
    }

    .hero-buttons[b-zv6bkndghy] {
        flex-direction: column;
    }

    .btn[b-zv6bkndghy] {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .hero-title[b-zv6bkndghy] {
        font-size: 1.75rem;
    }

    .cta-section h2[b-zv6bkndghy] {
        font-size: 1.75rem;
    }
}
/* /Components/Pages/Nosotros.razor.rz.scp.css */
.about-page[b-9rafiroqx0] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.container[b-9rafiroqx0] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero[b-9rafiroqx0] {
    padding: 4rem 0;
    color: white;
    background:
        radial-gradient(900px circle at 18% 25%, rgba(38, 176, 80, 0.42), transparent 55%),
        radial-gradient(900px circle at 85% 30%, rgba(0, 120, 212, 0.45), transparent 55%),
        linear-gradient(135deg, rgba(11, 16, 32, 0.18), rgba(11, 16, 32, 0.55)),
        var(--gds-brand-gradient);
    /* Expand into the layout padding so the header spans full width */
    margin: -1.5rem -1.5rem 2rem -1.5rem;
}

@media (min-width: 641px) {
    .hero[b-9rafiroqx0] {
        margin-left: -2rem;
        margin-right: -1.5rem;
    }
}

.badge[b-9rafiroqx0] {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 700;
}

.title[b-9rafiroqx0] {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.subtitle[b-9rafiroqx0] {
    max-width: 75ch;
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
    line-height: 1.6;
}

.section[b-9rafiroqx0] {
    padding: 3rem 0;
}

.section.alt[b-9rafiroqx0] {
    background: rgba(15, 23, 42, 0.04);
    margin: 0 -1rem;
    padding: 3rem 1rem;
}

.section-title[b-9rafiroqx0] {
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
    color: var(--gds-azure-dark);
}

.section-title.center[b-9rafiroqx0] {
    text-align: center;
    margin-bottom: 2.25rem;
}

.text[b-9rafiroqx0] {
    color: rgba(15, 23, 42, 0.78);
    line-height: 1.7;
    margin: 0;
}

.two-col[b-9rafiroqx0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.values[b-9rafiroqx0] {
    display: grid;
    gap: 0.9rem;
    margin-top: 0.75rem;
}

.value[b-9rafiroqx0] {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 16px;
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.icon[b-9rafiroqx0] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(38, 176, 80, 0.12);
    font-size: 1.2rem;
}

.value-title[b-9rafiroqx0] {
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.value-text[b-9rafiroqx0] {
    color: rgba(15, 23, 42, 0.75);
}

.grid[b-9rafiroqx0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.card[b-9rafiroqx0] {
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 1.6rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.card:hover[b-9rafiroqx0] {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.card-icon[b-9rafiroqx0] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.card h3[b-9rafiroqx0] {
    margin: 0.25rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 900;
    color: #0f172a;
}

.card p[b-9rafiroqx0] {
    margin: 0;
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.6;
}

.link[b-9rafiroqx0] {
    display: inline-block;
    margin-top: 0.9rem;
    font-weight: 900;
    color: var(--gds-azure);
}

.cta[b-9rafiroqx0] {
    text-align: center;
    padding: 3rem 0;
    background: var(--gds-brand-gradient);
    color: white;
    margin: 2rem -1rem -1rem -1rem;
}

.cta h2[b-9rafiroqx0] {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
}

.cta p[b-9rafiroqx0] {
    max-width: 75ch;
    margin: 0 auto 1.75rem;
    opacity: 0.9;
}

.primary[b-9rafiroqx0] {
    border: none;
    border-radius: 12px;
    padding: 0.8rem 1.1rem;
    font-weight: 800;
    cursor: pointer;
    background: var(--gds-brand-gradient);
    color: white;
    box-shadow: 0 14px 25px rgba(0, 120, 212, 0.22);
}

@media (min-width: 992px) {
    .two-col[b-9rafiroqx0] {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: start;
    }
}

@media (max-width: 768px) {
    .hero[b-9rafiroqx0] {
        padding: 3rem 0;
    }
    .section-title[b-9rafiroqx0] {
        font-size: 1.4rem;
    }
}
/* /Components/Pages/Reportebic.razor.rz.scp.css */
.reporte-bic-page[b-7p47v939sn] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1f2937;
}

.container[b-7p47v939sn] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-section[b-7p47v939sn] {
    position: relative;
    padding: 5rem 0;
    margin: -1rem -1rem 0 -1rem;
    overflow: hidden;
    color: #fff;
    background: var(--gds-brand-gradient);
}

.hero-overlay[b-7p47v939sn] {
    position: absolute;
    inset: 0;
    background-image: url("/img/sociedades-bic.png");
    background-size: cover;
    background-position: center;
    opacity: 0.12;
}

.hero-content[b-7p47v939sn] {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-badge[b-7p47v939sn] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    backdrop-filter: blur(10px);
}

.hero-title[b-7p47v939sn] {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.hero-subtitle[b-7p47v939sn] {
    margin: 0;
    font-size: 1.15rem;
    opacity: 0.95;
}

section[b-7p47v939sn] {
    padding: 3.5rem 0;
}

.section-title[b-7p47v939sn] {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
    color: #0f172a;
}

.section-description[b-7p47v939sn] {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2rem;
    color: #475569;
    line-height: 1.7;
}

.reports-section[b-7p47v939sn] {
    background: #fff;
}

.reports-grid[b-7p47v939sn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.report-card[b-7p47v939sn] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: grid;
    grid-template-rows: auto 1fr;
}

.report-card:hover[b-7p47v939sn] {
    transform: translateY(-3px);
    box-shadow: 0 12px 34px rgba(0, 120, 212, 0.18);
}

.report-card-header[b-7p47v939sn] {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0.9rem;
    align-items: center;
}

.report-logo[b-7p47v939sn] {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.4rem;
}

.report-year[b-7p47v939sn] {
    font-weight: 800;
    color: var(--gds-azure);
    font-size: 1.25rem;
    line-height: 1.2;
}

.report-title[b-7p47v939sn] {
    color: #0f172a;
    font-weight: 650;
    margin-top: 0.1rem;
}

.report-actions[b-7p47v939sn] {
    margin-top: 1rem;
}

.info-section[b-7p47v939sn] {
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

.info-grid[b-7p47v939sn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.info-card[b-7p47v939sn] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.07);
}

.info-card h3[b-7p47v939sn] {
    margin: 0 0 0.75rem;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 800;
}

.info-card p[b-7p47v939sn] {
    margin: 0 0 1.25rem;
    line-height: 1.75;
    color: #334155;
}

.info-card ol[b-7p47v939sn] {
    margin: 0.5rem 0 0;
    padding-left: 1.25rem;
    color: #334155;
    line-height: 1.75;
}

.info-card li[b-7p47v939sn] {
    margin-bottom: 0.75rem;
}

.dim-1[b-7p47v939sn] { color: var(--gds-azure); }
.dim-2[b-7p47v939sn] { color: var(--gds-green); }
.dim-3[b-7p47v939sn] { color: #f59e0b; }
.dim-4[b-7p47v939sn] { color: var(--gds-green-dark); }
.dim-5[b-7p47v939sn] { color: #f97316; }

.download-box[b-7p47v939sn] {
    margin-top: 2rem;
    background: rgba(0, 120, 212, 0.06);
    border: 1px solid rgba(0, 120, 212, 0.18);
    border-radius: 16px;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
}

.download-box h4[b-7p47v939sn] {
    margin: 0 0 0.25rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.download-box p[b-7p47v939sn] {
    margin: 0;
    color: #334155;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .container[b-7p47v939sn] {
        padding: 0 1.25rem;
    }

    .download-box[b-7p47v939sn] {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}
/* /Components/Pages/SolucionesAi.razor.rz.scp.css */
.ai-page[b-ijpj7a0e79] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.container[b-ijpj7a0e79] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero[b-ijpj7a0e79] {
    padding: 4rem 0;
    color: white;
    background:
        radial-gradient(900px circle at 15% 25%, rgba(38, 176, 80, 0.42), transparent 45%),
        radial-gradient(900px circle at 85% 35%, rgba(0, 120, 212, 0.45), transparent 55%),
        linear-gradient(135deg, rgba(11, 16, 32, 0.18), rgba(11, 16, 32, 0.55)),
        var(--gds-brand-gradient);
    /* Expand into the layout padding so the header spans full width */
    margin: -1.5rem -1.5rem 2rem -1.5rem;
}

@media (min-width: 641px) {
    .hero[b-ijpj7a0e79] {
        margin-left: -2rem;
        margin-right: -1.5rem;
    }
}

.badge[b-ijpj7a0e79] {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 700;
}

.title[b-ijpj7a0e79] {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.subtitle[b-ijpj7a0e79] {
    max-width: 75ch;
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
    line-height: 1.6;
}

.stats[b-ijpj7a0e79] {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.8rem;
}

.stat[b-ijpj7a0e79] {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.stat-number[b-ijpj7a0e79] {
    font-size: 1.4rem;
    font-weight: 900;
}

.stat-label[b-ijpj7a0e79] {
    opacity: 0.85;
    margin-top: 0.25rem;
}

.actions[b-ijpj7a0e79] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.primary[b-ijpj7a0e79],
.secondary[b-ijpj7a0e79] {
    border: none;
    border-radius: 999px;
    padding: 0.95rem 1.55rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 200px;
    transform: translateZ(0);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.primary:focus-visible[b-ijpj7a0e79],
.secondary:focus-visible[b-ijpj7a0e79] {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(0, 120, 212, 0.35),
        0 14px 25px rgba(0, 120, 212, 0.18);
}

.primary:hover[b-ijpj7a0e79],
.secondary:hover[b-ijpj7a0e79] {
    transform: translateY(-1px);
}

.primary:active[b-ijpj7a0e79],
.secondary:active[b-ijpj7a0e79] {
    transform: translateY(0);
}

.primary[b-ijpj7a0e79] {
    background: var(--gds-brand-gradient);
    background-size: 180% 180%;
    background-position: 0% 50%;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
    box-shadow:
        0 18px 40px rgba(0, 120, 212, 0.28),
        0 12px 30px rgba(38, 176, 80, 0.18);
}

.primary[b-ijpj7a0e79]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 35%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 520ms ease;
    pointer-events: none;
}

.primary:hover[b-ijpj7a0e79] {
    background-position: 100% 50%;
    filter: saturate(1.05);
    box-shadow:
        0 22px 48px rgba(0, 120, 212, 0.36),
        0 18px 40px rgba(38, 176, 80, 0.22);
}

.primary:hover[b-ijpj7a0e79]::before {
    transform: translateX(120%);
}

.secondary[b-ijpj7a0e79] {
    color: white;
    border: 1.5px solid transparent;
    background:
        linear-gradient(rgba(15, 23, 42, 0.35), rgba(15, 23, 42, 0.18)) padding-box,
        var(--gds-brand-gradient) border-box;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.secondary:hover[b-ijpj7a0e79] {
    background:
        linear-gradient(rgba(38, 176, 80, 0.18), rgba(0, 120, 212, 0.10)) padding-box,
        var(--gds-brand-gradient) border-box;
    box-shadow:
        0 18px 40px rgba(0, 120, 212, 0.18),
        0 16px 34px rgba(38, 176, 80, 0.14);
}

@media (max-width: 420px) {
    .primary[b-ijpj7a0e79],
    .secondary[b-ijpj7a0e79] {
        min-width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .primary[b-ijpj7a0e79],
    .secondary[b-ijpj7a0e79],
    .primary[b-ijpj7a0e79]::before {
        transition: none;
    }
}

.section[b-ijpj7a0e79] {
    padding: 3rem 0;
}

.section.alt[b-ijpj7a0e79] {
    background: rgba(15, 23, 42, 0.04);
    margin: 0 -1rem;
    padding: 3rem 1rem;
}

.section-title[b-ijpj7a0e79] {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 2.25rem;
    color: var(--gds-azure-dark);
}

.grid[b-ijpj7a0e79] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.card[b-ijpj7a0e79] {
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-ijpj7a0e79] {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.icon[b-ijpj7a0e79] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.card h3[b-ijpj7a0e79] {
    margin: 0.25rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 900;
    color: #0f172a;
}

.card p[b-ijpj7a0e79] {
    margin: 0;
    color: rgba(15, 23, 42, 0.75);
    line-height: 1.6;
}

.steps[b-ijpj7a0e79] {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

.step[b-ijpj7a0e79] {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 16px;
    background: white;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.step-number[b-ijpj7a0e79] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: white;
    background: var(--gds-brand-gradient);
}

.step-title[b-ijpj7a0e79] {
    font-weight: 900;
    margin-bottom: 0.25rem;
}

.step-text[b-ijpj7a0e79] {
    color: rgba(15, 23, 42, 0.75);
}

.cta[b-ijpj7a0e79] {
    text-align: center;
    padding: 3rem 0;
    background: var(--gds-brand-gradient);
    color: white;
    margin: 2rem -1rem -1rem -1rem;
}

.cta h2[b-ijpj7a0e79] {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
}

.cta p[b-ijpj7a0e79] {
    max-width: 75ch;
    margin: 0 auto 1.75rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .hero[b-ijpj7a0e79] {
        padding: 3rem 0;
    }
    .section-title[b-ijpj7a0e79] {
        font-size: 1.6rem;
    }
}
