
:root{--aa-primary:#0b5fa5;--aa-accent:#f57c00;--aa-dark:#0b2239;--aa-bg:#f5f7fb}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--aa-bg);color:#212529}
a{color:var(--aa-primary);text-decoration:none}
a:hover{text-decoration:underline}
.brand-badge{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--aa-primary),#124e85);color:#fff;font-weight:700}
.hero{background:radial-gradient(60% 100% at 80% 0%, rgba(11,95,165,.15), transparent 60%), linear-gradient(180deg,#fff 0,var(--aa-bg) 100%)}
.badge-free{background:rgba(11,95,165,.1);border:1px solid rgba(11,95,165,.25)}
.icon-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.team-photo{border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.08)}
.trust-strip strong{display:block;font-size:1.05rem}
.table-pricing th{background:var(--aa-dark);color:#fff}
.footer-link{color:#adb5bd;text-decoration:none}
.footer-link:hover{color:#ffffff;text-decoration:underline}
.footer-social:hover{color:#ffffff !important}
