.ge-hero {
    background: #f0f0f0;
    padding: 112px 24px 80px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.ge-hero-container {
    max-width: 800px;
    margin: 0 auto;
}

.ge-hero-title {
    font-size: clamp(1.875rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #1A1A2E;
    margin: 0 0 24px;
    font-family: 'Inter', sans-serif;
}

.ge-hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    line-height: 1.65;
    color: #444455;
    max-width: 640px;
    margin: 0 auto 16px;
    font-family: 'Inter', sans-serif;
}

.ge-hero-note {
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
    max-width: 480px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
    .ge-hero {
        padding: 80px 20px 60px;
    }
}

@media (max-width: 480px) {
    .ge-hero {
        padding: 60px 16px 48px;
    }
}


/* ════════════════════════════════════
   GE MAP SECTION
════════════════════════════════════ */

.ge-map-section {
    background: #f0f0f0;
    padding: 0 24px 80px;
    font-family: 'Inter', sans-serif;
}

.ge-map-hint {
    max-width: 768px;
    margin: 0 auto 24px;
    text-align: center;
}

.ge-map-hint p {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

.ge-map-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
}

.ge-map-container {
    height: 480px;
    width: 100%;
    position: relative;
    background: #f8f9fa;
}

.ge-map-footer {
    padding: 10px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.ge-map-footer span {
    font-size: 11px;
    color: #999999;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .ge-map-section {
        padding: 0 16px 56px;
    }

    .ge-map-container {
        height: 320px;
    }
}


/* ════════════════════════════════════
   GE AUTOMAKERS SECTION
════════════════════════════════════ */

.ge-auto-section {
    background: #f0f0f0;
    padding: 80px 24px;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
    .ge-auto-section {
        padding: 96px 24px;
    }
}

/* ── Header ── */
.ge-auto-header {
    max-width: 768px;
    margin: 0 auto 40px;
    text-align: center;
}

.ge-auto-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #666666;
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
}

.ge-auto-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #1A1A2E;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* ── Grid ── */
.ge-auto-grid {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 560px) {
    .ge-auto-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 900px) {
    .ge-auto-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* ── Card ── */
.ge-auto-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ge-auto-name {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1A1A2E;
    margin: 0 0 4px;
    font-family: 'Inter', sans-serif;
}

.ge-auto-stat {
    font-size: 13px;
    font-weight: 700;
    color: #362C72;
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
}

.ge-auto-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #555566;
    margin: 0 0 14px;
    flex: 1;
    font-family: 'Inter', sans-serif;
}

/* ── Links ── */
.ge-auto-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.ge-auto-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #362C72;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: opacity 0.15s;
}

.ge-auto-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* ── Footnote ── */
.ge-auto-footnote {
    max-width: 768px;
    margin: 32px auto 0;
    text-align: center;
    padding-top: 24px;
}

.ge-auto-footnote p {
    font-size: 11px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
    font-family: 'Inter', sans-serif;
}


/* ════════════════════════════════════
   GE BANKING GIANTS SECTION
════════════════════════════════════ */

.ge-banks-section {
    background: #f0f0f0;
    padding: 72px 24px;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
    .ge-banks-section {
        padding: 88px 24px;
    }
}

.ge-banks-header {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.ge-banks-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #2563eb;
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
}

.ge-banks-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #1A1A2E;
    margin: 0;
    font-family: 'Inter', sans-serif;
}


/* ════════════════════════════════════
   GE BANKING GIANTS — SHARED
════════════════════════════════════ */

.ge-bank-country {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #666666;
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-country--muted {
    color: #999999;
}

.ge-bank-country--dark {
    color: #8b8aa0;
}

.ge-bank-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #362C72;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: opacity 0.15s;
}

.ge-bank-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.ge-bank-link--dark {
    color: #a5a3c0;
}

/* ════════════════════════════════════
   UK — Nationwide
════════════════════════════════════ */

.ge-bank-uk {
    background: #ffffff;
    padding: 64px 24px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-uk-inner {
    max-width: 768px;
    margin: 0 auto;
}

.ge-bank-uk-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .ge-bank-uk-row {
        flex-direction: row;
        align-items: flex-end;
        gap: 40px;
    }
}

.ge-bank-uk-name {
    font-size: clamp(1.4rem, 3vw, 1.875rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1A1A2E;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.ge-bank-uk-year {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #1A1A2E;
    margin: 0;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
}

.ge-bank-uk-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #555566;
    margin: 0 0 16px;
    max-width: 640px;
    font-family: 'Inter', sans-serif;
}

/* ════════════════════════════════════
   Germany — Sparkassen
════════════════════════════════════ */

.ge-bank-de {
    background: #f0f0f0;
    padding: 72px 24px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-de-inner {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.ge-bank-de-name {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1A1A2E;
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-de-number {
    font-size: clamp(4rem, 12vw, 7.5rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #1A1A2E;
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-de-sub {
    font-size: 17px;
    font-weight: 500;
    color: #555566;
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-de-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    max-width: 560px;
    margin: 0 auto 16px;
    font-family: 'Inter', sans-serif;
}

/* ════════════════════════════════════
   Austria — Raiffeisen
════════════════════════════════════ */

.ge-bank-at {
    background: #ffffff;
    padding: 56px 24px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-at-inner {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .ge-bank-at-inner {
        flex-direction: row;
        align-items: center;
        gap: 56px;
    }
}

.ge-bank-at-left {
    flex-shrink: 0;
}

.ge-bank-at-number {
    font-size: clamp(3.5rem, 10vw, 6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #1A1A2E;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.ge-bank-at-name {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1A1A2E;
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-at-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #555566;
    margin: 0 0 14px;
    font-family: 'Inter', sans-serif;
}

/* ════════════════════════════════════
   Brazil — Central Bank
════════════════════════════════════ */

.ge-bank-br {
    background: #1A1A2E;
    padding: 80px 24px;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
    .ge-bank-br {
        padding: 96px 24px;
    }
}

.ge-bank-br-inner {
    max-width: 768px;
    margin: 0 auto;
}

.ge-bank-br-name {
    font-size: clamp(1.4rem, 3vw, 1.875rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #e8e6f0;
    margin: 0 0 16px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-br-number {
    font-size: clamp(3.5rem, 10vw, 6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-br-sub {
    font-size: 15px;
    font-weight: 500;
    color: #b0aeca;
    margin: 0 0 16px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-br-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #9896b0;
    max-width: 640px;
    margin: 0 0 20px;
    font-family: 'Inter', sans-serif;
}

.ge-bank-br-footer {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ge-bank-br-footer p {
    font-size: 14px;
    line-height: 1.7;
    color: #9896b0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.ge-bank-br-footer-label {
    font-weight: 600;
    color: #e8e6f0;
}

.ge-bank-br-footer-link {
    font-weight: 500;
    color: #a5a3c0;
    text-decoration: none;
    transition: opacity 0.15s;
}

.ge-bank-br-footer-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.ge-bank-br-dot {
    margin: 0 4px;
    color: #666680;
}

F