﻿/* components.css ? header, buttons, cards, accordion, modal */

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--radius-md);
  font-weight: 600;
  line-height: 1;
  color: #0b0c0f;
}

.btn-primary {
  background: var(--grad-primary);
  color: white;
  box-shadow: 0 4px 20px rgba(91,140,255,.25);
}

.btn-secondary {
  background: var(--grad-secondary);
  color: white;
  box-shadow: 0 4px 20px rgba(255,107,107,.25);
}

.btn:hover, .btn:focus-visible { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

/* Cards */
.card {
  background: var(--color-surface);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: var(--gap-3);
}

/* Accordion (base structure) */
.accordion { display: grid; gap: var(--gap-2); }
.accordion-item { border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-md); overflow: hidden; background: var(--color-surface); }
.accordion-header { width: 100%; text-align: left; padding: 14px 16px; font-weight: 600; }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height var(--transition-slow); padding: 0 16px; }
.accordion-item[aria-expanded="true"] .accordion-panel { padding: 14px 16px; max-height: 400px; }

/* Modal (base) */
.modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.5); display: none; align-items: center; justify-content: center; z-index: 2000; }
.modal { width: min(92vw, 640px); background: var(--color-surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 1px solid rgba(255,255,255,.08); }
.modal-header, .modal-footer { padding: 16px; }
.modal-body { padding: 0 16px 16px 16px; }
.modal-backdrop[open] { display: flex; }

/* Footer */
.site-footer { border-top: 1px solid rgba(255,255,255,0.08); background: #0d0e10; }
.footer-inner { display: grid; gap: var(--gap-2); padding: var(--gap-4) 0; }
.footer-item { color: var(--color-muted); }

/* HERO */
.hero {
  position: relative;
  width: 100%;
  color: var(--femope-white);
  overflow: hidden;
}

#inicio.section {
  padding: 0;
}


.hero-slider {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-static {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-mobile {
  display: none;
}

.hero-desktop {
  display: block;
}

@media (max-width: 768px) {
  .hero-mobile {
    display: block;
    object-fit: cover;
    object-position: center center;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
  }
  .hero-desktop {
    display: none;
  }
  
  .hero {
    min-height: 100vh;
  }
}

@media (min-width: 769px) {
  .hero {
    aspect-ratio: 16 / 9;
    min-height: auto;
  }
}

/* Safari específico */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .hero-mobile {
      object-fit: cover !important;
  width: 100%;
  height: 100%;
      min-width: 100%;
      min-height: 100%;
      background: none !important;
      -webkit-transform: none;
      transform: none;
    }
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(10,10,25,0.85), rgba(10,10,25,0.5) 40%, rgba(10,10,25,0.2) 70%, rgba(10,10,25,0.1) 100%);
}

.hero-content {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(84vw, 520px);
  padding: clamp(1rem, 2.5vw, 1.8rem);
  color: var(--femope-white);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  text-align: center;
  align-items: center;
  text-shadow:
    0 12px 32px rgba(1, 3, 16, 0.85),
    0 0 36px rgba(0, 0, 0, 0.7);
}
.hero-poster {
  width: min(100%, 920px);
  max-width: 920px;
  border-radius: 28px;
  box-shadow: 0 45px 120px rgba(8, 12, 30, 0.55);
  border: 1px solid rgba(255,255,255,0.2);
}

.hero-title {
  font-size: clamp(30px, 5.5vw, 56px);
  line-height: 1.05;
  margin-bottom: .5em;
}

.hero-subtitle {
  font-size: clamp(16px, 2.4vw, 22px);
  opacity: .94;
  margin-bottom: 1.4rem;
}
.hero-content > * {
  position: relative;
  z-index: 1;
}
.hero-banner-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: .45rem 1.1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  margin-bottom: 1rem;
}
.hero-banner-chip-location {
  font-size: .75rem;
  letter-spacing: .08em;
  opacity: .9;
}
.hero-banner-title,
.hero-banner-highlight,
.hero-banner-text,
.hero-banner-chip,
.hero-banner-pill,
.hero-banner-link {
  text-shadow:
    0 3px 14px rgba(1, 2, 12, 0.85),
    0 0 24px rgba(0, 0, 0, 0.7);
}
.hero-banner-title {
  line-height: 1.05;
  font-size: clamp(1.9rem, 4.4vw, 3.3rem);
  margin-bottom: .4rem;
  text-transform: uppercase;
}
.hero-banner-title-strong {
  display: block;
  font-weight: 900;
  letter-spacing: .08em;
}
.hero-banner-title-inline {
  display: inline-block;
  white-space: nowrap;
}
.hero-banner-highlight {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .28em;
  margin-bottom: .8rem;
  white-space: nowrap;
}

.hero-banner-text {
  font-size: clamp(0.95rem, 1.9vw, 1.2rem);
  line-height: 1.5;
  opacity: .92;
  margin-bottom: 0.6rem;
}
.hero-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1rem;
  align-items: center;
  justify-content: center;
}
.hero-banner-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: 1rem;
  justify-content: center;
}
.hero-banner-pill {
  padding: .35rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.25);
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-banner-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-weight: 600;
  color: var(--femope-white);
}
.hero-banner-link i {
  font-size: 1rem;
  transition: transform .2s ease;
}
.hero-banner-link:hover i,
.hero-banner-link:focus-visible i {
  transform: translateX(4px);
}

.hero-ctas {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}

.glass {
  background: linear-gradient(135deg, rgba(15,23,42,0.92), rgba(15,23,42,0.75));
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.6);
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(15,23,42,0.85);
  color: var(--femope-white);
  font-size: 28px;
  line-height: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.45);
  cursor: pointer;
}
.slider-nav.prev { left: 14px; }
.slider-nav.next { right: 14px; }
.slider-nav:focus-visible {
  outline: 3px solid var(--femope-pink);
  outline-offset: 2px;
}

.slider-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  display: flex;
  gap: 8px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  border: 2px solid rgba(0,0,0,.25);
  box-shadow: 0 0 0 0 rgba(255,92,168,0.5);
  transition: background .2s ease, box-shadow .2s ease;
}
.dot.is-active {
  background: var(--femope-pink);
  box-shadow: 0 0 0 4px rgba(255,92,168,0.35);
}

/* Countdown animado com cores originais FEMOPE */
.countdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(120px, 14vh, 170px);
  display: grid;
  grid-auto-flow: column;
  gap: clamp(6px, 1.6vw, 14px);
  padding: .65rem 1rem;
  border-radius: 18px;
  background: var(--grad-primary);
  box-shadow: 
    0 20px 40px rgba(0,0,0,.4),
    0 0 0 1px rgba(255,255,255,0.1),
    inset 0 1px 0 rgba(255,255,255,0.2);
  z-index: 2;
  animation: countdown-glow 3s ease-in-out infinite;
  backdrop-filter: blur(10px);
}

