@charset "UTF-8";

.seo .slider-height {
  height: auto;
  min-height: 400px;
  padding-bottom: 40px;
}

.seo-hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.seo-hero-cta .btn {
  max-width: 100%;
}

.seo-page {
  padding: 50px 0 30px;
  background: #fff;
}

.seo-media {
  margin-bottom: 28px;
}

.seo-cover {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(30, 47, 101, 0.12);
  border-left: 8px solid #1e2f65;
  background: #f4f4f4;
}

.seo-cover img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.seo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.seo-gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.seo-lead {
  padding: 22px 24px;
  margin-bottom: 28px;
  background: #f7f5f1;
  border-radius: 8px;
  border-left: 4px solid #e4272e;
}

.seo-lead p {
  margin: 0 0 18px;
  color: #1a1a1a;
  font-size: 1.05em;
  line-height: 1.6;
}

.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.seo-cta-row .btn,
.seo-cta-card .btn {
  max-width: 100%;
  justify-content: center;
  gap: 8px;
}

.seo-cta-row .btn.w-100,
.seo-cta-card .btn.w-100 {
  width: 100%;
}

.seo-btn-whats {
  background: #22ba59 !important;
}

.seo-btn-whats::after {
  background-color: #01a43d !important;
}

.seo-btn-whats:hover {
  background: #1aa34d !important;
}

.seo-btn-light {
  background: #fff !important;
  color: #1e2f65 !important;
}

.seo-btn-light::after {
  background-color: #7686bb !important;
}

.seo-btn-light:hover {
  background: #7686bb !important;
  color: #fff !important;
}

.seo-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 32px;
}

.seo-content h1,
.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5,
.seo-content h6 {
  color: #1e2f65;
  margin: 1.6em 0 0.6em;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
}

.seo-content h1 { font-size: 2rem; }
.seo-content h2 { font-size: 1.6rem; }
.seo-content h3 { font-size: 1.35rem; }
.seo-content h4 { font-size: 1.2rem; }

.seo-content p {
  margin: 0 0 1.25em;
  color: #171717;
}

.seo-content ul,
.seo-content ol {
  margin: 1.25em 0;
  padding-left: 1.4em;
}

.seo-content li {
  margin: 0.45em 0;
  list-style: disc;
}

.seo-content a {
  color: #e4272e;
  text-decoration: none;
}

.seo-content a:hover {
  color: #1e2f65;
  text-decoration: underline;
}

.seo-content img {
  max-width: 100%;
  height: auto;
  margin: 1.25em 0;
  border-radius: 6px;
}

.seo-content blockquote {
  margin: 1.5em 0;
  padding: 1em 1.4em;
  border-left: 4px solid #e4272e;
  background: #f8f9fa;
}

.seo-content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
}

.seo-content th,
.seo-content td {
  padding: 0.75em;
  border: 1px solid #dee2e6;
}

.seo-content th {
  background: #f7f5f1;
  font-weight: 600;
}

.seo-mid-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  margin: 10px 0 40px;
  border-radius: 8px;
  background-color: #14224a;
  background-image: linear-gradient(120deg, rgba(20, 34, 74, 0.92), rgba(30, 47, 101, 0.88)), url("../img/banners/banner-fale-conosco.webp");
  background-size: cover;
  background-position: center;
}

.seo-mid-cta__text {
  flex: 1 1 280px;
}

.seo-mid-cta span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8em;
  font-weight: 800;
  color: #d7dced;
  margin-bottom: 8px;
  font-family: "Nunito", sans-serif;
}

.seo-mid-cta h2 {
  color: #fff;
  font-size: 1.7rem;
  margin: 0 0 10px;
  font-family: "Nunito", sans-serif;
}

.seo-mid-cta p {
  color: #f4f4f4;
  margin: 0;
}

.seo-sidebar {
  margin-bottom: 30px;
}

.seo-cta-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px 22px;
  box-shadow: 0 10px 28px rgba(30, 47, 101, 0.12);
  border-top: 4px solid #e4272e;
  margin-bottom: 20px;
}

.seo-cta-card__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75em;
  font-weight: 800;
  color: #e4272e;
  margin-bottom: 8px;
  font-family: "Nunito", sans-serif;
}

