/* Header, footer e chrome global do tema */

body.jxn-site {
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: var(--jxn-text);
}

.jxn-container {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 24px;
}

.jxn-topbar {
    position: relative;
    z-index: 20;
    background: var(--jxn-primary-dark);
    color: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jxn-topbar-inner,
.jxn-topbar-left,
.jxn-topbar-right,
.jxn-topbar-item,
.jxn-topbar-whatsapp,
.jxn-header-inner,
.jxn-logo-link,
.jxn-logo-text,
.jxn-nav-list,
.jxn-nav-link,
.jxn-nav-toggle,
.jxn-header-ctas,
.jxn-btn-orcamento-header,
.jxn-hamburger,
.jxn-footer-top-inner,
.jxn-footer-cta-buttons,
.jxn-footer-logo-link,
.jxn-trust-badges,
.jxn-social-links,
.jxn-footer-contact-item,
.jxn-footer-bottom-inner,
.jxn-floating-buttons,
.jxn-float-btn {
    display: flex;
    align-items: center;
}

.jxn-topbar-inner {
    justify-content: space-between;
    gap: 20px;
    min-height: 46px;
}

.jxn-topbar-left,
.jxn-topbar-right {
    gap: 14px;
    flex-wrap: wrap;
}

.jxn-topbar-item,
.jxn-topbar-whatsapp {
    gap: 8px;
    font-size: 14px;
    line-height: 1;
}

.jxn-topbar-item {
    color: inherit;
    text-decoration: none;
}

.jxn-topbar-item:hover,
.jxn-topbar-whatsapp:hover {
    color: #ffffff;
}

.jxn-topbar-divider {
    opacity: 0.4;
}

.jxn-topbar-badge {
    padding: 7px 10px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
}

.jxn-dot {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: var(--jxn-success);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.15);
}

.jxn-topbar-whatsapp {
    padding: 8px 14px;
    border-radius: 0;
    background: rgba(34, 197, 94, 0.16);
    color: #dcfce7;
    text-decoration: none;
    font-weight: 700;
}

.jxn-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.jxn-header.is-scrolled {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(0, 31, 63, 0.12);
}

.jxn-header-inner {
    justify-content: space-between;
    gap: 24px;
    min-height: 86px;
}

.jxn-logo-wrap {
    flex-shrink: 0;
}

.jxn-logo-link,
.jxn-footer-logo-link {
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

.jxn-logo-text {
    gap: 12px;
}

.jxn-logo-mark,
.jxn-footer-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.custom-logo-link img,
.jxn-footer-logo-link .custom-logo {
    display: block;
    width: auto;
    max-height: 56px;
}

.jxn-logo-name {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: var(--jxn-primary-dark);
}

.jxn-logo-tagline {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--jxn-muted);
}

.jxn-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.jxn-nav-list {
    gap: 20px;
    list-style: none;
}

.jxn-nav-item {
    position: relative;
    display: flex;
    align-items: stretch;
}

.jxn-nav-link,
.jxn-nav-toggle {
    gap: 8px;
    min-height: 42px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--jxn-primary);
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: color 0.2s ease;
}

.jxn-nav-link:hover,
.jxn-nav-toggle:hover,
.jxn-nav-link.jxn-active {
    color: var(--jxn-accent);
}

.jxn-nav-link.jxn-active::after,
.jxn-nav-item.is-open > .jxn-nav-toggle::after,
.jxn-nav-link:hover::after,
.jxn-nav-toggle:hover::after,
.jxn-nav-item.is-open > .jxn-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    border-radius: 0;
    background: linear-gradient(90deg, var(--jxn-accent), var(--jxn-accent-glow));
}

.jxn-header-ctas {
    gap: 12px;
    flex-shrink: 0;
}

.jxn-btn-orcamento-header {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 0;
    background: rgba(30, 58, 95, 0.06);
    border: 1px solid rgba(30, 58, 95, 0.08);
    color: var(--jxn-primary);
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
    flex-shrink: 0;
    width: auto !important;
    min-width: max-content;
}

