/* =========================================================================
   Voyage Consultants & Travels — compiled theme stylesheet
   Converted from the original Tailwind v4 design tokens (src/styles.css).
   Hand-authored CSS (no build step) preserving identical colors, fonts,
   spacing, radii, shadows and animations.
   ========================================================================= */

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --font-display: "Playfair Display", Georgia, serif;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;

  --radius: 1rem;
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --radius-2xl: calc(var(--radius) + 8px);
  --radius-3xl: calc(var(--radius) + 12px);
  --radius-4xl: calc(var(--radius) + 16px);

  --background: oklch(0.982 0.004 250);
  --foreground: oklch(0.244 0.058 254);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.244 0.058 254);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.244 0.058 254);

  --primary: oklch(0.244 0.058 254);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.955 0.008 250);
  --secondary-foreground: oklch(0.244 0.058 254);
  --muted: oklch(0.955 0.008 250);
  --muted-foreground: oklch(0.53 0.028 254);
  --accent: oklch(0.62 0.19 262);
  --accent-foreground: oklch(1 0 0);
  --gold: oklch(0.735 0.088 82);
  --gold-foreground: oklch(0.2 0.05 254);

  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(1 0 0);
  --success: oklch(0.62 0.14 155);

  --border: oklch(0.905 0.011 250);
  --input: oklch(0.905 0.011 250);
  --ring: oklch(0.62 0.19 262);

  --gradient-navy: linear-gradient(135deg, oklch(0.21 0.055 256) 0%, oklch(0.3 0.07 254) 60%, oklch(0.35 0.075 250) 100%);
  --gradient-gold: linear-gradient(100deg, oklch(0.68 0.085 76), oklch(0.83 0.09 88));
  --shadow-soft: 0 1px 2px oklch(0.244 0.058 254 / 0.04), 0 12px 32px -12px oklch(0.244 0.058 254 / 0.14);
  --shadow-lift: 0 2px 6px oklch(0.244 0.058 254 / 0.06), 0 28px 60px -24px oklch(0.244 0.058 254 / 0.26);
  --transition-smooth: 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dark {
  --background: oklch(0.19 0.04 256);
  --foreground: oklch(0.97 0.005 250);
  --card: oklch(0.235 0.045 256);
  --card-foreground: oklch(0.97 0.005 250);
  --popover: oklch(0.235 0.045 256);
  --popover-foreground: oklch(0.97 0.005 250);

  --primary: oklch(0.97 0.005 250);
  --primary-foreground: oklch(0.21 0.05 256);
  --secondary: oklch(0.28 0.045 256);
  --secondary-foreground: oklch(0.97 0.005 250);
  --muted: oklch(0.28 0.045 256);
  --muted-foreground: oklch(0.75 0.02 252);
  --accent: oklch(0.66 0.17 262);
  --accent-foreground: oklch(0.15 0.04 256);
  --gold: oklch(0.78 0.09 84);
  --gold-foreground: oklch(0.19 0.04 256);

  --border: oklch(1 0 0 / 12%);
  --input: oklch(1 0 0 / 16%);
  --ring: oklch(0.66 0.17 262);

  --gradient-navy: linear-gradient(135deg, oklch(0.17 0.04 256), oklch(0.26 0.06 254));
  --shadow-soft: 0 12px 32px -12px oklch(0 0 0 / 0.6);
  --shadow-lift: 0 28px 60px -24px oklch(0 0 0 / 0.7);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body.voyage-body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.015em; margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; background: none; border: none; }
:focus-visible { outline: 2px solid var(--ring); outline-offset: 2px; }

