/*
 * Outreach Education — Global Stylesheet
 * Covers: design tokens, typography, layout helpers, nav, and all block styles.
 * Loaded on both front-end and editor (via separate editor.css override).
 */

/* ── Design Tokens ──────────────────────────────────────────────────────── */
:root {
  --outreach-blue:        #1a56db;
  --outreach-dark:        #0d1b3e;
  --outreach-light-bg:    #f0f4ff;
  --outreach-accent:      #ff6b35;
  --outreach-text:        #1e2d4a;
  --outreach-muted:       #6b7a99;
  --outreach-white:       #ffffff;
  --outreach-border:      #e4e9f0;
  --outreach-radius:      12px;
  --outreach-shadow:      0 4px 24px rgba(26, 86, 219, 0.08);
  --outreach-container:   1200px;
}

/* ── Google Fonts ───────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');

/* ── Base ───────────────────────────────────────────────────────────────── */
.outreach-hero,
.outreach-stats-bar,
.outreach-destinations-grid,
.outreach-services-grid,
.outreach-testimonials-grid,
.outreach-faq-accordion,
.outreach-visa-support,
.outreach-cta-banner,
.outreach-partners-bar {
  font-family: 'Manrope', sans-serif;
  color: var(--outreach-text);
  line-height: 1.6;
}