.jxn-orc-header-label {
    display: inline-block !important;
    white-space: nowrap;
}

.jxn-orc-badge,
.jxn-float-count {
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--jxn-primary-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.jxn-btn-header {
    min-height: 48px;
}

.jxn-hamburger {
    display: none;
    width: 48px;
    height: 48px;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    border: 1px solid rgba(30, 58, 95, 0.08);
    border-radius: 0;
    background: #ffffff;
    color: var(--jxn-primary);
    cursor: pointer;
}

.jxn-hamburger-line {
    width: 20px;
    height: 2px;
    border-radius: 0;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.jxn-hamburger.is-open .jxn-hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.jxn-hamburger.is-open .jxn-hamburger-line:nth-child(2) {
    opacity: 0;
}

.jxn-hamburger.is-open .jxn-hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.jxn-topbar {
    background: var(--jxn-primary-dark);
    height: 34px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.jxn-ticker {
    height: 100%;
    display: flex;
    align-items: center;
}

.jxn-ticker-track {
    display: flex;
    white-space: nowrap;
    animation: jxnMarquee 80s linear infinite;
    gap: 0;
}

.jxn-ticker-track span {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: var(--jxn-font-body);
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.jxn-ticker-dot {
    color: var(--jxn-accent) !important;
    padding: 0 !important;
}

.jxn-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 100;
}

.jxn-has-mega.is-open .jxn-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.jxn-mega-inner {
    background: rgba(0, 6, 19, 0.96);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #ffffff;
    border-top: 2px solid var(--jxn-accent);
    padding: 80px;
    width: 100%;
    position: relative;
}

.jxn-mega-header {
    display: none;
}

.jxn-mega-ver-todos,
.jxn-mega-more {
    color: var(--jxn-accent-glow);
    text-decoration: none;
    font-weight: 700;
}

.jxn-mega-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
}

.jxn-mega-col {
    min-width: 0;
}

.jxn-mega-cat-title {
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
    font-family: var(--jxn-font-headline);
    font-style: italic;
    color: var(--jxn-accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(197, 160, 89, 0.1);
    padding-bottom: 8px;
}

.jxn-mega-services {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.jxn-mega-service-link {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.85;
}

.jxn-mega-service-link:hover {
    color: var(--jxn-accent);
}

.jxn-mega-footer {
    display: none;
}

.jxn-mega-editorial {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.jxn-mega-quote {
    font-family: var(--jxn-font-headline);
    font-size: 28px;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 8px;
}

.jxn-mega-legal {
    font-family: var(--jxn-font-body);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--jxn-accent);
    text-transform: uppercase;
}

.jxn-mega-close-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 1px solid var(--jxn-accent);
    color: var(--jxn-accent);
    padding: 12px 24px;
    font-family: var(--jxn-font-body);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.1em;
}

.jxn-mega-close-btn:hover {
    background: var(--jxn-accent);
    color: var(--jxn-primary-dark);
}

.jxn-mega-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 90;
}

.jxn-mega-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.jxn-mega-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.jxn-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--jxn-accent), var(--jxn-accent-glow));
    box-shadow: 0 0 18px rgba(14, 165, 233, 0.35);
}

.jxn-footer {
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 22%),
        linear-gradient(180deg, var(--jxn-primary-dark) 0%, #08111f 100%);
    color: rgba(255, 255, 255, 0.74);
}

.jxn-footer-top {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.jxn-footer-top-inner {
    justify-content: space-between;
    gap: 28px;
    padding: 34px 24px;
}

.jxn-footer-cta-text h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.05;
}

.jxn-footer-cta-text p {
    margin: 0;
    max-width: 560px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.jxn-footer-cta-buttons {
    gap: 12px;
    flex-wrap: wrap;
}

.jxn-footer-body {
    padding: 70px 0 34px;
}

.jxn-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
    gap: 34px;
}

.jxn-footer-col-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 19px;
    font-family: var(--jxn-font-headline);
}

.jxn-footer-col-toggle {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    justify-content: space-between;
    cursor: default;
}

