/* ==========================================================================
   Mini Site | Home - estilos das seções desenvolvidas a partir do Figma
   ========================================================================== */

.main-content section {
  overflow: hidden;
}

/* Nav
   ========================================================================== */
#inicio,
#segmentos,
#depoimentos,
#conteudos,
#blog,
#faq {
  scroll-margin-top: 96px;
}

.site-nav {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  max-width: calc(100vw - 32px);
}

.site-nav-pill {
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  padding: 9px;
  background-color: rgba(25, 64, 77, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.site-nav-pill::-webkit-scrollbar {
  display: none;
}

.site-nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 12px;
}

.site-nav-logo img {
  display: block;
  height: 12px;
  width: auto;
}

.site-nav-link {
  flex-shrink: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 9999px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.site-nav-link:hover {
  color: #ffffff;
}

.site-nav-link.active {
  background-color: #00e2f4;
  color: #001e27;
  box-shadow:
    0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .site-nav {
    top: 16px;
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
  }

  .site-nav-pill {
    height: 50px;
    width: fit-content;
    padding: 0 8px;
    gap: 2px;
    margin: 0 auto;
  }

  .site-nav-logo {
    display: none;
  }

  .site-nav-link {
    font-size: 12px;
    line-height: 16px;
  }

  .site-nav-link[href='#inicio'] {
    order: 1;
  }

  .site-nav-link[href='#segmentos'] {
    order: 2;
  }

  .site-nav-link[href='#depoimentos'] {
    order: 3;
  }

  .site-nav-link[href='#conteudos'] {
    order: 4;
  }

  .site-nav-link[href='#blog'] {
    order: 5;
  }

  .site-nav-link[href='#faq'] {
    order: 6;
  }

  .site-nav-link.active {
    background-color: #00e4f5;
    color: #1a404d;
  }
}

/* Carousel dots (mobile) - compartilhado entre segmentos e depoimentos
   ========================================================================== */
.carousel-dots {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background-color: rgba(0, 30, 39, 0.15);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.carousel-dot.active {
  background-color: #00e2f4;
}

@media (max-width: 991.98px) {
  .carousel-dots {
    display: flex;
    margin-bottom: 40px;
  }
}

/* Início / Hero
   ========================================================================== */
.hero-section {
  position: relative;
  overflow: hidden;
  background-color: #001e27;
  background-image: radial-gradient(
    140% 140% at 100% 0%,
    rgba(0, 220, 245, 0.18) 0%,
    rgba(0, 220, 245, 0) 60%
  );
  padding-bottom: 20px;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 112px 24px 80px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 1 0;
  min-width: 0;
  max-width: 429px;
}

.hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #00cbdc;
  margin: 0;
}

.hero-content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin: 8px 0 0;
}

.hero-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}

#hero-lead-form input {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  background-color: rgba(230, 252, 254, 0.1);
  border: 1px solid rgba(176, 246, 252, 0.4);
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

#hero-lead-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#hero-lead-form input:focus {
  outline: none;
  border-color: #00e2f4;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  padding: 0 32px;
  background-color: #00e2f4;
  border: none;
  border-radius: 9999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #001e27;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.hero-cta:hover {
  filter: brightness(0.95);
}

.hero-benefits {
  list-style: none;
  margin: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.hero-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 228, 245, 0.2);
  border: 1px solid rgba(0, 228, 245, 0.4);
  border-radius: 9999px;
}

.hero-benefit-icon img {
  display: block;
  width: 12px;
  height: 12px;
}

.hero-media {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  border-radius: 20px;
  overflow: hidden;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-scroll-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.hero-scroll-indicator img {
  width: 29px;
  height: 29px;
}

@media (max-width: 991.98px) {
  .hero-container {
    flex-direction: column;
    padding: 96px 24px 48px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-media {
    width: 100%;
    min-height: 260px;
  }

  .hero-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

/* Segmentos
   ========================================================================== */
.segmentos-section {
  padding: 96px 0;
  background-color: #ffffff;
}

.segmentos-header {
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: center;
}

.segmentos-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #001e27;
  margin-bottom: 12px;
}

.segmentos-header p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #001e27;
  margin: 0;
}

.segmentos-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1088px;
  margin: 0 auto 40px;
}

