.start h1 {
    font-weight: bold !important;
}

/* Sembunyikan judul (h1.start_header) secara visual TANPA display:none.
   Elemen tetap di DOM berukuran 1px + ter-clip, jadi teksnya tetap
   terbaca search engine & screen reader (SEO-safe / sr-only pattern). */
.start .start_header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

hr {
    width: 29ch;
}

@media screen and (min-width: 768px) {
    .logo.start_logo {
        width: 450px;
    }
}