.container { margin-inline: auto; width: 100%; max-width: 80rem; padding-inline: 1.25rem; }
@media (min-width: 640px) { .container { padding-inline: 2rem; } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link {
  position: absolute; left: 1rem; top: 1rem; z-index: 60;
  border-radius: 9999px; background: var(--primary); color: var(--primary-foreground);
  padding: 0.75rem 1.25rem; font-size: 0.875rem; font-weight: 600;
  transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.surface-glass {
  background-color: color-mix(in oklab, var(--card) 72%, transparent);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid color-mix(in oklab, var(--border) 80%, transparent);
}
.gradient-navy { background-image: var(--gradient-navy); }
.text-gold-gradient {
  background-image: var(--gradient-gold);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.shadow-soft { box-shadow: var(--shadow-soft); }
.shadow-lift { box-shadow: var(--shadow-lift); }
.eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.card-lift { transition: transform var(--transition-smooth), box-shadow var(--transition-smooth); }
.card-lift:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }

@keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.animate-fade-up { animation: fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both; }

.reveal { transition: transform 0.7s cubic-bezier(0.22,1,0.36,1), opacity 0.7s cubic-bezier(0.22,1,0.36,1); transform: translateY(24px); opacity: 0; will-change: transform; }
.reveal.is-shown { transform: translateY(0); opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}
@media print { .no-print { display: none !important; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  white-space: nowrap; border-radius: 9999px; font-size: 0.875rem; font-weight: 600;
  cursor: pointer; transition: all .3s ease; height: 2.5rem; padding: 0 1.25rem;
  border: 1px solid transparent; line-height: 1;
}
.btn svg { width: 1rem; height: 1rem; flex-shrink: 0; pointer-events: none; }
.btn:disabled { pointer-events: none; opacity: .5; cursor: not-allowed; }
.btn:focus-visible { outline: 2px solid var(--ring); outline-offset: 2px; }

.btn--default { background: var(--primary); color: var(--primary-foreground); box-shadow: var(--shadow-soft); }
.btn--default:hover { background: color-mix(in oklab, var(--primary) 90%, transparent); }
.btn--outline { border-color: var(--border); background: transparent; color: var(--foreground); }
.btn--outline:hover { background: var(--secondary); color: var(--secondary-foreground); }
.btn--ghost { background: transparent; color: var(--foreground); }
.btn--ghost:hover { background: var(--secondary); color: var(--secondary-foreground); }
.btn--gold { background: var(--gold); color: var(--gold-foreground); box-shadow: var(--shadow-soft); }
.btn--gold:hover { filter: brightness(1.08); box-shadow: var(--shadow-lift); }
.btn--glass { color: var(--primary-foreground); border-color: rgba(255,255,255,.25); }
.btn--glass:hover { background: rgba(255,255,255,.2); box-shadow: var(--shadow-lift); }
.btn--accent { background: var(--accent); color: var(--accent-foreground); box-shadow: var(--shadow-soft); }

.btn--sm { height: 2.25rem; padding: 0 1rem; font-size: 0.75rem; }
.btn--lg { height: 3rem; padding: 0 2rem; font-size: 1rem; }
.btn--xl { height: 3.5rem; padding: 0 2.25rem; font-size: 1rem; }
.btn--icon { height: 2.5rem; width: 2.5rem; padding: 0; }
.btn--block { width: 100%; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset-inline: 0; top: 0; z-index: 50;
  transition: all .3s ease;
  background: transparent; color: var(--primary-foreground);
}
.site-header.is-scrolled { color: var(--foreground); box-shadow: var(--shadow-soft); }
.site-header__bar {
  margin-inline: auto; width: 100%; max-width: 80rem;
  display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center;
  gap: 1rem; padding: 0.75rem 1.25rem;
}
@media (min-width: 640px) { .site-header__bar { padding-inline: 2rem; } }

.site-logo { display: flex; min-width: 0; align-items: center; gap: 0.75rem; }
.site-logo img, .site-logo .custom-logo { height: 2.75rem; width: 2.75rem; flex-shrink: 0; object-fit: contain; }
.site-logo__text { min-width: 0; }
.site-logo__name { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--font-display); font-size: 1rem; font-weight: 600; line-height: 1.2; }
.site-logo__sub { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); }

.site-header__right { display: flex; align-items: center; gap: 0.25rem; }
.primary-nav { display: none; align-items: center; gap: 0.25rem; }
@media (min-width: 1024px) { .primary-nav { display: flex; } }
.primary-nav li { list-style: none; display: contents; }
.primary-nav a { border-radius: 9999px; padding: 0.5rem 0.75rem; font-size: 0.875rem; font-weight: 500; opacity: .85; transition: all .2s ease; }
.primary-nav a:hover { background: var(--secondary); color: var(--secondary-foreground); opacity: 1; }

.header-cta { display: none; }
@media (min-width: 640px) { .header-cta.btn { display: inline-flex; } }
.menu-toggle { display: inline-flex; }
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.mobile-nav { display: none; border-top: 1px solid var(--border); padding: 0.5rem 1.25rem 1.25rem; }
.mobile-nav.is-open { display: block; }
@media (min-width: 1024px) { .mobile-nav { display: none !important; } }
.mobile-nav a { display: block; border-radius: 0.75rem; padding: 0.75rem; font-size: 0.875rem; font-weight: 500; color: color-mix(in oklab, var(--foreground) 85%, transparent); }
.mobile-nav a:hover { background: var(--secondary); }
.mobile-nav .btn { margin-top: 0.75rem; width: 100%; }

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; height: 100%; width: 100%; object-fit: cover; object-position: center; }
.hero__overlay {
  position: absolute; inset: 0; z-index: -1;
  background-image: linear-gradient(105deg, oklch(0.19 0.05 256 / 0.94) 0%, oklch(0.21 0.055 256 / 0.86) 45%, oklch(0.21 0.055 256 / 0.45) 100%);
}
.hero__inner { margin-inline: auto; width: 100%; max-width: 80rem; padding: 8rem 1.25rem 5rem; }
@media (min-width: 640px) { .hero__inner { padding: 10rem 2rem 7rem; } }
@media (min-width: 1024px) { .hero__inner { padding: 12rem 2rem 9rem; } }

