/*
Theme Name: Allis Portal
Theme URI: https://autolac.com.br
Author: WMI Tecnologia
Author URI: https://wmi.solutions
Description: Portal Allis para distribuição e conformidade Apple Store.
Version: 2.0.0
Text Domain: allis-portal
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{margin:0;font-family:Poppins,sans-serif;background:#020818;color:#fff;}
.header{background:#020818;padding:12px 24px;border-bottom:1px solid rgba(255,255,255,.08);}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;}
.custom-logo{max-height:60px;width:auto;}
.cta-group{display:flex;gap:12px;flex-wrap:wrap;}
.btn{padding:10px 18px;border-radius:12px;text-decoration:none;color:#fff;}
.btn-primary{background:#2563EB;}
.btn-secondary-outline{border:1px solid #00D4FF;}
.hero{height:calc(100vh - 85px);}
.hero iframe{width:100%;height:100%;border:none;display:block;background:#fff;}
