/* ==========================================================================
   ACEIAS — Design System Premium
   ========================================================================== */

/* ==========================================================================
   Variáveis CSS
   ========================================================================== */

:root {
  /* Cores da Marca */
  --color-primary: #EC3237;
  --color-secondary: #FEC02D;
  --color-accent: #17AFE1;

  /* Variações da Primária (Vermelho) */
  --color-primary-light: #F25A5E;
  --color-primary-dark: #C4282D;

  /* Variações da Secundária (Amarelo) */
  --color-secondary-light: #FED35C;
  --color-secondary-dark: #E5AC28;

  /* Variações do Acento (Azul) */
  --color-accent-light: #4DC3E8;
  --color-accent-dark: #1291BD;

  /* Neutros */
  --color-white: #FFFFFF;
  --color-off-white: #F8F9FA;
  --color-gray-100: #F1F3F5;
  --color-gray-200: #E9ECEF;
  --color-gray-300: #DEE2E6;
  --color-gray-400: #CED4DA;
  --color-gray-500: #ADB5BD;
  --color-gray-600: #6C757D;
  --color-gray-700: #495057;
  --color-gray-800: #343A40;
  --color-gray-900: #212529;
  --color-black: #111111;

  /* Tipografia */
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* Escala Tipográfica */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  /* Pesos */
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;

  /* Espaçamento */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.5rem;
  --space-8: 3rem;
  --space-9: 4rem;
  --space-10: 5rem;
  --space-section: 6rem;

  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --radius-full: 9999px;

  /* Sombras */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  --shadow-colored: 0 10px 30px -5px rgba(236, 50, 55, 0.25);

  /* Transições */
  --transition-fast: 150ms ease;
  --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Larguras */
  --container-max: 1200px;
  --navbar-height: 80px;
}

/* Reset & Base
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--navbar-height);
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--font-regular);
  line-height: 1.7;
  color: var(--color-gray-700);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Tipografia
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: var(--font-bold);
  line-height: 1.2;
  color: var(--color-gray-900);
  margin-bottom: var(--space-4);
}

h1 { font-size: var(--text-5xl); }
h2 { font-size: var(--text-4xl); }
h3 { font-size: var(--text-3xl); }
h4 { font-size: var(--text-2xl); }
h5 { font-size: var(--text-xl); }
h6 { font-size: var(--text-lg); }

p {
  margin-bottom: var(--space-4);
  color: var(--color-gray-600);
}

a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-accent-dark);
}

img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */

#mainNavbar {
  padding: 1rem 0;
  transition: all var(--transition-slow);
  border-bottom: 1px solid transparent;
  z-index: 1040;
}

/* Estado transparente (sobre o hero) */
#mainNavbar.navbar--transparent {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

#mainNavbar.navbar--transparent .nav-link {
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#mainNavbar.navbar--transparent .nav-link:hover {
  color: var(--color-secondary);
}

#mainNavbar.navbar--transparent .navbar-logo {
  filter: brightness(0) invert(1);
}

/* Estado scrolled (glassmorphism) */
#mainNavbar.scrolled {
  padding: 0.6rem 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

#mainNavbar.scrolled .navbar-logo {
  height: 30px;
}

#mainNavbar.scrolled .nav-link {
  color: var(--color-gray-700);
  text-shadow: none;
}

#mainNavbar.scrolled .nav-link:hover {
  color: var(--color-primary);
}

/* Logo */
.navbar-logo {
  height: 38px;
  width: auto;
  transition: all var(--transition-base);
}

/* Nav Links */
#mainNavbar .nav-link {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-gray-700);
  padding: 0.5rem 0.9rem !important;
  transition: all var(--transition-fast);
  position: relative;
  letter-spacing: 0.01em;
}

#mainNavbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: transform var(--transition-base);
}

#mainNavbar .nav-link:hover::after,
#mainNavbar .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}

/* Dropdown toggle - setinha indicadora */
#mainNavbar .nav-link.dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0;
  transition: transform var(--transition-fast);
  position: static;
  transform: none;
  background: none;
  border-radius: 0;
}

#mainNavbar .nav-item.dropdown.show .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Linha de hover nos dropdowns (via ::before) */
#mainNavbar .nav-link.dropdown-toggle::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: transform var(--transition-base);
}

#mainNavbar .nav-link.dropdown-toggle:hover::before,
#mainNavbar .nav-item.dropdown.show .nav-link.dropdown-toggle::before {
  transform: translateX(-50%) scaleX(1);
}

/* Dropdown */
#mainNavbar .dropdown-menu {
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
  margin-top: 0.75rem;
  animation: dropdownFade 0.25s ease;
  min-width: 220px;
}

@keyframes dropdownFade {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

#mainNavbar .dropdown-item {
  font-size: var(--text-sm);
  padding: 0.6rem 1rem;
  transition: all var(--transition-fast);
  font-weight: var(--font-regular);
  border-radius: var(--radius-sm);
  color: var(--color-gray-700);
}

#mainNavbar .dropdown-item:hover {
  background-color: transparent;
  color: var(--color-primary);
}

/* Botão CTA na navbar */
.nav-btn-donate {
  border-radius: var(--radius-full) !important;
  padding: 0.5rem 1.25rem !important;
  font-size: var(--text-xs) !important;
}

/* Toggler Mobile - Custom Hamburger */
.navbar-toggler-custom {
  display: none;
  border: none;
  background: none;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1060;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
}

.hamburger__line {
  display: block;
  width: 100%;
  height: 2.5px;
  background: var(--color-gray-800);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-toggler-custom.active .hamburger__line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler-custom.active .hamburger__line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler-custom.active .hamburger__line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu Fullscreen */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 6rem 2rem 3rem;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

.mobile-menu__list > li {
  margin-bottom: var(--space-2);
}

.mobile-menu__list > li > a {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  color: var(--color-gray-800);
  padding: var(--space-3) 0;
  text-decoration: none;
  transition: color var(--transition-fast);
  border-bottom: 1px solid var(--color-gray-100);
}

.mobile-menu__list > li > a:hover,
.mobile-menu__list > li > a:active {
  color: var(--color-primary);
}

.mobile-menu__toggle i {
  font-size: 0.7rem;
  margin-left: var(--space-2);
  transition: transform 0.3s ease;
}

.mobile-menu__has-sub.open .mobile-menu__toggle i {
  transform: rotate(180deg);
}

.mobile-menu__sub {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-menu__has-sub.open .mobile-menu__sub {
  max-height: 300px;
}

.mobile-menu__sub li a {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-gray-600);
  padding: var(--space-2) 0;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.mobile-menu__sub li a:hover {
  color: var(--color-primary);
}

.mobile-menu__cta {
  margin-top: var(--space-8);
  width: 100%;
  max-width: 300px;
}

.mobile-menu__cta .btn-aceias {
  width: 100%;
  justify-content: center;
}

/* Ajuste para navbar fixa */
main {
  padding-top: 0;
}

body:not(.page-home) main {
  padding-top: var(--navbar-height);
}

/* ==========================================================================
   SEÇÕES
   ========================================================================== */

.section {
  padding: var(--space-section) 0;
  position: relative;
}

.section--gray {
  background-color: var(--color-gray-100);
}

.section__title {
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
  text-align: center;
  margin-bottom: var(--space-3);
  color: var(--color-gray-900);
  letter-spacing: -0.02em;
}

.section__title--left {
  text-align: left;
}

.section__subtitle {
  font-size: var(--text-lg);
  text-align: center;
  color: var(--color-gray-500);
  margin-bottom: var(--space-9);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.section__badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  background: rgba(236, 50, 55, 0.08);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-4);
}

.section__badge--light {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.15);
}

/* ==========================================================================
   BOTÕES
   ========================================================================== */

.btn-aceias {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.85rem 2.2rem;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-base);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-aceias--sm {
  padding: 0.5rem 1.4rem;
  font-size: var(--text-xs);
}

.btn-aceias--primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-white);
  border-color: var(--color-primary);
  box-shadow: 0 4px 15px rgba(236, 50, 55, 0.3);
}

