/* Tridaya Riau — supplemental styles (Tailwind CDN handles the rest) */

html { scroll-padding-top: 5rem; }           /* offset anchor utk navbar fixed */
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

img { max-width: 100%; height: auto; }

/* FAQ accordion */
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
details > div { animation: fade-in .25s ease-out; }
@keyframes fade-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
