html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: "Poppins", Arial, sans-serif;
    margin: 0;
    background: #f8f6fc;
    color: #2d2d2d;
  }
  
  #beranda,
  #hak,
  #bantuan,
  #lapor,
  #kontak {
    scroll-margin-top: 80px;
  }
  
  .navbar {
    position: sticky;
    top: 0;
    background-color: #ffe6ef;
    color: #4a2c41;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2.5rem;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(255, 123, 172, 0.3);
    min-height: 70px;
    font-family: "Poppins", sans-serif;
    transition: background 0.3s ease;
  }
  
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #4a2c41;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
  }
  
  .nav-links a {
    color: #4a2c41;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease, transform 0.2s ease;
  }
  
  .nav-links a:hover {
    color: #ac4c6f;
  }
  
  .hero {
    background: linear-gradient(135deg, #ff7bac 0%, #ffe6ef 100%);
    color: #2e2e2e;
    padding: 5rem 2rem 4rem 2rem;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  
  .hero-text {
    flex: 1 1 500px; /* minimal lebar 500px, bisa melebar */
    text-align: left;
  }
  
  .hero-text h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 1rem;
  }
  
  .hero-text p {
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 700px;
    color: #2e2e2e;
    margin-bottom: 2rem;
  }
  
  h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #5a3e56;
    text-align: center;
  }
  
  button,
  .btn-bantuan,
  #cta-btn,
  #submit-form {
    text-decoration: none;
    background: #f1518c;
    color: #fff;
    border: none;
    padding: 0.85rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
    box-shadow: 0 2px 8px rgba(255, 123, 172, 0.1);
  }
  
  button:hover,
  .btn-bantuan:hover,
  #cta-btn:hover,
  #submit-form:hover {
    background: #ad436a;
    color: #fff;
  }
  
  p {
    font-size: 1.1rem;
    color: #5a3e56;
    line-height: 1.7;
  }
  
  .hero-image {
    flex: 1 1 400px;
    text-align: center;
  }
  
  .hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(255, 123, 172, 0.25);
  }
  
  .section-hak {
    background-color: #fff0f6;
    color: #4a2c41;
    padding: 4rem 2rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
  }
  
  .section-hak .container {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .hak-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 50px;
  }
  
  .hak-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(255, 123, 172, 0.08);
    padding: 2rem 1.5rem;
    flex: 1 1 280px;
    max-width: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 340px;
  }
  
  .hak-card p {
    font-size: 1rem;
    color: #5a3e56;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  
  .hak-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #a75271;
  }
  
  .hak-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(255, 123, 172, 0.15);
  }
  
  .img-container {
    width: 100%;
    max-width: 190px;
    aspect-ratio: 1/1;
    margin-bottom: 1rem;
  }
  
  .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .section-bantuan {
    background-color: #ffe6ef;
    padding: 4rem 2rem;
    text-align: center;
    color: #4a2c41;
    font-family: "Poppins", sans-serif;
  }
  
  .section-bantuan .container {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .bantuan-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  
  .bantuan-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 16px rgba(255, 123, 172, 0.08);
    padding: 2rem;
    max-width: 280px;
    min-height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .bantuan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(255, 123, 172, 0.15);
  }
  
  .bantuan-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #a75271;
  }
  
  .bantuan-card p {
    font-size: 1rem;
    color: #5a3e56;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  .btn-bantuan {
    display: inline-block;
    background: #f1518c;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  .btn-bantuan:hover {
    background: #ad436a;
  }
  
  .section-lapor {
    background-color: #fff0f5;
    padding: 4rem 2rem;
    color: #4a2c41;
    font-family: "Poppins", sans-serif;
  }
  
  .section-lapor .container {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 50px;
  }
  
  .section-lapor h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #5a3e56;
    text-align: center;
  }
  
  .section-lapor p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    text-align: center;
    color: #5a3e56;
  }
  
  form,
  #report-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    padding: 2rem;
    padding-top: 70px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(255, 123, 172, 0.15);
    max-width: 400px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
  }
  
  .form-group {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  
  label {
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #6a335f;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="number"] {
    padding: 0.6rem 0.8rem;
    border: 2px solid #ff7bac;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus {
    outline: none;
    border-color: #ad436a;
  }
  
  .checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: row;
  }
  
  .checkbox-group label {
    margin: 0;
    font-size: 0.9rem;
    color: #5a3e56;
    cursor: pointer;
  }
  
  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
    accent-color: #ff7bac;
  }
  
  #submit-form {
    display: block;
    width: 100%;
    background-color: #f1518c;
    color: #fff;
    border: none;
    padding: 0.85rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
  }
  
  #report-form > input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  
  #report-form > label#check {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    color: #5a3e56;
    margin-bottom: 0; /* hilangkan jarak bawah bawaan label */
  }
  
  #submit-form:hover {
    background-color: #ad436a;
  }
  
  #warning {
    margin-top: 1rem;
    color: #d9534f;
    font-weight: 600;
    min-height: 1.2rem;
    text-align: center;
  }
  
  #status {
    margin-top: -2.5rem; 
    margin-bottom: 0;
  }
  
  #check {
    margin-left: 1.8rem; 
    margin-top: 0; 
    font-size: 0.9rem;
    color: #5a3e56;
  }
  
  .site-footer {
    background-color: #ff7bac;
    padding: 1rem 1.5rem;
    text-align: center;
  }
  
  .site-footer p,
  a {
    color: #fff;
    font-size: 0.8rem;
  }
  
  @media (max-width: 700px) {
    .info-section {
      flex-direction: column;
      gap: 1.5rem;
    }
    .help-cards {
      flex-direction: column;
      gap: 1rem;
    }
    .navbar {
      flex-direction: column;
      gap: 0.5rem;
      padding: 1rem 0.5rem;
    }
    .footer-content {
      font-size: 0.98rem;
    }
  }
  