﻿body.sbfis-page {
    --sbfis-navy: #061a3a;
    --sbfis-deep: #00142f;
    --sbfis-gold: #d58b00;
    --sbfis-gold-2: #e3a11c;
    --sbfis-text: #101828;
    --sbfis-muted: #516070;
    --sbfis-line: #dfe5ed;
    --sbfis-panel: rgba(255,255,255,0.94);
    --sbfis-shadow: 0 14px 32px rgba(6,26,58,0.08);
    background: radial-gradient(circle at 88% 15%, rgba(213,139,0,0.08), transparent 24%), linear-gradient(180deg, #fbfcfe 0%, #f7f9fc 46%, #fbfcfe 100%);
    color: var(--sbfis-text);
    font-family: var(--font-body);
    line-height: 1.45;
}

.sbfis-shell { width: min(100%, 1440px); margin: 0 auto; }

.sbfis-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.98); border-bottom: 1px solid #d7dde6; box-shadow: 0 1px 0 rgba(6,26,58,0.04); }
.sbfis-header .navbar { min-height: 78px; padding: 0 clamp(18px,2.3vw,38px); background: #fff; border: 0; display: flex; align-items: center; gap: clamp(14px,2vw,28px); }
.sbfis-logo { width: clamp(190px,19vw,250px); min-width: 180px; display: flex; align-items: center; flex-shrink: 0; }
.sbfis-logo img { width: 100%; height: auto; display: block; }
.sbfis-header .nav-menu { display: flex; align-items: center; justify-content: center; flex: 1; list-style: none; gap: clamp(8px,1vw,16px); margin: 0; padding: 0; }
.sbfis-header .nav-item a { color: #050b17; font-family: var(--font-body); font-size: clamp(0.68rem,0.78vw,0.86rem); font-weight: 600; letter-spacing: 0; text-transform: none; padding: 29px 0 27px; position: relative; display: inline-flex; white-space: nowrap; }
.sbfis-header .nav-item a::after { display: none; }
.sbfis-header .nav-item a:hover, .sbfis-header .nav-item.active a { color: var(--sbfis-gold); }
.sbfis-header .nav-item.active a::before { content: ""; position: absolute; left: 0; right: 0; bottom: 12px; height: 2px; background: var(--sbfis-gold); }
.sbfis-header .navbar-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.sbfis-login-btn, .sbfis-register-btn { min-height: 42px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 0.9rem; font-weight: 700; white-space: nowrap; }
.sbfis-login-btn { padding: 0 18px; color: var(--sbfis-navy); border: 1px solid var(--sbfis-gold); background: #fff; }
.sbfis-register-btn { padding: 0 22px; color: #fff; background: linear-gradient(180deg,#d9910c 0%,#c97d00 100%); border: 1px solid #c97d00; box-shadow: inset 0 1px 0 rgba(255,255,255,0.28); }
.sbfis-header .menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--sbfis-line); border-radius: 6px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.sbfis-header .menu-toggle span { width: 18px; height: 2px; background: var(--sbfis-navy); border-radius: 2px; }

.sbfis-hero { position: relative; overflow: hidden; padding: 6px clamp(20px,3vw,42px) 10px; background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(249,251,253,0.96) 44%, rgba(239,243,248,0.96) 100%); border-bottom: 1px solid rgba(6,26,58,0.08); }
.sbfis-hero-inner { width: 100%; display: grid; grid-template-columns: minmax(286px,0.44fr) minmax(520px,0.9fr); align-items: center; gap: clamp(12px,1.6vw,28px); }
.sbfis-copy { padding: 18px 0 0; max-width: 420px; position: relative; z-index: 2; }
.sbfis-intro { display: block; color: #05152e; font-size: 0.92rem; font-weight: 800; text-transform: uppercase; margin-bottom: 2px; }
.sbfis-hero h1 { margin: 0 0 2px; color: var(--sbfis-navy); font-size: clamp(4.25rem,8.7vw,7.4rem); line-height: 0.88; font-weight: 900; letter-spacing: 0; }
.sbfis-hero h2 { margin: 0 0 9px; color: var(--sbfis-gold); font-size: clamp(1.02rem,1.65vw,1.75rem); line-height: 1.15; font-weight: 900; letter-spacing: 0.02em; max-width: 350px; text-transform: uppercase; }
.sbfis-hero-desc { max-width: 360px; margin: 0 0 12px; color: #111827; font-size: clamp(0.88rem,1.1vw,1rem); line-height: 1.55; }
.sbfis-checklist { list-style: none; display: grid; gap: 8px; margin: 0 0 17px; padding: 0; }
.sbfis-checklist li { display: flex; align-items: center; gap: 10px; color: #111827; font-size: 0.9rem; font-weight: 600; }
.sbfis-checklist i { width: 18px; height: 18px; border-radius: 50%; background: var(--sbfis-gold); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.58rem; flex: 0 0 auto; }
.sbfis-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 15px; }
.sbfis-btn-primary, .sbfis-btn-outline { min-height: 43px; border-radius: 5px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 0.86rem; font-weight: 900; text-transform: uppercase; line-height: 1; cursor: pointer; }
.sbfis-btn-primary { color: #fff; background: linear-gradient(180deg,#db970f 0%,#c77b00 100%); border: 1px solid #c77b00; box-shadow: 0 8px 15px rgba(213,139,0,0.20); }
.sbfis-btn-outline { color: var(--sbfis-navy); background: #fff; border: 1px solid #8f9bae; box-shadow: 0 4px 10px rgba(6,26,58,0.04); }
.sbfis-platforms { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; color: var(--sbfis-navy); }
.sbfis-platforms span, .sbfis-platforms strong { font-size: 0.78rem; color: #111827; font-weight: 600; }
.sbfis-platforms i { font-size: 1.2rem; }
.sbfis-platforms .fa-android { color: #4caa40; }

.sbfis-visual { position: relative; min-height: clamp(372px,43vw,586px); display: flex; align-items: center; justify-content: center; padding: 5px 0 28px; z-index: 1; }
.laptop-wrap { position: relative; width: min(100%,760px); margin-left: auto; filter: drop-shadow(0 28px 24px rgba(6,26,58,0.20)); }
.laptop-frame { position: relative; background: linear-gradient(180deg,#05090f 0%,#111620 100%); border: 3px solid #1b2230; border-bottom-width: 9px; border-radius: 22px 22px 8px 8px; padding: 18px 13px 12px; box-shadow: inset 0 2px 0 rgba(255,255,255,0.16), 0 0 0 1px rgba(0,0,0,0.45); }
.laptop-camera { position: absolute; top: 7px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: #202b3e; transform: translateX(-50%); }
.laptop-screen { overflow: hidden; min-height: clamp(292px,33.7vw,452px); border-radius: 7px; background: #f6f8fb; border: 1px solid #0a1018; }
.laptop-base { position: relative; width: 96%; height: clamp(22px,2.6vw,36px); margin: 0 auto; background: linear-gradient(180deg,#c5c8cc 0%,#7c838b 78%,#535a62 100%); border-radius: 0 0 24px 24px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.6); }
.laptop-base::before { content: ""; position: absolute; left: 38%; right: 38%; top: 5px; height: 7px; border-radius: 0 0 10px 10px; background: rgba(255,255,255,0.36); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.14); }

.sbfis-dashboard { display: grid; grid-template-columns: clamp(72px,8vw,110px) 1fr; min-height: inherit; color: #061a3a; font-family: var(--font-body); }
.dash-sidebar { background: linear-gradient(180deg,#061a3a 0%,#001226 100%); color: rgba(255,255,255,0.78); padding: 10px 8px; }
.dash-logo { display: flex; align-items: center; gap: 5px; color: #fff; font-size: 0.73rem; font-weight: 900; margin-bottom: 13px; }
.dash-logo-mark { width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--sbfis-gold); font-size: 0.62rem; }
.dash-side-link { min-height: 25px; border-radius: 4px; display: flex; align-items: center; gap: 7px; padding: 0 6px; font-size: clamp(0.48rem,0.66vw,0.66rem); font-weight: 700; }
.dash-side-link i { width: 11px; font-size: 0.58rem; }
.dash-side-link.active { color: #fff; background: var(--sbfis-gold); }
.dash-main { padding: clamp(10px,1.3vw,18px); background: #f4f6fa; }
.dash-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.dash-topline strong { font-size: 0.82rem; }
.dash-icons { display: flex; gap: 14px; color: #061a3a; font-size: 0.78rem; }
.dash-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(7px,1vw,14px); margin-bottom: clamp(9px,1.1vw,15px); }
.dash-card { background: #fff; border: 1px solid #e2e7ef; border-radius: 7px; padding: clamp(8px,1vw,13px); box-shadow: 0 5px 14px rgba(6,26,58,0.05); }
.dash-card label { display: block; color: #07162d; font-size: clamp(0.46rem,0.62vw,0.68rem); font-weight: 800; margin-bottom: 8px; }
.dash-card strong { display: block; color: #061a3a; font-size: clamp(0.66rem,0.9vw,0.96rem); font-weight: 900; white-space: nowrap; }
.dash-card small { display: inline-block; margin-top: 7px; font-size: clamp(0.46rem,0.57vw,0.62rem); font-weight: 800; }
.dash-card small span { color: #667085; font-weight: 700; }
.up { color: #039855; }
.down { color: #e32626; }
.dash-grid { display: grid; grid-template-columns: 1.35fr 0.9fr; gap: clamp(8px,1vw,14px); margin-bottom: clamp(8px,1vw,14px); }
.dash-panel { min-height: clamp(110px,12.8vw,176px); background: #fff; border: 1px solid #e2e7ef; border-radius: 7px; padding: clamp(9px,1vw,14px); box-shadow: 0 5px 14px rgba(6,26,58,0.05); }
.dash-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 7px; color: #061a3a; font-size: clamp(0.56rem,0.75vw,0.78rem); font-weight: 900; }
.dash-legend { display: flex; align-items: center; gap: 10px; color: #667085; font-size: 0.55rem; font-weight: 700; }
.legend-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; margin-right: 3px; }
.legend-blue { background: #1266d6; }
.legend-gold { background: var(--sbfis-gold); }
.line-chart { width: 100%; height: clamp(75px,9.6vw,126px); display: block; }
.dash-months { display: grid; grid-template-columns: repeat(6,1fr); color: #667085; font-size: clamp(0.45rem,0.55vw,0.58rem); text-align: center; font-weight: 700; }
.donut-wrap { display: grid; grid-template-columns: minmax(72px,0.75fr) 1fr; gap: 9px; align-items: center; }
.donut { width: clamp(84px,9.4vw,132px); aspect-ratio: 1; border-radius: 50%; margin: 0 auto; background: conic-gradient(#1266d6 0 40%,#f04438 40% 65%,#f6a609 65% 75%,#86b83d 75% 90%,#12a969 90% 100%); position: relative; }
.donut::before { content: ""; position: absolute; inset: 28%; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px #edf1f6; }
.donut-list { list-style: none; display: grid; gap: 7px; margin: 0; padding: 0; color: #26364a; font-size: clamp(0.48rem,0.62vw,0.66rem); font-weight: 700; }
.dash-bottom { display: grid; grid-template-columns: 0.92fr 1.1fr 1.1fr; gap: clamp(8px,1vw,14px); }
.mini-list { display: grid; gap: 6px; color: #26364a; font-size: clamp(0.45rem,0.58vw,0.62rem); font-weight: 700; }
.mini-row { display: flex; align-items: center; justify-content: space-between; gap: 5px; }
.invoice-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; text-align: center; margin-top: 12px; }
.invoice-stats strong { display: block; font-size: clamp(0.9rem,1.35vw,1.45rem); color: #039855; }
.invoice-stats div:nth-child(2) strong { color: var(--sbfis-gold); }
.invoice-stats div:nth-child(3) strong { color: #e32626; }
.invoice-stats span { font-size: clamp(0.45rem,0.58vw,0.62rem); color: #26364a; font-weight: 800; }
.bar-chart { height: clamp(50px,5.8vw,78px); display: flex; align-items: flex-end; gap: 5px; padding-top: 8px; }
.bar-chart span { flex: 1; min-width: 4px; border-radius: 2px 2px 0 0; background: linear-gradient(180deg,#12b76a 0%,#069455 100%); }

.phone-mock { position: absolute; right: -2px; bottom: 32px; width: clamp(104px,12vw,172px); min-height: clamp(216px,25vw,350px); z-index: 5; padding: 10px 7px 8px; border-radius: 25px; background: #090d12; border: 2px solid #3d454f; box-shadow: 0 18px 30px rgba(0,0,0,0.34); transform: rotate(2deg); }
.phone-mock::before { content: ""; position: absolute; top: 6px; left: 34%; right: 34%; height: 4px; border-radius: 999px; background: #1b232e; z-index: 2; }
.phone-screen { overflow: hidden; border-radius: 18px; min-height: inherit; background: #f4f6fa; }
.phone-top { min-height: 55px; padding: 16px 11px 8px; background: #061a3a; color: #fff; display: flex; align-items: center; justify-content: space-between; font-size: 0.52rem; font-weight: 900; }
.phone-title { padding: 9px 10px; background: #061a3a; color: #fff; font-size: clamp(0.56rem,0.72vw,0.74rem); font-weight: 900; }
.phone-cards { display: grid; gap: 7px; padding: 9px; }
.phone-card { background: #fff; border: 1px solid #e2e7ef; border-radius: 5px; padding: 8px 7px; box-shadow: 0 5px 10px rgba(6,26,58,0.07); }
.phone-card label { display: block; color: #07162d; font-size: clamp(0.43rem,0.54vw,0.58rem); font-weight: 800; }
.phone-card strong { color: #061a3a; font-size: clamp(0.58rem,0.74vw,0.78rem); font-weight: 900; }
.phone-card small { float: right; color: #039855; font-size: clamp(0.42rem,0.5vw,0.54rem); font-weight: 900; }
.phone-card small.down { color: #e32626; }
.phone-nav { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; padding: 8px 4px 6px; background: #061a3a; color: rgba(255,255,255,0.82); text-align: center; font-size: clamp(0.38rem,0.48vw,0.5rem); font-weight: 700; }
.phone-nav i { display: block; margin-bottom: 2px; font-size: 0.62rem; }

.sbfis-modules { margin: 14px clamp(20px,3vw,42px) 12px; padding: 12px 20px 16px; background: rgba(255,255,255,0.90); border: 1px solid var(--sbfis-line); border-radius: 14px; box-shadow: 0 10px 22px rgba(6,26,58,0.04); }
.sbfis-modules h2, .sbfis-section-title { margin: 0 0 12px; color: var(--sbfis-navy); font-size: clamp(0.92rem,1.18vw,1.2rem); font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: 0.01em; }
.module-row { display: grid; grid-template-columns: repeat(10,1fr); }
.module-item { min-height: 80px; padding: 4px 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; color: #050b17; border-left: 1px solid var(--sbfis-line); }
.module-item:first-child { border-left: 0; }
.module-item i { color: var(--sbfis-gold); font-size: clamp(1.35rem,2vw,2rem); }
.module-item span { font-size: clamp(0.62rem,0.78vw,0.82rem); font-weight: 700; line-height: 1.2; }

.sbfis-details { padding: 0 clamp(20px,3vw,42px) 12px; }
.sbfis-details-grid { display: grid; grid-template-columns: 1fr 1.08fr 1.05fr; gap: 12px; }
.sbfis-panel, .pricing-panel, .testimonial-panel { background: var(--sbfis-panel); border: 1px solid var(--sbfis-line); border-radius: 12px; box-shadow: 0 10px 24px rgba(6,26,58,0.04); padding: 16px; }
.sbfis-panel h3, .testimonial-panel h3 { margin: 0 0 12px; color: var(--sbfis-navy); font-size: clamp(0.94rem,1.12vw,1.14rem); font-weight: 900; text-transform: uppercase; }
.why-list { gap: 10px; margin: 0; }
.why-list li { font-size: clamp(0.72rem,0.84vw,0.86rem); font-weight: 600; }
.why-list i { width: 15px; height: 15px; font-size: 0.48rem; }
.features-mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.feature-mini { min-height: 84px; padding: 10px 6px; border: 1px solid var(--sbfis-line); border-radius: 7px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: inset 0 1px 0 rgba(255,255,255,0.8); }
.feature-mini i { color: var(--sbfis-navy); font-size: clamp(1.3rem,1.8vw,1.82rem); margin-bottom: 8px; }
.feature-mini h4 { margin: 0; color: #050b17; font-size: clamp(0.65rem,0.78vw,0.82rem); line-height: 1.18; font-weight: 800; }
.demo-card { position: relative; overflow: hidden; min-height: 214px; border-radius: 8px; background: #0b1526 url('../assets/reference/sbfis-demo-businesswoman.png') center / cover no-repeat; color: #fff; }
.demo-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,20,47,0.02) 0%, rgba(6,20,47,0.26) 45%, rgba(6,20,47,0.82) 100%), linear-gradient(90deg, rgba(6,20,47,0.55), rgba(6,20,47,0.08) 58%); }
.demo-play { position: absolute; left: 50%; top: 44%; width: 68px; height: 68px; border-radius: 50%; border: 3px solid rgba(255,255,255,0.92); color: #fff; display: inline-flex; align-items: center; justify-content: center; transform: translate(-50%,-50%); font-size: 1.4rem; background: rgba(255,255,255,0.10); cursor: pointer; z-index: 2; }
.demo-card-content { position: absolute; left: 16px; right: 16px; bottom: 13px; z-index: 2; }
.demo-card h4 { margin: 0 0 2px; color: #fff; font-size: clamp(0.9rem,1.1vw,1.12rem); font-weight: 900; }
.demo-card p { margin: 0 0 8px; color: rgba(255,255,255,0.88); font-size: clamp(0.62rem,0.76vw,0.76rem); font-weight: 700; }
.demo-card .sbfis-btn-primary { min-height: 34px; padding: 0 14px; font-size: 0.72rem; }

.sbfis-growth-grid { display: grid; grid-template-columns: minmax(0,2.2fr) minmax(260px,0.92fr); gap: 20px; padding: 0 clamp(20px,3vw,42px) 18px; }
.pricing-panel .sbfis-section-title { text-align: left; margin-bottom: 10px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 12px; }
.pricing-card { position: relative; display: flex; flex-direction: column; min-height: 248px; padding: 13px 14px 12px; background: #fff; border: 1px solid var(--sbfis-line); border-radius: 8px; text-align: center; }
.pricing-card.popular { border-color: var(--sbfis-gold); box-shadow: 0 12px 28px rgba(213,139,0,0.13); }
.popular-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); min-width: 116px; border-radius: 16px; background: var(--sbfis-gold); color: #fff; padding: 4px 10px; font-size: 0.62rem; font-weight: 900; text-transform: uppercase; }
.pricing-card h3 { margin: 0 0 1px; color: var(--sbfis-navy); font-size: clamp(0.82rem,1vw,1rem); font-weight: 900; text-transform: uppercase; }
.price-desc { margin: 0 0 8px; color: #050b17; font-size: clamp(0.58rem,0.72vw,0.76rem); font-weight: 600; }
.price { margin: 0 0 8px; color: var(--sbfis-gold); font-size: clamp(1.25rem,1.65vw,1.8rem); font-weight: 900; line-height: 1; }
.price .currency { color: var(--sbfis-navy); font-size: 0.75rem; margin-right: 5px; }
.price span:last-child { color: #050b17; font-size: 0.76rem; font-weight: 700; }
.pricing-features { list-style: none; display: grid; gap: 5px; margin: 0 0 13px; padding: 10px 0 0; border-top: 1px solid #edf1f6; text-align: left; flex: 1; }
.pricing-features li { display: flex; align-items: flex-start; gap: 8px; color: #050b17; font-size: clamp(0.58rem,0.7vw,0.74rem); font-weight: 700; }
.pricing-features i { color: var(--sbfis-navy); font-size: 0.56rem; margin-top: 4px; }
.pricing-card.popular .pricing-features i { color: var(--sbfis-gold); }
.pricing-card .sbfis-btn-primary, .pricing-card .sbfis-btn-outline { width: 100%; min-height: 37px; padding: 0 10px; font-size: clamp(0.62rem,0.78vw,0.82rem); }
.testimonial-panel { padding: 20px 22px; }
.testimonial-panel h3 { margin-bottom: 15px; font-size: clamp(0.88rem,1.05vw,1.04rem); }
.quote-mark { color: var(--sbfis-gold); font-size: 3.2rem; line-height: 0.72; font-family: Georgia, serif; font-weight: 900; }
.testimonial-panel blockquote { margin: 0 0 20px; color: #050b17; font-size: clamp(0.84rem,0.98vw,1rem); line-height: 1.48; font-weight: 500; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar { width: 74px; height: 74px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(213,139,0,0.7); background: #eef2f7; flex: 0 0 auto; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-info strong { display: block; color: var(--sbfis-navy); font-size: 1rem; font-weight: 900; }
.author-info span { color: #050b17; display: block; font-size: 0.75rem; font-weight: 700; }
.stars { color: var(--sbfis-gold); display: flex; gap: 3px; margin-top: 8px; font-size: 0.78rem; }
.testimonial-dots { display: flex; justify-content: center; gap: 9px; margin-top: 18px; }
.testimonial-dots span { width: 8px; height: 8px; border-radius: 50%; background: #c9ced7; cursor: pointer; }
.testimonial-dots span.active { background: var(--sbfis-navy); }

.sbfis-download-strip { margin: 0 clamp(20px,3vw,42px) 22px; min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 14px 25px; background: rgba(255,255,255,0.92); border: 1px solid var(--sbfis-line); border-radius: 12px; box-shadow: 0 10px 24px rgba(6,26,58,0.04); }
.download-icon { color: var(--sbfis-gold); font-size: 3.2rem; line-height: 1; }
.download-copy h3 { margin: 0 0 3px; color: var(--sbfis-navy); font-size: clamp(0.98rem,1.24vw,1.28rem); font-weight: 900; text-transform: uppercase; }
.download-copy p { margin: 0; color: #050b17; font-size: 0.8rem; font-weight: 600; }
.store-badges { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: flex-end; }
.store-badge { min-width: 140px; height: 45px; border-radius: 5px; background: #050505; color: #fff; border: 1px solid #1c1c1c; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 12px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.18); }
.store-badge i { font-size: 1.55rem; }
.store-badge span { display: block; font-size: 0.54rem; line-height: 1; text-transform: uppercase; letter-spacing: 0.03em; }
.store-badge strong { display: block; font-size: 1rem; line-height: 1.05; font-weight: 800; }

.sbfis-footer { padding: 0 clamp(20px,3vw,42px) 22px; color: var(--sbfis-navy); background: transparent; }
.sbfis-footer-grid { display: grid; grid-template-columns: 1.24fr 0.74fr 0.74fr 0.74fr 1.32fr; gap: 0; background: rgba(255,255,255,0.60); border-top: 1px solid rgba(6,26,58,0.08); padding-top: 20px; }
.sbfis-footer-col { padding: 0 28px; border-left: 1px solid var(--sbfis-line); }
.sbfis-footer-col:first-child { border-left: 0; padding-left: 0; }
.footer-logo { width: 235px; margin-bottom: 11px; }
.sbfis-footer p { margin: 0; color: var(--sbfis-navy); font-size: 0.92rem; line-height: 1.48; font-weight: 500; }
.sbfis-footer h4 { margin: 0 0 12px; color: var(--sbfis-gold); font-size: 0.86rem; font-weight: 900; text-transform: uppercase; }
.sbfis-footer ul { list-style: none; display: grid; gap: 6px; margin: 0; padding: 0; }
.sbfis-footer li, .sbfis-footer a { color: var(--sbfis-navy); font-size: 0.82rem; font-weight: 600; }
.sbfis-footer-socials { display: flex; gap: 16px; margin-bottom: 12px; }
.sbfis-footer-socials a { width: 30px; height: 30px; border-radius: 50%; background: var(--sbfis-navy); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.82rem; }
.sbfis-footer-contact li { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; }
.sbfis-footer-contact i { color: var(--sbfis-gold); margin-top: 3px; }
.sbfis-footer-bottom { text-align: center; color: var(--sbfis-navy); font-size: 0.78rem; font-weight: 600; padding-top: 20px; }

.video-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 9999; align-items: center; justify-content: center; }
.video-modal.show { display: flex; }
.video-modal-content { width: 90%; max-width: 800px; aspect-ratio: 16 / 9; background: #000; border-radius: 12px; overflow: hidden; position: relative; }
.video-modal-close { position: absolute; top: -42px; right: 0; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }
.video-modal iframe { width: 100%; height: 100%; border: none; }


/* Desktop dashboard density tuned to the reference capture. */
.dash-main { padding: clamp(8px,1vw,13px); }
.dash-topline { margin-bottom: 8px; }
.dash-metrics { gap: clamp(6px,0.75vw,10px); margin-bottom: 8px; }
.dash-card { padding: clamp(6px,0.72vw,9px); }
.dash-card label { margin-bottom: 4px; }
.dash-card small { margin-top: 4px; }
.dash-grid { gap: clamp(6px,0.75vw,10px); margin-bottom: 8px; }
.dash-panel { min-height: clamp(78px,9vw,126px); padding: clamp(7px,0.8vw,10px); }
.dash-bottom { gap: clamp(6px,0.75vw,10px); }
.dash-bottom .dash-panel { min-height: clamp(58px,6.8vw,92px); }
.line-chart { height: clamp(52px,6.8vw,96px); }
.invoice-stats { margin-top: 5px; }
.bar-chart { height: clamp(34px,4.2vw,58px); }
@media (max-width: 1180px) {
    .sbfis-header .navbar { gap: 12px; }
    .sbfis-header .nav-menu { gap: 10px; }
    .sbfis-login-btn, .sbfis-register-btn { padding-inline: 14px; }
    .store-badges { gap: 14px; }
}

@media (max-width: 1024px) {
    .sbfis-logo { width: 190px; }
    .sbfis-header .nav-menu { gap: 8px; }
    .sbfis-header .nav-item a { font-size: 0.68rem; }
    .sbfis-hero-inner { grid-template-columns: minmax(280px,0.45fr) minmax(470px,0.9fr); }
    .phone-mock { right: -4px; }
}

@media (max-width: 900px) {
    .sbfis-header .navbar { min-height: 68px; }
    .sbfis-header .menu-toggle { display: inline-flex; }
    .sbfis-header .nav-menu { position: fixed; top: 0; right: -100%; width: min(78vw,310px); height: 100vh; background: #fff; z-index: 1100; padding: 86px 24px 30px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 3px; box-shadow: -18px 0 42px rgba(6,26,58,0.17); transition: right 0.25s ease; }
    .sbfis-header .nav-menu.active { right: 0; }
    .sbfis-header .nav-item a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--sbfis-line); }
    .sbfis-header .nav-item.active a::before { bottom: 0; }
    .sbfis-hero { padding-top: 18px; }
    .sbfis-hero-inner { grid-template-columns: 1fr; }
    .sbfis-copy { max-width: 620px; }
    .sbfis-visual { min-height: 390px; padding-bottom: 18px; }
    .module-row { grid-template-columns: repeat(5,1fr); row-gap: 10px; }
    .module-item:nth-child(6) { border-left: 0; }
    .sbfis-details-grid, .sbfis-growth-grid { grid-template-columns: 1fr; }
    .sbfis-download-strip { grid-template-columns: auto 1fr; }
    .store-badges { grid-column: 1 / -1; justify-content: center; }
    .sbfis-footer-grid { grid-template-columns: repeat(2,1fr); row-gap: 22px; }
    .sbfis-footer-col { border-left: 0; padding: 0 16px 0 0; }
}

@media (max-width: 760px) {
    .sbfis-logo { width: 182px; min-width: 160px; }
    .sbfis-login-btn { display: none; }
    .sbfis-register-btn { min-height: 38px; padding-inline: 14px; font-size: 0.76rem; }
    .sbfis-hero h1 { font-size: clamp(3.7rem,18vw,5rem); }
    .sbfis-visual { min-height: 330px; }
    .dash-sidebar { display: none; }
    .sbfis-dashboard { grid-template-columns: 1fr; }
    .dash-metrics { grid-template-columns: repeat(2,1fr); }
    .dash-grid, .dash-bottom, .pricing-grid { grid-template-columns: 1fr; }
    .phone-mock { display: none; }
    .module-row { grid-template-columns: repeat(2,1fr); }
    .module-item, .module-item:nth-child(6) { border-left: 0; border-top: 1px solid var(--sbfis-line); }
    .module-item:nth-child(-n+2) { border-top: 0; }
    .features-mini-grid { grid-template-columns: repeat(2,1fr); }
    .sbfis-download-strip { grid-template-columns: 1fr; text-align: center; }
    .download-icon { font-size: 2.7rem; }
    .store-badges { flex-direction: column; }
    .store-badge { width: min(100%,230px); }
    .sbfis-footer-grid { grid-template-columns: 1fr; }
    .footer-logo { width: 210px; }
}

@media (max-width: 480px) {
    .sbfis-header .navbar { padding-inline: 14px; }
    .sbfis-logo { width: 154px; min-width: 142px; }
    .sbfis-register-btn { display: none; }
    .sbfis-hero, .sbfis-details, .sbfis-growth-grid, .sbfis-footer { padding-inline: 14px; }
    .sbfis-modules, .sbfis-download-strip { margin-inline: 14px; }
    .laptop-frame { padding: 12px 8px 8px; border-radius: 14px 14px 6px 6px; }
    .laptop-screen { min-height: 265px; }
    .dash-main { padding: 9px; }
    .features-mini-grid { grid-template-columns: 1fr; }
}



