/* Home/GestionFinanciera page */

.gestion-page {
    --gf-blue-900: #1f2f57;
    --gf-blue-800: #2a3b6c;
    --gf-blue-700: #294b84;
    --gf-sky-50: #f2f6ff;
    --gf-orange: #f28c28;
    --gf-teal: #1aa5a6;

    color: #1b2437;
}

    .gestion-page .gf-hero {
        position: relative;
        background: radial-gradient(1200px 600px at 10% 10%, rgba(255, 255, 255, .25), transparent 60%), linear-gradient(180deg, rgba(31, 47, 87, .92) 0%, rgba(41, 75, 132, .80) 55%, rgba(31, 47, 87, .90) 100%), 
            url("/assets/images/financial-management-hero-bg.jpeg");
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

.gestion-page .gf-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 28, 48, .55) 0%, rgba(20, 28, 48, .35) 45%, rgba(20, 28, 48, .15) 100%);
    pointer-events: none;
}

.gestion-page .gf-hero .hero-inner {
    position: relative;
    z-index: 1;
    padding: 2.75rem 0 1.85rem;
}

@media (min-width: 992px) {
    .gestion-page .gf-hero .hero-inner {
        padding: 3.25rem 0 2.1rem;
    }
}

.gestion-page .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-items: center;
}

@media (min-width: 992px) {
    .gestion-page .hero-grid {
        grid-template-columns: 1.05fr .95fr;
    }
}

.gestion-page .hero-title {
    color: #fff;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.05;
    margin: 0 0 .6rem;
    text-wrap: balance;
}

.gestion-page .hero-lead {
    color: rgba(255, 255, 255, .9);
    margin: 0 0 1rem;
    max-width: 60ch;
}

.gestion-page .breadcrumb-pill {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    padding: .45rem .75rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(0, 0, 0, .06);
    color: rgba(27, 36, 55, .75);
    font-weight: 700;
    font-size: .9rem;
}

.gestion-page .breadcrumb-pill .sep {
    opacity: .65;
}

.gestion-page .hero-art {
    width: min(460px, 100%);
    margin-left: auto;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: linear-gradient(180deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, .08));
    backdrop-filter: blur(8px);
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(14, 22, 45, .16);
}

.gestion-page .hero-art img {
    width: 100%;
    height: auto;
    display: block;
}

.gestion-page .hero-art .fallback {
    padding: 1.5rem;
    color: rgba(255, 255, 255, .85);
    font-weight: 700;
    text-align: center;
}

.gestion-page .content-wrap {
    background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 70%);
}

.gestion-page .glass-card {
    border-radius: 16px;
    border: 1px solid rgba(31, 47, 87, .10);
    box-shadow: 0 14px 32px rgba(14, 22, 45, .10);
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(10px);
}

.gestion-page .card-title {
    font-weight: 900;
    color: var(--gf-blue-900);
    margin: 0 0 .75rem;
}

.gestion-page .list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gestion-page .list-check li {
    display: flex;
    gap: .55rem;
    align-items: flex-start;
    margin: .45rem 0;
    color: rgba(27, 36, 55, .82);
}

.gestion-page .list-check .check {
    color: #2eac66;
    font-weight: 900;
    line-height: 1;
    margin-top: .05rem;
    flex: 0 0 auto;
}

.gestion-page .info-callout {
    margin-top: 1rem;
    padding: .9rem 1rem;
    border-radius: 12px;
    background: rgba(243, 247, 255, .9);
    border: 1px solid rgba(31, 47, 87, .08);
    color: rgba(27, 36, 55, .78);
    font-weight: 600;
    font-size: .95rem;
}

.gestion-page .steps {
    display: grid;
    gap: .8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gestion-page .step {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: .75rem;
    align-items: start;
}

.gestion-page .step .n {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(180deg, rgba(26, 165, 166, 1) 0%, rgba(14, 127, 131, 1) 100%);
    box-shadow: 0 10px 22px rgba(26, 165, 166, .22);
}

.gestion-page .step .t {
    font-weight: 900;
    color: rgba(27, 36, 55, .9);
    line-height: 1.15;
}

.gestion-page .step .d {
    color: rgba(27, 36, 55, .72);
    font-size: .92rem;
    margin-top: .2rem;
}

.gestion-page .card-footer-note {
    margin-top: .9rem;
    color: rgba(27, 36, 55, .65);
    font-weight: 600;
    font-size: .9rem;
}

.gestion-page .btn-orange {
    background: linear-gradient(180deg, #ff9b3c 0%, var(--gf-orange) 100%);
    border: 0;
    color: #fff;
    border-radius: 10px;
    font-weight: 900;
    padding: .6rem 1rem;
}

.gestion-page .btn-orange:hover,
.gestion-page .btn-orange:focus {
    background: linear-gradient(180deg, #ffab58 0%, #ff922d 100%);
    color: #fff;
}

.gestion-page .btn-outline-soft {
    border-radius: 10px;
    font-weight: 800;
    padding: .6rem 1rem;
    border: 1px solid rgba(31, 47, 87, .25);
    color: rgba(31, 47, 87, .92);
    background: rgba(255, 255, 255, .8);
}

.gestion-page .btn-outline-soft:hover,
.gestion-page .btn-outline-soft:focus {
    border-color: rgba(31, 47, 87, .45);
    color: rgba(31, 47, 87, 1);
}

.gestion-page .cta {
    background: linear-gradient(180deg, rgba(245, 248, 255, 1) 0%, rgba(235, 242, 255, 1) 100%);
}

.gestion-page .cta-box {
    text-align: center;
    padding: 2.2rem 1.5rem;
}

@media (min-width: 992px) {
    .gestion-page .cta-box {
        padding: 2.6rem 2rem;
    }
}

.gestion-page .cta-title {
    font-weight: 900;
    color: var(--gf-blue-900);
    margin: 0;
}

.gestion-page .cta-text {
    margin: .65rem auto 1.25rem;
    color: rgba(27, 36, 55, .78);
    max-width: 56ch;
}

.gestion-page .contact-mini {
    margin-top: 1.2rem;
    color: rgba(27, 36, 55, .75);
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .9rem 1.2rem;
    font-size: .95rem;
}

.gestion-page .contact-mini a {
    color: inherit;
    text-decoration: none;
}

.gestion-page .contact-mini a:hover {
    text-decoration: underline;
}
