@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&family=IBM+Plex+Serif:wght@400;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --navy:      #1B2C5E;
  --navy-dark: #111D3F;
  --navy-mid:  #243875;
  --gold:      #C9A84C;
  --gold2:     #E8C97A;
  --white:     #FFFFFF;
  --lgrey:     #F5F6FA;
  --dgrey:     #212529;
  --mgrey:     #6C757D;
  --green:     #25D366;
  --red:       #DC3545;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--dgrey);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }

img {
  max-width: 100%;
  height: auto;
}

/* ── TYPOGRAPHY ──────────────────────────────────────── */
h1, h2, h3, h4 { font-family: 'Lora', serif; }

.label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mono { font-family: 'IBM Plex Mono', monospace; }

/* ── GOLD RULE ───────────────────────────────────────── */
.gold-rule {
  display: block;
  width: 90px;
  height: 3px;
  background: var(--gold);
  margin: 18px 0 24px;
}

/* ── BUTTONS ─────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-height: 46px;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy-dark);
}
.btn-gold:hover { background: #b8952e; }

.btn-navy {
  background: var(--navy);
  color: var(--white);
}
.btn-navy:hover { background: var(--navy-dark); }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.38);
}
.btn-outline:hover { border-color: rgba(255,255,255,0.7); }

.btn-green {
  background: var(--green);
  color: var(--white);
}
.btn-green:hover { background: #1ebe5a; }

.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid rgba(201,168,76,0.5);
}
.btn-outline-gold:hover { border-color: var(--gold); }

/* ── NAVIGATION ──────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13, 24, 48, 0.97);
  border-bottom: 2px solid var(--gold);
  height: 82px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  gap: 18px;
  backdrop-filter: blur(8px);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 12px;
  flex: 0 0 auto;
}

.nav-logo-image-link {
  display: inline-flex;
  align-items: center;
}

.nav-logo-image {
  display: block;
  width: auto;
  height: 62px;
  max-width: 360px;
  object-fit: contain;
}

.footer-logo-link {
  max-width: 240px;
}

.footer-logo-image {
  height: 52px;
  max-width: 240px;
}

.nav-logo-mark {
  width: 36px;
  height: 36px;
  background: var(--gold);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--navy-dark);
  flex-shrink: 0;
}

.nav-logo-text { line-height: 1.2; }
.nav-logo-text strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
}
.nav-logo-text span {
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  list-style: none;
  min-width: 0;
  justify-content: center;
}

.nav-links a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
  padding: 0 13px;
  height: 82px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.nav-cta {
  margin-left: auto;
  flex: 0 0 auto;
}

/* ── WHATSAPP FAB ────────────────────────────────────── */
.wa-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 54px;
  height: 54px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-fab:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(37,211,102,0.5); }
.wa-fab svg { width: 28px; height: 28px; fill: white; }

/* ── HERO ────────────────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 61fr 39fr;
  min-height: calc(100vh - 64px);
  position: relative;
  overflow: hidden;
}

.hero-left {
  background:
    linear-gradient(135deg, rgba(12, 23, 40, 0.9) 0%, rgba(25, 42, 90, 0.84) 100%),
    url('../images/hero-europe-arrival.png') center center / cover no-repeat;
  padding: 72px 64px 0 64px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.hero-right {
  background: linear-gradient(135deg, #131E3A 0%, #090F1D 100%);
  padding: 72px 28px 40px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(201,168,76,0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.hero-right::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 1.5px;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.5) 15%, rgba(201,168,76,0.5) 85%, transparent);
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0.8px solid rgba(201,168,76,0.5);
  background: rgba(201,168,76,0.1);
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 32px;
  width: fit-content;
}

.hero-headline { position: relative; margin-bottom: 8px; }

.hero-h1 {
  font-size: clamp(60px, 5.5vw, 80px);
  font-weight: 700;
  line-height: 1.0;
  color: var(--white);
  letter-spacing: -0.02em;
}

.hero-h1 .dim-1 { opacity: 0.22; }
.hero-h1 .dim-2 { opacity: 0.09; }

.hero-rule {
  width: 90px;
  height: 3px;
  background: var(--gold);
  margin: 22px 0;
}

.hero-sub {
  font-family: 'Lora', serif;
  font-size: clamp(26px, 2.2vw, 34px);
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 24px;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-bullets li {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.hero-bullets li::before {
  content: '—';
  color: rgba(201,168,76,0.5);
  flex-shrink: 0;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.trust-bar {
  background: rgba(0,0,0,0.25);
  padding: 18px 0;
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 0 -64px;
  padding: 18px 64px;
}

.trust-item {
  font-size: 11px;
  color: rgba(255,255,255,0.58);
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.trust-item .check { color: var(--gold); font-weight: 700; }
.trust-item:first-child { color: var(--gold2); }

.trust-addr {
  font-size: 9px;
  color: rgba(255,255,255,0.28);
  letter-spacing: 0.08em;
  margin-top: 6px;
}

/* ── COUNTRY GRID (HERO RIGHT) ───────────────────────── */
.country-grid-header { margin-bottom: 18px; position: relative; z-index: 1; }
.country-grid-header .label { color: var(--gold); margin-bottom: 6px; display: block; }
.country-grid-header h3 { color: var(--white); font-size: 20px; font-weight: 600; }

