:root {
    --rt-primary: #0796E5;
    --rt-soft-bg: #f5f7fb;
    --rt-heading: #1b2a4e;
    --rt-text-muted: #4d5d86;
}

.nk-sidebar.is-compact .nk-menu-text,
.nk-sidebar.is-mini .nk-menu-text {
    display: none;
}

.nk-sidebar.is-compact .nk-menu-item,
.nk-sidebar.is-mini .nk-menu-item {
    justify-content: center;
}

.nk-sidebar.is-compact .nk-menu-link,
.nk-sidebar.is-mini .nk-menu-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    justify-content: center;
}

.nk-sidebar.is-compact .nk-menu-icon,
.nk-sidebar.is-mini .nk-menu-icon {
    margin-right: 0;
}


.nk-body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--rt-soft-bg);
}

body.pg-auth {
    position: relative;
    min-height: 100vh;
    background-color: var(--rt-soft-bg);
}

body.pg-auth::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: linear-gradient(120deg, rgba(4, 12, 34, 0.9), rgba(7, 150, 229, 0.45)), var(--rt-auth-bg, url('../landing_assets/img/banner/img-7.jpg'));
    background-size: cover;
    background-position: center;
    opacity: 0.45;
    z-index: 0;
}

.rt-auth-shell {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.rt-auth-shell__body {
    flex: 1;
    display: flex;
    padding: calc(var(--rt-header-height, 64px) + clamp(1.25rem, 3vw, 2.25rem)) 1.5rem 2.5rem;
    justify-content: center;
}

.rt-auth-shell__body > .nk-app-root {
    width: 100%;
    display: flex;
    justify-content: center;
}

.rt-auth-stage {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    flex: 1 1 auto;
}

.rt-auth-stage__panel {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 0 1 auto;
}

.rt-auth-stage .nk-footer {
    margin-top: auto;
    width: 100%;
    padding: 0;
    background: transparent;
}

.rt-auth-stage .nk-footer .container {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 1.25rem 1.5rem 2rem;
}

.rt-auth-stage .nk-footer .text-soft {
    color: rgba(255, 255, 255, 0.9);
}

.rt-global-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(15, 34, 58, 0.08);
    box-shadow: 0 10px 30px rgba(15, 34, 58, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--rt-header-height, 64px);
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.dark-mode .rt-global-header {
    background: rgba(7, 12, 24, 0.9);
    border-color: rgba(255, 255, 255, 0.08);
}

.rt-global-header__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: var(--rt-header-height, 64px);
}

.rt-global-header__inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.rt-global-header__brand img {
    display: block;
    height: 36px;
}

.rt-global-header__nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-weight: 600;
    flex: 1;
    justify-content: center;
}

.rt-global-header__nav a {
    color: var(--rt-text-muted);
    text-decoration: none;
    transition: color .2s ease;
}

.rt-global-header__nav a:hover,
.rt-global-header__nav a:focus {
    color: var(--rt-heading);
}

.rt-global-header__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.rt-global-header__actions .btn {
    border-radius: 10px;
    font-weight: 600;
    padding-inline: 1rem;
}

@media (max-width: 991.98px) {
    .rt-global-header__nav {
        justify-content: flex-start;
    }
    .rt-global-header__actions .btn {
        padding-inline: 0.9rem;
        font-size: 0.9rem;
        height: 38px;
        display: inline-flex;
        align-items: center;
    }
}

.rt-mobile-nav.offcanvas {
    width: min(360px, 92vw);
}

.rt-mobile-nav .offcanvas-header {
    border-bottom: 1px solid rgba(15, 34, 58, 0.08);
}

.dark-mode .rt-mobile-nav .offcanvas-header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.rt-auth-panel {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.rt-auth-panel--onboarding {
    width: min(1360px, 100%);
}

.rt-auth-panel--onboarding .rt-auth-panel__form .card-inner-lg {
    padding: 1.5rem;
}

.rt-auth-panel .brand-logo {
    display: none;
}

.rt-auth-panel__grid {
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(15, 34, 58, 0.18);
    min-height: unset;
    margin-top: 1rem;
    align-items: stretch;
}

@media (min-width: 992px) {
    .rt-auth-panel__grid {
        grid-template-columns: 0.95fr 1.05fr;
        column-gap: 1.5rem;
        min-height: unset;
    }
}

@media (min-width: 992px) {
    .rt-auth-panel--onboarding .rt-auth-panel__grid {
        grid-template-columns: 0.62fr 1.38fr;
        column-gap: 1.25rem;
    }
}

.rt-auth-panel__hero {
    padding: clamp(2rem, 4vw, 3.5rem);
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    isolation: isolate;
    border-radius: 1.75rem 1.75rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .rt-auth-panel__hero {
        border-radius: 1.75rem 0 0 1.75rem;
    }
}

.rt-auth-panel__hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(4, 12, 34, 0.95), rgba(7, 150, 229, 0.6));
    z-index: -1;
    backdrop-filter: blur(3px);
}

.rt-auth-panel__hero h2 {
    font-weight: 700;
    line-height: 1.1;
    font-size: clamp(2rem, 3vw, 2.8rem);
    color: #f8fbff;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.55);
}

