
    main.content {
        flex-grow: 1;
        font-family: 'Poppins', sans-serif;
    }

  /* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
    position: relative;
    height: 98vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.hero-section .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-section .video-background iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.wj-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: white; */
    z-index: 2;
    background: linear-gradient(90deg, #2273FF 0%, #00B1E0 100%);
    text-align: center;
    padding: 90px 20px;
    color: #ffffff;
}

  .hero-content {
      position: relative;
      z-index: 3;
      animation: fadeInUp 1s ease;
            margin-bottom: 3.125rem;

  }

    .hero-content  .main-title{
        font-size: 3.25rem; /* ~52px */
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin-bottom: 0.75rem;
        text-shadow: 0 0 10px #FFFFFF, 0px 9px 20px #000000;
                letter-spacing: -0.03125rem;
    }

    .hero-content h2 {
        font-size: 1.5rem; /* 24px */
        font-weight: 500;
        margin-bottom: 2.5rem;
        text-shadow: 0 0 10px #FFFFFF, 0px 9px 20px #000000;
        letter-spacing: -0.0125rem;
    }

    .hero-content .hero-quote {
        font-size: 1.375rem; /* 22px */
        color: #f0f0f0;
        margin-bottom: 0.75rem;
        font-style: italic;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        text-shadow: 0 0 10px #FFFFFF, 0px 9px 20px #000000;
    }

    .hero-content .author {
        font-size: 1rem; /* 16px */
        color: #e0e0e0;
        font-weight: 400;
        margin-right: 1.875rem;
    }

    .hero-content .quote {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      width: auto;
      text-shadow: 0 0 10px #FFFFFF, 0px 9px 20px #000000;
    }

    .hero-content .btn-advantages {
        border: none;
        display: inline-flex;
        align-items: center;
        gap: .375rem;
        padding: 0.75rem 1.125rem;
        margin-top: 3.75rem;
        background: #1e65d8;
        color: #fff;
        border-radius: 1.2rem;
        font-weight: 600;
        font-size: 1.25rem;
        box-shadow: 0 .375rem .75rem rgba(30,101,216,.22);
        transition: transform .2s ease, box-shadow .2s ease;

    }

    .wj-title {
        font-size: 3.25rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin-bottom: 0.75rem;
        letter-spacing: -0.03125rem;
    }

.hero-content .hero-description {
    font-size: 1.25rem; /* 20px */
    margin-bottom: 2rem;
    opacity: 0.9;
    font-weight: 400;
    max-width: 1000px;
}

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    font-weight: 300;
}

.wj-hero {
    position: relative;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.wj-hero .video-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

.wj-hero .video-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.6);
}

.wj-hero .hero-content {
    position: relative;
    z-index: 3;
    display: inline-block;
}

.btn-primary {
    display: inline-block;
    padding: 0.9375rem 2.1875rem;
    background: #005DBC;
    color: white;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
    transform: translateY(-0.1875rem);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.3);
    background: #32c8ff;
}

/* ========================================
   INCENTIVES HERO (full-bleed)
   ======================================== */
.incentives-hero {
    position: relative;
    width: 100%;
    height: 28.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.incentives-hero .video-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.incentives-hero .video-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.65);
}

.incentives-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
    z-index: 2;
}

.incentives-hero .hero-content {
    position: relative;
    z-index: 3;
}

/* ========================================
   INDICATORS SECTION
   ======================================== */
  .indicators-section {
      background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 48%, #0ea5e9 100%);
      padding: 3.125rem 0;
  }

  .invest-box {
      background: #ffffff;
      border-radius: 1.6rem;
      box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,.08);
      padding: 2.375rem 1.875rem;
      margin-top: -8.75rem;
      position: relative;
      z-index: 5;
  }

  .hero-title {
      text-align: center;
      font-size: 1.875rem;
      font-weight: 600;
      color: #111827;
      letter-spacing: -0.0125rem;
      margin: 0 0 0.5rem;
  }

  .hero-subtitle {
      text-align: center;
      font-size: 1.125rem;
      color: #fff;
      margin: 0 auto 1.5rem;
      max-width: 56.25rem;
  }

  .invest-cards {
      display: grid;
      grid-template-columns: repeat(4, minmax(13.75rem,3fr));
      gap: 1.25rem;
      margin-bottom: 1.125rem;
  }

  .invest-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1.2rem;
    border: 1px solid #3b82f6;
    height: 9.375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1rem 0.875rem;
    -webkit-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.28);