@keyframes countdown-glow {
  0%, 100% { 
    box-shadow: 
      0 20px 40px rgba(0,0,0,.4),
      0 0 20px rgba(91, 140, 255, 0.3),
      0 0 0 1px rgba(255,255,255,0.1);
  }
  50% { 
    box-shadow: 
      0 25px 50px rgba(0,0,0,.5),
      0 0 40px rgba(91, 140, 255, 0.6),
      0 0 0 1px rgba(255,255,255,0.2);
  }
}

.cd-item {
  display: grid;
  justify-items: center;
  padding: .5rem .7rem;
  min-width: 80px;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cd-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: cd-shimmer 2s ease-in-out infinite;
}

@keyframes cd-shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

.cd-item:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px) scale(1.05);
}

.cd-num {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  position: relative;
}

/* Animação quando o número muda */
.cd-num.changing {
  animation: number-flip 0.6s ease-in-out;
}

@keyframes number-flip {
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(90deg); opacity: 0.5; }
  100% { transform: rotateY(0deg); }
}

.cd-label {
  font-size: clamp(0.7rem, 1.5vw, 0.9rem);
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.2rem;
}

/* Hero com animações e partículas */
.hero {
  position: relative;
  overflow: hidden;
}

/* Partículas flutuantes animadas */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 60% 70%, rgba(255,92,168,0.6), transparent),
    radial-gradient(2px 2px at 90% 40%, rgba(122,31,162,0.5), transparent),
    radial-gradient(1px 1px at 40% 80%, rgba(255,255,255,0.3), transparent),
    radial-gradient(2px 2px at 80% 10%, rgba(102,126,234,0.4), transparent);
  background-size: 300px 300px, 200px 200px, 250px 250px, 180px 180px, 220px 220px;
  animation: hero-particles 20s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes hero-particles {
  0%, 100% {
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0%, 50% 50%;
  }
  25% {
    background-position: 100% 0%, 0% 100%, 100% 100%, 0% 0%, 80% 20%;
  }
  50% {
    background-position: 100% 100%, 0% 0%, 100% 0%, 0% 100%, 20% 80%;
  }
  75% {
    background-position: 0% 100%, 100% 0%, 0% 0%, 100% 100%, 70% 30%;
  }
}

/* Animação da imagem de fundo */
.hero-static {
  animation: hero-breath 8s ease-in-out infinite;
}

@keyframes hero-breath {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.02) rotate(0.2deg); }
}

/* Hero Actions melhoradas */
.hero-actions {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(6px, 2.5vh, 26px);
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
  z-index: 3;
  animation: hero-actions-fadeIn 2s ease-out 0.5s both;
}

@keyframes hero-actions-fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Link especial do hero melhorado */
.hero-banner-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
  color: var(--femope-white);
  padding: 0.7rem 1.2rem;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  background: none;
  border: none;
}

.hero-banner-link::before {
  content: none;
}

.hero-banner-link:hover {
  transform: translateX(8px) translateY(-2px);
  box-shadow: 0 8px 25px rgba(255,92,168,0.4);
}

.hero-banner-link:hover::before {
  opacity: 1;
}

.hero-banner-link i {
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-banner-link:hover i {
  transform: translateX(8px) scale(1.2) rotate(5deg);
}
.hero-actions {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(20px, 4vh, 50px);
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
  z-index: 2;
}

.hero-actions .btn {
  text-shadow:
    0 3px 14px rgba(1, 2, 12, 0.85),
    0 0 24px rgba(0, 0, 0, 0.7);
}

.hero-actions .hero-banner-link {
  text-shadow:
    0 3px 14px rgba(1, 2, 12, 0.85),
    0 0 24px rgba(0, 0, 0, 0.7);
}

/* Garantir que botões ficam lado a lado em todas as telas */
@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column !important;
    gap: 0.65rem;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    bottom: clamp(120px, 14vh, 160px) !important;
    padding: 0 1rem;
    width: min(320px, calc(100% - 2.4rem));
    max-width: 320px;
    margin: 0 auto;
  }
  
  .hero-actions .btn {
    font-size: 0.95rem;
    padding: 0.75rem 1rem;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  
  .hero-actions .hero-banner-link {
    font-size: 0.95rem;
    padding: 0.75rem 1rem;
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.cd-item {
  display: grid;
  justify-items: center;
  padding: .4rem .6rem;
  min-width: 70px;
}
.cd-num {
  font-size: clamp(18px, 3.2vw, 30px);
  font-weight: 800;
}
.cd-label {
  font-size: 12px;
  opacity: .9;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (max-width: 720px){
  .slider-nav { display:none; }
  .countdown { bottom: clamp(300px, 32vh, 360px); }
  .hero-actions { 
    bottom: clamp(120px, 14vh, 160px); 
    flex-direction: column !important;
    gap: 0.75rem;
    margin: 0 auto;
    align-items: stretch;
    width: min(320px, calc(100% - 2.4rem));
    max-width: 320px;
  }
  .hero-actions .btn,
  .hero-actions .hero-banner-link {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .hero-content {
    top: auto;
    bottom: clamp(120px, 18vh, 220px);
    left: 50%;
    transform: translate(-50%, 0);
    padding: 1.2rem;
    width: calc(100% - 2rem);
    text-align: center;
    align-items: center;
  }
  .hero-banner-highlight {
    letter-spacing: .12em;
    text-align: center;
  }
  .hero-banner-pill-row {
    justify-content: center;
  }
  .hero-banner-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .hero-banner-link {
    justify-content: center;
  }

  .hero-content > * {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .hero-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-banner-actions {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
}

/* Botões melhorados com animações */
.btn { 
  display:inline-flex; 
  align-items:center; 
  justify-content:center; 
  gap:.6rem;
  padding:.8rem 1.2rem; 
  border-radius:12px; 
  border:0; 
  cursor:pointer; 
  font-weight:700;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Efeito ripple nos botões */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s ease;
  border-radius: inherit;
  pointer-events: none;
}

.btn:active::before {
  opacity: 1;
  transform: scale(2);
  transition: all 0.3s ease;
}

.btn-primary { 
  background: var(--grad-primary); 
  color: var(--femope-white);
  box-shadow: 0 8px 25px rgba(91, 140, 255, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(91, 140, 255, 0.6);
}

.btn-secondary { 
  background: var(--grad-secondary); 
  color: var(--femope-white);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
}

.btn:focus-visible{ outline:3px solid var(--femope-pink); outline-offset:2px; }

/* =========================================
   BOTÕES DE CREDENCIAMENTO ESTRATÉGICOS
========================================= */

/* CTA Section após stats */
.cta-section {
  margin: 4rem 0;
  display: flex;
  justify-content: center;
}

.cta-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 92, 168, 0.2);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.cta-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1e293b;
}

.cta-content p {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.cta-btn {
  font-size: 1rem;
  padding: 0.8rem 1.5rem;
}

/* Floating CTA Button */
.floating-cta {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9998;
}

.float-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ff5ca8, #7a1fa2);
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(255, 92, 168, 0.3);
  transition: all 0.2s ease;
}

.float-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 92, 168, 0.4);
}

/* Responsivo para CTAs */
@media (max-width: 768px) {
  .cta-card {
    padding: 1.5rem 1rem;
    margin: 0 1rem;
  }
  
  .cta-content h3 {
    font-size: 1.3rem;
  }
  
  .floating-cta {
    right: 1rem;
    bottom: 1rem;
  }
  
  .float-btn span {
    display: none;
  }
  
  .float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    padding: 0;
  }
}

/* FEMOPE variables fallback (mapping to existing tokens) */
:root {
  --femope-dark: var(--femope-dark);
  --femope-white: var(--femope-white);
  --femope-pink: var(--femope-pink);
}

/* SE??ES */
.section {
  padding: clamp(24px, 5vw, 64px) 0;
  border-radius: 0;
}
#quem-somos.section {
  padding-top: 0;
}
.section.section-highlight,
.section.event {
  background-color: rgba(153, 0, 110, 0.4);
  padding: clamp(16px, 3vw, 32px) 0;
  background-image: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(0,0,0,0.05));
  backdrop-filter: blur(6px);
}
#inicio.section {
  padding: 0;
}
.section.event .section-title,
.section.event .section-subtitle {
  color: var(--femope-light);
}
.section-title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  margin-bottom: .5em;
}
.section-subtitle {
  font-size: 20px;
  opacity: .85;
  margin-bottom: 2em;
}
.center { text-align: center; }

