


.company-statement {
  background: #F8FAFA; /* abu muda khas Apple */
  padding: 72px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.company-statement .container {
  max-width: 660px;
  margin: 0 auto;
}

.company-statement p {
  font-size: 14px;
  line-height: 1.6;
  color: #424245;
  margin: 0 0 14px 0;
  font-weight: 400;
  letter-spacing: -0.002em;
}

.company-statement p:last-of-type {
  margin-bottom: 32px;
}

/* Manifesto kecil di bawah */
.statement-manifesto {
  text-align: center;
}

.statement-manifesto h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0;
  letter-spacing: -0.01em;
}

.statement-manifesto h3 span {
  font-weight: 400;
  color: #86868b;
}

/* Mobile */
@media (max-width: 734px) {
  .company-statement {
    padding: 48px 20px;
  }
  
  .company-statement p {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 12px;
  }
  
  .statement-manifesto h3 {
    font-size: 16px;
  }
}
