/* country hub base (from override 6107281) */
.comparison-table table { width: 100% !important; max-width: 100% !important; table-layout: auto !important; border-collapse: collapse; }
.comparison-table th, .comparison-table td { width: auto !important; }
.cr-program-blurbs p { font-size: 0.95rem; line-height: 1.6; }
.cr-program-blurbs h3 { margin-top: -1rem; }
.Grid.Grid--SpacingSmall.Grid--JustifyCenter.CTA_Buttons { margin-top: -4rem; }
.comparison-table.desktop-only { display: none; }
.comparison-cards.mobile-only { display: block; }
html { scroll-behavior: smooth; }
#program-grid { scroll-margin-top: 120px; }
.faq-section .faq-item .faq-answer { background: #fff; line-height: 1.6; padding: 1rem; max-width: 1300px; }
.desktop-only { display: block; }
.mobile-only { display: none; }
.program-card { border: 1px solid #ddd; border-radius: 8px; padding: 20px; margin-bottom: 16px; }
.program-card h3 { margin: 0 0 16px 0; font-size: 18px; }
.card-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #eee; }
.card-row span:first-child { color: #666; font-size: 14px; }
.card-row span:last-child { font-weight: 600; }
.program-card .btn { display: block; text-align: center; margin-top: 16px; border-bottom: none; }
.cta-buttons { display: flex; gap: 24px; flex-wrap: wrap; }
.cta-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 260px; height: 80px; padding: 0 32px; font-size: 1.125rem; font-weight: 700; text-decoration: none; border-radius: 4px; border: 2px solid transparent; transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease; }
.cta-btn-primary { background: #ff9d1b; color: #111827; box-shadow: 0 16px 30px rgba(0,0,0,0.18); }
.cta-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 20px 40px rgba(0,0,0,0.22); }
.cta-btn-secondary { background: transparent; color: #ffffff; border-color: #ffffff; }
.cta-btn-secondary:hover { background: #ffffff; color: #111827; }
.rp-related-section { margin: 2rem 0 0; padding: 1.5rem 0 0; border-top: 2px solid #e5e7eb; }
.rp-related-eyebrow { margin: 0 0 0.5rem 0; font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #6b7280; line-height: 1.3; }
.rp-related-title { margin: 0 0 1.1rem 0; font-size: 1.15rem; font-weight: 600; color: #003964; line-height: 1.3; }
.rp-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.rp-card { overflow: hidden; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; }
.rp-card-image-wrap { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #003964; }
.rp-card-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.rp-card-body { padding: 0.65rem 0.75rem 0.75rem; }
.rp-card-label { margin: 0 0 0.15rem 0; font-size: 0.63rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #00a89c; line-height: 1.3; }
.rp-card-title { margin: 0 0 0.3rem 0; font-size: 0.9rem; font-weight: 600; color: #003964; line-height: 1.3; }
.rp-card-link { display: inline-block; margin: 0; font-size: 0.75rem; color: #6b7280; line-height: 1.4; text-decoration: none; }
.rp-card-link:hover, .rp-card-link:focus { text-decoration: underline; }
.Module__Head .Heading--Title.Heading--FontSizeLarge, .Module__Head .Heading--Title { --Heading__FontSize: var(--FontSize__H2); }
@media (min-width: 768px) {
  .comparison-table.desktop-only { display: block; }
  .comparison-cards.mobile-only { display: none; }
}
@media (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
  .SiteHero__Title { font-size: 2rem !important; }
}
@media (max-width: 640px) {
  .cta-buttons { flex-direction: column; }
  .cta-btn { width: 100%; }
}
@media (max-width: 991px) {
  .rp-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .rp-card-grid { grid-template-columns: 1fr; }
}
@media (min-width: 992px) {
  .hero.hero { box-sizing: border-box; height: calc(100vh - 170px); min-height: 440px; max-height: 880px; }
  .hero-inner { padding-bottom: 48px; }
}

/* country hub shared page styles */
:root { --rp-navy: #003964; --rp-teal: #368ba9; --rp-teal-hover: #2d7590; --rp-orange: #cd6414; --rp-orange-hover: #a84f0f; --rp-green: #5a8c4d; --rp-charcoal: #404041; --rp-text: #333333; --rp-text-body: #404041; --rp-bg: #ffffff; --rp-amber: #cd6414; --rp-amber-hover: #a84f0f; --font-display: 'IBM Plex Serif', Georgia, serif; --font-body: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden !important; }
body { background: var(--rp-bg); color: var(--rp-text); font-size: 16px; line-height: 1.6; overflow-x: hidden !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--font-body); }
.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--rp-amber); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0 32px; height: 52px; min-width: 200px; border: 2px solid transparent; border-radius: 4px; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background 0.15s, box-shadow 0.15s, transform 0.15s; box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.btn-primary:hover { background: var(--rp-amber-hover); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(0,0,0,0.2); }
.btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: transparent; color: #fff; font-size: 13px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; padding: 0 28px; height: 52px; border: 1.5px solid rgba(255,255,255,0.55); border-radius: 4px; cursor: pointer; text-decoration: none; white-space: nowrap; transition: all 0.2s; }
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.hero { position: relative; height: 100vh; min-height: 600px; max-height: 880px; display: flex; align-items: flex-end; overflow: hidden; padding-top: 60px; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; animation: heroZoom 20s ease-out both; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.12) 28%, rgba(0,0,0,0.68) 100%), linear-gradient(175deg, rgba(0,57,100,0.18) 0%, transparent 42%); }
.hero-inner { position: relative; z-index: 2; padding: 0 80px 80px; max-width: 900px !important; width: 100%; animation: heroRise 0.9s cubic-bezier(0.2,0.8,0.3,1) 0.15s both; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.9); margin-bottom: 18px; text-shadow: 0 1px 2px rgba(0,0,0,.5); }
.hero-kicker-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--rp-amber); flex-shrink: 0; }
.hero h1 { font-family: var(--font-display); font-size: clamp(38px, 5.5vw, 66px); font-weight: 700; color: #fff; line-height: 1.02; letter-spacing: -0.02em; margin: 0 0 18px 0 !important; }
.hero-sub { font-size: 17px; font-weight: 300; color: rgba(255,255,255,.96); line-height: 1.65; max-width: 700px; margin-bottom: 36px; text-shadow: 0 1px 2px rgba(0,0,0,.65), 0 2px 10px rgba(0,0,0,.45); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.trust-strip { background: var(--rp-navy); display: flex; }
.trust-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 12px; border-right: 1px solid rgba(255,255,255,0.1); gap: 4px; }
.trust-item:last-child { border-right: none; }
.trust-stars { color: #FFD700; font-size: 14px; letter-spacing: 3px; line-height: 1; white-space: nowrap; }
.trust-num { font-size: 22px; font-weight: 700; color: #fff; line-height: 1; text-align: center; word-break: keep-all; }
.trust-label { font-size: 10px; font-weight: 500; color: rgba(255,255,255,0.55); letter-spacing: 0.1em; text-transform: uppercase; text-align: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rp-teal); margin-bottom: 12px; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--rp-teal); flex-shrink: 0; }
.section-title { font-size: clamp(26px, 3.2vw, 42px); font-weight: 700; color: var(--rp-navy); line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 40px; }
.programs-intro { max-width: 1200px; margin: 0 auto; padding: 72px 48px 40px; }
@keyframes heroZoom {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}
@keyframes heroRise {
  from { opacity:0; transform:translateY(24px); }
  to { opacity:1; transform:none; }
}
@media (max-width: 1024px) {
  .hero { height: auto; min-height: 560px; max-height: none; padding-top: 56px; }
  .hero-inner { max-width: 760px !important; padding: 0 24px 56px; }
  .hero h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.04; margin-bottom: 14px !important; }
  .hero-sub { font-size: 15px; line-height: 1.55; max-width: 100%; margin-bottom: 24px; }
  .hero-ctas { display: grid; grid-template-columns: 1fr; gap: 10px; width: 100%; align-items: stretch; }
  .trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; overflow: hidden; }
  .trust-item { min-width: 0; width: auto; flex: unset; padding: 18px 10px; border-right: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
  .trust-item:nth-child(3n) { border-right: none; }
  .trust-num { font-size: 18px; line-height: 1.05; }
  .trust-label { font-size: 9px; line-height: 1.2; letter-spacing: 0.08em; }
  .trust-stars { font-size: 12px; letter-spacing: 2px; }
  .programs-intro { padding: 44px 24px 24px; }
  .programs-intro .section-title { margin-bottom: 16px; }
  .programs-intro p { margin-top: 0 !important; font-size: 15px !important; line-height: 1.6 !important; }
}
@media (max-width: 640px) {
  .hero { min-height: 500px; padding-top: 50px; }
  .hero-inner { padding: 0 18px 44px; }
  .hero-kicker { font-size: 10px; letter-spacing: 0.14em; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
  .hero h1 { font-size: clamp(26px, 8vw, 34px); line-height: 1.05; }
  .hero-sub { font-size: 14px; line-height: 1.5; margin-bottom: 18px; }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item { padding: 16px 8px; border-right: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
  .trust-item:nth-child(2n) { border-right: none; }
  .trust-item:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: none; }
  .trust-item:last-child { border-bottom: 1px solid rgba(255,255,255,.1) !important; }
  .trust-num { font-size: 16px; }
  .trust-label { font-size: 8.5px; letter-spacing: 0.07em; }
  .programs-intro { padding: 34px 18px 18px; }
  .programs-intro .section-title { font-size: clamp(24px, 7vw, 30px); line-height: 1.12; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.18) 30%, rgba(0,0,0,0.78) 100%), linear-gradient(175deg, rgba(0,57,100,0.14) 0%, transparent 45%); }
}
