:root {
  --primary-color: #2563eb;
  --secondary-color: #1e40af;
  --accent-color: #f59e0b;
  --success-color: #10b981;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --bg-light: #f8fafc;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  padding-top: 0px !important;
}

.hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/placeholder.svg?height=600&width=1200") center / cover;
  opacity: 0.1;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.btn-primary-custom {
  background: var(--accent-color);
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary-custom:hover {
  background: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
}

.section-padding {
  padding: 80px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 3rem;
}

.problem-section {
  background: var(--bg-light);
}

.problem-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.problem-icon {
  color: #ef4444;
  margin-right: 1rem;
  font-size: 1.5rem;
}

.solution-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.solution-item:hover {
  transform: translateY(-5px);
}

.solution-icon {
  color: var(--success-color);
  margin-right: 1rem;
  font-size: 1.5rem;
}

.benefit-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 2rem;
}

.benefit-card:hover {
  transform: translateY(-10px);
}

.benefit-icon {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.process-step {
  text-align: center;
  margin-bottom: 3rem;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.testimonial-author {
  font-weight: 600;
  color: var(--primary-color);
}

.lead-form {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-control {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 1rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

.faq-item {
  background: white;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.footer {
  background: var(--text-dark);
  color: white;
  padding: 3rem 0 1rem;
}

.social-links a {
  color: white;
  font-size: 1.5rem;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--accent-color);
}

.oferta-especial {
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99999 !important;
  pointer-events: auto !important;
}

.oferta-especial * {
  pointer-events: auto !important;
  z-index: 99999 !important;
}

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

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

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

  .lead-form {
    padding: 2rem;
  }
}

/* Seção Professor Demétrio Renó */
.professor-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.professor-stats {
  background: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.professor-stats:hover {
  transform: translateY(-5px);
}

.timeline-item {
  position: relative;
  padding: 2rem 0;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--primary-color);
  transform: translateX(-50%);
}

.timeline-item:last-child::before {
  display: none;
}

.achievement-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.achievement-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.achievement-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.professor-quote {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 15px;
  padding: 2rem;
  position: relative;
  margin: 2rem 0;
}

.professor-quote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.3);
  font-family: serif;
}

.stat-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  display: block;
}

.stat-label {
  color: var(--text-light);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .professor-quote {
    padding: 1.5rem;
  }

  .achievement-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .stat-card {
    margin-bottom: 1rem;
  }
}

/* Estilos para o Cronograma do Curso */
.cronograma-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.cronograma-item {
  background: white;
  border-radius: 15px;
  margin-bottom: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.cronograma-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.cronograma-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  position: relative;
}

.cronograma-header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--secondary-color);
}

.semana-numero {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin-right: 1.5rem;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.cronograma-header h4 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.cronograma-content {
  padding: 2rem;
}

.cronograma-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cronograma-content li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  padding-left: 2rem;
}

.cronograma-content li:last-child {
  border-bottom: none;
}

.cronograma-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: var(--success-color);
  font-weight: bold;
  font-size: 1.1rem;
}

.cronograma-cta {
  background: linear-gradient(135deg, var(--accent-color) 0%, #d97706 100%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
}

.cronograma-cta h4 {
  color: white;
  margin-bottom: 1rem;
}

.cronograma-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
}

/* Responsividade para o cronograma */
@media (max-width: 768px) {
  .cronograma-header {
    padding: 1rem 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .semana-numero {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .cronograma-header h4 {
    font-size: 1.1rem;
  }

  .cronograma-content {
    padding: 1.5rem;
  }

  .cronograma-content li {
    padding-left: 1.5rem;
    font-size: 0.95rem;
  }

  .cronograma-cta {
    padding: 2rem 1.5rem;
  }
}

/* Animação de entrada para os itens do cronograma */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cronograma-item {
  animation: slideInUp 0.6s ease-out;
}

.cronograma-item:nth-child(even) {
  animation-delay: 0.1s;
}

.cronograma-item:nth-child(odd) {
  animation-delay: 0.2s;
}

/* Estilos para a Seção do Kit */
.kit-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.kit-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
}

.kit-intro {
  position: relative;
  z-index: 2;
}

.kit-highlight {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.kit-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-color), var(--accent-color));
  border-radius: 0 0 0 20px;
}

.kit-visual {
  position: relative;
}

.kit-visual::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: var(--accent-color);
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}

/* Pilares */
.pilares-section h3 {
  color: var(--text-dark);
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
}

.pilares-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, var(--primary-color), var(--accent-color));
  border-radius: 2px;
}

.pilar-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pilar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, var(--primary-color), var(--accent-color));
}

