/* Wow Theme Final — styles */
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#fff; color:#111;}
.container{max-width:1100px;margin:0 auto;padding:0 20px;}
.wow-hero{background:linear-gradient(180deg,#fff7fb 0%,#fff0f6 100%);padding:40px 0;border-bottom:1px solid rgba(0,0,0,0.04);}
.wow-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.wow-hero-text h1{font-family:Rubik,Inter,sans-serif;font-size:36px;color:#6a0f3a;margin:0}
.wow-hero-text .subtitle{color:#7a2a47;margin-top:8px}
.wow-hero-logo img{border-radius:16px;box-shadow:0 10px 30px rgba(106,15,58,0.08)}
.wow-nav{margin-top:18px;padding:10px 0}
.wow-menu{list-style:none;display:flex;gap:18px;margin:0;padding:0;justify-content:center}
.wow-menu li a{display:inline-block;padding:10px 16px;border-radius:10px;color:#6a0f3a;text-decoration:none;font-weight:600}
.wow-menu li a:hover{background:#6a0f3a;color:#fff}
.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;padding:28px 0}
.post-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 8px 20px rgba(106,15,58,0.06)}
.post-title{font-family:Rubik,Inter,sans-serif;color:#4b0b30;margin:0 0 8px}
.post-excerpt{color:#5f3b47}
.wow-footer{background:#fff5f8;padding:28px 0;margin-top:36px;border-top:1px solid rgba(0,0,0,0.03)}
.wow-footer-nav{display:flex;gap:16px;justify-content:center;margin-bottom:12px;list-style:none;padding:0}
.wow-footer-nav li a{color:#6a0f3a;text-decoration:none}
@media(max-width:720px){.wow-hero-inner{flex-direction:column;text-align:center}.wow-hero-logo img{width:140px;height:auto}}