.rt-auth-panel__hero p {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

.rt-auth-panel__hero .icon {
    font-size: 1rem;
    color: #fff;
}

.rt-auth-hero-badge {
    letter-spacing: .12em;
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.rt-auth-hero-list {
    color: rgba(255, 255, 255, 0.95);
}

.rt-auth-hero-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
    color: inherit;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}

.rt-auth-hero-list li em {
    font-size: 1.1rem;
    color: inherit;
}

.rt-auth-panel__form {
    background: #fff;
    display: flex;
    align-items: stretch;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-left: 1px solid rgba(15, 34, 58, 0.05);
}

.rt-auth-panel__form .card-inner-lg {
    padding: 1.75rem;
}

.rt-auth-panel__form .nk-block-des p {
    margin-bottom: 0;
}

.rt-auth-panel__form .card {
    width: 100%;
}

.rt-auth-form .form-group {
    margin-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
    .rt-auth-shell__body {
        padding: calc(var(--rt-header-height, 64px) + 1rem) 0.9rem 1.75rem;
    }

    .rt-auth-panel__grid {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        margin-top: 0;
        overflow: visible;
    }

    .rt-auth-panel__form {
        padding: 0;
        border-left: 0;
        background: transparent;
    }

    .rt-auth-panel__form .card {
        border-radius: 1.1rem;
        box-shadow: 0 16px 36px rgba(15, 34, 58, 0.12);
    }

    .rt-auth-panel__form .card-inner-lg {
        padding: 1.25rem;
    }

    .rt-auth-panel--simple .rt-auth-panel__form {
        padding: 0;
    }

    .rt-auth-panel--simple .rt-auth-panel__form .card {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .rt-auth-panel {
        width: 100%;
    }

    .rt-auth-panel__form .card {
        margin: 0;
    }
}

/* Simple auth variant (single column) */
.rt-auth-panel--simple .rt-auth-panel__grid {
    grid-template-columns: 1fr;
    max-width: 700px;
}

.rt-auth-panel--simple .rt-auth-panel__hero {
    display: none !important;
}

.rt-auth-panel--simple .rt-auth-panel__form {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    justify-content: center;
}

.rt-auth-panel--simple .rt-auth-panel__form .card {
    max-width: 560px;
    margin: 0 auto;
}

.rt-auth-panel--simple .rt-auth-panel__form .card-inner-lg {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.rt-auth-panel--simple .nk-block-title,
.rt-auth-panel--simple .text-center {
    text-align: center;
}

.rt-auth-panel--simple .rt-auth-form {
    margin-top: 1.25rem;
}

.rt-auth-panel--simple .rt-auth-form .form-group {
    margin-bottom: 1rem;
}

.rt-auth-panel--simple .rt-auth-form .form-note {
    display: block;
    color: #9fb1c7;
    margin-top: 0.35rem;
}

.rt-context-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(7, 150, 229, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rt-primary);
    flex: 0 0 auto;
}

.rt-context-icon .icon {
    font-size: 1.2rem;
    line-height: 1;
}

/* Public listings */
.rt-public-listings .rt-filter-card {
    border-radius: 1rem;
    overflow: hidden;
}

.rt-public-listings .rt-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rt-public-listings .rt-check-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 34, 58, 0.12);
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    user-select: none;
    font-size: 0.85rem;
}

.rt-public-listings .rt-check-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.rt-public-listings .rt-check-chip span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.rt-public-listings .rt-check-chip input:checked + span {
    color: var(--rt-primary);
    font-weight: 600;
}

.rt-public-listings .rt-listing-card {
    border-radius: 1.1rem;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rt-public-listings .rt-listing-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(15, 34, 58, 0.12);
}

.rt-public-listings .rt-listing-card__media {
    display: block;
    text-decoration: none;
}

.rt-public-listings .rt-listing-card__media-inner {
    position: relative;
    aspect-ratio: 16 / 10;
    background: rgba(15, 34, 58, 0.04);
    overflow: hidden;
}

.rt-public-listings .rt-listing-card__media-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rt-public-listings .rt-listing-card__placeholder {
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    color: rgba(77, 93, 134, 0.7);
    font-size: 1.5rem;
}

.rt-public-listings .rt-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rt-public-listings .rt-badge--vacant {
    background: rgba(7, 150, 229, 0.9);
    color: #fff;
    box-shadow: 0 10px 20px rgba(7, 150, 229, 0.22);
}

.rt-public-listings .rt-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(15, 34, 58, 0.05);
    color: rgba(27, 42, 78, 0.9);
    font-size: 0.78rem;
    font-weight: 600;
}

.rt-public-listings .rt-listing-card__price {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}

.rt-public-listings .rt-listing-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.rt-public-listings .rt-alert-soft {
    border-radius: 1rem;
}

.rt-filters-canvas.offcanvas {
    width: min(420px, 92vw);
}

.rt-modal.modal-content {
    border-radius: 1rem;
}

.rt-detail-card {
    border-radius: 1.1rem;
    overflow: hidden;
}

.rt-detail-gallery .carousel,
.rt-detail-gallery .carousel-inner,
.rt-detail-gallery .carousel-item {
    border-radius: 1.1rem 1.1rem 0 0;
    overflow: hidden;
}

.rt-detail-gallery img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.nk-sidebar {
    border-right: 1px solid rgba(15, 34, 58, 0.05);
}

.rt-form-token {
    margin-bottom: 1.25rem;
}

.rt-form-token .rt-label {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--rt-text-muted);
    margin-bottom: 0.35rem;
}

.rt-form-token .rt-input {
    position: relative;
}

