.wc-material {
  background: #fff;
}

.container {
  max-width: 1138px;
  margin: 0 auto;
}

.material-hero {
  padding: 60px 24px 80px;
  background: #fff;
}

.hero-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.hero-content {
  width: calc(58.3333% - 10px);
  padding-right: 48px;
}

.hero-titulo {
  color: rgb(102, 102, 102);
  margin: 0px 0px 24px;
  font-size: 3.11rem;
  line-height: 1.14;
  font-style: normal;
  font-weight: 500;
}

.hero-imagem {
  margin: 30px 0;
}

.hero-imagem img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-texto {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-top: 30px;
}

.hero-texto p {
  margin-bottom: 24px !important;
  color: rgb(102, 102, 102) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

.hero-texto strong {
  color: rgb(102, 102, 102) !important;
  font-weight: 700 !important;
}

.hero-form {
  margin-inline-start: 24px;
  width: calc(41.6667% - 14px);
  border-radius: 24px;
  margin-bottom: 24px;
  border: 2px solid;
  border-color: #e6e6e6;
  padding: 48px;
}

.hero-form .nf-form-cont {
  margin: 0;
}

.hero-form .nf-form-content .nf-field-container {
  margin-bottom: 12px;
}

.hero-form .checkbox-wrap .nf-field-label label .ninja-forms-req-symbol {
  display: none;
}

.hero-form .checkbox-wrap .nf-field-label label,
.hero-form .hs-richtext--text {
  word-break: break-word;
  font-size: 9px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(102, 102, 102);
}

.hero-form .nf-form-fields-required,
.hero-form .nf-field-label {
  display: none;
}

.hero-form .nf-form-title h3 {
  font-size: 0px;
  margin: 0px 0px 24px;
}

.hero-form .nf-form-title h3::after {
  content: "Preencha o formulário";
  font-size: 1.56rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: rgb(102, 102, 102);
}

.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form textarea {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(80, 80, 80, .05), 0 4px 8px rgba(80, 80, 80, .05);
  color: #505050;
  display: block;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  padding: .91rem;
  width: 100% !important;
}

.hero-form .nf-field-container .nf-field .nf-field-element {
  margin-top: .28rem;
}

.hero-form .nf-field-container .nf-after-field .nf-error-msg.nf-error-required-error {
  background: #d60b52;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: .89rem;
  line-height: 1.1;
  margin-left: .56rem;
  margin-right: .56rem;
  margin-top: -.50rem;
  padding: .23rem .46rem;
  vertical-align: top;
  position: relative;
  z-index: 20px;
}

.hero-form .nf-form-content .nf-field-container:has(input[type="text"]),
.hero-form .nf-form-content .nf-field-container:has(input[type="email"]),
.hero-form .nf-form-content .nf-field-container:has(textarea) {
  margin-bottom: 24px;
}

.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form textarea {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.hero-form input[type="text"]:hover,
.hero-form input[type="email"]:hover,
.hero-form textarea:hover {
  box-shadow: 0 0 0 8px hsla(0, 0%, 83%, .4);
}

.hero-form input[type="text"]:focus,
.hero-form input[type="email"]:focus,
.hero-form textarea:focus {
  border-color: #d60b52;
  box-shadow: 0 0 0 4px rgba(214, 11, 82, .15), inset 0 0 0 1px #d60b52;
}

.hero-form input[type="text"]::placeholder,
.hero-form input[type="email"]::placeholder,
.hero-form textarea::placeholder {
  color: rgb(80, 80, 80);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.hero-form .checkbox-wrap .nf-field-label label {
  float: none;
  vertical-align: middle;
  margin-left: 0px !important;
  margin: 0px;
}

.hero-form input:focus,
.hero-form textarea:focus {
  outline: none;
  border-color: #C9006B;
}

.hero-form button,
.hero-form input[type="submit"] {
  width: 100%;
  padding: 16px 24px;
  display: inline-block;
  background-color: var(--bg-color-pink);
  color: var(--color-text-white);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.hero-form button:hover,
.hero-form input[type="submit"]:hover {
  transform: scale(1.07);
}

.hero-form .nf-form-content .checkbox-container .nf-field-element {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.hero-form .ninja-forms-field[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(102, 102, 102);
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.hero-form .ninja-forms-field[type="checkbox"]:hover {
  background-color: #fbe2ec;
}

.hero-form .ninja-forms-field[type="checkbox"]:checked {
  background-color: #d60b52;
  border-color: #d60b52;
}

.hero-form .ninja-forms-field[type="checkbox"]:focus {
  box-shadow: rgba(214, 11, 82, 0.2) 0px 0px 0px 4px;
  border-color: rgb(214, 11, 82);
}

.hero-form .ninja-forms-field[type="checkbox"]:checked::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 3.5px;
  width: 12px;
  height: 12px;
}

.material-conteudo-secao {
  padding: 96px 24px;
}

.conteudo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.conteudo-imagem img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.conteudo-titulo {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.18;
  color: #666;
  margin: 0 0 24px 0;
}

.conteudo-topicos {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.conteudo-topicos li {
  position: relative;
  padding-left: 30px;
  margin-left: 35px;
  margin-top: 5px !important;
  color: #666;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.conteudo-topicos li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url("https://semparar.wicomm.com.br/wp-content/uploads/2025/11/tick.webp");
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conteudo-texto-adicional p {
  color: #666;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
}

.conteudo-cta {
  margin-top: 30px;
}

.btn-cta {
  display: flex;
  width: fit-content;
  background-color: var(--bg-color-pink);
  color: var(--color-text-white);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.btn-cta:hover {
  transform: scale(1.07);
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 968px) {

  .hero-grid,
  .conteudo-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .material-hero,
  .material-conteudo-secao {
    padding: 48px 24px;
  }

  .hero-form {
    margin: 0px;
    padding: 24px;
  }

  .hero-form,
  .hero-content {
    width: 100%;
  }

  .hero-content,
  .conteudo-texto {
    padding: 0;
  }

  .hero-titulo {
    font-size: 32px;
  }

  .hero-texto,
  .conteudo-topicos li {
    font-size: 16px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {

  .hero-titulo {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .btn-cta {
    margin: 0 auto;
    padding: 16px 30px;
  }
}

.wc-materiais-archive {
  padding: 60px 0;
  background: #f8f9fa;
}

.page-header {
  text-align: center;
  margin-bottom: 60px;
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.archive-description {
  font-size: 18px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

.materiais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.material-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.material-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.material-thumbnail {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.material-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.material-card:hover .material-thumbnail img {
  transform: scale(1.05);
}

.material-content {
  padding: 24px;
}

.material-content .categoria-badge {
  background: #e7f3ff;
  color: #0066cc;
  font-size: 12px;
}

.material-title {
  font-size: 22px;
  margin: 12px 0;
  line-height: 1.4;
}

.material-title a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.material-title a:hover {
  color: #C9006B;
}

.material-excerpt {
  font-size: 15px;
  color: #6c757d;
  margin: 12px 0 20px;
}

.material-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  flex: 1;
  min-width: 120px;
}

.btn-outline {
  border: 2px solid #C9006B;
  color: #C9006B;
  background: transparent;
}

.btn-outline:hover {
  background: #C9006B;
  color: #fff;
}

.btn-primary {
  background: #C9006B;
  color: #fff;
  border: 2px solid #C9006B;
}

.btn-primary:hover {
  background: #a00057;
  border-color: #a00057;
}

@media (max-width: 768px) {
  .materiais-grid {
    grid-template-columns: 1fr;
  }

  .material-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}