/* =========================================
   QUEM SOMOS MODERNO - HÍBRIDO COMPLETO
========================================= */

.about--modern {
  padding: 4rem 0 5rem;
  position: relative;
  overflow: hidden;
  background: #f8fafc;
  color: #0f172a;
}

/* Remover transições/ocultação no Quem Somos (inclui o container) */
#quem-somos,
#quem-somos.reveal,
#quem-somos.reveal.is-visible,
#quem-somos .reveal,
#quem-somos .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  will-change: auto !important;
}

/* Header Moderno */
.about-header-modern {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 3rem;
  position: relative;
}

.section-title-modern {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  white-space: normal;
  color: #0f172a;
}

.highlight-gradient {
  background: linear-gradient(135deg, #ff5ca8, #7a1fa2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease-in-out infinite;
  display: inline-block;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.section-subtitle-modern {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  color: #1e293b;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .section-title-modern {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    line-height: 1.2;
  }
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 5rem;
}

.stat-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 24px;
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 92, 168, 0.05), rgba(122, 31, 162, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.stat-card:hover::before {
  opacity: 1;
}

.stat-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, #ff5ca8, #7a1fa2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  animation: stat-icon-float 6s ease-in-out infinite;
}

@keyframes stat-icon-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(5deg); }
}

.stat-content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
  flex-wrap: nowrap;
  min-height: 3rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1;
}

.stat-unit {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff5ca8;
  line-height: 1;
  margin-left: 0.1rem;
}

.stat-label {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

/* Grid Principal */
.about-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

/* Feature Card */
.about-feature-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 32px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  max-width: 100%;
}

.feature-content h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #1e293b;
}

.feature-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 2rem;
}

.feature-highlights {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ff5ca8;
  font-weight: 600;
}

/* Container do vídeo */
.video-container {
  margin: 2rem auto 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  max-width: 800px;
  width: 100%;
}

.video-container video {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}


/* Impact Cards */
.impact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.impact-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.impact-card:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 30px rgba(255, 92, 168, 0.2);
  border-color: rgba(255, 92, 168, 0.5);
}

.impact-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff5ca8, #7a1fa2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.impact-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1e293b;
}

.impact-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.impact-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #ff5ca8;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.impact-card:hover .impact-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Timeline Interativa */
.timeline-interactive {
  grid-column: 1 / -1;
  margin-top: 2rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 32px;
  padding: 3rem;
}

.timeline-interactive h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-align: center;
  color: #1e293b;
}

.timeline-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  position: relative;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-marker {
  width: 20px;
  height: 20px;
  background: #e2e8f0;
  border-radius: 50%;
  margin: 0 auto 1rem;
  position: relative;
  transition: all 0.3s ease;
}

.timeline-marker.active {
  background: linear-gradient(135deg, #ff5ca8, #7a1fa2);
  animation: timeline-pulse 2s ease-in-out infinite;
}

@keyframes timeline-pulse {
  0%, 100% { 
    box-shadow: 0 0 0 0 rgba(255, 92, 168, 0.7);
  }
  50% { 
    box-shadow: 0 0 0 10px rgba(255, 92, 168, 0);
  }
}

.timeline-content h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1e293b;
}

.timeline-content p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.4;
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.float-element {
  position: absolute;
  font-size: 2rem;
  color: rgba(255, 92, 168, 0.1);
  animation: float-around 20s linear infinite;
}

.float-element:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.float-element:nth-child(2) {
  top: 60%;
  right: 15%;
  animation-delay: -7s;
}

.float-element:nth-child(3) {
  bottom: 20%;
  left: 20%;
  animation-delay: -14s;
}

@keyframes float-around {
  0% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-20px) rotate(90deg); }
  50% { transform: translateY(0px) rotate(180deg); }
  75% { transform: translateY(20px) rotate(270deg); }
  100% { transform: translateY(0px) rotate(360deg); }
}

/* Responsivo médio */
@media (max-width: 1024px) {
  .impact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsivo tablets */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 600px;
    margin: 0 auto 5rem auto;
  }
}

