@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;800;900&display=swap");

:root {
  --primary-color: #00a8a8;
  /* Turquesa Vibrante */
  --primary-color-hover: #009c9c;
  /* Turquesa Vibrante: Hover */
  --highlight-color: #cf5910;
  /* Laranja Intenso */
  --highlight-color-hover: #ad4c0f;
  /* Laranja Intenso: Hover*/
  --accent-color: #ffbd59;
  /* Amarelo Claro */
  --accent-color-hover: #f0ac47;
  /* Amarelo Claro: Hover */
  --accent-color-dark: #e69c3a;
  /* Amarelo Claro: Versão mais escura */
  --light-color: #f1f1f1;
  /* Cinza Neutro */
  --dark-color: #6b6b6b;
  /* Tom escuro Clássico */
  --white-color: #ffffff;
  /* Branco */
  --black-color: #000000;
  /* Preto */
  --success-color: #aacece;
  /* Turquesa Claro */
  --danger-color: #f59255;
  /* Laranja Intenso */
  --light-background: #ffeed4;

  --pastel-turquoise: #e6f5f5;
  /* Fundo leve para áreas ligadas à identidade (relacionado ao --primary-color) */
  --pastel-orange: #ffe9dc;
  /* Para seções de destaque leve, ligado ao --highlight-color */
  --pastel-yellow: #fff5df;
  /* Combina com --accent-color, ideal para chamadas ou boxes suaves */
  --pastel-success: #e0f4f4;
  /* Relacionado ao --success-color (áreas positivas ou inspiradoras) */
  --pastel-neutral: #f7f7f7;
  /* Fundo neutro clássico, ótimo para base de conteúdo */
  --pastel-lavender: #f2ecf9;
  /* Um tom complementar leve e calmo (para blocos inspiradores) */
  --pastel-mint: #e3f6f5;
  /* Para contrastar com laranja e amarelo sem perder leveza */
  --pastel-peach: #fff0e6;
  /*Para conteúdo emocional, seções com storytelling ou citações */

  --bs-primary-rgb: 0, 168, 168;
  --bs-secondary-rgb: 0, 156, 156;
  --bs-highlight-rgb: 207, 89, 16;
  --bs-highlight-hover-rgb: 173, 76, 15;
  --bs-accent-rgb: 255, 189, 89;
  --bs-accent-hover-rgb: 240, 172, 71;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: var(--highlight-color);
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: var(--dark-color);
  background: var(--primary-color);
  min-height: 100vh;
  padding-top: 61px;
  /* Compensate for fixed navbar */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "League Spartan", "Rubik", "Charlevoix Pro", Arial, Helvetica, sans-serif;
  color: var(--dark-color);
  font-weight: 700;
}

/* Títulos dos materiais, serviços, mentorias e palestras em preto e maiúsculo */
#materiais .card h5,
#oque-fazemos .card h5 {
  color: var(--black-color) !important;
  text-transform: uppercase !important;
}

.mffq-crisis-alert {
  background: var(--accent-color);
  color: var(--primary-color);
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  animation: mffq-pulse 2s infinite;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mffq-crisis-alert strong {
  font-weight: 900;
  font-family: "Rubik";
  font-size: 1.04rem;
}

@keyframes mffq-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.mffq-hero-title {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--white-color);
  margin-bottom: 25px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  white-space: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Aplicar nowrap apenas ao título da página principal do evento */
#hero .mffq-hero-title {
  white-space: nowrap;
}

.mffq-hero-subtitle {
  font-size: 1.4rem;
  color: #7f8c8d;
  font-weight: 400;
  text-align: center;
  /* max-width: 800px; */
  margin: 0 auto 40px;
}

.hero-cta-text {
  font-size: 1.1rem !important;
  margin-bottom: 30px;
}

.hero-section {
  background: linear-gradient(
    135deg,
    rgba(0, 168, 168, 0.9),
    rgba(0, 189, 223, 0.9)
  );
  color: var(--white-color);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 168, 168, 0.9),
    rgba(0, 189, 223, 0.9)
  );
  z-index: 1;
}

.hero-bg .container {
  position: relative;
  z-index: 2;
}

.hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="90" cy="40" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  z-index: 0;
}

.mffq-hero-subtitle {
  color: var(--white-color);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.mb-5 {
  margin-bottom: 6rem !important;
  margin-top: 3rem !important;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-mffq {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-color-hover)
  );
  color: var(--white-color);
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-mffq:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  color: var(--white-color);
}

.btn-mffq-primary {
  background: linear-gradient(
    135deg,
    var(--highlight-color),
    var(--highlight-color-hover)
  );
  font-size: 15px;
  padding: 20px 20px;
  font-weight: 700;
  color: var(--white-color);
}

.btn-mffq {
  background: linear-gradient(
    135deg,
    var(--highlight-color),
    var(--highlight-color-hover)
  );
  color: var(--white-color);
  padding: 15px 40px;
  border-radius: 0.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-mffq.alt {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-color-hover)
  );
}

.btn-mffq:active {
  color: var(--white-color) !important;
  background-color: #087c7c !important;
}

.btn-mffq-primary:hover {
  box-shadow: 0 15px 35px rgba(231, 76, 60, 0.4);
  color: white;
}

.bg-primary {
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-highlight {
  background-color: var(--highlight-color) !important;
}

.bg-accent {
  background-color: var(--accent-color) !important;
}

/* Badge utilitário (centralizado, usado em várias páginas) */
.badge-custom {
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  text-align: center;
}

.bg-pastel-yellow {
  background-color: var(--pastel-yellow) !important;
}

.bg-primary .badge {
  background-color: var(--accent-color) !important;
  color: var(--dark-color) !important;
}

.bg-highlight .badge {
  background-color: var(--accent-color) !important;
  color: var(--white-color) !important;
}

.bg-accent .badge {
  background-color: var(--white-color) !important;
  color: var(--dark-color) !important;
}

.bg-accent .badge:hover {
  background-color: var(--white-color) !important;
  color: var(--dark-color) !important;
}

.color-primary {
  color: var(--primary-color) !important;
}

.color-primary:hover {
  color: var(--primary-color-hover) !important;
}

.color-accent {
  color: var(--accent-color) !important;
}

.color-accent:hover {
  color: var(--accent-color-hover) !important;
}

.content-section {
  background: white;
  margin: -50px auto 0;
  border-radius: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  padding: 100px 0 60px 0;
  position: relative;
  z-index: 3;
}

/* Tornar o fundo da content-section transparente apenas em páginas com gradiente */
body.page-gradient-2025 .content-section {
  background: transparent !important;
  box-shadow: none !important;
}

.section-title {
  font-family: "Rubik";
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--dark-color);
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--accent-color);
  border-radius: 2px;
}

.contato-block {
  padding-top: 0 !important;
  padding-bottom: 2.5rem !important;
}

.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-header {
  background: linear-gradient(
    135deg,
    var(--dark-color),
    var(--secondary-color)
  );
  color: var(--dark-color) !important;
  border: none;
  padding: 1.5rem;
  font-weight: 900;
  font-size: 1.4rem;
}

.card-body .row [class*="col-"] {
  margin-bottom: 2em;
}

.fw-bold {
  font-weight: 700 !important;
  font-size: 20px;
  padding: 0 0 0 0;
}

.book-card {
  border-left: 4px solid var(--primary-color);
}

.research-card {
  border-left: 4px solid var(--pastel-success);
  padding-left: 20px;
}

.statistic-card {
  border-left: 4px solid var(--danger-color);
}

.book-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.book-author {
  color: var(--secondary-color);
  font-style: italic;
  margin-bottom: 1rem;
}

.book-quote {
  background: var(--light-color);
  padding: 1rem;
  border-radius: 8px;
  font-style: italic;
  color: var(--dark-color);
  margin-top: 1rem;
  border-left: 3px solid var(--dark-color);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.stat-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-family: "Rubik";
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-color);
  display: block;
  line-height: 1;
}

.stat-label {
  color: var(--dark-color);
  margin-top: 0.5rem;
  font-weight: 500;
}

.badge-custom {
  /* background: var(--accent-color); */
  color: var(--dark-color);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  white-space: normal !important;
  text-align: center;
  line-height: 1.4;
}

/* Variante inline para badges (em linha única) */
.badge-inline {
  display: inline-flex !important;
  width: auto !important;
  white-space: nowrap !important;
  align-items: center;
  justify-content: center;
}

/* Variante de padding para itens de badge */
.badge-itens {
  padding: 0.3rem 0.5rem !important;
}

/* Utilitário: ajustar topo de seção (reduzir margem e padding superior) */
body.page-gradient-2025 .content-section.section-tight-top {
  margin-top: -60px !important;
  padding-top: 0 !important;
}

.icon-wrapper {
  width: 90px;
  height: 90px;
  background: var(--pastel-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--accent-color);
  font-size: 3rem;
}

.methodology-item {
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 1rem;
  border-left: 4px solid var(--success-color);
}

.methodology-title {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color-hover);
  --bs-btn-hover-border-color: var(--primary-color-hover);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color-hover);
  --bs-btn-active-border-color: var(--primary-color-hover);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary-color);
  --bs-btn-disabled-border-color: var(--primary-color);
}

