﻿/* ======================================================================
   NA WEBSITE THEME v3 â€” Responsive
   ====================================================================== */

/* â•â•â• Tablet (< 992px) â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 991.98px) {

    /* Sections */
    #wrapwrap section.s_text_image,
    #wrapwrap section.s_numbers {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    #wrapwrap section.s_comparisons {
        padding-top: 56px !important;
        padding-bottom: 64px !important;
    }

    /* Hero */
    #wrapwrap #wrap section.s_cover {
        min-height: auto !important;
        padding-top: 180px !important;
        padding-bottom: 70px !important;
    }
    #wrapwrap #wrap section.s_cover h1 {
        font-size: 2.6rem !important;
    }

    /* Hero buttons stack */
    #wrapwrap #wrap section.s_cover a.btn + a.btn {
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
    #wrapwrap #wrap section.s_cover a.btn {
        display: block !important;
        width: 100% !important;
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* Remove the platform's mb-2 on hero buttons when stacked â€” avoids double spacing */
    #wrapwrap #wrap section.s_cover a.btn.mb-2 {
        margin-bottom: 0 !important;
    }
    /* Tighten the <p> wrapper around the buttons */
    #wrapwrap #wrap section.s_cover .s_allow_columns p:last-child {
        margin-bottom: 0 !important;
    }

    /* Number column dividers switch to top */
    #wrapwrap section.s_numbers .s_nb_column_fixed > div.col-lg-2 {
        border-left: none !important;
        border-top: 1px solid var(--naw-gray-200) !important;
        padding: 24px 16px !important;
    }

    /* Pricing grid items â€” 2 columns on tablet */
    #wrapwrap section.s_comparisons .o_grid_item[data-name="Plan"] {
        max-width: 48% !important;
        min-width: 200px !important;
    }

    /* On tablet reduce gap */
    #wrapwrap section.s_comparisons .row.o_grid_mode {
        gap: 16px !important;
    }

    /* Footer */
    #wrapwrap footer#bottom section.s_text_block {
        padding-top: 48px !important;
    }

    #wrapwrap footer#bottom .col-lg-2,
    #wrapwrap footer#bottom .col-lg-4,
    #wrapwrap footer#bottom .col-lg-5 {
        margin-bottom: 28px !important;
    }
}

/* â•â•â• Phone (< 576px) â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 575.98px) {

    /* Sections */
    #wrapwrap section.s_text_image,
    #wrapwrap section.s_numbers {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    #wrapwrap section.s_comparisons {
        padding-top: 40px !important;
        padding-bottom: 48px !important;
    }

    /* Hero */
    #wrapwrap #wrap section.s_cover {
        min-height: auto !important;
        padding-top: 160px !important;
        padding-bottom: 60px !important;
    }
    #wrapwrap #wrap section.s_cover h1 {
        font-size: 2rem !important;
    }
    #wrapwrap #wrap section.s_cover p.lead {
        font-size: 0.92rem !important;
        margin-bottom: 28px !important;
    }

    /* Page title */
    #wrapwrap #wrap section.s_title {
        padding: 48px 0 !important;
    }
    #wrapwrap #wrap section.s_title h1 {
        font-size: 1.8rem !important;
    }

    /* Content headings */
    #wrapwrap section.s_text_image h2 {
        font-size: 1.6rem !important;
    }
    #wrapwrap section.s_numbers h2 {
        font-size: 1.4rem !important;
    }

    /* Number counters */
    #wrapwrap section.s_numbers span.display-1-fs,
    #wrapwrap section.s_numbers .s_number {
        font-size: 2.2rem !important;
    }

    /* Pricing heading â€” replaced text size */
    #wrapwrap section.s_comparisons h2.h3-fs::before {
        font-size: 1.6rem !important;
    }

    /* Card sizing */
    #wrapwrap section.s_comparisons .s_card.card .card-body {
        padding: 28px 20px 20px !important;
    }
    #wrapwrap section.s_comparisons .s_card.card .card-body .display-1-fs {
        font-size: 2.6rem !important;
    }
    #wrapwrap section.s_comparisons .s_card.card .card-footer {
        padding: 16px 18px !important;
    }

    /* Pricing â€” stack cards on phone */
    #wrapwrap section.s_comparisons .row.o_grid_mode {
        flex-direction: column !important;
        gap: 16px !important;
        align-items: center !important;
    }
    #wrapwrap section.s_comparisons .o_grid_item[data-name="Plan"] {
        max-width: 360px !important;
        width: 100% !important;
    }

    /* Body text */
    #wrapwrap #wrap p,
    #wrapwrap #bottom p {
        font-size: 0.94rem !important;
    }

    /* Footer */
    #wrapwrap footer#bottom section.s_text_block {
        padding-top: 40px !important;
    }
    #wrapwrap footer#bottom .o_footer_copyright {
        text-align: center !important;
    }

    /* Social */
    #wrapwrap footer#bottom .s_social_media a {
        width: 36px !important;
        height: 36px !important;
    }

    /* Buttons full-width */
    #wrapwrap section.s_text_image a.btn {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
}

/* â•â•â• Touch devices â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (hover: none) and (pointer: coarse) {
    header#top #top_menu.navbar-nav > li.nav-item > a.nav-link {
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
    }
    #wrapwrap footer#bottom ul li a {
        min-height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
    }
    /* No hover transforms on touch */
    #wrapwrap section.s_comparisons .s_card.card:hover,
    #wrapwrap section.s_text_image img.img-fluid:hover {
        transform: none !important;
    }
}

/* â•â•â• Hide Livechat Bubble Globally â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* Customers must navigate to the Support tab to use the chatbot.
   The floating livechat popup is hidden on all public pages.      */
.o-livechat-root,
.o_livechat_button,
.o-livechat-LivechatButton {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
