/* M'Cube Pay — Auth pages (login / register) */

.fin-auth {
    --auth-navy: #0A1628;
    --auth-gold: #F5B800;
    --auth-teal: #00C9A7;
    --auth-bg: #F7F5F0;
    --auth-text: #0A1628;
    --auth-muted: #6B7280;
    --auth-border: rgba(10, 22, 40, 0.1);

    position: relative;
    overflow: hidden;
    padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(3rem, 5vw, 4rem);
    background: var(--auth-bg);
    min-height: auto;
}

.fin-auth::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 15% 20%, rgba(245, 184, 0, 0.08), transparent 55%),
        radial-gradient(ellipse 40% 35% at 85% 80%, rgba(0, 201, 167, 0.06), transparent 50%);
    pointer-events: none;
}

.fin-auth .container {
    position: relative;
    z-index: 1;
}

.fin-auth__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.25rem;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}

/* ── Left panel (navy, hero-aligned) ─────────────────────── */

.fin-auth__showcase {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 3.5vw, 2.75rem);
    color: #fff;
    background: linear-gradient(145deg, #0A1628 0%, #0D1F35 55%, #0A1628 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(10, 22, 40, 0.2);
}

.fin-auth__showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
    pointer-events: none;
}

.fin-auth__showcase::after {
    content: "";
    position: absolute;
    top: -20%;
    right: -15%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 184, 0, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.fin-auth__showcase > * {
    position: relative;
    z-index: 1;
}

.fin-auth__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 2rem;
    text-decoration: none;
    color: inherit;
}

.fin-auth__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.fin-auth__brand-mark img {
    max-width: 1.75rem;
    max-height: 1.75rem;
}

.fin-auth__brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.fin-auth__brand-label {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.fin-auth__brand-name {
    font-family: "Clash Display", "Plus Jakarta Sans", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
}

.fin-auth__eyebrow {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.fin-auth__eyebrow-flags {
    font-size: 0.85rem;
}

.fin-auth__eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--auth-teal);
    animation: auth-pulse 2s ease-in-out infinite;
}

@keyframes auth-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.fin-auth__headline {
    margin: 0 0 1rem;
    font-family: "Clash Display", "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2rem, 3.8vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #FFFFFF !important;
}

.fin-auth__headline-line {
    display: block;
    color: #FFFFFF !important;
}

.fin-auth__headline-accent {
    display: block;
    background: linear-gradient(135deg, #F5B800 0%, #00C9A7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.fin-auth__lede {
    max-width: 28rem;
    margin: 0 0 1.75rem;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75) !important;
}

.fin-auth__trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
    margin-bottom: 1.75rem;
}

.fin-auth__trust-pill {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.fin-auth__trust-pill i {
    color: var(--auth-teal);
    font-size: 0.8rem;
    width: 1rem;
    text-align: center;
}

.fin-auth__stat-bar {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.1rem 1.25rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.fin-auth__stat strong {
    display: block;
    font-family: "Clash Display", "Plus Jakarta Sans", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--auth-gold);
    line-height: 1.2;
}

.fin-auth__stat span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.fin-auth__stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
}

/* ── Right panel (form card) ─────────────────────────────── */

.fin-auth__card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.75rem, 2.5vw, 2.25rem);
    background: #FFFFFF;
    border: 1px solid var(--auth-border);
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(10, 22, 40, 0.08);
}

.fin-auth__card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #F5B800, #00C9A7);
}

.fin-auth__card-top {
    margin-bottom: 1.5rem;
}

.fin-auth__card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.6rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(0, 201, 167, 0.1);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #008F78;
}

.fin-auth__card-kicker i {
    font-size: 0.6rem;
}

.fin-auth__card-title {
    margin: 0 0 0.35rem;
    font-family: "Clash Display", "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.65rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--auth-text) !important;
}

.fin-auth__card-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--auth-muted) !important;
}

/* ── Form ────────────────────────────────────────────────── */

.fin-auth__form {
    display: grid;
    gap: 1rem;
}

.fin-auth__field--full {
    grid-column: 1 / -1;
}

.fin-auth__label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--auth-text) !important;
}

.fin-auth__input-wrap {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0 0.9rem;
    min-height: 3.25rem;
    border-radius: 12px;
    border: 1.5px solid #E5E7EB;
    background: #FAFAFA;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.fin-auth__input-wrap:focus-within {
    border-color: var(--auth-navy);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(10, 22, 40, 0.06);
}

.fin-auth__icon {
    color: #9CA3AF;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.fin-auth__input {
    flex: 1;
    width: 100%;
    padding: 0.75rem 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--auth-text) !important;
    font-size: 0.95rem;
    font-weight: 500;
}

.fin-auth__input::placeholder {
    color: #9CA3AF;
}

.fin-auth__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #9CA3AF;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
}

.fin-auth__toggle:hover {
    color: var(--auth-navy);
    background: rgba(10, 22, 40, 0.05);
}

.fin-auth__meta--label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.45rem;
}

.fin-auth__check {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.88rem;
    color: var(--auth-muted);
    cursor: pointer;
}