.pilar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pilar-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: white;
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

.pilar-card h4 {
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: 1rem;
}

.pilar-content h5 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.beneficios-lista {
  text-align: left;
  margin-top: 1.5rem;
}

.beneficio-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.beneficio-item i {
  color: var(--success-color);
  margin-right: 0.75rem;
  font-size: 1rem;
}

/* Diferenciais */
.diferencial-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid var(--accent-color);
}

.diferencial-card:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.diferencial-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color), #d97706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: white;
}

.diferencial-card h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.diferencial-card p {
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

/* CTA do Kit */
.kit-cta {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 3rem 2rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.3);
  position: relative;
  overflow: hidden;
}

.kit-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  /*animation: rotate 20s linear infinite;*/
}

.kit-cta h3 {
  color: white;
  font-weight: 700;
}

.kit-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .kit-highlight {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .pilar-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .pilar-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .diferencial-card {
    padding: 1.5rem;
  }

  .diferencial-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .kit-cta {
    padding: 2rem 1.5rem;
    text-align: center;
  }

  .kit-cta .btn {
    position: relative;
    z-index: 100000 !important;
    pointer-events: auto !important;
  }
}

/* Animações de entrada */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pilar-card {
  animation: fadeInUp 0.6s ease-out;
}

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

.diferencial-card {
  animation: fadeInUp 0.6s ease-out;
}

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

/* ========================================
   ESTILOS PARA SEÇÃO DE VÍDEO
======================================== */

.video-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.video-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
}

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

.video-wrapper {
  position: relative;
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.video-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.video-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/placeholder.svg?height=500&width=900") center / cover;
  opacity: 0.3;
  z-index: 1;
}

.video-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.play-button {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2.5rem;
  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
  position: relative;
}

.play-button::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.play-button:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(37, 99, 235, 0.4);
}

.play-button i {
  margin-left: 5px; /* Ajuste visual para centralizar o ícone play */
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.video-info h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.video-info p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin: 0;
}

.video-placeholder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}

.video-benefits {
  background: white;
  padding: 2.5rem;
  border-radius: 0 0 20px 20px;
  margin-top: -5px;
}

