/* Landing pages dinâmicas (pg-seo.php) */

body.seo {
  background: #f7f6f3;
}

body.seo .bradcam_area.seo-hero {
  position: relative;
  min-height: 0;
  display: block;
  padding: 280px 0 120px !important;
}

body.seo .bradcam_area.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.55) 0%, rgba(20, 20, 20, 0.72) 100%);
}

body.seo .seo-hero .container {
  position: relative;
  z-index: 2;
}

body.seo .seo-hero .bradcam_text h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

body.seo .seo-hero-lead {
  max-width: 720px;
  margin: 0 auto 22px;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 1.6;
}

body.seo .seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

body.seo .seo-hero-actions .boxed-btn3,
body.seo .seo-hero-actions .seo-btn-whatsapp {
  width: auto;
  min-width: 210px;
}

body.seo .seo-hero .breadcrumbOptimizada,
body.seo .seo-hero .breadcrumbOptimizada a,
body.seo .seo-hero .breadcrumbOptimizada span {
  color: #fff !important;
}

body.seo .seo-hero .breadcrumbOptimizada {
  margin: 0 0 18px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.seo-btn-whatsapp {
  background: #25d366;
  color: #fff !important;
  display: inline-block;
  padding: 13px 28px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.4s;
}

.seo-btn-whatsapp:hover {
  background: #1ebe57;
  color: #fff !important;
}

.seo-btn-whatsapp i,
.seo-hero-actions .boxed-btn3 i {
  margin-right: 8px;
}

/* Barra de confiança */
.seo-trust {
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  margin-top: -28px;
  position: relative;
  z-index: 3;
  border-radius: 8px;
  padding: 22px 10px;
}

.seo-trust-item {
  text-align: center;
  padding: 8px 12px;
}

.seo-trust-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffc800;
  color: #1f1f1f;
  font-size: 18px;
  margin-bottom: 8px;
}

.seo-trust-item strong {
  display: block;
  font-size: 14px;
  color: #1f1f1f;
  margin-bottom: 2px;
}

.seo-trust-item span {
  display: block;
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

/* Conteúdo */
.seo-page {
  padding: 48px 0 20px;
}

.seo-copy {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.8;
}

.seo-copy h2,
.seo-copy h3,
.seo-copy h4 {
  color: #1f1f1f;
  margin: 1.4rem 0 0.7rem;
  line-height: 1.35;
}

.seo-copy h2 {
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
}

.seo-copy h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #ffc800;
  margin-top: 10px;
}

.seo-copy p {
  margin-bottom: 1rem;
}

.seo-copy ul,
.seo-copy ol {
  margin: 0 0 1rem 1.2rem;
}

.seo-copy li {
  margin-bottom: 6px;
}

.seo-copy,
.seo-copy p,
.seo-copy div,
.seo-copy h2,
.seo-copy h3,
.seo-copy h4 {
  text-align: left !important;
}

.seo-copy img {
  float: left;
  display: block;
  max-width: 280px;
  width: auto;
  height: auto;
  margin: 4px 22px 14px 0 !important;
  border-radius: 8px;
}

.seo-copy table {
  width: 100%;
  margin-bottom: 1rem;
}

.seo-block {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 28px;
  margin-bottom: 24px;
  overflow: hidden;
}

.seo-block::after {
  content: "";
  display: table;
  clear: both;
}

.seo-figure {
  float: left;
  width: 38%;
  max-width: 340px;
  margin: 0 24px 12px 0;
  background: transparent;
}

.seo-figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
}

.seo-figure-right {
  float: right;
  margin: 0 0 12px 24px;
}

/* Formulário sticky */
.seo-lead {
  background: #fff;
  color: #1f1f1f;
  border-radius: 10px;
  padding: 28px 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #ffc800;
}

.seo-lead.seo-lead-sticky {
  position: sticky;
  top: 110px;
  scroll-margin-top: 140px;
}

.seo-lead h2 {
  color: #1f1f1f;
  font-size: 22px;
  margin-bottom: 6px;
}

.seo-lead > p {
  color: #666;
  font-size: 13px;
  margin-bottom: 18px;
}

