/* =============================================
   OM ENERGY — MARKETS
   ============================================= */

:root {
  --color-accent: #ff5c00;
  --color-accent-dark: #cc4900;
  --color-accent-light: #ff7a2e;
}

/* ---- UTILIDADES ---- */

.wf-img {
  background: #d8d8d8;
  border: 1.5px dashed #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 12px;
}

.btn-wf {
  display: inline-block;
  border: 1.5px solid #999;
  padding: 7px 16px;
  border-radius: 4px;
  font-size: 11px;
  color: #888;
  margin-right: 8px;
  margin-top: 8px;
  cursor: pointer;
  text-decoration: none;
}

.chip {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 10px;
  color: #888;
  margin-right: 6px;
  margin-top: 6px;
}

.h1 {
  font-size: 26px;
  font-weight: 500;
  color: #eee;
  line-height: 1.25;
  margin-bottom: 8px;
}
.h2 {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.3;
}
.h3 {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  margin-bottom: 4px;
}
.h3-light {
  font-size: 13px;
  font-weight: 500;
  color: #ddd;
  margin-bottom: 4px;
}
.body-txt {
  font-size: 12px;
  color: #aaa;
  line-height: 1.7;
}
.body-txt-light {
  font-size: 12px;
  color: #bbb;
  line-height: 1.7;
}
.label {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

/* =============================================
   WRAPPER
   ============================================= */

.page-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0;
  background: #111111;
}

