:root {
    --nv-brand: #ef6c1a;
    --nv-brand-dark: #be4f0b;
    --nv-ink: #1e2332;
    --nv-ink-soft: #5e6473;
    --nv-surface: #ffffff;
    --nv-surface-alt: #f6f7fb;
    --nv-border: #e5e8f0;
    --nv-shadow: 0 24px 60px rgba(20, 26, 42, 0.08);
    --nv-gutter: clamp(16px, 2.4vw, 34px);
}

body.bizmap-nohvis {
    font-family: 'Rubik', sans-serif;
    color: var(--nv-ink-soft);
    background: linear-gradient(180deg, #eef2f8 0%, #ffffff 22%, #f6f8fc 100%);
}

body.bizmap-nohvis .container {
    width: 100%;
    max-width: none;
    padding-left: var(--nv-gutter);
    padding-right: var(--nv-gutter);
    box-sizing: border-box;
}

body.bizmap-nohvis h1,
body.bizmap-nohvis h2,
body.bizmap-nohvis h3,
body.bizmap-nohvis h4,
body.bizmap-nohvis h5,
body.bizmap-nohvis h6 {
    font-family: 'Raleway', sans-serif;
    color: var(--nv-ink);
}

.bizmap-nohvis .page-wraper {
    overflow-x: clip;
}

#loading-area {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.92) url('/static/bizmap/assets/images/loading.svg') center center / 72px no-repeat;
    z-index: 1200;
    transition: opacity .25s ease, visibility .25s ease;
}

body.is-ready #loading-area {
    opacity: 0;
    visibility: hidden;
}

.bizmap-nohvis-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.bizmap-nohvis-header .main-bar-wraper {
    background: rgba(23, 28, 42, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.bizmap-nohvis-header .main-bar {
    padding: 14px 0;
}

.bizmap-nohvis-header .logo-header {
    width: auto;
    max-width: 120px;
}

.bizmap-nohvis-header .logo-header img {
    width: auto;
    height: 64px;
    max-width: 100%;
}

.bizmap-nohvis-header .header-nav .nav > li > a,
.bizmap-nohvis-header .extra-nav .site-button-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.bizmap-nohvis-header .header-nav .nav > li.active > a,
.bizmap-nohvis-header .header-nav .nav > li > a:hover,
.bizmap-nohvis-header .extra-nav .site-button-link:hover {
    color: #fff;
}

.bizmap-nohvis-header .header-nav .nav > li > a::before {
    background: var(--nv-brand);
}

.bizmap-nohvis-header .extra-nav {
    margin-left: auto;
    margin-right: 20px;
}

.bizmap-nohvis-header .site-button.radius-xl {
    background: linear-gradient(135deg, var(--nv-brand) 0%, #ff9f43 100%);
    border-radius: 0;
    box-shadow: 0 14px 30px rgba(239, 108, 26, 0.28);
}

.bizmap-nohvis-header .site-button.radius-xl:hover {
    background: linear-gradient(135deg, var(--nv-brand-dark) 0%, var(--nv-brand) 100%);
}

.bizmap-nohvis-header .navicon {
    border: 0;
    background: transparent;
    display: none;
    margin-left: 12px;
}

.bizmap-nohvis-header .navicon span {
    background: #fff;
    display: block;
    width: 26px;
    height: 2px;
    margin: 5px 0;
    transition: transform .2s ease, opacity .2s ease;
}

.clubhub-subnav {
    background: #fff;
    border-bottom: 1px solid var(--nv-border);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
}

.clubhub-subnav .container {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 0;
}

.clubhub-subnav .subnav-label {
    color: var(--nv-brand-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 10px;
}

.clubhub-subnav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 0;
    border: 1px solid var(--nv-border);
    background: #fff;
    color: var(--nv-ink-soft);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.clubhub-subnav a:hover,
.clubhub-subnav a.active {
    color: var(--nv-brand-dark);
    border-color: rgba(239, 108, 26, 0.35);
    background: rgba(239, 108, 26, 0.08);
    box-shadow: 0 8px 20px rgba(239, 108, 26, 0.12);
}

.clubhub-subnav a.register-btn {
    margin-left: auto;
    background: linear-gradient(135deg, var(--nv-brand) 0%, #ff9f43 100%);
    color: #fff;
    border-color: transparent;
}

.main-area.fix {
    min-height: 65vh;
}

.nv-page {
    padding: 56px 0 88px;
}

.nv-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}

.nv-page-header h1 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.6rem);
}

.nv-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 13px;
}

.nv-breadcrumb a,
.nv-breadcrumb .crumb-current {
    padding: 7px 14px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--nv-border);
    color: var(--nv-ink-soft);
}