.country-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.country-card {
  background: rgba(255,255,255,0.055);
  border: 0.8px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 14px;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}

.country-card:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(201,168,76,0.4);
}

.country-card.featured {
  border-color: rgba(201,168,76,0.55);
  border-width: 1.5px;
}

.cc-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cc-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cc-code {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.cc-info strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc-info span {
  font-size: 10px;
  color: rgba(255,255,255,0.45);
}

.fastest-badge {
  background: var(--gold);
  color: var(--navy-dark);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 10px;
  flex-shrink: 0;
}

.cc-divider {
  height: 0.8px;
  background: rgba(201,168,76,0.25);
  margin: 10px 0;
}

.cc-salary {
  font-family: 'IBM Plex Serif', serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
}

.cc-salary span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,0.35);
  margin-left: 3px;
}

.cc-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

.cc-time { font-size: 10px; color: rgba(255,255,255,0.5); }
.cc-fee  { font-size: 10px; font-weight: 700; color: var(--gold2); }

.wa-banner {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  background: rgba(37,211,102,0.1);
  border: 1px solid rgba(37,211,102,0.45);
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s;
}
.wa-banner:hover { background: rgba(37,211,102,0.18); }

/* ── SECTIONS ────────────────────────────────────────── */
.section { padding: 80px 60px; }
.section-light { background: var(--lgrey); }
.section-navy  { background: var(--navy-dark); color: var(--white); }
.section-white { background: var(--white); }

.section-header { margin-bottom: 48px; }
.section-header .label { color: var(--gold); display: block; margin-bottom: 10px; }
.section-header h2 {
  font-size: clamp(28px, 2.8vw, 38px);
  color: var(--navy);
  margin-bottom: 10px;
}
.section-navy .section-header h2 { color: var(--white); }
.section-header p { color: var(--mgrey); font-size: 14px; max-width: 600px; }

/* ── PROBLEM / SOLUTION ──────────────────────────────── */
.problem-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.problem-box, .solution-box {
  border-radius: 8px;
  padding: 36px;
}

.problem-box {
  background: #FFF5F5;
  border: 1px solid rgba(220,53,69,0.2);
}

.solution-box {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  color: var(--white);
}

.ps-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.problem-box .ps-icon { background: rgba(220,53,69,0.1); }
.solution-box .ps-icon { background: rgba(201,168,76,0.2); }

.ps-title {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

.ps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ps-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.ps-list li .icon-check { color: var(--green); font-weight: 700; }
.ps-list li .icon-x { color: var(--red); font-weight: 700; }

/* ── JOBS GRID ───────────────────────────────────────── */
.jobs-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.filter-pill {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(27,44,94,0.22);
  background: var(--white);
  color: var(--navy);
  transition: all 0.2s;
}

.filter-pill.active, .filter-pill:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.job-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.jc-accent { height: 5px; }

.jc-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }

.jc-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.jc-country {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jc-code {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: white;
}

.jc-name { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); }
.jc-type { font-size: 10px; color: var(--mgrey); }

.jc-badge {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 10px;
}

.jc-badge.fastest { background: var(--gold); color: var(--navy-dark); }
.jc-badge.toppay  { background: var(--navy); color: var(--gold); }

.jc-title {
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 14px;
}

.jc-divider { height: 1px; background: rgba(27,44,94,0.1); margin-bottom: 14px; }

.jc-salary {
  font-family: 'IBM Plex Serif', serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 4px;
}

.jc-salary span {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: var(--mgrey);
}

.jc-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 14px;
}

.jc-meta-item { font-size: 10px; color: var(--navy-mid); }
.jc-meta-item .label-k { color: var(--mgrey); }

.jc-sep { height: 1px; background: rgba(27,44,94,0.08); margin-bottom: 12px; }

.jc-perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
  flex: 1;
}

.jc-perks li {
  font-size: 11px;
  color: var(--dgrey);
  display: flex;
  align-items: center;
  gap: 8px;
}

.jc-perks li::before {
  content: 'v';
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}

.jc-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  padding: 10px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: auto;
}
.jc-apply:hover { background: var(--navy-dark); }

.blog-card-image-link {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe4ef;
}

.blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.job-card:hover .blog-card-image {
  transform: scale(1.03);
}

/* ── HOW IT WORKS ────────────────────────────────────── */
.hiw-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  min-height: 700px;
}

.hiw-left {
  background: linear-gradient(160deg, #0C1728, #1A2B5C);
  padding: 60px 48px;
  position: relative;
}

.hiw-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.06) 1px, transparent 1px);
  background-size: 44px 44px;
}

.hiw-left::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.5) 15%, rgba(201,168,76,0.5) 85%, transparent);
}

.hiw-left-inner { position: relative; z-index: 1; }

.hiw-left h2 {
  font-size: 44px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 10px;
}

.hiw-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.58);
  line-height: 1.6;
  margin-bottom: 36px;
}

.hiw-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.hiw-stat {
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.28);
  border-radius: 6px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hiw-stat-val {
  font-family: 'IBM Plex Serif', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}

.hiw-stat-label { font-size: 11px; color: rgba(255,255,255,0.5); }

.hiw-right { background: var(--lgrey); padding: 24px; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 100%;
}

