* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f8fafc;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero {
  background-color: #0f172a;
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; /* 16px */
  padding: 2.5rem 1.25rem; /* 40px 20px */
}

.atendimento {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* 8px */
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15); 
  border-radius: 3.125rem; /* 50px */
  font-size: 0.75rem; /* 12px */
  padding: 0.375rem 1rem; /* 6px 16px */
  color: #E5E7EB;
  font-weight: 500;
  margin: 0 auto;
}

.greendot {
  width: 0.5rem; /* 8px */
  height: 0.5rem; /* 8px */
  border-radius: 50%;
  background-color: #25d366;
}

.hero-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem; /* 12px */
  margin-bottom: 0.5rem; /* 8px */
}

.hero h1 {
  color: #ffffff;
  font-size: 1.5rem; /* 24px */
  line-height: 1.25;
}

.hero p {
  color: #cbd5e1;
  font-size: 0.875rem; /* 14px */
  line-height: 1.5;
}

.botao-wpp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem; /* 10px */
  background-color: #25d366;
  padding: 0.875rem 1.5rem; /* 14px 24px */
  color: #ffffff;
  text-decoration: none;
  border-radius: 3.125rem; /* 50px */
  font-size: 0.9375rem; /* 15px */
  transition: background-color 0.3s ease, transform 0.3s ease-out;
  font-weight: 600;
}

.botao-wpp:hover {
  transform: scale(1.05);
  background-color: #13b64c;
}

.whatsapp-icon {
  transform: translateY(0.125rem); /* 2px */
  width: 1.375rem; /* 22px */
  height: 1.375rem; /* 22px */
  fill: #ffffff;
}

.services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.8125rem 1.5625rem; /* 45px 25px */
}

.services-title {
  text-align: center;
  font-size: 1.375rem; /* 22px */
  color: #0f172a;
  margin-bottom: 1.5rem; /* 24px */
  line-height: 1.3;
}

.services-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; /* 24px */
}

.service-card {
  background-color: #ffffff;
  padding: 1.5rem 1.25rem; /* 24px 20px */
  border-radius: 0.75rem; /* 12px */
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06); 
  border-top: 4px solid #0f172a; 
  overflow: hidden;
}

.service-card h3 {
  font-size: 1.125rem; /* 18px */
  color: #0f172a;
  margin-bottom: 1rem; /* 16px */
  font-weight: 700;
}

.service-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* 12px */
}

.service-card li {
  padding-left: 1.25rem; /* 20px */
  position: relative;
}

.service-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #25d366;
  font-weight: bold;
}

.duvida-box {
  margin-top: 1.5rem; /* 24px */
  padding: 1.25rem 1rem; /* 20px 16px */
  background-color: #f1f5f9;
  border-radius: 0.75rem; /* 12px */
  border: 1px dashed #cbd5e1; 
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; /* 16px */
}

.duvida-texto {
  color: #334155;
  font-size: 0.875rem; /* 14px */
  line-height: 1.5;
}

.duvida-texto strong {
  color: #0f172a;
  font-size: 0.9375rem; /* 15px */
}