/* =============================================
   NAVBAR
   ============================================= */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  padding: 12px 24px;
  background: transparent;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar__logo {
  width: 100px;
  height: 80px;
  background-image: url("../assets/images/logos/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 18px;
}

.navbar__link {
  height: 10px;
  border-radius: 2px;
}

.navbar__cta {
  height: auto;
  width: auto;
  color: #ffffff;
  font-size: 12px;
  border: none;
  background-color: var(--color-accent);
  padding-left: 16px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-top: 8px;
  transition: all 0.2s ease;
}

.navbar__cta:hover {
  background-color: #ffffff;
  color: #000000;
}

/* =============================================
   HERO
   — Safari fix: evitar que -webkit-fill-available
     deforme el background. Se usa min-height con
     fallback y background-attachment: scroll
     (Safari no soporta fixed en elementos internos).
   ============================================= */

.hero {
  height: 100vh;
  /* fallback para Safari iOS que no respeta 100vh correctamente */
  min-height: -webkit-fill-available;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/hero-images/Markets.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* Safari no soporta background-attachment: fixed en móvil/iOS,
     lo dejamos en scroll para evitar distorsión */
  background-attachment: scroll;
  /* Fuerza al motor WebKit a crear su propio contexto de composición */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
}

.hero__bottom {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hero__title {
  font-size: 48px;
  color: #ffffff;
}

.hero__right {
  height: auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.hero__data {
  height: auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
}

.data__title {
  font-size: 48px;
  color: rgb(255, 255, 255);
}

.data__subtitle {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.hero__cta {
  height: auto;
  width: auto;
  color: #ffffff;
  font-size: 12px;
  border: none;
  background-color: var(--color-accent);
  padding-left: 16px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-top: 8px;
  transition: all 0.2s ease;
}

.hero__cta:hover {
  background-color: #ffffff;
  color: #000000;
}

/* =============================================
   OUR MARKETS
   ============================================= */

.our-markets {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 100px;
  padding-left: 40px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
  background: #1a1a1a;
}

.our-markets__info {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.our-markets__title-icon {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.our-markets__icon {
  height: 24px;
  width: 24px;
}

.our-markets__title {
  font-size: 24px;
  color: #ffffff;
}

.our-markets__subtitle {
  width: 50%;
  font-size: 24px;
  color: #aaaaaa;
}

.our-markets__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

.region-card {
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  transition: border-color 0.2s ease;
}

.region-card:hover {
  border-color: rgba(255, 92, 0, 0.3);
}

.region-card__tag {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 16px;
  color: var(--color-accent);
}

/* =============================================
   MAP IMAGES
   — Safari fix: width explícito en 100% para que
     no use el ancho intrínseco de la imagen de fondo
     y deforme el aspect ratio. Se agrega
     -webkit-background-size como prefijo legacy.
   ============================================= */

.africa__map {
  height: 300px;
  width: 100%;
  background-image: url("../assets/images/markets-images/Our\ Markets-1.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.latin__map {
  height: 300px;
  width: 100%;
  background-image: url("../assets/images/markets-images/Our\ Markets-2.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.region-card__title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 24px;
  margin-top: 48px;
}

.region-card__body {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 1.6;
  margin-bottom: 16px;
}

.region-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
}

.region-chip {
  height: 36px;
  font-size: 16px;
  width: auto;
  border-radius: 25px;
  padding: 8px;
  color: var(--color-accent);
  background-color: transparent;
  border: 1px solid var(--color-accent);
  text-align: center;
}

/* =============================================
   IMAGE REST
   — Safari fix: igual que el hero, scroll +
     translateZ para forzar compositing layer.
   ============================================= */

.image-rest {
  height: 800px;
  width: 100%;
  background-image: url("../assets/images/markets-images/Section-1.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* Evita que Safari colapse la altura cuando el contenido es 0 */
  display: block;
  min-height: 800px;
}

/* =============================================
   WHY EMERGING MARKETS
   ============================================= */

.why-em {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 40px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
  gap: 100px;
  background: #111111;
}

.why-em__info {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.why-em__title {
  width: 30%;
  font-size: 48px;
  color: #ffffff;
}

.why-em__subtitle {
  width: 50%;
  font-size: 24px;
  color: #aaaaaa;
}

.why-em__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}

.why-card {
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  padding: 16px 14px;
  transition: border-color 0.2s ease;
}

.why-card:hover {
  border-color: rgba(255, 92, 0, 0.3);
}

.why-card__num {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 28px;
}

.why-card__title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.4;
}

.why-card__body {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 1.6;
}

/* =============================================
   MARKET INTELLIGENCE & OPPORTUNITIES
   ============================================= */

.intelligence {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 40px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
  gap: 100px;
  background: #141414;
}

.intelligence__info {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.intelligence__title {
  width: 30%;
  font-size: 48px;
  color: #ffffff;
}

.intelligence__subtitle {
  width: 50%;
  font-size: 24px;
  color: #aaaaaa;
}

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

.intel-card {
  height: 240px;
  width: 100%;
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  padding: 16px;
  transition: border-color 0.2s ease;
}

.intel-card:hover {
  border-color: rgba(255, 92, 0, 0.3);
}

.intel-card__icon {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 4px;
  margin-bottom: 14px;
}

.intel-card__title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}

.intel-card__body {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 1.6;
}

/* =============================================
   CTA BANNER
   ============================================= */

.cta-banner {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  background: #141414;
}

.cta__title {
  width: 40%;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
}

.cta__subtitle {
  width: 50%;
  font-size: 24px;
  color: #aaaaaa;
  text-align: center;
}

.ctas {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cta__1 {
  font-size: 16px;
  color: white;
  padding: 8px;
  background-color: var(--color-accent);
  text-align: center;
  transition: background-color 0.2s ease;
}

.cta__1:hover {
  background-color: var(--color-accent-dark);
}

.cta__2 {
  font-size: 16px;
  color: white;
  padding: 8px;
  background-color: var(--color-accent);
  text-align: center;
}

/* =============================================
   FOOTER SPLIT
   ============================================= */

.footer-split {
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-split__left {
  height: 100%;
  width: auto;
  background-color: #141414;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

/* =============================================
   FOOTER RIGHT — background image
   — Safari fix: igual que los demás,
     scroll + translateZ + -webkit-background-size
   ============================================= */

.footer-split__right {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  background-image: url("../assets/images/footer/footer-image.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding-bottom: 24px;
  padding-left: 40px;
}

.footer__info {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.footer-split__cta-title {
  font-size: 48px;
  font-weight: 500;
  color: #ddd;
  margin-bottom: 6px;
}

.footer__title {
  font-size: 48px;
  color: #ffffff;
}

.footer__desc {
  font-size: 24px;
  line-height: 29px;
  color: #aaaaaa;
  margin-bottom: 24px;
}

.footer__nav {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__col-title {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.footer__links {
  font-size: 14px;
  color: #aaaaaa;
  list-style: none;
}

.footer__contact {
  margin-bottom: 20px;
}

.footer__contact-label {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.footer__contact-email {
  font-size: 14px;
  color: #aaaaaa;
  list-style: none;
  margin-bottom: 8px;
}

.footer__contact-note {
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 8px;
}

/* =============================================
   FOOTER — LEGAL LINKS
   ============================================= */

.footer__legal {
  margin-bottom: 20px;
}

.footer__legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer__legal-links li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__legal-links li a:hover {
  color: #ffffff;
}

.footer__bottom {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer__logo {
  height: 70px;
  width: auto;
}

.footer__copy {
  font-size: 10px;
  color: #aaaaaa;
}

.footer__sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #aaaaaa;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.footer__sitemap-links li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__sitemap-links li a:hover {
  color: #ffffff;
}

/* =============================================
   TABLET — max-width: 1024px
   ============================================= */
@media (max-width: 1024px) {
  .navbar {
    height: 70px;
    padding: 12px 24px;
  }

  .navbar__logo {
    width: 80px;
    height: 60px;
  }

  .navbar__links {
    gap: 12px;
  }

  .navbar__link {
    font-size: 13px;
  }

  .hero {
    padding: 40px 32px 80px;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__data {
    gap: 32px;
  }

  .data__title {
    font-size: 36px;
  }

  .data__subtitle {
    font-size: 14px;
  }

  .our-markets {
    padding: 80px 32px;
    gap: 60px;
  }

  .our-markets__title {
    font-size: 20px;
  }

  .our-markets__subtitle {
    width: 58%;
    font-size: 18px;
  }

  .our-markets__cards {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .africa__map,
  .latin__map {
    height: 220px;
    width: 100%;
  }

  .region-card__title {
    font-size: 20px;
  }

  .region-card__body {
    font-size: 14px;
  }

  .region-chip {
    font-size: 13px;
    height: auto;
  }

  .why-em {
    padding: 80px 32px;
    gap: 60px;
  }

  .why-em__title {
    width: 35%;
    font-size: 38px;
  }

  .why-em__subtitle {
    width: 55%;
    font-size: 18px;
  }

  .why-em__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .why-card__num {
    font-size: 20px;
  }

  .why-card__title {
    font-size: 20px;
  }

  .why-card__body {
    font-size: 14px;
  }

  .intelligence {
    padding: 80px 32px;
    gap: 60px;
  }

  .intelligence__title {
    width: 35%;
    font-size: 38px;
  }

  .intelligence__subtitle {
    width: 55%;
    font-size: 18px;
  }

  .intel-card {
    height: auto;
  }

  .intel-card__title {
    font-size: 20px;
  }

  .intel-card__body {
    font-size: 14px;
  }

  .cta-banner {
    height: auto;
    padding: 80px 32px;
  }

  .cta__title {
    width: 60%;
    font-size: 38px;
  }

  .cta__subtitle {
    width: 65%;
    font-size: 18px;
  }

  .footer-split {
    height: auto;
    flex-direction: column;
  }

  .footer-split__left {
    width: 100%;
    padding: 48px 32px 32px;
  }

  .footer-split__right {
    width: 100%;
    height: 300px;
    padding: 32px;
  }

  .footer-split__cta-title {
    font-size: 36px;
  }

  .footer__title {
    font-size: 36px;
  }

  .footer__desc {
    font-size: 18px;
  }
}

/* =============================================
   MOBILE — max-width: 768px
   ============================================= */
@media (max-width: 768px) {
  .navbar {
    height: 64px;
    padding: 0 20px;
  }

  .navbar__logo {
    width: 70px;
    height: 54px;
  }

  .navbar__links {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 16px 0;
    overflow-y: auto;
    z-index: 9998;
  }

  .navbar__links--open {
    display: flex;
  }

  .navbar__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .navbar__link {
    display: block;
    padding: 16px 24px;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    height: auto;
  }

  .navbar__dropdown {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: all;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    display: none;
    background: rgba(0, 0, 0, 0.03);
    min-width: 0;
    width: 100%;
  }

  .navbar__dropdown--active {
    display: flex;
    transform: none;
  }

  .navbar__dropdown-row {
    padding: 12px 32px;
  }

  .navbar__cta {
    display: none;
  }

  .navbar__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
  }

  .navbar__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .navbar__hamburger--open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .navbar__hamburger--open span:nth-child(2) {
    opacity: 0;
  }
  .navbar__hamburger--open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* Hero en móvil Safari: reemplaza 100vh con svh si está disponible */
  .hero {
    height: 100vh;
    height: 100svh; /* unidad moderna que Safari 15.4+ sí respeta */
    min-height: -webkit-fill-available;
    padding: 100px 20px 60px;
  }

  .hero__bottom {
    flex-direction: column;
    gap: 32px;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__right {
    width: 100%;
  }

  .hero__data {
    gap: 24px;
    flex-wrap: wrap;
  }

  .data__title {
    font-size: 32px;
  }

  .data__subtitle {
    font-size: 13px;
  }

  .our-markets {
    padding: 60px 20px;
    gap: 40px;
  }

  .our-markets__info {
    flex-direction: column;
    gap: 16px;
  }

  .our-markets__subtitle {
    width: 100%;
    font-size: 16px;
  }

  .our-markets__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .africa__map,
  .latin__map {
    height: 300px;
    width: 100%;
  }

  .region-card__title {
    font-size: 20px;
    margin-top: 24px;
  }

  .region-card__body {
    font-size: 14px;
  }

  .region-chip {
    font-size: 13px;
    height: auto;
    padding: 6px 10px;
  }

  .image-rest {
    height: 300px;
    min-height: 300px;
  }

  .why-em {
    padding: 60px 20px;
    gap: 40px;
  }

  .why-em__info {
    flex-direction: column;
    gap: 16px;
  }

  .why-em__title {
    width: 100%;
    font-size: 32px;
  }

  .why-em__subtitle {
    width: 100%;
    font-size: 16px;
  }

  .why-em__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-card__num {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .why-card__title {
    font-size: 20px;
  }

  .why-card__body {
    font-size: 14px;
  }

  .intelligence {
    padding: 60px 20px;
    gap: 40px;
  }

  .intelligence__info {
    flex-direction: column;
    gap: 16px;
  }

  .intelligence__title {
    width: 100%;
    font-size: 32px;
  }

  .intelligence__subtitle {
    width: 100%;
    font-size: 16px;
  }

  .intelligence__cards {
    flex-direction: column;
    gap: 16px;
  }

  .intel-card {
    height: auto;
  }

  .intel-card__title {
    font-size: 20px;
  }

  .intel-card__body {
    font-size: 14px;
  }

  .cta-banner {
    height: auto;
    padding: 60px 20px;
  }

  .cta__title {
    width: 100%;
    font-size: 28px;
  }

  .cta__subtitle {
    width: 100%;
    font-size: 16px;
  }

  .ctas {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }

  .cta__1,
  .cta__2 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .footer-split {
    height: auto;
    flex-direction: column;
  }

  .footer-split__left {
    width: 100%;
    padding: 48px 20px 32px;
  }

  .footer-split__right {
    width: 100%;
    height: 250px;
    padding: 24px 20px;
  }

  .footer-split__cta-title {
    font-size: 28px;
  }

  .footer__title {
    font-size: 28px;
  }

  .footer__desc {
    font-size: 16px;
  }

  .footer__nav {
    gap: 24px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 48px;
  }

  .footer__legal-links {
    gap: 8px;
  }
}

.market-framework {
  padding: 100px 40px;
  background: #111;
}

.market-framework__header {
  max-width: 900px;
  margin-bottom: 60px;
}

.market-framework__header h2 {
  color: #fff;
  font-size: 48px;
  margin: 16px 0;
}

.market-framework__header p {
  color: #aaa;
  line-height: 1.7;
}

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

.framework-card {
  background: #1e1e1e;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.framework-card h3 {
  color: #fff;
  margin-bottom: 12px;
}

.framework-card p {
  color: #aaa;
}

.regional-opportunities {
  padding: 100px 40px;
  background: #151515;
}

.regional-opportunities__header {
  margin-bottom: 50px;
}

.regional-opportunities__header h2 {
  color: #fff;
  font-size: 48px;
}

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

.opportunity-card {
  background: #1f1f1f;
  padding: 30px;
}

.opportunity-card h3 {
  color: #fff;
  margin-bottom: 20px;
}

.opportunity-card ul {
  color: #aaa;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.investment-criteria {
  padding: 100px 40px;
  background: #111;
  text-align: center;
}

.investment-criteria h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 50px;
}

.criteria-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.criteria-list div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
  color: #fff;
}

@media (max-width: 768px) {
  .market-framework,
  .regional-opportunities,
  .investment-criteria {
    padding: 60px 20px;
  }

  .market-framework__header h2,
  .regional-opportunities__header h2,
  .investment-criteria h2 {
    font-size: 32px;
  }

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