/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Keep the Account dropdown directly below the fixed top navigation. */
#navbar-main .nav_right .login ul.dropdown-menu {
    margin-top: 0;
}

/* Keep the right-side Account control anchored to its button at every width. */
#navbar-main .nav_right .login {
    position: relative;
}

#navbar-main .nav_right .login > ul.navbar-nav {
    margin: 0;
}

#navbar-main .nav_right .login > ul.navbar-nav > li.dropdown {
    position: relative;
}

#navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > .dropdown-menu {
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
    min-width: 230px;
    max-width: calc(100vw - 16px);
    z-index: 10000;
}

#navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > .dropdown-menu > li > a {
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
}

/* Use the same navigation row metrics for the right-side Account item as the
   primary navigation items. This keeps both baselines aligned on desktop. */
#navbar-main #navbar > ul.navbar-nav > li > a,
#navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > a {
    line-height: 38px !important;
    padding: 24px 12px !important;
    box-sizing: border-box;
    vertical-align: top;
}

/* Use the hamburger layout before laptop-width navigation starts wrapping. */
@media only screen and (max-width: 991px) {
    #navbar-main {
        position: relative !important;
        overflow: visible !important;
    }

    #navbar-main .navbar-toggle {
        display: block;
    }

    #navbar-main .navbar-header {
        float: left;
    }

    #navbar-main .nav_right {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
        margin: 0;
        z-index: 10002;
        overflow: visible;
    }

    #navbar-main .nav_right .login > ul.navbar-nav {
        display: block;
        float: none;
        margin: 0 !important;
        white-space: nowrap;
    }

    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown {
        display: block;
        float: none;
    }

    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > a {
        line-height: 38px !important;
        padding: 22px 10px !important;
        box-sizing: border-box;
    }

    #navbar-main #navbar.navbar-collapse.collapse {
        display: none !important;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        padding: 0;
        border: 0;
        background: #434955;
        z-index: 10001;
    }

    #navbar-main #navbar.navbar-collapse.collapse.in {
        display: block !important;
    }

    #navbar-main #navbar > ul.navbar-nav {
        float: none;
        margin: 0;
        padding: 5px 0;
    }

    #navbar-main #navbar > ul.navbar-nav > li {
        display: block;
        float: none;
        width: 100%;
    }

    #navbar-main #navbar > ul.navbar-nav > li > a {
        display: block;
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    /* Keep the mobile header as one fixed navigation row. The legacy theme
       floats Account links, which makes their inherited padding add extra
       height and pushes the item below the logo/hamburger. */
    #navbar-main,
    #navbar-main .navbar-header,
    #navbar-main .nav_right,
    #navbar-main .nav_right .login,
    #navbar-main .nav_right .login > ul.navbar-nav,
    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown {
        height: 60px;
        min-height: 60px;
    }

    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        float: none;
        height: 60px !important;
        min-height: 60px !important;
        padding: 0 12px !important;
        line-height: 1.2 !important;
        box-sizing: border-box;
    }

    /* Match the small-screen top spacing used by the rest of the header. */
    #navbar-main .nav_right {
        top: 8px;
    }

    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > a {
        white-space: nowrap;
    }

    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > .dropdown-menu {
        position: absolute !important;
        display: none;
        top: 60px !important;
        right: 0 !important;
        left: auto !important;
        margin: 0 !important;
        min-width: 210px;
        max-width: calc(100vw - 16px);
        padding: 5px 0 !important;
        overflow: hidden;
    }

    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > .dropdown-menu > li > a {
        display: block;
        float: none;
        width: 100%;
        box-sizing: border-box;
        line-height: 20px !important;
        padding: 12px 16px !important;
        white-space: nowrap;
        background: #434955 !important;
        color: #fff !important;
    }

    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > .dropdown-menu > li > a:hover,
    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > .dropdown-menu > li > a:focus {
        background: #080808 !important;
        color: #fff !important;
    }

    /* The secondary Account menu contains an empty divider item. Its anchor
       must not create a visible blank row on small screens. */
    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > .dropdown-menu > li.nav-divider {
        display: none !important;
    }

    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown.open > .dropdown-menu {
        display: block;
    }

}

