/* ==========================================================================
   Zaymi — Fresh Fintech Neo-Design (Unique Modern Clean Showcase)
   ========================================================================== */

:root {
    --zy-primary: #0F766E;
    --zy-primary-dark: #115E59;
    --zy-primary-light: #14B8A6;
    --zy-accent: #10B981;
    --zy-gradient-brand: linear-gradient(135deg, #0F766E 0%, #0D9488 50%, #10B981 100%);
    --zy-gradient-btn: linear-gradient(135deg, #0D9488 0%, #059669 100%);
    --zy-gradient-btn-hover: linear-gradient(135deg, #0F766E 0%, #047857 100%);
    --zy-dark: #0F172A;
    --zy-slate: #334155;
    --zy-muted: #64748B;
    --zy-light-bg: #F0FDFA;
    --zy-surface: #FFFFFF;
    --zy-border: #E2E8F0;
    --zy-card-border: #E6FFFA;
    --zy-radius-sm: 8px;
    --zy-radius-md: 14px;
    --zy-radius-lg: 22px;
    --zy-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
    --zy-shadow-card: 0 4px 20px rgba(15, 118, 110, 0.06);
    --zy-shadow-hover: 0 12px 32px rgba(15, 118, 110, 0.16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #F8FAFC;
    color: var(--zy-dark);
    line-height: 1.55;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 18px; }

/* HEADER */
.header {
    background: #ffffff;
    border-bottom: 1px solid #E2E8F0;
    position: relative;
    z-index: 100;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
}
/* SPEED BOLT LOGO */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: opacity 0.15s ease;
}
.logo:hover { opacity: 0.9; }

.logo-bolt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-text {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.6px;
    color: #0F172A;
    line-height: 1;
    display: flex;
    align-items: baseline;
}
.logo-dot {
    color: #0D9488;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-left: 1px;
}

.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-link { font-size: 14.5px; font-weight: 600; color: var(--zy-slate); transition: 0.2s; }
.nav-link:hover { color: var(--zy-primary); }
.nav-contact {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F0FDFA;
    border: 1px solid #CCFBF1;
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 700;
    color: var(--zy-primary);
    font-size: 14.5px;
}

.mobile-menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #F1F5F9;
    border-radius: 10px;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: var(--zy-dark);
}

/* HERO SECTION (MODERN ASYMMETRIC BANNER & FULL CALC) */
.hero {
    background: linear-gradient(180deg, #F0FDFA 0%, #FFFFFF 100%);
    border-bottom: 1px solid #E2E8F0;
    padding: 44px 0 48px;
    position: relative;
}
.hero-header-center {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 30px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #CCFBF1;
    color: #0F766E;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    border: 1px solid #99F6E4;
}
.hero-title {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.22;
    margin-bottom: 14px;
    letter-spacing: -0.8px;
    color: #0F172A;
}
.hero-title span {
    background: var(--zy-gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-subtitle {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* WIDE INTEGRATED CALCULATOR PANEL */
.calc-panel {
    background: #ffffff;
    border: 1px solid #CCFBF1;
    border-radius: var(--zy-radius-lg);
    box-shadow: 0 10px 35px rgba(15, 118, 110, 0.08);
    padding: 28px 32px;
    max-width: 960px;
    margin: 0 auto;
}
.calc-panel-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 36px;
    align-items: center;
}
.calc-slider-zone { display: flex; flex-direction: column; gap: 14px; }
.calc-slider-top { display: flex; justify-content: space-between; align-items: baseline; }
.calc-slider-title { font-size: 14px; font-weight: 700; color: var(--zy-muted); text-transform: uppercase; letter-spacing: 0.5px; }
.calc-slider-amount { font-size: 32px; font-weight: 900; color: var(--zy-primary); line-height: 1; }

.calc-slider {
    width: 100%;
    height: 8px;
    border-radius: 6px;
    background: #E2E8F0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--zy-primary);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(15, 118, 110, 0.4);
    border: 3px solid #ffffff;
}

.calc-pills-row {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}
.quick-pill {
    flex: 1;
    background: #F8FAFC;
    border: 1px solid var(--zy-border);
    border-radius: 8px;
    padding: 7px 2px;
    font-size: 12px;
    font-weight: 700;
    color: var(--zy-slate);
    text-align: center;
    cursor: pointer;
    transition: 0.15s;
}
.quick-pill:hover, .quick-pill.active {
    background: var(--zy-primary);
    color: #ffffff;
    border-color: var(--zy-primary);
}

.calc-result-box {
    background: #F0FDFA;
    border: 1px solid #CCFBF1;
    border-radius: var(--zy-radius-md);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.calc-result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #CCFBF1;
    padding-bottom: 8px;
}
.calc-result-row:last-of-type { border-bottom: none; padding-bottom: 0; }
.calc-result-row small { font-size: 12px; font-weight: 700; color: #0F766E; }
.calc-result-row strong { font-size: 16px; font-weight: 900; color: var(--zy-dark); }
.calc-result-row.highlight strong { font-size: 18px; color: var(--zy-primary); }

.calc-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--zy-gradient-btn);
    color: #ffffff;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.3);
    transition: 0.2s;
    text-align: center;
    border: none;
    cursor: pointer;
}
.calc-action-btn:hover {
    background: var(--zy-gradient-btn-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(13, 148, 136, 0.4);
}

.hero-trust-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 26px;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: #475569;
}
.trust-item span { color: var(--zy-primary); font-weight: 800; }

/* OFFERS SECTION */
.offers-section { padding: 46px 0 60px; }
.section-header { text-align: center; margin-bottom: 26px; }
.section-header h2 { font-size: 30px; font-weight: 900; color: var(--zy-dark); margin-bottom: 8px; letter-spacing: -0.6px; }
.section-header p { font-size: 15px; color: var(--zy-muted); max-width: 600px; margin: 0 auto; }

/* CATEGORY TABS (PILL SEGMENT CONTROL) */
.category-tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.category-tabs {
    display: inline-flex;
    background: #E2E8F0;
    padding: 4px;
    border-radius: 50px;
    gap: 4px;
}
.tab-btn {
    padding: 9px 20px;
    border: none;
    background: transparent;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: 0.2s;
}
.tab-btn:hover { color: var(--zy-primary); }
.tab-btn.active {
    background: #ffffff;
    color: var(--zy-primary);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* OFFERS GRID */
.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    gap: 22px;
}

/* DISTINCTIVE NEO-CARD FOR ZAYMI */
.offer-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    padding: 20px 18px 18px;
    box-shadow: var(--zy-shadow-card);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    position: relative;
}
.offer-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--zy-shadow-hover);
    border-color: #99F6E4;
}

.offer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.offer-badge {
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 6px;
    color: #0F766E;
    background: #CCFBF1;
    border: 1px solid #99F6E4;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.offer-badge.promo {
    background: #FEE2E2;
    color: #DC2626;
    border-color: #FECACA;
}

.offer-logo-container {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    border-radius: 12px;
    padding: 6px 12px;
    border: 1px solid #F1F5F9;
    margin: 4px 0;
}
.offer-logo-container img { max-width: 140px; max-height: 42px; object-fit: contain; }

/* PARAMETERS BOX */
.offer-metrics {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 10px 12px;
    gap: 8px;
}
.metric-item { display: flex; flex-direction: column; }
.metric-item:last-child { border-left: 1px solid #E2E8F0; padding-left: 10px; }
.metric-label { font-size: 10.5px; font-weight: 700; color: var(--zy-muted); text-transform: uppercase; margin-bottom: 2px; }
.metric-val { font-size: 15.5px; font-weight: 900; color: var(--zy-dark); line-height: 1.2; }
.metric-val.rate { color: #0D9488; }

.offer-term-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--zy-slate);
    padding: 0 4px;
    font-weight: 600;
}
.offer-term-row strong { color: var(--zy-dark); }

.offer-tags-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.tag-chip {
    font-size: 11px;
    font-weight: 700;
    color: #0F766E;
    background: #F0FDFA;
    border: 1px solid #CCFBF1;
    padding: 3px 8px;
    border-radius: 6px;
}

.offer-card-footer {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: auto;
}
.partner-notice { font-size: 10.5px; color: #64748b; font-weight: 600; text-align: center; }

.btn-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13.5px 16px;
    background: var(--zy-gradient-btn);
    color: #ffffff !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.25);
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.btn-apply:hover {
    background: var(--zy-gradient-btn-hover);
    box-shadow: 0 6px 16px rgba(13, 148, 136, 0.35);
    transform: translateY(-1px);
}
.btn-apply svg { transition: transform 0.2s ease; }
.btn-apply:hover svg { transform: translateX(3px); }

/* HOW IT WORKS (HORIZONTAL TIMELINE) */
.how-it-works { padding: 50px 0; background: #ffffff; border-top: 1px solid var(--zy-border); border-bottom: 1px solid var(--zy-border); }
.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; }
.timeline-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 22px 20px;
    text-align: center;
    position: relative;
}
.timeline-num {
    width: 44px;
    height: 44px;
    background: var(--zy-gradient-brand);
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto 12px;
    box-shadow: 0 4px 10px rgba(13, 148, 136, 0.25);
}
.timeline-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.timeline-card p { font-size: 13.5px; color: var(--zy-muted); line-height: 1.55; }

/* FAQ SECTION */
.faq-section { padding: 50px 0; }
.faq-wrap { max-width: 800px; margin: 0 auto; }
.faq-item { background: #ffffff; border: 1px solid var(--zy-border); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.faq-q { padding: 16px 20px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: 0.2s; font-size: 15.5px; }
.faq-q:hover { background: #F0FDFA; color: var(--zy-primary); }
.faq-a { padding: 0 20px 18px; color: var(--zy-slate); font-size: 14px; line-height: 1.6; display: none; }
.faq-item.active .faq-a { display: block; }
.faq-item.active .faq-q { color: var(--zy-primary); }

/* FINANCIAL COMPLIANCE BLOCK */
.compliance-section { background: #F8FAFC; border-top: 1px solid var(--zy-border); padding: 40px 0; font-size: 13px; color: var(--zy-slate); }
.compliance-box { background: #ffffff; border: 1px solid #CBD5E1; border-radius: 16px; padding: 24px; }
.compliance-apr-banner { background: #F0FDFA; border-left: 4px solid var(--zy-primary); padding: 14px 18px; border-radius: 8px; margin-bottom: 18px; font-size: 13.5px; color: var(--zy-primary); line-height: 1.55; }
.compliance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 16px; margin-bottom: 20px; }
.comp-card { background: #F8FAFC; border: 1px solid var(--zy-border); border-radius: 12px; padding: 16px; }
.comp-card h4 { font-size: 14px; font-weight: 700; color: var(--zy-dark); margin-bottom: 8px; }
.comp-disclaimer { border-top: 1px solid var(--zy-border); padding-top: 16px; font-size: 12.5px; color: var(--zy-muted); line-height: 1.65; }

/* FOOTER */
.footer { background: #0F172A; color: #94A3B8; padding: 45px 0 26px; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 32px; margin-bottom: 32px; }
.footer-logo { font-size: 24px; font-weight: 800; color: #ffffff; margin-bottom: 10px; }
.footer-desc { font-size: 13px; line-height: 1.55; color: #64748B; margin-bottom: 14px; }
.footer-title { font-size: 14px; font-weight: 800; color: #ffffff; text-transform: uppercase; margin-bottom: 14px; letter-spacing: 0.5px; }
.footer-links a { display: block; color: #94A3B8; margin-bottom: 9px; font-size: 13.5px; transition: 0.2s; }
.footer-links a:hover { color: #ffffff; }
.footer-contacts p { margin-bottom: 7px; font-size: 13px; color: #CBD5E1; }
.footer-contacts a { color: #2DD4BF; text-decoration: none; }
.footer-bottom { text-align: center; border-top: 1px solid #1E293B; padding-top: 20px; font-size: 12px; color: #64748B; }

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
    .header-wrap { height: 58px; }
    .nav-links { display: none; }
    .nav-links.active {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 16px 20px 20px;
        border-bottom: 2px solid var(--zy-primary);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
        gap: 10px;
        z-index: 999;
    }
    .nav-links.active .nav-link {
        display: block;
        width: 100%;
        font-size: 15px;
        font-weight: 700;
        color: var(--zy-dark);
        padding: 8px 0;
        border-bottom: 1px solid #F1F5F9;
    }
    .nav-links.active .nav-contact {
        display: block;
        width: 100%;
        padding: 8px 12px;
        font-size: 15px;
        color: var(--zy-primary);
    }
    .mobile-menu-btn { display: flex; }

    .hero { padding: 26px 0 28px; }
    .hero-title { font-size: 26px; line-height: 1.25; margin-bottom: 10px; }
    .hero-subtitle { font-size: 14px; margin-bottom: 16px; }
    
    .calc-panel { padding: 20px 16px; border-radius: 18px; }
    .calc-panel-grid { grid-template-columns: 1fr; gap: 18px; }
    .calc-slider-amount { font-size: 26px; }
    .calc-pills-row { gap: 4px; }
    .quick-pill { font-size: 11.5px; padding: 6px 2px; }
    .calc-result-box { padding: 14px; gap: 10px; }
    .calc-action-btn { padding: 13px; font-size: 15px; }

    .hero-trust-bar { gap: 10px; margin-top: 18px; }
    .trust-item { font-size: 12px; }

    .offers-section { padding: 26px 0 40px; }
    .section-header { margin-bottom: 16px; }
    .section-header h2 { font-size: 24px; }
    .section-header p { font-size: 13.5px; }

    .category-tabs-wrap { margin-bottom: 18px; }
    .category-tabs { width: 100%; justify-content: space-between; }
    .tab-btn { padding: 7px 10px; font-size: 12px; flex: 1; text-align: center; }

    .offers-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
    .offer-card { padding: 18px 16px 16px !important; border-radius: 16px !important; gap: 10px !important; }
    .offer-logo-container { height: 44px !important; }
    .offer-logo-container img { max-width: 135px !important; max-height: 38px !important; }
    .btn-apply { padding: 13px 16px !important; font-size: 15px !important; }

    .timeline-grid { grid-template-columns: 1fr; gap: 14px; }
    .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}

/* SLEEK PAYMENT BANKS & BRAND ALTERNATIVES */
.payment-banks-section {
    background: #ffffff;
    border-top: 1px solid #E2E8F0;
    padding: 48px 0;
}
.banks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.bank-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    transition: all 0.25s ease;
}
.bank-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.06);
    border-color: #CBD5E1;
    background: #ffffff;
}
.bank-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bank-icon-wrap.kaspi-badge { background: #FEE2E2; color: #DC2626; }
.bank-icon-wrap.halyk-badge { background: #DCFCE7; color: #16A34A; }
.bank-icon-wrap.iban-badge  { background: #E0E7FF; color: #4F46E5; }
.bank-icon-wrap.post-badge  { background: #FEF3C7; color: #D97706; }

.bank-content h3 {
    font-size: 15.5px;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 6px 0;
    line-height: 1.3;
}
.bank-content p {
    font-size: 13px;
    color: #64748B;
    line-height: 1.5;
    margin: 0;
}

.brand-pills-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.brand-pill {
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #334155;
    padding: 5px 11px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .banks-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
    .banks-grid { grid-template-columns: 1fr; }
    .payment-banks-section { padding: 32px 0; }
}



/* ZAYMI.SHOP: EMERALD NEO-FINTECH CUSTOM STYLES */
.payment-banks-section {
    background: #ffffff !important;
    border-top: 1px solid #E2E8F0 !important;
    padding: 52px 0 !important;
}
.payment-banks-section .container,
.geo-alternatives-section .container,
.seo-guide-section .container,
.faq-section .container,
.compliance-section .container,
.brand-independence-section .container {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}
.payment-banks-section .section-header,
.faq-section .section-header {
    text-align: center !important;
    margin-bottom: 34px !important;
}
.payment-banks-section .section-header h2,
.faq-section .section-header h2 {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.3px !important;
}
.payment-banks-section .section-header p,
.faq-section .section-header p {
    font-size: 14px !important;
    color: #64748B !important;
    margin: 0 !important;
}

.banks-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}
.bank-card {
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-top: 3px solid #0D9488 !important; /* Emerald Accent */
    border-radius: 16px !important;
    padding: 24px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
}
.bank-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 14px 28px -6px rgba(13, 148, 136, 0.15) !important;
    border-color: #0D9488 !important;
    background: #ffffff !important;
}
.bank-icon-wrap {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
.bank-icon-wrap.kaspi-badge { background: #FEE2E2 !important; color: #DC2626 !important; }
.bank-icon-wrap.halyk-badge { background: #CCFBF1 !important; color: #0D9488 !important; }
.bank-icon-wrap.iban-badge  { background: #E0E7FF !important; color: #4F46E5 !important; }
.bank-icon-wrap.post-badge  { background: #FEF3C7 !important; color: #D97706 !important; }

.bank-content h3 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin: 0 0 6px 0 !important;
}
.bank-content p {
    font-size: 13px !important;
    color: #64748B !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* GEO & BRANDS */
.geo-alternatives-section {
    background: #F0FDFA !important; /* Mint Soft */
    border-top: 1px solid #CCFBF1 !important;
    padding: 50px 0 !important;
}
.brand-pill {
    background: #ffffff !important;
    border: 1px solid #99F6E4 !important;
    color: #0F766E !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
}
.brand-pill:hover {
    background: #0D9488 !important;
    color: #ffffff !important;
}

/* FAQ ACCORDION */
.faq-section {
    background: #ffffff !important;
    border-top: 1px solid #E2E8F0 !important;
    padding: 50px 0 !important;
}
.faq-wrap {
    max-width: 900px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
.faq-item {
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
}
.faq-item.active {
    border-color: #0D9488 !important;
    border-left: 5px solid #0D9488 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.1) !important;
}
.faq-q {
    padding: 18px 22px !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
}
.faq-q span {
    font-size: 18px !important;
    color: #0D9488 !important;
    transition: transform 0.25s ease !important;
    flex-shrink: 0 !important;
}
.faq-item.active .faq-q span {
    transform: rotate(180deg) !important;
}
.faq-a {
    display: none !important;
    padding: 0 22px 18px 22px !important;
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.65 !important;
}
.faq-item.active .faq-a {
    display: block !important;
}

@media (max-width: 992px) {
    .banks-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 580px) {
    .banks-grid { grid-template-columns: 1fr !important; }
}