.rt-form-token .rt-input input,
.rt-form-token .rt-input select,
.rt-form-token .rt-input textarea {
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 34, 58, 0.12);
    padding: 0.75rem 1rem;
    width: 100%;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rt-form-token .rt-input input:focus,
.rt-form-token .rt-input select:focus,
.rt-form-token .rt-input textarea:focus {
    border-color: var(--rt-primary);
    box-shadow: 0 0 0 0.15rem rgba(7, 150, 229, 0.15);
}

.rt-form-token small {
    color: var(--rt-text-muted);
}

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: .8;
}

.btn-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: inherit;
}

.rt-accordion .accordion-button {
    font-weight: 600;
    border-radius: 0.75rem !important;
}

.rt-accordion .accordion-item {
    border: 1px solid rgba(15, 34, 58, 0.08);
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.rt-accordion .accordion-body {
    background-color: #fff;
}

.nk-sidebar .nk-menu-heading {
    font-size: 0.72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--rt-text-muted);
    padding: 1.25rem 1.25rem 0.4rem;
}

.nk-sidebar .nk-menu-badge {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
}

.nk-menu-badge.badge-soft {
    background: rgba(7, 166, 255, 0.12);
    color: var(--rt-primary);
}

.context-ribbon {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: auto;
}

.context-toggle {
    background: rgba(7, 150, 229, 0.08);
    border: 1px solid rgba(7, 150, 229, 0.25);
    color: var(--rt-heading);
    font-weight: 600;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: background-color .2s ease, border-color .2s ease;
    white-space: nowrap;
}

.dark-mode .context-toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
}

.context-toggle[aria-expanded="true"] {
    background: var(--rt-primary);
    color: #fff;
    border-color: var(--rt-primary);
}

.context-panel {
    border: 1px solid rgba(15, 34, 58, 0.08);
    border-radius: 18px;
    padding: 1rem 1.25rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 34, 58, 0.06);
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 50%;
    transform: translateX(-50%);
    width: min(720px, calc(100vw - 2rem));
    z-index: 1050;
}

.rt-header-context-inline {
    min-width: 0;
}

.rt-header--context .nk-header-wrap {
    flex-wrap: nowrap;
}

.rt-header-context-inline .context-ribbon {
    flex: 0 0 auto;
}

.rt-header-context-inline .context-toggle span {
    display: inline-block;
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.rt-btn-match-input {
    height: calc(1.5em + 0.75rem + 2px) !important;
    min-height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0 0.9rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap;
    line-height: 1 !important;
}

.rt-auth-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

.rt-auth-action-btn {
    width: min(320px, 100%);
    border-radius: 12px;
}

.rt-auth-action-link {
    padding: 0;
    font-weight: 600;
}

.rt-auth-actions-divider {
    width: min(320px, 100%);
    height: 1px;
    background: rgba(15, 23, 42, 0.08);
}

@media (max-width: 575.98px) {
    .rt-header-context-inline {
        margin-right: 0.5rem;
    }

    .rt-header-context-inline .context-toggle {
        padding: 0.25rem 0.75rem;
    }
}

.context-panel.collapse {
    display: none;
}

.context-panel.collapse.show {
    display: block;
}

.dark-mode .context-panel {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}

.context-summary {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.75rem;
}

.context-role {
    font-weight: 600;
    color: var(--rt-heading);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.dark-mode .context-role {
    color: #fff;
}

.context-email {
    font-size: 0.85rem;
    color: var(--rt-text-muted);
}

.context-assets {
    flex: 1;
    min-width: 0;
}

.context-assets__label {
    font-size: 0.72rem;
    letter-spacing: .08em;
    color: var(--rt-text-muted);
    margin-bottom: 0.35rem;
}

.context-chip-scroll {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.context-chip {
    border: 1px solid rgba(15, 34, 58, 0.08);
    border-radius: 16px;
    padding: 0.6rem 0.95rem;
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    min-width: 160px;
    color: inherit;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.dark-mode .context-chip {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(255, 255, 255, 0.08);
}

.context-chip:hover {
    border-color: var(--rt-primary);
    box-shadow: 0 12px 22px rgba(7, 150, 229, 0.18);
}

.context-chip__title {
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.2;
    color: var(--rt-heading);
}

.dark-mode .context-chip__title {
    color: #fff;
}

.context-chip__meta {
    font-size: 0.78rem;
    color: var(--rt-text-muted);
}

.dark-mode .context-chip__meta {
    color: rgba(255, 255, 255, 0.7);
}

.context-cta .btn {
    border-radius: 14px;
    padding-inline: 1.25rem;
    font-weight: 600;
    box-shadow: 0 15px 35px rgba(7, 150, 229, 0.25);
}

@media (max-width: 991.98px) {
    .context-ribbon {
        flex-direction: column;
        align-items: stretch;
    }

    .context-ribbon--stacked .context-toggle {
        width: 100%;
        justify-content: space-between;
    }

    .context-ribbon--stacked .context-panel {
        left: 0;
        right: 0;
        width: 100%;
        transform: none;
    }

    .context-cta .btn {
        width: 100%;
    }
}

.nk-quick-nav .btn-primary-soft {
    background: rgba(7, 166, 255, 0.12);
    color: var(--rt-primary);
    border-radius: 999px;
    padding: 0.35rem 1rem;
    font-weight: 600;
}

.nk-quick-nav .btn-primary-soft:hover {
    background: rgba(7, 166, 255, 0.25);
    color: var(--rt-primary);
}

.rt-header--context + .nk-content {
    margin-top: 65px;
}

.rt-header--context + .rt-impersonation-banner {
    margin-top: 65px;
}

.rt-header--context + .rt-impersonation-banner + .nk-content {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .rt-header--context + .nk-content {
        margin-top: 112px;
    }

    .rt-header--context + .rt-impersonation-banner {
        margin-top: 112px;
    }

    .rt-header--context + .rt-impersonation-banner + .nk-content {
        margin-top: 0;
    }

    .rt-header-context-mobile {
        padding-top: 0.5rem;
        padding-bottom: 0.75rem;
    }
}

.nk-dashboard-stats {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 992px) {
    .nk-dashboard-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

.nk-dashboard-card {
    border-radius: 1rem;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 34, 58, 0.06);
}

.nk-dashboard-card .label {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--rt-text-muted);
    letter-spacing: .08em;
}

.nk-dashboard-card .value {
    font-size: 2rem;
    font-weight: 600;
    color: var(--rt-heading);
}

.rt-stat-card {
    border-radius: 1rem;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 34, 58, 0.05);
    height: 100%;
}

.rt-stat-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .35rem;
}

.rt-stat-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(7, 150, 229, 0.1);
    color: var(--rt-primary);
}