/* Responsivo pequeno */
@media (max-width: 768px) {
  .about-main-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 280px;
    margin: 0 auto 5rem auto;
  }
  
  .stat-card {
    width: 280px;
    height: 140px;
    padding: 1rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  
  .stat-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 0.8rem auto;
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  
  .stat-content {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    margin: 0;
    flex-shrink: 0;
  }
  
  .stat-number {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 900;
  }
  
  .stat-unit {
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 700;
    margin-left: 0.1rem;
  }
  
  .stat-label {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    right: 0;
    font-size: 0.75rem;
    line-height: 1.1;
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    color: #64748b;
    font-weight: 500;
  }
  
  .impact-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .feature-highlights {
    flex-direction: column;
    gap: 1rem;
  }
  
  .timeline-items {
    grid-template-columns: 1fr;
  }
  
  .video-container {
    max-width: 100%;
    margin: 1.5rem auto 0;
  }
}
.about .about-text p { margin-bottom: 1em; line-height: 1.6; }
.about-values { list-style: none; padding: 0; margin: 1.2em 0; }
.about-values li {
    margin-bottom: .4em;
  background: var(--femope-light);
  padding: .6em .9em;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

/* COUNTERS */
.counters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem;
  margin: 2rem 0 1.5rem;
}
.counter-item {
  background: var(--femope-light);
  border-radius: 12px;
  padding: 1.6rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.counter-item:hover {
  transform: scale(1.2);
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
}
.counter-num {
  display: block;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: var(--femope-magenta);
  margin-bottom: .4rem;
}
.counter-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .8;
}

/* ============================
   TIMELINE PREMIUM FEMOPE
============================ */

.timeline-premium {
    position: relative;
    margin-top: 1rem;
    padding: 0 4px 1rem;
    max-width: 860px;
    margin-inline: auto;
    background: rgba(255,255,255,0.12);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 12px 30px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    gap: .8rem;
    align-items: center;
    z-index: 0;
  }
.timeline-premium::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.25), transparent 55%),
              radial-gradient(circle at 80% 60%, rgba(255,0,170,0.25), transparent 60%);
  filter: blur(30px);
  opacity: .4;
  z-index: -1;
}

  .timeline-line {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% - 20px);
    background: linear-gradient(to bottom, var(--femope-magenta), var(--femope-purple));
    border-radius: 4px;
    opacity: 0.7;
  }

/* Dia - badge */
.day-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .35rem .8rem;
  background: var(--femope-magenta);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  margin: .5rem auto;
  font-weight: 700;
  color: var(--femope-white);
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.day-badge i {
  font-size: 1.4rem;
  color: var(--femope-fuchsia);
}

/* Item premium */
.timeline-premium-item {
  position: relative;
  width: calc(50% - 14px);
  max-width: 360px;
  padding: .9rem 1.1rem;
  background: rgba(255, 45, 170, 0.4);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
  margin: .6rem 0;
}
.timeline-premium-item.left { margin-right: auto; }
.timeline-premium-item.right { margin-left: auto; }

.tp-icon {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--grad-primary);
  display: grid;
  place-items: center;
  color: white;
  font-size: 1.3rem;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.timeline-premium-item.right .tp-icon {
  left: auto;
  right: -18px;
}

.tp-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .3rem;
  color: var(--femope-white);
}

.tp-content p {
  font-size: .9rem;
  color: var(--femope-white);
  line-height: 1.4;
}

.tp-time {
  font-weight: 900;
  color: var(--femope-pink);
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: .5rem;
  animation: pulseTime 2s infinite;
}

/* Anima??o do hor?rio */
@keyframes pulseTime {
  0% { opacity: .8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
  100% { opacity: .8; transform: scale(1); }
}

/* Responsivo */
@media (max-width: 900px) {
  .timeline-premium-item,
  .timeline-premium-item.left,
  .timeline-premium-item.right {
    width: 100%;
    left: 0;
    transform: none;
  }

  .timeline-line {
    left: 0;
    transform: none;
  }

  .tp-icon { left: -12px; }
}

/* ===========================
   ANIMATED BACKGROUND ? FEMOPE EVENT TIMELINE
=========================== */

.section.event::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(0,0,0,0.08));
  opacity: 0.15;
  pointer-events: none;
}
  .timeline-day { padding-left: 1.4rem; }

@media(max-width: 700px){
  .timeline::before { left: 0; }
  .timeline-day { padding-left: 1.4rem; }
}

/* Additional FEMOPE color tokens used above */
:root {
  --femope-light: var(--femope-light);
  --femope-magenta: var(--femope-magenta);
  --femope-purple: var(--femope-purple);
}


/* HERO overlay mais leve */
.hero-overlay {
  background: linear-gradient(0deg, rgba(0,0,0,.35), rgba(0,0,0,.15));
}

/* Ensure palette values match the updated base */
:root {
  --femope-magenta: #E3008C;
  --femope-fuchsia: #FF2DAA;
  --femope-purple:  #7A1FA2;
  --femope-pink:    #FF5CA8;
  --femope-coral:   #FF7A8A;
  --femope-dark:    #0F172A;
  --femope-mid:     #334155;
  --femope-light:   #F8F6FA;
  --femope-white:   #FFFFFF;
}

/* ABOUT ? layout base */
.about--interactive { position: relative; }
.about-header {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
  padding-top: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: clamp(1.8rem, 3vw, 3rem);
}
.about-header::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: var(--grad-primary);
  opacity: .85;
}
.about .section-subtitle { color: var(--femope-mid); }
.about p strong {
  color: #E3008C;
}

/* Tabs */
.about-tabs {
  display: flex;
  gap: .6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.2rem 0 1.6rem;
  padding: .4rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}
.about-tab{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.55rem 1.1rem; border-radius: 999px; border:0; cursor:pointer;
  background: transparent; color: var(--femope-dark); font-weight:700;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
}
.about-tab i { font-size: 1.2rem; }
.about-tab:hover, .about-tab:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(91,140,255,.18);
}
.about-tab:focus-visible{ outline:3px solid var(--femope-pink); outline-offset:2px; }
.about-tab.is-active{
  background: var(--grad-primary);
  color: var(--femope-white);
  box-shadow: 0 10px 26px rgba(91,140,255,.25);
}
.about-panels {
  max-width: 960px;
  margin: 0 auto 2rem;
  padding: clamp(1rem, 2.6vw, 1.6rem);
  border-radius: 28px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 28px 60px rgba(15,23,42,0.12);
  position: relative;
  overflow: hidden;
}
.about-panels::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.2), transparent 70%);
  pointer-events: none;
}
.about-panel {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .35s ease, transform .35s ease;
}
.about-panel.is-active {
  opacity: 1;
  transform: none;
}
.about-panel[hidden]{ display: none !important; }
.about-panel p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--femope-mid);
}

