/* ========================================
   CSS PRINCIPAL - PÁGINA DIRETORIA
   ======================================== */

/* ========================================
   VARIÁVEIS CSS - SISTEMA DE DESIGN
   ======================================== */

:root {
  /* Cores Principais */
  --background: 210 20% 8%;
  --foreground: 210 15% 95%;
  --card: 210 20% 9%;
  --card-foreground: 210 15% 95%;
  --popover: 210 20% 9%;
  --popover-foreground: 210 15% 95%;
  --primary: 357 82% 42%;
  --primary-foreground: 210 15% 95%;
  --secondary: 210 15% 15%;
  --secondary-foreground: 210 15% 95%;
  --muted: 210 15% 12%;
  --muted-foreground: 210 10% 65%;
  --accent: 357 82% 42%;
  --accent-foreground: 210 15% 95%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 15% 95%;
  --border: 210 15% 18%;
  --input: 210 15% 15%;
  --ring: 357 82% 42%;
  --radius: 1rem;

  /* Cores Específicas do Sindicato */
  --union-red: 357 82% 42%;
  --union-red-light: 357 82% 52%;
  --union-dark: 210 20% 6%;
  --union-darker: 210 25% 4%;
  --union-gray: 210 10% 20%;

  /* Cores do WhatsApp */
  --whatsapp-color: #0f993e;
  --whatsapp-color-light: 164 84% 45%;
  --predominant-tone-10-percent: 0 0% 100%;

  /* Gradientes */
  --gradient-primary: linear-gradient(
    135deg,
    hsl(var(--union-red)),
    hsl(var(--union-red-light))
  );
  --gradient-bg: linear-gradient(
    135deg,
    hsl(var(--union-dark)),
    hsl(var(--union-darker))
  );
  --gradient-card: linear-gradient(145deg, hsl(var(--card)), hsl(var(--muted)));

  /* Sombras */
  --shadow-glow: 0 0 40px hsl(var(--union-red) / 0.3);
  --shadow-card: 0 10px 30px -10px hsl(var(--union-darker) / 0.5);
  --shadow-lg: 0 15px 30px -10px hsl(var(--union-darker) / 0.7);

  /* Transições */
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ========================================
   ESTILOS BASE E RESET
   ======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-color: hsl(var(--border));
}

html {
  scroll-behavior: smooth;
}

/* Forçar texto branco para todos os elementos exceto gradient text */
*:not(.gradient-text):not(strong):not(h4):not(i):not(h3):not(h1):not(h2):not(span) {
  color: hsl(var(--foreground));
}


/* Destaque para textos importantes em   vermelho */
strong {
  color: hsl(var(--primary)) !important;
  font-weight: 600;
}

/* Garantir que gradient text funcione corretamente */
.gradient-text {
  background: var(--gradient-primary) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block !important;
}

