/* Banner Home 2026 Styles */
#banner-home-2026 {
    padding: 190px 5% 120px 5%;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#banner-home-2026 {
    background: linear-gradient(to bottom,
            #2D9EE7 0%,
            #2D9EE7 67%,
            #4AAFF4 67%,
            #4AAFF4 100%);
}

/* Background overlay shapes (optional subtle glow circles if needed) */
#banner-home-2026::before {
    content: "";
    position: absolute;
    top: -200px;
    left: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 85%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner-text-content {
    flex: 1;
    max-width: 50%;
    text-align: left;
}

.banner-badge {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: none;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.95);
}

.banner-badge .dot {
    display: none;
}

.banner-title {
    font-size: 47.78px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #FFFFFF;
    margin-top: 0;
}

.banner-title .highlight {
    color: #FFF;
    /* Cyan highlight for pymes */
}

.highlight-mini {
    margin-top: 25px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 40px;
}

.banner-description {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    max-width: 90%;
}

.banner-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.banner-buttons .btn-primary-2026 {
    background-color: #FFFFFF;
    color: #1A365D;
    /* dark blue text */
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}



.banner-buttons .btn-primary-2026:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    color: #2b9ddb;
}

.banner-buttons .btn-primary-2026 .icon-arrow {
    display: none;
}

.icon-arrow-svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 6px;
    height: 10px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.btn-primary-2026:hover .icon-arrow-svg,
.area-link:hover .icon-arrow-svg,
.btn-ver-planes-2026:hover .icon-arrow-svg,
.btn-perso-card:hover .icon-arrow-svg {
    transform: translateX(3px);
}

.banner-buttons .btn-secondary-2026 {
    background-color: transparent;
    color: #FFFFFF;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.banner-buttons .btn-secondary-2026:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.banner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.feature-item2 {
    color: #FFF !important;
}

.check-icon-wrapper {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-color: #FFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.banner-image-content {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dashboard-image {
    width: 140%;
    max-width: none;
    height: auto;
    border-radius: 12px;
    transform: translateX(5%);
}

/* Responsive Styles */
@media (max-width: 1500px) {
    .banner-title {
        font-size: 40px;
    }

    .banner-description {
        font-size: 14px;
    }

    .highlight-mini {
        font-size: 14px;
    }

    .banner-buttons .btn-primary-2026,
    .banner-buttons .btn-secondary-2026 {
        font-size: 13px;
    }

    .dashboard-image {
        width: 120%;
        transform: translateX(0px);
    }

}

@media (max-width: 1368px) {
    .banner-title {
        font-size: 40px;
    }

    .banner-description {
        font-size: 14px;
    }

    .banner-buttons .btn-primary-2026,
    .banner-buttons .btn-secondary-2026 {
        font-size: 12px;
    }

    .feature-item {
        font-size: 11px;
    }

    .check-icon-wrapper {
        width: 13px;
        height: 13px;
    }
}

@media (max-width: 1292px) {
    .banner-title {
        font-size: 35px;
    }

    .banner-description {
        font-size: 12px;
    }

}

@media (max-width: 1107px) {
    .banner-title {
        font-size: 30px;
    }

    .banner-buttons .btn-primary-2026,
    .banner-buttons .btn-secondary-2026 {
        font-size: 10px;
    }

    .dashboard-image {
        width: 115%;
        transform: translateX(0px);
    }

    #banner-home-2026 {
        background: linear-gradient(to bottom,
                #2D9EE7 0%,
                #2D9EE7 65%,
                #4AAFF4 60%,
                #4AAFF4 100%);
    }

}

@media (max-width: 1024px) {
    #banner-home-2026 {
        padding: 140px 5% 100px 5%;
    }

    #banner-home-2026 {
        background: linear-gradient(to bottom,
                #2D9EE7 0%,
                #2D9EE7 65%,
                #4AAFF4 60%,
                #4AAFF4 100%);
    }

    .banner-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .banner-text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .banner-title {
        font-size: 38px;
        text-align: center;
    }

    .banner-description {
        text-align: center;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-buttons {
        justify-content: center;
    }

    .banner-features {
        justify-content: center;
    }

    .banner-image-content {
        display: none;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 32px;
    }

    .banner-buttons {
        flex-direction: column;
        width: 100%;
    }

    .banner-buttons a {
        width: 100%;
        justify-content: center;
    }

    .banner-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}