@media only screen and (max-width: 374px) {
    #navbar-main .nav_right .login > ul.navbar-nav > li.dropdown > .dropdown-menu {
        min-width: 190px;
        max-width: calc(100vw - 12px);
    }
}

/* Logout uses the same portal login shell and action treatment. */
.n24-logout-page .portal_login_center {
    width: 400px;
    max-width: calc(100% - 30px);
}

.n24-logout-page .portal_login_content {
    padding: 20px;
}

.n24-logout-page .content_panel_sub.contact_us {
    padding: 15px 0 0;
}

.n24-logout-page .content_panel_sub h4 {
    margin: 0 0 18px;
    color: #333;
    font-size: 18px;
    line-height: 1.35;
}

.n24-logout-page .content_panel_sub .alert {
    margin-bottom: 18px;
}

.n24-logout-page .content_panel_sub a.click_to_continue {
    display: block;
    float: none;
    width: 100%;
    height: 40px;
    margin: 15px 0 0;
    padding: 8px 15px;
    box-sizing: border-box;
    color: #fff;
    background: #D11D1D;
    border: 1px solid #D11D1D;
    border-radius: 4px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

.n24-logout-page .content_panel_sub a.click_to_continue:hover,
.n24-logout-page .content_panel_sub a.click_to_continue:focus {
    color: #fff;
    background: #000;
    border-color: #000;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .n24-logout-page .portal_login_center {
        width: calc(100% - 30px);
        max-width: 400px;
        margin-top: 45px;
    }
}

@media only screen and (max-width: 374px) {
    .n24-logout-page .portal_login_center {
        width: calc(100% - 20px);
    }
}