/* Icon list */
.icon-list { list-style:none; padding:0; margin:0; display:grid; gap:.6rem; }
.icon-list li{
  display:flex; align-items:center; gap:.6rem;
  background: var(--femope-light); padding:.7rem 1rem;
  border-radius:10px; border:1px solid rgba(255,255,255,.15);
  box-shadow: 0 3px 12px rgba(0,0,0,.06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.icon-list li:hover{
  transform: translateY(-3px) scale(1.08);
  border-color: rgba(243,60,172,.5);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.icon-list i{ color: var(--femope-magenta); font-size: 1.25rem; }

/* Cards com tilt */
/* V?deo modal */
.video-modal::backdrop{ background: rgba(0,0,0,.5); }
.video-modal{ border: 0; border-radius: 16px; padding: 0; max-width: min(960px, 96vw); width: 96vw; }
.video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  border: 2px solid rgba(227, 0, 140, 0.5);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  animation: video-border-glow 6s ease-in-out infinite alternate;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-close {
  position: absolute;
  top: .6rem;
  right: .6rem;
  border: 0;
  background: rgba(255, 255, 255, .9);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.video-close i {
  font-size: 1.2rem;
}

@keyframes video-border-glow {
  0% {
    border-color: rgba(227, 0, 140, 0.45);
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.35), 0 0 10px rgba(227, 0, 140, 0.4);
  }
  100% {
    border-color: rgba(122, 31, 162, 0.55);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.4), 0 0 18px rgba(122, 31, 162, 0.45);
  }
}

/* Tilt effect (acess?vel com prefers-reduced-motion) */
@media (prefers-reduced-motion: no-preference){
  .tilt{ will-change: transform; }
}

/* Split layout: cards empilhados ? esquerda, v?deo ? direita */
.about-split{
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
}
/* Empilhar sempre os cards */
.about-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-visual-card {
  width: min(100%, 420px);
}
.about-visual-card img {
  width: 100%;
  height: auto;
  display: block;
}

.about-split{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: center;
}
@media (max-width: 900px){
  .about-split{ grid-template-columns: 1fr; }
}

.about-video .video-frame {
  border-radius: 32px;
  border: 1px solid rgba(227,0,140,0.2);
  box-shadow: 0 35px 80px rgba(7,12,32,0.28);
  background: #050914;
  overflow: hidden;
  position: relative;
}
.about-video .video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 15% 20%, rgba(255,92,168,0.25), transparent 60%);
  pointer-events: none;
}
.open-video {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: inherit;
  background: #050914;
}
.open-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transition: transform .35s ease, filter .35s ease;
}
.open-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5,8,20,0.65), rgba(5,8,20,0.2));
  pointer-events: none;
  transition: opacity .35s ease;
}
.open-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255,92,168,0.95), rgba(122,31,162,0.95));
  color: #fff;
  font-size: 2.25rem;
  box-shadow: 0 18px 35px rgba(7,12,32,0.45);
  transition: transform .35s ease, box-shadow .35s ease;
}
.open-video:hover img,
.open-video:focus-visible img {
  filter: saturate(1.15) contrast(1.1);
  transform: scale(1.04);
}
.open-video:hover::after,
.open-video:focus-visible::after {
  opacity: .15;
}
.open-video:hover .open-video-play,
.open-video:focus-visible .open-video-play {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 24px 45px rgba(7,12,32,0.55);
}

