/* Global Offer Banner — full-bleed, matches theme banners */

.gob-sec {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
}

.gob-inner {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.gob-carousel {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
}

.gob-slide--image {
    display: block;
    line-height: 0;
}

.gob-slide--image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: top;
}

.gob-slide--overlay {
    position: relative;
    min-height: 360px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.gob-slide--overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.28) 100%);
    pointer-events: none;
}

.gob-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    background: radial-gradient(circle at 30% 30%, #fff 0%, #f4f4f4 40%, #e8e8e8 100%);
    border: 4px solid #c4161c;
    outline: 3px solid #e8c547;
    box-shadow: 0 0 0 6px #c4161c, 0 6px 16px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 92px;
    height: 92px;
    padding: 6px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.gob-badge__icon {
    color: #1e88e5;
    font-size: 18px;
    line-height: 1;
}

.gob-badge__text {
    font-family: "Work Sans", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: #111;
    line-height: 1.15;
    text-transform: uppercase;
}

.gob-center {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 90%;
    max-width: 1100px;
    pointer-events: none;
}

.gob-sub {
    margin: 0 0 6px;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(14px, 1.6vw, 22px);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.gob-sub .gob-hi {
    color: #ffe135;
}

.gob-title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 5.4vw, 4.6rem);
    line-height: 1;
    letter-spacing: 2px;
    color: #ffe135;
    text-transform: uppercase;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.gob-title .gob-title__mid {
    display: inline-block;
    color: #fff;
    font-size: 0.42em;
    letter-spacing: 2px;
    vertical-align: middle;
    margin: 0 0.18em 0.12em;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
}

.gob-price {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.gob-price__off {
    background: #c4161c;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    max-width: 150px;
    line-height: 1.25;
}

.gob-price__now {
    background: #0b2a5b;
    color: #fff;
    padding: 10px 18px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 130px;
}

.gob-price__now s {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #d7d7d7;
    text-decoration: line-through;
}

.gob-price__now strong {
    font-family: "Work Sans", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #ffe135;
    line-height: 1.15;
}

.gob-cta {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    background: #ffe135;
    color: #111;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 28px 12px 22px;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gob-cta::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #111;
    margin-left: 14px;
    opacity: 0.85;
}

.gob-cta:hover {
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.gob-carousel .carousel-indicators {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    margin: 0;
    z-index: 3;
}

.gob-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: #c8c8c8;
    opacity: 1;
    margin: 0 5px;
}

.gob-carousel .carousel-indicators .active {
    background: #0ca0e2;
}

@media (max-width: 991px) {
    .gob-slide--overlay {
        min-height: 300px;
    }

    .gob-badge {
        width: 74px;
        height: 74px;
        top: 12px;
        left: 12px;
    }

    .gob-badge__text {
        font-size: 8px;
    }

    .gob-price__off {
        font-size: 11px;
        max-width: 120px;
        padding: 10px 12px;
    }

    .gob-price__now strong {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .gob-sec {
        padding: 0;
    }

    .gob-carousel {
        border-radius: 8px;
    }

    .gob-slide--overlay {
        min-height: 0;
        padding: 88px 16px 96px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gob-center {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0 8px;
    }

    .gob-sub {
        letter-spacing: 1.5px;
        font-size: 12px;
    }

    .gob-title {
        font-size: 1.7rem;
        letter-spacing: 1px;
    }

    .gob-badge {
        width: 64px;
        height: 64px;
        top: 10px;
        left: 10px;
        border-width: 3px;
        box-shadow: 0 0 0 4px #c4161c, 0 4px 10px rgba(0, 0, 0, 0.25);
    }

    .gob-price {
        left: 10px;
        bottom: 10px;
        right: auto;
        max-width: calc(100% - 140px);
    }

    .gob-price__off {
        font-size: 10px;
        max-width: 96px;
        padding: 8px 10px;
    }

    .gob-price__now {
        min-width: 0;
        padding: 8px 12px;
    }

    .gob-price__now s {
        font-size: 11px;
    }

    .gob-price__now strong {
        font-size: 15px;
    }

    .gob-cta {
        right: 10px;
        bottom: 14px;
        font-size: 12px;
        padding: 10px 16px 10px 14px;
        border-radius: 6px;
    }

    .gob-cta::after {
        height: 14px;
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .gob-slide--overlay {
        padding: 78px 12px 108px;
    }

    .gob-price {
        flex-direction: column;
        max-width: calc(100% - 120px);
    }

    .gob-price__off {
        max-width: none;
    }
}