/* Password reset: use the same portal login shell as clientarea.php. */
.n24-password-reset-page {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding: 1px 0 50px;
    box-sizing: border-box;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.n24-password-reset-page .portal_login_center {
    width: 400px;
    max-width: calc(100% - 30px);
    margin: 100px auto 50px;
}

.n24-password-reset-page .portal_login_logo img {
    max-width: 100%;
    height: 50px;
    width: auto;
}

.n24-password-reset-page .portal_login_content {
    padding: 20px;
}

.n24-password-reset-page .content_panel_sub.contact_us {
    padding: 15px 0 0;
}

.n24-password-reset-page .content_panel_sub h4 {
    margin: 0 0 18px;
    color: #333;
    font-size: 18px;
    line-height: 1.35;
}

.n24-password-reset-page .content_panel_sub p {
    line-height: 1.6;
}

.n24-password-reset-page .content_panel_sub form {
    margin-top: 18px;
}

.n24-password-reset-page .content_panel_sub form .form-group {
    margin-bottom: 15px;
}

.n24-password-reset-page .content_panel_sub form label {
    display: block;
    width: auto;
    margin-bottom: 5px;
}

.n24-password-reset-page .content_panel_sub form input.form-control {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.n24-password-reset-page .content_panel_sub form button {
    width: 100%;
}

.n24-password-reset-page .n24-reset-back-link {
    margin-top: 20px;
    margin-bottom: 0;
}

.n24-password-reset-page .n24-reset-back-link a {
    float: right;
    margin: 10px 0;
}

.n24-password-reset-page .using-password-strength .form-control-feedback {
    right: 10px;
    top: 32px;
}

.n24-password-reset-page #inputNewPassword2Msg {
    margin-top: 5px;
}

.n24-password-reset-page .n24-password-validation-page {
    min-height: 0;
}

@media only screen and (max-width: 767px) {
    .n24-password-reset-page {
        padding: 1px 0 30px;
        background-size: auto 100%;
    }

    .n24-password-reset-page .portal_login_center {
        width: calc(100% - 30px);
        max-width: 400px;
        margin-top: 45px;
    }

    .n24-password-reset-page .portal_login_content {
        padding: 18px 15px;
    }
}

@media only screen and (max-width: 374px) {
    .n24-password-reset-page .portal_login_center {
        width: calc(100% - 20px);
    }

    .n24-password-reset-page .portal_login_content {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Password reset pages: match the Network24 blue/green service theme while
   leaving WHMCS form names, actions, security checks and messages untouched. */
.n24-auth-page {
    width: 100%;
    min-height: 480px;
    padding: 38px 15px 76px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.n24-auth-card {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(35, 52, 72, .16);
}

.n24-auth-card-header {
    padding: 30px 34px 27px;
    color: #ffffff;
    background: linear-gradient(135deg, #075bb4 0%, #0e7cc8 100%);
}

.n24-auth-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .86);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.n24-auth-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #075bb4;
    font-size: 15px;
    background: #ffffff;
    border-radius: 50%;
}

.n24-auth-card-header h1 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
}

.n24-auth-card-header p {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.55;
}

.n24-auth-card-body {
    padding: 30px 34px 8px;
}

.n24-auth-card-body .alert {
    margin: 0 0 22px;
    border-radius: 5px;
    line-height: 1.5;
}

.n24-auth-result-copy {
    margin: 0 0 18px;
    color: #4d5a68;
    font-size: 14px;
    line-height: 1.65;
}

.n24-auth-form .form-group {
    margin-bottom: 22px;
}

.n24-auth-form label {
    display: block;
    margin-bottom: 8px;
    color: #304459;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .35px;
}

.n24-auth-form label i {
    width: 16px;
    color: #0b6fc0;
    text-align: center;
}

.n24-auth-form .form-control {
    width: 100%;
    height: 48px;
    padding: 12px 14px;
    color: #293746;
    background: #ffffff;
    border: 1px solid #d8e0e9;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.n24-auth-form .form-control:focus {
    border-color: #1680cf;
    box-shadow: 0 0 0 3px rgba(22, 128, 207, .14);
}

.n24-auth-form .form-control::placeholder {
    color: #9aa8b6;
}

.n24-auth-actions {
    margin-top: 26px;
    text-align: center;
}

.n24-auth-actions .btn {
    min-width: 160px;
    min-height: 44px;
    padding: 10px 22px;
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
}

.n24-auth-actions .btn i {
    margin-right: 7px;
}

.n24-auth-actions .btn-primary {
    background: #0b6fc0;
}

.n24-auth-actions .btn-primary:hover,
.n24-auth-actions .btn-primary:focus {
    background: #07599d;
}

.n24-auth-actions-dual {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.n24-auth-actions-dual .btn {
    margin: 0;
}

.n24-password-strength {
    padding: 14px 16px;
    background: #f6f9fc;
    border: 1px solid #e4ebf2;
    border-radius: 5px;
}

.n24-password-strength .progress {
    margin-bottom: 0;
}

.n24-auth-card-footer {
    padding: 0 34px 27px;
    text-align: center;
}

.n24-auth-back-link {
    color: #0b6fc0;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.n24-auth-back-link:hover,
.n24-auth-back-link:focus {
    color: #07599d;
    text-decoration: none;
}

/* Network24 homepage refresh: scoped so client-area and checkout pages stay unchanged. */
.n24-home {
    --n24-ink: #1f2f43;
    --n24-muted: #667085;
    --n24-blue: #036eae;
    --n24-blue-dark: #07539d;
    --n24-orange: #d11d1d;
    --n24-line: #e5eaf0;
    width: 100%;
    overflow: hidden;
    background: #f7faff;
    color: var(--n24-ink);
    font-family: Montserrat-Regular, Arial, sans-serif;
}

.n24-home h1,
.n24-home h2,
.n24-home h3,
.n24-home h4,
.n24-home h5,
.n24-home h6,
.n24-home .n24-btn,
.n24-home .n24-kicker,
.n24-home .n24-eyebrow {
    font-family: Montserrat-Bold, Montserrat-Regular, Arial, sans-serif;
}

.n24-home .n24-hero h1 {
    font-family: Montserrat-Black, Montserrat-Bold, Montserrat-Regular, Arial, sans-serif;
}

.n24-home *,
.n24-home *:before,
.n24-home *:after {
    box-sizing: border-box;
}

.n24-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.n24-hero {
    position: relative;
    display: flex;
    min-height: 620px;
    align-items: center;
    overflow: hidden;
    background: #09182d;
    color: #fff;
}

.n24-hero-video,
.n24-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.n24-hero-video {
    z-index: 0;
    object-fit: cover;
    opacity: .3;
}

.n24-hero-overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 18, 39, .99) 0%, rgba(5, 18, 39, .9) 48%, rgba(5, 18, 39, .38) 100%), linear-gradient(0deg, rgba(3, 15, 29, .76), transparent 55%);
}

.n24-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: 56px;
    align-items: center;
    padding: 68px 0 76px;
}

