/* ===============================
   WHY INDONESIA SECTION
================================*/

.why-indonesia-section {
  background-color: #fff;
  padding: 80px 40px;
}

.why-indonesia-inner {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

/* ===============================
   TITLE
================================*/

.title-row {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.main-title {
  font-size: 3.5rem;
  color: #800000;
  font-weight: 800;
  margin: 0 auto;
}

/* CTA FLOAT RIGHT */
.title-cta {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}

.cta-logo {
  padding: 6px 0px;
}

.cta-logo img {
  height: 80px;
}

.cta-button {
  background: #d90000;
  color: #fff;
  padding: 14px 28px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}

/* ===============================
   GRID
================================*/

.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr;
  gap: 40px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.sector-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.sector-tags span {
  background: linear-gradient(135deg, #ffdd00 0%, #ffbe54 50%, #ff954e 100%);
  padding: 10px;
  text-align: center;
  font-weight: 400;
  border-radius: 4px;
}

/* ===============================
   BRAND – DESKTOP ALIGN
================================*/

.brand-category {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: none;
}

.brand-type {
  color: #800000;
  font-weight: 600;
  text-align: right;
  line-height: 1.4;
}

.brand-logos img {
  max-height: 42px;
  width: auto;
  display: block;
}

.brands-showcase {
  font-size: 1.7rem;
}

.sub-intro {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* ===============================
   ADVANTAGES
================================*/

.section-divider {
  height: 1px;
  background: #ddd;
  margin: 60px 0;
}

.demographic-box {
  background: #fdf2f2;
  padding: 30px;
  border-left: 5px solid #800000;
}

.advantages-list ul {
  list-style: none;
  margin-top: 20px;
}

.advantages-list li {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.advantages-list li::before {
  content: "●";
  color: #800000;
  margin-right: 10px;
}

/* ===============================
   CONCLUSION
================================*/

.strategic-conclusion {
  text-align: center;
  max-width: 900px;
  margin: 60px auto 0;
}

.language-cta {
  margin-top: 30px;
  font-size: 1.3rem;
}

.language-cta span {
  color: #800000;
  font-weight: bold;
  font-size: 1.6rem;
}

.intro-text {
  background: #f8f4ec;
  padding: 40px;
  font-size: 1.7rem;
  min-width: 400px;
}

.intro-text .second {
  margin-top: 30px;
}

.intro-text .highlight {
  color: #fe213e;
}

.intro-grid.section-2 {
  margin-top: 40px;
  font-size: 1.7rem;
}

.section-2-left {
  padding: 0 40px;
  min-width: 400px;
}

.section-2-right ul {
  margin-left: 40px;
}

/* ===============================
   MOBILE
================================*/

@media (max-width: 800px) {
  .why-indonesia-section {
    padding: 80px 20px;
  }

  .intro-grid,
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 2.3rem;
  }

  .title-cta {
    position: static;
    transform: none;
    margin: 20px auto 0;
    justify-content: center;
  }

  .intro-text {
    padding: 30px;
    font-size: 1rem;
    margin-top: 40px;
    min-width: auto;
  }

  .intro-text .second {
    margin-top: 20px;
  }

  /* BRAND MOBILE STACK */

  .brands-showcase {
    padding: 0 30px;
    font-size: 1.2rem;
  }

  .brand-category {
    grid-template-columns: 1fr;
    align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 40px;
  }

  .brand-type {
    text-align: left;
  }

  .brand-logos img {
    max-height: 50px;
    max-width: 100%;
  }

  .section-2-right {
    padding: 0 30px;
    font-size: 1rem;
  }

  .intro-grid.section-2 .intro-text {
    margin-top: 0px;
  }

  
}