/* Reveal on scroll (sections + items) */
.reveal {
  --reveal-translate-x: 0px;
  --reveal-translate-y: 24px;
  --reveal-blur: 0px;
  --reveal-delay: 0s;
  opacity: 0;
  transform: translate3d(var(--reveal-translate-x), var(--reveal-translate-y), 0);
  filter: blur(var(--reveal-blur));
  transition: opacity .6s ease, transform .6s ease, filter .6s ease;
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform, filter;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

/* Filtros */
.exhibitors-filters{
  display:flex; gap:.6rem; justify-content:center; flex-wrap:wrap; margin: 0 auto 1.2rem;
}
.filter-btn{
  padding:.6rem 1rem; border-radius:999px; border:1px solid rgba(0,0,0,.08);
  background: var(--femope-white); color: var(--femope-dark); font-weight:700; cursor:pointer;
}
.filter-btn.is-active{ background: var(--grad-secondary); color: var(--femope-white); border-color: transparent; }

/* Carrossel base */
.carousel{
  position:relative;
  width: 100%;
  margin: 0 2rem 2rem 2rem;
}
.carousel-viewport{
  position: relative;
  overflow:hidden; 
  border-radius:16px; 
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 85%;
}
.carousel-viewport::before,
.carousel-viewport::after{
  content:"";
  position:absolute;
  top:0;
  width:140px;
  height:100%;
  pointer-events:none;
  z-index:2;
}
.carousel-viewport::before{
  left:0;
  background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 75%);
}
.carousel-viewport::after{
  right:0;
  background: linear-gradient(to left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 75%);
}
.carousel-track{
  display:flex; 
  align-items:center; 
  gap: 20px; 
  padding: 12px 20px;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.carousel-item{
  display:grid; place-items:center; height: 120px;
  border-radius:12px; user-select:none;
  transition: transform .2s ease;
  flex: 0 0 auto;
}
.carousel-item:hover{ transform: translateY(-2px) scale(1.04); }
.carousel-item img{
  max-width: 160px;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .2s ease;
}
.carousel-item:hover img,
.carousel-item:focus-within img {
  transform: scale(1.08);
}


/* Responsivo */
@media (max-width: 720px){
  .carousel-item{ height: 100px; }
  .carousel-item img{ max-width: 130px; }
  .carousel { 
    margin: 0 auto 1.5rem auto; 
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .carousel-viewport { 
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .carousel-viewport::before,
  .carousel-viewport::after{
    width:110px;
  }
  .section.exhibitors { min-height: 450px; padding-bottom: 2rem; }
}

/* Small gap between header and hero */
#inicio.section { padding-top: 0; }
.hero { padding-top: clamp(8px, 1.5vh, 16px); }

/* ===== HOTFIX FEMOPE ===== */

/* 1) Menu com efeito vidro transl?cido */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(6, 10, 25, 0.38);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(2, 4, 18, 0.25);
  margin-bottom: 0 !important;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header .logo,
.site-header .logo a,
.site-header .site-nav a { color: var(--femope-white) !important; }
.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible { color: #E5E7EB !important; }

.site-header.scrolled {
  background: rgba(6, 10, 25, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(2, 4, 18, 0.35);
}

/* 2) Zerar qualquer gap entre header e a primeira se??o (hero) */
.site-header + * { margin-top: 0 !important; padding-top: 0 !important; }

/* Caso #inicio n?o seja o primeiro irm?o, garanta no hero tamb?m */
.hero { margin-top: 0 !important; }

/* Se houver barra de progresso, fixe para n?o empurrar layout */
#scroll-progress {
  position: fixed !important;
  top: 0; left: 0;
  height: 4px; width: 0;
  background: var(--grad-primary);
  z-index: 2000;
  pointer-events: none;
}

/* FEMOPE Footer */
.femope-footer {
  background: #151b61;
  color: #f4f4fb;
  padding-top: clamp(48px, 8vw, 96px);
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 32px);
}
.footer__col h4 {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: #ffffff;
}
.footer__logo a {
  display: inline-flex;
  align-items: center;
}
.footer__logo img {
  height: 48px;
  width: auto;
}
.femope-footer p {
  margin: 1rem 0;
  color: #d6dbff;
  line-height: 1.6;
}
.footer__socials {
  display: flex;
  gap: .7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  color: #ffffff;
  transition: transform .2s ease, background .2s ease;
}
.footer__socials a:hover {
  transform: translateY(-2px) scale(1.05);
  background: var(--grad-secondary);
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .4rem;
}
.footer__links a {
  color: #dfe3ff;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: color .2s ease, transform .2s ease;
}
.footer__links a:hover {
  color: #f33cac;
  transform: translateX(2px);
}
.footer__col__flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}
.footer__col__flex img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.15);
}
.footer__bar {
  margin-top: clamp(32px, 6vw, 64px);
  text-align: center;
  padding: 1rem;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #d6dbff;
  font-size: .9rem;
}
@media (max-width: 960px) {
  .footer__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .footer__container {
    grid-template-columns: 1fr;
  }
  .footer__col__flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================
   O EVENTO ? COMPACTO TECNOL?GICO
============================ */

.event--compact {
  position: relative;
  color: var(--femope-white);
}

.event-bg {
  position: absolute;
  inset: 0;
  background: #1e40af;
  overflow: hidden;
}
.event-bg::before,
.event-bg::after {
  content: "";
  position: absolute;
  width: 220%;
  height: 220%;
  background: linear-gradient(135deg, rgba(227,0,140,0.85), rgba(122,31,162,0.85));
  opacity: 0.35;
  transform: rotate(-8deg) translateY(15%);
}
.event-bg::after {
  background: linear-gradient(135deg, rgba(255,92,168,0.9), rgba(30,64,175,0.9));
  opacity: 0.4;
  transform: rotate(12deg) translateY(-20%);
}

.event-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.5rem;
  padding: clamp(2.4rem, 5vw, 3rem);
}
#o-evento .event-grid > * {
  --reveal-blur: 4px;
}
#o-evento .event-info {
  --reveal-translate-x: -36px;
  --reveal-translate-y: 0;
}
#o-evento .event-program {
  --reveal-translate-x: 36px;
  --reveal-translate-y: 0;
}
#o-evento .program-card {
  --reveal-translate-x: 0;
  --reveal-translate-y: 32px;
}
#expositores .exhibitors-header,
#expositores .exhibitors-filters,
#expositores .carousel-viewport {
  --reveal-translate-x: 0;
  --reveal-translate-y: 26px;
  --reveal-blur: 6px;
}
#expositores .carousel-item {
  --reveal-translate-x: 0;
  --reveal-translate-y: 18px;
  --reveal-blur: 2px;
}
#blog .blog-header,
#blog .blog-grid {
  --reveal-translate-x: 0;
  --reveal-translate-y: 26px;
  --reveal-blur: 6px;
}
#blog .blog-card {
  --reveal-translate-x: 0;
  --reveal-translate-y: 32px;
  --reveal-blur: 4px;
}

.event-info .section-title {
  color: var(--femope-white);
}
.event-info .section-subtitle {
  color: #e5e7eb;
  max-width: 520px;
}

.event-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
  margin: 1.2rem 0 1.6rem;
  padding: .7rem 1rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
}
.event-tag-label {
  font-weight: 700;
}
.event-tag-sub {
  font-size: .9rem;
  opacity: .9;
}

.event-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.event-stat {
  background: rgba(15,23,42,0.7);
  border-radius: 14px;
  padding: .9rem 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.event-stat .counter-num {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--femope-pink);
}
.event-stat-label {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  opacity: .9;
}

.event-pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .4rem;
}
.event-pill-list li {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: .9rem;
}
.event-pill-list i {
  font-size: 1.1rem;
  color: var(--femope-pink);
}

.event-program {
  position: relative;
  z-index: 1;
}
.event-program-title {
  font-size: 1.2rem;
  margin-bottom: .8rem;
  font-weight: 700;
}
.event-program-cards {
  display: grid;
  gap: .9rem;
}
.program-card {
  border-radius: 16px;
  padding: 1rem 1.1rem;
  background: rgba(15,23,42,0.85);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}

.program-header {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .6rem;
}
.program-day {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1.1rem;
  background: var(--grad-secondary);
}
.program-date strong {
  display: block;
  text-transform: uppercase;
  font-size: .8rem;
}
.program-date small {
  font-size: .75rem;
  opacity: .8;
}

.program-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .4rem;
}
.program-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .4rem .7rem;
  align-items: baseline;
}
.program-time {
  font-size: .9rem;
  font-weight: 800;
  color: var(--femope-pink);
}
.program-list p {
  font-size: .9rem;
  opacity: .9;
}

.event-cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1rem;
  font-size: .9rem;
}

@media (max-width: 900px){
  .event-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 1.2rem;
  }
}
@media (max-width: 640px){
  .event-stats {
    grid-template-columns: 1fr 1fr;
  }
  .program-card {
    padding: .9rem .9rem;
  }
}

/* ============================
   BLOG FEMOPE ? CARDS TECNOL?GICOS
============================ */

.blog {
  position: relative;
  color: var(--femope-white);
}

.blog-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #151b61 0%, #1e40af 45%, #0f172a 100%);
  overflow: hidden;
}
.blog-bg::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: linear-gradient(135deg, rgba(227,0,140,0.75), rgba(122,31,162,0.85));
  opacity: 0.3;
  transform: rotate(-10deg) translateY(20%);
}
.blog-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.08), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.4;
  pointer-events: none;
}

.blog-inner {
  position: relative;
  padding: clamp(2.4rem, 5vw, 3rem);
}