.seo-cta-card h2 {
  font-size: 1.45rem;
  color: #1e2f65;
  margin: 0 0 10px;
  font-family: "Nunito", sans-serif;
}

.seo-cta-card p {
  color: #383838;
  font-size: 0.95em;
  margin-bottom: 18px;
}

.seo-cta-card .btn {
  width: 100%;
}

.seo-cta-card .btn + .btn {
  margin-top: 10px;
}

.seo-cta-meta {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.seo-cta-meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #1a1a1a;
  font-size: 0.9em;
  line-height: 1.45;
}

.seo-cta-meta li:last-child {
  margin-bottom: 0;
}

.seo-cta-meta i {
  color: #7686bb;
  min-width: 18px;
  margin-top: 3px;
}

.seo-cta-meta a {
  color: #1a1a1a;
  font-weight: 600;
}

.seo-cta-meta a:hover {
  color: #e4272e;
}

.seo-related {
  background: #f7f5f1;
  border-radius: 8px;
  padding: 22px 20px;
}

.seo-related__title {
  display: block;
  color: #1e2f65;
  border-left: 3px solid #e4272e;
  font-size: 1.05rem;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 14px;
  font-family: "Nunito", sans-serif;
}

.seo-related ul {
  margin: 0;
  padding: 0;
}

.seo-related li {
  list-style: none;
  border-bottom: 1px solid #e6e1d8;
}

.seo-related li:last-child {
  border-bottom: none;
}

.seo-related a,
.seo-related span {
  display: block;
  padding: 11px 4px;
  color: #333;
  font-size: 0.95em;
  line-height: 1.4;
}

.seo-related a:hover {
  color: #e4272e;
  padding-left: 8px;
}

.seo-related li.is-current span {
  color: #e4272e;
  font-weight: 700;
}

.seo-benefits {
  background: #f7f5f1;
  padding: 50px 0;
}

.seo-benefit {
  background: #fff;
  border-radius: 8px;
  padding: 24px 20px;
  height: 100%;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.seo-benefit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(118, 134, 187, 0.12);
  color: #1e2f65;
  font-size: 1.4em;
}

.seo-benefit h3 {
  font-size: 1.05rem;
  color: #1e2f65;
  margin: 0 0 8px;
  font-family: "Nunito", sans-serif;
}

.seo-benefit p {
  margin: 0;
  color: #444;
  font-size: 0.92em;
}

.seo-regions {
  padding: 60px 0;
  background: #fff;
}

.seo-regions__intro {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
  color: #383838;
}

.seo-regions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-region {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.seo-region summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #1e2f65;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.seo-region summary::-webkit-details-marker {
  display: none;
}

.seo-region summary::after {
  content: "+";
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
}

.seo-region[open] summary {
  background: #14224a;
}

.seo-region[open] summary::after {
  content: "–";
}

.seo-region summary:hover {
  background: #14224a;
}

.seo-region ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
  margin: 0;
  padding: 16px 18px 18px;
}

.seo-region li {
  list-style: none;
  color: #2c3e50;
  font-size: 0.92em;
  padding-left: 12px;
  position: relative;
}

.seo-region li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e4272e;
  position: absolute;
  left: 0;
  top: 0.55em;
}

.seo-regions__cta {
  margin-top: 32px;
  padding: 28px;
  text-align: center;
  background: #f7f5f1;
  border-radius: 8px;
}

.seo-regions__cta p {
  margin: 0 0 16px;
  font-weight: 600;
  color: #1e2f65;
}

#orcamento {
  scroll-margin-top: 120px;
}

@media (max-width: 991px) {
  .seo-page {
    padding-top: 30px;
  }

  .seo-mid-cta {
    padding: 26px 22px;
  }

  .seo-regions__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .seo-hero-cta .btn,
  .seo-cta-row .btn {
    width: 100%;
  }

  .seo-cover img {
    max-height: 280px;
  }

  .seo-content {
    font-size: 15px;
  }

  .seo-content h1 { font-size: 1.7rem; }
  .seo-content h2 { font-size: 1.4rem; }
  .seo-content h3 { font-size: 1.2rem; }

  .seo-region ul {
    grid-template-columns: 1fr;
  }

  .seo-mid-cta h2 {
    font-size: 1.4rem;
  }
}