.btn-custom {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(108, 92, 231, 0.3);
  color: white;
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.floating-elements::before,
.floating-elements::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.floating-elements::before {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-elements::after {
  bottom: 20%;
  right: 10%;
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.gradient-text {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation Styles */
.navbar {
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar .container {
  display: flex;
  align-items: center;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  padding: 10px 12px !important;
  transition: all 0.3s ease;
  border-radius: 25px;
  margin: 0 5px;
}

.navbar-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.2);
  color: #ffeaa7 !important;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

/* Link Styles */
.text-primary {
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.text-primary:hover {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

/* Regra específica para spans com text-primary */
span.text-primary {
  text-decoration: none !important;
}

span.text-primary:hover {
  text-decoration: none !important;
}

/* Regra específica para span com text-primary e color-accent */
span.text-primary.color-accent {
  color: var(--accent-color) !important;
  text-decoration: none !important;
}

span.text-primary.color-accent:hover {
  color: var(--accent-color) !important;
  text-decoration: none !important;
}

/* Botão CTA específico */
.btn.btn-mffq-primary.btn-lg.bg-accent {
  /* background-color: var(--accent-color) !important; */
  background: var(--accent-color) !important;
  color: var(--white-color) !important;
  border-color: var(--accent-color) !important;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.btn.btn-mffq-primary.btn-lg.bg-accent:hover {
  background-color: var(--accent-color-dark) !important;
  color: var(--white-color) !important;
  border-color: var(--accent-color-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Seção de Palavras */
.palavras-section {
  background-color: var(--accent-color);
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.palavras-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.palavras-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.palavra-item {
  color: var(--white-color);
  font-family: "Rubik";
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.research-card.projeto {
  padding-left: 0px;
}

.research-card.direito {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .palavras-grid {
    flex-direction: column;
    gap: 15px;
  }

  .palavra-item {
    font-size: 1rem;
    padding: 8px 12px;
  }
}

/* Ícones da seção de problemas */
.research-card .card-header i {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .research-card .card-header i {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}

.text-danger {
  color: var(--highlight-color) !important;
}

.list-unstyled {
  line-height: 1.6em;
  vertical-align: middle;
}

.list-unstyled li {
  padding-left: 28px;
  margin-left: 6px;
}

ul.list-unstyled li i {
  background-color: var(--pastel-yellow);
  color: var(--accent-color);
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 11px;
  border-radius: 50%;
  padding-top: 4px;
  padding-left: 1px;
  margin-right: 14px;
  text-align: center;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: -34px;
}

.text-success {
  color: var(--success-color) !important;
}

ul.benefit-list li i {
  background-color: var(--pastel-turquoise);
  color: var(--success-color);
}

.cta-section {
  background-color: var(--highlight-color);
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 60px 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.cta-section .cta-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  color: var(--white-color);
}

.cta-section .cta-inner .section-title {
  color: var(--white-color);
}

.cta-section .btn {
  width: 100%;
  max-width: 320px;
}

.cta-section h4 {
  color: var(--white-color);
}

.cta-section .mffq-crisis-alert {
  max-width: 800px;
  background-color: var(--accent-color);
  color: var(--highlight-color);
  border-radius: 0.25rem;
}

.cta-section .mffq-crisis-alert:hover {
  background-color: var(--accent-color-hover);
  color: var(--highlight-color-hover);
}

.cta-section.final {
  margin-top: 40px !important;
}

.cta-section.final.capa {
  margin-bottom: -48px !important;
}

/* Footer Styles */
footer a:hover {
  color: var(--accent-color) !important;
  transform: translateY(-1px);
  transition: all 0.3s ease;
}

.social-links a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

footer a,
footer .text-primary,
footer a.text-primary {
  color: var(--accent-color) !important;
}

footer a:hover,
footer a.text-primary:hover {
  color: var(--highlight-color) !important;
}

footer .text-primary:hover {
  text-decoration: none !important;
}

footer .btn-outline-primary {
  --bs-btn-color: var(--accent-color);
  --bs-btn-border-color: var(--accent-color);
  --bs-btn-hover-color: var(--white-color);
  --bs-btn-hover-bg: var(--accent-color);
  --bs-btn-hover-border-color: var(--accent-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--white-color);
  --bs-btn-active-bg: var(--accent-color);
  --bs-btn-active-border-color: var(--accent-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--accent-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--accent-color);
  --bs-gradient: none;
}

footer .btn-primary {
  --bs-btn-color: var(--white-color) !important;
  --bs-btn-bg: var(--accent-color);
  --bs-btn-border-color: var(--accent-color);
  --bs-btn-hover-color: var(--white-color) !important;
  --bs-btn-hover-bg: var(--highlight-color);
  --bs-btn-hover-border-color: var(--highlight-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--white-color) !important;
  --bs-btn-active-bg: var(--accent-color);
  --bs-btn-active-border-color: var(--accent-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--white-color) !important;
  --bs-btn-disabled-bg: var(--accent-color);
  --bs-btn-disabled-border-color: var(--accent-color);
  color: var(--highlight-color) !important;
}

footer .btn-primary:hover {
  color: var(--white-color) !important;
}

footer .btn.btn-outline-primary.btn-sm.rounded-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary-color) !important;
}

.content-section .container .cta-section {
  margin-bottom: -108px !important;
}

/* Classe para páginas que precisam de espaçamento adequado antes do footer */
.page-with-footer-spacing {
  margin-bottom: 4rem !important;
}

.page-with-footer-spacing:last-child {
  margin-bottom: 6rem !important;
}

/* Ajuste específico para seções que precisam de espaçamento */
.page-with-footer-spacing .content-section {
  margin-bottom: 2rem !important;
}

p.fontes {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 20px;
  margin-bottom: 0;
}

#btn-topo {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s,
    transform 0.3s;
  transform: translateY(40px);
}

#btn-topo.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#btn-topo:hover {
  background: var(--accent-color);
  color: #fff;
  transform: scale(1.08);
}

/* Tabela responsiva moderna - baseado em https://codepen.io/AllThingsSmitty/pen/MyqmdM */
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0.75em 1em;
  text-align: left;
}

th {
  background: #f4f4f4;
  font-weight: 700;
  border-bottom: 2px solid #e0e0e0;
}

td {
  border-bottom: 1px solid #e0e0e0;
}

tr:last-child td {
  border-bottom: none;
}

tr:hover {
  background: #f9f9f9;
}

@media (max-width: 600px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    display: none;
  }

  tr {
    margin-bottom: 1em;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 0.5em 0;
  }

  td {
    position: relative;
    padding-left: 50%;
    min-height: 40px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: right;
  }

  td:before {
    position: absolute;
    top: 0.75em;
    left: 1em;
    width: 45%;
    white-space: nowrap;
    font-weight: 700;
    color: #888;
    content: attr(data-label);
    text-align: left;
  }
}

section {
  padding: 4rem 0;
}

.section-color {
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.bg-color-pastel-mint {
  background-color: var(--pastel-mint) !important;
}

.bg-color-pastel-lavender {
  background-color: var(--pastel-lavender) !important;
}

.bg-color-pastel-orange {
  background-color: var(--pastel-orange) !important;
}

.bg-color-pastel-yellow {
  background-color: var(--pastel-yellow) !important;
}

.bg-color-white {
  background-color: var(--white-color) !important;
}

.bg-color-transparent {
  background-color: transparent !important;
}

.cta {
  background: var(--pastel-yellow);
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.cta-alt {
  background-color: var(--pastel-turquoise);
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* color: var(--white-color); */
}

.cta .mffq-cta-subtitle,
.cta .section-title,
.cta-alt .mffq-cta-subtitle,
.cta-alt .section-title {
  color: var(--dark-color) !important;
}

.cta .card,
.cta-alt .card {
  margin-bottom: 0rem;
}

.cta-alt .card {
  background-color: var(--white-color);
  color: var(--dark-color);
  border: 1px solid var(--pastel-success);
  border-left: 4px solid var(--pastel-success);
}

.cta .card i {
  color: var(--highlight-color);
}

.cta .card h3 {
  font-family: "Rubik";
  font-size: 22px;
  font-weight: 800;
  color: var(--highlight-color);
}

#beneficios .card {
  min-height: 400px;
  /* ajuste conforme necessário */
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.cta .icon-wrapper {
  background-color: var(--pastel-turquoise);
}

.cta .icon-wrapper i {
  color: var(--primary-color);
}

.section-alt .icon-wrapper {
  width: 0;
  height: 0;
  background: transparent;
  font-size: 50px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 3rem;
  color: var(--highlight-color);
  font-size: 1.5rem;
}

.section-alt .research-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.plans .card .tier-title {
  font-family: "Rubik";
  font-size: 1.5rem;
}

.plans .card-body div i.plan {
  font-size: 4rem;
  color: var(--primary-color);
}

.plans .tier-price {
  font-family: "Rubik";
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--black-color);
  white-space: nowrap;
}

.plans .tier-price span {
  font-size: 0.8rem;
  display: inline !important;
  color: var(--dark-color);
}

.plans .card.featured::before {
  content: "MAIS POPULAR";
  position: absolute;
  top: 30px;
  right: -45px;
  background: var(--highlight-color);
  color: var(--white-color);
  padding: 8px 45px;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(45deg);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plans .card.featured {
  box-shadow: 0 10px 30px rgba(255, 94, 0, 0.3);
}

.plans .card .card-body {
  border-radius: 1rem;
  border: 2px solid transparent;
}

.plans .card .row.card-body {
  margin: 0 1px;
}

.plans .card .card-body:hover {
  border: 2px solid var(--highlight-color);
}

.plans .card.featured .card-body {
  border: 2px solid var(--highlight-color);
}

.plans .card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.plans .card.featured:hover {
  box-shadow: 0 10px 30px rgba(255, 94, 0, 0.6);
}

.plans .card.alert.alert-info .tier-title {
  font-family: "Rubik" !important;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 4rem;
  color: var(--primary-color);
}

.plans .card.supporter h4 {
  color: var(--white-color);
}

.plans .card.supporter .tier-title i {
  line-height: 4rem;
  vertical-align: middle;
}

.plans .card.supporter,
.plans .card.supporter .tier-price,
.plans .card.supporter .tier-price span {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.mffq-urgency-banner {
  background-color: var(--light-background);
}

#depoimento .img-testimonial {
  background-color: var(--primary-color);
  border-radius: 50%;
  border: 6px solid var(--accent-color);
  width: 96px;
  height: 96px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

#depoimento .row.justify-content-center {
  display: flex;
  align-items: center;
}

#depoimento .img-testimonial {
  flex: 0 0 96px;
  margin-right: 32px;
}

#depoimento .mffq-testimonial {
  flex: 1 1 0%;
  min-width: 0;
}

@media (max-width: 1198px) {
  body {
    padding-top: 61px;
  }
}

@media (max-width: 992px) {
  body {
    padding-top: 56px;
  }
}

@media (max-width: 768px) {
  .cta,
  .cta-alt,
  .cta-section {
    width: calc(100vw - 0px) !important;
    padding-right: 4px;
  }

  .mffq-hero-title {
    font-size: 2.5rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .content-section {
    margin-top: -30px;
    padding: 40px 0;
  }

  .plans .card.supporter .tier-title,
  .plans .card.supporter h4 {
    text-align: center;
  }

  .plans .card.supporter .tier-title i {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .plans .card.card.supporter ul,
  .plans .card.card.supporter [class*="col-"] {
    margin-bottom: 0;
  }

  .card-body .row [class*="col-"] {
    margin-bottom: 0;
  }
}

.timeline-vertical {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0 2rem 0.5rem;
  max-width: 700px;
}

.timeline-vertical:before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: var(--timeline-bottom, 130px);
  width: 4px;
  background: var(--white-color);
  border-radius: 2px;
  z-index: 0;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  right: auto;
  height: auto;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.5rem 1.5rem 50px;
  min-height: 120px;
  transition: box-shadow 0.3s;
  z-index: 1;
  overflow: hidden;
  flex-direction: row;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 32px;
  width: 20px;
  height: 20px;
  background: var(--highlight-color);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--primary-color);
  z-index: 2;
}

/* Container para horário e bloco à esquerda */
.timeline-info-esq {
  min-width: 160px;
  max-width: 160px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: 28px;
  position: relative;
  z-index: 3;
}

.timeline-time {
  font-family: "Rubik";
  position: static;
  width: 100%;
  font-weight: bold;
  color: var(--primary-color);
  font-size: 1.1rem;
  text-align: right;
  margin-bottom: 1.4rem;
}

.timeline-block {
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--dark-color);
  margin-bottom: 1.4rem;
  text-align: right;
}

/* Container para o conteúdo à direita */
.timeline-info-dir {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.timeline-publico {
  display: inline-block;
  background: var(--pastel-yellow);
  color: var(--highlight-color);
  font-weight: 500;
  font-size: 0.8rem;
  text-align: right;
  padding: 0.35em 1em 0.35em 1em;
  border-radius: 20px;
  margin-bottom: 1rem;
  margin-top: 0.2rem;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.07); */
  letter-spacing: 0.5px;
}

.timeline-tema {
  font-family: "Rubik";
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: var(--primary-color-hover);
  margin-bottom: 1.4rem;
  padding-top: 2px;
}

.timeline-palestrante {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 0.5rem;
  justify-content: flex-start;
  min-height: 48px;
}

.timeline-palestrante-foto {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #bbb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 0;
}

/* Classe específica para fotos de 80px com margin-left auto */
.timeline-palestrante-foto-80 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

/* Classe para imagens de palestrantes com 75px */
.timeline-palestrante-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
}

/* Classes para padronizar ícones */
.timeline-icon-coffee {
  width: 75px;
  height: 75px;
  opacity: 0.25;
}

.timeline-icon-lunch {
  width: 75px;
  height: 75px;
  opacity: 0.25;
}

/* Estilos para a barra de evento */
.event-info-bar {
  background: #000;
  color: white;
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1020;
}

.event-info-bar .col-md-6 {
  display: flex;
  align-items: center;
}

.event-info-bar img {
  height: 30px;
}

.event-info-bar .event-details {
  display: flex;
  align-items: center;
}

.event-info-bar .event-details span {
  font-weight: bold;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}

.event-info-bar .event-details span:last-child {
  margin-right: -5px;
}

.event-info-bar .event-details .fas {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 14px;
}

.event-info-bar .separator {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
}

/* Estilos responsivos para a barra de evento */
@media (max-width: 768px) {
  .event-info-bar {
    padding: 10px 0 !important;
  }

  .event-info-bar .container {
    flex-direction: column;
    gap: 8px;
    padding: 0 15px;
  }

  .event-info-bar img {
    height: 22px !important;
  }

  .event-info-bar span[style*="font-size"] {
    font-size: 1.2rem !important;
    margin: 0 8px;
  }

  .event-details {
    font-size: 0.85rem;
    margin-right: 0 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .event-details span {
    display: block;
    margin: 5px 0;
    text-align: center;
    margin-right: 0 !important;
    padding: 0;
    width: 100%;
  }

  .event-details .me-4 {
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
}

/* Regra para alterar o texto da data em telas menores */
@media (max-width: 989px) {
  .event-info-bar .event-details .date-full {
    display: none;
  }

  .event-info-bar .event-details .date-short {
    display: inline;
    font-size: 14px;
  }

  .event-info-bar .event-details .location-full {
    display: none;
  }

  .event-info-bar .event-details .location-short {
    display: inline;
    font-size: 14px;
  }

  .event-info-bar .event-details .fas {
    font-size: 14px !important;
  }

  .gap-3 {
    gap: 0px !important;
  }

  .event-info-bar .event-details span {
    margin: 0;
  }

  .event-info-bar img {
    height: 18px !important;
  }

  /* Manter layout horizontal em telas menores */
  .event-info-bar .container {
    flex-direction: row;
    gap: 8px;
    padding: 0 15px;
  }

  .event-info-bar .d-flex {
    justify-content: space-between !important;
    align-items: center;
  }

  .event-info-bar .event-details {
    font-size: 0.85rem;
    margin-right: 0 !important;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
  }

  .event-info-bar .event-details span {
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
    text-align: right;
    margin-right: 5px !important;
    padding: 0;
    width: auto;
  }

  .event-info-bar .event-details .fas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
  }

  .event-info-bar .event-details .me-4 {
    margin-right: 5px !important;
    margin-bottom: 0;
  }
}

@media (min-width: 990px) {
  .event-info-bar .event-details .date-full {
    display: inline;
  }

  .event-info-bar .event-details .date-short {
    display: none;
  }

  .event-info-bar .event-details .location-full {
    display: inline;
  }

  .event-info-bar .event-details .location-short {
    display: none;
  }
}

/* Ajustes de padding para páginas com e sem barra de evento */
.event-info-bar {
  /* padding-top: 62px !important; */
  top: 56px;
}

/* Ajuste para páginas que contêm a barra de evento */
body.has-event-bar {
  padding-top: 120px !important;
  /* 62px (navbar) + 58px (barra de evento) */
}

@media (max-width: 770px) {
  body.has-event-bar {
    padding-top: 106px !important;
  }
}

@media (min-width: 990px) {
  body.has-event-bar {
    padding-top: 114px !important;
    /* 56px (navbar) + 58px (barra de evento) */
  }
}

@media (min-width: 990px) {
  .event-info-bar {
    top: 61px;
    /* padding-top: 56px !important; */
  }
}

/* Estilos para o navbar */
.navbar {
  background: rgba(0, 168, 168, 0.95);
  backdrop-filter: blur(10px);
}

.navbar-brand {
  font-size: 1.5rem;
}

.navbar-brand .brand-text {
  font-size: 1.2rem;
}

.timeline-palestrante p {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  color: var(--dark-color);
}

.placeholder-foto:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #bbb;
  display: block;
  text-align: center;
}

.timeline-palestrante span {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  display: block;
  min-width: 100%;
  text-align: left;
  color: var(--highlight-color) !important;
}

.timeline-palestrante span.palestrante-nome {
  font-family: "Rubik";
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--highlight-color) !important;
}

.timeline-palestrante span.palestrante-nome {
  font-family: "Rubik";
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--highlight-color) !important;
}

.timeline-palestrante em {
  font-size: 0.85rem;
}

.timeline-palestrante span[style*="color: #000"] {
  font-size: 0.85rem;
}

.img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 12px;
}

.material {
  max-width: 126px;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

#materiais a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .navbar-nav .nav-link {
    margin: 6px 5px;
  }

  .timeline-vertical {
    padding-left: 0.5rem;
    max-width: 100%;
  }

  .timeline-item {
    padding-left: 60px;
    min-height: 100px;
    flex-direction: column;
  }

  .timeline-info-esq {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .timeline-time,
  .timeline-block,
  .timeline-publico {
    text-align: left;
    font-size: 0.95rem;
    width: 100%;
    margin-top: 6px;
  }

  .timeline-publico {
    margin-left: -16px;
    width: calc(100% + 16px);
  }

  .timeline-info-dir {
    align-items: flex-start;
  }

  .timeline-palestrante-foto {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }

  .timeline-palestrante {
    min-height: 50px;
  }

  .timeline-palestrante-img {
    width: 50px;
    height: 50px;
  }
}

.accordion-button {
  color: var(--black-color);
  font-weight: 800;
  font-size: 1.2rem;
}

.accordion-button:not(.collapsed) {
  color: var(--black-color);
  background-color: var(--pastel-yellow);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button:focus {
  border-color: #7fe2e2 !important;
  outline: 0;
  box-shadow: #7fe2e2 !important;
}

#inscricoes {
  position: relative;
  overflow: hidden;
  color: var(--white-color);
}

#inscricoes .section-title {
  color: var(--white-color) !important;
}