.video-benefit-item {
  text-align: center;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.video-benefit-item:hover {
  transform: translateY(-5px);
}

.video-benefit-item i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.video-benefit-item h6 {
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.video-benefit-item p {
  color: var(--text-light);
  margin: 0;
  font-size: 1rem;
}

/* Responsividade */
@media (max-width: 1200px) {
  .video-wrapper {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .video-wrapper {
    width: 85%;
  }

  .play-button {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }

  .video-info h4 {
    font-size: 1.5rem;
  }

  .video-info p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .video-wrapper {
    width: 95%;
    margin: 0 auto;
  }

  .play-button {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .play-button::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-width: 2px;
  }

  .video-info h4 {
    font-size: 1.3rem;
  }

  .video-info p {
    font-size: 1rem;
  }

  .video-benefits {
    padding: 2rem 1.5rem;
  }

  .video-benefit-item {
    margin-bottom: 1.5rem;
    padding: 1rem;
  }

  .video-benefit-item i {
    font-size: 2rem;
  }

  .video-benefit-item h6 {
    font-size: 1.1rem;
  }

  .video-benefit-item p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .video-wrapper {
    width: 98%;
  }

  .play-button {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .video-info h4 {
    font-size: 1.2rem;
  }

  .video-info p {
    font-size: 0.95rem;
  }

  .video-benefits {
    padding: 1.5rem 1rem;
  }

  .video-benefit-item {
    padding: 0.75rem;
  }

  .video-benefit-item i {
    font-size: 1.8rem;
  }
}

/* Animação de entrada */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-wrapper {
  animation: fadeInUp 0.8s ease-out;
}

.video-benefit-item {
  animation: fadeInUp 0.6s ease-out;
}

.video-benefit-item:nth-child(1) {
  animation-delay: 0.2s;
}
.video-benefit-item:nth-child(2) {
  animation-delay: 0.4s;
}
.video-benefit-item:nth-child(3) {
  animation-delay: 0.6s;
}

/* ========================================
   ESTILOS PARA POLÍTICA DE PRIVACIDADE
======================================== */

/* Header da Política */
.privacy-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 2rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.privacy-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* Conteúdo Principal */
.privacy-content {
  padding: 4rem 0;
  background: var(--bg-light);
  min-height: 100vh;
}

/* Introdução */
.privacy-intro {
  text-align: center;
  margin-bottom: 4rem;
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.privacy-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--success-color), #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2rem;
  color: white;
  box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
}

.privacy-intro h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.privacy-intro .lead {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

.last-updated {
  display: inline-flex;
  align-items: center;
  background: var(--bg-light);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  color: var(--text-light);
  font-size: 0.9rem;
  margin-top: 1rem;
}

.last-updated i {
  margin-right: 0.5rem;
  color: var(--primary-color);
}

/* Seções da Política */
.privacy-sections {
  margin-bottom: 3rem;
}

.privacy-section {
  background: white;
  border-radius: 20px;
  margin-bottom: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.privacy-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.privacy-section.active {
  border-left: 5px solid var(--primary-color);
}

/* Header das Seções */
.section-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.section-number {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin-right: 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.section-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

/* Conteúdo das Seções */
.section-content {
  padding: 2.5rem;
}

.section-content p {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Categorias de Dados */
.data-categories {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.data-category {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--bg-light);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.data-category:hover {
  background: #e2e8f0;
  transform: translateX(5px);
}

.category-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: white;
  flex-shrink: 0;
}

.category-content h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.category-content p {
  color: var(--text-light);
  margin: 0;
  font-size: 0.95rem;
}

/* Lista de Finalidades */
.purposes-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.purpose-item {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background: var(--bg-light);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.purpose-item:hover {
  background: #e2e8f0;
  transform: translateX(5px);
}

.purpose-item i {
  color: var(--success-color);
  margin-right: 1rem;
  font-size: 1.2rem;
}

.purpose-item span {
  color: var(--text-dark);
  font-weight: 500;
}

/* Grid de Parceiros */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.partner-card {
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.partner-card:hover {
  background: white;
  border-color: var(--primary-color);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.partner-logo {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color), #d97706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: white;
}

.partner-card h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.partner-card p {
  color: var(--text-light);
  font-size: 0.9rem;
  margin: 0;
}

/* Informações de Segurança */
.security-info {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2rem;
}

.security-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--success-color), #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.security-text p {
  margin-bottom: 1rem;
}

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

/* Grid de Direitos */
.rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.right-item {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background: var(--bg-light);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.right-item:hover {
  background: white;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.right-item i {
  color: var(--primary-color);
  margin-right: 1rem;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.right-item span {
  color: var(--text-dark);
  font-weight: 500;
  font-size: 0.95rem;
}

/* Aviso de Atualização */
.update-notice {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2rem;
}

.update-notice i {
  color: var(--accent-color);
  font-size: 2rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.update-notice p {
  color: var(--text-dark);
  margin: 0;
  font-weight: 500;
}

/* Informações de Contato */
.contact-info {
  margin-top: 2rem;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.contact-details h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-details p {
  color: var(--text-light);
  margin-bottom: 1rem;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  background: var(--primary-color);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-email:hover {
  background: var(--secondary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

/* Footer da Política */
.privacy-footer {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-top: 3rem;
}

.privacy-footer p {
  margin: 0;
  color: var(--text-dark);
  font-weight: 500;
}

.privacy-footer .text-success {
  color: var(--success-color) !important;
}

/* ========================================
   ESTILOS PARA TERMOS DE USO
======================================== */

/* Header dos Termos */
.terms-header {
  background: linear-gradient(135deg, var(--accent-color) 0%, #d97706 100%);
  color: white;
  padding: 2rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.terms-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* Conteúdo Principal dos Termos */
.terms-content {
  padding: 4rem 0;
  background: var(--bg-light);
  min-height: 100vh;
}

/* Introdução dos Termos */
.terms-intro {
  text-align: center;
  margin-bottom: 4rem;
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.terms-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--accent-color), #d97706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2rem;
  color: white;
  box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
}

.terms-intro h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.terms-intro .subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.terms-intro .lead {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

/* Seções dos Termos */
.terms-sections {
  margin-bottom: 3rem;
}

.terms-section {
  background: white;
  border-radius: 20px;
  margin-bottom: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
}

.terms-section.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.terms-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.terms-section.active {
  border-left: 5px solid var(--accent-color);
}

.terms-section.active .section-header {
  background: linear-gradient(135deg, var(--accent-color) 0%, #d97706 100%);
}

/* Conteúdo Específico dos Termos */

/* Seção 1: Aceitação */
.acceptance-notice {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2rem;
}

.notice-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--success-color), #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.notice-content p {
  margin-bottom: 1.5rem;
}

.important-note {
  display: flex;
  align-items: center;
  background: #fef3c7;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  border-left: 4px solid var(--accent-color);
}

.important-note i {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 1.2rem;
}

/* Seção 2: Finalidade */
.purpose-description p {
  margin-bottom: 2rem;
}

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

.purpose-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--bg-light);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.purpose-item:hover {
  background: white;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.purpose-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: white;
  flex-shrink: 0;
}

.purpose-text h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.purpose-text p {
  color: var(--text-light);
  margin: 0;
  font-size: 0.95rem;
}

.target-audience {
  background: linear-gradient(135deg, #e0f2fe, #b3e5fc);
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2rem;
  border-left: 4px solid var(--primary-color);
}

.target-audience h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.target-audience h4 i {
  margin-right: 0.75rem;
  color: var(--primary-color);
}

/* Seção 3: Cadastro */
.registration-info {
  margin-top: 2rem;
}

.info-card {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.card-content h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.responsibilities h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.responsibilities h4 i {
  margin-right: 0.75rem;
  color: var(--primary-color);
}

.responsibility-list {
  margin-bottom: 2rem;
}

.responsibility-item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.responsibility-item:last-child {
  border-bottom: none;
}

.responsibility-item i {
  color: var(--success-color);
  margin-right: 1rem;
  font-size: 1.1rem;
}

.responsibility-item span {
  color: var(--text-dark);
  font-weight: 500;
}

.security-note {
  background: #fef3c7;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  border-left: 4px solid var(--accent-color);
  display: flex;
  align-items: center;
}

.security-note i {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 1.2rem;
}

/* Seção 4: Propriedade Intelectual */
.intellectual-property {
  margin-top: 2rem;
}

.property-notice {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.property-notice .notice-icon {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.notice-text h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.protected-content h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.protected-content h4 i {
  margin-right: 0.75rem;
  color: var(--primary-color);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: white;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.content-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.content-item i {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.content-item span {
  color: var(--text-dark);
  font-weight: 500;
  font-size: 0.9rem;
}

.prohibition-notice {
  background: #fee2e2;
  padding: 2rem;
  border-radius: 15px;
  border-left: 4px solid #dc2626;
  display: flex;
  align-items: flex-start;
}

.prohibition-notice i {
  color: #dc2626;
  font-size: 2rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.prohibition-text h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Seção 5: Uso Permitido */
.permitted-use {
  margin-top: 2rem;
}

.allowed-section,
.forbidden-section {
  margin-bottom: 2rem;
}

.allowed-header,
.forbidden-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.allowed-header i {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

.forbidden-header i {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

.allowed-header h4,
.forbidden-header h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin: 0;
}

.allowed-content,
.forbidden-content {
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
}

.allowed-content {
  border-left: 4px solid var(--success-color);
}

.forbidden-content {
  border-left: 4px solid #dc2626;
}

.allowed-list,
.forbidden-list {
  margin-top: 1.5rem;
}

.allowed-item,
.forbidden-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.allowed-item:last-child,
.forbidden-item:last-child {
  border-bottom: none;
}

.allowed-item i {
  color: var(--success-color);
  margin-right: 1rem;
  font-size: 1.1rem;
}

.forbidden-item i {
  color: #dc2626;
  margin-right: 1rem;
  font-size: 1.1rem;
}

.allowed-item span,
.forbidden-item span {
  color: var(--text-dark);
  font-weight: 500;
}

/* Seção 6: Responsabilidades */
.responsibilities-section {
  margin-top: 2rem;
}

.disclaimer-notice {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.disclaimer-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.disclaimer-text h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.disclaimer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.disclaimer-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.disclaimer-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.disclaimer-item-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: white;
  flex-shrink: 0;
}

.disclaimer-item-content h5 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.disclaimer-item-content p {
  color: var(--text-light);
  margin: 0;
  font-size: 0.95rem;
}

/* Seção 7: Links para Terceiros */
.third-party-links {
  margin-top: 2rem;
}

.links-info {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.links-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.links-content h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.third-party-disclaimer {
  background: #fef3c7;
  padding: 2rem;
  border-radius: 15px;
  border-left: 4px solid var(--accent-color);
  display: flex;
  align-items: flex-start;
}

.third-party-disclaimer i {
  color: var(--accent-color);
  font-size: 1.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.disclaimer-content h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.disclaimer-content ul {
  margin: 1rem 0 0 1rem;
  color: var(--text-light);
}

.disclaimer-content li {
  margin-bottom: 0.5rem;
}

/* Seção 8: Alterações */
.changes-notice {
  margin-top: 2rem;
}

.changes-info {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.changes-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color), #d97706);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.changes-content h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.user-responsibility {
  background: #e0f2fe;
  padding: 2rem;
  border-radius: 15px;
  border-left: 4px solid var(--primary-color);
  display: flex;
  align-items: flex-start;
}

.user-responsibility i {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.responsibility-content h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.recommendation {
  display: flex;
  align-items: center;
  background: white;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.recommendation i {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

.recommendation span {
  color: var(--text-dark);
  font-weight: 500;
  font-size: 0.95rem;
}

/* Seção 9: Foro */
.jurisdiction-info {
  margin-top: 2rem;
}

.jurisdiction-card {
  display: flex;
  align-items: flex-start;
  background: var(--bg-light);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.jurisdiction-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #6b46c1, #553c9a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.jurisdiction-content h4 {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.legal-note {
  background: #f3f4f6;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #6b46c1;
  display: flex;
  align-items: center;
}

.legal-note i {
  color: #6b46c1;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.legal-note p {
  color: var(--text-light);
  margin: 0;
  font-size: 0.95rem;
}

/* Footer dos Termos */
.terms-footer {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-top: 3rem;
}

.footer-info {
  display: flex;
  align-items: center;
}

.footer-info i {
  font-size: 2rem;
  margin-right: 1rem;
}

.info-text strong {
  color: var(--text-dark);
  font-size: 1.1rem;
  display: block;
}

.info-text p {
  color: var(--text-light);
  font-size: 0.9rem;
}

.footer-actions {
  display: flex;
  align-items: center;
}

/* Responsividade para Termos */
@media (max-width: 768px) {
  .terms-intro {
    padding: 2rem;
  }

  .terms-intro h1 {
    font-size: 2rem;
  }

  .terms-intro .subtitle {
    font-size: 1.2rem;
  }

  .section-header {
    padding: 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .section-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .section-content {
    padding: 2rem;
  }

  .acceptance-notice,
  .info-card,
  .property-notice,
  .disclaimer-notice,
  .links-info,
  .changes-info,
  .jurisdiction-card {
    flex-direction: column;
    text-align: center;
  }

  .notice-icon,
  .card-icon,
  .disclaimer-icon,
  .links-icon,
  .changes-icon,
  .jurisdiction-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }

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

  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .terms-footer {
    text-align: center;
  }

  .terms-footer .row > div {
    margin-bottom: 1rem;
  }

  .terms-footer .text-end {
    text-align: center !important;
  }

  .footer-actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

/* Animações para Termos */
.terms-section {
  animation: fadeInUp 0.6s ease-out forwards;
}

.terms-section:nth-child(1) {
  animation-delay: 0.1s;
}
.terms-section:nth-child(2) {
  animation-delay: 0.2s;
}
.terms-section:nth-child(3) {
  animation-delay: 0.3s;
}
.terms-section:nth-child(4) {
  animation-delay: 0.4s;
}
.terms-section:nth-child(5) {
  animation-delay: 0.5s;
}
.terms-section:nth-child(6) {
  animation-delay: 0.6s;
}
.terms-section:nth-child(7) {
  animation-delay: 0.7s;
}
.terms-section:nth-child(8) {
  animation-delay: 0.8s;
}
.terms-section:nth-child(9) {
  animation-delay: 0.9s;
}

/* Scroll suave para seções */
html {
  scroll-behavior: smooth;
}

/* Destaque para seção ativa */
.terms-section.active .section-header {
  background: linear-gradient(135deg, var(--success-color) 0%, #059669 100%);
}

/* Remover todas as animações e transições */

/* 1. Remover todas as propriedades transition e animation */

/* Exemplo: .btn-primary-custom { ... transition: all 0.3s ease; ... } */
.btn-primary-custom,
.benefit-card,
.solution-item,
.cronograma-item,
.pilar-card,
.diferencial-card,
.stat-card,
.achievement-card,
.video-wrapper,
.video-benefit-item,
.social-links a,
.video-benefit-item,
.video-wrapper,
.video-benefit-item,
.video-wrapper,
.video-benefit-item,
.video-wrapper,
.video-benefit-item,
.video-wrapper,
.video-benefit-item {
    transition: none !important;
    animation: none !important;
}

/* 2. Remover keyframes e classes que usam animation */

/* Apagar todos os @keyframes do arquivo */

/* 3. Remover efeitos de hover animados */
.btn-primary-custom:hover,
.benefit-card:hover,
.solution-item:hover,
.cronograma-item:hover,
.pilar-card:hover,
.diferencial-card:hover,
.stat-card:hover,
.achievement-card:hover,
.social-links a:hover,
.video-benefit-item:hover,
.video-wrapper:hover,
.kit-cta:hover,
.privacy-section:hover,
.terms-section:hover {
    transform: none !important;
    box-shadow: none !important;
    /*color: inherit !important;
    background: inherit !important;*/
}

.kit-cta, .kit-cta * {
  pointer-events: auto !important;
  z-index: 100000 !important;
}