.segmento-tab {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #676f7e;
  background-color: #f9fafb;
  border: 1px solid #e0e6eb;
  border-radius: 9999px;
  padding: 9px 17px;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.segmento-tab:hover {
  border-color: #00e2f4;
  color: #001e27;
}

.segmento-tab.active {
  background-color: #00e4f5;
  border-color: #00e4f5;
  color: #1a404d;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.segmentos-carousel {
  position: relative;
  max-width: 1088px;
  margin: 0 auto;
}

.segmentos-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 40px;
}

.segmentos-track::-webkit-scrollbar {
  display: none;
}

.segmento-card {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: min(680px, 86vw);
  min-height: 320px;
  background-color: #001e27;
  border-radius: 16px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 48px;
}

.segmento-card.is-hidden {
  display: none;
}

.segmento-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
  min-width: 0;
}

.segmento-card-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.segmento-card-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #00e2f4;
}

.segmento-card-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.segmento-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.segmento-card-list li {
  position: relative;
  padding-left: 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.segmento-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: url('/lp/home/images/icons/check-cyan.svg') no-repeat center /
    contain;
}

.segmento-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  width: 100%;
  margin-top: 8px;
  padding: 0 32px;
  background-color: #00e2f4;
  border: none;
  border-radius: 9999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #001e27;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.segmento-card-cta:hover {
  filter: brightness(0.95);
  color: #001e27;
}

.segmento-card-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.segmento-card-media {
  flex: 0 0 auto;
  width: 256px;
  height: 256px;
  border-radius: 24px;
  overflow: hidden;
}

.segmento-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.segmento-nav {
  position: absolute;
  top: calc(50% + 14px);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: #f9fafb;
  border: 1px solid #e0e6eb;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.2s ease;
}

.segmento-nav:hover {
  background-color: #eef1f4;
}

.segmento-nav-prev {
  left: -16px;
}

.segmento-nav-next {
  right: -16px;
}

@media (max-width: 991.98px) {
  .segmentos-section {
    padding: 64px 0;
  }

  .segmentos-header h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .segmento-card {
    flex-direction: column;
    align-items: stretch;
    width: 88vw;
    padding: 32px;
  }

  .segmento-card-media {
    width: 100%;
    height: 220px;
    order: -1;
  }

  .segmento-nav {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .segmentos-header p br {
    display: none;
  }
}

/* CTA / Formulário (Agende uma demonstração)
   ========================================================================== */
.cta-demo-section {
  position: relative;
  background-color: #001e27;
  padding: 112px 0;
}

.cta-demo-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(
    circle at 100% 0%,
    rgba(0, 220, 245, 0.18),
    rgba(0, 220, 245, 0) 60%
  );
}

.cta-demo-grid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 96px;
  flex-wrap: wrap;
}

.cta-demo-info {
  max-width: 429px;
  flex: 1 1 380px;
}

.cta-demo-info h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #00cbdc;
  margin-bottom: 40px;
}

.cta-demo-benefits {
  list-style: none;
  margin: 0 0 40px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.cta-demo-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.cta-demo-check {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: rgba(0, 228, 245, 0.2);
  border: 1px solid rgba(0, 228, 245, 0.4);
}

.cta-demo-check svg {
  width: 12px;
  height: 12px;
}

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

.cta-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  height: 44px;
  padding: 0 32px;
  border-radius: 9999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  border: none;
  transition:
    filter 0.2s ease,
    background-color 0.2s ease;
}

.cta-demo-btn-primary {
  background-color: #00e2f4;
  color: #001e27;
}

.cta-demo-btn-primary:hover {
  filter: brightness(0.95);
}

.cta-demo-btn-outline {
  background-color: transparent;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-demo-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.cta-demo-card {
  position: relative;
  width: 100%;
  max-width: 495px;
  flex: 1 1 320px;
  background-color: #001e27;
  border: 1px solid #001e27;
  border-radius: 20px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
  padding: 33px;
}

.cta-demo-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 8px;
}

.cta-demo-card > p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.cta-demo-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}

