:root {
    --mf-sidebar-width: 280px;
}

body {
    background: #f5f7fb;
    color: #172033;
}

.auth-shell {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f766e 0%, #155e75 48%, #334155 100%);
}

.app-shell {
    min-height: 100vh;
}

.sidebar {
    flex: 0 0 var(--mf-sidebar-width);
    width: var(--mf-sidebar-width);
    min-height: 100vh;
    background: #0f172a;
    color: #e2e8f0;
    scrollbar-color: rgba(148, 163, 184, .58) rgba(15, 23, 42, .6);
    scrollbar-width: thin;
}

.sidebar::-webkit-scrollbar {
    width: 8px;
}

.sidebar::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, .55);
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, .58);
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(203, 213, 225, .78);
}

.sidebar .nav-link {
    color: #cbd5e1;
    border-radius: .5rem;
    padding: .65rem .85rem;
}

.sidebar .nav-group-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    text-align: left;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.sidebar .nav-group-toggle .nav-group-caret {
    transition: transform .2s ease;
}

.sidebar .nav-group-toggle[aria-expanded="true"] .nav-group-caret {
    transform: rotate(90deg);
}

.sidebar .nav-collapse {
    gap: .2rem;
    margin-top: .15rem;
}

.sidebar .nav-collapse.collapse:not(.show) {
    display: none;
}

.sidebar .nav-collapse.show,
.sidebar .nav-collapse.collapsing {
    display: grid;
}

.sidebar .nav-section-title {
    margin: .85rem .85rem .2rem;
    color: #94a3b8;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar .nav-sublink {
    margin-left: .55rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(148, 163, 184, .22);
}

.content {
    min-width: 0;
}

.min-w-0 {
    min-width: 0;
}

.pwa-install-button {
    display: inline-flex !important;
    align-items: center;
    gap: .25rem;
}

.pwa-install-ready .pwa-install-button:not(.btn-warning) {
    box-shadow: 0 0 0 .18rem rgba(20, 184, 166, .18);
}

.pwa-installed .pwa-install-button {
    opacity: .86;
}

.pwa-install-fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1050;
    min-height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: #155e75;
    color: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .24);
    font-weight: 700;
}

.pwa-offline-badge {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 1060;
    transform: translateX(-50%);
    padding: .55rem .85rem;
    border-radius: 999px;
    background: #172033;
    color: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .22);
    font-size: .85rem;
    font-weight: 700;
}

.pwa-install-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .24);
}

.pwa-install-summary {
    display: flex;
    gap: .85rem;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #ecfdf5, #f8fafc);
}

.pwa-install-summary > i {
    display: inline-grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #155e75;
    color: #fff;
    font-size: 1.35rem;
}

.pwa-install-summary strong,
.pwa-install-summary span {
    display: block;
}

.pwa-install-summary strong {
    color: #172033;
}

.pwa-install-summary span {
    color: #475569;
    line-height: 1.45;
}

.pwa-install-steps {
    display: grid;
    gap: .65rem;
    margin: 1rem 0;
    padding-left: 1.25rem;
    color: #475569;
    line-height: 1.6;
}

.pwa-install-note {
    padding: .85rem 1rem;
    border: 1px solid #fde68a;
    border-radius: 8px;
    background: #fffbeb;
    color: #92400e;
    font-weight: 700;
}

.mobile-bottom-nav,
.mobile-sidebar-backdrop {
    display: none;
}

.metric-card {
    border: 0;
    border-radius: .75rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.operations-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 1rem;
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(250, 204, 21, .2), transparent 28%),
        linear-gradient(135deg, #0f172a, #155e75);
    color: #fff;
    box-shadow: 0 22px 58px rgba(15, 23, 42, .18);
}