.rt-stat-card__value {
    font-size: 2rem;
    font-weight: 600;
    color: var(--rt-heading);
}

.rt-stat-card__meta {
    color: var(--rt-text-muted);
    font-size: 0.85rem;
}

.rt-stat-card__delta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.35rem;
}

.rt-stat-card__delta .icon {
    font-size: 1rem;
}

.rt-stat-card__sparkline {
    height: 60px;
    margin-top: 0.75rem;
}

.rt-stat-card__sparkline canvas {
    width: 100% !important;
    height: 100% !important;
}

.support-cta-card {
    background: linear-gradient(120deg, var(--rt-primary), #4f46e5);
    color: #fff;
    border-radius: 1.25rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.support-cta-card::after {
    content: '';
    position: absolute;
    inset: 1rem;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    border-radius: 1rem;
}

.support-cta-card h4,
.support-cta-card p {
    position: relative;
    z-index: 1;
}

.support-cta-card .btn {
    position: relative;
    z-index: 1;
}

.theme-toggle-button {
    border-color: rgba(15, 34, 58, 0.2);
    color: var(--rt-heading);
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.theme-toggle-button .icon {
    font-size: 1.1rem;
}

.theme-toggle-button:hover {
    border-color: var(--rt-primary);
    color: var(--rt-primary);
}

.rt-skeleton {
    width: 100%;
    gap: 1rem;
}

.rt-skeleton-card {
    border-radius: 1rem;
    background: linear-gradient(90deg, #f1f4fb 0%, #e4e9f7 50%, #f1f4fb 100%);
    background-size: 200% 100%;
    padding: 1.25rem;
    animation: rtPulse 1.25s ease-in-out infinite;
}

.rt-skeleton-line {
    display: block;
    height: 12px;
    border-radius: 999px;
    background-color: rgba(15, 34, 58, 0.08);
    margin-bottom: .5rem;
}

.rt-skeleton-line.w-25 { width: 25%; }
.rt-skeleton-line.w-35 { width: 35%; }
.rt-skeleton-line.w-50 { width: 50%; }
.rt-skeleton-line.w-65 { width: 65%; }
.rt-skeleton-line.w-80 { width: 80%; }

.rt-skeleton-row {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.rt-skeleton-table {
    border-radius: 1rem;
    padding: 1rem;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(15, 34, 58, 0.05);
}

@keyframes rtPulse {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.rt-view-toggle {
    display: inline-flex;
    border: 1px solid rgba(15, 34, 58, 0.15);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.dark-mode .rt-view-toggle {
    border-color: rgba(255, 255, 255, 0.15);
    background: #0f1824;
}

.rt-view-toggle .btn {
    border: none;
    border-radius: 0;
    padding: 0.35rem 0.9rem;
    font-weight: 600;
    color: var(--rt-text-muted);
    background: transparent;
}

.dark-mode .rt-view-toggle .btn {
    color: rgba(255, 255, 255, 0.7);
}

.rt-view-toggle .btn.active {
    background: var(--rt-primary);
    color: #fff;
}

.rt-card {
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid rgba(15, 34, 58, 0.08);
    padding: 1.5rem;
    box-shadow: 0 18px 35px rgba(15, 34, 58, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dark-mode .rt-card {
    background: #101924;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
}

.rt-card__media {
    width: 100%;
    min-height: 180px;
    height: 220px;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(15, 34, 58, 0.05);
}

.rt-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rt-card__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--rt-heading);
}

.rt-card__subtitle {
    margin: 0;
    font-size: 0.9rem;
    color: var(--rt-text-muted);
}

.rt-card__chips :is(.badge, span) {
    margin-left: 0.35rem;
}

.rt-card__meta {
    display: flex;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: var(--rt-text-muted);
    align-items: center;
}

.rt-card__meta em {
    font-size: 1rem;
}

.rt-card__description {
    color: #516276;
    font-size: 0.92rem;
    margin-bottom: 0;
    flex-grow: 1;
}

.dark-mode .rt-card__description {
    color: rgba(255, 255, 255, 0.7);
}

.rt-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rt-card__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    background: #e5e9f2;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(15, 34, 58, 0.25);
}

.rt-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rt-grid-empty {
    text-align: center;
    padding: 1.25rem;
    border: 1px dashed rgba(15, 34, 58, 0.2);
    border-radius: 1rem;
    background: rgba(15, 34, 58, 0.03);
    color: var(--rt-text-muted);
    font-weight: 500;
}

.rt-text-editor trix-editor {
    min-height: 180px;
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 34, 58, 0.12);
    padding: 0.75rem;
    background: #fff;
}

.rt-text-editor trix-editor:focus {
    border-color: var(--rt-primary);
    outline: none;
    box-shadow: 0 0 0 0.1rem rgba(7, 150, 229, 0.12);
}

.ticket-wizard .accordion-button {
    border-radius: 0.75rem !important;
    font-weight: 600;
}

.ticket-wizard .accordion-item {
    border: 1px solid rgba(15, 34, 58, 0.08);
    border-radius: 0.9rem;
    margin-bottom: 0.85rem;
    overflow: hidden;
}

.ticket-wizard .accordion-body {
    background: #fff;
}

.ticket-wizard .rt-form-token {
    margin-bottom: 1rem;
}

.rt-chart {
    position: relative;
    min-height: 280px;
}

.rt-chart canvas {
    width: 100% !important;
    height: 100% !important;
}

.rt-chart__empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    text-align: center;
    color: var(--rt-text-muted);
    font-weight: 500;
}
.rt-card__list {
    margin: 0;
    padding-left: 1.25rem;
    color: #516276;
}

.dark-mode .rt-card__list {
    color: rgba(255, 255, 255, 0.7);
}
.rt-auth-panel__hero p.lead {
    color: rgba(255, 255, 255, 0.85);
}
.rt-card--profile {
    padding: 0;
}

.rt-card--profile .rt-card__media {
    border-radius: 1.25rem 1.25rem 0 0;
}

.rt-card--profile .rt-card__body {
    padding: 1.75rem 1.5rem 1.5rem;
}

.rt-card--profile .rt-card__avatar {
    margin-top: -2rem;
    border: 3px solid #fff;
    margin-left: 0.25rem;
}

.rt-card--profile .rt-card__identity {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.rt-card--profile .rt-card__actions {
    padding-top: 0.25rem;
}

.rt-card--profile {
    position: relative;
}

.rt-card__menu {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 3;
}

.rt-card__menu .nk-tb-actions {
    margin: 0;
}

.rt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.rt-gallery-grid__item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 140px;
    background: #f5f6fb;
}

.rt-gallery-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rt-gallery-grid__remove {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25);
}

.rt-property-card {
    border: 1px solid #e4e9f7;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.dark-mode .rt-property-card {
    background-color: #151a30;
    border-color: #222b45;
}

.rt-property-card__media {
    position: relative;
    padding-top: 62%;
    overflow: hidden;
}

.rt-property-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rt-property-card__favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

.rt-property-card__body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    height: 100%;
}

.rt-property-card__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.rt-property-card__price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #6c4cff;
}

.rt-property-card__tenure {
    font-weight: 600;
    font-size: 0.85rem;
    color: #8a96b2;
}

.rt-property-card__pill {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    text-transform: capitalize;
    white-space: nowrap;
}

.rt-property-card__pill--success {
    background: #dff7ec;
    color: #1f9254;
}

.rt-property-card__pill--warning {
    background: #fff3da;
    color: #b7791f;
}

.rt-property-card__pill--info {
    background: #e7f2ff;
    color: #2c6fd6;
}

.rt-property-card__pill--neutral {
    background: #f0f2f8;
    color: #4b5675;
}

.rt-property-card__title {
    font-weight: 600;
    margin: 0;
}

.rt-property-card__type {
    margin: 0;
    font-size: 0.9rem;
    color: #8a96b2;
}

.rt-property-card__location {
    margin: 0;
    font-size: 0.9rem;
    color: #4b5675;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.rt-property-card__location .icon {
    color: #ff8a65;
}

.rt-property-card__stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
    color: #4b5675;
}