#inscricoes::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/inscreva-se-scaled.webp") center center/cover
    no-repeat;
  z-index: 1;
  pointer-events: none;
  transform: scale(1.08);
  transition: transform 1.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

#inscricoes::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}

#inscricoes > .container {
  position: relative;
  z-index: 3;
}

#inscricoes ul.list-unstyled li i {
  padding: 7px 0px;
  color: var(--white-color);
  width: 24px;
  height: 24px;
  font-size: 0.6rem;
  background-color: var(--highlight-color);
}

#inscricoes.mb-5 {
  margin-top: 0 !important;
}

#inscricoes.in-view::before {
  animation: inscricoes-zoomin 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes inscricoes-zoomin {
  0% {
    transform: scale(1.18);
  }

  100% {
    transform: scale(1.08);
  }
}

#local .section-title {
  color: var(--highlight-color) !important;
}

#local .section-title::after {
  background: var(--highlight-color);
}

#local p,
#local h4 {
  color: var(--dark-color);
}

@keyframes pulse-shadow {
  0% {
    box-shadow:
      0 0 0 0 rgba(207, 89, 16, 0.5),
      0 0 0 0 rgba(207, 89, 16, 0.3);
  }

  70% {
    box-shadow:
      0 0 0 12px rgba(207, 89, 16, 0),
      0 0 0 24px rgba(207, 89, 16, 0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(207, 89, 16, 0),
      0 0 0 0 rgba(207, 89, 16, 0);
  }
}

.timeline-item.aos-animate:before {
  animation: pulse-shadow 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item {
  color: var(--dark-color);
  background-color: var(--white-color);
  border: 2px solid var(--pastel-yellow);
}

.bonus-title {
  font-family: "Rubik";
  font-size: 1.2rem;
}

.form-control,
.form-select {
  padding: 1rem 0.75rem !important;
}

/* Campos do formulário de contato final */
#form-contato-final .form-control {
  border: 2px solid var(--accent-color);
  border-radius: 8px;
  background: var(--pastel-turquoise);
  color: var(--dark-color);
  font-weight: 500;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  min-height: 48px;
}

#form-contato-final .form-control:focus {
  border-color: var(--highlight-color);
  box-shadow: 0 0 0 2px var(--accent-color);
  background: var(--white-color);
  color: #9aa0b3;
}

