* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #071827;
    color: #ffffff;
    overflow-x: hidden;
}

/* HEADER */

.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.logo-netco {
    width: 155px;
    height: auto;
}

.navbar {
    padding: 24px 0;
}

.navbar .nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #ffffff;
}

.navbar .nav-link.active::after,
.navbar .nav-link:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #b41424;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* DROPDOWN HOVER DESKTOP */

.navbar .dropdown {
    position: relative;
}

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.28s ease;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    background: rgba(5, 19, 33, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    padding: 14px 0;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    z-index: 9999;
}

.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu-large {
    min-width: 460px;
}

.navbar .dropdown-item {
    color: #dce4ec;
    font-size: 14px;
    padding: 11px 20px;
    white-space: normal;
    transition: all 0.25s ease;
}

.navbar .dropdown-item:hover {
    background: rgba(180, 20, 36, 0.14);
    color: #ffffff;
    padding-left: 26px;
}

/* HERO */

.hero-netco {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 130px;
    background: #071827;
}

.hero-netco::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(4, 18, 31, 0.92) 0%,
            rgba(4, 18, 31, 0.72) 45%,
            rgba(4, 18, 31, 0.88) 100%);
    z-index: 1;
}

.hero-content {
    padding-top: 70px;
    padding-bottom: 180px;
    position: relative;
    z-index: 10;
}

.hero-netco h1 {
    max-width: 650px;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 26px;
}

.hero-netco p {
    max-width: 540px;
    font-size: 17px;
    line-height: 1.7;
    color: #e8edf3;
    margin-bottom: 34px;
}

/* BUTTON */

.btn-netco {
    background: #a81222;
    color: #ffffff;
    padding: 16px 28px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
}

.btn-netco:hover {
    background: #c9192d;
    color: #ffffff;
    transform: translateY(-2px);
}

/* INFO CARD */

.info-card {
    max-width: 380px;
    background: rgba(8, 31, 52, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
    padding: 40px 38px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    transition: all 0.4s ease;
    position: relative;
    z-index: 10;
}

.info-card:hover {
    transform: translateY(-4px);
}

.info-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 0;
}

.info-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    margin-top: 32px;
    position: relative;
}

.info-line::before {
    content: "";
    width: 58px;
    height: 3px;
    background: #b41424;
    position: absolute;
    left: 0;
    top: -1px;
}

/* FEATURES */

.features-netco {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(90deg,
            rgba(3, 20, 35, 0.97),
            rgba(5, 35, 60, 0.97));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-item {
    min-height: 110px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.35s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.03);
}

.feature-item i {
    font-size: 40px;
    color: #ffffff;
    position: relative;
}

.feature-item i::after {
    content: "";
    width: 22px;
    height: 3px;
    background: #c71f2d;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}

.feature-item h4 {
    font-size: 19px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 4px;
}

.feature-item p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
}

/* FOOTER */

.footer-netco {
    background: #051321;
    padding: 24px 0;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
    width: 105px;
    height: auto;
}

.footer-brand p,
.footer-contact p {
    color: #c8d0d8;
    font-size: 13px;
    line-height: 1.5;
}

/* AOS */

[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

/* RESPONSIVE TABLET */

@media (max-width: 991px) {
    .site-header {
        background: rgba(4, 18, 31, 0.96);
        position: relative;
    }

    .navbar {
        padding: 16px 0;
    }

    .navbar-collapse {
        padding-top: 15px;
    }

    .navbar .nav-link.active::after,
    .navbar .nav-link:hover::after {
        display: none;
    }

    .navbar .dropdown-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: block;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 6px 0 8px 14px;
        min-width: 100%;
    }

    .dropdown-menu-large {
        min-width: 100%;
    }

    .navbar .dropdown-item {
        padding: 8px 0;
        color: #dce4ec;
    }

    .navbar .dropdown-item:hover {
        background: transparent;
        padding-left: 0;
    }

    .hero-netco {
        padding-top: 40px;
    }

    .hero-content {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .hero-netco h1 {
        font-size: 40px;
    }

    .features-netco {
        position: relative;
    }

    .feature-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
}

/* RESPONSIVE MOBILE */

@media (max-width: 576px) {
    .logo-netco {
        width: 130px;
    }

    .hero-netco h1 {
        font-size: 32px;
    }

    .hero-netco p,
    .info-card p {
        font-size: 15px;
    }

    .info-card {
        padding: 30px 25px;
    }

    .feature-item h4,
    .feature-item p {
        font-size: 16px;
    }

    .footer-netco {
        text-align: center;
    }

    .site-header.header-static {
        position: relative;
        background: #071827;
    }

    /* ITEM ACTIVO DEL DROPDOWN */

    .active-dropdown-item {
        background: transparent !important;
        color: #ffffff !important;
        position: relative;
    }

    /* BARRA ROJA IGUAL AL NAVBAR */

    .active-dropdown-item::before {
        content: "";

        position: absolute;

        left: 20px;
        right: 20px;
        bottom: 6px;

        height: 3px;

        background: #b41424;

        border-radius: 10px;
    }


}