/* cb-services.html — Banks / Requirements section */

#pricing.cb-banks-section {
    position: relative;
    isolation: isolate;
    padding-top: clamp(3rem, 6vw, 4.5rem);
    padding-bottom: clamp(2.75rem, 5vw, 4.5rem);
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 45%, #f0fdf4 100%);
}

#pricing.cb-banks-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 0% 0%, rgba(16, 185, 129, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 45% 38% at 100% 30%, rgba(59, 130, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

html.dark #pricing.cb-banks-section {
    background: linear-gradient(180deg, #0f172a 0%, #111827 50%, #0f172a 100%);
}

html.dark #pricing.cb-banks-section::before {
    background:
        radial-gradient(ellipse 50% 40% at 0% 0%, rgba(16, 185, 129, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 45% 38% at 100% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
}

#pricing.cb-banks-section > .container {
    position: relative;
    z-index: 1;
}

.cb-banks-head {
    max-width: 640px;
    margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
    text-align: center;
}

.cb-banks-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.875rem;
    padding: 0.35rem 0.9rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #047857;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.22);
    border-radius: 999px;
}

html.dark .cb-banks-eyebrow {
    color: #6ee7b7;
    background: rgba(16, 185, 129, 0.14);
    border-color: rgba(52, 211, 153, 0.35);
}

.cb-banks-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0f172a;
}

html.dark .cb-banks-title {
    color: #f8fafc;
}

.cb-banks-title-accent {
    background: linear-gradient(135deg, #059669 0%, #2563eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

html.dark .cb-banks-title-accent {
    background: linear-gradient(135deg, #6ee7b7 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cb-banks-lead {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #64748b;
}

html.dark .cb-banks-lead {
    color: #94a3b8;
}

.cb-banks-notices {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 56rem;
    margin: 0 auto clamp(1.25rem, 3vw, 1.75rem);
}

@media (min-width: 640px) {
    .cb-banks-notices {
        grid-template-columns: repeat(3, 1fr);
    }
}

.cb-banks-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #334155;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

html.dark .cb-banks-notice {
    color: #cbd5e1;
    background: #1e293b;
    border-color: #334155;
}

.cb-banks-notice--warn {
    border-color: rgba(16, 185, 129, 0.35);
    background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
}

html.dark .cb-banks-notice--warn {
    background: linear-gradient(180deg, rgba(6, 78, 59, 0.25) 0%, #1e293b 100%);
    border-color: rgba(52, 211, 153, 0.3);
}

.cb-banks-notice__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 8px;
    color: #059669;
    background: rgba(16, 185, 129, 0.1);
}

.cb-banks-notice--warn .cb-banks-notice__icon {
    color: #047857;
    background: rgba(16, 185, 129, 0.15);
}

.cb-banks-notice__icon svg {
    width: 1rem;
    height: 1rem;
}

.cb-banks-notice strong {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0f172a;
}

html.dark .cb-banks-notice strong {
    color: #f1f5f9;
}

.cb-banks-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.65rem 1rem;
    margin-bottom: 1.5rem;
}

.cb-banks-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
}

html.dark .cb-banks-legend-item {
    background: #1e293b;
    border-color: #334155;
    color: #94a3b8;
}

.cb-banks-legend-item::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
}

.cb-banks-legend-item--fee::before {
    background: #3b82f6;
}

.cb-banks-grid {
    margin-top: 0;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.cb-tip {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 56rem;
    margin: 0 auto;
    padding: 1.1rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(16, 185, 129, 0.28);
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 50%, #eff6ff 100%);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.08);
}

html.dark .cb-tip {
    border-color: rgba(52, 211, 153, 0.3);
    background: linear-gradient(135deg, rgba(6, 78, 59, 0.35) 0%, #1e293b 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.cb-tip__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
}

.cb-tip__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.cb-tip__title {
    margin: 0 0 0.35rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #065f46;
}

html.dark .cb-tip__title {
    color: #a7f3d0;
}

.cb-tip__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #047857;
}

html.dark .cb-tip__text {
    color: #94a3b8;
}