.hero__content { max-width: 48rem; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 9999px;
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1);
  padding: 0.375rem 1rem; font-size: 0.75rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--primary-foreground); backdrop-filter: blur(8px);
}
.hero__badge svg { width: 0.875rem; height: 0.875rem; }
.hero__title { margin-top: 1.5rem; font-size: 2.25rem; font-weight: 600; line-height: 1.05; color: var(--primary-foreground); }
@media (min-width: 640px) { .hero__title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .hero__title { font-size: 4.5rem; } }
.hero__subtitle { margin-top: 1.5rem; max-width: 42rem; font-size: 1rem; line-height: 1.7; color: color-mix(in oklab, var(--primary-foreground) 85%, transparent); }
@media (min-width: 640px) { .hero__subtitle { font-size: 1.125rem; } }
.hero__ctas { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero__note { margin-top: 1.5rem; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: color-mix(in oklab, var(--primary-foreground) 75%, transparent); }
.hero__note svg { width: 1rem; height: 1rem; color: var(--gold); }

.hero__stats { margin-top: 4rem; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; overflow: hidden; border-radius: 1.5rem; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.1); backdrop-filter: blur(20px); }
@media (min-width: 1024px) { .hero__stats { grid-template-columns: repeat(4,1fr); } }
.hero__stat { background: rgba(255,255,255,.05); padding: 1.75rem 1.5rem; text-align: center; }
.hero__stat-value { display: block; font-family: var(--font-display); font-size: 1.875rem; font-weight: 600; color: var(--gold); }
@media (min-width: 640px) { .hero__stat-value { font-size: 2.25rem; } }
.hero__stat-label { margin-top: 0.25rem; display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: color-mix(in oklab, var(--primary-foreground) 75%, transparent); }

/* ---------- generic section ---------- */
.section { padding: 5rem 0; }
@media (min-width: 640px) { .section { padding: 7rem 0; } }
.section--card { background: var(--card); }
.section__heading { max-width: 42rem; }
.section__heading--center { margin-inline: auto; text-align: center; }
.section__title { margin-top: 0.75rem; font-size: 1.875rem; font-weight: 600; color: var(--foreground); }
@media (min-width: 640px) { .section__title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .section__title { font-size: 2.75rem; line-height: 1.1; } }
.section__desc { margin-top: 1rem; font-size: 1rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- services strip ---------- */
.services-strip { padding: 3.5rem 0; }
.services-strip ul { margin-top: 1.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem; }
.service-pill { border-radius: 9999px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.1); padding: 0.5rem 1rem; font-size: 0.875rem; font-weight: 500; color: var(--primary-foreground); backdrop-filter: blur(8px); }

/* ---------- destinations ---------- */
.destinations-grid { margin-top: 3.5rem; display: grid; gap: 1.75rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .destinations-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .destinations-grid { grid-template-columns: repeat(3,1fr); } }
.destination-card { display: flex; height: 100%; flex-direction: column; overflow: hidden; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); box-shadow: var(--shadow-soft); }
.destination-card__media { position: relative; height: 11rem; overflow: hidden; }
.destination-card__media img { height: 100%; width: 100%; object-fit: cover; transition: transform .7s ease; }
.destination-card__media:hover img { transform: scale(1.05); }
.destination-card__flag { position: absolute; left: 1rem; top: 1rem; display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 9999px; background: color-mix(in oklab, var(--card) 90%, transparent); padding: 0.375rem 0.75rem; font-size: 0.875rem; font-weight: 600; box-shadow: var(--shadow-soft); backdrop-filter: blur(8px); }
.destination-card__flag img { height: 0.875rem; width: 1.25rem; border-radius: 2px; object-fit: cover; }
.destination-card__body { display: flex; flex: 1; flex-direction: column; gap: 1rem; padding: 1.5rem; }
.destination-card__body h3 { font-size: 1.125rem; font-weight: 600; }
.destination-card__unis { margin-top: 0.25rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.fact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0.75rem; font-size: 0.875rem; }
.fact { border-radius: 1rem; background: color-mix(in oklab, var(--muted) 60%, transparent); padding: 0.75rem; }
.fact dt { display: flex; align-items: center; gap: 0.375rem; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-foreground); }
.fact dt svg { width: 0.875rem; height: 0.875rem; }
.fact dd { margin-top: 0.25rem; font-size: 0.75rem; font-weight: 500; line-height: 1.4; color: var(--foreground); }
.course-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.course-tag { border-radius: 9999px; background: var(--secondary); padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: var(--secondary-foreground); }
.destination-card .btn { margin-top: auto; }

