:root {
    --nc-primary: #2f6f1f;
    --nc-primary-dark: #174817;
    --nc-lime: #9fbd39;
    --nc-orange: #ef7a18;
    --nc-ink: #252525;
    --nc-muted: #6d6d6d;
    --nc-line: #dfdfd8;
    --nc-soft: #f7f7f2;
    --nc-card: #ffffff;
    --nc-shadow: 0 18px 45px rgba(25, 38, 20, .12);
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fbfbf7;
    color: var(--nc-ink);
    overflow-x: hidden;
}
a { color: inherit; }
.btn { border-radius: 8px; font-weight: 700; }
.btn-nc-primary {
    background: linear-gradient(180deg, #3f812b, #2f6f1f);
    border: 0;
    color: #fff;
    box-shadow: 0 10px 22px rgba(47, 111, 31, .2);
}
.btn-nc-primary:hover { background: #255d18; color: #fff; }
.btn-nc-primary:disabled { background: #9fb493; box-shadow: none; }
.btn-nc-ghost {
    border: 1px solid rgba(255,255,255,.75);
    color: #fff;
    background: rgba(0,0,0,.15);
    backdrop-filter: blur(10px);
}

.nc-site-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(13, 36, 13, .96);
    color: #fff;
}
.nc-header-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.6), rgba(0,0,0,0));
}
.nc-nav {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.nc-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
}
.nc-logo-mark {
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
}
.nc-logo-mark .bi-water { position: absolute; bottom: 8px; font-size: 28px; }
.nc-logo-mark .bi-house-heart-fill { position: absolute; top: 9px; font-size: 21px; }
.nc-logo-text {
    font-size: 25px;
    line-height: .86;
    letter-spacing: 0;
    font-weight: 900;
}
.nc-nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}
.nc-nav-links a {
    color: rgba(255,255,255,.92);
    text-decoration: none;
    font-size: 14px;
    padding: 32px 0 27px;
    border-bottom: 2px solid transparent;
}
.nc-nav-links a.active { border-color: var(--nc-lime); color: #fff; }
.nc-nav-actions { display: flex; align-items: center; gap: 12px; }
.nc-icon-btn, .nc-cart-btn, .nc-login-btn, .nc-account-btn, .nc-language-btn {
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.65);
    background: transparent;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

@media (max-width: 900px) {
    .nc-admin-body,
    .nc-boatman-body,
    .nc-partner-body {
        background: #f3f5ef;
    }

    .nc-admin-shell,
    .nc-boatman-shell,
    .nc-partner-shell {
        display: block;
        min-height: 100vh;
    }

    .nc-admin-sidebar,
    .nc-boatman-sidebar,
    .nc-partner-sidebar {
        position: sticky;
        top: 0;
        z-index: 40;
        height: auto;
        padding: 12px 12px 10px;
        border-radius: 0;
        overflow: hidden;
    }

    .nc-admin-logo,
    .nc-boatman-logo,
    .nc-partner-logo {
        min-height: 48px;
        margin-bottom: 10px;
    }

    .nc-admin-logo .nc-logo-mark,
    .nc-boatman-logo .nc-logo-mark,
    .nc-partner-logo .nc-logo-mark {
        width: 44px;
        height: 44px;
        border-width: 2px;
        flex: 0 0 44px;
    }

    .nc-admin-logo strong,
    .nc-boatman-logo strong,
    .nc-partner-logo strong {
        font-size: 18px;
        line-height: .9;
    }

    .nc-admin-menu,
    .nc-boatman-menu,
    .nc-partner-menu {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 10px;
        scrollbar-width: thin;
        scroll-snap-type: x proximity;
    }

    .nc-admin-heading,
    .nc-boatman-heading,
    .nc-partner-heading,
    .nc-admin-area,
    .nc-boatman-area,
    .nc-partner-area {
        display: none;
    }

    .nc-admin-menu a,
    .nc-boatman-menu a,
    .nc-partner-menu a {
        flex: 0 0 auto;
        min-width: 118px;
        min-height: 42px;
        justify-content: flex-start;
        padding: 0 12px;
        border-radius: 8px;
        font-size: 13px;
        line-height: 1.15;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .nc-admin-menu a i,
    .nc-boatman-menu a i,
    .nc-partner-menu a i {
        flex: 0 0 auto;
        font-size: 17px;
    }

    .nc-admin-logout,
    .nc-boatman-logout,
    .nc-partner-logout {
        display: none;
    }

    .nc-admin-topbar,
    .nc-boatman-topbar,
    .nc-partner-topbar {
        position: sticky;
        top: 0;
        z-index: 30;
        min-height: auto;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 10px;
        padding: 12px 14px;
        border-bottom: 1px solid var(--nc-line);
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(10px);
    }

    .nc-admin-greeting h1,
    .nc-boatman-greeting h1,
    .nc-partner-greeting h1 {
        font-size: 20px;
        line-height: 1.12;
    }

    .nc-admin-greeting p,
    .nc-boatman-greeting p,
    .nc-partner-greeting p {
        font-size: 13px;
        line-height: 1.35;
    }

    .nc-admin-date,
    .nc-admin-user,
    .nc-boatman-date,
    .nc-boatman-user,
    .nc-partner-date,
    .nc-partner-user {
        display: none;
    }

    .nc-admin-content,
    .nc-boatman-content,
    .nc-partner-content {
        padding: 14px;
    }

    .nc-admin-kpis,
    .nc-admin-resource-stats,
    .nc-boatman-kpis,
    .nc-boatman-resource-stats,
    .nc-partner-kpis,
    .nc-partner-resource-stats,
    .nc-exp-kpis,
    .nc-exp-resource-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .nc-admin-kpi,
    .nc-admin-panel,
    .nc-admin-resource-stats article,
    .nc-boatman-kpi,
    .nc-boatman-panel,
    .nc-boatman-resource-stats article,
    .nc-partner-kpi,
    .nc-partner-panel,
    .nc-partner-resource-stats article,
    .nc-exp-kpi,
    .nc-exp-panel,
    .nc-exp-resource-stats article {
        border-radius: 8px;
        padding: 16px;
        box-shadow: 0 8px 22px rgba(25, 38, 20, .06);
    }

    .nc-admin-grid,
    .nc-admin-grid.lower,
    .nc-boatman-grid,
    .nc-boatman-module-grid,
    .nc-boatman-route-grid,
    .nc-boatman-profile-grid,
    .nc-partner-grid,
    .nc-partner-module-grid,
    .nc-company-grid,
    .nc-company-services,
    .nc-exp-grid,
    .nc-exp-module-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .nc-admin-page-head,
    .nc-boatman-page-head,
    .nc-partner-page-head,
    .nc-exp-page-head,
    .nc-partner-panel-head,
    .nc-exp-panel-head {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .nc-admin-page-head h2,
    .nc-boatman-page-head h2,
    .nc-partner-page-head h2,
    .nc-exp-page-head h2 {
        font-size: 26px;
        line-height: 1.08;
    }

    .nc-admin-page-actions,
    .nc-partner-page-actions,
    .nc-exp-page-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
    }

    .nc-admin-page-actions button,
    .nc-admin-page-actions a,
    .nc-partner-page-actions button,
    .nc-partner-page-actions a,
    .nc-exp-page-actions button,
    .nc-exp-page-actions a {
        width: 100%;
        justify-content: center;
    }

    .nc-admin-table,
    .nc-boatman-table,
    .nc-partner-table,
    .nc-exp-table {
        margin-left: -4px;
        margin-right: -4px;
        padding-bottom: 8px;
        overflow-x: auto;
    }

    .nc-admin-table table,
    .nc-boatman-table table,
    .nc-partner-table table,
    .nc-exp-table table {
        min-width: 640px;
    }

    .nc-admin-table th,
    .nc-admin-table td,
    .nc-boatman-table th,
    .nc-boatman-table td,
    .nc-partner-table th,
    .nc-partner-table td,
    .nc-exp-table th,
    .nc-exp-table td {
        padding: 11px 10px;
        font-size: 12px;
    }

    .nc-company-map {
        min-height: 320px;
    }
}

@media (max-width: 620px) {
    .nc-admin-sidebar,
    .nc-boatman-sidebar,
    .nc-partner-sidebar {
        padding: 10px 10px 8px;
    }

    .nc-admin-logo strong,
    .nc-boatman-logo strong,
    .nc-partner-logo strong {
        font-size: 16px;
    }

    .nc-admin-menu a,
    .nc-boatman-menu a,
    .nc-partner-menu a {
        min-width: 96px;
        min-height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }

    .nc-admin-content,
    .nc-boatman-content,
    .nc-partner-content {
        padding: 10px;
    }

    .nc-admin-panel,
    .nc-boatman-panel,
    .nc-partner-panel,
    .nc-exp-panel {
        padding: 14px;
    }

    .nc-admin-form-grid,
    .nc-company-fields,
    .nc-exp-form-grid {
        grid-template-columns: 1fr;
    }

    .nc-admin-form-grid label.wide,
    .nc-company-fields label.wide {
        grid-column: auto;
    }

    .nc-partner-kpi,
    .nc-exp-resource-stats article {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .nc-partner-kpi > i,
    .nc-exp-resource-stats i {
        width: 46px;
        height: 46px;
    }

    .nc-partner-kpi strong,
    .nc-exp-resource-stats strong {
        font-size: 22px;
    }

    .nc-company-map {
        min-height: 280px;
    }
}
.nc-language-menu {
    position: relative;
}
.nc-language-btn {
    gap: 7px;
    padding: 0 12px;
    font-weight: 900;
}
.nc-language-btn span {
    font-size: 13px;
    line-height: 1;
}
.nc-language-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 180px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 8px;
    background: #fff;
    color: #222;
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nc-language-menu.is-open .nc-language-dropdown,
.nc-language-menu:focus-within .nc-language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nc-language-dropdown a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    padding: 0 10px;
    color: inherit;
    text-decoration: none;
}
.nc-language-dropdown a:hover,
.nc-language-dropdown a.active {
    background: #edf4e9;
    color: #245314;
}
.nc-language-dropdown strong {
    width: 28px;
    font-size: 12px;
    color: var(--nc-primary);
}
.nc-language-dropdown span {
    font-size: 13px;
    font-weight: 800;
}
.nc-cart-btn { position: relative; border: 0; font-size: 22px; }
.nc-cart-btn span {
    position: absolute;
    top: 1px;
    right: -2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ee8b22;
    color: #fff;
    font-size: 11px;
    display: grid;
    place-items: center;
    font-weight: 800;
}
.nc-login-btn, .nc-signup-btn, .nc-account-btn { padding: 0 22px; font-weight: 700; }
.nc-signup-btn {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: #fff;
    background: #78a318;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
}
.nc-account-btn {
    height: 48px;
    min-width: 218px;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 10px;
    border-radius: 9px;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.55);
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.nc-account-btn:hover,
.nc-account-menu:focus-within .nc-account-btn {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.78);
}
.nc-menu-toggle {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 24px;
    width: 42px;
    height: 42px;
    display: none;
    place-items: center;
}
.nc-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #d9e8cf;
    color: #245314;
    font-weight: 900;
}
.nc-account-name {
    display: grid;
    max-width: 130px;
    min-width: 0;
    flex: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: left;
}
.nc-account-name small {
    display: block;
    color: rgba(255,255,255,.72);
    font-weight: 500;
    line-height: 1.1;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nc-header-link {
    position: relative;
    height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    padding: 0 8px;
}
.nc-header-link span {
    position: absolute;
    top: 2px;
    right: -4px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ee8b22;
    color: #fff;
    font-size: 10px;
    display: grid;
    place-items: center;
}

.nc-hero {
    min-height: 660px;
    position: relative;
    background: url('/images/navega/home-hero.png') center/cover no-repeat;
    color: #fff;
}
.nc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.36) 48%, rgba(0,0,0,.15) 100%),
                linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.1));
}
.nc-hero-inner {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: center;
    padding-top: 72px;
}
.nc-hero-copy { max-width: 620px; margin-left: 28px; }
.nc-hero h1 {
    font-size: clamp(48px, 6vw, 78px);
    line-height: .96;
    font-weight: 900;
    margin: 0 0 22px;
}
.nc-hero h1 span { color: var(--nc-lime); }
.nc-hero p { max-width: 500px; font-size: 19px; line-height: 1.55; margin-bottom: 28px; }
.nc-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.nc-hero-actions .btn { height: 52px; padding: 0 25px; display: inline-flex; align-items: center; gap: 12px; }

.nc-search-dock { margin-top: -55px; position: relative; z-index: 10; }
.nc-search-panel {
    min-height: 108px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    box-shadow: var(--nc-shadow);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 210px;
    align-items: center;
    overflow: hidden;
}
.nc-search-item {
    min-height: 68px;
    display: grid;
    grid-template-columns: 34px 1fr 18px;
    align-items: center;
    padding: 0 28px;
    border-right: 1px solid var(--nc-line);
    column-gap: 14px;
}
.nc-search-item > i:first-child { color: var(--nc-primary); font-size: 24px; grid-row: span 2; }
.nc-search-item span { grid-column: 2; color: var(--nc-muted); font-size: 13px; }
.nc-search-item > input, .nc-search-item > select {
    grid-column: 2 / 4;
    border: 0;
    background: transparent;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 700;
    min-width: 0;
    width: 100%;
    padding: 0;
    outline: 0;
}
.nc-search-item > input[type="date"] { cursor: pointer; }
.nc-search-item > select { cursor: pointer; appearance: auto; }
.nc-search-item .nc-passenger-stepper {
    grid-column: 2 / 4;
    display: inline-grid;
    grid-template-columns: 34px 46px 34px;
    align-items: center;
    gap: 8px;
    width: max-content;
}
.nc-passenger-stepper button {
    width: 34px;
    height: 34px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    color: #2f6f1f;
    display: grid;
    place-items: center;
    padding: 0;
}
.nc-passenger-stepper input {
    grid-column: auto;
    width: 46px;
    text-align: center;
    max-width: 46px !important;
    appearance: textfield;
}
.nc-passenger-stepper input::-webkit-outer-spin-button,
.nc-passenger-stepper input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}
.nc-search-item strong { grid-column: 2; font-size: 15px; font-weight: 500; color: #555; white-space: nowrap; }
.nc-search-item .bi-chevron-down { grid-column: 3; grid-row: 1 / span 2; color: #111; }
.nc-search-submit {
    justify-self: stretch;
    margin: 0 22px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--nc-orange);
    color: #fff;
    border: 0;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
    font-size: 13px;
}

.nc-trust-band {
    padding: 48px 0 28px;
    background: linear-gradient(180deg, #fff, #f5f3ec);
}
.nc-trust-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
.nc-trust-grid div {
    text-align: center;
    padding: 0 28px;
    border-right: 1px solid var(--nc-line);
}
.nc-trust-grid div:last-child { border-right: 0; }
.nc-trust-grid i { color: var(--nc-primary); font-size: 36px; display: block; margin-bottom: 10px; }
.nc-trust-grid strong { display: block; font-size: 16px; margin-bottom: 8px; }
.nc-trust-grid span { color: #555; font-size: 13px; line-height: 1.4; }

.nc-section { padding: 40px 0 28px; background: #fff; }
.nc-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 22px;
}
.nc-section-head h2, .nc-route-content h2, .nc-stats-copy h2 {
    margin: 0;
    font-size: 29px;
    line-height: 1.05;
    font-weight: 900;
}
.nc-section-head h2 i { color: var(--nc-primary); font-size: 18px; }
.nc-section-head p, .nc-route-content p { color: #515151; margin: 7px 0 0; }
.nc-section-head a { color: var(--nc-primary-dark); text-decoration: none; font-weight: 800; font-size: 14px; }
.nc-catalog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.nc-catalog-filters { display: flex; gap: 10px; }
.nc-catalog-filters input, .nc-catalog-filters select {
    border: 1px solid var(--nc-line);
    border-radius: 999px;
    height: 38px;
    padding: 0 16px;
    background: #fff;
}
.nc-experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.nc-experience-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 9px 24px rgba(0,0,0,.09);
}
.nc-experience-card a { text-decoration: none; color: inherit; }
.nc-card-image { position: relative; height: 184px; overflow: hidden; }
.nc-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nc-card-image span {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fff3d0;
    color: #80530a;
    border-radius: 999px;
    padding: 6px 13px;
    font-size: 12px;
    font-weight: 800;
}
.nc-card-image em {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(20,20,20,.78);
    color: #fff;
    padding: 8px 12px;
    border-top-left-radius: 10px;
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
}
.nc-card-body { padding: 14px 15px 16px; }
.nc-card-body h3 { font-size: 17px; font-weight: 800; margin: 0 0 10px; }
.nc-card-meta { display: flex; gap: 16px; color: #626262; font-size: 12px; margin-bottom: 14px; }
.nc-card-body strong { display: block; font-size: 18px; color: #183e16; }
.nc-card-body small { color: var(--nc-muted); }
.nc-card-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 15px 16px;
}
.nc-card-actions button, .nc-card-actions a {
    min-height: 38px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}
.nc-card-actions button { border: 0; background: #2f6f1f; color: #fff; }
.nc-card-actions a { border: 1px solid #2f6f1f; color: #2f6f1f; background: #fff; }
.nc-empty-state { grid-column: 1 / -1; text-align: center; padding: 50px; color: var(--nc-muted); }
.nc-empty-state i { font-size: 42px; }

.nc-home-tutorial {
    padding: 54px 0 34px;
    background: #fff;
}
.nc-tutorial-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.nc-tutorial-grid article {
    min-height: 190px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 28px rgba(25, 38, 20, .07);
    position: relative;
}
.nc-tutorial-grid article > span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff0df;
    color: var(--nc-orange);
    font-weight: 900;
    margin-bottom: 12px;
}
.nc-tutorial-grid i { color: var(--nc-primary); font-size: 26px; }
.nc-tutorial-grid strong { display: block; margin: 12px 0 8px; font-size: 16px; line-height: 1.25; }
.nc-tutorial-grid p { color: #565656; font-size: 13px; line-height: 1.45; margin: 0; }

.nc-home-builder {
    padding: 42px 0 54px;
    background: linear-gradient(180deg, #fff, #f7f7f2);
}
.nc-home-builder-card {
    max-width: 950px;
    margin: 0 auto;
    padding: 38px 28px;
    border: 1px solid #e0e4db;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(25, 38, 20, .09);
    text-align: center;
}
.nc-home-builder-head h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    font-weight: 900;
}
.nc-home-builder-head p {
    color: var(--nc-muted);
    font-size: 18px;
    margin: 10px 0 26px;
}
.nc-home-builder-alert {
    max-width: 760px;
    margin-bottom: 22px;
}
.nc-home-intent-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    text-align: center;
}
.nc-home-intent-selector label {
    min-height: 142px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    padding: 20px 16px;
    display: grid;
    align-content: center;
    gap: 7px;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.nc-home-intent-selector label:hover { transform: translateY(-1px); }
.nc-home-intent-selector label.active {
    border-color: #2f6f1f;
    background: #eef7e8;
    box-shadow: inset 0 0 0 1px #2f6f1f;
}
.nc-home-intent-selector input { position: absolute; opacity: 0; pointer-events: none; }
.nc-home-intent-selector i { color: #2f6f1f; font-size: 24px; }
.nc-home-intent-selector strong { font-size: 17px; font-weight: 900; color: #142313; }
.nc-home-intent-selector span { color: var(--nc-muted); font-size: 14px; line-height: 1.28; }
.nc-home-schedule-panel {
    margin: 28px auto 20px;
    padding: 22px;
    border: 1px solid #e2e7dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(25, 38, 20, .06);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    text-align: left;
}
.nc-home-schedule-panel:has(.nc-home-days-field:not([hidden])) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.nc-home-days-field[hidden] {
    display: none;
}
.nc-home-schedule-panel label span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #31502e;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.nc-home-schedule-panel input,
.nc-home-schedule-panel select {
    width: 100%;
    height: 58px;
    border: 1px solid #d8dfd3;
    border-radius: 8px;
    background: #fbfcf8;
    color: #252525;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 800;
}
.nc-home-schedule-panel input:focus,
.nc-home-schedule-panel select:focus {
    outline: 0;
    border-color: #2f6f1f;
    box-shadow: 0 0 0 3px rgba(47, 111, 31, .12);
}
.nc-home-schedule-panel > div {
    grid-column: 1 / -1;
    min-height: 52px;
    border-radius: 8px;
    background: #f3f7ee;
    color: #53624f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}
.nc-home-builder-card > .btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 26px;
}

.nc-priority-section {
    padding-top: 50px;
    padding-bottom: 54px;
}
.nc-priority-slider {
    position: relative;
}
.nc-priority-track {
    position: relative;
    min-height: 360px;
    border-radius: 12px;
    overflow: hidden;
    background: #173f1d;
    box-shadow: 0 18px 45px rgba(25, 38, 20, .13);
}
.nc-priority-slide {
    position: absolute;
    inset: 0;
    padding: 38px;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.28) 55%, rgba(0,0,0,.08)),
        var(--banner-image) center/cover no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}
.nc-priority-slide.active {
    opacity: 1;
    pointer-events: auto;
}
.nc-priority-slide span {
    width: max-content;
    max-width: 100%;
    border-radius: 999px;
    background: #fff3d0;
    color: #80530a;
    padding: 7px 13px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 14px;
}
.nc-priority-slide strong {
    max-width: 620px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.02;
    font-weight: 900;
}
.nc-priority-slide em {
    width: max-content;
    max-width: 100%;
    margin-top: 22px;
    min-height: 44px;
    border-radius: 8px;
    background: var(--nc-orange);
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 900;
}
.nc-priority-controls {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.nc-priority-controls button {
    pointer-events: auto;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(0,0,0,.28);
    color: #fff;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
}
.nc-priority-controls > div {
    display: flex;
    gap: 7px;
    padding: 7px;
    border-radius: 999px;
    background: rgba(0,0,0,.28);
    pointer-events: auto;
}
.nc-priority-controls > div button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,.45);
}
.nc-priority-controls > div button.active { background: #fff; }

.nc-home-v2-page {
    background: #f7f7f2;
}
.nc-v2-hero {
    min-height: 720px;
    position: relative;
    background: url('/images/navega/mapa-combu.png') center/cover no-repeat;
    color: #fff;
}
.nc-v2-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.34) 48%, rgba(0,0,0,.54)),
        linear-gradient(0deg, rgba(0,0,0,.24), rgba(0,0,0,.16));
}
.nc-v2-hero-inner {
    position: relative;
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, .58fr);
    align-items: center;
    gap: 42px;
    padding-top: 96px;
    padding-bottom: 62px;
}
.nc-v2-hero-copy {
    max-width: 720px;
    padding-left: 28px;
}
.nc-v2-hero-copy > span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    padding: 0 14px;
    color: #eef6e9;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}
.nc-v2-hero-copy h1 {
    font-size: clamp(50px, 6vw, 86px);
    line-height: .95;
    font-weight: 900;
    max-width: 760px;
    margin: 0 0 22px;
}
.nc-v2-hero-copy p {
    max-width: 560px;
    color: rgba(255,255,255,.88);
    font-size: 19px;
    line-height: 1.55;
    margin: 0 0 28px;
}
.nc-v2-hero-points {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.nc-v2-hero-points div {
    min-height: 46px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 8px;
    background: rgba(0,0,0,.18);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    backdrop-filter: blur(8px);
}
.nc-v2-hero-points i { color: #d8ed77; }
.nc-v2-hero-points strong { font-size: 13px; }
.nc-v2-builder {
    background: rgba(255,255,255,.96);
    color: var(--nc-ink);
    border: 1px solid rgba(255,255,255,.48);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
    width: 100%;
    max-width: 560px;
    justify-self: end;
}
.nc-v2-builder-head {
    margin-bottom: 18px;
}
.nc-v2-builder-head span {
    color: var(--nc-primary);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.nc-v2-builder-head h2 {
    font-size: 28px;
    line-height: 1.08;
    font-weight: 900;
    margin: 6px 0 0;
}
.nc-v2-intents {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}
.nc-v2-intents label {
    min-height: 118px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    display: grid;
    align-content: center;
    gap: 5px;
    text-align: center;
    cursor: pointer;
    padding: 12px;
}
.nc-v2-intents label.active {
    border-color: var(--nc-primary);
    background: #eef7e8;
    box-shadow: inset 0 0 0 1px var(--nc-primary);
}
.nc-v2-intents input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.nc-v2-intents i { color: var(--nc-primary); font-size: 22px; }
.nc-v2-intents strong { font-size: 14px; font-weight: 900; }
.nc-v2-intents small { color: var(--nc-muted); font-size: 12px; line-height: 1.25; }
.nc-v2-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.nc-v2-fields:has([data-home-days-field]:not([hidden])) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.nc-v2-fields [hidden] { display: none; }
.nc-v2-fields label span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #31502e;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.nc-v2-fields input,
.nc-v2-fields select {
    width: 100%;
    height: 52px;
    border: 1px solid #d8dfd3;
    border-radius: 8px;
    background: #fbfcf8;
    color: #252525;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 800;
}
.nc-v2-builder-hint {
    min-height: 44px;
    border-radius: 8px;
    background: #f3f7ee;
    color: #53624f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    margin: 16px 0;
}
.nc-v2-builder > .btn {
    min-height: 50px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.nc-v2-flow {
    margin-top: -42px;
    position: relative;
    z-index: 5;
}
.nc-v2-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--nc-line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(25, 38, 20, .1);
}
.nc-v2-flow-grid article {
    min-height: 116px;
    padding: 22px;
    border-right: 1px solid var(--nc-line);
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 4px 12px;
    align-content: center;
}
.nc-v2-flow-grid article:last-child { border-right: 0; }
.nc-v2-flow-grid span {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff0df;
    color: var(--nc-orange);
    font-weight: 900;
}
.nc-v2-flow-grid strong {
    color: #173f1d;
    font-size: 16px;
    font-weight: 900;
}
.nc-v2-flow-grid small {
    color: var(--nc-muted);
    font-size: 12px;
    line-height: 1.35;
}
.nc-v2-things {
    padding: 54px 0 42px;
    background: #fff;
}
.nc-v2-feature-experience {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: 0;
    border: 1px solid var(--nc-line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(25, 38, 20, .1);
}
.nc-v2-feature-media {
    min-height: 430px;
    position: relative;
    background: #173f1d;
}
.nc-v2-feature-media img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}
.nc-v2-feature-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.42), rgba(0,0,0,0) 52%);
}
.nc-v2-feature-media span {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 1;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #173f1d;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 900;
}
.nc-v2-feature-copy {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nc-v2-feature-copy > span {
    color: var(--nc-primary);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.nc-v2-feature-copy h3 {
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.04;
    font-weight: 900;
    margin: 0 0 16px;
}
.nc-v2-feature-copy p {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.62;
    margin: 0 0 22px;
}
.nc-v2-feature-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}
.nc-v2-feature-facts div {
    min-height: 94px;
    border: 1px solid #dfe6d9;
    border-radius: 8px;
    background: #fbfcf8;
    padding: 12px;
}
.nc-v2-feature-facts i {
    color: var(--nc-primary);
    font-size: 18px;
}
.nc-v2-feature-facts strong {
    display: block;
    color: #183e16;
    font-size: 16px;
    font-weight: 900;
    margin-top: 8px;
}
.nc-v2-feature-facts small {
    color: var(--nc-muted);
    font-size: 12px;
    line-height: 1.25;
}
.nc-v2-feature-copy .btn {
    min-height: 50px;
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 22px;
}
.nc-v2-priority {
    background: #f7f7f2;
    padding: 54px 0 42px;
}
.nc-v2-priority-slider .nc-priority-track {
    min-height: 430px;
}
.nc-v2-boarding {
    padding: 44px 0 58px;
    background: #fff;
}
.nc-v2-boarding-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.nc-v2-boarding-grid article {
    min-height: 112px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 18px;
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(25, 38, 20, .07);
}
.nc-v2-boarding-grid i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef7e8;
    color: var(--nc-primary);
    font-size: 22px;
}
.nc-v2-boarding-grid strong {
    display: block;
    font-size: 17px;
    font-weight: 900;
}
.nc-v2-boarding-grid span {
    display: block;
    color: var(--nc-muted);
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px;
}

.nc-partner-landing-page {
    background: #f7f7f2;
}
.nc-partner-landing-hero {
    padding: 122px 0 56px;
    background:
        linear-gradient(90deg, rgba(14,45,26,.92), rgba(14,45,26,.66)),
        url('/images/navega/mapa-combu.png') center/cover no-repeat;
    color: #fff;
}
.nc-partner-landing-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, .68fr);
    gap: 38px;
    align-items: center;
}
.nc-partner-landing-copy > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    padding: 0 14px;
    color: #eef6e9;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}