.n24-hero-copy {
    max-width: 690px;
}

.n24-eyebrow,
.n24-kicker {
    margin: 0 0 16px;
    color: var(--n24-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1.5;
}

.n24-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #dcecff;
    background: rgba(255, 255, 255, .07);
    letter-spacing: .9px;
}

.n24-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ddc8a;
    box-shadow: 0 0 0 5px rgba(77, 220, 138, .14);
}

.n24-hero h1 {
    margin: 12px 0 22px;
    color: #fff;
    font-size: clamp(40px, 5.2vw, 68px);
    font-weight: 800;
    letter-spacing: -2.3px;
    line-height: 1.03;
}

.n24-hero h1 span,
.n24-section-copy h2 span {
    color: #61b6ff;
}

.n24-hero-lead {
    max-width: 590px;
    margin: 0;
    color: #d6e2f1;
    font-size: 16px;
    line-height: 1.7;
}

.n24-hero-actions,
.n24-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 27px;
}

.n24-home .n24-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .45px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.n24-home .n24-btn:hover,
.n24-home .n24-btn:focus {
    transform: translateY(-2px);
    text-decoration: none;
}

.n24-btn-primary {
    background: var(--n24-blue);
    box-shadow: 0 12px 26px rgba(0, 119, 209, .28);
    color: #fff !important;
}

.n24-btn-primary:hover,
.n24-btn-primary:focus {
    background: #1591ee;
}

.n24-btn-ghost {
    border-color: rgba(255, 255, 255, .42) !important;
    background: rgba(255, 255, 255, .04);
    color: #fff !important;
}

.n24-btn-ghost:hover,
.n24-btn-ghost:focus {
    border-color: #fff !important;
    background: rgba(255, 255, 255, .12);
}

.n24-hero-note {
    margin-top: 23px;
    color: #abc2da;
    font-size: 11px;
    letter-spacing: .3px;
}

.n24-hero-note i {
    margin-right: 7px;
    color: #6ec0ff;
}

.n24-hero-card {
    position: relative;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
    backdrop-filter: blur(8px);
}

.n24-hero-card-top,
.n24-hero-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n24-hero-card-top {
    padding: 5px 4px 15px;
    color: #dcecff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.n24-live-pill {
    color: #7af0aa;
    font-size: 9px;
    letter-spacing: 1px;
}

.n24-live-pill i {
    margin-right: 4px;
    font-size: 7px;
}

.n24-hero-screen {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    border-radius: 11px;
    background: #112946;
}

.n24-hero-screen:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 113, 208, .15), transparent 50%);
    pointer-events: none;
}

.n24-hero-screen img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.n24-screen-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 1;
    padding: 9px 12px;
    border-radius: 6px;
    background: rgba(8, 119, 209, .94);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.n24-screen-badge i {
    margin-right: 5px;
}

.n24-hero-card-bottom {
    gap: 12px;
    padding: 17px 4px 2px;
}

.n24-hero-card-bottom div {
    flex: 1;
}

