.NB-welcome .NB-body-inner {
    overflow: auto;
    height: 100%;
    width: 100%;
    position: absolute;
}

.NB-welcome.NB-show-reader .NB-splash-info.NB-splash-top,
.NB-welcome-tryout-active .NB-splash-info.NB-splash-top {
    display: none;
}

.NB-welcome .NB-splash-info.NB-splash-top .NB-splash-title {
    display: none;
}

.NB-welcome .NB-splash-info.NB-splash-top {
    height: 70px;
    position: absolute;
    top: 0;
    border-top: none;
    border-bottom: none;
    background: none;
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    z-index: 10;
}

.NB-welcome .NB-splash-info.NB-splash-bottom {
    height: 6px;
    position: absolute;
    top: 0;
    border-top: none;
    border-bottom: none;
    background: none;
    background-color: rgba(0, 0, 0, .4);
}

.NB-welcome .NB-splash-info.NB-splash-bottom {
    position: relative;
    height: auto;
    float: left;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .4);
}

.NB-welcome .NB-splash-info .NB-splash-links {
    position: relative;
    left: 50%;
    width: auto;
    float: left;
}

.NB-welcome .NB-splash-info .NB-splash-links li {
    position: relative;
    right: 50%;
}

.NB-welcome .NB-splash-info .NB-splash-links a {
    color: rgba(255, 255, 255, .7);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.NB-welcome .NB-splash-info .NB-splash-links a:hover {
    color: #F4DD43;
}

/* ========== */
/* = Common = */
/* ========== */

.NB-welcome .NB-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}


.NB-button {
    border: 1px solid #07360F;
    font-size: 12px;
    padding: 4px 12px;
    margin: 2px 4px 2px;
    -moz-box-shadow: 2px 2px 0 rgba(35, 35, 35, 0.4);
    -webkit-box-shadow: 2px 2px 0 rgba(35, 35, 35, 0.4);
    box-shadow: 2px 2px 0 rgba(35, 35, 35, 0.4);
    border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    color: #404040;
}

.NB-button:active {
    -moz-box-shadow: 1px 1px 0 rgba(35, 35, 35, 0.6);
    -webkit-box-shadow: 1px 1px 0 rgba(35, 35, 35, 0.6);
    box-shadow: 1px 1px 0 rgba(35, 35, 35, 0.6);
}

.NB-welcome-container.NB-welcome-tryout {
    overflow-x: hidden;
}

/* ========================== */
/* = Tryout Signup Banner   = */
/* ========================== */

/* Light mode (default) */
.NB-tryout-signup-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #f5f0e6 0%, #ece5d5 100%);
    border-bottom: 1px solid rgba(217, 166, 33, 0.25);
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
    position: sticky;
    top: 0;
    z-index: 5;
}

.NB-tryout-signup-banner:hover {
    background: linear-gradient(135deg, #efe9d8 0%, #e6dece 100%);
}

.NB-tryout-signup-banner:hover .NB-tryout-signup-banner-button {
    background: #C4941B;
}

.NB-tryout-signup-banner-logo {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: url(/media/img/logo_512.png) no-repeat center center;
    background-size: 28px;
    filter: drop-shadow(0 1px 4px rgba(217, 166, 33, 0.3));
}

.NB-tryout-signup-banner-content {
    flex: 1;
    min-width: 0;
}

.NB-tryout-signup-banner-text {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #3a3226;
    line-height: 1.2;
}

.NB-tryout-signup-banner-subtext {
    font-size: 11px;
    color: rgba(58, 50, 38, 0.55);
    margin-top: 2px;
    line-height: 1.3;
}

.NB-tryout-signup-banner-button {
    flex-shrink: 0;
    background: #D9A621;
    color: white;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 8px;
    transition: background 0.2s ease;
    letter-spacing: 0.3px;
}

/* Dark mode */
.NB-dark .NB-tryout-signup-banner {
    background: linear-gradient(135deg, #1a1f1f 0%, #242b2b 100%);
    border-bottom-color: rgba(217, 166, 33, 0.2);
}

.NB-dark .NB-tryout-signup-banner:hover {
    background: linear-gradient(135deg, #1f2626 0%, #2a3232 100%);
}

.NB-dark .NB-tryout-signup-banner-text {
    color: white;
}

.NB-dark .NB-tryout-signup-banner-subtext {
    color: rgba(255, 255, 255, 0.45);
}

/* ================================ */
/* = Back to Login Banner          = */
/* ================================ */

/* If both tryfeed and tryout signup banners exist, hide the duplicate */
.NB-tryfeed-signup-banner ~ .NB-tryout-signup-banner {
    display: none !important;
}

/* Hide the feed list login banner on desktop - signup link lives in story titles instead */
@media (min-width: 769px) {
    .NB-tryout-back-banner {
        display: none !important;
    }
}

/* Full-bleed images in tryout/anonymous story view.
   Must beat reader.css specificity (0,4,1) for .NB-table-image.NB-large-image
   and .NB-large-image.NB-large-image-widen rules, so target .NB-large-image
   to reach specificity (0,4,2). */
body.NB-is-anonymous .NB-feed-story .NB-feed-story-content img.NB-large-image {
    max-width: calc(100% + 56px) !important;
    width: calc(100% + 56px) !important;
    margin-left: -28px !important;
    margin-right: -28px !important;
    border-radius: 0 !important;
}

.NB-tryout-back-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #3d5a52 0%, #2d4a42 100%);
    border-bottom: 1px solid rgba(217, 166, 33, 0.2);
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.NB-tryout-back-banner:hover {
    background: linear-gradient(135deg, #4a6a60 0%, #3a5a50 100%);
}

.NB-tryout-back-banner:active {
    background: linear-gradient(135deg, #345048 0%, #264038 100%);
}

.NB-tryout-back-banner-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    position: relative;
}

.NB-tryout-back-banner-arrow::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
}

.NB-tryout-back-banner-content {
    flex: 1;
    min-width: 0;
}

.NB-tryout-back-banner-text {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
}

.NB-tryout-back-banner-cta {
    flex-shrink: 0;
    background: #D9A621;
    color: white;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 7px;
    transition: background 0.2s ease;
    letter-spacing: 0.2px;
}

.NB-tryout-back-banner:hover .NB-tryout-back-banner-cta {
    background: #C4941B;
}

/* Dark mode */
.NB-dark .NB-tryout-back-banner {
    background: linear-gradient(135deg, #1a2525 0%, #141e1e 100%);
    border-bottom-color: rgba(217, 166, 33, 0.15);
}

.NB-dark .NB-tryout-back-banner:hover {
    background: linear-gradient(135deg, #1f2e2e 0%, #192626 100%);
}

/* ============================================= */
/* = Mobile Single-Pane Layout (Reusable)       = */
/* = Applied via body.NB-mobile-single-pane      = */
/* = Used by: tryout (unauth), mobile (auth)     = */
/* ============================================= */

@media (max-width: 768px) {
    /* Feed list: full-width overlay */
    body.NB-mobile-single-pane .NB-layout .left-pane {
        position: absolute !important;
        width: 100% !important;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
    }

    /* Story titles: full-width overlay on top of feed list */
    body.NB-mobile-single-pane.NB-show-reader .NB-layout .right-pane {
        position: absolute !important;
        width: 100% !important;
        z-index: 20 !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }

    /* Story titles: full-width, always on top */
    body.NB-mobile-single-pane.NB-show-reader .right-pane #story_titles {
        display: block !important;
        width: 100% !important;
        right: 0 !important;
        height: auto !important;
        bottom: 0 !important;
    }

    /* Sticky toolbar and signup banner at top of story titles */
    body.NB-mobile-single-pane.NB-show-reader #story_titles > .NB-mobile-back-toolbar {
        position: sticky !important;
        top: 0 !important;
        z-index: 10 !important;
    }

    /* Re-show tryfeed signup banner on mobile (hidden on desktop above) */
    body.NB-mobile-single-pane.NB-show-reader #story_titles > .NB-tryfeed-signup-banner {
        display: flex !important;
        position: sticky !important;
        top: 38px !important;
        z-index: 9 !important;
    }

    /* Story detail pane: hidden by default, shown as third overlay when story is open */
    body.NB-mobile-single-pane.NB-show-reader .right-pane #story_pane {
        display: none !important;
    }

    body.NB-mobile-single-pane.NB-mobile-story-open .right-pane #story_pane {
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 30 !important;
        background: #f4f4f4;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* Sticky toolbar at top of scrolling story pane */
    body.NB-mobile-single-pane.NB-mobile-story-open #story_pane > .NB-mobile-back-toolbar {
        position: sticky !important;
        top: 0 !important;
        z-index: 40 !important;
    }

    /* Sticky signup banner below toolbar */
    body.NB-mobile-single-pane.NB-mobile-story-open #story_pane > .NB-tryout-signup-banner {
        display: flex !important;
        position: sticky !important;
        top: 38px !important;
        z-index: 39 !important;
    }

    /* Story pane container flows naturally (not absolute) */
    body.NB-mobile-single-pane.NB-mobile-story-open .NB-story-pane-container {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Hide iframe (page view) - mobile uses feed/text views only */
    body.NB-mobile-single-pane.NB-mobile-story-open .NB-feed-iframe {
        display: none !important;
    }

    /* Only show the feed story view, hide text/page views
       (needs #story_pane ID to beat reader.css specificity) */
    body.NB-mobile-single-pane.NB-mobile-story-open #story_pane .NB-feed-story-view {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    body.NB-mobile-single-pane.NB-mobile-story-open #story_pane .NB-text-view,
    body.NB-mobile-single-pane.NB-mobile-story-open #story_pane .NB-story-view {
        display: none !important;
    }

    /* Stories container flows naturally for scrolling */
    body.NB-mobile-single-pane.NB-mobile-story-open .NB-feed-stories-container {
        height: auto !important;
        overflow: visible !important;
    }

    /* Full-bleed story content on mobile */
    body.NB-mobile-single-pane.NB-mobile-story-open .NB-feed-story .NB-story-content-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.NB-mobile-single-pane.NB-mobile-story-open .NB-feed-story .NB-story-content-positioning-wrapper {
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.NB-mobile-single-pane.NB-mobile-story-open .NB-feed-story .NB-feed-story-content {
        margin-right: 0 !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.NB-mobile-single-pane.NB-mobile-story-open .NB-feed-story .NB-feed-story-content img {
        max-width: calc(100% + 24px) !important;
        width: calc(100% + 24px) !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    body.NB-dark.NB-mobile-single-pane.NB-mobile-story-open .right-pane #story_pane {
        background: #303030;
    }

    /* Hide layout divider borders that leak through on mobile */
    body.NB-mobile-single-pane .ui-layout-resizer,
    body.NB-mobile-single-pane .ui-layout-toggler {
        display: none !important;
    }

    /* Hide desktop feedbar nav and bottom taskbar */
    body.NB-mobile-single-pane.NB-show-reader .right-pane .content-north {
        display: none !important;
    }

    body.NB-mobile-single-pane.NB-show-reader .right-pane #story_taskbar {
        display: none !important;
    }

    /* Override layout plugin offsets so content-pane fills the right-pane */
    body.NB-mobile-single-pane.NB-show-reader .right-pane .content-pane {
        top: 0 !important;
        bottom: 0 !important;
        height: auto !important;
    }
}

