/* ============================================================
   next2026.css - Componentes do novo front-end NeXT Software
   Depende de: css/vendor/bootstrap5.min.css + next2026-tokens.css
   ============================================================ */

/* ===================== Base ===================== */
html { scroll-behavior: smooth; overflow-x: clip; }
body {
    font-family: var(--nx-font);
    color: var(--nx-text);
    background: var(--nx-bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}
section { scroll-margin-top: 90px; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
b, strong { font-weight: 700; }

.nx-section { padding: var(--nx-section-gap) 0; }
.nx-section-alt { background: var(--nx-bg-alt); }

.nx-eyebrow {
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--nx-primary);
    background: var(--nx-primary-soft);
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 14px;
}
.nx-h2 { font-weight: 800; font-size: clamp(1.6rem, 3.2vw, 2.4rem); letter-spacing: -.02em; }
.nx-sub { color: var(--nx-text-muted); font-size: 1.08rem; max-width: 720px; margin: 12px auto 0; }

/* ===================== Telefone fixo (chave ExibirTelefoneFixo no Web.Config) ===================== */
body.sem-fone-fixo .nx-fone-fixo { display: none !important; }

/* ===================== Topbar ===================== */
.nx-topbar {
    background: var(--nx-primary-darker);
    color: #dbeafe;
    font-size: .82rem;
    padding: 6px 0;
}
.nx-topbar a { color: #fff; }
.nx-topbar a:hover { color: #a5d8ff; }
.nx-topbar .bi { margin-right: 4px; }

/* ===================== Navbar ===================== */
.nx-navbar {
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--nx-border);
    transition: box-shadow .25s ease;
    padding-top: .55rem;
    padding-bottom: .55rem;
}
/* backdrop-filter cria containing block p/ position:fixed e prendia o offcanvas
   (menu mobile) dentro da navbar. Efeito vidro so no desktop, onde nao ha offcanvas. */
@media (min-width: 992px) {
    .nx-navbar {
        background: rgba(255, 255, 255, .92);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}
.nx-navbar.nx-scrolled { box-shadow: var(--nx-shadow-sm); }
.nx-navbar .navbar-brand img { height: 44px; width: auto; }
.nx-navbar .nav-link {
    font-weight: 600;
    color: var(--nx-text-soft);
    padding-left: .8rem !important;
    padding-right: .8rem !important;
}
.nx-navbar .nav-link:hover, .nx-navbar .nav-link.active { color: var(--nx-primary); }
.nx-navbar .dropdown-menu {
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-sm);
    box-shadow: var(--nx-shadow);
    max-height: 70vh;
    overflow-y: auto;
}
.nx-navbar .dropdown-item { font-weight: 500; padding: .45rem 1rem; }
.nx-navbar .dropdown-item:hover { background: var(--nx-primary-soft); color: var(--nx-primary-dark); }

.nx-btn-cta {
    background: var(--nx-accent);
    color: #fff !important;
    font-weight: 700;
    border: 0;
    border-radius: 999px;
    padding: .55rem 1.3rem;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
    display: inline-block;
}
.nx-btn-cta:hover { background: var(--nx-accent-dark); transform: translateY(-1px); color: #fff; }

.nx-btn-outline {
    border: 2px solid var(--nx-primary);
    color: var(--nx-primary) !important;
    font-weight: 700;
    border-radius: 999px;
    padding: .5rem 1.3rem;
    white-space: nowrap;
    display: inline-block;
    transition: all .2s ease;
}
.nx-btn-outline:hover { background: var(--nx-primary); color: #fff !important; }

.nx-btn-primary {
    background: var(--nx-primary);
    color: #fff !important;
    font-weight: 700;
    border: 0;
    border-radius: 999px;
    padding: .55rem 1.3rem;
    display: inline-block;
    transition: background .2s ease, transform .2s ease;
}
.nx-btn-primary:hover { background: var(--nx-primary-dark); transform: translateY(-1px); }

/* ===================== Hero ===================== */
.nx-hero {
    background: var(--nx-grad-hero);
    padding: clamp(3rem, 7vw, 5.5rem) 0 0;
    overflow: hidden;
}
.nx-hero h1 {
    font-weight: 800;
    font-size: clamp(1.9rem, 4vw, 3rem);
    letter-spacing: -.02em;
    line-height: 1.15;
}
.nx-hero h1 .nx-hl { color: var(--nx-primary); }
.nx-hero .nx-hero-sub {
    color: var(--nx-text-soft);
    font-size: 1.12rem;
    margin: 18px 0 8px;
    max-width: 560px;
}
.nx-hero-badges { list-style: none; padding: 0; margin: 18px 0 26px; }
.nx-hero-badges li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: .92rem;
    color: var(--nx-text-soft);
    margin: 4px 14px 4px 0;
}
.nx-hero-badges .bi { color: var(--nx-accent); }
.nx-hero-note { color: var(--nx-text-muted); font-size: .85rem; margin-top: 10px; }
.nx-hero-img {
    border-radius: var(--nx-radius-lg) var(--nx-radius-lg) 0 0;
    box-shadow: var(--nx-shadow-lg);
    border: 6px solid #fff;
    border-bottom: 0;
}
/* Rotator do hero: crossfade entre telas do sistema */
.nx-hero-rotator {
    position: relative;
    aspect-ratio: 800 / 424;
    border-radius: var(--nx-radius-lg) var(--nx-radius-lg) 0 0;
    box-shadow: var(--nx-shadow-lg);
    border: 6px solid #fff;
    border-bottom: 0;
    background: #fff;
    overflow: hidden;
}
.nx-hero-rotator picture {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .9s ease;
}
.nx-hero-rotator picture.is-active { opacity: 1; }
.nx-hero-rotator .nx-hero-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* ===================== Faixa de numeros ===================== */
.nx-stats { background: var(--nx-grad-primary); color: #fff; padding: 34px 0; }
.nx-stats .nx-stat { text-align: center; padding: 10px 6px; }
.nx-stats .nx-stat-num { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; }
.nx-stats .nx-stat-num small { font-size: 60%; font-weight: 800; }
.nx-stats .nx-stat-label { color: #cfe7fa; font-size: .9rem; font-weight: 500; }

/* ===================== Faixa Reforma Tributaria ===================== */
.nx-reforma {
    background: linear-gradient(120deg, #fffaf0 0%, #fef6e4 100%);
    border-top: 1px solid #f3e3bd;
    border-bottom: 1px solid #f3e3bd;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.nx-reforma .nx-eyebrow { background: #fdeec9; color: #92600a; }
.nx-reforma .nx-reforma-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #f0dcae;
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 800;
    font-size: 1.05rem;
    color: #92600a;
    margin: 4px 6px;
}
.nx-reforma .nx-feat h4 .bi { color: #d97706; }
.nx-reforma .nx-feat p { color: #7c6a4d; }

/* ===================== Modulos (tabs) ===================== */
.nx-modules .nav-pills { gap: 6px; }
.nx-modules .nav-pills .nav-link {
    color: var(--nx-text-soft);
    font-weight: 600;
    text-align: left;
    border-radius: 10px;
    padding: .6rem .9rem;
    width: 100%;
}
.nx-modules .nav-pills .nav-link:hover { background: var(--nx-primary-soft); color: var(--nx-primary-dark); }
.nx-modules .nav-pills .nav-link.active { background: var(--nx-primary); color: #fff; }
.nx-modules .tab-content {
    background: #fff;
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius);
    box-shadow: var(--nx-shadow-sm);
    padding: clamp(1.2rem, 3vw, 2.2rem);
}
.nx-modules .nx-feat { margin-bottom: 18px; }
.nx-feat h3.nx-feat-t, .nx-modules .nx-feat h4, .nx-feat h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; line-height: 1.5; }
.nx-feat h3.nx-feat-t .bi, .nx-modules .nx-feat h4 .bi, .nx-feat h4 .bi { color: var(--nx-accent); margin-right: 6px; }
.nx-modules .nx-feat p, .nx-feat p { color: var(--nx-text-muted); margin: 0; font-size: .95rem; }
.nx-modules .nx-shot img {
    border-radius: var(--nx-radius-sm);
    border: 1px solid var(--nx-border);
    box-shadow: var(--nx-shadow-sm);
}

/* ===================== Cards de vantagens ===================== */
.nx-card {
    background: #fff;
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius);
    padding: 26px 22px;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.nx-card:hover { transform: translateY(-4px); box-shadow: var(--nx-shadow); }
.nx-card .nx-card-icon {
    width: 54px; height: 54px;
    display: flex; align-items: center; justify-content: center;
    background: var(--nx-primary-soft);
    color: var(--nx-primary);
    border-radius: 14px;
    font-size: 1.5rem;
    margin-bottom: 16px;
}
.nx-card h3 { font-size: 1.08rem; font-weight: 700; }
.nx-card p { color: var(--nx-text-muted); font-size: .93rem; margin: 0; }

/* ===================== Canais de contato ===================== */
.nx-channel {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--nx-bg-alt);
}
.nx-channel:last-child { border-bottom: 0; }
.nx-channel .nx-channel-icon {
    flex: 0 0 auto;
    width: 48px; height: 48px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
}
.nx-channel .nx-channel-label {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--nx-text-muted);
    margin-bottom: 2px;
}
.nx-channel .nx-channel-value, .nx-channel .nx-channel-value a {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--nx-text);
    line-height: 1.35;
}
.nx-channel .nx-channel-value a:hover { color: var(--nx-primary); }
.nx-icon-whats { background: #e7f8ee; color: #25d366; }
.nx-icon-phone { background: var(--nx-primary-soft); color: var(--nx-primary); }
.nx-icon-mail { background: #fdf3dc; color: #b8860b; }

/* ===================== Secao escura (catalogo/site) ===================== */
.nx-dark { background: var(--nx-grad-dark); color: #e2e8f0; }
.nx-dark .nx-h2 { color: #fff; }
.nx-dark .nx-sub { color: #b6c8d9; }
.nx-dark .nx-step {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--nx-radius);
    padding: 26px 22px;
    height: 100%;
}
.nx-dark .nx-step .nx-step-n {
    width: 42px; height: 42px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: var(--nx-accent);
    color: #fff; font-weight: 800;
    margin-bottom: 14px;
}
.nx-dark .nx-step h3 { color: #fff; font-size: 1.1rem; font-weight: 700; }
.nx-dark .nx-step p { color: #b6c8d9; font-size: .93rem; margin: 0; }

/* ===================== Precos ===================== */
.nx-plan-toggle {
    display: inline-flex;
    background: #fff;
    border: 1px solid var(--nx-border);
    border-radius: 999px;
    padding: 5px;
    gap: 4px;
}
.nx-plan-toggle .nav-link {
    border-radius: 999px;
    font-weight: 700;
    color: var(--nx-text-soft);
    padding: .5rem 1.4rem;
}
.nx-plan-toggle .nav-link.active { background: var(--nx-primary); color: #fff; }
.nx-plan-toggle .nx-badge-save {
    background: var(--nx-accent);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    border-radius: 999px;
    padding: 2px 8px;
    margin-left: 6px;
    vertical-align: middle;
}

.nx-price-card {
    background: #fff;
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-lg);
    padding: 30px 26px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.nx-price-card:hover { transform: translateY(-4px); box-shadow: var(--nx-shadow); }
.nx-price-card.nx-featured {
    border: 2px solid var(--nx-primary);
    box-shadow: var(--nx-shadow-lg);
}
.nx-price-card .nx-pop {
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    background: var(--nx-primary);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    border-radius: 999px;
    padding: 5px 16px;
    white-space: nowrap;
}
.nx-price-card .nx-plan-name { font-weight: 800; font-size: 1.15rem; }
.nx-price-card .nx-plan-old {
    color: var(--nx-text-muted);
    text-decoration: line-through;
    font-weight: 600;
    font-size: .95rem;
    min-height: 1.4em;
}
.nx-price-card .nx-plan-price { font-size: 2.6rem; font-weight: 800; letter-spacing: -.03em; }
.nx-price-card .nx-plan-price small { font-size: 1rem; font-weight: 600; color: var(--nx-text-muted); }
.nx-price-card ul { list-style: none; padding: 0; margin: 18px 0; text-align: left; flex: 1; }
.nx-price-card ul li { padding: 5px 0; font-size: .92rem; color: var(--nx-text-soft); }
.nx-price-card ul li .bi-check-lg { color: var(--nx-accent); margin-right: 8px; }
.nx-price-card ul li.nx-off { color: #b7c3d0; }
.nx-price-card ul li.nx-off .bi { color: #cbd5e1; margin-right: 8px; }
.nx-price-note { color: var(--nx-text-muted); font-size: .88rem; }

/* Tabela comparativa */
.nx-compare { font-size: .92rem; }
.nx-compare th, .nx-compare td { vertical-align: middle; }
.nx-compare thead th { background: var(--nx-primary); color: #fff; text-align: center; font-weight: 700; }
.nx-compare tbody th { font-weight: 500; color: var(--nx-text-soft); }
.nx-compare .nx-group th {
    background: var(--nx-bg-alt);
    color: var(--nx-text);
    font-weight: 800;
    font-size: .95rem;
}
.nx-compare td { text-align: center; }
.nx-compare .bi-check-lg { color: var(--nx-accent); font-size: 1.1rem; }
.nx-compare .bi-x-lg { color: #cbd5e1; }
.nx-compare .nx-tag { background: var(--nx-primary-soft); color: var(--nx-primary-dark); border-radius: 6px; font-size: .78rem; font-weight: 700; padding: 2px 8px; }

/* ===================== Depoimentos ===================== */
.nx-testimonials { background: var(--nx-grad-primary); color: #fff; }
.nx-testimonials .nx-h2, .nx-testimonials .nx-sub { color: #fff; }
.nx-testimonials .nx-sub { color: #cfe7fa; }
.nx-testi-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--nx-radius);
    padding: 28px 26px;
    height: 100%;
}
.nx-testi-card .nx-stars { color: #fbbf24; margin-bottom: 10px; }
.nx-testi-card p { color: #eaf4fc; font-size: .98rem; }
.nx-testi-card .nx-testi-author { font-weight: 700; color: #fff; }
.nx-testi-card .nx-testi-author a { color: #fff; }
.nx-testimonials .swiper { padding-bottom: 44px; }
.nx-swiper-testimonials .swiper-slide { height: auto; display: flex; }
.nx-swiper-testimonials .nx-testi-card { width: 100%; }
.nx-testimonials .swiper-pagination-bullet { background: #fff; opacity: .5; }
.nx-testimonials .swiper-pagination-bullet-active { opacity: 1; }

/* ===================== Recursos / Ainda em duvida ===================== */
.nx-resource {
    display: block;
    background: #fff;
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius);
    padding: 24px 18px;
    text-align: center;
    height: 100%;
    color: var(--nx-text);
    transition: transform .25s ease, box-shadow .25s ease;
}
.nx-resource:hover { transform: translateY(-4px); box-shadow: var(--nx-shadow); color: var(--nx-text); }
.nx-resource .bi { font-size: 2rem; color: var(--nx-primary); }
.nx-resource h3 { font-size: 1rem; font-weight: 700; margin: 12px 0 6px; }
.nx-resource p { color: var(--nx-text-muted); font-size: .88rem; margin: 0; }

/* ===================== FAQ ===================== */
.nx-faq .accordion-item {
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-sm) !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.nx-faq .accordion-button { font-weight: 600; }
.nx-faq .accordion-button:not(.collapsed) {
    background: var(--nx-primary-soft);
    color: var(--nx-primary-dark);
    box-shadow: none;
}
.nx-faq .accordion-body { color: var(--nx-text-soft); }

/* ===================== CTA final ===================== */
.nx-cta-final { background: var(--nx-grad-dark); color: #fff; }
.nx-cta-final .nx-h2 { color: #fff; }
.nx-cta-final .nx-sub { color: #b6c8d9; }

/* ===================== Formulario de contato ===================== */
.nx-contact-box {
    background: #fff;
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-lg);
    box-shadow: var(--nx-shadow);
    padding: clamp(1.5rem, 4vw, 2.6rem);
    max-width: 860px;
    margin: 0 auto;
}
.nx-contact-box .form-control {
    border-radius: 10px;
    padding: .7rem .9rem;
    border-color: var(--nx-border);
}
.nx-contact-box .form-control:focus {
    border-color: var(--nx-primary);
    box-shadow: 0 0 0 .2rem rgba(10, 105, 181, .12);
}
.nx-contact-box span[style*="color"], .nx-contact-box .text-danger { font-size: .85rem; }
#next-field { display: none !important; }

/* ===================== Produtos em destaque ===================== */
.nx-product {
    background: #fff;
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius);
    padding: 22px 18px;
    text-align: center;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}
.nx-product:hover { transform: translateY(-4px); box-shadow: var(--nx-shadow); }
.nx-product img {
    width: 92px; height: 92px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--nx-primary-soft);
    margin-bottom: 14px;
}
.nx-product h3 { font-size: 1rem; font-weight: 700; }
.nx-product p { color: var(--nx-text-muted); font-size: .87rem; }

/* ===================== Cards de video (galeria YouTube) ===================== */
.nx-video {
    display: block;
    background: #fff;
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius);
    overflow: hidden;
    height: 100%;
    color: var(--nx-text);
    transition: transform .25s ease, box-shadow .25s ease;
}
.nx-video:hover { transform: translateY(-4px); box-shadow: var(--nx-shadow); color: var(--nx-text); }
.nx-video .nx-video-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #0b2a45;
}
.nx-video .nx-video-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.nx-video .nx-video-thumb::after {
    content: "\25B6";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 54px; height: 54px;
    background: rgba(10, 105, 181, .92);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
    padding-left: 4px;
    transition: background .2s ease;
}
.nx-video:hover .nx-video-thumb::after { background: var(--nx-accent); }
.nx-shot-card .nx-video-thumb::after {
    content: "\1F50D";
    font-size: 1.2rem;
    padding-left: 0;
    background: rgba(10, 105, 181, .85);
    opacity: 0;
    transition: opacity .2s ease, background .2s ease;
}
.nx-shot-card:hover .nx-video-thumb::after { opacity: 1; }
.nx-video h3 {
    font-size: .95rem;
    font-weight: 700;
    padding: 14px 16px;
    margin: 0;
}

/* ===================== Footer ===================== */
.nx-footer { background: var(--nx-bg-dark); color: #b6c8d9; padding: 56px 0 0; font-size: .93rem; }
.nx-footer h5, .nx-footer .nx-ft-h { color: #fff; font-weight: 700; font-size: 1rem; margin-bottom: 16px; }
.nx-footer a { color: #b6c8d9; }
.nx-footer a:hover { color: #fff; }
.nx-footer ul { list-style: none; padding: 0; margin: 0; }
.nx-footer ul li { margin-bottom: 8px; }
.nx-footer .nx-social a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    margin-right: 8px;
    font-size: 1.05rem;
}
.nx-footer .nx-social a:hover { background: var(--nx-primary); color: #fff; }
.nx-footer .nx-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 40px;
    padding: 18px 0;
    font-size: .85rem;
    color: #8aa2b8;
}
.nx-footer .nx-logo-colors b span:nth-child(1) { color: #ff5353; }
.nx-footer .nx-logo-colors b span:nth-child(2) { color: #fff; }
.nx-footer .nx-logo-colors b span:nth-child(3) { color: #28a745; }
.nx-footer .nx-logo-colors b span:nth-child(4) { color: #ff33cc; }

/* ===================== WhatsApp float + voltar ao topo ===================== */
.nx-whats-float {
    position: fixed;
    right: 18px; bottom: 18px;
    z-index: 1050;
    width: 58px; height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
    transition: transform .2s ease;
}
.nx-whats-float:hover { transform: scale(1.08); color: #fff; }

#nxBackTop {
    position: fixed;
    right: 24px; bottom: 88px;
    z-index: 1040;
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 0;
    background: var(--nx-primary);
    color: #fff;
    box-shadow: var(--nx-shadow);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}
#nxBackTop.nx-show { opacity: .9; pointer-events: auto; }

/* ===================== Animacao de entrada ===================== */
.reveal, .wow {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.nx-in, .wow.nx-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal, .wow { opacity: 1; transform: none; transition: none; }
}

/* ===================== Ajustes mobile ===================== */
@media (max-width: 767.98px) {
    .nx-hero { text-align: center; }
    .nx-hero .nx-hero-sub { margin-left: auto; margin-right: auto; }
    .nx-price-card { margin-bottom: 26px; }
    section { scroll-margin-top: 70px; }
    .nx-btn-cta, .nx-btn-outline, .nx-btn-primary { white-space: normal; }
    .nx-compare { font-size: .8rem; }
}
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
