/*
Theme Name: Tracer Study STES
Theme URI: https://tracerstudy.mannawasalwa.ac.id
Author: Tim STES
Description: Tema kustom untuk Tracer Study STES Manna Wa Salwa.
Version: 1.0
*/

/* --- Salin kode CSS dari tag <style> di file HTML sebelumnya ke sini --- */
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #334155; -webkit-font-smoothing: antialiased; }
.wp-content h1, .wp-content h2, .wp-content h3 { font-weight: 700; color: #0f172a; margin-top: 1.5em; margin-bottom: 0.5em; }
.wp-content p { margin-bottom: 1em; line-height: 1.7; }
.wp-content ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1em; }
.accordion-content { transition: max-height 0.3s ease-out, padding 0.3s ease; max-height: 0; overflow: hidden; }
.accordion-content.open { max-height: 500px; padding-bottom: 1.5rem; }
.reveal-up { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }
.reveal-right { opacity: 0; transform: translateX(30px); transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }
.reveal-scale { opacity: 0; transform: scale(0.95); transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }
.is-revealed { opacity: 1 !important; transform: translate(0) scale(1) !important; }
.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }