.produto-automacao #product-overview{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  max-width:1100px;
  margin:0 auto;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(15,23,42,.06);
}

.produto-automacao #product-overview > ul,
.produto-automacao #product-overview > div > ul,
.produto-automacao #product-overview h2:nth-of-type(1) + ul,
.produto-automacao #product-overview h2:nth-of-type(2) + ul{
  list-style:none;
  margin:0;
  padding:0;
}

.produto-automacao #product-overview h2{
  margin:0;
  font-size:22px !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  background:#B1B2B3 !important;
  color:#000000 !important;
  padding:18px 24px !important;
  border-radius:12px 12px 0 0;
}

.produto-automacao #product-overview > p:first-of-type,
.produto-automacao #product-overview > div > p:first-of-type{
  background:#f3f4f6;
  color:#1f2937;
  padding:26px 24px;
  font-size:17px !important;
  line-height:1.8 !important;
  text-align:justify;
  border:1px solid #e5e7eb;
  border-radius:0 0 12px 12px;
  margin-bottom:16px;
}

.produto-automacao #product-overview h2:nth-of-type(1) + ul{
  background:#ffffff;
  padding:24px 24px 24px 24px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  border-radius:0 0 12px 12px;
  margin-bottom:16px;
}

.produto-automacao #product-overview h2:nth-of-type(1)+ul li{
  background:#f9fafb;
  color:#374151 !important;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:14px 16px 14px 42px;
  box-shadow:0 1px 4px rgba(0,0,0,.04);
  position:relative;
  font-size:15px !important;
  line-height:1.6 !important;
}

.produto-automacao #product-overview h2:nth-of-type(1)+ul li::before{
  content:"";
  position:absolute;
  left:14px; top:16px;
  width:10px; height:10px; border-radius:999px;
  background:#6b7280;
  opacity:.9;
}

.produto-automacao #product-overview h2:nth-of-type(2) + ul{
  background:#ffffff;
  padding:24px 24px 24px 24px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  border-radius:0 0 12px 12px;
  margin-bottom:16px;
}

.produto-automacao #product-overview h2:nth-of-type(2)+ul li{
  background:#f9fafb;
  color:#374151 !important;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:14px 16px 14px 42px;
  box-shadow:0 1px 4px rgba(0,0,0,.04);
  position:relative;
  font-size:15px !important;
  line-height:1.6 !important;
}

.produto-automacao #product-overview h2:nth-of-type(2)+ul li::before{
  content:"";
  position:absolute;
  left:14px; top:16px;
  width:10px; height:10px; border-radius:999px;
  background:#6b7280;
  opacity:.9;
}

