:root {
  --blue: #0a4fb3;
  --blue-dark: #083578;
  --blue-light: #dfeeff;
  --orange: #f68b1f;
  --orange-dark: #e56d00;
  --text: #11233d;
  --muted: #5f6f86;
  --bg: #f6f9fc;
  --white: #ffffff;
  --border: #dce6f2;
  --shadow: 0 18px 45px rgba(15, 52, 96, 0.12);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: min(92%, var(--max)); margin: 0 auto; }
.section { padding: 78px 0; }
.section-title { font-size: 2.3rem; line-height: 1.2; margin: 0 0 12px; }
.section-subtitle { max-width: 760px; color: var(--muted); margin-bottom: 32px; font-size: 1.05rem; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px;
  border-radius: 999px; font-weight: 600; transition: 0.25s ease; border: 1px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: white; box-shadow: 0 10px 22px rgba(246, 139, 31, 0.25);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { border: 1px solid var(--border); background: white; color: var(--blue-dark); }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
.topbar { background: linear-gradient(90deg, var(--blue-dark), var(--blue)); color: white; font-size: 0.92rem; }
.topbar .container {
  display: flex; justify-content: space-between; align-items: center; padding: 11px 0; gap: 16px; flex-wrap: wrap;
}
.navbar {
  position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px); border-bottom: 1px solid rgba(220, 230, 242, 0.85);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 20px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-text h1, .brand-text h2 { font-size: 1.3rem; margin: 0; color: var(--blue-dark); line-height: 1.1; }
.brand-text span { display: block; color: var(--muted); font-size: 0.88rem; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.nav-links a { font-weight: 600; color: var(--text); position: relative; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -7px; width: 0%; height: 2px; background: var(--orange); transition: 0.25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(246,139,31,0.14), transparent 18%),
              radial-gradient(circle at 12% 12%, rgba(10,79,179,0.12), transparent 22%),
              linear-gradient(145deg, #f8fbff 0%, #eef5ff 100%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.95fr; gap: 48px; align-items: center;
  min-height: 82vh; padding: 60px 0;
}
.eyebrow {
  display: inline-block; background: rgba(10,79,179,0.09); color: var(--blue);
  padding: 9px 14px; border-radius: 999px; font-size: 0.88rem; font-weight: 700; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.25rem); line-height: 1.05; margin: 0 0 18px; }
.hero h1 span { color: var(--orange); }
.hero p { font-size: 1.08rem; color: var(--muted); max-width: 700px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.metric-card {
  background: rgba(255,255,255,0.8); border: 1px solid var(--border); border-radius: 16px;
  padding: 18px; box-shadow: var(--shadow);
}
.metric-card h3 { margin: 0; font-size: 1.8rem; color: var(--blue-dark); }
.metric-card p { margin: 6px 0 0; font-size: 0.92rem; color: var(--muted); }
.hero-visual { position: relative; }
.glass-card {
  background: rgba(255,255,255,0.78); border: 1px solid rgba(220,230,242,0.92);
  border-radius: 22px; box-shadow: var(--shadow); backdrop-filter: blur(10px);
}
.visual-main { padding: 28px; position: relative; }
.visual-tag {
  display: inline-block; padding: 7px 12px; font-size: 0.8rem; border-radius: 999px;
  background: rgba(246,139,31,0.1); color: var(--orange-dark); font-weight: 700; margin-bottom: 18px;
}
.world-panel {
  background: linear-gradient(135deg, #0f4ea6, #0a2f6a); border-radius: 20px; padding: 22px; color: white;
  position: relative; overflow: hidden; min-height: 360px;
}
.world-dots {
  position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.22) 1.2px, transparent 1.2px);
  background-size: 18px 18px; opacity: 0.25;
}
.orbit { position: absolute; border: 2px solid rgba(255,255,255,0.2); border-radius: 50%; }
.orbit.one { width: 260px; height: 260px; top: 52px; left: 60px; }
.orbit.two { width: 310px; height: 220px; top: 80px; left: 20px; transform: rotate(-18deg); }
.orbit-dot {
  position: absolute; width: 14px; height: 14px; background: var(--orange);
  border-radius: 50%; box-shadow: 0 0 0 6px rgba(246,139,31,0.15);
}
.dot-1 { top: 74px; left: 120px; }
.dot-2 { top: 154px; left: 286px; }
.dot-3 { top: 250px; left: 100px; }
.world-copy { position: relative; z-index: 2; max-width: 270px; }
.world-copy h3 { margin: 8px 0 10px; font-size: 1.5rem; }
.world-copy p { margin: 0; color: rgba(255,255,255,0.82); font-size: 0.96rem; }
.floating-card { position: absolute; padding: 16px; border-radius: 16px; min-width: 205px; }
.float-a { right: -14px; top: 22px; }
.float-b { left: -18px; bottom: 22px; }
.floating-card h4 { margin: 0 0 8px; font-size: 1rem; color: var(--blue-dark); }
.floating-card p { margin: 0; color: var(--muted); font-size: 0.88rem; }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.strip-card {
  background: var(--white); border-radius: 18px; padding: 24px; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.strip-card .num { color: var(--orange-dark); font-size: 2rem; font-weight: 800; margin-bottom: 6px; }
.strip-card p { margin: 0; color: var(--muted); }
.grid-3, .grid-4, .grid-2 { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--white); border-radius: var(--radius); padding: 28px; border: 1px solid var(--border);
  box-shadow: var(--shadow); height: 100%;
}
.card-icon {
  width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px;
  background: linear-gradient(135deg, rgba(10,79,179,0.12), rgba(246,139,31,0.14));
  color: var(--blue-dark); font-size: 1.4rem; font-weight: 800; margin-bottom: 16px;
}
.card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.card p { margin: 0; color: var(--muted); }
.dark-section { background: linear-gradient(135deg, #082c63, #0b4fa6); color: white; }
.dark-section .section-title, .dark-section .section-subtitle { color: white; }
.dark-section .section-subtitle { opacity: 0.84; }
.process { position: relative; }
.process::before {
  content: ""; position: absolute; left: 48px; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,0.2);
}
.step { position: relative; padding-left: 95px; margin-bottom: 26px; }
.step:last-child { margin-bottom: 0; }
.step-num {
  position: absolute; left: 20px; top: 2px; width: 56px; height: 56px; border-radius: 50%; display: grid;
  place-items: center; font-weight: 800; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: white;
  box-shadow: 0 10px 22px rgba(246,139,31,0.3);
}
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; opacity: 0.88; }
.dashboard { background: white; border-radius: 24px; border: 1px solid var(--border); padding: 28px; box-shadow: var(--shadow); }
.dashboard-top { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 24px; }
.dashboard-title h3 { margin: 0 0 8px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px;
  background: rgba(10,79,179,0.08); color: var(--blue); font-weight: 700; font-size: 0.86rem;
}
.dash-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; }
.chart-box, .list-box, .map-box, .alert-box {
  border: 1px solid var(--border); border-radius: 18px; padding: 18px; background: #fbfdff;
}
.chart-bars { display: flex; align-items: end; gap: 14px; height: 180px; margin-top: 18px; }
.bar { flex: 1; background: linear-gradient(180deg, #3d8cff, #0a4fb3); border-radius: 10px 10px 0 0; position: relative; }
.bar:nth-child(2), .bar:nth-child(4) { background: linear-gradient(180deg, #ffac52, #f68b1f); }
.bar span { position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); font-size: 0.8rem; color: var(--muted); }
.list-item, .alert-item {
  display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--border);
}
.list-item:last-child, .alert-item:last-child { border-bottom: none; }
.list-item strong, .alert-item strong { display: block; }
.list-item small, .alert-item small { color: var(--muted); }
.alert-pill {
  background: rgba(246,139,31,0.12); color: var(--orange-dark); border-radius: 999px; padding: 6px 10px;
  font-size: 0.78rem; font-weight: 700; white-space: nowrap;
}
.mini-map { position: relative; height: 220px; border-radius: 16px; background: linear-gradient(135deg, #eaf3ff, #f9fcff); overflow: hidden; }
.mini-map::before {
  content: ""; position: absolute; inset: 0; background-image: radial-gradient(#b5ccef 1.1px, transparent 1.1px);
  background-size: 18px 18px; opacity: 0.55;
}
.node {
  position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--orange);
  box-shadow: 0 0 0 8px rgba(246,139,31,0.12); z-index: 2;
}
.node.us { top: 70px; left: 80px; }
.node.ca { top: 40px; left: 110px; }
.node.mx { top: 110px; left: 110px; }
.node.eu { top: 68px; right: 110px; }
.node.as { top: 90px; right: 40px; }
.line { position: absolute; height: 2px; background: linear-gradient(90deg, var(--blue), var(--orange)); transform-origin: left center; z-index: 1; }
.line.one { width: 56px; top: 50px; left: 112px; transform: rotate(145deg); }
.line.two { width: 70px; top: 84px; left: 92px; transform: rotate(46deg); }
.line.three { width: 210px; top: 82px; left: 110px; transform: rotate(-4deg); }
.line.four { width: 125px; top: 96px; left: 122px; transform: rotate(-10deg); }
.feature-list { display: grid; gap: 14px; }
.feature-item {
  background: white; border: 1px solid var(--border); border-left: 5px solid var(--orange);
  border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow);
}
.feature-item h4 { margin: 0 0 6px; }
.feature-item p { margin: 0; color: var(--muted); }
.cta { background: linear-gradient(135deg, #0a4fb3, #082c63); border-radius: 28px; padding: 48px; color: white; box-shadow: var(--shadow); }
.cta h2 { margin: 0 0 12px; font-size: 2rem; }
.cta p { margin: 0 0 22px; max-width: 720px; opacity: 0.9; }
.footer { background: #071f49; color: #dbe9ff; padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 0.8fr 0.8fr 1fr; gap: 26px; }
.footer h4 { margin-top: 0; color: white; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 10px; }
.footer p, .footer li, .footer a { color: rgba(219,233,255,0.82); }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand img { width: 58px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 34px; padding: 18px 0 24px; font-size: 0.92rem; color: rgba(255,255,255,0.72); }
.page-hero { background: linear-gradient(135deg, #f8fbff, #eef5ff); padding: 80px 0 54px; border-bottom: 1px solid var(--border); }
.page-hero h1 { margin: 0 0 14px; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.page-hero p { max-width: 780px; color: var(--muted); font-size: 1.06rem; }
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 28px; }
.contact-card, .form-card {
  background: white; padding: 28px; border-radius: 20px; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.info-row { display: flex; gap: 14px; margin-bottom: 18px; }
.info-bullet {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(10,79,179,0.1); color: var(--blue); font-weight: 700;
}
form { display: grid; gap: 16px; }
.input-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
input, textarea, select {
  width: 100%; padding: 14px 15px; border-radius: 12px; border: 1px solid var(--border);
  font-size: 0.98rem; font-family: inherit; outline: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(10,79,179,0.08); }
textarea { min-height: 160px; resize: vertical; }
.note { font-size: 0.92rem; color: var(--muted); }

@media (max-width: 1024px) {
  .hero-grid, .grid-4, .grid-3, .grid-2, .dash-grid, .footer-grid, .contact-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-metrics { grid-template-columns: 1fr; }
  .float-a, .float-b { position: static; margin-top: 16px; }
  .process::before { left: 28px; }
  .step { padding-left: 74px; }
  .step-num { left: 0; }
}

@media (max-width: 680px) {
  .nav-links { gap: 14px; }
  .stats-strip, .input-grid { grid-template-columns: 1fr; }
  .cta { padding: 34px 24px; }
  .hero-grid { min-height: auto; padding: 40px 0 56px; }
}


/* Team pages */
.team-intro-card {
  background: linear-gradient(135deg, rgba(10,79,179,0.06), rgba(246,139,31,0.08));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.team-section { padding-top: 12px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card {
  background: var(--white);
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(15, 52, 96, 0.16);
}
.team-image-link { display: block; }
.team-photo {
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  object-position: center top;
  background: #edf3fb;
}
.team-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.team-body h3 { margin: 0; font-size: 1.35rem; color: var(--blue-dark); }
.team-role {
  margin: 0;
  color: var(--orange-dark);
  font-weight: 700;
  line-height: 1.45;
}
.team-body p { margin: 0; color: var(--muted); }
.team-body .btn { margin-top: auto; width: fit-content; }
.breadcrumb { margin-bottom: 16px; }
.breadcrumb a { color: var(--blue); font-weight: 700; }
.team-detail-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: stretch;
}
.team-detail-photo, .team-detail-copy { padding: 0; overflow: hidden; }
.team-detail-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}
.team-detail-copy { padding: 30px; }
.lead-copy {
  font-size: 1.08rem;
  color: var(--muted);
  margin: 10px 0 24px;
}

@media (max-width: 1024px) {
  .team-grid, .team-detail-grid { grid-template-columns: 1fr; }
  .team-detail-image { min-height: 420px; }
}