.operations-eyebrow,
.operations-panel-head span,
.operations-table-head span,
.operations-link-card span,
.operations-metric span {
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.operations-eyebrow {
    display: inline-block;
    margin-bottom: .55rem;
    color: #fde68a;
}

.operations-hero h2 {
    max-width: 760px;
    margin-bottom: .65rem;
    font-size: clamp(1.9rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1;
}

.operations-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.65;
}

.operations-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.operations-hero-panel {
    display: grid;
    gap: .75rem;
    align-content: center;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
}

.operations-hero-panel div {
    padding: .85rem;
    border-radius: 8px;
    background: rgba(15, 23, 42, .28);
}

.operations-hero-panel span,
.operations-hero-panel strong {
    display: block;
}

.operations-hero-panel span {
    color: rgba(255, 255, 255, .68);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.operations-hero-panel strong {
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.operations-link-card {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(280px, 1.15fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.operations-link-card strong {
    display: block;
    color: #172033;
    font-size: 1.2rem;
}

.operations-link-card p {
    margin: .25rem 0 0;
    color: #64748b;
}

.operations-link-copy {
    display: flex;
    gap: .5rem;
}

.operations-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.operations-metric {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    min-height: 150px;
    padding: 1rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.operations-metric strong,
.operations-metric small {
    display: block;
}

.operations-metric strong {
    margin: .35rem 0 .25rem;
    color: #172033;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.08;
}

.operations-metric small {
    color: #64748b;
}

.operations-metric > i {
    display: inline-grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    font-size: 1.35rem;
}

.operations-metric.members > i {
    background: #e0f2fe;
    color: #0369a1;
}

.operations-metric.savings > i {
    background: #ecfdf5;
    color: #047857;
}

.operations-metric.due > i {
    background: #fffbeb;
    color: #b45309;
}

.operations-metric.loans > i {
    background: #eef2ff;
    color: #4338ca;
}

.operations-panel {
    overflow: hidden;
    padding: 1rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.operations-focus-card {
    overflow: hidden;
    padding: 1rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.operations-focus-header,
.operations-tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.operations-focus-header span:first-child,
.operations-tab-head span {
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.operations-focus-header h3,
.operations-tab-head h3 {
    margin: .15rem 0 0;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.operations-focus-header p {
    max-width: 680px;
    margin: .25rem 0 0;
    color: #64748b;
}

.operations-tab-head > i {
    color: #0f766e;
    font-size: 1.45rem;
}

.operations-focus-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .35rem;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.operations-focus-tabs button {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 42px;
    padding: .55rem .75rem;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #475569;
    font-weight: 900;
}

.operations-focus-tabs button:hover {
    border-color: #bae6fd;
    background: #eff6ff;
    color: #0369a1;
}

.operations-focus-tabs button.active {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.operations-focus-tabs button em {
    min-width: 24px;
    padding: .1rem .45rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, .08);
    font-size: .76rem;
    font-style: normal;
    text-align: center;
}

.operations-focus-tabs button.active em {
    background: rgba(255, 255, 255, .18);
}

.operations-tab-pane {
    animation: operationsTabIn .16s ease-out;
}

.operations-snapshot-card {
    margin-top: -.35rem;
}

.operations-snapshot-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) repeat(2, minmax(180px, .85fr));
    gap: .75rem;
}

.operations-progress-panel,
.operations-snapshot-stat {
    padding: .95rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.operations-progress-panel > div:first-child,
.operations-snapshot-stat {
    display: grid;
    gap: .2rem;
}

.operations-progress-panel span,
.operations-snapshot-stat span {
    color: #64748b;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.operations-progress-panel strong,
.operations-snapshot-stat strong {
    color: #172033;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 900;
}

.operations-progress-panel small {
    display: block;
    margin-top: .45rem;
    color: #64748b;
    font-weight: 800;
}

.operations-split-bar {
    overflow: hidden;
    height: 12px;
    margin-top: .8rem;
    border-radius: 999px;
    background: #e0f2fe;
}

.operations-split-bar span {
    display: block;
    height: 100%;
    min-width: 3px;
    border-radius: inherit;
    background: linear-gradient(90deg, #14b8a6, #0f766e);
}

@keyframes operationsTabIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.operations-panel-head,
.operations-table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.operations-panel-head h3,
.operations-table-head h3 {
    margin: .15rem 0 0;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.operations-panel-head > i {
    color: #0f766e;
    font-size: 1.45rem;
}

.operations-mix {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.operations-ring {
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(#14b8a6 var(--savings), #e2e8f0 0);
}

.operations-ring strong,
.operations-ring span {
    grid-column: 1;
    grid-row: 1;
}

.operations-ring strong {
    align-self: center;
    margin-top: -.8rem;
    color: #172033;
    font-size: 1.65rem;
    z-index: 1;
}

.operations-ring span {
    align-self: center;
    margin-top: 2.2rem;
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
}

.operations-ring::after {
    content: "";
    grid-column: 1;
    grid-row: 1;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #fff;
}

.operations-mix-list,
.operations-cash-list {
    display: grid;
    gap: .65rem;
}

.operations-mix-list div,
.operations-cash-list div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem;
    border-radius: 8px;
    background: #f8fafc;
}

.operations-mix-list span,
.operations-cash-list span {
    color: #64748b;
}

.operations-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.operations-action {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-height: 58px;
    padding: .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    color: #172033;
    text-decoration: none;
    font-weight: 900;
}

.operations-action:hover {
    border-color: #14b8a6;
    background: #ecfdf5;
    color: #0f766e;
}

.operations-action i {
    color: #0f766e;
}

.operations-table th {
    color: #64748b;
    font-size: .78rem;
    text-transform: uppercase;
}

.operations-risk-pill {
    padding: .35rem .6rem;
    border-radius: 999px;
    background: #fffbeb;
    color: #92400e;
    font-size: .78rem;
    font-weight: 900;
}

.operations-due-list,
.operations-member-list,
.operations-alert-list {
    display: grid;
    gap: .65rem;
}

.operations-due-list a,
.operations-due-list > div,
.operations-member-list a,
.operations-member-list > div,
.operations-alert-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    color: #172033;
    text-decoration: none;
}

.operations-due-list a:hover,
.operations-member-list a:hover {
    border-color: #14b8a6;
    background: #ecfdf5;
}

.operations-due-list strong,
.operations-due-list span,
.operations-due-list em,
.operations-member-list strong,
.operations-member-list span,
.operations-member-list em,
.operations-alert-list strong,
.operations-alert-list span {
    display: block;
}

.operations-due-list span,
.operations-member-list span,
.operations-alert-list span {
    color: #64748b;
    font-size: .88rem;
}

.operations-due-list em,
.operations-member-list em {
    color: #172033;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.operations-empty {
    padding: 1rem;
    border-radius: 8px;
    background: #f8fafc;
    color: #64748b;
    text-align: center;
}

.customer-form-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.customer-form-hero,
.customer-submit-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
}

.customer-form-hero {
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.customer-form-tabs {
    gap: .45rem;
    padding: 1rem 1.25rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.customer-form-tabs .nav-link {
    border-radius: 8px 8px 0 0;
    color: #475569;
    font-weight: 700;
}

.customer-form-tabs .nav-link.active {
    background: #0f766e;
    color: #fff;
}

.customer-form-body {
    padding: 1.25rem;
}

.customer-form-section-title {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.customer-form-section-title h3 {
    margin: 0;
    font-size: 1rem;
}

.customer-form-section-title p {
    margin: .25rem 0 0;
    color: #64748b;
}

.customer-form-option {
    height: 100%;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.customer-toolbar {
    row-gap: .65rem;
}

.customer-filter-form {
    flex: 1 1 560px;
    min-width: 0;
    align-items: center;
}

.customer-search-input {
    min-width: 0;
}

.customer-search-form {
    flex: 0 1 360px;
    max-width: min(100%, 380px);
}

.customer-bulk-header {
    padding-bottom: .75rem;
    border-bottom: 1px solid #e2e8f0;
}

.customer-filter-select {
    flex: 0 1 140px;
    min-width: 128px;
    max-width: 160px;
}

.customer-new-btn {
    padding-inline: .65rem;
    white-space: nowrap;
}

.customer-toolbar .btn-sm,
.customer-toolbar .form-control-sm,
.customer-toolbar .form-select-sm {
    min-height: 31px;
    font-size: .82rem;
}

.customer-bulk-panel .form-label {
    margin-bottom: .25rem;
    font-size: .82rem;
}

.customer-submit-bar {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.member-index-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: 1rem;
    align-items: stretch;
    padding: clamp(1rem, 3vw, 1.4rem);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .96), rgba(30, 64, 175, .9)),
        #0f766e;
    color: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
}

.member-index-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.member-index-copy span,
.member-directory-head span {
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.member-index-copy span {
    color: rgba(255, 255, 255, .72);
}

.member-index-copy h2 {
    max-width: 720px;
    margin: .35rem 0 .6rem;
    font-size: clamp(1.65rem, 4vw, 2.85rem);
    line-height: 1.05;
}

.member-index-copy p {
    max-width: 780px;
    color: rgba(255, 255, 255, .84);
}

.member-index-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: .8rem;
}

.member-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.member-stat-card {
    display: grid;
    gap: .28rem;
    min-height: 142px;
    padding: .95rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(12px);
}

.member-stat-card:hover {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.member-stat-card i {
    color: #bfdbfe;
    font-size: 1.35rem;
}

.member-stat-card span,
.member-stat-card small {
    color: rgba(255, 255, 255, .78);
}

.member-stat-card strong {
    color: #fff;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1;
}

.member-directory-card {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.member-directory-head,
.member-filter-strip,
.member-directory-body {
    padding: 1rem 1.25rem;
}

.member-directory-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.member-directory-head span {
    color: #64748b;
}

.member-directory-head h3 {
    margin: .15rem 0 0;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.member-filter-strip {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.member-filter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem;
}

.member-filter-top span,
.member-filter-top strong {
    display: block;
}

.member-filter-top span {
    color: #64748b;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.member-filter-top strong {
    color: #172033;
}

.member-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .75rem;
}

.member-active-filters span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: 30px;
    padding: .25rem .55rem;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    background: #eff6ff;
    color: #0369a1;
    font-size: .78rem;
    font-weight: 800;
}

.member-directory-body {
    display: grid;
    gap: 1rem;
}

.customer-bulk-panel {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.member-action-panel {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, #fff, #f8fafc 60%, #ecfeff);
}

.member-action-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #0f766e, #2563eb);
}

.member-action-title {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.member-action-title > span {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
    font-size: 1.15rem;
}

.member-selected-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: #172033;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
}

.member-action-note {
    margin-top: .75rem;
    padding: .65rem .75rem;
    border-radius: 8px;
    background: #ecfdf5;
    color: #047857;
    font-size: .82rem;
    font-weight: 800;
}

.member-table-shell {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.member-table {
    margin-bottom: 0;
}

.member-table thead th {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: .76rem;
    text-transform: uppercase;
}

.member-table tbody tr {
    border-color: #edf2f7;
    transition: background-color .16s ease, box-shadow .16s ease;
}

.member-table tbody tr:hover {
    background: #f8fafc;
    box-shadow: inset 4px 0 0 #14b8a6;
}

.member-account-pill,
.member-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: .28rem .55rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
}

.member-account-pill {
    background: #eef2ff;
    color: #3730a3;
}

.member-name-cell {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 220px;
}

.member-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
}

.member-photo-frame {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    text-decoration: none;
}

.member-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-photo-placeholder {
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    border-color: rgba(37, 99, 235, .2);
    font-size: .9rem;
    font-weight: 900;
}

.member-subtext,
.member-muted-line {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #64748b;
    font-size: .84rem;
}

.member-muted-line {
    white-space: nowrap;
}

.member-muted-line i,
.member-subtext i {
    color: #0f766e;
}

.member-source-pill {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: .15rem .45rem;
    border-radius: 999px;
    background: #fffbeb;
    color: #92400e;
    font-size: .7rem;
    font-weight: 900;
}

.member-badge.kyc-pending,
.member-badge.status-inactive {
    background: #fffbeb;
    color: #92400e;
}

.member-badge.kyc-verified,
.member-badge.status-active {
    background: #ecfdf5;
    color: #047857;
}

.member-badge.kyc-rejected,
.member-badge.status-suspended {
    background: #fef2f2;
    color: #b91c1c;
}

.member-form-card {
    border-color: rgba(15, 118, 110, .18);
}

.member-form-hero {
    background:
        linear-gradient(135deg, #ecfeff, #fff 54%, #eef2ff);
}

.member-form-title {
    display: flex;
    align-items: center;
    gap: .9rem;
    min-width: 0;
}

.member-form-icon {
    display: grid;
    place-items: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
    font-size: 1.55rem;
    box-shadow: 0 14px 28px rgba(15, 118, 110, .22);
}

.member-form-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.member-form-summary div {
    display: grid;
    gap: .2rem;
    padding: .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.member-form-summary i {
    color: #0f766e;
    font-size: 1.15rem;
}

.member-form-summary span {
    color: #64748b;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.member-form-summary strong {
    overflow: hidden;
    color: #172033;
    font-size: .95rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.finance-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: 1rem;
    align-items: stretch;
    padding: clamp(1rem, 3vw, 1.4rem);
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
}

.finance-hero-savings {
    background: linear-gradient(135deg, #0f766e, #2563eb);
}

.finance-hero-deposits {
    background: linear-gradient(135deg, #0369a1, #0f766e);
}

.finance-hero-loans {
    background: linear-gradient(135deg, #4338ca, #0f766e);
}

.finance-hero-investments {
    background: linear-gradient(135deg, #155e75, #7c3aed);
}

.finance-hero-repayments {
    background: linear-gradient(135deg, #172033, #0f766e);
}

.finance-hero-expenses {
    background: linear-gradient(135deg, #7c2d12, #0f766e);
}

.finance-hero-reports {
    background:
        radial-gradient(circle at top right, rgba(250, 204, 21, .22), transparent 34%),
        linear-gradient(135deg, #0f766e, #172033 58%, #4338ca);
}

.finance-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.finance-hero-copy span,
.finance-card-title span,
.finance-pane-title span {
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.finance-hero-copy span {
    color: rgba(255, 255, 255, .72);
}

.finance-hero-copy h2 {
    max-width: 760px;
    margin: .35rem 0 .6rem;
    font-size: clamp(1.65rem, 4vw, 2.85rem);
    line-height: 1.05;
}

.finance-hero-copy p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
}

.finance-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.finance-metric-card {
    display: grid;
    gap: .25rem;
    min-height: 136px;
    padding: .95rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px);
}

a.finance-metric-card {
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

a.finance-metric-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .16);
}

.finance-metric-card i {
    color: #bfdbfe;
    font-size: 1.35rem;
}

.finance-metric-card span,
.finance-metric-card small {
    color: rgba(255, 255, 255, .78);
}

.finance-metric-card strong {
    overflow: hidden;
    color: #fff;
    font-size: clamp(1.25rem, 2.6vw, 1.8rem);
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-period-note {
    display: inline-flex;
    width: fit-content;
    margin-top: .9rem;
    padding: .35rem .6rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 800;
}

.finance-hero-reports .report-dashboard-card i {
    color: #facc15;
}

.finance-hero-reports .report-dashboard-card.green i {
    color: #86efac;
}

.finance-hero-reports .report-dashboard-card.amber i {
    color: #fbbf24;
}

.finance-hero-reports .report-dashboard-card.blue i {
    color: #93c5fd;
}

.finance-hero-reports .report-dashboard-card.rose i {
    color: #fda4af;
}

.finance-workspace {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07) !important;
}

.finance-tabbar {
    padding: .85rem 1rem 0;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.finance-tabs {
    gap: .5rem;
    padding-bottom: .85rem;
}

.finance-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    min-height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-weight: 900;
}

.finance-tabs .nav-link.active {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.finance-pane-title,
.finance-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
}

.finance-pane-title {
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.finance-card-title {
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.finance-pane-title span,
.finance-card-title span {
    color: #64748b;
}

.finance-pane-title h3,
.finance-card-title h3 {
    margin: .15rem 0 0;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.finance-pane-title p {
    margin: .2rem 0 0;
    color: #64748b;
}

.finance-filter-panel {
    padding: .9rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.finance-form-panel,
.finance-editor-card,
.finance-guide-card,
.finance-product-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.finance-form-panel,
.finance-editor-card,
.finance-guide-card {
    padding: 1rem;
}

.finance-product-card {
    height: 100%;
    padding: 1rem;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.finance-product-card:hover {
    border-color: #14b8a6;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .1);
    transform: translateY(-2px);
}

.finance-product-card p {
    color: #64748b;
}

.finance-product-section {
    background: #f8fafc !important;
}

.finance-guide-card {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.finance-guide-card > span {
    color: #0f766e;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.finance-guide-card h3 {
    margin: .15rem 0 1rem;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.finance-guide-list {
    display: grid;
    gap: .75rem;
}

.finance-guide-list div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: .7rem;
    padding: .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.finance-guide-list i {
    display: grid;
    place-items: center;
    grid-row: span 2;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
}

.finance-guide-list strong {
    color: #172033;
}

.finance-guide-list p {
    margin: .1rem 0 0;
    color: #64748b;
}

.finance-table-shell {
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

.finance-table thead th {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: .76rem;
    text-transform: uppercase;
}

.finance-table tbody tr {
    transition: background-color .16s ease, box-shadow .16s ease;
}

.finance-table tbody tr:hover {
    background: #f8fafc;
    box-shadow: inset 4px 0 0 #14b8a6;
}

.finance-id-pill,
.finance-soft-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .28rem .55rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
}

.finance-id-pill {
    background: #eef2ff;
    color: #3730a3;
}

.finance-soft-badge {
    background: #ecfeff;
    color: #155e75;
}

.finance-soft-badge.status-active,
.finance-soft-badge.status-disbursed,
.finance-soft-badge.status-completed {
    background: #ecfdf5;
    color: #047857;
}

.finance-soft-badge.status-applied,
.finance-soft-badge.status-approved,
.finance-soft-badge.status-pending {
    background: #eff6ff;
    color: #1d4ed8;
}

.finance-soft-badge.status-defaulted,
.finance-soft-badge.status-rejected,
.finance-soft-badge.status-suspended {
    background: #fef2f2;
    color: #b91c1c;
}

.finance-list .list-group-item {
    border-left: 0;
    border-right: 0;
}

.repayment-table form {
    padding: .65rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.savings-account-filter {
    background:
        linear-gradient(135deg, #fff, #f8fafc 70%, #ecfdf5);
}

.savings-open-form {
    display: grid;
    gap: 1rem;
    background:
        linear-gradient(180deg, #fff, #f8fafc);
}

.savings-open-section {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.savings-open-section-title {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    margin-bottom: .9rem;
}

.savings-open-section-title > span {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 1.1rem;
}

.savings-open-section-title strong,
.savings-open-section-title small {
    display: block;
}

.savings-open-section-title strong {
    color: #172033;
    font-size: 1rem;
}

.savings-open-section-title small {
    margin-top: .1rem;
    color: #64748b;
}

.savings-open-summary {
    padding: .9rem 1rem;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    background: #eff6ff;
    color: #1e3a8a;
    font-weight: 800;
    line-height: 1.5;
}

.savings-open-preview-section {
    background: linear-gradient(135deg, #fff, #ecfdf5);
}

.savings-open-submit {
    min-height: 48px;
}

.savings-product-layout {
    align-items: flex-start;
}

.savings-product-showcase-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .85rem;
    padding: .9rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.savings-product-showcase-title span,
.savings-product-showcase-title strong,
.savings-product-showcase-title small {
    display: block;
}

.savings-product-showcase-title span {
    color: #0f766e;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.savings-product-showcase-title strong {
    color: #172033;
}

.savings-product-showcase-title small {
    color: #64748b;
}

.savings-product-editor.finance-editor-card {
    position: sticky;
    top: 82px;
}

.savings-product-editor .form-label,
.savings-open-form .form-label {
    margin-bottom: .3rem;
    color: #475569;
    font-size: .82rem;
    font-weight: 800;
}

.savings-product-card.finance-product-card {
    background:
        linear-gradient(180deg, #fff, #f8fafc);
}

.expense-create-card .finance-card-title {
    background: linear-gradient(135deg, #fff7ed, #f8fafc);
}

.expense-category-list,
.expense-top-grid {
    display: grid;
    gap: .75rem;
}

.expense-category-list div,
.expense-top-card {
    padding: .85rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.expense-category-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.expense-category-list span,
.expense-top-card span,
.expense-top-card strong,
.expense-top-card small {
    display: block;
}

.expense-category-list span,
.expense-top-card span {
    color: #172033;
    font-weight: 900;
}

.expense-category-list em {
    padding: .25rem .5rem;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: .75rem;
    font-style: normal;
    font-weight: 900;
}

.expense-top-card strong {
    margin-top: .15rem;
    color: #7c2d12;
    font-size: 1.08rem;
}

.expense-top-card small {
    margin-top: .45rem;
    color: #64748b;
    font-weight: 800;
}

.expense-top-bar {
    overflow: hidden;
    height: 10px;
    margin-top: .7rem;
    border-radius: 999px;
    background: #ffedd5;
}

.expense-top-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fb923c, #0f766e);
}

.report-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: stretch;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .96), rgba(23, 32, 51, .98)),
        radial-gradient(circle at top right, rgba(250, 204, 21, .28), transparent 32%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.report-hero-copy span,
.report-hero-period span,
.report-type-card span,
.report-type-card small,
.report-summary-card span,
.report-summary-card strong,
.report-summary-card small,
.report-kpi-card span,
.report-kpi-card strong,
.report-detail-head span,
.report-detail-head h3 {
    display: block;
}

.report-hero-copy span,
.report-hero-period span {
    color: #facc15;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.report-hero-copy h2 {
    margin: .25rem 0 .35rem;
    font-size: clamp(1.45rem, 3vw, 2.4rem);
    font-weight: 900;
    line-height: 1.08;
}

.report-hero-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-weight: 700;
}

.report-hero-period {
    min-width: 260px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.report-hero-period strong {
    display: block;
    margin-top: .3rem;
    color: #fff;
    font-size: 1.05rem;
}

.report-hero-period small {
    display: block;
    margin-top: .45rem;
    color: rgba(255, 255, 255, .76);
    font-weight: 800;
}

.report-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: .75rem;
}

.report-type-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
    min-height: 92px;
    padding: .9rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.report-type-card:hover {
    border-color: #14b8a6;
    color: #172033;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .09);
    transform: translateY(-2px);
}

.report-type-card.active {
    border-color: #0f766e;
    background: linear-gradient(135deg, #0f766e, #164e63);
    color: #fff;
}

.report-type-card i {
    display: grid;
    place-items: center;
    grid-row: span 2;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 1.1rem;
}

.report-type-card.active i {
    background: rgba(255, 255, 255, .18);
    color: #facc15;
}

.report-type-card span {
    font-weight: 900;
}

.report-type-card small {
    overflow: hidden;
    color: #64748b;
    font-weight: 700;
    line-height: 1.35;
}

.report-type-card.active small {
    color: rgba(255, 255, 255, .78);
}

.report-control-card {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.report-control-card .form-label {
    margin-bottom: .3rem;
    color: #475569;
    font-size: .82rem;
    font-weight: 900;
}

.report-module-workspace {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.report-tabbar {
    padding: .85rem 1rem 0;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
    overflow-x: auto;
}

.report-tabs {
    flex-wrap: nowrap;
    gap: .45rem;
}

.report-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 40px;
    padding: .5rem .75rem;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    color: #475569;
    font-size: .86rem;
    font-weight: 900;
    white-space: nowrap;
}

.report-tabs .nav-link i {
    color: #0f766e;
}

.report-tabs .nav-link.active {
    border-color: #e2e8f0;
    border-bottom-color: #fff;
    background: #fff;
    color: #0f766e;
}

.report-filter-panel {
    display: grid;
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1.6fr);
    gap: 1rem;
    align-items: stretch;
    padding: 1rem;
}

.report-current-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 118px;
    padding: 1rem;
    border: 1px solid #ccfbf1;
    border-radius: 8px;
    background: linear-gradient(135deg, #ecfdf5, #f8fafc);
}

.report-current-summary span,
.report-current-summary strong,
.report-current-summary small {
    display: block;
}

.report-current-summary span {
    color: #0f766e;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.report-current-summary strong {
    margin-top: .2rem;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.report-current-summary small {
    margin-top: .3rem;
    color: #64748b;
    font-weight: 700;
    line-height: 1.45;
}

.report-filter-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .75rem;
    align-items: end;
}

.report-filter-field .form-label {
    margin-bottom: .3rem;
    color: #475569;
    font-size: .82rem;
    font-weight: 900;
}

.report-filter-actions {
    display: flex;
    gap: .45rem;
    align-items: center;
    justify-content: flex-end;
}

.report-filter-actions .btn {
    min-height: 38px;
    white-space: nowrap;
}

.report-summary-strip,
.report-kpi-grid {
    display: grid;
    gap: .75rem;
}

.report-summary-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.report-summary-card,
.report-kpi-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.report-summary-card {
    display: flex;
    justify-content: space-between;
    gap: .7rem;
    min-width: 0;
    padding: .85rem;
}

.report-summary-card span,
.report-kpi-card span {
    color: #64748b;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.report-summary-card strong {
    overflow: hidden;
    margin-top: .2rem;
    color: #172033;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-summary-card small {
    margin-top: .25rem;
    color: #64748b;
    font-size: .78rem;
    font-weight: 700;
}

.report-summary-card i {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
}

.report-kpi-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.report-kpi-card {
    position: relative;
    overflow: hidden;
    padding: .95rem;
}

.report-kpi-card::after {
    content: "";
    position: absolute;
    right: -.7rem;
    bottom: -.7rem;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(20, 184, 166, .12);
}

.report-kpi-card i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: .65rem;
    border-radius: 8px;
    background: #fff7ed;
    color: #c2410c;
}

.report-kpi-card strong {
    overflow: hidden;
    margin-top: .2rem;
    color: #172033;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-detail-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.report-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.report-detail-head span {
    color: #0f766e;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.report-detail-head h3 {
    margin: .1rem 0 0;
    color: #172033;
    font-size: 1rem;
    font-weight: 900;
}

.report-detail-tabs {
    flex-wrap: nowrap;
    gap: .45rem;
    overflow-x: auto;
    padding-bottom: .1rem;
}

.report-detail-tabs .nav-link {
    min-height: 36px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-size: .84rem;
    font-weight: 900;
    white-space: nowrap;
}

.report-detail-tabs .nav-link.active {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.report-table thead th {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: .76rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.report-table tbody td {
    color: #334155;
    font-weight: 700;
}

.report-table tbody tr:hover {
    background: #f8fafc;
    box-shadow: inset 4px 0 0 #14b8a6;
}

.report-breakdown-tile {
    min-height: 126px;
    padding: 1rem;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: linear-gradient(135deg, #eff6ff, #fff);
}

.report-breakdown-tile span,
.report-breakdown-tile small {
    display: block;
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
}

.report-breakdown-tile strong {
    display: block;
    margin: .45rem 0;
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1.1;
}

.report-breakdown-tile.positive {
    border-color: #bbf7d0;
    background: linear-gradient(135deg, #f0fdf4, #fff);
}

.report-breakdown-tile.negative {
    border-color: #fecdd3;
    background: linear-gradient(135deg, #fff1f2, #fff);
}

.report-ledger-detail-row > td {
    border-top: 0;
    background: #f8fafc;
}

.report-ledger-detail {
    margin: 0 .85rem .85rem;
    padding: .85rem;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, .06);
}

.report-ledger-detail table thead th {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: .72rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.report-ledger-detail table tbody td {
    color: #334155;
    font-size: .82rem;
    font-weight: 700;
    vertical-align: top;
}

@media (max-width: 1199.98px) {
    .report-summary-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .report-filter-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .report-hero {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .report-hero-period {
        min-width: 0;
    }

    .report-type-grid {
        display: flex;
        overflow-x: auto;
        padding-bottom: .35rem;
    }

    .report-type-card {
        flex: 0 0 235px;
    }

    .report-tabbar {
        padding: .75rem .75rem 0;
    }

    .report-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .2rem;
    }

    .report-tabs .nav-link {
        border-radius: 8px;
    }

    .report-filter-panel {
        padding: .85rem;
    }

    .report-filter-form {
        grid-template-columns: 1fr;
    }

    .report-filter-actions {
        justify-content: stretch;
    }

    .report-filter-actions .btn {
        flex: 1 1 0;
    }

    .report-summary-strip {
        display: flex;
        overflow-x: auto;
        padding-bottom: .35rem;
    }

    .report-summary-card {
        flex: 0 0 210px;
    }

    .report-detail-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .report-detail-tabs {
        width: 100%;
    }
}

.section-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    gap: 1rem;
    align-items: stretch;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(23, 32, 51, .98), rgba(15, 118, 110, .92)),
        radial-gradient(circle at top right, rgba(250, 204, 21, .24), transparent 34%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.section-hero-copy span,
.section-hero-panel span,
.section-stat-card span,
.section-stat-card strong,
.section-stat-card small,
.section-card-title strong,
.section-card-title small,
.section-pane-head span,
.section-pane-head h3,
.section-mini-card span,
.section-mini-card strong,
.section-statement-card span,
.section-statement-card strong,
.billing-summary span,
.billing-summary strong,
.billing-summary a,
.billing-summary p {
    display: block;
}

.section-hero-copy span,
.section-hero-panel span,
.section-pane-head span {
    color: #facc15;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.section-hero-copy h2 {
    margin: .25rem 0 .35rem;
    font-size: clamp(1.45rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1.08;
}

.section-hero-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-weight: 700;
}

.section-hero-panel {
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.section-hero-panel strong {
    display: block;
    overflow: hidden;
    margin-top: .3rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.12;
    text-overflow: ellipsis;
}

.section-hero-panel small {
    display: block;
    overflow-wrap: anywhere;
    margin-top: .45rem;
    color: rgba(255, 255, 255, .76);
    font-weight: 800;
}

.section-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.section-stat-card,
.section-form-card,
.section-data-card,
.section-workspace,
.section-mini-card,
.section-statement-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.section-stat-card {
    position: relative;
    overflow: hidden;
    min-height: 134px;
    padding: 1rem;
}

.section-stat-card::after {
    content: "";
    position: absolute;
    right: -.8rem;
    bottom: -.8rem;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(20, 184, 166, .12);
}

.section-stat-card i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: .7rem;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
}

.section-stat-card span,
.section-mini-card span,
.section-statement-card span {
    color: #64748b;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.section-stat-card strong,
.section-mini-card strong,
.section-statement-card strong {
    overflow: hidden;
    margin-top: .2rem;
    color: #172033;
    font-size: 1.16rem;
    font-weight: 900;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-stat-card small {
    margin-top: .35rem;
    color: #64748b;
    font-weight: 700;
}

.section-workspace {
    overflow: hidden;
}

.section-tabbar {
    padding: .85rem 1rem 0;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.section-tabs {
    flex-wrap: nowrap;
    gap: .5rem;
    overflow-x: auto;
    padding-bottom: .85rem;
}

.section-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-weight: 900;
    white-space: nowrap;
}

.section-tabs .nav-link.active {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.section-pane-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.section-pane-head span {
    color: #0f766e;
}

.section-pane-head h3 {
    margin: .15rem 0 0;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 900;
}

.section-form-card,
.section-data-card {
    overflow: hidden;
}

.section-form-card {
    padding: 1rem;
}

@media (min-width: 992px) {
    .sticky-lg-top.section-form-card {
        top: 82px;
        z-index: 10;
    }
}

.section-card-title {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.section-card-title > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 1.1rem;
}

.section-card-title strong {
    color: #172033;
    font-size: 1rem;
    font-weight: 900;
}

.section-card-title small {
    margin-top: .12rem;
    color: #64748b;
    font-weight: 700;
}

.section-data-card > .section-card-title {
    margin-bottom: 0;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.section-form-card .form-label,
.section-filter-panel .form-label,
.settings-workspace .form-label {
    margin-bottom: .3rem;
    color: #475569;
    font-size: .82rem;
    font-weight: 900;
}

.section-filter-panel {
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.section-table thead th {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: .76rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.section-table tbody td {
    color: #334155;
    font-weight: 700;
}

.section-table tbody tr:hover {
    background: #f8fafc;
    box-shadow: inset 4px 0 0 #14b8a6;
}

.section-mini-grid,
.section-list,
.billing-summary {
    display: grid;
    gap: .75rem;
}

.section-mini-card,
.section-statement-card {
    padding: .95rem;
}

.section-list {
    padding: 1rem;
}

.section-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding: .75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.section-list span {
    color: #334155;
    font-weight: 900;
}

.section-list strong {
    color: #0f766e;
}

.section-statement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.section-statement-card.highlight {
    border-color: #99f6e4;
    background: linear-gradient(135deg, #ecfdf5, #fff);
}

.channel-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.channel-option {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: .5rem;
    min-height: 88px;
    padding: .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    cursor: pointer;
}

.channel-option input {
    position: absolute;
    top: .7rem;
    right: .7rem;
}

.channel-option span {
    display: grid;
    place-items: center;
    grid-row: span 2;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
}

.channel-option strong,
.channel-option small {
    display: block;
    padding-right: 1.2rem;
}

.channel-option strong {
    color: #172033;
    font-weight: 900;
}

.channel-option small {
    color: #64748b;
    font-weight: 700;
}

.audience-box,
.sms-counter {
    padding: .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.sms-counter {
    margin-top: .5rem;
    color: #0f766e;
    font-weight: 900;
}

.notification-hero {
    align-items: stretch;
}

.notification-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: .75rem;
    min-width: min(100%, 340px);
}

.notification-hero-grid div {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.notification-hero-grid span,
.notification-hero-grid strong,
.notification-hero-grid small {
    display: block;
}

.notification-hero-grid span,
.notification-hero-grid small {
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 800;
}

.notification-hero-grid strong {
    margin: .15rem 0;
    font-size: 1.75rem;
    font-weight: 950;
}

.notification-center-card {
    overflow: hidden;
}

.notification-center-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.notification-center-title {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
}

.notification-center-icon {
    display: grid;
    flex: 0 0 42px;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 1.1rem;
}

.notification-center-title strong,
.notification-center-title small {
    display: block;
}

.notification-center-title strong {
    line-height: 1.15;
}

.notification-center-title small {
    margin-top: .15rem;
    line-height: 1.35;
}

.notification-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.notification-audience-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: .9rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background:
        linear-gradient(135deg, #fff, #eff6ff);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.notification-audience-card.tenant {
    border-color: #ccfbf1;
    background: linear-gradient(135deg, #fff, #f0fdfa);
}

.notification-audience-card.member {
    border-color: #dbeafe;
}

.notification-audience-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
    font-size: 1.25rem;
}

.notification-audience-card.member .notification-audience-icon {
    background: #1d4ed8;
}

.notification-audience-card span,
.notification-audience-card h3,
.notification-audience-card p {
    display: block;
}

.notification-audience-card span {
    color: #0f766e;
    font-size: .74rem;
    font-weight: 950;
    text-transform: uppercase;
}

.notification-audience-card.member span {
    color: #1d4ed8;
}

.notification-audience-card h3 {
    margin: .08rem 0 .18rem;
    color: #172033;
    font-size: 1rem;
    font-weight: 950;
}

.notification-audience-card p {
    margin: 0;
    color: #64748b;
    font-size: .84rem;
    font-weight: 700;
}

.notification-audience-card > strong {
    min-width: 46px;
    padding: .45rem .6rem;
    border-radius: 999px;
    background: #fff;
    color: #172033;
    text-align: center;
    font-size: .95rem;
    font-weight: 950;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.notification-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .35rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.notification-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 40px;
    border: 0;
    border-radius: 8px;
    color: #475569;
    font-weight: 900;
}

.notification-tabs .nav-link em {
    padding: .12rem .45rem;
    border-radius: 999px;
    background: #e2e8f0;
    color: #172033;
    font-size: .72rem;
    font-style: normal;
}

.notification-tabs .nav-link.active {
    background: #0f766e;
    color: #fff;
    box-shadow: 0 10px 22px rgba(15, 118, 110, .18);
}

.notification-tabs .nav-link.active em {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.notification-pane-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f0fdfa, #fff);
}

.notification-pane-intro.member {
    background: linear-gradient(135deg, #eff6ff, #fff);
}

.notification-pane-intro strong,
.notification-pane-intro small {
    display: block;
}

.notification-pane-intro strong {
    color: #172033;
    font-weight: 950;
}

.notification-pane-intro small {
    margin-top: .15rem;
    color: #64748b;
    font-weight: 700;
}

.notification-pane-intro > span {
    flex: 0 0 auto;
    padding: .4rem .65rem;
    border-radius: 999px;
    background: #fff;
    color: #0f766e;
    font-size: .78rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.notification-inbox-layout {
    display: grid;
    grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
    align-items: stretch;
    min-height: 360px;
    background: #fff;
}

.notification-inbox-sidebar {
    display: grid;
    align-content: start;
    gap: .8rem;
    padding: 1rem;
    border-right: 1px solid #e2e8f0;
    background:
        linear-gradient(180deg, #f0fdfa, #fff);
}

.notification-inbox-sidebar.member {
    background: linear-gradient(180deg, #eff6ff, #fff);
}

.notification-side-kpi,
.notification-side-note {
    padding: .9rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.notification-side-kpi span,
.notification-side-kpi strong,
.notification-side-note strong,
.notification-side-note p {
    display: block;
}

.notification-side-kpi span {
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
}

.notification-side-kpi strong {
    margin-top: .1rem;
    color: #172033;
    font-size: 1.65rem;
    font-weight: 950;
}

.notification-side-note strong {
    color: #172033;
    font-weight: 950;
}

.notification-side-note p {
    margin: .35rem 0 0;
    color: #64748b;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.45;
}

.notification-inbox-main {
    min-width: 0;
}

.notification-pane-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.notification-pane-toolbar.member {
    background: linear-gradient(135deg, #fff, #eff6ff);
}

.notification-pane-toolbar strong,
.notification-pane-toolbar small {
    display: block;
}

.notification-pane-toolbar strong {
    color: #172033;
    font-weight: 950;
}

.notification-pane-toolbar small {
    margin-top: .15rem;
    color: #64748b;
    font-weight: 700;
}

.notification-pane-toolbar > span {
    flex: 0 0 auto;
    padding: .4rem .65rem;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: .78rem;
    font-weight: 900;
}

.notification-pane-toolbar.member > span {
    background: #dbeafe;
    color: #1d4ed8;
}

.notification-timeline {
    display: grid;
}

.notification-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: .75rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
}

.notification-item:last-child {
    border-bottom: 0;
}

.notification-item.unread {
    background: linear-gradient(90deg, #ecfdf5, #fff);
}

.notification-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
}

.notification-icon.member {
    background: #eff6ff;
    color: #1d4ed8;
}

.notification-item.read .notification-icon {
    background: #f1f5f9;
    color: #64748b;
}

.notification-copy strong {
    color: #172033;
    font-weight: 900;
}

.notification-copy p {
    margin: .25rem 0;
    color: #475569;
}

.notification-copy small {
    color: #64748b;
    font-weight: 700;
}

.notification-meta-row,
.notification-recipient-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: .35rem;
}

.notification-recipient-line {
    margin-top: .5rem;
    color: #64748b;
    font-size: .82rem;
    font-weight: 800;
}

.notification-empty-state {
    display: grid;
    place-items: center;
    gap: .35rem;
    min-height: 220px;
    padding: 2rem;
    color: #64748b;
    text-align: center;
}

.notification-empty-state i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #0f766e;
    font-size: 1.45rem;
}

.notification-empty-state strong {
    color: #172033;
    font-weight: 950;
}

.notification-empty-state span {
    max-width: 340px;
    font-size: .9rem;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .notification-hero-grid {
        grid-template-columns: 1fr;
        min-width: 100%;
    }

    .notification-audience-grid,
    .notification-inbox-layout {
        grid-template-columns: 1fr;
    }

    .notification-audience-card {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .notification-audience-card > strong {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .notification-inbox-sidebar {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .notification-center-head,
    .notification-pane-intro,
    .notification-pane-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .notification-tabs,
    .notification-tabs .nav-item,
    .notification-tabs .nav-link {
        width: 100%;
    }

    .notification-tabs .nav-link {
        justify-content: space-between;
    }
}

.service-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 40px;
    padding: .55rem .75rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.service-chip:hover,
.service-chip.active {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.bill-status-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
    padding: .55rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.bill-status-form input[name="token"],
.bill-status-form button {
    grid-column: span 2;
}

.billing-summary {
    padding: 1rem;
}

.billing-summary div {
    padding: .85rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.billing-summary span {
    color: #64748b;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.billing-summary strong,
.billing-summary a,
.billing-summary p {
    margin: .2rem 0 0;
    color: #172033;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.billing-summary p {
    font-weight: 700;
}

.auto-renewal-switch {
    padding: .9rem 1rem .9rem 3rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.settings-form-shell {
    margin-bottom: 2rem;
}

.settings-tab-body {
    padding: 1.25rem;
}

.settings-workspace .tab-pane > .row,
.settings-workspace .tab-pane > h2 + .row {
    padding: .25rem;
}

.settings-workspace .tab-pane h2 {
    color: #172033;
    font-weight: 900;
}

.settings-pane-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.automation-settings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.automation-placeholders {
    display: grid;
    gap: .6rem;
    padding: .85rem 1rem;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #eff6ff;
}

.automation-placeholders strong {
    color: #1e3a8a;
    font-size: .84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.automation-placeholders div {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.automation-placeholders span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .25rem .55rem;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #fff;
    color: #1d4ed8;
    font-size: .78rem;
    font-weight: 900;
}

.automation-card {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #f8fafc);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.automation-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .85rem;
    align-items: start;
}

.automation-card-head strong {
    display: block;
    color: #172033;
    font-size: .98rem;
    font-weight: 900;
}

.automation-card-head span {
    display: block;
    margin-top: .25rem;
    color: #64748b;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.45;
}

.automation-channel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
}

.automation-channel-grid-collapsed {
    margin-top: .75rem;
    padding: .75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.automation-channel-option {
    display: flex;
    align-items: center;
    gap: .45rem;
    min-height: 38px;
    padding: .5rem .6rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: .82rem;
    font-weight: 900;
}

.automation-channel-option span {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
    min-width: 0;
}

.automation-channel-summary {
    background: #f8fafc;
}

.automation-collapse-button .bi {
    display: inline-block;
    transition: transform .16s ease;
}

.automation-collapse-button[aria-expanded="true"] .bi-chevron-right {
    transform: rotate(90deg);
}

.automation-template-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    padding: .65rem .75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.automation-template-summary span {
    display: block;
    color: #64748b;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.automation-template-summary strong {
    display: block;
    overflow: hidden;
    margin-top: .12rem;
    color: #172033;
    font-size: .88rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.automation-template-grid {
    display: grid;
    gap: .65rem;
    margin-top: .75rem;
    padding: .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.automation-template-grid textarea {
    min-height: 94px;
    resize: vertical;
}

.settings-workspace .alert,
.settings-workspace .bg-light {
    border-radius: 8px !important;
}

.settings-save-bar {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.25rem;
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

@media (max-width: 1199.98px) {
    .section-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .section-hero {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .section-stat-grid,
    .section-statement-grid,
    .channel-option-grid {
        grid-template-columns: 1fr;
    }

    .section-pane-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-tabs,
    .service-chip-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .65rem;
    }

    .service-chip {
        flex: 0 0 auto;
    }

    .bill-status-form {
        grid-template-columns: 1fr;
    }

    .bill-status-form input[name="token"],
    .bill-status-form button {
        grid-column: span 1;
    }

    .settings-tab-body {
        padding: 1rem;
    }

    .automation-channel-grid {
        grid-template-columns: 1fr;
    }

    .automation-template-summary {
        grid-template-columns: 1fr;
    }

    .automation-template-summary .btn {
        justify-self: start;
    }
}

.table td,
.table th {
    vertical-align: middle;
}

.badge-soft {
    background: #e0f2fe;
    color: #075985;
}

.receipt {
    max-width: 760px;
}

.place-items-center {
    place-items: center;
}

.trial-countdown {
    background: linear-gradient(135deg, #ecfeff, #f8fafc);
    color: #164e63;
}

.trial-clock {
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 800;
    color: #0f766e;
    white-space: nowrap;
}

.site-v2 {
    background: #f5f7fb;
    color: #172033;
    overflow-x: hidden;
}

.site-v2 a {
    color: inherit;
    text-decoration: none;
}

.site-v2 .btn-primary {
    background: #0f766e;
    border-color: #0f766e;
}

.site-v2 .site-hero-cta {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
    box-shadow: 0 14px 30px rgba(20, 184, 166, .34);
    animation: siteTrialPulse 1.8s ease-in-out infinite;
}

.site-v2 .site-hero-cta:hover {
    background: #115e59;
    border-color: #115e59;
    color: #fff;
}

.site-v2 .btn-outline-primary {
    color: #0f766e;
    border-color: #0f766e;
}

.site-v2 .btn-outline-primary:hover {
    background: #0f766e;
    color: #fff;
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.site-nav .container {
    gap: .75rem;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    min-width: 0;
}

.site-brand span {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
    font-weight: 800;
}

.site-brand strong {
    white-space: nowrap;
}

.site-nav-links > a,
.site-nav-more {
    color: #172033;
    text-decoration: none;
}

.site-nav-links > a:hover,
.site-nav-more:hover {
    color: #0f766e;
}

.site-nav-more {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    font-weight: 700;
}

.site-nav-dropdown {
    min-width: 230px;
    padding: .45rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .14);
}

.site-nav-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-height: 40px;
    border-radius: 6px;
    color: #334155;
    font-weight: 700;
}

.site-nav-dropdown .dropdown-item i {
    color: #0f766e;
}

.site-nav-dropdown .dropdown-item:hover,
.site-nav-dropdown .dropdown-item:focus {
    background: #ecfdf5;
    color: #0f766e;
}

.site-mobile-toggle {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.site-mobile-menu {
    border-top: 1px solid rgba(15, 23, 42, .08);
    background: #fff;
}

.site-mobile-menu .container {
    display: grid;
    gap: .45rem;
}

.site-mobile-menu a,
.site-mobile-menu button {
    display: flex;
    align-items: center;
    gap: .55rem;
    width: 100%;
    min-height: 44px;
    padding: .65rem .75rem;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #172033;
    text-align: left;
    text-decoration: none;
    font-weight: 800;
}

.site-mobile-menu a:hover,
.site-mobile-menu button:hover {
    background: #ecfdf5;
    color: #0f766e;
}

.site-mobile-menu i {
    color: #0f766e;
}

.site-mobile-menu-group {
    display: grid;
    gap: .25rem;
    margin-top: .35rem;
    padding: .65rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.site-mobile-menu-group > span {
    padding: .2rem .1rem .35rem;
    color: #64748b;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 70;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    font-size: 1.7rem;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .22);
}

.site-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    color: #fff;
}

.site-hero-carousel,
.site-hero-carousel .carousel-inner,
.site-hero-carousel .carousel-item {
    position: absolute;
    inset: 0;
    height: 100%;
}

.site-hero-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 18, 32, .92), rgba(10, 18, 32, .76) 44%, rgba(10, 18, 32, .38)),
        linear-gradient(0deg, rgba(10, 18, 32, .55), rgba(10, 18, 32, .08));
    z-index: 2;
}

.site-hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.site-eyebrow {
    display: inline-block;
    margin-bottom: .85rem;
    color: rgba(255, 255, 255, .82);
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
}

.site-eyebrow.dark {
    color: #0f766e;
}

.site-hero h1 {
    max-width: 780px;
    font-size: clamp(2.6rem, 5.8vw, 5.2rem);
    line-height: .95;
    overflow-wrap: normal;
    text-shadow: 0 4px 28px rgba(0, 0, 0, .38);
}

.site-hero h1 span {
    color: #facc15;
    text-shadow: 0 6px 32px rgba(250, 204, 21, .2);
}

.site-rotating-word {
    display: inline-block;
    min-width: 10.8ch;
    vertical-align: baseline;
    transition: opacity .22s ease, transform .22s ease, filter .22s ease;
}

.site-rotating-word.is-changing {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(10px);
}

.site-hero p {
    max-width: 680px;
    margin: 1.25rem 0;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    text-shadow: 0 3px 16px rgba(0, 0, 0, .35);
}

.site-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.25rem;
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, .92);
    font-weight: 700;
}

.site-hero-points i {
    color: #67e8f9;
    margin-right: .3rem;
}

.site-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    max-width: 680px;
    margin-top: 1.4rem;
}

.site-hero-proof div {
    padding: .9rem 1rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.site-hero-proof strong,
.site-hero-proof span {
    display: block;
}

.site-hero-proof strong {
    color: #fff;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    line-height: 1;
}

.site-hero-proof span {
    margin-top: .25rem;
    color: rgba(255, 255, 255, .78);
    font-size: .82rem;
    font-weight: 700;
}

.site-dashboard-card {
    background: rgba(255, 255, 255, .95);
    color: #172033;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
    padding: clamp(1.1rem, 3vw, 1.5rem);
}

.site-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.site-dashboard-grid div {
    padding: .9rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.site-dashboard-grid span,
.site-dashboard-grid strong {
    display: block;
}

.site-dashboard-grid span {
    color: #64748b;
    font-size: .82rem;
}

.site-dashboard-grid strong {
    margin-top: .2rem;
    font-size: clamp(1rem, 2vw, 1.35rem);
}

.site-bars {
    height: 132px;
    display: flex;
    align-items: end;
    gap: .55rem;
    margin: 1rem 0;
    padding: .85rem;
    background: #172033;
    border-radius: 8px;
}

.site-bars span {
    flex: 1;
    min-width: 18px;
    border-radius: 8px 8px 3px 3px;
    background: #14b8a6;
}

.site-bars span:nth-child(2n) {
    background: #38bdf8;
}

.site-bars span:nth-child(3n) {
    background: #f59e0b;
}

.site-dashboard-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .75rem 0;
    border-top: 1px solid #e2e8f0;
}

.site-dashboard-row-wrap {
    align-items: flex-start;
}

.site-gateway-list,
.site-channel-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .35rem;
    max-width: 260px;
}

.site-gateway-list em,
.site-channel-list em {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: .16rem .5rem;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: .72rem;
    font-style: normal;
    font-weight: 800;
}

.site-channel-list em {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.site-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .8rem;
}

.site-dashboard-actions span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .48rem .65rem;
    border-radius: 8px;
    background: #ecfeff;
    color: #155e75;
    font-size: .78rem;
    font-weight: 900;
}

.site-merchant-panel {
    padding: 1.1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .1);
}

.site-merchant-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .9rem;
    padding: 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #0f766e, #155e75);
    color: #fff;
}

.site-merchant-head span,
.site-merchant-head strong {
    display: block;
}

.site-merchant-head span {
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.site-merchant-head strong {
    margin-top: .25rem;
    font-size: 1.15rem;
    font-weight: 950;
}

.site-merchant-head em {
    flex: 0 0 auto;
    padding: .55rem .7rem;
    border-radius: 8px;
    background: #facc15;
    color: #172033;
    font-style: normal;
    font-weight: 950;
}

.site-merchant-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.site-merchant-steps div {
    min-height: 142px;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.site-merchant-steps i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: .7rem;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 1.2rem;
}

.site-merchant-steps strong,
.site-merchant-steps span {
    display: block;
}

.site-merchant-steps strong {
    color: #172033;
    font-weight: 950;
}

.site-merchant-steps span {
    margin-top: .3rem;
    color: #64748b;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.45;
}

.site-proof {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    padding: 1.25rem 0;
}

.site-proof-card {
    height: 100%;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #0f766e;
    background: #f8fafc;
}

.site-proof-card span,
.site-proof-card strong {
    display: block;
}

.site-proof-card span {
    color: #64748b;
    font-size: .85rem;
}

.site-proof-card strong {
    margin-top: .2rem;
    font-size: clamp(1rem, 2vw, 1.45rem);
}

.site-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.site-soft {
    background: #eef3f7;
}

.site-section-head {
    max-width: 780px;
    margin-bottom: 2rem;
}

.site-section h2,
.site-section-head h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.site-section-head p,
.site-lead {
    color: #64748b;
    font-size: 1.08rem;
}

.site-image {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .16);
}

.site-about-media {
    position: relative;
}

.site-about-media-card {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: min(78%, 330px);
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
}

.site-about-media-card strong,
.site-about-media-card span {
    display: block;
}

.site-about-media-card strong {
    color: #172033;
    font-weight: 950;
}

.site-about-media-card span {
    margin-top: .25rem;
    color: #475569;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.45;
}

.site-about-copy {
    max-width: 720px;
}

.site-about-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
    margin-top: 1.5rem;
}

.site-about-list div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: .8rem;
    min-height: 132px;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.site-about-list i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 1.2rem;
}

.site-about-list strong,
.site-about-list small {
    display: block;
}

.site-about-list strong {
    color: #172033;
    font-size: .98rem;
    font-weight: 950;
}

.site-about-list small {
    margin-top: .3rem;
    color: #64748b;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.45;
}

.site-feature,
.site-testimonial,
.site-price {
    height: 100%;
    padding: 1.35rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.site-feature i {
    color: #0f766e;
    font-size: 1.65rem;
}

.site-feature h3 {
    margin-top: .85rem;
    font-size: 1.1rem;
}

.site-feature p,
.site-testimonial p {
    color: #64748b;
}

.site-feature-tabs {
    overflow-x: auto;
    margin-bottom: 1rem;
    padding-bottom: .2rem;
}

.site-feature-tabs .nav {
    flex-wrap: nowrap;
    gap: .55rem;
}

.site-feature-tabs .nav-link {
    min-height: 42px;
    padding: .55rem .85rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font-size: .86rem;
    font-weight: 900;
    white-space: nowrap;
}

.site-feature-tabs .nav-link.active {
    border-color: #0f766e;
    background: #0f766e;
    color: #fff;
}

.site-feature-panel {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .08);
}

.site-feature-panel-head {
    display: grid;
    gap: .25rem;
    padding: 1.2rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.site-feature-panel-head span {
    color: #0f766e;
    font-size: .76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.site-feature-panel-head strong {
    max-width: 760px;
    color: #172033;
    font-size: clamp(1.2rem, 2.6vw, 1.8rem);
    font-weight: 950;
    line-height: 1.15;
}

.site-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.site-feature-grid .site-feature {
    min-height: 230px;
    border-width: 0 1px 0 0;
    border-radius: 0;
    box-shadow: none;
}

.site-feature-grid .site-feature:last-child {
    border-right: 0;
}

.site-visual-gallery {
    display: grid;
    grid-template-columns: 1.25fr .9fr .9fr;
    gap: 1rem;
}

.site-visual-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border-radius: 8px;
    background: #0f172a;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .16);
}

.site-visual-card-large {
    min-height: 360px;
}

.site-visual-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .45s ease;
}

.site-visual-card:hover img {
    transform: scale(1.04);
}

.site-visual-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, .02), rgba(15, 23, 42, .82));
}

.site-visual-card div {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    color: #fff;
}

.site-visual-card span,
.site-visual-card strong {
    display: block;
}

.site-visual-card span {
    margin-bottom: .35rem;
    color: #a7f3d0;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.site-visual-card strong {
    max-width: 440px;
    font-size: clamp(1.05rem, 2vw, 1.55rem);
    line-height: 1.16;
}

.site-portal-showcase {
    position: relative;
    min-height: 420px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .16);
}

.site-portal-showcase img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.site-bills-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.site-bills-grid div {
    min-height: 150px;
    display: grid;
    align-content: start;
    gap: .5rem;
    padding: 1.2rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.site-bills-grid i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #e9fbf6;
    color: #0f766e;
    font-size: 1.35rem;
}

.site-bills-grid strong {
    font-size: 1.08rem;
}

.site-bills-grid span {
    color: #64748b;
}

.site-phone-card {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    width: min(260px, calc(100% - 2.5rem));
    display: grid;
    gap: .45rem;
    padding: 1.2rem;
    background: #172033;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.site-phone-card i {
    font-size: 1.75rem;
    color: #67e8f9;
}

.site-phone-card span {
    color: #cbd5e1;
}

.site-phone-card button {
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    padding: .7rem;
    font-weight: 800;
}

.site-testimonials {
    background: #fff;
}

.site-testimonials .carousel-indicators [data-bs-target] {
    background-color: #0f766e;
}

.site-carousel-control {
    width: 42px;
    height: 42px;
    top: auto;
    bottom: .35rem;
    border-radius: 50%;
    background: #172033;
    opacity: 1;
}

.site-carousel-control.carousel-control-prev {
    left: auto;
    right: 3.4rem;
}

.site-carousel-control.carousel-control-next {
    right: .35rem;
}

.site-stars {
    color: #f59e0b;
    font-weight: 800;
    margin-bottom: .75rem;
}

.site-testimonial strong,
.site-testimonial span {
    display: block;
}

.site-testimonial span {
    color: #64748b;
    font-size: .9rem;
}

.pricing-toggle {
    display: inline-flex;
    padding: .25rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
}

.pricing-toggle button {
    border: 0;
    border-radius: 6px;
    padding: .55rem 1rem;
    background: transparent;
    color: #475569;
    font-weight: 800;
}

.pricing-toggle button.active {
    background: #0f766e;
    color: #fff;
}

.site-price ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: grid;
    gap: .55rem;
}

.site-price {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.45rem;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.site-price:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 118, 110, .24);
    box-shadow: 0 26px 62px rgba(15, 23, 42, .12);
}

.site-price::after {
    content: "";
    position: absolute;
    inset: auto 1.45rem 1.05rem 1.45rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 118, 110, .2), rgba(245, 158, 11, .2), rgba(2, 132, 199, .2));
    pointer-events: none;
}

.site-price.featured {
    border-color: rgba(15, 118, 110, .45);
    background: linear-gradient(180deg, #ffffff 0%, #f7fffc 100%);
    box-shadow: 0 30px 68px rgba(15, 118, 110, .18);
}

.site-price.featured::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #0f766e, #f59e0b, #0284c7);
}

.site-price-kicker {
    color: #0f766e;
    font-size: .72rem;
    letter-spacing: .04em;
    font-weight: 900;
    text-transform: uppercase;
}

.site-price-top {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: .85rem;
    position: relative;
    z-index: 1;
}

.site-price-top h3 {
    margin-bottom: 0;
    font-size: 1.45rem;
}

.site-price-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #e9fbf6;
    color: #0f766e;
    font-size: 1.35rem;
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, .08);
}

.site-price.featured .site-price-icon {
    background: #fff7ed;
    color: #c2410c;
}

.site-price-value {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: .35rem;
    margin: .35rem 0 .15rem;
    padding: .85rem .95rem;
    border: 1px solid rgba(15, 118, 110, .12);
    border-radius: 8px;
    background: #f8fafc;
    position: relative;
    z-index: 1;
}

.site-price-value [data-monthly-price],
.site-price-value [data-yearly-price] {
    color: #172033;
    font-size: clamp(2.15rem, 4vw, 3.35rem);
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
}

.site-price-value small,
.site-price-value em {
    color: #64748b;
    font-size: .9rem;
    font-style: normal;
    font-weight: 800;
}

.site-price-value em {
    margin-bottom: .2rem;
}

.site-plan-limits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
    position: relative;
    z-index: 1;
}

.site-plan-limits div {
    min-width: 0;
    padding: .75rem .65rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.site-plan-limits span,
.site-plan-limits strong,
.site-plan-limits small {
    display: block;
}

.site-plan-limits span {
    color: #64748b;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.site-plan-limits strong {
    margin-top: .15rem;
    color: #172033;
    font-size: clamp(1.05rem, 3vw, 1.28rem);
    line-height: 1;
    overflow-wrap: anywhere;
}

.site-plan-limits small {
    margin-top: .2rem;
    color: #64748b;
    font-size: .75rem;
    font-weight: 700;
}

.site-plan-included {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
    position: relative;
    z-index: 1;
}

.site-plan-included div {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .85rem;
    border: 1px solid rgba(15, 118, 110, .16);
    border-radius: 8px;
    background: #f0fdfa;
    color: #134e4a;
    font-weight: 900;
}

.site-plan-included i {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
}

.site-price .btn {
    position: relative;
    z-index: 1;
    margin-top: auto;
    border-width: 2px;
    font-weight: 900;
}

.site-price.featured .btn {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
    box-shadow: 0 14px 30px rgba(15, 118, 110, .2);
}

.site-price li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    color: #475569;
}

.site-price li i {
    color: #0f766e;
    margin-top: .12rem;
}

.site-price-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: -.25rem 0 1.1rem;
}

.site-price-tags span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .45rem .6rem;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-size: .76rem;
    font-weight: 900;
}

.site-price-tags i {
    color: #0284c7;
}

.site-contact {
    background: #172033;
    color: #fff;
}

.site-contact p {
    color: rgba(255, 255, 255, .78);
}

.site-contact-list {
    display: grid;
    gap: .75rem;
    margin-top: 1.25rem;
}

.site-contact-list a {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .95rem 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
}

.site-contact-list i {
    color: #67e8f9;
}

.site-contact-form {
    height: 100%;
    padding: clamp(1.2rem, 3vw, 2rem);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
}

.site-contact-form .form-control {
    min-height: 46px;
}

.site-footer {
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.manual-site {
    background: #f5f7fb;
    color: #172033;
    min-height: 100vh;
}

.manual-nav {
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.manual-hero {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .86), rgba(21, 94, 117, .9)),
        url("https://images.unsplash.com/photo-1678693362448-27bc143e74d9?auto=format&fit=crop&fm=jpg&q=80&w=1800") center/cover;
    color: #fff;
}

.manual-hero h1 {
    max-width: 760px;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.04;
}

.manual-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
}

.manual-summary-card {
    display: grid;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    color: #172033;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
}

.manual-summary-card div {
    display: grid;
    gap: .2rem;
    padding: .95rem;
    border-radius: 8px;
    background: #f8fafc;
}

.manual-summary-card span {
    color: #64748b;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.manual-summary-card strong {
    color: #172033;
}

.manual-main {
    padding: 3.5rem 0;
}

.manual-toc {
    position: sticky;
    top: 1rem;
    display: grid;
    gap: .25rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.manual-toc strong {
    margin-bottom: .35rem;
    color: #172033;
}

.manual-toc a {
    padding: .45rem .55rem;
    border-radius: 6px;
    color: #475569;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
}

.manual-toc a:hover {
    background: #e0f2fe;
    color: #155e75;
}

.manual-card {
    margin-bottom: 1rem;
    padding: 1.4rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
    scroll-margin-top: 1rem;
}

.manual-card h2 {
    margin: .4rem 0 .9rem;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 900;
}

.manual-card h3 {
    font-size: 1rem;
    font-weight: 900;
}

.manual-card p,
.manual-card li {
    color: #475569;
    line-height: 1.65;
}

.manual-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.manual-steps.compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.manual-steps div,
.manual-grid div,
.manual-two-col > div {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.manual-steps strong,
.manual-grid strong {
    display: block;
    margin-bottom: .35rem;
    color: #172033;
}

.manual-steps p,
.manual-grid p {
    margin: 0;
}

.manual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}

.manual-grid i {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: .75rem;
    border-radius: 8px;
    background: #e0f2fe;
    color: #155e75;
    font-size: 1.25rem;
}

.manual-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.manual-list {
    display: grid;
    gap: .65rem;
    margin: 0;
    padding-left: 1.1rem;
}

.manual-faq .accordion-item {
    border-color: #e2e8f0;
}

.manual-faq .accordion-button {
    font-weight: 800;
}

.mobile-app-site {
    min-height: 100vh;
    background: #f6f8fb;
    color: #172033;
}

.mobile-app-hero {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .9), rgba(16, 122, 103, .86)),
        url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?auto=format&fit=crop&fm=jpg&q=80&w=1800") center/cover;
    color: #fff;
}

.mobile-app-hero h1 {
    max-width: 780px;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.04;
}

.mobile-app-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
}

.mobile-app-preview {
    display: grid;
    justify-items: center;
}

.mobile-app-phone {
    width: min(310px, 100%);
    padding: .8rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 34px;
    background: #07111f;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

.mobile-app-phone-top {
    width: 92px;
    height: 8px;
    margin: .3rem auto .8rem;
    border-radius: 999px;
    background: #334155;
}

.mobile-app-phone-screen {
    display: grid;
    gap: .75rem;
    min-height: 440px;
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fafc, #e0f2fe);
    color: #172033;
}

.mobile-app-phone-screen > span {
    color: #155e75;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.mobile-app-phone-screen > strong {
    font-size: 1.5rem;
    line-height: 1.1;
}

.mobile-app-phone-screen div {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .07);
}

.mobile-app-phone-screen i {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #facc15;
    color: #172033;
}

.mobile-app-phone-screen em {
    color: #172033;
    font-style: normal;
    font-weight: 900;
}

.mobile-app-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}

.mobile-app-grid div,
.mobile-app-checklist div {
    padding: 1rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.mobile-app-grid i {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: .85rem;
    border-radius: 8px;
    background: #e0f2fe;
    color: #155e75;
    font-size: 1.25rem;
}

.mobile-app-grid strong {
    display: block;
    margin-bottom: .35rem;
    color: #172033;
}

.mobile-app-grid p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.mobile-app-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.mobile-app-checklist div {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}

.mobile-app-checklist i {
    color: #14b8a6;
    font-size: 1.2rem;
}

.mobile-app-checklist span {
    color: #475569;
    line-height: 1.55;
}

.saas-site {
    background: #f6f8fb;
    color: #172033;
}

.saas-site a {
    color: inherit;
    text-decoration: none;
}

.saas-site .btn-primary {
    background: #0f766e;
    border-color: #0f766e;
}

.saas-site .btn-outline-primary {
    color: #0f766e;
    border-color: #0f766e;
}

.saas-site .btn-outline-primary:hover {
    background: #0f766e;
    color: #fff;
}

.saas-nav {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.saas-brand {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
}

.saas-brand span {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: #0f766e;
    color: #fff;
    font-weight: 800;
}

.saas-nav a:not(.btn):hover {
    color: #0f766e;
}

.saas-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #172033;
    color: #fff;
}

.saas-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .4);
    z-index: 1;
}

.saas-hero-visual {
    position: absolute;
    inset: 0;
    background: #dfe7ea;
    color: #172033;
}

.saas-screen {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .2);
}

.screen-main {
    right: 7vw;
    top: 92px;
    width: min(760px, 56vw);
    min-height: 500px;
    padding: 1.15rem;
}

.screen-side {
    right: 5vw;
    bottom: 82px;
    width: min(360px, 32vw);
    padding: 1.2rem;
}

.screen-topbar {
    display: flex;
    gap: .35rem;
    margin-bottom: 1rem;
}

.screen-topbar span {
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
    background: #e2e8f0;
}

.screen-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .8rem;
    margin-bottom: 1rem;
}

.screen-metric {
    padding: 1rem;
    background: #e9fbf6;
    border: 1px solid #c8eee3;
    border-radius: 8px;
}

.screen-metric small,
.screen-metric strong {
    display: block;
}

.screen-metric small {
    color: #64748b;
}

.screen-metric strong {
    margin-top: .35rem;
    font-size: clamp(1.1rem, 2vw, 1.6rem);
}

.accent-blue {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.accent-gold {
    background: #fffbeb;
    border-color: #fde68a;
}

.screen-chart {
    height: 190px;
    display: flex;
    align-items: end;
    gap: .85rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.screen-chart span {
    flex: 1;
    min-width: 22px;
    border-radius: 8px 8px 3px 3px;
    background: #0f766e;
}

.screen-chart span:nth-child(2n) {
    background: #2563eb;
}

.screen-chart span:nth-child(3n) {
    background: #d97706;
}

.screen-table {
    display: grid;
    gap: .35rem;
}

.screen-table div {
    display: grid;
    grid-template-columns: 1fr .8fr .8fr;
    gap: 1rem;
    padding: .7rem .85rem;
    border-radius: 8px;
    background: #f8fafc;
}

.screen-table div:first-child {
    background: #172033;
    color: #fff;
}

.member-mini {
    display: grid;
    gap: .4rem;
}

.member-mini i {
    font-size: 2rem;
    color: #0f766e;
}

.member-mini span {
    color: #64748b;
}

.saas-hero .container {
    z-index: 2;
}

.saas-hero-copy {
    max-width: 700px;
    padding: 6rem 0;
}

.saas-eyebrow {
    display: inline-block;
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, .72);
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
}

.saas-eyebrow.dark {
    color: #0f766e;
}

.saas-hero h1 {
    font-size: clamp(3rem, 8vw, 6.8rem);
    line-height: .92;
    max-width: 760px;
}

.saas-hero p {
    max-width: 650px;
    margin: 1.4rem 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.saas-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, .88);
    font-weight: 700;
}

.saas-hero-proof i {
    color: #67e8f9;
    margin-right: .25rem;
}

.saas-band {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    padding: 1.25rem 0;
}

.saas-stat {
    padding: 1rem;
    border-left: 4px solid #0f766e;
    background: #f8fafc;
    border-radius: 8px;
}

.saas-stat span,
.saas-stat strong {
    display: block;
}

.saas-stat span {
    color: #64748b;
    font-size: .85rem;
}

.saas-stat strong {
    margin-top: .2rem;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.saas-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.saas-section-soft {
    background: #fff;
}

.saas-section-head {
    max-width: 760px;
    margin-bottom: 2rem;
}

.saas-section-head h2,
.saas-section h2,
.saas-deploy h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1;
}

.saas-section-head p,
.saas-lead,
.saas-deploy p {
    color: #64748b;
    font-size: 1.08rem;
}

.saas-feature,
.saas-price,
.saas-portal-preview,
.saas-steps > div {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.saas-feature {
    height: 100%;
    padding: 1.35rem;
}

.saas-feature i {
    color: #0f766e;
    font-size: 1.7rem;
}

.saas-feature h3 {
    margin-top: .85rem;
    font-size: 1.1rem;
}

.saas-feature p {
    margin-bottom: 0;
    color: #64748b;
}

.saas-portal-preview {
    display: grid;
    grid-template-columns: minmax(220px, .65fr) 1fr;
    gap: 1.2rem;
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #eef7f5;
}

.portal-phone {
    max-width: 280px;
    margin: auto;
    padding: 1.35rem;
    border-radius: 28px;
    background: #172033;
    color: #fff;
    box-shadow: 0 24px 55px rgba(15, 23, 42, .24);
}

.phone-notch {
    width: 72px;
    height: 6px;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: #64748b;
}

.portal-phone strong,
.portal-phone span,
.portal-phone button {
    display: block;
}

.portal-phone span {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.phone-balance {
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 8px;
    background: #0f766e;
    font-size: 1.45rem;
    font-weight: 800;
}

.portal-phone button {
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: .75rem;
    margin-top: .65rem;
    background: #fff;
    color: #172033;
    font-weight: 700;
}

.portal-lines {
    display: grid;
    gap: .85rem;
}

.portal-lines div {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .95rem 1rem;
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
}

.portal-lines i {
    color: #2563eb;
    font-size: 1.25rem;
}

.saas-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.saas-steps > div {
    padding: 1.25rem;
}

.saas-steps span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #172033;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}

.saas-steps p {
    color: #64748b;
    margin: .55rem 0 0;
}

.saas-pricing-section {
    background: #eef2f7;
}

.saas-price {
    height: 100%;
    padding: 1.4rem;
}

.saas-price h3 {
    font-size: 1.25rem;
}

.saas-price-value {
    margin: 1rem 0;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
}

.saas-price-value span {
    font-size: 1rem;
    color: #64748b;
    font-weight: 600;
}

.saas-price ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: grid;
    gap: .55rem;
}

.saas-price li {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #475569;
}

.saas-price li i {
    color: #0f766e;
}

.saas-deploy {
    background: #172033;
    color: #fff;
}

.saas-deploy p {
    color: rgba(255, 255, 255, .75);
}

.saas-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .8rem;
}

.saas-check-grid span {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    font-weight: 700;
}

.saas-check-grid i {
    color: #67e8f9;
    margin-right: .45rem;
}

.saas-footer {
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.agent-site {
    background: #f4f7fb;
    color: #172033;
    overflow-x: hidden;
}

.agent-site a {
    color: inherit;
    text-decoration: none;
}

.agent-site .btn-primary {
    background: #0f766e;
    border-color: #0f766e;
}

.agent-site .btn-primary:hover {
    background: #115e59;
    border-color: #115e59;
}

.agent-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.agent-nav a:not(.btn):hover {
    color: #0f766e;
}

.agent-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.agent-hero-image,
.agent-hero-overlay {
    position: absolute;
    inset: 0;
}

.agent-hero-image {
    background-image: url("https://images.unsplash.com/photo-1678693362448-27bc143e74d9?auto=format&fit=crop&fm=jpg&q=80&w=1800");
    background-size: cover;
    background-position: center;
}

.agent-hero-overlay {
    background:
        linear-gradient(90deg, rgba(10, 18, 32, .94), rgba(10, 18, 32, .78) 48%, rgba(10, 18, 32, .38)),
        linear-gradient(0deg, rgba(15, 118, 110, .45), rgba(15, 23, 42, .2));
}

.agent-hero-content {
    position: relative;
    z-index: 2;
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.agent-eyebrow {
    display: inline-block;
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, .78);
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
}

.agent-eyebrow.dark {
    color: #0f766e;
}

.agent-hero h1 {
    max-width: 820px;
    font-size: clamp(2.6rem, 6vw, 5.8rem);
    line-height: .96;
    text-shadow: 0 4px 28px rgba(0, 0, 0, .38);
}

.agent-hero p {
    max-width: 680px;
    margin: 1.25rem 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    text-shadow: 0 3px 16px rgba(0, 0, 0, .32);
}

.agent-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.25rem;
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, .92);
    font-weight: 700;
}

.agent-hero-points i {
    color: #67e8f9;
    margin-right: .3rem;
}

.agent-panel {
    padding: clamp(1.15rem, 3vw, 1.5rem);
    background: rgba(255, 255, 255, .96);
    color: #172033;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
}

.agent-commission-badge {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .25rem 1rem;
    align-items: end;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #172033, #0f766e);
    color: #fff;
}

.agent-commission-badge span,
.agent-commission-badge em {
    color: rgba(255, 255, 255, .76);
    font-size: .82rem;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.agent-commission-badge strong {
    grid-row: span 2;
    color: #facc15;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: .9;
}

.agent-panel-grid,
.agent-earnings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.agent-panel-grid div,
.agent-earnings div {
    padding: 1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.agent-panel-grid span,
.agent-panel-grid strong,
.agent-earnings span,
.agent-earnings strong,
.agent-earnings small {
    display: block;
}

.agent-panel-grid span,
.agent-earnings span,
.agent-earnings small {
    color: #64748b;
}

.agent-panel-grid strong,
.agent-earnings strong {
    margin-top: .25rem;
    font-size: clamp(1.08rem, 2vw, 1.6rem);
}

.agent-level-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem;
    margin-bottom: 1rem;
}

.agent-level-card {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.agent-level-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: #0f766e;
}

.agent-level-card.builder::before {
    background: #14b8a6;
}

.agent-level-card.growth::before {
    background: #38bdf8;
}

.agent-level-card.leader::before {
    background: #f59e0b;
}

.agent-level-card.elite::before {
    background: #facc15;
}

.agent-level-card span,
.agent-level-card strong,
.agent-level-card small {
    display: block;
}

.agent-level-card span {
    margin-top: .45rem;
    color: #0f766e;
    font-weight: 900;
    text-transform: uppercase;
}

.agent-level-card strong {
    margin: .6rem 0 .25rem;
    color: #172033;
    font-size: 1.35rem;
}

.agent-level-card small,
.agent-level-card p {
    color: #64748b;
}

.agent-level-card p {
    margin: .75rem 0 0;
    line-height: 1.55;
}

.agent-reward-feature {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.agent-ref-card {
    display: grid;
    gap: .2rem;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 8px;
    background: #172033;
    color: #fff;
}

.agent-ref-card span {
    color: #cbd5e1;
    font-size: .85rem;
}

.agent-ref-card strong {
    overflow-wrap: anywhere;
    font-size: .92rem;
}

.agent-step-mini {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 0;
    border-top: 1px solid #e2e8f0;
    font-weight: 700;
}

.agent-step-mini i {
    color: #0f766e;
    font-size: 1.2rem;
}

.agent-proof {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    padding: 1.25rem 0;
}

.agent-proof div div div {
    height: 100%;
    padding: 1rem;
    border-left: 4px solid #0f766e;
    background: #f8fafc;
    border-radius: 8px;
}

.agent-proof span,
.agent-proof strong {
    display: block;
}

.agent-proof span {
    color: #64748b;
    font-size: .85rem;
}

.agent-proof strong {
    margin-top: .2rem;
    font-size: clamp(1rem, 2vw, 1.45rem);
}

.agent-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.agent-soft {
    background: #eaf1f5;
}

.agent-section-head {
    max-width: 780px;
    margin-bottom: 2rem;
}

.agent-section h2,
.agent-section-head h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.agent-section-head p,
.agent-lead {
    color: #64748b;
    font-size: 1.08rem;
}

.agent-feature {
    height: 100%;
    padding: 1.35rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.agent-feature i {
    color: #0f766e;
    font-size: 1.7rem;
}

.agent-feature h3 {
    margin-top: .85rem;
    font-size: 1.12rem;
}

.agent-feature p {
    color: #64748b;
    margin-bottom: 0;
}

.agent-card-link:hover .agent-feature {
    transform: translateY(-2px);
    border-color: rgba(15, 118, 110, .35);
}

.agent-contact {
    background: #172033;
    color: #fff;
}

.agent-contact p {
    color: rgba(255, 255, 255, .78);
}

.agent-faq .accordion-item {
    border: 0;
    margin-bottom: .8rem;
    border-radius: 8px;
    overflow: hidden;
}

.agent-faq .accordion-button {
    font-weight: 800;
}

.merchant-dashboard-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 1rem;
    padding: clamp(1.2rem, 3vw, 1.7rem);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(250, 204, 21, .22), transparent 28%),
        linear-gradient(135deg, #0f172a, #0f766e);
    color: #fff;
    box-shadow: 0 22px 58px rgba(15, 23, 42, .18);
}

.merchant-eyebrow {
    display: inline-block;
    margin-bottom: .55rem;
    color: #fde68a;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.merchant-dashboard-hero h2 {
    max-width: 780px;
    margin-bottom: .65rem;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1;
}

.merchant-dashboard-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.65;
}

.merchant-level-panel {
    display: grid;
    gap: 1rem;
    align-content: center;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
}

.merchant-level-panel span,
.merchant-level-panel em {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-style: normal;
    font-weight: 800;
}

.merchant-level-panel strong {
    display: block;
    color: #fff;
    font-size: 2rem;
}

.merchant-level-panel > div:first-child i {
    color: #facc15;
    font-size: 2.35rem;
}

.merchant-progress .progress,
.merchant-target-progress {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
}

.merchant-progress .progress-bar,
.merchant-target-progress .progress-bar {
    border-radius: 999px;
    background: linear-gradient(90deg, #facc15, #22c55e);
}

.merchant-level-perk {
    display: flex;
    gap: .65rem;
    align-items: center;
    padding: .8rem;
    border-radius: 8px;
    background: rgba(15, 23, 42, .28);
}

.merchant-level-perk i {
    color: #facc15;
}

.merchant-target-card {
    overflow: hidden;
}

.merchant-target-card .card-body {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.merchant-target-card i {
    color: #0f766e;
    font-size: 2rem;
}

.merchant-target-card .progress {
    background: #e2e8f0;
}

.merchant-target-note {
    margin-top: .75rem;
    padding: .75rem;
    border-radius: 8px;
    background: #ecfdf5;
    color: #047857;
    font-weight: 800;
}

.merchant-rule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.merchant-rule-card {
    display: grid;
    gap: .35rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.merchant-rule-card i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 1.2rem;
}

.merchant-rule-card span {
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.merchant-rule-card strong {
    color: #172033;
    font-size: 1.65rem;
    line-height: 1;
}

.merchant-rule-card small {
    color: #64748b;
    line-height: 1.45;
}

.merchant-bonus-card {
    overflow: hidden;
}

.merchant-bonus-card .card-body {
    background:
        radial-gradient(circle at top right, rgba(20, 184, 166, .14), transparent 34%),
        #fff;
}

.merchant-bonus-card .card-body > .d-flex i {
    color: #f59e0b;
    font-size: 2rem;
}

.merchant-bonus-checklist {
    display: grid;
    gap: .75rem;
}

.merchant-bonus-checklist > div {
    display: grid;
    gap: .45rem;
    padding: .8rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.merchant-bonus-checklist > div.complete {
    border-color: rgba(15, 118, 110, .2);
    background: #ecfdf5;
}

.merchant-bonus-checklist span {
    display: flex;
    gap: .5rem;
    color: #334155;
    font-weight: 800;
    line-height: 1.35;
}

.merchant-bonus-checklist i {
    color: #0f766e;
}

.merchant-bonus-checklist strong {
    color: #64748b;
    font-size: .82rem;
}

.merchant-bonus-checklist .progress {
    height: 7px;
    background: #e2e8f0;
}

.merchant-bonus-checklist .progress-bar {
    background: linear-gradient(90deg, #0f766e, #f59e0b);
}

.merchant-kyc-card {
    overflow: hidden;
}

.merchant-kyc-card .card-body {
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, .1), transparent 30%),
        linear-gradient(180deg, #fff, #f8fafc);
}

.merchant-kyc-verified {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid rgba(15, 118, 110, .2);
    border-radius: 8px;
    background: #ecfdf5;
    color: #134e4a;
}

.merchant-kyc-verified i {
    color: #0f766e;
    font-size: 2rem;
}

.merchant-kyc-verified strong,
.merchant-kyc-verified span {
    display: block;
}

.merchant-kyc-verified span {
    color: #0f766e;
}

.merchant-incentive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
    height: 100%;
}

.merchant-incentive-card {
    display: grid;
    gap: .35rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.merchant-incentive-card i {
    color: #f59e0b;
    font-size: 1.45rem;
}

.merchant-incentive-card strong {
    color: #172033;
}

.merchant-incentive-card span {
    color: #64748b;
    line-height: 1.45;
}

.merchant-incentive-card em {
    width: max-content;
    max-width: 100%;
    padding: .3rem .55rem;
    border-radius: 999px;
    background: #fffbeb;
    color: #92400e;
    font-size: .78rem;
    font-style: normal;
    font-weight: 900;
}

.merchant-dashboard-levels {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .75rem;
}

.merchant-dashboard-levels div {
    position: relative;
    overflow: hidden;
    padding: .9rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.merchant-dashboard-levels div::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: #0f766e;
}

.merchant-dashboard-levels .starter {
    border-color: rgba(37, 99, 235, .22);
    background: #eff6ff;
}

.merchant-dashboard-levels .starter::before {
    background: #2563eb;
}

.merchant-dashboard-levels .builder {
    border-color: rgba(15, 118, 110, .24);
    background: #ecfdf5;
}

.merchant-dashboard-levels .builder::before {
    background: #0f766e;
}

.merchant-dashboard-levels .growth {
    border-color: rgba(245, 158, 11, .28);
    background: #fffbeb;
}

.merchant-dashboard-levels .growth::before {
    background: #f59e0b;
}

.merchant-dashboard-levels .leader {
    border-color: rgba(124, 58, 237, .24);
    background: #f5f3ff;
}

.merchant-dashboard-levels .leader::before {
    background: #7c3aed;
}

.merchant-dashboard-levels .elite {
    border-color: rgba(220, 38, 38, .22);
    background: #fff1f2;
}

.merchant-dashboard-levels .elite::before {
    background: #dc2626;
}

.merchant-dashboard-levels div.active {
    box-shadow: 0 18px 36px rgba(15, 23, 42, .12);
    transform: translateY(-2px);
}

.merchant-dashboard-levels span,
.merchant-dashboard-levels strong,
.merchant-dashboard-levels small {
    display: block;
}

.merchant-dashboard-levels span {
    color: #0f766e;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.merchant-dashboard-levels strong {
    margin: .2rem 0;
    color: #172033;
}

.merchant-dashboard-levels small {
    color: #64748b;
}

.tenant-public {
    background: #f4f8fb;
}

.tenant-public a {
    color: inherit;
    text-decoration: none;
}

.tenant-public .btn-primary,
.tenant-public .btn-success {
    background: var(--tenant-primary);
    border-color: var(--tenant-primary);
}

.tenant-public .btn-outline-primary {
    color: var(--tenant-primary);
    border-color: var(--tenant-primary);
}

.tenant-public .btn-outline-primary:hover {
    background: var(--tenant-primary);
    color: #fff;
}

.tenant-public-nav {
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.tenant-public-brand {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: #172033;
    text-decoration: none;
}

.tenant-public-brand img,
.tenant-public-brand span {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: var(--tenant-primary);
    color: #fff;
    font-weight: 800;
    object-fit: cover;
}

.tenant-public-hero {
    background: var(--tenant-primary);
    color: #fff;
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.tenant-public-hero-full {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tenant-hero-image,
.tenant-hero-overlay {
    position: absolute;
    inset: 0;
}

.tenant-hero-image {
    background-image: url("https://images.unsplash.com/photo-1678693362448-27bc143e74d9?auto=format&fit=crop&fm=jpg&q=80&w=1800");
    background-size: cover;
    background-position: center;
}

.tenant-hero-overlay {
    background:
        linear-gradient(90deg, rgba(15, 23, 42, .9), rgba(15, 23, 42, .72) 46%, rgba(15, 23, 42, .35)),
        linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .08));
}

.tenant-public-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.tenant-public-hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1;
    max-width: 760px;
}

.tenant-public-hero p {
    font-size: 1.15rem;
    max-width: 660px;
    color: rgba(255, 255, 255, .86);
}

.tenant-eyebrow {
    display: inline-block;
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, .72);
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 0;
}

.tenant-public-panel,
.tenant-public-card,
.tenant-stat,
.tenant-product {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .09);
}

.tenant-public-panel {
    color: #172033;
    padding: 1.25rem;
}

.tenant-service-row {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem 0;
    border-top: 1px solid rgba(15, 23, 42, .08);
    font-weight: 600;
}

.tenant-service-row i {
    color: var(--tenant-primary);
    font-size: 1.25rem;
}

.tenant-stat,
.tenant-product {
    padding: 1.25rem;
    height: 100%;
}

.tenant-stat span {
    display: block;
    color: #64748b;
    font-size: .9rem;
}

.tenant-stat strong {
    display: block;
    margin-top: .25rem;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    color: #172033;
    overflow-wrap: anywhere;
}

.tenant-product p {
    color: #64748b;
    min-height: 3rem;
}

.tenant-wide-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .16);
}

.tenant-about-list {
    display: grid;
    gap: .8rem;
    margin-top: 1.25rem;
}

.tenant-about-list div,
.tenant-contact-card a,
.tenant-contact-card div {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.tenant-about-list div {
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
}

.tenant-about-list i,
.tenant-service-card i {
    color: var(--tenant-primary);
    font-size: 1.35rem;
}

.tenant-public-soft {
    background: #eaf1f5;
}

.tenant-service-card {
    height: 100%;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}

.tenant-service-card h3 {
    margin-top: .85rem;
    font-size: 1.12rem;
}

.tenant-service-card p {
    color: #64748b;
    margin-bottom: 0;
}

.tenant-public-contact {
    background: #172033;
    color: #fff;
}

.tenant-public-contact p {
    color: rgba(255, 255, 255, .78);
}

.tenant-contact-card {
    display: grid;
    gap: .75rem;
    padding: clamp(1.2rem, 3vw, 1.6rem);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
}

.tenant-contact-card a,
.tenant-contact-card div {
    padding: .9rem 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.tenant-contact-card i {
    color: #67e8f9;
}

.tenant-public-footer {
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.tenant-whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    font-size: 1.7rem;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .22);
}

.tenant-form-shell {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.tenant-form-shell h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.tenant-form-shell p {
    color: #64748b;
    font-size: 1.05rem;
}

.tenant-public-card {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.tenant-login-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.tenant-login-shell .tenant-public-card {
    width: min(100%, 460px);
}

.member-portal-shell {
    color: #172033;
}

.member-portal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 1rem;
    align-items: stretch;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .94), rgba(37, 99, 235, .86)),
        #0f766e;
    color: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
}

.member-portal-hero h2 {
    margin: .35rem 0 .65rem;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    line-height: 1;
}

.member-portal-hero p {
    max-width: 780px;
    color: rgba(255, 255, 255, .88);
}

.member-portal-identity {
    display: grid;
    align-content: center;
    padding: 1.25rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
}

.member-portal-identity span,
.member-portal-identity strong {
    display: block;
}

.member-portal-identity strong {
    margin-top: .25rem;
    font-size: clamp(1.35rem, 3vw, 2rem);
}

.member-portal-panel {
    overflow: hidden;
}

.member-portal-tabs {
    gap: .35rem;
}

.member-portal-tabs .nav-link {
    border-radius: 8px;
    color: #475569;
    font-weight: 700;
}

.member-portal-tabs .nav-link.active {
    background: #0f766e;
    color: #fff;
}

.member-section-title {
    margin-bottom: 1rem;
}

.member-section-title h3,
.member-side-panel h3 {
    margin: 0;
    font-size: 1.05rem;
}

.member-section-title p {
    margin: .2rem 0 0;
    color: #64748b;
}

.member-side-panel {
    height: auto;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.member-side-panel h3 {
    margin-bottom: .85rem;
}

.member-savings-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid #ccfbf1;
    border-radius: 8px;
    background:
        linear-gradient(135deg, #ecfdf5, #fff);
}

.member-savings-hero span,
.member-savings-hero h3,
.member-savings-hero p,
.member-savings-hero-action strong,
.member-savings-hero-action small {
    display: block;
}

.member-savings-hero span {
    color: #0f766e;
    font-size: .75rem;
    font-weight: 950;
    text-transform: uppercase;
}

.member-savings-hero h3 {
    margin: .15rem 0 .3rem;
    color: #172033;
    font-size: 1.25rem;
    font-weight: 950;
}

.member-savings-hero p {
    max-width: 760px;
    margin: 0;
    color: #475569;
    font-weight: 700;
}

.member-savings-hero-action {
    display: grid;
    align-content: center;
    min-width: 190px;
    padding: .9rem;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
}

.member-savings-hero-action strong {
    font-size: 1.25rem;
    font-weight: 950;
}

.member-savings-hero-action small {
    color: rgba(255, 255, 255, .78);
    font-weight: 800;
}

.member-savings-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: .75rem;
}

.member-savings-product-card {
    display: grid;
    gap: .15rem;
    min-height: 92px;
    padding: .85rem;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
    color: #172033;
    text-align: left;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.member-savings-product-card.active,
.member-savings-product-card:hover {
    border-color: #0f766e;
    background: #f0fdfa;
}

.member-savings-product-card span,
.member-savings-product-card strong,
.member-savings-product-card small {
    display: block;
}

.member-savings-product-card span {
    color: #0f766e;
    font-size: .72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.member-savings-product-card strong {
    font-weight: 950;
}

.member-savings-product-card small {
    color: #64748b;
    font-weight: 800;
}

.member-savings-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: .85rem;
}

.member-savings-plan-card,
.member-savings-empty {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.member-savings-plan-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

.member-savings-plan-head span,
.member-savings-plan-head strong,
.member-savings-plan-head small,
.member-savings-plan-balance span,
.member-savings-plan-balance strong {
    display: block;
}

.member-savings-plan-head span {
    color: #0f766e;
    font-size: .72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.member-savings-plan-head strong {
    color: #172033;
    font-weight: 950;
}

.member-savings-plan-head small {
    color: #64748b;
    font-weight: 800;
}

.member-savings-plan-head em {
    padding: .25rem .5rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: .72rem;
    font-style: normal;
    font-weight: 900;
}

.member-savings-plan-head em.active {
    background: #dcfce7;
    color: #047857;
}

.member-savings-plan-balance {
    margin: .9rem 0;
}

.member-savings-plan-balance span {
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
}

.member-savings-plan-balance strong {
    color: #172033;
    font-size: 1.35rem;
    font-weight: 950;
}

.member-savings-progress {
    display: grid;
    gap: .35rem;
}

.member-savings-progress > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    color: #172033;
    font-weight: 900;
}

.member-savings-progress small {
    color: #64748b;
    font-weight: 800;
}

.member-savings-progress-bar {
    overflow: hidden;
    height: 9px;
    border-radius: 999px;
    background: #dbeafe;
}

.member-savings-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0f766e, #2563eb);
}

.member-savings-progress.neutral .member-savings-progress-bar span {
    background: linear-gradient(90deg, #64748b, #0f766e);
}

.member-savings-plan-meta {
    display: grid;
    gap: .4rem;
    margin-top: .85rem;
    color: #64748b;
    font-size: .82rem;
    font-weight: 800;
}

.member-savings-plan-meta div {
    display: flex;
    align-items: center;
    gap: .45rem;
}

.member-savings-plan-meta i {
    color: #0f766e;
}

.member-savings-empty {
    display: grid;
    place-items: center;
    gap: .35rem;
    min-height: 220px;
    color: #64748b;
    text-align: center;
}

.member-savings-empty i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 1.5rem;
}

.member-savings-empty strong {
    color: #172033;
    font-weight: 950;
}

.member-savings-product-summary {
    padding: .8rem;
    border-radius: 8px;
    background: #eff6ff;
    color: #1e3a8a;
    font-size: .86rem;
    font-weight: 800;
}

.member-save-now-panel {
    background: linear-gradient(135deg, #ecfdf5, #fff);
}

@media (max-width: 767.98px) {
    .member-savings-hero {
        grid-template-columns: 1fr;
    }

    .member-savings-hero-action {
        min-width: 0;
    }

    .member-savings-plan-head {
        flex-direction: column;
    }
}

.notification-preference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .75rem;
}

.notification-preference-option {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    min-height: 78px;
    padding: .8rem;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #f8fafc);
}

.notification-preference-option.muted {
    opacity: .62;
}

.notification-preference-option .form-check-input {
    margin-top: .25rem;
}

.notification-preference-option span {
    display: grid;
    gap: .15rem;
    min-width: 0;
}

.notification-preference-option i {
    color: #0f766e;
    font-size: 1.15rem;
}

.notification-preference-option strong {
    color: #172033;
    font-size: .9rem;
    font-weight: 900;
}

.notification-preference-option small {
    color: #64748b;
    font-weight: 700;
}

.member-notification-preferences {
    padding: 1rem;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #eff6ff;
}

@media (min-width: 992px) {
    .sidebar {
        position: sticky;
        top: 0;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

@media (max-width: 991.98px) {
    body.app-authenticated {
        padding-bottom: 72px;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .app-shell {
        display: block;
    }

    .sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 1060;
        width: min(86vw, 330px);
        max-width: 330px;
        max-height: 100vh;
        overflow-y: auto;
        overscroll-behavior: contain;
        transform: translateX(-106%);
        transition: transform .22s ease;
        box-shadow: 24px 0 50px rgba(15, 23, 42, .24);
    }

    body.mobile-menu-open .sidebar {
        transform: translateX(0);
    }

    .mobile-sidebar-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1055;
        background: rgba(15, 23, 42, .48);
        backdrop-filter: blur(2px);
    }

    body.mobile-menu-open .mobile-sidebar-backdrop {
        display: block;
    }

    .content {
        width: 100%;
    }

    .content > header {
        position: sticky;
        top: 0;
        z-index: 1040;
        min-height: 64px;
    }

    .mobile-menu-toggle {
        width: 38px;
        height: 38px;
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
    }

    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1045;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        gap: .2rem;
        min-height: 66px;
        padding: .45rem .45rem calc(.45rem + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(15, 23, 42, .08);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 -12px 28px rgba(15, 23, 42, .08);
        backdrop-filter: blur(14px);
    }

    .mobile-bottom-nav a,
    .mobile-bottom-nav button {
        min-width: 0;
        border: 0;
        border-radius: 10px;
        background: transparent;
        color: #64748b;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .14rem;
        padding: .25rem .15rem;
        text-decoration: none;
        font-size: .72rem;
        font-weight: 800;
        line-height: 1.1;
    }

    .mobile-bottom-nav i {
        font-size: 1.15rem;
        line-height: 1;
    }

    .mobile-bottom-nav a.active,
    .mobile-bottom-nav button:focus-visible {
        background: rgba(21, 94, 117, .1);
        color: var(--tenant-primary, #155e75);
        outline: 0;
    }

    .pwa-install-fab {
        bottom: 76px;
        right: 12px;
    }

    .pwa-offline-badge {
        bottom: 78px;
    }
}

@media (max-width: 1199.98px) {
    .operations-hero,
    .operations-link-card {
        grid-template-columns: 1fr;
    }

    .member-index-hero,
    .finance-hero,
    .member-form-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .operations-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .site-nav .container {
        flex-wrap: wrap;
    }

    .site-brand strong {
        font-size: .95rem;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        right: 12px;
        bottom: 12px;
    }

    .site-hero {
        min-height: auto;
    }

    .site-hero-overlay {
        background: rgba(10, 18, 32, .82);
    }

    .site-hero-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .site-hero-proof,
    .site-visual-gallery,
    .site-feature-grid {
        grid-template-columns: 1fr;
    }

    .site-feature-grid .site-feature {
        min-height: 0;
        border-width: 0 0 1px;
    }

    .site-feature-grid .site-feature:last-child {
        border-bottom: 0;
    }

    .site-visual-card,
    .site-visual-card-large {
        min-height: 280px;
    }

    .site-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .site-merchant-steps {
        grid-template-columns: 1fr;
    }

    .site-merchant-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-bills-grid {
        grid-template-columns: 1fr;
    }

    .site-dashboard-card {
        margin-top: 1rem;
    }

    .pricing-toggle {
        width: 100%;
    }

    .pricing-toggle button {
        flex: 1 1 0;
    }

    .site-price {
        padding: 1.1rem;
    }

    .site-price-top {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .site-price-top .badge {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .site-plan-limits {
        gap: .45rem;
    }

    .site-plan-limits div,
    .site-plan-included div {
        padding: .7rem .55rem;
    }

    .site-plan-included {
        grid-template-columns: 1fr;
    }

    .operations-hero,
    .operations-link-card,
    .operations-panel,
    .operations-focus-card {
        padding: 1rem;
    }

    .operations-hero-panel,
    .operations-metrics,
    .operations-mix,
    .operations-actions,
    .operations-snapshot-grid {
        grid-template-columns: 1fr;
    }

    .operations-link-copy {
        flex-direction: column;
    }

    .operations-hero-actions .btn,
    .operations-link-copy .btn {
        width: 100%;
    }

    .operations-ring {
        margin: 0 auto;
    }

    .operations-focus-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .45rem;
    }

    .operations-focus-tabs button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .operations-focus-header,
    .operations-tab-head,
    .operations-panel-head,
    .operations-table-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-portal-showcase,
    .site-portal-showcase img {
        min-height: 340px;
    }

    .site-phone-card {
        position: static;
        width: auto;
        margin: -5.5rem 1rem 1rem;
    }

    .customer-form-hero,
    .customer-submit-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .member-index-hero,
    .member-stat-grid,
    .finance-hero,
    .finance-metric-grid,
    .member-form-summary {
        grid-template-columns: 1fr;
    }

    .member-directory-head,
    .member-filter-top,
    .member-action-title,
    .member-form-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .member-selected-pill {
        width: 100%;
        justify-content: center;
    }

    .member-name-cell {
        min-width: 190px;
    }

    .member-subtext {
        flex-wrap: wrap;
    }

    .finance-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .65rem;
    }

    .finance-tabs .nav-link {
        white-space: nowrap;
    }

    .finance-pane-title,
    .finance-card-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .savings-product-showcase-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .savings-product-editor.finance-editor-card {
        position: static;
    }

    .finance-hero-copy h2 {
        font-size: clamp(1.55rem, 8vw, 2.15rem);
    }

    .customer-form-hero .btn,
    .customer-submit-bar .btn {
        width: 100%;
    }

    .customer-form-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: .65rem;
    }

    .customer-form-tabs .nav-link {
        white-space: nowrap;
        border-radius: 8px;
    }

    .customer-filter-form,
    .customer-search-form,
    .customer-search-input,
    .customer-filter-select,
    .customer-new-btn {
        flex: 1 1 100%;
        max-width: none;
        width: 100%;
    }

    .saas-hero {
        min-height: auto;
    }

    .saas-hero::before {
        background: rgba(15, 23, 42, .64);
    }

    .screen-main {
        width: 720px;
        right: -360px;
        top: 40px;
        opacity: .58;
    }

    .screen-side {
        display: none;
    }

    .saas-hero-copy {
        padding: 4.5rem 0;
    }

    .saas-portal-preview,
    .saas-steps,
    .saas-check-grid {
        grid-template-columns: 1fr;
    }

    .agent-nav .container {
        flex-wrap: wrap;
    }

    .agent-hero {
        min-height: auto;
    }

    .agent-hero-overlay {
        background: rgba(10, 18, 32, .82);
    }

    .agent-hero-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .agent-panel {
        margin-top: 1rem;
    }

    .agent-panel-grid,
    .agent-earnings {
        grid-template-columns: 1fr;
    }

    .agent-level-track,
    .merchant-dashboard-hero,
    .merchant-rule-grid,
    .merchant-incentive-grid,
    .merchant-dashboard-levels {
        grid-template-columns: 1fr;
    }

    .merchant-dashboard-hero {
        padding: 1rem;
    }

    .tenant-public-hero-inner,
    .tenant-form-shell {
        grid-template-columns: 1fr;
    }

    .member-portal-hero {
        grid-template-columns: 1fr;
    }

    .member-portal-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .35rem;
    }

    .member-portal-tabs .nav-link {
        white-space: nowrap;
    }

    .manual-hero {
        padding: 3.5rem 0;
    }

    .manual-main {
        padding: 2rem 0;
    }

    .manual-toc {
        position: static;
    }

    .manual-steps,
    .manual-steps.compact,
    .manual-grid,
    .manual-two-col {
        grid-template-columns: 1fr;
    }

    .manual-card {
        padding: 1rem;
    }

    .site-about-list {
        grid-template-columns: 1fr;
    }

    .site-about-media-card {
        position: static;
        width: 100%;
        margin-top: .85rem;
    }

    .mobile-app-hero {
        padding: 3.5rem 0;
    }

    .mobile-app-grid,
    .mobile-app-checklist {
        grid-template-columns: 1fr;
    }

    .mobile-app-phone {
        width: min(280px, 100%);
    }

    .mobile-app-phone-screen {
        min-height: 360px;
    }
}

html {
    scroll-behavior: smooth;
}

.site-v2,
.site-v2 * {
    letter-spacing: 0;
}

.site-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #0f766e, #f59e0b, #0284c7);
    box-shadow: 0 6px 18px rgba(15, 118, 110, .28);
    transition: width .12s linear;
}

.site-v2 .btn,
.site-v2 button,
.site-v2 a,
.site-v2 .site-feature,
.site-v2 .site-price,
.site-v2 .site-testimonial,
.site-v2 .site-proof-card,
.site-v2 .site-about-list div,
.site-v2 .site-contact-list a {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
}

.site-nav {
    backdrop-filter: blur(18px);
    transition: box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}

.site-nav.site-nav-scrolled {
    background: rgba(255, 255, 255, .9);
    border-bottom-color: rgba(15, 118, 110, .13);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .1);
}

.site-brand span {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 12px 24px rgba(15, 118, 110, .24);
    transition: transform .22s ease, box-shadow .22s ease;
}

.site-brand:hover span {
    transform: translateY(-2px) rotate(-2deg);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 18px 34px rgba(15, 118, 110, .32);
}

.site-nav-links > a {
    position: relative;
    padding: .35rem 0;
}

.site-nav-links > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: .1rem;
    height: 2px;
    border-radius: 999px;
    background: #0f766e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}

.site-nav-links > a:hover::after {
    transform: scaleX(1);
}

.site-mobile-toggle {
    border-color: rgba(15, 118, 110, .28);
    background: #f0fdfa;
    color: #134e4a;
    font-weight: 900;
}

.site-mobile-menu {
    box-shadow: 0 18px 46px rgba(15, 23, 42, .12);
}

.site-mobile-menu.collapsing {
    transition: height .22s ease;
}

.whatsapp-float {
    animation: siteWhatsAppPulse 2.8s ease-in-out infinite;
}

.site-hero {
    min-height: min(820px, 100svh);
}

.site-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .72), transparent);
}

.site-hero-carousel img {
    transform: scale(1.04) translateY(var(--hero-shift, 0));
    transition: transform .18s linear;
}

.site-hero-carousel .carousel-item.active img {
    animation: siteHeroImage 6.8s ease both;
}

.site-hero-content .site-eyebrow,
.site-hero-content h1,
.site-hero-content p,
.site-hero-content .btn,
.site-hero-points,
.site-hero-proof,
.site-dashboard-card {
    animation: siteRise .72s ease both;
}

.site-hero-content h1 {
    animation-delay: .08s;
}

.site-hero-content p {
    animation-delay: .16s;
}

.site-hero-content .btn {
    animation-delay: .22s;
}

.site-hero-content .site-hero-cta {
    animation: siteRise .72s ease .22s both, siteTrialPulse 1.8s ease-in-out 1.1s infinite;
}

.site-hero-points {
    animation-delay: .28s;
}

.site-hero-proof {
    animation-delay: .34s;
}

.site-dashboard-card {
    position: relative;
    overflow: hidden;
    animation-delay: .26s;
    transition: transform .28s ease, box-shadow .28s ease;
}

.site-dashboard-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #0f766e, #f59e0b, #0284c7);
}

.site-dashboard-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 82px rgba(0, 0, 0, .32);
}

.site-bars span {
    transform-origin: bottom;
    animation: siteBarGrow .9s cubic-bezier(.2, .75, .2, 1) both;
}

.site-bars span:nth-child(2) {
    animation-delay: .08s;
}

.site-bars span:nth-child(3) {
    animation-delay: .16s;
}

.site-bars span:nth-child(4) {
    animation-delay: .24s;
}

.site-bars span:nth-child(5) {
    animation-delay: .32s;
}

.site-bars span:nth-child(6) {
    animation-delay: .4s;
}

.site-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    z-index: 4;
    display: inline-grid;
    justify-items: center;
    gap: .3rem;
    color: rgba(255, 255, 255, .78) !important;
    transform: translateX(-50%);
    font-size: 1rem;
}

.site-scroll-cue span {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    position: relative;
}

.site-scroll-cue span::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
    animation: siteScrollDot 1.5s ease-in-out infinite;
}

.site-proof-card,
.site-feature,
.site-price,
.site-testimonial,
.site-about-list div,
.site-contact-list a {
    will-change: transform;
}

.site-proof-card:hover,
.site-feature:hover,
.site-testimonial:hover,
.site-about-list div:hover,
.site-contact-list a:hover {
    transform: translateY(-5px);
    border-color: rgba(15, 118, 110, .2);
    box-shadow: 0 26px 60px rgba(15, 23, 42, .12);
}

.site-feature:hover i,
.site-about-list div:hover i,
.site-bills-grid div:hover i {
    transform: translateY(-2px) scale(1.04);
}

.site-feature i,
.site-about-list i,
.site-bills-grid i {
    transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.site-feature-tabs .nav-link {
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.site-feature-tabs .nav-link:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 118, 110, .3);
    color: #0f766e;
}

.site-feature-tab-content .tab-pane.show.active {
    animation: siteFadeLift .32s ease both;
}

.site-portal-showcase img {
    transition: transform .45s ease;
}

.site-portal-showcase:hover img {
    transform: scale(1.035);
}

.site-phone-card {
    animation: siteFloat 4s ease-in-out infinite;
}

.site-price .btn:hover,
.site-hero .btn:hover,
.site-contact-form .btn:hover {
    transform: translateY(-2px);
}

.site-price-value {
    transition: background-color .22s ease, border-color .22s ease;
}

.site-price:hover .site-price-value {
    border-color: rgba(15, 118, 110, .26);
    background: #f0fdfa;
}

.site-testimonials .carousel-inner {
    overflow: visible;
}

.site-motion-ready .site-reveal {
    opacity: 0;
    transform: translateY(24px);
}

.site-motion-ready .site-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .58s ease var(--reveal-delay, 0ms), transform .58s ease var(--reveal-delay, 0ms);
}

@keyframes siteRise {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes siteFadeLift {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes siteHeroImage {
    from {
        transform: scale(1.08) translateY(var(--hero-shift, 0));
    }
    to {
        transform: scale(1.04) translateY(var(--hero-shift, 0));
    }
}

@keyframes siteBarGrow {
    from {
        transform: scaleY(.08);
        opacity: .45;
    }
    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes siteFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes siteScrollDot {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 15px);
    }
}

@keyframes siteWhatsAppPulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 16px 34px rgba(15, 23, 42, .22);
    }
    50% {
        transform: translateY(-3px);
        box-shadow: 0 20px 44px rgba(37, 211, 102, .34);
    }
}

@keyframes siteTrialPulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 14px 30px rgba(20, 184, 166, .34), 0 0 0 0 rgba(250, 204, 21, 0);
    }
    50% {
        transform: translateY(-2px) scale(1.035);
        box-shadow: 0 0 0 9px rgba(250, 204, 21, .42), 0 0 28px rgba(250, 204, 21, .72), 0 18px 42px rgba(20, 184, 166, .46);
    }
}

@media (max-width: 767.98px) {
    .site-brand {
        max-width: calc(100% - 112px);
    }

    .site-brand strong {
        white-space: normal;
        line-height: 1.08;
    }

    .site-mobile-menu {
        max-height: calc(100svh - 68px);
        overflow-y: auto;
    }

    .site-mobile-menu .container {
        padding-top: .75rem !important;
        padding-bottom: .9rem !important;
    }

    .site-mobile-menu a,
    .site-mobile-menu button {
        min-height: 46px;
        background: #f8fafc;
    }

    .site-hero::after {
        background-size: 44px 44px;
        mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .58), transparent);
    }

    .site-hero-content {
        padding-top: 2.35rem;
        padding-bottom: 2.6rem;
    }

    .site-hero-content .row {
        --bs-gutter-y: 1.2rem;
    }

    .site-hero h1 {
        font-size: 2.35rem;
        line-height: 1.03;
        max-width: 100%;
    }

    .site-rotating-word {
        min-width: 8.8ch;
    }

    .site-hero p {
        margin: 1rem 0;
        font-size: 1rem;
        line-height: 1.55;
    }

    .site-hero .btn-lg {
        width: 100%;
        min-height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .site-hero-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .55rem;
    }

    .site-hero-points span {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: .58rem .65rem;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 8px;
        background: rgba(255, 255, 255, .1);
        line-height: 1.2;
    }

    .site-hero-proof {
        display: flex;
        grid-template-columns: none;
        gap: .65rem;
        max-width: none;
        margin-right: -1rem;
        padding: .2rem 1rem .5rem 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .site-hero-proof div {
        flex: 0 0 168px;
        scroll-snap-align: start;
    }

    .site-dashboard-card {
        margin-top: .3rem;
        padding: .95rem;
        box-shadow: 0 22px 46px rgba(0, 0, 0, .24);
    }

    .site-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .55rem;
    }

    .site-dashboard-grid div {
        padding: .72rem;
    }

    .site-dashboard-grid strong {
        font-size: 1rem;
    }

    .site-bars {
        height: 86px;
        gap: .35rem;
        margin: .8rem 0;
        padding: .65rem;
    }

    .site-dashboard-row {
        padding: .58rem 0;
        gap: .55rem;
        font-size: .86rem;
    }

    .site-dashboard-row-wrap {
        display: none;
    }

    .site-dashboard-actions span {
        flex: 1 1 0;
        justify-content: center;
        min-width: 0;
        padding: .48rem .4rem;
    }

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

    .site-section {
        padding: 3.1rem 0;
    }

    .site-section h2,
    .site-section-head h2 {
        font-size: 2rem;
        line-height: 1.08;
    }

    .site-section-head {
        margin-bottom: 1.35rem;
    }

    .site-feature-tabs {
        margin-inline: -1rem;
        padding-inline: 1rem;
        scrollbar-width: none;
    }

    .site-feature-tabs::-webkit-scrollbar,
    .site-hero-proof::-webkit-scrollbar {
        display: none;
    }

    .site-feature-panel-head {
        padding: 1rem;
    }

    .site-portal-showcase,
    .site-portal-showcase img {
        min-height: 320px;
    }

    .site-phone-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        margin: -5.4rem 1rem 1rem;
        animation: none;
    }

    .site-carousel-control {
        bottom: .2rem;
    }
}

@media (max-width: 420px) {
    .site-hero h1 {
        font-size: 2.05rem;
    }

    .site-hero-points {
        grid-template-columns: 1fr;
    }

    .site-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .site-v2 *,
    .site-v2 *::before,
    .site-v2 *::after {
        animation: none !important;
        transition: none !important;
    }

    .site-motion-ready .site-reveal {
        opacity: 1;
        transform: none;
    }
}

@media print {
    .no-print {
        display: none !important;
    }

    body {
        background: #fff;
    }
}