.form-modern-2025 .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(44, 90, 160, 0.12);
}

.form-modern-2025 .btn-primary.btn-lg {
  color: var(--dark-color);
}

#formContatoSimples .btn-primary.btn-lg {
  color: var(--white-color);
}

#form-contato-final label.form-label {
  color: var(--white-color);
  font-weight: 700;
  letter-spacing: 0.5px;
}

#form-contato-final textarea.form-control {
  min-height: 48px;
  resize: vertical;
}

#form-contato-final .btn-primary {
  background: var(--primary-color);
  border: none;
  color: var(--white-color);
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 168, 168, 0.08);
  transition:
    background 0.2s,
    box-shadow 0.2s;
  padding: 1rem 0.75rem;
}

#form-contato-final .btn-primary:hover {
  background: var(--primary-color-hover);
  color: var(--white-color);
  box-shadow: 0 4px 16px rgba(207, 89, 16, 0.12);
  transition:
    background 0.8s,
    box-shadow 0.8s;
}

/* Formulário de Ingresso Social */
#form-ingresso-social {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-color-hover)
  );
  min-height: 100vh;
  padding: 60px 0;
}

#form-ingresso-social .card {
  background: linear-gradient(
    135deg,
    var(--highlight-color),
    var(--highlight-color-hover)
  );
  border-radius: 25px;
  overflow: hidden;
  border: 0;
}

#form-ingresso-social .form-control {
  border-radius: 15px;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
}

#form-ingresso-social .form-select {
  border-radius: 15px;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
}

#form-ingresso-social textarea.form-control {
  resize: vertical;
}

#form-ingresso-social .btn-enviar {
  background: var(--accent-color);
  border: none;
  color: white;
  font-weight: 700;
  border-radius: 15px;
  font-size: 18px;
  transition: all 0.3s ease;
}

#form-ingresso-social .btn-enviar:hover {
  background: var(--accent-color-hover);
}

#form-ingresso-social .valor-total .badge {
  font-size: 14px;
}

#form-ingresso-social .beneficiario-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
  padding: 1rem;
}

#form-ingresso-social .beneficiario-titulo {
  font-size: 16px;
  font-weight: 600;
}

#form-ingresso-social .btn-remover {
  border-radius: 10px;
  padding: 6px 10px;
  border-color: #ffc107;
  color: #ffc107;
}

#form-ingresso-social .btn-remover i {
  font-size: 14px;
}

#form-ingresso-social .btn-adicionar {
  border-radius: 10px;
}

#form-ingresso-social .spinner-loading {
  width: 3rem;
  height: 3rem;
}

.cta-section.final .card-body {
  background-color: #ad4c0f;
}

.cta-section.final .section-title {
  color: var(--white-color);
}

.price-old {
  text-decoration: line-through;
}

ul.list-unstyled li i.problem {
  background-color: var(--pastel-orange);
  color: var(--highlight-color);
}

ul.list-unstyled li i.solution {
  background-color: var(--pastel-turquoise);
  color: var(--primary-color);
}

.section-testimonial .primary-color {
  color: var(--primary-color);
}

.section-testimonial .text-primary {
  color: var(--primary-color) !important;
  border: 4px solid var(--accent-color);
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.section-testimonial .text-primary:hover {
  color: var(--primary-color) !important;
  border: 4px solid var(--accent-color-hover);
  text-decoration: none !important;
}

#inscricoes .list-unstyled li i {
  margin-right: 6px;
}

#planos .p-4 {
  padding: 0.9rem !important;
}

#planos .btn-mffq-primary {
  font-size: 14px;
  padding: 20px 0px;
}

#planos .alert-info .btn-mffq-primary {
  padding: 20px 20px;
}

/* Overlay para planos de patrocínio */
.row.g-4.position-relative {
  position: relative;
}

.planos-overlay {
  position: absolute;
  top: 130px;
  /* ajuste para alinhar com .tier-price */
  left: 1%;
  width: 98%;
  height: 80px;
  /* ajuste para cobrir apenas a faixa dos valores */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}

.planos-overlay h1 {
  width: 100%;
  margin: 0;
  padding: 0.5em 0;
  background: rgba(16, 143, 132, 0.8);
  /* --highlight-color com 90% transparência */
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  text-shadow: 0 2px 8px #000;
  letter-spacing: 0.2em;
  pointer-events: none;
}

@media (max-width: 991px) {
  .planos-overlay h1 {
    font-size: 1.5rem;
    padding: 1.2em 1em;
  }
}

@media (max-width: 768px) {
  .planos-overlay {
    top: 115px;
  }

  .planos-overlay h1 {
    padding: 1em 1em;
  }
}

/* Overlay para inscrições em breve (acima dos botões dos planos) */
.sign-overlay {
  position: absolute;
  left: 1%;
  width: 98%;
  bottom: 10px;
  /* ajuste para alinhar com os botões dos planos */
  height: 70px;
  /* ajuste para cobrir a faixa dos botões */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 11;
}

.sign-overlay h1 {
  width: 100%;
  margin: 0;
  padding: 0.5em 0;
  background: rgba(16, 143, 132, 0.8);
  /* --highlight-color com 90% transparência */
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  text-shadow: 0 2px 8px #000;
  letter-spacing: 0.2em;
  pointer-events: none;
}

