:root {
  --green: #7bc67e;
  --green-dark: #3c8d62;
  --green-soft: #edf9ef;
  --blue: #6ea8c8;
  --ink: #12312b;
  --muted: #65756f;
  --line: #e4eee8;
  --white: #ffffff;
  --grey: #f6f8f7;
  --shadow: 0 24px 70px rgba(31, 83, 68, 0.12);
  --radius: 28px;
  --header-height: 92px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(228, 238, 232, 0.9);
  backdrop-filter: blur(18px);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.transparent {
  background: transparent;
  border-color: transparent;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(228, 238, 232, 0.9);
  box-shadow: 0 14px 36px rgba(25, 70, 57, 0.08);
}

.navbar {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}

.logo span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(123, 198, 126, 0.35);
}

.logo img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(20, 111, 125, 0.18));
}

.footer-logo img {
  width: 76px;
  height: 76px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-menu a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #24443d;
  font-weight: 650;
  font-size: 0.94rem;
  transition: color 0.25s ease, background 0.25s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--green-dark);
  background: rgba(123, 198, 126, 0.14);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--green-soft);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 2px;
}

.hero,
.page-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 70px) 0 90px;
}

.page-hero {
  min-height: 470px;
}

.hero-bg,
.page-hero::before {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.hero-bg {
  background-image: linear-gradient(90deg, rgba(246, 252, 248, 0.98) 0%, rgba(246, 252, 248, 0.86) 43%, rgba(246, 252, 248, 0.14) 100%), url("https://images.unsplash.com/photo-1582750433449-648ed127bb54?auto=format&fit=crop&w=1800&q=80");
}

.page-hero::before {
  content: "";
  background-image: linear-gradient(90deg, rgba(18, 49, 43, 0.78), rgba(18, 49, 43, 0.35)), var(--hero-image);
}

.about-hero { --hero-image: url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1800&q=80"); }
.presence-hero { --hero-image: url("https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=1800&q=80"); }
.offerings-hero { --hero-image: url("https://images.unsplash.com/photo-1584308666744-24d5c474f2ae?auto=format&fit=crop&w=1800&q=80"); }
.careers-hero { --hero-image: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1800&q=80"); }
.contact-hero { --hero-image: url("https://images.unsplash.com/photo-1579684385127-1ef15d508118?auto=format&fit=crop&w=1800&q=80"); }

.page-hero .container {
  color: var(--white);
}

.hero-content {
  max-width: 710px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-hero .eyebrow,
.cta-section .eyebrow {
  color: #dff7e2;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.5vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.hero p,
.page-hero p,
.section-copy p,
.section-heading p,
.band-card p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 660px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 16px 32px rgba(92, 170, 101, 0.25);
}

.btn-secondary {
  color: var(--green-dark);
  background: var(--green-soft);
  border-color: rgba(123, 198, 126, 0.32);
}

.btn-outline {
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(123, 198, 126, 0.45);
}

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

.btn-ghost-white {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.text-link {
  color: var(--green-dark);
  font-weight: 800;
}

.section {
  padding: 105px 0;
}

.soft-bg {
  background: linear-gradient(180deg, var(--grey), var(--green-soft));
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.image-card {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.image-card:hover img {
  transform: scale(1.045);
}

.stats-section {
  padding: 54px 0;
  background: var(--ink);
}

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

.stat-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.stat-card strong {
  display: block;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1;
}

.stat-card strong::after {
  content: "+";
  color: var(--green);
}

.stat-card:nth-child(3) strong::after {
  content: "M+";
}

.stat-card span {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.card-grid,
.team-grid,
.office-grid {
  display: grid;
  gap: 22px;
}

.five-grid { grid-template-columns: repeat(5, 1fr); }
.four-grid { grid-template-columns: repeat(4, 1fr); }
.three-grid { grid-template-columns: repeat(3, 1fr); }
.team-grid { grid-template-columns: repeat(4, 1fr); }
.office-grid { grid-template-columns: repeat(3, 1fr); }

.feature-card,
.value-card,
.mission-card,
.team-card,
.office-card,
.job-card,
.contact-panel,
.premium-form,
.map-placeholder,
.band-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 30px rgba(31, 83, 68, 0.06);
}

.feature-card,
.value-card,
.mission-card,
.office-card {
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover,
.value-card:hover,
.office-card:hover {
  transform: translateY(-8px);
  border-color: rgba(123, 198, 126, 0.55);
  box-shadow: var(--shadow);
}

.feature-card svg,
.value-card svg,
.mission-card svg,
.contact-item svg,
.map-placeholder svg {
  color: var(--green-dark);
  font-size: 2rem;
  margin-bottom: 20px;
}

.feature-card p,
.value-card p,
.office-card p,
.team-card p,
.mission-card p,
.contact-panel p {
  color: var(--muted);
  margin-bottom: 0;
}

.world-map {
  position: relative;
  min-height: 390px;
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: radial-gradient(circle at 50% 45%, #fff 0%, #eef9f0 68%, #e9f3f8 100%);
  box-shadow: var(--shadow);
}

.world-map img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
  opacity: 0.58;
  filter: saturate(0.55);
}

.large-map {
  min-height: 560px;
}

.pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green-dark);
  box-shadow: 0 0 0 10px rgba(123, 198, 126, 0.2);
  animation: pulse 1.8s infinite;
}

.pin::after {
  content: attr(data-label);
  position: absolute;
  left: 20px;
  top: -10px;
  white-space: nowrap;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--white);
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(31, 83, 68, 0.12);
}

.pin-na { left: 23%; top: 38%; }
.pin-sa { left: 33%; top: 65%; }
.pin-eu { left: 52%; top: 34%; }
.pin-as { left: 69%; top: 45%; }
.pin-af { left: 54%; top: 57%; }
.pin-me { left: 61%; top: 49%; }

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(123, 198, 126, 0.2); }
  50% { box-shadow: 0 0 0 18px rgba(123, 198, 126, 0.02); }
}

.floating-pill,
.floating-cross {
  position: absolute;
  z-index: -1;
  opacity: 0.75;
  animation: float 6s ease-in-out infinite;
}

.floating-pill {
  width: 130px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(123, 198, 126, 0.25) 50%, rgba(110, 168, 200, 0.25) 50%);
}

.pill-one { left: 53%; top: 22%; transform: rotate(-18deg); }
.pill-two { right: 9%; bottom: 18%; transform: rotate(22deg); animation-delay: -2s; }
.floating-cross { left: 47%; bottom: 25%; color: var(--green); font-size: 4rem; font-weight: 300; }

@keyframes float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

.careers-band {
  padding: 70px 0;
}

.band-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 46px;
  background: linear-gradient(135deg, #ffffff, #f1faf2);
}

.cta-section {
  padding: 96px 0;
  text-align: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.cta-section h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section .hero-actions {
  justify-content: center;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #102823;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.8fr;
  gap: 44px;
  padding: 70px 0;
}

.footer-logo,
.site-footer h3 {
  color: var(--white);
}

.site-footer a {
  display: block;
  margin: 8px 0;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.two-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.team-card {
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.team-card h3,
.team-card p {
  padding: 0 22px;
}

.team-card h3 {
  padding-top: 22px;
}

.team-card p {
  padding-bottom: 24px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 20px;
  padding-left: 28px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--line);
}

.timeline-item {
  position: relative;
  padding: 24px 28px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(31, 83, 68, 0.06);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 30px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--green);
  border: 4px solid var(--white);
  box-shadow: 0 0 0 4px var(--green-soft);
}

.timeline-item strong,
.office-card span {
  color: var(--green-dark);
  font-weight: 850;
}

.jobs-list {
  display: grid;
  gap: 16px;
}

.job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.job-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.form-shell,
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: start;
}

.form-shell {
  padding: 40px;
}

.premium-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 30px;
}

.premium-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 750;
}

.premium-form .full,
.premium-form button {
  grid-column: 1 / -1;
}

.premium-form input,
.premium-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 13px 15px;
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.premium-form input:focus,
.premium-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(123, 198, 126, 0.18);
}

.contact-panel {
  padding: 34px;
}

.contact-item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.map-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 40px;
  text-align: center;
  background:
    linear-gradient(rgba(255,255,255,0.84), rgba(255,255,255,0.84)),
    repeating-linear-gradient(45deg, #e5eee8 0 1px, transparent 1px 35px),
    var(--green-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1100px) {
  .five-grid,
  .four-grid,
  .team-grid,
  .office-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  :root { --header-height: 72px; }
  .container { width: min(100% - 28px, 1180px); }

  .logo {
    gap: 10px;
    font-size: 1.35rem;
  }

  .logo img {
    width: 54px;
    height: 54px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 10px);
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-menu.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .hero,
  .page-hero {
    min-height: 660px;
    padding-bottom: 70px;
  }

  .page-hero {
    min-height: 410px;
  }

  .hero-bg {
    background-image: linear-gradient(90deg, rgba(246, 252, 248, 0.98), rgba(246, 252, 248, 0.78)), url("https://images.unsplash.com/photo-1582750433449-648ed127bb54?auto=format&fit=crop&w=1200&q=80");
  }

  .split-grid,
  .map-layout,
  .form-shell,
  .contact-grid,
  .two-cards {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .stats-grid,
  .three-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding: 76px 0;
  }

  .band-card,
  .job-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .world-map {
    min-height: 330px;
    padding: 18px;
  }

  .pin::after {
    display: none;
  }
}

@media (max-width: 560px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.15rem; }
  .hero-actions,
  .btn {
    width: 100%;
  }

  .five-grid,
  .four-grid,
  .three-grid,
  .team-grid,
  .office-grid,
  .stats-grid,
  .footer-grid,
  .premium-form {
    grid-template-columns: 1fr;
  }

  .stat-card,
  .feature-card,
  .value-card,
  .mission-card,
  .office-card,
  .form-shell,
  .premium-form,
  .contact-panel {
    padding: 24px;
  }

  .image-card img {
    height: 330px;
  }

  .floating-pill,
  .floating-cross {
    display: none;
  }
}
