.hero-redesign-section {
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    color: #111;
    display: flex;
    align-items: center;
    min-height: 80vh;
    /* Ensure it takes up good space */
}

/* Override global font for this section if needed */
.hero-redesign-section * {
    font-family: 'Inter', sans-serif;
}

/* Fix for LineIcons font-family being overridden */
.hero-redesign-section .lni {
    font-family: 'LineIcons' !important;
}

/* Top Notification Banner */
.top-notification-bar {
    background: #f3f4f6;
    color: #333;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 101;
}

.top-notification-bar a {
    color: #111;
    text-decoration: underline;
    margin-left: 5px;
    font-weight: 600;
}

/* Navbar overrides to match the clean look */
.header.navbar-area {
    background: #fff;
    box-shadow: none !important;
    border-bottom: 1px solid transparent;
    padding: 15px 0;
    position: relative;
    /* Changed from absolute to relative to stack below banner */
}

.navbar-nav .nav-item a {
    color: #111 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.navbar-nav .nav-item a:hover {
    color: #555 !important;
}

/* Login/Register buttons in nav */
.nav-auth-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-btn-login {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}

.nav-btn-register {
    background: #111;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.nav-btn-register:hover {
    background: #333;
    color: #fff;
}

/* Hero Content */
.hero-content-wrapper {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .hero-content-wrapper {
        max-width: 900px;
    }
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    width: 100%;
    max-width: 800px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-item i {
    font-size: 22px;
    color: #3080E3;
}

.badge-pill-custom {
    display: inline-flex;
    align-items: center;
    background: #f3f4f6;
    border-radius: 50px;
    padding: 6px 16px 6px 6px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
}

.badge-pill-custom .badge-tag {
    background: #3080E3;
    color: #fff;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
}

.hero-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.highlight-partner {
    color: #2461BD;
}

.hero-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-hero-primary {
    background: #3080E3;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
    border: 2px solid #3080E3;
}

.btn-hero-primary:hover {
    background: #2461bd;
    border-color: #2461bd;
    color: #fff;
}

.btn-hero-secondary {
    background: #fff;
    color: #111;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}

.btn-hero-secondary:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    color: #111;
}

.btn-hero-secondary i {
    font-size: 14px;
    color: #3080E3;
}

/* Social Proof */
.social-proof-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.avatars-stack {
    display: flex;
}

.avatars-stack img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -15px;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.avatars-stack img:first-child {
    margin-left: 0;
}

.proof-stats {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.proof-stats h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 2px 0;
    color: #111;
}

.stars {
    display: flex;
    gap: 2px;
    color: #FFC107;
    font-size: 13px;
}

/* Hero Image Right Side */
.hero-visual-wrapper {
    position: relative;
    padding-left: 30px;
}

.hero-visual-bg {
    background: #f3f4f6;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-mockup {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 10;
}

.dashboard-mockup img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Floating Elements */
.float-card {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

.card-balance {
    top: 20px;
    right: 20px;
    width: 180px;
}

.card-transfer {
    bottom: 40px;
    left: 20px;
    width: 200px;
}

.stat-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #111;
}

/* Logos Footer */
.logos-row {
    margin-top: 80px;
    border-top: 1px solid #f3f4f6;
    padding-top: 40px;
}

.brand-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 0.4;
}

.brand-logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-main-title {
        font-size: 42px;
    }

    .hero-visual-wrapper {
        margin-top: 50px;
        padding-left: 0;
    }

    .hero-redesign-section {
        padding-top: 30px;
    }

    .navbar-collapse {
        background: #fff;
        padding: 20px;
    }

    .btn-hero-secondary {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-redesign-section {
        padding-top: 30px;
        min-height: auto;
        display: block;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-content-wrapper {
        padding-top: 0;
    }

    .hero-main-title {
        font-size: 34px;
    }

    .social-proof-area {
        margin-bottom: 20px;
    }

    .hero-features {
        flex-direction: row;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 15px;
        padding-top: 25px;
    }

    .feature-item {
        color: #000;
    }
}