/*
Theme Name: UAQ PRO - PopularFX Child
Theme URI: https://uaqpro.online/
Description: Business setup website for UAQPRO.ONLINE, built as a child theme for PopularFX.
Author: UAQ PRO
Version: 1.0.0
Template: popularfx
Text Domain: uaqpro
*/
:root{--uaq-primary:#123c78;--uaq-secondary:#d7a83d;--uaq-dark:#172033;--uaq-bg:#f5f8fc}
body{color:var(--uaq-dark)}
.uaq-wrap{max-width:1180px;margin:auto;padding:0 22px}
.uaq-hero{padding:80px 0;background:linear-gradient(135deg,#eef5fc,#fff)}
.uaq-hero h1{font-size:clamp(36px,5vw,62px);line-height:1.05;color:var(--uaq-primary);margin:0 0 20px}
.uaq-hero p{font-size:20px;line-height:1.7;max-width:820px}
.uaq-btn{display:inline-block;background:var(--uaq-primary);color:#fff!important;padding:14px 24px;border-radius:6px;text-decoration:none;font-weight:700;margin:8px 8px 8px 0}
.uaq-btn.gold{background:var(--uaq-secondary)}
.uaq-section{padding:60px 0}
.uaq-section.alt{background:var(--uaq-bg)}
.uaq-section h2{font-size:36px;color:var(--uaq-primary)}
.uaq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.uaq-card{padding:28px;background:#fff;border:1px solid #e5eaf1;border-radius:10px;box-shadow:0 8px 25px rgba(18,60,120,.07)}
.uaq-card h3{color:var(--uaq-primary);margin-top:0}
.uaq-faq details{border-bottom:1px solid #ddd;padding:17px 0}
.uaq-faq summary{font-weight:700;color:var(--uaq-primary);cursor:pointer}
.uaq-cta{background:var(--uaq-primary);color:#fff;padding:55px 0}
.uaq-cta h2{color:#fff}
@media(max-width:800px){.uaq-grid{grid-template-columns:1fr}.uaq-hero{padding:55px 0}}