.jxn-footer-toggle-icon {
    display: none;
}

.jxn-footer-col-panel {
    display: block;
}

.jxn-footer-tagline {
    margin: 20px 0 24px;
    line-height: 1.8;
    font-size: 17px;
}

.jxn-trust-badges {
    display: flex;
    gap: 32px;
    margin: 28px 0;
}

.jxn-trust-badge {
    position: relative;
    padding-left: 20px;
    border-left: 2px solid var(--jxn-accent);
}

.jxn-trust-number {
    display: block;
    color: #ffffff;
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 4px;
}

.jxn-trust-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 700;
}

.jxn-social-links {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.jxn-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.jxn-social-link:hover {
    color: var(--jxn-accent);
    background: rgba(197, 160, 89, 0.1);
    border-color: var(--jxn-accent);
    transform: translateY(-3px);
}

.jxn-social-whatsapp:hover {
    background: rgba(34, 197, 94, 0.18);
}

.jxn-footer-links,
.jxn-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.jxn-footer-links a,
.jxn-footer-contact a,
.jxn-footer-jxn-link {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    font-size: 17px;
}

.jxn-footer-links a:hover,
.jxn-footer-contact a:hover,
.jxn-footer-jxn-link:hover {
    color: #ffffff;
}

.jxn-footer-contact-item {
    align-items: flex-start;
    gap: 12px;
}

.jxn-footer-contact-item small {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.52);
}

.jxn-footer-cities {
    margin-top: 22px;
}

.jxn-footer-cities-label {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jxn-footer-cities-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jxn-footer-city-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.jxn-footer-city-tag:hover {
    background: rgba(197, 160, 89, 0.1);
    border-color: var(--jxn-accent);
    color: var(--jxn-accent);
}

.jxn-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0 22px;
}

.jxn-footer-bottom-inner {
    justify-content: space-between;
    gap: 18px;
    font-size: 16px;
    flex-wrap: wrap;
}

.jxn-floating-buttons {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 70;
    flex-direction: column;
    gap: 12px;
}

