body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #f9fafb;
  color: #1f2937;
}
header {
  background-color: #111827;
  padding: 14px 24px 14px 24px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px #0002;
}
header .logo {
  font-size: 1.5em;
  font-weight: 700;
  color: #facc15; /* amarelo suave como destaque */
}
.header-logo {
  height: 44px;
  max-width: 120px;
  width: auto;
  display: block;
  background: transparent;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  align-self: center;
}
.header-logo-mobile { display: none; }
.header-logo-desktop { display: block; }
.nav-desktop {
  display: flex;
  gap: 28px;
}
.menu-toggle {
  display: none;
}
.nav-mobile {
  display: none;
}
.nav-mobile.open {
  display: flex;
}
.nav-mobile a {
  color: #fff;
  text-decoration: none;
  font-size: 1.13em;
  font-weight: 500;
  padding: 10px 0;
  width: 90%;
  text-align: center;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.nav-mobile a:hover {
  background: #31225a;
  color: #facc15;
}
.nav-mobile .btn-destaque {
  width: 90%;
  margin: 12px auto 0 auto;
  font-size: 1.1em;
  padding: 14px 0;
  text-align: center;
  background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 22px;
  box-shadow: 0 2px 12px #0002;
  transition: background 0.2s, color 0.2s;
}
.nav-mobile .btn-destaque:hover {
  background: #facc15;
  color: #1e293b;
}
.nav-mobile .precos-btn.nav-mobile-precos {
  width: 90%;
  font-size: 1.08em;
  padding: 14px 0;
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
  color: #fff;
  font-weight: bold;
  border-radius: 22px;
  box-shadow: 0 2px 12px #0002;
  border: none;
  margin-left: 0;
  margin-right: 0;
  transition: background 0.2s, color 0.2s;
}
.nav-mobile .precos-btn.nav-mobile-precos:hover {
  background: #facc15;
  color: #1e293b;
}
.hero {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(to right, #0f172a, #1e293b);
  color: white;
}
.hero h1 {
  font-size: 2.8em;
  margin-bottom: 16px;
}
.hero p {
  font-size: 1.2em;
  max-width: 600px;
  margin: 0 auto 32px;
  color: #e5e7eb;
}
.hero a {
  background: #facc15;
  color: #111827;
  padding: 14px 28px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.section {
  padding: 60px 20px;
  text-align: center;
}
.section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}
.section p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #4b5563;
}
.footer {
  background-color: #111827;
  color: white;
  text-align: center;
  padding: 40px 20px;
  font-size: 0.9em;
}
.mockup-celular {
  background: #181818;
  border-radius: 44px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 8px solid #888;
  border-bottom-width: 18px;
  border-top-width: 18px;
  min-height: 700px;
  box-sizing: border-box;
  overflow: hidden;
}
.status-bar {
  width: 100%;
  height: 32px;
  background: #fff;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 18px;
  font-family: 'Inter', sans-serif;
  font-size: 1.08em;
  color: #222;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #ececec;
}
.status-hora {
  font-weight: 600;
  font-size: 1.08em;
}
.status-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-sinal {
  display: inline-block;
  width: 18px; height: 12px;
  background: linear-gradient(to top, #222 60%, transparent 60%);
  border-radius: 2px;
  margin-right: 2px;
  position: relative;
}
.status-sinal:after {
  content: '';
  display: block;
  width: 14px; height: 6px;
  border-radius: 2px;
  background: #222;
  position: absolute;
  left: 2px; top: 2px;
  opacity: 0.5;
}
.status-wifi {
  display: inline-block;
  width: 16px; height: 16px;
  background: none;
  border-radius: 50%;
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  border-right: 2px solid #222;
  border-top: none;
  transform: rotate(-45deg);
  margin-right: 2px;
}
.status-bateria {
  display: inline-block;
  width: 22px; height: 10px;
  border: 2px solid #222;
  border-radius: 3px;
  position: relative;
}
.status-bateria:after {
  content: '';
  display: block;
  width: 3px; height: 4px;
  background: #222;
  position: absolute;
  right: -5px; top: 2px;
  border-radius: 1px;
}
.btn-lateral {
  position: absolute;
  background: #444;
  border-radius: 6px;
  z-index: 2;
}
.btn-power {
  width: 5px; height: 48px;
  right: -10px; top: 100px;
}
.btn-vol-up {
  width: 5px; height: 32px;
  left: -10px; top: 90px;
}
.btn-vol-down {
  width: 5px; height: 32px;
  left: -10px; top: 140px;
}
.celular-topo {
  width: 100%;
  height: 24px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  background: #fff;
  z-index: 2;
}
.alto-falante {
  width: 56px;
  height: 7px;
  background: #e5e5e5;
  border-radius: 4px;
  margin-top: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.camera-iphone {
  width: 12px;
  height: 12px;
  background: #bbb;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  position: absolute;
  left: 50%;
  transform: translateX(-90px);
  top: 8px;
}
.celular-tela {
  width: 100%;
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0002;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  height: 520px;
}
.celular-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  background: transparent;
  z-index: 2;
}
.botao-home {
  width: 38px;
  height: 38px;
  background: #222;
  border-radius: 50%;
  border: 2px solid #666;
  margin: 0 auto;
  box-shadow: 0 2px 8px #0003;
}
.barra-inferior {
  width: 100%;
  height: 18px;
  background: #111;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  position: absolute;
  left: 0; bottom: 0;
  z-index: 3;
}
.iphone-chat {
  width: 100%;
  height: 370px;
  background: repeating-linear-gradient(135deg, #f7f7f7 0 2px, #ece5dd 2px 4px);
  border-radius: 24px 24px 0 0;
  padding: 18px 8px 12px 8px;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  position: relative;
  flex: 1 1 auto;
}
.msg {
  max-width: 80%;
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 22px;
  font-size: 1em;
  line-height: 1.5;
  box-shadow: 0 2px 8px #0001;
  word-break: break-word;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
  position: relative;
}
.msg.autonoma {
  background: #fff;
  color: #222;
  align-self: flex-start;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border: 1.5px solid #e5e5e5;
}
.msg.cliente {
  background: #d9fdd3;
  color: #222;
  align-self: flex-end;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border: 1.5px solid #b2e59e;
}
.msg.show {
  opacity: 1;
  transform: translateY(0);
}
.msg .hora {
  display: block;
  font-size: 0.85em;
  color: #888;
  margin-top: 4px;
  text-align: right;
}
.msg .nome {
  font-weight: bold;
  font-size: 0.93em;
  margin-bottom: 2px;
  color: #2563a6;
}
.chat-input-bar {
  width: 100%;
  background: #fff;
  border-top: 1.5px solid #e0e0e0;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 8px;
  gap: 6px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  position: relative;
  z-index: 2;
  min-height: 44px;
}
.chat-input {
  flex: 1 1 auto;
  border: none;
  background: #fff;
  border-radius: 18px;
  padding: 8px 12px;
  font-size: 1em;
  color: #222;
  outline: none;
  box-shadow: 0 1px 2px #0001;
  min-width: 0;
}
.chat-btn {
  background: none;
  border: none;
  font-size: 1.25em;
  color: #888;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}
.chat-btn:active {
  background: #e0e0e0;
}
.chat-plus { font-weight: bold; font-size: 1.3em; color: #25d366; }
.chat-emoji { font-size: 1.1em; }
.chat-clip, .chat-mic { font-size: 1em; }
@media (max-width: 700px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
  body {
    position: relative;
    width: 100vw;
    box-sizing: border-box;
  }
  .hero, .section, .timeline-section, .cases-section, .fale-one-section, .faq-section {
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .mockup-celular {
    max-width: 99vw;
    min-width: 0;
    min-height: 520px;
    height: 92vw;
    max-height: 99vh;
    padding: 0;
  }
  .celular-tela {
    min-height: 420px;
    height: 76vw;
    max-height: 85vh;
    box-sizing: border-box;
  }
  .iphone-chat {
    height: 72vw;
    min-height: 260px;
    max-height: 80vh;
    font-size: 1.08em;
  }
  .chat-input-bar { min-height: 32px; padding: 4px 4px; }
  .nav-desktop {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
  }
  .menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
  }
  .menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .header-logo-mobile { display: block; }
  .header-logo-desktop { display: none !important; }
  .header-logo {
    height: 36px;
    max-width: 110px;
  }
  header {
    padding: 8px 10px 8px 10px;
  }
  .nav-mobile {
    display: none;
    flex-direction: column;
    background: #221c3a;
    border-radius: 12px;
    box-shadow: 0 4px 24px #0005;
    padding: 18px 0;
    gap: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    z-index: 1200;
    align-items: center;
  }
  .nav-mobile.open {
    display: flex;
  }
  .nav-mobile a {
    color: #fff;
    text-decoration: none;
    font-size: 1.13em;
    font-weight: 500;
    padding: 10px 0;
    width: 90%;
    text-align: center;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
  }
  .nav-mobile a:hover {
    background: #31225a;
    color: #facc15;
  }
  .nav-mobile .btn-destaque {
    width: 90%;
    margin: 12px auto 0 auto;
    font-size: 1.1em;
    padding: 14px 0;
    text-align: center;
    background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 22px;
    box-shadow: 0 2px 12px #0002;
    transition: background 0.2s, color 0.2s;
  }
  .nav-mobile .btn-destaque:hover {
    background: #facc15;
    color: #1e293b;
  }
  .nav-mobile .precos-btn.nav-mobile-precos {
    width: 90%;
    font-size: 1.08em;
    padding: 14px 0;
    text-align: center;
    margin-bottom: 0;
    background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
    color: #fff;
    font-weight: bold;
    border-radius: 22px;
    box-shadow: 0 2px 12px #0002;
    border: none;
    margin-left: 0;
    margin-right: 0;
    transition: background 0.2s, color 0.2s;
  }
  .nav-mobile .precos-btn.nav-mobile-precos:hover {
    background: #facc15;
    color: #1e293b;
  }
}
.timeline-section {
  background: #0b1120;
  color: #fff;
  padding: 80px 20px;
}
.timeline-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.timeline-title {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 12px;
}
.timeline-desc {
  font-size: 1.1em;
  color: #cbd5e1;
  margin-bottom: 60px;
}
.timeline {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
}
.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #22d3ee 0%, #22d3ee 100%);
  border-radius: 2px;
  z-index: 0;
}
.timeline-item {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 56px;
  z-index: 1;
}
.timeline-item.left {
  justify-content: flex-start;
}
.timeline-item.right {
  justify-content: flex-end;
}
.timeline-item.left .timeline-content,
.timeline-item.left .timeline-icon {
  flex-direction: row;
}
.timeline-item.right .timeline-content,
.timeline-item.right .timeline-icon {
  flex-direction: row-reverse;
}
.timeline-item.left .timeline-content {
  text-align: right;
  margin-right: 0;
  margin-left: 0;
}
.timeline-item.right .timeline-content {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.timeline-inner {
  display: flex;
  align-items: center;
  width: 50%;
}
.timeline-item.left .timeline-inner {
  justify-content: flex-start;
  margin-right: 50%;
  margin-left: 0;
  padding-right: 32px;
}
.timeline-item.right .timeline-inner {
  justify-content: flex-end;
  margin-left: 50%;
  margin-right: 0;
  padding-left: 32px;
}
.timeline-icon {
  background: #0b1120;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px #0b1120;
  border: 3px solid #22d3ee;
  margin: 0 24px;
}
.timeline-step {
  display: inline-block;
  background: #22d3ee;
  color: #0b1120;
  font-weight: bold;
  font-size: 1em;
  border-radius: 16px;
  padding: 2px 16px;
  margin-bottom: 8px;
  margin-top: 0;
  letter-spacing: 0.04em;
}
@media (max-width: 900px) {
  .timeline {
    max-width: 98vw;
  }
  .timeline-inner {
    width: 100%;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 700px) {
  .timeline {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  .timeline:before {
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: #22d3ee;
  }
  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 44px;
    text-align: center;
    position: relative;
    background: none;
  }
  .timeline-inner {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .timeline-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    box-shadow: 0 0 0 3px #0b1120;
    border-width: 2px;
    align-self: center;
    margin: 0 0 10px 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    background: #0b1120;
  }
  .timeline-step {
    font-size: 1em;
    padding: 4px 18px;
    margin-bottom: 8px;
    margin-top: 0;
    background: #22d3ee;
    color: #0b1120;
    border-radius: 16px;
    display: inline-block;
    align-self: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    writing-mode: initial !important;
    text-orientation: initial !important;
    transform: none !important;
    white-space: nowrap;
  }
  .timeline-content {
    max-width: 95vw;
    margin: 0 auto;
    text-align: center !important;
    padding: 0;
    background: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    word-break: break-word;
    white-space: normal;
    align-items: center;
  }
  .timeline-content h3 {
    font-size: 1.13em;
    margin-bottom: 6px;
    margin-top: 0;
    word-break: break-word;
    font-weight: bold;
    align-self: center;
  }
  .timeline-content p {
    font-size: 1em;
    margin: 0 0 0 0;
    word-break: break-word;
    line-height: 1.5;
    align-self: center;
  }
}
.contato-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.contato-form-wrapper {
  flex: 1 1 340px;
  min-width: 300px;
}
.contato-img-wrapper {
  flex: 1 1 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
}
.contato-img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.contato-img {
  max-width: 220px;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  display: block;
  border: none !important;
  margin-bottom: 12px;
}
.contato-info {
  text-align: center;
  margin-top: 10px;
}
.contato-nome {
  font-weight: bold;
  font-size: 1.15em;
  color: #1e293b;
}
.contato-funcao {
  font-size: 0.98em;
  color: #64748b;
  margin-top: 2px;
}
.contato-descricao {
  font-size: 0.97em;
  color: #64748b;
  margin-top: 6px;
  line-height: 1.5;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.contato-msg-balao {
  display: flex;
  align-items: flex-end;
  margin-bottom: 18px;
}
.msg-one {
  background: #e7fbe9;
  color: #222;
  border-radius: 18px 18px 6px 18px;
  box-shadow: 0 2px 8px #0001;
  padding: 16px 22px;
  font-size: 1.08em;
  max-width: 320px;
  line-height: 1.5;
  border: 1.5px solid #b2e59e;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.msg-nome {
  color: #2563a6;
  font-weight: bold;
  margin-right: 6px;
}
@media (max-width: 900px) {
  .contato-flex {
    flex-direction: column;
    gap: 24px;
    padding: 0 12px;
  }
  .contato-img {
    max-width: 180px;
  }
  .contato-img-wrapper {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .contato-msg-balao {
    margin-bottom: 0;
  }
}
.faq-section {
  background: #f9fafb;
  padding: 60px 20px 40px 20px;
}
.faq-container {
  max-width: 700px;
  margin: 0 auto;
}
.faq-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 32px;
  color: #1e293b;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0001;
  padding: 24px 28px;
  transition: box-shadow 0.2s;
}
.faq-item:hover {
  box-shadow: 0 4px 24px #0002;
}
.faq-answer {
  color: #475569;
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), padding 0.25s;
  padding-top: 0;
  padding-bottom: 0;
}
.faq-question {
  background: none;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 1.13em;
  color: #0f172a;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 0;
  transition: color 0.2s;
}
.faq-question:hover {
  color: #22d3ee;
}
@media (max-width: 700px) {
  .faq-container {
    padding: 0 2vw;
  }
  .faq-item {
    padding: 16px 10px;
  }
  .faq-title {
    font-size: 1.3em;
  }
}
.hero-logo {
  display: block;
  margin: 0 auto 36px auto;
  max-width: 200px;
  width: 100%;
  height: auto;
}
.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 8px;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 700px) {
  .header-logo {
    height: 36px;
    max-width: 110px;
  }
}
.servicos-list {
  list-style: none;
  padding: 0;
  margin: 24px auto 0 auto;
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
.servicos-list li {
  font-size: 1.13em;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px #0001;
  padding: 12px 22px;
}
.servico-icone {
  font-size: 1.35em;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  .servicos-list {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .servicos-list li {
    width: 100%;
    justify-content: flex-start;
    font-size: 1em;
    padding: 10px 14px;
  }
}
.novo-header {
  background: linear-gradient(90deg, #221c3a 0%, #2d2150 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 32px;
  min-height: 64px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px #0002;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 0;
  padding-left: 0;
}
.menu-cases {
  position: relative;
}
.cases-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.08em;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cases-btn:hover {
  background: #31225a;
}
.seta {
  font-size: 0.9em;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.08em;
  font-weight: 500;
  margin-right: 8px;
}
.menu-login {
  position: relative;
}
.login-btn {
  background: none;
  border: 1.5px solid #fff;
  color: #fff;
  font-size: 1.08em;
  font-weight: 500;
  border-radius: 22px;
  padding: 7px 22px 7px 18px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-right: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.login-btn:hover {
  background: #31225a;
  color: #facc15;
}
.login-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 110%;
  background: #fff;
  color: #222;
  border-radius: 10px;
  box-shadow: 0 4px 24px #0004;
  min-width: 140px;
  z-index: 1200;
  padding: 10px 0;
}
.login-dropdown.open {
  display: block;
}
.login-dropdown a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 10px 22px;
  font-size: 1em;
  border-radius: 6px;
  transition: background 0.2s;
}
.login-dropdown a:hover {
  background: #facc15;
  color: #111827;
}
.btn-destaque {
  background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 22px;
  padding: 10px 28px;
  font-size: 1.08em;
  box-shadow: 0 2px 12px #0002;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  margin-left: 8px;
}
.btn-destaque:hover {
  background: #facc15;
  color: #1e293b;
}
.cases-section {
  background: #f9fafb;
  padding: 70px 20px 60px 20px;
  text-align: center;
}
.cases-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 32px;
  color: #1e293b;
}
.cases-abas {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.case-aba {
  background: #ede9fe;
  color: #4f46e5;
  border: none;
  border-radius: 16px 16px 0 0;
  padding: 12px 32px;
  font-size: 1.08em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  outline: none;
}
.case-aba.active, .case-aba:hover {
  background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
  color: #fff;
}
.cases-conteudo {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 2px 12px #0001;
  padding: 38px 32px 32px 32px;
  text-align: left;
}
.case-detalhe {
  display: none;
}
.case-detalhe.active {
  display: block;
}
.case-detalhe h3 {
  color: #4f46e5;
  font-size: 1.25em;
  margin-bottom: 12px;
}
.case-detalhe ul {
  margin: 18px 0 0 0;
  padding-left: 20px;
  color: #475569;
}
@media (max-width: 900px) {
  .novo-header {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
    min-height: 54px;
  }
  .header-left {
    gap: 12px;
  }
  .header-logo {
    height: 32px;
    max-width: 70px;
  }
  .cases-abas {
    gap: 8px;
  }
  .cases-conteudo {
    padding: 18px 6px 18px 6px;
  }
}
@media (max-width: 700px) {
  .novo-header {
    flex-direction: column;
    padding: 0 2vw;
    min-height: 44px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(90deg, #221c3a 0%, #2d2150 100%);
  }
  .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0 8px 0;
  }
  .header-logo {
    height: 36px;
    max-width: 110px;
    margin: 0 auto;
    display: block;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
  }
  .menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
  }
  .menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .header-logo-mobile { display: block; }
  .header-logo-desktop { display: none !important; }
  .header-logo {
    height: 36px;
    max-width: 110px;
  }
  header {
    padding: 8px 10px 8px 10px;
  }
  .nav-mobile {
    display: none;
    flex-direction: column;
    background: #221c3a;
    border-radius: 12px;
    box-shadow: 0 4px 24px #0005;
    padding: 18px 0;
    gap: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    z-index: 1200;
    align-items: center;
  }
  .nav-mobile.open {
    display: flex;
  }
  .nav-mobile a {
    color: #fff;
    text-decoration: none;
    font-size: 1.13em;
    font-weight: 500;
    padding: 10px 0;
    width: 90%;
    text-align: center;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
  }
  .nav-mobile a:hover {
    background: #31225a;
    color: #facc15;
  }
  .nav-mobile .btn-destaque {
    width: 90%;
    margin: 12px auto 0 auto;
    font-size: 1.1em;
    padding: 14px 0;
    text-align: center;
    background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 22px;
    box-shadow: 0 2px 12px #0002;
    transition: background 0.2s, color 0.2s;
  }
  .nav-mobile .btn-destaque:hover {
    background: #facc15;
    color: #1e293b;
  }
  .nav-mobile .precos-btn.nav-mobile-precos {
    width: 90%;
    font-size: 1.08em;
    padding: 14px 0;
    text-align: center;
    margin-bottom: 0;
    background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
    color: #fff;
    font-weight: bold;
    border-radius: 22px;
    box-shadow: 0 2px 12px #0002;
    border: none;
    margin-left: 0;
    margin-right: 0;
    transition: background 0.2s, color 0.2s;
  }
  .nav-mobile .precos-btn.nav-mobile-precos:hover {
    background: #facc15;
    color: #1e293b;
  }
  .header-left, .header-right {
    display: none !important;
  }
}
.cases-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 110%;
  background: #fff;
  color: #222;
  border-radius: 10px;
  box-shadow: 0 4px 24px #0004;
  min-width: 220px;
  z-index: 1200;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
}
.cases-dropdown.open {
  display: flex;
}
.cases-dropdown a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 10px 22px;
  font-size: 1em;
  border-radius: 6px;
  transition: background 0.2s;
  width: 100%;
}
.cases-dropdown a:hover {
  background: #ede9fe;
  color: #4f46e5;
}

/* Fale com o One */
.fale-one-section {
  background: #f9fafb;
  padding: 60px 20px 40px 20px;
}
.fale-one-container {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px #0001;
  padding: 38px 28px 32px 28px;
  text-align: center;
}
.fale-one-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 12px;
  color: #1e293b;
}
.fale-one-desc {
  color: #475569;
  font-size: 1.08em;
  margin-bottom: 24px;
}
.fale-one-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
.fale-one-input {
  flex: 1 1 auto;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1.5px solid #d1d5db;
  font-size: 1.08em;
  outline: none;
  background: #f3f4f6;
  transition: border 0.2s;
}
.fale-one-input:focus {
  border: 1.5px solid #4f46e5;
}
.fale-one-send {
  background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 22px;
  padding: 0 28px;
  font-size: 1.08em;
  cursor: pointer;
  transition: background 0.2s;
}
.fale-one-send:hover {
  background: #facc15;
  color: #1e293b;
}
.fale-one-sugestoes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}
.fale-one-sugestao {
  background: #ede9fe;
  color: #4f46e5;
  border-radius: 16px;
  padding: 8px 18px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 4px;
}
.fale-one-sugestao:hover {
  background: #4f46e5;
  color: #fff;
}
.fale-one-chat {
  background: #ece5dd;
  border-radius: 18px;
  min-height: 180px;
  max-height: 340px;
  overflow-y: auto;
  padding: 8px 2px 8px 2px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  box-shadow: 0 1px 4px #0001;
  border: 1.5px solid #d1d5db;
}
.fale-one-msg-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 0;
}
.fale-one-msg.one {
  order: 2;
  background: #fff;
  color: #222;
  border-radius: 18px 18px 18px 6px;
  border: 1.5px solid #e5e5e5;
  box-shadow: 0 1px 4px #0001;
  padding: 10px 16px;
  font-size: 1em;
  line-height: 1.5;
  max-width: 70vw;
  min-width: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.fale-one-msg.user {
  background: #d9fdd3;
  color: #222;
  align-self: flex-end;
  border-radius: 18px 18px 6px 18px;
  border: 1.5px solid #b2e59e;
  box-shadow: 0 1px 4px #0001;
  padding: 10px 16px;
  font-size: 1em;
  line-height: 1.5;
  max-width: 70vw;
  min-width: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-left: auto;
}
.fale-one-avatar-inline {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1px 4px #0001;
  background: #fff;
  margin-bottom: 2px;
}
.fale-one-hora {
  font-size: 0.82em;
  color: #888;
  margin-top: 2px;
  align-self: flex-end;
}
.fale-one-msg-row.user {
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .fale-one-container {
    padding: 8px 2vw 8px 2vw;
  }
  .fale-one-title {
    font-size: 1.3em;
  }
  .fale-one-chat {
    min-height: 180px;
    max-height: 340px;
    padding: 8px 2px 8px 2px;
  }
  .fale-one-msg.one, .fale-one-msg.user {
    font-size: 0.97em;
    padding: 8px 10px;
  }
  .fale-one-avatar-inline {
    width: 24px;
    height: 24px;
  }
  .fale-one-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .fale-one-input {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px;
  }
  .fale-one-send {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 12px;
    font-size: 1.08em;
    padding: 12px 0;
  }
}
.fale-one-autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px #0002;
  border: 1.5px solid #d1d5db;
  z-index: 10;
  margin-top: 6px;
  padding: 6px 0;
  max-height: 260px;
  overflow-y: auto;
  min-width: 320px;
  width: 100%;
  box-sizing: border-box;
}
.fale-one-autocomplete-item {
  padding: 12px 22px 8px 22px;
  cursor: pointer;
  color: #1e293b;
  font-size: 1.04em;
  border-bottom: 1px solid #f3f4f6;
  background: #fff;
  transition: background 0.18s;
  display: flex;
  flex-direction: row;
  align-items: center;
  word-break: break-word;
  white-space: normal;
}
.fale-one-autocomplete-item:last-child {
  border-bottom: none;
}
.fale-one-autocomplete-item:hover {
  background: #ede9fe;
  color: #4f46e5;
}
.fale-one-autocomplete-pergunta {
  font-weight: 600;
  margin-bottom: 0;
}
.fale-one-autocomplete-resposta {
  display: none;
}
.fale-one-bar {
  position: relative;
}
.fale-one-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.fale-one-avatar-top {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 2px 8px #0002;
  background: #fff;
  margin-left: 18px;
}
@media (max-width: 700px) {
  .fale-one-header-row {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .fale-one-avatar-top {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
}
.whatsapp-float {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 2000;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: none;
}
.whatsapp-balao {
  background: #fff;
  color: #222;
  font-size: 1.08em;
  border-radius: 12px 12px 12px 0;
  box-shadow: 0 2px 8px #0002;
  padding: 12px 18px;
  margin-right: 10px;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  position: relative;
}
.whatsapp-balao:after {
  content: '';
  position: absolute;
  right: -12px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
}
.whatsapp-icone-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.whatsapp-icone {
  filter: drop-shadow(0 2px 8px #25d36655);
}
.whatsapp-notify {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #f44336;
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px #0002;
}
.whatsapp-balao-img {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  object-fit: cover;
  margin-left: 6px;
  vertical-align: middle;
  box-shadow: 0 1px 4px #0001;
}
@media (max-width: 700px) {
  .whatsapp-float {
    right: 12px;
    bottom: 12px;
  }
  .whatsapp-balao {
    font-size: 0.98em;
    padding: 8px 12px;
    margin-right: 6px;
  }
  .whatsapp-icone {
    width: 32px;
    height: 32px;
  }
  .whatsapp-notify {
    width: 18px;
    height: 18px;
    font-size: 0.85em;
  }
}
@media (max-width: 700px) {
  .fale-one-autocomplete {
    min-width: 0;
    width: 98vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 98vw;
  }
  .fale-one-autocomplete-item {
    font-size: 0.97em;
    padding: 8px 8px 6px 12px;
    word-break: break-word;
    white-space: normal;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }
  .fale-one-autocomplete-pergunta {
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    display: block;
  }
}
@media (max-width: 700px) {
  .contato-flex {
    flex-direction: column;
    gap: 24px;
    padding: 0 2vw;
  }
  .contato-form-wrapper {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 2vw;
  }
  .contato-form-wrapper form {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .contato-form-wrapper input,
  .contato-form-wrapper textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1em;
  }
  .contato-form-wrapper button[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.08em;
    margin-top: 8px;
  }
}
.quem-somos-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 32px;
  margin-top: 12px;
}
.quem-somos-btn {
  background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 18px;
  padding: 12px 28px;
  font-size: 1.08em;
  box-shadow: 0 2px 12px #0002;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  margin-bottom: 12px;
}
.quem-somos-btn:hover {
  background: #facc15;
  color: #1e293b;
  box-shadow: 0 4px 24px #0003;
}
.quem-somos-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quem-somos-modal-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20, 22, 34, 0.75);
  z-index: 1;
}
.quem-somos-modal-content {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 8px 32px #0003;
  padding: 44px 36px 36px 36px;
  max-width: 480px;
  width: 96vw;
  max-height: 92vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Inter', sans-serif;
}
.quem-somos-logo {
  display: block;
  margin: 0 auto -80px auto;
  max-width: 200px;
  width: 100%;
  height: auto;
}
.quem-somos-modal-content h2 {
  color: #4f46e5;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 22px;
  text-align: center;
  letter-spacing: -0.5px;
}
.quem-somos-bloco {
  margin-bottom: 32px;
}
.quem-somos-bloco:last-child {
  margin-bottom: 0;
}
.quem-somos-bloco h3 {
  color: #1e293b;
  font-size: 1.18em;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.quem-somos-bloco p, .quem-somos-bloco ul {
  color: #475569;
  font-size: 1.08em;
  margin: 0 0 0 0;
  line-height: 1.6;
}
.quem-somos-bloco ul {
  padding-left: 22px;
  margin-top: 6px;
}
.quem-somos-fechar {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2em;
  color: #4f46e5;
  cursor: pointer;
  z-index: 3;
  transition: color 0.2s;
}
.quem-somos-fechar:hover {
  color: #f44336;
}
@media (max-width: 700px) {
  .quem-somos-modal-content {
    max-width: 99vw;
    width: 99vw;
    padding: 18px 4vw 18px 4vw;
  }
  .quem-somos-logo {
    max-width: 90px;
    margin-bottom: 12px;
  }
  .quem-somos-modal-content h2 {
    font-size: 1.3em;
    margin-bottom: 14px;
  }
  .quem-somos-bloco {
    margin-bottom: 22px;
  }
  .quem-somos-bloco h3 {
    font-size: 1.05em;
    margin-bottom: 6px;
  }
  .quem-somos-bloco p, .quem-somos-bloco ul {
    font-size: 0.98em;
  }
}
#abrirQuemSomos.header-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.08em;
  font-weight: 500;
  margin-right: 8px;
  margin-left: 8px;
  transition: color 0.2s;
  cursor: pointer;
}
#abrirQuemSomos.header-link:hover {
  color: #facc15;
}
.quem-somos-btn { display: none !important; }
.precos-btn {
  background: linear-gradient(90deg, #6d4aff 0%, #4f46e5 100%);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 22px;
  padding: 10px 28px;
  font-size: 1.08em;
  box-shadow: 0 2px 12px #0002;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  margin-left: 8px;
  cursor: pointer;
}
.precos-btn:hover {
  background: #facc15;
  color: #1e293b;
}
.precos-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.precos-modal-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20, 22, 34, 0.75);
  z-index: 1;
}
.precos-modal-content {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 32px #0003;
  padding: 38px 32px 32px 32px;
  max-width: 420px;
  width: 92vw;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Inter', sans-serif;
}
.precos-modal-content h2 {
  color: #4f46e5;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}
.precos-bloco {
  margin-bottom: 18px;
}
.precos-bloco ul {
  color: #475569;
  font-size: 1.08em;
  margin: 0 0 0 0;
  line-height: 1.6;
  padding-left: 18px;
  margin-top: 6px;
}
.precos-bloco p {
  color: #475569;
  font-size: 1.08em;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.precos-fechar {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2em;
  color: #4f46e5;
  cursor: pointer;
  z-index: 3;
  transition: color 0.2s;
}
.precos-fechar:hover {
  color: #f44336;
}
@media (max-width: 700px) {
  .precos-modal-content {
    max-width: 98vw;
    width: 98vw;
    padding: 18px 6vw 18px 6vw;
  }
  .precos-btn {
    width: 90vw;
    font-size: 1.08em;
    padding: 14px 0;
    text-align: center;
    margin-bottom: 0;
  }
}
.servicos-list-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 36px;
  flex-wrap: wrap;
  margin: 36px auto 0 auto;
  max-width: 1100px;
}
.servico-bloco {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 12px #0001;
  padding: 28px 32px 22px 32px;
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 18px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.servico-bloco:hover {
  box-shadow: 0 6px 32px #0002;
  transform: translateY(-4px) scale(1.03);
}
.servico-topo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.servico-icone {
  font-size: 2em;
  display: flex;
  align-items: center;
}
.servico-titulo {
  font-size: 1.18em;
  font-weight: 700;
  color: #1e293b;
}
.servico-desc {
  color: #475569;
  font-size: 1.08em;
  line-height: 1.5;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .servicos-list-grid {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .servico-bloco {
    min-width: 0;
    max-width: 98vw;
    width: 100%;
    padding: 10px 4px 8px 4px;
    border-radius: 14px;
    margin-bottom: 10px;
    box-shadow: 0 1px 6px #0001;
    min-height: unset;
    height: auto;
    flex: unset;
    display: block;
  }
  .servico-topo {
    justify-content: center;
    margin-bottom: 6px;
  }
  .servico-titulo {
    font-size: 1em;
  }
  .servico-desc {
    font-size: 0.97em;
    text-align: center;
    margin-top: 0;
  }
}
/* Botão de fechar do menu mobile */
.menu-close {
  display: none;
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2.4em;
  color: #fff;
  z-index: 1300;
  cursor: pointer;
  transition: color 0.2s;
}
.nav-mobile.open .menu-close {
  display: block;
}
@media (max-width: 700px) {
  .nav-mobile.open + .menu-close {
    display: block;
  }
  .menu-toggle.open {
    display: none !important;
  }
}
.modal-sucesso {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal-content {
  background: #fff;
  padding: 32px 24px;
  border-radius: 18px;
  text-align: center;
  max-width: 320px;
  position: relative;
}
.close {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 2em;
  cursor: pointer;
  color: #4f46e5;
  transition: color 0.2s;
}
.close:hover {
  color: #f44336;
}
@media (max-width: 700px) {
  .modal-content {
    max-width: 95vw;
    padding: 18px 6vw;
  }
}
.abas-container {
  max-width: 900px;
  margin: 32px auto 0 auto;
  width: 100%;
  background: none;
}
@media (max-width: 700px) {
  .abas-container {
    max-width: 98vw;
    margin: 18px auto 0 auto;
    padding: 0 2vw;
  }
} 