@media (max-width: 991px) {
  .sign-overlay h1 {
    font-size: 1.2rem;
    padding: 1.2em 1em;
  }
}

/* Overlays finais para plano social - apenas dentro da coluna .col-lg-4.text-center */
.col-lg-4.text-center {
  position: relative;
}

.planos-overlay-last,
.sign-overlay-last {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 12;
}

.planos-overlay-last {
  top: 0;
  height: 60px;
}

.sign-overlay-last {
  bottom: 60px;
  height: 50px;
}

.planos-overlay-last h1,
.sign-overlay-last h1 {
  width: 100%;
  margin: 0;
  padding: 0.3em 0;
  background: rgba(16, 143, 132, 0.8);
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  text-shadow: 0 2px 8px #000;
  letter-spacing: 0.2em;
  pointer-events: none;
}

@media (min-width: 992px) {
  .planos-overlay-last h1,
  .sign-overlay-last h1 {
    font-size: 1.3rem;
  }

  .planos-overlay-last {
    height: 70px;
  }

  .planos-overlay-last h1 {
    padding: 1.3rem 1rem;
  }

  .sign-overlay-last {
    height: 60px;
    bottom: 4px;
  }

  .sign-overlay-last h1 {
    padding: 1.3rem 1rem;
  }
}

@media (max-width: 768px) {
  .planos-overlay-last {
    height: 70px;
  }

  .planos-overlay-last h1 {
    padding: 1.3rem 1rem;
  }

  .sign-overlay-last {
    height: 60px;
    bottom: 4px;
  }

  .sign-overlay-last h1 {
    padding: 1.3rem 1rem;
  }
}

/* Destaque para títulos importantes em h4 */
.mffq-highlight-title {
  font-weight: bold;
  color: var(--dark-color);
  letter-spacing: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.35rem;
}

.mffq-highlight-title strong {
  color: var(--primary-color);
  font-weight: bold;
}

i.text-primary {
  color: var(--primary-color) !important;
  text-decoration: none;
}

i.text-primary:hover {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

.cta-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.cta-primary h3 {
  font-family:
    "League Spartan", "Rubik", "Charlevoix Pro", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: none;
}

.bg-black {
  background-color: var(--black-color);
  color: var(--white-color);
}

.fw-bold strong {
  font-family: "Rubik", Spartan;
  font-weight: 800 !important;
  font-size: 1.5rem;
}

.fs-4 del {
  opacity: 0.3;
}

h3.text-primary:hover {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

a.primary-link .card {
  background-color: var(--pastel-mint);
  /* color: var(--dark-color); */
}

.hero-bg.top::before {
  max-height: 400px;
}

/* Ajuste de scroll para âncoras */
html {
  scroll-padding-top: 100px;
}

/* Carrossel de Patrocinadores */
@keyframes scroll-sponsors {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sponsors-bar {
  position: relative;
  overflow: hidden;
  background: #000000;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  z-index: 1;
}

.sponsors-carousel-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  mask: linear-gradient(
    90deg,
    transparent,
    white 20px,
    white calc(100% - 20px),
    transparent
  );
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20px,
    white calc(100% - 20px),
    transparent
  );
}

.sponsors-carousel {
  display: flex;
  animation: scroll-sponsors 30s linear infinite;
  white-space: nowrap;
  will-change: transform;
  align-items: center;
  height: 120px;
}

.sponsor-item {
  flex: 0 0 auto;
  margin: 0 40px 50px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.sponsor-item img {
  top: -30px;
  max-height: 70px;
  max-width: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(1);
  transition: all 0.3s ease;
}

.sponsor-item:hover img {
  filter: grayscale(0%) opacity(1) !important;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .sponsors-carousel {
    animation-duration: 15s;
  }

  .sponsor-item {
    margin: 0 20px 30px 20px !important;
  }
}

/* Imagens de fundo responsivas para o hero section */
/* Escopo do fundo do hero apenas no contexto do evento */
.hero-event-section #bg-image {
  background-image: url("../images/fundo_h.webp");
}

@media (max-width: 768px) {
  .hero-event-section #bg-image {
    background-image: url("../images/fundo_v.webp");
  }
}

/* Estilos para o hero section do evento */
.hero-event-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