.n24-hero-card-bottom div + div {
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.n24-hero-card-bottom strong,
.n24-hero-card-bottom small {
    display: block;
}

.n24-hero-card-bottom strong {
    color: #fff;
    font-size: 12px;
}

.n24-hero-card-bottom small {
    margin-top: 4px;
    color: #abc2da;
    font-size: 10px;
}

.n24-scroll-cue {
    position: absolute;
    bottom: 26px;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #abc2da !important;
    font-size: 10px;
    letter-spacing: .7px;
    text-decoration: none !important;
    transform: translateX(-50%);
}

.n24-scroll-cue span {
    display: block;
    width: 22px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 14px;
}

.n24-scroll-cue span:after {
    display: block;
    width: 3px;
    height: 7px;
    margin: 7px auto 0;
    border-radius: 4px;
    background: #fff;
    content: "";
}

.n24-trust-strip {
    border-bottom: 1px solid var(--n24-line);
    background: #fff;
}

.n24-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.n24-trust-item {
    display: flex;
    min-height: 88px;
    align-items: center;
    gap: 13px;
    padding: 16px 20px;
    border-right: 1px solid var(--n24-line);
}

.n24-trust-item:first-child {
    border-left: 1px solid var(--n24-line);
}

.n24-trust-item > i {
    width: 35px;
    color: var(--n24-blue);
    font-size: 23px;
    text-align: center;
}

.n24-trust-item strong,
.n24-trust-item small {
    display: block;
}

.n24-trust-item strong {
    color: var(--n24-ink);
    font-size: 12px;
}

.n24-trust-item small {
    margin-top: 6px;
    color: var(--n24-muted);
    font-size: 10px;
    line-height: 1.35;
}

.n24-section {
    padding: 88px 0;
}

.n24-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 90px;
}

.n24-align-center {
    align-items: center;
}

.n24-device-visual {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n24-device-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 510px);
    max-height: 365px;
    object-fit: contain;
}

.n24-glow {
    position: absolute;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    filter: blur(2px);
}

.n24-glow-blue {
    background: radial-gradient(circle, rgba(65, 167, 242, .27), rgba(65, 167, 242, 0) 68%);
}

.n24-floating-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 14px;
    border: 1px solid var(--n24-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 35px rgba(16, 36, 61, .12);
}

.n24-floating-card i {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #eaf7ef;
    color: #22a05a;
    font-size: 11px;
    line-height: 27px;
    text-align: center;
}

.n24-floating-card span,
.n24-floating-card small {
    display: block;
}

.n24-floating-card span {
    color: var(--n24-ink);
    font-size: 10px;
    font-weight: 800;
}

.n24-floating-card small {
    margin-top: 3px;
    color: var(--n24-muted);
    font-size: 9px;
    font-weight: 400;
}

.n24-floating-card-a {
    top: 28px;
    left: 6px;
}

.n24-floating-card-b {
    right: 7px;
    bottom: 32px;
}

.n24-floating-card-b i {
    background: #eaf4ff;
    color: var(--n24-blue);
}

.n24-section-copy h2,
.n24-section-heading h2,
.n24-cta-inner h2 {
    margin: 0;
    color: var(--n24-ink);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    letter-spacing: -1.4px;
    line-height: 1.12;
}

.n24-section-copy > p:not(.n24-kicker),
.n24-section-heading > p:not(.n24-kicker),
.n24-cta-inner p {
    color: var(--n24-muted);
    font-size: 14px;
    line-height: 1.8;
}

.n24-section-copy > p:not(.n24-kicker) {
    max-width: 540px;
    margin: 22px 0 0;
}

.n24-device-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.n24-device-chips span {
    padding: 8px 11px;
    border: 1px solid #dce8f2;
    border-radius: 5px;
    background: #fff;
    color: #486079;
    font-size: 10px;
    font-weight: 700;
}

.n24-text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 26px;
    color: var(--n24-blue) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.n24-text-link:hover,
.n24-text-link:focus {
    color: var(--n24-blue-dark) !important;
}

.n24-features-section,
.n24-reviews-section {
    background: #fff;
}

.n24-section-heading-center {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.n24-section-heading-center > p:not(.n24-kicker) {
    margin: 16px 0 0;
}

.n24-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.n24-feature-card {
    min-height: 220px;
    padding: 24px 22px;
    border: 1px solid var(--n24-line);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 59, 92, .04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.n24-feature-card:hover {
    border-color: #b9d8ef;
    box-shadow: 0 18px 35px rgba(24, 59, 92, .1);
    transform: translateY(-5px);
}

.n24-feature-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 10px;
    background: #eaf5ff;
    color: var(--n24-blue);
    font-size: 19px;
}

.n24-feature-card:nth-child(2) .n24-feature-icon {
    background: #fff4df;
    color: #df8300;
}

.n24-feature-card:nth-child(3) .n24-feature-icon {
    background: #e9f8f1;
    color: #1c9b61;
}

.n24-feature-card:nth-child(4) .n24-feature-icon {
    background: #f5edff;
    color: #8451c3;
}

.n24-feature-card h3 {
    margin: 22px 0 10px;
    color: var(--n24-ink);
    font-size: 15px;
    font-weight: 800;
}

.n24-feature-card p {
    min-height: 57px;
    margin: 0;
    color: var(--n24-muted);
    font-size: 11px;
    line-height: 1.7;
}

.n24-feature-card a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 18px;
    color: var(--n24-blue) !important;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

.n24-channels-section {
    background: #f7faff;
}

.n24-section-heading-split {
    display: flex;
    gap: 55px;
    align-items: end;
    justify-content: space-between;
}

.n24-section-heading-split > p {
    max-width: 430px;
    margin: 0 0 3px;
}

.n24-channel-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
    margin-top: 42px;
}