.blog-header {
  max-width: 720px;
  text-align: left;
  margin-bottom: 1.8rem;
}
.blog-header .section-title {
  color: var(--femope-white);
}
.blog-header .section-subtitle {
  color: #e5e7eb;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  padding: 1.3rem 1.2rem 1.2rem;
  border-radius: 18px;
  background: rgba(15,23,42,0.85);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.5);
  text-decoration: none;
  color: var(--femope-white);
  overflow: hidden;
  isolation: isolate;
  transform-origin: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.blog-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, rgba(255,255,255,0.18), transparent 60%);
  opacity: 0;
  transform: translateX(-40%);
  pointer-events: none;
  z-index: -1;
  transition: opacity .3s ease, transform .3s ease;
}

.blog-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 22px 50px rgba(0,0,0,0.65);
  border-color: rgba(255,255,255,0.3);
}
.blog-card:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.blog-chip {
  display: flex;
  justify-content: space-between;
  gap: .6rem;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.blog-chip-category {
  padding: .25rem .55rem;
  border-radius: 999px;
  background: var(--grad-secondary);
  font-weight: 700;
}
.blog-chip-date {
  opacity: .9;
}

.blog-title {
  font-size: 1.05rem;
  font-weight: 700;
}
.blog-excerpt {
  font-size: .9rem;
  opacity: .9;
}

.blog-more {
  margin-top: auto;
  font-size: .85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  opacity: .9;
}
.blog-more i {
  font-size: 1.1rem;
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  @media (max-width: 640px) {
    .blog-inner {
      padding: 2rem 1.2rem;
    }
    .blog-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Portal do blog */
  .blog-page-header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1.4rem, 4vw, 3rem);
    align-items: center;
  }
  .blog-eyebrow {
    font-size: .85rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    display: inline-flex;
    align-items: center;
    gap: .4rem;
  }
  .blog-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--grad-secondary);
    border-radius: 999px;
  }
  .blog-kpi-grid {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
  }
  .blog-kpi {
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(15,23,42,0.7);
    box-shadow: 0 14px 30px rgba(14,24,40,0.35);
  }
  .blog-kpi-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
  }
  .blog-kpi-label {
    font-size: .85rem;
    color: rgba(255,255,255,0.8);
  }
  .blog-hero-panel {
    padding: clamp(1.25rem, 2vw, 1.7rem);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.18);
    background: linear-gradient(135deg, rgba(15,23,42,0.9), rgba(57,10,90,0.85));
    box-shadow: 0 20px 45px rgba(6,10,24,0.6);
  }
  .blog-hero-panel strong {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,0.85);
  }
  .blog-hero-panel h2 {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    margin: .6rem 0;
    color: white;
  }
  .blog-hero-panel p {
    color: rgba(255,255,255,0.92);
  }
  .blog-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.2rem;
  }
  .blog-hero-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
  }
  .blog-hero-link i {
    font-size: 1rem;
  }
  .blog-pill-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin: 2rem 0 2.8rem;
  }
  .blog-pill {
    padding: .45rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(15,23,42,0.6);
    font-size: .85rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
  }
  .blog-pill:hover,
  .blog-pill:focus-visible {
    color: white;
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
  }
  .blog-grid--page {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
  }
  .blog-card-media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: rgba(15,23,42,0.8);
    margin: 0;
  }
  .blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
  }
  .blog-card:hover .blog-card-media img {
    transform: scale(1.05);
  }
  .blog-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: .25rem .65rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
    background: rgba(15,23,42,0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.3);
  }
  .blog-card-content {
    display: flex;
    flex-direction: column;
    gap: .8rem;
  }
  .blog-card {
    height: 100%;
  }
  .blog-legacy-flag {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,0.9);
  }
  .blog-legacy-flag i {
    font-size: .9rem;
    color: var(--color-secondary);
  }
  .blog-highlights {
    margin: 0;
    padding: 0;
    display: grid;
    gap: .45rem;
    font-size: .9rem;
    list-style: none;
  }
  .blog-highlights li {
    display: grid;
    grid-template-columns: 18px auto;
    align-items: start;
    gap: .35rem;
  }
  .blog-highlights i {
    color: var(--color-accent);
    font-size: 1rem;
  }
  .blog-card--feature {
    gap: 1.2rem;
    grid-column: span 2;
  }
  .blog-card--feature .blog-card-media {
    aspect-ratio: 4 / 3;
  }
  .blog-card--mini {
    padding: 1.1rem;
  }
  @media (max-width: 960px) {
    .blog-grid--page {
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    .blog-card--feature {
      grid-column: span 1;
    }
  }
  @media (min-width: 1024px) {
    .blog-card--feature {
      display: grid;
      grid-template-columns: minmax(260px, 1fr) 1.2fr;
      align-items: center;
    }
  }

/* ============================================================
   ESTILO DE FUNDO CLARO ? SE??ES QUEM SOMOS & EXPOSITORES
   ============================================================ */

/* REGRAS ANTIGAS REMOVIDAS - agora definidas separadamente mais abaixo */

@keyframes about-bg-orbit {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -10px, 0);
  }
  100% {
    transform: translate3d(-8px, 14px, 0);
  }
}

/* ============================
   COMO CHEGAR ? LOCAL
============================ */

.location {
  position: relative;
  background: var(--femope-light, #f7f7fb);
  overflow: hidden;
  padding: 0;
}

.location-inner {
  position: relative;
  z-index: 2;
  padding: clamp(2.4rem, 5vw, 3.2rem) 0;
}

.location-header {
  max-width: 680px;
  margin: 0 auto 2rem;
  text-align: center;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: stretch;
}

.location-card {
  height: 100%;
  padding: 1.6rem 1.8rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.location-card h3 {
  font-size: 1.35rem;
  margin-bottom: .3rem;
}

.location-address {
  font-size: .95rem;
  opacity: .9;
  margin-bottom: 1.2rem;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  display: grid;
  gap: .7rem;
}

.location-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem .75rem;
  align-items: flex-start;
}

.location-list i {
  font-size: 1.4rem;
  color: var(--femope-pink);
  margin-top: .1rem;
}

.location-list strong {
  font-size: .95rem;
}

.location-list p {
  font-size: .9rem;
  opacity: .9;
}

.location-cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .9rem;
}

.location-map-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #0b1120;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.4);
  border: 2px solid rgba(227, 0, 140, 0.55);
}

.location-map-card::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 10% 0%, rgba(227,0,140,0.25), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(30,64,175,0.28), transparent 55%);
  opacity: .75;
  mix-blend-mode: screen;
  pointer-events: none;
}

.location-map-card iframe {
  position: relative;
  display: block;
  width: 100%;
  height: min(340px, 55vh);
  border: 0;
}

/* --- Deixar card e mapa com a mesma altura --- */