.nc-partner-landing-copy h1 {
    max-width: 680px;
    margin: 0 0 18px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    font-weight: 900;
}
.nc-partner-landing-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1.6;
}
.nc-partner-landing-points {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
}
.nc-partner-landing-points div {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: rgba(0,0,0,.18);
    padding: 0 13px;
    backdrop-filter: blur(8px);
}
.nc-partner-landing-points i {
    color: #d8ed77;
}
.nc-partner-signup-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid rgba(255,255,255,.48);
    border-radius: 12px;
    background: rgba(255,255,255,.97);
    color: var(--nc-ink);
    padding: 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
}
.nc-partner-form-alert {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #fff0df;
    color: #955a0c;
    padding: 10px 12px;
    margin-bottom: 14px;
    font-weight: 800;
    font-size: 13px;
}
.nc-partner-service-picker {
    margin-bottom: 18px;
}
.nc-partner-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.nc-partner-form-grid label {
    display: grid;
    gap: 7px;
    color: #31502e;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.nc-partner-form-grid label.wide {
    grid-column: 1 / -1;
}
.nc-partner-form-grid input,
.nc-partner-form-grid textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #d8dfd3;
    border-radius: 8px;
    background: #fbfcf8;
    color: #252525;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    text-transform: none;
}
.nc-partner-form-grid input {
    height: 50px;
}
.nc-partner-form-grid textarea {
    min-height: 92px;
    padding-top: 12px;
    resize: vertical;
}
.nc-partner-signup-card .policy {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 16px 0;
    color: #526052;
    font-size: 13px;
    font-weight: 700;
}
.nc-partner-landing-admin {
    padding: 52px 0 64px;
    background: #fff;
}
.nc-partner-admin-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.nc-partner-admin-grid article {
    min-height: 210px;
    min-width: 0;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(25, 38, 20, .07);
}
.nc-partner-admin-grid i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #edf6e8;
    color: var(--nc-primary);
    font-size: 24px;
    margin-bottom: 16px;
}
.nc-partner-admin-grid strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 8px;
}
.nc-partner-admin-grid span {
    color: #596257;
    line-height: 1.55;
}

.nc-experience-hero {
    min-height: 620px;
    position: relative;
    background: var(--experience-hero-image) center/cover no-repeat;
    color: #fff;
}
.nc-experience-hero-inner {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    padding-top: 72px;
}
.nc-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    color: #f5f4e9;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 16px;
}
.nc-experience-summary-panel { grid-template-columns: repeat(4, minmax(0, 1fr)) 190px; }
.nc-experience-trust { padding-top: 82px; }
.nc-experience-detail-section { padding-top: 56px; }
.nc-experience-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 44px;
    align-items: start;
}
.nc-experience-story {
    font-size: 17px;
    line-height: 1.75;
    color: #333;
}
.nc-experience-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}
.nc-experience-feature-grid article {
    min-height: 150px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 22px;
    background: #fff;
}
.nc-experience-feature-grid i { color: var(--nc-primary); font-size: 26px; }
.nc-experience-feature-grid strong { display: block; margin: 12px 0 7px; font-size: 16px; }
.nc-experience-feature-grid span { color: #555; font-size: 14px; line-height: 1.45; }
.nc-experience-reserve-card {
    position: sticky;
    top: 92px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 10px;
    padding: 24px;
    box-shadow: var(--nc-shadow);
    background: #fff;
}
.nc-experience-reserve-card > div { margin-bottom: 20px; }
.nc-experience-reserve-card span,
.nc-experience-reserve-card small {
    display: block;
    color: var(--nc-muted);
    font-size: 13px;
}
.nc-experience-reserve-card strong {
    display: block;
    color: var(--nc-primary-dark);
    font-size: 34px;
    line-height: 1.05;
    margin: 4px 0;
}
.nc-experience-reserve-card p {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #444;
    font-size: 14px;
    margin: 0 0 14px;
}
.nc-experience-reserve-card p i { color: var(--nc-primary); }
.nc-experience-reserve-card .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}
.nc-experience-host-band .nc-route-shell { align-items: stretch; }
.nc-host-mini { display: flex; align-items: center; gap: 14px; margin: 24px 0; }
.nc-host-mini > span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--nc-primary);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}
.nc-host-mini strong,
.nc-host-mini small { display: block; }
.nc-host-mini small { color: #626262; }
.nc-experience-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: 420px;
}
.nc-experience-gallery img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}
.nc-experience-gallery img:first-child { border-top-left-radius: 10px; }
.nc-experience-gallery img:nth-child(2) { border-top-right-radius: 10px; }
.nc-experience-gallery img:nth-child(3) { border-bottom-left-radius: 10px; }
.nc-experience-gallery img:nth-child(4) { border-bottom-right-radius: 10px; }