.step-card {
  background: var(--white);
  border: 1px solid rgba(27,44,94,0.08);
  border-radius: 6px;
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.step-card.featured {
  background: var(--navy-dark);
  border-color: transparent;
}

.step-accent {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: rgba(27,44,94,0.12);
  border-radius: 6px 0 0 6px;
}

.step-card.featured .step-accent { background: var(--gold); }

.step-num {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  flex-shrink: 0;
}

.step-card.featured .step-num { background: var(--gold); color: var(--navy-dark); }

.step-title {
  font-family: 'Lora', serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}

.step-card.featured .step-title { color: var(--white); }

.step-desc {
  font-size: 11px;
  color: var(--mgrey);
  line-height: 1.5;
  flex: 1;
}

.step-card.featured .step-desc { color: rgba(255,255,255,0.62); }

.step-cta-btn {
  margin-top: 16px;
  display: block;
  text-align: center;
  background: var(--gold);
  color: var(--navy-dark);
  padding: 8px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ── TESTIMONIALS ─────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.process-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.process-overview-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 8px;
  padding: 24px;
}

.process-overview-range {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
}

.process-overview-title {
  font-family: 'Lora', serif;
  font-size: 16px;
  color: var(--white);
  margin: 10px 0 8px;
}

.process-overview-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

.testi-card {
  background: var(--white);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  border-top: 3px solid var(--gold);
}

.testi-stars { color: var(--gold); font-size: 14px; margin-bottom: 14px; }

.testi-quote {
  font-size: 14px;
  color: var(--dgrey);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  color: var(--gold);
  font-size: 16px;
  flex-shrink: 0;
}

.testi-name { font-weight: 700; font-size: 14px; color: var(--navy); }
.testi-loc  { font-size: 12px; color: var(--mgrey); }

/* ── TRUST STRIP ─────────────────────────────────────── */
.trust-strip {
  background: var(--navy-dark);
  padding: 40px 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 6px;
  padding: 16px;
  background: rgba(201,168,76,0.07);
}

.trust-chip-icon {
  width: 36px;
  height: 36px;
  background: rgba(201,168,76,0.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.trust-chip strong { display: block; font-size: 12px; color: var(--gold2); }
.trust-chip span   { font-size: 10px; color: rgba(255,255,255,0.5); }

/* ── CTA BANNER ──────────────────────────────────────── */
.cta-banner {
  background: var(--navy);
  padding: 64px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
}

.cta-banner-inner { position: relative; z-index: 1; }
.cta-banner h2 { color: var(--white); font-size: 36px; margin-bottom: 12px; }
.cta-banner p  { color: rgba(255,255,255,0.6); font-size: 16px; margin-bottom: 32px; }
.cta-banner .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ──────────────────────────────────────────── */
.footer {
  background: #0A1020;
  color: rgba(255,255,255,0.65);
  padding: 56px 60px 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .nav-logo { margin-bottom: 16px; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 280px; color: rgba(255,255,255,0.5); }

.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }

.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-item { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.5; }
.footer-contact-item strong { display: block; color: rgba(255,255,255,0.8); font-size: 11px; margin-bottom: 2px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

.entry-content p {
  margin-bottom: 18px;
}

.entry-content-article {
  max-width: 860px;
  margin: 0 auto;
}

.entry-content h2,
.entry-content h3 {
  color: var(--navy);
  margin: 28px 0 14px;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 18px 22px;
}

.post-featured-media {
  margin: 0 0 32px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(17, 29, 63, 0.12);
}

.post-featured-image {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ── ASSESSMENT PAGE ─────────────────────────────────── */
.assess-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 64px);
}

.assess-left {
  background: linear-gradient(135deg, #0C1728, #1A2B5C);
  padding: 64px 64px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.assess-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.assess-pitch { position: relative; z-index: 1; flex: 1; }

.assess-pitch .label { color: var(--gold); display: block; margin-bottom: 14px; }

.assess-pitch h1 {
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 8px;
}

.assess-pitch h1 .gold { color: var(--gold); }

.assess-bullets {
  list-style: none;
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.assess-bullets li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.assess-bullets li .bullet-mark {
  color: var(--gold2);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.assess-bullets li:nth-child(n+4) .bullet-mark { color: rgba(255,255,255,0.5); }
.assess-bullets li:nth-child(n+4) { color: rgba(255,255,255,0.6); }
.assess-bullets li:nth-child(-n+3) { color: var(--gold2); }

.assess-trust-tiles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.assess-trust-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 5px;
  padding: 10px 14px;
}

.assess-trust-tile span { font-size: 11px; color: rgba(255,255,255,0.55); }

.country-row {
  position: relative;
  z-index: 1;
}

.country-row .label { color: rgba(255,255,255,0.28); margin-bottom: 10px; display: block; }

.cc-badges-row {
  display: flex;
  gap: 10px;
}

/* ── FORM PANEL ──────────────────────────────────────── */
.assess-right {
  background: var(--lgrey);
  display: flex;
  align-items: stretch;
  padding: 0;
}

.form-panel {
  background: var(--white);
  margin: 24px;
  border-radius: 10px;
  padding: 36px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-panel h2 { font-size: 22px; color: var(--navy); margin-bottom: 6px; }
.form-panel > p { font-size: 13px; color: var(--mgrey); margin-bottom: 16px; }

.form-panel .gold-rule { margin: 0 0 24px; }

.form-group { margin-bottom: 14px; }

.form-group label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(27,44,94,0.18);
  border-radius: 4px;
  background: var(--lgrey);
  padding: 0 14px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--dgrey);
  outline: none;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold);
  background: var(--white);
}

.form-group input::placeholder { color: rgba(108,117,125,0.5); }

.form-group textarea {
  width: 100%;
  border: 1px solid rgba(27,44,94,0.18);
  border-radius: 4px;
  background: var(--lgrey);
  padding: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--dgrey);
  outline: none;
  transition: border-color 0.2s;
  resize: vertical;
}

.form-group textarea:focus {
  border-color: var(--gold);
  background: var(--white);
}

.form-submit { margin-top: 20px; }

.form-submit .btn { width: 100%; margin-bottom: 12px; }

.form-alt {
  text-align: center;
  font-size: 12px;
  color: var(--mgrey);
  margin-bottom: 10px;
}

.form-wa-btn {
  width: 100%;
  padding: 12px;
  background: rgba(37,211,102,0.08);
  border: 1.5px solid var(--green);
  border-radius: 6px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}

.form-wa-btn:hover { background: rgba(37,211,102,0.16); }

.form-privacy {
  text-align: center;
  font-size: 10px;
  color: rgba(108,117,125,0.55);
  margin-top: 12px;
}

/* ── PAGE HERO (Inner pages) ─────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, #0C1728, #1A2B5C);
  padding: 56px 60px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.05) 1px, transparent 1px);
  background-size: 46px 46px;
}

.page-hero-inner { position: relative; z-index: 1; }
.page-hero .label { color: var(--gold); display: block; margin-bottom: 10px; }
.page-hero h1 { font-size: clamp(32px, 3vw, 44px); color: var(--white); margin-bottom: 10px; }
.page-hero p { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 640px; }

.hero-h1,
.hero-sub,
.page-hero h1,
.page-hero p,
.jc-title,
.testi-quote,
.visual-copy h2,
.visual-copy p,
.blog-visual-copy h2,
.blog-visual-copy p,
.cta-banner h2,
.cta-banner p,
.step-title,
.step-desc,
.ps-title,
.ps-list li,
.footer-brand p {
  overflow-wrap: anywhere;
}

/* ── ABOUT SECTION ───────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-visual {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy-mid));
  border-radius: 8px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-visual-image {
  display: block;
  width: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 6px;
}

.about-visual-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.about-stat {
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.28);
  border-radius: 6px;
  padding: 20px 16px;
  text-align: center;
}

.about-stat .val { font-family: 'IBM Plex Serif', serif; font-size: 32px; font-weight: 700; color: var(--gold); display: block; }
.about-stat .lbl { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 4px; display: block; }

.visual-story-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.split-visual-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: center;
}

.visual-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(17, 29, 63, 0.16);
}

.visual-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 29, 63, 0.02), rgba(17, 29, 63, 0.18));
  pointer-events: none;
}

.visual-frame img,
.blog-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-copy h2,
.blog-visual-copy h2 {
  font-size: clamp(28px, 3vw, 38px);
  color: var(--navy);
}

.visual-copy p,
.blog-visual-copy p {
  color: var(--mgrey);
  margin-bottom: 20px;
}

.visual-copy-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}

.visual-copy-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--dgrey);
  font-size: 14px;
}

.visual-copy-list li::before {
  content: 'v';
  font-family: 'IBM Plex Mono', monospace;
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}

.blog-visual-section {
  padding-top: 56px;
  padding-bottom: 0;
}

.blog-visual-banner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, rgba(27, 44, 94, 0.04), rgba(201, 168, 76, 0.08));
  border: 1px solid rgba(27, 44, 94, 0.08);
  border-radius: 10px;
  padding: 24px;
}

.blog-visual-image-wrap {
  border-radius: 8px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 16px 40px rgba(17, 29, 63, 0.12);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.faq-card {
  background: var(--white);
  border: 1px solid rgba(27,44,94,0.08);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(17, 29, 63, 0.06);
  padding: 24px;
}

.faq-card h3 {
  color: var(--navy);
  font-size: 22px;
  margin-bottom: 12px;
}

.faq-card p {
  color: var(--mgrey);
  font-size: 14px;
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .hiw-layout { grid-template-columns: 1fr; }
  .hiw-left { display: none; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .assess-layout { grid-template-columns: 1fr; }
  .assess-left { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .split-visual-story,
  .blog-visual-banner,
  .faq-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .process-overview-grid { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .nav {
    padding: 0 18px;
    height: 76px;
  }
  .nav-desktop,
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .nav-logo {
    margin-right: 0;
  }
  .nav-logo-image {
    height: 46px;
    max-width: 210px;
  }
  .mobile-menu {
    inset: 76px 0 0 0;
  }
}

@media (max-width: 768px) {
  .section { padding: 48px 24px; }
  .nav {
    padding: 0 16px;
    height: 74px;
  }
  .hero {
    min-height: auto;
  }
  .hero-left {
    padding: 36px 20px 0;
    min-height: auto;
  }
  .hero-tag {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 6px;
    margin-bottom: 24px;
  }
  .hero-h1 {
    font-size: clamp(44px, 15vw, 56px);
    line-height: 0.95;
  }
  .hero-sub {
    font-size: 18px;
    line-height: 1.3;
  }
  .hero-bullets {
    margin-bottom: 28px;
  }
  .hero-bullets li {
    font-size: 13px;
  }
  .hero-ctas {
    flex-direction: column;
    gap: 10px;
  }
  .hero-ctas .btn,
  .cta-banner .btns .btn {
    width: 100%;
    white-space: normal;
  }
  .trust-bar {
    margin: 0 -20px;
    padding: 14px 20px;
    flex-direction: column;
    gap: 10px;
  }
  .trust-addr {
    font-size: 10px;
  }
  .page-hero {
    padding: 42px 24px;
  }
  .page-hero h1 {
    font-size: clamp(30px, 10vw, 38px);
    line-height: 1.14;
  }
  .page-hero p {
    font-size: 14px;
    max-width: 100%;
  }
  .problem-box,
  .solution-box,
  .testi-card,
  .job-card .jc-body,
  .blog-visual-banner,
  .form-panel {
    padding: 24px 20px;
  }
  .visual-story-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .split-visual-story,
  .blog-visual-banner {
    gap: 20px;
  }
  .visual-frame img,
  .blog-visual-image {
    aspect-ratio: 4 / 3;
  }
  .jobs-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
  }
  .jobs-filters::-webkit-scrollbar {
    display: none;
  }
  .filter-pill {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .jobs-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .process-overview-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .problem-solution { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-visual-stats { grid-template-columns: 1fr; }
  .faq-card { padding: 20px; }
  .faq-card h3 { font-size: 20px; }
  .entry-content-article {
    max-width: 100%;
  }
  .job-card,
  .testi-card,
  .problem-box,
  .solution-box,
  .about-visual,
  .blog-visual-banner {
    width: 100%;
  }
  .jc-header {
    flex-direction: column;
    gap: 10px;
  }
  .jc-country {
    align-items: flex-start;
  }
  .jc-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .jc-salary {
    font-size: 17px;
  }
  .cc-badges-row {
    flex-wrap: wrap;
  }
  .assess-layout {
    min-height: auto;
  }
  .assess-right {
    padding: 12px 0 0;
  }
  .form-panel {
    margin: 12px;
    border-radius: 8px;
  }
  .cta-banner {
    padding: 48px 24px;
  }
  .cta-banner h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .cta-banner p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .cta-banner .btns {
    flex-direction: column;
    gap: 10px;
  }
  .trust-strip {
    padding: 24px;
    grid-template-columns: 1fr;
  }
  .footer {
    padding: 48px 24px 28px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .mobile-menu {
    inset: 74px 0 0 0;
    padding: 20px;
  }

  .nav-logo-image {
    height: 44px;
    max-width: 200px;
  }

  .footer-logo-image {
    height: 42px;
    max-width: 200px;
  }
}

.resource-links-section {
  border-top: 1px solid rgba(27,44,94,0.08);
}

.resource-links-header {
  margin-bottom: 32px;
}

.resource-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.resource-link-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid rgba(27,44,94,0.1);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(17,29,63,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.resource-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201,168,76,0.45);
  box-shadow: 0 14px 34px rgba(17,29,63,0.08);
}

.resource-link-meta {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.resource-link-card h3 {
  font-size: 22px;
  color: var(--navy);
  line-height: 1.25;
}

.resource-link-card p {
  color: var(--mgrey);
  font-size: 14px;
}

.resource-link-cta {
  margin-top: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}

.related-post-card {
  padding: 0;
  overflow: hidden;
}

.related-post-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  flex: 1;
}

.related-post-body h3 {
  font-size: 24px;
}

.related-post-body h3 a:hover {
  color: var(--gold);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-desktop {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.28);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  padding: 0;
  flex: 0 0 auto;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-toggle:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(201,168,76,0.5);
}

.nav-toggle-box {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.nav-toggle-line {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}

.nav-toggle-line:nth-child(1) { top: 0; }
.nav-toggle-line:nth-child(2) { top: 7px; }
.nav-toggle-line:nth-child(3) { top: 14px; }

.nav-toggle[aria-expanded='true'] .nav-toggle-line:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded='true'] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded='true'] .nav-toggle-line:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 82px 0 0 0;
  background: linear-gradient(180deg, rgba(12, 23, 40, 0.98) 0%, rgba(7, 14, 29, 0.98) 100%);
  z-index: 95;
  padding: 20px 18px 28px;
  overflow-y: auto;
  border-top: 1px solid rgba(201,168,76,0.18);
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.25);
}

.mobile-menu-heading {
  padding: 4px 4px 10px;
}

.mobile-menu-heading .label {
  color: var(--gold);
  display: block;
  margin-bottom: 4px;
}

.mobile-menu-heading p {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  line-height: 1.5;
}

.mobile-menu-inner a {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
  padding: 14px 12px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mobile-menu-inner a:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(201,168,76,0.25);
}

.mobile-menu-inner a.active {
  color: var(--gold);
  border-color: rgba(201,168,76,0.32);
  background: rgba(201,168,76,0.08);
}

.mobile-menu-cta {
  margin-top: 12px;
  width: 100%;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 960px) {
  .nav {
    padding: 0 18px;
    height: 76px;
    gap: 12px;
  }

  .nav-desktop,
  .nav-cta {
    display: none !important;
  }

  .nav-toggle {
    display: inline-flex !important;
  }

  .nav-logo {
    margin-right: 0;
  }

  .nav-logo-image {
    height: 44px;
    max-width: 190px;
  }

  .mobile-menu {
    inset: 76px 0 0 0;
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 0 14px;
    height: 72px;
  }

  .mobile-menu {
    inset: 72px 0 0 0;
    padding: 14px 12px 22px;
  }

  .mobile-menu-inner {
    padding: 14px 14px 12px;
    border-radius: 14px;
  }

  .mobile-menu-heading {
    padding: 2px 2px 8px;
  }

  .mobile-menu-heading p {
    font-size: 12px;
  }

  .mobile-menu-inner a {
    font-size: 16px;
    padding: 12px 10px;
  }

  .mobile-menu-cta {
    min-height: 44px;
  }

  .section {
    padding: 42px 18px;
  }

  .problem-box,
  .solution-box,
  .testi-card,
  .job-card .jc-body,
  .blog-visual-banner,
  .form-panel,
  .resource-link-card,
  .related-post-body {
    padding: 20px 16px;
  }

  .resource-links-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .resource-link-card h3,
  .related-post-body h3 {
    font-size: 20px;
  }

  .footer {
    padding: 40px 18px 24px;
  }

  .footer-grid {
    gap: 28px;
  }

  .footer-bottom {
    gap: 10px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .nav-logo-image {
    height: 40px;
    max-width: 168px;
  }

  .hero-left {
    padding: 30px 16px 0;
  }

  .hero-h1 {
    font-size: clamp(36px, 14vw, 48px);
  }

  .hero-sub {
    font-size: 17px;
  }

  .page-hero {
    padding: 34px 18px;
  }

  .page-hero h1 {
    font-size: clamp(28px, 9vw, 34px);
  }

  .jc-title,
  .section-header h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .cta-banner {
    padding: 40px 18px;
  }

  .cta-banner h2 {
    font-size: 24px;
  }

  .footer-col ul li a,
  .footer-contact-item,
  .footer-brand p {
    font-size: 12px;
  }
}