/* Modificadores de overlay (centralizados) */
.hero-overlay--soft {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

.hero-overlay--dark {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

/* Tipografia e cores (centralizadas) */
.text-primary-2025 {
  color: #0cabac !important;
}

.text-muted-2025 {
  color: #666 !important;
}

.heading-2025 {
  font-weight: 700;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
}

/* Utilitários de ícones */
.icon-primary {
  color: #0cabac !important;
}

.icon-xl {
  font-size: 2.5rem !important;
}

.icon-lg {
  font-size: 1.5rem !important;
}

.icon-md {
  font-size: 1.25rem !important;
}

.icon-sm {
  font-size: 1rem !important;
}

/* Tipos de títulos e textos de cards (globais) */
.card-title-2025 {
  font-weight: 800;
  text-transform: uppercase;
  color: var(--black-color);
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
}

.card-text-2025 {
  color: #666;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}

/* Título do hero sem sombra/centralização */
.hero-title-clean {
  text-shadow: none !important;
  text-align: left !important;
  font-family: "Rubik", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

/* Subtítulo de hero (global) */
.hero-sub {
  color: #61657a;
  margin: 12px 0 0;
  max-width: 900px;
}

/* Espaçamento vertical padronizado do hero (título/subtítulo) */
.hero-modern .mffq-hero-title {
  margin-bottom: 8px;
}

/* Caixa alta para títulos (global) */
.title-uppercase-2025 {
  text-transform: uppercase !important;
}

/* LPs de Palestras: conteúdo transparente para exibir gradiente do body */
.content-section.lp-content-transparent {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding-top: 24px !important;
}

/* Badge global */
.badge-2025 {
  margin-top: 8px;
  display: inline-block;
  font-weight: 700;
}

/* Imagens e vídeos com cobertura */
.img-cover-2025 {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #fdfdfd;
}

.img-slim-2025 {
  height: 148px !important;
  object-fit: cover;
}

.img-tall-2025 {
  height: 220px !important;
  object-fit: cover;
}

.video-cover-2025 {
  width: 100%;
  height: auto;
  /* altura acompanha o arquivo do vídeo */
  display: block;
  object-fit: contain;
  background: #000;
}

/* Imagem ilustrativa com cantos arredondados */
.img-rounded-2025 {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Headline marker (text highlighter underline) */
.headline-marker-2025 {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.headline-marker-2025::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
  height: 1.2em;
  /* altura proporcional ao texto */
  z-index: -1;
  /* atrás do título */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: none;
  pointer-events: none;
}

/* Substituir por linha simples abaixo do título */
.headline-marker-2025::before {
  content: none !important;
}

.headline-marker-2025::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 100%;
  height: 5px;
  background-color: #ffe900;
  border-radius: 999px;
  box-shadow: 0 2px 4px rgba(255, 200, 0, 0.25);
}

@media (max-width: 576px) {
  .headline-marker-2025::after {
    width: 100%;
    bottom: -8px;
  }
}

/* Card visual mais clean (borda suave, sombra leve, radius consistente) */
.card-clean-2025 {
  border: 1px solid #e6eaf5 !important;
  background-color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(44, 90, 160, 0.08) !important;
  border-radius: 20px !important;
  color: #2a2751 !important;
  padding: 26px !important;
  margin: 24px 0 !important;
}

/* Body gradiente para páginas específicas */
body.page-gradient-2025 {
  background: linear-gradient(135deg, #eef3ff 0%, #f6f7ff 25%) !important;
  min-height: 100vh;
}

/* Unificar transição: remover gradiente interno e deixar o do body visível */
body.page-gradient-2025 .hero-modern {
  background: transparent !important;
}

body.page-gradient-2025 .ui-soft {
  background: transparent !important;
}

body.page-gradient-2025 .section-color,
body.page-gradient-2025 .cta,
body.page-gradient-2025 .cta-alt,
body.page-gradient-2025 .cta-section {
  background: transparent !important;
}

/* Suavizar transição entre hero e conteúdo nas páginas com gradiente */
body.page-gradient-2025 .content-section {
  margin-top: 0 !important;
  padding-top: 60px !important;
}

body.page-gradient-2025 .content {
  margin-top: 0 !important;
  padding-top: 0px !important;
}

body.page-gradient-2025 .hero-modern::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 64px;
  background: linear-gradient(
    180deg,
    rgba(238, 243, 255, 0.5) 0%,
    rgba(246, 247, 255, 0) 100%
  );
  pointer-events: none;
  z-index: -1;
}

/* Garantir que o conteúdo do hero fique acima do fade */
body.page-gradient-2025 .hero-modern .container {
  position: relative;
  z-index: 1;
}

.lp-content-transparent .bg-pastel-yellow,
.lp-content-transparent .bg-color-pastel-mint,
.lp-content-transparent .section-color,
.lp-content-transparent .ui-soft {
  background-color: transparent !important;
}

.lp-content-transparent .cta-primary {
  border-radius: 0 !important;
}

/* Card azul dentro do CTA deve ter cantos arredondados */
.lp-content-transparent .card.bg-accent {
  border-radius: 15px !important;
}

/* Tag/Badge utilitário padrão */
.tag-2025 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #eceef8;
  color: #0cabac;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  box-shadow: 0 12px 36px rgba(12, 171, 172, 0.12);
  /* Padronização de altura/tipografia do selo em todos os heros */
  min-height: 38px;
  line-height: 1;
  font-size: 0.95rem;
}

.tag-2025 i {
  font-size: 1rem;
}

/* Utilitário: margem negativa específica usada em blocos de palestras */
.ml-minus-18 {
  margin-left: -18px !important;
}

/* Botão CTA (centralizado) */
.btn-cta {
  background: white;
  color: #0cabac;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-cta:hover {
  background: #f0f0f0;
  color: #1e3a5f;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-cta--outline-light {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

/* Estilos para o container e row do hero */
.hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero-row {
  min-height: 80vh;
}

/* Ajuste responsivo */
@media (max-width: 768px) {
  .content-section:last-of-type,
  section:last-of-type {
    margin-bottom: 3rem !important;
    padding-bottom: 1.5rem !important;
  }

  .content-section {
    margin-bottom: 2rem !important;
  }
}

/* Estilos para o aviso de cookies */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  color: white;
  padding: 1rem 0;
  z-index: 9998;
  backdrop-filter: blur(10px);
  border-top: 2px solid var(--primary-color);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-text {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.cookie-link {
  color: var(--accent-color);
  text-decoration: underline;
  font-weight: 600;
}

.cookie-link:hover {
  color: var(--accent-color-hover);
}

.cookie-buttons {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.cookie-buttons .btn {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 600;
}

/* Responsivo para mobile */
@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .cookie-text {
    font-size: 0.85rem;
  }

  .cookie-buttons {
    justify-content: center;
  }

  .cookie-buttons .btn {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Ajuste para o botão voltar ao topo quando o banner estiver visível */

/* Grid de duas colunas centralizado com largura moderada */
.cards-grid-2-centered-2025 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .cards-grid-2-centered-2025 {
    grid-template-columns: 1fr;
  }
}

.cookie-banner.show + #btn-topo {
  bottom: 100px;
}

.text-title-black {
  color: var(--black-color) !important;
}

/* Hero moderno centralizado */
.hero-modern {
  position: relative;
  background: linear-gradient(135deg, #eef3ff 0%, #f6f7ff 100%);
  padding: 64px 0 48px;
  overflow: hidden;
}

.hero-modern .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.25;
}

.hero-modern .shape.shape-a {
  width: 420px;
  height: 420px;
  left: -90px;
  top: -80px;
  background: radial-gradient(
    circle,
    rgba(12, 171, 172, 0.65),
    rgba(12, 171, 172, 0)
  );
}

.hero-modern .shape.shape-b {
  width: 520px;
  height: 520px;
  right: -120px;
  bottom: -120px;
  background: radial-gradient(
    circle,
    rgba(167, 189, 230, 0.65),
    rgba(167, 189, 230, 0)
  );
}

.title-global-2025,
h1,
h2,
h3 {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}

/* Imagens de seção */
.section-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.section-image.is-book {
  max-width: 280px;
  margin: 0 auto;
  display: block;
}

/* Hero moderno - utilitário global */
.hero-modern {
  position: relative;
  /* background: linear-gradient(135deg, #eef3ff 0%, #f6f7ff 100%); */
  /* padding: 64px 0 112px; */
  overflow: hidden;
}

/* Big number price styling (shared across product pages) */
.price-big {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1.1;
  text-shadow: none !important;
  color: #000 !important;
}

body.page-gradient-2025 {
  background: linear-gradient(135deg, #eef3ff 0%, #f6f7ff 100%) !important;
}

body.page-gradient-2025 .ui-soft,
body.page-gradient-2025 .section-color,
body.page-gradient-2025 .cta,
body.page-gradient-2025 .cta-alt,
body.page-gradient-2025 .hero-modern,
body.page-gradient-2025 .cta-section {
  background: transparent !important;
}

body.page-gradient-2025 .hero-title {
  font-weight: 700 !important;
}

.hero-modern .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.25;
}

.hero-modern .shape.shape-a {
  width: 420px;
  height: 420px;
  left: -90px;
  top: -80px;
  background: radial-gradient(
    circle,
    rgba(44, 90, 160, 0.65),
    rgba(44, 90, 160, 0)
  );
}

.hero-modern .shape.shape-b {
  width: 520px;
  height: 520px;
  right: -120px;
  bottom: -120px;
  background: radial-gradient(
    circle,
    rgba(167, 189, 230, 0.65),
    rgba(167, 189, 230, 0)
  );
}

/* Tags modernas */
.tag-2025 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #eceef8;
  color: var(--primary-color);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  box-shadow: 0 12px 36px rgba(44, 90, 160, 0.12);
  /* Padronização de altura/tipografia do selo em todos os heros */
  min-height: 38px;
  line-height: 1;
  font-size: 0.95rem;
}

.tag-2025 i {
  font-size: 1rem;
}

/* Cards modernos */
.card-modern-2025 {
  border: 1px solid #eceef8;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(44, 90, 160, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cards-grid-2025 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .cards-grid-2025 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Grid de 4 colunas (utilitário central para páginas com mais itens) */
  .cards-grid-4-2025 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  @media (max-width: 992px) {
    .cards-grid-4-2025 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 576px) {
    .cards-grid-4-2025 {
      grid-template-columns: 1fr;
    }
  }

  /* Ícone circular centrado para cabeçalho de cards */
  .icon-circle-2025 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    align-self: center;
  }

  /* Tamanho do ícone interno no círculo */
  .icon-circle-2025 i {
    font-size: 1.6rem;
  }

  /* Espaçamento leve para cards (títulos e área do botão) */
  .card-spacing-2025 .card-body {
    padding-top: 30px;
    /* espaço extra antes do título */
  }

  .card-spacing-2025 .card-actions {
    padding-bottom: 30px;
    /* espaço extra abaixo do botão */
  }

  /* Conteúdo dos cards dentro de card-modern-2025 */
  .card-modern-2025 .card-body {
    padding: 24px;
  }

  /* Bordas arredondadas globais para cards Bootstrap nativos */
  .card {
    border-radius: 20px !important;
    margin: 20px 0 !important;
  }

  /* Ícones de listas (soluções/objeções/formato) mais discretos */
  .solution,
  .problem {
    font-size: 0.8rem;
    margin-right: 6px;
  }

  /* Lista sem bullets padrão, fonte menor e alinhada à esquerda */
  .list-clean-2025 {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .list-clean-2025 li {
    list-style: none !important;
    list-style-type: none !important;
    font-size: 0.95rem;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .list-clean-2025 li::marker {
    content: none !important;
  }

  /* Seções tipo card (conteúdo prático, formato e indicação) com espaçamentos padronizados */
  .card-section-2025 {
    margin: 24px;
    padding: 24px;
    border-radius: 20px;
  }

  /* Imagem padrão dos cards (sem corte, mantendo proporção) */
  .card-modern-2025 .img-cover-2025 {
    height: auto;
    min-height: 200px;
    object-fit: contain;
    background: #f8f9fa;
  }

  /* Título responsivo utilitário */
  .hero-title-responsive-2025 {
    font-size: clamp(2.4rem, 5vw, 3.4rem);
  }

  /* Variante menor para headlines específicas */
  .hero-title-responsive-2025-sm {
    font-size: clamp(2.2rem, 4.2vw, 3rem);
  }

  /* Título Rubik 700 em caixa baixa */
  .hero-title-slim-2025 {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    text-transform: none !important;
  }

  /* Utilitário de cantos arredondados */
  .radius-16-2025 {
    border-radius: 20px !important;
    overflow: hidden;
  }

  /* Ações de cards e botão acentuado (global) */
  .card-actions {
    padding: 18px;
    display: flex;
    justify-content: center;
  }

  .btn-accent {
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 16px;
    box-shadow: 0 8px 22px rgba(44, 90, 160, 0.28);
    display: inline-block;
  }

  .btn-accent:hover {
    filter: brightness(1.06);
  }

  /* Card no estilo da página Palestras */
  .card-lecture-2025 {
    border: 1px solid #eceef8;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(44, 90, 160, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: inherit;
  }

  .card-lecture-2025 .img-cover-2025 {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  /* Formulário moderno (utilitário central) */
  .form-modern-2025 .form-label {
    color: var(--dark-color);
    font-weight: 600;
  }

  .form-modern-2025 .form-control {
    height: 64px !important;
    min-height: 64px;
    box-sizing: border-box;
    padding: 14px 16px;
    border: 1px solid #eceef8;
    border-radius: 14px;
  }

  .form-modern-2025 textarea.form-control {
    min-height: 160px;
    height: auto;
    resize: vertical;
  }

  .form-modern-2025 .form-control::placeholder {
    color: #9aa0b3;
  }

  .form-modern-2025 .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(44, 90, 160, 0.12);
  }

  .form-modern-2025 .btn-primary.btn-lg {
    padding: 14px 18px;
    border-radius: 999px;
  }

  /* Tipografia e espaçamento padronizados para seções de conteúdo */
  .content-typo-2025 p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #2a2751;
  }

  .content-typo-2025 h3 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #1f1b44;
  }

  .content-typo-2025 ul {
    margin-top: 0.75rem;
  }

  .content-typo-2025 ul li {
    margin-bottom: 0.5rem;
  }

  .card-lecture-2025 .card-body {
    padding: 18px;
  }

  .card-lecture-2025 .card-title-2025 {
    text-transform: uppercase;
  }

  /* Grid de duas colunas (para páginas com 2 cards) */
  .cards-grid-2-2025 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }

  @media (max-width: 576px) {
    .cards-grid-2-2025 {
      grid-template-columns: 1fr;
    }
  }

  /* Container mais estreito para seção Mentorias (desktop) */
  .mentorias-modern .container {
    max-width: 1000px;
  }
}

@media (max-width: 576px) {
  .cards-grid-2025 {
    grid-template-columns: 1fr;
  }
}

/* Ajustes de layout para páginas de evento (barra superior) */
.has-event-bar body {
  padding-top: 190px !important;
  /* 62 navbar + barra do evento + botões */
}

@media (max-width: 768px) {
  .has-event-bar body {
    padding-top: 210px !important;
  }
}

/* Corrigir sobreposição dos menus quando há a barra de evento */
.has-event-bar .navbar .dropdown-menu {
  z-index: 1100 !important;
  /* Acima de botões e barra do evento */
}

.event-submenu-buttons {
  position: relative;
  z-index: 1000 !important;
  /* Abaixo do dropdown, acima do conteúdo */
  background: transparent !important;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .event-submenu-buttons {
    margin-top: 14px;
  }
}

.event-submenu-buttons .container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.event-submenu-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 8px 0;
  margin-right: 4px;
}

@media (max-width: 768px) {
  .event-submenu-title {
    font-size: 0.9rem;
    padding: 6px 0;
  }
}

.event-submenu-buttons .btn {
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 16px;
  border-width: 2px;
}

.event-submenu-buttons .btn-outline-primary {
  color: #00a8a8;
  border-color: #00a8a8;
  background-color: rgba(255, 255, 255, 0.92);
}

.event-submenu-buttons .btn-outline-primary:hover,
.event-submenu-buttons .btn-outline-primary:focus {
  color: #ffffff;
  background-color: #00a8a8;
  border-color: #009c9c;
}

.event-submenu-buttons .btn-primary,
.event-submenu-buttons .btn-primary.active {
  color: #ffffff;
  background: linear-gradient(135deg, #00a8a8, #009c9c);
  border-color: #00a8a8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.event-submenu-buttons .btn-primary:hover {
  background: linear-gradient(135deg, #009c9c, #008e8e);
}

/* Ajustes de layout para páginas de evento (barra superior) */
.has-event-bar body {
  padding-top: 190px !important;
  /* 62 navbar + barra do evento + botões */
}

@media (max-width: 768px) {
  .has-event-bar body {
    padding-top: 210px !important;
  }
}

/* Corrigir sobreposição dos menus quando há a barra de evento */
.has-event-bar .navbar .dropdown-menu {
  z-index: 1100 !important;
  /* Acima de botões e barra do evento */
}

.event-submenu-buttons {
  position: relative;
  z-index: 1000 !important;
  /* Abaixo do dropdown, acima do conteúdo */
  background: transparent !important;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .event-submenu-buttons {
    margin-top: 14px;
  }
}

.event-submenu-buttons .container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.event-submenu-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 8px 0;
  margin-right: 4px;
}

@media (max-width: 768px) {
  .event-submenu-title {
    font-size: 0.9rem;
    padding: 6px 0;
  }
}

.event-submenu-buttons .btn {
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 16px;
  border-width: 2px;
}

.event-submenu-buttons .btn-outline-primary {
  color: #00a8a8;
  border-color: #00a8a8;
  background-color: rgba(255, 255, 255, 0.92);
}

.event-submenu-buttons .btn-outline-primary:hover,
.event-submenu-buttons .btn-outline-primary:focus {
  color: #ffffff;
  background-color: #00a8a8;
  border-color: #009c9c;
}

.event-submenu-buttons .btn-primary,
.event-submenu-buttons .btn-primary.active {
  color: #ffffff;
  background: linear-gradient(135deg, #00a8a8, #009c9c);
  border-color: #00a8a8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.event-submenu-buttons .btn-primary:hover {
  background: linear-gradient(135deg, #009c9c, #008e8e);
}

/* Animação de rotação para ícone do modal de envio */
#sendingModal .fa-circle-notch {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Correção para logomarcas na barra de eventos */
.event-info-bar img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  width: auto;
  object-fit: contain;
  margin-top: 14px;
}

.event-info-bar .event-details {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .event-info-bar img {
    max-height: 30px;
  }
}

/* Modern Layout Styles (Global) */
:root {
  --ink-900: #1f1b44;
  --ink-700: #2a2751;
  --muted: #61657a;
  --accent: #0cabac;
  --soft-bg: #f6f7ff;
  --border: #eceef8;
  --card-bg: #fff;
  --shadow: 0 12px 36px rgba(44, 90, 160, 0.12);
}

.hero-modern {
  position: relative;
  background: linear-gradient(135deg, #eef3ff 0%, #f6f7ff 100%);
  padding: 64px 0 24px;
  overflow: hidden;
}

.hero-modern .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.25;
}

.hero-modern .shape.shape-a {
  width: 420px;
  height: 420px;
  left: -90px;
  top: -80px;
  background: radial-gradient(
    circle,
    rgba(44, 90, 160, 0.65),
    rgba(44, 90, 160, 0)
  );
}

.hero-modern .shape.shape-b {
  width: 520px;
  height: 520px;
  right: -120px;
  bottom: -120px;
  background: radial-gradient(
    circle,
    rgba(167, 189, 230, 0.65),
    rgba(167, 189, 230, 0)
  );
}

.hero-title {
  color: var(--ink-900);
  text-transform: uppercase;
  font-family:
    "League Spartan",
    "Rubik",
    system-ui,
    -apple-system,
    sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.1;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
}

.hero-sub {
  color: var(--muted);
  max-width: 900px;
  margin: 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--accent);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.cards-grid-2025 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  transition: all 0.3s ease;
}

.cards-grid-2025.list-view {
  grid-template-columns: 1fr;
}

.cards-grid-2025.list-view .card-modern {
  flex-direction: row;
  align-items: center;
  min-height: 200px;
}

.cards-grid-2025.list-view .card-modern img {
  width: auto;
  max-width: 200px;
  min-height: 200px;
  height: auto;
}

@media (max-width: 992px) {
  .cards-grid-2025 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-grid-2025.list-view .card-modern {
    flex-direction: column;
  }

  .cards-grid-2025.list-view .card-modern img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

.card-modern {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card-bg);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition:
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.3s ease;
}

.card-modern:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.card-modern img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fdfdfd;
  transition: transform 0.5s ease;
}

.card-modern:hover img {
  transform: scale(1.02);
}

.card-body {
  padding: 18px;
}

.card-title-2025 {
  color: var(--ink-900);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.card-text-2025 {
  color: var(--ink-700);
}

.card-actions {
  padding: 18px;
  display: flex;
  justify-content: center;
}

.btn-accent {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 8px 22px rgba(44, 90, 160, 0.28);
}

.btn-accent:hover {
  filter: brightness(1.06);
}

.ui-soft {
  background: var(--soft-bg);
}

.materiais-modern a {
  text-decoration: none;
}

/* Blog Editorial System */
.blog-content {
  color: var(--ink-700);
  font-size: 1.25rem;
  line-height: 1.85;
  letter-spacing: -0.01em;
}

.blog-content p {
  margin-bottom: 2.5rem;
}

/* Lead Paragraph */
.blog-lead {
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--ink-900);
  font-weight: 600;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.blog-content h2 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-weight: 900;
  color: var(--ink-900);
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "League Spartan", sans-serif;
}

.blog-content h3 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-weight: 800;
  color: var(--ink-700);
  font-size: 1.6rem;
}