box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.28);
  }

  .invest-card .card-label {
      display: block;
      font-size: 0.8125rem; /* fine tune */
      font-weight: 600;
      color: #6b7280;
  }

  .invest-card .card-value {
      display: block;
      font-size: 1.25rem;
      font-weight: 700;
      color: #111827;
      margin-bottom: .25rem;
  }

  .trend {
      display: inline-flex;
      align-items: center;
      gap: .3125rem;
      font-size: 0.78125rem;
      line-height: 1.2;
  }

  .trend svg {
      width: 0.8125rem;
      height: 0.8125rem;
  }

  .trend.up {
      color: #16a34a; /* verde */
      font-weight: 600;
  }

  .trend.descriptor {
      color: #6b7280;
      font-weight: 600;
  }
  .trend.up.descriptor { color: #16a34a; }

  .invest-cta { text-align: center; }

  .invest-cta-btn {
        display: inline-flex;
        align-items: center;
        gap: .375rem;
        padding: 0.625rem 0.9375rem;
        margin-top: 0.9375rem;
        background: #1e65d8;
        color: #fff;
        text-decoration: none;
        border-radius: 0.75rem;
        font-weight: 600;
        font-size: 0.84375rem;
        box-shadow: 0 .375rem .75rem rgba(30,101,216,.22);
        transition: transform .2s ease, box-shadow .2s ease;
  }

  .invest-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.75rem 1.375rem rgba(30,101,216,.3);
        background: #2563eb;
  }
  .invest-cta-btn svg { width: 0.875rem; height: 0.875rem; }

  /* ========================================
   BENEFITS (INCENTIVOS) SECTION
   ======================================== */
  .benefits-section {
      background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 48%, #0ea5e9 100%);
      padding: 2.5rem 0 3.75rem;
  }

  .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
  }
  .benefit-card {
      background: #ffffff;
      border-radius: 1.4rem;
      box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,.08);
      padding: 1.375rem;
  }
  .benefit-card h3 {
      font-size: 1rem;
      color: #1e65d8;
      margin-bottom: 0.6875rem;
      font-weight: 700;
  }
  .benefit-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.625rem;
      color: #111827;
      font-size: 0.875rem;
  }
  .benefit-list li {
      display: flex;
      align-items: center;
      gap: .5rem;
  }
  .benefit-list li svg {
      width: 0.875rem;
      height: 0.875rem;
      color: #1e65d8;
      flex-shrink: 0;
  }


  .container {
      max-width: 75rem;
      margin: 0 auto;

  }

.indicators-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
    gap: 1.875rem;
    margin-bottom: 3.125rem;
}

.indicator-card {
    background: white;
    border-radius: 1.25rem;
    padding: 2.1875rem 1.5625rem;
    text-align: center;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.indicator-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #4a90e2 0%, #32c8ff 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.indicator-card:hover::before {
    opacity: 1;
}

.indicator-card:hover {
    transform: translateY(-0.625rem);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
}

.indicator-card:hover .icon,
.indicator-card:hover h3,
.indicator-card:hover .value {
    position: relative;
    z-index: 1;
}

.indicator-card:hover h3,
.indicator-card:hover .value {
    color: white;
}

.indicator-card:hover .icon {
    background: rgba(255, 255, 255, 0.2);
}

.indicator-card:hover .icon svg {
    fill: white;
}

