/* layout-home.css - Layout específico da página home */

/* Header - layout novo com animações */
.header {
  background-color: var(--cor-fundo);
  box-shadow: var(--sombra-suave);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
  animation: slideInFromBottom 0.8s ease-out;
}

.header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(30, 58, 138, 0.1);
  padding: var(--espacamento-sm) 0;
}

.header.scrolled .container {
  padding: var(--espacamento-sm) var(--espacamento-lg);
}

.header.scrolled .logo img {
  max-height: 45px;
}

.header.scrolled .nav ul {
  gap: var(--espacamento-md);
}

.header.scrolled .nav a {
  font-size: var(--font-size-sm);
  padding: var(--espacamento-xs) var(--espacamento-sm);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--espacamento-lg) var(--espacamento-lg);
  transition: all 0.3s ease;
  position: relative;
}

.logo {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  color: var(--cor-primaria);
}

.logo img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.logo img:hover {
  transform: scale(1.05);
}

.nav ul {
  display: flex;
  list-style: none;
  gap: var(--espacamento-lg);
}

.nav a {
  color: var(--cor-texto-principal);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s ease;
  position: relative;
  padding: var(--espacamento-sm) var(--espacamento-md);
  border-radius: var(--raio-borda-sm);
}

.nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--cor-primaria);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav a:hover {
  color: var(--cor-primaria);
  text-decoration: none;
  background-color: var(--cor-superficie);
  transform: translateY(-2px);
}

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