.btn-aceias--primary:hover {
  background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 100%);
  color: var(--color-white);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(236, 50, 55, 0.4);
}

.btn-aceias--accent {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  color: var(--color-white);
  border-color: var(--color-accent);
  box-shadow: 0 4px 15px rgba(23, 175, 225, 0.3);
}

.btn-aceias--accent:hover {
  background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
  color: var(--color-white);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(23, 175, 225, 0.4);
}

.btn-aceias--outline {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-aceias--outline:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-3px);
  box-shadow: var(--shadow-colored);
}

.btn-aceias--light {
  background: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-white);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.btn-aceias--light:hover {
  background: var(--color-white);
  color: var(--color-primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
}

.btn-aceias--outline-light {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-aceias--outline-light:hover {
  background: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-white);
  transform: translateY(-3px);
}

/* ==========================================================================
   HERO VÍDEO
   ========================================================================== */

.hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(var(--navbar-height) * -1);
}

.hero-video__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video__bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 16:9 */
  height: 56.25vw; /* 16:9 */
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.2);
  pointer-events: none;
  border: none;
}

.hero-video__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 16:9 */
  height: 56.25vw; /* 16:9 */
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.2);
  pointer-events: none;
  object-fit: cover;
}

.hero-video__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

.hero-video__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: var(--space-6);
}

.hero-video__title {
  font-family: var(--font-heading);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  color: var(--color-white);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-5);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-video__title span {
  color: var(--color-secondary);
}

.hero-video__subtitle {
  font-size: var(--text-xl);
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto var(--space-8);
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-video__actions {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.hero-video__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: scrollBounce 2s infinite;
}

.hero-video__scroll a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  transition: color var(--transition-fast);
}

.hero-video__scroll a:hover {
  color: var(--color-white);
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

/* ==========================================================================
   HERO BANNER (legacy)
   ========================================================================== */

.hero-banner {
  position: relative;
  margin-top: calc(var(--navbar-height) * -1);
}

.hero-banner .carousel-item img {
  width: 100%;
  height: 85vh;
  min-height: 500px;
  max-height: 750px;
  object-fit: cover;
}

.hero-banner__slide {
  position: relative;
}

.hero-banner__slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
}

.hero-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-10) 0 var(--space-9);
  z-index: 2;
}

.hero-banner__title {
  color: var(--color-white);
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  margin-bottom: var(--space-3);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-banner__desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--text-xl);
  margin-bottom: 0;
  max-width: 600px;
  text-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

/* Carousel Controls */
.hero-banner .carousel-control-prev,
.hero-banner .carousel-control-next {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-full);
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 0;
  transition: all var(--transition-base);
}

.hero-banner:hover .carousel-control-prev,
.hero-banner:hover .carousel-control-next {
  opacity: 1;
}

.hero-banner .carousel-control-prev { left: 2rem; }
.hero-banner .carousel-control-next { right: 2rem; }

.hero-banner .carousel-control-prev:hover,
.hero-banner .carousel-control-next:hover {
  background: rgba(255,255,255,0.3);
}

/* Carousel Indicators */
.hero-banner .carousel-indicators {
  bottom: 2rem;
  z-index: 3;
}

.hero-banner .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: var(--radius-full);
  border: 2px solid rgba(255,255,255,0.6);
  background: transparent;
  opacity: 1;
  transition: all var(--transition-base);
  margin: 0 5px;
}

.hero-banner .carousel-indicators button.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  width: 35px;
}

/* ==========================================================================
   SEÇÃO QUEM SOMOS
   ========================================================================== */

.section-about__text {
  font-size: var(--text-lg);
  color: var(--color-gray-600);
  line-height: 1.8;
  margin-bottom: var(--space-4);
  text-align: justify;
}

.section-about__title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-4);
}

.section-about__actions {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-top: var(--space-6);
}

.section-about__image-wrapper {
  position: relative;
  padding: var(--space-6);
}

.section-about__image-wrapper--inline {
  padding: var(--space-4) var(--space-5);
  margin-bottom: var(--space-4);
}

.section-about__image-main {
  position: relative;
  z-index: 2;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-2xl);
}

.section-about__image-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.section-about__image-main:hover img {
  transform: scale(1.03);
}

.section-about__image-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 60%;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  border-radius: var(--radius-xl);
  opacity: 0.15;
  z-index: 1;
}

.section-about__image-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(var(--color-primary) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.3;
  z-index: 1;
}

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

.section-numbers {
  background: linear-gradient(135deg, var(--color-gray-900) 0%, #1a1a2e 100%);
  padding: var(--space-10) 0;
}

.number-card {
  text-align: center;
  padding: var(--space-7) var(--space-4);
}

.number-card__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-5);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(236, 50, 55, 0.12);
  border-radius: var(--radius-lg);
  font-size: 1.5rem;
  color: var(--color-primary-light);
}

.number-card__value {
  font-family: var(--font-heading);
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  color: var(--color-white);
  line-height: 1;
}

.number-card__suffix {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  color: var(--color-primary-light);
}

.number-card__label {
  font-size: var(--text-sm);
  color: var(--color-gray-400);
  margin-top: var(--space-3);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: var(--font-medium);
}

/* ==========================================================================
   CARDS DE SERVIÇOS
   ========================================================================== */

.service-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-8) var(--space-6);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  height: 100%;
  border: 1px solid var(--color-gray-200);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-base);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-2xl);
  border-color: transparent;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card__icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(236, 50, 55, 0.08) 0%, rgba(236, 50, 55, 0.15) 100%);
  color: var(--color-primary);
  font-size: 1.75rem;
  margin-bottom: var(--space-6);
  transition: all var(--transition-base);
}

.service-card:hover .service-card__icon {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-white);
  transform: scale(1.05);
}

.service-card__icon--accent {
  background: linear-gradient(135deg, rgba(23, 175, 225, 0.08) 0%, rgba(23, 175, 225, 0.15) 100%);
  color: var(--color-accent);
}

.service-card:hover .service-card__icon--accent {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  color: var(--color-white);
}

.service-card__icon--secondary {
  background: linear-gradient(135deg, rgba(254, 192, 45, 0.08) 0%, rgba(254, 192, 45, 0.2) 100%);
  color: var(--color-secondary-dark);
}

.service-card:hover .service-card__icon--secondary {
  background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-dark) 100%);
  color: var(--color-white);
}

.service-card__title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-3);
}

.service-card__text {
  font-size: var(--text-base);
  color: var(--color-gray-600);
  line-height: 1.7;
  margin-bottom: var(--space-5);
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-primary);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.service-card__link:hover {
  color: var(--color-primary-dark);
  gap: var(--space-3);
}

/* ==========================================================================
   SEÇÃO CTA (COMO AJUDAR)
   ========================================================================== */

.section-cta {
  position: relative;
  padding: var(--space-10) 0;
  overflow: hidden;
}

.section-cta__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-primary) 0%, #8b1a1d 50%, var(--color-primary-dark) 100%);
  z-index: 0;
}


.section-cta__title {
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
  color: var(--color-white);
  margin-bottom: var(--space-5);
  letter-spacing: -0.02em;
}

.section-cta__text {
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.85);
  max-width: 550px;
  margin: 0 auto var(--space-8);
  line-height: 1.7;
}

.section-cta__actions {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

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

.footer-aceias {
  background: linear-gradient(180deg, var(--color-gray-900) 0%, #0d0d14 100%);
  color: var(--color-gray-300);
  padding: var(--space-10) 0 var(--space-6);
}

.footer-aceias h5 {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--color-white);
  margin-bottom: var(--space-5);
  position: relative;
  padding-bottom: var(--space-3);
}

.footer-aceias h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
}

.footer-aceias a {
  color: var(--color-gray-400);
  transition: all var(--transition-fast);
}

.footer-aceias a:hover {
  color: var(--color-white);
  padding-left: 4px;
}

.footer-aceias ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-aceias ul li {
  margin-bottom: var(--space-3);
  font-size: var(--text-sm);
}

.footer-aceias__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  text-align: center;
  font-size: var(--text-sm);
  color: var(--color-gray-500);
}

