.bank-body { background: #f4f6f2; }

.bank-hero,
.bank-nav-shell {
  color: white;
  background:
    radial-gradient(ellipse 62% 72% at 8% 0%, rgba(56, 155, 230, 0.5), transparent 68%),
    radial-gradient(ellipse 70% 70% at 100% 15%, rgba(41, 218, 158, 0.45), transparent 68%),
    linear-gradient(145deg, #071b32 0%, #073b43 52%, #0b4b39 100%);
}

.bank-hero { overflow: hidden; }
.bank-hero .nav-links > a:first-child,
.bank-nav-shell .nav-links > a:first-child { color: rgba(255, 255, 255, 0.78); }

.bank-hero-copy { max-width: 1050px; padding: 94px 0 106px; text-align: center; }
.bank-hero-copy h1 { font-size: clamp(54px, 8vw, 100px); }
.bank-hero-copy > p:not(.eyebrow) { max-width: 740px; margin: 28px auto 0; color: rgba(255, 255, 255, 0.72); font-size: 20px; line-height: 1.55; }

.coverage-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 790px; margin: 54px auto 0; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 24px; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(15px); }
.coverage-stats div { display: flex; min-height: 116px; flex-direction: column; justify-content: center; gap: 5px; padding: 20px; }
.coverage-stats div + div { border-left: 1px solid rgba(255, 255, 255, 0.16); }
.coverage-stats strong { font-size: 31px; letter-spacing: -0.04em; }
.coverage-stats span { color: rgba(255, 255, 255, 0.62); font-size: 13px; }

.finder-section { padding: 112px 0 130px; }
.finder-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.finder-heading h2,
.status-guide h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1; }
.finder-heading > p { padding-bottom: 7px; color: var(--muted); font-size: 13px; }