/* Garante que ambos os elementos cresçam igualmente dentro do grid */
.location-card,
.location-map-card {
  height: 100%;
}

/* Ajusta o iframe para preencher 100% da altura do map card */
.location-map-card iframe {
  height: 100%;
  min-height: 100%;
}

@media (max-width: 900px) {
  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-map-card {
    height: auto;
  }
}

@keyframes about-stripes-shift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, 80px 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section.about::before,
  .section.about::after {
    animation: none;
  }
}

/* =========================================
   HEADER TECHNO FEMOPE
========================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(6, 10, 25, 0.38);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(2, 4, 18, 0.25);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(6, 10, 25, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(2, 4, 18, 0.35);
} 


.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.7rem;
}

.logo img {
  height: 56px;
  width: auto;
}

/* navega??o */
/* navegação melhorada com animações */
.site-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  position: relative;
}

.site-nav a {
  position: relative;
  padding: 0.4rem 0.8rem;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--femope-white, #f9fafb);
  opacity: 0.85;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 8px;
  overflow: hidden;
}

/* Efeito de fundo no hover */
.site-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 92, 168, 0.1), rgba(122, 31, 162, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

/* Linha animada individual */
.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff5ca8, transparent);
  transform: translateX(-50%);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-nav a:hover {
  opacity: 1;
  transform: translateY(-2px);
  text-shadow: 0 0 20px rgba(255, 92, 168, 0.4);
}

.site-nav a:hover::before {
  opacity: 1;
}

.site-nav a:hover::after {
  width: 80%;
}

/* Animação especial ao passar entre links */
@keyframes nav-glow {
  0%, 100% { 
    box-shadow: 0 0 8px rgba(255, 92, 168, 0.3);
  }
  50% { 
    box-shadow: 0 0 20px rgba(255, 92, 168, 0.6);
  }
}

/* ============================
   MENU MOBILE FEMOPE
============================ */

/* Botão do menu (some no desktop) */
.nav-toggle {
  display: none; /* desktop: some */
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0.4rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: var(--femope-white);
}

.nav-toggle-icon {
  font-size: 1.6rem;
}

/* Overlay por trás do menu */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 900;
}

/* Quando o menu está aberto (classe no body) */
body.nav-open .nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* Versão mobile */
@media (max-width: 768px) {
  /* Mostra o botão */
  .nav-toggle {
    display: inline-flex;
  }

  /* Opcional: esconder botão "Credenciamento" dentro do header para ficar mais limpo */
  .site-header .btn.btn-primary {
    display: none;
  }

  /* Transforma a nav em dropdown fixo */
  .site-nav {
    position: fixed;
    inset: 64px 0 auto 0; /* abaixo do header */
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    z-index: 950;
  }

  .site-nav .nav-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.5rem 1.25rem;
    border-radius: 0 0 24px 24px;
    background: rgba(15, 23, 42, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    gap: 0.8rem;
  }

  .site-nav .nav-list a {
    width: 100%;
    padding: 0.5rem 0;
  }

  /* Quando o menu está aberto */
  body.nav-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* No desktop, garante que o menu fique inline normal */
@media (min-width: 769px) {
  .site-nav {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .site-nav .nav-list {
    flex-direction: row;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: 0;
  }

  .nav-overlay {
    display: none;
  }
}

/* ============================
   AJUSTE DE ESPAÇAMENTO HERO x COUNTDOWN
============================ */

/* Desktop / telas maiores */
.hero-banner {
  /* sobe um pouquinho o banner, afastando do countdown */
  top: 44%;
  transform: translate(-50%, -50%);
  width: min(92vw, 760px); /* largura ligeiramente maior para destacar o card */
}

/* Deixa o countdown um pouco mais próximo do rodapé,
   o que aumenta visualmente a distância do banner */
.countdown {
  bottom: clamp(150px, 14vh, 190px);
}
.hero-actions {
  bottom: clamp(30px, 6vh, 70px);
}

/* Versão mobile */
@media (max-width: 720px) {
  .hero-banner {
    top: auto;
    /* deixa o banner mais pra cima em relação ao countdown */
    bottom: clamp(360px, 40vh, 440px);
    transform: translate(-50%, 0);
  }

  .countdown {
    bottom: clamp(300px, 32vh, 360px);
  }
  .hero-actions {
    bottom: clamp(120px, 14vh, 160px);
    flex-direction: column !important;
    gap: 0.75rem;
    padding: 0 1rem;
    width: min(320px, calc(100% - 2.4rem));
    max-width: 320px;
    margin: 0 auto;
    align-items: stretch;
  }
  .hero-actions .btn,
  .hero-actions .hero-banner-link {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}

/* =========================================
   OVERRIDE FINAL – FUNDOS CLAROS TECNOLÓGICOS
   (quem somos, expositores, como chegar)
========================================= */

.section.about,
.section.location {
  position: relative;
  background: #f5f4ff; /* um lilás bem leve, não é branco puro */
  overflow: hidden;
  isolation: isolate;
}

.section.exhibitors {
  position: relative;
  background-image: url('../assets/img/EXPOSITORES - SITE FEMOPE.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .section.exhibitors {
    background-position: right -80px center;
    min-height: 650px;
  }
}

@media (max-width: 768px) {
  .section.exhibitors {
    background-image: url("../assets/img/MARCAS .png");
    background-position: center top;
    background-size: cover;
  }
}

/* Glows coloridos animados */
.section.about::before,
.section.location::before {
  content: "";
  position: absolute;
  inset: -80px;
  background:
    radial-gradient(circle at 5% 15%, rgba(227, 0, 140, 0.26), transparent 65%),
    radial-gradient(circle at 95% 85%, rgba(30, 64, 175, 0.26), transparent 65%),
    radial-gradient(circle at 70% 25%, rgba(122, 31, 162, 0.22), transparent 60%);
  pointer-events: none;
  z-index: 0;
  animation: about-bg-orbit 34s ease-in-out infinite alternate;
}

/* Overlay suave para a seção expositores - mais escuro na parte dos logos */
.section.exhibitors::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.4) 85%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* “véu” claro com listrinhas */
.section.about::after,
.section.location::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.45) 100%),
    repeating-linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.03) 0px,
      transparent 2px,
      transparent 6px
    );
  mix-blend-mode: screen;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

/* Conteúdo sempre acima do fundo tech */
.section.about .container,
.section.location .container {
  position: relative;
  z-index: 2;
  background: transparent;
}

.section.exhibitors .container {
  position: relative;
  z-index: 3;
  background: transparent;
  width: 100%;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}






