/*
Theme Name: Ferro 7 Engenharia
Theme URI: https://ferro7.com.br
Description: Tema oficial da Ferro 7 Engenharia – Engenharia Diagnóstica em Curitiba
Author: Ferro 7 Engenharia
Version: 1.0
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: #333; background-image: url('https://ferro7.com.br/wp-content/uploads/2026/05/pexels-hngstrm-11800919-scaled.jpg'); background-size: cover; background-attachment: fixed; background-position: center top; background-repeat: no-repeat; }

/* ── HEADER ── */
header {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  background: transparent;
  display: flex; align-items: center;
  min-height: 83px;
}
.header-inner {
  max-width: 1320px; margin: 0 auto; padding: 0 60px; width: 100%;
  display: flex; align-items: center; justify-content: space-between; position: relative;
}
nav { display: flex; align-items: center; gap: 30px; position: absolute; left: 50%; transform: translateX(-50%); }
nav a { color: #fff; text-decoration: none; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 1px; transition: color .2s; }
nav a:hover { color: #1a7a8a; }
.btn-orcamento {
  background: #f0c040; color: #fff; padding: 11px 24px; border-radius: 6px;
  font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700;
  text-decoration: none; letter-spacing: 1px; transition: background .2s;
}
.btn-orcamento:hover { background: #d4a800; }

/* ── DROPDOWN ── */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 5px; }
.nav-dropdown > a .fa-chevron-down { font-size: 10px; transition: transform .2s; }
.nav-dropdown:hover > a .fa-chevron-down { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #fff; border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  min-width: 290px; padding: 14px 0 6px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 1100;
}
.nav-dropdown:hover .dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown-menu a {
  display: block; padding: 11px 20px;
  color: #001D52; font-family: 'Raleway', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .4px;
  text-decoration: none; border-left: 3px solid transparent;
  transition: background .15s, color .15s, border-color .15s;
}
.dropdown-menu a:hover, .dropdown-menu a.current {
  background: #f8f6f0; color: #1a7a8a; border-left-color: #f0c040;
}

/* ── HERO ── */
#home {
  min-height: 100vh;
  background: transparent;
  display: flex; align-items: center;
  padding: 120px 60px 80px; position: relative; overflow: hidden;
}
#home::before {
  content: ''; position: absolute; top: -100px; left: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  border: 60px solid rgba(255,255,255,.03); pointer-events: none;
}
#home::after {
  content: ''; position: absolute; bottom: -80px; right: 30%;
  width: 300px; height: 300px; border-radius: 50%;
  border: 40px solid rgba(255,255,255,.03); pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