.rt-property-card__stats li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.rt-property-card__stats .icon {
    color: #ffb200;
}

.rt-property-card__description {
    font-size: 0.9rem;
    color: #6f7b9b;
    margin: 0;
}

.dark-mode .rt-property-card__description {
    color: #a6b1d4;
}

.rt-property-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.rt-property-card__gallery {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.rt-property-card__thumb {
    width: 52px;
    height: 52px;
    border-radius: 0.75rem;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    box-shadow: 0 6px 16px rgba(15, 34, 58, 0.15);
}

.dark-mode .rt-property-card__thumb {
    border-color: #0f1824;
}

.rt-property-card__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #8a96b2;
    display: block;
}

.rt-property-card__landlord {
    font-weight: 600;
    color: #1f2b46;
}

.dark-mode .rt-property-card__landlord {
    color: #e5e9ff;
}

.rt-property-card__actions {
    margin-top: auto;
}

@media (max-width: 575px) {
    .rt-property-card__body {
        padding: 1.25rem;
    }
    .rt-property-card__stats {
        gap: 0.75rem;
    }
}

.rt-activity-card {
    position: relative;
    overflow: hidden;
}

.rt-activity-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 150, 229, 0.08), rgba(108, 76, 255, 0.05));
    pointer-events: none;
}

.rt-activity-card > .card-inner {
    position: relative;
    z-index: 1;
}

.rt-activity-card__eyebrow {
    letter-spacing: .25em;
    font-size: 0.7rem;
    color: var(--rt-text-muted);
}