.indicator-card .icon {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0 auto 1.5625rem;
    background: linear-gradient(135deg, #4a90e2 0%, #3a7bd5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* ========================================
   LOCATION SECTION
   ======================================== */
.loc-section {
    background: #F2EFEF;
    padding: 3.75rem 0 3.125rem;
}

.loc-section h2 {
    font-weight: 600;
}

.loc-subtitle {
    text-align: center;
    font-size: 1.125rem;
    color: #6b7280;
    margin: -1.875rem auto 1.375rem;
    max-width: 56.25rem;
}

.loc-tabs {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    margin-bottom: 2.1875rem;
    flex-wrap: wrap;
}

.loc-tab {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #374151;
    padding: .5rem .875rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    cursor: default;
}

.loc-tab.active {
    background: #1e65d8;
    color: #ffffff;
    border-color: #1e65d8;
}

.loc-content {
    display: grid;
    grid-template-columns: 1fr 22.5rem;
    gap: 1.25rem;
    align-items: start;
}

.loc-map-embed {
    background: #fff;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, .08);
}

.loc-map-embed iframe {
    width: 100%;
    height: 34.6875rem;
    display: block;
}

.loc-side {
    background: #ffffff;
    border-radius: 1.2rem;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, .08);
    padding: 0.625rem;
}

.loc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.loc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    padding: 0.6875rem 0.75rem;
    font-size: 0.84375rem;
    color: #111827;
    cursor: pointer;
}

.loc-item .meta {
    color: #6b7280;
    font-size: 0.75rem;
}

.loc-action {
    display: block;
    text-align: center;
    background: #2b6be7;
    color: #ffffff;
    text-decoration: none;
    border-radius: .5rem;
    padding: 0.6875rem 0.75rem;
    font-weight: 600;
}

.loc-action:hover {
    background: #1e65d8;
}


.indicator-card .icon svg {
    width: 2.1875rem;
    height: 4em;
    fill: white;
    transition: all 0.3s ease;
}

.indicator-card h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.09375rem;
    color: #2c3e50;
    transition: color 0.3s ease;
}

  .indicator-card .value {
      margin: 0.5rem 0;
      font-size: 1.25rem;
      font-weight: 700;
      color: #111827;
      transition: color 0.3s ease;
  }

.view-all-link {
    display: block;
    text-align: center;
    color: #2196f3;
    text-decoration: none;
    font-size: 1rem;
    font-style: italic;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 0.125rem;
}

.view-all-link:hover {
    color: #1976d2;
}

.view-all-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.125rem;
    background: #1976d2;
    transition: width 0.3s ease;
}

.view-all-link:hover::after {
    width: 6.25rem;
}

/* ========================================
   SECTORS SECTION
   ======================================== */
.sectors-section {
    padding: 4.375rem 0;
    background: #FFFFFF;
}

.sectors-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.sector-card {
    background: #ffffff;
    border-radius: 1.4rem;
    box-shadow: 0 0.9375rem 2.1875rem rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.sector-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.12);
}

.sector-card-image img {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
    display: block;
}

.sector-card-body {
    padding: 1rem 1rem 1.25rem;
}

.sector-card-body h3 {
    font-size: 1.125rem;
    color: #111827;
    margin: 0 0 .5rem;
    font-weight: 700;
}

.sector-card-body p {
    font-size: 0.84375rem;
    color: #4b5563;
    margin: 0 0 0.75rem;
    line-height: 1.55;
}

.sector-card-link {
    color: #1e65d8;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
}


/* ========================================
   DEVELOPMENT HUB SECTION
   ======================================== */
.dev-section {
    background: #FFFFFF;
    padding: 1.25rem 0 2.5rem;
}

.dev-section h2 {
    font-weight: 600;
}


.dev-intro p {
    font-size: 1.25rem;
    line-height: 1.9;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1.875rem;
    text-align: justify;
}

.dev-link {
    color: #1e65d8;
    text-decoration: none;
    font-weight: 600;
}

.dev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.dev-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.dev-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.125rem 2.25rem rgba(0, 0, 0, 0.12);
}

.dev-card-image img {
    width: 100%;
    height: 11.25rem;
    object-fit: cover;
    display: block;
}

.dev-card-body {
    padding: 1rem 1rem 1.25rem;
}

.dev-card-body h3 {
    font-size: 1.125rem;
    color: #1f2937;
    margin: 0 0 .5rem;
    font-weight: 600;
}

.dev-card-body p {
    font-size: 0.875rem;
    color: #4b5563;
    margin: 0 0 0.75rem;
}

.dev-card-link {
    color: #1e65d8;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 600;
}