/* Hero Section - layout novo com animação de partículas */
.hero {
  background: linear-gradient(135deg, var(--cor-superficie) 0%, var(--cor-fundo) 100%);
  padding: var(--espacamento-hero) 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Container das partículas */
.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Partículas animadas - cores adaptadas do logotipo */
.particles-container i {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: particleFloat infinite;
  opacity: 0;
}

/* Cores baseadas na paleta do logotipo */
.particles-container i:nth-child(1) {
  top: 20px;
  left: 30px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 5s;
}

.particles-container i:nth-child(2) {
  top: 420px;
  left: 30px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 21s;
}

.particles-container i:nth-child(3) {
  top: 550px;
  left: 880px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 5s;
}

.particles-container i:nth-child(4) {
  top: 5px;
  left: 1030px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 4s;
}

.particles-container i:nth-child(5) {
  top: 280px;
  left: 12px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 5s;
}

.particles-container i:nth-child(6) {
  top: 550px;
  left: 30px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 6s;
}

.particles-container i:nth-child(7) {
  top: 650px;
  left: 50px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 15s;
}

.particles-container i:nth-child(8) {
  top: 20px;
  left: 860px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 5s;
}

.particles-container i:nth-child(9) {
  top: 896px;
  left: 132px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 13s;
}

.particles-container i:nth-child(10) {
  top: 578px;
  left: 357px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 4s;
}

.particles-container i:nth-child(11) {
  top: 380px;
  left: 230px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 5s;
}

.particles-container i:nth-child(12) {
  top: 570px;
  left: 1100px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 6s;
}

.particles-container i:nth-child(13) {
  top: 600px;
  left: 600px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 7s;
}

.particles-container i:nth-child(14) {
  top: 200px;
  left: 520px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 14s;
}

.particles-container i:nth-child(15) {
  top: 370px;
  left: 500px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 9s;
}

.particles-container i:nth-child(16) {
  top: 620px;
  left: 730px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 3s;
}

.particles-container i:nth-child(17) {
  top: 62px;
  left: 330px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 4s;
}

.particles-container i:nth-child(18) {
  top: 0px;
  left: 250px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 5s;
}

.particles-container i:nth-child(19) {
  top: 600px;
  left: 180px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 6s;
}

.particles-container i:nth-child(20) {
  top: 987px;
  left: 13px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 7s;
}

.particles-container i:nth-child(21) {
  top: 120px;
  left: 930px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 8s;
}

.particles-container i:nth-child(22) {
  top: 80px;
  left: 700px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 5s;
}

.particles-container i:nth-child(23) {
  top: 350px;
  left: 720px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 2s;
}

.particles-container i:nth-child(24) {
  top: 997px;
  left: 678px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 3s;
}

.particles-container i:nth-child(25) {
  top: 714px;
  left: 246px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 4s;
}

.particles-container i:nth-child(26) {
  top: 0px;
  left: 480px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 5s;
}

.particles-container i:nth-child(27) {
  top: 456px;
  left: 1000px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 6s;
}

.particles-container i:nth-child(28) {
  top: 350px;
  left: 865px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 7s;
}

.particles-container i:nth-child(29) {
  top: 100px;
  left: 100px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 8s;
}

.particles-container i:nth-child(30) {
  top: 1087px;
  left: 722px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 9s;
}

.particles-container i:nth-child(31) {
  width: 200px;
  height: 200px;
  top: 795px;
  left: 605px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 1s;
}

.particles-container i:nth-child(32) {
  top: 234px;
  left: 678px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 2s;
}

.particles-container i:nth-child(33) {
  top: 270px;
  left: 1230px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 3s;
}

.particles-container i:nth-child(34) {
  width: 200px;
  height: 200px;
  top: 1126px;
  left: 332px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 4s;
}

.particles-container i:nth-child(35) {
  top: 407px;
  left: 83px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 5s;
}

.particles-container i:nth-child(36) {
  width: 200px;
  height: 200px;
  top: 176px;
  left: 297px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 6s;
}

.particles-container i:nth-child(37) {
  width: 300px;
  height: 300px;
  top: 820px;
  right: 10px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 7s;
}

.particles-container i:nth-child(38) {
  top: 500px;
  left: 500px;
  background: radial-gradient(center, ellipse cover, rgba(5, 150, 105, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #059669;
  animation-duration: 8s;
}

.particles-container i:nth-child(39) {
  top: 20px;
  right: 26px;
  background: radial-gradient(center, ellipse cover, rgba(59, 130, 246, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #3B82F6;
  animation-duration: 9s;
}

.particles-container i:nth-child(40) {
  width: 200px;
  height: 200px;
  top: 251px;
  left: 1053px;
  background: radial-gradient(center, ellipse cover, rgba(30, 58, 138, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 5px 0px #1E3A8A;
  animation-duration: 10s;
}

/* Animação das partículas */
@keyframes particleFloat {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
    transform: scale3d(3, 3, 4);
  }
  50% {
    opacity: 0.75;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--espacamento-hero);
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: var(--font-size-hero);
  margin-bottom: var(--espacamento-lg);
  color: var(--cor-texto-principal);
}

.hero-content p {
  font-size: var(--font-size-lg);
  color: var(--cor-texto-muted);
  margin-bottom: var(--espacamento-xl);
  line-height: 1.6;
}

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

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--raio-borda-lg);
  box-shadow: var(--sombra-forte);
}

/* Sobre Section - layout novo */
.sobre {
  padding: var(--espacamento-hero) 0;
}

.sobre .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--espacamento-hero);
  align-items: center;
}

.sobre-content h2 {
  margin-bottom: var(--espacamento-lg);
}

.sobre-content p {
  margin-bottom: var(--espacamento-md);
  color: var(--cor-texto-muted);
}

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

.sobre-image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--raio-borda);
  box-shadow: var(--sombra-padrao);
}

/* Serviços Section - layout novo */
.servicos {
  background-color: var(--cor-superficie);
  padding: var(--espacamento-hero) 0;
}

.servicos h2 {
  text-align: center;
  margin-bottom: var(--espacamento-hero);
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--espacamento-xl);
}

.servico-card {
  background-color: var(--cor-fundo);
  padding: 0;
  border-radius: var(--raio-borda);
  box-shadow: var(--sombra-padrao);
  text-align: left;
  transition: var(--transicao-padrao);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.servico-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sombra-forte);
}

.servico-card img {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--espacamento-md);
  border-radius: var(--raio-borda);
  object-fit: cover;
}

.servico-card h3 {
  margin-bottom: var(--espacamento-xs);
  color: #ff6b35;
  margin-top: 0;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
}

.servico-card .subtitle {
  color: var(--cor-texto-principal);
  font-size: var(--font-size-sm);
  margin-bottom: var(--espacamento-md);
  font-weight: var(--font-weight-medium);
}

.servico-card p {
  color: var(--cor-texto-muted);
  line-height: 1.6;
  margin-bottom: var(--espacamento-lg);
  flex-grow: 1;
  font-size: var(--font-size-sm);
}

