/*
 Theme Name: I Want Answer Blocksy Child
 Theme URI: https://iwantanswer.com
 Description: Blocksy child theme with IWA branding (colors, fonts) and minor tweaks.
 Author: Sumit Bhardwaj & Assistant
 Template: blocksy
 Version: 1.0.0
 Text Domain: iwantanswer-blocksy-child
*/

:root{
  --iwa-primary:#2B3A67;
  --iwa-accent:#F4A261;
  --iwa-bg:#FAFAFA;
  --iwa-text:#333333;
}
a{text-decoration:none}
a:hover{text-decoration:underline}

.iwa-hero{
  background: linear-gradient(135deg, rgba(43,58,103,.96), rgba(244,162,97,.92));
  color:#fff; padding:64px 28px; border-radius:18px;
}
.iwa-hero h1{margin:0 0 10px;font-weight:700}
.iwa-hero p{margin:0;opacity:.98}

.iwa-category-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:18px}
.iwa-newsletter{background:#fff;border:1px solid #eee;border-radius:16px;padding:20px}
.iwa-newsletter input[type=email]{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px}
.iwa-newsletter button{background:#F4A261;color:#111;border:0;padding:12px 16px;border-radius:10px;margin-top:10px;cursor:pointer}