/* ========================================
   ECONOMIC PANEL
   ======================================== */
  .panel-section {
      background: #F2EFEF;
      padding: 3.75rem 0 2.5rem;
  }

  .panel-section h2 {
      font-weight: 600;
  }

  .panel-subtitle {
      text-align: center;
      font-size: 1.125rem;
      color: #6b7280;
      margin: -1.25rem auto 1.375rem;
      max-width: 90rem;
  }

  .panel-tabs {
      display: flex;
      justify-content: center;
      gap: 0.625rem;
      margin-bottom: 1.25rem;
      flex-wrap: wrap;
  }
  /* estilo dos botões de aba do painel */
  .panel-tab {
      border: 1px solid #e5e7eb;
      background: #ffffff;
      color: #374151;
      padding: .5625rem 1rem;
      border-radius: 9999px;
      font-size: 0.8125rem;
      cursor: pointer;
  }

  .chart-card canvas {
      display: block;
      margin: 0 auto;
      width: 100% !important;
      height: 340px !important;
  }

  .panel-tab.active {
      background: #1e65d8;
      color: #ffffff;
      border-color: #1e65d8;
  }

  .metric-cards {
        display: grid;
        grid-template-columns: repeat(4, minmax(13.75rem,1fr));
        gap: 1rem;
        margin-bottom: 1.25rem;
  }

  .metric-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 1.2rem;
      padding: 0.875rem 1rem;
  }

  .metric-title {
    display:block;
    color:#6b7280;
    font-size:1.0625rem;
    margin-bottom: .125rem;
  }

  .metric-value {
    display:block;
    font-size:1.375rem;
    color:#1f2937;
  }

  .metric-note {
    color:#6b7280;
    font-size:0.9375rem;
  }

  .panel-charts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem;
      justify-items: center;
  }

  .chart-card {
      background: #ffffff;
      border-radius: 1.2rem;
      box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,.08);
      padding: 0.625rem;
      width: 100%;
      max-width: 1000px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;

  }


  .sector-row {
      display: flex;
      align-items: center;
      margin-bottom: 7.5rem;
      gap: 5rem;
  }

  .sector-row:last-child {
      margin-bottom: 0;
  }

  .sector-row:nth-child(even) {
      flex-direction: row-reverse;
  }

  .sector-image {
      flex: 1;
      position: relative;
  }

  .sector-image img {
      width: 100%;
      height: 25rem;
      object-fit: cover;
      border-radius: 1.5625rem;
      box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.15);
      transition: transform 0.5s ease;
  }

  .sector-row:hover .sector-image img {
      transform: scale(1.02);
  }

  .image-decoration {
      position: absolute;
      top: -1.5625rem;
      left: -1.5625rem;
      right: 1.5625rem;
      bottom: 1.5625rem;
      border: 0.25rem solid;
      border-radius: 1.5625rem;
      z-index: -1;
      transition: all 0.5s ease;
  }

  .sector-row:nth-child(1) .image-decoration {
      border-color: #ff6b6b;
  }

  .sector-row:nth-child(2) .image-decoration {
      border-color: #4ecdc4;
  }

  .sector-row:nth-child(3) .image-decoration {
      border-color: #ffe66d;
  }

  .sector-row:nth-child(4) .image-decoration {
      border-color: #a8e6cf;
  }

  .sector-row:nth-child(5) .image-decoration {
      border-color: #ff8b94;
  }

  .sector-row:nth-child(6) .image-decoration {
      border-color: #b4a7d6;
  }

  .sector-row:nth-child(even) .image-decoration {
      top: 1.5625rem;
      left: 1.5625rem;
      right: -1.5625rem;
      bottom: -1.5625rem;
  }

  .sector-row:hover .image-decoration {
      transform: rotate(2deg);
  }

  .sector-content {
      flex: 1;
  }

  .sector-content h2 {
      font-size: 2.25rem;
      color: #2c3e50;
      margin-bottom: 1.5625rem;
      font-weight: 600;
      position: relative;
      display: inline-block;
  }

  .sector-content h2::after {
      content: '';
      position: absolute;
      bottom: -0.625rem;
      left: 0;
      width: 3.125rem;
      height: 0.25rem;
      background: #2196f3;
  }

  .sector-content p {
      font-size: 1.0625rem;
      line-height: 1.8;
      color: #5a6c7d;
      text-align: justify;
  }

  /* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(1.875rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

  .bar-gradient {
      height: 10px;
      background: linear-gradient(to right, #DBA800, #796217, #251B87, #B24B4B)
  }

  /* ========================================
   CTA INVEST SECTION (blue gradient)
   ======================================== */
  .cta-invest {
      background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 48%, #0ea5e9 100%);
      color: #fff;
      padding: 3.125rem 0 3.75rem;
      text-align: center;
  }
  .cta-title {
      text-align: center;
      font-size: 1.875rem; /* keep */
      font-weight: 600;
      letter-spacing: -0.02rem;
      margin: 0 0 .5rem;
  }
  .cta-subtitle {
            font-size: 1rem;
      color: rgba(255,255,255,.9);
            margin: 0 auto 1.375rem;
            max-width: 56.25rem;
  }
  .cta-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(12.5rem,1fr));
        gap: 1.25rem;
        margin-bottom: 1.375rem;
  }
  .cta-pill {
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.25);
      border-radius: 0.75rem;
      padding: 1.25rem 0.875rem;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(2px);
  }
  .cta-value {
      display: block;
      font-size: 1.625rem;
      font-weight: 700;
  }
  .cta-label {
        display:block;
        font-size: 0.875rem;
        color: rgba(255,255,255,.9);
  }

   .cta-label small {
        font-size: 0.875rem;
        opacity: .9;
    }

  .cta-actions { text-align: center; }
  .cta-button {
        display: inline-block;
        background: #ffffff;
        color: #2563eb;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        border-radius: .5rem;
        padding: 0.625rem 1rem;
        margin-top: 0.75rem;
        box-shadow: 0 .375rem .75rem rgba(0,0,0,.12);
        transition: transform .2s ease, box-shadow .2s ease;
  }
  .cta-button:hover {
    transform: translateY(-2px);
        box-shadow: 0 0.75rem 1.375rem rgba(0,0,0,.18);
  }


