* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --dark: #690017; --blue: #8B0020; --gold: #D4AF37; --teal: #0891B2; --green: #059669; --orange: #EA580C; --purple: #7C3AED; --white: #fff; --bg: #F5F6F8; --gray: #64748B; --border: #E2E8F0; }
body { font-family: 'Inter', sans-serif; color: #1E293B; text-align: left; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* TOP BAR */
.top-bar { background: var(--dark); padding: 8px 0; font-size: 12px; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-left { display: flex; align-items: center; gap: 20px; }
.top-left span { color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 6px; }
.top-left i { font-size: 11px; }
.top-right { display: flex; align-items: center; gap: 6px; }
.top-right a { color: rgba(255,255,255,0.7); text-decoration: none; transition: 0.3s; width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 12px; }
.top-right a:hover { color: var(--gold); border-color: var(--gold); background: rgba(255,255,255,0.08); }

/* NAVBAR */
.navbar { background: var(--white); padding: 14px 0; position: sticky; top: 0; z-index: 999; border-bottom: 1px solid var(--border); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-img { height: 48px; width: auto; display: block; object-fit: contain; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.nav-logo-name { font-size: 13px; font-weight: 800; color: var(--dark); letter-spacing: 0.01em; }
.nav-logo-sub { font-size: 10px; font-weight: 500; color: var(--gray); letter-spacing: 0.03em; }
.nav-logo-img { height: 48px; width: auto; display: block; object-fit: contain; }
.logo-mark { width: 38px; height: 38px; background: var(--dark); color: var(--gold); font-weight: 800; font-size: 14px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.logo-text { font-size: 13px; font-weight: 700; color: var(--dark); line-height: 1.2; }
.logo-text small { font-weight: 400; font-size: 10px; color: var(--gray); }
.nav-menu { display: flex; list-style: none; gap: 4px; }
.nav-menu li a { font-size: 13px; font-weight: 500; color: #475569; text-decoration: none; padding: 8px 12px; border-radius: 6px; transition: 0.2s; }
.nav-menu li a:hover { background: var(--bg); color: var(--dark); }
.has-dropdown { position: relative; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border: 1px solid var(--border); border-radius: 8px; min-width: 200px; padding: 8px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.08); list-style: none; z-index: 100; }
.has-dropdown:hover .dropdown { display: block; }
.dropdown li a { display: block; padding: 8px 16px; font-size: 13px; }
.nav-cta { background: linear-gradient(135deg, var(--dark), #a0002a); color: var(--white); padding: 9px 20px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none; transition: 0.3s; box-shadow: 0 2px 8px rgba(105,0,23,0.3); }
.nav-cta:hover { box-shadow: 0 4px 14px rgba(105,0,23,0.4); transform: translateY(-1px); }
.nav-toggle { display: none; font-size: 22px; cursor: pointer; }

/* BUTTONS */
.btn-fill { background: linear-gradient(135deg, var(--dark), #a0002a); color: var(--white); padding: 13px 28px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-block; transition: 0.3s; box-shadow: 0 4px 14px rgba(105,0,23,0.3); }
.btn-fill:hover { background: linear-gradient(135deg, #a0002a, var(--dark)); box-shadow: 0 6px 20px rgba(105,0,23,0.4); transform: translateY(-1px); }
.btn-fill.white { background: var(--white); color: var(--dark); }
.btn-fill.white:hover { background: var(--bg); }
.btn-outline { border: 2px solid var(--dark); color: var(--dark); padding: 11px 28px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-block; transition: 0.3s; }
.btn-outline:hover { background: var(--dark); color: var(--white); }
.btn-outline.white { border-color: var(--white); color: var(--white); }
.btn-outline.white:hover { background: var(--white); color: var(--dark); }

/* HERO */
.hero { position: relative; padding: 70px 0; overflow: hidden; background: linear-gradient(135deg, #f9e8ec 0%, #fdf3e7 40%, #e8f4f8 100%); }
.hero-bg { display: none; }
.hero-watermark {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    opacity: 0.08;
    pointer-events: none;
    z-index: 1;
}
.hero-watermark img { width: 100%; height: auto; }
.hero .container { position: relative; z-index: 2; }

/* FLOATING PARTICLES */
.hero-particles { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.particle {
    position: absolute;
    object-fit: contain;
    opacity: 0;
    filter: grayscale(1);
}
.p1 { width: 48px; top: 10%; left: 8%;  animation: floatUp 9s 0s infinite ease-in-out; }
.p2 { width: 38px; top: 55%; left: 82%; animation: floatUp 11s 1.5s infinite ease-in-out; }
.p3 { width: 56px; top: 25%; left: 55%; animation: floatUp 8s 3s infinite ease-in-out; }
.p4 { width: 34px; top: 70%; left: 30%; animation: floatUp 13s 0.8s infinite ease-in-out; }
.p5 { width: 44px; top: 15%; left: 88%; animation: floatUp 10s 2.2s infinite ease-in-out; }
.p6 { width: 52px; top: 60%; left: 48%; animation: floatUp 12s 4s infinite ease-in-out; }
.p7 { width: 36px; top: 80%; left: 18%; animation: floatUp 7s 1s infinite ease-in-out; }
.p8 { width: 42px; top: 35%; left: 72%; animation: floatUp 14s 3.5s infinite ease-in-out; }

@keyframes floatUp {
    0%   { transform: translateY(0px) rotate(0deg);   opacity: 0; }
    15%  { opacity: 0.15; }
    50%  { transform: translateY(-50px) rotate(15deg); opacity: 0.22; }
    85%  { opacity: 0.12; }
    100% { transform: translateY(-100px) rotate(30deg); opacity: 0; }
}
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 700px; }
.hero-badge { display: inline-block; background: linear-gradient(90deg, var(--dark), var(--gold)); color: var(--white); padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 600; margin-bottom: 20px; }
.hero-inner h1 { font-size: 46px; font-weight: 900; line-height: 1.12; margin-bottom: 10px; color: var(--dark); }
.hero-inner h1 span { color: var(--dark); }
.hero-animated-text { color: var(--dark); border-right: 3px solid var(--dark); padding-right: 4px; white-space: nowrap; display: inline-block; }
.hero-sub { font-size: 14px; font-weight: 700; color: var(--dark); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px; opacity: 0.75; }
.hero-inner p { font-size: 15px; color: #4a1a24; line-height: 1.7; margin-bottom: 30px; max-width: 600px; }
.hero-actions { display: flex; gap: 14px; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 32px; border-top: 1px solid rgba(105,0,23,0.2); padding-top: 28px; }
.hero-stats div { text-align: center; }
.hero-stats strong { font-size: 24px; color: var(--dark); display: block; }
.hero-stats span { font-size: 12px; color: #7a3040; }

/* NUMBERS */
.numbers-strip { background: linear-gradient(135deg, #690017 0%, #a0002a 50%, #690017 100%); padding: 20px 0; }
.numbers-strip .container { display: flex; justify-content: center; gap: 60px; }
.num-item { text-align: center; color: var(--white); }
.num-item strong { font-size: 36px; color: var(--gold); }
.num-item span { font-size: 13px; opacity: 0.8; }

h1, h2, h3, h4, h5, h6 { text-align: left; }
.label { text-align: left; }
.sec-top { text-align: left; }
.hero-inner { text-align: left; }
.hero-stats { text-align: center; }
.hero-stats div { text-align: center; }
.numbers-strip .container { text-align: center; }
.num-item { text-align: center; }
.bank-logos-label { text-align: center; }
.cta-section { text-align: center; }
.cta-section h2 { text-align: center; }
.cta-section p { text-align: center; }
.footer-bottom { text-align: left; }
.nav-menu li a { text-align: left; }
.about-list div { text-align: left; }
.about-partners-label { text-align: left; }
.ind-item { text-align: center; }
.cl-grid { text-align: left; }
.team-card { text-align: center; }
.p-step { text-align: center; }
.p-step span { text-align: center; }
.why-box { text-align: left; }
.srv-item h3 { text-align: left; }
.srv-item p { text-align: left; }
.label { display: inline-block; font-size: 12px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.sec-top { margin-bottom: 24px; }
.sec-top h2 { font-size: 32px; font-weight: 800; color: var(--dark); }

/* ABOUT */
.about { padding: 44px 0; }
.about .container { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: center; }
.about-left { position: relative; }
.about-img-box .img-placeholder { height: 420px; background: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=600&q=80') center/cover no-repeat; border-radius: 12px; }
.about-exp-badge { position: absolute; bottom: -12px; right: -12px; background: var(--gold); color: var(--dark); padding: 10px 18px; border-radius: 8px; font-weight: 800; font-size: 16px; }
.about-right { display: flex; flex-direction: column; gap: 12px; }
.about-right h2 { font-size: 26px; font-weight: 800; color: var(--dark); line-height: 1.3; margin: 0; }
.about-right p { color: var(--gray); font-size: 13.5px; line-height: 1.7; margin: 0; }
.about-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.about-list div { font-size: 12.5px; font-weight: 500; color: var(--dark); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 6px; }
.about-list div::before { content: '✓'; color: var(--dark); font-weight: 700; font-size: 11px; }
.about-partners { padding: 12px 16px; background: var(--bg); border-left: 3px solid var(--dark); border-radius: 6px; }
.about-partners-label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray); margin-bottom: 8px; }
.about-partners-list { display: flex; flex-wrap: wrap; gap: 6px; }
.about-partners-list span { font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: var(--dark); background: #fff; border: 1px solid var(--border); padding: 3px 10px; border-radius: 4px; }

/* SERVICES */
.services { padding: 44px 0; background: var(--bg); }
.services-list { display: flex; flex-direction: column; gap: 1px; background: var(--border); border-radius: 12px; overflow: hidden; }
.srv-item { display: flex; align-items: center; gap: 20px; padding: 24px 28px; background: var(--white); transition: 0.3s; cursor: pointer; text-decoration: none; color: inherit; }
.srv-item:hover { background: linear-gradient(90deg, #fff0f3, #fff8f0); padding-left: 36px; }
.srv-num { font-size: 28px; font-weight: 900; color: var(--border); min-width: 50px; }
.srv-item:hover .srv-num { color: var(--dark); }
.srv-item div { flex: 1; }
.srv-item h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.srv-item p { font-size: 13px; color: var(--gray); }
.srv-item > i { color: var(--border); font-size: 16px; transition: 0.3s; }
.srv-item:hover > i { color: var(--dark); transform: translateX(4px); }

/* WHY US */
.why-us { padding: 44px 0; }
.why-us .container { display: flex; gap: 50px; align-items: center; }
.why-left { flex: 1; }
.why-left h2 { font-size: 30px; font-weight: 800; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }
.why-left p { color: var(--gray); margin-bottom: 24px; line-height: 1.7; }
.why-right { flex: 1; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.why-box { background: var(--bg); border: 1px solid var(--border); padding: 20px; border-radius: 10px; font-weight: 600; font-size: 14px; color: var(--dark); transition: 0.3s; }
.why-box:nth-child(1):hover { border-color: var(--dark); background: #fff0f3; }
.why-box:nth-child(2):hover { border-color: var(--teal); background: #e0f7fa; }
.why-box:nth-child(3):hover { border-color: var(--green); background: #e8f5e9; }
.why-box:nth-child(4):hover { border-color: var(--orange); background: #fff3e0; }
.why-box:nth-child(5):hover { border-color: var(--purple); background: #f3e8ff; }
.why-box:nth-child(6):hover { border-color: var(--gold); background: #fffde7; }

/* LIVE GALLERY */
.live-gallery { padding: 44px 0; background: var(--bg); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 12px; }
.gallery-item { border-radius: 10px; overflow: hidden; }
.gallery-item.large { grid-column: span 2; }
.gallery-placeholder { width: 100%; height: 100%; background-size: cover; background-position: center; display: flex; align-items: flex-end; padding: 14px; color: var(--white); font-size: 12px; font-weight: 600; text-shadow: 0 1px 4px rgba(0,0,0,0.7); transition: 0.3s; cursor: zoom-in; }
.gallery-item:hover .gallery-placeholder { transform: scale(1.05); }
.gallery-item { overflow: hidden; }

/* INDUSTRIES */
.industries { padding: 44px 0; }
.ind-grid { display: flex; gap: 12px; flex-wrap: wrap; }
.ind-item { flex: 1; min-width: 160px; padding: 24px 20px; background: var(--bg); border: 1px solid var(--border); border-radius: 10px; text-align: center; font-weight: 600; font-size: 14px; color: var(--dark); transition: 0.3s; }
.ind-item:hover { border-color: var(--dark); background: #fff0f3; }

/* CLIENTS */
.clients { padding: 44px 0; background: var(--bg); }
.clients-tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.cl-tab { padding: 9px 18px; border: 1px solid var(--border); background: var(--white); border-radius: 6px; font-weight: 600; font-size: 12px; color: var(--gray); cursor: pointer; transition: 0.2s; white-space: nowrap; }
.cl-tab.active { background: linear-gradient(135deg, var(--dark), #a0002a); color: var(--white); border-color: var(--dark); }
.cl-content { display: none; }
.cl-content.active { display: block; }
.cl-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.cl-grid span { background: var(--white); border: 1px solid var(--border); padding: 12px 20px; border-radius: 6px; font-weight: 600; font-size: 13px; color: var(--dark); transition: 0.2s; }
.cl-grid span:hover { border-color: var(--dark); }

/* LEADERSHIP */
.leadership { padding: 44px 0; background: var(--bg); }
.team-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.team-card { text-align: center; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 28px 16px 22px; transition: 0.3s; display: flex; flex-direction: column; align-items: center; }
.team-card:hover { border-color: var(--dark); box-shadow: 0 10px 28px rgba(105,0,23,0.12); transform: translateY(-5px); }
.team-photo { width: 110px; height: 110px; border-radius: 50%; background-size: cover; background-position: center top; margin: 0 auto 16px; border: 3px solid var(--border); transition: 0.3s; flex-shrink: 0; }
.team-card:hover .team-photo { border-color: var(--dark); }
.team-photo-icon { width: 110px; height: 110px; border-radius: 50%; margin: 0 auto 16px; border: 3px solid var(--border); background: var(--bg); display: flex; align-items: center; justify-content: center; transition: 0.3s; flex-shrink: 0; }
.team-photo-icon i { font-size: 44px; color: var(--border); transition: 0.3s; }
.team-card:hover .team-photo-icon { border-color: var(--dark); }
.team-card:hover .team-photo-icon i { color: var(--dark); }
.team-card h3 { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 6px; line-height: 1.3; text-align: center; }
.team-card span { font-size: 12px; color: var(--gray); line-height: 1.4; }

/* OFFICES */
.offices { padding: 44px 0; background: var(--bg); }
.office-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ofc { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 20px; transition: 0.3s; }
.ofc:hover { border-color: var(--dark); background: linear-gradient(135deg, #fff8f9, #fff); }
.ofc strong { font-size: 15px; color: var(--dark); display: block; margin-bottom: 4px; }
.ofc small { font-size: 10px; background: var(--gold); color: var(--dark); padding: 2px 8px; border-radius: 3px; font-weight: 700; }
.ofc p { font-size: 12px; color: var(--gray); margin-top: 6px; }

/* PROCESS */
.process { padding: 44px 0; background: var(--bg); }
.proc-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 24px; }
.proc-tab { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 16px 14px; cursor: pointer; text-align: left; transition: 0.25s; display: flex; flex-direction: column; gap: 4px; }
.proc-tab:hover { border-color: var(--dark); }
.proc-tab.active { background: linear-gradient(135deg, var(--dark), #a0002a); border-color: var(--dark); }
.proc-tab-num { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.08em; }
.proc-tab:not(.active) .proc-tab-num { color: var(--dark); }
.proc-tab-name { font-size: 14px; font-weight: 700; color: var(--dark); }
.proc-tab.active .proc-tab-name { color: #fff; }
.proc-panel { display: none; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 28px; }
.proc-panel.active { display: block; }
.proc-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.proc-step { display: flex; align-items: flex-start; gap: 12px; padding: 14px; background: var(--bg); border-radius: 8px; border: 1px solid var(--border); transition: 0.2s; }
.proc-step:hover { border-color: var(--dark); background: #fff0f3; }
.proc-step-num { min-width: 28px; height: 28px; border-radius: 50%; background: var(--dark); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.proc-step-text { font-size: 13px; color: #334155; line-height: 1.5; font-weight: 500; text-align: left; }
@media (max-width: 1024px) { .proc-steps { grid-template-columns: repeat(2,1fr); } .proc-tabs { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 768px) { .proc-steps { grid-template-columns: 1fr; } .proc-tabs { grid-template-columns: repeat(2,1fr); } .proc-tab { padding: 12px; } }

/* TESTIMONIALS */
.testimonials { padding: 44px 0; background: var(--bg); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 28px; }
.testi-card p { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testi-card strong { font-size: 14px; color: var(--dark); display: block; }
.testi-card > span { font-size: 12px; color: var(--gray); }

/* CTA */
.cta-section { background: linear-gradient(135deg, #690017 0%, #a0002a 40%, #c8860a 100%); padding: 40px 0; text-align: center; color: var(--white); }
.cta-section h2 { font-size: 30px; font-weight: 800; margin-bottom: 12px; }
.cta-section p { opacity: 0.8; margin-bottom: 28px; }
.cta-btns { display: flex; justify-content: center; gap: 14px; }

/* FOOTER */
footer { background: linear-gradient(180deg, #3d000e 0%, #1a0007 100%); color: var(--white); padding: 36px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 30px; margin-bottom: 30px; }
.f-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; margin-bottom: 12px; }
.f-col p { font-size: 13px; opacity: 0.7; line-height: 1.6; }
.f-col p i { margin-right: 6px; color: var(--gold); }
.f-col h4 { font-size: 14px; margin-bottom: 12px; color: var(--gold); }
.f-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.7); text-decoration: none; margin-bottom: 6px; transition: 0.2s; }
.f-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; opacity: 0.6; }
.footer-bottom a { color: var(--white); text-decoration: none; margin-left: 16px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .nav-menu { display: none; }
    .nav-toggle { display: block; }
    .nav-menu.mobile-open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        padding: 70px 0 30px;
        overflow-y: auto;
        box-shadow: 4px 0 20px rgba(0,0,0,0.15);
        gap: 0;
    }
    .nav-menu.mobile-open li { border-bottom: 1px solid #F1F5F9; }
    .nav-menu.mobile-open li a { display: block; padding: 14px 24px; font-size: 14px; font-weight: 600; color: #1E293B; }
    .nav-menu.mobile-open .has-dropdown .dropdown {
        display: none;
        position: static;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
        background: #F8FAFC;
    }
    .nav-menu.mobile-open .has-dropdown.open .dropdown { display: block; }
    .nav-menu.mobile-open .dropdown li a { padding: 10px 24px 10px 40px; font-size: 13px; font-weight: 500; color: #690017; }
    .nav-cta { display: none; }
    .about .container, .why-us .container { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .testi-grid { grid-template-columns: 1fr; }
    .process-track { flex-wrap: wrap; gap: 8px; }
    .hero-inner h1 { font-size: 36px; }
}
@media (max-width: 768px) {
    .hero-inner h1 { font-size: 28px; }
    .hero { padding: 44px 0; }
    .hero-actions { flex-direction: column; }
    .hero-stats { flex-wrap: wrap; gap: 16px; }
    .numbers-strip .container { flex-direction: column; gap: 16px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item.large { grid-column: span 1; }
    .team-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .office-grid, .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .ind-grid { flex-direction: column; }
    .about-list { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .cta-btns { flex-direction: column; align-items: center; }
}

/* ── BANK LOGOS SCROLL ── */
.bank-logos-section {
    background: #fff;
    padding: 32px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.bank-logos-label {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 24px;
}

.bank-logos-track-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bank-logos-track-wrapper::before,
.bank-logos-track-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.bank-logos-track-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.bank-logos-track-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.bank-logos-track {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    animation: bankScroll 90s linear infinite;
}

.bank-logos-track:hover {
    animation-play-state: paused;
}

.bank-logos-track img {
    height: 48px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    flex-shrink: 0;
}

@keyframes bankScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
    .bank-logos-track {
        gap: 32px;
        animation-duration: 80s;
    }
    .bank-logos-track img {
        height: 36px;
        max-width: 90px;
    }
}


/* BREADCRUMB */
.srv-breadcrumb { background: #fff; border-bottom: 1px solid var(--border); padding: 10px 0; }
.srv-breadcrumb .container { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #64748B; }
.srv-breadcrumb a { color: var(--dark); text-decoration: none; font-weight: 500; }
.srv-breadcrumb a:hover { text-decoration: underline; }
.srv-breadcrumb span { color: #94A3B8; }
.srv-breadcrumb i { font-size: 10px; color: #94A3B8; }

/* CASE STUDIES */
.case-studies { padding: 70px 0; background: #fff; }
.cs-card { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.cs-header { display: flex; gap: 10px; flex-wrap: wrap; padding: 20px 28px 0; }
.cs-tag { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--dark); background: #fff; border: 1px solid var(--border); padding: 5px 12px; border-radius: 20px; }
.cs-tag i { font-size: 10px; color: var(--dark); }
.cs-title { font-size: 20px; font-weight: 800; color: var(--dark); padding: 16px 28px 20px; line-height: 1.4; border-bottom: 1px solid var(--border); }
.cs-body { display: grid; grid-template-columns: 1fr 340px; gap: 0; }
.cs-content { padding: 28px; border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 24px; }
.cs-section h4 { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.cs-num { width: 26px; height: 26px; background: var(--dark); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; flex-shrink: 0; }
.cs-section p { font-size: 13.5px; color: #475569; line-height: 1.75; margin-bottom: 8px; }
.cs-sidebar { padding: 28px; display: flex; flex-direction: column; gap: 24px; }
.cs-img-main { border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; background: #eee; }
.cs-img-main img { width: 100%; height: 100%; object-fit: cover; display: block; transition: 0.3s; }
.cs-img-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.cs-thumb { width: calc(33.33% - 6px); aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; cursor: pointer; border: 2px solid transparent; transition: 0.2s; opacity: 0.7; }
.cs-thumb.active, .cs-thumb:hover { border-color: var(--dark); opacity: 1; }
.cs-outcome { background: linear-gradient(135deg, var(--dark), #a0002a); border-radius: 10px; padding: 20px; }
.cs-outcome h4 { font-size: 13px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.cs-outcome ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.cs-outcome li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.9); line-height: 1.4; }
.cs-outcome li i { color: var(--gold); font-size: 11px; margin-top: 3px; flex-shrink: 0; }
@media (max-width: 1024px) { .cs-body { grid-template-columns: 1fr; } .cs-content { border-right: none; border-bottom: 1px solid var(--border); } }
@media (max-width: 768px) { .cs-title { font-size: 16px; } .cs-content, .cs-sidebar { padding: 20px; } }

/* GALLERY LIGHTBOX */
.gallery-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; align-items: center; justify-content: center; cursor: zoom-out; }
.gallery-lightbox.open { display: flex; }
.gallery-lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; animation: lbZoomIn 0.25s ease; }
.gallery-lb-close { position: absolute; top: 20px; right: 28px; font-size: 36px; color: #fff; cursor: pointer; line-height: 1; opacity: 0.8; transition: 0.2s; }
.gallery-lb-close:hover { opacity: 1; }
@keyframes lbZoomIn { from { transform: scale(0.85); opacity: 0; } to { transform: scale(1); opacity: 1; } }