.n24-channel-logo {
    display: grid;
    min-height: 80px;
    place-items: center;
    padding: 13px;
    border: 1px solid var(--n24-line);
    border-radius: 8px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.n24-channel-logo:hover {
    box-shadow: 0 12px 22px rgba(16, 36, 61, .08);
    transform: translateY(-3px);
}

.n24-channel-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 39px;
    object-fit: contain;
}

.n24-centered-action {
    margin-top: 32px;
    text-align: center;
}

.n24-btn-dark {
    background: var(--n24-ink);
    color: #fff !important;
}

.n24-btn-dark:hover,
.n24-btn-dark:focus {
    background: var(--n24-blue-dark);
}

.n24-story-section {
    background: #fff;
}

.n24-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.n24-story-card {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 22px;
    border-radius: 9px;
    background: #173452;
    color: #fff;
}

.n24-story-card:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(3, 15, 29, .94) 4%, rgba(3, 15, 29, .04) 70%);
}

.n24-story-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}

.n24-story-card > div {
    position: relative;
    z-index: 1;
}

.n24-story-card .n24-kicker {
    margin-bottom: 9px;
}

.n24-story-card h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.6px;
}

.n24-story-card p:not(.n24-kicker) {
    margin: 11px 0 0;
    color: #d8e6f4;
    font-size: 11px;
    line-height: 1.7;
}

.n24-story-card-news {
    background: #263951;
}

.n24-story-card-family {
    background: #394765;
}

.n24-cta-section {
    padding: 54px 0;
    background: linear-gradient(115deg, #07539d, #0987de);
    color: #fff;
}

.n24-cta-inner {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
}

.n24-cta-inner h2 {
    color: #fff;
}

.n24-cta-inner p {
    max-width: 650px;
    margin: 14px 0 0;
    color: #d9edff;
}

.n24-cta-inner .n24-kicker {
    margin-bottom: 11px;
    color: #a8ddff;
}

.n24-btn-light {
    background: #fff;
    color: var(--n24-blue-dark) !important;
}

.n24-btn-light:hover,
.n24-btn-light:focus {
    background: #eaf6ff;
}

.n24-btn-outline-light {
    border-color: rgba(255, 255, 255, .65) !important;
    color: #fff !important;
}

.n24-btn-outline-light:hover,
.n24-btn-outline-light:focus {
    border-color: #fff !important;
    background: rgba(255, 255, 255, .12);
}

.n24-faq-section {
    background: #f7faff;
}

.n24-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 90px;
    align-items: start;
}

.n24-faq-list {
    border-top: 1px solid var(--n24-line);
}

.n24-faq-list details {
    border-bottom: 1px solid var(--n24-line);
}