.servico-card .btn {
  margin-top: auto;
  padding: var(--espacamento-md) var(--espacamento-lg);
  font-size: var(--font-size-base);
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border: none;
  border-radius: 25px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Depoimentos Section - layout novo */
.depoimentos {
  padding: var(--espacamento-hero) 0;
}

.depoimentos h2 {
  text-align: center;
  margin-bottom: var(--espacamento-hero);
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--espacamento-lg);
}

.depoimento-card {
  background-color: var(--cor-superficie);
  padding: var(--espacamento-xl);
  border-radius: var(--raio-borda);
  box-shadow: var(--sombra-padrao);
  position: relative;
}

.depoimento-card::before {
  content: '"';
  font-size: 4rem;
  color: var(--cor-primaria);
  position: absolute;
  top: var(--espacamento-md);
  left: var(--espacamento-md);
  line-height: 1;
}

.depoimento-texto {
  margin: var(--espacamento-xl) 0 var(--espacamento-md);
  font-style: italic;
  color: var(--cor-texto-muted);
  line-height: 1.6;
}

.depoimento-autor {
  font-weight: var(--font-weight-bold);
  color: var(--cor-texto-principal);
}

/* FAQ Section - layout novo */
.faq {
  background-color: var(--cor-superficie);
  padding: var(--espacamento-hero) 0;
}

.faq h2 {
  text-align: center;
  margin-bottom: var(--espacamento-hero);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: var(--cor-fundo);
  margin-bottom: var(--espacamento-md);
  border-radius: var(--raio-borda);
  box-shadow: var(--sombra-suave);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: var(--espacamento-lg);
  background: none;
  border: none;
  text-align: left;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  color: var(--cor-texto-principal);
  cursor: pointer;
  transition: var(--transicao-rapida);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background-color: var(--cor-superficie);
}

.faq-question::after {
  content: '+';
  font-size: var(--font-size-lg);
  color: var(--cor-primaria);
  transition: var(--transicao-rapida);
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 var(--espacamento-lg) var(--espacamento-lg);
  color: var(--cor-texto-muted);
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* CTA Final Section - animação de listras */
:root {
  --stripe-size: 60px;
  --color1: #3b82f6;
  --color2: #1e40af;
  --duration: 3s;
}

.cta-final {
  position: relative;
  overflow: hidden;
  min-height: 40vh;
  display: flex;
  align-items: center;
  padding: calc(var(--espacamento-hero) * 1.5) 0;
}

.stripe {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 40vh;
}

.stripe_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.stripe_inner .container {
  text-align: center;
  color: white;
  position: relative;
  z-index: 3;
}

.stripe_inner h2 {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--espacamento-lg);
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.7) 25%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.5) 75%
  );
  background-size: var(--stripe-size) var(--stripe-size);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: stripeBackgroundPosition var(--duration) linear infinite;
  line-height: 1.1;
}

.stripe_inner p {
  font-size: var(--font-size-lg);
  margin-bottom: var(--espacamento-xl);
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: white;
}

.stripe_inner .btn {
  background-color: white;
  color: var(--cor-logo-primaria);
  font-size: var(--font-size-lg);
  padding: var(--espacamento-lg) var(--espacamento-xl);
  border-radius: var(--raio-borda-lg);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transicao-padrao);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 4;
}

.stripe_inner .btn:hover {
  background-color: var(--cor-superficie);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.stripe::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + var(--stripe-size));
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    var(--color2) 25%,
    var(--color2) 50%,
    var(--color1) 50%,
    var(--color1) 75%
  );
  background-size: var(--stripe-size) var(--stripe-size);
  animation: stripeTransform var(--duration) linear infinite;
  z-index: 1;
}

.stripe::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(30, 58, 138, 0.3) 0%, rgba(30, 58, 138, 0.8) 100%);
  z-index: 1;
}

@keyframes stripeTransform {
  0% {
    transform: translateX(0);
  }
  
  100% {
    transform: translateX(calc(var(--stripe-size) * -1));
  }
}

@keyframes stripeBackgroundPosition {
  0% {
    background-position: 0 0;
  }
  
  100% {
    background-position: calc(var(--stripe-size) * -1) 0;
  }
}

/* Footer - cores do logotipo */
.footer {
  background: var(--cor-logo-primaria) url('../img/bg-footer.png') center/cover no-repeat;
  color: white;
  padding: var(--espacamento-hero) 0 var(--espacamento-lg);
  text-align: center;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 58, 138, 0.8);
  z-index: 1;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--espacamento-sm);
}