/* Social icons no footer */
.footer-aceias .fab,
.footer-aceias .fa-envelope {
  transition: all var(--transition-base);
}

.footer-aceias a:hover .fab,
.footer-aceias a:hover .fa-envelope {
  color: var(--color-primary-light);
  transform: translateY(-2px);
}

/* ==========================================================================
   COOKIES BANNER
   ========================================================================== */

.cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(15, 15, 25, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: var(--space-5) 0;
}

.cookies-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
}

.cookies-banner__text {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  flex: 1;
}

.cookies-banner__emoji {
  font-size: 1.5rem;
  line-height: 1;
  display: none;
}

@media (min-width: 768px) {
  .cookies-banner__emoji {
    display: block;
  }
}

.cookies-banner__desc {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: var(--space-2);
  font-weight: var(--font-medium);
}

.cookies-banner__links {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.cookies-banner__links a {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--transition-fast);
}

.cookies-banner__links a:hover {
  color: var(--color-primary-light);
}

.cookies-banner__links span {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.2);
}

.cookies-banner__actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
}

.cookies-banner__btn {
  padding: 0.6rem 1.25rem;
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  border-radius: var(--radius-lg);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cookies-banner__btn--outline {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.cookies-banner__btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.cookies-banner__btn--primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(236, 50, 55, 0.3);
}

.cookies-banner__btn--primary:hover {
  box-shadow: 0 6px 20px rgba(236, 50, 55, 0.5);
  transform: scale(1.02);
}

@media (max-width: 767.98px) {
  .cookies-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-4);
  }

  .cookies-banner__actions {
    justify-content: stretch;
  }

  .cookies-banner__btn {
    flex: 1;
    text-align: center;
  }
}

/* ==========================================================================
   COMPATIBILIDADE COM MÓDULOS LEGADOS
   ========================================================================== */

/* Separador entre seções */
.section-partners {
  background-color: var(--color-white);
}

/* Onda divisória entre seções — cor da seção de cima "escorrendo" */
.section--gray + .section:not(.section--gray)::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40'%3E%3Cpath fill='%23F1F3F5' d='M0,0 L1440,0 L1440,20 C1200,40 960,10 720,25 C480,40 240,15 0,20 Z'/%3E%3C/svg%3E") no-repeat top center;
  background-size: cover;
  z-index: 1;
}

.section:not(.section--gray) + .section--gray::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40'%3E%3Cpath fill='%23ffffff' d='M0,0 L1440,0 L1440,20 C1200,40 960,10 720,25 C480,40 240,15 0,20 Z'/%3E%3C/svg%3E") no-repeat top center;
  background-size: cover;
  z-index: 1;
}

/* Onda no topo dos números (escuro subindo sobre branco) — usa a cor da seção about (branco) */
.section-numbers::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40'%3E%3Cpath fill='%23ffffff' d='M0,0 L1440,0 L1440,20 C1200,40 960,10 720,25 C480,40 240,15 0,20 Z'/%3E%3C/svg%3E") no-repeat top center;
  background-size: cover;
  z-index: 1;
}

/* Onda na base dos números (cinza subindo) */
.section-numbers::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40'%3E%3Cpath fill='%23F1F3F5' d='M0,20 C240,0 480,30 720,15 C960,0 1200,25 1440,20 L1440,40 L0,40 Z'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: cover;
  z-index: 1;
}

/* Desabilitar onda genérica na seção logo após números */
.section-numbers + .section::before {
  display: none !important;
}

/* Onda antes do CTA (vem de cinza) */
.section-cta::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40'%3E%3Cpath fill='%23F1F3F5' d='M0,0 L1440,0 L1440,20 C1200,40 960,10 720,25 C480,40 240,15 0,20 Z'/%3E%3C/svg%3E") no-repeat top center;
  background-size: cover;
  z-index: 1;
}




/* Parceiros (Slick Carousel) */

.carrosel-parceiros {
  padding: var(--space-5) 0;
}

.carrosel-parceiros .slide {
  padding: 0 var(--space-3);
}

.carrosel-parceiros .slide img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  padding: var(--space-4);
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  filter: grayscale(30%);
  opacity: 0.8;
  transition: all var(--transition-base);
}

.carrosel-parceiros .slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
  border-color: var(--color-gray-300);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

/* Notícias Home — Cards estáticos */
.noticia-home-card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: none;
  transition: all var(--transition-base);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-gray-200);
}

.noticia-home-card:hover {
  border-color: var(--color-gray-300);
  box-shadow: var(--shadow-md);
}

.noticia-home-card__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.noticia-home-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform var(--transition-slow);
}

.noticia-home-card:hover .noticia-home-card__img img {
  transform: scale(1.02);
}

.noticia-home-card__body {
  padding: var(--space-4);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.noticia-home-card__date {
  font-size: 0.7rem;
  color: var(--color-gray-500);
  margin-bottom: var(--space-2);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.noticia-home-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  line-height: 1.4;
  margin-bottom: var(--space-3);
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.noticia-home-card__title a {
  color: var(--color-gray-900);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.noticia-home-card__title a:hover {
  color: var(--color-primary);
}

/* Notícia Single */
.noticia-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.noticia-single__tag {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  color: var(--color-primary);
  background: rgba(236, 50, 55, 0.08);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.noticia-single__tag:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.noticia-single__img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.noticia-single__img img {
  width: 100%;
  height: auto;
  display: block;
}

.noticia-single__content {
  font-size: var(--text-base);
  color: var(--color-gray-700);
  line-height: 1.9;
  text-align: justify;
}

.noticia-single__content p {
  margin-bottom: var(--space-5);
}

.noticia-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  margin: var(--space-5) 0;
}

.noticia-single__content h1,
.noticia-single__content h2,
.noticia-single__content h3 {
  margin-top: var(--space-6);
  margin-bottom: var(--space-4);
}

/* Notícias página (carregamento dinâmico) */
#noticias {
  gap: var(--space-5) 0;
}

.noticia-div .noticia {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
}

.noticia-div .noticia:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2xl);
  border-color: transparent;
}

.noticia-div .noticia img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.noticia-div .noticia:hover img {
  transform: scale(1.05);
}

.noticia-div .noticia .noticia-corpo {
  padding: var(--space-6);
}

.noticia-div .noticia .noticia-corpo h5 {
  font-family: var(--font-heading);
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
  font-size: var(--text-lg);
  line-height: 1.4;
}

.noticia-div .noticia .noticia-corpo p {
  color: var(--color-gray-600);
  font-size: var(--text-sm);
  line-height: 1.6;
}

/* Skeleton loading */
.skeleton {
  background: linear-gradient(90deg, var(--color-gray-100) 25%, var(--color-gray-200) 50%, var(--color-gray-100) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  min-height: 280px;
  border-radius: var(--radius-xl);
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Portfólio / Serviços */
.block-heading {
  text-align: center;
  margin-bottom: var(--space-8);
}

.block-heading h1,
.block-heading h2 {
  font-family: var(--font-heading);
  font-weight: var(--font-extrabold);
  color: var(--color-gray-900);
  font-size: var(--text-4xl);
  letter-spacing: -0.02em;
}

.block-heading p {
  color: var(--color-gray-500);
  max-width: 600px;
  margin: 0 auto;
}

/* Cards legados (portfólio) */
.section-services .row.justify-content-center > .col-sm-6 {
  margin-bottom: var(--space-5);
}

.clean-card {
  border: none;
  border-radius: var(--radius-md);
  box-shadow: none;
  overflow: hidden;
  transition: all var(--transition-base);
  height: 100%;
  border: 1px solid var(--color-gray-200);
  background: var(--color-white);
}

.clean-card:hover {
  border-color: var(--color-gray-300);
  box-shadow: var(--shadow-md);
}

.clean-card__img-wrapper {
  overflow: hidden;
}

.clean-card .card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform var(--transition-slow);
}

.clean-card:hover .card-img-top {
  transform: scale(1.02);
}

.clean-card .card-body {
  padding: var(--space-4);
}

.clean-card .card-title {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-1);
}

