.geo-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.geo-region-bar {
    background: #060315;
    color: #f8f9fa;
    font-size: 0.875rem;
    padding: 0.35rem 0;
}

.geo-region-bar .geo-pill {
    display: inline-block;
    margin: 0.15rem 0.35rem 0.15rem 0;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    text-decoration: none;
}

.geo-region-bar .geo-pill:hover,
.geo-region-bar .geo-pill.active {
    background: #ff3e41;
    border-color: #ff3e41;
    color: #fff;
}

.geo-market-banner {
    background: linear-gradient(90deg, #ff3e41 0%, #51cfed 100%);
    color: #fff;
    padding: 0.75rem 0;
    text-align: center;
    font-weight: 500;
}

/* Navbar CTA group — inside .navbar-nav for same vertical alignment as nav links */
.nav-item.geo-nav-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(6, 3, 21, 0.08);
}

@media (min-width: 992px) {
    .nav-item.geo-nav-actions {
        flex-direction: row;
        align-items: center !important;
        margin-top: 0;
        padding: 0 0 0 1rem !important;
        margin-left: 0.5rem;
        border-top: none;
        border-left: 1px solid rgba(6, 3, 21, 0.08);
    }

    html[dir="rtl"] .nav-item.geo-nav-actions {
        padding: 0 1rem 0 0 !important;
        margin-left: 0;
        margin-right: 0.5rem;
        border-left: none;
        border-right: 1px solid rgba(6, 3, 21, 0.08);
    }
}

.geo-nav-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    line-height: 1;
    border-radius: 4px;
    flex-shrink: 0;
    background-color: #198754;
    border: 1px solid #198754;
    color: #fff !important;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
}

.geo-nav-wa:hover {
    background-color: #157347;
    border-color: #146c43;
    color: #fff !important;
}

.geo-nav-wa i.bi-whatsapp {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.geo-nav-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    padding: 0 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff !important;
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 0;
    transition: background 0.2s, border-color 0.2s;
}

.geo-nav-quote:hover {
    background: #e63639;
    border-color: #e63639;
    color: #fff !important;
}

/* Nav links on white sticky bar — readable, not oversized buttons */
.navbar-light.sticky-top .navbar-nav .nav-link {
    color: #333 !important;
    padding: 0.75rem 0 !important;
    margin-right: 1.25rem;
    font-size: 0.9375rem;
    text-transform: none;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar-light.sticky-top .navbar-nav .nav-link {
        padding: 1.5rem 0 !important;
    }

    .navbar-light.sticky-top .nav-item.geo-nav-actions {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.navbar-light.sticky-top .navbar-nav .nav-link:hover,
.navbar-light.sticky-top .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

html[dir="rtl"] .navbar-nav {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .navbar-light.sticky-top .navbar-nav .nav-link {
    margin-right: 0;
    margin-left: 1.25rem;
}

html[dir="rtl"] .geo-region-bar .container,
html[dir="rtl"] .geo-market-banner .container {
    text-align: right;
}

html[dir="rtl"] .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.geo-whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 5.5rem;
    z-index: 99;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

html[dir="rtl"] .geo-whatsapp-float {
    right: auto;
    left: 1.25rem;
}

.geo-whatsapp-float:hover {
    color: #fff;
    background: #1ebe57;
}