.blog-content strong {
  color: var(--ink-900);
  font-weight: 800;
  background: linear-gradient(
    120deg,
    rgba(12, 171, 172, 0.1) 0%,
    rgba(12, 171, 172, 0.1) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
  padding: 0 2px;
}

.blog-content ul {
  margin-bottom: 2.5rem;
  padding-left: 0;
}

.blog-content li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  list-style: none;
}

.blog-content li::before {
  content: "→";
  color: var(--accent);
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 1.1em;
}

.blog-content blockquote {
  margin: 3.5rem 0;
  padding: 2.5rem;
  background: var(--soft-bg);
  border-left: 6px solid var(--accent);
  border-radius: 0 20px 20px 0;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--ink-900);
  line-height: 1.6;
}

.blog-content blockquote footer {
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.blog-hashtag {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  margin-right: 8px;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 8px;
  background: rgba(12, 171, 172, 0.05);
  border-radius: 4px;
}

.blog-hashtag:hover {
  background: var(--accent);
  color: #fff;
}

.blog-link {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(12, 171, 172, 0.2);
}

.blog-link:hover {
  border-bottom-color: var(--accent);
}

.blog-detail-img {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 2.5rem;
  display: block;
  height: auto;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: var(--shadow);
  background: #fdfdfd;
}

.carousel-item .blog-detail-img {
  margin: 0 auto;
  object-fit: contain;
  width: auto !important;
  max-height: 500px;
  /* Limit height to match min-height of container */
  max-width: 100%;
}

#blogCarousel .carousel-item {
  min-height: 450px;
  background: #fdfdfd;
}