.finder-controls { display: grid; grid-template-columns: minmax(280px, 1fr) 220px 190px; gap: 12px; margin-top: 46px; }
.finder-controls input,
.finder-controls select { width: 100%; height: 58px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 16px; font: inherit; outline: none; }
.finder-controls input:focus,
.finder-controls select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(23, 138, 109, 0.12); }
.finder-controls input { padding: 0 18px 0 50px; font-size: 16px; }
.finder-controls select { padding: 0 42px 0 16px; font-size: 14px; }
.search-field { position: relative; }
.search-field > span:not(.sr-only) { position: absolute; top: 15px; left: 18px; z-index: 1; color: var(--muted); font-size: 26px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.result-summary { margin: 25px 0 14px; color: var(--muted); font-size: 13px; font-weight: 700; }

.bank-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.bank-card { position: relative; display: flex; min-height: 292px; flex-direction: column; gap: 18px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 22px; }
.bank-logo { position: relative; display: grid; flex: 0 0 48px; width: 48px; height: 48px; overflow: hidden; color: #146c57; place-items: center; background: var(--pale-mint); border: 1px solid var(--line); border-radius: 14px; font-size: 18px; font-weight: 800; }
.bank-logo img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 5px; object-fit: contain; background: white; }
.bank-logo img.logo-missing { display: none; }
.bank-card-main { display: flex; width: 100%; min-width: 0; flex: 1; flex-direction: column; }
.bank-card-top { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.bank-card-top > div:first-child { min-width: 0; }
.bank-card-top > .status-pill { position: absolute; top: 24px; right: 22px; max-width: calc(100% - 96px); }
.bank-card h3 { min-width: 0; font-size: 18px; line-height: 1.18; letter-spacing: -0.025em; overflow-wrap: anywhere; }
.bank-card h3 a:hover { color: var(--teal); }
.bank-card-top p { margin-top: 7px; color: var(--muted); font-size: 11px; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; }
.bank-facts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.bank-fact { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; color: #5a6964; background: #f1f4f2; border-radius: 8px; font-size: 10px; font-weight: 700; }
.bank-fact b { font-size: 11px; }
.fact-yes b { color: #1a9862; }
.fact-maybe b { color: #929c98; }
.renewal-fact { display: none; }
.bank-card-note,
.bank-card-link { margin-top: auto; padding-top: 17px; color: #6e7b77; font-size: 12px; }
.bank-card-link { color: var(--teal); font-weight: 750; }
.bank-card-action { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; }
.bank-card-action .bank-card-note,
.bank-card-action .bank-card-link { margin-top: 0; }

.status-pill { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; width: fit-content; padding: 7px 10px; text-transform: capitalize; border-radius: 999px; font-size: 11px; font-weight: 800; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; }
.status-verified { color: #126345; background: #dff5e8; }
.status-verified span { background: #24af68; }
.status-available { color: #126345; background: #dff5e8; }
.status-available span { background: #24af68; }
.status-beta { color: #855316; background: #fff0d9; }
.status-beta span { background: #f2952c; }
.status-unverified { color: #596762; background: #edf0ee; }
.status-unverified span { background: #8d9995; }
.status-unsupported { color: #8b3b3e; background: #f9e4e4; }
.status-unsupported span { background: #d85257; }
.load-more { margin: 30px auto 0; color: white; background: var(--forest); border: 0; cursor: pointer; }
.load-more[hidden] { display: none; }
.empty-result { grid-column: 1 / -1; padding: 56px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 24px; }
.empty-result .status-pill { margin-inline: auto; }
.empty-result h3 { margin-top: 22px; font-size: 28px; }
.empty-result p { max-width: 570px; margin: 12px auto 0; color: var(--muted); line-height: 1.55; }
.finder-error { padding: 22px; color: #8b3b3e; background: #f9e4e4; border-radius: 16px; }

.status-guide { padding: 116px 0 130px; background: #e6eee9; }
.status-guide-heading { max-width: 760px; }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 54px; }
.status-grid article { min-height: 190px; padding: 24px; background: rgba(255, 255, 255, 0.74); border: 1px solid rgba(17, 35, 30, 0.08); border-radius: 22px; }
.status-grid article p { margin-top: 36px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.bank-detail-hero { padding: 90px 0 130px; }
.back-link { color: var(--teal); font-size: 13px; font-weight: 750; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumbs a { color: var(--teal); }
.bank-detail-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .7fr); align-items: center; gap: 80px; margin-top: 70px; }
.bank-detail-grid > div > .eyebrow { margin-top: 28px; }
.bank-detail-identity { display: flex; align-items: center; gap: 18px; }
.bank-detail-logo { display: grid; width: 72px; height: 72px; overflow: hidden; place-items: center; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 15px 34px rgba(5, 30, 23, .1); }
.bank-detail-logo img { width: 100%; height: 100%; padding: 8px; object-fit: contain; }
.bank-detail-grid h1 { max-width: 750px; color: var(--ink); font-size: clamp(54px, 7vw, 92px); }
.bank-detail-lead { max-width: 650px; margin-top: 28px; color: var(--muted); font-size: 19px; line-height: 1.58; }
.bank-primary-button { margin-top: 34px; color: white; background: var(--forest); }
.verification-card { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 30px 80px rgba(5, 30, 23, 0.1); }
.verification-card h2 { font-size: 36px; line-height: 1.05; }
.verification-card dl { margin: 30px 0 0; }
.verification-card dl div { padding: 18px 0; border-top: 1px solid var(--line); }
.verification-card dt { color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.verification-card dd { margin: 7px 0 0; line-height: 1.48; }
.coverage-explainer { padding: 120px 0; background: #e6eee9; }
.narrow-copy { max-width: 820px; }
.narrow-copy h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.03; }
.narrow-copy > p:not(.eyebrow) { margin-top: 26px; color: var(--muted); font-size: 18px; line-height: 1.62; }
.connection-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 42px; }
.connection-facts div { display: flex; min-height: 118px; flex-direction: column; justify-content: space-between; gap: 20px; padding: 22px; background: rgba(255, 255, 255, .78); border: 1px solid var(--line); border-radius: 20px; }
.connection-facts span { color: var(--muted); font-size: 12px; }
.connection-facts strong { font-size: 17px; }
.coverage-caveat { max-width: 720px; }
.text-link { display: inline-block; margin-top: 24px; color: var(--teal); font-weight: 750; }

.bank-how-it-works,
.related-banks { padding: 120px 0; background: #f4f6f2; }
.bank-section-heading { max-width: 780px; }
.bank-section-heading h2,
.bank-faq h2,
.related-banks h2,
.country-bank-directory h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.03; }
.bank-section-heading > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.62; }
.bank-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; list-style: none; counter-reset: none; }
.bank-steps li { min-height: 250px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 22px; }
.bank-steps li > span { display: grid; width: 36px; height: 36px; color: #126345; place-items: center; background: #dff5e8; border-radius: 50%; font-size: 13px; font-weight: 800; }
.bank-steps h3 { margin-top: 38px; font-size: 21px; }
.bank-steps p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.bank-faq { padding: 120px 0; background: #e6eee9; }
.faq-list { margin-top: 42px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 42px 22px 0; cursor: pointer; font-size: 18px; font-weight: 750; line-height: 1.4; }
.faq-list details p { max-width: 720px; padding: 0 42px 24px 0; color: var(--muted); line-height: 1.65; }

.related-banks ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 38px; list-style: none; }
.related-banks li a { display: block; padding: 18px 20px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 14px; font-weight: 750; }
.related-banks li a:hover { color: var(--teal); border-color: rgba(23, 138, 109, .35); }

.country-hero { padding: 90px 0 120px; }
.country-hero > .eyebrow { margin-top: 76px; }
.country-hero h1 { max-width: 1040px; font-size: clamp(54px, 7vw, 92px); }
.country-lead { max-width: 780px; margin-top: 28px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.country-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 900px; gap: 10px; margin-top: 48px; }
.country-stats div { display: flex; min-height: 120px; flex-direction: column; justify-content: center; gap: 5px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.country-stats strong { font-size: 32px; }
.country-stats span { color: var(--muted); font-size: 13px; }
.country-bank-directory { padding: 120px 0; background: #e6eee9; }
.country-bank-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 50px; list-style: none; }
.country-bank-list a { display: flex; min-height: 84px; flex-direction: column; justify-content: center; gap: 6px; padding: 16px 18px; background: rgba(255, 255, 255, .8); border: 1px solid var(--line); border-radius: 14px; }
.country-bank-list a:hover { border-color: rgba(23, 138, 109, .35); }
.country-bank-list span { color: var(--ink); font-weight: 750; overflow-wrap: anywhere; }
.country-bank-list small { color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; overflow-wrap: anywhere; }

.country-directory { padding: 110px 0; background: #f4f6f2; }
.country-directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 42px; }
.country-directory-grid a { padding: 16px 18px; background: white; border: 1px solid var(--line); border-radius: 14px; font-weight: 750; }
.country-directory-grid a:hover { color: var(--teal); }

@media (max-width: 900px) {
  .bank-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .status-grid { grid-template-columns: repeat(2, 1fr); }
  .bank-detail-grid { grid-template-columns: 1fr; gap: 55px; }
  .bank-steps,
  .country-bank-list { grid-template-columns: repeat(2, 1fr); }
  .country-directory-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .bank-hero-copy { padding: 70px 0 78px; }
  .bank-hero-copy h1 { font-size: 52px; }
  .bank-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .coverage-stats { grid-template-columns: 1fr; }
  .coverage-stats div { min-height: 92px; }
  .coverage-stats div + div { border-top: 1px solid rgba(255, 255, 255, 0.16); border-left: 0; }
  .finder-section { padding: 82px 0 96px; }
  .finder-heading { align-items: start; flex-direction: column; gap: 14px; }
  .finder-controls { grid-template-columns: 1fr; margin-top: 34px; }
  .bank-results { grid-template-columns: 1fr; }
  .bank-card { min-height: 270px; padding: 18px; }
  .bank-card-top > .status-pill { top: 20px; right: 18px; }
  .status-grid { grid-template-columns: 1fr; }
  .status-guide { padding: 88px 0 96px; }
  .bank-detail-hero { padding: 64px 0 90px; }
  .bank-detail-grid { margin-top: 50px; }
  .bank-detail-grid h1 { font-size: 52px; }
  .verification-card { padding: 26px; }
  .connection-facts { grid-template-columns: 1fr; }
  .bank-steps,
  .related-banks ul,
  .country-bank-list,
  .country-stats,
  .country-directory-grid { grid-template-columns: 1fr; }
  .bank-how-it-works,
  .bank-faq,
  .related-banks,
  .country-bank-directory { padding: 88px 0; }
  .country-hero { padding: 64px 0 90px; }
  .country-hero > .eyebrow { margin-top: 50px; }
  .country-hero h1 { font-size: 50px; }
}
