/*
 * ZYD Academy - Shared page reset.
 * Used by contact.html, why.html and testimonial.html
 * (originally identical inline <style> blocks on each page).
 */
@layer base {
    html, body { margin: 0; padding: 0; }
    body { overscroll-behavior: none; }
    main > :first-child { margin-top: 0 !important; }
    main > :last-child { margin-bottom: 0 !important; }
}
::-webkit-scrollbar { display: none; }
