.opportunity-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.46fr) minmax(0, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(100% - 104px, 1460px);
  min-height: calc(100vh - 116px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 78px) 0;
  border-bottom: 1px solid var(--line);
}

.opportunity-hero-copy {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.opportunity-hero-copy h1 {
  max-width: 780px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3rem, 5.1vw, 5.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.opportunity-hero-copy > p:not(.section-label) {
  max-width: 650px;
  color: #25211d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.16rem, 1.35vw, 1.48rem);
  line-height: 1.45;
}

.opportunity-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.opportunity-proof div {
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.opportunity-proof dt {
  color: #0f1f3d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.15;
}

.opportunity-proof dd {
  margin-top: 5px;
  color: #5a6472;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.3;
}

.opportunity-map-wrap {
  position: relative;
  min-height: clamp(420px, 47vw, 620px);
  overflow: hidden;
  border-radius: 12px;
}

.opportunity-map {
  position: absolute;
  inset: 0;
  background: var(--surface);
  pointer-events: none;
}

.opportunity-map.leaflet-container {
  cursor: default;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  isolation: isolate;
}

.opportunity-map .leaflet-pane,
.opportunity-map .leaflet-tile,
.opportunity-map .leaflet-marker-icon,
.opportunity-map .leaflet-marker-shadow,
.opportunity-map .leaflet-tile-container,
.opportunity-map .leaflet-pane > svg,
.opportunity-map .leaflet-pane > canvas,
.opportunity-map .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.opportunity-map .leaflet-marker-icon {
  display: grid;
  place-items: center;
}

.opportunity-map .leaflet-tile {
  border: 0;
  filter: saturate(0.55) contrast(0.9) brightness(1.1);
  opacity: 0.68;
}

.opportunity-marker {
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255, 252, 246, 0.96);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(158, 62, 45, 0.16), 0 8px 18px rgba(45, 41, 36, 0.2);
}

.opportunity-map-card {
  position: absolute;
  right: clamp(20px, 5vw, 58px);
  bottom: clamp(56px, 8vw, 102px);
  z-index: 4;
  max-width: 220px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.86);
  padding: 18px;
  color: #0f1f3d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
  box-shadow: 0 18px 42px rgba(61, 48, 34, 0.08);
}

.opportunity-map-caption {
  position: absolute;
  right: clamp(20px, 5vw, 58px);
  bottom: 26px;
  z-index: 4;
  color: #6f8193;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.opportunity-section,
.provider-section {
  display: grid;
  gap: 32px;
}

.opportunity-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
}

.opportunity-section-heading h2 {
  max-width: 980px;
  color: #151515;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.85rem, 2.45vw, 2.75rem);
  font-weight: 950;
  line-height: 1.02;
  text-transform: uppercase;
}

.opportunity-section-heading p:not(.section-label) {
  max-width: 760px;
  margin-top: 12px;
  color: #595f67;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.03rem, 1.22vw, 1.24rem);
  line-height: 1.42;
}

.opportunity-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.opportunity-card {
  display: grid;
  min-width: 0;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.72);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(61, 48, 34, 0.05);
}

.opportunity-card {
  align-content: start;
  grid-template-rows: auto auto 1fr;
  min-height: 330px;
}

.opportunity-card-image {
  min-height: 126px;
  background:
    linear-gradient(180deg, rgba(15, 31, 61, 0), rgba(15, 31, 61, 0.22)),
    linear-gradient(135deg, rgba(40, 119, 184, 0.16), rgba(158, 62, 45, 0.2));
}

.opportunity-image-hackathons {
  background:
    linear-gradient(180deg, rgba(15, 31, 61, 0), rgba(15, 31, 61, 0.24)),
    url("assets/catalog-photos/boston.webp?v=20260919-catalog-photos") center / cover;
}

.opportunity-image-policy {
  background:
    linear-gradient(180deg, rgba(15, 31, 61, 0), rgba(15, 31, 61, 0.22)),
    url("assets/catalog-photos/basel-stadt.webp?v=20260919-catalog-photos") center / cover;
}

.opportunity-image-business {
  background:
    linear-gradient(180deg, rgba(15, 31, 61, 0), rgba(15, 31, 61, 0.24)),
    url("assets/catalog-photos/argentina.webp?v=20260919-catalog-photos") center / cover;
}

.opportunity-image-agents {
  background:
    radial-gradient(circle at 75% 28%, rgba(255, 252, 246, 0.72), transparent 18%),
    linear-gradient(135deg, rgba(15, 31, 61, 0.9), rgba(40, 119, 184, 0.7));
}

.opportunity-image-education {
  background:
    linear-gradient(180deg, rgba(15, 31, 61, 0), rgba(15, 31, 61, 0.2)),
    url("assets/catalog-photos/croatia.webp?v=20260919-catalog-photos") center / cover;
}

.opportunity-image-products {
  background:
    radial-gradient(circle at 70% 38%, rgba(255, 252, 246, 0.72), transparent 18%),
    linear-gradient(135deg, rgba(15, 31, 61, 0.88), rgba(47, 154, 87, 0.6));
}

.opportunity-card h3 {
  margin: 20px 20px 0;
  color: #151515;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.opportunity-card p {
  margin: 10px 20px 0;
  color: #595f67;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  line-height: 1.45;
}