.fin-auth__check input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--auth-gold);
}

.fin-auth__link {
    color: var(--auth-teal);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
}

.fin-auth__link:hover {
    color: #008F78;
}

.fin-auth__link--gold {
    color: #B8860B !important;
}

.fin-auth__link--gold:hover {
    color: var(--auth-gold) !important;
}

.fin-auth__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.95rem 1.25rem;
    border: 0;
    border-radius: 999px;
    background: var(--auth-gold);
    color: var(--auth-navy);
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(245, 184, 0, 0.35);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.fin-auth__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(245, 184, 0, 0.45);
    color: var(--auth-navy);
}

.fin-auth__divider {
    position: relative;
    margin: 0.25rem 0;
    text-align: center;
}

.fin-auth__divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E5E7EB;
}

.fin-auth__divider span {
    position: relative;
    display: inline-block;
    padding: 0 0.75rem;
    background: #fff;
    color: #9CA3AF;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fin-auth__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1.5px solid #E5E7EB;
    background: #fff;
    color: var(--auth-text);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.fin-auth__social:hover {
    border-color: var(--auth-navy);
    box-shadow: 0 4px 16px rgba(10, 22, 40, 0.06);
    color: var(--auth-text);
}

.fin-auth__social img {
    width: 1.15rem;
    height: 1.15rem;
}

.fin-auth__footer {
    text-align: center;
    font-size: 0.88rem;
    color: var(--auth-muted);
}

.fin-auth__footer p {
    margin: 0;
}

.fin-auth__footer--split {
    display: grid;
    gap: 0.5rem;
    text-align: center;
}

/* Password reset — notice & alerts */
.fin-auth__notice {
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    background: rgba(0, 201, 167, 0.08);
    border: 1px solid rgba(0, 201, 167, 0.18);
    font-size: 0.85rem;
    line-height: 1.55;
    color: var(--auth-text);
}

.fin-auth__notice strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--auth-text) !important;
}

.fin-auth__steps {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--auth-muted);
}

.fin-auth__steps li {
    margin-bottom: 0.35rem;
}

.fin-auth__steps li:last-child {
    margin-bottom: 0;
}

.fin-auth__alert {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    font-size: 0.88rem;
    line-height: 1.5;
}

.fin-auth__alert i {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.fin-auth__alert--success {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #047857;
}

.fin-auth__alert--success i {
    color: #059669;
}

.fin-auth__alert--error {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: #B91C1C;
}

.fin-auth__alert--error i {
    color: #DC2626;
}

/* Password reset — strength meter */
.fin-auth__requirements {
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    font-size: 0.82rem;
    color: var(--auth-muted);
}

.fin-auth__requirements strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
    color: var(--auth-text) !important;
}

.fin-auth__req-list {
    margin: 0 0 0.75rem;
    padding: 0;
    list-style: none;
}

.fin-auth__req {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.3rem;
}

.fin-auth__req::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.fin-auth__req--fail {
    color: #9CA3AF;
}

.fin-auth__req--fail::before {
    background: #D1D5DB;
}

.fin-auth__req--pass {
    color: #047857;
    font-weight: 600;
}

.fin-auth__req--pass::before {
    background: #10B981;
}

.fin-auth__strength-bar {
    height: 4px;
    border-radius: 999px;
    background: #E5E7EB;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.fin-auth__strength-fill {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: #DC2626;
    transition: width 0.3s ease, background 0.3s ease;
}

.fin-auth__strength-fill[data-level="medium"] {
    background: #F59E0B;
}

.fin-auth__strength-fill[data-level="strong"] {
    background: #10B981;
}

.fin-auth__strength-text {
    font-size: 0.75rem;
    color: var(--auth-muted);
}

.fin-auth .invalid-feedback,
.fin-auth .text-danger {
    display: block;
    margin-top: 0.4rem;
    color: #DC2626 !important;
    font-size: 0.82rem;
}

.fin-auth__recaptcha,
.fin-auth__captcha-block {
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
}

.fin-auth__captcha-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.fin-auth__captcha-preview img {
    height: 2.75rem;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
}

.fin-auth__refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #fff;
    color: var(--auth-text);
    text-decoration: none;
}

/* Register page — legacy showcase blocks */
.fin-auth__signal-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.fin-auth__signal {
    padding: 0.85rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fin-auth__signal-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.2rem;
}

.fin-auth__signal-label {
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.65);
}

.fin-auth__proof-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.fin-auth__proof {
    display: flex;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fin-auth__proof-icon {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #F5B800, #FFD98E);
    color: #0A1628;
    flex-shrink: 0;
}

.fin-auth__proof-copy strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.15rem;
}

.fin-auth__proof-copy span {
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.65);
}