.botao-wpp-secundario {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* 8px */
  background-color: #25d366;
  padding: 0.75rem 1.25rem; /* 12px 20px */
  color: #ffffff;
  text-decoration: none;
  border-radius: 3.125rem; /* 50px */
  font-size: 0.875rem; /* 14px */
  font-weight: 600;
  width: 100%;
  max-width: 20rem; /* 320px */
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.botao-wpp-secundario:hover {
  background-color: #13b64c;
  transform: scale(1.05);
}

.icon2 {
  transform: translateY(0.04rem);
}

.about {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9375rem 1.25rem 1.375rem 1.25rem; /* 15px 20px 22px 20px */
  margin: 1.25rem 1rem; /* 20px 16px */
  border-radius: 1rem; /* 16px */
  border: 1px solid #e2e8f0; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); 
}

.about-image {
  display: flex;
  justify-content: center;
  margin-bottom: 0.625rem; /* 10px */
}

.about-image img {
  display: block;
  width: 10rem; /* 160px */
  height: 14.0625rem; /* 225px */
  max-width: 100%; 
  object-fit: cover;
  border-radius: 0.75rem; /* 12px */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem; /* 12px */
}

.about h2 {
  margin-bottom: 2.1875rem; /* 35px */
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
  color: #0f172a;
}

.oab-info {
  margin-bottom: 0.75rem; /* 12px */
  color: #0f172a;
  font-size: 0.875rem; /* 14px */
  line-height: 1.4;
}

.oab-info strong {
  font-size: 1rem; /* 16px */
  color: #0f172a;
}

.about-text p {
  color: #334155;
  font-size: 0.875rem; /* 14px */
  line-height: 1.6;
  text-align: left;
}

.botao-wpp-terceiro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* 8px */
  background-color: #25d366;
  padding: 0.65rem 1.1rem; /* 10.4px 17.6px */
  color: #ffffff;
  text-decoration: none;
  border-radius: 3.125rem; /* 50px */
  margin-top: 1.25rem; /* 20px */
  font-size: 0.775rem; /* 12.4px */
  font-weight: 600;
  width: 100%;
  max-width: 20rem; /* 320px */
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.botao-wpp-terceiro:hover {
  background-color: #13b64c;
  transform: scale(1.05);
}

.perguntas {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.25rem; /* 32px 20px */
  margin: 1.25rem 1rem; /* 20px 16px */
  border-radius: 1rem; /* 16px */
  border: 1px solid #e2e8f0; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); 
}

.perguntas h2 {
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.25rem; /* 20px */
  text-align: center;
}

.perguntas-lista {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* 12px */
}

.perguntas-item {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0; 
  border-radius: 0.75rem; /* 12px */
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.perguntas-item[open] {
  background-color: #ffffff;
  border-color: #cbd5e1; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); 
}

.perguntas-item summary {
  list-style: none;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  font-size: 0.9375rem; /* 15px */
  line-height: 1.4;
  padding: 1rem; /* 16px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem; /* 12px */
  user-select: none;
}

.perguntas-item summary::-webkit-details-marker {
  display: none;
}

.seta-icon {
  width: 1.125rem; /* 18px */
  height: 1.125rem; /* 18px */
  stroke: #64748b;
  flex-shrink: 0;
  transition: transform 0.3s ease, stroke 0.3s ease;
}

.perguntas-item[open] .seta-icon {
  transform: rotate(180deg);
  stroke: #25d366;
}

.resposta-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.perguntas-item[open] .resposta-wrapper {
  grid-template-rows: 1fr;
}

.resposta-conteudo {
  overflow: hidden;
}

.resposta-conteudo p {
  color: #334155;
  font-size: 0.875rem; /* 14px */
  line-height: 1.6;
  border-top: 1px solid #f1f5f9; 
  padding: 0.75rem 1rem 1rem 1rem; /* 12px 16px 16px 16px */
  margin: 0;
}

.perguntas-item.fechando .resposta-wrapper {
  grid-template-rows: 0fr !important;
}

.perguntas-item.fechando .seta-icon {
  transform: rotate(0deg) !important;
  stroke: #64748b !important;
}

.footer {
  background-color: #0f172a;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 2.25rem 1rem 1.75rem; /* 36px 16px 28px */
  margin-top: 2.5rem; /* 40px */
}

.footer h3 {
  color: #ffffff;
  font-size: clamp(0.95rem, 4.2vw, 1.1875rem); /* Ajusta dinamicamente entre ~15px e 19px */  font-weight: 700;
  margin: 0 0 0.5rem 0; /* 0 0 8px 0 */
  white-space: nowrap;
}

.footer-subtitulo {
  color: #cbd5e1;
  font-size: 0.8125rem; /* 13px */
  line-height: 1.5;
  margin: 0 0 1.25rem 0; /* 0 0 20px 0 */
}

.footer .botao-wpp-secundario {
  margin-bottom: 1.5rem; /* 24px */
}

.contact-info {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 1rem; /* 16px */
  border-radius: 0.75rem; /* 12px */
  border: 1px solid rgba(255, 255, 255, 0.08); 
  width: 100%;
  max-width: 20rem; /* 320px */
  box-sizing: border-box;
}

.contact-info p {
  margin-bottom: 0.5rem; /* 8px */
  color: #e2e8f0;
  font-size: 0.78125rem; /* 12.5px */
}

.contact-info a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-info a:hover {
  color: #25d366;
  text-decoration: underline;
}

.contact-info .tagline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem; /* 6px */
  color: #e2e8f0;
  font-size: 0.75rem; /* 12px */
  font-weight: 500;
  margin-top: 0.625rem; /* 10px */
  padding-top: 0.625rem; /* 10px */
  border-top: 1px solid rgba(255, 255, 255, 0.06); 
  width: 100%;
}

.dot-online {
  width: 0.4375rem; /* 7px */
  height: 0.4375rem; /* 7px */
  background-color: #25d366;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px rgba(37, 211, 102, 0.6); 
}

.copyright {
  color: #64748b;
  font-size: 0.6875rem; /* 11px */
  line-height: 1.4;
  margin-top: 1.5rem; /* 24px */
  margin-bottom: 0;
}

.botao-wpp:focus-visible,
.botao-wpp-secundario:focus-visible,
.botao-wpp-terceiro:focus-visible {
  outline: 0.125rem solid #25d366; /* 2px */
  outline-offset: 0.25rem; /* 4px */
  border-radius: 3.125rem; /* 50px */
}

.perguntas-item summary:focus-visible,
.contact-info a:focus-visible {
  outline: 0.125rem solid #60a5fa; /* 2px */
  outline-offset: 0.25rem; /* 4px */
  border-radius: 0.25rem; /* 4px */
}


@media (min-width: 1024px) {
 
  .hero-content {
    padding: 7rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .hero h1 {
    font-size: 3.25rem; /* 52px */
  }
  
  .hero p {
    font-size: 1.25rem; /* 20px */
  }

  .hero .botao-wpp {
    font-size: 1.125rem; /* 18px */
    padding: 1rem 2rem; 
  }


  .services {
    max-width: 1100px; 
    margin: 2rem auto;
  }
  
  .services-title {
    font-size: 2.25rem; /* 36px */
    margin-bottom: 2.5rem;
  }

  .services-grid {
    flex-direction: row; 
    gap: 2.5rem; 
  }
  
  .service-card {
    flex: 1; 
    padding: 2.5rem;
  }

  .service-card h3 {
    font-size: 1.375rem; /* 22px */
  }

  .service-card li {
    font-size: 1.05rem; /* ~17px */
  }

  .duvida-box {
    margin-top: 3.5rem auto 0;
    padding: 2.5rem;
    max-width: 800px;
  }

  .duvida-texto {
    font-size: 1.05rem; /* ~17px */
  }
  
  .duvida-texto strong {
    font-size: 1.125rem; /* 18px */
  }

 
  .about {
    max-width: 1100px; 
    margin: 4rem auto;
    padding: 4rem; 
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "title title"
      "image text"
      "image button";
    column-gap: 5rem; /**/
    row-gap: 1.5rem;
  }

  .about h2 {
    grid-area: title;
    font-size: 2.25rem; /* 36px */
    margin-bottom: 1.5rem;
  }

  .about-image {
    grid-area: image;
    margin-bottom: 0;
  }

  .about-image img {
    width: 22rem; /* 352px -*/
    height: auto;
  }

  .about-text {
    grid-area: text;
    align-items: flex-start;
    text-align: left;
    max-width: 600px;
  }

  .about-text p {
    font-size: 1.125rem; /* 18px -  */
  }

  .oab-info {
    font-size: 1rem;
  }

  .oab-info strong {
    font-size: 1.25rem; /* 20px */
  }

  .botao-wpp-terceiro {
    grid-area: button;
    margin-top: 1rem;
    align-self: start; 
    justify-self: start;
    font-size: 1rem; /* 16px */
    padding: 0.875rem 1.5rem;
    width: auto; 
  }

  
  .perguntas {
    max-width: 800px;
    margin: 4rem auto;
    padding: 4rem;
  }

  .perguntas h2 {
    font-size: 2.25rem; /* 36px */
    margin-bottom: 2.5rem;
  }

  .perguntas-item summary {
    font-size: 1.25rem; /* 20px */
    padding: 1.5rem; 
  }

  .resposta-conteudo p {
    font-size: 1.05rem; /* ~17px */
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }

  .footer {
    padding: 5rem 2rem; 
  }

  .footer h3 {
    font-size: 2rem; /* 32px */
  }

  .footer-subtitulo {
    font-size: 1.125rem; /* 18px */
    margin-bottom: 2rem;
  }

  .contact-info {
    max-width: 26rem; /* 416px */
    padding: 1.5rem;
  }

  .contact-info p {
    font-size: 1rem; /* 16px */
  }

  .contact-info .tagline {
    font-size: 0.875rem; /* 14px */
    margin-top: 1rem;
    padding-top: 1rem;
  }
}