.outreach-hero h1,
.outreach-hero h2,
.outreach-hero h3,
.outreach-hero h4,
.outreach-hero h5,
.outreach-stats-bar h2,
.outreach-destinations-grid h2,
.outreach-destinations-grid h3,
.outreach-services-grid h2,
.outreach-services-grid h4,
.outreach-testimonials-grid h2,
.outreach-testimonials-grid h5,
.outreach-faq-accordion h2,
.outreach-visa-support h2,
.outreach-visa-support h4,
.outreach-cta-banner h2,
.outreach-partners-bar h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── Container ──────────────────────────────────────────────────────────── */
.outreach-hero .container,
.outreach-stats-bar .container,
.outreach-destinations-grid .container,
.outreach-services-grid .container,
.outreach-testimonials-grid .container,
.outreach-faq-accordion .container,
.outreach-visa-support .container,
.outreach-cta-banner .container,
.outreach-partners-bar .container {
  max-width: var(--outreach-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ── Shared Section Header ──────────────────────────────────────────────── */
.section-tag {
  display: inline-block;
  background: var(--outreach-light-bg);
  color: var(--outreach-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--outreach-text);
  margin-bottom: 14px;
}

.section-desc {
  font-size: 15px;
  color: var(--outreach-muted);
  max-width: 560px;
  line-height: 1.7;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-header .section-desc {
  margin-left: auto;
  margin-right: auto;
}

/* ── Shared Buttons ─────────────────────────────────────────────────────── */
.btn-primary {
  background: var(--outreach-blue);
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(26, 86, 219, 0.5);
}
.btn-primary:hover { background: #1447b5; transform: translateY(-2px); }

.btn-outline {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.45);
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.22); border-color: rgba(255, 255, 255, 0.8); }

.btn-white {
  background: #fff;
  color: var(--outreach-blue);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-white:hover { background: #e8efff; }

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline-white:hover { border-color: rgba(255, 255, 255, 0.8); }

/* ── No-posts helper ────────────────────────────────────────────────────── */
.outreach-no-posts {
  text-align: center;
  padding: 40px;
  color: var(--outreach-muted);
  font-size: 14px;
  background: var(--outreach-light-bg);
  border-radius: var(--outreach-radius);
}

/* ════════════════════════════════════════════════════════════════════════════
 * NAVIGATION (pill nav — managed by the theme / WordPress nav block)
 * ══════════════════════════════════════════════════════════════════════════ */
.wp-block-navigation {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: min(calc(100% - 48px), 1248px);
  max-width: 1248px;
  padding: 0 24px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0 10px 0 22px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: background 0.35s, box-shadow 0.35s, border-color 0.35s;
}

.wp-block-navigation.scrolled .nav-inner {
  background: rgba(10, 20, 55, 0.93);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo-icon {
  width: 34px; height: 34px;
  background: linear-gradient(135deg, #1a56db, #3b82f6);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(26, 86, 219, 0.5);
}
.nav-logo-icon svg { width: 18px; height: 18px; fill: white; }
.nav-logo span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800; font-size: 17px;
  color: #fff; letter-spacing: -0.3px;
}

.nav-links { display: flex; gap: 2px; list-style: none; align-items: center; }
.nav-links > li { position: relative; }
.nav-links > li > a,
.nav-links > li > button {
  font-size: 13.5px; font-weight: 500; color: rgba(255, 255, 255, 0.88);
  padding: 7px 13px; border-radius: 999px;
  display: flex; align-items: center; gap: 5px;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap; cursor: pointer;
  background: none; border: none; font-family: inherit;
  text-decoration: none;
}
.nav-links > li > a:hover,
.nav-links > li > button:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }

.nav-arrow { font-size: 10px; opacity: 0.7; transition: transform 0.2s; display: inline-block; }
.nav-links > li.mega-open .nav-arrow { transform: rotate(180deg); }

.nav-cta {
  background: #fff; color: var(--outreach-blue);
  padding: 9px 22px; border-radius: 999px;
  font-size: 13.5px; font-weight: 700;
  transition: all 0.2s; white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  flex-shrink: 0; text-decoration: none;
}
.nav-cta:hover { background: #e8efff; transform: translateY(-1px); }

/* Mega menu */
.mega-menu {
  display: none;
  position: fixed;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100vw - 48px), 1200px);
  background: rgba(10, 18, 50, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 36px 28px;
  z-index: 199;
  animation: megaFadeIn 0.2s ease both;
}

.nav-links > li.mega-open .mega-menu { display: block; }

.nav-links > li.has-mega::after {
  content: '';
  position: fixed;
  top: 62px; left: 0; right: 0;
  height: 40px; z-index: 198;
  display: none; pointer-events: all;
}
.nav-links > li.mega-open::after { display: block; }

@keyframes megaFadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-8px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.mega-heading {
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.2px; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-grid { display: grid; gap: 8px; }
.mega-grid-3 { grid-template-columns: repeat(3, 1fr); }
.mega-grid-4 { grid-template-columns: repeat(4, 1fr); }

.mega-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 14px; border-radius: 12px;
  transition: background 0.18s;
  cursor: pointer; text-decoration: none;
}
.mega-item:hover { background: rgba(255, 255, 255, 0.08); }

.mega-icon {
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}

.mega-item-text h5 { font-size: 13.5px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.mega-item-text p  { font-size: 11.5px; color: rgba(255, 255, 255, 0.5); line-height: 1.4; }

.mega-footer {
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex; align-items: center; justify-content: space-between;
}
.mega-footer p { font-size: 12.5px; color: rgba(255, 255, 255, 0.5); }
.mega-footer a { font-size: 12.5px; font-weight: 600; color: #60a5fa; display: flex; align-items: center; gap: 5px; text-decoration: none; }
.mega-footer a:hover { color: #93c5fd; }

/* ════════════════════════════════════════════════════════════════════════════
 * HERO BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-hero {
  position: relative;
  width: 100%; height: 100vh; min-height: 680px;
  overflow: hidden;
  display: flex; align-items: center;
  margin-top: 0;
}

.hero-video-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0; pointer-events: none;
}

.hero-video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg,
    rgba(8, 18, 50, 0.82) 0%,
    rgba(15, 35, 90, 0.70) 45%,
    rgba(26, 86, 219, 0.35) 100%);
  z-index: 1;
}

.hero-content-wrap {
  position: relative; z-index: 2;
  width: 100%; padding-top: 100px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  border-radius: 20px; padding: 6px 14px;
  font-size: 12px; font-weight: 600; color: #fff;
  margin-bottom: 20px;
  animation: outreachFadeUp 0.6s ease both;
}
.hero-badge span {
  width: 6px; height: 6px;
  background: #60a5fa; border-radius: 50%;
  box-shadow: 0 0 6px #60a5fa;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}

.hero-title {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 800; line-height: 1.08;
  letter-spacing: -1.5px; color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  animation: outreachFadeUp 0.7s ease 0.1s both;
}
.hero-title span { color: #60a5fa; }

.hero-desc {
  font-size: 16px; color: rgba(255, 255, 255, 0.82);
  line-height: 1.75; margin-bottom: 32px; max-width: 460px;
  animation: outreachFadeUp 0.7s ease 0.2s both;
}

.hero-btns {
  display: flex; gap: 14px; flex-wrap: wrap;
  animation: outreachFadeUp 0.7s ease 0.3s both;
}

.hero-stats {
  display: flex; gap: 24px; margin-top: 36px;
  flex-wrap: wrap;
  animation: outreachFadeUp 0.7s ease 0.4s both;
}

.hero-stat {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255, 255, 255, 0.8); font-weight: 500;
}
.hero-stat::before {
  content: '✓';
  width: 18px; height: 18px;
  background: rgba(34, 197, 94, 0.25); color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.4);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; flex-shrink: 0;
}

.hero-visual {
  position: relative;
  animation: outreachFadeUp 0.8s ease 0.2s both;
}

.hero-card-main {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.hero-card-header {
  background: linear-gradient(135deg, #1a56db, #3b82f6);
  padding: 20px;
}
.hero-card-header h4 { color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.hero-card-header p  { color: rgba(255, 255, 255, 0.8); font-size: 12px; }

.hero-card-body { padding: 20px; }

.flag-row { display: flex; justify-content: space-between; margin-bottom: 12px; }
.flag-item {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; background: #f8faff;
  border-radius: 8px; flex: 1; margin: 0 4px;
}
.flag-emoji { font-size: 20px; }
.flag-item span { font-size: 12px; font-weight: 600; color: var(--outreach-text); }

.floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  padding: 10px 14px;
  font-size: 12px; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  z-index: 10;
}
.floating-badge.top-left    { top: -14px; left: 16px; color: var(--outreach-blue); }
.floating-badge.bottom-right { bottom: -14px; right: 16px; color: #16a34a; }

.dot-green { width: 8px; height: 8px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 6px #22c55e; }
.dot-blue  { width: 8px; height: 8px; background: #60a5fa; border-radius: 50%; box-shadow: 0 0 6px #60a5fa; }

.hero-scroll-cue {
  position: absolute; bottom: 24px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px; font-weight: 500; letter-spacing: 1px;
  animation: outreachBounce 2s ease infinite;
}
.hero-scroll-cue svg {
  width: 18px; height: 18px;
  stroke: currentColor; fill: none; stroke-width: 2;
}

/* ════════════════════════════════════════════════════════════════════════════
 * STATS BAR BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-stats-bar {
  background: linear-gradient(135deg, #1a56db, #1e3a8a);
  padding: 48px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-item { text-align: center; color: #fff; }

.stat-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800; line-height: 1;
  margin-bottom: 6px;
}
.stat-number span { color: #93c5fd; }

.stat-label { font-size: 13px; color: rgba(255, 255, 255, 0.75); font-weight: 500; }

/* ════════════════════════════════════════════════════════════════════════════
 * DESTINATIONS GRID BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-destinations-grid { padding: 80px 0; background: #f8faff; }

.dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dest-grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.dest-grid--cols-4 { grid-template-columns: repeat(4, 1fr); }

.dest-card {
  background: #fff; border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--outreach-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.dest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 86, 219, 0.12);
}

.dest-card-header {
  height: 100px;
  display: flex; align-items: center;
  padding: 20px; gap: 14px;
}
.dest-card-header.ca { background: linear-gradient(135deg, #fff5f0, #fff); }
.dest-card-header.gb { background: linear-gradient(135deg, #f0f4ff, #fff); }
.dest-card-header.au { background: linear-gradient(135deg, #f0fff4, #fff); }
.dest-card-header.us { background: linear-gradient(135deg, #fff0f0, #fff); }
.dest-card-header.de { background: linear-gradient(135deg, #fffff0, #fff); }
.dest-card-header.nz { background: linear-gradient(135deg, #f0f8ff, #fff); }

.dest-flag { font-size: 40px; }
.dest-card-header h3 { font-size: 16px; font-weight: 700; }
.dest-card-header p  { font-size: 12px; color: var(--outreach-muted); margin-top: 2px; }

.dest-card-body { padding: 14px 20px 20px; }

.dest-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.dest-tag {
  background: var(--outreach-light-bg);
  color: var(--outreach-blue);
  font-size: 11px; font-weight: 600;
  padding: 4px 10px; border-radius: 20px;
}

.dest-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--outreach-blue); font-size: 13px; font-weight: 600;
  text-decoration: none; transition: gap 0.15s;
}
.dest-link:hover { gap: 10px; }

/* ════════════════════════════════════════════════════════════════════════════
 * PARTNERS BAR BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-partners-bar { padding: 60px 0; background: #fff; }

.partners-title {
  text-align: center;
  font-size: 13px; font-weight: 600;
  color: var(--outreach-muted);
  letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 28px;
}

.partner-logos {
  display: flex;
  justify-content: center; align-items: center;
  gap: 40px; flex-wrap: wrap;
}

.partner-logo {
  background: #f1f5f9; border-radius: 10px;
  padding: 14px 24px;
  font-size: 14px; font-weight: 700;
  color: var(--outreach-muted); letter-spacing: 0.5px;
  text-decoration: none; transition: background 0.2s;
  display: inline-flex; align-items: center;
}
a.partner-logo:hover { background: var(--outreach-light-bg); }

.partner-logo img { height: 40px; width: auto; object-fit: contain; }

/* ════════════════════════════════════════════════════════════════════════════
 * SERVICES GRID BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-services-grid { padding: 80px 0; background: #f8faff; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  background: #fff; border-radius: 14px;
  padding: 24px;
  box-shadow: var(--outreach-shadow);
  transition: transform 0.2s;
}
.service-card:hover { transform: translateY(-3px); }

.service-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 14px;
}
.service-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.service-card p  { font-size: 13px; color: var(--outreach-muted); line-height: 1.6; }

/* ════════════════════════════════════════════════════════════════════════════
 * TESTIMONIALS GRID BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-testimonials-grid { padding: 80px 0; background: #f8faff; }

.test-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.test-card {
  background: #fff; border-radius: 14px;
  padding: 24px; box-shadow: var(--outreach-shadow);
}

.stars {
  color: #f59e0b; font-size: 14px;
  letter-spacing: 2px; margin-bottom: 12px;
}

.test-card > p {
  font-size: 14px; color: var(--outreach-muted);
  line-height: 1.7; margin-bottom: 16px;
}

.test-author { display: flex; align-items: center; gap: 10px; }

.test-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
.test-avatar--photo { object-fit: cover; }

.test-author h5   { font-size: 13px; font-weight: 700; margin: 0; }
.test-author span { font-size: 12px; color: var(--outreach-muted); }

/* ════════════════════════════════════════════════════════════════════════════
 * VISA SUPPORT BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-visa-support { padding: 80px 0; background: #fff; }

.visa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.visa-card {
  background: #f8faff; border-radius: 14px;
  padding: 28px;
  border: 1.5px solid var(--outreach-border);
}

.visa-card h4 {
  font-size: 16px; font-weight: 700;
  margin-bottom: 6px; color: var(--outreach-text);
  display: flex; align-items: center; gap: 8px;
}
.visa-card > p { font-size: 13px; color: var(--outreach-muted); margin-bottom: 20px; }

.visa-list { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; }
.visa-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; }

.visa-check {
  width: 20px; height: 20px; border-radius: 5px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; flex-shrink: 0;
}
.visa-check.blue  { background: #dbeafe; color: var(--outreach-blue); }
.visa-check.green { background: #dcfce7; color: #16a34a; }

/* ════════════════════════════════════════════════════════════════════════════
 * FAQ ACCORDION BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-faq-accordion { padding: 80px 0; background: #f8faff; }

.faq-list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 12px;
}

.faq-item {
  background: #fff; border-radius: 12px;
  box-shadow: var(--outreach-shadow); overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 18px 22px;
  font-size: 15px; font-weight: 600;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  background: none; border: none;
  font-family: 'Manrope', sans-serif;
  color: var(--outreach-text);
  text-align: left;
}

.faq-question::after {
  content: '+';
  font-size: 20px; color: var(--outreach-blue);
  font-weight: 300; flex-shrink: 0; margin-left: 12px;
}

.faq-item.open .faq-question::after { content: '−'; }

.faq-answer {
  padding: 0 22px 18px;
  font-size: 14px; color: var(--outreach-muted);
  line-height: 1.7; display: none;
}
.faq-answer p { margin-bottom: 0; }

.faq-item.open .faq-answer { display: block; }

/* ════════════════════════════════════════════════════════════════════════════
 * CTA BANNER BLOCK
 * ══════════════════════════════════════════════════════════════════════════ */
.outreach-cta-banner {
  padding: 80px 0;
  text-align: center;
}

.outreach-cta-banner h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800; color: #fff;
  margin-bottom: 14px; letter-spacing: -0.5px;
}
.outreach-cta-banner h2 span { color: #93c5fd; }
.outreach-cta-banner p { font-size: 16px; color: rgba(255, 255, 255, 0.75); margin-bottom: 32px; }
.outreach-cta-banner .hero-btns { justify-content: center; }

/* ════════════════════════════════════════════════════════════════════════════
 * ANIMATIONS
 * ══════════════════════════════════════════════════════════════════════════ */
@keyframes outreachFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes outreachBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

/* ════════════════════════════════════════════════════════════════════════════
 * RESPONSIVE
 * ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .hero-grid      { grid-template-columns: 1fr; }
  .dest-grid      { grid-template-columns: 1fr 1fr; }
  .services-grid  { grid-template-columns: 1fr 1fr; }
  .stats-grid     { grid-template-columns: repeat(2, 1fr); }
  .test-grid      { grid-template-columns: 1fr; }
  .visa-grid      { grid-template-columns: 1fr; }
  .nav-links      { display: none; }
  .mega-grid-3,
  .mega-grid-4    { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .dest-grid      { grid-template-columns: 1fr; }
  .services-grid  { grid-template-columns: 1fr; }
  .stats-grid     { grid-template-columns: 1fr 1fr; }
}