.cta-demo-field {
  width: 100%;
}

.cta-demo-input {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.cta-demo-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cta-demo-input.invalido {
  border-color: #ff6b6b;
}

.cta-demo-submit {
  height: 44px;
  padding: 0 32px;
  background-color: #00e2f4;
  border: none;
  border-radius: 9999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #003e51;
  transition: filter 0.2s ease;
}

.cta-demo-submit:hover {
  filter: brightness(0.95);
}

.cta-demo-disclaimer {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.cta-demo-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 25px;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.cta-demo-chat-link {
  color: #00e2f4;
  text-decoration: none;
}

.cta-demo-chat-link:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .cta-demo-section {
    padding: 64px 0;
  }

  .cta-demo-grid {
    gap: 48px;
  }

  .cta-demo-info h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 575.98px) {
  .cta-demo-actions {
    flex-direction: column;
  }
}

/* Depoimentos + Logos
   ========================================================================== */
.depoimentos-section {
  padding: 80px 0;
  background-color: rgba(243, 245, 247, 0.3);
  border-top: 1px solid #e0e6eb;
}

.depoimentos-header {
  max-width: 660px;
  margin: 0 auto 28px;
  text-align: center;
}

.depoimentos-eyebrow {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #b0b9bc;
  margin-bottom: 12px;
}

.depoimentos-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #001e27;
  margin-bottom: 12px;
}

.depoimentos-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #001e27;
  margin: 0;
}

.depoimentos-cards {
  display: flex;
  align-items: stretch;
  gap: 24px;
  max-width: 1088px;
  margin: 0 auto 40px;
  flex-wrap: wrap;
}

.depoimento-card {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  background-color: #e6fcfe;
  border: 1px solid #b0f6fc;
  border-radius: 12px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.depoimento-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.depoimento-stars svg {
  width: 16px;
  height: 16px;
}

.depoimento-quote {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #001e27;
  margin-bottom: 24px;
  flex: 1 1 auto;
}

.depoimento-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 17px;
  border-top: 1px solid #b0f6fc;
}

.depoimento-author img {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
  flex: 0 0 auto;
}

.depoimento-author strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #001e27;
}

.depoimento-author span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 30, 39, 0.6);
}

.depoimentos-divider {
  max-width: 1088px;
  margin: 0 auto 40px;
  border-top: 1px solid #e0e6eb;
  opacity: 0.5;
}

.logos-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}

.logos-marquee-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: logos-marquee-scroll 40s linear infinite;
}

.logos-marquee:hover .logos-marquee-track {
  animation-play-state: paused;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  opacity: 0.6;
  filter: grayscale(1);
  transition: opacity 0.2s ease;
}

.logo-item:hover {
  opacity: 1;
}

.logo-item img {
  display: block;
  width: auto;
  max-width: none;
}

@keyframes logos-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .depoimentos-section {
    padding: 56px 0;
  }

  .depoimentos-header h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .depoimentos-cards {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .depoimentos-cards::-webkit-scrollbar {
    display: none;
  }

  .depoimento-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logos-marquee-track {
    animation: none;
  }
}

/* Conteúdos / E-books
   ========================================================================== */
.conteudos-section {
  padding: 80px 0;
  background-color: #001e27;
}

.conteudos-header {
  max-width: 660px;
  margin: 0 auto 20px;
  text-align: center;
}

.conteudos-eyebrow {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #00e2f4;
  margin-bottom: 12px;
}

.conteudos-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 12px;
}

.conteudos-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}

.conteudos-carousel {
  max-width: 1088px;
  margin: 0 auto;
}

.conteudo-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.conteudo-card-media {
  width: 100%;
}

.conteudos-carousel .conteudo-card-media img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.conteudo-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 19px 20px 20px;
}

.conteudo-card-footer {
  padding: 0 20px 20px;
}

.conteudo-card-footer a {
  width: 100%;
}

.conteudo-card-body h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.25px;
  color: #001e27;
  margin-bottom: 8px;
}

.conteudo-card-body p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.25px;
  color: #001e27;
  margin: 0;
}

.conteudo-card-meta {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-top: 12px;
}

