/*
Theme Name: Ativo Soluções
Description: Tema customizado para Ativo Soluções.
Author: W-ID
Version: 1.0.1
Text Domain: ativo-solucoes
*/

.article-content {
  color: #484848;
  font-size: 16px;
  line-height: 32px;
}

.article-content p {
  margin-bottom: 1.5rem;
}

.article-content h2 {
  color: #742AEF;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.article-content h3 {
  color: #742AEF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.article-content a {
  color: #742AEF;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: filter 0.2s;
}

.article-content a:hover {
  filter: brightness(0.85);
}

.article-content ul,
.article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

.article-content ul {
  list-style: none;
  padding-left: 0;
}

.article-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0.75rem;
}

.article-content ul li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background-color: #742AEF;
  margin-top: 11px;
}

.article-content ol {
  list-style: decimal;
}

.article-content ol li {
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
}

.article-content blockquote {
  background-color: #742AEF;
  border-radius: 20px;
  padding: 2rem 2.5rem;
  margin: 2rem 0;
}

.article-content blockquote p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
}

.article-content strong,
.article-content b {
  font-weight: 700;
  color: #742AEF;
}

.article-content em,
.article-content i {
  font-style: italic;
}

.article-content img {
  width: 100%;
  border-radius: 16px;
  margin: 1.5rem 0;
  object-fit: cover;
}

.article-content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 2rem 0;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form label,
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 8px;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email {
  display: block;
  width: 100%;
  height: 64px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 0 28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: border-color 0.2s;
}

.wpcf7-form .wpcf7-text::placeholder,
.wpcf7-form .wpcf7-email::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus {
  border-color: #bdce3f;
}

.wpcf7-form .wpcf7-textarea {
  display: block;
  width: 100%;
  height: 199px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 16px 28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  resize: none;
  transition: border-color 0.2s;
}

.wpcf7-form .wpcf7-textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.wpcf7-form .wpcf7-textarea:focus {
  border-color: #bdce3f;
}

.wpcf7-form .wpcf7-acceptance {
  display: block;
  margin: 8px 0;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.wpcf7-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  accent-color: #742AEF;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.wpcf7-form .wpcf7-list-item-label,
.wpcf7-form .wpcf7-list-item-label a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}

.wpcf7-form .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: filter 0.2s;
  margin-top: 8px;
}

.wpcf7-form .wpcf7-submit:hover {
  filter: brightness(0.8);
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #f87171;
  font-size: 12px;
  margin-top: 4px;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: #f87171 !important;
}

.wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(189, 206, 63, 0.2);
  color: #bdce3f;
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  background-color: rgba(248, 113, 113, 0.15);
  color: #f87171;
}