.provider-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: start;
}

.provider-copy {
  display: grid;
  gap: 24px;
  min-width: 0;
  position: sticky;
  top: 112px;
}

.provider-label {
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: none;
}

.provider-label::after {
  content: "";
  width: clamp(52px, 8vw, 124px);
  height: 1px;
  background: color-mix(in srgb, var(--accent) 62%, transparent);
}

.provider-copy h2 {
  max-width: 760px;
  color: #151515;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.85rem, 2.45vw, 2.75rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: uppercase;
}

.provider-copy > p:not(.section-label):not(.provider-commercial-note) {
  max-width: 720px;
  color: #595f67;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 1.55vw, 1.7rem);
  line-height: 1.28;
}

.provider-commercial-note {
  display: grid;
  max-width: 700px;
  min-height: 92px;
  align-items: center;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 5%, rgba(255, 252, 246, 0.82));
  padding: 18px 24px;
  color: #0f1f3d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.12vw, 1.2rem);
  line-height: 1.38;
  box-shadow: 0 16px 42px rgba(61, 48, 34, 0.05);
}

.provider-service-list {
  display: grid;
  gap: 14px;
}

.provider-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) minmax(104px, 0.18fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
  min-height: 104px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.78);
  padding: 20px 24px;
  box-shadow: 0 14px 34px rgba(61, 48, 34, 0.05);
}

.provider-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 8%, #fffaf2);
}

.provider-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: var(--accent);
  -webkit-mask: var(--provider-icon) center / contain no-repeat;
  mask: var(--provider-icon) center / contain no-repeat;
}

.provider-icon-assessment {
  --provider-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 19V9M12 19V5M18 19v-8' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.provider-icon-analysis {
  --provider-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='9' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='16' cy='9' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 20c.7-3 2.4-5 5-5M20 20c-.7-3-2.4-5-5-5M9 20c.6-2.4 1.8-4 3-4s2.4 1.6 3 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.provider-icon-hackathon {
  --provider-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 18h6M10 22h4M8 14a6 6 0 1 1 8 0c-1.1.9-1.5 1.9-1.5 3h-5c0-1.1-.4-2.1-1.5-3Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 8H2M22 8h-2M6 3 4.8 1.8M19.2 1.8 18 3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.provider-icon-portfolio {
  --provider-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cellipse cx='12' cy='5' rx='7' ry='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M5 5v14c0 1.7 3.1 3 7 3s7-1.3 7-3V5M5 12c0 1.7 3.1 3 7 3s7-1.3 7-3' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.provider-icon-partnership {
  --provider-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='5' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='5' cy='19' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='19' cy='19' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M10.5 7.6 6.5 16M13.5 7.6l4 8.4M8 19h8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.provider-card h3 {
  margin: 0;
  color: #151515;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.25vw, 1.45rem);
  font-weight: 950;
  line-height: 1.05;
  text-transform: none;
}

.provider-card p {
  margin: 5px 0 0;
  color: #595f67;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  line-height: 1.3;
}

.provider-card .commercial-tag {
  margin: 0 0 6px;
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.provider-card .pricing-note {
  color: #0f1f3d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.provider-card a {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-left: 1px solid rgba(23, 23, 23, 0.18);
  color: var(--accent-dark);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.provider-card a:hover,
.provider-card a:focus-visible {
  color: var(--accent);
}

.opportunity-cta {
  display: grid;
  gap: 16px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255, 252, 246, 0.96), rgba(255, 252, 246, 0.58)),
    url("assets/global-catalog-map.webp?v=20260919-abu-dhabi-map") right center / cover no-repeat;
  padding: clamp(34px, 5vw, 58px);
}

.opportunity-cta h2 {
  color: #151515;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.85rem, 2.45vw, 2.75rem);
  font-weight: 950;
  line-height: 1.02;
  text-transform: uppercase;
}

.opportunity-cta p:not(.section-label) {
  max-width: 720px;
  color: #595f67;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.03rem, 1.22vw, 1.24rem);
  line-height: 1.42;
}

.opportunity-cta .button {
  width: fit-content;
  min-width: 210px;
}

@media (max-width: 1180px) {
  .opportunity-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .opportunity-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .provider-showcase {
    grid-template-columns: 1fr;
  }

  .provider-copy {
    position: static;
  }

}

@media (max-width: 760px) {
  .opportunity-hero {
    width: min(100% - 30px, 1460px);
    padding-top: 36px;
  }

  .opportunity-proof,
  .opportunity-card-grid {
    grid-template-columns: 1fr;
  }

  .provider-showcase {
    gap: 28px;
  }

  .provider-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .provider-icon {
    width: 54px;
    height: 54px;
  }

  .provider-icon::before {
    width: 24px;
    height: 24px;
  }

  .provider-card a {
    grid-column: 2;
    justify-self: start;
    min-height: auto;
    border-left: 0;
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
  }

  .opportunity-map-wrap {
    min-height: 360px;
  }

  .opportunity-map-card {
    left: 18px;
    right: 18px;
    bottom: 58px;
    max-width: none;
  }

  .opportunity-map-caption {
    left: 18px;
    right: 18px;
    letter-spacing: 0.18em;
  }
}
