/*
Theme Name: Owl Fix IT - Coming Soon
Theme URI: https://owlfixit.co
Author: Owl Fix IT
Description: Minimal coming soon theme with animated fade-in and favicon.
Version: 1.0
Text Domain: owlfixit-coming-soon
*/
html,body{height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;background:#000;color:#fff;}
.center-wrap{min-height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px;box-sizing:border-box;}
.card{max-width:900px;padding:20px;}
.logo{max-width:320px;width:60%;height:auto;margin:0 auto 18px;opacity:0;transform:translateY(12px);animation:fadeup 1s ease forwards 0.2s;}
h1.title{font-size:36px;margin:0 0 8px;color:#ffd873;opacity:0;transform:translateY(8px);animation:fadeup 1s ease forwards 0.4s;}
p.tagline{margin:0 0 18px;font-size:18px;color:#fff;opacity:0;transform:translateY(8px);animation:fadeup 1s ease forwards 0.55s;}
p.note{margin:6px 0 0;color:#ffd873;opacity:0;transform:translateY(8px);animation:fadeup 1s ease forwards 0.7s;}
@keyframes fadeup{to{opacity:1;transform:none;}}
a.email{color:#ffd873;text-decoration:none;font-weight:600;}
@media (max-width:480px){ .logo{width:72%;max-width:240px} h1.title{font-size:28px} p.tagline{font-size:16px} }