.jxn-float-btn {
    position: relative;
    overflow: visible;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.jxn-float-btn:hover,
.jxn-float-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.jxn-float-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.jxn-float-home {
    display: none !important;
}

@media (min-width: 721px) {
    .jxn-float-home {
        display: none !important;
    }
}

.jxn-float-orcamento {
    background: linear-gradient(135deg, var(--jxn-accent), var(--jxn-accent-glow));
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(197, 160, 89, 0.3);
}

.jxn-float-orcamento:hover {
    box-shadow: 0 18px 42px rgba(197, 160, 89, 0.42);
}

.jxn-float-orcamento .jxn-float-count {
    background: var(--jxn-primary-dark);
    color: var(--jxn-accent);
}

.jxn-float-label {
    font-weight: 800;
}

.jxn-float-tooltip {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    padding: 10px 14px;
    border-radius: 0;
    background: rgba(15, 23, 42, 0.98);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.jxn-float-tooltip::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: rgba(15, 23, 42, 0.94);
    transform: translateY(-50%) rotate(45deg);
    border-radius: 0;
}
.jxn-float-btn:hover .jxn-float-tooltip,
.jxn-float-btn:focus-visible .jxn-float-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.jxn-float-count {
    margin-left: 2px;
}

@media (min-width: 1025px) {
    .jxn-floating-buttons {
        bottom: 6px;
    }
}

@media (max-width: 1100px) {
    .jxn-nav-list {
        gap: 18px;
    }

    .jxn-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jxn-mega-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jxn-footer-bottom {
        padding-bottom: 90px; /* Prevenção de sobreposição do botão flutuante em tablets */
    }
}

@media (max-width: 960px) {
    .jxn-topbar {
        display: none;
    }

    .jxn-header-inner {
        min-height: 78px;
    }

    .jxn-hamburger {
        display: inline-flex;
    }

    .jxn-header-ctas .jxn-btn-header {
        display: none;
    }

    .jxn-nav {
        position: fixed;
        top: 78px;
        right: 0;
        left: 0;
        display: block;
        background: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 25px 60px rgba(15, 23, 42, 0.1);
        transform: translateY(-18px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .jxn-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .jxn-nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px 24px 24px;
    }

    .jxn-nav-link,
    .jxn-nav-toggle {
        width: 100%;
        justify-content: space-between;
        min-height: 54px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }

    .jxn-nav-link::after,
    .jxn-nav-toggle::after {
        display: none;
    }

    .jxn-mega-menu {
        position: static;
        width: 100%;
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none;
        margin: 8px 0 18px;
    }

    .jxn-has-mega.is-open .jxn-mega-menu {
        display: block;
    }

    .jxn-mega-inner {
        padding: 22px;
        border-radius: 0;
    }

    .jxn-mega-grid {
        grid-template-columns: 1fr;
    }

    .jxn-footer-col-accordion {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding-top: 10px;
    }

    .jxn-footer-col-toggle {
        margin: 0;
        padding: 8px 0 12px;
        cursor: pointer;
    }

    .jxn-footer-toggle-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 20px;
        color: var(--jxn-accent);
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }

    .jxn-footer-col-panel {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, opacity 0.25s ease;
    }

    .jxn-footer-col-accordion.is-open .jxn-footer-col-panel {
        max-height: 1200px;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .jxn-header-inner {
        gap: 12px;
    }

    .jxn-logo-name {
        font-size: 16px;
    }

    .jxn-logo-tagline {
        display: none;
    }

    .jxn-float-label {
        display: inline-block !important;
        font-weight: 800;
        margin-left: 8px;
    }

    .jxn-btn-orcamento-header {
        padding: 0 16px;
        min-height: 48px;
        font-size: 13px;
        width: auto;
    }

    .jxn-btn-orcamento-header span:not(.jxn-orc-badge) {
        display: inline-block !important;
        white-space: nowrap;
    }

    .jxn-footer-top-inner,
    .jxn-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .jxn-footer-grid {
        grid-template-columns: 1fr;
    }

    body.jxn-site {
        padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    }

    .jxn-footer-bottom {
        padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    }

    .jxn-floating-buttons {
        position: fixed;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        justify-content: center !important;
        width: 100vw !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        height: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
        gap: 0 !important;
        background: rgba(2, 20, 39, 0.98);
        border-top: 1px solid rgba(201, 168, 48, 0.28);
        box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.26);
        backdrop-filter: blur(6px);
        z-index: 1000;
        transform: none;
    }

    .jxn-float-btn {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 1 1 0 !important;
        align-self: stretch !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        height: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 8px 0 8px !important;
        gap: 4px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: rgba(255, 255, 255, 0.78);
        overflow: visible !important;
        text-align: center !important;
        transform: none !important;
        z-index: auto !important;
    }

    .jxn-float-home {
        display: flex !important;
        color: rgba(255, 255, 255, 0.84);
    }

    .jxn-float-whatsapp {
        color: #25D366 !important;
    }

    .jxn-float-orcamento {
        background: transparent !important;
        box-shadow: none !important;
        color: rgba(255, 255, 255, 0.84) !important;
    }

    .jxn-float-orcamento:hover {
        background: transparent !important;
        box-shadow: none !important;
    }

    .jxn-float-btn svg {
        width: clamp(28px, 7vw, 32px) !important;
        height: clamp(28px, 7vw, 32px) !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        transform: translateY(1px) !important;
    }

    .jxn-float-label {
        display: block !important;
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        color: inherit;
        font-size: clamp(12px, 2.9vw, 14px) !important;
        font-weight: 800;
        line-height: 1.05 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: none !important;
        padding-top: 0 !important;
    }

    .jxn-float-count {
        position: absolute;
        top: 8px;
        right: calc(50% - 30px);
        margin: 0;
        min-width: 20px;
        height: 20px;
        padding: 0 5px;
        background: var(--jxn-primary-dark);
        color: var(--jxn-accent);
        font-size: 11px;
    }

    .jxn-float-tooltip {
        display: none;
    }
}