@media (max-width: 1024px) {
    /* Benefits */
    .benefits-grid { grid-template-columns: 1fr 1fr; }
    /* Indicators / layout */
    .indicators-grid { grid-template-columns: repeat(2, 1fr); }
    /* Location */
    .loc-content { grid-template-columns: 1fr; }
    .loc-map-embed iframe { height: 38rem; }
    /* Panel */
    .metric-cards { grid-template-columns: repeat(2, 1fr); }
    .panel-charts { grid-template-columns: 1fr; }
    /* Sectors */
    .sectors-cards { grid-template-columns: repeat(2, 1fr); }
    /* CTA */
    .cta-metrics { grid-template-columns: repeat(2, 1fr); }
    /* Spacing tweaks */
    .sector-row { gap: 5rem; }
}

@media (max-width: 992px) {
    .invest-box { margin-top: -1rem; }
    .invest-cards { grid-template-columns: repeat(2, minmax(13.75rem,2fr)); }

    .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .hero-content h1 {
        font-size: 2.25rem;
    }

    .hero-content p {
        font-size: 1.125rem;
    }

    .btn-primary {
        padding: 0.75rem 1.5625rem;
        font-size: 0.9375rem;
    }
    .indicators-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .section-title { font-size: 1.75rem; }

    .sector-row, .sector-row:nth-child(even) {
        flex-direction: column;
        gap: 2.5rem;
        margin-bottom: 5rem;
    }

    .sector-content h2 {
        font-size: 1.75rem;
    }

    .sector-content p {
        font-size: 0.9375rem;
    }

    .image-decoration {
        display: none;
    }
    .footer-content {
        flex-direction: column;
        gap: 3rem;
        text-align: center;
    }
    .footer-text .navbar-menu {
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 { font-size: 1.75rem; }
    .hero-section { padding:0 2rem; }
    .hero-section .hero-quote { font-size: 1rem; }

    .invest-box { margin-top: 0; }
    .sectors-cards { grid-template-columns: 1fr; }
    .cta-title { font-size: 1.5rem; }
    .cta-metrics { grid-template-columns: 1fr; }
    .benefits-grid {

        grid-template-columns: repeat(1, 1fr);

    }
    .invest-cards { grid-template-columns: repeat(1, minmax(13.75rem,1fr)); }
    .container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .indicator-card { padding: 1.5625rem 1.25rem; }
}