.footer-credit {
  margin-top: var(--espacamento-lg) !important;
  padding-top: var(--espacamento-md);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: var(--font-size-sm);
  opacity: 0.8;
}

.footer-credit strong {
  color: var(--cor-logo-secundaria);
  font-weight: var(--font-weight-bold);
}

.footer-link {
  color: inherit;
  text-decoration: none;
  transition: var(--transicao-padrao);
}

.footer-link:hover {
  color: var(--cor-logo-secundaria);
  text-decoration: underline;
}

/* Unidades Section - layout exato do print */
.unidades {
  background-color: var(--cor-superficie);
  padding: var(--espacamento-hero) 0;
}

.unidades h2 {
  text-align: center;
  margin-bottom: var(--espacamento-lg);
  color: var(--cor-texto-principal);
  font-size: var(--font-size-hero);
}

.unidades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--espacamento-lg);
  max-width: 1200px;
  margin: 0 auto;
}

.unidade-card {
  background-color: var(--cor-fundo);
  border-radius: var(--raio-borda-lg);
  box-shadow: var(--sombra-padrao);
  transition: var(--transicao-padrao);
  display: flex;
  flex-direction: column;
  height: 600px;
}

.unidade-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--sombra-forte);
}

/* Header com cores do logo */
.unidade-header {
  background: linear-gradient(135deg, var(--cor-logo-primaria), var(--cor-logo-secundaria));
  color: white;
  text-align: center;
  padding: var(--espacamento-md);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--raio-borda-lg) var(--raio-borda-lg) 0 0;
}

/* Slider das Unidades */
.unidade-slider {
  position: relative;
  height: 80%;
  overflow: hidden;
}

.slider-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slider-image.active {
  opacity: 1;
}

/* Badge da cidade */
.city-badge {
  position: absolute;
  top: var(--espacamento-md);
  left: var(--espacamento-md);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: var(--espacamento-xs) var(--espacamento-sm);
  border-radius: 15px;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Indicadores de página (dots) */
.slider-dots {
  position: absolute;
  bottom: var(--espacamento-md);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: var(--espacamento-xs);
  z-index: 10;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background-color: white;
  transform: scale(1.2);
}

/* Conteúdo do card */
.unidade-content {
  padding: var(--espacamento-lg);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: white;
}

.unidade-content h3 {
  color: var(--cor-texto-principal);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--espacamento-sm);
  text-align: center;
}

.unidade-descricao {
  color: var(--cor-texto-secundario);
  font-size: var(--font-size-sm);
  line-height: 1.5;
  margin-bottom: var(--espacamento-md);
  text-align: center;
  padding: 0 var(--espacamento-sm);
}

/* Informação de emergência */
.emergency-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--espacamento-xs);
  margin-bottom: var(--espacamento-lg);
}

.emergency-icon {
  font-size: 18px;
}

.emergency-text {
  color: var(--cor-logo-primaria);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
}

/* Botão da unidade - design atraente */
.btn-unidade {
  background: linear-gradient(90deg, #1e40af, #0ea5e9, #10b981);
  color: white;
  padding: var(--espacamento-lg) var(--espacamento-xl);
  border-radius: 25px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--espacamento-md);
  box-shadow: 0 8px 25px rgba(30, 64, 175, 0.3);
  position: relative;
  overflow: hidden;
  font-size: var(--font-size-sm);
  line-height: 1.2;
}

.btn-unidade::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-unidade:hover::before {
  left: 100%;
}