/* ---------- generic card grid pieces reused across sections ---------- */
.grid-2 { display: grid; gap: 1.75rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3,1fr); } }

/* ---------- process ---------- */
.process-grid { position: relative; margin-top: 3.5rem; display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .process-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .process-grid { grid-template-columns: repeat(3,1fr); } }
.process-card { height: 100%; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--background); padding: 1.75rem; box-shadow: var(--shadow-soft); }
.process-card__num { display: inline-flex; height: 2.75rem; width: 2.75rem; align-items: center; justify-content: center; border-radius: 1rem; background: var(--gold); font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; color: var(--gold-foreground); }
.process-card h3 { margin-top: 1.25rem; font-size: 1.25rem; font-weight: 600; }
.process-card p { margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- why choose ---------- */
.why-layout { display: grid; gap: 3rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 1024px) { .why-layout { grid-template-columns: 0.9fr 1.1fr; } }
.why-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .why-grid { grid-template-columns: repeat(2,1fr); } }
.why-card { height: 100%; border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; box-shadow: var(--shadow-soft); transition: border-color .3s ease; }
.why-card:hover { border-color: var(--gold); }
.why-card__icon { display: inline-flex; height: 2.25rem; width: 2.25rem; align-items: center; justify-content: center; border-radius: 0.75rem; background: color-mix(in oklab, var(--gold) 15%, transparent); color: var(--gold); }
.why-card__icon svg { width: 1rem; height: 1rem; }
.why-card h3 { margin-top: 1rem; font-size: 1rem; font-weight: 600; }
.why-card p { margin-top: 0.375rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- university search ---------- */
.uni-layout { margin-top: 3rem; display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .uni-layout { grid-template-columns: 320px minmax(0,1fr); } }
.filters-form { position: sticky; top: 6rem; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--background); padding: 1.5rem; box-shadow: var(--shadow-soft); }
.filters-form h3 { display: flex; align-items: center; gap: 0.5rem; font-size: 1rem; font-weight: 600; }
.filters-form h3 svg { width: 1rem; height: 1rem; color: var(--gold); }
.field-group { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 1rem; }
.field label, .form-label { display: block; margin-bottom: 0.375rem; font-size: 0.875rem; font-weight: 500; }
.field-search { position: relative; margin-top: 0.375rem; }
.field-search svg { position: absolute; left: 0.75rem; top: 50%; transform: translateY(-50%); width: 1rem; height: 1rem; color: var(--muted-foreground); pointer-events: none; }
.input, select.input, .textarea {
  display: flex; width: 100%; height: 2.25rem; align-items: center; border-radius: 0.5rem;
  border: 1px solid var(--input); background: transparent; padding: 0 0.75rem; font-size: 0.875rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.03); color: var(--foreground); font-family: inherit;
}
.input:focus, select.input:focus, .textarea:focus { outline: none; box-shadow: 0 0 0 1px var(--ring); }
.field-search .input { padding-left: 2.25rem; }
.textarea { height: auto; padding: 0.5rem 0.75rem; resize: vertical; }
select.input { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23808a9c' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>"); background-repeat: no-repeat; background-position: right 0.6rem center; padding-right: 2rem; cursor: pointer; }

.range { width: 100%; margin-top: 0.75rem; appearance: none; height: 6px; border-radius: 9999px; background: color-mix(in oklab, var(--primary) 20%, transparent); outline: none; }
.range::-webkit-slider-thumb { appearance: none; width: 16px; height: 16px; border-radius: 9999px; border: 1px solid color-mix(in oklab, var(--primary) 50%, transparent); background: var(--background); box-shadow: var(--shadow-soft); cursor: pointer; }
.range::-moz-range-thumb { width: 16px; height: 16px; border-radius: 9999px; border: 1px solid color-mix(in oklab, var(--primary) 50%, transparent); background: var(--background); box-shadow: var(--shadow-soft); cursor: pointer; }

.results-count { font-size: 0.875rem; color: var(--muted-foreground); }
.results-list { margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem; }
.uni-card { display: grid; gap: 1rem; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--background); padding: 1.5rem; box-shadow: var(--shadow-soft); }
@media (min-width: 768px) { .uni-card { grid-template-columns: minmax(0,1fr) auto; align-items: center; } }
.uni-card__title-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; }
.uni-card h3 { font-size: 1.125rem; font-weight: 600; }
.rank-badge { display: inline-flex; align-items: center; gap: 0.25rem; border-radius: 9999px; background: color-mix(in oklab, var(--gold) 15%, transparent); padding: 0.125rem 0.625rem; font-size: 0.75rem; font-weight: 600; color: var(--gold); }
.rank-badge svg { width: 0.75rem; height: 0.75rem; }
.uni-card__meta { margin-top: 0.25rem; font-size: 0.875rem; color: var(--muted-foreground); }
.uni-card dl.stats-3 { margin-top: 1rem; display: grid; gap: 0.75rem; grid-template-columns: 1fr; font-size: 0.875rem; }
@media (min-width: 640px) { .uni-card dl.stats-3 { grid-template-columns: repeat(3,1fr); } }
.uni-card dl.stats-3 dt { font-size: 0.75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-foreground); }
.uni-card dl.stats-3 dd { font-weight: 500; }
.uni-card__req { margin-top: 0.75rem; font-size: 0.75rem; color: var(--muted-foreground); }
.uni-card__req strong { color: var(--foreground); font-weight: 600; }
.empty-state { margin-top: 1.5rem; border-radius: 1.5rem; border: 1px dashed var(--border); padding: 2.5rem; text-align: center; }
.empty-state p:first-child { font-weight: 500; }
.empty-state p:nth-child(2) { margin-top: 0.25rem; font-size: 0.875rem; color: var(--muted-foreground); }
.empty-state .btn { margin-top: 1.25rem; }