#blogCarousel .carousel-item.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #blogCarousel .carousel-item {
    min-height: 350px;
  }

  #blogCarousel .carousel-item .blog-detail-img {
    max-height: 350px;
  }
}

/* Post Carousel Controls */
#blogCarousel .carousel-control-prev,
#blogCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(31, 27, 68, 0.7);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  margin: 0 15px;
  z-index: 20;
  /* Ensure clickable */
}

#blogCarousel .carousel-control-prev:hover,
#blogCarousel .carousel-control-next:hover {
  background: var(--accent);
  opacity: 1;
}

#blogCarousel .carousel-control-prev-icon,
#blogCarousel .carousel-control-next-icon {
  filter: invert(1) hue-rotate(180deg) brightness(1.5);
  /* Make icon stand out */
}

#blogCarousel .carousel-indicators {
  position: relative;
  margin-top: 1rem;
  /* Reduced from 2rem */
  margin-bottom: 1rem;
  bottom: 0;
}

#blogCarousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent);
  margin: 0 5px;
  border: none;
}

#blogCarousel .carousel-indicators .active {
  width: 24px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .blog-content {
    font-size: 1.15rem;
  }

  .blog-lead {
    font-size: 1.3rem;
  }

  .blog-content h2 {
    font-size: 1.75rem;
  }

  .blog-content blockquote {
    padding: 1.5rem;
    font-size: 1.2rem;
  }
}

/* Blog Pagination */
.pagination .page-link {
  color: var(--ink-700);
  border: 1px solid var(--border);
  font-weight: 700;
  transition: all 0.3s ease;
}

.pagination .page-item.active .page-link {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
  box-shadow: 0 4px 12px rgba(12, 171, 172, 0.2);
}

.pagination .page-link:hover {
  background-color: var(--soft-bg);
  color: var(--accent);
}

/* View Toggle Buttons */
.view-toggle .btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* List View Refinements */
.cards-grid-2025.list-view {
  gap: 20px;
}

.cards-grid-2025.list-view .card-modern {
  padding: 10px;
}

.cards-grid-2025.list-view .card-body {
  flex: 1;
  text-align: left !important;
}

.cards-grid-2025.list-view .card-title-2025 {
  text-align: left !important;
  margin-bottom: 15px !important;
}

.cards-grid-2025.list-view .card-actions {
  padding: 0 18px;
}

@media (max-width: 992px) {
  .cards-grid-2025.list-view .card-modern {
    flex-direction: column !important;
  }

  .cards-grid-2025.list-view .card-modern img {
    width: 100% !important;
    height: 250px !important;
  }
}

/* Blog Helper Classes */
.text-title-black {
  color: var(--ink-900) !important;
  text-shadow: none !important;
}

.text-muted-2025 {
  color: var(--muted) !important;
}

.hero-title-clean {
  text-transform: none !important;
  letter-spacing: -0.02em !important;
}

.hero-title-responsive-2025 {
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
}

.tag-2025 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--accent);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--shadow);
  margin-bottom: 1rem;
}

/* Continuous Background for Modern Pages */
body.page-gradient-2025 {
  background: linear-gradient(135deg, #eef3ff 0%, #f6f7ff 100%) !important;
  background-attachment: fixed !important;
}

.page-gradient-2025 .main-content {
  background: transparent !important;
}

/* --- BLOG EDITORIAL 2025 UPGRADE --- */

/* --- PRODUCT CARDS 2026 (REUSABLE) --- */
.product-card-2026 {
  background: #fff !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  border: none !important;
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease !important;
}

.product-card-2026 .card-img-wrapper {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.product-card-2026 .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: transform 0.5s ease;
}

.product-card-2026:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.product-card-2026:hover .card-img-wrapper img {
  transform: scale(1.05);
}

.product-card-2026 .card-body {
  padding: 20px 15px !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-card-2026 .card-title-2025 {
  color: #1f1b44 !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  line-height: 1.2;
  text-align: center;
  margin: 0 !important;
}

.product-card-2026 .card-actions {
  padding: 0 15px 25px !important;
  display: flex;
  justify-content: center;
}

.btn-saiba-mais {
  background: #0cabac !important;
  color: #fff !important;
  padding: 10px 30px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  text-transform: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.product-card-2026:hover .btn-saiba-mais {
  filter: brightness(1.1);
}

.card-hero-2025 {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.card-hero-2025:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
}

.card-hero-2025 .hero-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.card-hero-2025:hover .hero-img {
  transform: scale(1.03);
}

/* Category Badges */
.badge-cat {
  padding: 6px 14px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
}

.badge-cat.floating {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cat-artigo {
  background: #e0f4f4;
  color: #00a8a8;
}
.cat-dica {
  background: #fff5df;
  color: #e69c3a;
}
.cat-carrossel {
  background: #ffe9dc;
  color: #cf5910;
}

/* Category Filters */
.category-filters {
  padding: 10px 0;
}

.btn-filter {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 700;
  color: var(--dark-color);
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 0.85rem;
}

.btn-filter:hover,
.btn-filter.active {
  background: var(--primary-color);
  color: #fff !important;
  border-color: var(--primary-color);
  box-shadow: 0 10px 20px rgba(0, 168, 168, 0.2);
}

/* Reading Progress Bar */
#reading-progress {
  position: fixed;
  top: 76px; /* Below fixed navbar */
  left: 0;
  height: 4px;
  background: var(--highlight-color);
  z-index: 1051;
  width: 0%;
  transition: width 0.1s ease;
}

/* Scroll Reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Editorial Refinements */
.blog-detail-container {
  padding: 4rem 3rem !important;
}

.blog-detail-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.blog-detail-container .blog-content {
  line-height: 1.9;
  font-size: 1.3rem;
}

.dropcap-2025 {
  float: left;
  font-size: 4.5rem;
  line-height: 0.8;
  font-weight: 900;
  margin-right: 12px;
  margin-top: 6px;
  color: var(--primary-color);
  font-family: "League Spartan", sans-serif;
}

@media (max-width: 991px) {
  .card-hero-2025 .hero-img {
    min-height: 250px;
  }
  .blog-detail-container {
    padding: 2rem 1.5rem !important;
  }
}

/* --- PHASE 3: DISCOVERY & SEARCH --- */

/* Search Bar */
.search-form-2025 {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 5px 5px 5px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.search-form-2025:focus-within {
  box-shadow: 0 15px 35px rgba(0, 168, 168, 0.1);
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

.search-icon {
  color: var(--primary-color);
  font-size: 1.1rem;
}

.form-control-search {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  font-weight: 500;
  color: var(--ink-900);
  width: 100%;
  padding-left: 10px;
}
.form-control-search:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-search-submit {
  background: var(--primary-color);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn-search-submit:hover {
  background: var(--highlight-color);
  transform: scale(1.05);
}

/* Newsletter CTA Card */
.card-newsletter-cta {
  background: var(--pastel-neutral);
  border-radius: 32px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.card-newsletter-cta:hover {
  border-color: var(--primary-color);
  background: #fff;
  transform: translateY(-5px);
}

.card-newsletter-cta .cta-inner {
  max-width: 300px;
}

.card-newsletter-cta h4 {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  color: var(--ink-900);
}

/* Grid adjustment for newsletter */
@media (min-width: 992px) {
  /* Newsletter card spans 1 column in grid if needed, or we can make it special */
}

/* Load More Button Refinement */
#btn-load-more {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  box-shadow: 0 15px 35px rgba(0, 168, 168, 0.2);
  transition: all 0.3s ease;
}

#btn-load-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(0, 168, 168, 0.3);
}

#btn-load-more:disabled {
  background: var(--gray-300);
  box-shadow: none;
  cursor: wait;
}

/* --- PHASE 4: REFINED NAVIGATION UX --- */

.post-nav-container-2025 {
  border-top: 1px solid var(--border);
}

.post-nav-card {
  display: block;
  padding: 30px;
  background: var(--soft-bg);
  border-radius: 24px;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: 100%;
}

.post-nav-card:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-color: var(--primary-color);
}

.post-nav-card .nav-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.post-nav-card .nav-title {
  color: var(--ink-900);
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.1rem;
}

.post-nav-card:hover .nav-label {
  color: var(--highlight-color);
}

.post-nav-card.prev:hover .fa-arrow-left {
  transform: translateX(-5px);
}

.post-nav-card.next:hover .fa-arrow-right {
  transform: translateX(5px);
}

.post-nav-card .fa-arrow-left,
.post-nav-card .fa-arrow-right {
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .post-nav-card {
    padding: 20px;
  }
  .post-nav-card .nav-title {
    font-size: 1rem;
  }
}
