* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f5f5f5; color: #0D1B3E; }

.header { background: #fff; padding: 20px 60px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e0e0e0; }
.header .logo { display: flex; align-items: center; text-decoration: none; }
.header .logo img { width: 38px !important; height: auto !important; max-width: none !important; display: block; }
.header nav a { color: #0D1B3E; text-decoration: none; margin-left: 30px; font-weight: 500; font-size: 14px; }
.header nav a:hover { color: #1a3a6e; }
.header nav a.active { font-weight: 700; border-bottom: 2px solid #0D1B3E; padding-bottom: 3px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 60px; }

.hero { display: flex; align-items: center; padding: 60px 0; gap: 50px; }
.hero-text { flex: 1; }
.hero-text h1 { font-size: 32px; font-weight: 700; color: #0D1B3E; line-height: 1.2; margin-bottom: 20px; }
.hero-text p { font-size: 16px; color: #4A4A4A; line-height: 1.6; margin-bottom: 30px; }
.hero-image { flex: 1; }
.hero-image img { width: 100%; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); display: block; }

.btn-cta { background: #0D1B3E; color: #fff; padding: 15px 40px; border: none; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; display: inline-block; box-shadow: 0 4px 12px rgba(13,27,62,0.2); transition: 0.3s; }
.btn-cta:hover { background: #1a2d5e; transform: translateY(-2px); }

.section { padding: 80px 0; }
.section-title { font-size: 28px; font-weight: 700; color: #0D1B3E; margin-bottom: 25px; }
.section-text { font-size: 15px; color: #4A4A4A; line-height: 1.8; margin-bottom: 15px; }
.bg-white { background: #fff; }

.about-grid { display: flex; gap: 50px; align-items: flex-start; }
.about-text { flex: 1.5; }
.about-images { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.about-images img { width: 100%; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); display: block; }

.servicos-grid { display: flex; gap: 50px; }
.servicos-col { flex: 1; }
.servicos-col h3 { font-size: 22px; font-weight: 700; color: #0D1B3E; margin-bottom: 25px; }
.servico-item { display: flex; gap: 12px; margin-bottom: 18px; align-items: flex-start; }
.servico-icon { width: 28px; height: 28px; min-width: 28px; background: #0D1B3E; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 700; }
.servico-item p { font-size: 14px; color: #4A4A4A; line-height: 1.5; }
.diff-item { display: flex; gap: 12px; margin-bottom: 22px; align-items: flex-start; }
.diff-icon { width: 36px; height: 36px; min-width: 36px; background: #0D1B3E; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; }
.diff-item strong { display: block; font-size: 15px; color: #0D1B3E; margin-bottom: 4px; }
.diff-item span { font-size: 13px; color: #4A4A4A; line-height: 1.4; display: block; }

.galeria { display: grid; gap: 15px; margin-top: 40px; }
.galeria-2 { grid-template-columns: 1fr 1fr; }
.galeria img { width: 100%; border-radius: 10px; display: block; }

.areas-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.area-card { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); background: #fff; }
.area-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.area-card p { padding: 12px 15px; font-size: 14px; font-weight: 600; color: #0D1B3E; text-align: center; }

.clientes-section { background: #0D1B3E; padding: 80px 0; }
.clientes-section .section-title { color: #fff; text-align: center; margin-bottom: 40px; }
.clientes-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.cliente-card { background: #fff; border-radius: 10px; padding: 25px 15px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.cliente-card img { max-width: 100%; max-height: 50px; object-fit: contain; }

.conc-grid { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; margin: 30px 0; }
.conc-card { background: #fff; border-radius: 10px; padding: 20px 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; min-width: 130px; }
.conc-card img { max-width: 120px; max-height: 45px; object-fit: contain; }

.divider { display: flex; align-items: center; justify-content: center; margin: 30px 0; }
.divider-line { flex: 1; height: 2px; background: #0D1B3E; }
.divider-icon { margin: 0 15px; font-size: 24px; color: #0D1B3E; }

.banner { background: linear-gradient(135deg, #0D1B3E 0%, #1a2d5e 50%, #0D1B3E 100%); padding: 50px; text-align: center; border-radius: 12px; margin: 30px 0; }
.banner h2 { color: #fff; font-size: 28px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }

.footer { background: #0D1B3E; padding: 60px 0 0; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 1200px; margin: 0 auto; padding: 0 60px; }
.footer .logo-footer img { width: 32px !important; height: auto !important; max-width: none !important; display: block; }
.footer h4 { font-size: 16px; font-weight: 700; margin-bottom: 20px; color: #fff; }
.footer p, .footer a { font-size: 14px; color: #ccc; line-height: 1.8; text-decoration: none; display: block; }
.footer a:hover { color: #fff; }
.footer-bottom { background: #0A1628; padding: 20px 60px; text-align: center; margin-top: 40px; }
.footer-bottom p { font-size: 13px; color: #999; }

@media (max-width: 768px) {
  .header { padding: 15px 20px; flex-direction: column; gap: 15px; }
  .header nav a { margin: 0 8px; font-size: 13px; }
  .container { padding: 0 20px; }
  .hero { flex-direction: column; padding: 30px 0; }
  .hero-text h1 { font-size: 24px; }
  .about-grid { flex-direction: column; }
  .servicos-grid { flex-direction: column; }
  .areas-grid { grid-template-columns: 1fr; }
  .clientes-grid { grid-template-columns: repeat(2, 1fr); }
  .galeria-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .footer .logo-footer img { width: 40%; max-width: 150px; }
  .conc-grid { flex-wrap: wrap; justify-content: center; }
}