/* ============================================= */
/* = Welcome Tryout Overrides (Unauth-only)     = */
/* ============================================= */

@media (max-width: 768px) {
    /* Keep splash/welcome hidden while tryout is active */
    body.NB-welcome-tryout-active .NB-splash,
    body.NB-welcome-tryout-active #NB-splash,
    body.NB-welcome-tryout-active #NB-splash-overlay,
    body.NB-welcome-tryout-active .NB-welcome-footer {
        display: none !important;
    }

    /* Hide the welcome.js signup banner when story view is showing (reader.js has its own) */
    body.NB-welcome-tryout-active.NB-show-reader .NB-tryout-signup-banner {
        display: none !important;
    }
}

/* ============================================= */
/* = Back to Feeds Toolbar (Mobile)             = */
/* ============================================= */

.NB-mobile-back-toolbar {
    display: none;
}

@media (max-width: 768px) {
    body.NB-mobile-single-pane.NB-show-reader .NB-mobile-back-toolbar {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        gap: 10px;
        padding: 10px 14px;
        background: linear-gradient(135deg, #3d5a52 0%, #2d4a42 100%);
        border-bottom: 1px solid rgba(217, 166, 33, 0.2);
        cursor: pointer;
        user-select: none;
        transition: background 0.2s ease;
    }

    body.NB-mobile-single-pane.NB-show-reader .NB-mobile-back-toolbar:hover {
        background: linear-gradient(135deg, #4a6a60 0%, #3a5a50 100%);
    }

    body.NB-mobile-single-pane.NB-show-reader .NB-mobile-back-toolbar:active {
        background: linear-gradient(135deg, #345048 0%, #264038 100%);
    }
}

.NB-mobile-back-toolbar-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    position: relative;
}

.NB-mobile-back-toolbar-arrow::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
}

.NB-mobile-back-toolbar-text {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    flex: 1;
}

.NB-mobile-back-toolbar-action {
    flex-shrink: 0;
    background: #D9A621;
    color: white;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    transition: background 0.2s ease;
    letter-spacing: 0.2px;
}

.NB-mobile-back-toolbar:hover .NB-mobile-back-toolbar-action {
    background: #C4941B;
}

/* Dark mode */
@media (max-width: 768px) {
    body.NB-dark.NB-mobile-single-pane.NB-show-reader .NB-mobile-back-toolbar {
        background: linear-gradient(135deg, #1a2525 0%, #141e1e 100%);
        border-bottom-color: rgba(217, 166, 33, 0.15);
    }

    body.NB-dark.NB-mobile-single-pane.NB-show-reader .NB-mobile-back-toolbar:hover {
        background: linear-gradient(135deg, #1f2e2e 0%, #192626 100%);
    }
}

/* ========== */
/* = Header = */
/* ========== */

.NB-welcome-hero-wrap {
    position: relative;
    background: linear-gradient(180deg, #dcc8a0 0%, #c4a870 50%, #8a7048 100%);
    overflow: hidden;
}

.NB-welcome-header-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
}

.NB-welcome-header {
    position: relative;
    z-index: 1;
    color: #2d261a;
}

/* Split hero: branding left, form right */
.NB-welcome-header-hero {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
    padding: 102px 48px 64px;
    display: flex;
    align-items: center;
    gap: 64px;
}

.NB-welcome-header-branding {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.NB-welcome-header .NB-welcome-header-logo {
    margin: 0 0 8px;
}

.NB-welcome-header .NB-welcome-header-logo img {
    height: 88px;
    width: 88px;
    filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.15));
    transition: opacity .15s ease-in-out;
    opacity: .9;
}

.NB-welcome-header .NB-welcome-header-logo img:hover {
    opacity: 1;
}

.NB-welcome-header-title {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #2d261a;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.3);
    margin: 0 0 12px;
    line-height: 1.1;
}

.NB-welcome-header .NB-welcome-header-tagline {
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, serif;
    font-style: italic;
    font-size: 20px;
    color: rgba(45, 38, 26, 0.65);
    margin: 0 0 32px;
    line-height: 1.5;
    max-width: 400px;
}

/* ==================== */
/* = Frosted Formcard = */
/* ==================== */

.NB-welcome-header-formcard {
    width: 340px;
    flex-shrink: 0;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.45);
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

@supports not (backdrop-filter: blur(20px)) {
    .NB-welcome-header-formcard {
        background: rgba(70, 55, 35, 0.85);
    }
}

/* Segmented control */
.NB-welcome-header-segment {
    display: flex;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 2px;
    margin: 0 0 20px;
    position: relative;
}

/* Sliding glass pill */
.NB-welcome-header-segment::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(50% - 2px);
    height: calc(100% - 4px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.1),
        0 0 0 0.5px rgba(0, 0, 0, 0.04);
    transform: translateX(0%);
    transition: transform 0.45s cubic-bezier(0.4, 0.0, 0.1, 1.0);
    z-index: 0;
}

.NB-welcome-header-segment.NB-segment-right::before {
    transform: translateX(100%);
}

.NB-segment-option {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(45, 38, 26, 0.45);
    border-radius: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none;
    position: relative;
    z-index: 1;
}

.NB-segment-option:hover {
    color: rgba(45, 38, 26, 0.7);
}

.NB-segment-option.NB-active {
    color: #2d261a;
}

/* Form panels */
.NB-formcard-panel {
    display: none;
}

.NB-formcard-panel.NB-active {
    display: block;
}

/* Form field wrappers */
.NB-formcard-field {
    margin: 0 0 12px;
}

.NB-formcard-field label {
    display: none;
}

/* Form inputs */
.NB-welcome-header-formcard input[type=text],
.NB-welcome-header-formcard input[type=password],
.NB-welcome-header-formcard input[type=email] {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    font-family: 'Whitney SSm A', 'Whitney SSm B', sans-serif;
    font-size: 16px;
    color: #2d261a;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.NB-welcome-header-formcard input[type=text]::placeholder,
.NB-welcome-header-formcard input[type=password]::placeholder,
.NB-welcome-header-formcard input[type=email]::placeholder {
    color: rgba(45, 38, 26, 0.35);
}

.NB-welcome-header-formcard input[type=text]:focus,
.NB-welcome-header-formcard input[type=password]:focus,
.NB-welcome-header-formcard input[type=email]:focus {
    border-color: rgba(217, 166, 33, 0.5);
    background: rgba(255, 255, 255, 0.75);
}

.NB-welcome-header-formcard input[type=hidden] {
    display: none;
}

/* Submit button */
.NB-welcome-submit-button {
    width: 100%;
    background: #D9A621;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #2d261a;
    cursor: pointer;
    text-transform: capitalize;
    transition: background 0.2s ease;
    box-sizing: border-box;
    margin: 4px 0 0;
}

.NB-welcome-submit-button:hover {
    background: #C4941B;
}

.NB-welcome-submit-button:active {
    background: #B08518;
}

/* Forgot password */
.NB-welcome-forgot {
    display: block;
    text-align: center;
    margin: 14px 0 0;
    color: rgba(45, 38, 26, 0.5);
    font-size: 13px;
    text-decoration: none;
}

.NB-welcome-forgot:hover {
    color: #2d261a;
}

/* Error display */
.NB-formcard-errors {
    margin: 12px 0 0;
}

.NB-formcard-errors .errorlist {
    list-style: none;
    font-size: 13px;
    color: #F5A87A;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* ================================ */
/* = Header Try-out / Actions     = */
/* ================================ */

.NB-welcome-header .NB-welcome-header-actions {
    margin: 0;
    float: none;
    background: none;
    border-radius: 0;
    overflow: visible;
}

.NB-welcome-header .NB-welcome-header-actions .NB-button-tryout {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    border: 1px solid rgba(45, 38, 26, 0.15);
    background: rgba(255, 255, 255, 0.25);
    color: rgba(45, 38, 26, 0.7);
    border-radius: 12px;
    text-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.NB-welcome-header .NB-welcome-header-actions .NB-button-tryout:hover {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(45, 38, 26, 0.25);
    color: #2d261a;
}

.NB-welcome-header .NB-welcome-header-actions .NB-button-tryout:active {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0.96);
}

.NB-welcome-header .NB-welcome-header-actions .NB-button-tryout img {
    filter: brightness(0);
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.NB-welcome-header .NB-welcome-header-actions .NB-button-tryout:hover img {
    opacity: 0.8;
}

/* Tryout chevron hint */
.NB-tryout-chevrons {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 3px 0;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.25s ease,
                margin 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.NB-tryout-chevron {
    display: block;
    width: 6px;
    height: 6px;
    flex-shrink: 0;
}

/* Left chevrons: point left, visible by default */
.NB-tryout-chevrons-left {
    width: 26px;
    opacity: 1;
    margin-right: -2px;
}

.NB-tryout-chevrons-left .NB-tryout-chevron {
    border-left: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.15;
    animation: chevron-wave-left 2.4s ease-in-out infinite;
}

.NB-tryout-chevrons-left .NB-tryout-chevron:nth-child(1) { animation-delay: 0.3s; }
.NB-tryout-chevrons-left .NB-tryout-chevron:nth-child(2) { animation-delay: 0.15s; }
.NB-tryout-chevrons-left .NB-tryout-chevron:nth-child(3) { animation-delay: 0s; }

@keyframes chevron-wave-left {
    0%, 100% { opacity: 0.15; transform: rotate(45deg) translateX(0); }
    30% { opacity: 0.7; transform: rotate(45deg) translateX(-2px); }
    60% { opacity: 0.15; transform: rotate(45deg) translateX(0); }
}


/* Right chevrons: point right, collapsed by default */
.NB-tryout-chevrons-right {
    width: 0;
    opacity: 0;
    margin-left: 0;
}

.NB-tryout-chevrons-right .NB-tryout-chevron {
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    opacity: 0.15;
}

/* Opening: left collapses first, then right expands */
.NB-welcome-tryout .NB-tryout-chevrons-left {
    width: 0;
    opacity: 0;
    margin-right: 0;
    transition-delay: 0s;
}

.NB-welcome-tryout .NB-tryout-chevrons-left .NB-tryout-chevron {
    animation: none;
}

.NB-welcome-tryout .NB-tryout-chevrons-right {
    width: 26px;
    opacity: 1;
    margin-left: -2px;
    transition-delay: 0.3s;
}

.NB-welcome-tryout .NB-tryout-chevrons-right .NB-tryout-chevron {
    animation: chevron-wave-right 2.4s ease-in-out infinite;
}

.NB-welcome-tryout .NB-tryout-chevrons-right .NB-tryout-chevron:nth-child(1) { animation-delay: 0.3s; }
.NB-welcome-tryout .NB-tryout-chevrons-right .NB-tryout-chevron:nth-child(2) { animation-delay: 0.15s; }
.NB-welcome-tryout .NB-tryout-chevrons-right .NB-tryout-chevron:nth-child(3) { animation-delay: 0s; }

@keyframes chevron-wave-right {
    0%, 100% { opacity: 0.15; transform: rotate(-45deg) translateX(0); }
    30% { opacity: 0.7; transform: rotate(-45deg) translateX(2px); }
    60% { opacity: 0.15; transform: rotate(-45deg) translateX(0); }
}


/* Closing: right collapses first, then left re-expands */
.NB-tryout-chevrons-left {
    transition-delay: 0.3s;
}

.NB-tryout-chevrons-right {
    transition-delay: 0s;
}

/* ======================== */
/* = Platform Showcase    = */
/* ======================== */

.NB-welcome-platforms {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) 0px,
        rgba(255, 255, 255, 0.2) 100px,
        rgba(255, 255, 255, 0.4) 300px,
        rgba(255, 255, 255, 0.6) 600px);
    padding: 80px 0 0;
    overflow: hidden;
}

/* Section header */
.NB-welcome-platforms-header {
    text-align: center;
    margin: 0 0 72px;
    padding: 24px 24px 0;
}

.NB-platforms-heading {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #2d261a;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.NB-platforms-subheading {
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, serif;
    font-style: italic;
    font-size: 21px;
    color: rgba(45, 38, 26, 0.55);
    line-height: 1.5;
}

/* Each platform row */
.NB-welcome-platform {
    padding: 0 0 96px;
}

.NB-platform-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    gap: 64px;
}

/* Reversed layout (screenshot on left) */
.NB-platform-reversed .NB-platform-inner {
    flex-direction: row-reverse;
}

/* Text column */
.NB-platform-text {
    flex: 0 0 320px;
}

.NB-platform-badge {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8a6d20;
    margin: 0 0 16px;
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid rgba(138, 109, 32, 0.3);
    border-radius: 4px;
    background: rgba(217, 166, 33, 0.12);
}

.NB-platform-title {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #2d261a;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.3px;
}

.NB-platform-description {
    font-size: 16px;
    color: rgba(58, 46, 30, 0.75);
    line-height: 1.65;
}

/* Screenshot column */
.NB-platform-screenshot {
    flex: 1;
    min-width: 0;
}

.NB-platform-screenshot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Web platform: slightly larger screenshot area */
.NB-platform-web .NB-platform-screenshot {
    flex: 1.2;
}

/* Android image is nearly square, cap its height to match the others */
.NB-platform-android .NB-platform-screenshot img {
    max-height: 420px;
    width: auto;
    max-width: 100%;
}

/* ======================= */
/* = Responsive          = */
/* ======================= */

@media (max-width: 900px) {
    .NB-welcome .NB-splash-info.NB-splash-top {
        height: auto;
        padding: 0;
    }
    .NB-welcome-header-hero {
        flex-direction: column;
        padding: 78px 24px 48px;
        gap: 36px;
        align-items: stretch;
        text-align: center;
    }
    .NB-welcome-header .NB-welcome-header-tagline {
        max-width: none;
    }
    .NB-welcome-header-branding {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .NB-welcome-header-formcard {
        width: 100%;
        max-width: 380px;
        align-self: center;
    }
    .NB-welcome-header .NB-welcome-header-actions {
        text-align: center;
    }
}

@media (max-width: 430px) {
    .NB-welcome-header-formcard {
        width: calc(100% - 24px);
    }
}

@media (max-width: 768px) {
    .NB-welcome-platforms {
        padding: 56px 0 0;
    }
    .NB-welcome-platforms-header {
        margin: 0 0 48px;
    }
    .NB-platforms-heading {
        font-size: 30px;
    }
    .NB-welcome-platform {
        padding: 0 0 56px;
    }
    .NB-platform-inner,
    .NB-platform-reversed .NB-platform-inner {
        flex-direction: column;
        padding: 0 24px;
        gap: 32px;
        text-align: center;
    }
    .NB-platform-text {
        flex: none;
        width: 100%;
    }
    .NB-platform-title {
        font-size: 26px;
    }
}



/* ============ */
/* = Features = */
/* ============ */

.NB-welcome-features-wrap {
    background: linear-gradient(180deg, #f5eedd 0%, #ebe0c2 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 0;
}

.NB-welcome-features-header {
    text-align: center;
    padding: 64px 24px 0;
}

.NB-features-heading {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #3a2e1e;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
}

.NB-features-subheading {
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    color: #8a7a5a;
    line-height: 1.5;
}

/* Feature groups — 2x2 mosaic */
.NB-welcome-feature-groups {
    margin: 48px 0 24px;
}

.NB-welcome-feature-groups > .NB-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 48px;
}

.NB-feature-group {
    border-left: 3px solid transparent;
    padding-left: 20px;
}

.NB-feature-group-read  { border-left-color: #c0a06a; }
.NB-feature-group-smart { border-left-color: #7a9a5a; }
.NB-feature-group-share { border-left-color: #8a6a9a; }
.NB-feature-group-everywhere { border-left-color: #5a8aaa; }

.NB-feature-group-label {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 14px;
    padding: 0;
}

.NB-feature-group-read  .NB-feature-group-label { color: #b0903a; }
.NB-feature-group-smart .NB-feature-group-label { color: #5a7a3a; }
.NB-feature-group-share .NB-feature-group-label { color: #7a5a8a; }
.NB-feature-group-everywhere .NB-feature-group-label { color: #4a7a9a; }

.NB-feature-group-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Individual feature item */
a.NB-fgi {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px 10px 0;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    transition: background-color 0.15s ease;
}

a.NB-fgi:hover {
    background-color: rgba(0, 0, 0, 0.035);
    text-decoration: none;
}

a.NB-fgi img {
    width: 128px;
    height: 128px;
    border-radius: 6px;
    object-fit: cover;
    object-position: left top;
    flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.NB-fgi-text {
    min-width: 0;
}

.NB-fgi-caption {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #3a2e1e;
    line-height: 1.2;
}

.NB-fgi-desc {
    color: #8a7a6a;
    font-size: 16px;
    line-height: 1.45;
    margin-top: 4px;
}

/* =========== */
/* = Pricing = */
/* =========== */

.NB-welcome-pricing {
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 48px 0;
    background: linear-gradient(180deg, #f5eedd 0%, #ebe0c2 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.NB-welcome-pricing h2 {
    text-align: center;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #3a2e1e;
    letter-spacing: -0.5px;
}

.NB-welcome-pricing>.NB-inner>p {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: rgba(58, 46, 30, 0.6);
    margin: 0 auto 24px;
    max-width: 750px;
}

.NB-pricing-trial-callout {
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 8px;
    padding: 14px 20px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 15px;
    color: #0d7c5a;
    max-width: 580px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.05);
}

.NB-pricing-trial-callout strong {
    color: #0a6b4d;
    font-weight: 600;
}

/* Tier Card Layout */
.NB-pricing-tiers {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
}

.NB-pricing-tier {
    flex: 1;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.04),
        0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.NB-pricing-tier:hover {
    transform: translateY(-4px);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.06),
        0 16px 40px rgba(0, 0, 0, 0.1);
}

/* Premium tier proportions: 34-38-28 */
.NB-pricing-tier-premium {
    flex: 34;
}

.NB-pricing-tier-archive {
    flex: 38;
}

.NB-pricing-tier-pro {
    flex: 28;
}

/* Bottom row: Free and Self-Hosted side by side */
.NB-pricing-tiers-bottom {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 16px;
}

.NB-pricing-tiers-bottom .NB-pricing-tier {
    flex: 1;
}

/* Tier Headers */
.NB-pricing-tier-header {
    padding: 20px 16px;
    text-align: center;
}

/* Free tier header */
.NB-pricing-tier-free .NB-pricing-tier-header {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    padding: 16px;
}

.NB-pricing-tier-free .NB-pricing-tier-name {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.NB-pricing-tier-free .NB-pricing-tier-features {
    background: rgba(0, 0, 0, 0.02);
    padding: 16px 20px;
    flex: 1;
}

.NB-pricing-tier-free .NB-pricing-tier-features li {
    color: rgba(58, 46, 30, 0.7);
    padding: 8px 0;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.NB-pricing-tier-free .NB-pricing-tier-features li span {
    flex: 1;
}

.NB-pricing-tier-free .NB-pricing-bullet {
    width: 18px;
    height: 18px;
    background-image: url('/media/embed/icons/nouns/accept.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(95%) contrast(100%);
    flex-shrink: 0;
    margin-top: 1px;
}

/* Self-hosted tier */
.NB-pricing-tier-selfhosted .NB-pricing-tier-header {
    background: linear-gradient(135deg, #475569 0%, #334155 100%);
    padding: 14px 16px;
}

.NB-pricing-tier-selfhosted .NB-pricing-tier-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 2px;
}

.NB-pricing-tier-selfhosted .NB-pricing-tier-name {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.NB-pricing-tier-selfhosted .NB-pricing-tier-features {
    background: rgba(0, 0, 0, 0.02);
    padding: 16px 20px;
    flex: 1;
}

.NB-pricing-tier-selfhosted .NB-pricing-tier-features li {
    color: rgba(58, 46, 30, 0.7);
    padding: 8px 0;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.NB-pricing-tier-selfhosted .NB-pricing-bullet {
    width: 18px;
    height: 18px;
    background-image: url('/media/embed/icons/nouns/accept.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(95%) contrast(100%);
    flex-shrink: 0;
    margin-top: 1px;
}

.NB-pricing-tier-actions {
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.NB-pricing-github-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    background: #24292e;
    color: white;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.NB-pricing-github-button:hover {
    background: #000;
    color: white;
}

.NB-pricing-github-button .NB-github-icon {
    width: 16px;
    height: 16px;
    filter: invert(1);
}

/* Premium tier header - Green gradient */
.NB-pricing-tier-premium .NB-pricing-tier-header {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

/* Archive tier header - Teal gradient */
.NB-pricing-tier-archive .NB-pricing-tier-header {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
}

/* Pro tier header - Orange gradient */
.NB-pricing-tier-pro .NB-pricing-tier-header {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.NB-pricing-tier-name {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.NB-pricing-tier-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.NB-pricing-tier-price-amount {
    font-size: 42px;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.NB-pricing-tier-price-period {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

/* Feature lists for paid tiers */
.NB-pricing-tier-features {
    padding: 16px 20px;
    list-style: none;
    margin: 0;
    flex: 1;
}

.NB-pricing-tier-premium .NB-pricing-tier-features,
.NB-pricing-tier-archive .NB-pricing-tier-features,
.NB-pricing-tier-pro .NB-pricing-tier-features {
    background: rgba(0, 0, 0, 0.02);
}

.NB-pricing-tier-features li {
    padding: 8px 0;
    font-size: 14px;
    color: rgba(58, 46, 30, 0.7);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.NB-pricing-tier-features li:last-child {
    padding-bottom: 0;
}

/* "Everything in X, plus:" header */
.NB-pricing-tier-features li.NB-pricing-tier-includes {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-pricing-tier-includes {
    color: #16a34a;
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-pricing-tier-includes {
    color: #0d9488;
}

.NB-pricing-tier-pro .NB-pricing-tier-features li.NB-pricing-tier-includes {
    color: #ea580c;
}

/* Bullet icons */
.NB-pricing-bullet {
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Premium tier bullets with vivid colors */
.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-1 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-sheets-100.png');
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(95%) contrast(100%);
    /* green */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-2 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-lightning-bolt-100.png');
    filter: invert(57%) sepia(98%) saturate(1000%) hue-rotate(360deg) brightness(103%) contrast(105%);
    /* orange */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-3 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-comics-magazine-100.png');
    filter: invert(36%) sepia(87%) saturate(2000%) hue-rotate(310deg) brightness(95%) contrast(100%);
    /* pink */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-4 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-search-100.png');
    filter: invert(37%) sepia(93%) saturate(2000%) hue-rotate(200deg) brightness(95%) contrast(100%);
    /* blue */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-5 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-tags-100.png');
    filter: invert(30%) sepia(90%) saturate(2500%) hue-rotate(260deg) brightness(90%) contrast(100%);
    /* purple */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-6 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-security-wi-fi-100.png');
    filter: invert(55%) sepia(75%) saturate(1500%) hue-rotate(140deg) brightness(95%) contrast(95%);
    /* teal */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-7 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-rss-100.png');
    filter: invert(35%) sepia(95%) saturate(2500%) hue-rotate(350deg) brightness(95%) contrast(105%);
    /* red */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-8 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-activity-history-100.png');
    filter: invert(55%) sepia(80%) saturate(2000%) hue-rotate(170deg) brightness(95%) contrast(95%);
    /* cyan */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-9 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/direction_black.svg');
    filter: invert(25%) sepia(85%) saturate(2500%) hue-rotate(280deg) brightness(85%) contrast(105%);
    /* violet */
}

.NB-pricing-tier-premium .NB-pricing-tier-features li.NB-10 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/writing.svg');
    filter: invert(37%) sepia(93%) saturate(2000%) hue-rotate(200deg) brightness(95%) contrast(100%);
    /* blue */
}

/* Archive tier bullets with vivid colors */
.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-1 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-bursts-100.png');
    filter: invert(35%) sepia(95%) saturate(2500%) hue-rotate(350deg) brightness(95%) contrast(105%);
    /* red */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-2 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/web-feed.svg');
    filter: invert(35%) sepia(80%) saturate(2000%) hue-rotate(220deg) brightness(90%) contrast(100%);
    /* indigo-purple */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-3 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/stack.svg');
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(95%) contrast(100%);
    /* green */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-4 .NB-pricing-bullet {
    background-image: url('/media/img/icons/nouns/briefing.svg');
    filter: invert(25%) sepia(85%) saturate(2500%) hue-rotate(280deg) brightness(85%) contrast(105%);
    /* violet */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-5 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-relax-with-book-100.png');
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(95%) contrast(100%);
    /* green */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-6 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/mark-read.svg');
    filter: invert(55%) sepia(80%) saturate(2000%) hue-rotate(170deg) brightness(95%) contrast(95%);
    /* cyan */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-7 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-filing-cabinet-100.png');
    filter: invert(45%) sepia(70%) saturate(1200%) hue-rotate(10deg) brightness(95%) contrast(100%);
    /* brown-orange */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-8 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-quadcopter-100.png');
    filter: invert(37%) sepia(93%) saturate(2000%) hue-rotate(200deg) brightness(95%) contrast(100%);
    /* blue */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-9 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/train.svg');
    filter: invert(37%) sepia(93%) saturate(2000%) hue-rotate(200deg) brightness(95%) contrast(100%);
    /* blue */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-10 .NB-pricing-bullet {
    background-image: url('/media/img/icons/phosphor-fill/bell-ringing-fill.svg');
    filter: invert(60%) sepia(85%) saturate(2000%) hue-rotate(20deg) brightness(100%) contrast(100%);
    /* amber */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-11 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/direction_black.svg');
    filter: invert(25%) sepia(85%) saturate(2500%) hue-rotate(280deg) brightness(85%) contrast(105%);
    /* violet */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-12 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-rss-100.png');
    filter: invert(57%) sepia(98%) saturate(1000%) hue-rotate(360deg) brightness(103%) contrast(105%);
    /* orange */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-13 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/history.svg');
    filter: invert(45%) sepia(90%) saturate(1500%) hue-rotate(330deg) brightness(95%) contrast(95%);
    /* pink/magenta */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-14 .NB-pricing-bullet {
    background-image: url('/media/img/icons/nouns/prompt.svg');
    filter: invert(30%) sepia(90%) saturate(2500%) hue-rotate(260deg) brightness(90%) contrast(100%);
    /* purple */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-15 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-calendar-100.png');
    filter: invert(55%) sepia(80%) saturate(2000%) hue-rotate(170deg) brightness(95%) contrast(95%);
    /* cyan */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-16 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/folder-open.svg');
    filter: invert(45%) sepia(70%) saturate(1200%) hue-rotate(10deg) brightness(95%) contrast(100%);
    /* brown-orange */
}

.NB-pricing-tier-archive .NB-pricing-tier-features li.NB-17 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/world.svg');
    filter: invert(35%) sepia(95%) saturate(2500%) hue-rotate(350deg) brightness(95%) contrast(105%);
    /* red */
}

/* Pro tier bullets with vivid colors */
.NB-pricing-tier-pro .NB-pricing-tier-features li.NB-1 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/stack.svg');
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(95%) contrast(100%);
    /* green */
}

.NB-pricing-tier-pro .NB-pricing-tier-features li.NB-2 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-lightning-bolt-100.png');
    filter: invert(57%) sepia(98%) saturate(1000%) hue-rotate(360deg) brightness(103%) contrast(105%);
    /* orange */
}

.NB-pricing-tier-pro .NB-pricing-tier-features li.NB-3 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/train.svg');
    filter: invert(65%) sepia(90%) saturate(1200%) hue-rotate(15deg) brightness(100%) contrast(100%);
    /* gold */
}

.NB-pricing-tier-pro .NB-pricing-tier-features li.NB-4 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-pyramids-100.png');
    filter: invert(65%) sepia(90%) saturate(1200%) hue-rotate(15deg) brightness(100%) contrast(100%);
    /* gold */
}

.NB-pricing-tier-pro .NB-pricing-tier-features li.NB-5 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/nouns/train.svg');
    filter: invert(65%) sepia(90%) saturate(1200%) hue-rotate(15deg) brightness(100%) contrast(100%);
    /* gold */
}

.NB-pricing-tier-pro .NB-pricing-tier-features li.NB-6 .NB-pricing-bullet {
    background-image: url('/media/embed/icons/icons8/icons8-search-100.png');
    filter: invert(65%) sepia(90%) saturate(1200%) hue-rotate(15deg) brightness(100%) contrast(100%);
    /* gold */
}

/* Coming soon header */
.NB-pricing-tier-features li.NB-pricing-tier-upcoming-header {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9ca3af;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    display: block;
}

/* Upcoming features - muted */
.NB-pricing-tier-features li.NB-upcoming {
    opacity: 0.6;
}

.NB-pricing-tier-features li.NB-upcoming .NB-pricing-bullet {
    filter: grayscale(100%) opacity(50%);
}

/* Pricing compare link */
.NB-pricing-compare-link {
    text-align: center;
    margin: 24px 0 0;
    font-size: 15px;
}

.NB-pricing-compare-link a {
    color: #FBDB9B;
}

.NB-pricing-compare-link a:hover {
    color: white;
}

/* See all features link (legacy) */
.NB-features-seeall {
    font-size: 14px;
    font-weight: 600;
}

/* Banner buttons — shared */
.NB-welcome-banner-button-wrap {
    text-align: center;
    padding: 0 24px 48px;
}

.NB-welcome-banner-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.NB-welcome-banner-button:hover {
    text-decoration: none;
}

.NB-welcome-banner-button:active {
    transform: scale(0.96);
}

.NB-banner-arrow {
    transition: transform 0.2s ease;
}

.NB-welcome-banner-button:hover .NB-banner-arrow {
    transform: translateX(3px);
}

/* Features banner */
.NB-banner-features {
    color: #6b5a3a;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.NB-banner-features:hover {
    color: #3a2e1e;
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.18);
}

/* Pricing banner — on warm beige bg */
.NB-welcome-pricing .NB-welcome-banner-button-wrap {
    padding: 32px 24px 0;
}

.NB-banner-pricing {
    color: #6b5a3a;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.NB-banner-pricing:hover {
    color: #3a2e1e;
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.18);
}

/* Lyric section */
.NB-pricing-lyric {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
    padding: 20px 24px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.NB-pricing-lyric .NB-lyric-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.NB-pricing-lyric .NB-lyric-text {
    flex: 1;
}

.NB-pricing-lyric .NB-lyric-title {
    font-size: 16px;
    font-weight: 600;
    color: #3a2e1e;
    margin-bottom: 4px;
}

.NB-pricing-lyric .NB-lyric-description {
    font-size: 14px;
    color: rgba(58, 46, 30, 0.6);
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 960px) {
    .NB-pricing-tiers {
        flex-direction: column;
    }

    .NB-pricing-tier {
        flex: none;
        width: 100%;
    }

    .NB-pricing-tiers-bottom {
        flex-direction: row;
    }

    .NB-pricing-tiers-bottom .NB-pricing-tier {
        flex: 1;
    }
}

@media (max-width: 600px) {
    .NB-pricing-tiers-bottom {
        flex-direction: column;
    }

    .NB-pricing-tiers-bottom .NB-pricing-tier {
        flex: none;
        width: 100%;
    }
}

/* ================== */
/* = Bottom Actions = */
/* ================== */

.NB-welcome-bottomactions {
    clear: both;
    margin: 0;
    padding: 64px 0;
    background: linear-gradient(180deg, #ebe0c2 0%, #f5eedd 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
}

.NB-welcome-bottomactions-heading {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #3a2e1e;
    margin: 0 0 28px;
    letter-spacing: -0.3px;
}

.NB-welcome-bottomactions-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* Shared button base */
.NB-welcome-bottomactions .NB-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
    text-shadow: none;
    box-shadow: none;
    float: none;
    margin: 0;
    text-decoration: none;
}

/* Ghost / outline style — try out */
.NB-welcome-bottomactions .NB-bottomaction-tryout {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #3a2e1e;
}

.NB-welcome-bottomactions .NB-bottomaction-tryout:hover {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.25);
    color: #1a1408;
}

.NB-welcome-bottomactions .NB-bottomaction-tryout:active {
    background: rgba(255, 255, 255, 0.85);
}

.NB-welcome-bottomactions .NB-bottomaction-tryout img {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.NB-welcome-bottomactions .NB-bottomaction-tryout:hover img {
    opacity: 1;
}

/* Gold primary — sign up */
.NB-welcome-bottomactions .NB-bottomaction-signup {
    background: #D9A621;
    border: 1px solid transparent;
    color: white;
}

.NB-welcome-bottomactions .NB-bottomaction-signup:hover {
    background: #C4941B;
}

.NB-welcome-bottomactions .NB-bottomaction-signup:active {
    background: #B08518;
}

@media (max-width: 500px) {
    .NB-welcome-bottomactions-buttons {
        flex-direction: column;
        align-items: center;
    }
    .NB-welcome-bottomactions-heading {
        font-size: 22px;
        padding: 0 24px;
    }
}

/* ============ */
/* = Welcome FAQ = */
/* =============== */

.NB-welcome-faq {
    overflow: hidden;
    clear: both;
    padding: 48px 0;
    background: linear-gradient(180deg, #f5eedd 0%, #ebe0c2 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.NB-welcome-faq h2 {
    text-align: center;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 28px;
    color: #3a2e1e;
    letter-spacing: -0.3px;
}

.NB-welcome-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}

.NB-welcome-faq-item {
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.NB-welcome-faq-item h3 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #3a2e1e;
    margin: 0 0 6px;
    line-height: 1.3;
}

.NB-welcome-faq-item p {
    font-size: 14px;
    color: rgba(58, 46, 30, 0.6);
    line-height: 1.55;
    margin: 0;
}

.NB-welcome-faq-item p a {
    color: #8a6d3b;
    text-decoration: none;
}

.NB-welcome-faq-item p a:hover {
    color: #3a2e1e;
}

.NB-welcome-faq-compare-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #8a6d3b;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.NB-welcome-faq-compare-link:hover {
    color: #3a2e1e;
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.15);
}

.NB-welcome-faq-compare-link .NB-banner-arrow {
    transition: transform 0.15s ease;
}

.NB-welcome-faq-compare-link:hover .NB-banner-arrow {
    transform: translateX(3px);
}

.NB-welcome-faq .NB-welcome-banner-button-wrap {
    margin: 20px 0 0;
    padding-bottom: 0;
}

.NB-banner-faq {
    color: #6b5a3a;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.NB-banner-faq:hover {
    color: #3a2e1e;
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.18);
}

/* ================= */
/* = Testimonials  = */
/* ================= */

.NB-welcome-testimonials {
    overflow: hidden;
    clear: both;
    padding: 56px 0 48px;
    position: relative;
    background: #f3ebd5;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.NB-testimonials-heading {
    position: relative;
    max-width: 960px;
    margin: 0 auto 32px;
    padding: 0 24px;
    box-sizing: border-box;
}

.NB-welcome-testimonials h2 {
    text-align: center;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #3a2e1e;
    letter-spacing: -0.3px;
}

.NB-testimonials-nav {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 6px;
}

.NB-testimonials-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.04);
    color: rgba(58, 46, 30, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    padding: 0;
}

.NB-testimonials-nav-btn:hover {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.2);
    color: #3a2e1e;
}

.NB-testimonials-nav-btn:active {
    background: rgba(0, 0, 0, 0.12);
    transform: scale(0.96);
}

.NB-testimonials-nav-btn svg {
    display: block;
}

.NB-testimonials-viewport {
    position: relative;
}

.NB-testimonials-track {
    display: flex;
    gap: 16px;
    padding: 8px 0;
    width: max-content;
    will-change: transform;
}

.NB-testimonials-row-1 {
    animation: nb-scroll-left 560s linear infinite;
}

.NB-testimonials-row-2 {
    animation: nb-scroll-right 540s linear infinite;
}

.NB-testimonials-row-3 {
    animation: nb-scroll-left 540s linear infinite;
}

.NB-testimonials-row-4 {
    animation: nb-scroll-right 520s linear infinite;
}

@keyframes nb-scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes nb-scroll-right {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.NB-testimonials-viewport:hover .NB-testimonials-track {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .NB-testimonials-track {
        animation-play-state: paused !important;
    }
}

.NB-testimonial-card {
    flex-shrink: 0;
    width: 300px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.NB-testimonial-card:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 10px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.NB-testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.NB-testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1.5px solid rgba(0, 0, 0, 0.06);
    background: #ebe0c2;
}

.NB-testimonial-identity {
    min-width: 0;
}

.NB-testimonial-name {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #3a2e1e;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NB-testimonial-role {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(58, 46, 30, 0.5);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NB-testimonial-text {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(58, 46, 30, 0.75);
}

/* Edge fade overlays */
.NB-testimonials-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.NB-testimonials-fade-left {
    left: 0;
    background: linear-gradient(to right, #f3ebd5 0%, rgba(243, 235, 213, 0) 100%);
}

.NB-testimonials-fade-right {
    right: 0;
    background: linear-gradient(to left, #f3ebd5 0%, rgba(243, 235, 213, 0) 100%);
}

/* = Compare = */
/* =========== */

.NB-welcome-compare {
    padding: 36px 0 44px;
    text-align: center;
}

.NB-welcome-compare-header {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 300px;
    margin: 48px auto 22px;
}

.NB-welcome-compare-rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(58, 46, 30, 0.15), transparent);
}

.NB-welcome-compare-label {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(58, 46, 30, 0.32);
    white-space: nowrap;
}

/* Versus row */
.NB-welcome-compare-versus {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 24px;
    margin: 0 auto 14px;
    max-width: 800px;
}

.NB-compare-vs-link {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    text-decoration: none;
    padding: 4px 0;
}

.NB-compare-vs-link:hover {
    text-decoration: none;
}

.NB-compare-vs-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: rgba(58, 46, 30, 0.25);
    transition: color 0.15s ease;
}

.NB-compare-vs-name {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3a2e1e;
    border-bottom: 1.5px solid transparent;
    padding-bottom: 1px;
    transition: color 0.15s ease, border-bottom-color 0.15s ease;
}

.NB-compare-vs-link:hover .NB-compare-vs-name {
    color: #b5590a;
    border-bottom-color: rgba(181, 89, 10, 0.3);
}

.NB-compare-vs-link:hover .NB-compare-vs-tag {
    color: rgba(181, 89, 10, 0.45);
}

/* Alternatives row */
.NB-welcome-compare-alts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px 0;
    max-width: 700px;
    margin: 0 auto;
}

.NB-welcome-compare-alts a {
    font-size: 13px;
    color: rgba(58, 46, 30, 0.45);
    text-decoration: none;
    padding: 2px 0;
    transition: color 0.15s ease;
}

.NB-welcome-compare-alts a:hover {
    color: #3a2e1e;
    text-decoration: none;
}

.NB-welcome-compare-alts a + a::before {
    content: '\00b7';
    margin: 0 10px;
    color: rgba(58, 46, 30, 0.18);
    pointer-events: none;
}

/* Dark mode */
.NB-dark .NB-welcome-compare-rule {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.NB-dark .NB-welcome-compare-label {
    color: rgba(255, 255, 255, 0.3);
}

.NB-dark .NB-compare-vs-tag {
    color: rgba(255, 255, 255, 0.25);
}

.NB-dark .NB-compare-vs-name {
    color: rgba(255, 255, 255, 0.85);
}

.NB-dark .NB-compare-vs-link:hover .NB-compare-vs-name {
    color: #f0a050;
    border-bottom-color: rgba(240, 160, 80, 0.3);
}

.NB-dark .NB-compare-vs-link:hover .NB-compare-vs-tag {
    color: rgba(240, 160, 80, 0.45);
}

.NB-dark .NB-welcome-compare-alts a {
    color: rgba(255, 255, 255, 0.35);
}

.NB-dark .NB-welcome-compare-alts a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.NB-dark .NB-welcome-compare-alts a + a::before {
    color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 768px) {
    .NB-welcome-compare-versus {
        gap: 2px 16px;
    }
    .NB-compare-vs-name {
        font-size: 15px;
    }
    .NB-welcome-compare-alts a {
        font-size: 12px;
    }
    .NB-welcome-compare-alts a + a::before {
        margin: 0 7px;
    }
}

@media (max-width: 480px) {
    .NB-welcome-compare-versus {
        flex-direction: column;
        gap: 2px;
        align-items: center;
    }
    .NB-welcome-compare-alts {
        flex-direction: column;
        align-items: center;
    }
    .NB-welcome-compare-alts a + a::before {
        content: none;
    }
}

/* = Activity = */
/* ============ */

.NB-welcome-activity {
    overflow: hidden;
    clear: both;
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #faf6ee 0%, #f2ead8 100%);
}

.NB-welcome-activity h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #3a2e1e;
    margin: 0 0 28px;
    text-align: center;
    letter-spacing: -0.3px;
}

.NB-welcome-activity .NB-module {
    width: 47%;
}

.NB-welcome-activity .NB-module-features {
    float: right;
}

.NB-welcome-activity .NB-module-stats {
    float: left;
    margin-right: 3%;
}

.NB-welcome-activity .NB-module .NB-module-header {
    display: none;
}

/* Section sub-headers (Past day, New Features, etc.) */
.NB-welcome-activity .NB-module-content-header {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(58, 46, 30, 0.4);
    margin: 0 0 12px;
    padding: 0;
}

/* Stat boxes */
.NB-welcome-activity .NB-module .NB-module-stats-counts {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.NB-welcome-activity .NB-module-stats .NB-module-content-header-hour {
    margin-top: 32px;
}

/* Stat numbers -- bigger and bolder */
.NB-welcome-activity .NB-module-stats-count-number {
    font-size: 28px;
    font-weight: 800;
    color: #3a2e1e;
    text-shadow: none;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.NB-welcome-activity .NB-module-stats-count-number small {
    font-size: 16px;
    font-weight: 600;
    color: rgba(58, 46, 30, 0.45);
}

/* Stat labels */
.NB-welcome-activity .NB-module-stats-count-description {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgba(58, 46, 30, 0.4);
    margin: 6px 0 0;
}

.NB-welcome-activity .NB-module-stats-count {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 16px 8px;
    border-bottom: none;
}

/* Sparkline charts -- taller, warmer */
.NB-welcome-activity .NB-module-stats-count-graph {
    width: auto;
    margin: 0 auto 8px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 40px;
}

.NB-welcome-activity .NB-graph-value {
    width: 5px;
    height: 40px;
    padding: 0 0.5px;
    margin: 0;
    position: relative;
}

.NB-welcome-activity .NB-graph-bar {
    width: 5px;
    border-radius: 2px 2px 0 0;
    background-color: darkblue;
    transition: background-color 0.15s ease;
}

.NB-welcome-activity .NB-graph-value:hover .NB-graph-bar {
    background-color: #0000d4;
}

/* Feature tables */
.NB-welcome-activity .NB-module-features table {
    margin: 0 0 24px;
}

.NB-welcome-activity .NB-module-features .NB-module-feature td {
    padding: 8px 0;
    vertical-align: top;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-date {
    font-size: 11px;
    color: rgba(58, 46, 30, 0.4);
    line-height: 20px;
    padding: 8px 12px 8px 0;
    white-space: nowrap;
    width: 90px;
    min-width: 90px;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-description {
    font-size: 13px;
    line-height: 20px;
    color: #3a2e1e;
    padding: 8px 0;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-description a {
    color: #405BA8;
    transition: color 0.15s ease;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-description a:hover {
    color: #A85B40;
}

/* Feedback tags -- pill-shaped, more readable */
.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag {
    font-size: 9px;
    padding: 2px 7px;
    border-radius: 9px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-right: 6px;
    vertical-align: middle;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-problem {
    background-color: #d4863a;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-praise {
    background-color: #c9a940;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-idea {
    background-color: #7aaa4a;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-question {
    background-color: #5a92b8;
}

.NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-updates {
    background-color: #0f8a80;
}

.NB-welcome-activity .NB-module-features .NB-feedback-table {
    margin-bottom: 0;
}

/* ========== */
/* = Footer = */
/* ========== */

.NB-welcome-footer {
    overflow: hidden;
    clear: both;
    padding: 42px 0 0;
    color: #363C53;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    line-height: 24px;
    background-color: #FAFAFA;
    background: #F1E0D0 url(/media/img/welcome/footer_background.jpg) repeat center top;
    background-size: 1438px 150px;

    border-top: 2px solid rgba(0, 0, 0, .1);
}

.NB-welcome-footer .NB-welcome-footer-content {
    margin-bottom: 46px;
}

.NB-welcome-footer .NB-footer-logo {
    vertical-align: text-bottom;
    position: relative;
    bottom: -4px;
}

.NB-welcome-footer .NB-splash-link {
    color: #363C53;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(245, 245, 245, 0.7);
}

.NB-welcome-footer .NB-splash-link:hover {
    color: #822216;
}

.NB-welcome-footer .NB-footer-icons {
    float: right;
}

.NB-welcome-footer .NB-footer-icons a {
    line-height: 0;
    margin: 0 12px 0 0;
    float: right;
}

.NB-welcome-footer .NB-footer-icons a img {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    position: relative;
    bottom: -4px;
    opacity: .5;
    transition: opacity .25s ease-in-out;
}

.NB-welcome-footer .NB-footer-icons a img:hover {
    opacity: 1;
}

.NB-welcome-footer .NB-twitter-avatar {
    width: 24px;
    height: 24px;
    border: none;
    box-shadow: 0 0 1px #C0C0C0;
    vertical-align: bottom;
    position: relative;
    bottom: 0;
    margin: 0 2px 0 4px;
    border-radius: 2px;
}


/* ================================= */
/* = Responsive — all sections     = */
/* ================================= */

@media (max-width: 960px) {
    .NB-welcome .NB-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    /* Feature groups: 2-col → 1-col */
    .NB-welcome-feature-groups > .NB-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* Pricing: reduce heading and padding */
    .NB-welcome-pricing {
        padding: 36px 0;
    }
    .NB-welcome-pricing h2 {
        font-size: 26px;
    }
    .NB-welcome-pricing > .NB-inner > p {
        font-size: 15px;
        padding: 0 12px;
    }

    /* FAQ: single column on mobile */
    .NB-welcome-faq {
        padding: 36px 0;
    }
    .NB-welcome-faq h2 {
        font-size: 24px;
    }
    .NB-welcome-faq-grid {
        grid-template-columns: 1fr;
    }

    /* Testimonials: narrower cards on mobile */
    .NB-welcome-testimonials {
        padding: 40px 0 36px;
    }
    .NB-welcome-testimonials h2 {
        font-size: 24px;
    }
    .NB-testimonials-heading {
        margin-bottom: 24px;
    }
    .NB-testimonial-card {
        width: 260px;
        padding: 16px 18px;
    }
    .NB-testimonials-fade {
        width: 48px;
    }
    .NB-testimonials-nav {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 12px;
    }

    /* Bottom actions: reduce vertical padding */
    .NB-welcome-bottomactions {
        padding: 48px 0;
    }

    /* Activity/Stats: stack columns */
    .NB-welcome-activity .NB-module {
        width: 100%;
        float: none;
    }
    .NB-welcome-activity .NB-module-stats {
        float: none;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .NB-welcome-activity .NB-module-features {
        float: none;
    }

    /* Footer: center content, stack icons above text */
    .NB-welcome-footer .NB-welcome-footer-content {
        text-align: center;
        line-height: 28px;
    }
    .NB-welcome-footer .NB-footer-icons {
        float: none;
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-bottom: 16px;
    }
    .NB-welcome-footer .NB-footer-icons a {
        float: none;
        margin: 0;
    }

    /* Footer links bar */
    .NB-welcome .NB-splash-info.NB-splash-bottom {
        float: none;
    }
    .NB-welcome .NB-splash-info .NB-splash-links {
        float: none;
        left: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 12px;
    }
    .NB-welcome .NB-splash-info .NB-splash-links li {
        right: auto;
        position: static;
    }
}

@media (max-width: 500px) {
    /* Feature groups: tighten on small screens */
    .NB-feature-group {
        padding-left: 14px;
    }
    a.NB-fgi img {
        width: 72px;
        height: 72px;
    }

    /* Pricing: Lyric section stacks */
    .NB-pricing-lyric {
        flex-direction: column;
        text-align: center;
    }

    /* Footer: tighter padding, prevent background tiling */
    .NB-welcome-footer {
        padding: 32px 0 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .NB-welcome-footer .NB-welcome-footer-content {
        margin-bottom: 24px;
    }
}

/* ================================= */
/* = Dark Mode Overrides           = */
/* ================================= */

/* Hero / Header — teal in dark mode */
.NB-dark .NB-welcome-hero-wrap {
    background: linear-gradient(180deg, #4a6866 0%, #2c4a48 50%, #243e3c 100%);
}

.NB-dark.NB-welcome .NB-splash-info.NB-splash-top {
    background-color: rgba(72, 132, 128, 0.88);
}

.NB-dark .NB-welcome-header {
    color: white;
}

.NB-dark .NB-welcome-header-title {
    color: white;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.NB-dark .NB-welcome-header .NB-welcome-header-tagline {
    color: #FBDB9B;
}

.NB-dark .NB-welcome-header-formcard {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.NB-dark .NB-welcome-header-segment {
    background: rgba(255, 255, 255, 0.1);
}

.NB-dark .NB-welcome-header-segment::before {
    background:
        linear-gradient(
            170deg,
            rgba(255, 255, 255, 0.35) 0%,
            rgba(255, 255, 255, 0.12) 40%,
            rgba(255, 255, 255, 0.06) 60%,
            rgba(255, 255, 255, 0.15) 100%
        );
    box-shadow:
        0 0.5px 0 0 rgba(255, 255, 255, 0.25) inset,
        0 1px 3px rgba(0, 0, 0, 0.2),
        0 0 12px rgba(255, 255, 255, 0.04);
}

.NB-dark .NB-segment-option {
    color: rgba(255, 255, 255, 0.45);
}

.NB-dark .NB-segment-option:hover {
    color: rgba(255, 255, 255, 0.65);
}

.NB-dark .NB-segment-option.NB-active {
    color: white;
}

.NB-dark .NB-welcome-header-formcard input[type=text],
.NB-dark .NB-welcome-header-formcard input[type=password],
.NB-dark .NB-welcome-header-formcard input[type=email] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.NB-dark .NB-welcome-header-formcard input[type=text]::placeholder,
.NB-dark .NB-welcome-header-formcard input[type=password]::placeholder,
.NB-dark .NB-welcome-header-formcard input[type=email]::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.NB-dark .NB-welcome-header-formcard input[type=text]:focus,
.NB-dark .NB-welcome-header-formcard input[type=password]:focus,
.NB-dark .NB-welcome-header-formcard input[type=email]:focus {
    border-color: rgba(217, 166, 33, 0.5);
    background: rgba(255, 255, 255, 0.13);
}

.NB-dark .NB-welcome-submit-button {
    color: white;
}

.NB-dark .NB-welcome-forgot {
    color: #FBDB9B;
}

.NB-dark .NB-welcome-forgot:hover {
    color: #fff;
}

.NB-dark .NB-welcome-header .NB-welcome-header-actions .NB-button-tryout {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
}

.NB-dark .NB-welcome-header .NB-welcome-header-actions .NB-button-tryout:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.NB-dark .NB-welcome-header .NB-welcome-header-actions .NB-button-tryout img {
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.NB-dark .NB-welcome-header .NB-welcome-header-actions .NB-button-tryout:hover img {
    opacity: 1;
}

/* Platforms */
.NB-dark .NB-welcome-platforms {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 0px,
        rgba(0, 0, 0, 0.35) 60px,
        rgba(0, 0, 0, 0.5) 150px,
        rgba(0, 0, 0, 0.6) 400px);
}

.NB-dark .NB-platforms-heading {
    color: #FFF5E0;
    text-shadow:
        0 0 40px rgba(217, 166, 33, 0.25),
        0 2px 4px rgba(0, 0, 0, 0.12);
}

.NB-dark .NB-platforms-subheading {
    color: #FBDB9B;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.NB-dark .NB-platform-badge {
    color: #D9A621;
    border-color: rgba(217, 166, 33, 0.3);
    background: rgba(217, 166, 33, 0.15);
}

.NB-dark .NB-platform-title {
    color: #FFF5E0;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(50, 70, 70, 0.4);
}

.NB-dark .NB-welcome-features-wrap {
    background: linear-gradient(180deg, #2a524e 0%, #284442 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.NB-dark .NB-features-heading {
    color: white;
}

.NB-dark .NB-features-subheading {
    color: rgba(255, 255, 255, 0.55);
}

/* Feature groups — dark mode */
.NB-dark .NB-fgi-caption {
    color: rgba(255, 255, 255, 0.9);
}

.NB-dark .NB-fgi-desc {
    color: rgba(255, 255, 255, 0.45);
}

.NB-dark a.NB-fgi:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.NB-dark .NB-feature-group-read  .NB-feature-group-label { color: #d4b87a; }
.NB-dark .NB-feature-group-smart .NB-feature-group-label { color: #8ab06a; }
.NB-dark .NB-feature-group-share .NB-feature-group-label { color: #a07ab0; }
.NB-dark .NB-feature-group-everywhere .NB-feature-group-label { color: #6a9aba; }

.NB-dark .NB-welcome-activity {
    background: linear-gradient(180deg, #2a524e 0%, #284442 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.NB-dark .NB-welcome-activity h2 {
    color: white;
}

.NB-dark .NB-welcome-activity .NB-module .NB-module-stats-counts {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

.NB-dark .NB-welcome-activity .NB-module-stats-count-number {
    color: rgba(255, 255, 255, 0.9);
}

.NB-dark .NB-welcome-activity .NB-module-stats-count-number small {
    color: rgba(255, 255, 255, 0.4);
}

.NB-dark .NB-welcome-activity .NB-module-stats-count-description {
    color: rgba(255, 255, 255, 0.35);
}

.NB-dark .NB-welcome-activity .NB-module-content-header {
    color: rgba(255, 255, 255, 0.35);
}

.NB-dark .NB-welcome-activity .NB-graph-bar {
    background-color: #4a4aff;
}

.NB-dark .NB-welcome-activity .NB-graph-value:hover .NB-graph-bar {
    background-color: #7a7aff;
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-date {
    color: rgba(255, 255, 255, 0.25);
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-description {
    color: rgba(255, 255, 255, 0.8);
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-description a {
    color: #7a9ad4;
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-description a:hover {
    color: #a0bfe8;
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-problem {
    background-color: #b87530;
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-praise {
    background-color: #a89030;
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-idea {
    background-color: #5a8a3a;
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-question {
    background-color: #4a7a9a;
}

.NB-dark .NB-welcome-activity .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-updates {
    background-color: #0a706a;
}

.NB-dark .NB-platform-description {
    color: rgba(255, 255, 255, 0.55);
}

/* Pricing */
.NB-dark .NB-welcome-pricing {
    background: linear-gradient(180deg, #2a524e 0%, #284442 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.NB-dark .NB-welcome-pricing h2 {
    color: #ffffff;
}

.NB-dark .NB-welcome-pricing>.NB-inner>p {
    color: rgba(255, 255, 255, 0.55);
}

.NB-dark .NB-pricing-tier {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.15),
        0 8px 24px rgba(0, 0, 0, 0.2);
}

.NB-dark .NB-pricing-tier:hover {
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.2),
        0 16px 40px rgba(0, 0, 0, 0.3);
}

.NB-dark .NB-pricing-tier-free .NB-pricing-tier-features,
.NB-dark .NB-pricing-tier-selfhosted .NB-pricing-tier-features {
    background: rgba(255, 255, 255, 0.03);
}

.NB-dark .NB-pricing-tier-free .NB-pricing-tier-features li,
.NB-dark .NB-pricing-tier-selfhosted .NB-pricing-tier-features li {
    color: rgba(255, 255, 255, 0.7);
}

.NB-dark .NB-pricing-tier-premium .NB-pricing-tier-features,
.NB-dark .NB-pricing-tier-archive .NB-pricing-tier-features,
.NB-dark .NB-pricing-tier-pro .NB-pricing-tier-features {
    background: rgba(255, 255, 255, 0.03);
}

.NB-dark .NB-pricing-tier-features li {
    color: rgba(255, 255, 255, 0.7);
}

.NB-dark .NB-pricing-tier-features li.NB-pricing-tier-includes {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.NB-dark .NB-pricing-tier-features li.NB-pricing-tier-upcoming-header {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.NB-dark .NB-pricing-tier-actions {
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Lyric */
.NB-dark .NB-pricing-lyric {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.NB-dark .NB-pricing-lyric .NB-lyric-photo {
    border: 3px solid rgba(255, 255, 255, 0.15);
}

.NB-dark .NB-pricing-lyric .NB-lyric-title {
    color: rgba(255, 255, 255, 0.9);
}

.NB-dark .NB-pricing-lyric .NB-lyric-description {
    color: rgba(255, 255, 255, 0.55);
}

/* Banner buttons */
.NB-dark .NB-banner-features {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}

.NB-dark .NB-banner-features:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
}

.NB-dark .NB-banner-pricing {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}

.NB-dark .NB-banner-pricing:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
}

/* Welcome FAQ */
.NB-dark .NB-welcome-faq {
    background: linear-gradient(180deg, #2a524e 0%, #284442 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.NB-dark .NB-welcome-faq h2 {
    color: #ffffff;
}

.NB-dark .NB-welcome-faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
}

.NB-dark .NB-welcome-faq-item h3 {
    color: rgba(255, 255, 255, 0.9);
}

.NB-dark .NB-welcome-faq-item p {
    color: rgba(255, 255, 255, 0.55);
}

.NB-dark .NB-welcome-faq-item p a {
    color: #FBDB9B;
}

.NB-dark .NB-welcome-faq-item p a:hover {
    color: white;
}

.NB-dark .NB-welcome-faq-compare-link {
    color: #FBDB9B;
    background: rgba(251, 219, 155, 0.08);
    border-color: rgba(251, 219, 155, 0.15);
}

.NB-dark .NB-welcome-faq-compare-link:hover {
    color: #fde9b9;
    background: rgba(251, 219, 155, 0.15);
    border-color: rgba(251, 219, 155, 0.25);
}

.NB-dark .NB-banner-faq {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}

.NB-dark .NB-banner-faq:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
}

/* Testimonials */
.NB-dark .NB-welcome-testimonials {
    background: #243e3c;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.NB-dark .NB-welcome-testimonials h2 {
    color: #ffffff;
}

.NB-dark .NB-testimonials-nav-btn {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.5);
}

.NB-dark .NB-testimonials-nav-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.9);
}

.NB-dark .NB-testimonials-nav-btn:active {
    background: rgba(255, 255, 255, 0.18);
}

.NB-dark .NB-testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 6px 16px rgba(0, 0, 0, 0.1);
}

.NB-dark .NB-testimonial-card:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18), 0 10px 28px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.07);
}

.NB-dark .NB-testimonial-avatar {
    border-color: rgba(255, 255, 255, 0.12);
    background: #325856;
}

.NB-dark .NB-testimonial-name {
    color: rgba(255, 255, 255, 0.9);
}

.NB-dark .NB-testimonial-role {
    color: rgba(255, 255, 255, 0.4);
}

.NB-dark .NB-testimonial-text {
    color: rgba(255, 255, 255, 0.6);
}

.NB-dark .NB-testimonials-fade-left {
    background: linear-gradient(to right, #243e3c 0%, rgba(36, 62, 60, 0) 100%);
}

.NB-dark .NB-testimonials-fade-right {
    background: linear-gradient(to left, #243e3c 0%, rgba(36, 62, 60, 0) 100%);
}

/* Bottom Actions */
.NB-dark .NB-welcome-bottomactions {
    background: linear-gradient(180deg, #243e3c 0%, #2a524e 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.NB-dark .NB-welcome-bottomactions-heading {
    color: white;
}

.NB-dark .NB-welcome-bottomactions .NB-bottomaction-tryout {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.8);
}

.NB-dark .NB-welcome-bottomactions .NB-bottomaction-tryout:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.NB-dark .NB-welcome-bottomactions .NB-bottomaction-tryout:active {
    background: rgba(255, 255, 255, 0.18);
}

.NB-dark .NB-welcome-bottomactions .NB-bottomaction-tryout img {
    filter: brightness(0) invert(1);
}

/* Trial callout */
.NB-dark .NB-pricing-trial-callout {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(110, 231, 183, 0.3);
    color: #6ee7b7;
}

.NB-dark .NB-pricing-trial-callout strong {
    color: #a7f3d0;
}

/* Footer */
.NB-dark .NB-welcome-footer {
    background-color: #325856;
    background-blend-mode: overlay;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.NB-dark .NB-welcome-footer .NB-splash-link {
    color: #FBDB9B;
    text-shadow: none;
}

.NB-dark .NB-welcome-footer .NB-splash-link:hover {
    color: #fff;
}

.NB-dark .NB-welcome-footer .NB-footer-icons a img {
    filter: invert(1);
    opacity: 0.7;
}

.NB-dark .NB-welcome-footer .NB-footer-icons a img:hover {
    opacity: 0.9;
}

.NB-dark .NB-welcome-footer .NB-twitter-avatar {
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