.rt-activity__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.rt-activity__item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 0.85rem;
    position: relative;
}

.rt-activity__item::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 32px;
    bottom: -1rem;
    width: 2px;
    background: rgba(15, 34, 58, 0.1);
}

.rt-activity__item:first-child::before {
    top: 24px;
}

.rt-activity__item:last-child::before {
    display: none;
}

.dark-mode .rt-activity__item::before {
    background: rgba(255, 255, 255, 0.08);
}

.rt-activity__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(15, 34, 58, 0.15);
}

.rt-activity__icon--success { background: #1ee0ac; }
.rt-activity__icon--info { background: #6576ff; }
.rt-activity__icon--warning { background: #f6c000; }
.rt-activity__icon--primary { background: #0796E5; }
.rt-activity__icon--neutral { background: #a0aec0; }

.rt-activity__content {
    flex: 1;
    padding-bottom: 0.2rem;
}

.rt-activity__header {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.rt-activity__titles {
    flex: 1;
    min-width: 0;
}

.rt-activity__title {
    font-weight: 600;
    color: var(--rt-heading);
}

.dark-mode .rt-activity__title {
    color: #fff;
}

.rt-activity__description {
    font-size: 0.9rem;
}

.rt-activity__meta {
    margin-top: 0.5rem;
}

.rt-activity__time {
    font-size: 0.78rem;
    color: var(--rt-text-muted);
}

.rt-activity__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    margin-top: 0.35rem;
    color: var(--rt-primary);
    text-decoration: none;
    font-weight: 600;
}

.rt-activity__link:hover {
    text-decoration: underline;
}

.rt-activity__chip {
    background: rgba(15, 34, 58, 0.05);
    color: var(--rt-heading);
    border-radius: 999px;
    font-size: 0.75rem;
    padding: 0.2rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.dark-mode .rt-activity__chip {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.rt-activity__empty {
    font-size: 0.95rem;
}

.rt-report-cta {
    border-radius: 1.25rem;
    padding: 1.5rem;
    color: #fff;
    height: 100%;
    background: linear-gradient(130deg, #0796E5, #6C4CFF);
    position: relative;
    overflow: hidden;
}

.rt-report-cta::after {
    content: "";
    position: absolute;
    inset: 0.5rem;
    border: 1px dashed rgba(255, 255, 255, 0.35);
    border-radius: 1rem;
    pointer-events: none;
}

.rt-report-cta__title {
    font-weight: 600;
    font-size: 1.05rem;
}

.rt-report-cta__meta {
    font-size: 0.9rem;
}

.rt-report-cta .btn {
    border-radius: 999px;
    font-weight: 600;
}

.rt-report-cta--secondary {
    background: linear-gradient(130deg, #1f2a44, #516ee0);
}

/* Payment Gateway Settings */
.rt-gateway-default .card-inner {
    padding: 1rem 1.25rem;
}

.rt-gateway-default .text-muted {
    line-height: 1.4;
}

.rt-gateway-status-name {
    font-weight: 700;
    color: var(--rt-heading);
}

.rt-gateway-status-desc {
    color: var(--rt-text-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.rt-gateway-status-top {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.rt-gateway-status-text {
    min-width: 0;
    flex: 1 1 auto;
}

.rt-gateway-status-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.rt-gateway-status-title-row .rt-gateway-status-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rt-gateway-status-action .btn {
    white-space: nowrap;
}

.rt-gateway-status-row .rt-gateway-status-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(7, 150, 229, 0.15);
    border-radius: 1rem;
    background: #fff;
    height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rt-gateway-status-card.is-active {
    border-color: rgba(7, 150, 229, 0.4);
    box-shadow: 0 10px 20px rgba(16, 24, 40, 0.08);
}

.rt-gateway-status-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(7, 150, 229, 0.08);
    color: var(--rt-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rt-gateway-status-icon svg {
    width: 18px;
    height: 18px;
}

.rt-gateway-status-card .badge {
    margin-top: 0;
    flex-shrink: 0;
}

.rt-gateway-nav {
    background: #fff;
    border-radius: 999px;
    padding: 0.4rem;
    gap: 0.5rem;
    box-shadow: inset 0 0 0 1px rgba(7, 150, 229, 0.08);
}

.rt-gateway-nav .nav-link {
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    text-align: left;
    padding: 0.85rem 1rem;
    color: var(--rt-text-muted);
    font-size: 0.9rem;
}

.rt-gateway-nav .nav-link.active {
    background: rgba(7, 150, 229, 0.12);
    color: var(--rt-primary);
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(7, 150, 229, 0.15);
}

.rt-gateway-nav .nav-link span small {
    color: var(--rt-text-muted);
    margin-top: 0.1rem;
    display: block;
    font-size: 0.78rem;
}

.rt-gateway-nav__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(7, 150, 229, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rt-primary);
}

.rt-gateway-nav__icon svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 575px) {
    .rt-gateway-status-top {
        align-items: flex-start;
    }

    .rt-gateway-status-action .btn {
        width: 100%;
    }

    .rt-gateway-nav {
        border-radius: 1.25rem;
    }

    .rt-gateway-nav .nav-link {
        border-radius: 1rem;
        flex-direction: row;
    }
}

.rt-bank-accordion .accordion-button .rt-bank-accordion-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1 1 auto;
    min-width: 0;
}

.rt-bank-accordion {
    margin-top: 0.75rem;
}

.rt-bank-accordion .accordion-button .rt-bank-accordion-title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rt-bank-accordion-button {
    padding-right: 3.75rem;
}

.rt-bank-body-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.9rem;
    background: rgba(7, 150, 229, 0.05);
    border: 1px solid rgba(7, 150, 229, 0.12);
    margin-bottom: 1rem;
}

.rt-bank-body-meta {
    min-width: 0;
}

.rt-bank-body-head .form-check {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rt-bank-body-head .form-check-label {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .rt-bank-body-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Public Service Providers Directory */
.rt-providers-directory .rt-filters {
    border-radius: 1rem;
}

.rt-filter-chips {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.rt-filter-chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(27, 42, 78, 0.16);
    background: #fff;
    cursor: pointer;
    user-select: none;
}

.rt-filter-chip input {
    margin: 0;
    accent-color: var(--rt-primary);
}

.rt-filter-chip span {
    font-size: 0.9rem;
    color: var(--rt-heading);
}

.rt-provider-card__logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(7, 150, 229, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rt-provider-card__logo--lg {
    width: 72px;
    height: 72px;
    border-radius: 20px;
}

.rt-provider-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rt-provider-card__logo-fallback {
    color: var(--rt-primary);
    font-size: 1.25rem;
}

.rt-provider-badges .badge {
    border-radius: 999px;
    font-weight: 600;
}

.rt-provider-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.rt-provider-gallery__item {
    border-radius: 0.9rem;
    overflow: hidden;
    display: block;
    background: rgba(27, 42, 78, 0.06);
}

.rt-provider-gallery__item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

@media (max-width: 575px) {
    .rt-provider-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-provider-gallery__item img {
        height: 120px;
    }
}

/* Marketing Landing */
.rt-marketing-hero {
    padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.rt-hero-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.rt-hero-highlight {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(27, 42, 78, 0.12);
    background: rgba(255, 255, 255, 0.9);
}

.rt-hero-highlight i {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 150, 229, 0.1);
    color: var(--rt-primary);
    flex-shrink: 0;
}

.rt-checklist {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1rem 0;
    display: grid;
    gap: 0.5rem;
}

.rt-checklist li {
    position: relative;
    padding-left: 1.75rem;
    color: var(--rt-heading);
}

.rt-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    background: rgba(7, 150, 229, 0.12);
    color: var(--rt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

.rt-placeholder-media {
    border-radius: 1rem;
    border: 1px dashed rgba(27, 42, 78, 0.25);
    padding: 1.5rem;
    background: linear-gradient(130deg, rgba(7, 150, 229, 0.06), rgba(27, 42, 78, 0.03));
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.rt-placeholder-media__badge {
    display: inline-flex;
    width: max-content;
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
    background: rgba(27, 42, 78, 0.08);
    color: var(--rt-heading);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.rt-placeholder-media__title {
    font-weight: 700;
    color: var(--rt-heading);
    margin-bottom: 0.25rem;
}

.rt-placeholder-media__sub {
    color: var(--rt-text-muted);
    font-size: 0.9rem;
}

.rt-audience-card,
.rt-trust-card {
    border: 1px solid rgba(27, 42, 78, 0.12);
    background: #fff;
    border-radius: 1rem;
    padding: 1.25rem 1.25rem;
    box-shadow: 0 12px 24px rgba(16, 24, 40, 0.05);
}

.rt-audience-card__icon,
.rt-trust-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 150, 229, 0.1);
    color: var(--rt-primary);
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

@media (max-width: 575px) {
    .rt-hero-highlights {
        grid-template-columns: 1fr;
    }
}

.rt-marketing-footer {
    background: rgba(255, 255, 255, 0.85);
    border-top: 1px solid rgba(15, 34, 58, 0.08);
}

.rt-footer-links a {
    color: var(--rt-heading);
    text-decoration: none;
    display: inline-block;
    padding: 0.25rem 0;
}

.rt-footer-links a:hover,
.rt-footer-links a:focus {
    color: var(--rt-primary);
    text-decoration: underline;
}

/* Onboarding Plans */
.onboarding-wizard {
    width: min(880px, 100%);
    margin: 0 auto;
}

.onboarding-wizard .nk-wizard-head {
    text-align: left;
    margin-bottom: 1.5rem;
}

.onboarding-wizard .nk-wizard-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 575px) {
    .onboarding-wizard .nk-wizard-progress {
        grid-template-columns: 1fr;
    }

    .onboarding-wizard .progress-step {
        padding: 0.75rem 0.85rem;
    }

    .onboarding-wizard .progress-step .progress-label {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .onboarding-wizard {
        width: min(720px, 100%);
    }

    .onboarding-wizard .nk-wizard-progress {
        gap: 0.5rem;
    }

    .onboarding-wizard .progress-step {
        padding: 0.75rem 0.85rem;
        gap: 0.6rem;
    }

    .onboarding-wizard .progress-step .progress-count {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .onboarding-wizard .progress-step .progress-label {
        font-size: 0.88rem;
        line-height: 1.1;
    }
}

.onboarding-wizard .progress-step {
    background: #fff;
    border: 1px solid rgba(15, 34, 58, 0.12);
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 10px 25px rgba(15, 34, 58, 0.06);
    min-width: 0;
}

.onboarding-wizard .progress-step .progress-count {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(7, 150, 229, 0.12);
    color: #0796e5;
    font-weight: 700;
}

.onboarding-wizard .progress-step.is-current {
    border-color: rgba(7, 150, 229, 0.45);
    background: rgba(7, 150, 229, 0.08);
}

.onboarding-wizard .progress-step.is-current .progress-count {
    background: #0796e5;
    color: #fff;
}

.onboarding-wizard .progress-step .progress-label {
    font-weight: 600;
    color: var(--rt-heading);
    min-width: 0;
    overflow-wrap: anywhere;
}

.onboarding-wizard .progress-step.is-complete {
    border-color: rgba(7, 150, 229, 0.25);
    background: rgba(7, 150, 229, 0.04);
}

.onboarding-wizard form.wizard-body {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.onboarding-wizard .wizard-body .row.g-3 {
    row-gap: 1.1rem;
}

.onboarding-wizard .alert {
    margin-top: 0.35rem;
    border-radius: 0.9rem;
}

.onboarding-wizard .alert .icon {
    font-size: 1rem;
}

.onboarding-wizard .rt-onboarding-card {
    border: 1px solid rgba(15, 34, 58, 0.08);
    border-radius: 1rem;
}

.onboarding-wizard .rt-onboarding-card__title {
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    color: rgba(77, 93, 134, 0.92);
}

.onboarding-wizard .rt-onboarding-kv dt {
    color: rgba(77, 93, 134, 0.88);
    font-weight: 600;
}

.onboarding-wizard .rt-onboarding-kv dd {
    margin-bottom: 0;
    color: var(--rt-heading);
}

.onboarding-wizard .rt-onboarding-callout {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(7, 150, 229, 0.18);
    background: rgba(7, 150, 229, 0.06);
    overflow: hidden;
}

.onboarding-wizard .rt-onboarding-callout__row {
    align-items: center;
}

.onboarding-wizard .rt-onboarding-callout__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(7, 150, 229, 0.12);
    color: var(--rt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
}

.onboarding-wizard .rt-onboarding-callout__icon .icon {
    display: block;
    line-height: 1;
    font-size: 1.1rem;
}

@media (max-width: 480px) {
    .onboarding-wizard .nk-wizard-progress {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .onboarding-wizard .progress-step {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0.65rem 0.5rem;
        gap: 0.35rem;
    }

    .onboarding-wizard .progress-step .progress-count {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }

    .onboarding-wizard .progress-step .progress-label {
        font-size: 0.78rem;
        line-height: 1.15;
    }
}

@media (max-width: 575.98px) {
    .onboarding-wizard .d-flex.justify-content-between {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 0.75rem;
    }

    .onboarding-wizard .d-flex.justify-content-between .btn {
        width: 100%;
        justify-content: center;
    }
}

.dark-mode .onboarding-wizard .progress-step {
    background: rgba(7, 12, 24, 0.55);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.dark-mode .onboarding-wizard .progress-step .progress-label {
    color: rgba(255, 255, 255, 0.92);
}

.dark-mode .onboarding-wizard .rt-onboarding-card {
    background: rgba(7, 12, 24, 0.55);
    border-color: rgba(255, 255, 255, 0.08);
}

.dark-mode .onboarding-wizard .rt-onboarding-card__title {
    color: rgba(219, 223, 234, 0.92);
}

.dark-mode .onboarding-wizard .rt-onboarding-kv dt {
    color: rgba(219, 223, 234, 0.82);
}

.dark-mode .onboarding-wizard .rt-onboarding-kv dd {
    color: rgba(255, 255, 255, 0.92);
}

.onboarding-wizard .d-flex.justify-content-between {
    gap: 1rem;
    margin-top: 0.5rem;
}

.onboarding-wizard .btn-outline-light {
    color: #e8eef5;
    border-color: rgba(255, 255, 255, 0.25);
}

.onboarding-wizard .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.35);
}

.plan-card {
    border: 1px solid rgba(27, 42, 78, 0.12);
    border-radius: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.plan-card.is-selected {
    border-color: rgba(7, 150, 229, 0.7);
    box-shadow: 0 12px 24px rgba(7, 150, 229, 0.15);
}

.rt-amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.5rem;
}

.rt-amenity-chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(27, 42, 78, 0.16);
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rt-amenity-chip input {
    margin: 0;
    accent-color: var(--rt-primary);
}

.rt-amenity-chip span {
    font-size: 0.875rem;
    color: var(--rt-heading);
}

.rt-amenity-chip input:checked + span {
    font-weight: 600;
}

.rt-amenity-chip:focus-within {
    border-color: rgba(7, 150, 229, 0.55);
    box-shadow: 0 0 0 3px rgba(7, 150, 229, 0.18);
}

@media (max-width: 576px) {
    .rt-amenities-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

.rt-activity-card__eyebrow {
    letter-spacing: 0.2em;
    font-size: 0.65rem;
}

.rt-activity-card .card-inner.border-bottom {
    padding-bottom: 1.5rem;
}

.rt-activity-card .rt-activity__list {
    margin-top: 0.25rem;
}

.rt-activity__header {
    align-items: flex-start;
    gap: 0.75rem;
}

.rt-activity__title {
    line-height: 1.3;
}

.rt-activity__description {
    line-height: 1.4;
}

.rt-activity-card__eyebrow {
    display: block;
    margin-bottom: 0.35rem;
}

.rt-activity-card h5 {
    line-height: 1.3;
    margin-bottom: 0.35rem;
}

.rt-activity-card .text-soft {
    margin-top: 0.2rem;
}