.btn-unidade:hover {
  background: linear-gradient(90deg, #1d4ed8, #0284c7, #059669);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(30, 64, 175, 0.4);
  color: white;
  text-decoration: none;
}

.btn-icon {
  font-size: 20px;
  color: #25d366;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.btn-text {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}

/* Animações e Efeitos - layout novo */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

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

@keyframes slideInFromBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Classes de animação */
.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}

.animate-fade-in-left {
  animation: fadeInLeft 0.8s ease-out;
}

.animate-fade-in-right {
  animation: fadeInRight 0.8s ease-out;
}

.animate-pulse {
  animation: pulse 2s infinite;
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.animate-slide-in-bottom {
  animation: slideInFromBottom 0.8s ease-out;
}

/* Animação de entrada para elementos */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hero Section - animações */
.hero-content h1 {
  animation: fadeInLeft 1s ease-out 0.2s both;
}

.hero-content p {
  animation: fadeInLeft 1s ease-out 0.4s both;
}

.hero-content .btn {
  animation: fadeInLeft 1s ease-out 0.6s both;
}

.hero-image {
  animation: fadeInRight 1s ease-out 0.3s both;
}

.hero-image img {
  animation: float 3s ease-in-out infinite;
}

/* Cards das unidades - animações */
.servico-card {
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.servico-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(30, 58, 138, 0.15);
}

.servico-card:nth-child(1) { animation-delay: 0.1s; }
.servico-card:nth-child(2) { animation-delay: 0.2s; }
.servico-card:nth-child(3) { animation-delay: 0.3s; }
.servico-card:nth-child(4) { animation-delay: 0.4s; }
.servico-card:nth-child(5) { animation-delay: 0.5s; }
.servico-card:nth-child(6) { animation-delay: 0.6s; }

/* Slider das unidades - animações */
.unidade-slider {
  transition: all 0.3s ease;
}

.unidade-slider:hover {
  transform: scale(1.02);
}

.slider-image {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.slider-image:hover {
  transform: scale(1.05);
}

/* Botões - animações */
.btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
}

/* Cards de depoimentos - animações */
.depoimento-card {
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

/* Efeito Neon Azul Sutil - Cards Metodologia */
.card-metodologia {
  position: relative;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(135deg, #3b82f6, #1e40af, #3b82f6) border-box;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1),
              0 0 20px rgba(59, 130, 246, 0.05),
              inset 0 0 20px rgba(59, 130, 246, 0.02);
  transition: all 0.3s ease;
}

.card-metodologia::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #3b82f6, #1e40af, #3b82f6);
  border-radius: var(--raio-borda);
  z-index: -1;
  opacity: 0.3;
  filter: blur(1px);
}

.card-metodologia:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15),
              0 0 30px rgba(59, 130, 246, 0.08),
              inset 0 0 25px rgba(59, 130, 246, 0.03);
}

.card-metodologia:hover::before {
  opacity: 0.5;
  filter: blur(2px);
}

.depoimento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(30, 58, 138, 0.1);
}

.depoimento-card:nth-child(1) { animation-delay: 0.1s; }
.depoimento-card:nth-child(2) { animation-delay: 0.2s; }
.depoimento-card:nth-child(3) { animation-delay: 0.3s; }

/* FAQ - animações */
.faq-item {
  transition: all 0.3s ease;
}

.faq-question {
  transition: all 0.3s ease;
}

.faq-question:hover {
  background-color: var(--cor-superficie);
  transform: translateX(5px);
}

.faq-answer {
  transition: all 0.3s ease;
}

/* Seções - animações de entrada */
.section {
  animation: fadeInUp 1s ease-out;
}

/* CTA Final - animações */
.cta-final {
  animation: slideInFromBottom 1s ease-out;
}

.cta-final .btn {
  animation: pulse 2s infinite;
}

/* Cards de tratamento - animações */
.card {
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(30, 58, 138, 0.15);
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.2s; }
.card:nth-child(3) { animation-delay: 0.3s; }
.card:nth-child(4) { animation-delay: 0.4s; }
.card:nth-child(5) { animation-delay: 0.5s; }
.card:nth-child(6) { animation-delay: 0.6s; }

/* Efeito de loading inicial */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

body {
  animation: fadeIn 0.5s ease-out;
}

/* Efeito de parallax sutil */
.hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* Animações para formulário */
input, textarea, select {
  transition: all 0.3s ease;
}

input:focus, textarea:focus, select:focus {
  transform: scale(1.02);
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

/* Responsividade - mobile first */

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  
  .hero-content h1 {
    font-size: 3.5rem;
  }
  
  .unidades-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop (1024px - 1199px) */
@media (max-width: 1199px) and (min-width: 1025px) {
  .unidades-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet Landscape (768px - 1024px) */
@media (max-width: 1024px) {
  .hero .container,
  .sobre .container {
    grid-template-columns: 1fr;
    gap: var(--espacamento-xl);
  }
  
  .hero-content {
    text-align: center;
  }
  
  .servicos-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .servico-card {
    min-height: 550px;
  }
  
  .slider-container {
    height: 350px;
  }
  
  .unidade-slider {
    min-height: 450px;
  }
  
  .unidades-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--espacamento-lg);
  }
  
  .unidade-card {
    height: 550px;
  }
}

