.form-success-message {
  margin-top: 1.5rem;
  background: #e6f9ed;
  color: #1a7f4f;
  border: 1px solid #b2e5c7;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-family: 'Manrope', 'Inter', Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(26,127,79,0.07);
  text-align: center;
  animation: fadeIn 0.5s;
}

.form-error-message {
  margin-top: 1.5rem;
  background: #fee;
  color: #c53030;
  border: 1px solid #fc8181;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-family: 'Manrope', 'Inter', Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(197,48,48,0.07);
  text-align: center;
  animation: fadeIn 0.5s;
}

#formMessage {
  width: 100%;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Mensagem de sucesso do formulário */
.form-success-message {
  margin-top: 18px;
  background: #e6fbe6;
  color: #217a2c;
  border-radius: 8px;
  padding: 14px 0;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(33,122,44,0.06);
  transition: opacity 0.3s;
}
/* Responsividade geral aprimorada */
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 12px;
  }
  .logo-nav {
    max-width: 100%;
    padding: 0 12px;
  }
}

@media (max-width: 900px) {
  .main-header {
    padding: 24px 0 0 0;
  }
  .logo-nav {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 0 8px;
  }
  nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  .hero {
    padding: 80px 0 40px 0;
  }
  .cards-row, .services-row, .benefits-row {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    margin: 40px auto 40px auto;
  }
  .form-cta-row {
    flex-direction: column;
    padding: 24px 4px;
    gap: 16px;
  }
  .cta-form-left {
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .cta-underline {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .cta-form {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 16px 4px 12px 4px;
  }
}

@media (max-width: 600px) {
  .main-header {
    padding: 12px 0 0 0;
  }
  .logo {
    height: 32px;
  }
  .hero {
    padding: 48px 0 24px 0;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .card.geom, .service {
    min-width: 0;
    max-width: 100%;
    padding: 32px 8px 16px 8px;
  }
  .form-cta-row {
    padding: 8px 0;
  }
  .cta-form {
    padding: 8px 0 8px 0;
  }
  .contact-invite h2 {
    font-size: 1.2rem;
  }
  .contact-invite p {
    font-size: 1rem;
  }
}
/* Texto de convite acima do formulário */
.contact-invite {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}
.contact-invite h2 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
}
.contact-invite p {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #6b7280;
  margin: 0 auto;
  max-width: 600px;
}
.form-cta-row {
  display: flex;
  align-items: stretch;
  gap: 48px;
  background: #fafbfc;
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 rgba(20,30,60,0.06);
  padding: 48px 32px;
  margin-bottom: 60px;
  margin-top: 80px;
}
.cta-form-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0 24px 24px;
}
.cta-form-left h2 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  line-height: 1.2;
}
.cta-underline {
  border: none;
  border-bottom: 2px solid #222;
  width: 80%;
  margin: 18px 0 0 0;
  background: none;
}
.cta-form {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px 0 rgba(20,30,60,0.08);
  padding: 32px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 320px;
  max-width: 420px;
  justify-content: center;
}
.cta-form input,
.cta-form textarea {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1rem;
  background: #23243a;
  border: none;
  border-radius: 6px;
  padding: 16px 14px;
  color: #fff;
  margin-bottom: 0;
  outline: none;
  resize: none;
  transition: box-shadow 0.2s;
}
.cta-form input:focus,
.cta-form textarea:focus {
  box-shadow: 0 0 0 2px #2563eb33;
}

/* Google Translate - Estilo profissional */
#google_translate_element {
  margin-left: auto;
  margin-right: 20px;
}
.goog-te-gadget {
  font-family: 'Manrope', 'Inter', sans-serif !important;
  font-size: 0 !important;
}
.goog-te-gadget-simple {
  background-color: #23243a !important;
  border: none !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}