.n24-faq-list summary {
    position: relative;
    display: block;
    padding: 20px 35px 20px 0;
    color: var(--n24-ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}

.n24-faq-list summary::-webkit-details-marker {
    display: none;
}

.n24-faq-list summary:after {
    position: absolute;
    top: 20px;
    right: 4px;
    color: var(--n24-blue);
    content: "+";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.n24-faq-list details[open] summary:after {
    content: "−";
}

.n24-faq-list details p {
    max-width: 650px;
    margin: -3px 0 20px;
    color: var(--n24-muted);
    font-size: 12px;
    line-height: 1.75;
}

.n24-reviews-section {
    padding-top: 80px;
}

.n24-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.n24-review-grid blockquote {
    margin: 0;
    padding: 26px 24px;
    border: 1px solid var(--n24-line);
    border-radius: 10px;
    background: #fff;
}

.n24-stars {
    color: var(--n24-orange);
    font-size: 14px;
    letter-spacing: 2px;
}

.n24-review-grid blockquote p {
    min-height: 65px;
    margin: 18px 0;
    color: #526a82;
    font-size: 12px;
    line-height: 1.75;
}

.n24-review-grid cite {
    color: var(--n24-ink);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.n24-review-grid cite span {
    display: block;
    margin-top: 5px;
    color: #8a9bad;
    font-size: 9px;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .n24-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr);
        gap: 35px;
    }

    .n24-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .n24-channel-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .n24-two-column,
    .n24-faq-grid {
        gap: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .n24-shell {
        width: min(100% - 30px, 560px);
    }

    .n24-hero {
        min-height: 710px;
    }

    .n24-hero-grid,
    .n24-two-column,
    .n24-faq-grid {
        grid-template-columns: 1fr;
    }

    .n24-hero-grid {
        gap: 28px;
        padding: 58px 0 72px;
    }

    .n24-hero h1 {
        font-size: 44px;
        letter-spacing: -1.7px;
    }

    .n24-hero-lead {
        font-size: 14px;
    }

    .n24-hero-card {
        width: min(100%, 390px);
        margin: 0 auto;
    }

    .n24-hero-screen,
    .n24-hero-screen img {
        min-height: 205px;
        height: 205px;
    }

    .n24-scroll-cue {
        display: none;
    }

    .n24-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .n24-trust-item,
    .n24-trust-item:first-child {
        min-height: 86px;
        border-top: 1px solid var(--n24-line);
        border-left: 0;
    }

    .n24-trust-item:nth-child(odd) {
        border-left: 1px solid var(--n24-line);
    }

    .n24-trust-item:nth-child(-n+2) {
        border-top: 0;
    }

    .n24-section {
        padding: 70px 0;
    }

    .n24-device-visual {
        min-height: 300px;
        order: 2;
    }

    .n24-floating-card {
        padding: 9px;
    }

    .n24-floating-card-a {
        left: 0;
    }

    .n24-floating-card-b {
        right: 0;
    }

    .n24-section-heading-split,
    .n24-cta-inner {
        display: block;
    }

    .n24-section-heading-split > p {
        margin-top: 17px;
    }

    .n24-channel-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-top: 30px;
    }

    .n24-channel-logo {
        min-height: 65px;
        padding: 8px;
    }

    .n24-channel-logo img {
        height: 29px;
    }

    .n24-story-grid,
    .n24-review-grid {
        grid-template-columns: 1fr;
    }

    .n24-story-card {
        min-height: 285px;
    }

    .n24-cta-inner .n24-cta-actions {
        margin-top: 25px;
    }

    .n24-cta-inner .n24-btn {
        width: 100%;
    }

    .n24-faq-grid {
        gap: 38px;
    }
}

@media only screen and (max-width: 374px) {
    .n24-shell {
        width: calc(100% - 22px);
    }

    .n24-hero h1 {
        font-size: 41px;
    }

    .n24-channel-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .n24-trust-item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .n24-auth-page {
        min-height: 440px;
        padding: 24px 12px 60px;
    }

    .n24-auth-card-header {
        padding: 25px 22px 22px;
    }

    .n24-auth-card-header h1 {
        font-size: 24px;
    }

    .n24-auth-card-header p {
        font-size: 13px;
    }

    .n24-auth-card-body {
        padding: 24px 22px 6px;
    }

    .n24-auth-card-footer {
        padding: 0 22px 24px;
    }
}

@media only screen and (max-width: 374px) {
    .n24-auth-page {
        padding-right: 8px;
        padding-left: 8px;
    }

    .n24-auth-card-header,
    .n24-auth-card-body {
        padding-right: 17px;
        padding-left: 17px;
    }

    .n24-auth-card-footer {
        padding-right: 17px;
        padding-left: 17px;
    }

    .n24-auth-card-header h1 {
        font-size: 22px;
    }
}
