
  /* Brand / Judul sekolah */
  header .brand-title,
  header .brand-subtitle {
    font-size: 1.1rem !important;     /* sebelumnya ±0.9–1rem */
  }

  /* Menu navbar (desktop) */
  header nav a {
    font-size: 0.95rem !important;    /* sebelumnya ±0.8–0.9rem */
  }

  /* Tombol kontak */
  header a[href="#contact"] {
    font-size: 0.95rem !important;
    font-weight: 600;
  }

  /* Mobile menu — biar tetap nyaman terbaca */
  #mobileMenu a {
    font-size: 1rem !important;
  }

  .form-section {
  background: #f3f4ff;            /* warna lembut */
  min-height: calc(100vh - 80px); /* kira-kira tinggi layar dikurangi navbar */
  padding: 40px 16px;
}

.form-container {
  max-width: 960px;               /* biar tidak terlalu lebar di desktop */
  margin: 0 auto;
}

.form-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1f2937;
}

.form-subtitle {
  color: #4b5563;
  margin-bottom: 16px;
}

.form-frame-wrapper {
  width: 100%;
  height: calc(100vh - 180px);    /* atur tinggi form (bisa diubah2) */
  background: white;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

/* iframe full layar di dalam wrapper */
.form-frame-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