.clean-card .card-text {
  font-size: 0.7rem;
  color: var(--color-gray-500);
  line-height: 1.5;
  margin-bottom: 0;
}

/* Botão legado Bootstrap */
.btn-primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%) !important;
  border-color: var(--color-primary) !important;
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-weight: var(--font-semibold);
  font-size: var(--text-sm);
  padding: 0.6rem 1.5rem;
  transition: all var(--transition-base);
  box-shadow: 0 4px 12px rgba(236, 50, 55, 0.2);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 100%) !important;
  border-color: var(--color-primary) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(236, 50, 55, 0.3);
}

/* text-info override */
.text-info {
  color: var(--color-gray-900) !important;
}

/* Tags de notícias */
.badge-tag {
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
}

/* Pesquisa */
#tagSelecionada {
  margin-bottom: var(--space-4);
}

#tagSelecionada .bg-secondary {
  background-color: var(--color-accent) !important;
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
}

/* Utilitários */
.text-primary { color: var(--color-primary) !important; }
.text-secondary { color: var(--color-secondary) !important; }
.text-accent { color: var(--color-accent) !important; }
.bg-primary { background-color: var(--color-primary) !important; }
.bg-secondary { background-color: var(--color-secondary) !important; }
.bg-accent { background-color: var(--color-accent) !important; }

/* ==========================================================================
   PAGE HERO (páginas internas — contrasta com navbar)
   ========================================================================== */

.page-hero {
  position: relative;
  padding: 14rem 0 12rem;
  margin-top: calc(var(--navbar-height) * -1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #87CEEB 0%, #4DC3E8 50%, #17AFE1 100%);
  z-index: 0;
  overflow: hidden;
  transition: background 1s ease;
}

.page-hero.night .page-hero__bg {
  background: linear-gradient(180deg, #0a0a2a 0%, #141435 50%, #1a1a4a 100%);
}

/* ==========================================================================
   SISTEMA DE CÉU (dia/noite)
   ========================================================================== */

.sky {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Sol */
.sky__sun {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 100px;
  height: 100px;
  background: var(--color-secondary);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(254, 192, 45, 0.6), 0 0 80px rgba(254, 192, 45, 0.3);
  transition: all 1s ease;
  animation: sunPulse 4s ease-in-out infinite;
}

/* Raios do sol estilo infantil */
.sky__sun::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(0deg, transparent 44%, var(--color-secondary) 44%, var(--color-secondary) 56%, transparent 56%),
    linear-gradient(90deg, transparent 44%, var(--color-secondary) 44%, var(--color-secondary) 56%, transparent 56%),
    linear-gradient(45deg, transparent 44%, var(--color-secondary) 44%, var(--color-secondary) 56%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, var(--color-secondary) 44%, var(--color-secondary) 56%, transparent 56%);
  border-radius: 50%;
  opacity: 0.4;
  animation: sunRaysRotate 20s linear infinite;
}

/* Raios triangulares (estilo criança) */
.sky__sun::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(30deg, transparent 44%, var(--color-secondary) 44%, var(--color-secondary) 56%, transparent 56%),
    linear-gradient(60deg, transparent 44%, var(--color-secondary) 44%, var(--color-secondary) 56%, transparent 56%),
    linear-gradient(120deg, transparent 44%, var(--color-secondary) 44%, var(--color-secondary) 56%, transparent 56%),
    linear-gradient(150deg, transparent 44%, var(--color-secondary) 44%, var(--color-secondary) 56%, transparent 56%);
  border-radius: 50%;
  opacity: 0.25;
  animation: sunRaysRotate 30s linear infinite reverse;
}

.page-hero.night .sky__sun {
  opacity: 0;
  transform: scale(0.5) translateY(50px);
}

@keyframes sunPulse {
  0%, 100% { box-shadow: 0 0 40px rgba(254, 192, 45, 0.6), 0 0 80px rgba(254, 192, 45, 0.3); }
  50% { box-shadow: 0 0 50px rgba(254, 192, 45, 0.7), 0 0 100px rgba(254, 192, 45, 0.4); }
}

@keyframes sunRaysRotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Rosto feliz (sol e lua) */
.sky__face {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.sky__face--moon {
  left: 40%;
}

.sky__face-eyes {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 6px;
}

.sky__face-eye {
  width: 8px;
  height: 8px;
  background: #5a3e00;
  border-radius: 50%;
  position: relative;
}

.sky__face-eye::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.sky__face-mouth {
  width: 16px;
  height: 8px;
  border: 3px solid #5a3e00;
  border-top: none;
  border-radius: 0 0 20px 20px;
  margin: 0 auto;
}

.sky__face--moon .sky__face-eye {
  background: #4a4a00;
}

.sky__face--moon .sky__face-mouth {
  border-color: #4a4a00;
}

/* Lua */
.sky__moon {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 90px;
  height: 90px;
  background: #f0e68c;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(240, 230, 140, 0.4), inset -12px -6px 0 rgba(0,0,0,0.15);
  opacity: 0;
  transform: scale(0.5) translateY(-50px);
  transition: all 1s ease;
}

.page-hero.night .sky__moon {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Nuvens */
.sky__cloud {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  transition: opacity 1s ease, background 1s ease;
  filter: blur(3px);
}

.sky__cloud::before,
.sky__cloud::after {
  content: '';
  position: absolute;
  background: inherit;
  border-radius: 50%;
}

.sky__cloud--1 {
  width: 110px;
  height: 30px;
  top: 40%;
  left: 3%;
  animation: cloudFloat1 8s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.sky__cloud--1::before {
  width: 45px;
  height: 45px;
  top: -22px;
  left: 18px;
}
.sky__cloud--1::after {
  width: 55px;
  height: 48px;
  top: -25px;
  left: 42px;
}

.sky__cloud--2 {
  width: 90px;
  height: 26px;
  top: 40%;
  right: 5%;
  left: auto;
  animation: cloudFloat2 9s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}
.sky__cloud--2::before {
  width: 40px;
  height: 40px;
  top: -18px;
  left: 12px;
}
.sky__cloud--2::after {
  width: 48px;
  height: 42px;
  top: -20px;
  left: 35px;
}

.sky__cloud--3 {
  width: 70px;
  height: 22px;
  top: 75%;
  left: 40%;
  animation: cloudFloat3 10s ease-in-out infinite;
  opacity: 0.8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.sky__cloud--3::before {
  width: 32px;
  height: 32px;
  top: -14px;
  left: 10px;
}
.sky__cloud--3::after {
  width: 38px;
  height: 34px;
  top: -16px;
  left: 30px;
}

.page-hero.night .sky__cloud {
  background: rgba(255, 255, 255, 0.85);
}

.page-hero.night .sky__cloud::before,
.page-hero.night .sky__cloud::after {
  background: rgba(255, 255, 255, 0.85);
}

@keyframes cloudFloat1 {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(15px, -8px); }
  66% { transform: translate(-10px, 5px); }
}
@keyframes cloudFloat2 {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(-12px, 6px); }
  66% { transform: translate(8px, -5px); }
}
@keyframes cloudFloat3 {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(10px, 4px); }
  66% { transform: translate(-8px, -6px); }
}

/* Passarinho */
.sky__birdie {
  position: absolute;
  top: 55%;
  left: 10%;
  animation: birdieFly 20s ease-in-out infinite;
  transition: opacity 1s ease;
}

.page-hero.night .sky__birdie {
  opacity: 0;
}

.sky__birdie-body {
  width: 32px;
  height: 30px;
  background: var(--color-secondary);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

/* Bico */
.sky__birdie-body::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #e5a000 transparent transparent transparent;
}

/* Olhos */
.sky__birdie-body::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 6px;
  background: transparent;
  border-radius: 0;
  box-shadow: -5px 0 0 0 #333, 5px 0 0 0 #333;
}

/* Asas */
.sky__birdie-wing {
  position: absolute;
  top: 12px;
  width: 14px;
  height: 10px;
  background: var(--color-secondary-dark);
  z-index: 1;
}

.sky__birdie-wing--left {
  left: -10px;
  border-radius: 50% 20% 50% 50%;
  transform-origin: right center;
  animation: wingFlapLeft 0.3s ease-in-out infinite;
}

.sky__birdie-wing--right {
  right: -10px;
  border-radius: 20% 50% 50% 50%;
  transform-origin: left center;
  animation: wingFlapRight 0.3s ease-in-out infinite;
}

@keyframes wingFlapLeft {
  0%, 100% { transform: rotate(-15deg); }
  50% { transform: rotate(20deg); }
}

@keyframes wingFlapRight {
  0%, 100% { transform: rotate(15deg); }
  50% { transform: rotate(-20deg); }
}

/* Morceguinho (noite) */
.sky__bat {
  position: absolute;
  top: 45%;
  left: 15%;
  animation: batFly 18s ease-in-out infinite;
  opacity: 0;
  transition: opacity 1s ease;
}

.page-hero.night .sky__bat {
  opacity: 1;
}

.sky__bat-body {
  width: 30px;
  height: 26px;
  background: #2a2a3a;
  border-radius: 50% 50% 40% 40%;
  position: relative;
  z-index: 2;
}

/* Orelhinhas */
.sky__bat-body::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 10px 4px;
  border-color: transparent transparent #2a2a3a transparent;
}