/* Tablet Portrait (481px - 768px) */
@media (max-width: 768px) and (min-width: 481px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .unidades-grid {
    grid-template-columns: 1fr;
    gap: var(--espacamento-lg);
  }
  
  .unidade-card {
    height: 550px;
  }
  
  .unidade-slider {
    min-height: 420px;
  }
}

/* Mobile Landscape (481px - 768px) */
@media (max-width: 768px) {
  /* Card mobile - reprodução pixel por pixel do desktop */
  .unidade-card {
    width: 100%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 16px;
  }
  
  .unidade-header {
    background: linear-gradient(135deg, #1e40af, #10b981);
    color: white;
    text-align: center;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 12px 12px 0 0;
  }
  
  .unidade-slider {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  
  .slider-container {
    height: 200px;
    position: relative;
  }
  
  .slider-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: none;
  }
  
  .slider-image.active {
    display: block;
  }
  
  .city-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
  }
  
  .slider-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
  }
  
  .slider-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .slider-dots span.active {
    background: white;
    transform: scale(1.2);
  }
  
  .unidade-content {
    padding: 0 16px 16px !important;
    margin-top: -5px !important;
    background: white;
  }
  
  .unidade-content h3 {
    color: #1f2937;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  
  .unidade-descricao {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px 0;
    text-align: center;
  }
  
  .emergency-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 0 16px 0;
    color: #3b82f6;
    font-size: 14px;
    font-weight: 500;
  }
  
  .btn-unidade {
    width: 100%;
    background: linear-gradient(135deg, #1e40af, #10b981);
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .btn-unidade:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
  
  .btn-icon {
    font-size: 16px;
  }
  
  .header .container {
    flex-direction: column;
    gap: var(--espacamento-md);
  }
  
  .logo img {
    max-height: 50px;
  }
  
  .nav ul {
    flex-direction: column;
    gap: var(--espacamento-md);
    text-align: center;
  }
  
  .hero {
    min-height: 60vh;
    padding: var(--espacamento-xl) 0;
  }
  
  .hero-content h1 {
    font-size: var(--font-size-xl);
  }
  
  /* Reduzir partículas em mobile */
  .particles-container i {
    width: 60px;
    height: 60px;
  }
  
  .particles-container i:nth-child(31),
  .particles-container i:nth-child(34),
  .particles-container i:nth-child(36),
  .particles-container i:nth-child(37),
  .particles-container i:nth-child(40) {
    width: 100px;
    height: 100px;
  }
  
  .servicos-grid,
  .depoimentos-grid {
    grid-template-columns: 1fr;
  }
  
  .servico-card,
  .depoimento-card {
    padding: var(--espacamento-lg);
  }
  
  .servico-card {
    min-height: 500px;
  }
  
  .slider-container {
    height: 300px;
  }
  
  .unidade-slider {
    min-height: 450px;
  }
  
  .unidades-grid {
    grid-template-columns: 1fr;
    gap: var(--espacamento-md);
  }
  
  .unidade-card {
    height: 550px;
    margin-bottom: var(--espacamento-sm);
  }
  
  .unidade-content {
    padding: 0 var(--espacamento-md) var(--espacamento-md);
    margin-top: -15px;
  }
}

/* Mobile Portrait (320px - 480px) */
@media (max-width: 480px) {
  /* Card mobile portrait - reprodução pixel por pixel do desktop */
  .unidade-card {
    width: 100%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 12px;
  }
  
  .unidade-header {
    background: linear-gradient(135deg, #1e40af, #10b981);
    color: white;
    text-align: center;
    padding: 10px 12px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 12px 12px 0 0;
  }
  
  .unidade-slider {
    position: relative;
    height: 180px;
    overflow: hidden;
  }
  
  .slider-container {
    height: 180px;
    position: relative;
  }
  
  .slider-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: none;
  }
  
  .slider-image.active {
    display: block;
  }
  
  .city-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 500;
  }
  
  .slider-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
  }
  
  .slider-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .slider-dots span.active {
    background: white;
    transform: scale(1.2);
  }
  
  .unidade-content {
    padding: 0 12px 12px !important;
    margin-top: -5px !important;
    background: white;
  }
  
  .unidade-content h3 {
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-align: center;
  }
  
  .unidade-descricao {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 10px 0;
    text-align: center;
  }
  
  .emergency-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 0 12px 0;
    color: #3b82f6;
    font-size: 12px;
    font-weight: 500;
  }
  
  .btn-unidade {
    width: 100%;
    background: linear-gradient(135deg, #1e40af, #10b981);
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .btn-unidade:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  .btn-icon {
    font-size: 14px;
  }
  
  .hero-content h1 {
    font-size: var(--font-size-lg);
  }
  
  .hero-content p {
    font-size: var(--font-size-base);
  }
  
  .servico-card img {
    width: 60px;
    height: 60px;
    border-radius: var(--raio-borda);
  }
  
  .faq-question {
    padding: var(--espacamento-md);
    font-size: var(--font-size-sm);
  }
  
  .faq-answer {
    padding: 0 var(--espacamento-md) var(--espacamento-md);
  }
  
  .unidades-grid {
    gap: var(--espacamento-xs);
  }
  
  .unidade-card {
    height: 800px;
    margin-bottom: var(--espacamento-xs);
  }
  
  .unidade-slider {
    min-height: 400px;
  }
  
  .unidade-content {
    padding: 0 var(--espacamento-sm) var(--espacamento-sm);
    margin-top: -15px;
  }
  
  .btn-unidade {
    padding: var(--espacamento-sm) var(--espacamento-md);
    font-size: var(--font-size-xs);
  }
}

/* Extra Small Mobile (320px - 360px) */
@media (max-width: 360px) {
  .container {
    padding: 0 var(--espacamento-sm);
  }
  
  .hero-content h1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  
  .hero-content p {
    font-size: 0.9rem;
  }
  
  .unidades-grid {
    gap: var(--espacamento-xs);
  }
  
  .unidade-card {
    height: 750px;
    margin-bottom: var(--espacamento-xs);
  }
  
  .unidade-slider {
    min-height: 350px;
  }
  
  .unidade-content {
    padding: 0 var(--espacamento-sm) var(--espacamento-sm);
    margin-top: -15px;
  }
  
  .btn-unidade {
    padding: var(--espacamento-xs) var(--espacamento-sm);
    font-size: 0.75rem;
  }
  
  .footer p {
    font-size: 0.8rem;
  }
}

/* Landscape Orientation */
@media (orientation: landscape) and (max-height: 500px) {
  .hero {
    min-height: 100vh;
    padding: var(--espacamento-md) 0;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .unidade-card {
    height: 600px;
  }
  
  .unidade-slider {
    min-height: 400px;
  }
}

/* Melhorias de Responsividade Geral */
@media (max-width: 1024px) {
  .servicos-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  
  .depoimentos-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .servicos-grid,
  .depoimentos-grid {
    grid-template-columns: 1fr;
  }
  
  .formulario-grid {
    grid-template-columns: 1fr;
  }
  
  .btn {
    width: 100%;
    text-align: center;
  }
  
  .btn-unidade {
    width: 100%;
  }
}

/* Melhorias para Touch Devices */
@media (hover: none) and (pointer: coarse) {
  .btn:hover,
  .btn-unidade:hover {
    transform: none;
  }
  
  .unidade-card:hover {
    transform: none;
  }
  
  .btn:active,
  .btn-unidade:active {
    transform: scale(0.98);
  }
  
  .unidade-card:active {
    transform: scale(0.98);
  }
}

/* Responsividade para animação de listras */
@media (max-width: 768px) {
  :root {
    --stripe-size: 40px;
    --duration: 4s;
  }
  
  .cta-final {
    min-height: 35vh;
    padding: calc(var(--espacamento-xl) * 1.5) 0;
  }
  
  .stripe {
    min-height: 35vh;
  }
  
  .stripe_inner h2 {
    font-size: 2.5rem;
  }
  
  .stripe_inner p {
    font-size: var(--font-size-base);
  }
  
  .stripe_inner .btn {
    font-size: var(--font-size-base);
    padding: var(--espacamento-md) var(--espacamento-lg);
  }
}

@media (max-width: 480px) {
  :root {
    --stripe-size: 30px;
    --duration: 5s;
  }
  
  .cta-final {
    min-height: 30vh;
    padding: calc(var(--espacamento-lg) * 1.5) 0;
  }
  
  .stripe {
    min-height: 30vh;
  }
  
  .stripe_inner h2 {
    font-size: 2rem;
  }
  
  .stripe_inner p {
    font-size: var(--font-size-sm);
  }
  
  .stripe_inner .btn {
    font-size: var(--font-size-sm);
    padding: var(--espacamento-sm) var(--espacamento-md);
  }
}

/* Card de Parcerias - Estilos específicos */
.card-parcerias {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
}

.card-parcerias::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
  z-index: 1;
}

.card-parcerias > * {
  position: relative;
  z-index: 2;
}

.header-parcerias {
  background: linear-gradient(135deg, #4c63d2 0%, #5a4fcf 100%);
  color: white;
  font-weight: var(--font-weight-bold);
  text-align: center;
  padding: var(--espacamento-lg) var(--espacamento-md);
  margin: calc(-1 * var(--espacamento-lg)) calc(-1 * var(--espacamento-lg)) var(--espacamento-lg);
  border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
  line-height: 1.2;
}

.parcerias-content {
  padding: var(--espacamento-lg) var(--espacamento-lg) var(--espacamento-xl);
  text-align: center;
}


.parcerias-content h3 {
  color: white;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--espacamento-md);
}

.parcerias-descricao {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-md);
  line-height: 1.6;
  margin-bottom: var(--espacamento-lg);
}