.conteudo-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 40px;
  background-color: #00e2f4;
  border-radius: 99999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #001e27;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.conteudo-card-cta:hover {
  filter: brightness(0.95);
  color: #001e27;
}

.conteudo-card-cta svg {
  width: 16px;
  height: 16px;
}

.conteudos-carousel .owl-nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.conteudos-carousel .owl-stage-outer {
  position: relative;
}

.conteudos-carousel .owl-stage {
  display: flex;
}

.conteudos-carousel .owl-item {
  height: auto;
}

.conteudos-carousel.owl-carousel {
  position: relative;
}

.conteudos-carousel .owl-nav button.owl-prev,
.conteudos-carousel .owl-nav button.owl-next {
  pointer-events: auto;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: #f9fafb;
  border: 1px solid #e0e6eb;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-16px);
}

.conteudos-carousel .owl-nav button.owl-next {
  transform: translateX(16px);
}

.conteudos-carousel .owl-nav button span {
  font-size: 20px;
  line-height: 1;
  color: #131720;
}

.conteudos-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.conteudos-carousel .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
}

.conteudos-carousel .owl-dot.active span {
  background-color: #00e2f4;
}

@media (max-width: 991.98px) {
  .conteudos-section {
    padding: 56px 0;
  }

  .conteudos-header h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .conteudos-carousel .owl-nav {
    display: none;
  }
}

/* FAQ
   ========================================================================== */
.faq-section {
  padding: 80px 0;
  background-color: rgba(243, 245, 247, 0.3);
  border-top: 1px solid #e0e6eb;
}

.faq-header {
  max-width: 704px;
  margin: 0 auto 20px;
  text-align: center;
}

.faq-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #131720;
  margin-bottom: 12px;
}

.faq-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #001e27;
  margin: 0;
}

.faq-accordion {
  max-width: 704px;
  margin: 0 auto;
}

.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e0e6eb;
}

.faq-accordion .accordion-item:last-child {
  border-bottom: none;
}

.faq-accordion .accordion-button {
  padding: 20px 0;
  background: transparent;
  border: none;
  box-shadow: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #001e27;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  width: 17px;
  height: 8px;
  background-size: 17px 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9' fill='none'%3E%3Cpath d='M1 1L8.5 8L16 1' stroke='%23001E27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #001e27;
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 0 0 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #001e27;
}

@media (max-width: 991.98px) {
  .faq-section {
    padding: 56px 0;
  }

  .faq-header h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .faq-accordion .accordion-body {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Blog
   ========================================================================== */
.blog-section {
  padding: 80px 0;
  background-color: #f9fafb;
  border-top: 1px solid #e0e6eb;
}

.blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #0f2a4a;
  margin: 0;
}

.blog-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

.blog-card {
  flex: 1 1 320px;
  max-width: 380px;
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.7);
  border-radius: 16px;
  overflow: hidden;
}

.blog-card-media {
  position: relative;
  height: 160px;
  width: 100%;
}

.blog-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 30, 54, 0.7),
    rgba(10, 30, 54, 0.1) 50%,
    rgba(10, 30, 54, 0)
  );
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 4px 10px;
  background-color: rgba(0, 226, 244, 0.8);
  border-radius: 9999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1px;
  color: #001e27;
}

.blog-card-body {
  padding: 24px;
}

.blog-card-body h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #001e27;
  margin-bottom: 8px;
}

.blog-card-body p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
  margin-bottom: 20px;
}

.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.blog-card-footer span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
  white-space: nowrap;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #001e27;
  text-decoration: none;
  white-space: nowrap;
}

.blog-card-link:hover {
  color: #001e27;
  text-decoration: underline;
}

.blog-card-link svg {
  width: 12px;
  height: 12px;
}

.blog-cta-wrap {
  display: flex;
  justify-content: center;
}

.blog-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 32px;
  background-color: #00e2f4;
  border-radius: 9999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #001e27;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.blog-cta:hover {
  filter: brightness(0.95);
  color: #001e27;
}

.blog-cta svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 991.98px) {
  .blog-section {
    padding: 56px 0;
  }

  .blog-header h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .segmentos-track {
    margin: 0;
  }
}