.goog-te-gadget-simple:hover {
  background-color: #2563eb !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37,99,235,0.4) !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
  color: #fff !important;
  font-family: 'Manrope', 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #fff !important;
  font-family: 'Manrope', 'Inter', sans-serif !important;
  font-size: 1rem !important;
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child {
  display: none;
}
.goog-te-gadget-icon {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
body {
  top: 0 !important;
}

/* Dropdown do Google Translate */
.goog-te-menu-frame {
  max-width: 100% !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3) !important;
  border-radius: 8px !important;
}
.goog-te-menu2 {
  background-color: #23243a !important;
  border: none !important;
  font-family: 'Manrope', 'Inter', sans-serif !important;
}
.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div {
  color: #fff !important;
  font-family: 'Manrope', 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  padding: 12px 20px !important;
}
.goog-te-menu2-item-selected div,
.goog-te-menu2-item:hover div {
  background-color: #2563eb !important;
  color: #fff !important;
}

.cta-form button {
  margin-top: 12px;
  background: #2563eb;
  color: #fff;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 14px;
  padding: 18px 0;
  cursor: pointer;
  box-shadow: 0 6px 24px 0 rgba(20,30,60,0.10);
  transition: background 0.2s, color 0.2s;
}
.cta-form button:hover {
  background: #23243a;
  color: #2563eb;
}
@media (max-width: 900px) {
  .form-cta-row {
    flex-direction: column;
    padding: 32px 8px;
    gap: 24px;
  }
  .cta-form-left {
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .cta-underline {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-form {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 24px 8px 16px 8px;
  }
}

body {
  margin: 0;
  font-family: 'Manrope', 'Inter', sans-serif;
  color: #fff;
  background: #181c2a;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}
/* Section dividers */
.section-divider {
  padding: 80px 0 40px 0;
  text-align: center;
  position: relative;
}
.section-divider::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
  border-radius: 2px;
}
.section-title {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -1px;
}
.section-subtitle {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
}
.main-header {
  background: #181c2a;
  padding: 32px 0 0 0;
  box-shadow: none;
}
.logo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}
.logo {
  height: 40px;
  margin-right: 0;
  display: block;
  filter: brightness(0) invert(1);
}
nav {
  display: flex;
  gap: 16px;
  align-items: center;
}
nav a {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  background: transparent;
  padding: 8px 18px;
  border-radius: 20px;
  transition: all 0.2s;
  box-shadow: none;
}
nav a:hover {
  background: #23243a;
  color: #2563eb;
}

.hero {
  text-align: center;
  padding: 140px 0 60px 0;
}
.hero-title {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5em;
  letter-spacing: -1px;
}
.hero-subtitle {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #a3a3a3;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 0 24px;
}

.cards-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 60px auto 60px auto;
}

.card.geom {
  background: #23243a;
  border-radius: 36px;
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  padding: 56px 40px 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.geom-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  background: #181c2a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.geom-square {
  background: #fff;
  border-radius: 16px;
  width: 40px;
  height: 40px;
  margin: auto;
}
.geom-circle {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: auto;
}
.geom-triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #fff;
  margin: auto;
}
.card.geom h3 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
}
.card.geom p {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #a3a3a3;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.services-row, .benefits-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 60px auto 60px auto;
}

.service {
  flex: 1;
  min-width: 180px;
  max-width: 220px;
  text-align: center;
  padding: 32px 8px 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon svg {
  width: 40px;
  height: 40px;
}
.service h3 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.service p {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1rem;
  color: #a3a3a3;
  margin-bottom: 0;
}


.final-cta {
  text-align: center;
  margin: 80px auto 40px auto;
}
.final-cta h2 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.cta-sub {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #a3a3a3;
  margin-bottom: 18px;
  letter-spacing: -1px;
}
.cta-button {
  display: inline-block;
  background: #111827;
  color: #1d9bf0;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 24px;
  padding: 12px 32px;
  margin-top: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
}
.cta-button:hover {
  background: #2563eb;
  color: #fff;
}

/* Footer */
.main-footer {
  background: #181c2a;
  padding: 60px 0;
  margin-top: 80px;
  border-top: 1px solid #23243a;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.footer-brand {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px 0;
}
.footer-location {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #a3a3a3;
  margin: 0;
}

/* Áreas de atuação */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin: 60px auto 80px auto;
  padding: 0 24px;
}
.area-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 20px;
  background: #23243a;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.area-item:hover {
  transform: translateY(-8px);
  background: #2563eb;
  box-shadow: 0 8px 24px rgba(37,99,235,0.3);
}
.area-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(37,99,235,0.15);
  transition: all 0.3s ease;
}
.area-item:hover .area-icon {
  background: rgba(255,255,255,0.15);
  transform: scale(1.1);
}
.area-item h4 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: -0.3px;
}
@media (max-width: 900px) {
  .areas-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: 40px auto 60px auto;
  }
  .area-item {
    padding: 24px 16px;
  }
  .area-icon {
    width: 64px;
    height: 64px;
  }
  .area-item h4 {
    font-size: 0.95rem;
  }
}
@media (max-width: 600px) {
  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

footer {
  text-align: center;
  padding: 40px 20px;
  background: #181c2a;
  font-size: 14px;
  color: #a3a3a3;
  margin-top: 40px;
}

/* Botão Voltar ao Topo */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #2563eb;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37,99,235,0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #1d4ed8;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37,99,235,0.5);
}
.back-to-top:active {
  transform: translateY(-1px);
}
@media (max-width: 600px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 900px) {
  .cards-row, .services-row, .benefits-row {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .logo-nav {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}