.seo-lead label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 6px;
}

.seo-lead .form-group {
  margin-bottom: 14px !important;
}

.seo-lead .form-control,
.seo-lead .form-contact .form-control,
.seo-lead textarea.form-control {
  background: #fff !important;
  color: #1f1f1f !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 4px !important;
  height: 46px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  width: 100%;
  box-shadow: none !important;
}

.seo-lead textarea.form-control {
  height: auto !important;
  min-height: 96px !important;
  resize: vertical;
}

.seo-lead .form-control::placeholder,
.seo-lead .form-contact .form-control::placeholder {
  color: #888 !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.seo-lead .form-control:focus {
  border-color: #ffc800 !important;
  background: #fff !important;
  color: #1f1f1f !important;
}

.seo-lead .boxed-btn3 {
  width: 100%;
  border: 0;
  color: #1f1f1f !important;
  font-weight: 600;
}

.seo-lead .g-recaptcha {
  transform: scale(0.92);
  transform-origin: 0 0;
  margin-bottom: 10px;
}

.seo-lead-alt {
  display: block;
  text-align: center;
  color: #1ebe57;
  font-weight: 600;
  margin-top: 14px;
  font-size: 14px;
}

.seo-lead-alt:hover {
  color: #148c3f;
}

.seo-lead-phone {
  display: block;
  text-align: center;
  color: #555;
  font-size: 13px;
  margin-top: 8px;
}

.seo-lead-phone:hover {
  color: #1f1f1f;
}

/* Benefícios */
.seo-benefits {
  padding: 10px 0 50px;
}

.seo-benefits .section_title h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.seo-benefit-card {
  background: #fff;
  border-radius: 10px;
  padding: 26px 22px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.seo-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.seo-benefit-card i {
  font-size: 28px;
  color: #1f1f1f;
  background: #ffc800;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.seo-benefit-card h4 {
  font-size: 17px;
  margin-bottom: 8px;
}

.seo-benefit-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

/* Banner CTA do CMS */
.seo-cta-banner {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  background: #1f1f1f center / cover no-repeat;
  margin: 10px 0 40px;
}

.seo-cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.82) 0%, rgba(15, 15, 15, 0.55) 100%);
}

.seo-cta-banner .container {
  position: relative;
  z-index: 2;
}

.seo-cta-banner h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
}

.seo-cta-banner p {
  color: #eee;
  max-width: 560px;
  margin-bottom: 22px;
}

.seo-cta-banner .boxed-btn3,
.seo-cta-banner .seo-btn-whatsapp {
  width: auto;
  min-width: 200px;
  margin: 0 10px 10px 0;
}

/* Produtos relacionados */
.seo-related {
  padding: 0 0 50px;
}

.seo-related .section_title {
  margin-bottom: 28px;
}

.seo-related-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  height: 100%;
  min-height: 72px;
  transition: 0.3s;
}

.seo-related-card:hover {
  color: #1f1f1f;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.seo-related-card i {
  display: block;
  color: #ffc800;
  font-size: 22px;
  margin-bottom: 8px;
}

.seo-related-card span {
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 991px) {
  body.seo .seo-hero .bradcam_text h1 {
    font-size: 30px;
  }

  .seo-trust {
    margin-top: 0;
    border-radius: 0;
  }

  .seo-lead.seo-lead-sticky {
    position: static;
    margin-bottom: 24px;
  }

  .seo-figure,
  .seo-figure-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
  }

  .seo-copy img {
    float: none;
    max-width: 100%;
    margin: 0 0 16px !important;
  }

  .seo-cta-banner h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  body.seo .bradcam_area.seo-hero {
    padding: 160px 0 80px !important;
    min-height: 0;
  }

  body.seo .seo-hero-actions .boxed-btn3,
  body.seo .seo-hero-actions .seo-btn-whatsapp {
    width: 100%;
  }

  .seo-block {
    padding: 20px 16px;
  }

  .seo-lead .g-recaptcha {
    transform: scale(0.78);
  }

  .seo-trust-item {
    margin-bottom: 12px;
  }
}