.parcerias-beneficios {
  display: flex;
  flex-direction: column;
  gap: var(--espacamento-sm);
  margin-bottom: var(--espacamento-lg);
}

.card-parcerias .emergency-info {
  margin: var(--espacamento-md) 0;
  padding: var(--espacamento-sm) 0;
}

.beneficio-item {
  display: flex;
  align-items: center;
  gap: var(--espacamento-sm);
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-sm);
}

.beneficio-item i {
  color: #ffd700;
  font-size: var(--font-size-md);
  width: 20px;
  text-align: center;
}

.card-parcerias .btn-unidade.btn-parcerias {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
  color: white !important;
  border: none !important;
  font-weight: var(--font-weight-bold) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
  margin-top: var(--espacamento-md) !important;
  padding: var(--espacamento-md) var(--espacamento-lg) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--espacamento-md) !important;
  width: 100% !important;
  text-decoration: none !important;
  border-radius: 25px !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: var(--font-size-sm) !important;
  line-height: 1.2 !important;
}

.card-parcerias .btn-unidade.btn-parcerias:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
  background: linear-gradient(135deg, #128c7e 0%, #25d366 100%) !important;
}

.card-parcerias .btn-unidade.btn-parcerias .btn-icon {
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: var(--espacamento-sm) !important;
}