.nc-route-preview { background: #fff; padding: 0 0 36px; }
.nc-route-shell {
    min-height: 390px;
    display: grid;
    grid-template-columns: 41% 59%;
    border-radius: 14px;
    overflow: hidden;
    background: #f8f7f1;
}
.nc-route-content { padding: 34px 0 34px 6px; }
.nc-steps-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 30px 0 30px;
}
.nc-steps-row div { position: relative; min-width: 0; }
.nc-steps-row span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffe6d3;
    color: var(--nc-orange);
    font-weight: 900;
    margin-bottom: 11px;
}
.nc-steps-row i { display: block; color: #314f2a; font-size: 25px; margin-bottom: 12px; }
.nc-steps-row strong { display: block; color: #245314; font-size: 14px; line-height: 1.25; }
.nc-steps-row small { display: block; color: #5d5d5d; font-size: 12px; line-height: 1.35; margin-top: 7px; }
.nc-route-image {
    min-height: 390px;
    background: linear-gradient(90deg, rgba(248,247,241,.95) 0%, rgba(248,247,241,.25) 25%, rgba(248,247,241,0) 45%),
                url('/images/navega/route-preview.png') center/cover no-repeat;
    position: relative;
}
.nc-combu-card {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 210px;
    background: rgba(47, 111, 31, .96);
    color: #fff;
    border-radius: 12px;
    padding: 18px;
}
.nc-combu-card strong, .nc-combu-card span, .nc-combu-card a { display: block; }
.nc-combu-card span { font-size: 13px; margin: 8px 0 14px; }
.nc-combu-card a { border: 1px solid rgba(255,255,255,.7); border-radius: 6px; text-align: center; padding: 9px; color: #fff; text-decoration: none; font-weight: 800; font-size: 12px; }
.nc-stats-band { background: #235d2e; color: #fff; padding: 30px 0; }
.nc-stats-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    align-items: center;
    gap: 18px;
}
.nc-stats-grid > div:not(.nc-stats-copy) { text-align: center; border-left: 1px solid rgba(255,255,255,.25); padding: 6px 10px; }
.nc-stats-grid i { display: block; font-size: 28px; margin-bottom: 8px; }
.nc-stats-grid strong { display: block; font-size: 31px; line-height: 1; }
.nc-stats-grid span, .nc-stats-copy p { font-size: 14px; opacity: .9; }
.nc-stats-copy a { color: #d5ec76; font-weight: 800; font-size: 13px; }

.nc-home-info, .nc-how-section, .nc-testimonials {
    background: #fff;
    padding: 48px 0;
}
.nc-boarding-cards, .nc-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.nc-boarding-cards article, .nc-testimonial-grid article {
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.nc-boarding-cards i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #2f6f1f;
    background: #eef7e8;
    font-size: 23px;
    margin-bottom: 14px;
}
.nc-boarding-cards h3, .nc-testimonial-grid strong { font-size: 18px; font-weight: 900; }
.nc-boarding-cards p, .nc-testimonial-grid p { color: #5b5b5b; }
.nc-boarding-cards span {
    display: inline-flex;
    border-radius: 999px;
    background: #fff2df;
    color: #9b550c;
    padding: 6px 12px;
    font-weight: 800;
    font-size: 12px;
}
.nc-how-section { background: #f7f7f2; }
.nc-how-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 44px;
    align-items: center;
}
.nc-how-grid h2 { font-size: 34px; font-weight: 900; margin-bottom: 14px; }
.nc-how-grid p { color: #555; line-height: 1.6; }
.nc-how-list { display: grid; gap: 14px; }
.nc-how-list article {
    background: #fff;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 20px;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 16px;
}
.nc-how-list span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #2f6f1f;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    grid-row: span 2;
}
.nc-how-list strong { font-weight: 900; }
.nc-how-list p { margin: 4px 0 0; }
.nc-testimonial-grid span { color: #2f6f1f; font-weight: 900; }

.nc-flow-page, .nc-checkout-page { background: #fbfaf6; }
.nc-flow-hero, .nc-checkout-hero {
    height: 135px;
    background: linear-gradient(rgba(6,28,6,.75), rgba(6,28,6,.75)), url('/images/navega/checkout-bg.png') center/cover;
}
.nc-flow-hero-map {
    height: 190px;
    background:
        linear-gradient(rgba(6,28,6,.72), rgba(6,28,6,.78)),
        url('/images/navega/mapa-combu.png') center/cover no-repeat,
        #27a9b1;
}
.nc-flow-shell, .nc-checkout-shell { margin-top: -48px; padding-bottom: 34px; }
.nc-itinerary-card, .nc-checkout-card {
    max-width: 1480px;
    margin: 0 auto;
    background: rgba(255,255,255,.98);
    border-radius: 18px;
    box-shadow: var(--nc-shadow);
    padding: 34px 42px 94px;
    position: relative;
}
.nc-progress-rail, .nc-checkout-progress {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    border-bottom: 1px solid var(--nc-line);
    padding-bottom: 24px;
    margin-bottom: 30px;
}
.nc-checkout-progress { grid-template-columns: repeat(3, 1fr); max-width: 760px; margin: -10px auto 30px; color: #fff; border: 0; }
.nc-progress-step, .nc-checkout-progress div { display: flex; align-items: center; gap: 12px; position: relative; color: #999; font-weight: 700; }
.nc-progress-step span, .nc-checkout-progress span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #cfd7ca;
    display: grid;
    place-items: center;
    background: #fff;
    color: #999;
}
.nc-progress-step.active, .nc-progress-step.done { color: #1e4c1a; }
.nc-progress-step.active span, .nc-progress-step.done span { border-color: #2f6f1f; color: #2f6f1f; }
.nc-progress-step.done span { background: #eef7e8; }
.nc-page-title h1, .nc-step-simple h1, .nc-check-summary h1, .nc-travelers-step h1, .nc-payment-step h1, .nc-success-step h1 {
    font-size: 34px;
    font-weight: 900;
    margin: 0 0 8px;
}
.nc-page-title p, .nc-step-simple p, .nc-travelers-step > p, .nc-payment-step > p, .nc-success-step > p { color: var(--nc-muted); margin-bottom: 28px; }
.nc-step-simple { max-width: 720px; margin: 40px auto 80px; text-align: center; }
.nc-multi-select-alert {
    max-width: 620px;
    margin: -10px auto 16px;
    padding: 12px 16px;
    border: 1px solid #2f6f1f;
    border-radius: 8px;
    background: #eef7e8;
    color: #203b1e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
    box-shadow: 0 12px 26px rgba(47, 111, 31, 0.12);
}
.nc-multi-select-alert i {
    color: #2f6f1f;
    font-size: 20px;
    flex: 0 0 auto;
}
.nc-multi-select-alert span {
    font-size: 14px;
    line-height: 1.35;
}
.nc-multi-select-alert strong { font-weight: 900; }
.nc-step-simple input {
    width: 100%;
    height: 58px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 0 18px;
    margin-bottom: 16px;
}
.nc-intent-selector, .nc-profile-selector, .nc-pass-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
    text-align: left;
}
.nc-profile-selector { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nc-pass-selector { grid-template-columns: 1fr; }
.nc-intent-selector button, .nc-profile-selector button, .nc-pass-selector button {
    min-height: 86px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    color: #243024;
    display: grid;
    gap: 4px;
    align-content: center;
}
.nc-intent-selector button.active, .nc-profile-selector button.active, .nc-pass-selector button.active {
    border-color: #2f6f1f;
    background: #eef7e8;
    box-shadow: inset 0 0 0 1px #2f6f1f;
}
.nc-intent-selector i, .nc-profile-selector i, .nc-pass-selector i { color: #2f6f1f; font-size: 20px; }
.nc-intent-selector strong, .nc-profile-selector strong, .nc-pass-selector strong { font-size: 13px; font-weight: 900; }
.nc-intent-selector span, .nc-profile-selector span, .nc-pass-selector span { font-size: 12px; color: var(--nc-muted); line-height: 1.25; }
.nc-schedule-panel {
    max-width: 620px;
    margin: 24px auto 18px;
    padding: 18px;
    border: 1px solid #e2e7dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(25, 38, 20, 0.07);
}
.nc-date-time-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    margin-bottom: 12px;
    text-align: left;
}
.nc-date-time-grid label span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 800;
    color: #31502e;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.nc-date-time-grid label span i { color: #2f6f1f; font-size: 15px; }
.nc-date-time-grid input, .nc-date-time-grid select {
    width: 100%;
    height: 54px;
    border: 1px solid #d8dfd3;
    border-radius: 8px;
    padding: 0 14px;
    margin-bottom: 0;
    background: #fbfcf8;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
}
.nc-date-time-grid input:focus, .nc-date-time-grid select:focus {
    outline: 0;
    border-color: #2f6f1f;
    box-shadow: 0 0 0 3px rgba(47, 111, 31, .12);
}
.nc-time-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 8px;
    background: #f3f7ee;
    color: #53624f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    padding: 10px 14px;
    text-align: center;
}
.nc-time-hint i {
    color: #2f6f1f;
    font-size: 16px;
    flex: 0 0 auto;
}
.nc-day-plan {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 22px;
}
.nc-route-days-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 14px;
    align-items: center;
    border: 1px solid #cfe2c7;
    border-radius: 8px;
    background: #f6fbf2;
    padding: 14px 16px;
    margin: 0 0 18px;
}
.nc-route-days-control > div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 2px 10px;
    align-items: center;
}
.nc-route-days-control i {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e5f2dc;
    color: #2f6f1f;
    display: grid;
    place-items: center;
}
.nc-route-days-control span {
    color: #4d6448;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.nc-route-days-control strong {
    color: #1f2a1d;
    font-size: 14px;
}
.nc-route-days-control label span {
    display: block;
    margin-bottom: 6px;
}
.nc-route-days-control select {
    width: 100%;
    height: 44px;
    border: 1px solid #cbdcc4;
    border-radius: 8px;
    background: #fff;
    padding: 0 12px;
    color: #1f2a1d;
    font-weight: 800;
}
.nc-route-day-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 14px;
    margin: -8px 0 18px;
}
.nc-route-day-tabs button {
    min-width: 132px;
    border: 1px solid #d9e5d4;
    border-radius: 8px;
    background: #fff;
    color: #243024;
    padding: 12px 14px;
    text-align: left;
    display: grid;
    gap: 3px;
}
.nc-route-day-tabs button.active {
    border-color: #2f6f1f;
    background: #eef7e8;
    box-shadow: inset 0 0 0 1px #2f6f1f;
}
.nc-route-day-tabs span {
    color: #2f6f1f;
    font-size: 13px;
    font-weight: 900;
}
.nc-route-day-tabs strong {
    color: #52604e;
    font-size: 12px;
}
.nc-day-plan div {
    min-height: 92px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    display: grid;
    gap: 4px;
    align-content: center;
}
.nc-day-plan div.active {
    border-color: #2f6f1f;
    background: #eef7e8;
    box-shadow: inset 0 0 0 1px #2f6f1f;
}
.nc-day-plan i { color: #2f6f1f; font-size: 20px; }
.nc-day-plan span { color: var(--nc-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.nc-day-plan strong { color: #1f2a1d; font-size: 13px; line-height: 1.25; }
.nc-boarding-layout, .nc-summary-layout, .nc-payment-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.nc-map-preview, .nc-route-map {
    min-height: 420px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #d8e4d3;
    background:
        linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .12)),
        url('/images/navega/combu-map.png') center/contain no-repeat,
        #27a9b1;
}
.nc-real-boarding-map-shell {
    background: #dcead5;
}
.nc-real-boarding-map {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.nc-real-boarding-map .leaflet-control-attribution {
    font-size: 10px;
}
.nc-real-boarding-map .leaflet-popup-content {
    min-width: 190px;
    margin: 12px;
}
.nc-real-boarding-map .leaflet-popup-content strong,
.nc-real-boarding-map .leaflet-popup-content small {
    display: block;
}
.nc-real-boarding-map .leaflet-popup-content strong {
    color: #1f1f1f;
    font-size: 14px;
    margin-bottom: 4px;
}
.nc-real-boarding-map .leaflet-popup-content small {
    color: #666;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.nc-real-boarding-map .leaflet-popup-content button {
    width: 100%;
    min-height: 34px;
    border: 0;
    border-radius: 7px;
    background: #2f6f1f;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.nc-leaflet-marker {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.nc-leaflet-marker span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #2f6f1f;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(0,0,0,.25);
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.nc-leaflet-marker.selected span {
    background: #ef7a18;
    transform: scale(1.12);
    box-shadow: 0 14px 28px rgba(0,0,0,.28), 0 0 0 8px rgba(239,122,24,.18);
}
.nc-boarding-list button,
.nc-boarding-list a {
    width: 100%;
    border: 1px solid var(--nc-line);
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    gap: 14px;
    align-items: center;
    text-align: left;
    margin-bottom: 12px;
    color: inherit;
    text-decoration: none;
}
.nc-boarding-list .selected { border-color: #2f6f1f; background: #f1f9ed; }
.nc-boarding-list i { color: #2f6f1f; font-size: 22px; }
.nc-boarding-list span { flex: 1; }
.nc-boarding-list small { display: block; color: var(--nc-muted); }
.nc-map-pin {
    position: absolute;
    z-index: 3;
    width: 36px;
    height: 36px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #2f6f1f;
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 22px rgba(0,0,0,.25);
    transform: translate(-50%, -50%);
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.nc-map-pin:hover,
.nc-map-pin.selected {
    background: #ef7a18;
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 14px 28px rgba(0,0,0,.28), 0 0 0 8px rgba(239,122,24,.18);
}
.nc-map-pin i { font-size: 17px; line-height: 1; }
.nc-map-pin span {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: max-content;
    max-width: 160px;
    transform: translateX(-50%);
    background: rgba(32,43,29,.88);
    color: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
    pointer-events: none;
}
.nc-map-pin.selected span { background: #174817; }
.nc-map-pin.one { left: 18%; top: 61%; }
.nc-map-pin.two { left: 49%; top: 49%; }
.nc-map-pin.three { left: 84%; top: 63%; }
.nc-boarding-route-line {
    position: absolute;
    z-index: 2;
    left: 18%;
    right: 16%;
    top: 58%;
    border-top: 4px dashed rgba(46,114,189,.72);
    transform: rotate(2deg);
    filter: drop-shadow(0 2px 1px rgba(255,255,255,.45));
}
.nc-map-selection-card {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 3;
    max-width: 260px;
    border-radius: 10px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 16px 34px rgba(0,0,0,.16);
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 10px;
    align-items: center;
}
.nc-map-selection-card i { grid-row: span 2; color: #2f6f1f; font-size: 22px; }
.nc-map-selection-card span { color: var(--nc-muted); font-size: 12px; font-weight: 700; }
.nc-map-selection-card strong { color: #1f1f1f; font-size: 14px; }
.nc-map-selection-card.muted i { color: #ef7a18; }
.nc-map-label { position: absolute; z-index: 3; background: rgba(32,43,29,.82); color: #fff; border-radius: 6px; padding: 10px 12px; font-size: 12px; font-weight: 800; }
.nc-map-label.right { right: 6%; bottom: 13%; }
.nc-step-actions, .nc-checkout-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; }

.nc-summary-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 26px; }
.nc-summary-metrics div {
    min-height: 84px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 12px;
    align-items: center;
}
.nc-summary-metrics i { grid-row: span 2; width: 40px; height: 40px; border-radius: 50%; background: #f7f3ed; display: grid; place-items: center; color: #2f6f1f; }
.nc-summary-metrics span { color: var(--nc-muted); font-size: 13px; }
.nc-summary-metrics strong { font-size: 18px; }
.nc-route-map {
    min-height: 560px;
    margin-bottom: 0;
    background: #eef2e8;
}
.nc-route-leaflet-shell {
    border-radius: 10px 10px 0 0;
}
.nc-route-leaflet-map {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #eef2e8;
}
.nc-route-leaflet-map::after {
    display: none;
}
.nc-toned-leaflet-tiles {
    filter: none;
}
.nc-boat-route-glow {
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 12px 18px rgba(23, 72, 23, .32));
}
.nc-boat-route-base {
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 5px 9px rgba(104, 74, 20, .32));
}
.nc-boat-route-flow {
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: ncBoatRouteFlow 1.2s linear infinite;
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .9));
}
@keyframes ncBoatRouteFlow {
    to { stroke-dashoffset: -16; }
}
.nc-route-boat-marker {
    width: 46px;
    height: 46px;
    pointer-events: none;
}
.nc-route-boat-marker span {
    width: 38px;
    height: 38px;
    border: 2px solid #fff7cf;
    border-radius: 50%;
    background: linear-gradient(180deg, #2f6f1f, #174817);
    color: #fff7cf;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 22px rgba(23, 72, 23, .3);
    position: relative;
    animation: ncBoatMarkerBob 1.8s ease-in-out infinite;
}
.nc-route-boat-marker i {
    font-size: 18px;
    line-height: 1;
}
.nc-route-boat-marker small {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f1bf4e;
    color: #1f1a10;
    font-size: 10px;
    font-weight: 900;
}
@keyframes ncBoatMarkerBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
.nc-moving-boat-marker {
    pointer-events: none;
}
.nc-moving-boat-marker span {
    width: 42px;
    height: 42px;
    border: 3px solid #fff7cf;
    border-radius: 50%;
    background: linear-gradient(180deg, #f1bf4e, #d87824);
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 26px rgba(80, 45, 10, .35);
    position: relative;
    animation: ncMovingBoatPulse 1.35s ease-in-out infinite;
}
.nc-moving-boat-marker span::before,
.nc-moving-boat-marker span::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 2px solid rgba(255, 247, 207, .56);
    border-radius: 50%;
    animation: ncMovingBoatRipple 1.8s ease-out infinite;
}
.nc-moving-boat-marker span::after {
    animation-delay: .55s;
}
.nc-moving-boat-marker i {
    transform: rotate(42deg);
    font-size: 18px;
    position: relative;
    z-index: 1;
}
@keyframes ncMovingBoatPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}
@keyframes ncMovingBoatRipple {
    0% { transform: scale(.55); opacity: .65; }
    100% { transform: scale(1.18); opacity: 0; }
}
.nc-route-leaflet-map .leaflet-control-zoom {
    border: 0;
    box-shadow: 0 10px 22px rgba(0,0,0,.18);
    z-index: 650;
}
.nc-route-leaflet-map .leaflet-control-zoom a {
    border: 0;
    color: #31452d;
    font-weight: 900;
}
.nc-route-map-actions {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.nc-route-line {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 53%;
    border-top: 4px dashed rgba(46, 114, 189, .86);
    opacity: .95;
    filter: drop-shadow(0 2px 1px rgba(255,255,255,.35));
}
.nc-map-toggle { position: absolute; top: 24px; left: 28px; background: #fff; border-radius: 999px; padding: 6px; display: flex; gap: 4px; z-index: 4; box-shadow: 0 10px 22px rgba(0,0,0,.12); }
.nc-map-toggle strong, .nc-map-toggle span, .nc-map-toggle button { padding: 8px 18px; border-radius: 999px; font-size: 13px; }
.nc-map-toggle strong, .nc-map-toggle button.active { background: #2f6f1f; color: #fff; }
.nc-map-toggle button {
    border: 0;
    background: transparent;
    color: #252525;
    font-weight: 800;
}
.nc-map-toggle button:not(.active):hover {
    background: #f4f0e6;
}
.nc-route-leaflet-shell .nc-view-toggle {
    top: 104px;
}
.nc-map-controls { position: absolute; right: 22px; top: 24px; display: grid; gap: 8px; z-index: 4; }
.nc-map-controls i { width: 38px; height: 38px; display: grid; place-items: center; background: rgba(255,255,255,.96); border-radius: 6px; box-shadow: 0 8px 18px rgba(0,0,0,.14); }
.nc-route-node { position: absolute; z-index: 2; display: grid; place-items: center; transform: translate(-50%, -50%); min-width: 72px; }
.nc-route-node > i { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 20px; box-shadow: 0 8px 18px rgba(0,0,0,.24), 0 0 0 5px rgba(255,255,255,.32); }
.nc-route-node span {
    margin-top: 9px;
    width: max-content;
    max-width: 190px;
    background: rgba(27,45,28,.9);
    color: #fff;
    padding: 8px 11px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.nc-route-node em { margin-top: 7px; background: #fff; border-radius: 999px; padding: 6px 13px; color: #4b4b4b; font-size: 12px; font-weight: 800; font-style: normal; box-shadow: 0 5px 12px rgba(0,0,0,.1); white-space: nowrap; }
.nc-route-node.start { left: 11%; top: 39%; } .nc-route-node.finish { left: 90%; top: 55%; }
.nc-route-node.start > i { background: #5b7f35; } .nc-route-node.finish > i { background: #c33b2d; }
.nc-route-node.boat > i { background: #2e72bd; }
.nc-route-node.boat.a { left: 27%; top: 53%; } .nc-route-node.boat.b { left: 53%; top: 57%; } .nc-route-node.boat.c { left: 78%; top: 58%; }
.nc-route-node.boat.c.single { left: 73%; top: 56%; }
.nc-route-node.exp > i { background: #e97824; }
.nc-route-node.exp.two > i { background: #8d49ad; }
.nc-route-node.exp.one { left: 42%; top: 43%; } .nc-route-node.exp.two { left: 64%; top: 44%; }
.nc-route-node.exp.one.single { left: 51%; top: 43%; }
.nc-combu-map-label {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 240px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(43, 35, 28, .78);
    color: #fff9d7;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.nc-combu-map-label.start { left: 24px; bottom: 22px; }
.nc-combu-map-label.finish { right: 24px; bottom: 22px; }
.nc-combu-map-label i { color: #f0c14c; }
.nc-combu-map-spot {
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border: 3px solid #e4b24d;
    border-radius: 50%;
    background: #4a2529;
    color: #f8d16a;
    box-shadow: 0 12px 26px rgba(0,0,0,.22), 0 0 0 4px rgba(255, 238, 190, .32);
    transform: translate(-50%, -50%);
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.nc-combu-map-spot span {
    display: none;
}
.nc-combu-map-spot i {
    font-size: 21px;
    line-height: 1;
}
.nc-combu-map-spot strong {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    width: max-content;
    max-width: 190px;
    transform: translateX(-50%);
    border-radius: 7px;
    padding: 8px 10px;
    background: rgba(37, 48, 31, .92);
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 12px 24px rgba(0,0,0,.18);
    transition: opacity .18s ease, transform .18s ease;
}
.nc-combu-map-spot:hover,
.nc-combu-map-spot:focus-visible {
    transform: translate(-50%, -50%) scale(1.12);
    border-color: #fff0ad;
    box-shadow: 0 16px 32px rgba(0,0,0,.28), 0 0 0 8px rgba(240, 193, 76, .2);
}
.nc-combu-map-spot:hover strong,
.nc-combu-map-spot:focus-visible strong,
.nc-combu-map-spot.selected strong {
    opacity: 1;
    transform: translateX(-50%) translateY(2px);
}
.nc-combu-map-spot.selected {
    background: #e97824;
    color: #fff;
    border-color: #fff;
    box-shadow: 0 16px 34px rgba(0,0,0,.28), 0 0 0 9px rgba(233, 120, 36, .26);
}
.nc-combu-map-spot.pousada { background: #fff8dc; color: #4f5b38; }
.nc-combu-map-spot.restaurante { background: #4a2529; color: #f8d16a; }
.nc-combu-map-spot.experiencias { background: #d79535; color: #2f261f; }
.nc-route-leaflet-marker {
    position: relative;
}
.nc-route-leaflet-marker i {
    width: 46px;
    height: 46px;
    border: 3px solid #e4b24d;
    border-radius: 50%;
    background: #d79535;
    color: #2f261f;
    display: grid;
    place-items: center;
    font-size: 20px;
    box-shadow: 0 12px 26px rgba(0,0,0,.24), 0 0 0 5px rgba(255, 238, 190, .32);
}
.nc-route-leaflet-marker.restaurante i {
    background: #4a2529;
    color: #f8d16a;
}
.nc-route-leaflet-marker.pousada i {
    background: #fff8dc;
    color: #4f5b38;
}
.nc-route-leaflet-marker.selected i {
    background: #e97824;
    color: #fff;
    border-color: #fff;
    box-shadow: 0 16px 34px rgba(0,0,0,.28), 0 0 0 9px rgba(233, 120, 36, .26);
}
.nc-route-leaflet-marker span {
    position: absolute;
    left: -39px;
    top: -17px;
    color: #342b22;
    font-size: 15px;
    font-weight: 900;
}
.nc-route-leaflet-marker strong {
    position: absolute;
    left: 50%;
    top: 58px;
    width: max-content;
    max-width: 190px;
    transform: translate(calc(-50% + var(--label-x, 0px)), var(--label-y, 0px));
    border-radius: 7px;
    padding: 8px 10px;
    background: rgba(37, 48, 31, .92);
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 12px 24px rgba(0,0,0,.18);
    transition: opacity .18s ease, transform .18s ease;
}
.nc-route-leaflet-marker:hover strong,
.nc-route-leaflet-marker.selected strong {
    opacity: 1;
    transform: translate(calc(-50% + var(--label-x, 0px)), calc(var(--label-y, 0px) + 2px));
}
.nc-route-endpoint-marker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content !important;
    height: auto !important;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(43, 35, 28, .84);
    color: #fff9d7;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.nc-route-endpoint-marker i { color: #f0c14c; }
.nc-route-sequence-list {
    position: absolute;
    inset: 172px 28px 28px;
    z-index: 2;
    display: grid;
    align-content: start;
    gap: 10px;
    overflow: auto;
    padding-right: 8px;
}
.nc-route-sequence-item {
    display: grid;
    grid-template-columns: 48px 44px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 74px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 249, 226, .92);
    color: #25301f;
    padding: 12px 16px;
    text-align: left;
}
button.nc-route-sequence-item,
a.nc-route-sequence-item {
    width: 100%;
    text-decoration: none;
}
.nc-route-sequence-item span {
    color: #8b6b2e;
    font-weight: 900;
}
.nc-route-sequence-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eff6eb;
    color: #2f6f1f;
}
.nc-route-sequence-item strong,
.nc-route-sequence-item small {
    display: block;
}
.nc-route-sequence-item small {
    color: #5e665a;
}
.nc-route-sequence-item.boat i { background: #e6f1f0; color: #1d7778; }
.nc-route-sequence-item.exp i { background: #fff0d7; color: #9a6025; }
.nc-route-sequence-item.finish i { background: #f5e9df; color: #a74634; }
.nc-route-sequence-item.muted {
    opacity: .75;
}
.nc-route-note {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--nc-line);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 24px 28px;
    margin-bottom: 34px;
}
.nc-route-note span { width: 42px; height: 42px; border-radius: 50%; background: #f6f6f6; display: grid; place-items: center; }
.nc-route-note div { flex: 1; }
.nc-route-note small { display: block; color: var(--nc-muted); }
.nc-route-alert {
    margin: -18px 0 28px;
    border: 1px solid #bfe2b2;
    background: #f1f9ee;
    color: #2f6f1f;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 800;
}
.nc-route-note button, .nc-floating-summary button, .nc-add-grid button, .nc-ticket-actions button {
    border: 1px solid #2f6f1f;
    color: #2f6f1f;
    background: #fff;
    border-radius: 6px;
    padding: 11px 18px;
    font-weight: 800;
}
.nc-selected-route h2, .nc-add-more h2, .nc-payment-step h2, .nc-travelers-step h2, .nc-success-step h2 { font-size: 18px; font-weight: 900; margin: 0 0 6px; }
.nc-selected-route p { color: var(--nc-muted); font-size: 13px; }
.nc-route-cards { display: grid; grid-template-columns: repeat(7, minmax(130px, 1fr)); gap: 12px; overflow-x: auto; padding-bottom: 12px; }
.nc-mini-stop {
    min-height: 132px;
    border: 1px solid #b6d1b2;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: #f8fff6;
}
button.nc-mini-stop,
a.nc-mini-stop {
    width: 100%;
    margin: 0;
    text-align: left;
    font: inherit;
    text-decoration: none;
}
.nc-mini-stop.boat { background: #f3fbff; border-color: #b9d9f2; color: #2368a2; }
.nc-mini-stop.exp { background: #fff8f0; border-color: #efbd8d; color: #ba5a0c; cursor: pointer; }
.nc-mini-stop.finish { background: #fff5f5; border-color: #f0b3b3; color: #c83d3d; }
.nc-mini-stop span, .nc-mini-stop em { color: #222; font-size: 12px; font-style: normal; }
.nc-add-more { margin-top: 34px; border-top: 1px solid var(--nc-line); padding-top: 30px; padding-right: 330px; }
.nc-add-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.nc-add-search { display: flex; gap: 10px; }
.nc-add-search input { height: 40px; border: 1px solid var(--nc-line); border-radius: 8px; padding: 0 15px; }
.nc-add-search button { border: 1px solid var(--nc-line); background: #fff; border-radius: 8px; padding: 0 14px; }
.nc-chip-row { display: flex; gap: 10px; margin: 18px 0; overflow-x: auto; padding: 2px 0 4px; }
.nc-chip-row button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #d8e5d4;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 800;
    background: #fff;
    color: #2d3c2a;
    box-shadow: 0 8px 20px rgba(20, 56, 16, 0.06);
    white-space: nowrap;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.nc-chip-row button i {
    font-size: 14px;
    color: var(--nc-primary);
}
.nc-chip-row button:hover {
    border-color: #94c287;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(20, 56, 16, 0.1);
}
.nc-chip-row button.active {
    background: var(--nc-primary);
    color: #fff;
    border-color: var(--nc-primary);
    box-shadow: 0 12px 26px rgba(47, 111, 31, 0.22);
}
.nc-chip-row button.active i {
    color: #fff;
}
.nc-catalog-categories { margin-top: -4px; margin-bottom: 22px; }
.nc-add-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.nc-add-grid article {
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.nc-add-grid img { width: 100%; height: 112px; object-fit: cover; }
.nc-add-grid article.nc-place-card {
    padding: 0;
    min-height: 190px;
}
.nc-place-card > button,
.nc-place-card > a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #1f2a1d;
    text-align: left;
    display: grid;
    grid-template-rows: 122px auto 1fr auto;
    text-decoration: none;
}
.nc-place-card > button img,
.nc-place-card > a img {
    height: 122px;
}
.nc-place-card > button span,
.nc-place-card > a span {
    width: fit-content;
    margin: 12px 12px 0;
    border-radius: 999px;
    background: #eef7e8;
    color: #2f6f1f;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 900;
}
.nc-place-card > button h3,
.nc-place-card > a h3 {
    min-height: 0;
    margin: 8px 12px 14px;
    font-size: 15px;
}
.nc-place-card > button em,
.nc-place-card > a em {
    margin: 0 12px 12px;
    color: #2f6f1f;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}
.nc-place-card.selected {
    border-color: #2f6f1f;
    box-shadow: inset 0 0 0 1px #2f6f1f;
}
.nc-add-grid h3 {
    font-size: 14px;
    font-weight: 900;
    margin: 12px 12px 7px;
    line-height: 1.18;
    min-height: 50px;
}
.nc-add-grid p {
    min-height: 34px;
    margin: 0 12px 8px;
    color: #555;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.nc-add-grid strong { display: block; margin: 0 12px 10px; color: #1e4c1a; }
.nc-add-grid > article:not(.nc-place-card) > button { width: calc(100% - 24px); margin: 0 12px; padding: 8px; }
html:has(.nc-experience-modal),
body:has(.nc-experience-modal),
html.nc-modal-open,
body.nc-modal-open {
    overflow: hidden;
}
body.nc-modal-open {
    position: fixed;
    top: var(--nc-modal-scroll-y, 0);
    left: 0;
    right: 0;
    width: 100%;
}
.nc-experience-modal {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: grid;
    place-items: center;
    padding: 24px;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    overscroll-behavior: contain;
}
.nc-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(11, 28, 9, .58);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.nc-experience-sheet {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    height: min(820px, calc(100vh - 48px));
    height: min(820px, calc(100dvh - 48px));
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(0,0,0,.28);
}
.nc-experience-sheet-media {
    position: relative;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    background: #10230d;
}
.nc-experience-sheet-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}
.nc-experience-sheet-media > div {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: grid;
    gap: 5px;
    border-radius: 10px;
    background: rgba(255,255,255,.94);
    padding: 14px 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.16);
}
.nc-experience-sheet-media span {
    color: #2f6f1f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.nc-experience-sheet-media strong {
    color: #20261f;
    font-size: 18px;
    font-weight: 900;
}
.nc-experience-sheet-body {
    min-height: 0;
    max-height: 100%;
    padding: 34px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}
.nc-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #1f2a1d;
    box-shadow: 0 8px 18px rgba(0,0,0,.16);
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
}
.nc-modal-kicker {
    color: #2f6f1f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.nc-experience-sheet h2 {
    margin: 8px 0 12px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.05;
}
.nc-experience-sheet p {
    color: #5d6659;
    line-height: 1.5;
}
.nc-modal-facts {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .85fr) auto;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #edf0e9;
    border-bottom: 1px solid #edf0e9;
    padding: 14px 0;
    margin: 18px 0;
}
.nc-modal-facts span {
    color: #5a6356;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}
.nc-modal-facts i {
    color: #2f6f1f;
}
.nc-modal-facts strong {
    color: #1e4c1a;
    font-size: 22px;
    justify-self: end;
    white-space: nowrap;
}
.nc-modal-experience-lines {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}
.nc-modal-line-head,
.nc-modal-experience-line {
    display: grid;
    grid-template-columns: 1.15fr .55fr .55fr .7fr 1.55fr 1.55fr;
    gap: 10px;
    align-items: start;
}
.nc-modal-line-head {
    padding: 0 12px;
}
.nc-modal-line-head span {
    color: #5f6b5b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.nc-modal-experience-line {
    border: 1px solid #dce8d6;
    border-radius: 10px;
    background: #fff;
    padding: 14px 12px;
}
.nc-modal-experience-line.featured {
    background: #fbfdf8;
    border-color: #cfe2c7;
}
.nc-modal-experience-line.selected {
    border-color: #2f6f1f;
    box-shadow: inset 0 0 0 1px #2f6f1f;
}
.nc-modal-experience-line div {
    min-width: 0;
    display: grid;
    gap: 5px;
}
.nc-modal-experience-line strong {
    color: #20261f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}
.nc-modal-experience-line small {
    color: #687264;
    font-size: 12px;
    line-height: 1.25;
}
.nc-modal-experience-line span {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 6px;
    color: #4f5a4c;
    font-size: 12px;
    line-height: 1.28;
}
.nc-modal-experience-line span i {
    color: #2f6f1f;
    margin-top: 1px;
}
.nc-modal-line-actions {
    grid-column: 1 / -1;
    border-top: 1px solid #e6eee1;
    margin-top: 8px;
    padding-top: 10px;
}
.nc-modal-line-actions > button,
.nc-modal-line-actions .nc-period-group button {
    min-height: 42px;
    border: 1px solid #2f6f1f;
    border-radius: 8px;
    background: #fff;
    color: #2f6f1f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    padding: 9px 12px;
}
.nc-modal-line-actions > button {
    width: 100%;
}
.nc-modal-line-actions button.selected,
.nc-modal-line-actions button:hover {
    background: #2f6f1f;
    color: #fff;
}
.nc-modal-line-actions button.ghost {
    border-color: #d6e4d0;
    background: #fff;
    color: #5f6b5b;
}
.nc-modal-line-actions button.ghost:hover {
    border-color: #b94a3e;
    background: #b94a3e;
    color: #fff;
}
.nc-modal-line-actions button i {
    margin-right: 5px;
}
.nc-modal-line-actions .nc-period-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.nc-modal-line-actions .nc-period-group > span {
    display: block;
    grid-template-columns: none;
    color: #5f6b5b;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}
.nc-modal-line-actions .nc-period-group > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: min(220px, 100%);
}
.nc-modal-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}
.nc-modal-detail-grid section {
    border: 1px solid #e1eadc;
    border-radius: 10px;
    background: #fbfdf8;
    padding: 16px;
}
.nc-modal-detail-grid h3,
.nc-modal-section-title h3 {
    margin: 0 0 10px;
    color: #20261f;
    font-size: 16px;
    font-weight: 900;
}
.nc-modal-detail-grid p {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    margin: 8px 0 0;
    color: #4f5a4c;
    font-size: 14px;
    line-height: 1.35;
}
.nc-modal-detail-grid i {
    color: #2f6f1f;
    margin-top: 2px;
}
.nc-modal-info-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 18px;
}
.nc-modal-info-strip div {
    border: 1px solid #e2e9de;
    border-radius: 9px;
    padding: 12px;
}
.nc-modal-info-strip span,
.nc-modal-section-title span {
    display: block;
    color: #687264;
    font-size: 12px;
    font-weight: 800;
}
.nc-modal-info-strip strong {
    display: block;
    margin-top: 4px;
    color: #20261f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}
.nc-modal-section-title {
    margin-top: 18px;
}
.nc-modal-actions {
    display: grid;
    gap: 10px;
    margin: 14px 0;
}
.nc-modal-actions button {
    min-height: 48px;
    border: 1px solid #2f6f1f;
    border-radius: 8px;
    background: #fff;
    color: #2f6f1f;
    font-weight: 900;
}
.nc-modal-actions button:first-child:last-child,
.nc-modal-actions button:hover {
    background: #2f6f1f;
    color: #fff;
}
.nc-service-list.nc-modal-services {
    margin: 18px 0 0;
    max-height: 260px;
    overflow: auto;
    padding-right: 4px;
}
.nc-service-list.nc-modal-services .nc-service-option {
    padding: 10px;
}
.nc-service-list.nc-modal-services .nc-service-option button {
    min-height: auto;
}
.nc-card-days-select {
    display: grid;
    gap: 7px;
    margin: 12px;
    margin-top: 10px;
}
.nc-card-days-select span {
    color: #4d6448;
    font-size: 12px;
    font-weight: 900;
}
.nc-card-days-select select {
    width: 100%;
    height: 40px;
    border: 1px solid #cbdcc4;
    border-radius: 8px;
    background: #fff;
    color: #1f2a1d;
    padding: 0 10px;
    font-weight: 800;
}
.nc-period-actions {
    display: grid;
    gap: 7px;
    margin: 0 12px;
    margin-top: auto;
}
.nc-period-actions button {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
}
.nc-service-list {
    display: grid;
    gap: 8px;
    margin: 12px;
}
.nc-service-option {
    border: 1px solid #dfe8dc;
    border-radius: 8px;
    padding: 8px;
    background: #fbfdf9;
}
.nc-service-option.selected {
    border-color: #2f6f1f;
    background: #eef7e8;
}
.nc-service-option button {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1f2a1d;
    text-align: left;
    display: grid;
    gap: 3px;
}
.nc-service-option button span {
    width: fit-content;
    border-radius: 999px;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
}
.nc-service-option button span.fast { background: #2f8f46; }
.nc-service-option button span.slow { background: #c23b32; }
.nc-service-option button strong {
    margin: 0;
    color: #1d331b;
    font-size: 12px;
}
.nc-service-option button em {
    color: #35513a;
    font-style: normal;
    font-size: 12px;
}
.nc-service-option select {
    width: 100%;
    height: 34px;
    margin-top: 8px;
    border: 1px solid #cad9c4;
    border-radius: 7px;
    background: #fff;
    padding: 0 8px;
    font-size: 12px;
}
.nc-floating-summary {
    position: absolute;
    right: 42px;
    bottom: 230px;
    width: 290px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.nc-floating-summary h3 { font-size: 16px; font-weight: 900; margin-bottom: 20px; }
.nc-floating-summary p, .nc-check-summary aside p, .nc-order-card p, .nc-details-card p {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
}
.nc-floating-summary .total strong, .nc-check-summary .total strong { color: #2f6f1f; font-size: 20px; }
.nc-bottom-bar {
    position: sticky;
    bottom: 12px;
    margin-top: 32px;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--nc-shadow);
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 80px 1.5fr repeat(3, 1fr) 230px;
    align-items: center;
    gap: 16px;
    z-index: 4;
}
.nc-bottom-bar::before {
    content: "Resumo";
    color: #2f6f1f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.nc-bottom-bar span { color: #666; font-size: 13px; }
.nc-bottom-bar strong { display: block; color: #222; font-size: 15px; }
.nc-bottom-bar .bi-whatsapp { color: #189d42; font-size: 24px; vertical-align: middle; margin-right: 8px; }
.nc-check-summary aside {
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 24px;
    align-self: start;
}
.nc-review-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.nc-review-overview > div,
.nc-review-transfer,
.nc-review-day-card,
.nc-review-services,
.nc-review-transport {
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    background: #fff;
}
.nc-review-overview > div {
    min-height: 104px;
    padding: 18px;
    display: grid;
    gap: 6px;
}
.nc-review-overview i,
.nc-review-transfer i,
.nc-review-stop i,
.nc-review-transport i {
    color: #2f6f1f;
    font-size: 22px;
}
.nc-review-overview span,
.nc-review-transfer span,
.nc-review-stop span,
.nc-review-transport span {
    color: var(--nc-muted);
}
.nc-review-overview strong,
.nc-review-transfer strong,
.nc-review-stop strong,
.nc-review-transport strong {
    color: #222;
    font-weight: 900;
}
.nc-review-transfer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
    gap: 18px;
    padding: 18px;
    margin-bottom: 18px;
    background: #fbfdf8;
}
.nc-review-transfer > div {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 4px 12px;
}
.nc-review-transfer > div span,
.nc-review-transfer > div strong,
.nc-review-transfer > div small {
    grid-column: 2;
}
.nc-review-transfer > div i {
    grid-row: 1 / span 3;
    margin-top: 2px;
}
.nc-review-transfer small {
    color: var(--nc-muted);
    line-height: 1.35;
}
.nc-review-transfer label {
    display: grid;
    gap: 7px;
    margin: 0;
}
.nc-review-transfer select {
    width: 100%;
    border: 1px solid #cfe2c7;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    color: #222;
    font-weight: 800;
}
.nc-review-route-list {
    display: grid;
    gap: 14px;
}
.nc-review-day-card {
    overflow: hidden;
}
.nc-review-day-card header {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    background: #f4faef;
    border-bottom: 1px solid #dce8d6;
}
.nc-review-day-card header span {
    display: block;
    color: #2f6f1f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.nc-review-day-card header strong {
    display: block;
    font-size: 22px;
    line-height: 1.1;
}
.nc-review-day-card header em,
.nc-review-stop em,
.nc-review-transport em {
    font-style: normal;
    font-weight: 900;
    color: #2f6f1f;
}
.nc-review-stop {
    min-height: 70px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--nc-line);
}
.nc-review-stop:last-child {
    border-bottom: 0;
}
.nc-review-stop div {
    min-width: 0;
    display: grid;
    gap: 3px;
}
.nc-review-stop strong {
    overflow-wrap: anywhere;
}
.nc-review-stop.compact {
    border: 1px solid #e2e9de;
    border-radius: 8px;
    margin-top: 10px;
}
.nc-review-empty {
    padding: 18px;
    color: var(--nc-muted);
}
.nc-review-services {
    margin-top: 16px;
    padding: 18px;
}
.nc-review-services h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 4px;
}
.nc-review-transport {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 18px;
    margin-top: 16px;
    background: #fbfdf8;
}
.nc-review-row {
    min-height: 72px;
    display: grid;
    grid-template-columns: 46px 130px 1fr auto;
    align-items: center;
    border-bottom: 1px solid var(--nc-line);
    gap: 14px;
}
.nc-review-row i { color: #2f6f1f; font-size: 22px; }
.nc-review-row span { color: var(--nc-muted); }
.nc-review-row em { font-style: normal; font-weight: 800; color: #2f6f1f; }
.nc-review-day {
    min-height: 58px;
    margin-top: 10px;
    border: 1px solid #cfe2c7;
    border-radius: 8px;
    background: #f4faef;
    padding: 0 14px;
}

.nc-checkout-page .nc-site-header,
.nc-checkout-page .nc-footer { display: none; }
.nc-checkout-page { background: #f7f7f2; }
.nc-checkout-shell {
    min-height: 100vh;
    margin-top: 0;
    padding-bottom: 34px;
    background: linear-gradient(rgba(6,28,6,.9), rgba(6,28,6,.9)) top/100% 92px no-repeat, #f7f7f2;
}
.nc-checkout-flow { max-width: 760px; margin: 0 auto; }
.nc-checkout-topbar {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.nc-checkout-logo {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.nc-checkout-logo .nc-logo-mark { width: 40px; height: 40px; border-width: 2px; }
.nc-checkout-logo strong { font-size: 17px; line-height: .88; font-weight: 900; }
.nc-checkout-card {
    max-width: 760px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 14px 38px rgba(0,0,0,.12);
    padding: 28px;
}
.nc-checkout-card:has(.nc-success-step) { max-width: 760px; }
.nc-checkout-progress {
    display: flex;
    align-items: center;
    gap: 28px;
    max-width: none;
    margin: 0;
    color: #fff;
    border: 0;
}
.nc-checkout-progress div { color: rgba(255,255,255,.86); justify-content: center; gap: 8px; }
.nc-checkout-progress div:after {
    content: "";
    width: 38px;
    height: 1px;
    background: rgba(255,255,255,.55);
    margin-left: 16px;
}
.nc-checkout-progress div:last-child:after { display: none; }
.nc-checkout-progress span {
    width: 25px;
    height: 25px;
    border-color: #fff;
    background: #fff;
    color: #244d1d;
}
.nc-checkout-progress .active, .nc-checkout-progress .done { color: #fff; }
.nc-checkout-progress .active span, .nc-checkout-progress .done span { background: #fff; color: #2f6f1f; border-color: #fff; }
.nc-travelers-step, .nc-payment-step, .nc-success-step { padding: 22px 0 0; }
.nc-order-card, .nc-traveler-box, .nc-details-card, .nc-next-steps, .nc-card-form {
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 22px;
    background: #fff;
    margin-bottom: 22px;
}
.nc-order-card h3, .nc-details-card h3, .nc-next-steps h3, .nc-card-form h3 { font-size: 15px; font-weight: 900; margin-bottom: 18px; }
.nc-order-summary { display: flex; gap: 18px; align-items: center; }
.nc-order-summary img { width: 150px; height: 88px; border-radius: 6px; object-fit: contain; background: #27a9b1; }
.nc-order-summary strong, .nc-order-summary span { display: block; }
.nc-order-summary span { color: #555; font-size: 12px; margin-top: 10px; }
.nc-quantity-row {
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}
.nc-quantity-row span { flex: 1; font-weight: 700; }
.nc-quantity-row button { width: 32px; height: 32px; border: 1px solid var(--nc-line); background: #fff; border-radius: 5px; }
.nc-quantity-row button:disabled { opacity: .45; cursor: not-allowed; }
.nc-form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.nc-form-grid.two { grid-template-columns: repeat(2, 1fr); margin-bottom: 0; }
.nc-form-grid label, .nc-card-form label { font-size: 12px; font-weight: 700; color: #555; display: block; }
.nc-form-grid input, .nc-card-form input, .nc-card-form select {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    border: 1px solid var(--nc-line);
    border-radius: 6px;
    padding: 0 12px;
    color: #333;
    background: #fff;
}
.nc-traveler-title { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 16px; }
.nc-traveler-title strong { color: #2f6f1f; }
.nc-foreign-toggle {
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-weight: 800;
    padding: 0;
}
.nc-foreign-toggle em {
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #cbd6c3;
    position: relative;
    transition: background .2s ease;
}
.nc-foreign-toggle em:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
}
.nc-foreign-toggle.active em { background: #2f6f1f; }
.nc-foreign-toggle.active em:after { transform: translateX(20px); }
.nc-form-errors {
    border: 1px solid #f0b3b3;
    border-radius: 8px;
    background: #fff5f5;
    color: #9d2929;
    padding: 14px 18px;
    margin-bottom: 18px;
    display: grid;
    gap: 6px;
    font-size: 13px;
}
.nc-form-errors strong { color: #7c1f1f; }
.nc-privacy-note, .nc-secure-line {
    background: #f6fbf0;
    border: 1px dashed #bdd3ad;
    border-radius: 8px;
    padding: 14px 18px;
    color: #41633b;
    display: flex;
    gap: 12px;
    font-size: 12px;
}
.nc-checkout-actions a, .link-button {
    border: 0;
    background: transparent;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 800;
}
.nc-payment-layout { grid-template-columns: 1fr; }
.nc-payment-methods { display: grid; gap: 12px; margin-bottom: 24px; }
.nc-payment-methods button {
    border: 1px solid var(--nc-line);
    background: #fff;
    border-radius: 8px;
    min-height: 72px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}
.nc-payment-methods .selected { border-color: #2f6f1f; background: #fbfff8; }
.nc-payment-methods i { color: #2f6f1f; font-size: 24px; }
.nc-payment-methods span { flex: 1; }
.nc-payment-methods small { display: block; color: var(--nc-muted); }
.nc-payment-methods em { width: 18px; height: 18px; border: 1px solid #bbb; border-radius: 50%; }
.nc-payment-methods .selected em { border: 5px solid #2f6f1f; }
.nc-order-card .total, .nc-order-card .grand-total { font-weight: 900; }
.nc-order-card .grand-total strong { color: #2f6f1f; font-size: 22px; }
.nc-success-step { text-align: center; }
.nc-success-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #2f6f1f;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 52px;
    box-shadow: 0 0 0 12px #dfeecf;
}
.nc-details-card, .nc-next-steps { text-align: left; }
.nc-details-card em { background: #dff0d4; color: #2f6f1f; border-radius: 5px; padding: 4px 10px; font-style: normal; font-weight: 800; }
.nc-ticket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0; }
.nc-ticket-grid > div { border: 1px solid var(--nc-line); border-radius: 8px; padding: 18px; background: #fff; }
.nc-ticket-grid strong, .nc-ticket-grid small, .nc-ticket-grid code, .nc-ticket-grid em { display: block; }
.nc-ticket-grid small { color: #555; margin: 8px 0 14px; }
.nc-fake-qr { display: flex; justify-content: center; margin-bottom: 12px; }
.nc-ticket-grid code { color: #555; margin-bottom: 12px; }
.nc-ticket-grid em { background: #e4f4d9; color: #2f6f1f; border-radius: 5px; padding: 6px; font-style: normal; font-size: 12px; font-weight: 800; }
.nc-ticket-actions { display: flex; gap: 14px; justify-content: center; margin-bottom: 24px; }
.nc-next-steps p { justify-content: flex-start; gap: 10px; margin-bottom: 10px; }
.nc-ticket-section-title { margin: 18px 0 12px; }
.nc-ticket-section-title h3 { font-size: 18px; font-weight: 900; margin-bottom: 2px; }
.nc-ticket-section-title p { color: #666; margin: 0; }
.nc-route-ticket {
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    height: 100%;
    background: #fff;
}
.nc-route-ticket-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #2f6f1f;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px;
}
.nc-route-ticket h4 { font-size: 16px; font-weight: 900; margin-bottom: 8px; }
.nc-route-ticket p, .nc-route-ticket small { color: #555; display: block; margin-bottom: 8px; }
.nc-route-ticket code { display: block; color: #d71772; margin: 8px 0; font-size: 12px; white-space: normal; }
.nc-route-ticket em {
    display: inline-block;
    background: #16884a;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.nc-auth-page .nc-site-header, .nc-client-area .nc-site-header { background: #fff; color: #1f1f1f; border-bottom: 1px solid var(--nc-line); }
.nc-auth-page .nc-logo, .nc-client-area .nc-logo,
.nc-auth-page .nc-nav-links a, .nc-client-area .nc-nav-links a,
.nc-auth-page .nc-icon-btn, .nc-client-area .nc-icon-btn,
.nc-auth-page .nc-cart-btn, .nc-client-area .nc-cart-btn,
.nc-auth-page .nc-login-btn, .nc-client-area .nc-login-btn,
.nc-auth-page .nc-account-btn, .nc-client-area .nc-account-btn,
.nc-auth-page .nc-language-btn, .nc-client-area .nc-language-btn { color: #1f1f1f; }
.nc-auth-page .nc-logo-mark, .nc-client-area .nc-logo-mark,
.nc-auth-page .nc-icon-btn, .nc-client-area .nc-icon-btn,
.nc-auth-page .nc-login-btn, .nc-client-area .nc-login-btn,
.nc-auth-page .nc-account-btn, .nc-client-area .nc-account-btn,
.nc-auth-page .nc-language-btn, .nc-client-area .nc-language-btn { border-color: #d8d8d0; }
.nc-auth-page .nc-account-btn, .nc-client-area .nc-account-btn,
.nc-auth-page .nc-language-btn, .nc-client-area .nc-language-btn { background: #fff; }
.nc-auth-page .nc-account-name small, .nc-client-area .nc-account-name small { color: var(--nc-muted); }
.nc-client-area .nc-nav-links,
.nc-client-area .nc-icon-btn,
.nc-client-area .nc-cart-btn { display: none; }
.nc-client-area .nc-menu-toggle { display: grid; margin-right: auto; }
.nc-client-area .nc-nav-actions { margin-left: auto; gap: 20px; }
.nc-client-area .nc-account-btn {
    min-width: 190px;
    height: 50px;
    justify-content: flex-start;
    padding: 0 12px;
    border-color: #e5e5dc;
    background: #f9faf6;
}
.nc-client-area .nc-header-link { color: #1f1f1f; }
.nc-account-menu { position: relative; }
.nc-account-menu.is-open .nc-account-dropdown,
.nc-account-menu:focus-within .nc-account-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.nc-account-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 40;
    width: 240px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0,0,0,.12);
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: .18s ease;
}
.nc-account-dropdown a,
.nc-account-dropdown button {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #252525;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    text-decoration: none;
    font-weight: 800;
    text-align: left;
}
.nc-account-dropdown i { width: 18px; color: #2f6f1f; }
.nc-account-dropdown a:hover,
.nc-account-dropdown button:hover { background: #edf4e9; color: #245314; }
.nc-account-dropdown form { margin: 0; border-top: 1px solid var(--nc-line); padding-top: 6px; margin-top: 6px; }
.nc-account-dropdown form button { color: #c82c25; }
.nc-account-dropdown form button i { color: #c82c25; }
.nc-auth-shell {
    min-height: calc(100vh - 86px);
    display: grid;
    grid-template-columns: 1fr 520px;
    background: #fbfaf6;
}
.nc-auth-visual {
    background: linear-gradient(90deg, rgba(18,51,20,.86), rgba(18,51,20,.24)), url('/images/navega/home-hero.png') center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: end;
    padding: 56px;
}
.nc-auth-visual.register { background-image: linear-gradient(90deg, rgba(18,51,20,.86), rgba(18,51,20,.24)), url('/images/navega/mapa-combu.png'); }
.nc-auth-visual h1 { max-width: 600px; font-size: 48px; line-height: 1; font-weight: 900; }
.nc-auth-visual p { max-width: 520px; font-size: 17px; line-height: 1.6; }
.nc-auth-card {
    background: #fff;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nc-auth-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #1f1f1f; margin-bottom: 28px; }
.nc-auth-logo .nc-logo-mark { color: #2f6f1f; border-color: #2f6f1f; }
.nc-auth-logo strong { line-height: .9; font-size: 21px; font-weight: 900; }
.nc-auth-card h2 { font-size: 31px; font-weight: 900; margin: 0 0 8px; }
.nc-auth-card > p { color: #666; margin-bottom: 20px; }
.nc-google-btn {
    height: 48px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    color: #252525;
    font-weight: 800;
}
.nc-google-btn span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid var(--nc-line);
    color: #4285f4;
    font-weight: 900;
}
.nc-auth-divider { text-align: center; color: #777; font-size: 12px; margin: 20px 0; position: relative; }
.nc-auth-divider:before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--nc-line); }
.nc-auth-divider span { position: relative; background: #fff; padding: 0 12px; }
.nc-auth-card label:not(.check) { display: block; color: #4d4d4d; font-weight: 800; font-size: 13px; margin-bottom: 14px; }
.nc-auth-card input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    margin-top: 7px;
    padding: 0 14px;
}
.nc-auth-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nc-auth-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin: 8px 0 20px; }
.nc-auth-row a, .nc-auth-bottom a { color: #2f6f1f; font-weight: 900; text-decoration: none; }
.check { display: flex; align-items: center; gap: 8px; color: #555; font-size: 13px; }
.check input { width: 16px; height: 16px; margin: 0; }
.policy { margin-bottom: 18px; }
.nc-auth-error { color: #c7352c; display: block; margin: -8px 0 12px; }
.nc-auth-bottom { text-align: center; margin: 20px 0 0; color: #666; }

.nc-cart-page {
    max-width: 1240px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--nc-shadow);
    padding: 34px;
}
.nc-cart-head { display: flex; justify-content: space-between; align-items: start; gap: 18px; margin-bottom: 28px; }
.nc-cart-head h1, .nc-empty-cart h2 { font-size: 34px; font-weight: 900; }
.nc-cart-head p, .nc-empty-cart p { color: #666; }
.nc-alert-success { background: #edf8e9; color: #245314; border: 1px solid #c7dfbd; border-radius: 8px; padding: 12px 16px; margin-bottom: 18px; font-weight: 800; }
.nc-empty-cart { text-align: center; padding: 70px 20px; }
.nc-empty-cart i { font-size: 58px; color: #2f6f1f; }
.nc-cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; }
.nc-cart-list { display: grid; gap: 14px; }
.nc-cart-list { align-content: start; }
.nc-cart-item {
    display: grid;
    grid-template-columns: 180px 1fr 110px 44px;
    gap: 18px;
    align-items: center;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 14px;
}
.nc-cart-item img { width: 180px; height: 118px; object-fit: cover; border-radius: 8px; }
.nc-cart-item span { color: #2f6f1f; font-size: 12px; font-weight: 900; }
.nc-cart-item h2 { font-size: 18px; font-weight: 900; margin: 4px 0 8px; }
.nc-cart-item p { color: #666; display: flex; gap: 10px; margin-bottom: 8px; }
.nc-cart-item strong { color: #1f4c19; font-size: 18px; }
.nc-cart-qty label { display: block; font-size: 12px; font-weight: 800; color: #666; margin-bottom: 6px; }
.nc-cart-qty input { width: 80px; height: 40px; border: 1px solid var(--nc-line); border-radius: 6px; padding: 0 8px; }
.nc-remove-btn { width: 42px; height: 42px; border: 1px solid #f0c5c0; color: #c7352c; background: #fff7f6; border-radius: 6px; }
.nc-cart-summary {
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 24px;
    align-self: start;
    position: sticky;
    top: 100px;
}
.nc-cart-summary h2 { font-size: 20px; font-weight: 900; margin-bottom: 18px; }
.nc-cart-summary p { display: flex; justify-content: space-between; gap: 12px; color: #555; }
.nc-cart-summary .total strong { color: #2f6f1f; font-size: 22px; }

.nc-dashboard {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 320px;
    gap: 18px;
    background: #fbfaf6;
    min-height: calc(100vh - 86px);
}
.nc-dashboard-menu {
    background: #fff;
    border-right: 1px solid var(--nc-line);
    padding: 28px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.nc-dashboard-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 14px;
    border-radius: 8px;
    text-decoration: none;
    color: #252525;
    font-weight: 600;
}
.nc-dashboard-menu a.active { background: #edf4e9; color: #245314; }
.nc-dashboard-menu a.danger { color: #d5211d; margin-top: auto; }
.nc-dashboard-main { padding: 28px 0 40px; min-width: 0; overflow: hidden; }
.nc-dashboard-top {
    min-height: 170px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: stretch;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    margin-bottom: 18px;
}
.nc-dashboard-top.system {
    grid-template-columns: 1fr;
    min-height: 150px;
}
.nc-dashboard-top > div { padding: 32px; }
.nc-dashboard-top h1 { font-size: 34px; font-weight: 900; }
.nc-dashboard-top p { color: #555; font-size: 16px; }
.nc-dashboard-top img { width: 100%; height: 100%; object-fit: cover; }
.nc-dashboard-cards { display: grid; grid-template-columns: repeat(4, minmax(132px, 1fr)); gap: 14px; margin-bottom: 18px; }
.nc-dashboard-cards article {
    background: #fff;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
}
.nc-dashboard-cards i { width: 44px; height: 44px; border-radius: 50%; display: inline-grid; place-items: center; color: #2f6f1f; background: #edf8e9; font-size: 22px; margin-right: 12px; }
.nc-dashboard-cards strong { font-size: 28px; font-weight: 900; vertical-align: middle; }
.nc-dashboard-cards span, .nc-dashboard-cards a { display: block; margin-left: 60px; }
.nc-dashboard-cards span { color: #666; margin-top: -6px; }
.nc-dashboard-cards a { color: #2f6f1f; text-decoration: none; font-weight: 900; margin-top: 14px; font-size: 13px; }
.nc-dashboard-panel, .nc-side-card, .nc-balance-card, .nc-referral-card {
    background: #fff;
    border: 1px solid var(--nc-line);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    margin-bottom: 18px;
}
.nc-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.nc-panel-head h2, .nc-side-card h2, .nc-balance-card h2, .nc-referral-card h2 { font-size: 18px; font-weight: 900; }
.nc-panel-head a { color: #2f6f1f; text-decoration: none; font-weight: 900; }
.nc-booking-row {
    display: grid;
    grid-template-columns: 150px 1fr 96px 120px;
    gap: 16px;
    align-items: center;
    border-top: 1px solid var(--nc-line);
    padding: 14px 0;
}
.nc-booking-row img { width: 150px; height: 82px; border-radius: 7px; object-fit: cover; }
.nc-booking-row h3 { font-size: 16px; font-weight: 900; margin: 0 0 6px; }
.nc-booking-row p, .nc-booking-row small { color: #555; }
.nc-booking-row > span { background: #e6f3dc; color: #28561d; border-radius: 999px; text-align: center; padding: 7px; font-weight: 800; font-size: 12px; }
.nc-booking-row > span.pending { background: #fff0dd; color: #b86712; }
.nc-booking-row > a { border: 1px solid #2f6f1f; color: #2f6f1f; border-radius: 6px; text-align: center; padding: 10px; text-decoration: none; font-weight: 800; }
.nc-system-row {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 132px 140px;
    gap: 16px;
    align-items: center;
    border-top: 1px solid var(--nc-line);
    padding: 16px 0;
}
.nc-system-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #edf8e9;
    color: #2f6f1f;
    display: grid;
    place-items: center;
    font-size: 20px;
}
.nc-system-row h3 { font-size: 16px; font-weight: 900; margin: 0 0 5px; }
.nc-system-row p { margin: 0 0 5px; color: #444; }
.nc-system-row small { color: #666; }
.nc-system-row > span {
    background: #e6f3dc;
    color: #28561d;
    border-radius: 999px;
    text-align: center;
    padding: 8px 10px;
    font-weight: 900;
    font-size: 12px;
}
.nc-system-row > span.pending { background: #fff0dd; color: #b86712; }
.nc-system-row > a {
    border: 1px solid #2f6f1f;
    color: #2f6f1f;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
}
.nc-system-row > strong {
    color: #2f6f1f;
    text-align: right;
    font-size: 18px;
}
.nc-empty-system {
    border-top: 1px solid var(--nc-line);
    padding: 34px 12px;
    text-align: center;
    color: #666;
}
.nc-empty-system i {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #edf8e9;
    color: #2f6f1f;
    font-size: 24px;
    margin-bottom: 12px;
}
.nc-empty-system strong, .nc-empty-system span { display: block; }
.nc-empty-system strong { color: #222; font-size: 18px; margin-bottom: 5px; }
.nc-notification-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    border-top: 1px solid var(--nc-line);
    padding: 18px 0;
}
.nc-notification-row.unread { background: linear-gradient(90deg, rgba(237,244,233,.78), transparent); margin: 0 -20px; padding: 18px 20px; }
.nc-notification-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #edf8e9;
    color: #2f6f1f;
    display: grid;
    place-items: center;
    font-size: 20px;
}
.nc-notification-row h3 { font-size: 16px; font-weight: 900; margin: 0 0 6px; }
.nc-notification-row p { color: #444; margin: 0 0 8px; line-height: 1.55; }
.nc-notification-row small { color: #666; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.nc-notification-row .credit {
    background: #e6f3dc;
    color: #245314;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.nc-recommend-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.nc-recommend-grid article { position: relative; border: 1px solid var(--nc-line); border-radius: 8px; overflow: hidden; }
.nc-recommend-grid img { width: 100%; height: 118px; object-fit: cover; }
.nc-recommend-grid span { position: absolute; top: 12px; left: 12px; background: #fff; border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 800; }
.nc-recommend-grid h3, .nc-recommend-grid p, .nc-recommend-grid strong { margin-left: 12px; margin-right: 12px; }
.nc-recommend-grid h3 { font-size: 14px; font-weight: 900; margin-top: 10px; }
.nc-recommend-grid p { font-size: 12px; margin-bottom: 3px; }
.nc-recommend-grid strong { display: block; color: #555; margin-bottom: 12px; }
.nc-dashboard-side { padding: 28px 22px 40px 0; }
.nc-balance-card { background: #245d1d; color: #fff; min-height: 160px; }
.nc-balance-card span, .nc-balance-card a { display: block; color: rgba(255,255,255,.86); }
.nc-balance-card strong { display: block; font-size: 29px; margin: 8px 0 28px; }
.nc-balance-card a { text-decoration: none; font-weight: 900; }
.nc-side-card p { display: flex; gap: 14px; align-items: center; color: #444; margin: 16px 0; }
.nc-side-card a { display: block; border: 1px solid #2f6f1f; color: #2f6f1f; text-align: center; border-radius: 6px; padding: 12px; text-decoration: none; font-weight: 900; }
.nc-side-card .nc-side-action {
    border: 0;
    padding: 10px 0;
    text-align: left;
    display: grid;
    grid-template-columns: 22px 1fr auto;
    gap: 12px;
    align-items: center;
    color: #444;
    font-weight: 700;
}
.nc-side-action small { display: block; color: #666; font-weight: 500; margin-top: 2px; }
.nc-side-card em { background: #e4f4d9; color: #2f6f1f; border-radius: 999px; padding: 4px 10px; font-style: normal; font-size: 12px; }
.nc-referral-card { background: linear-gradient(90deg, rgba(31,84,24,.96), rgba(31,84,24,.66)), url('/images/navega/experience-3.png') center/cover; color: #fff; }
.nc-referral-card p { color: rgba(255,255,255,.9); }
.nc-referral-card button, .nc-referral-card a { border: 0; border-radius: 6px; padding: 11px 18px; color: #2f6f1f; font-weight: 900; background: #fff; text-decoration: none; display: inline-flex; }
.nc-help-contact {
    display: grid;
    gap: 12px;
}
.nc-help-contact p {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    border-top: 1px solid var(--nc-line);
    padding: 14px 0 0;
    margin: 0;
}
.nc-help-contact i { color: #2f6f1f; font-size: 22px; }
.nc-help-contact strong { display: block; color: #222; }

.nc-footer {
    background: #173d20;
    color: #fff;
    padding: 40px 0 24px;
}
.nc-footer h6 { font-weight: 900; }
.nc-footer p, .nc-footer a, .nc-footer small { color: rgba(255,255,255,.72); font-size: 14px; text-decoration: none; }
.nc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 24px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
}
.nc-footer-bottom small:last-child { display: flex; gap: 18px; }

.nc-admin-body {
    background: #f7f8f5;
    color: #171717;
}
.nc-admin-shell {
    display: grid;
    grid-template-columns: 276px minmax(0, 1fr);
    min-height: 100vh;
}
.nc-admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 28px 22px;
    background: linear-gradient(rgba(3, 37, 16, .92), rgba(3, 37, 16, .96)), url('/images/navega/home-hero.png') center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.nc-admin-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
}
.nc-admin-logo .nc-logo-mark { width: 56px; height: 56px; border-width: 2px; }
.nc-admin-logo strong { font-size: 24px; line-height: .88; font-weight: 900; }
.nc-admin-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow-y: auto;
    padding-right: 4px;
}
.nc-admin-heading {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    text-transform: uppercase;
    margin: 20px 8px 8px;
}
.nc-admin-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    padding: 0 14px;
    color: rgba(255,255,255,.92);
    text-decoration: none;
    font-weight: 700;
}
.nc-admin-menu a.active, .nc-admin-menu a:hover {
    background: rgba(121, 165, 44, .45);
    color: #fff;
}
.nc-admin-logout {
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 18px;
}
.nc-admin-logout button {
    border: 0;
    background: transparent;
    color: #ff786f;
    font-weight: 800;
    display: flex;
    gap: 10px;
    align-items: center;
}
.nc-admin-main { min-width: 0; }
.nc-admin-topbar {
    height: 78px;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nc-line);
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0 28px;
    position: sticky;
    top: 0;
    z-index: 20;
}
.nc-admin-menu-btn {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    font-size: 22px;
}
.nc-admin-search {
    margin-left: auto;
    width: min(420px, 42vw);
    height: 42px;
    display: grid;
    grid-template-columns: 34px 1fr 64px;
    align-items: center;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    padding: 0 10px;
}
.nc-admin-search input { border: 0; outline: 0; background: transparent; }
.nc-admin-search kbd { background: #f0f1ed; color: #555; border: 1px solid #ddd; font-size: 11px; }
.nc-admin-bell {
    position: relative;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-decoration: none;
}
.nc-admin-bell span {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #df2f25;
    color: #fff;
    font-size: 10px;
}
.nc-admin-user {
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 1px solid var(--nc-line);
    padding-left: 18px;
}
.nc-admin-user > span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #dbe9d0;
    color: #245314;
    display: grid;
    place-items: center;
    font-weight: 900;
}
.nc-admin-user strong, .nc-admin-user small { display: block; }
.nc-admin-user small { color: #555; }
.nc-admin-content { padding: 32px; }
.nc-admin-page-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}
.nc-admin-page-head h1 { font-size: 32px; font-weight: 900; margin: 0 0 6px; }
.nc-admin-page-head p { color: #666; margin: 0; }
.nc-admin-date, .nc-admin-page-actions button, .nc-admin-page-actions a {
    border: 1px solid var(--nc-line);
    background: #fff;
    border-radius: 8px;
    min-height: 42px;
    padding: 0 16px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.nc-admin-page-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.nc-admin-page-actions .primary { background: #2f6f1f; border-color: #2f6f1f; color: #fff; }
.nc-admin-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: -8px 0 22px;
}
.nc-admin-tabs button {
    border: 1px solid var(--nc-line);
    border-radius: 999px;
    background: #fff;
    color: #2f2f2f;
    padding: 10px 16px;
    font-weight: 900;
}
.nc-admin-tabs button.active {
    background: #2f6f1f;
    border-color: #2f6f1f;
    color: #fff;
}
.nc-admin-tabs span {
    margin-left: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.26);
    padding: 2px 8px;
}
.nc-admin-form-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.nc-admin-form-grid label {
    display: grid;
    gap: 7px;
    color: #444;
    font-weight: 800;
    font-size: 13px;
}
.nc-admin-form-grid label.wide { grid-column: span 2; }
.nc-admin-input {
    min-height: 42px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    padding: 0 12px;
}
textarea.nc-admin-input {
    min-height: 86px;
    padding-top: 10px;
}
.nc-admin-form-grid small { color: #c7352c; }
.nc-admin-form-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
}
.nc-admin-form-actions button {
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    min-height: 42px;
    padding: 0 18px;
    background: #fff;
    font-weight: 900;
}
.nc-admin-form-actions .primary {
    background: #2f6f1f;
    border-color: #2f6f1f;
    color: #fff;
}
.nc-admin-kpis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}
.nc-admin-kpi, .nc-admin-panel, .nc-admin-resource-stats article, .nc-admin-actions a {
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(25,38,20,.06);
}
.nc-admin-kpi { min-height: 172px; padding: 18px; overflow: hidden; }
.nc-admin-kpi div { display: flex; align-items: center; gap: 12px; color: #666; font-size: 13px; }
.nc-admin-kpi i {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    font-size: 20px;
}
.nc-admin-kpi.green i { background: #eaf5e3; color: #4d9b3b; }
.nc-admin-kpi.blue i { background: #e7f2ff; color: #1666cc; }
.nc-admin-kpi.purple i { background: #f0e5ff; color: #9134d8; }
.nc-admin-kpi.amber i { background: #fff3d6; color: #e5a300; }
.nc-admin-kpi.teal i { background: #dff5f2; color: #14948c; }
.nc-admin-kpi strong { display: block; font-size: 22px; font-weight: 900; margin: 14px 0 10px; white-space: nowrap; }
.nc-admin-kpi small { color: #2f6f1f; }
.nc-admin-kpi svg { width: 100%; height: 42px; margin-top: 10px; }
.nc-admin-kpi polyline { fill: none; stroke: currentColor; stroke-width: 3; }
.nc-admin-kpi.green svg { color: #5ca348; }
.nc-admin-kpi.blue svg { color: #2878d7; }
.nc-admin-kpi.purple svg { color: #9a43dc; }
.nc-admin-kpi.amber svg { color: #e6a512; }
.nc-admin-kpi.teal svg { color: #1a9d94; }
.nc-admin-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .9fr) minmax(290px, .75fr);
    gap: 16px;
    margin-bottom: 16px;
}
.nc-admin-grid.lower { grid-template-columns: minmax(0, 1.9fr) minmax(330px, .8fr); }
.nc-admin-panel { padding: 20px; min-width: 0; }
.nc-admin-panel.wide { grid-column: span 1; }
.nc-admin-panel h2 { font-size: 17px; font-weight: 900; margin-bottom: 16px; }
.nc-admin-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 14px; }
.nc-admin-panel-head h2 { margin: 0; }
.nc-admin-panel-head button, .nc-admin-panel-head a {
    border: 1px solid var(--nc-line);
    background: #fff;
    color: #2f6f1f;
    border-radius: 7px;
    min-height: 36px;
    padding: 0 13px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
}
.nc-line-chart {
    height: 300px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.nc-line-chart .grid {
    position: absolute;
    inset: 20px 18px 52px;
    background-image: linear-gradient(#eceee8 1px, transparent 1px), linear-gradient(90deg, #f0f1ed 1px, transparent 1px);
    background-size: 100% 52px, 110px 100%;
}
.nc-line-chart svg { position: absolute; inset: 36px 18px 54px; width: calc(100% - 36px); height: 200px; }
.nc-line-chart polyline { fill: none; stroke-width: 4; }
.nc-line-chart .green { stroke: #5ca348; }
.nc-line-chart .blue { stroke: #1e73d8; }
.nc-line-chart .legend {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
    font-size: 13px;
    color: #555;
}
.legend span { display: inline-block; width: 16px; height: 3px; margin: 0 6px 3px 18px; }
.legend .green { background: #5ca348; }
.legend .blue { background: #1e73d8; }
.nc-donut {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin: 12px auto;
    background: conic-gradient(#4f9a3d 0 65%, #f6c321 65% 87%, #ed4b43 87% 95%, #2d7bd8 95% 100%);
    display: grid;
    place-items: center;
}
.nc-donut span {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
}
.nc-donut small { display: block; color: #777; font-size: 12px; font-weight: 600; }
.nc-status-list p, .nc-ranking p, .nc-activity-list p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #333;
}
.nc-status-list p > span { width: 10px; height: 10px; border-radius: 50%; }
.nc-status-list .green { background: #4f9a3d; }
.nc-status-list .yellow { background: #f6c321; }
.nc-status-list .red { background: #ed4b43; }
.nc-status-list .blue { background: #2d7bd8; }
.nc-status-list strong, .nc-ranking strong { margin-left: auto; font-size: 13px; }
.nc-ranking p span {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f2f3ef;
    display: grid;
    place-items: center;
    font-weight: 900;
}
.nc-admin-panel-link {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
    border-top: 1px solid var(--nc-line);
    padding-top: 14px;
    margin-top: 12px;
}
.nc-admin-table { overflow-x: auto; }
.nc-admin-table table { width: 100%; border-collapse: collapse; min-width: 760px; }
.nc-admin-table th {
    background: #f5f5f1;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: 800;
    padding: 13px;
}
.nc-admin-table td {
    border-top: 1px solid var(--nc-line);
    padding: 14px 13px;
    font-size: 14px;
}
.status {
    border: 0;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 800;
    font-size: 12px;
}
.status:is(button) { cursor: pointer; }
.status.confirmed { background: #e4f4d9; color: #2f6f1f; }
.status.pending { background: #fff0d8; color: #af690d; }
.status.cancelled { background: #ffe1e1; color: #c7352c; }
.nc-activity-list p { align-items: flex-start; }
.nc-activity-list i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eef7e8;
    color: #2f6f1f;
    flex-shrink: 0;
}
.nc-activity-list span { flex: 1; }
.nc-activity-list strong, .nc-activity-list small { display: block; }
.nc-activity-list time { color: #555; font-size: 12px; }
.nc-admin-actions {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.nc-admin-actions a {
    min-height: 82px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #222;
}
.nc-admin-actions i {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: #eef7e8;
    color: #2f6f1f;
    font-size: 20px;
}
.nc-admin-actions strong, .nc-admin-actions span { display: block; }
.nc-admin-actions span { color: #777; font-size: 12px; }
.nc-admin-actions strong { color: #222; font-size: 14px; }
.nc-admin-resource-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}
.nc-admin-resource-stats article {
    padding: 18px;
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 14px;
    align-items: center;
}
.nc-admin-resource-stats i {
    grid-row: span 2;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #eef7e8;
    color: #2f6f1f;
    font-size: 22px;
}
.nc-admin-resource-stats span { color: #666; }
.nc-admin-resource-stats strong { font-size: 24px; font-weight: 900; }
.nc-admin-inline-search {
    height: 40px;
    min-width: 280px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 0 10px;
}
.nc-admin-inline-search input { border: 0; outline: 0; background: transparent; }

.nc-boatman-body {
    background: #f6f7f3;
    color: #222;
    min-height: 100vh;
}
.nc-boatman-shell {
    display: grid;
    grid-template-columns: 268px minmax(0, 1fr);
    min-height: 100vh;
}
.nc-boatman-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 28px 22px;
    background: linear-gradient(180deg, rgba(5, 46, 32, .98), rgba(0, 54, 49, .98)), url('/images/navega/home-hero.png') center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.nc-boatman-logo {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}
.nc-boatman-logo .nc-logo-mark { width: 54px; height: 54px; border-color: rgba(255,255,255,.8); }
.nc-boatman-logo strong { font-size: 24px; line-height: .9; font-weight: 900; }
.nc-boatman-area {
    display: block;
    margin: 16px 0 34px 72px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 13px;
    color: rgba(255,255,255,.78);
}
.nc-boatman-menu { display: flex; flex-direction: column; gap: 7px; }
.nc-boatman-heading {
    margin: 20px 10px 6px;
    text-transform: uppercase;
    color: rgba(255,255,255,.66);
    font-size: 12px;
}
.nc-boatman-menu a, .nc-boatman-logout button {
    height: 48px;
    border-radius: 8px;
    padding: 0 14px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 800;
    background: transparent;
    border: 0;
    width: 100%;
}
.nc-boatman-menu a.active, .nc-boatman-menu a:hover {
    background: rgba(99, 152, 61, .45);
}
.nc-boatman-logout {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.14);
}
.nc-boatman-logout button { color: #ff7b6f; }
.nc-boatman-main { min-width: 0; }
.nc-boatman-topbar {
    min-height: 86px;
    padding: 0 32px;
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid var(--nc-line);
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto 48px auto;
    align-items: center;
    gap: 22px;
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
}
.nc-boatman-menu-btn, .nc-boatman-bell {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 0;
    background: #f3f4ef;
    display: grid;
    place-items: center;
}
.nc-boatman-greeting h1 { margin: 0 0 4px; font-size: 24px; font-weight: 900; }
.nc-boatman-greeting p { margin: 0; color: #666; }
.nc-boatman-date {
    display: grid;
    grid-template-columns: 28px auto;
    column-gap: 10px;
    align-items: center;
    font-size: 13px;
}
.nc-boatman-date i { grid-row: span 2; font-size: 22px; }
.nc-boatman-date span { color: #666; }
.nc-boatman-bell { position: relative; background: transparent; text-decoration: none; color: inherit; }
.nc-boatman-bell span {
    position: absolute;
    top: 5px;
    right: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e53935;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}
.nc-boatman-user {
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}
.nc-boatman-user > span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #315f25, #f1a33a);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
}
.nc-boatman-user strong, .nc-boatman-user small { display: block; }
.nc-boatman-user small { color: #555; }
.nc-boatman-content { padding: 30px 32px 36px; }
.nc-boatman-kpis {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 18px;
}
.nc-boatman-kpi, .nc-boatman-panel, .nc-boatman-resource-stats article {
    background: #fff;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(28, 36, 21, .07);
}
.nc-boatman-kpi {
    min-height: 154px;
    padding: 20px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
}
.nc-boatman-kpi > i, .nc-boatman-resource-stats i {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 27px;
    background: #eaf5e3;
    color: #2f6f1f;
}
.nc-boatman-kpi.blue > i { background: #e7f1ff; color: #1d69c9; }
.nc-boatman-kpi.purple > i { background: #eee8ff; color: #6a45d7; }
.nc-boatman-kpi span, .nc-boatman-kpi small { display: block; color: #666; }
.nc-boatman-kpi strong { display: block; font-size: 28px; font-weight: 900; margin: 6px 0; }
.nc-boatman-kpi a { color: #2f6f1f; text-decoration: none; font-weight: 900; font-size: 13px; }
.nc-boatman-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(360px, .95fr);
    gap: 18px;
}
.nc-boatman-left, .nc-boatman-right { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.nc-boatman-panel { padding: 20px; min-width: 0; }
.nc-boatman-panel h2 { font-size: 18px; font-weight: 900; margin: 0 0 16px; }
.nc-boatman-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}
.nc-boatman-panel-head h2 { margin: 0; }
.nc-boatman-panel-head a, .nc-boatman-panel-head button, .nc-mini-action {
    border: 0;
    background: transparent;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
}
.nc-trip-list { display: flex; flex-direction: column; gap: 12px; }
.nc-trip-row {
    display: grid;
    grid-template-columns: 86px 150px minmax(0, 1fr) 150px 112px;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
}
.nc-trip-row .time {
    height: 90px;
    border-radius: 8px;
    background: #f2f5ef;
    display: grid;
    place-items: center;
    text-align: center;
}
.nc-trip-row .time strong { display: block; font-size: 22px; }
.nc-trip-row .time span, .nc-trip-row p, .nc-trip-row .meta span { color: #666; }
.nc-trip-row img { width: 150px; height: 90px; object-fit: cover; border-radius: 8px; }
.nc-trip-row h3 { font-size: 17px; font-weight: 900; margin: 0 0 8px; }
.nc-trip-row p { margin: 3px 0; font-size: 13px; }
.nc-trip-row .meta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.nc-trip-row em, .nc-boatman-badge {
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}
.nc-trip-row em.pending, .nc-boatman-badge.pending { background: #fff1da; color: #b86811; }
.nc-trip-row em.info { background: #e6f2ff; color: #1d69c9; }
.nc-trip-row em.success, .nc-boatman-badge.success { background: #e8f5df; color: #2f6f1f; }
.nc-trip-row em.neutral { background: #f0f0ed; color: #555; }
.nc-trip-row > a {
    height: 42px;
    border: 1px solid #2f6f1f;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
}
.nc-boatman-more {
    display: flex;
    justify-content: center;
    gap: 8px;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
    margin-top: 14px;
}
.nc-boatman-activity p {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 52px 72px;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid var(--nc-line);
}
.nc-boatman-activity.compact p { grid-template-columns: 38px minmax(0, 1fr) 48px; }
.nc-boatman-activity p > i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eaf5e3;
    color: #2f6f1f;
    display: grid;
    place-items: center;
}
.nc-boatman-activity strong, .nc-boatman-activity span { display: block; }
.nc-boatman-activity span { color: #666; }
.nc-boatman-activity em { background: #e8f5df; color: #2f6f1f; border-radius: 999px; padding: 6px 10px; font-style: normal; font-size: 12px; font-weight: 900; text-align: center; }
.nc-qr-card {
    min-height: 220px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    background: #fbfbf8;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 26px;
}
.nc-qr-card.compact { min-height: 260px; }
.nc-qr-card > i { font-size: 58px; color: #2f6f1f; }
.nc-qr-card strong, .nc-qr-card span { display: block; }
.nc-qr-card strong { font-size: 20px; }
.nc-qr-card span { color: #666; }
.nc-qr-card a, .nc-withdraw-btn {
    min-height: 44px;
    border-radius: 8px;
    border: 0;
    background: linear-gradient(135deg, #2f6f1f, #477c2b);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
}
.nc-manual-code { display: flex; justify-content: center; gap: 8px; color: #2f6f1f; text-decoration: none; font-weight: 900; margin-top: 14px; }
.nc-boatman-money { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.nc-boatman-money div {
    border-radius: 8px;
    background: #f3f6f0;
    padding: 16px;
}
.nc-boatman-money span, .nc-boatman-money strong { display: block; }
.nc-boatman-money span { color: #666; font-size: 12px; }
.nc-boatman-money strong { color: #2f6f1f; font-size: 20px; margin-top: 8px; }
.nc-boatman-transactions p, .nc-withdraw-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--nc-line);
    padding: 12px 0;
    margin: 0;
}
.nc-boatman-transactions span, .nc-withdraw-row span { font-weight: 800; }
.nc-boatman-transactions small, .nc-withdraw-row small { display: block; color: #777; font-weight: 500; }
.nc-boatman-transactions strong { color: #2f6f1f; }
.nc-boatman-transactions strong.negative { color: #d33a2c; }
.nc-withdraw-btn { width: 100%; margin-top: 16px; }
.nc-boatman-help {
    background: linear-gradient(90deg, rgba(236,245,229,.96), rgba(236,245,229,.8)), url('/images/navega/route-preview.png') right center/cover;
    border-radius: 10px;
    padding: 22px;
    min-height: 150px;
}
.nc-boatman-help h2 { font-size: 18px; font-weight: 900; }
.nc-boatman-help p { color: #555; }
.nc-boatman-help button, .nc-boatman-help a {
    height: 42px;
    border-radius: 8px;
    border: 0;
    background: #fff;
    color: #2f6f1f;
    font-weight: 900;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.nc-boatman-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}
.nc-boatman-page-head span { color: #2f6f1f; font-weight: 900; }
.nc-boatman-page-head h2 { font-size: 34px; font-weight: 900; margin: 8px 0 4px; }
.nc-boatman-page-head p { color: #666; margin: 0; }
.nc-boatman-page-actions { display: flex; gap: 10px; }
.nc-boatman-page-actions button, .nc-boatman-page-actions a, .nc-outline-btn {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #2f6f1f;
    background: #fff;
    color: #2f6f1f;
    font-weight: 900;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.nc-boatman-page-actions .primary { background: #2f6f1f; color: #fff; }
.nc-boatman-day-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 18px;
    border-radius: 12px;
    padding: 24px;
    background: linear-gradient(135deg, #ffffff, #f2f7ee);
    border: 1px solid var(--nc-line);
    box-shadow: 0 14px 34px rgba(28, 36, 21, .07);
}
.nc-boatman-day-hero span, .nc-boatman-page-head.simple span { color: #2f6f1f; font-weight: 900; }
.nc-boatman-day-hero h2 { font-size: 34px; font-weight: 900; margin: 8px 0; }
.nc-boatman-day-hero p { color: #555; max-width: 780px; margin: 0; }
.nc-boatman-day-hero > a {
    min-height: 46px;
    border-radius: 8px;
    background: #2f6f1f;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    white-space: nowrap;
}
.nc-boatman-resource-stats.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nc-boatman-resource-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}
.nc-boatman-resource-stats article {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 14px;
    padding: 18px;
}
.nc-boatman-resource-stats i { grid-row: span 3; }
.nc-boatman-resource-stats span { color: #666; }
.nc-boatman-resource-stats strong { font-size: 24px; font-weight: 900; }
.nc-boatman-resource-stats small { color: #2f6f1f; }
.nc-boatman-module-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(320px, .75fr);
    gap: 18px;
}
.nc-boatman-route-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .75fr);
    gap: 18px;
    align-items: start;
}
.nc-boatman-route-list { display: grid; gap: 12px; }
.nc-boatman-route-stop {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 14px;
    background: #fbfcf9;
}
.nc-boatman-route-stop > span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #2f6f1f;
    color: #fff;
    font-weight: 900;
}
.nc-boatman-route-stop strong { display: block; font-size: 16px; }
.nc-boatman-route-stop p { margin: 4px 0; color: #555; }
.nc-boatman-route-stop small { color: #666; }
.nc-boatman-route-stop em {
    border-radius: 999px;
    background: #e8f5df;
    color: #2f6f1f;
    padding: 7px 10px;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.nc-boatman-route-stop.return > span { background: #b87521; }
.nc-boatman-empty {
    min-height: 220px;
    border: 1px dashed #bfd4b7;
    border-radius: 10px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 28px;
    color: #666;
}
.nc-boatman-empty i { font-size: 38px; color: #2f6f1f; }
.nc-boatman-empty strong, .nc-boatman-empty span { display: block; }
.nc-boatman-empty strong { color: #222; font-size: 18px; margin-top: 8px; }
.nc-boatman-history-list { display: grid; gap: 12px; }
.nc-boatman-history-card {
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 16px;
    background: #fbfcf9;
}
.nc-boatman-history-card div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.nc-boatman-history-card strong { font-size: 17px; }
.nc-boatman-history-card div span { color: #666; }
.nc-boatman-history-card p { margin: 9px 0 0; color: #444; }
.nc-boatman-history-card small { display: block; margin-top: 10px; color: #2f6f1f; font-weight: 900; }
.nc-boatman-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 18px;
}
.nc-boatman-data-list { display: grid; gap: 10px; }
.nc-boatman-data-list p {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--nc-line);
    margin: 0;
    padding: 13px 0;
}
.nc-boatman-data-list span { color: #666; }
.nc-boatman-data-list strong { text-align: right; }
.nc-boatman-doc-grid { display: grid; gap: 12px; }
.nc-boatman-doc-grid article {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    padding: 14px;
    background: #fbfcf9;
}
.nc-boatman-doc-grid i {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #eaf5e3;
    color: #2f6f1f;
    display: grid;
    place-items: center;
    font-size: 22px;
}
.nc-boatman-doc-grid strong { display: block; }
.nc-boatman-doc-grid p { color: #666; margin: 4px 0 0; }
.nc-boatman-doc-grid span {
    border-radius: 999px;
    background: #e8f5df;
    color: #2f6f1f;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 900;
}
.nc-boatman-doc-grid span.pending { background: #fff1da; color: #b86811; }
.nc-boatman-inline-search {
    width: min(300px, 100%);
    height: 40px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 0 10px;
}
.nc-boatman-inline-search input, .nc-boatman-input {
    border: 0;
    outline: 0;
    background: transparent;
}
.nc-boatman-table { overflow-x: auto; }
.nc-boatman-table table { width: 100%; border-collapse: collapse; min-width: 760px; }
.nc-boatman-table th {
    background: #f5f6f1;
    color: #555;
    font-size: 13px;
    padding: 13px;
}
.nc-boatman-table td {
    border-top: 1px solid var(--nc-line);
    padding: 15px 13px;
    font-size: 14px;
}
.nc-boatman-side-card label { display: block; font-weight: 900; margin: 14px 0 7px; }
.nc-money-input {
    height: 46px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    overflow: hidden;
}
.nc-money-input span {
    height: 100%;
    display: grid;
    place-items: center;
    background: #f5f6f1;
    font-weight: 900;
}
.nc-money-input input, .nc-boatman-input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    padding: 0 12px;
}
.nc-money-input input { border: 0; }
.nc-boatman-note { color: #666; line-height: 1.6; }
.nc-scanner-widget .nc-boatman-panel-head { margin-bottom: 18px; }
.nc-scanner-frame {
    min-height: 420px;
    border: 1px dashed #b8c9ad;
    border-radius: 10px;
    background: #fbfbf8;
    display: grid;
    place-items: center;
    padding: 18px;
}
#qr-reader { width: min(460px, 100%); }
.nc-manual-validation { margin-top: 18px; }
.nc-manual-validation label { display: block; font-weight: 900; margin-bottom: 8px; }
.nc-manual-validation div { display: grid; grid-template-columns: 1fr 120px; gap: 10px; }
.nc-manual-validation input {
    height: 46px;
    border-radius: 8px;
    border: 1px solid var(--nc-line);
    padding: 0 14px;
}
.nc-manual-validation button {
    border: 0;
    border-radius: 8px;
    background: #2f6f1f;
    color: #fff;
    font-weight: 900;
}
.nc-boatman-tip {
    margin-top: 18px;
    padding: 16px;
    border-radius: 8px;
    background: #f4f8ef;
    display: flex;
    gap: 12px;
    color: #42633c;
}
.nc-withdraw-form {
    display: grid;
    grid-template-columns: 1fr 150px 130px 110px;
    gap: 10px;
    align-items: end;
    padding: 14px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    margin-bottom: 16px;
}
.nc-withdraw-form label { font-weight: 900; }
.nc-withdraw-form .nc-money-input { grid-column: 1; }
.nc-withdraw-form .nc-withdraw-btn, .nc-withdraw-form .nc-outline-btn { margin: 0; height: 46px; }

.nc-partner-body {
    background: #f7f8f5;
    color: #222;
    min-height: 100vh;
}
.nc-partner-shell {
    display: grid;
    grid-template-columns: 268px minmax(0, 1fr);
    min-height: 100vh;
}
.nc-partner-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 28px 22px;
    background: linear-gradient(180deg, rgba(5, 46, 32, .98), rgba(0, 54, 49, .98)), url('/images/navega/route-preview.png') center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.nc-partner-logo {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}
.nc-partner-logo .nc-logo-mark { width: 54px; height: 54px; border-color: rgba(255,255,255,.8); }
.nc-partner-logo strong { font-size: 24px; line-height: .9; font-weight: 900; }
.nc-partner-area {
    display: block;
    margin: 16px 0 28px 16px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 13px;
    color: rgba(255,255,255,.78);
}
.nc-partner-menu { display: flex; flex-direction: column; gap: 6px; overflow-y: auto; padding-right: 3px; }
.nc-partner-heading {
    margin: 18px 10px 6px;
    text-transform: uppercase;
    color: rgba(255,255,255,.66);
    font-size: 12px;
}
.nc-partner-menu a, .nc-partner-logout button {
    min-height: 46px;
    border-radius: 8px;
    padding: 0 14px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 800;
    background: transparent;
    border: 0;
    width: 100%;
}
.nc-partner-menu a em {
    margin-left: auto;
    min-width: 25px;
    height: 21px;
    border-radius: 999px;
    background: #6a9a3f;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-style: normal;
}
.nc-partner-menu a.active, .nc-partner-menu a:hover { background: rgba(99, 152, 61, .45); }
.nc-partner-logout { margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.nc-partner-logout button { color: #ff7b6f; }
.nc-partner-main { min-width: 0; }
.nc-partner-topbar {
    min-height: 66px;
    padding: 0 26px;
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid var(--nc-line);
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto 40px auto;
    align-items: center;
    gap: 16px;
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
}
.nc-partner-menu-btn, .nc-partner-bell {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 0;
    background: #f3f4ef;
    display: grid;
    place-items: center;
}
.nc-partner-greeting h1 { margin: 0 0 2px; font-size: 20px; font-weight: 900; line-height: 1.12; }
.nc-partner-greeting p { margin: 0; color: #666; font-size: 14px; line-height: 1.25; }
.nc-partner-date { display: grid; grid-template-columns: 24px auto; column-gap: 8px; align-items: center; font-size: 12px; }
.nc-partner-date i { grid-row: span 2; font-size: 19px; }
.nc-partner-date span { color: #666; }
.nc-partner-bell { position: relative; background: transparent; text-decoration: none; color: inherit; }
.nc-partner-bell span {
    position: absolute;
    top: 5px;
    right: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e53935;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}
.nc-partner-user {
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}
.nc-partner-user img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.nc-partner-user > span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e7f4df;
    color: #2f6f1f;
    font-weight: 900;
}
.nc-partner-user strong, .nc-partner-user small { display: block; }
.nc-partner-user strong { font-size: 14px; line-height: 1.2; }
.nc-partner-user small { color: #555; font-size: 12px; }
.nc-partner-content { padding: 24px 32px 36px; }
.nc-partner-kpis {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}
.nc-partner-kpi, .nc-partner-panel, .nc-partner-resource-stats article {
    background: #fff;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(28, 36, 21, .07);
}
.nc-partner-kpi {
    min-height: 150px;
    padding: 18px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
}
.nc-partner-kpi > i, .nc-partner-resource-stats i {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 25px;
    background: #eaf5e3;
    color: #2f6f1f;
}
.nc-partner-kpi.blue > i { background: #e7f1ff; color: #1d69c9; }
.nc-partner-kpi.orange > i { background: #fff0df; color: #f47d11; }
.nc-partner-kpi.purple > i { background: #eee8ff; color: #7e42d9; }
.nc-partner-kpi.teal > i { background: #ddf6f3; color: #14948c; }
.nc-partner-kpi span, .nc-partner-kpi small { display: block; color: #666; }
.nc-partner-kpi strong { display: block; font-size: 25px; font-weight: 900; margin: 6px 0; }
.nc-partner-kpi a { color: #2f6f1f; text-decoration: none; font-weight: 900; font-size: 13px; }
.nc-partner-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(360px, .95fr);
    gap: 18px;
}
.nc-partner-left, .nc-partner-right { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.nc-partner-panel { padding: 20px; min-width: 0; }
.nc-partner-panel h2 { font-size: 18px; font-weight: 900; margin: 0 0 16px; }
.nc-partner-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.nc-partner-panel-head h2 { margin: 0; }
.nc-partner-panel-head a, .nc-partner-panel-head button {
    border: 0;
    background: transparent;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
}
.nc-partner-order-list { display: flex; flex-direction: column; gap: 10px; }
.nc-partner-order-row {
    display: grid;
    grid-template-columns: 84px 126px minmax(0, 1fr) 118px 112px;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
}
.nc-partner-order-row .time {
    height: 78px;
    border-radius: 8px;
    background: #f2f5ef;
    display: grid;
    place-items: center;
    text-align: center;
}
.nc-partner-order-row .time strong { display: block; font-size: 20px; }
.nc-partner-order-row .time span, .nc-partner-order-row p { color: #666; }
.nc-partner-order-row img { width: 126px; height: 78px; object-fit: cover; border-radius: 8px; }
.nc-partner-order-row h3 { font-size: 16px; font-weight: 900; margin: 0 0 8px; }
.nc-partner-order-row p { margin: 3px 0; font-size: 13px; }
.nc-partner-order-row > a {
    height: 42px;
    border: 1px solid #2f6f1f;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
}
.nc-partner-badge {
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}
.nc-partner-badge.success { background: #e8f5df; color: #2f6f1f; }
.nc-partner-badge.pending { background: #fff1da; color: #b86811; }
.nc-partner-table { overflow-x: auto; }
.nc-partner-table table { width: 100%; border-collapse: collapse; min-width: 760px; }
.nc-partner-table th { background: #f5f6f1; color: #555; font-size: 13px; padding: 13px; }
.nc-partner-table td { border-top: 1px solid var(--nc-line); padding: 13px; font-size: 14px; }
.nc-partner-performance { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.nc-partner-performance div { border: 1px solid var(--nc-line); border-radius: 8px; padding: 14px; }
.nc-partner-performance span, .nc-partner-performance strong, .nc-partner-performance small { display: block; }
.nc-partner-performance span { color: #666; }
.nc-partner-performance strong { font-size: 22px; font-weight: 900; margin: 6px 0; }
.nc-partner-performance small { color: #2f6f1f; }
.nc-partner-performance svg { width: 100%; height: 42px; margin-top: 8px; }
.nc-partner-performance polyline { fill: none; stroke-width: 4; }
.nc-partner-performance .green { stroke: #55a143; }
.nc-partner-performance .blue { stroke: #1d73d8; }
.nc-partner-performance .purple { stroke: #8c49db; }
.nc-partner-performance .orange { stroke: #f58a16; }
.nc-partner-qr-card {
    min-height: 240px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    background: #fbfbf8;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 26px;
}
.nc-partner-qr-card > i { font-size: 58px; color: #2f6f1f; background: #e8f5df; border-radius: 50%; padding: 18px; }
.nc-partner-qr-card strong, .nc-partner-qr-card span { display: block; }
.nc-partner-qr-card strong { font-size: 18px; }
.nc-partner-qr-card span { color: #666; }
.nc-partner-qr-card a, .nc-partner-withdraw {
    min-height: 44px;
    border-radius: 8px;
    border: 0;
    background: linear-gradient(135deg, #2f6f1f, #477c2b);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
}
.nc-partner-manual { display: flex; justify-content: center; gap: 8px; color: #2f6f1f; text-decoration: none; font-weight: 900; margin-top: 14px; }
.nc-partner-money { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.nc-partner-money div { border-radius: 8px; background: #f3f6f0; padding: 14px; }
.nc-partner-money span, .nc-partner-money strong { display: block; }
.nc-partner-money span { color: #666; font-size: 12px; }
.nc-partner-money strong { color: #2f6f1f; font-size: 18px; margin-top: 8px; }
.nc-partner-transactions p {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--nc-line);
    padding: 12px 0;
    margin: 0;
}
.nc-partner-transactions span { font-weight: 800; }
.nc-partner-transactions small { display: block; color: #777; font-weight: 500; }
.nc-partner-transactions strong { color: #2f6f1f; white-space: nowrap; }
.nc-partner-transactions strong.negative { color: #d33a2c; }
.nc-partner-withdraw { width: 100%; margin-top: 16px; }
.nc-partner-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.nc-partner-actions.single { grid-template-columns: 1fr; }
.nc-partner-actions a {
    min-height: 112px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    color: #222;
    text-decoration: none;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 12px;
}
.nc-partner-actions i { width: 42px; height: 42px; border-radius: 10px; background: #edf6e8; color: #2f6f1f; display: grid; place-items: center; font-size: 20px; }
.nc-partner-actions strong, .nc-partner-actions span { display: block; }
.nc-partner-actions span { color: #777; font-size: 12px; }
.nc-partner-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.nc-partner-page-head span { color: #2f6f1f; font-weight: 900; }
.nc-partner-page-head h2 { font-size: 34px; font-weight: 900; margin: 8px 0 4px; }
.nc-partner-page-head p { color: #666; margin: 0; }
.nc-partner-page-actions { display: flex; gap: 10px; }
.nc-partner-page-actions button, .nc-partner-page-actions a {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #2f6f1f;
    background: #fff;
    color: #2f6f1f;
    font-weight: 900;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.nc-partner-page-actions .primary { background: #2f6f1f; color: #fff; }
.nc-partner-resource-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.nc-partner-resource-stats article { display: grid; grid-template-columns: 54px 1fr; column-gap: 14px; padding: 18px; }
.nc-partner-resource-stats i { grid-row: span 3; }
.nc-partner-resource-stats span { color: #666; }
.nc-partner-resource-stats strong { font-size: 24px; font-weight: 900; }
.nc-partner-resource-stats small { color: #2f6f1f; }
.nc-partner-module-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(320px, .75fr); gap: 18px; }
.nc-partner-inline-search { width: min(300px, 100%); height: 40px; display: grid; grid-template-columns: 34px 1fr; align-items: center; border: 1px solid var(--nc-line); border-radius: 8px; padding: 0 10px; }
.nc-partner-inline-search input, .nc-partner-input { border: 0; outline: 0; background: transparent; }
.nc-partner-side-card label { display: block; font-weight: 900; margin: 14px 0 7px; }
.nc-partner-input { width: 100%; height: 46px; border: 1px solid var(--nc-line); border-radius: 8px; padding: 0 12px; }
.nc-partner-note { color: #666; line-height: 1.6; }

.nc-partner-status {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border-radius: 999px;
    background: #e8f5df;
    color: #2f6f1f;
    padding: 0 12px;
    font-weight: 900;
    margin-top: 8px;
}
.nc-company-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 18px;
    align-items: start;
}
.nc-company-panel {
    display: grid;
    gap: 16px;
}
.nc-company-panel-head span {
    color: #2f6f1f;
    font-weight: 900;
}
.nc-company-panel-head h2 {
    margin: 8px 0 6px;
    font-size: 24px;
    font-weight: 900;
}
.nc-company-panel-head p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}
.nc-company-map {
    width: 100%;
    min-height: 420px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    overflow: hidden;
    background: #dfe8d9;
}
.nc-company-map-frame {
    position: relative;
    border-radius: 8px;
}
.nc-company-map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 500;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #2f6f1f;
    font-size: 44px;
    line-height: 1;
    pointer-events: none;
    transform: translate(-50%, -92%);
    filter: drop-shadow(0 7px 12px rgba(18, 42, 22, .26));
}
.nc-company-map-pin::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(47, 111, 31, .85);
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    transform: translate(-50%, 62%);
    box-shadow: 0 3px 8px rgba(18, 42, 22, .18);
}
.nc-company-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.nc-company-fields label {
    display: grid;
    gap: 7px;
    color: #31502e;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.nc-company-fields label.wide {
    grid-column: 1 / -1;
}
.nc-company-fields input,
.nc-company-fields textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #d8dfd3;
    border-radius: 8px;
    background: #fbfcf8;
    color: #252525;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    text-transform: none;
}
.nc-company-fields input {
    height: 48px;
}
.nc-company-fields textarea {
    min-height: 112px;
    padding-top: 12px;
    resize: vertical;
}
.nc-company-service-list {
    display: grid;
    gap: 10px;
}
.nc-company-service-list label {
    min-height: 92px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    background: #fff;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    cursor: pointer;
}
.nc-company-service-list label.active {
    border-color: var(--nc-primary);
    background: #eef7e8;
    box-shadow: inset 0 0 0 1px var(--nc-primary);
}
.nc-company-service-list input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.nc-company-service-list i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #edf6e8;
    color: #2f6f1f;
    font-size: 20px;
}
.nc-company-service-list strong,
.nc-company-service-list small {
    display: block;
}
.nc-company-service-list strong {
    font-weight: 900;
}
.nc-company-service-list small {
    color: #596257;
    line-height: 1.4;
    margin-top: 3px;
}
.nc-company-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}
.nc-company-services article {
    display: grid;
    gap: 8px;
    align-content: start;
}
.nc-company-services i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #edf6e8;
    color: #2f6f1f;
    font-size: 22px;
}
.nc-company-services strong {
    font-size: 18px;
    font-weight: 900;
}
.nc-company-services span {
    color: #596257;
    line-height: 1.5;
}
.nc-company-services a {
    min-height: 42px;
    border: 1px solid #2f6f1f;
    border-radius: 8px;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    margin-top: 8px;
}

.nc-experience-active {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #e6f4df;
    color: #2f6f1f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    vertical-align: middle;
}
.nc-exp-kpis {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}
.nc-exp-kpi, .nc-exp-panel, .nc-exp-resource-stats article {
    background: #fff;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(28, 36, 21, .07);
}
.nc-exp-kpi {
    min-height: 150px;
    padding: 18px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
}
.nc-exp-kpi > i, .nc-exp-resource-stats i {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 25px;
    background: #eaf5e3;
    color: #2f6f1f;
}
.nc-exp-kpi.teal > i { background: #ddf6f3; color: #14948c; }
.nc-exp-kpi.blue > i { background: #e7f1ff; color: #1d69c9; }
.nc-exp-kpi.orange > i { background: #fff0df; color: #f2a11c; }
.nc-exp-kpi.green > i { background: #eaf5e3; color: #2f6f1f; }
.nc-exp-kpi span, .nc-exp-kpi small { display: block; color: #666; }
.nc-exp-kpi strong { display: block; font-size: 25px; font-weight: 900; margin: 6px 0; }
.nc-exp-kpi a { color: #2f6f1f; text-decoration: none; font-weight: 900; font-size: 13px; }
.nc-exp-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(390px, .95fr);
    gap: 18px;
}
.nc-exp-left, .nc-exp-right { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.nc-exp-panel { padding: 20px; min-width: 0; }
.nc-exp-panel h2 { font-size: 18px; font-weight: 900; margin: 0 0 16px; }
.nc-exp-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.nc-exp-panel-head h2 { margin: 0; }
.nc-exp-panel-head a, .nc-exp-panel-head button {
    border: 0;
    background: transparent;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
}
.nc-exp-session-list { display: flex; flex-direction: column; gap: 10px; }
.nc-exp-session-row {
    display: grid;
    grid-template-columns: 84px 126px minmax(0, 1fr) 118px 112px;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
}
.nc-exp-session-row .time {
    height: 78px;
    border-radius: 8px;
    background: #f2f5ef;
    display: grid;
    place-items: center;
    text-align: center;
}
.nc-exp-session-row .time strong { display: block; font-size: 20px; }
.nc-exp-session-row .time span, .nc-exp-session-row p { color: #666; }
.nc-exp-session-row img { width: 126px; height: 78px; object-fit: cover; border-radius: 8px; }
.nc-exp-session-icon {
    width: 126px;
    height: 78px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: #edf6e8;
    color: #2f6f1f;
    font-size: 28px;
}
.nc-exp-session-row h3 { font-size: 16px; font-weight: 900; margin: 0 0 8px; }
.nc-exp-session-row p { margin: 0 0 5px; font-size: 13px; }
.nc-exp-session-row em {
    border-radius: 999px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
}
.nc-exp-session-row em.success { background: #cdefc2; color: #226418; }
.nc-exp-session-row em.warning { background: #ffe5a3; color: #a76200; }
.nc-exp-session-row em.danger { background: #ffd6d3; color: #b8322b; }
.nc-exp-session-row > a {
    height: 42px;
    border: 1px solid #2f6f1f;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
}
.nc-exp-badge {
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}
.nc-exp-badge.success { background: #e8f5df; color: #2f6f1f; }
.nc-exp-badge.warning { background: #fff1da; color: #b86811; }
.nc-exp-badge.info { background: #e6f2ff; color: #1d69c9; }
.nc-exp-table { overflow-x: auto; }
.nc-exp-table table { width: 100%; border-collapse: collapse; min-width: 760px; }
.nc-exp-table th { background: #f5f6f1; color: #555; font-size: 13px; padding: 13px; }
.nc-exp-table td { border-top: 1px solid var(--nc-line); padding: 13px; font-size: 14px; }
.nc-exp-reviews p {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid var(--nc-line);
}
.nc-exp-reviews p > span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f6f1f, #e69a33);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
}
.nc-exp-reviews strong, .nc-exp-reviews small { display: block; }
.nc-exp-reviews em { color: #f6ad17; font-style: normal; margin-left: 8px; }
.nc-exp-reviews small { color: #666; }
.nc-exp-reviews time { color: #777; font-size: 13px; }
.nc-exp-calendar .legend {
    display: flex;
    gap: 18px;
    align-items: center;
    color: #555;
    font-size: 13px;
    margin-bottom: 18px;
}
.nc-exp-calendar .legend span { width: 13px; height: 13px; border-radius: 50%; margin: 0 -10px 0 0; }
.nc-exp-calendar .legend .ok { background: #a8d89e; }
.nc-exp-calendar .legend .warn { background: #f8b82e; }
.nc-exp-calendar .legend .full { background: #ef3f3a; }
.nc-exp-calendar .week, .nc-exp-calendar .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 9px;
    text-align: center;
}
.nc-exp-calendar .week { margin-bottom: 8px; color: #555; font-size: 13px; }
.nc-exp-calendar .days span {
    min-height: 38px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    position: relative;
    font-weight: 800;
}
.nc-exp-calendar .days span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.nc-exp-calendar .days .ok:after { background: #2f8c29; }
.nc-exp-calendar .days .warn:after { background: #f2a11c; }
.nc-exp-calendar .days .full:after { background: #e43834; }
.nc-exp-calendar .days .muted { color: #bbb; }
.nc-exp-calendar .days .muted:after { display: none; }
.nc-exp-calendar .days .selected {
    background: #2f6f1f;
    color: #fff;
    box-shadow: 0 10px 24px rgba(47,111,31,.28);
}
.nc-exp-outline, .nc-exp-primary {
    min-height: 44px;
    border-radius: 8px;
    border: 1px solid #2f6f1f;
    background: #fff;
    color: #2f6f1f;
    text-decoration: none;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
}
.nc-exp-primary { background: #2f6f1f; color: #fff; }
.nc-exp-money { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.nc-exp-money div {
    border-radius: 8px;
    background: #f3f6f0;
    padding: 18px;
}
.nc-exp-money div:nth-child(2) { background: #fff4e6; }
.nc-exp-money div:nth-child(3) { background: #f4f6f8; }
.nc-exp-money span, .nc-exp-money strong, .nc-exp-money small { display: block; }
.nc-exp-money span { color: #666; font-size: 12px; }
.nc-exp-money strong { font-size: 21px; font-weight: 900; margin: 8px 0; }
.nc-exp-money small { color: #2f6f1f; }
.nc-exp-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.nc-exp-actions.single { grid-template-columns: 1fr; }
.nc-exp-actions a {
    min-height: 112px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    color: #222;
    text-decoration: none;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 12px;
}
.nc-exp-actions i { width: 42px; height: 42px; border-radius: 10px; background: #edf6e8; color: #2f6f1f; display: grid; place-items: center; font-size: 20px; }
.nc-exp-actions strong, .nc-exp-actions span { display: block; }
.nc-exp-actions span { color: #777; font-size: 12px; }
.nc-exp-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.nc-exp-page-head span { color: #2f6f1f; font-weight: 900; }
.nc-exp-page-head h2 { font-size: 34px; font-weight: 900; margin: 8px 0 4px; }
.nc-exp-page-head p { color: #666; margin: 0; }
.nc-exp-page-actions { display: flex; gap: 10px; }
.nc-exp-page-actions button, .nc-exp-page-actions a {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #2f6f1f;
    background: #fff;
    color: #2f6f1f;
    font-weight: 900;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.nc-exp-page-actions .primary { background: #2f6f1f; color: #fff; }
.nc-exp-resource-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.nc-exp-resource-stats article { display: grid; grid-template-columns: 54px 1fr; column-gap: 14px; padding: 18px; }
.nc-exp-resource-stats i { grid-row: span 3; }
.nc-exp-resource-stats span { color: #666; }
.nc-exp-resource-stats strong { font-size: 24px; font-weight: 900; }
.nc-exp-resource-stats small { color: #2f6f1f; }
.nc-exp-module-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(320px, .75fr); gap: 18px; }
.nc-exp-inline-search { width: min(300px, 100%); height: 40px; display: grid; grid-template-columns: 34px 1fr; align-items: center; border: 1px solid var(--nc-line); border-radius: 8px; padding: 0 10px; }
.nc-exp-inline-search input, .nc-exp-input { border: 0; outline: 0; background: transparent; }
.nc-exp-side-card label { display: block; font-weight: 900; margin: 14px 0 7px; }
.nc-exp-input { width: 100%; height: 46px; border: 1px solid var(--nc-line); border-radius: 8px; padding: 0 12px; }
.nc-exp-filter-bar {
    display: grid;
    grid-template-columns: minmax(180px, .45fr) minmax(240px, 1fr) auto auto;
    align-items: end;
    gap: 12px;
    margin: 0 0 16px;
    padding: 14px;
    border: 1px solid #e5ece0;
    border-radius: 12px;
    background: #fbfdf9;
}
.nc-exp-filter-bar label {
    display: grid;
    gap: 7px;
    color: #444;
    font-size: 13px;
    font-weight: 900;
}
.nc-exp-filter-bar .nc-exp-primary {
    height: 46px;
    white-space: nowrap;
}
.nc-exp-filter-clear {
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f6f1f;
    font-weight: 900;
    text-decoration: none;
}
.nc-partner-filter-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr)) auto auto;
    align-items: end;
    gap: 12px;
    margin: 0 0 16px;
    padding: 14px;
    border: 1px solid #e5ece0;
    border-radius: 12px;
    background: #fbfdf9;
}
.nc-partner-filter-bar label {
    display: grid;
    gap: 7px;
    color: #444;
    font-size: 13px;
    font-weight: 900;
}
.nc-partner-filter-bar .nc-partner-withdraw {
    height: 46px;
    margin-top: 0;
    white-space: nowrap;
}
.nc-partner-filter-clear {
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f6f1f;
    font-weight: 900;
    text-decoration: none;
}
.nc-exp-field-hint { display: block; margin-top: 5px; color: #777; font-size: 12px; font-weight: 700; }
.nc-exp-quick-actions, .nc-exp-time-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}
.nc-exp-quick-actions button, .nc-exp-time-presets button {
    border: 1px solid #dce7d6;
    border-radius: 999px;
    background: #f4faf0;
    color: #2f6f1f;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 12px;
}
.nc-exp-time-presets {
    padding: 12px;
    border: 1px solid #e3ece0;
    border-radius: 12px;
    background: #fbfdf9;
}
.nc-exp-time-presets span {
    width: 100%;
    color: #555;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.nc-exp-day-picker {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}
.nc-exp-side-card .nc-exp-day-chip {
    margin: 0;
}
.nc-exp-day-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.nc-exp-day-chip span {
    display: grid;
    min-height: 44px;
    place-items: center;
    border: 1px solid var(--nc-line);
    border-radius: 10px;
    background: #fff;
    color: #444;
    font-size: 13px;
    font-weight: 900;
}
.nc-exp-day-chip input:checked + span {
    border-color: #2f6f1f;
    background: #eaf5e3;
    color: #2f6f1f;
    box-shadow: inset 0 0 0 1px #2f6f1f;
}
.nc-exp-time-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.nc-exp-note { color: #666; line-height: 1.6; }
.nc-exp-empty-row {
    min-height: 132px;
    display: grid;
    place-items: center;
    gap: 6px;
    text-align: center;
    color: #666;
    padding: 20px;
}
.nc-exp-empty-row i { font-size: 34px; color: #2f6f1f; }
.nc-exp-empty-row strong { display: block; color: #222; font-size: 17px; }
.nc-exp-empty-row span { display: block; max-width: 420px; }
.nc-exp-icon-action {
    width: 36px;
    height: 36px;
    border: 1px solid var(--nc-line);
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: #fff;
    color: #b8322b;
}
.nc-exp-form-grid { display: grid; gap: 14px; }
.nc-exp-form-grid button { margin-top: 4px; }

@media (max-width: 1500px) {
    .nc-boatman-kpis { grid-template-columns: repeat(3, 1fr); }
    .nc-boatman-grid { grid-template-columns: 1fr; }
    .nc-boatman-right { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
    .nc-boatman-right .nc-boatman-help { grid-column: 1 / -1; }
    .nc-trip-row { grid-template-columns: 82px 150px minmax(220px, 1fr) 140px 112px; }
    .nc-boatman-module-grid { grid-template-columns: 1fr; }
    .nc-partner-kpis { grid-template-columns: repeat(3, 1fr); }
    .nc-partner-grid, .nc-partner-module-grid { grid-template-columns: 1fr; }
    .nc-partner-right { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
    .nc-partner-right .nc-partner-panel:last-child { grid-column: 1 / -1; }
    .nc-exp-kpis { grid-template-columns: repeat(3, 1fr); }
    .nc-exp-grid, .nc-exp-module-grid { grid-template-columns: 1fr; }
    .nc-exp-right { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
    .nc-exp-right .nc-exp-panel:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    .nc-exp-filter-bar {
        grid-template-columns: 1fr;
    }

    .nc-partner-filter-bar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
    .nc-admin-shell { grid-template-columns: 88px minmax(0, 1fr); }
    .nc-admin-sidebar { padding: 22px 14px; }
    .nc-admin-logo strong, .nc-admin-menu a:not(.active), .nc-admin-heading, .nc-admin-logout button { font-size: 0; }
    .nc-admin-logo { justify-content: center; }
    .nc-admin-logo .nc-logo-mark { width: 48px; height: 48px; }
    .nc-admin-menu a { justify-content: center; padding: 0; }
    .nc-admin-menu a i, .nc-admin-logout i { font-size: 20px; }
    .nc-admin-kpis { grid-template-columns: repeat(3, 1fr); }
    .nc-admin-grid, .nc-admin-grid.lower { grid-template-columns: 1fr; }
    .nc-admin-actions { grid-template-columns: repeat(3, 1fr); }
    .nc-boatman-shell { grid-template-columns: 88px minmax(0, 1fr); }
    .nc-boatman-sidebar { padding: 22px 14px; }
    .nc-boatman-logo strong, .nc-boatman-area, .nc-boatman-menu a:not(.active), .nc-boatman-heading, .nc-boatman-logout button { font-size: 0; }
    .nc-boatman-logo { justify-content: center; }
    .nc-boatman-logo .nc-logo-mark { width: 48px; height: 48px; }
    .nc-boatman-menu a { justify-content: center; padding: 0; }
    .nc-boatman-menu a i, .nc-boatman-logout i { font-size: 20px; }
    .nc-boatman-kpis { grid-template-columns: repeat(3, 1fr); }
    .nc-boatman-grid, .nc-boatman-module-grid, .nc-boatman-route-grid, .nc-boatman-profile-grid { grid-template-columns: 1fr; }
    .nc-trip-row { grid-template-columns: 80px 130px minmax(0, 1fr) 130px 110px; }
    .nc-partner-shell { grid-template-columns: 88px minmax(0, 1fr); }
    .nc-partner-sidebar { padding: 22px 14px; }
    .nc-partner-logo strong, .nc-partner-area, .nc-partner-menu a:not(.active), .nc-partner-heading, .nc-partner-logout button { font-size: 0; }
    .nc-partner-logo { justify-content: center; }
    .nc-partner-logo .nc-logo-mark { width: 48px; height: 48px; }
    .nc-partner-menu a { justify-content: center; padding: 0; }
    .nc-partner-menu a i, .nc-partner-logout i { font-size: 20px; }
    .nc-partner-order-row { grid-template-columns: 78px 120px minmax(0, 1fr) 105px; }
    .nc-partner-order-row > a { grid-column: 4; }
    .nc-nav-links { gap: 18px; }
    .nc-search-panel { grid-template-columns: repeat(2, 1fr); padding: 10px; }
    .nc-search-submit { grid-column: 1 / -1; margin: 8px; }
    .nc-experience-grid, .nc-add-grid { grid-template-columns: repeat(3, 1fr); }
    .nc-tutorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nc-home-intent-selector { grid-template-columns: 1fr; }
    .nc-partner-landing-grid { grid-template-columns: 1fr; }
    .nc-partner-signup-card { max-width: 720px; justify-self: center; }
    .nc-partner-admin-grid { grid-template-columns: 1fr; }
    .nc-v2-hero-inner { grid-template-columns: 1fr; }
    .nc-v2-hero-copy { padding-left: 0; }
    .nc-v2-hero-copy:empty { display: none; }
    .nc-v2-builder { max-width: 620px; justify-self: center; }
    .nc-v2-feature-experience { grid-template-columns: 1fr; }
    .nc-v2-feature-media, .nc-v2-feature-media img { min-height: 340px; }
    .nc-v2-flow-grid, .nc-v2-boarding-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nc-v2-flow-grid article:nth-child(2) { border-right: 0; }
    .nc-v2-flow-grid article { border-bottom: 1px solid var(--nc-line); }
    .nc-v2-flow-grid article:nth-child(n+3) { border-bottom: 0; }
    .nc-experience-detail-grid { grid-template-columns: 1fr; }
    .nc-experience-reserve-card { position: static; }
    .nc-trust-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
    .nc-route-shell, .nc-stats-grid { grid-template-columns: 1fr; }
    .nc-dashboard { grid-template-columns: 220px 1fr; }
    .nc-dashboard-side { grid-column: 2; padding: 0 22px 32px 0; }
    .nc-dashboard-cards, .nc-recommend-grid { grid-template-columns: repeat(2, 1fr); }
    .nc-booking-row { grid-template-columns: 130px 1fr; }
    .nc-booking-row > span, .nc-booking-row > a { justify-self: start; }
    .nc-system-row { grid-template-columns: 48px 1fr; }
    .nc-system-row > span, .nc-system-row > a, .nc-system-row > strong { grid-column: 2; justify-self: start; text-align: left; }
    .nc-route-content { padding: 30px; }
    .nc-floating-summary { position: static; width: auto; margin-top: 24px; }
    .nc-add-more { padding-right: 0; }
    .nc-bottom-bar { grid-template-columns: 80px 1fr 1fr; }
    .nc-bottom-bar span:first-child, .nc-bottom-bar span:nth-child(3) { display: none; }
}
@media (max-width: 900px) {
    .nc-admin-shell { grid-template-columns: 1fr; }
    .nc-admin-sidebar { position: static; height: auto; }
    .nc-admin-menu { display: grid; grid-template-columns: repeat(2, 1fr); }
    .nc-admin-logo strong, .nc-admin-menu a:not(.active), .nc-admin-heading, .nc-admin-logout button { font-size: inherit; }
    .nc-admin-menu a { justify-content: flex-start; padding: 0 12px; }
    .nc-admin-search { display: none; }
    .nc-admin-content { padding: 20px; }
    .nc-admin-kpis, .nc-admin-resource-stats { grid-template-columns: repeat(2, 1fr); }
    .nc-admin-page-head { flex-direction: column; align-items: stretch; }
    .nc-admin-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nc-admin-actions { grid-template-columns: repeat(2, 1fr); }
    .nc-boatman-shell { grid-template-columns: 1fr; }
    .nc-boatman-sidebar { position: static; height: auto; }
    .nc-boatman-menu { display: grid; grid-template-columns: repeat(2, 1fr); }
    .nc-boatman-logo strong, .nc-boatman-area, .nc-boatman-menu a:not(.active), .nc-boatman-heading, .nc-boatman-logout button { font-size: inherit; }
    .nc-boatman-menu a { justify-content: flex-start; padding: 0 12px; }
    .nc-boatman-topbar { grid-template-columns: 44px 1fr 48px; }
    .nc-boatman-date, .nc-boatman-user { display: none; }
    .nc-boatman-content { padding: 20px; }
    .nc-boatman-kpis, .nc-boatman-resource-stats { grid-template-columns: repeat(2, 1fr); }
    .nc-boatman-resource-stats.compact { grid-template-columns: repeat(2, 1fr); }
    .nc-boatman-day-hero { flex-direction: column; align-items: stretch; padding: 20px; }
    .nc-boatman-day-hero h2 { font-size: 28px; }
    .nc-boatman-route-stop { grid-template-columns: 42px 1fr; }
    .nc-boatman-route-stop em { grid-column: 2; justify-self: start; }
    .nc-boatman-doc-grid article { grid-template-columns: 46px 1fr; }
    .nc-boatman-doc-grid article > span { grid-column: 2; justify-self: start; }
    .nc-trip-row { grid-template-columns: 76px 120px 1fr; }
    .nc-trip-row .meta, .nc-trip-row > a { grid-column: 3; justify-self: start; }
    .nc-boatman-page-head { flex-direction: column; align-items: stretch; }
    .nc-withdraw-form { grid-template-columns: 1fr; }
    .nc-partner-shell { grid-template-columns: 1fr; }
    .nc-partner-sidebar { position: static; height: auto; }
    .nc-partner-menu { display: grid; grid-template-columns: repeat(2, 1fr); }
    .nc-partner-logo strong, .nc-partner-area, .nc-partner-menu a:not(.active), .nc-partner-heading, .nc-partner-logout button { font-size: inherit; }
    .nc-partner-menu a { justify-content: flex-start; padding: 0 12px; }
    .nc-partner-topbar { grid-template-columns: 38px 1fr 40px; }
    .nc-partner-date, .nc-partner-user { display: none; }
    .nc-partner-content { padding: 20px; }
    .nc-partner-kpis, .nc-partner-resource-stats { grid-template-columns: repeat(2, 1fr); }
    .nc-partner-order-row { grid-template-columns: 76px 120px 1fr; }
    .nc-partner-order-row .nc-partner-badge, .nc-partner-order-row > a { grid-column: 3; justify-self: start; }
    .nc-partner-page-head { flex-direction: column; align-items: stretch; }
    .nc-partner-right { grid-template-columns: 1fr; }
    .nc-company-grid, .nc-company-services { grid-template-columns: 1fr; }
    .nc-company-map { min-height: 360px; }
    .nc-partner-performance, .nc-partner-actions { grid-template-columns: repeat(2, 1fr); }
    .nc-exp-kpis, .nc-exp-resource-stats { grid-template-columns: repeat(2, 1fr); }
    .nc-exp-right { grid-template-columns: 1fr; }
    .nc-exp-session-row { grid-template-columns: 76px 120px 1fr; }
    .nc-exp-session-row .nc-exp-badge, .nc-exp-session-row > a { grid-column: 3; justify-self: start; }
    .nc-exp-page-head { flex-direction: column; align-items: stretch; }
    .nc-exp-actions, .nc-exp-money { grid-template-columns: repeat(2, 1fr); }
    .nc-nav { min-height: 72px; }
    .nc-nav-links, .nc-icon-btn, .nc-login-btn { display: none; }
    .nc-nav-actions { gap: 10px; }
    .nc-language-btn { width: 48px; padding: 0; }
    .nc-language-btn .bi-chevron-down { display: none; }
    .nc-language-dropdown { right: -48px; }
    .nc-flow-page .nc-site-header .container-fluid { padding-left: 14px !important; padding-right: 14px !important; }
    .nc-flow-page .nc-nav { gap: 10px; min-width: 0; }
    .nc-flow-page .nc-logo { min-width: 0; }
    .nc-flow-page .nc-logo-text { font-size: 19px; }
    .nc-flow-page .nc-nav-actions { margin-left: auto; min-width: 0; }
    .nc-flow-page .nc-cart-btn { width: 42px; height: 42px; flex: 0 0 42px; }
    .nc-flow-page .nc-account-btn { min-width: 0; width: 50px; padding: 0; justify-content: center; }
    .nc-flow-page .nc-account-name, .nc-flow-page .nc-account-btn .bi-chevron-down { display: none; }
    .nc-client-area .nc-header-link { font-size: 0; width: 42px; height: 42px; display: grid; place-items: center; position: relative; }
    .nc-client-area .nc-header-link i { font-size: 18px; }
    .nc-client-area .nc-header-link span { position: absolute; top: -4px; right: -4px; font-size: 11px; }
    .nc-client-area .nc-account-btn { min-width: 0; width: 50px; padding: 0; justify-content: center; }
    .nc-client-area .nc-account-name, .nc-client-area .nc-account-btn .bi-chevron-down { display: none; }
    .nc-account-dropdown { right: 0; }
    .nc-logo-text { font-size: 19px; }
    .nc-hero, .nc-hero-inner { min-height: 620px; }
    .nc-experience-hero, .nc-experience-hero-inner { min-height: 620px; }
    .nc-hero-copy { margin-left: 0; }
    .nc-search-panel, .nc-summary-metrics, .nc-form-grid, .nc-form-grid.two, .nc-ticket-grid, .nc-boarding-layout, .nc-summary-layout { grid-template-columns: 1fr; }
    .nc-experience-summary-panel { grid-template-columns: 1fr; }
    .nc-trust-grid, .nc-experience-grid, .nc-add-grid, .nc-steps-row { grid-template-columns: 1fr 1fr; }
    .nc-home-schedule-panel { grid-template-columns: 1fr; }
    .nc-v2-intents, .nc-v2-fields, .nc-v2-fields:has([data-home-days-field]:not([hidden])) { grid-template-columns: 1fr; }
    .nc-experience-feature-grid { grid-template-columns: 1fr; }
    .nc-experience-gallery { min-height: auto; }
    .nc-auth-shell, .nc-cart-layout, .nc-how-grid, .nc-boarding-cards, .nc-testimonial-grid { grid-template-columns: 1fr; }
    .nc-date-time-grid, .nc-intent-selector, .nc-profile-selector, .nc-pass-selector, .nc-day-plan { grid-template-columns: 1fr; }
    .nc-auth-visual { min-height: 360px; padding: 34px; }
    .nc-auth-card { padding: 34px 24px; }
    .nc-cart-item { grid-template-columns: 120px 1fr; }
    .nc-cart-item img { width: 120px; height: 92px; }
    .nc-cart-summary { position: static; }
    .nc-dashboard { grid-template-columns: 1fr; }
    .nc-dashboard-menu {
        border-right: 0;
        border-bottom: 1px solid var(--nc-line);
        flex-direction: row;
        overflow-x: auto;
        padding: 12px;
        position: sticky;
        top: 72px;
        z-index: 20;
    }
    .nc-dashboard-menu a { flex: 0 0 auto; min-height: 42px; white-space: nowrap; }
    .nc-dashboard-main, .nc-dashboard-side { padding: 22px; }
    .nc-dashboard-top { grid-template-columns: 1fr; }
    .nc-dashboard-top img { height: 170px; }
    .nc-itinerary-card, .nc-checkout-card { padding: 24px 18px 70px; }
    .nc-progress-rail { overflow-x: auto; grid-template-columns: repeat(5, 160px); }
    .nc-route-map { min-height: 470px; }
    .nc-combu-map-spot { width: 42px; height: 42px; }
    .nc-combu-map-spot strong { display: none; }
    .nc-combu-map-label { max-width: 170px; padding: 8px 10px; font-size: 11px; }
}
@media (max-width: 620px) {
    .nc-admin-menu { grid-template-columns: 1fr; }
    .nc-admin-kpis, .nc-admin-resource-stats, .nc-admin-actions { grid-template-columns: 1fr; }
    .nc-admin-form-grid { grid-template-columns: 1fr; }
    .nc-admin-form-grid label.wide { grid-column: auto; }
    .nc-admin-user div { display: none; }
    .nc-admin-topbar { padding: 0 14px; }
    .nc-boatman-menu { grid-template-columns: 1fr; }
    .nc-boatman-kpis, .nc-boatman-resource-stats { grid-template-columns: 1fr; }
    .nc-boatman-resource-stats.compact { grid-template-columns: 1fr; }
    .nc-boatman-topbar { padding: 0 14px; }
    .nc-boatman-greeting h1 { font-size: 20px; }
    .nc-boatman-content { padding: 14px; }
    .nc-boatman-sidebar { padding: 18px 14px; }
    .nc-boatman-heading { margin-top: 12px; }
    .nc-boatman-day-hero h2 { font-size: 24px; }
    .nc-boatman-route-stop, .nc-boatman-doc-grid article, .nc-boatman-data-list p { grid-template-columns: 1fr; }
    .nc-boatman-route-stop > span { width: 38px; height: 38px; }
    .nc-boatman-route-stop em, .nc-boatman-doc-grid article > span { grid-column: auto; }
    .nc-boatman-data-list p { display: grid; }
    .nc-boatman-data-list strong { text-align: left; }
    .nc-trip-row { grid-template-columns: 1fr; }
    .nc-trip-row img { width: 100%; height: 160px; }
    .nc-trip-row .meta, .nc-trip-row > a { grid-column: auto; }
    .nc-boatman-money, .nc-manual-validation div { grid-template-columns: 1fr; }
    .nc-partner-menu { grid-template-columns: 1fr; }
    .nc-partner-kpis, .nc-partner-resource-stats, .nc-partner-performance, .nc-partner-actions, .nc-partner-money { grid-template-columns: 1fr; }
    .nc-partner-topbar { padding: 0 14px; }
    .nc-partner-greeting h1 { font-size: 18px; }
    .nc-company-fields { grid-template-columns: 1fr; }
    .nc-company-fields label.wide { grid-column: auto; }
    .nc-company-map { min-height: 300px; }
    .nc-company-service-list label { min-height: 82px; padding: 12px; }
    .nc-partner-order-row { grid-template-columns: 1fr; }
    .nc-partner-order-row img { width: 100%; height: 160px; }
    .nc-partner-order-row .nc-partner-badge, .nc-partner-order-row > a { grid-column: auto; }
    .nc-exp-kpis, .nc-exp-resource-stats, .nc-exp-actions, .nc-exp-money { grid-template-columns: 1fr; }
    .nc-exp-session-row { grid-template-columns: 1fr; }
    .nc-exp-session-row img, .nc-exp-session-icon { width: 100%; height: 160px; }
    .nc-exp-session-row .nc-exp-badge, .nc-exp-session-row > a { grid-column: auto; }
    .nc-exp-reviews p { grid-template-columns: 42px 1fr; }
    .nc-exp-reviews time { grid-column: 2; }
    .nc-site-header .container-fluid { padding-left: 14px !important; padding-right: 14px !important; }
    .nc-logo-mark { width: 50px; height: 50px; }
    .nc-client-area .nc-nav { gap: 8px; }
    .nc-client-area .nc-nav-actions { margin-left: 0; }
    .nc-client-area .nc-menu-toggle { margin-right: 0; }
    .nc-client-area .nc-header-link + .nc-header-link { display: none; }
    .nc-flow-page .nc-logo-mark { width: 50px; height: 50px; }
    .nc-flow-page .nc-nav { gap: 8px; }
    .nc-flow-page .nc-nav-actions { gap: 8px; }
    .nc-flow-page .nc-account-btn { width: 46px; height: 46px; }
    .nc-flow-page .nc-avatar { width: 34px; height: 34px; }
    .nc-flow-page .nc-itinerary-card { width: 100%; max-width: 100%; }
    .nc-flow-page .nc-progress-rail { grid-template-columns: repeat(5, minmax(132px, 1fr)); }
    .nc-flow-shell {
        margin-top: -34px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nc-flow-page .nc-flow-shell .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nc-flow-hero-map {
        height: 150px;
    }
    .nc-itinerary-card {
        border-radius: 16px;
        box-shadow: 0 14px 32px rgba(25, 38, 20, .1);
    }
    .nc-page-title h1,
    .nc-step-simple h1,
    .nc-check-summary h1 {
        font-size: 31px;
        line-height: 1.08;
    }
    .nc-review-overview,
    .nc-review-transfer {
        grid-template-columns: 1fr;
    }
    .nc-review-overview > div {
        min-height: 86px;
        padding: 14px;
    }
    .nc-review-transfer,
    .nc-review-day-card header,
    .nc-review-services,
    .nc-review-transport {
        padding: 14px;
    }
    .nc-review-day-card header {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
    .nc-review-stop {
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 14px;
    }
    .nc-review-stop em {
        grid-column: 2;
        justify-self: start;
    }
    .nc-review-transport {
        grid-template-columns: 34px minmax(0, 1fr);
    }
    .nc-review-transport em {
        grid-column: 2;
        justify-self: start;
    }
    .nc-route-days-control {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }
    .nc-route-days-control label {
        display: grid;
        gap: 6px;
    }
    .nc-route-day-tabs {
        margin-top: 0;
        padding-bottom: 10px;
    }
    .nc-route-day-tabs button {
        min-width: 118px;
        padding: 10px 12px;
    }
    .nc-day-plan {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding: 2px 2px 10px;
        margin-bottom: 14px;
    }
    .nc-day-plan div {
        flex: 0 0 190px;
        min-height: 96px;
        padding: 12px;
    }
    .nc-summary-metrics {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 18px;
    }
    .nc-summary-metrics div {
        min-height: 68px;
        padding: 12px;
        grid-template-columns: 36px 1fr;
    }
    .nc-summary-metrics i {
        width: 36px;
        height: 36px;
    }
    .nc-route-map {
        min-height: 330px;
        border-radius: 8px;
    }
    .nc-map-preview {
        min-height: 340px;
    }
    .nc-map-toggle {
        top: 12px;
        left: 12px;
    }
    .nc-route-note {
        display: grid;
        grid-template-columns: 38px 1fr;
        gap: 12px;
        padding: 16px;
        border-radius: 0 0 8px 8px;
        margin-bottom: 22px;
    }
    .nc-route-note button {
        grid-column: 1 / -1;
        width: 100%;
        margin: 0;
    }
    .nc-selected-route {
        margin-top: 8px;
    }
    .nc-route-cards {
        grid-template-columns: repeat(4, 150px);
    }
    .nc-add-header {
        gap: 12px;
    }
    .nc-add-search {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }
    .nc-add-search input {
        width: 100%;
    }
    .nc-chip-row {
        margin: 14px 0;
    }
    .nc-add-grid article {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 0;
        padding-bottom: 0;
    }
    .nc-add-grid article.nc-place-card {
        display: block;
        min-height: 112px;
    }
    .nc-place-card > button {
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-rows: auto 1fr auto;
        min-height: 112px;
    }
    .nc-place-card > button img {
        grid-row: 1 / 4;
        width: 112px;
        height: 100%;
        min-height: 112px;
    }
    .nc-place-card > button span {
        margin-top: 12px;
    }
    .nc-place-card > button h3 {
        align-self: center;
        margin-bottom: 8px;
    }
    .nc-add-grid img {
        width: 112px;
        height: 100%;
        min-height: 174px;
        grid-row: span 5;
    }
    .nc-add-grid h3 {
        min-height: 0;
        margin: 12px 12px 5px;
        font-size: 15px;
    }
    .nc-add-grid p {
        min-height: 0;
        margin-bottom: 6px;
        flex-wrap: wrap;
    }
    .nc-add-grid strong {
        margin-bottom: 8px;
    }
    .nc-period-actions {
        margin: 0 12px 12px;
    }
    .nc-period-actions button {
        justify-content: flex-start;
        min-height: 38px;
        font-size: 13px;
        line-height: 1.2;
    }
    .nc-experience-modal {
        align-items: end;
        padding: 12px;
    }
    .nc-experience-sheet {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 24px);
        height: calc(100dvh - 24px);
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        border-radius: 14px;
    }
    .nc-experience-sheet-media {
        flex: 0 0 190px;
        height: 190px;
        min-height: 0;
    }
    .nc-experience-sheet-media img {
        min-height: 180px;
        height: 190px;
    }
    .nc-experience-sheet-media > div {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 10px 12px;
    }
    .nc-experience-sheet-body {
        flex: 1 1 auto;
        min-height: 0;
        padding: 20px;
        overflow-y: auto;
    }
    .nc-experience-sheet h2 {
        font-size: 23px;
    }
    .nc-modal-facts,
    .nc-modal-detail-grid,
    .nc-modal-info-strip {
        grid-template-columns: 1fr;
    }
    .nc-modal-line-head {
        display: none;
    }
    .nc-modal-experience-line {
        grid-template-columns: 1fr;
        padding: 14px;
    }
    .nc-modal-experience-line div::before {
        content: attr(data-label);
        color: #687264;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
    }
    .nc-modal-line-actions .nc-period-group {
        display: grid;
        grid-template-columns: 1fr;
    }
    .nc-modal-line-actions .nc-period-group > div {
        display: grid;
        grid-template-columns: 1fr;
    }
    .nc-modal-facts strong {
        justify-self: start;
    }
    .nc-floating-summary {
        display: block;
        margin: 24px 0 16px;
        padding: 16px;
        border-color: #cfe2c7;
        background: #fbfff8;
    }
    .nc-floating-summary h3 { margin-bottom: 12px; }
    .nc-floating-summary p { font-size: 13px; margin-bottom: 8px; }
    .nc-floating-summary .total {
        align-items: center;
        border-top: 1px solid #d6e4d0;
        padding-top: 12px;
        margin-top: 8px;
    }
    .nc-bottom-bar {
        position: sticky;
        bottom: 0;
        z-index: 30;
        margin: 18px -18px -70px;
        border-radius: 14px 14px 0 0;
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 10px;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    }
    .nc-bottom-bar span:first-child,
    .nc-bottom-bar span:nth-child(2),
    .nc-bottom-bar span:nth-child(3) {
        display: none;
    }
    .nc-bottom-bar span:nth-child(4) {
        display: block;
    }
    .nc-bottom-bar button {
        grid-column: 1 / -1;
        min-height: 48px;
        width: 100%;
    }
    .nc-hero h1 { font-size: 44px; }
    .nc-experience-hero h1 { font-size: 40px; }
    .nc-hero p { font-size: 16px; }
    .nc-search-dock { margin-top: -28px; }
    .nc-trust-grid, .nc-experience-grid, .nc-add-grid, .nc-steps-row, .nc-stats-grid, .nc-bottom-bar, .nc-tutorial-grid { grid-template-columns: 1fr; }
    .nc-home-builder-card { padding: 28px 16px; }
    .nc-home-builder-head h2 { font-size: 31px; }
    .nc-home-builder-head p { font-size: 15px; }
    .nc-partner-landing-page .nc-site-header .container-fluid { padding-left: 12px !important; padding-right: 12px !important; }
    .nc-partner-landing-page .nc-nav { gap: 8px; min-height: 68px; min-width: 0; }
    .nc-partner-landing-page .nc-logo { min-width: 0; }
    .nc-partner-landing-page .nc-logo-mark { width: 46px; height: 46px; border-width: 2px; }
    .nc-partner-landing-page .nc-logo-mark .bi-water { bottom: 6px; font-size: 23px; }
    .nc-partner-landing-page .nc-logo-mark .bi-house-heart-fill { top: 7px; font-size: 18px; }
    .nc-partner-landing-page .nc-logo-text { font-size: 17px; }
    .nc-partner-landing-page .nc-nav-actions { gap: 6px; margin-left: auto; min-width: 0; }
    .nc-partner-landing-page .nc-signup-btn { display: none; }
    .nc-partner-landing-page .nc-cart-btn { width: 42px; height: 42px; flex: 0 0 42px; }
    .nc-partner-landing-hero {
        padding: 86px 0 34px;
        background-position: center top;
    }
    .nc-partner-landing-grid {
        gap: 22px;
    }
    .nc-partner-landing-copy > span {
        min-height: 30px;
        font-size: 12px;
        margin-bottom: 12px;
    }
    .nc-partner-landing-copy h1 {
        font-size: 34px;
        line-height: 1.04;
        margin-bottom: 12px;
    }
    .nc-partner-landing-copy p { font-size: 15px; line-height: 1.5; }
    .nc-partner-landing-points { display: grid; grid-template-columns: 1fr; }
    .nc-partner-landing-points div {
        min-height: 42px;
        padding: 8px 12px;
    }
    .nc-partner-signup-card {
        padding: 16px;
        border-radius: 10px;
        box-shadow: 0 16px 36px rgba(0,0,0,.2);
    }
    .nc-partner-service-picker {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .nc-partner-service-picker label {
        min-height: 74px;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-content: center;
        text-align: left;
        column-gap: 10px;
        padding: 10px 12px;
    }
    .nc-partner-service-picker i {
        grid-row: 1 / 3;
        align-self: center;
        justify-self: center;
    }
    .nc-partner-service-picker strong,
    .nc-partner-service-picker small {
        min-width: 0;
    }
    .nc-partner-service-picker strong { font-size: 14px; }
    .nc-partner-service-picker small { font-size: 12px; }
    .nc-partner-form-grid { grid-template-columns: 1fr; }
    .nc-partner-form-grid label.wide { grid-column: auto; }
    .nc-partner-form-grid input {
        height: 48px;
        font-size: 13px;
    }
    .nc-partner-form-grid textarea {
        min-height: 86px;
        font-size: 13px;
    }
    .nc-partner-signup-card .policy {
        font-size: 12px;
        line-height: 1.35;
    }
    .nc-partner-landing-admin { padding: 30px 0 42px; }
    .nc-partner-admin-grid { gap: 12px; }
    .nc-partner-admin-grid article {
        min-height: auto;
        padding: 18px;
    }
    .nc-v2-hero, .nc-v2-hero-inner { min-height: auto; }
    .nc-home-v2-page .nc-site-header .container-fluid { padding-left: 12px !important; padding-right: 12px !important; }
    .nc-home-v2-page .nc-nav { gap: 8px; min-height: 68px; min-width: 0; }
    .nc-home-v2-page .nc-logo { min-width: 0; }
    .nc-home-v2-page .nc-logo-mark { width: 46px; height: 46px; border-width: 2px; }
    .nc-home-v2-page .nc-logo-mark .bi-water { bottom: 6px; font-size: 23px; }
    .nc-home-v2-page .nc-logo-mark .bi-house-heart-fill { top: 7px; font-size: 18px; }
    .nc-home-v2-page .nc-logo-text { font-size: 17px; }
    .nc-home-v2-page .nc-nav-actions { gap: 6px; margin-left: auto; min-width: 0; }
    .nc-home-v2-page .nc-signup-btn { display: none; }
    .nc-home-v2-page .nc-cart-btn { width: 42px; height: 42px; flex: 0 0 42px; }
    .nc-v2-hero {
        background-position: center top;
        background-size: auto 330px;
        background-color: #143f3d;
    }
    .nc-v2-hero-overlay {
        background:
            linear-gradient(180deg, rgba(0,0,0,.18) 0, rgba(0,0,0,.08) 210px, rgba(0,0,0,.48) 330px),
            linear-gradient(0deg, rgba(20,63,61,.26), rgba(20,63,61,.06));
    }
    .nc-v2-hero-inner { padding: 250px 12px 42px !important; gap: 0; }
    .nc-v2-hero-copy h1 { font-size: 42px; }
    .nc-v2-hero-copy p { font-size: 16px; }
    .nc-v2-builder { padding: 16px; border-radius: 10px; max-width: 100%; }
    .nc-v2-builder-head { margin-bottom: 14px; }
    .nc-v2-builder-head h2 { font-size: 23px; }
    .nc-v2-intents {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }
    .nc-v2-intents label {
        min-height: 92px;
        padding: 9px 5px;
    }
    .nc-v2-intents i { font-size: 20px; }
    .nc-v2-intents strong { font-size: 12px; line-height: 1.15; }
    .nc-v2-intents small { font-size: 10px; }
    .nc-partner-service-picker {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .nc-partner-service-picker label {
        min-height: 74px;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-content: center;
        text-align: left;
        column-gap: 10px;
        padding: 10px 12px;
    }
    .nc-partner-service-picker i {
        grid-row: 1 / 3;
        align-self: center;
        justify-self: center;
        font-size: 20px;
    }
    .nc-partner-service-picker strong { font-size: 14px; line-height: 1.2; }
    .nc-partner-service-picker small { font-size: 12px; }
    .nc-v2-fields input,
    .nc-v2-fields select {
        height: 48px;
        font-size: 13px;
    }
    .nc-v2-builder > .btn {
        min-height: 48px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .nc-v2-feature-copy { padding: 24px; }
    .nc-v2-feature-facts { grid-template-columns: 1fr; }
    .nc-v2-feature-media, .nc-v2-feature-media img { min-height: 240px; }
    .nc-v2-feature-copy .btn { width: 100%; justify-content: center; }
    .nc-v2-flow { margin-top: 0; padding-top: 18px; background: #f7f7f2; }
    .nc-v2-flow-grid, .nc-v2-boarding-grid { grid-template-columns: 1fr; }
    .nc-v2-flow-grid article { border-right: 0; border-bottom: 1px solid var(--nc-line); }
    .nc-v2-flow-grid article:last-child { border-bottom: 0; }
    .nc-v2-priority-slider .nc-priority-track { min-height: 320px; }
    .nc-priority-track { min-height: 300px; }
    .nc-priority-slide { padding: 24px 18px 78px; }
    .nc-priority-slide strong { font-size: 30px; }
    .nc-priority-controls { left: 12px; right: 12px; bottom: 12px; }
    .nc-flow-page .nc-bottom-bar {
        grid-template-columns: 72px minmax(0, 1fr);
    }
    .nc-flow-page .nc-bottom-bar::before {
        align-self: center;
    }
    .nc-flow-page .nc-bottom-bar span:nth-child(4) {
        align-self: center;
    }
    .nc-flow-page .nc-bottom-bar button {
        grid-column: 1 / -1;
    }
    .nc-review-row {
        grid-template-columns: 34px 1fr;
        gap: 8px 12px;
        padding: 12px 0;
    }
    .nc-review-row span,
    .nc-review-row strong,
    .nc-review-row em {
        grid-column: 2;
    }
    .nc-review-day {
        padding: 12px;
    }
    .nc-experience-gallery { grid-template-columns: 1fr; }
    .nc-experience-gallery img { min-height: 190px; border-radius: 8px !important; }
    .nc-dashboard-cards, .nc-recommend-grid, .nc-auth-two { grid-template-columns: 1fr; }
    .nc-dashboard-main, .nc-dashboard-side { padding: 16px; }
    .nc-dashboard-top > div { padding: 22px; }
    .nc-dashboard-top h1 { font-size: 30px; }
    .nc-booking-row, .nc-notification-row, .nc-system-row { grid-template-columns: 1fr; }
    .nc-booking-row img { width: 100%; height: 150px; }
    .nc-system-row > span, .nc-system-row > a, .nc-system-row > strong { grid-column: auto; justify-self: start; text-align: left; }
    .nc-notification-row .credit { justify-self: start; }
    .nc-auth-visual h1 { font-size: 36px; }
    .nc-cart-head { flex-direction: column; }
    .nc-cart-item { grid-template-columns: 1fr; }
    .nc-cart-item img { width: 100%; height: 180px; }
    .nc-booking-row, .nc-system-row { grid-template-columns: 1fr; }
    .nc-booking-row img { width: 100%; height: 160px; }
    .nc-section-head, .nc-add-header, .nc-step-actions, .nc-checkout-actions, .nc-ticket-actions, .nc-footer-bottom { flex-direction: column; align-items: stretch; }
    .nc-route-cards { grid-template-columns: repeat(4, 150px); }
    .nc-checkout-progress { display: none; }
    .nc-order-summary { align-items: flex-start; }
    .nc-order-summary img { width: 100px; height: 76px; }
}

@media (max-width: 900px) {
    .nc-admin-body,
    .nc-boatman-body,
    .nc-partner-body {
        background: #f3f5ef;
    }

    .nc-admin-shell,
    .nc-boatman-shell,
    .nc-partner-shell {
        display: block;
        min-height: 100vh;
    }

    .nc-admin-sidebar,
    .nc-boatman-sidebar,
    .nc-partner-sidebar {
        position: sticky;
        top: 0;
        z-index: 40;
        height: auto;
        padding: 12px 12px 10px;
        border-radius: 0;
        overflow: hidden;
    }

    .nc-admin-logo,
    .nc-boatman-logo,
    .nc-partner-logo {
        min-height: 48px;
        margin-bottom: 10px;
    }

    .nc-admin-logo .nc-logo-mark,
    .nc-boatman-logo .nc-logo-mark,
    .nc-partner-logo .nc-logo-mark {
        width: 44px;
        height: 44px;
        border-width: 2px;
        flex: 0 0 44px;
    }

    .nc-admin-logo strong,
    .nc-boatman-logo strong,
    .nc-partner-logo strong {
        font-size: 18px;
        line-height: .9;
    }

    .nc-admin-menu,
    .nc-boatman-menu,
    .nc-partner-menu {
        display: flex;
        grid-template-columns: none;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 10px;
        scrollbar-width: thin;
        scroll-snap-type: x proximity;
    }

    .nc-admin-heading,
    .nc-boatman-heading,
    .nc-partner-heading,
    .nc-admin-area,
    .nc-boatman-area,
    .nc-partner-area {
        display: none;
    }

    .nc-admin-menu a,
    .nc-boatman-menu a,
    .nc-partner-menu a {
        flex: 0 0 auto;
        min-width: 118px;
        min-height: 42px;
        justify-content: flex-start;
        padding: 0 12px;
        border-radius: 8px;
        font-size: 13px;
        line-height: 1.15;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .nc-admin-menu a i,
    .nc-boatman-menu a i,
    .nc-partner-menu a i {
        flex: 0 0 auto;
        font-size: 17px;
    }

    .nc-admin-logout,
    .nc-boatman-logout,
    .nc-partner-logout {
        display: none;
    }

    .nc-admin-topbar,
    .nc-boatman-topbar,
    .nc-partner-topbar {
        position: sticky;
        top: 0;
        z-index: 30;
        min-height: auto;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 10px;
        padding: 10px 14px;
        border-bottom: 1px solid var(--nc-line);
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(10px);
    }

    .nc-admin-greeting h1,
    .nc-boatman-greeting h1,
    .nc-partner-greeting h1 {
        font-size: 20px;
        line-height: 1.12;
    }

    .nc-admin-greeting p,
    .nc-boatman-greeting p,
    .nc-partner-greeting p {
        font-size: 13px;
        line-height: 1.35;
    }

    .nc-admin-date,
    .nc-admin-user,
    .nc-boatman-date,
    .nc-boatman-user,
    .nc-partner-date,
    .nc-partner-user {
        display: none;
    }

    .nc-admin-content,
    .nc-boatman-content,
    .nc-partner-content {
        padding: 14px;
    }

    .nc-admin-kpis,
    .nc-admin-resource-stats,
    .nc-boatman-kpis,
    .nc-boatman-resource-stats,
    .nc-partner-kpis,
    .nc-partner-resource-stats,
    .nc-exp-kpis,
    .nc-exp-resource-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .nc-admin-kpi,
    .nc-admin-panel,
    .nc-admin-resource-stats article,
    .nc-boatman-kpi,
    .nc-boatman-panel,
    .nc-boatman-resource-stats article,
    .nc-partner-kpi,
    .nc-partner-panel,
    .nc-partner-resource-stats article,
    .nc-exp-kpi,
    .nc-exp-panel,
    .nc-exp-resource-stats article {
        border-radius: 8px;
        padding: 16px;
        box-shadow: 0 8px 22px rgba(25, 38, 20, .06);
    }

    .nc-admin-grid,
    .nc-admin-grid.lower,
    .nc-boatman-grid,
    .nc-boatman-module-grid,
    .nc-boatman-route-grid,
    .nc-boatman-profile-grid,
    .nc-partner-grid,
    .nc-partner-module-grid,
    .nc-company-grid,
    .nc-company-services,
    .nc-exp-grid,
    .nc-exp-module-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .nc-admin-page-head,
    .nc-boatman-page-head,
    .nc-partner-page-head,
    .nc-exp-page-head,
    .nc-partner-panel-head,
    .nc-exp-panel-head {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .nc-admin-page-head h2,
    .nc-boatman-page-head h2,
    .nc-partner-page-head h2,
    .nc-exp-page-head h2 {
        font-size: 26px;
        line-height: 1.08;
    }

    .nc-admin-page-actions,
    .nc-partner-page-actions,
    .nc-exp-page-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
    }

    .nc-admin-page-actions button,
    .nc-admin-page-actions a,
    .nc-partner-page-actions button,
    .nc-partner-page-actions a,
    .nc-exp-page-actions button,
    .nc-exp-page-actions a {
        width: 100%;
        justify-content: center;
    }

    .nc-admin-table,
    .nc-boatman-table,
    .nc-partner-table,
    .nc-exp-table {
        margin-left: -4px;
        margin-right: -4px;
        padding-bottom: 8px;
        overflow-x: auto;
    }

    .nc-admin-table table,
    .nc-boatman-table table,
    .nc-partner-table table,
    .nc-exp-table table {
        min-width: 640px;
    }

    .nc-admin-table th,
    .nc-admin-table td,
    .nc-boatman-table th,
    .nc-boatman-table td,
    .nc-partner-table th,
    .nc-partner-table td,
    .nc-exp-table th,
    .nc-exp-table td {
        padding: 11px 10px;
        font-size: 12px;
    }

    .nc-company-map {
        min-height: 320px;
    }
}

@media (max-width: 620px) {
    .nc-admin-sidebar,
    .nc-boatman-sidebar,
    .nc-partner-sidebar {
        padding: 10px 10px 8px;
    }

    .nc-admin-logo strong,
    .nc-boatman-logo strong,
    .nc-partner-logo strong {
        font-size: 16px;
    }

    .nc-admin-menu a,
    .nc-boatman-menu a,
    .nc-partner-menu a {
        min-width: 96px;
        min-height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }

    .nc-admin-content,
    .nc-boatman-content,
    .nc-partner-content {
        padding: 10px;
    }

    .nc-admin-panel,
    .nc-boatman-panel,
    .nc-partner-panel,
    .nc-exp-panel {
        padding: 14px;
    }

    .nc-admin-form-grid,
    .nc-company-fields,
    .nc-exp-form-grid {
        grid-template-columns: 1fr;
    }

    .nc-admin-form-grid label.wide,
    .nc-company-fields label.wide {
        grid-column: auto;
    }

    .nc-partner-kpi,
    .nc-exp-resource-stats article {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .nc-partner-kpi > i,
    .nc-exp-resource-stats i {
        width: 46px;
        height: 46px;
    }

    .nc-partner-kpi strong,
    .nc-exp-resource-stats strong {
        font-size: 22px;
    }

    .nc-company-map {
        min-height: 280px;
    }
}