.nv-breadcrumb a:hover {
    color: var(--nv-brand-dark);
    border-color: rgba(239, 108, 26, 0.32);
}

.nv-card,
.nv-stat,
.nv-action-tile,
.nv-info-box,
.view-as-banner {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--nv-border);
    border-radius: 0;
    box-shadow: var(--nv-shadow);
}

.nv-card {
    padding: 30px;
    margin-bottom: 24px;
}

.nv-card h2,
.nv-card h3 {
    margin-top: 0;
}

.nv-stat-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.nv-stat {
    min-width: 140px;
    text-align: center;
    padding: 24px 28px;
}

.nv-stat .num {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--nv-brand);
}

.nv-stat .lbl {
    font-size: 11px;
    color: #7b8191;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.nv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 0;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.nv-btn:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.nv-btn-primary { background: linear-gradient(135deg, var(--nv-brand) 0%, #ff9f43 100%); color: #fff; }
.nv-btn-secondary { background: #e8eefc; color: #3556a8; }
.nv-btn-success { background: #e8f7ef; color: #197a47; }
.nv-btn-danger { background: #fdebec; color: #b83f52; }
.nv-btn-outline { background: transparent; color: var(--nv-ink-soft); border: 1px solid var(--nv-border); }
.nv-btn-sm { padding: 7px 12px; font-size: 12px; }

.nv-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.nv-table th {
    padding: 12px 14px;
    border-bottom: 1px solid var(--nv-border);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    color: #7b8191;
}

.nv-table td {
    padding: 14px;
    border-bottom: 1px solid #edf0f6;
    color: var(--nv-ink);
    vertical-align: middle;
}

.nv-table tr:hover td {
    background: #fafbfe;
}

.nv-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
}

.nv-badge-active { background: #e8f7ef; color: #197a47; }
.nv-badge-pending { background: #fff2dd; color: #a15b12; }
.nv-badge-expired,
.nv-badge-cancelled,
.nv-badge-suspended { background: #fdebec; color: #b83f52; }

.nv-form label {
    display: block;
    margin-bottom: 6px;
    color: var(--nv-ink);
    font-size: 13px;
    font-weight: 600;
}

.nv-form input[type=text],
.nv-form input[type=email],
.nv-form input[type=url],
.nv-form input[type=tel],
.nv-form input[type=number],
.nv-form input[type=file],
.nv-form input[type=password],
.nv-form select,
.nv-form textarea {
    width: 100%;
    background: #fff;
    border: 1px solid var(--nv-border);
    color: var(--nv-ink);
    border-radius: 0;
    padding: 12px 16px;
    font-size: 14px;
    margin-bottom: 18px;
    box-sizing: border-box;
}

.nv-form input:focus,
.nv-form select:focus,
.nv-form textarea:focus {
    outline: none;
    border-color: rgba(239, 108, 26, 0.45);
    box-shadow: 0 0 0 4px rgba(239, 108, 26, 0.12);
}

.nv-form .help-text { color: #7b8191; font-size: 12px; margin-top: -12px; margin-bottom: 14px; }
.nv-form .error-text { color: #b83f52; font-size: 12px; margin-top: -12px; margin-bottom: 14px; }
.nv-form .form-row { display: flex; gap: 16px; }
.nv-form .form-row > * { flex: 1; }
.nv-form .form-section { margin-bottom: 28px; }
.nv-form .form-section h3 { margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--nv-border); }

.nv-progress-wrap { margin-bottom: 36px; }
.nv-progress-steps { display: flex; justify-content: center; gap: 0; margin-bottom: 10px; }
.nv-progress-steps .step { display: flex; flex-direction: column; align-items: center; flex: 1; max-width: 120px; position: relative; }
.nv-progress-steps .step::before { content: ''; position: absolute; top: 14px; left: calc(50% + 14px); right: calc(-50% + 14px); height: 2px; background: #dfe4ee; }
.nv-progress-steps .step:last-child::before { display: none; }
.nv-progress-steps .step-dot { width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 2px solid #dfe4ee; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #7b8191; z-index: 1; }
.nv-progress-steps .step.done .step-dot { background: var(--nv-brand); color: #fff; border-color: var(--nv-brand); }
.nv-progress-steps .step.done::before { background: var(--nv-brand); }
.nv-progress-steps .step.active .step-dot { background: #ffefe2; color: var(--nv-brand-dark); border-color: rgba(239, 108, 26, 0.45); }
.nv-progress-steps .step-lbl { font-size: 11px; color: #7b8191; margin-top: 5px; text-align: center; }

.nv-messages { margin-bottom: 24px; }
.nv-msg { padding: 14px 18px; border-radius: 18px; font-size: 14px; margin-bottom: 10px; border: 1px solid transparent; }
.nv-msg { border-radius: 0; }
.nv-msg-success { background: #e8f7ef; color: #197a47; border-color: #c9ecd8; }
.nv-msg-error { background: #fdebec; color: #b83f52; border-color: #f6cad3; }
.nv-msg-warning { background: #fff2dd; color: #a15b12; border-color: #fde0af; }
.nv-msg-info { background: #eaf0ff; color: #3556a8; border-color: #d2ddff; }

.nv-info-box { padding: 24px; margin-bottom: 24px; }
.nv-info-box h4 { color: var(--nv-brand-dark); margin-top: 0; }
.nv-info-box p,
.nv-info-box li { color: var(--nv-ink-soft); font-size: 14px; }

.nv-pagination { display: flex; gap: 8px; align-items: center; margin-top: 24px; flex-wrap: wrap; }
.nv-pagination a,
.nv-pagination span { padding: 8px 14px; border-radius: 0; font-size: 13px; background: #fff; color: var(--nv-ink-soft); border: 1px solid var(--nv-border); }
.nv-pagination a:hover { border-color: rgba(239, 108, 26, 0.4); color: var(--nv-brand-dark); }

.nv-action-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-bottom: 32px; }
.nv-action-tile { padding: 24px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.nv-action-tile:hover { transform: translateY(-2px); border-color: rgba(239, 108, 26, 0.35); box-shadow: 0 18px 36px rgba(20, 26, 42, 0.12); }
.nv-action-tile .tile-icon { font-size: 24px; margin-bottom: 10px; display: block; color: var(--nv-brand); }
.nv-action-tile h4 { font-size: 15px; font-weight: 700; margin: 0 0 5px; }
.nv-action-tile p { font-size: 13px; margin: 0; }

.bizmap-nohvis-footer {
    background: #171c2a;
    color: rgba(255, 255, 255, 0.7);
}

.bizmap-nohvis-footer .footer-logo {
    width: 140px;
}

.bizmap-nohvis-footer .site-button.circle {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.bizmap-social-list {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.scroltop[data-bizmap-scrolltop] {
    display: none;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--nv-brand) 0%, #ff9f43 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(239, 108, 26, 0.28);
    z-index: 1000;
}

body.show-scrolltop .scroltop[data-bizmap-scrolltop] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .bizmap-nohvis-header .logo-header img {
        height: 52px;
    }

    .bizmap-nohvis-header .navicon {
        display: block;
    }

    .bizmap-nohvis-header .extra-nav {
        display: none;
    }

    .bizmap-nohvis-header .header-nav {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease;
        background: rgba(23, 28, 42, 0.98);
        border-radius: 24px;
        margin-top: 14px;
        padding: 0 18px;
    }

    body.is-nav-open .bizmap-nohvis-header .header-nav {
        max-height: 420px;
        padding: 18px;
    }

    .bizmap-nohvis-header .header-nav .nav {
        display: block;
        width: 100%;
    }

    .bizmap-nohvis-header .header-nav .nav > li {
        display: block;
        margin: 0;
    }

    .bizmap-nohvis-header .header-nav .nav > li > a {
        display: block;
        padding: 12px 0;
    }

    .clubhub-subnav .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .clubhub-subnav a.register-btn {
        margin-left: 0;
    }

    .nv-page {
        padding: 40px 0 70px;
    }

    .nv-form .form-row {
        flex-direction: column;
    }
}

.nv-hero-shell {
    position: relative;
    overflow: hidden;
    padding: 34px;
    background: linear-gradient(135deg, #162033 0%, #1f3c56 58%, #ef6c1a 100%);
    color: rgba(255, 255, 255, 0.78);
}

.nv-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(9, 13, 22, 0.08), rgba(9, 13, 22, 0.42));
    pointer-events: none;
}

.nv-hero-shell > * {
    position: relative;
    z-index: 1;
}

.nv-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nv-hero-title {
    margin: 18px 0 10px;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1.05;
}

.nv-hero-copy {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
}

.nv-hero-grid,
.nv-panel-grid,
.nv-card-grid,
.nv-stat-grid,
.nv-contact-grid,
.nv-detail-grid,
.nv-story-grid,
.nv-feed-grid,
.nv-tier-grid,
.nv-action-row {
    display: grid;
    gap: 18px;
}

.nv-hero-grid,
.nv-detail-grid,
.nv-story-grid {
    grid-template-columns: minmax(0, 1.9fr) minmax(320px, 1fr);
}

.nv-panel-grid,
.nv-card-grid,
.nv-feed-grid,
.nv-contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.nv-stat-grid,
.nv-tier-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.nv-action-row {
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
    align-items: start;
}

.nv-glass-card,
.nv-list-card,
.nv-tier-card,
.nv-club-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
}

.nv-glass-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    padding: 22px;
}

.nv-club-card,
.nv-list-card,
.nv-tier-card {
    background: rgba(255, 255, 255, 0.97);
    border-color: var(--nv-border);
    box-shadow: var(--nv-shadow);
}

.nv-club-card {
    padding: 22px;
    height: 100%;
}

.nv-club-card h3,
.nv-list-card h3,
.nv-tier-card h3 {
    margin-top: 0;
}

.nv-club-card p,
.nv-list-card p,
.nv-tier-card p,
.nv-list-card li,
.nv-tier-card li {
    color: var(--nv-ink-soft);
}

.nv-club-card-header,
.nv-inline-meta,
.nv-chip-row,
.nv-mini-stats,
.nv-tier-meta,
.nv-bullet-list,
.nv-keyline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nv-club-card-header {
    align-items: center;
    margin-bottom: 18px;
}

.nv-logo,
.nv-logo-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: linear-gradient(145deg, rgba(239, 108, 26, 0.12), rgba(53, 86, 168, 0.12));
    overflow: hidden;
    flex: 0 0 auto;
}

.nv-logo {
    width: 58px;
    height: 58px;
}

.nv-logo-lg {
    width: 84px;
    height: 84px;
}

.nv-logo img,
.nv-logo-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nv-logo-fallback {
    color: var(--nv-brand-dark);
    font-weight: 800;
    font-size: 20px;
}

.nv-inline-meta {
    align-items: center;
    margin: 16px 0 0;
}

.nv-chip,
.nv-tier-chip,
.nv-contact-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
}

.nv-chip,
.nv-contact-chip {
    background: #f5f7fb;
    border: 1px solid var(--nv-border);
    color: var(--nv-ink-soft);
}

.nv-tier-chip {
    background: rgba(239, 108, 26, 0.1);
    color: var(--nv-brand-dark);
}

.nv-metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 0;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--nv-ink);
}

.nv-metric strong {
    font-size: 1.8rem;
    line-height: 1;
    color: var(--nv-brand);
}

.nv-metric span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #7b8191;
}

.nv-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.nv-section-head h2,
.nv-section-head h3 {
    margin: 0;
}

.nv-section-copy {
    margin: 0;
    max-width: 640px;
}

.nv-map-frame {
    overflow: hidden;
    min-height: 440px;
    padding: 0;
}

.nv-map-stage {
    height: 440px;
    width: 100%;
}

.nv-map-frame .leaflet-container {
    height: 100%;
    width: 100%;
    font-family: 'Rubik', sans-serif;
}

.nv-club-link,
.nv-text-link {
    color: var(--nv-ink);
    font-weight: 700;
    text-decoration: none;
}

.nv-club-link:hover,
.nv-text-link:hover {
    color: var(--nv-brand-dark);
}

.nv-list-card {
    padding: 24px;
}

.nv-list-card ul,
.nv-tier-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-list-card li,
.nv-tier-card li {
    padding: 14px 0;
    border-bottom: 1px solid #edf0f6;
}

.nv-list-card li:last-child,
.nv-tier-card li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.nv-list-card li:first-child,
.nv-tier-card li:first-child {
    padding-top: 0;
}

.nv-muted {
    color: #7b8191;
}

.nv-empty {
    padding: 22px;
    border: 1px dashed #cfd6e6;
    border-radius: 0;
    background: #fbfcfe;
    color: var(--nv-ink-soft);
}

.nv-tier-card {
    padding: 24px;
    height: 100%;
}

.nv-tier-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 14px 0 6px;
}

.nv-tier-price strong {
    font-size: 2rem;
    color: var(--nv-ink);
}

.nv-cover-card {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    padding: 28px;
    background: linear-gradient(140deg, #152235 0%, #1f3a56 62%, #ee7d2d 100%);
}

.nv-cover-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 22, 35, 0.12), rgba(16, 22, 35, 0.68));
}

.nv-cover-card > img,
.nv-cover-card > .nv-cover-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nv-cover-card .nv-cover-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.22);
}

.nv-cover-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
}

.nv-cover-content h1,
.nv-cover-content h2,
.nv-cover-content h3,
.nv-cover-content p,
.nv-cover-content a,
.nv-cover-content span,
.nv-cover-content strong {
    color: inherit;
}

.nv-keyline {
    align-items: center;
}

.nv-keyline .nv-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.24);
}

.nv-membership-banner {
    padding: 24px;
    border-radius: 0;
    background: linear-gradient(135deg, rgba(239, 108, 26, 0.1), rgba(53, 86, 168, 0.08));
    border: 1px solid rgba(239, 108, 26, 0.18);
}

.nv-membership-banner h3 {
    margin-top: 0;
}

.nv-radio-card {
    display: block;
    padding: 18px;
    border-radius: 0;
    border: 1px solid var(--nv-border);
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    cursor: pointer;
}

.nv-radio-card:hover {
    transform: translateY(-1px);
    border-color: rgba(239, 108, 26, 0.34);
    box-shadow: 0 12px 24px rgba(20, 26, 42, 0.08);
}

.nv-radio-card input {
    margin-right: 10px;
}

.nv-bullet-list {
    flex-direction: column;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.nv-bullet-list li {
    position: relative;
    padding-left: 18px;
}

.nv-bullet-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--nv-brand);
}

.nv-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nv-sep-top {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .nv-hero-grid,
    .nv-detail-grid,
    .nv-story-grid,
    .nv-panel-grid,
    .nv-card-grid,
    .nv-feed-grid,
    .nv-contact-grid {
        grid-template-columns: 1fr;
    }

    .nv-hero-shell,
    .nv-cover-card,
    .nv-card,
    .nv-list-card,
    .nv-tier-card,
    .nv-club-card {
        padding: 22px;
    }

    .nv-map-frame,
    .nv-map-stage {
        min-height: 340px;
        height: 340px;
    }
}

@media (max-width: 640px) {
    .nv-hero-shell,
    .nv-cover-card {
        padding: 20px;
    }

    .nv-action-row {
        grid-template-columns: 1fr;
    }

    .nv-btn {
        width: 100%;
    }
}

.bizmap-nohvis-header .header-nav,
.bizmap-nohvis-header .navicon,
.bizmap-nohvis-footer .site-button.circle,
.scroltop[data-bizmap-scrolltop],
.nv-progress-steps .step-dot {
    border-radius: 0;
}