/* =============================================
   COLOR OVERRIDE — Electric Orange
   ============================================= */
:root {
  --color-accent: #ff5c00;
  --color-accent-dark: #cc4900;
  --color-accent-light: #ff7a2e;
}

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

.num-badge {
  width: auto;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  flex-shrink: 0;
}

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

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

/* =============================================
   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;
  position: static;
}

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

.navbar__cta {
  height: auto;
  width: auto;
  color: #ffffff;
  font-size: 12px;
  border: none;
  background-color: #ff5c00;
  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;
}

.navbar__item {
  position: relative;
}

.navbar__hamburger {
  display: none;
}

/* DROPDOWN — desktop */
.navbar__dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: max-content;
  min-width: 280px;
  background: rgba(20, 20, 20, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  z-index: 9999;
}

.navbar__dropdown--active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.navbar__dropdown-label {
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
}

.navbar__dropdown-btn {
  background: #ffffff;
  color: #111111;
  font-size: 12px;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.navbar__dropdown-btn:hover {
  background: #ff5c00;
  color: #ffffff;
}

.navbar__dropdown--vertical {
  flex-direction: column;
  align-items: stretch;
  min-width: 240px;
  padding: 8px 0;
}

.navbar__dropdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.navbar__dropdown-row:hover {
  background: rgba(255, 255, 255, 0.06);
}

.navbar__dropdown-row .navbar__dropdown-label {
  color: #000000;
}

.navbar__dropdown-arrow {
  color: #eeeeee;
  opacity: 0.5;
  font-size: 13px;
}

.navbar__dropdown-img {
  display: none !important;
}

/* =============================================
   HERO
   ============================================= */

.hero {
  height: 100vh;
  width: 100%;
  position: relative;
  background-image: url("../assets/images/hero-images/Home.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 40px;
  padding-bottom: 100px;
  padding-right: 40px;
}

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

.hero__title {
  width: 50%;
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

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

.hero__sub {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  line-height: 29px;
  margin-bottom: 12px;
}

.hero__cta {
  height: auto;
  width: auto;
  color: #ffffff;
  font-size: 12px;
  border: none;
  background-color: #ff5c00;
  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;
}

/* =============================================
   WHAT WE DO — INTRO
   ============================================= */

.what-intro {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  gap: 48px;
  background-color: #111111;
}

.what__title {
  font-size: 64px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

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

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

.icon {
  height: 24px;
  width: 24px;
}

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

.subtitle {
  width: 60%;
  font-size: 24px;
  color: #aaaaaa;
  line-height: 29px;
  margin-bottom: 12px;
}

/* =============================================
   WHAT WE DO — SERVICIOS (01/02/03)
   ============================================= */

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

.service-card {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
}

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

/* ── FIX SAFARI: imágenes de servicio con altura explícita ── */
.service-card__img-1,
.service-card__img-2,
.service-card__img-3 {
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.service-card__img-1 {
  background-image: url("../assets/images/homepage-images/01.jpeg");
}

.service-card__img-2 {
  background-image: url("../assets/images/homepage-images/02.jpeg");
}

.service-card__img-3 {
  background-image: url("../assets/images/homepage-images/03.jpeg");
}

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

.service-card__title {
  font-size: 24px;
  color: #ffffff;
}

.service-card__text {
  font-size: 16px;
  color: #aaaaaa;
}

/* =============================================
   CHANGING LANDSCAPE
   ============================================= */

.landscape {
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-image: url("../assets/images/homepage-images/section-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
}

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

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

.landscapte__subtitle1 {
  width: 50%;
  font-size: 16px;
  color: #ffffff;
}

.div-landscape__info2 {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.landscapte__title2 {
  width: 50%;
  font-size: 24px;
  color: #ffffff;
}

/* =============================================
   OUR APPROACH
   ============================================= */

.approach {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
  background-color: #141414;
  /* FIX SAFARI: quitamos height fija para que no recorte la imagen */
  min-height: 700px;
  height: auto;
}

.approach__left {
  /* FIX SAFARI: flex-shrink 0 + ancho fijo para que la imagen no aplaste el texto */
  flex: 1 1 auto;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}

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

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

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

/* FIX SAFARI: imagen con dimensiones explícitas, sin fit-content */
.approach__image {
  display: block;
  flex-shrink: 0;
  width: auto;
  max-width: 45%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

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

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

.cards__top,
.cards__bottom {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.card__individual {
  height: 100px;
  width: 350px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #1e1e1e;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 14px;
}

.card__title {
  font-size: 16px;
  color: #ffffff;
}

.card__subtitle {
  font-size: 12px;
  color: #aaaaaa;
}

/* =============================================
   WHY US
   ============================================= */

.why-us {
  height: 700px;
  width: 100%;
  padding: 40px;
  background-image: url("../assets/images/homepage-images/Section-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 48px;
}

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

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

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

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

.chip-row {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.chip {
  height: auto;
  font-size: 16px;
  width: auto;
  border: 1px solid #ffffff;
  border-radius: 25px;
  padding: 8px 14px;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
}

/* =============================================
   VISION & MISSION
   ============================================= */

.vision-mission {
  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: 200px;
  background-color: #1a1a1a;
}

.vision-mission__info {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.vision-mission__icon {
  height: 24px;
  width: 24px;
}

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

.vision-mission__Card {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 24px;
}

.vision__title {
  width: 24px;
  font-size: 16px;
  color: #ffffff;
}

/* FIX SAFARI: reemplazamos height: fit-content por height: auto con dimensiones explícitas */
.vision__img {
  display: block;
  width: 350px;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

.vision__subtitle {
  width: 30%;
  font-size: 16px;
  color: #aaaaaa;
}

/* =============================================
   IMAGE
   ============================================= */

.image-rest {
  height: 700px;
  width: 100%;
  background-image: url("../assets/images/homepage-images/Section-4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =============================================
   WHO WE WORK WITH
   ============================================= */

.partners {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 40px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-top: 100px;
  background-color: #141414;
  /* FIX SAFARI: quitamos height fija para que la imagen no quede recortada */
  min-height: 700px;
  height: auto;
}

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

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

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

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

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

.partners__chip-row {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.partners__chip {
  height: auto;
  font-size: 16px;
  width: auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  padding: 8px 14px;
  color: #cccccc;
  background-color: transparent;
  text-align: center;
}

/* FIX SAFARI: imagen con dimensiones explícitas, sin fit-content */
.partners__image {
  display: block;
  flex-shrink: 0;
  width: auto;
  max-width: 45%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

/* =============================================
   IMAGE
   ============================================= */

.image-rest-2 {
  height: 700px;
  width: 100%;
  background-image: url("../assets/images/homepage-images/section-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

.cta-banner {
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  background-color: #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: #ffffff;
  padding: 8px 16px;
  background-color: #ff5c00;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
}

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

.cta__2 {
  font-size: 16px;
  color: white;
  padding: 8px 16px;
  background-color: #cc4900;
  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.08);
  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-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");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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: #ffffff;
  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__contact {
  margin-bottom: 20px;
}

.footer__contact-label {
  font-size: 14px;
  font-weight: bold;
  color: #ff5c00;
  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 {
  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.45);
  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: #555555;
}

.footer__sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
  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.45);
  text-decoration: none;
  transition: color 0.2s ease;
}

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

/* =============================================
   RESPONSIVE — TABLET (≤ 1024px)
   ============================================= */

@media (max-width: 1024px) {
  .navbar__links {
    gap: 12px;
    padding: 10px 8px;
  }

  .hero {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 60px;
  }

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

  .hero__title {
    width: 100%;
    font-size: 44px;
  }

  .hero__info {
    width: 100%;
  }

  .hero__sub {
    font-size: 18px;
  }

  .what-intro {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 32px;
  }

  .what__title {
    font-size: 44px;
  }

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

  .subtitle {
    width: 100%;
    font-size: 18px;
  }

  .services {
    flex-direction: column;
    padding: 60px 24px;
    gap: 16px;
  }

  .service-card__img-1,
  .service-card__img-2,
  .service-card__img-3 {
    width: 100%;
    height: 220px;
  }

  .landscape {
    height: auto;
    padding: 60px 24px;
  }

  .landscapte__subtitle1,
  .landscapte__title2 {
    width: 100%;
  }

  .approach {
    min-height: auto;
    height: auto;
    flex-direction: column;
    padding: 60px 24px;
    gap: 40px;
  }

  .approach__left {
    min-height: auto;
  }

  /* FIX SAFARI tablet: imagen a ancho completo con height auto */
  .approach__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }

  .approach__subtitle {
    width: 100%;
    font-size: 18px;
    margin-bottom: 48px;
  }

  .card__individual {
    width: 100%;
    height: auto;
  }

  .why-us {
    height: auto;
    padding: 60px 24px;
  }

  .why-us__subtitle {
    width: 100%;
    font-size: 18px;
  }

  .chip-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .vision-mission {
    padding: 60px 24px;
    gap: 60px;
  }

  .vision-mission__title {
    font-size: 36px;
  }

  .vision-mission__Card {
    flex-direction: column;
    gap: 24px;
  }

  /* FIX SAFARI tablet: imagen a ancho completo */
  .vision__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .vision__subtitle {
    width: 100%;
  }

  .image-rest,
  .image-rest-2 {
    height: 400px;
  }

  .partners {
    min-height: auto;
    height: auto;
    flex-direction: column;
    padding: 60px 24px;
    gap: 32px;
  }

  /* FIX SAFARI tablet: imagen a ancho completo */
  .partners__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }

  .partners__subtitle {
    width: 100%;
    font-size: 18px;
  }

  .partners__chip-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .cta__title {
    width: 80%;
    font-size: 36px;
  }

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

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

  .footer-split__left {
    width: 100%;
    padding: 40px 24px;
  }

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

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

  .footer__title {
    font-size: 32px;
  }

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

/* =============================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================= */

@media (max-width: 768px) {
  .navbar {
    height: 70px;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.6);
  }

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

  .navbar__links {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #111111;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 20px;
    gap: 0;
    overflow-y: auto;
    z-index: 9998;
  }

  .navbar__links--open {
    display: flex;
  }

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

  .navbar__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar__link {
    display: block;
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 16px;
    padding: 16px 0;
    text-decoration: none;
  }

  .navbar__link--active {
    color: #ff5c00;
  }

  .navbar__dropdown {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.04);
    padding: 0 0 8px 16px;
    width: 100%;
    min-width: unset;
    display: none !important;
  }

  .navbar__dropdown--active {
    display: flex !important;
    pointer-events: all;
    transform: none !important;
  }

  .navbar__dropdown-label {
    color: #aaaaaa;
    font-size: 14px;
  }

  .navbar__dropdown-arrow {
    color: #aaaaaa;
  }

  .navbar__dropdown-row {
    padding: 10px 8px;
  }

  .navbar__cta {
    display: none;
  }

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

  .navbar__hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.25s 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 {
    padding: 0 20px 48px;
    align-items: flex-end;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__sub {
    font-size: 15px;
    line-height: 1.6;
  }

  .what-intro {
    padding: 60px 20px 0;
    gap: 24px;
  }

  .what__title {
    font-size: 32px;
  }

  .title {
    font-size: 18px;
  }

  .subtitle {
    font-size: 15px;
    width: 100%;
  }

  .services {
    padding: 40px 20px;
  }

  .service-card__title {
    font-size: 18px;
  }

  .service-card__text {
    font-size: 14px;
  }

  /* FIX SAFARI mobile: altura explícita para divs con background-image */
  .service-card__img-1,
  .service-card__img-2,
  .service-card__img-3 {
    height: 200px;
    width: 100%;
  }

  .landscape {
    padding: 48px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 48px;
  }

  .landscapte__title1,
  .landscapte__title2 {
    font-size: 18px;
  }

  .landscapte__subtitle1 {
    font-size: 14px;
  }

  .approach {
    padding: 48px 20px;
  }

  .approach__title {
    font-size: 32px;
  }

  .approach__subtitle {
    font-size: 15px;
  }

  /* FIX SAFARI mobile: imagen a ancho completo con altura proporcional */
  .approach__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 300px;
  }

  .cards__top,
  .cards__bottom {
    flex-direction: column;
  }

  .why-us {
    padding: 48px 20px;
    gap: 32px;
  }

  .why-us__title {
    font-size: 32px;
  }

  .why-us__subtitle {
    font-size: 15px;
  }

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

  .vision-mission {
    padding: 48px 20px;
    gap: 48px;
  }

  .vision-mission__title {
    font-size: 28px;
  }

  /* FIX SAFARI mobile: imagen a ancho completo */
  .vision__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .image-rest,
  .image-rest-2 {
    height: 250px;
  }

  .partners {
    padding: 48px 20px;
  }

  .partners__title {
    font-size: 32px;
  }

  .partners__subtitle {
    font-size: 15px;
  }

  /* FIX SAFARI mobile: imagen a ancho completo */
  .partners__image {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    max-height: auto;
  }

  .partners__chip {
    font-size: 13px;
    height: auto;
    padding: 6px 12px;
  }

  .cta-banner {
    padding: 48px 20px;
    gap: 16px;
  }

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

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

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

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

  .footer-split__right {
    height: 220px;
  }

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

  .footer__title {
    font-size: 24px;
  }

  .footer__desc {
    font-size: 14px;
  }

  .footer__nav {
    gap: 24px;
  }

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

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-size: 14px;
  font-weight: 400;
  color: #ffffff;

  text-decoration: none;

  padding-bottom: 6px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.25);

  transition: all 0.2s ease;
  width: fit-content;
}

.section-link:hover {
  color: var(--color-accent);
  border-bottom-color: var(--color-accent);
  transform: translateX(4px);
}

/* =============================================
   SOLUTIONS PREVIEW — FULL STYLING
   ============================================= */

.solutions-preview {
  padding: 100px 40px;
  background-color: #111111;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* HEADER */

.solutions-preview__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
}

.solutions-preview__tag {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.solutions-preview__header h2 {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

.solutions-preview__header p {
  font-size: 18px;
  color: #aaaaaa;
  line-height: 1.6;
  width: 80%;
}

/* GRID */

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

/* CARD */

.solution-card {
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.solution-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 92, 0, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* número */
.solution-card span {
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 500;
}

/* título */
.solution-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
}

/* texto */
.solution-card p {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 1.6;
}

/* detalle superior animado */
.solution-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

.solution-card:hover::after {
  width: 100%;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .solutions-preview__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-preview__header h2 {
    font-size: 36px;
  }

  .solutions-preview__header p {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .solutions-preview {
    padding: 60px 20px;
  }

  .solutions-preview__grid {
    grid-template-columns: 1fr;
  }

  .solutions-preview__header h2 {
    font-size: 28px;
  }

  .solutions-preview__header p {
    font-size: 14px;
  }
}

/* =============================================
   FEATURED PROJECT
   ============================================= */

.featured-project {
  padding: 100px 40px;
  background-color: #111111;
  display: flex;
  justify-content: center;
}

.featured-project__content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* TAG */

.featured-project__tag {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

/* TITLE */

.featured-project h2 {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

/* DESCRIPTION */

.featured-project p {
  font-size: 18px;
  color: #aaaaaa;
  line-height: 1.6;
  width: 70%;
}

/* STATS */

.featured-project__stats {
  display: flex;
  gap: 60px;
  margin-top: 20px;
}

.featured-project__stats div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.featured-project__stats strong {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.featured-project__stats span {
  font-size: 14px;
  color: #aaaaaa;
}

/* CTA */

.featured-project a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 20px;

  font-size: 14px;
  color: #ffffff;
  text-decoration: none;

  border-bottom: 1px solid rgba(255, 255, 255, 0.25);

  width: fit-content;

  transition: all 0.2s ease;
}

.featured-project a:hover {
  color: var(--color-accent);
  border-bottom-color: var(--color-accent);
  transform: translateX(4px);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .featured-project {
    padding: 80px 24px;
  }

  .featured-project h2 {
    font-size: 36px;
  }

  .featured-project p {
    width: 100%;
    font-size: 16px;
  }

  .featured-project__stats {
    gap: 40px;
  }

  .featured-project__stats strong {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .featured-project {
    padding: 60px 20px;
  }

  .featured-project h2 {
    font-size: 28px;
  }

  .featured-project p {
    font-size: 14px;
  }

  .featured-project__stats {
    flex-direction: column;
    gap: 20px;
  }

  .featured-project__stats strong {
    font-size: 24px;
  }
}

/* =============================================
   INSIGHTS PREVIEW
   ============================================= */

.insights-preview {
  padding: 100px 40px;
  background-color: #141414;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* HEADER BLOQUE */

.insights-preview > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
}

.insights-preview > div:first-child p:first-child {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.insights-preview h2 {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

.insights-preview > div:first-child p:last-child {
  font-size: 18px;
  color: #aaaaaa;
  line-height: 1.6;
  width: 80%;
}

/* CARDS GRID */

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

/* CARD */

.insights-preview__cards > div {
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.25s ease;
  position: relative;
}

/* hover premium */
.insights-preview__cards > div:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 92, 0, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* top accent line */
.insights-preview__cards > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

.insights-preview__cards > div:hover::before {
  width: 100%;
}

/* TITLE */

.insights-preview__cards h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

/* TEXT */

.insights-preview__cards p {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 1.6;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .insights-preview {
    padding: 80px 24px;
  }

  .insights-preview h2 {
    font-size: 36px;
  }

  .insights-preview > div:first-child p:last-child {
    width: 100%;
    font-size: 16px;
  }

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

@media (max-width: 768px) {
  .insights-preview {
    padding: 60px 20px;
    gap: 40px;
  }

  .insights-preview h2 {
    font-size: 28px;
  }

  .insights-preview > div:first-child p:last-child {
    font-size: 14px;
  }

  .insights-preview__cards {
    grid-template-columns: 1fr;
  }
}

.markets-preview {
  padding: 100px 40px;
  background: #141414;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.markets-preview__header {
  max-width: 900px;
}

.markets-preview__tag {
  color: #ff5c00;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.markets-preview__header h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin: 16px 0;
}

.markets-preview__header p {
  color: #aaa;
  font-size: 18px;
  line-height: 1.7;
}

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

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

.market-card h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

.market-card p {
  color: #aaa;
  line-height: 1.6;
}

.esg-preview {
  padding: 100px 40px;
  background: #111111;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.esg-preview__left {
  flex: 1;
}

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

.esg-preview__left p {
  color: #aaa;
  font-size: 18px;
  line-height: 1.7;
}

.esg-preview__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.esg-item {
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
}

.esg-item span {
  color: #ff5c00;
  font-size: 14px;
}

.esg-item h3 {
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
}

.metrics {
  padding: 100px 40px;
  background: #1a1a1a;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.metric {
  text-align: center;
}

.metric h2 {
  font-size: 64px;
  color: #ff5c00;
  margin-bottom: 10px;
}

.metric p {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .markets-preview,
  .esg-preview,
  .metrics {
    padding: 60px 20px;
  }

  .markets-preview__header h2,
  .esg-preview__left h2 {
    font-size: 32px;
  }

  .markets-preview__grid {
    grid-template-columns: 1fr;
  }

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

  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .metric h2 {
    font-size: 42px;
  }
}
