/*! Theme: Custom WP Theme | Generator: WordPress 6.4.3 */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;line-height:1.6;color:#1f2937;background:#fff}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}
button{cursor:pointer;border:none;background:none;font-family:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}
.flex{display:flex;align-items:center;justify-content:center}
.grid{display:grid;gap:1.5rem}
.text-center{text-align:center}
.w-full{width:100%}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.px-4{padding-left:1rem;padding-right:1rem}
.mb-4{margin-bottom:1rem}
.mb-8{margin-bottom:2rem}
.rounded{border-radius:.5rem}
.rounded-lg{border-radius:.75rem}
.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1)}
.shadow-lg{box-shadow:0 10px 25px rgba(0,0,0,.1)}
.bg-white{background:#fff}
.bg-gray-50{background:#f9fafb}
.text-gray-600{color:#4b5563}
.text-gray-900{color:#111827}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.text-sm{font-size:.875rem}
.text-lg{font-size:1.125rem}
.text-xl{font-size:1.25rem}
.text-2xl{font-size:1.5rem}
.text-3xl{font-size:1.875rem}
.leading-relaxed{line-height:1.625}
@media(max-width:768px){.text-3xl{font-size:1.5rem}.text-2xl{font-size:1.25rem}}