.sky__bat-body::after {
  content: '';
  position: absolute;
  top: -8px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 10px 4px;
  border-color: transparent transparent #2a2a3a transparent;
}

.sky__bat-eyes {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.sky__bat-eyes::before,
.sky__bat-eyes::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #ff6666;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(255, 100, 100, 0.6);
}

/* Asas do morcego */
.sky__bat-wing {
  position: absolute;
  top: 6px;
  width: 30px;
  height: 18px;
  background: #1a1a2e;
  z-index: 1;
}

.sky__bat-wing--left {
  left: -22px;
  border-radius: 70% 0 0 50%;
  transform-origin: right center;
  animation: batWingLeft 0.25s ease-in-out infinite;
}

.sky__bat-wing--right {
  right: -22px;
  border-radius: 0 70% 50% 0;
  transform-origin: left center;
  animation: batWingRight 0.25s ease-in-out infinite;
}

@keyframes batWingLeft {
  0%, 100% { transform: rotate(10deg); }
  50% { transform: rotate(-25deg); }
}

@keyframes batWingRight {
  0%, 100% { transform: rotate(-10deg); }
  50% { transform: rotate(25deg); }
}

@keyframes batFly {
  0% { transform: translate(0, 0); }
  8% { transform: translate(12vw, -30px); }
  16% { transform: translate(30vw, 15px); }
  24% { transform: translate(50vw, -50px); }
  32% { transform: translate(65vw, -10px); }
  40% { transform: translate(70vw, -70px); }
  48% { transform: translate(55vw, -100px); }
  56% { transform: translate(35vw, -40px); }
  64% { transform: translate(18vw, -80px); }
  72% { transform: translate(5vw, -30px); }
  80% { transform: translate(20vw, -70px); }
  88% { transform: translate(40vw, -20px); }
  94% { transform: translate(12vw, -50px); }
  100% { transform: translate(0, 0); }
}

@keyframes birdieFly {
  0% { transform: translate(0, 0); }
  8% { transform: translate(15vw, -40px); }
  16% { transform: translate(35vw, 20px); }
  24% { transform: translate(55vw, -60px); }
  32% { transform: translate(70vw, -10px); }
  40% { transform: translate(75vw, -80px); }
  48% { transform: translate(60vw, -120px); }
  56% { transform: translate(40vw, -50px); }
  64% { transform: translate(20vw, -100px); }
  72% { transform: translate(5vw, -40px); }
  80% { transform: translate(25vw, -90px); }
  88% { transform: translate(45vw, -30px); }
  94% { transform: translate(15vw, -60px); }
  100% { transform: translate(0, 0); }
}

/* Estrelas (noite) */
.sky__stars {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.page-hero.night .sky__stars {
  opacity: 1;
}

.sky__star {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: starTwinkle 2s ease-in-out infinite;
}

.sky__star:nth-child(2n) {
  width: 3px;
  height: 3px;
  animation-delay: 0.5s;
}

.sky__star:nth-child(3n) {
  width: 5px;
  height: 5px;
  animation-delay: 1s;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

@keyframes starTwinkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(0.7); }
}

/* Botão toggle dia/noite */
.sky__toggle {
  position: absolute;
  bottom: 60px;
  right: 30px;
  z-index: 50;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: all var(--transition-base);
  z-index: 5;
}

.sky__toggle:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.sky__toggle-icon {
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  transition: all 0.5s ease;
}

.sky__toggle-icon--moon {
  opacity: 1;
  transform: rotate(0deg);
}

.sky__toggle-icon--sun {
  opacity: 0;
  transform: rotate(-90deg);
}

.page-hero.night .sky__toggle-icon--moon {
  opacity: 0;
  transform: rotate(90deg);
}

.page-hero.night .sky__toggle-icon--sun {
  opacity: 1;
  transform: rotate(0deg);
}


.page-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
}


.page-hero__title {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  color: var(--color-white);
  margin-bottom: var(--space-4);
  letter-spacing: -0.02em;
}

.page-hero__subtitle {
  font-size: var(--text-xl);
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Onda decorativa no fundo do hero */
.page-hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23ffffff' d='M0,20 C240,60 480,0 720,30 C960,60 1200,10 1440,20 L1440,60 L0,60 Z'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: cover;
  z-index: 2;
}

.section--gray + .section .page-hero::after,
body .page-hero + .section--gray ~ .page-hero::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23F1F3F5' d='M0,20 C240,60 480,0 720,30 C960,60 1200,10 1440,20 L1440,60 L0,60 Z'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: cover;
}

/* ==========================================================================
   VIDEO WRAPPER
   ========================================================================== */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-2xl);
  z-index: 2;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================================================================
   CARDS MISSÃO / VISÃO / VALORES
   ========================================================================== */

.mvv-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-8) var(--space-6);
  box-shadow: var(--shadow-md);
  height: 100%;
  transition: all var(--transition-base);
  border: 1px solid var(--color-gray-200);
  text-align: center;
}

.mvv-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2xl);
  border-color: transparent;
}

.mvv-card__icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(236, 50, 55, 0.08) 0%, rgba(236, 50, 55, 0.15) 100%);
  color: var(--color-primary);
  font-size: 1.75rem;
  margin: 0 auto var(--space-5);
  transition: all var(--transition-base);
}

.mvv-card:hover .mvv-card__icon {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: var(--color-white);
  transform: scale(1.05);
}

.mvv-card__icon--accent {
  background: linear-gradient(135deg, rgba(23, 175, 225, 0.08) 0%, rgba(23, 175, 225, 0.15) 100%);
  color: var(--color-accent);
}

.mvv-card:hover .mvv-card__icon--accent {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  color: var(--color-white);
}

.mvv-card__icon--secondary {
  background: linear-gradient(135deg, rgba(254, 192, 45, 0.08) 0%, rgba(254, 192, 45, 0.2) 100%);
  color: var(--color-secondary-dark);
}

.mvv-card:hover .mvv-card__icon--secondary {
  background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-secondary-dark) 100%);
  color: var(--color-white);
}

.mvv-card__title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-4);
}

.mvv-card__text {
  font-size: var(--text-base);
  color: var(--color-gray-600);
  line-height: 1.7;
  margin-bottom: 0;
}

.mvv-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.mvv-card__list li {
  padding: var(--space-2) 0;
  padding-left: var(--space-5);
  position: relative;
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  line-height: 1.6;
}

.mvv-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--color-secondary);
}

/* ==========================================================================
   CONTATO
   ========================================================================== */

.contact-info {
  margin-bottom: var(--space-6);
}

.contact-info__item {
  display: flex;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
}

.contact-info__item strong {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-1);
}

.contact-info__item p {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  margin-bottom: 0;
  line-height: 1.5;
}

.contact-info__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(236, 50, 55, 0.08);
  color: var(--color-primary);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-info__icon--whatsapp {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
}

.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.contact-map iframe {
  display: block;
  width: 100%;
}

/* ==========================================================================
   BANK CARDS (Como Ajudar)
   ========================================================================== */

.bank-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  height: 100%;
}

.bank-card__header {
  background: linear-gradient(135deg, var(--color-gray-900) 0%, #1a1a2e 100%);
  color: var(--color-white);
  padding: var(--space-5) var(--space-6);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-heading);
  font-weight: var(--font-bold);
  font-size: var(--text-lg);
}

.bank-card__body {
  padding: var(--space-5) var(--space-6);
}

.bank-card__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-gray-100);
}

.bank-card__item:last-child {
  border-bottom: none;
}

.bank-card__item--highlight {
  background: rgba(236, 50, 55, 0.04);
  margin: 0 calc(var(--space-6) * -1);
  padding: var(--space-3) var(--space-6);
  border-bottom: none;
}

.bank-card__label {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
  font-weight: var(--font-medium);
}

.bank-card__value {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
}

.bank-card__item--highlight .bank-card__value {
  color: var(--color-primary);
  font-weight: var(--font-bold);
}

/* ==========================================================================
   ACCORDION DOCUMENTOS
   ========================================================================== */

.docs-accordion .accordion-item {
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg) !important;
  margin-bottom: var(--space-3);
  overflow: hidden;
}

.docs-accordion .accordion-button {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--color-gray-800);
  background: var(--color-white);
  padding: var(--space-5) var(--space-6);
  box-shadow: none;
}

.docs-accordion .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  background: var(--color-gray-100);
  box-shadow: none;
}

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

.docs-accordion .accordion-button::after {
  background-size: 1rem;
}

.docs-accordion .accordion-body {
  padding: var(--space-4) var(--space-6);
}

/* Lista de documentos */
.doc-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
}

.doc-list-item:hover {
  background: var(--color-gray-100);
}

.doc-list-item__info {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
  min-width: 0;
}

.doc-list-item__icon {
  color: var(--color-primary);
  font-size: 1rem;
  flex-shrink: 0;
}

.doc-list-item__title {
  font-size: var(--text-sm);
  color: var(--color-gray-700);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doc-list-item__download {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  color: var(--color-gray-500);
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.doc-list-item__download:hover {
  color: var(--color-primary);
  background: rgba(236, 50, 55, 0.08);
}

/* ==========================================================================
   REQUISITOS BOX
   ========================================================================== */

.requisitos-box {
  background: var(--color-gray-100);
  border-radius: var(--radius-lg);
  padding: var(--space-5) var(--space-6);
  border-left: 4px solid var(--color-primary);
}

.requisitos-box__title {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-4);
}

.requisitos-box__list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-4);
}

.requisitos-box__list li {
  padding: var(--space-2) 0;
  padding-left: var(--space-5);
  position: relative;
  font-size: var(--text-sm);
  color: var(--color-gray-600);
}

.requisitos-box__list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-size: var(--text-xs);
}

.requisitos-box__info {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
  margin-bottom: 0;
  padding-top: var(--space-3);
  border-top: 1px solid var(--color-gray-200);
}

/* ==========================================================================
   DOCUMENT CARDS
   ========================================================================== */

.doc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-6) var(--space-4);
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-gray-200);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: all var(--transition-base);
  height: 100%;
}

.doc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary-light);
}

.doc-card--sm {
  padding: var(--space-4) var(--space-3);
}

.doc-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: rgba(236, 50, 55, 0.08);
  color: var(--color-primary);
  font-size: 1.5rem;
  transition: all var(--transition-base);
}

.doc-card:hover .doc-card__icon {
  background: var(--color-primary);
  color: var(--color-white);
  transform: scale(1.05);
}

.doc-card__icon--accent {
  background: rgba(23, 175, 225, 0.08);
  color: var(--color-accent);
}

.doc-card:hover .doc-card__icon--accent {
  background: var(--color-accent);
  color: var(--color-white);
}

.doc-card__icon--secondary {
  background: rgba(254, 192, 45, 0.1);
  color: var(--color-secondary-dark);
}

.doc-card:hover .doc-card__icon--secondary {
  background: var(--color-secondary);
  color: var(--color-white);
}

.doc-card__icon--small {
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
}

.doc-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-gray-800);
  text-align: center;
  line-height: 1.3;
}

.doc-card--horizontal {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--space-4) var(--space-5);
  gap: var(--space-3);
}

.doc-card--horizontal .doc-card__title {
  text-align: center;
  white-space: nowrap;
}

.doc-card__inline-icon {
  color: var(--color-secondary-dark);
  font-size: 1.1rem;
  transition: color var(--transition-fast);
}

.doc-card--horizontal:hover .doc-card__inline-icon {
  color: var(--color-primary);
}

/* Modal doc links */
.modal-doc-link {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-md);
  background: var(--color-gray-100);
  color: var(--color-gray-800);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  text-decoration: none;
  transition: all var(--transition-fast);
  border: 1px solid transparent;
}

.modal-doc-link:hover {
  background: rgba(236, 50, 55, 0.05);
  border-color: rgba(236, 50, 55, 0.2);
  color: var(--color-primary);
  transform: translateX(3px);
}

.modal-doc-link i {
  color: var(--color-primary);
  font-size: 1rem;
}

/* ==========================================================================
   DOCUMENT VIEWER
   ========================================================================== */

.document-viewer {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-gray-200);
  background: var(--color-white);
}

.document-viewer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-5) var(--space-6);
  background: var(--color-gray-100);
  border-bottom: 1px solid var(--color-gray-200);
  flex-wrap: wrap;
  gap: var(--space-4);
}

.document-viewer__info {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.document-viewer__icon {
  font-size: 2rem;
  color: var(--color-primary);
}

.document-viewer__title {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
  margin-bottom: 0;
}

.document-viewer__meta {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
  margin-bottom: 0;
}

.document-viewer__body {
  width: 100%;
  height: 80vh;
  min-height: 500px;
}

.document-viewer__body iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================================================================
   TIMELINE
   ========================================================================== */

.timeline {
  position: relative;
  padding-left: 2.5rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--color-primary), var(--color-accent));
  border-radius: 2px;
}

.timeline__item {
  position: relative;
  padding-bottom: var(--space-8);
}

.timeline__item:last-child {
  padding-bottom: 0;
}

.timeline__marker {
  position: absolute;
  left: -2.5rem;
  top: 0.4rem;
  width: 18px;
  height: 18px;
  border-radius: var(--radius-full);
  background: var(--color-white);
  border: 3px solid var(--color-primary);
  z-index: 1;
  transition: all var(--transition-base);
}

.timeline__item--highlight .timeline__marker {
  background: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: 0 0 0 5px rgba(236, 50, 55, 0.15);
}

.timeline__content {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-gray-200);
  transition: all var(--transition-base);
}

.timeline__item:hover .timeline__content {
  box-shadow: var(--shadow-lg);
  border-color: var(--color-gray-300);
}

.timeline__item--highlight .timeline__content {
  border-color: rgba(236, 50, 55, 0.2);
  background: linear-gradient(135deg, rgba(236, 50, 55, 0.02) 0%, var(--color-white) 100%);
}

.timeline__year {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  background: rgba(236, 50, 55, 0.08);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-3);
}

.timeline__title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-3);
}

.timeline__content p {
  font-size: var(--text-base);
  color: var(--color-gray-600);
  line-height: 1.8;
  margin-bottom: var(--space-3);
}

.timeline__content p:last-child {
  margin-bottom: 0;
}

/* Content Image (inline no texto) */
.content-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: var(--space-4);
  box-shadow: var(--shadow-md);
}

.content-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform var(--transition-slow);
}

.content-img:hover img {
  transform: scale(1.02);
}

/* Content Card */
.content-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-gray-200);
}

.content-card p {
  font-size: var(--text-base);
  color: var(--color-gray-600);
  line-height: 1.8;
  text-align: justify;
}

.content-card p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   CARDS DIRETORIA
   ========================================================================== */

.director-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-gray-200);
  text-align: center;
  transition: all var(--transition-base);
  height: 100%;
}

.director-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary-light);
  transform: translateY(-3px);
}

.director-card__role {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  margin-bottom: var(--space-2);
}

.director-card__name {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--color-gray-800);
}

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */

@media (max-width: 991.98px) {
  :root {
    --space-section: 4rem;
    --navbar-height: 70px;
  }

  /* Navbar Mobile */
  #mainNavbar {
    background: rgba(255,255,255,0.97) !important;
    backdrop-filter: blur(10px);
    padding: 0.7rem 0;
  }

  #mainNavbar.navbar--transparent {
    background: rgba(255,255,255,0.97) !important;
    backdrop-filter: blur(10px);
  }

  #mainNavbar.navbar--transparent .nav-link {
    color: var(--color-gray-700);
    text-shadow: none;
  }

  #mainNavbar.navbar--transparent .navbar-logo {
    filter: none;
  }

  /* Esconder collapse desktop, mostrar hamburger */
  #mainNavbar .navbar-collapse {
    display: none !important;
  }

  .navbar-toggler-custom {
    display: flex;
  }

  .mobile-menu {
    display: block;
  }

  /* Hero Video */
  .hero-video {
    height: 100vh;
  }

  .hero-video__title {
    font-size: var(--text-4xl);
  }

  .hero-video__subtitle {
    font-size: var(--text-lg);
  }

  /* Hero Banner */
  .hero-banner .carousel-item img {
    height: 60vh;
    min-height: 400px;
  }

  .hero-banner__title {
    font-size: var(--text-3xl);
  }

  .hero-banner__desc {
    font-size: var(--text-base);
  }

  /* Page Hero */
  .page-hero {
    padding: 10rem 0 6rem;
  }

  .page-hero__title {
    font-size: var(--text-4xl);
  }

  .sky__sun {
    width: 70px;
    height: 70px;
  }

  .sky__sun::before,
  .sky__sun::after {
    display: none;
  }

  /* Seções */
  .section__title {
    font-size: var(--text-3xl);
  }

  .section-cta__title {
    font-size: var(--text-3xl);
  }

  .number-card__value {
    font-size: var(--text-4xl);
  }

  .section-about__image-wrapper {
    padding: var(--space-4);
  }

  .section-about__image-main img {
    height: auto;
  }

  /* Timeline */
  .timeline {
    padding-left: 2rem;
  }

  .timeline__marker {
    left: -2rem;
  }

  /* Contato */
  .contact-map iframe {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --space-section: 3rem;
  }

  /* Hero Video */
  .hero-video {
    height: 60vh;
    min-height: 350px;
    margin-top: var(--navbar-height);
  }

  .hero-video__title {
    font-size: var(--text-2xl);
  }

  .hero-video__subtitle {
    font-size: var(--text-sm);
    margin-bottom: var(--space-5);
  }

  .hero-video__actions {
    flex-direction: column;
    align-items: center;
    gap: var(--space-3);
  }

  .hero-video__scroll {
    display: none;
  }

  /* Hero Banner */
  .hero-banner .carousel-item img {
    height: 50vh;
    min-height: 350px;
  }

  .hero-banner__title {
    font-size: var(--text-2xl);
  }

  .hero-banner__overlay {
    padding: var(--space-5) 0 var(--space-6);
  }

  .hero-banner .carousel-control-prev,
  .hero-banner .carousel-control-next {
    display: none;
  }

  /* Page Hero */
  .page-hero {
    padding: 5rem 0 6rem;
    margin-top: var(--navbar-height);
  }

  .page-hero__title {
    font-size: var(--text-2xl);
  }

  .page-hero__subtitle {
    font-size: var(--text-sm);
  }

  /* Hero Sky - simplificar */
  .sky__sun {
    width: 55px;
    height: 55px;
    top: 12%;
    right: 8%;
  }

  .sky__moon {
    width: 50px;
    height: 50px;
    top: 12%;
    right: 8%;
  }

  .sky__cloud--2,
  .sky__cloud--3 {
    display: none;
  }

  .sky__cloud--1 {
    width: 80px;
    height: 22px;
    top: 30%;
  }

  .sky__birdie {
    transform: scale(0.7);
  }

  .sky__bat {
    transform: scale(0.7);
  }

  .sky__toggle {
    width: 36px;
    height: 36px;
    bottom: 60px;
    right: 15px;
  }

  .sky__face-eyes {
    gap: 8px;
  }

  .sky__face-eye {
    width: 6px;
    height: 6px;
  }

  .sky__face-mouth {
    width: 12px;
    height: 6px;
  }

  /* Seções */
  .section__title {
    font-size: var(--text-2xl);
  }

  .section__subtitle {
    font-size: var(--text-sm);
    margin-bottom: var(--space-6);
  }

  .section__badge {
    font-size: 0.65rem;
  }

  .section-cta__title {
    font-size: var(--text-2xl);
  }

  .section-cta__text {
    font-size: var(--text-sm);
  }

  .section-about__title {
    font-size: var(--text-xl);
  }

  .section-about__text {
    font-size: var(--text-base);
  }

  .section-about__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .section-about__image-wrapper {
    padding: var(--space-3);
    margin-bottom: var(--space-4);
  }

  .section-about__image-accent {
    width: 50%;
    height: 50%;
  }

  .section-about__image-dots {
    width: 60px;
    height: 60px;
  }

  /* Números */
  .number-card {
    padding: var(--space-4) var(--space-2);
  }

  .number-card__value {
    font-size: var(--text-2xl);
  }

  .number-card__icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    margin-bottom: var(--space-3);
  }

  .number-card__label {
    font-size: 0.65rem;
  }

  /* Content Card */
  .content-card {
    padding: var(--space-5);
  }

  /* Timeline */
  .timeline {
    padding-left: 1.5rem;
  }

  .timeline__marker {
    left: -1.5rem;
    width: 14px;
    height: 14px;
  }

  .timeline__content {
    padding: var(--space-4);
  }

  .timeline__title {
    font-size: var(--text-lg);
  }

  /* Video Wrapper */
  .video-wrapper {
    border-radius: var(--radius-md);
  }

  /* MVV Cards */
  .mvv-card {
    padding: var(--space-5) var(--space-4);
  }

  /* Director Cards */
  .director-card {
    padding: var(--space-4);
  }

  /* Doc Cards */
  .doc-card {
    padding: var(--space-4) var(--space-3);
  }

  .doc-card__icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }

  .doc-card--horizontal {
    padding: var(--space-3) var(--space-4);
    justify-content: center;
    text-align: center;
  }

  /* Bank Cards */
  .bank-card__header {
    padding: var(--space-4) var(--space-5);
    font-size: var(--text-base);
  }

  .bank-card__body {
    padding: var(--space-4) var(--space-5);
  }

  /* Contact */
  .contact-map iframe {
    height: 200px;
  }

  /* Footer */
  .footer-aceias {
    text-align: center;
    padding: var(--space-8) 0 var(--space-5);
  }

  .footer-aceias h5::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-aceias a:hover {
    padding-left: 0;
  }

  .footer-aceias__bottom {
    flex-direction: column;
    text-align: center;
  }

  /* Accordion */
  .docs-accordion .accordion-button {
    padding: var(--space-4);
    font-size: var(--text-sm);
  }

  .docs-accordion .accordion-body {
    padding: var(--space-3) var(--space-4);
  }

  /* Requisitos */
  .requisitos-box {
    padding: var(--space-4);
  }

  /* Modal */
  .modal-dialog {
    margin: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .btn-aceias {
    padding: 0.7rem 1.5rem;
    font-size: var(--text-xs);
    width: 100%;
    justify-content: center;
  }

  .section-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .section-about__actions .btn-aceias {
    width: 100%;
    justify-content: center;
  }

  /* Hero */
  .hero-video__title {
    font-size: var(--text-xl);
  }

  .page-hero {
    padding: 4rem 0 5rem;
    margin-top: var(--navbar-height);
  }

  .page-hero__title {
    font-size: var(--text-xl);
  }

  /* Cards sem hover em touch */
  .clean-card:hover {
    box-shadow: none;
    border-color: var(--color-gray-200);
  }

  .clean-card:hover .card-img-top {
    transform: none;
  }

  .noticia-home-card:hover {
    box-shadow: none;
    border-color: var(--color-gray-200);
  }

  .noticia-home-card:hover .noticia-home-card__img img {
    transform: none;
  }

  /* Formulários touch-friendly */
  .form-control,
  .form-select {
    padding: 0.75rem 1rem;
    font-size: var(--text-base);
  }

  /* Modal fullscreen mobile */
  .modal-dialog {
    margin: 0;
    min-height: 100vh;
  }

  .modal-content {
    border-radius: 0 !important;
    min-height: 100vh;
  }

  /* Doc cards horizontais */
  .doc-card--horizontal {
    justify-content: center;
    text-align: center;
  }

  /* Notícias grid - 1 coluna */
  .noticia-home-card__img {
    aspect-ratio: 16 / 10;
  }

  .noticia-home-card__img img {
    height: 100%;
    object-fit: cover;
  }

  /* Footer bottom */
  .footer-aceias__bottom img {
    width: 60px !important;
  }

  /* Números */
  .section-numbers {
    padding: var(--space-7) 0;
  }

  /* Sky elements */
  .sky__sun {
    width: 45px;
    height: 45px;
  }

  .sky__moon {
    width: 40px;
    height: 40px;
  }

  .sky__cloud--1 {
    width: 60px;
    height: 18px;
  }

  .sky__birdie {
    transform: scale(0.6);
  }

  .sky__bat {
    transform: scale(0.6);
  }

  .sky__toggle {
    width: 32px;
    height: 32px;
    bottom: 50px;
    right: 10px;
  }

  .sky__toggle-icon {
    font-size: 0.9rem;
  }
}

/* ==========================================================================
   Menu Flutuante Redes Sociais
   ========================================================================== */

.social-float {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.social-float__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-float__link:hover {
  width: 48px;
  color: #fff;
}

.social-float__link--facebook {
  background: #1877F2;
}

.social-float__link--instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-float__link--youtube {
  background: #FF0000;
}

.social-float__link--email {
  background: var(--color-primary, #2c5f2d);
}

@media (max-width: 768px) {
  .social-float {
    display: none;
  }
}

/* ==========================================================================
   Unidade Cards — Contraturno / Centros de Convivência
   ========================================================================== */

.unidade-card {
  background: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.unidade-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.unidade-card__image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.unidade-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.unidade-card:hover .unidade-card__image {
  transform: scale(1.05);
}

.unidade-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.unidade-card__badge--secondary {
  background: var(--color-accent);
}

.unidade-card__content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.unidade-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 1.25rem;
}

.unidade-card__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.unidade-card__info-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.unidade-card__icon {
  color: var(--color-primary);
  font-size: var(--text-base);
  margin-top: 2px;
  flex-shrink: 0;
}

.unidade-card--secondary .unidade-card__icon {
  color: var(--color-accent);
}

.unidade-card__info-label {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-gray-500);
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.unidade-card__info-text {
  font-size: var(--text-sm);
  color: var(--color-gray-700);
  margin: 0;
  line-height: 1.4;
}

.unidade-card__info-subtext {
  font-size: var(--text-xs);
  color: var(--color-gray-500);
  margin: 2px 0 0;
}

.unidade-card__activities {
  background: var(--color-gray-100);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  flex: 1;
}

.unidade-card--secondary .unidade-card__activities {
  background: #EBF8FC;
}

.unidade-card__activities-title {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0.75rem;
}

.unidade-card__activities-intro {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  line-height: 1.5;
  margin: 0 0 0.75rem;
}

.unidade-card__activities-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 1rem;
}

.unidade-card__activities-list li {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  padding-left: 1rem;
  position: relative;
  line-height: 1.5;
}

.unidade-card__activities-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
}

.unidade-card--secondary .unidade-card__activities-list li::before {
  background: var(--color-accent);
}

.unidade-card__schedule {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  line-height: 1.5;
  margin: 0 0 1.25rem;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.unidade-card__skills {
  background: var(--color-gray-100);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}

.unidade-card--secondary .unidade-card__skills {
  background: #EBF8FC;
}

.unidade-card__skills-title {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0.75rem;
}

.unidade-card__skills-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.unidade-card__skills-list li {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  line-height: 1.4;
  padding-left: 1rem;
  position: relative;
}

.unidade-card__skills-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
}

.unidade-card--secondary .unidade-card__skills-list li::before {
  background: var(--color-accent);
}

.unidade-card__skills-list li strong {
  display: block;
  color: var(--color-gray-800);
  font-weight: 600;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  margin-bottom: 1px;
}

.unidade-card__skills-list li span {
  display: block;
}

.unidade-card__quote {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: var(--text-sm);
  color: var(--color-gray-700);
  line-height: 1.5;
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  border-left: 4px solid var(--color-accent);
  background: var(--color-gray-100);
  border-radius: 0 8px 8px 0;
}

.unidade-card--secondary .unidade-card__quote {
  background: #EBF8FC;
}

.unidade-card__footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-gray-200);
  margin-top: auto;
}

.unidade-card__footer-text {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
}

/* Responsivo */
@media (max-width: 768px) {
  .unidade-card__activities-list {
    grid-template-columns: 1fr;
  }

  .unidade-card__content {
    padding: 1.25rem;
  }

  .unidade-card__quote {
    font-size: var(--text-xs);
  }
}

/* ==========================================================================
   CEI Cards — Centros de Educação Infantil
   ========================================================================== */

.cei-card {
  background: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cei-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.cei-card__image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 800 / 450;
}

.cei-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cei-card:hover .cei-card__image {
  transform: scale(1.05);
}

.cei-card__content {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cei-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 1rem;
}

.cei-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cei-card__info-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.cei-card__icon {
  color: var(--color-primary);
  font-size: var(--text-sm);
  margin-top: 3px;
  flex-shrink: 0;
}

.cei-card__info-label {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-gray-500);
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.cei-card__info-text {
  font-size: var(--text-sm);
  color: var(--color-gray-700);
  margin: 0;
  line-height: 1.4;
}

.cei-card__info-subtext {
  font-size: var(--text-xs);
  color: var(--color-gray-500);
  margin: 2px 0 0;
}

/* Responsivo */
@media (max-width: 768px) {
  .cei-card__title {
    font-size: var(--text-base);
  }

  .cei-card__content {
    padding: 1rem;
  }
}

/* ==========================================================================
   Acolhimento Cards — Unidades de Acolhimento
   ========================================================================== */

.acolhimento-card {
  background: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.acolhimento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.acolhimento-card__image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 800 / 450;
}

.acolhimento-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.acolhimento-card:hover .acolhimento-card__image {
  transform: scale(1.05);
}

.acolhimento-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.acolhimento-card__badge--secondary {
  background: var(--color-accent);
}

.acolhimento-card__content {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.acolhimento-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 0.75rem;
}

.acolhimento-card__description {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex: 1;
}

.acolhimento-card__features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--color-gray-200);
}

.acolhimento-card__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.acolhimento-card__feature-icon {
  font-size: var(--text-xl);
  color: var(--color-primary);
}

.acolhimento-card:nth-child(2) .acolhimento-card__feature-icon {
  color: var(--color-accent);
}

.acolhimento-card__feature span {
  font-size: var(--text-xs);
  color: var(--color-gray-700);
  font-weight: 500;
  line-height: 1.3;
}

.acolhimento-card__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

.acolhimento-card__footer-icon {
  color: var(--color-primary);
  font-size: var(--text-base);
  flex-shrink: 0;
}

.acolhimento-card:nth-child(2) .acolhimento-card__footer-icon {
  color: var(--color-accent);
}

.acolhimento-card__footer-text {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  font-weight: 500;
}

/* Responsivo */
@media (max-width: 768px) {
  .acolhimento-card__title {
    font-size: var(--text-xl);
  }

  .acolhimento-card__content {
    padding: 1.5rem;
  }

  .acolhimento-card__features {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