body {
  background: var(--gradient-bg);
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ========================================
   CLASSES UTILITÁRIAS
   ======================================== */

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.z-50 {
  z-index: 50;
}

/* ========================================
   HEADER E NAVEGAÇÃO
   ======================================== */

.header {
  width: 100%;
  padding: 20px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 2rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

/* Logo */
.nav__logo {
  flex-shrink: 0;
  min-width: 120px;
}

.nav__logo-image {
  width: 120px;
  height: auto;
  max-width: 100%;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.nav__logo-image:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Menu Desktop */
.nav__menu {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nav__item {
  color: hsl(var(--foreground));
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.4s ease;
  position: relative;
  font-size: 1rem;
  padding: 0.2rem 0.75rem;
  border-radius: 0.375rem;
}

.nav__item::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 0;
  height: 2px;
  background: hsl(var(--foreground));
  transition: width 0.4s ease, left 0.4s ease;
}

.nav__item:hover {
  color: hsl(var(--foreground));
}

.nav__item:hover::after {
  width: 80%;
  left: 10%;
  transform: translateX(0);
}

.nav__item.active::after {
  content: "" !important;
  position: absolute !important;
  bottom: 3px !important;
  width: 80%;
  left: 10%;
  height: 2px !important;
  background: hsl(var(--foreground)) !important;
  transition: width 0.4s ease, left 0.4s ease !important;
  z-index: 10 !important;
}

/* Usando estilos do CSS principal */

/* Ícone Hambúrguer/X */
.mobile-menu-icon {
  display: none; /* Escondido em telas grandes */
}

.mobile-menu-icon button {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
}

/* As 3 linhas do ícone hambúrguer */
.mobile-menu-icon .line {
  width: 100%;
  height: 3px;
  background-color: hsl(var(--foreground));
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-icon .line-1 {
  top: 0;
}

.mobile-menu-icon .line-2 {
  top: 50%;
  transform: translateY(-50%);
}

.mobile-menu-icon .line-3 {
  bottom: 0;
}

/* Animação Hambúrguer → X */
.header.menu-open .line-1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header.menu-open .line-2 {
  opacity: 0;
}

.header.menu-open .line-3 {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* Menu Mobile */
.nav__mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: hsl(var(--background) / 0.95);
  backdrop-filter: blur(16px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  padding: 0 2rem;
  display: none;
  z-index: 2;
}

/* Classe que o JavaScript adiciona para abrir */
.nav__mobile.open {
  max-height: 450px;
  border-top: none;
}

.nav__mobile-items {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

.nav__mobile .nav__item {
  padding: 1rem 0;
  width: 100%;
}

/* Usando estilos do CSS principal */

/* Estilos dos botões no menu mobile */
.nav__mobile .btn {
  padding: 8px 16px;
  font-size: 0.9rem;
}

/* ========================================
   ESTILOS DOS BOTÕES
   ======================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition-smooth);
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
}

.btn:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;

}

.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn-outline {
  border: 1px solid hsl(var(--primary));
  background: transparent;
  color: hsl(var(--primary));
}

.btn-outline:hover {
  transform: scale(1.06);
  transition: 0.25s;
  color: hsl(var(--gradient-primary));
  box-shadow: 0 4px 15px hsl(var(--primary) / 0.3);
  border: solid 0.15rem hsl(var(--primary));
  transition: all 0.5s ease;
}

/* Botão WhatsApp */
.btn-whatsapp {
  border-radius: 10px;
  background-color: var(--whatsapp-color);
  border: solid 0.1rem var(--whatsapp-color);
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  transition: all 0.5s ease;
  font-weight: 500;
  gap: 1rem;
  cursor: pointer;
  max-width: 400px;
}

.btn-whatsapp:hover {
  background-color: transparent;
  transform: scale(1.06);
  color: var(--whatsapp-color);
  box-shadow: 0 0px 10px var(--whatsapp-color);
  border: solid 0.15rem var(--whatsapp-color);
  transition: all 0.5s ease;
  z-index: 20;
} 

.btn-whatsapp .icon {
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  flex-shrink: 0;
  position: relative;
  z-index: 15;
}

/* WhatsApp icon from Font Awesome */
.btn-whatsapp .fa-whatsapp {
  font-size: 1.6rem;
  color: hsl(var(--predominant-tone-10-percent));
  transform: rotate(0deg);
  transition: transform 1s ease;
}

.btn-whatsapp:hover .fa-whatsapp {
  font-size: 1.8rem;
  color: var(--whatsapp-color);
  transform: rotate(360deg);
  transition: transform 1s ease;
}

/* Ícones */
.icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Efeitos específicos do hero-cta */
.hero-cta .btn:hover {
  transform: scale(1.06) !important;
}

/* Tamanho do ícone para "Seja um Associado" */
.hero-cta .btn-primary .icon,
.hero-cta .btn-primary .icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* ========================================
   ELEMENTOS DE FUNDO E ANIMAÇÕES
   ======================================== */

.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-ellipse {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
}

.bg-ellipse-3 {
  width: 2000px;
  height: 100%;
  background: hsl(var(--union-red));
  filter: blur(300px);
  top: 0%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.bg-ellipse-4 {
  max-width: 450px;
  width: 100%;
  height: 80%;
  object-fit: contain;
  background: hsl(var(--union-red-light));
  bottom: 50%;
  left: -20%;
  z-index: -1;
  filter: blur(150px);
}

.bg-ellipse-5 {
  width: 500px;
  height: 600px;
  background: hsl(var(--union-red-light));
  bottom: 80%;
  right: -22%;
  z-index: -5;
  filter: blur(100px);
}

.corner-ellipse-left {
  top: 20%;
  left: -100px;
}

.corner-ellipse-right {
  bottom: 20%;
  right: -100px;
}

.floating-element {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.05), transparent);
  filter: blur(15px);
  animation: float 6s ease-in-out infinite;
}

.floating-element-1 {
  top: 30%;
  left: 10%;
  animation-delay: 0s;
}

.floating-element-2 {
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.floating-element-3 {
  bottom: 30%;
  left: 20%;
  animation-delay: 4s;
}

/* ========================================
   ANIMAÇÕES
   ======================================== */

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* ========================================
   SEÇÃO HERO
   ======================================== */

.hero-section {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 1rem 4rem;
}

@media (min-width: 640px) {
  .hero-section {
    padding: 7rem 1.5rem 5rem;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    padding: 8rem 2rem 6rem;
  }
}

.hero-content {
  text-align: center;
  max-width: 800px;
  z-index: 1;
}

.hero-badge .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 4.5rem;
  }
}

.title-line {
  display: block;
}

.title-subtitle {
  display: block;
  font-size: 2.5rem;
  margin-top: 0.5rem;
  position: relative;
  z-index: 15;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  position: relative;
  z-index: 15;
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 1.5rem;
  }
}

.highlight-text {
  display: block;
  margin-top: 0.5rem;
  color: hsl(var(--primary));
  font-weight: 500;
  position: relative;
  z-index: 15;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 15;
}

@media (min-width: 640px) {
  .hero-cta {
    flex-direction: row;
  }
}

.hero-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}

@media (min-width: 768px) {
  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.stat-item {
  text-align: center;
  position: relative;
  z-index: 15;
}

.stat-number {
  font-size: 1.875rem;
  font-weight: 700;
  color: hsl(var(--primary));
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 15;
}

@media (min-width: 768px) {
  .stat-number {
    font-size: 2.25rem;
  }
}

.stat-label {
  font-size: 0.875rem;
  color: hsl(var(--foreground) / 0.6);
  margin-top: 0.25rem;
}

.scroll-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: float 3s ease-in-out infinite;
  cursor: pointer;
  z-index: 25;
}

.scroll-indicator a {
  color: hsl(var(--primary));
  font-size: 1rem;
  text-decoration: none;
  display: block;
  transition: var(--transition-smooth);
}

.scroll-indicator a:hover {
  transform: translateY(5px);
  color: hsl(var(--primary-light));
}

/* ========================================
   ESTILOS DE SEÇÕES
   ======================================== */

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-badge {
 display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  background: hsl(var(--primary) / 0.1);
  border: 1px solid hsl(var(--primary) / 0.2);
  border-radius: 9999px;
  color: hsl(var(--primary));
  position: relative;
  z-index: 15;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: hsl(var(--muted-foreground));
  max-width: 600px;
  margin: 0 auto;
}

/* ========================================
   SEÇÃO MEMO
   ======================================== */

.memo-section {
  padding: 5rem 1rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .memo-section {
    padding: 5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .memo-section {
    padding: 5rem 2rem;
  }
}

.memo-content {
  max-width: 64rem;
  margin: 0 auto;
}

.memo-content p {
  color: hsl(var(--foreground) / 0.7);
  line-height: 1.7;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.memo-content strong {
  color: hsl(var(--primary));
  font-weight: 600;
}

/* ========================================
   SEÇÃO DO PRESIDENTE
   ======================================== */

.president-section {
  background: transparent;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .president-section::before {
    width: 600px;
    height: 600px;
    left: 18%;
  }
}

@media (min-width: 1024px) {
  .president-section::before {
    width: 700px;
    height: 700px;
    left: 15%;
  }
}

.president-card {
  border: 1px solid hsl(var(--border) / 0.5);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-card);
  background: var(--gradient-card);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 15;
}

.president-content {
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 860px) {
  .president-content {
    flex-direction: column;
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .president-content {
    padding: 4rem;
  }
}

@media (min-width: 1024px) {
  .president-content {
    padding: 5rem;
    gap: 5rem;
  }
}

.president-image {
  text-align: center;
}

@media (min-width: 768px) {
  .president-image {
    text-align: left;
  }
}

.president-image-container {
  position: relative;
  display: inline-block;
}

.president-photo {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid hsl(var(--primary) / 0.3);
  background: linear-gradient(
    135deg,
    hsl(var(--primary) / 0.2),
    hsl(var(--union-red-light) / 0.2)
  );
}

@media (max-width: 768px) {
  .president-photo {
    width: 16rem;
    height: 16rem;
  }
}

@media(max-width: 1120px){

   .president-photo {
    width: 20rem;
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .president-badge .icon {
    width: 2rem;
    height: 2rem;
  }

  .president-badge {
    width: 4rem;
    height: 4rem;
    top: -1.5rem;
    right: -1.5rem;
  }

 
}

.president-badge {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .president-badge {
    position: absolute;
    top: -1rem;
    right: 0rem;
    width: 3rem;
    height: 3rem;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.president-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.president-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.president-section .quote-icon {
  font-size: 3rem;
  color: hsl(var(--primary)) !important;
}

.quote-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  line-height: 1.6;
  padding-left: 1.5rem;
}

.president-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: hsl(var(--foreground));
}

.president-title {
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .quote-text {
    font-size: 1.3rem;
    padding-left: 0rem;
  }

  .president-section .quote-icon {
    font-size: 2.5rem;
  }

  .president-name {
    font-size: 1.3rem;
  }

  .president-title {
    font-size: 1rem;
  }
}

.president-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.stars {
  display: flex;
  gap: 0.25rem;
}

.star-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: hsl(var(--primary));
  color: hsl(var(--primary));
  stroke: hsl(var(--primary));
  stroke-width: 2;
}

.rating-text {
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .rating-text {
    font-size: 0.5rem;
  }
}

/* ========================================
   SEÇÃO EQUIPE
   ======================================== */

.team-section {
  padding: 5rem 1rem;
  position: relative;
}

@media (min-width: 640px) {
  .team-section {
    padding: 5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .team-section {
    padding: 5rem 2rem;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-member {
  text-align: center;
  padding: 2rem;
  background: hsl(var(--card) / 0.5);
  border: 1px solid hsl(var(--border) / 0.5);
  border-radius: 0.5rem;
  transition: var(--transition-smooth);
}

.team-member:hover {
  background: hsl(var(--card) / 0.7);
  box-shadow: var(--shadow-card);
  transform: translateY(-0.25rem);
}

.member-photo {
  margin-bottom: 1.5rem;
}

.member-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid hsl(var(--border) / 0.3);
  transition: var(--transition-smooth);
}

.team-member:hover .member-img {
  border-color: hsl(var(--primary));
  transform: scale(1.05);
}

.member-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.member-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin: 0;
}

.member-role {
  color: hsl(var(--primary));
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}

/* ========================================
   SEÇÃO COMPARTILHE
   ======================================== */

.share-section {
  padding: 5rem 1rem;
  background: linear-gradient(
    135deg,
    hsl(var(--union-dark)),
    hsl(var(--union-darker))
  );
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .share-section {
    padding: 5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .share-section {
    padding: 5rem 2rem;
  }
}

.share-content {
  display: grid;
  gap: 4rem;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .share-content {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}

.share-text {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .share-text {
    text-align: left;
  }
}

.share-header {
  margin-bottom: 1rem;
}

.share-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  line-height: 1.2;
}

@media (min-width: 768px) {
  .share-title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .share-title {
    font-size: 3.5rem;
    justify-content: flex-start;
  }
}

.title-line-decorative {
  width: 3rem;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .title-line-decorative {
    width: 4rem;
    height: 4px;
  }
}

.title-text {
  white-space: nowrap;
}

.share-description {
  margin-bottom: 1rem;
}

.share-text-content {
  font-size: 1.125rem;
  color: hsl(var(--foreground) / 0.8);
  line-height: 1.7;
  max-width: 48rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .share-text-content {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .share-text-content {
    margin: 0;
  }
}

.share-cta {
  margin-top: 1rem;
}

.share-section .btn-whatsapp:hover {
  color: hsl(var(--whatsapp-color)) !important;
}

.share-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .share-visual {
    justify-content: flex-end;
  }
}

.fist-illustration {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  min-height: 400px;
}

@media (min-width: 768px) {
  .fist-illustration {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .fist-illustration {
    max-width: 600px;
  }
}

.fist-image {
  width: 60%;
  height: auto;
  transition: all 0.5s ease;
}

.fist-image:hover {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

/* ========================================
   SEÇÃO FAQ (ACCORDION)
   ======================================== */

.faq-section {
  padding: 5rem 1rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .faq-section {
    padding: 5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .faq-section {
    padding: 5rem 2rem;
  }
}

.faq-container {
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Estilos do Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

.accordion__item {
  background: hsl(var(--background));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  overflow: hidden;
}

.accordion__btn {
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-align: left;
}

.accordion__btn:hover {
  background: hsl(var(--muted) / 0.5);
}

.accordion__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--foreground);
}

.accordion__icon {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  transition: var(--transition-smooth);
}

.accordion__item.active .accordion__icon {
  transform: rotate(90deg);
  color: hsl(var(--primary));
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion__description {
  padding: 0 1.5rem 1.5rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}

/* ========================================
   SEÇÃO CONSULTA JURÍDICA
   ======================================== */

.legal-consultation {
  background: linear-gradient(
    135deg,
    hsl(var(--primary) / 0.1),
    hsl(var(--union-red-light) / 0.1)
  );
  border: 1px solid hsl(var(--primary) / 0.2);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 3rem;
}

.legal-content {
  text-align: center;
}

.legal-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: hsl(var(--foreground));
}

.legal-description {
  color: hsl(var(--foreground) / 0.7);
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

/* ========================================
   SEÇÃO CTA
   ======================================== */

.cta-section {
  padding: 5rem 1rem;
}

@media (min-width: 640px) {
  .cta-section {
    padding: 5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .cta-section {
    padding: 5rem 2rem;
  }
}

.cta-content {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: hsl(var(--foreground));
}

@media (min-width: 768px) {
  .cta-title {
    font-size: 3rem;
  }
}

.cta-description {
  font-size: 1.125rem;
  color: hsl(var(--foreground) / 0.7);
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* ========================================
   SEÇÃO NÚMEROS
   ======================================== */

.numbers-section {
  padding: 5rem 1rem;
  position: relative;
}

@media (min-width: 640px) {
  .numbers-section {
    padding: 5rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .numbers-section {
    padding: 5rem 2rem;
  }
}

.numbers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 48rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .numbers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.number-item {
  text-align: center;
  padding: 2rem;
  background: hsl(var(--card) / 0.5);
  border: 1px solid hsl(var(--border) / 0.5);
  border-radius: 0.5rem;
  transition: var(--transition-smooth);
}

.number-item:hover {
  background: hsl(var(--card) / 0.7);
  box-shadow: var(--shadow-card);
  transform: translateY(-0.25rem);
}

.number-value {
  font-size: 3rem;
  font-weight: 700;
  color: hsl(var(--primary));
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .number-value {
    font-size: 4rem;
  }
}

.number-label {
  color: hsl(var(--foreground) / 0.7);
  font-size: 1.125rem;
  font-weight: 500;
}

/* ========================================
   SEÇÃO CONTATO
   ======================================== */

.contact-section {
  padding: 6rem 0;
  background: hsl(var(--background));
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.contact-intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: hsl(var(--foreground));
}

.contact-description {
  font-size: 1.125rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.contact-card {
  background: hsl(var(--card) / 0.5);
  border: 1px solid hsl(var(--border) / 0.5);
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: var(--transition-smooth);
}

.contact-card:hover {
  background: hsl(var(--card) / 0.7);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

.contact-card-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-icon-container {
  width: 50px;
  height: 50px;
  background: hsl(var(--primary) / 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: hsl(var(--primary));
}

.contact-info-content {
  flex: 1;
}

.contact-info-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: hsl(var(--foreground));
}

.contact-info-link,
.contact-info-text {
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  transition: var(--transition-smooth);
}

.contact-info-link:hover {
  color: hsl(var(--primary));
}

.contact-social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-social-link {
  width: 50px;
  height: 50px;
  background: hsl(var(--accent));
  border: 1px solid hsl(var(--border) / 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--foreground));
  text-decoration: none;
  transition: var(--transition-smooth);
}

.contact-social-link:hover {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  transform: translateY(-2px);
}

.contact-main-cta {
  text-align: center;
  background: hsl(var(--accent));
  border-radius: 1rem;
  padding: 3rem 2rem;
  border: 1px solid hsl(var(--border) / 0.5);
}

.main-cta-content {
  max-width: 500px;
  margin: 0 auto;
}

.main-cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.main-cta-description {
  font-size: 1.125rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
  background: linear-gradient(
    135deg,
    hsl(var(--union-darker)),
    hsl(var(--union-dark))
  );
  border-top: 1px solid hsl(var(--border) / 0.2);
  position: relative;
  overflow: hidden;
}

.footer .container {
  padding: 4rem 1rem;
}

@media (min-width: 640px) {
  .footer .container {
    padding: 4rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .footer .container {
    padding: 4rem 2rem;
  }
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-content {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.brand-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.brand-title {
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.brand-subtitle {
  color: hsl(var(--foreground) / 0.7);
}

.brand-description {
  color: hsl(var(--foreground) / 0.6);
  line-height: 1.7;
  max-width: 28rem;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social-link {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(
    135deg,
    hsl(var(--primary) / 0.2),
    hsl(var(--union-red-light) / 0.2)
  );
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
  text-decoration: none;
}

.social-link:hover {
  background: linear-gradient(
    135deg,
    hsl(var(--primary) / 0.3),
    hsl(var(--union-red-light) / 0.3)
  );
  transform: scale(1.1);
}

.social-link .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: hsl(var(--primary));
  transition: transform var(--transition-smooth);
}

.social-link:hover .icon {
  transform: scale(1.1);
}

.footer-links,
.footer-services {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-links-title,
.footer-services-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1.5rem;
}

.footer-links-list,
.footer-services-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link,
.footer-service {
  color: hsl(var(--foreground) / 0.6);
  text-decoration: none;
  transition: color var(--transition-smooth);
  display: flex;
  align-items: center;
}

.footer-link:hover,
.footer-service:hover {
  color: hsl(var(--primary));
}

.footer-service-icon {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.25rem;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(var(--border) / 0.2);
}

.footer-bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-bottom-content {
    flex-direction: row;
  }
}

.footer-copyright {
  color: hsl(var(--foreground) / 0.6);
  font-size: 0.875rem;
}

.footer-affiliations {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
}

.affiliation-text {
  color: hsl(var(--foreground) / 0.6);
}

.slogan {
  color: hsl(var(--primary));
  font-weight: 500;
}

/* ========================================
   BOTÃO "VOLTAR AO TOPO"
   ======================================== */

.scroll-to-top-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
  z-index: 100;
}

.scroll-to-top-btn:hover {
  background: hsl(var(--primary) / 0.9);
  transform: translateY(-2px);
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */

/* Media Queries para Navegação */
@media screen and (max-width: 960px) {
  /* Esconde menus desktop */
  .nav__menu,
  .nav > .nav__buttons {
    display: none;
  }

  /* Mostra menu mobile */
  .nav__mobile {
    display: block;
  }

  /* Mostra ícone hambúrguer */
  .mobile-menu-icon {
    display: block;
  }
}

@media (max-width: 480px) {
  .nav__logo {
    min-width: 80px;
    max-width: 80px;
  }

  .nav__logo-image {
    width: 80px;
  }
}

/* Media Queries para Ellipses */
@media (max-width: 1285px) {
  .bg-ellipse-5 {
    right: 0%;
    width: 300px;
    height: 400px;
    filter: blur(100px);
    bottom: 80%;
  }

  .bg-ellipse-4 {
    filter: blur(120px);
  }
}

@media (max-width: 1026px) {
  .bg-ellipse-4 {
    height: 70%;
    bottom: 60%;
    left: -35%;
  }

  .bg-ellipse-5 {
    width: 250px;
    height: 400px;
    right: 0%;
    opacity: 1;
    bottom: 80%;
    filter: blur(110px);
  }
}

@media (max-width: 980px) {
  .bg-ellipse-5 {
    width: 300px;
    height: 300px;
    right: 0%;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .bg-ellipse-4 {
    height: 50%;
    bottom: 60%;
    left: -50%;
  }

  .bg-ellipse-5 {
    width: 250px;
    height: 400px;
    right: 0%;
    opacity: 1;
    bottom: 90%;
  }
}

@media (max-width: 480px) {
  .bg-ellipse-5 {
    width: 200px;
    height: 400px;
    right: 0%;
    opacity: 1;
  }
}

@media (min-width: 1920px) {
  .bg-ellipse-5 {
    right: -7%;
  }
  .bg-ellipse-4 {
    left: -5%;
  }
}

/* Media Queries Gerais */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.25rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .share-title {
    font-size: 2rem;
  }

  .cta-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .share-title {
    font-size: 1.75rem;
  }

  .cta-title {
    font-size: 1.75rem;
  }

  .nav-content {
    height: 3.5rem;
  }

  .logo-img {
    width: 90px;
  }

  .member-img {
    width: 120px;
    height: 120px;
  }
}