/* ---------- scholarships ---------- */
.category-tabs { margin-top: 2.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.category-tab { border-radius: 9999px; border: 1px solid var(--border); background: var(--card); padding: 0.5rem 1rem; font-size: 0.875rem; font-weight: 600; transition: background-color .2s ease; cursor: pointer; }
.category-tab:hover { background: var(--secondary); }
.category-tab.is-active { border-color: transparent; background: var(--primary); color: var(--primary-foreground); }
.scholarship-grid { margin-top: 2.5rem; display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .scholarship-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .scholarship-grid { grid-template-columns: repeat(3,1fr); } }
.scholarship-card { display: flex; height: 100%; flex-direction: column; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; box-shadow: var(--shadow-soft); }
.scholarship-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; }
.scholarship-card__icon { display: inline-flex; height: 2.5rem; width: 2.5rem; flex-shrink: 0; align-items: center; justify-content: center; border-radius: 1rem; background: color-mix(in oklab, var(--gold) 15%, transparent); color: var(--gold); }
.scholarship-card__icon svg { width: 1.25rem; height: 1.25rem; }
.scholarship-card__cat { border-radius: 9999px; background: var(--secondary); padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 600; color: var(--secondary-foreground); white-space: nowrap; }
.scholarship-card h3 { margin-top: 1rem; font-size: 1.125rem; font-weight: 600; line-height: 1.35; }
.scholarship-card__summary { margin-top: 0.5rem; flex: 1; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.scholarship-card dl { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.375rem; font-size: 0.875rem; }
.scholarship-card dl > div { display: flex; justify-content: space-between; gap: 0.75rem; }
.scholarship-card dl dt { color: var(--muted-foreground); }
.scholarship-card dl dt.deadline { display: inline-flex; align-items: center; gap: 0.375rem; }
.scholarship-card dl dt svg { width: 0.875rem; height: 0.875rem; }
.scholarship-card dl dd { font-weight: 500; }
.scholarship-card dl dd.amount { text-align: right; color: var(--gold); }
.scholarship-card .btn { margin-top: 1.25rem; }

/* ---------- cost estimator ---------- */
.estimator-layout { margin-top: 3rem; display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .estimator-layout { grid-template-columns: minmax(0,1fr) 400px; } }
.estimator-form { display: grid; gap: 1.25rem; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--background); padding: 1.75rem; box-shadow: var(--shadow-soft); grid-template-columns: 1fr; }
@media (min-width: 640px) { .estimator-form { grid-template-columns: repeat(2,1fr); } }
.estimator-result { border-radius: 1.5rem; border: 1px solid var(--border); background: var(--background); padding: 1.75rem; box-shadow: var(--shadow-lift); }
.estimator-result h3 { font-size: 1.25rem; font-weight: 600; }
.estimator-result > p.sub { margin-top: 0.25rem; font-size: 0.875rem; color: var(--muted-foreground); }
.estimator-rows { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; }
.estimator-rows > div { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; border-bottom: 1px solid var(--border); padding-bottom: 0.625rem; }
.estimator-rows dt { color: var(--muted-foreground); }
.estimator-rows dd { font-weight: 500; }
.estimator-total { margin-top: 1.5rem; border-radius: 1rem; padding: 1.25rem; color: var(--primary-foreground); }
.estimator-total > p:first-child { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; opacity: .8; }
.estimator-total__value { margin-top: 0.25rem; font-family: var(--font-display); font-size: 1.875rem; font-weight: 600; color: var(--gold); }
.estimator-total__grid { margin-top: 1rem; display: grid; grid-template-columns: repeat(2,1fr); gap: 0.75rem; font-size: 0.75rem; }
.estimator-total__grid p:first-child { opacity: .75; }
.estimator-total__grid p:last-child { margin-top: 0.125rem; font-size: 0.875rem; font-weight: 600; }
.estimator-actions { margin-top: 1.25rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.estimator-note { margin-top: 1rem; font-size: 0.75rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- course finder ---------- */
.finder-layout { margin-top: 3rem; display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .finder-layout { grid-template-columns: 1fr 1fr; } }
.finder-form { display: grid; gap: 1.25rem; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 1.75rem; box-shadow: var(--shadow-soft); grid-template-columns: 1fr; }
@media (min-width: 640px) { .finder-form { grid-template-columns: repeat(2,1fr); } }
.finder-form .form-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; grid-column: 1 / -1; }
.finder-result { height: 100%; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 1.75rem; box-shadow: var(--shadow-soft); }
.finder-result h3 { font-size: 1.25rem; font-weight: 600; }
.finder-result > p.placeholder { margin-top: 0.75rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.finder-picks { margin-top: 1rem; }
.finder-picks ul { margin-top: 0.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.finder-picks li { border-radius: 9999px; background: color-mix(in oklab, var(--gold) 15%, transparent); padding: 0.25rem 0.75rem; font-size: 0.875rem; font-weight: 600; color: var(--gold); }
.finder-matches { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
.finder-matches li { border-radius: 1rem; border: 1px solid var(--border); background: var(--background); padding: 1rem; }
.finder-matches p:first-child { font-weight: 600; }
.finder-matches p:last-child { margin-top: 0.125rem; font-size: 0.875rem; color: var(--muted-foreground); }
.finder-result .btn { margin-top: 1.5rem; width: 100%; }

/* ---------- testimonials / carousel ---------- */
.carousel { margin-top: 3.5rem; position: relative; }
.carousel__viewport { overflow: hidden; }
.carousel__track { display: flex; gap: 1.5rem; transition: transform .5s cubic-bezier(0.22,1,0.36,1); }
.carousel__slide { flex: 0 0 100%; min-width: 0; }
@media (min-width: 640px) { .carousel__slide { flex-basis: calc(50% - 0.75rem); } }
@media (min-width: 1024px) { .carousel__slide { flex-basis: calc(33.333% - 1rem); } }
.testimonial-card { display: flex; height: 100%; flex-direction: column; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--background); padding: 1.75rem; box-shadow: var(--shadow-soft); }
.testimonial-card svg.quote-icon { width: 1.75rem; height: 1.75rem; color: color-mix(in oklab, var(--gold) 50%, transparent); }
.testimonial-card__stars { margin-top: 1rem; display: flex; gap: 0.125rem; }
.testimonial-card__stars svg { width: 1rem; height: 1rem; fill: var(--gold); color: var(--gold); }
.testimonial-card blockquote { margin-top: 1rem; flex: 1; font-size: 0.875rem; line-height: 1.7; color: color-mix(in oklab, var(--foreground) 90%, transparent); }
.testimonial-card figcaption { margin-top: 1.5rem; display: flex; align-items: center; gap: 0.75rem; border-top: 1px solid var(--border); padding-top: 1.25rem; }
.testimonial-card figcaption img { height: 3rem; width: 3rem; flex-shrink: 0; border-radius: 9999px; object-fit: cover; }
.testimonial-card__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.testimonial-card__program { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.75rem; color: var(--muted-foreground); }
.testimonial-card__country { margin-left: auto; flex-shrink: 0; border-radius: 9999px; background: var(--secondary); padding: 0.25rem 0.625rem; font-size: 0.75rem; font-weight: 600; }
.carousel__controls { margin-top: 2rem; display: flex; justify-content: center; gap: 0.75rem; }
.carousel__btn { display: inline-flex; height: 2.5rem; width: 2.5rem; align-items: center; justify-content: center; border-radius: 9999px; border: 1px solid var(--border); background: var(--background); cursor: pointer; transition: background-color .2s ease; }
.carousel__btn:hover { background: var(--secondary); }
.carousel__btn svg { width: 1.1rem; height: 1.1rem; }

/* ---------- FAQ ---------- */
.faq-columns { margin-top: 3rem; display: grid; gap: 0.5rem 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .faq-columns { grid-template-columns: repeat(2,1fr); } }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item__trigger {
  display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 0; text-align: left; font-size: 1rem; font-weight: 600; cursor: pointer;
}
.faq-item__trigger svg { width: 1.1rem; height: 1.1rem; flex-shrink: 0; transition: transform .2s ease; color: var(--muted-foreground); }
.faq-item.is-open .faq-item__trigger svg { transform: rotate(180deg); }
.faq-item__panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item__panel-inner { padding-bottom: 1rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- contact ---------- */
.contact-layout { display: grid; gap: 3rem; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .contact-layout { grid-template-columns: 1fr 1fr; } }
.contact-rows { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.contact-row { display: flex; align-items: center; gap: 1rem; border-radius: 1rem; border: 1px solid var(--border); background: var(--background); padding: 1rem; transition: border-color .2s ease; }
a.contact-row:hover { border-color: var(--gold); }
.contact-row__icon { display: inline-flex; height: 2.5rem; width: 2.5rem; flex-shrink: 0; align-items: center; justify-content: center; border-radius: 1rem; background: color-mix(in oklab, var(--gold) 15%, transparent); color: var(--gold); }
.contact-row__icon svg { width: 1rem; height: 1rem; }
.contact-row__label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-foreground); }
.contact-row__value { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }
.contact-map { margin-top: 2rem; overflow: hidden; border-radius: 1.5rem; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.contact-map iframe { height: 18rem; width: 100%; border: 0; display: block; }

.contact-form { border-radius: 1.5rem; border: 1px solid var(--border); background: var(--background); padding: 1.75rem; box-shadow: var(--shadow-lift); }
.contact-form .form-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .contact-form .form-grid { grid-template-columns: repeat(2,1fr); } }
.contact-form .col-span-2 { grid-column: 1 / -1; }
.form-error { margin-top: 0.375rem; font-size: 0.8rem; color: var(--destructive); display: none; }
.form-error.is-visible { display: block; }
.contact-form .btn { margin-top: 1.5rem; width: 100%; }
.contact-form__note { margin-top: 0.75rem; text-align: center; font-size: 0.75rem; color: var(--muted-foreground); }

/* ---------- footer ---------- */
.site-footer { color: var(--primary-foreground); }
.site-footer__grid { margin-inline: auto; max-width: 80rem; display: grid; gap: 3rem; padding: 4rem 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .site-footer__grid { padding-inline: 2rem; } }
@media (min-width: 1024px) { .site-footer__grid { grid-template-columns: repeat(4,1fr); } }
.site-footer .brand-row { display: flex; align-items: center; gap: 0.75rem; }
.site-footer .brand-row img, .site-footer .brand-row .custom-logo { height: 3.5rem; width: 3.5rem; border-radius: 0.75rem; background: rgba(255,255,255,.95); object-fit: contain; padding: 0.25rem; }
.site-footer .brand-name { display: block; font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; }
.site-footer .brand-sub { display: block; font-size: 0.65rem; text-transform: uppercase; letter-spacing: .2em; color: var(--gold); }
.site-footer .brand-desc { margin-top: 1.25rem; font-size: 0.875rem; line-height: 1.7; color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); }
.site-footer .social-row { margin-top: 1.5rem; display: flex; gap: 0.5rem; }
.site-footer .social-row a { display: inline-flex; height: 2.5rem; width: 2.5rem; align-items: center; justify-content: center; border-radius: 9999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); transition: all .2s ease; }
.site-footer .social-row a:hover { background: var(--gold); color: var(--gold-foreground); }
.site-footer .social-row svg { width: 1rem; height: 1rem; }
.site-footer h2 { font-family: var(--font-display); font-size: 1rem; font-weight: 600; }
.site-footer nav ul { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.625rem; font-size: 0.875rem; }
.site-footer nav.countries ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 0.375rem 1rem; }
.site-footer nav a { color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); transition: color .2s ease; }
.site-footer nav a:hover { color: var(--gold); }
.site-footer .contact-list { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; }
.site-footer .contact-list a { display: inline-flex; align-items: center; gap: 0.5rem; }
.site-footer .contact-list a:hover { color: var(--gold); }
.site-footer .contact-list svg { width: 1rem; height: 1rem; color: var(--gold); }
.site-footer .services-list { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.875rem; color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); }
.site-footer h3.services-title { margin-top: 2rem; font-family: var(--font-display); font-size: 1rem; font-weight: 600; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__bottom-inner { margin-inline: auto; display: flex; max-width: 80rem; flex-direction: column; gap: 0.5rem; padding: 1.5rem 1.25rem; font-size: 0.75rem; color: color-mix(in oklab, var(--primary-foreground) 60%, transparent); }
@media (min-width: 640px) { .site-footer__bottom-inner { flex-direction: row; align-items: center; justify-content: space-between; padding-inline: 2rem; } }

/* ---------- floating actions ---------- */
.floating-actions { position: fixed; bottom: 1.25rem; right: 1rem; z-index: 50; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .floating-actions { bottom: 1.75rem; right: 1.5rem; } }
.floating-actions a, .floating-actions button {
  display: inline-flex; height: 3.25rem; width: 3.25rem; align-items: center; justify-content: center;
  border-radius: 9999px; box-shadow: var(--shadow-lift); transition: transform .2s ease; cursor: pointer;
}
.floating-actions a:hover, .floating-actions button:hover, .floating-actions a:focus-visible, .floating-actions button:focus-visible { transform: scale(1.05); }
.floating-actions svg { width: 1.5rem; height: 1.5rem; }
.fab-whatsapp { background: oklch(0.72 0.17 146); color: #fff; }
.fab-chat { background: var(--accent); color: var(--accent-foreground); }
.fab-call { background: var(--gold); color: var(--gold-foreground); }

/* ---------- WP core alignment helpers ---------- */
.alignwide { max-width: 80rem; margin-inline: auto; }
.aligncenter { margin-left: auto; margin-right: auto; }

/* ---------- generic content pages (page.php / single.php / archive / search / 404) ---------- */
.page-wrap { max-width: 48rem; margin-inline: auto; padding: 9rem 1.25rem 6rem; }
.page-wrap.wide { max-width: 64rem; }
.page-title { font-size: 2.25rem; font-weight: 600; }
.page-content { margin-top: 1.5rem; font-size: 1rem; line-height: 1.8; color: var(--foreground); }
.page-content p { margin-bottom: 1.25rem; }
.page-content img { border-radius: 1rem; margin: 1.5rem 0; }
.archive-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 2rem; }
.archive-card { border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 1.75rem; box-shadow: var(--shadow-soft); }
.archive-card h2 { font-size: 1.375rem; font-weight: 600; }
.archive-card h2 a:hover { color: var(--gold); }
.archive-card .entry-meta { margin-top: 0.375rem; font-size: 0.8rem; color: var(--muted-foreground); }
.archive-card .entry-excerpt { margin-top: 0.75rem; font-size: 0.9rem; line-height: 1.7; color: var(--muted-foreground); }
.pagination-nav { margin-top: 2.5rem; display: flex; justify-content: center; gap: 0.5rem; }
.pagination-nav a, .pagination-nav span { border-radius: 9999px; border: 1px solid var(--border); padding: 0.5rem 1rem; font-size: 0.875rem; }
.pagination-nav .current { background: var(--primary); color: var(--primary-foreground); border-color: transparent; }
.error-404 { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 8rem 1.25rem 4rem; }
.error-404 h1 { font-size: 5rem; font-weight: 700; }
.error-404 h2 { margin-top: 1rem; font-size: 1.25rem; font-weight: 600; }
.error-404 p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }
.error-404 .btn { margin-top: 1.5rem; }
.search-form-wrap { margin-top: 1.5rem; display: flex; gap: 0.5rem; }
.search-form-wrap input[type="search"] { flex: 1; }

/* ---------- toast ---------- */
.voyage-toast {
  position: fixed; top: 1.25rem; left: 50%; transform: translateX(-50%) translateY(-150%);
  z-index: 100; background: var(--foreground); color: var(--background);
  padding: 0.75rem 1.25rem; border-radius: 0.75rem; font-size: 0.875rem; font-weight: 500;
  box-shadow: var(--shadow-lift); transition: transform .3s ease; max-width: 90vw; text-align: center;
}
.voyage-toast.is-visible { transform: translateX(-50%) translateY(0); }

/* ---------- dark mode header contrast fix ---------- */
.dark .site-header:not(.is-scrolled) { color: var(--primary-foreground); }
.dark .hero__title,
.dark .hero__badge,
.dark .hero__subtitle,
.dark .hero__note { color: inherit; }

/* ---------- accessibility: reduced motion carousel ---------- */
@media (prefers-reduced-motion: reduce) {
  .carousel__track { transition: none; }
}