/* Menu Hambúrguer */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: absolute;
  right: var(--espacamento-lg);
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: var(--cor-primaria);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Responsividade Mobile */
@media (max-width: 768px) {
  .header .container {
    padding: var(--espacamento-md) var(--espacamento-lg);
    justify-content: flex-start;
  }
  
  .header.scrolled .container {
    padding: var(--espacamento-sm) var(--espacamento-lg);
  }
  
  .menu-toggle {
    display: flex;
    right: var(--espacamento-lg);
  }
  
  .logo {
    flex: 1;
    text-align: left;
  }
  
  .nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: left 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .nav.active {
    left: 0;
  }
  
  .nav-list {
    flex-direction: column;
    gap: var(--espacamento-xl);
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .nav-list li {
    margin: 0;
  }
  
  .nav-list a {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    color: var(--cor-primaria);
    padding: var(--espacamento-md) var(--espacamento-lg);
    border-radius: var(--border-radius-md);
    transition: all 0.3s ease;
    display: block;
  }
  
  .nav-list a:hover {
    background-color: var(--cor-primaria);
    color: white;
    transform: translateY(-2px);
  }
  
  .nav-list a::after {
    display: none;
  }
  
  .logo img {
    max-height: 50px;
  }
  
  .header.scrolled .logo img {
    max-height: 40px;
  }
}

/* Responsividade para o card de parcerias */
@media (max-width: 768px) {
  .parcerias-beneficios {
    gap: var(--espacamento-xs);
  }
  
  .beneficio-item {
    font-size: var(--font-size-xs);
  }
  
  .parcerias-content h3 {
    font-size: var(--font-size-lg);
  }
}