.hero-left { z-index: 1; }
.hero-label {
  display: inline-flex; align-items: center; gap: 8px;
  color: #f0c040; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 600;
  margin-bottom: 20px; letter-spacing: .5px;
}
.hero-label i { font-size: 16px; }
.hero-left h1 {
  font-family: 'Raleway', sans-serif; font-size: clamp(32px,3.5vw,52px);
  font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 20px;
}
.hero-left h1 span { color: #f0c040; }
.hero-left p { font-size: 16px; color: rgba(255,255,255,.75); line-height: 1.8; margin-bottom: 28px; max-width: 480px; }
.hero-checks { list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 12px; }
.hero-checks li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); font-size: 15px; }
.hero-checks li i { color: #f0c040; font-size: 16px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-hero-primary {
  background: #f0c040; color: #001D52; padding: 14px 28px; border-radius: 6px;
  font-family: 'Raleway', sans-serif; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: background .2s; white-space: nowrap;
}
.btn-hero-primary:hover { background: #d4a800; }
.btn-hero-secondary {
  background: transparent; color: #fff; padding: 14px 28px; border-radius: 6px;
  font-family: 'Raleway', sans-serif; font-size: 15px; font-weight: 700;
  text-decoration: none; border: 2px solid rgba(255,255,255,.4); transition: border-color .2s; white-space: nowrap;
}
.btn-hero-secondary:hover { border-color: #fff; }
.hero-right { display: flex; flex-direction: column; gap: 20px; z-index: 1; }
.hero-stat-card {
  background: rgba(255,255,255,.07); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.12); border-radius: 16px;
  padding: 24px 28px; display: flex; align-items: center; gap: 18px;
}
.hero-stat-icon {
  width: 52px; height: 52px; border-radius: 50%; background: rgba(240,192,64,.15);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 22px; color: #f0c040;
}
.hero-stat-card .stat-num { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 800; color: #fff; }
.hero-stat-card .stat-num span { color: #f0c040; }
.hero-stat-card .stat-desc { font-family: 'Montserrat', sans-serif; font-size: 13px; color: rgba(255,255,255,.65); margin-top: 2px; }
.hero-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hero-stat-mini {
  background: rgba(255,255,255,.07); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.12); border-radius: 16px;
  padding: 20px 22px; text-align: center;
}
.hero-stat-mini .mini-num { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 800; color: #f0c040; }
.hero-stat-mini .mini-label { font-family: 'Montserrat', sans-serif; font-size: 12px; color: rgba(255,255,255,.6); margin-top: 4px; }

/* ── SECTIONS SHARED ── */
section { padding: 48px 60px; }
.section-title {
  font-family: 'Raleway', sans-serif; font-size: 36px; font-weight: 800;
  text-align: center; text-transform: uppercase; margin-bottom: 12px;
}
.section-line { width: 60px; height: 4px; background: #f0c040; margin: 0 auto 28px; }

/* ── SOLUÇÕES ── */
#solucoes { background: transparent; }
.cards-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; max-width: 1400px; margin: 0 auto; }
.card {
  background: #fff; border-radius: 12px; padding: 28px 22px 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07); display: flex; flex-direction: column;
  transition: box-shadow .25s, transform .25s;
}
.card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.13); transform: translateY(-4px); }
.card-icon {
  width: 52px; height: 52px; border-radius: 50%; background: #edf1f5;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #001D52; margin-bottom: 16px;
}
.card h3 { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; margin-bottom: 10px; color: #1a1a2e; }
.card p { font-size: 13px; color: #666; line-height: 1.7; flex: 1; font-family: 'Montserrat', sans-serif; }
.card-btn {
  margin-top: 24px; display: inline-block; background: #001D52; color: #fff;
  padding: 12px 0; border-radius: 6px; text-align: center; text-decoration: none;
  font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: .5px; transition: background .2s;
}
.card-btn:hover { background: #001D52; }

/* ── QUEM SOMOS ── */
#quem-somos { background: transparent; padding-bottom: 0; }
.quem-somos-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1100px; margin: 0 auto 60px; }
.quem-somos-text h2 { font-family: 'Raleway', sans-serif; font-size: 36px; font-weight: 800; text-transform: uppercase; margin-bottom: 12px; }
.quem-somos-text .section-line { margin: 0 0 24px; }
.quem-somos-text p { font-size: 15px; color: #555; line-height: 1.9; margin-bottom: 16px; }
.quem-somos-deco { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.deco-circle-bg { position: absolute; top: -40px; right: -40px; width: 260px; height: 260px; border-radius: 50%; border: 40px solid rgba(240,192,64,.08); pointer-events: none; z-index: 0; }
.deco-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; z-index: 1; }
.deco-item { background: #fff; border: 1px solid #eaeef3; border-radius: 12px; padding: 22px 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; transition: box-shadow .2s, transform .2s; }
.deco-item:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); transform: translateY(-3px); }
.deco-item i { font-size: 24px; color: #f0c040; background: rgba(240,192,64,.1); padding: 10px; border-radius: 8px; }
.deco-item span { font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 700; color: #001D52; }
.deco-badge { background: #001D52; border-radius: 12px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; position: relative; z-index: 1; }
.deco-badge i { font-size: 28px; color: #f0c040; }
.deco-badge strong { font-family: 'Raleway', sans-serif; font-size: 20px; font-weight: 800; color: #f0c040; display: block; }
.deco-badge span { font-size: 13px; color: rgba(255,255,255,.7); }
.numeros-bar { background: #f0c040; display: grid; grid-template-columns: repeat(4,1fr); }
.numero-item { padding: 36px 30px; text-align: center; border-right: 1px solid rgba(0,0,0,.1); }
.numero-item:last-child { border-right: none; }
.numero-item .num { font-family: 'Raleway', sans-serif; font-size: 40px; font-weight: 800; color: #1a1a1a; }
.numero-item .label { font-size: 13px; color: #333; margin-top: 4px; }

/* ── PROJETOS ── */
#projetos { background: transparent; }
.projetos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; max-width: 1100px; margin: 0 auto; }
.projeto-card { position: relative; overflow: hidden; border-radius: 4px; cursor: pointer; }
.projeto-card img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .3s; }
.projeto-card:hover img { transform: scale(1.05); }
.projeto-info { padding: 16px 0; }
.projeto-info h4 { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.projeto-info p { font-size: 13px; color: #666; line-height: 1.6; }

/* ── CLIENTES ── */
#clientes { background: #fff; }
.clientes-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; max-width: 1400px; margin: 0 auto; align-items: center; }
.cliente-logo { display: flex; justify-content: center; align-items: center; padding: 4px; transition: transform .3s; }
.cliente-logo:hover { transform: scale(1.08); }
.cliente-logo img { width: 100%; height: 220px; object-fit: contain; }

/* ── CONTATO ── */
#contato { background: transparent; }
.contato-map { width: 100%; height: 320px; border: none; margin-bottom: 60px; border-radius: 4px; }
.contato-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1100px; margin: 0 auto; }
.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group input, .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 3px; font-size: 14px; font-family: 'Open Sans', sans-serif; outline: none; transition: border .2s; }
.form-group input:focus, .form-group textarea:focus { border-color: #f0c040; }
.form-group textarea { height: 120px; resize: vertical; }
.btn-enviar { background: #f0c040; color: #333; border: none; padding: 13px 40px; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 700; border-radius: 3px; cursor: pointer; transition: background .2s; }
.btn-enviar:hover { background: #d4a800; }
.contato-info h3 { font-family: 'Raleway', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.contato-info p { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 30px; }
.contato-info .yellow-line { width: 40px; height: 3px; background: #f0c040; margin-bottom: 20px; }

/* ── FOOTER ── */
footer { background: #0f1937; color: #aaa; padding: 24px 60px; display: flex; justify-content: space-between; align-items: center; }
footer p { font-size: 13px; }
.social-links { display: flex; gap: 16px; }
.social-links a { color: #aaa; font-size: 20px; transition: color .2s; }
.social-links a:hover { color: #f0c040; }

/* ── WHATSAPP ── */
.whatsapp-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  background: #25d366; color: #fff; width: 56px; height: 56px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 28px; text-decoration: none; box-shadow: 0 4px 12px rgba(0,0,0,.3);
  transition: transform .2s;
}
.whatsapp-btn:hover { transform: scale(1.1); }

/* ── SERVICE PAGES ── */
.service-page-wrapper {
  margin-top: -83px;
  min-height: 100vh;
  background: transparent;
  padding: 153px 0 80px;
  position: relative; overflow: hidden;
}
.service-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: flex-start;
  gap: 40px; width: 100%;
  padding: 0 20px; box-sizing: border-box;
}
.service-sidebar { width: 240px; flex-shrink: 0; display: flex; flex-direction: column; gap: 6px; position: relative; z-index: 1; }
.sidebar-link { display: block; padding: 13px 18px; background: #f0c040; color: #001D52; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; border-radius: 4px; transition: background .2s; line-height: 1.3; }
.sidebar-link:hover { background: #d4a800; }
.sidebar-link.active { background: #c89e00; }
.service-content { flex: 1; background: rgba(255,255,255,0.97); border-radius: 8px; padding: 50px 60px; max-width: 800px; position: relative; z-index: 1; }
.service-content h1 { font-family: 'Montserrat', sans-serif; font-size: 34px; font-weight: 800; color: #001D52; margin-bottom: 8px; text-transform: uppercase; line-height: 1.2; }
.service-content h2 { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #1a7a8a; margin-bottom: 28px; text-transform: uppercase; letter-spacing: 1.5px; }
.service-content h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: #001D52; margin-top: 20px; margin-bottom: 8px; }
.service-content p { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #444; line-height: 1.8; margin-bottom: 12px; }
.service-content ul, .service-content ol { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #444; line-height: 1.8; margin-bottom: 12px; padding-left: 20px; }
.btn-contact { display: inline-block; margin-top: 16px; padding: 13px 32px; background: #f0c040; color: #001D52; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; border-radius: 6px; transition: background .2s; }
.btn-contact:hover { background: #d4a800; }

/* ── HAMBURGER ── */
.nav-toggle {
  display: none; flex-direction: column; justify-content: center;
  align-items: center; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 6px; z-index: 1100;
  flex-shrink: 0; width: 36px; height: 36px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: #fff; border-radius: 2px; transition: all .3s ease;
}
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: translateX(-8px); }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .header-inner { padding: 0 30px !important; }
  .cards-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 900px) {
  .header-inner { padding: 0 24px !important; }
  section { padding: 60px 24px !important; }
  .cards-grid { grid-template-columns: repeat(3,1fr); }
  .projetos-grid { grid-template-columns: 1fr 1fr; }
  .quem-somos-content { grid-template-columns: 1fr; }
  .contato-content { grid-template-columns: 1fr !important; }
  .clientes-grid { grid-template-columns: repeat(3,1fr); }
  .numeros-bar { grid-template-columns: 1fr 1fr; }
  .service-page-wrapper { display: flex !important; flex-direction: column; padding: 40px 24px 60px !important; }
  .service-inner { flex-direction: column !important; padding: 0 24px !important; gap: 24px !important; }
  .service-sidebar { width: 100%; }
  .service-content { padding: 32px 24px; }
}
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  header { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; background: rgba(3,3,45,0.97) !important; backdrop-filter: blur(8px); z-index: 1100 !important; display: flex !important; align-items: center !important; }
  .header-inner { padding: 0 16px !important; min-height: 60px !important; width: 100% !important; max-width: 100% !important; }
  #home { margin-top: 60px !important; padding-top: 40px !important; }
  header nav { display: none; position: fixed !important; top: 60px !important; left: 0 !important; right: 0 !important; transform: none !important; flex-direction: column; align-items: stretch; padding: 0; gap: 0; background: rgba(3,3,45,0.98) !important; backdrop-filter: blur(10px); border-top: 3px solid #f0c040; z-index: 1000 !important; max-height: calc(100vh - 60px); overflow-y: auto; }
  header nav.mobile-open { display: flex !important; }
  header nav > a, header nav > .nav-dropdown > a { position: static !important; font-size: 15px; letter-spacing: .5px; padding: 16px 24px !important; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.9) !important; gap: 0; }
  .nav-dropdown { position: static !important; }
  .nav-dropdown .dropdown-menu { position: static !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: none !important; box-shadow: none !important; background: rgba(255,255,255,.05) !important; border-radius: 0 !important; padding: 0 !important; min-width: unset !important; display: none; }
  .nav-dropdown.submenu-open .dropdown-menu { display: block !important; }
  .dropdown-menu a { padding: 12px 36px !important; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.07) !important; border-left: none !important; color: rgba(255,255,255,.8) !important; }
  .dropdown-menu a:last-child { border-bottom: none !important; }
  .dropdown-menu a:hover { background: rgba(255,255,255,.08) !important; color: #f0c040 !important; }
  .btn-orcamento { font-size: 11px !important; padding: 8px 12px !important; letter-spacing: .5px !important; }

  /* Ordem mobile: [LOGO][☰].....[ORÇAMENTO] */
  .header-inner { justify-content: flex-start !important; flex-wrap: nowrap !important; }
  .header-inner > a:first-child { order: 1 !important; flex-shrink: 0 !important; overflow: visible !important; }
  .header-inner > a:first-child img { height: 36px !important; width: auto !important; max-width: none !important; min-width: 100px !important; }
  .nav-toggle { order: 2 !important; flex-shrink: 0; }
  .btn-orcamento { order: 3 !important; margin-left: auto !important; flex-shrink: 0; }
  header nav { order: 4 !important; }
}

@media (max-width: 600px) {
  body { background-attachment: scroll !important; background-size: cover !important; }
  #solucoes { background: #f4f7f9 !important; }
  #quem-somos { background: #f9f9f9 !important; }
  #projetos { background: #fff !important; }
  #clientes { background: #fff !important; }
  #contato { background: #fff !important; }
  #solucoes .section-title, #quem-somos .section-title, #projetos .section-title, #clientes .section-title, #contato .section-title { color: #0d1b3e !important; }
  #solucoes .section-line, #quem-somos .section-line, #projetos .section-line, #clientes .section-line, #contato .section-line { background: linear-gradient(to right,#f0c040 60px,transparent 60px) !important; }
  .quem-somos-text p { color: #555 !important; }
  .contato-info p { color: #555 !important; }
  .contato-info h3 { color: #0d1b3e !important; }
  .projeto-info h4 { color: #0d1b3e !important; }
  .projeto-info p { color: #666 !important; }
  .card h3 { color: #1a1a2e !important; }
  .card p { color: #666 !important; }
  #home { padding-bottom: 40px !important; }
  .hero-inner { grid-template-columns: 1fr !important; gap: 24px; }
  .hero-left h1 { font-size: 28px !important; }
  .hero-left p { font-size: 14px !important; }
  .hero-stat-card { padding: 14px 16px !important; gap: 12px; }
  .hero-stat-card .stat-num { font-size: 22px !important; }
  .hero-stat-mini { padding: 14px 10px !important; }
  .hero-stat-mini .mini-num { font-size: 20px !important; }
  section { padding: 48px 16px !important; }
  .section-title { font-size: 22px !important; letter-spacing: .5px !important; text-align: left !important; max-width: 100% !important; }
  .section-line { margin-bottom: 24px !important; width: 100% !important; max-width: 100% !important; }
  .cards-grid { grid-template-columns: repeat(2,1fr) !important; gap: 10px !important; max-width: 100% !important; }
  .card { padding: 18px 12px 14px; }
  .card h3 { font-size: 13px !important; }
  .card p { font-size: 12px !important; }
  .card-btn { font-size: 12px !important; padding: 10px 0 !important; }
  .deco-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .deco-item { padding: 14px 10px; gap: 8px; }
  .deco-badge { padding: 16px 18px; gap: 12px; }
  .numeros-bar { grid-template-columns: 1fr 1fr !important; max-width: 100% !important; margin: 0 !important; border-radius: 0 !important; }
  .numero-item { padding: 20px 12px; }
  .numero-item .num { font-size: 26px !important; }
  .numero-item .label { font-size: 12px !important; }
  .projetos-grid { grid-template-columns: 1fr !important; gap: 20px; max-width: 100% !important; }
  .projeto-card img { height: 180px; }
  .clientes-grid { grid-template-columns: repeat(2,1fr) !important; gap: 16px !important; max-width: 100% !important; padding: 0 !important; }
  .cliente-logo { mix-blend-mode: normal !important; padding: 16px 12px !important; background: #fff !important; border: 1px solid #ebebeb; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
  .cliente-logo img { height: 140px !important; width: 100% !important; object-fit: contain !important; mix-blend-mode: normal !important; }
  .contato-map { height: 200px !important; margin: 0 auto 24px !important; max-width: 100% !important; width: 100% !important; }
  .contato-content { max-width: 100% !important; gap: 36px !important; grid-template-columns: 1fr !important; }
  .form-row { grid-template-columns: 1fr !important; }
  footer { flex-direction: column !important; gap: 14px !important; text-align: center !important; padding: 20px 16px !important; }
  .service-page-wrapper { background: #f4f7f9 !important; margin-top: 0 !important; padding: 20px 12px 40px !important; }
  .service-page-wrapper canvas { display: none !important; }
  .service-inner { flex-direction: column !important; padding: 0 !important; gap: 20px !important; }
  .service-content { padding: 20px 16px !important; background: #fff !important; }
  .service-content h1 { font-size: 20px !important; color: #0d1b3e !important; }
  .service-content h2 { font-size: 11px !important; color: #1a7a8a !important; }
  .service-content p { font-size: 14px !important; color: #444 !important; }
  .sidebar-link { font-size: 12px !important; padding: 10px 14px !important; color: #0d1b3e !important; }
  .btn-contact { display: block !important; text-align: center !important; padding: 12px 20px !important; font-size: 13px !important; margin-top: 8px !important; }
  .whatsapp-btn { bottom: 14px !important; right: 14px !important; width: 50px !important; height: 50px !important; font-size: 24px !important; }
}
