/*
Theme Name: Motorcheck Jurídico
Theme URI: https://motorcheck.com.br
Author: Motorcheck
Author URI: https://motorcheck.com.br
Description: Tema leve com identidade visual Motorcheck (Bootstrap via CDN).
Version: 1.0.0
License: GPL-2.0+
Text Domain: mcjtheme
*/

:root{
  --mc-primary:#2d50d7;
  --mc-dark:#0e1633;
  --mc-accent:#0bc5ea;
  --mc-light-bg:#f7f9ff;
}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff;color:#111}
a{color:var(--mc-primary)}
.navbar{background:var(--mc-primary)!important}
.btn-primary{background:var(--mc-primary);border-color:var(--mc-primary)}
.btn-outline-primary{color:var(--mc-primary);border-color:var(--mc-primary)}
.btn-outline-primary:hover{background:var(--mc-primary);border-color:var(--mc-primary)}
.hero{background:linear-gradient(180deg,rgba(13,20,45,.9),rgba(13,20,45,.7)),url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1600&q=60') center/cover no-repeat; color:#fff; padding:5rem 0; border-bottom:4px solid var(--mc-accent)}
.footer{background:#0b132b;color:#cdd3ea;padding:2rem 0;margin-top:3rem}
.footer a{color:#cdd3ea}
.container-narrow{max-width:980px}
