{"id":9208,"date":"2025-12-11T04:06:44","date_gmt":"2025-12-11T04:06:44","guid":{"rendered":"https:\/\/hbcxconsulting.com\/?page_id=9208"},"modified":"2026-01-16T03:59:22","modified_gmt":"2026-01-16T03:59:22","slug":"internship-program-2026","status":"publish","type":"page","link":"https:\/\/hbcxconsulting.com\/internship-program-2026\/","title":{"rendered":"Internship Program 2026"},"content":{"rendered":"\n<!--\n================================================================================\nHBC INTERNSHIP 2026 - ULTIMATE MBB-QUALITY PREMIUM PAGE\n================================================================================\nVersion: 3.0 - Truly Premium Design\n- Single application window (Dec 31, 2025 deadline for both cohorts)\n- Cohort preference selected in form\n- McKinsey\/BCG-inspired sophisticated design\n- Meticulous attention to every visual element\n- Art-like polish with perfect typography, spacing, and interactions\n================================================================================\n-->\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>HBC Internship 2026 | Horizon Bridge Consulting<\/title>\n<\/head>\n<body>\n\n<div class=\"hbc-int\" id=\"hbc-top\">\n<style>\n\/* ============================================================================\n   HBC INTERNSHIP 2026 - MBB-QUALITY PREMIUM STYLES\n   ============================================================================\n   Design Philosophy:\n   - McKinsey: Bold serif headlines, deep blues, gradients, white space\n   - BCG: Clean geometry, green accents, data visualization\n   - Bain: Red highlights, sharp contrasts, confident typography\n   \n   HBC Adaptation: Navy + Gold, professional gravitas, accessible warmth\n   ============================================================================ *\/\n\n\/* Import premium fonts *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');\n\n\/* ============================================================================\n   CSS CUSTOM PROPERTIES (Design Tokens)\n   ============================================================================ *\/\n\n\/* WordPress Full-Width Override *\/\n.hbc-int {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    max-width: none !important;\n    overflow-x: hidden;\n}\n\n.hbc-int {\n    \/* Primary Colors *\/\n    --navy-900: #011A3A;\n    --navy-800: #022860;\n    --navy-700: #0A3875;\n    --navy-600: #1A4D8F;\n    --navy-500: #2D63A6;\n    --navy-400: #4A7FC2;\n    --navy-100: #E8EEF6;\n    --navy-50: #F4F7FB;\n    \n    \/* Accent Colors *\/\n    --gold-600: #A68A3A;\n    --gold-500: #C4A052;\n    --gold-400: #D4B872;\n    --gold-300: #E4D0A0;\n    --gold-100: #FBF7EE;\n    \n    \/* Neutrals *\/\n    --white: #FFFFFF;\n    --gray-50: #FAFBFC;\n    --gray-100: #F1F4F8;\n    --gray-200: #E2E8F0;\n    --gray-300: #CBD5E1;\n    --gray-400: #94A3B8;\n    --gray-500: #64748B;\n    --gray-600: #475569;\n    --gray-700: #334155;\n    --gray-800: #1E293B;\n    --gray-900: #0F172A;\n    \n    \/* Typography *\/\n    --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;\n    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    \n    \/* Spacing Scale *\/\n    --space-1: 4px;\n    --space-2: 8px;\n    --space-3: 12px;\n    --space-4: 16px;\n    --space-5: 20px;\n    --space-6: 24px;\n    --space-8: 32px;\n    --space-10: 40px;\n    --space-12: 48px;\n    --space-16: 64px;\n    --space-20: 80px;\n    --space-24: 96px;\n    \n    \/* Shadows *\/\n    --shadow-sm: 0 1px 2px rgba(1,26,58,0.04);\n    --shadow-md: 0 4px 8px rgba(1,26,58,0.06), 0 2px 4px rgba(1,26,58,0.04);\n    --shadow-lg: 0 12px 24px rgba(1,26,58,0.08), 0 4px 8px rgba(1,26,58,0.04);\n    --shadow-xl: 0 24px 48px rgba(1,26,58,0.1), 0 8px 16px rgba(1,26,58,0.06);\n    --shadow-gold: 0 8px 24px rgba(196,160,82,0.25);\n    \n    \/* Transitions *\/\n    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);\n    --duration-fast: 150ms;\n    --duration-normal: 250ms;\n    --duration-slow: 400ms;\n    \n    \/* Base Styles *\/\n    font-family: var(--font-sans);\n    font-size: 16px;\n    line-height: 1.6;\n    color: var(--gray-800);\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n}\n\n\/* Reset *\/\n.hbc-int *, .hbc-int *::before, .hbc-int *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n}\n\n.hbc-int a {\n    text-decoration: none;\n    color: inherit;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-int ul, .hbc-int ol { list-style: none; }\n.hbc-int img { max-width: 100%; display: block; }\n.hbc-int button { font-family: inherit; cursor: pointer; border: none; background: none; }\n\n\/* ============================================================================\n   NAVIGATION - Refined & Minimal\n   ============================================================================ *\/\n.hbc-nav {\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    background: rgba(255,255,255,0.95);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    border-bottom: 1px solid var(--gray-100);\n}\n\n.hbc-nav-inner {\n    max-width: 1320px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 0 var(--space-8);\n    height: 72px;\n}\n\n.hbc-nav-brand {\n    display: flex;\n    align-items: center;\n    gap: var(--space-4);\n}\n\n.hbc-nav-logo {\n    font-family: var(--font-serif);\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--navy-800);\n    letter-spacing: -0.02em;\n}\n\n.hbc-nav-badge {\n    font-size: 10px;\n    font-weight: 700;\n    color: var(--gold-500);\n    background: var(--gold-100);\n    padding: 6px 12px;\n    border-radius: 100px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n}\n\n.hbc-nav-menu {\n    display: flex;\n    align-items: center;\n    gap: var(--space-2);\n}\n\n.hbc-nav-link {\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--gray-600);\n    padding: var(--space-3) var(--space-4);\n    border-radius: 8px;\n    transition: all var(--duration-fast) var(--ease-out);\n}\n\n.hbc-nav-link:hover {\n    color: var(--navy-800);\n    background: var(--gray-50);\n}\n\n.hbc-nav-link.active {\n    color: var(--navy-800);\n    background: var(--navy-100);\n}\n\n.hbc-nav-cta {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--navy-900) !important;\n    background: var(--gold-500) !important;\n    padding: var(--space-3) var(--space-6);\n    border-radius: 8px;\n    margin-left: var(--space-4);\n    transition: all var(--duration-normal) var(--ease-out);\n    display: inline-block;\n}\n\n.hbc-nav-cta:hover {\n    background: var(--gold-400) !important;\n    transform: translateY(-1px);\n    box-shadow: var(--shadow-md);\n}\n\n.hbc-nav-mobile {\n    display: none;\n    flex-direction: column;\n    gap: 5px;\n    padding: var(--space-2);\n}\n\n.hbc-nav-mobile span {\n    width: 20px;\n    height: 2px;\n    background: var(--navy-800);\n    border-radius: 1px;\n}\n\n\/* ============================================================================\n   HERO - McKinsey-Inspired Grandeur\n   ============================================================================ *\/\n.hbc-hero {\n    background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 50%, var(--navy-700) 100%);\n    position: relative;\n    overflow: hidden;\n}\n\n\/* Subtle grid pattern overlay *\/\n.hbc-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background-image: \n        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);\n    background-size: 60px 60px;\n    pointer-events: none;\n}\n\n\/* Gold accent glow *\/\n.hbc-hero::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 80%;\n    height: 200%;\n    background: radial-gradient(ellipse, rgba(196,160,82,0.08) 0%, transparent 60%);\n    pointer-events: none;\n}\n\n.hbc-hero-inner {\n    max-width: 1320px;\n    margin: 0 auto;\n    padding: var(--space-24) var(--space-8);\n    display: grid;\n    grid-template-columns: 1fr 400px;\n    gap: var(--space-16);\n    align-items: center;\n    position: relative;\n    z-index: 10;\n}\n\n.hbc-hero-content {\n    max-width: 640px;\n}\n\n.hbc-hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: var(--space-3);\n    margin-bottom: var(--space-6);\n}\n\n.hbc-hero-eyebrow-dot {\n    width: 8px;\n    height: 8px;\n    background: var(--gold-500);\n    border-radius: 50%;\n    animation: hbcPulse 2s ease-in-out infinite;\n}\n\n@keyframes hbcPulse {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50% { opacity: 0.6; transform: scale(1.2); }\n}\n\n.hbc-hero-eyebrow-text {\n    font-size: 12px;\n    font-weight: 700;\n    color: var(--gold-400);\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n}\n\n.hbc-hero-title {\n    font-family: var(--font-serif);\n    font-size: clamp(42px, 5vw, 64px);\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    margin-bottom: var(--space-6);\n}\n\n.hbc-hero-title em {\n    font-style: normal;\n    color: var(--gold-400);\n}\n\n.hbc-hero-subtitle {\n    font-size: 18px;\n    font-weight: 400;\n    color: rgba(255,255,255,0.7);\n    line-height: 1.7;\n    margin-bottom: var(--space-10);\n}\n\n.hbc-hero-metrics {\n    display: flex;\n    gap: var(--space-12);\n    padding-top: var(--space-8);\n    border-top: 1px solid rgba(255,255,255,0.1);\n}\n\n.hbc-metric {\n    text-align: left;\n}\n\n.hbc-metric-value {\n    font-family: var(--font-serif);\n    font-size: 42px;\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1;\n    margin-bottom: var(--space-2);\n}\n\n.hbc-metric-label {\n    font-size: 13px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.5);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n}\n\n\/* Hero Card - Premium Elevation *\/\n.hbc-hero-card {\n    background: var(--white);\n    border-radius: 16px;\n    padding: var(--space-8);\n    box-shadow: var(--shadow-xl);\n    position: relative;\n}\n\n\/* Gold top accent line *\/\n.hbc-hero-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: var(--space-8);\n    right: var(--space-8);\n    height: 4px;\n    background: linear-gradient(90deg, var(--gold-500) 0%, var(--gold-400) 100%);\n    border-radius: 0 0 4px 4px;\n}\n\n.hbc-hero-card-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: var(--space-6);\n    padding-bottom: var(--space-5);\n    border-bottom: 1px solid var(--gray-100);\n}\n\n.hbc-hero-card-title {\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--gray-500);\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n}\n\n.hbc-hero-card-year {\n    font-family: var(--font-serif);\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--navy-800);\n}\n\n.hbc-hero-card-item {\n    display: flex;\n    align-items: center;\n    gap: var(--space-4);\n    padding: var(--space-4) 0;\n    border-bottom: 1px solid var(--gray-100);\n}\n\n.hbc-hero-card-item:last-of-type {\n    border-bottom: none;\n    margin-bottom: var(--space-6);\n}\n\n.hbc-hero-card-icon {\n    width: 48px;\n    height: 48px;\n    background: var(--navy-50);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    flex-shrink: 0;\n}\n\n.hbc-hero-card-text h4 {\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--gray-900);\n    margin-bottom: 2px;\n}\n\n.hbc-hero-card-text p {\n    font-size: 13px;\n    color: var(--gray-500);\n}\n\n\/* Primary CTA Button *\/\n.hbc-btn-primary {\n    display: block;\n    width: 100%;\n    padding: var(--space-4) var(--space-6);\n    background: var(--navy-800);\n    color: var(--white);\n    font-size: 15px;\n    font-weight: 600;\n    text-align: center;\n    border-radius: 10px;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-btn-primary:hover {\n    background: var(--navy-700);\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-lg);\n}\n\n\/* ============================================================================\n   SECTION UTILITIES\n   ============================================================================ *\/\n.hbc-section {\n    padding: var(--space-24) var(--space-8);\n}\n\n.hbc-section-inner {\n    max-width: 1320px;\n    margin: 0 auto;\n}\n\n.hbc-section-gray {\n    background: var(--gray-50);\n}\n\n.hbc-section-navy {\n    background: linear-gradient(180deg, var(--navy-800) 0%, var(--navy-900) 100%);\n}\n\n.hbc-section-header {\n    margin-bottom: var(--space-16);\n}\n\n.hbc-section-header.center {\n    text-align: center;\n}\n\n.hbc-eyebrow {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--gold-500);\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    margin-bottom: var(--space-4);\n}\n\n.hbc-section-navy .hbc-eyebrow {\n    color: var(--gold-400);\n}\n\n.hbc-section-title {\n    font-family: var(--font-serif);\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 700;\n    color: var(--gray-900);\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n}\n\n.hbc-section-navy .hbc-section-title {\n    color: var(--white);\n}\n\n.hbc-section-subtitle {\n    font-size: 17px;\n    color: var(--gray-500);\n    line-height: 1.7;\n    margin-top: var(--space-4);\n    max-width: 640px;\n}\n\n.hbc-section-navy .hbc-section-subtitle {\n    color: rgba(255,255,255,0.6);\n}\n\n.hbc-section-header.center .hbc-section-subtitle {\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* ============================================================================\n   PROGRAM OVERVIEW - Premium Cards\n   ============================================================================ *\/\n.hbc-program-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: var(--space-6);\n}\n\n.hbc-program-card {\n    background: var(--white);\n    border: 1px solid var(--gray-200);\n    border-radius: 16px;\n    padding: var(--space-8);\n    position: relative;\n    transition: all var(--duration-slow) var(--ease-out);\n}\n\n.hbc-program-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: var(--space-8);\n    right: var(--space-8);\n    height: 3px;\n    background: linear-gradient(90deg, var(--navy-800) 0%, var(--gold-500) 100%);\n    border-radius: 3px 3px 0 0;\n    opacity: 0;\n    transition: opacity var(--duration-normal) var(--ease-out);\n}\n\n.hbc-program-card:hover {\n    border-color: var(--gray-300);\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-lg);\n}\n\n.hbc-program-card:hover::after {\n    opacity: 1;\n}\n\n.hbc-program-icon {\n    width: 56px;\n    height: 56px;\n    background: linear-gradient(135deg, var(--navy-50) 0%, var(--navy-100) 100%);\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    margin-bottom: var(--space-5);\n}\n\n.hbc-program-card h3 {\n    font-family: var(--font-serif);\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--gray-900);\n    margin-bottom: var(--space-3);\n}\n\n.hbc-program-card p {\n    font-size: 14px;\n    color: var(--gray-500);\n    line-height: 1.65;\n}\n\n\/* ============================================================================\n   COHORTS - Premium Comparison\n   ============================================================================ *\/\n.hbc-cohorts {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: var(--space-8);\n    max-width: 960px;\n    margin: 0 auto;\n}\n\n.hbc-cohort-card {\n    background: var(--white);\n    border-radius: 20px;\n    padding: var(--space-10);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: all var(--duration-slow) var(--ease-out);\n}\n\n.hbc-cohort-card.primary {\n    border: 2px solid var(--navy-800);\n    box-shadow: var(--shadow-lg);\n}\n\n.hbc-cohort-card.secondary {\n    border: 2px solid var(--gray-200);\n    background: var(--gray-50);\n}\n\n.hbc-cohort-card:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-xl);\n}\n\n.hbc-cohort-badge {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: var(--space-2) var(--space-4);\n    border-radius: 100px;\n    margin-bottom: var(--space-5);\n}\n\n.hbc-cohort-card.primary .hbc-cohort-badge {\n    background: var(--navy-800);\n    color: var(--white);\n}\n\n.hbc-cohort-card.secondary .hbc-cohort-badge {\n    background: var(--gold-500);\n    color: var(--navy-900);\n}\n\n.hbc-cohort-season {\n    font-family: var(--font-serif);\n    font-size: 32px;\n    font-weight: 700;\n    color: var(--navy-800);\n    margin-bottom: var(--space-6);\n}\n\n.hbc-cohort-dates {\n    margin-bottom: var(--space-6);\n}\n\n.hbc-cohort-date-item {\n    padding: var(--space-3) 0;\n    border-bottom: 1px solid var(--gray-100);\n}\n\n.hbc-cohort-date-item:last-child {\n    border-bottom: none;\n}\n\n.hbc-cohort-date-label {\n    font-size: 12px;\n    color: var(--gray-500);\n    margin-bottom: 2px;\n}\n\n.hbc-cohort-date-value {\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--gray-800);\n}\n\n.hbc-cohort-date-value.highlight {\n    color: var(--gold-600);\n    font-size: 18px;\n}\n\n.hbc-cohort-note {\n    font-size: 13px;\n    color: var(--gray-500);\n    background: var(--gray-100);\n    padding: var(--space-3) var(--space-4);\n    border-radius: 8px;\n    margin-top: var(--space-4);\n}\n\n\/* ============================================================================\n   PRACTICE AREAS - Tabbed Premium\n   ============================================================================ *\/\n.hbc-practices-layout {\n    display: grid;\n    grid-template-columns: 280px 1fr;\n    gap: var(--space-12);\n}\n\n.hbc-practices-tabs {\n    display: flex;\n    flex-direction: column;\n    gap: var(--space-2);\n}\n\n.hbc-practices-tab {\n    display: flex;\n    align-items: center;\n    gap: var(--space-4);\n    padding: var(--space-5);\n    background: rgba(255,255,255,0.03);\n    border: 1px solid rgba(255,255,255,0.06);\n    border-radius: 12px;\n    text-align: left;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-practices-tab:hover {\n    background: rgba(255,255,255,0.06);\n    border-color: rgba(255,255,255,0.1);\n}\n\n.hbc-practices-tab.active {\n    background: rgba(255,255,255,0.08);\n    border-color: var(--gold-500);\n}\n\n.hbc-practices-tab-icon {\n    width: 44px;\n    height: 44px;\n    background: rgba(196,160,82,0.15);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    flex-shrink: 0;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-practices-tab.active .hbc-practices-tab-icon {\n    background: var(--gold-500);\n}\n\n.hbc-practices-tab-text h4 {\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--white);\n    margin-bottom: 2px;\n}\n\n.hbc-practices-tab-text p {\n    font-size: 12px;\n    color: rgba(255,255,255,0.5);\n}\n\n.hbc-practices-content {\n    min-height: 500px;\n}\n\n.hbc-practices-panel {\n    display: none;\n    animation: hbcFadeSlide 0.4s var(--ease-out);\n}\n\n.hbc-practices-panel.active {\n    display: block;\n}\n\n@keyframes hbcFadeSlide {\n    from { opacity: 0; transform: translateX(20px); }\n    to { opacity: 1; transform: translateX(0); }\n}\n\n.hbc-practices-panel-header {\n    margin-bottom: var(--space-8);\n    padding-bottom: var(--space-6);\n    border-bottom: 1px solid rgba(255,255,255,0.1);\n}\n\n.hbc-practices-panel-header h3 {\n    font-family: var(--font-serif);\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--white);\n    margin-bottom: var(--space-3);\n}\n\n.hbc-practices-panel-header p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.6);\n    line-height: 1.7;\n    max-width: 560px;\n}\n\n.hbc-practices-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--space-4);\n}\n\n.hbc-practice-item {\n    display: flex;\n    align-items: flex-start;\n    gap: var(--space-4);\n    padding: var(--space-5);\n    background: rgba(255,255,255,0.03);\n    border: 1px solid rgba(255,255,255,0.06);\n    border-radius: 10px;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-practice-item:hover {\n    background: rgba(255,255,255,0.06);\n    border-color: rgba(196,160,82,0.3);\n}\n\n.hbc-practice-dot {\n    width: 8px;\n    height: 8px;\n    background: var(--gold-500);\n    border-radius: 50%;\n    margin-top: 6px;\n    flex-shrink: 0;\n}\n\n.hbc-practice-item h4 {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--white);\n    margin-bottom: 4px;\n}\n\n.hbc-practice-item p {\n    font-size: 13px;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.5;\n}\n\n\/* ============================================================================\n   REQUIREMENTS - Clean Cards\n   ============================================================================ *\/\n.hbc-req-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--space-6);\n}\n\n.hbc-req-card {\n    display: flex;\n    gap: var(--space-5);\n    padding: var(--space-8);\n    background: var(--white);\n    border: 1px solid var(--gray-200);\n    border-radius: 16px;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-req-card:hover {\n    border-color: var(--gray-300);\n    box-shadow: var(--shadow-md);\n}\n\n.hbc-req-icon {\n    width: 56px;\n    height: 56px;\n    background: var(--navy-800);\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    flex-shrink: 0;\n}\n\n.hbc-req-content h4 {\n    font-family: var(--font-serif);\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--gray-900);\n    margin-bottom: var(--space-2);\n}\n\n.hbc-req-content p {\n    font-size: 14px;\n    color: var(--gray-500);\n    line-height: 1.65;\n}\n\n\/* ============================================================================\n   FAQ - Elegant Accordion\n   ============================================================================ *\/\n.hbc-faq-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--space-4);\n}\n\n.hbc-faq-item {\n    background: var(--white);\n    border: 1px solid var(--gray-200);\n    border-radius: 12px;\n    overflow: hidden;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-faq-item:hover {\n    border-color: var(--gray-300);\n}\n\n.hbc-faq-item.open {\n    box-shadow: var(--shadow-md);\n    border-color: var(--navy-800);\n}\n\n.hbc-faq-question {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: var(--space-4);\n    padding: var(--space-5) var(--space-6);\n    width: 100%;\n    text-align: left;\n}\n\n.hbc-faq-question h4 {\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--gray-800);\n    line-height: 1.4;\n}\n\n.hbc-faq-toggle {\n    width: 28px;\n    height: 28px;\n    background: var(--gray-100);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    font-weight: 300;\n    color: var(--gray-500);\n    flex-shrink: 0;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-faq-item.open .hbc-faq-toggle {\n    background: var(--navy-800);\n    color: var(--white);\n    transform: rotate(45deg);\n}\n\n.hbc-faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height var(--duration-slow) var(--ease-out);\n}\n\n.hbc-faq-item.open .hbc-faq-answer {\n    max-height: 300px;\n}\n\n.hbc-faq-answer-inner {\n    padding: 0 var(--space-6) var(--space-6);\n    font-size: 14px;\n    color: var(--gray-600);\n    line-height: 1.7;\n}\n\n\/* ============================================================================\n   APPLY SECTION - Grand Finale\n   ============================================================================ *\/\n.hbc-apply {\n    background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 100%);\n    padding: var(--space-24) var(--space-8);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n}\n\n.hbc-apply::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: radial-gradient(ellipse at center top, rgba(196,160,82,0.1) 0%, transparent 50%);\n    pointer-events: none;\n}\n\n.hbc-apply-inner {\n    max-width: 800px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 10;\n}\n\n.hbc-apply-title {\n    font-family: var(--font-serif);\n    font-size: clamp(36px, 5vw, 48px);\n    font-weight: 700;\n    color: var(--white);\n    letter-spacing: -0.02em;\n    margin-bottom: var(--space-4);\n}\n\n.hbc-apply-subtitle {\n    font-size: 18px;\n    color: rgba(255,255,255,0.7);\n    line-height: 1.7;\n    margin-bottom: var(--space-8);\n}\n\n\/* Deadline Banner *\/\n.hbc-apply-deadline-banner {\n    display: inline-flex;\n    align-items: center;\n    gap: var(--space-4);\n    background: rgba(196,160,82,0.15);\n    border: 1px solid rgba(196,160,82,0.3);\n    padding: var(--space-4) var(--space-6);\n    border-radius: 100px;\n    margin-bottom: var(--space-10);\n}\n\n.hbc-apply-deadline-banner span {\n    font-size: 14px;\n    color: rgba(255,255,255,0.8);\n}\n\n.hbc-apply-deadline-banner strong {\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--gold-400);\n}\n\n\/* Region Buttons - Always Visible *\/\n.hbc-apply-regions {\n    display: flex;\n    justify-content: center;\n    gap: var(--space-5);\n    margin-bottom: var(--space-10);\n}\n\n.hbc-region-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: var(--space-3);\n    min-width: 200px;\n    padding: var(--space-5) var(--space-8);\n    background: var(--gold-500);\n    color: var(--navy-900);\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    border-radius: 10px;\n    transition: all var(--duration-normal) var(--ease-out);\n}\n\n.hbc-region-btn:hover {\n    background: var(--gold-400);\n    transform: translateY(-3px);\n    box-shadow: var(--shadow-gold);\n}\n\n.hbc-region-btn span {\n    font-size: 20px;\n}\n\n.hbc-apply-note {\n    font-size: 14px;\n    color: rgba(255,255,255,0.5);\n    margin-bottom: var(--space-6);\n}\n\n.hbc-apply-contact {\n    font-size: 15px;\n    color: rgba(255,255,255,0.6);\n}\n\n.hbc-apply-contact a {\n    color: var(--gold-400);\n    font-weight: 500;\n}\n\n.hbc-apply-contact a:hover {\n    color: var(--gold-300);\n    text-decoration: underline;\n}\n\n\/* ============================================================================\n   RESPONSIVE DESIGN\n   ============================================================================ *\/\n@media (max-width: 1024px) {\n    .hbc-hero-inner {\n        grid-template-columns: 1fr;\n        gap: var(--space-12);\n    }\n    \n    .hbc-hero-card {\n        max-width: 480px;\n    }\n    \n    .hbc-program-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n    \n    .hbc-practices-layout {\n        grid-template-columns: 1fr;\n        gap: var(--space-8);\n    }\n    \n    .hbc-practices-tabs {\n        flex-direction: row;\n        flex-wrap: wrap;\n    }\n    \n    .hbc-practices-tab {\n        flex: 1;\n        min-width: 140px;\n    }\n    \n    .hbc-practices-tab-text p {\n        display: none;\n    }\n    \n    .hbc-practices-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n@media (max-width: 768px) {\n    .hbc-nav-menu {\n        display: none;\n    }\n    \n    .hbc-nav-mobile {\n        display: flex;\n    }\n    \n    .hbc-section {\n        padding: var(--space-16) var(--space-5);\n    }\n    \n    .hbc-hero-inner {\n        padding: var(--space-16) var(--space-5);\n    }\n    \n    .hbc-hero-metrics {\n        flex-wrap: wrap;\n        gap: var(--space-8);\n    }\n    \n    .hbc-program-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .hbc-cohorts {\n        grid-template-columns: 1fr;\n    }\n    \n    .hbc-req-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .hbc-faq-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .hbc-apply-regions {\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .hbc-region-btn {\n        width: 100%;\n        max-width: 320px;\n    }\n}\n<\/style>\n\n<!-- ============================================================================\n     NAVIGATION\n     ============================================================================ -->\n<nav class=\"hbc-nav\">\n    <div class=\"hbc-nav-inner\">\n        <div class=\"hbc-nav-brand\">\n            <span class=\"hbc-nav-logo\">Horizon Bridge Consulting<\/span>\n            <span class=\"hbc-nav-badge\">Internship 2026<\/span>\n        <\/div>\n        <div class=\"hbc-nav-menu\">\n            <a href=\"#program\" class=\"hbc-nav-link\">Program<\/a>\n            <a href=\"#cohorts\" class=\"hbc-nav-link\">Cohorts<\/a>\n            <a href=\"#practice-areas\" class=\"hbc-nav-link\">Practice Areas<\/a>\n            <a href=\"#requirements\" class=\"hbc-nav-link\">Requirements<\/a>\n            <a href=\"#faq\" class=\"hbc-nav-link\">FAQ<\/a>\n            <span class=\"hbc-nav-cta\" style=\"background: var(--gray-300); color: var(--gray-600); cursor: default;\">Closed<\/span>\n        <\/div>\n        <div class=\"hbc-nav-mobile\">\n            <span><\/span><span><\/span><span><\/span>\n        <\/div>\n    <\/div>\n<\/nav>\n\n<!-- ============================================================================\n     HERO\n     ============================================================================ -->\n<section class=\"hbc-hero\">\n    <div class=\"hbc-hero-inner\">\n        <div class=\"hbc-hero-content\">\n            <div class=\"hbc-hero-eyebrow\" style=\"background: rgba(148,163,184,0.15);\">\n                <span class=\"hbc-hero-eyebrow-dot\" style=\"background: var(--gray-400);\"><\/span>\n                <span class=\"hbc-hero-eyebrow-text\" style=\"color: var(--gray-500);\">Applications Closed<\/span>\n            <\/div>\n            <h1 class=\"hbc-hero-title\">\n                Launch Your <em>Consulting Career<\/em> with HBC\n            <\/h1>\n            <p class=\"hbc-hero-subtitle\">\n                Join a cross-sectoral consulting firm working at the intersection of strategy, technology, and sustainability. Gain hands-on experience with global clients including the World Bank, UN agencies, and leading enterprises.\n            <\/p>\n            <div class=\"hbc-hero-metrics\">\n                <div class=\"hbc-metric\">\n                    <div class=\"hbc-metric-value\">45+<\/div>\n                    <div class=\"hbc-metric-label\">Countries<\/div>\n                <\/div>\n                <div class=\"hbc-metric\">\n                    <div class=\"hbc-metric-value\">44<\/div>\n                    <div class=\"hbc-metric-label\">Practice Areas<\/div>\n                <\/div>\n                <div class=\"hbc-metric\">\n                    <div class=\"hbc-metric-value\">2<\/div>\n                    <div class=\"hbc-metric-label\">Cohorts<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"hbc-hero-card\">\n            <div class=\"hbc-hero-card-header\">\n                <span class=\"hbc-hero-card-title\">Application Status<\/span>\n                <span class=\"hbc-hero-card-year\" style=\"color: var(--gray-500);\">Closed<\/span>\n            <\/div>\n            <div class=\"hbc-hero-card-item\">\n                <div class=\"hbc-hero-card-icon\" style=\"background: var(--gray-100);\">\u2713<\/div>\n                <div class=\"hbc-hero-card-text\">\n                    <h4 style=\"color: var(--gray-500);\">Application Window<\/h4>\n                    <p>Dec 15, 2025 \u2013 Jan 15, 2026<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-hero-card-item\">\n                <div class=\"hbc-hero-card-icon\" style=\"background: var(--gold-100);\">\ud83d\udccb<\/div>\n                <div class=\"hbc-hero-card-text\">\n                    <h4>Status<\/h4>\n                    <p style=\"color: var(--gold-600); font-weight: 500;\">Under Review<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-hero-card-item\">\n                <div class=\"hbc-hero-card-icon\">\ud83c\udfaf<\/div>\n                <div class=\"hbc-hero-card-text\">\n                    <h4>Cohorts<\/h4>\n                    <p>Spring (Feb-May) or Summer (Jul-Oct)<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-btn-primary\" style=\"background: var(--gray-300); color: var(--gray-600); cursor: default; pointer-events: none;\">Applications Closed<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ============================================================================\n     PROGRAM OVERVIEW\n     ============================================================================ -->\n<section class=\"hbc-section\" id=\"program\">\n    <div class=\"hbc-section-inner\">\n        <div class=\"hbc-section-header\">\n            <span class=\"hbc-eyebrow\">The Program<\/span>\n            <h2 class=\"hbc-section-title\">What You&#8217;ll Experience<\/h2>\n            <p class=\"hbc-section-subtitle\">A structured four-month program designed to accelerate your professional growth through real client work, expert mentorship, and cross-functional exposure.<\/p>\n        <\/div>\n        \n        <div class=\"hbc-program-grid\">\n            <div class=\"hbc-program-card\">\n                <div class=\"hbc-program-icon\">\ud83c\udf0d<\/div>\n                <h3>Global Client Exposure<\/h3>\n                <p>Work on live engagements with the World Bank, UN agencies, EU, bilateral donors, and private sector clients across emerging and frontier markets.<\/p>\n            <\/div>\n            <div class=\"hbc-program-card\">\n                <div class=\"hbc-program-icon\">\ud83e\udd16<\/div>\n                <h3>AI-Forward Methodology<\/h3>\n                <p>Apply cutting-edge AI tools in professional consulting workflows. We value practical fluency and innovative approaches to complex problem-solving.<\/p>\n            <\/div>\n            <div class=\"hbc-program-card\">\n                <div class=\"hbc-program-icon\">\ud83d\udc65<\/div>\n                <h3>Expert Mentorship<\/h3>\n                <p>Learn directly from senior consultants with decades of experience. Receive structured feedback, career guidance, and professional development support.<\/p>\n            <\/div>\n            <div class=\"hbc-program-card\">\n                <div class=\"hbc-program-icon\">\ud83d\udcca<\/div>\n                <h3>Evidence-Based Work<\/h3>\n                <p>Contribute to research, monitoring &#038; evaluation, and data-driven analysis that shapes policy decisions and program design at scale.<\/p>\n            <\/div>\n            <div class=\"hbc-program-card\">\n                <div class=\"hbc-program-icon\">\ud83d\udcbc<\/div>\n                <h3>Career Foundation<\/h3>\n                <p>Build credentials and networks that open doors at leading consulting firms, international organizations, and global enterprises worldwide.<\/p>\n            <\/div>\n            <div class=\"hbc-program-card\">\n                <div class=\"hbc-program-icon\">\ud83d\udd04<\/div>\n                <h3>Cross-Sectoral Learning<\/h3>\n                <p>Gain exposure across multiple industries and service lines\u2014from climate strategy and digital transformation to social impact and governance.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ============================================================================\n     COHORTS\n     ============================================================================ -->\n<section class=\"hbc-section hbc-section-gray\" id=\"cohorts\">\n    <div class=\"hbc-section-inner\">\n        <div class=\"hbc-section-header center\">\n            <span class=\"hbc-eyebrow\">Two Opportunities<\/span>\n            <h2 class=\"hbc-section-title\">Choose Your Cohort<\/h2>\n            <p class=\"hbc-section-subtitle\">Both cohorts offer the same world-class experience. Applicants indicated their cohort preference in the application form. Shortlisted candidates will be contacted for interviews.<\/p>\n        <\/div>\n        \n        <div class=\"hbc-cohorts\">\n            <div class=\"hbc-cohort-card primary\">\n                <span class=\"hbc-cohort-badge\">Cohort 1 (H1)<\/span>\n                <h3 class=\"hbc-cohort-season\">Spring 2026<\/h3>\n                <div class=\"hbc-cohort-dates\">\n                    <div class=\"hbc-cohort-date-item\">\n                        <div class=\"hbc-cohort-date-label\">Program Duration<\/div>\n                        <div class=\"hbc-cohort-date-value\">February 1 \u2013 May 31, 2026<\/div>\n                    <\/div>\n                    <div class=\"hbc-cohort-date-item\">\n                        <div class=\"hbc-cohort-date-label\">Interviews<\/div>\n                        <div class=\"hbc-cohort-date-value\">January 2026<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"hbc-cohort-note\">Ideal for those available early in the year<\/div>\n            <\/div>\n            \n            <div class=\"hbc-cohort-card secondary\">\n                <span class=\"hbc-cohort-badge\">Cohort 2 (H2)<\/span>\n                <h3 class=\"hbc-cohort-season\">Summer 2026<\/h3>\n                <div class=\"hbc-cohort-dates\">\n                    <div class=\"hbc-cohort-date-item\">\n                        <div class=\"hbc-cohort-date-label\">Program Duration<\/div>\n                        <div class=\"hbc-cohort-date-value\">July 1 \u2013 October 31, 2026<\/div>\n                    <\/div>\n                    <div class=\"hbc-cohort-date-item\">\n                        <div class=\"hbc-cohort-date-label\">Interviews<\/div>\n                        <div class=\"hbc-cohort-date-value\">June 2026<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"hbc-cohort-note\">Perfect for those finishing academic year first<\/div>\n            <\/div>\n        <\/div>\n        \n        <div style=\"text-align: center; margin-top: var(--space-10);\">\n            <p style=\"font-size: 15px; color: var(--gray-600); background: var(--white); display: inline-block; padding: var(--space-4) var(--space-6); border-radius: 100px; border: 1px solid var(--gray-200);\">\n                \u2713 Application window closed on <strong style=\"color: var(--gray-700);\">January 15, 2026<\/strong> \u2014 shortlisted candidates will be contacted\n            <\/p>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ============================================================================\n     PRACTICE AREAS\n     ============================================================================ -->\n<section class=\"hbc-section hbc-section-navy\" id=\"practice-areas\">\n    <div class=\"hbc-section-inner\">\n        <div class=\"hbc-section-header center\">\n            <span class=\"hbc-eyebrow\">Our Expertise<\/span>\n            <h2 class=\"hbc-section-title\">Practice Areas &#038; Divisions<\/h2>\n            <p class=\"hbc-section-subtitle\">HBC operates across four divisions spanning 44+ practice areas. Select a division to explore where you could contribute.<\/p>\n        <\/div>\n        \n        <div class=\"hbc-practices-layout\">\n            <div class=\"hbc-practices-tabs\">\n                <button class=\"hbc-practices-tab active\" data-tab=\"services\">\n                    <div class=\"hbc-practices-tab-icon\">\u2699\ufe0f<\/div>\n                    <div class=\"hbc-practices-tab-text\">\n                        <h4>Services<\/h4>\n                        <p>12 functional capabilities<\/p>\n                    <\/div>\n                <\/button>\n                <button class=\"hbc-practices-tab\" data-tab=\"industries\">\n                    <div class=\"hbc-practices-tab-icon\">\ud83c\udfe2<\/div>\n                    <div class=\"hbc-practices-tab-text\">\n                        <h4>Industries<\/h4>\n                        <p>7 sector specializations<\/p>\n                    <\/div>\n                <\/button>\n                <button class=\"hbc-practices-tab\" data-tab=\"digitalx\">\n                    <div class=\"hbc-practices-tab-icon\">\ud83d\udca1<\/div>\n                    <div class=\"hbc-practices-tab-text\">\n                        <h4>Digital X<\/h4>\n                        <p>Technology &#038; innovation<\/p>\n                    <\/div>\n                <\/button>\n                <button class=\"hbc-practices-tab\" data-tab=\"synergreen\">\n                    <div class=\"hbc-practices-tab-icon\">\ud83c\udf31<\/div>\n                    <div class=\"hbc-practices-tab-text\">\n                        <h4>SynerGreen<\/h4>\n                        <p>Sustainability &#038; climate<\/p>\n                    <\/div>\n                <\/button>\n            <\/div>\n            \n            <div class=\"hbc-practices-content\">\n                <!-- Services Panel -->\n                <div class=\"hbc-practices-panel active\" id=\"panel-services\">\n                    <div class=\"hbc-practices-panel-header\">\n                        <h3>Consulting Services<\/h3>\n                        <p>Our core functional capabilities spanning strategy, operations, risk management, and specialized advisory services for organizations worldwide.<\/p>\n                    <\/div>\n                    <div class=\"hbc-practices-grid\">\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Strategy &#038; Execution<\/h4><p>Strategic planning, market entry, competitive positioning<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>International Development<\/h4><p>Program design, M&#038;E, capacity building, policy advocacy<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Operations<\/h4><p>Process optimization, supply chain, operational excellence<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Financial Services<\/h4><p>Financial advisory, microfinance, payment systems<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Risk Management<\/h4><p>Enterprise risk, security assessment, compliance<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Learning &#038; Development<\/h4><p>Training design, knowledge management<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Diversity &#038; Inclusion<\/h4><p>Gender equality, social inclusion, accessibility<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Procurement<\/h4><p>Procurement strategy, vendor management, sourcing<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Sales &#038; Marketing<\/h4><p>Go-to-market strategy, brand development<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Innovation<\/h4><p>Innovation strategy, R&#038;D optimization, product dev<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Management Consulting<\/h4><p>Organizational transformation, change management<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Climate &#038; Sustainability<\/h4><p>ESG strategy, climate risk, carbon accounting<\/p><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Industries Panel -->\n                <div class=\"hbc-practices-panel\" id=\"panel-industries\">\n                    <div class=\"hbc-practices-panel-header\">\n                        <h3>Industry Expertise<\/h3>\n                        <p>Deep sector knowledge across seven key industries, combining specialized expertise with cross-functional capabilities.<\/p>\n                    <\/div>\n                    <div class=\"hbc-practices-grid\">\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Social Sector<\/h4><p>NGOs, multilateral agencies, foundations, humanitarian<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Healthcare<\/h4><p>Health systems, pharmaceutical, public health, digital health<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Public Sector<\/h4><p>Government advisory, public administration, policy<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Technology<\/h4><p>Software, telecommunications, digital platforms, startups<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Financial Services<\/h4><p>Banking, insurance, fintech, microfinance<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Energy &#038; Resources<\/h4><p>Energy, utilities, mining, renewables<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Consumer &#038; Industrial<\/h4><p>Retail, manufacturing, consumer goods, logistics<\/p><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Digital X Panel -->\n                <div class=\"hbc-practices-panel\" id=\"panel-digitalx\">\n                    <div class=\"hbc-practices-panel-header\">\n                        <h3>Digital X Division<\/h3>\n                        <p>Our technology and digital transformation practice, harnessing AI, automation, and emerging technologies.<\/p>\n                    <\/div>\n                    <div class=\"hbc-practices-grid\">\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>AI Transformation<\/h4><p>AI strategy, intelligent automation, machine learning<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Generative AI<\/h4><p>GenAI strategy, LLM implementation, responsible AI<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Advanced Analytics<\/h4><p>Data strategy, business intelligence, visualization<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Digital Transformation<\/h4><p>Digital strategy, technology roadmaps, modernization<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Cybersecurity<\/h4><p>Security strategy, risk assessment, architecture<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Enterprise Technology<\/h4><p>Technology architecture, ERP, cloud strategy<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Internet of Things<\/h4><p>IoT strategy, connected products, smart infrastructure<\/p><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- SynerGreen Panel -->\n                <div class=\"hbc-practices-panel\" id=\"panel-synergreen\">\n                    <div class=\"hbc-practices-panel-header\">\n                        <h3>SynerGreen Division<\/h3>\n                        <p>Our sustainability practice integrating environmental, social, and governance principles for shared value.<\/p>\n                    <\/div>\n                    <div class=\"hbc-practices-grid\">\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Climate Strategy<\/h4><p>Climate risk, adaptation planning, climate finance<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>ESG Advisory<\/h4><p>ESG strategy, reporting frameworks, materiality<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Carbon &#038; Net Zero<\/h4><p>Carbon accounting, emissions reduction, net zero roadmaps<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Sustainable Finance<\/h4><p>Green bonds, impact investing, blended finance<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Circular Economy<\/h4><p>Circular business models, waste reduction, resource efficiency<\/p><\/div>\n                        <\/div>\n                        <div class=\"hbc-practice-item\">\n                            <div class=\"hbc-practice-dot\"><\/div>\n                            <div><h4>Social Impact<\/h4><p>Impact measurement, SROI, community development<\/p><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ============================================================================\n     REQUIREMENTS\n     ============================================================================ -->\n<section class=\"hbc-section\" id=\"requirements\">\n    <div class=\"hbc-section-inner\">\n        <div class=\"hbc-section-header\">\n            <span class=\"hbc-eyebrow\">Who We&#8217;re Looking For<\/span>\n            <h2 class=\"hbc-section-title\">Ideal Candidate Profile<\/h2>\n            <p class=\"hbc-section-subtitle\">We seek motivated individuals who combine analytical rigor with practical AI fluency and a genuine commitment to creating impact.<\/p>\n        <\/div>\n        \n        <div class=\"hbc-req-grid\">\n            <div class=\"hbc-req-card\">\n                <div class=\"hbc-req-icon\">\ud83d\udcda<\/div>\n                <div class=\"hbc-req-content\">\n                    <h4>Education<\/h4>\n                    <p>Pursuing or completed Bachelor&#8217;s degree or higher in any relevant field. We value diverse academic backgrounds\u2014business, STEM, social sciences, and humanities.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-req-card\">\n                <div class=\"hbc-req-icon\">\ud83e\udd16<\/div>\n                <div class=\"hbc-req-content\">\n                    <h4>AI Fluency<\/h4>\n                    <p>Regular use of AI tools (ChatGPT, Claude, Gemini, etc.) with demonstrable work examples. Show us how you&#8217;ve applied AI to solve real problems.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-req-card\">\n                <div class=\"hbc-req-icon\">\ud83d\udde3\ufe0f<\/div>\n                <div class=\"hbc-req-content\">\n                    <h4>English Proficiency<\/h4>\n                    <p>Strong written and verbal communication skills in English. Professional fluency required\u2014ability to write reports, present findings, and communicate with clients.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-req-card\">\n                <div class=\"hbc-req-icon\">\ud83c\udfaf<\/div>\n                <div class=\"hbc-req-content\">\n                    <h4>Motivation &#038; Leadership<\/h4>\n                    <p>Genuine interest in consulting, demonstrated leadership experience, and a track record of taking initiative. We value problem-solvers who drive results.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ============================================================================\n     FAQ\n     ============================================================================ -->\n<section class=\"hbc-section hbc-section-gray\" id=\"faq\">\n    <div class=\"hbc-section-inner\">\n        <div class=\"hbc-section-header center\">\n            <span class=\"hbc-eyebrow\">Questions<\/span>\n            <h2 class=\"hbc-section-title\">Frequently Asked Questions<\/h2>\n        <\/div>\n        \n        <div class=\"hbc-faq-grid\">\n            <div class=\"hbc-faq-item\">\n                <button class=\"hbc-faq-question\">\n                    <h4>What is the program duration and structure?<\/h4>\n                    <span class=\"hbc-faq-toggle\">+<\/span>\n                <\/button>\n                <div class=\"hbc-faq-answer\">\n                    <div class=\"hbc-faq-answer-inner\">Each cohort runs for 4 months. Cohort 1 (H1) runs February-May 2026, and Cohort 2 (H2) runs July-October 2026. Interns are assigned to client projects under senior consultant supervision, with structured training, regular mentorship, and professional development throughout.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-faq-item\">\n                <button class=\"hbc-faq-question\">\n                    <h4>How do I choose between the two cohorts?<\/h4>\n                    <span class=\"hbc-faq-toggle\">+<\/span>\n                <\/button>\n                <div class=\"hbc-faq-answer\">\n                    <div class=\"hbc-faq-answer-inner\">You&#8217;ll indicate your cohort preference in the application form. Choose the timing that works best with your schedule. Both cohorts receive the same world-class experience. You can also indicate if you&#8217;re flexible between cohorts.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-faq-item\">\n                <button class=\"hbc-faq-question\">\n                    <h4>Is this a remote or in-person program?<\/h4>\n                    <span class=\"hbc-faq-toggle\">+<\/span>\n                <\/button>\n                <div class=\"hbc-faq-answer\">\n                    <div class=\"hbc-faq-answer-inner\">The program is primarily remote, allowing participation from anywhere in the world. Some projects may involve field work or travel depending on client requirements and your location. We provide all necessary digital collaboration tools.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-faq-item\">\n                <button class=\"hbc-faq-question\">\n                    <h4>What types of projects will I work on?<\/h4>\n                    <span class=\"hbc-faq-toggle\">+<\/span>\n                <\/button>\n                <div class=\"hbc-faq-answer\">\n                    <div class=\"hbc-faq-answer-inner\">Interns work on real client engagements including strategy development, research and analysis, monitoring &#038; evaluation, and digital transformation projects for clients such as the World Bank, UN agencies, EU, and private sector organizations.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-faq-item\">\n                <button class=\"hbc-faq-question\">\n                    <h4>What academic background is required?<\/h4>\n                    <span class=\"hbc-faq-toggle\">+<\/span>\n                <\/button>\n                <div class=\"hbc-faq-answer\">\n                    <div class=\"hbc-faq-answer-inner\">We welcome applications from all academic backgrounds. What matters most is analytical capability, communication skills, AI fluency, and genuine interest in consulting. Previous interns have come from economics, engineering, public health, computer science, international relations, and many other fields.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-faq-item\">\n                <button class=\"hbc-faq-question\">\n                    <h4>Why are there three regional forms?<\/h4>\n                    <span class=\"hbc-faq-toggle\">+<\/span>\n                <\/button>\n                <div class=\"hbc-faq-answer\">\n                    <div class=\"hbc-faq-answer-inner\">The three forms (Africa, Asia, Global) help us organize applications by region for administrative purposes and to match candidates with relevant projects based on geographic focus and time zones. Choose the form that best represents your region.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-faq-item\">\n                <button class=\"hbc-faq-question\">\n                    <h4>What AI tools should I know?<\/h4>\n                    <span class=\"hbc-faq-toggle\">+<\/span>\n                <\/button>\n                <div class=\"hbc-faq-answer\">\n                    <div class=\"hbc-faq-answer-inner\">We value practical experience with any major AI tools\u2014ChatGPT, Claude, Gemini, Copilot, or others. What matters is demonstrating how you&#8217;ve used AI to solve real problems and improve your work, not which specific tool you use.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"hbc-faq-item\">\n                <button class=\"hbc-faq-question\">\n                    <h4>Can I apply if I&#8217;m still a student?<\/h4>\n                    <span class=\"hbc-faq-toggle\">+<\/span>\n                <\/button>\n                <div class=\"hbc-faq-answer\">\n                    <div class=\"hbc-faq-answer-inner\">Yes, current students were welcome to apply. Many successful candidates are in their final year of undergraduate or graduate studies. The key requirements are demonstrating relevant skills, strong motivation, and availability during your chosen cohort period. Applications for the 2026 cycle have now closed.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ============================================================================\n     APPLY\n     ============================================================================ -->\n<section class=\"hbc-apply\" id=\"apply\">\n    <div class=\"hbc-apply-inner\">\n        <span class=\"hbc-eyebrow\">Application Status<\/span>\n        <h2 class=\"hbc-apply-title\">Applications Are Now Closed<\/h2>\n        <p class=\"hbc-apply-subtitle\">Thank you to everyone who applied for the HBC Internship 2026 Program. We received a strong response and are currently reviewing all applications.<\/p>\n        \n        <div class=\"hbc-apply-deadline-banner\" style=\"background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15);\">\n            <span>\ud83d\udccb<\/span>\n            <span>What happens next:<\/span>\n            <strong style=\"color: var(--white);\">Only shortlisted candidates will be contacted for interviews<\/strong>\n        <\/div>\n        \n        <div style=\"background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 32px; margin: 32px auto; max-width: 600px; text-align: left;\">\n            <p style=\"color: rgba(255,255,255,0.8); font-size: 15px; line-height: 1.8; margin-bottom: 16px;\">\n                <strong style=\"color: var(--gold-400);\">Timeline:<\/strong><br>\n                \u2022 Application review: January \u2013 February 2026<br>\n                \u2022 Interview invitations: Rolling basis<br>\n                \u2022 Cohort 1 (Spring) begins: February 2026<br>\n                \u2022 Cohort 2 (Summer) begins: July 2026\n            <\/p>\n            <p style=\"color: rgba(255,255,255,0.6); font-size: 14px;\">\n                If you do not hear from us within 4 weeks of the deadline, please consider your application unsuccessful for this cycle. We encourage you to apply again for future opportunities.\n            <\/p>\n        <\/div>\n        \n        <p class=\"hbc-apply-note\" style=\"color: rgba(255,255,255,0.5);\">Follow our channels for updates on future internship cycles<\/p>\n        \n        <p class=\"hbc-apply-contact\">\n            Questions? Contact us at <a href=\"mailto:internships@hbcxconsulting.com\">internships@hbcxconsulting.com<\/a>\n        <\/p>\n    <\/div>\n<\/section>\n\n<!-- ============================================================================\n     JAVASCRIPT\n     ============================================================================ -->\n<script>\n(function() {\n    \/\/ Practice Areas Tab Switching\n    const tabs = document.querySelectorAll('.hbc-practices-tab');\n    const panels = document.querySelectorAll('.hbc-practices-panel');\n    \n    tabs.forEach(tab => {\n        tab.addEventListener('click', () => {\n            const target = tab.dataset.tab;\n            \n            tabs.forEach(t => t.classList.remove('active'));\n            panels.forEach(p => p.classList.remove('active'));\n            \n            tab.classList.add('active');\n            document.getElementById('panel-' + target).classList.add('active');\n        });\n    });\n    \n    \/\/ FAQ Accordion\n    const faqItems = document.querySelectorAll('.hbc-faq-item');\n    \n    faqItems.forEach(item => {\n        const btn = item.querySelector('.hbc-faq-question');\n        btn.addEventListener('click', () => {\n            const isOpen = item.classList.contains('open');\n            faqItems.forEach(i => i.classList.remove('open'));\n            if (!isOpen) item.classList.add('open');\n        });\n    });\n    \n    \/\/ Smooth Scroll\n    document.querySelectorAll('.hbc-int a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function(e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                const offset = 80;\n                const top = target.getBoundingClientRect().top + window.pageYOffset - offset;\n                window.scrollTo({ top, behavior: 'smooth' });\n            }\n        });\n    });\n    \n    \/\/ Active Nav on Scroll\n    const sections = document.querySelectorAll('.hbc-int section[id]');\n    const navLinks = document.querySelectorAll('.hbc-nav-link');\n    \n    const updateNav = () => {\n        let current = '';\n        sections.forEach(section => {\n            const top = section.offsetTop - 100;\n            if (window.pageYOffset >= top) {\n                current = section.getAttribute('id');\n            }\n        });\n        \n        navLinks.forEach(link => {\n            link.classList.remove('active');\n            if (link.getAttribute('href') === '#' + current) {\n                link.classList.add('active');\n            }\n        });\n    };\n    \n    window.addEventListener('scroll', updateNav);\n    updateNav();\n})();\n<\/script>\n\n<\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>HBC Internship 2026 | Horizon Bridge Consulting Horizon Bridge Consulting Internship 2026 Program Cohorts Practice Areas Requirements FAQ Closed Applications Closed Launch Your Consulting Career with HBC Join a cross-sectoral consulting firm working at the intersection of strategy, technology, and sustainability. Gain hands-on experience with global clients including the World Bank, UN agencies, and leading<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9208","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hbcxconsulting.com\/wp-json\/wp\/v2\/pages\/9208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hbcxconsulting.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hbcxconsulting.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hbcxconsulting.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hbcxconsulting.com\/wp-json\/wp\/v2\/comments?post=9208"}],"version-history":[{"count":6,"href":"https:\/\/hbcxconsulting.com\/wp-json\/wp\/v2\/pages\/9208\/revisions"}],"predecessor-version":[{"id":9244,"href":"https:\/\/hbcxconsulting.com\/wp-json\/wp\/v2\/pages\/9208\/revisions\/9244"}],"wp:attachment":[{"href":"https:\/\/hbcxconsulting.com\/wp-json\/wp\/v2\/media?parent=9208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}