.produto-automacao #product-overview h2:nth-of-type(3){
  font-size:22px !important;
  font-weight:800 !important;
  margin-bottom:0;
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul{
  background:#f3f4f6 !important;
  color:#374151 !important;
  margin:0 !important;
  padding:20px 24px 32px !important;
  border-radius:0 0 12px 12px !important;
  position:relative !important;
  list-style:none !important;
  column-count:2 !important;
  column-gap:24px !important;
  overflow:visible !important;
  border:none !important;
  box-shadow:none !important;
  margin-bottom:16px !important;
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul::before,
.produto-automacao #product-overview h2:nth-of-type(3) + ul::after{
  content:"" !important;
  position:absolute !important;
  top:16px !important; 
  bottom:16px !important;
  width:calc(50% - 12px) !important;
  background:#ffffff !important;
  background-color:#ffffff !important;
  border-radius:12px !important;
  box-shadow:0 4px 16px rgba(0,0,0,.08) !important;
  border:1px solid #e5e7eb !important;
  z-index:0 !important;
  pointer-events:none !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul::before{ 
  left:12px !important; 
  right:auto !important;
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul::after { 
  right:12px !important; 
  left:auto !important;
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul li{
  position:relative !important;
  z-index:1 !important;
  break-inside:avoid !important; 
  -webkit-column-break-inside:avoid !important;
  background:transparent !important;
  background-color:transparent !important;
  color:#374151 !important;
  padding:10px 14px !important;
  margin:0 8px 8px !important;
  border-bottom:1px solid #e5e7eb !important;
  border-left:none !important;
  border-right:none !important;
  border-top:none !important;
  line-height:1.5 !important; 
  font-size:15px !important;
  box-shadow:none !important;
  border-radius:0 !important;
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul li:last-child{ 
  border-bottom:none !important; 
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul li strong{
  display:inline-block !important;
  min-width:220px !important;
  color:#1f2937 !important;
  font-weight:700 !important;
  margin-right:8px !important;
  background:transparent !important;
  background-color:transparent !important;
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul li *{
  color:#374151 !important;
  background:transparent !important;
  background-color:transparent !important;
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul li strong{
  color:#1f2937 !important;
}

@media (max-width:900px){
  .produto-automacao #product-overview h2:nth-of-type(3) + ul{
    column-count:1 !important;
  }
  .produto-automacao #product-overview h2:nth-of-type(3) + ul::after{ 
    display:none !important; 
  }
  .produto-automacao #product-overview h2:nth-of-type(3) + ul::before{
    left:12px !important; 
    right:12px !important; 
    width:auto !important;
  }
}

.produto-automacao #product-overview h2:nth-of-type(3) + ul {
  background-image: 
    linear-gradient(to right, 
      transparent 0%, 
      transparent 12px, 
      #ffffff 12px, 
      #ffffff calc(50% - 12px), 
      transparent calc(50% - 12px), 
      transparent calc(50% + 12px), 
      #ffffff calc(50% + 12px), 
      #ffffff calc(100% - 12px), 
      transparent calc(100% - 12px), 
      transparent 100%
    ) !important;
  background-repeat: no-repeat !important;
  background-position: 0 16px !important;
  background-size: 100% calc(100% - 32px) !important;
}

.produto-automacao .faq-produto {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  max-width: 1100px;
  margin: 32px auto;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.produto-automacao .faq-produto > h2 {
  background:#3D7DB8 !important;
  color: #fff !important;
  margin: 0;
  padding: 18px 24px !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  text-align: left !important;
  letter-spacing: -0.02em;
  position: relative;
  border-radius:12px 12px 0 0;
  line-height:1.25 !important;
}

.produto-automacao .faq-produto .faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin: 18px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.produto-automacao .faq-produto .faq-item:hover {
  transform: translateY(-2px);
  border-color: #d1d5db;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.produto-automacao .faq-produto .faq-item h3 {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  color: #374151 !important;
  margin: 0;
  padding: 18px 20px;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  border-bottom: 1px solid #e5e7eb;
}

.produto-automacao .faq-produto .faq-item p {
  background: #fff;
  color: #4b5563 !important;
  margin: 0;
  padding: 20px;
  font-size: 16px !important;
  line-height: 1.75 !important;
  text-align: justify;
}

.produto-automacao .faq-produto .faq-item ul {
  list-style-type: disc !important;
  list-style-position: outside !important;
  margin: 16px 0 16px 20px !important;
  padding-left: 20px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.produto-automacao .faq-produto .faq-item ol {
  list-style-type: decimal !important;
  list-style-position: outside !important;
  margin: 16px 0 16px 20px !important;
  padding-left: 20px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.produto-automacao .faq-produto .faq-item ul li,
.produto-automacao .faq-produto .faq-item ol li {
  color: #4b5563 !important;
  margin-bottom: 12px !important;
  padding-left: 8px !important;
  line-height: 1.7 !important;
  font-size: 15px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: static !important;
}

.produto-automacao .faq-produto .faq-item ul li:last-child,
.produto-automacao .faq-produto .faq-item ol li:last-child {
  margin-bottom: 0 !important;
}

.produto-automacao .faq-produto .faq-item ul li::before,
.produto-automacao .faq-produto .faq-item ul li::after,
.produto-automacao .faq-produto .faq-item ol li::before,
.produto-automacao .faq-produto .faq-item ol li::after {
  display: none !important;
  content: none !important;
}

.produto-automacao .faq-produto .faq-item strong {
  color: #374151 !important;
  font-weight: 700 !important;
  background: linear-gradient(120deg, #f3f4f6 0%, #f3f4f6 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 85%;
  padding: 0 2px;
}

.produto-automacao .faq-produto .faq-item a {
  color: #6b7280;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.produto-automacao .faq-produto .faq-item a:hover {
  border-bottom-color: #9ca3af;
}

@media (max-width: 900px) {
  .produto-automacao #product-overview h2:nth-of-type(1)+ul,
  .produto-automacao #product-overview h2:nth-of-type(2)+ul {
    grid-template-columns: 1fr;
  }

  .produto-automacao .faq-produto {
    margin: 24px 16px;
    border-radius: 12px;
  }

  .produto-automacao .faq-produto > h2 {
    font-size: 20px !important;
    padding: 16px 20px !important;
  }

  .produto-automacao .faq-produto .faq-item {
    margin: 14px 20px;
  }

  .produto-automacao .faq-produto .faq-item h3 {
    font-size: 16px !important;
    padding: 16px 18px;
  }

  .produto-automacao .faq-produto .faq-item p {
    font-size: 15px !important;
    padding: 18px;
  }

  .produto-automacao .faq-produto .faq-item ul,
  .produto-automacao .faq-produto .faq-item ol {
    margin: 14px 0 14px 16px !important;
    padding-left: 16px !important;
  }
}

@media (max-width: 640px) {
  .produto-automacao #product-overview h2{
    font-size:18px !important;
    padding:16px 20px !important;
  }

  .produto-automacao .faq-produto {
    margin: 20px 12px;
    border-radius: 10px;
  }

  .produto-automacao .faq-produto > h2 {
    font-size: 18px !important;
    padding: 16px 16px !important;
  }

  .produto-automacao .faq-produto .faq-item {
    margin: 12px 16px;
    border-radius: 10px;
  }

  .produto-automacao .faq-produto .faq-item h3 {
    font-size: 15px !important;
    padding: 14px 16px;
  }

  .produto-automacao .faq-produto .faq-item p {
    font-size: 14px !important;
    padding: 16px;
    line-height: 1.65 !important;
  }

  .produto-automacao .faq-produto .faq-item ul,
  .produto-automacao .faq-produto .faq-item ol {
    margin: 12px 0 12px 12px !important;
    padding-left: 12px !important;
  }

  .produto-automacao .faq-produto .faq-item ul li,
  .produto-automacao .faq-produto .faq-item ol li {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.produto-automacao .faq-produto .faq-item {
  animation: fadeInUp 0.4s ease-out backwards;
}

.produto-automacao .faq-produto .faq-item:nth-of-type(1) { animation-delay: 0.05s; }
.produto-automacao .faq-produto .faq-item:nth-of-type(2) { animation-delay: 0.1s; }
.produto-automacao .faq-produto .faq-item:nth-of-type(3) { animation-delay: 0.15s; }
.produto-automacao .faq-produto .faq-item:nth-of-type(4) { animation-delay: 0.2s; }
.produto-automacao .faq-produto .faq-item:nth-of-type(5) { animation-delay: 0.25s; }
.produto-automacao .faq-produto .faq-item:nth-of-type(6) { animation-delay: 0.3s; }

.produto-automacao .faq-produto .faq-item:focus-within {
  outline: 3px solid #9ca3af;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .produto-automacao .faq-produto .faq-item {
    animation: none;
    transition: none;
  }
  
  .produto-automacao .faq-produto .faq-item:hover {
    transform: none;
  }
}

@media print {
  .produto-automacao .faq-produto {
    box-shadow: none;
    background: #fff;
  }
  
  .produto-automacao .faq-produto .faq-item {
    break-inside: avoid;
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
  }
  
  .produto-automacao .faq-produto .faq-item ul,
  .produto-automacao .faq-produto .faq-item ol {
    margin: 12px 0 12px 16px !important;
  }
}