.container {
    max-width: 960px;
}

.site-header {
    background-color: rgba(0, 0, 0, .85);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header .navbar {
    min-height: 56px;
}

.site-header .nav-link {
    color: #c9c9c9;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
    color: #ffffff;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .35);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .15rem rgba(255, 255, 255, .25);
}

.site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
    text-decoration: none;
}

.site-header a:hover {
    color: #fff;
}

.hero-section {
    overflow: hidden;
    min-height: 560px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, .14), transparent 34%),
        radial-gradient(circle at bottom right, rgba(32, 201, 151, .16), transparent 34%),
        linear-gradient(135deg, #f8f9fa, #eef3f7);
}

.hero-content {
    z-index: 3;
}

.glass-panels {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.glass-panel {
    position: absolute;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .75);
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .65),
            rgba(173, 216, 230, .25)
        );
    box-shadow:
        0 25px 60px rgba(13, 110, 253, .18),
        inset 0 0 35px rgba(255, 255, 255, .45);
    backdrop-filter: blur(12px);
}

.glass-panel::before {
    content: "";
    position: absolute;
    top: 12%;
    left: 16%;
    width: 22%;
    height: 72%;
    border-radius: 100px;
    background: rgba(255, 255, 255, .35);
    transform: rotate(8deg);
}

.glass-panel::after {
    content: "";
    position: absolute;
    right: 14%;
    bottom: 10%;
    width: 46%;
    height: 2px;
    background: rgba(255, 255, 255, .75);
}

.glass-panel-1 {
    width: 220px;
    height: 390px;
    right: 8%;
    bottom: -18%;
    transform: rotate(18deg);
}

.glass-panel-2 {
    width: 190px;
    height: 330px;
    left: 7%;
    top: -12%;
    transform: rotate(-18deg);
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .7),
            rgba(222, 226, 230, .4)
        );
}

.glass-panel-3 {
    width: 170px;
    height: 260px;
    right: 22%;
    top: 10%;
    transform: rotate(-10deg);
    opacity: .72;
}

.feature-card {
    min-height: 320px;
    border-radius: 21px;
}

.glass-gradient {
    background: linear-gradient(135deg, #0d6efd, #20c997);
}

.dark-gradient {
    background: linear-gradient(135deg, #212529, #495057);
}

.soft-gradient {
    background: linear-gradient(135deg, #f8f9fa, #dee2e6);
}

.icon-box {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.product-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .12);
}

.section-title {
    max-width: 720px;
    margin: 0 auto;
}

.publicidad-card {
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 .75rem 1.8rem rgba(0, 0, 0, .10);
    transition: transform .2s ease, box-shadow .2s ease;
}

.publicidad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, .14);
}

.publicidad-image-wrapper {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f8f9fa;
}

.publicidad-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.publicidad-card:hover .publicidad-image {
    transform: scale(1.04);
}

.publicidad-content {
    padding: 1.5rem;
}

.publicidad-content h3 {
    font-size: 1.35rem;
}

.hero-publicidad-principal {
    min-height: 620px;
    border-radius: 30px;
    background: #111;
    overflow: hidden;
}

.hero-publicidad-carousel,
.hero-publicidad-carousel .carousel-inner,
.hero-publicidad-carousel .carousel-item {
    min-height: 620px;
}

.hero-publicidad-carousel .carousel-item {
    position: relative;
}

.hero-publicidad-principal-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-publicidad-principal-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .78) 0%,
            rgba(0, 0, 0, .58) 42%,
            rgba(0, 0, 0, .22) 100%
        );
}

.hero-publicidad-principal-content {
    min-height: 620px;
    position: relative;
    z-index: 3;
}

.hero-publicidad-principal-text {
    padding: 3rem 0;
}

.hero-publicidad-principal-text h1 {
    text-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.hero-publicidad-principal-text .lead {
    max-width: 680px;
    font-size: 1.25rem;
}

.hero-publicidad-indicators {
    z-index: 5;
    margin-bottom: 1.5rem;
}

.hero-publicidad-indicators [data-bs-target] {
    width: 34px;
    height: 5px;
    border-radius: 999px;
}

.hero-publicidad-carousel .carousel-control-prev,
.hero-publicidad-carousel .carousel-control-next {
    z-index: 5;
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: auto;
        margin: 0 !important;
        border-radius: 0;
    }

    .publicidad-image-wrapper {
        height: 230px;
    }

    .hero-publicidad-principal {
        margin: 0 !important;
        min-height: auto;
        border-radius: 0;
        background: #000;
        overflow: hidden;
    }

    .hero-publicidad-carousel,
    .hero-publicidad-carousel .carousel-inner,
    .hero-publicidad-carousel .carousel-item {
        height: auto;
        min-height: auto;
    }

    .hero-publicidad-carousel .carousel-item {
        position: relative;
        background: #000;
    }

    .hero-publicidad-principal-img {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 260px;
        max-height: 430px;
        object-fit: contain;
        object-position: center;
        background: #000;
        display: block;
        z-index: 1;
    }

    .hero-publicidad-principal-overlay {
        position: absolute;
        inset: 0;
        z-index: 2;
        background:
            linear-gradient(
                to top,
                rgba(0, 0, 0, 0.70),
                rgba(0, 0, 0, 0.20),
                rgba(0, 0, 0, 0.05)
            );
    }

    .hero-publicidad-principal .container.position-relative {
        position: absolute !important;
        inset: 0;
        z-index: 3;
        display: flex;
        align-items: flex-end;
    }

    .hero-publicidad-principal-content {
        width: 100%;
        min-height: auto;
        padding: 1rem 0 2.4rem;
    }

    .hero-publicidad-principal-text {
        padding: 0 1rem;
        text-align: center;
    }

    .hero-publicidad-principal-text .badge {
        font-size: 0.75rem;
        margin-bottom: 0.5rem !important;
    }

    .hero-publicidad-principal-text h1 {
        font-size: 1.6rem;
        line-height: 1.15;
        margin-bottom: 0.5rem !important;
    }

    .hero-publicidad-principal-text .lead {
        font-size: 0.9rem;
        line-height: 1.35;
    }

    .hero-publicidad-indicators {
        z-index: 5;
        margin-bottom: 0.35rem;
    }

    .hero-publicidad-principal .carousel-control-prev,
    .hero-publicidad-principal .carousel-control-next {
        width: 12%;
        z-index: 5;
    }
}

.whatsapp-floating-button {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.whatsapp-floating-button:hover {
    color: #fff;
    background: #1ebe5d;
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .whatsapp-floating-button {
        right: 16px;
        bottom: 16px;
        min-width: 112px;
        height: 48px;
        padding: 0 16px;
        font-size: 14px;
    }
}