body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f4f4f4;
    background: linear-gradient(135deg, rgba(25,29,58,0.5) 0%, rgba(35,36,62,0.45) 100%),
    url('/static/img/logo_bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.hero,
.servicos,
.sobre,
.contato,
.reuniao {
    background: transparent !important;
}
/* Menu */
header nav {
    background: #191d3a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    box-shadow: 0 2px 10px #0001;
}
.logo-marca {
    display: flex;
    align-items: center;
}
.logo {
    width: 50px;
    margin-right: 18px;
}
.marca {
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 1px;
}
.menu-links {
    display: flex;
    gap: 34px;
    list-style: none;
    margin: 0 38px 0 0;
    padding: 0;
}
.menu-links li {
    display: flex;
    align-items: center;
}
.menu-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 9px 14px;
    border-radius: 6px;
    transition: background 0.18s, color 0.18s;
}
.menu-links a:hover,
.menu-links a.active {
    background: #25d366;
    color: #191d3a;
}
.btn-whats {
    background: #25d366;
    color: #fff;
    text-decoration: none;
    padding: 9px 23px;
    border-radius: 7px;
    font-weight: 600;
    box-shadow: 0 2px 10px #25d36644;
    transition: background 0.2s;
    margin-left: 12px;
}
.btn-whats:hover {
    background: #1da851;
}
/* HERO com overlay escuro para destaque */
.hero {
    position: relative;
    padding: 80px 0 56px 0;
    text-align: center;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(25,29,58,0.7);
    z-index: 1;
    pointer-events: none;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-content h1 {
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.hero-content .luxo {
    color: #25d366;
    font-weight: 800;
}
.hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #bfc4d6;
}
.btn-principal {
    background: #25d366;
    color: #fff;
    text-decoration: none;
    padding: 13px 40px;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: bold;
    box-shadow: 0 4px 20px #25d36633;
    transition: background 0.2s;
}
.btn-principal:hover {
    background: #1da851;
}
/* Serviços */
.servicos-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px;
}
.servico {
    background: #23243e;
    border-radius: 18px;
    box-shadow: 0 3px 16px #0002;
    padding: 28px 26px;
    min-width: 230px;
    max-width: 280px;
    flex: 1 1 250px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.servico:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 28px #25d36633;
}
.servico h3 {
    color: #25d366;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: bold;
}
.servico p {
    font-size: 1em;
    color: #e9e9ef;
}
/* Sobre */
.sobre h2 {
    color: #25d366;
    margin-bottom: 16px;
}
.sobre p {
    max-width: 680px;
    margin: auto;
    color: #d4d4e2;
    font-size: 1.08em;
}
/* Contato */
.contato h2 {
    color: #25d366;
    margin-bottom: 14px;
}
.contato form {
    margin: 0 auto 15px auto;
    max-width: 370px;
    background: #23243e;
    padding: 24px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 24px #25d36611;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.contato label {
    font-weight: 600;
    color: #25d366;
    text-align: left;
}
.contato input, .contato textarea {
    padding: 7px 12px;
    border-radius: 5px;
    border: none;
    background: #191d3a;
    color: #fff;
    resize: none;
}
.contato button {
    margin-top: 8px;
    background: #25d366;
    color: #fff;
    border: none;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 7px;
    font-size: 1.07em;
    cursor: pointer;
    transition: background 0.2s;
}
.contato button:hover {
    background: #1da851;
}
.whats-direct {
    margin-top: 16px;
}
.whats-direct a {
    color: #25d366;
    text-decoration: underline;
    font-weight: 500;
}
.whats-direct a:hover {
    text-decoration: none;
    color: #19c27a;
}
/* Footer atualizado e alinhado */
footer, .footer-bar {
    background: #191d3a;
    color: #aaa;
    border-top: 1px solid #262940;
    padding: 28px 0 12px 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-top: auto;
}
.footer-content, .footer-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 4px;
}
.logo-footer {
    width: 38px;
    margin-bottom: 0;
    margin-right: 4px;
    vertical-align: middle;
}
.footer-text {
    font-size: 1.08em;
    color: #e5e5e5;
}
.footer-msg {
    margin-top: 2px;
    color: #25d366;
    font-size: 1em;
    font-style: italic;
}
/* Responsivo */
@media (max-width: 900px) {
    .servicos-lista { flex-direction: column; gap: 22px; }
    .footer-content, .footer-main { flex-direction: column; gap: 8px; }
}


/* === AJUSTES GERAIS DE RESPONSIVIDADE === */

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* Corrige imagem de fundo para cobrir a tela corretamente */
.contato {
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat;
}

/* Formulário centralizado e responsivo */
.contato form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

/* Ajustes no topo do site */
header {
  padding: 20px 0;
  text-align: center;
}

/* Responsividade mobile */
@media screen and (max-width: 768px) {
  .contato h2 {
    font-size: 1.4rem;
  }

  .contato p,
  .contato form input,
  .contato form textarea {
    font-size: 1rem;
  }

  .logo-marca img {
    max-width: 90px;
  }

  .menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
  }
}