.fin-auth__flow {
    padding: 1.1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fin-auth__flow-top,
.fin-auth__flow-bottom {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.fin-auth__flow-top {
    margin-bottom: 0.85rem;
}

.fin-auth__flow-amount strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

.fin-auth__flow-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fin-auth__flow-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
    font-weight: 600;
    color: #fff;
}

.fin-auth__flow-track {
    position: relative;
    height: 4px;
    margin: 0.85rem 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.fin-auth__flow-track::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 65%;
    background: linear-gradient(90deg, #F5B800, #00C9A7);
    border-radius: inherit;
}

.fin-auth__flow-marker {
    position: absolute;
    top: 50%;
    right: calc(35% - 6px);
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.fin-auth__flow-note {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

.fin-auth__headline span:not(.fin-auth__headline-line):not(.fin-auth__headline-accent) {
    background: linear-gradient(135deg, #F5B800, #00C9A7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fin-auth__terms {
    font-size: 0.85rem;
    color: var(--auth-muted);
    line-height: 1.6;
}

.fin-auth__phone .iti {
    width: 100%;
}

.fin-auth__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.fin-auth__socials {
    display: grid;
    gap: 0.65rem;
}

/* Dark mode */
html[data-theme="dark"] .fin-auth {
    --auth-bg: #070E1A;
    --auth-text: #F1F5F9;
    --auth-muted: #94A3B8;
    --auth-border: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .fin-auth__card {
    background: #111827;
}

html[data-theme="dark"] .fin-auth__input-wrap {
    background: #0F172A;
    border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .fin-auth__input-wrap:focus-within {
    background: #1E293B;
}

html[data-theme="dark"] .fin-auth__divider span {
    background: #111827;
}

html[data-theme="dark"] .fin-auth__requirements {
    background: #0F172A;
    border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .fin-auth__notice {
    background: rgba(0, 201, 167, 0.12);
    border-color: rgba(0, 201, 167, 0.22);
}

html[data-theme="dark"] .fin-auth__social {
    background: #0F172A;
    border-color: rgba(255, 255, 255, 0.1);
}

/* Auth pages: header / layout fixes */
body:has(.fin-auth) .page-wrapper {
    padding-top: 0 !important;
    background: var(--auth-bg, #F7F5F0) !important;
}

body:has(.fin-auth) .main-header.mcube-navbar {
    position: sticky !important;
    top: 0 !important;
    background: transparent !important;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 !important;
}

body:has(.fin-auth) .main-header.mcube-navbar.header-two {
    background: transparent !important;
}

body:has(.fin-auth) .mcube-topbar {
    background: #0A1628 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0 !important;
}

body:has(.fin-auth) .mcube-topbar-left span {
    color: rgba(255, 255, 255, 0.75) !important;
}

body:has(.fin-auth) .mcube-nav-main {
    position: static !important;
    top: auto !important;
    background: #FFFFFF !important;
    border-bottom: 1px solid rgba(10, 22, 40, 0.08) !important;
    box-shadow: 0 1px 12px rgba(10, 22, 40, 0.04) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    margin: 0 !important;
}

body:has(.fin-auth) .mcube-nav-links .navigation > li > a,
html[data-theme="light"] body:has(.fin-auth) .mcube-nav-links .navigation > li > a {
    color: #4B5563 !important;
}

body:has(.fin-auth) .mcube-nav-links .navigation > li > a:hover,
body:has(.fin-auth) .mcube-nav-links .navigation > li.current > a {
    color: #0A1628 !important;
    background: rgba(10, 22, 40, 0.05) !important;
}

body:has(.fin-auth) .mcube-nav-btn-outline,
html[data-theme="light"] body:has(.fin-auth) .mcube-nav-btn-outline {
    border-color: #D1D5DB !important;
    color: #0A1628 !important;
    background: transparent !important;
}

body:has(.fin-auth) .mcube-nav-btn-outline:hover {
    border-color: #0A1628 !important;
    color: #0A1628 !important;
    background: rgba(10, 22, 40, 0.04) !important;
}

body:has(.fin-auth) .mcube-nav-btn-primary {
    background: linear-gradient(135deg, #F5B800, #E0A800) !important;
    color: #0A1628 !important;
}

body:has(.fin-auth) .mcube-hamburger span {
    background: #0A1628 !important;
}

html[data-theme="dark"] body:has(.fin-auth) .mcube-nav-main {
    background: #111827 !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] body:has(.fin-auth) .mcube-nav-links .navigation > li > a {
    color: #CBD5E1 !important;
}

html[data-theme="dark"] body:has(.fin-auth) .mcube-nav-btn-outline {
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #F1F5F9 !important;
}

html[data-theme="dark"] body:has(.fin-auth) .mcube-hamburger span {
    background: #F1F5F9 !important;
}

/* Responsive */
@media (max-width: 991px) {
    .fin-auth__stage {
        grid-template-columns: 1fr;
    }

    .fin-auth__showcase {
        order: 2;
    }

    .fin-auth__card {
        order: 1;
    }

    .fin-auth__trust-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .fin-auth__trust-grid {
        grid-template-columns: 1fr;
    }

    .fin-auth__stat-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .fin-auth__stat-divider {
        width: 100%;
        height: 1px;
    }

    .fin-auth__grid {
        grid-template-columns: 1fr;
    }
}
