h1 {
  font-size: 2.5rem !important;  /* 40px base 16px */
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin-bottom: 1.5rem !important;
}

h2 {
  font-size: 1.875rem !important;  /* 30px */
  line-height: 1.3 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}

/* Homepage khusus lebih besar */
.home h1 {
  font-size: 3rem !important;  /* 48px di frontpage */
}

@media (max-width: 479px) {
  footer, .footer, .copyright-section {  /* sesuaikan class footer-mu */
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    padding: 15px 10px !important;
  }
  
  .copyright, footer p {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    font-size: 12px !important;
    white-space: normal !important;  /* biar wrap */
    order: 1;  /* text duluan */
  }
  
  /* Icons social di bawah */
  footer ul, .social-icons {
    order: 2;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  
  footer ul li {
    margin: 0 5px;
    font-size: 20px;  /* kurangi ukuran icon */
  }
}
