.topo-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.topo-blog-icon {
  height: 32px;
  display: inline-block;
}

.home-hero {
  padding: 34px 20px 10px;
}

.home-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.home-hero-title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  color: #004aad;
  margin: 0 0 16px;
}

.home-hero-text {
  max-width: 820px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
}

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

.home-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: .2s ease;
}

.home-btn:hover {
  transform: translateY(-1px);
}

.home-btn-primary {
  background: linear-gradient(90deg, #004aad, #00a650);
  color: #fff;
}

.home-btn-outline {
  border: 2px solid #004aad;
  color: #004aad;
  background: #fff;
}

.home-institucional {
  padding: 40px 20px;
}

.home-section-title-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.home-section-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.home-institucional-texto {
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}

.home-nichos-topo {
  padding: 0 16px;
}

.home-nichos-title {
  text-align: center;
  color: #004aad;
  margin-top: 10px;
}

.swiper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0 30px;
}

.swiper-slide {
  transition: transform .6s ease, opacity .6s ease;
  opacity: .4;
}

.swiper-slide-active {
  transform: scale(1.25);
  opacity: 1;
}

.nicho-box img {
  width: 100%;
  height: auto;
  display: block;
}

.nicho-botao {
  display: inline-block;
  margin-top: 10px;
}

.home-chamada-final {
  text-align: center;
}

.google-adsense {
  margin: 40px auto;
  text-align: center;
}

.google-adsense .adsbygoogle {
  display: block;
}

.home-netmonitor {
  padding: 40px 20px;
}

.home-netmonitor-card {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.home-netmonitor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.home-netmonitor-texto,
.home-netmonitor-video {
  flex: 1;
  min-width: 280px;
}

.home-netmonitor-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,74,173,.08);
  color: #004aad;
  font-weight: 700;
}

.home-netmonitor-title {
  margin: 12px 0 10px;
  color: #004aad;
  font-size: 22px;
}

.home-netmonitor-p {
  margin: 0;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

.home-netmonitor-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.home-netmonitor-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #6b7280;
}

.home-netmonitor-video-card {
  border-radius: 14px;
  overflow: hidden;
  background: #f5f7fb;
  border: 1px solid #e6eefc;
  min-height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.home-netmonitor-video-title {
  margin: 0 0 10px;
  color: #004aad;
}

.home-netmonitor-video-text {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.home-hostinger-banner {
  text-align: center;
  margin: 40px auto;
  padding: 0 16px;
}

.home-hostinger-img {
  max-width: 300px;
  width: 90%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.home-contato {
  background: #f9f9f9;
  padding: 60px 20px;
}

.home-contato-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.home-contato-title {
  text-align: center;
  color: #004aad;
}

.home-contato-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.home-contato-input,
.home-contato-textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.home-contato-textarea {
  min-height: 140px;
  resize: vertical;
}

.home-contato-button {
  padding: 12px;
  background-color: #004aad;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.home-footer {
  background: #f1f1f1;
  text-align: center;
  padding: 30px 10px;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
}

.home-footer-copy {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .swiper {
    padding: 8px 0 18px;
  }

  .swiper-slide-active {
    transform: scale(1.08);
  }

  .nicho-detalhe {
    padding: 28px 16px !important;
    min-height: auto !important;
  }

  .nicho-conteudo {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    min-height: auto !important;
  }

  .nicho-conteudo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto !important;
  }

  .nicho-texto {
    width: 100% !important;
    padding: 0 6px !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .nicho-texto h2 {
    margin-top: 0 !important;
  }

  .nicho-texto p,
  .nicho-texto ul {
    margin-bottom: 14px !important;
  }

  .btn-voltar {
    margin-top: 14px !important;
  }

  .home-netmonitor {
    padding: 28px 16px;
  }

  .google-adsense {
    margin: 24px auto;
  }
}