/**
* Template Name: Valera - v4.9.0
* Template URL: https://bootstrapmade.com/valera-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* ===============================================
   VARIÁVEIS CSS GLOBAIS - CORES CORPORATIVAS
   =============================================== */
:root {
  --primary-color: #990000;
  --secondary-color: #000000;
  --accent-color: #ffeb3b;
  --success-color: #ffff00;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --danger-color: #dc3545;
  --light-color: #f8f9fa;
  --dark-color: #000000;
  --text-primary: #ffffff;
  --text-secondary: #6c757d;
  --text-light: #ffffff;
  --border-color: #dee2e6;
  --shadow-light: 0 2px 10px rgba(220, 53, 69, 0.1);
  --shadow-medium: 0 5px 20px rgba(220, 53, 69, 0.15);
  --shadow-heavy: 0 10px 30px rgba(220, 53, 69, 0.2);
  --border-radius: 12px;
  --border-radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Webfont corporativa: Videopac */
@font-face {
  font-family: 'Videopac';
  src: local('Videopac'), url('../font/Videopac.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
html {
  background-color: #000000 !important;
}

body {
  font-family: "Open Sans", cyrillic-ext;
  color: #ffffff;
  background-color: #000000 !important;
  /* Otimizações de performance */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: #ffeb3b;
  text-decoration: none;
}

a:hover {
  color: #ffeb3b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", cyrillic-ext;
}

/* Otimizações gerais de imagens */
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader img {
  max-width: 250px;
  max-height: 260px;
  width: auto;
  height: auto;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffeb3b;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #990000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #990000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Header BARRA DE MENUS
  --------------------------------------------------------------*/
#header {
  background: linear-gradient(180deg, #990000 0%, #880000 10%, #770000 20%, #660000 30%, #550000 40%, #440000 50%, #330000 60%, #220000 70%, #110000 80%, #000000 90%, #000000 100%);
  transition: all 0.5s;
  z-index: 997;
  position: relative;
  height: 70px;
}

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}

#header.fixed-top,
#header.header-inner-pages {
  background: linear-gradient(180deg, #990000 0%, #880000 10%, #770000 20%, #660000 30%, #550000 40%, #440000 50%, #330000 60%, #220000 70%, #110000 80%, #000000 90%, #000000 100%);
}

#header.fixed-top {
  position: fixed;
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/* Efeito de esvaecimento do preto sobre o vermelho */
#header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(1, 5, 13, 0.3) 15%,
    rgba(1, 5, 13, 0.6) 30%,
    rgba(1, 5, 13, 0.8) 45%,
    rgba(1, 5, 13, 0.6) 60%,
    rgba(1, 5, 13, 0.3) 75%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.scrolled-offset {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
  # Header Social Links
  --------------------------------------------------------------*/
.header-social-links {
  padding-left: 20px;
  position: relative;
  z-index: 2;
}

/* Destacar elementos de status na barra de menu */
#header .status-badge,
#header [class*="status"],
#header [class*="online"],
#header [class*="offline"] {
  position: relative !important;
  z-index: 10 !important;
  box-shadow: 0 0 12px currentColor !important;
  text-shadow: 0 0 6px currentColor !important;
  filter: brightness(1.2) !important;
}

.header-social-links a {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation
  */
.navbar {
  padding: 0;
  position: relative;
  z-index: 2;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
  color: white;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  left: 0;
  background-color: #ffeb3b;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #000000;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #990000;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation
  */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000000;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #990000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #990000;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin: 0 0 -70px 0;
  padding: 0;
  /* Otimização de performance */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: -60px;
  }
}

/*--------------------------------------------------------------
  # GRADIENTE FUNDO PAGINA INICIAL
  --------------------------------------------------------------*/
#hero:before {
  content: "";
  background: rgba(1, 5, 13, 0.1) linear-gradient(rgba(1, 5, 13, 0.1) 0%, rgba(1, 5, 13, 0.15) 5%, rgba(10, 15, 26, 0.2) 40%, rgba(26, 31, 42, 0.25) 76%, rgba(42, 47, 58, 0.2) 94%, rgba(58, 63, 74, 0.15) 100%) repeat scroll 0% 0%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0;
  margin-top: -400px;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #f91d2d;
  border: 2px solid #f91d2d;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
    min-height: 50vh;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #hero h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-container {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  #hero {
    min-height: 40vh;
  }

  #hero h1 {
    font-size: 24px;
    line-height: 30px;
  }

  #hero h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #000000;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f91d2d;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}

/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
.about {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 127, 93, 0.02);
  pointer-events: none;
}

/* About Header */
.about-header {
  position: relative;
  z-index: 2;
}

.about-icon {
  display: inline-block;
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(255, 127, 93, 0.3);
  animation: pulse 2s infinite;
}

.about-logo {
  filter: brightness(0) invert(1);
}

.about-title {
  color: #ff0000;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
  font-family: 'Orbitron', monospace;
}

.about-subtitle {
  color: #990000;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
}

/* About Image Container */
.about-image-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 127, 93, 0.2);
  transition: all 0.3s ease;
}

.about-image-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.about-image {
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.about-image:hover {
  transform: scale(1.02);
}

/* About Content Cards */
.about-content-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 127, 93, 0.1);
  height: 100%;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.about-content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 127, 93, 0.3);
}

.content-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.content-subtitle {
  color: #990000;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
}

.content-text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* About Features List */
.about-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Cards de Estatísticas na Seção About */
.about-stat-card {
  text-align: left !important;
  min-width: auto !important;
  height: 100%;
  padding: 35px !important;
}

/* Estilo específico para o card da imagem quando aplicado */
.about-image-container.about-stat-card {
  text-align: center !important;
  padding: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image-container.about-stat-card img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.about-image-container.about-stat-card img:hover {
  transform: scale(1.05);
}

.about-stat-card .content-title {
  color: #ff0000 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.3 !important;
  text-shadow: 0 0 25px rgba(255, 0, 0, 0.6) !important;
}

.about-stat-card .content-subtitle {
  color: #ffeb3b !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin: 2rem 0 1rem 0 !important;
  text-shadow: 0 0 15px rgba(255, 255, 0, 0.6) !important;
}

.about-stat-card .content-text {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  margin-bottom: 1.5rem !important;
}

.about-stat-card .about-features-list li i {
  color: #ffeb3b !important;
  font-size: 1.2rem !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
  text-shadow: 0 0 10px rgba(255, 255, 0, 0.6) !important;
}

.about-stat-card .feature-content strong {
  color: #ff0000 !important;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.6) !important;
}

.about-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 1.2rem;
  padding: 0;
  position: relative;
}

.about-features-list li i {
  color: #990000;
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.feature-content {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
}

.feature-content strong {
  color: #ffffff;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-title {
    font-size: 2.2rem;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .about-content-card {
    margin-bottom: 20px;
    padding: 25px;
  }

  .about-image-container {
    padding: 20px;
  }
}

/* Original About styles for backward compatibility */
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #990000;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #990000;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ff7f5d;
}

.about .content .btn-learn-more:hover {
  background: #ff7f5d;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
.counts {
  padding: 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #990000;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
  # Our Values
  --------------------------------------------------------------*/
.our-values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.our-values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.our-values .card-title a {
  color: #000000;
}

.our-values .card-text {
  color: #5e5e5e;
}

.our-values .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.our-values .read-more a:hover {
  text-decoration: underline;
}

.our-values .card:hover .card-body {
  background: #ff7f5d;
}

.our-values .card:hover .read-more a,
.our-values .card:hover .card-title,
.our-values .card:hover .card-title a,
.our-values .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
  # Clients
  --------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
.services {
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%);
  padding: 80px 0;
  position: relative;
  color: #fff;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

/* Services Header */
.services-header {
  position: relative;
  z-index: 2;
}

.services-icon {
  display: inline-block;
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  border-radius: 50%;
  padding: 25px;
  box-shadow: 0 15px 35px rgba(255, 127, 93, 0.4);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.services-icon i {
  font-size: 2.5rem;
  color: #fff;
}

.services-main-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.services-main-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 0;
}

/* Target Audience Section */
.target-audience-section {
  position: relative;
  z-index: 2;
}

.audience-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.audience-card {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.audience-card:hover::before {
  left: 100%;
}

.audience-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 127, 93, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.audience-icon {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 10px 25px rgba(255, 127, 93, 0.4);
}

.audience-card h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.audience-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Services Timeline */
.services-timeline {
  position: relative;
  z-index: 2;
}

.timeline-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.timeline-container {
  position: relative;
  padding: 20px 0;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #ff7f5d, #ff6b4a, #ff7f5d);
  transform: translateX(-50%);
  border-radius: 2px;
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.timeline-item:nth-child(odd) {
  flex-direction: row;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-marker {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 10px 25px rgba(255, 127, 93, 0.4);
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}

.timeline-content {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px;
  margin: 0 30px;
  flex: 1;
  max-width: 400px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 127, 93, 0.6);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.timeline-header h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
}

.service-badge {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.timeline-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-item i {
  color: #990000;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.feature-item span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 500;
}

/* Services CTA */
.services-cta {
  margin-top: 3rem;
}

.cta-btn-services {
  padding: 20px 45px;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(145deg, #000000, #000000);
  color: #fff;
  border: 2px solid rgba(255, 0, 0, 0.5);
  box-shadow:
    10px 10px 30px rgba(0, 0, 0, 0.6),
    -5px -5px 15px rgba(255, 0, 0, 0.1);
  text-align: center;
  line-height: 1.4;
}

.cta-btn-services::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.6s ease;
}

.cta-btn-services:hover::before {
  left: 100%;
}

.cta-btn-services:hover {
  transform: translateY(-8px) scale(1.05);
  background: linear-gradient(145deg, #000000, #000000);
  border-color: rgba(255, 255, 0, 0.8);
  color: #ffeb3b;
  box-shadow:
    15px 15px 40px rgba(0, 0, 0, 0.7),
    -8px -8px 20px rgba(255, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-main-title {
    font-size: 2.2rem;
  }

  .audience-title,
  .timeline-title {
    font-size: 1.8rem;
  }

  .timeline-container::before {
    left: 30px;
  }

  .timeline-item {
    flex-direction: column !important;
    align-items: flex-start;
    margin-left: 30px;
  }

  .timeline-content {
    margin: 20px 0 0 0;
    max-width: none;
  }

  .audience-card {
    margin-bottom: 20px;
  }
}

/* Original Services styles for backward compatibility */
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .icon-box:hover .title a {
  color: #990000;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffbbaa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff7f5d;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff7f5d;
}

/*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
.cta {
  background: linear-gradient(135deg, #000000 0%, #000000 50%, #000000 100%);
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 127, 93, 0.05);
  pointer-events: none;
}

/* Hero Content Styles */
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-icon {
  display: inline-block;
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(255, 127, 93, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.hero-logo {
  filter: brightness(0) invert(1);
}

/* Removida definição duplicada de .hero-title */

/* Estilo específico para o título na seção SOC */
#soc .hero-title {
  margin-top: 0 !important;
  font-size: 3rem !important;
  line-height: 1.3 !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Efeitos do título na seção SOC - simplificados para evitar conflitos */
#soc .hero-title span {
  color: #f91d2d;
  font-weight: 900;
  text-shadow: 0 0 30px rgba(249, 29, 45, 1.0);
  position: relative;
  z-index: 15;
}

/* Aplicando o fundo da hero-section-modelo2 à seção #soc */
#soc.cta {
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%) !important;
  padding: 80px 0;
  position: relative;
  color: #fff;
}

/* Sobrescrever completamente a regra geral .cta para a seção SOC */
#soc.cta,
#soc.cta::before {
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%) !important;
}

/* Forçar o fundo preto na seção SOC com especificidade máxima */
section#soc.cta {
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%) !important;
  background-image: radial-gradient(ellipse at center, #000000 0%, #000000 70%) !important;
}

/* Sistema de Partículas removido - arquivos separados criados */

#soc.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 5, 13, 0.1) !important;
  pointer-events: none;
}

/* Garantir que o conteúdo da seção SOC fique acima do fundo */
#soc .hero-content,
#soc .hero-image-container,
#soc .highlight-box,
#soc .main-cta {
  position: relative;
  z-index: 2;
}

/* Aplicando o fundo da seção #services à seção #about */
#about.about {
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%);
  padding: 80px 0;
  position: relative;
  color: #fff;
}

#about.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 5, 13, 0.1);
  pointer-events: none;
}

/* Garantir que o conteúdo da seção About fique acima do fundo */
#about .about-header,
#about .about-image-container,
#about .content {
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  color: #990000;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
}

/* Hero Image Container */
.hero-image-container {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 127, 93, 0.2);
}

.hero-image {
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.hero-image:hover {
  transform: scale(1.02);
}

/* Highlight Box */
.highlight-box {
  background: linear-gradient(135deg, rgba(255, 127, 93, 0.1), rgba(255, 107, 74, 0.1));
  border: 2px solid rgba(255, 127, 93, 0.3);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.highlight-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.highlight-text {
  color: #e0e0e0;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.highlight-cta {
  margin-top: 2rem;
}

.btn-whatsapp {
  padding: 20px 45px;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(145deg, #000000, #000000);
  color: #fff;
  border: 2px solid rgba(255, 0, 0, 0.5);
  box-shadow:
    10px 10px 30px rgba(0, 0, 0, 0.6),
    -5px -5px 15px rgba(255, 0, 0, 0.1);
}

.btn-whatsapp::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.6s ease;
}

.btn-whatsapp:hover::before {
  left: 100%;
}

.btn-whatsapp:hover {
  transform: translateY(-8px) scale(1.05);
  background: linear-gradient(145deg, #000000, #000000);
  border-color: rgba(255, 255, 0, 0.8);
  color: #ffeb3b;
  box-shadow:
    15px 15px 40px rgba(0, 0, 0, 0.7),
    -8px -8px 20px rgba(255, 0, 0, 0.2);
}

/* Services Section */
.services-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.service-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 127, 93, 0.2);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  backdrop-filter: blur(10px);
}

.service-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 127, 93, 0.1);
  border-color: rgba(255, 127, 93, 0.5);
  box-shadow: 0 20px 40px rgba(255, 127, 93, 0.2);
}

.service-icon {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 10px 25px rgba(255, 127, 93, 0.3);
}

.service-card h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  color: #e0e0e0;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.service-list li i {
  color: #990000;
  font-size: 1.1rem;
}

/* Security Section */
.security-section {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 127, 93, 0.1);
}

.security-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.security-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 127, 93, 0.2);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  backdrop-filter: blur(10px);
}

.security-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 127, 93, 0.1);
  border-color: rgba(255, 127, 93, 0.4);
  box-shadow: 0 15px 30px rgba(255, 127, 93, 0.2);
}

.security-icon {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 127, 93, 0.3);
}

.security-card h5 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.security-card p {
  color: #d0d0d0;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Main CTA */
.main-cta {
  margin-top: 3rem;
}

.cta-btn-modern {
  padding: 20px 45px;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(145deg, #000000, #000000);
  color: #fff;
  border: 2px solid rgba(255, 0, 0, 0.5);
  box-shadow:
    10px 10px 30px rgba(0, 0, 0, 0.6),
    -5px -5px 15px rgba(255, 0, 0, 0.1);
}

.cta-btn-modern::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.6s ease;
}

.cta-btn-modern:hover::before {
  left: 100%;
}

.cta-btn-modern:hover {
  transform: translateY(-8px) scale(1.05);
  background: linear-gradient(145deg, #000000, #000000);
  border-color: rgba(255, 255, 0, 0.8);
  color: #ffeb3b;
  box-shadow:
    15px 15px 40px rgba(0, 0, 0, 0.7),
    -8px -8px 20px rgba(255, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .highlight-title {
    font-size: 1.8rem;
  }

  .services-title {
    font-size: 2rem;
  }

  .security-title {
    font-size: 1.8rem;
  }

  .service-card,
  .security-card {
    margin-bottom: 20px;
  }
}

/* ========================================
     FAQ SECTION - MODERN ACCORDION DESIGN
     ======================================== */

/* FAQ Hero Section */
.faq-hero {
  position: relative;
  z-index: 2;
}

.faq-hero-icon {
  display: inline-block;
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  border-radius: 50%;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(255, 127, 93, 0.4);
  animation: pulse-glow 2s ease-in-out infinite;
}

.faq-hero-title {
  color: #333;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

.faq-hero-subtitle {
  color: #666;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0;
}

/* FAQ Accordion Container */
.faq-accordion-modern {
  max-width: 1000px;
  margin: 0 auto;
}

/* FAQ Item */
.faq-item-modern {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.faq-item-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 127, 93, 0.3);
}

/* FAQ Header */
.faq-header {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.faq-header:hover {
  background: linear-gradient(135deg, #e9ecef, #dee2e6);
}

.faq-header.collapsed {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.faq-header[aria-expanded="true"] {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  color: #fff;
}

.faq-header[aria-expanded="true"] .faq-question,
.faq-header[aria-expanded="true"] .faq-icon i {
  color: #fff;
}

.faq-icon {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 127, 93, 0.4);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-header[aria-expanded="true"] .faq-icon {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.faq-question {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
  transition: color 0.3s ease;
}

.faq-toggle {
  font-size: 1.5rem;
  color: #990000;
  transition: all 0.3s ease;
}

.faq-header[aria-expanded="true"] .faq-toggle {
  color: #fff;
  transform: rotate(180deg);
}

/* FAQ Content */
.faq-content {
  background: #fff;
  border-top: 1px solid #e9ecef;
}

.faq-answer {
  padding: 30px;
  color: #555;
  line-height: 1.7;
}

.faq-answer p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* FAQ Highlights */
.faq-highlights {
  margin: 25px 0;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background: rgba(255, 127, 93, 0.05);
  border-radius: 10px;
  border-left: 4px solid #ff7f5d;
}

.highlight-item i {
  color: #990000;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.highlight-item span {
  color: #555;
  font-weight: 500;
}

/* FAQ Options */
.faq-options {
  margin: 30px 0;
}

.faq-options h4 {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
}

.option-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.option-card {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.option-card:hover {
  border-color: #ff7f5d;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.option-icon {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: #fff;
}

.option-card h5 {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.option-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* FAQ Services */
.faq-services h4 {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 25px;
}

.service-tag {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.service-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 127, 93, 0.4);
}

/* FAQ Note */
.faq-note {
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 25px;
}

.faq-note i {
  color: #ffc107;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-note p {
  color: #856404;
  margin: 0;
  font-weight: 500;
}

/* FAQ Categories */
.faq-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.category-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 25px;
  border-radius: 15px;
  border-left: 4px solid #ff7f5d;
}

.category-section h4 {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-section h4 i {
  color: #990000;
  font-size: 1.3rem;
}

.category-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-section li {
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
}

.category-section li:last-child {
  border-bottom: none;
}

/* FAQ Pricing */
.faq-pricing {
  display: grid;
  gap: 25px;
}

.pricing-rule {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 15px;
  border-left: 4px solid #ff7f5d;
}

.rule-icon {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  flex-shrink: 0;
}

.rule-content h5 {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.rule-content p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* FAQ Recommendation */
.faq-recommendation {
  background: linear-gradient(135deg, #fff3cd, #ffeaa7);
  border: 1px solid #ffc107;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.faq-recommendation i {
  color: #ffc107;
  font-size: 2rem;
  flex-shrink: 0;
}

.faq-recommendation p {
  color: #856404;
  margin: 0;
  font-weight: 500;
  font-size: 1.1rem;
}

/* FAQ Benefits */
.faq-benefits h4 {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 25px;
  text-align: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.benefit-item {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  border-color: #ff7f5d;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefit-item i {
  color: #990000;
  font-size: 2rem;
  margin-bottom: 15px;
  display: block;
}

.benefit-item span {
  color: #555;
  font-weight: 500;
  font-size: 0.95rem;
}

/* FAQ Delivery */
.faq-delivery {
  margin-top: 25px;
}

.delivery-info h4 {
  color: #333;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.delivery-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.delivery-info li {
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
  position: relative;
  padding-left: 25px;
}

.delivery-info li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #990000;
  font-weight: bold;
  font-size: 1.1rem;
}

.delivery-info li:last-child {
  border-bottom: none;
}

/* FAQ CTA */
.faq-cta {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  padding: 40px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 40px rgba(255, 127, 93, 0.3);
}

.faq-cta h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.faq-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.faq-cta-btn {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.faq-cta-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-hero-title {
    font-size: 2.5rem;
  }

  .faq-header {
    padding: 20px 25px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .faq-question {
    font-size: 1.1rem;
    text-align: center;
  }

  .faq-answer {
    padding: 25px;
  }

  .option-cards,
  .services-grid,
  .faq-categories,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .faq-cta {
    padding: 30px 25px;
  }

  .faq-cta h3 {
    font-size: 1.8rem;
  }
}

/* ========================================
     CTA SECTION - MASONRY GRID DESIGN
     ======================================== */

/* CTA Hero Section */
.cta-hero {
  position: relative;
  z-index: 2;
}

.cta-hero-icon {
  display: inline-block;
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  border-radius: 50%;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(255, 127, 93, 0.4);
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 20px 40px rgba(255, 127, 93, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 25px 50px rgba(255, 127, 93, 0.6);
  }
}

.cta-hero-icon i {
  font-size: 3rem;
  color: #fff;
}

.cta-hero-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.cta-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
}

/* Masonry Grid Container */
.cta-masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin: 0 auto;
  max-width: 1400px;
}

/* Masonry Cards */
.masonry-card {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 0;
  transition: all 0.4s ease;
  backdrop-filter: blur(15px);
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.masonry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff7f5d, #ff6b4a, #ff7f5d);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.masonry-card:hover::before {
  transform: scaleX(1);
}

.masonry-card:hover {
  transform: translateY(-15px) scale(1.02);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 127, 93, 0.6);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

/* Card Header */
.card-header {
  background: linear-gradient(135deg, rgba(255, 127, 93, 0.2), rgba(255, 107, 74, 0.2));
  padding: 25px 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
}

.card-icon {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 127, 93, 0.4);
  flex-shrink: 0;
}

.card-header h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Card Content */
.card-content {
  padding: 25px 30px;
  color: rgba(255, 255, 255, 0.9);
}

.card-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 0.95rem;
}

.card-content p:last-child {
  margin-bottom: 0;
}

/* Main Card - Experiência */
.main-card {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(255, 127, 93, 0.15), rgba(255, 107, 74, 0.15));
}

.main-card .card-content p {
  font-size: 1rem;
  line-height: 1.7;
}

.inline-icon {
  vertical-align: middle;
  margin: 0 5px;
}

/* Highlight Card - Diferencial */
.highlight-card {
  background: linear-gradient(135deg, rgba(255, 127, 93, 0.2), rgba(255, 107, 74, 0.2));
}

.differential-content {
  text-align: center;
}

.apex-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.brand-icon {
  filter: brightness(0) invert(1);
}

.brand-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.differential-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.call-to-action {
  margin-top: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.call-to-action strong {
  color: #fff;
  font-size: 1.1rem;
}

/* Services Card */
.services-card .card-content {
  text-align: center;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.services-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.services-list li i {
  color: #990000;
  font-size: 1.1rem;
}

/* Glossary Card */
.glossary-card {
  grid-column: span 2;
  max-height: 600px;
  overflow-y: auto;
}

.glossary-card::-webkit-scrollbar {
  width: 8px;
}

.glossary-card::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.glossary-card::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ff7f5d, #ff6b4a);
  border-radius: 4px;
}

.glossary-grid {
  display: grid;
  gap: 15px;
}

.glossary-item {
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.glossary-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 127, 93, 0.3);
  transform: translateX(5px);
}

.glossary-item strong {
  color: #990000;
  font-weight: 600;
}

/* CTA Main Action */
.cta-main-action {
  margin-top: 4rem;
}

.cta-btn-modern {
  padding: 20px 45px;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-align: center;
  line-height: 1.4;
  background: linear-gradient(145deg, #000000, #000000);
  color: #fff;
  border: 2px solid rgba(255, 0, 0, 0.5);
  box-shadow:
    10px 10px 30px rgba(0, 0, 0, 0.6),
    -5px -5px 15px rgba(255, 0, 0, 0.1);
}

.cta-btn-modern::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.6s ease;
}

.cta-btn-modern:hover::before {
  left: 100%;
}

.cta-btn-modern:hover {
  transform: translateY(-8px) scale(1.05);
  background: linear-gradient(145deg, #000000, #000000);
  border-color: rgba(255, 255, 0, 0.8);
  color: #ffeb3b;
  box-shadow:
    15px 15px 40px rgba(0, 0, 0, 0.7),
    -8px -8px 20px rgba(255, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .cta-masonry-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }

  .main-card,
  .glossary-card {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .cta-hero-title {
    font-size: 2.2rem;
  }

  .cta-masonry-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .masonry-card {
    min-height: auto;
  }

  .card-header {
    padding: 20px 25px 15px;
  }

  .card-content {
    padding: 20px 25px;
  }

  .cta-btn-modern {
    padding: 18px 35px;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

/* Original CTA styles for backward compatibility */
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ff7f5d;
  border: 2px solid #ff7f5d;
}

/*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #990000;
}

.portfolio #portfolio-flters li.filter-active::before,
.portfolio #portfolio-flters li.filter-active::after {
  color: #990000;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.5s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #990000;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff7f5d;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff7f5d;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 5, 23, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
  # Team
  --------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #000000;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 127, 93, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  background: #ff7f5d;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000000;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #990000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #990000;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #ff7f5d;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #ff9377;
}

.pricing .featured h3 {
  color: #fff;
  background: #ff7f5d;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ff7f5d;
  color: #fff;
}

/*--------------------------------------------------------------
  # Frequently Asked Questions
  --------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffa790;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #990000;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #990000;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff8f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #62176b;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ff7f5d;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff7f5d;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ff7f5d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff9377;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3b0e41;
  content: "/";
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
  background: url("../img/FOTTER-BASE.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(2, 0, 2, 0.7);
  z-index: 1;
  backdrop-filter: blur(2px);
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 20px;
  max-width: 100%;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15px;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#footer .footer-logo {
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

#footer .footer-logo:hover {
  transform: scale(1.05);
}

#footer .footer-description {
  text-align: center;
  line-height: 1.6;
  max-width: 100%;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff7f5d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff9377;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff7f5d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #3b0e41;
  z-index: 2;
  position: relative;
  padding: 40px 20px;
  max-width: 100%;
}

#footer .footer-bottom .row {
  margin: 0;
}

#footer .copyright {
  text-align: left;
  font-size: 14px;
}

#footer .credits {
  text-align: right;
  font-size: 13px;
}

/* ===============================================
   RESPONSIVIDADE COMPLETA DO FOOTER
   =============================================== */

/* Tablets e dispositivos médios */
@media (max-width: 991px) {
  #footer .footer-top {
    padding: 60px 20px;
  }

  #footer .footer-top h3 {
    font-size: 28px;
  }

  #footer .footer-top p {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
}

/* Dispositivos móveis */
@media (max-width: 768px) {
  #footer {
    background-attachment: scroll;
    min-height: 250px;
  }

  #footer .footer-top {
    padding: 40px 15px;
  }

  #footer .footer-top h3 {
    font-size: 24px;
  }

  #footer .footer-top p {
    font-size: 13px;
    margin: 15px 0 0 0;
  }

  #footer .footer-bottom {
    padding: 30px 15px;
  }

  #footer .footer-logo {
    max-width: 150px !important;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  #footer .credits {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* Dispositivos muito pequenos */
@media (max-width: 480px) {
  #footer {
    min-height: 200px;
  }

  #footer .footer-top {
    padding: 30px 10px;
  }

  #footer .footer-top h3 {
    font-size: 20px;
  }

  #footer .footer-top p {
    font-size: 12px;
    margin: 10px 0 0 0;
  }

  #footer .footer-bottom {
    padding: 20px 10px;
  }

  #footer .footer-logo {
    max-width: 120px !important;
  }

  #footer .copyright,
  #footer .credits {
    font-size: 11px;
  }
}

/* Orientação landscape em dispositivos móveis */
@media (max-width: 768px) and (orientation: landscape) {
  #footer .footer-top {
    padding: 30px 20px;
  }

  #footer .footer-bottom {
    padding: 20px 20px;
  }
}

/* Dispositivos com tela de alta resolução */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #footer {
    background-image: url("../img/footer-bg.jpg");
  }
}

/* Suporte para dispositivos com tela muito larga */
@media (min-width: 1400px) {
  #footer .footer-top {
    padding: 100px 20px;
  }

  #footer .footer-bottom {
    padding: 50px 20px;
  }
}

/* ===============================================
     SEÇÃO DE CONTATO MODERNA REFATORADA
     =============================================== */

/* Hero da Seção de Contato */
.contact-hero {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, var(--light-color), #ffffff);
  border-radius: var(--border-radius-lg);
  margin-bottom: 3rem;
  border: 3px solid var(--primary-color);
  box-shadow: var(--shadow-medium);
  position: relative;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
}

.contact-hero-icon {
  font-size: 4.5rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-hero-subtitle {
  font-size: 1.3rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid de Informações de Contato */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 2.5rem;
  margin-bottom: 4rem;
}

.contact-card {
  background: #ffffff;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-medium);
  overflow: hidden;
  transition: var(--transition);
  border: 3px solid var(--border-color);
  position: relative;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-heavy);
  border-color: var(--primary-color);
}

.contact-card .card-header {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--text-light);
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}

.contact-card .card-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(--primary-color);
}

.contact-card .card-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--text-light);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: var(--text-light) !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

.contact-card .card-content {
  padding: 2.5rem;
  background: #ffffff;
}

/* Card de Horários */
.schedule-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.schedule-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--light-color);
  border-radius: var(--border-radius);
  transition: var(--transition);
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-light);
  position: relative;
}

.schedule-item:hover {
  background: #ffffff;
  transform: translateX(8px);
  box-shadow: var(--shadow-medium);
  border-color: var(--primary-color);
}

.schedule-item.vip {
  background: linear-gradient(135deg, var(--accent-color), #ffed4e);
  color: var(--text-primary);
  border: 2px solid var(--accent-color);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

.schedule-item.vip::before {
  content: '⭐';
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 1.5rem;
  background: var(--text-light);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-light);
}

.schedule-day {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 160px;
}

.schedule-day i {
  font-size: 1.3rem;
  color: var(--primary-color);
  background: var(--text-light);
  padding: 0.75rem;
  border-radius: 50%;
  box-shadow: var(--shadow-light);
  border: 2px solid var(--primary-color);
}

.schedule-day span {
  font-weight: 700;
  color: var(--text-primary);
  background: var(--text-light);
  padding: 0.75rem 1.25rem;
  border-radius: 25px;
  box-shadow: var(--shadow-light);
  border: 2px solid var(--border-color);
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

.schedule-time {
  flex: 1;
  text-align: right;
}

.schedule-time strong {
  color: var(--text-primary);
  background: var(--text-light);
  padding: 0.75rem 1.25rem;
  border-radius: 25px;
  font-weight: 800;
  box-shadow: var(--shadow-light);
  border: 2px solid var(--border-color);
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

/* Card de Informações de Contato */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--light-color);
  border-radius: var(--border-radius);
  transition: var(--transition);
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-light);
  position: relative;
}

.contact-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.contact-item:hover {
  background: #ffffff;
  transform: translateX(8px);
  box-shadow: var(--shadow-medium);
  border-color: var(--primary-color);
}

.contact-icon {
  font-size: 1.8rem;
  color: var(--primary-color);
  min-width: 50px;
  text-align: center;
  margin-top: 0.25rem;
  background: var(--text-light);
  padding: 1rem;
  border-radius: 50%;
  box-shadow: var(--shadow-light);
  border: 3px solid var(--primary-color);
  transition: var(--transition);
}

.contact-item:hover .contact-icon {
  transform: scale(1.1);
  box-shadow: var(--shadow-medium);
}

.contact-info h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  background: var(--text-light);
  padding: 0.75rem 1.25rem;
  border-radius: 25px;
  display: inline-block;
  box-shadow: var(--shadow-light);
  border: 2px solid var(--border-color);
  letter-spacing: 0.3px;
}

.contact-info p {
  margin-bottom: 0.5rem;
  color: var(--text-primary);
  background: var(--text-light);
  padding: 0.75rem 1.25rem;
  border-radius: 25px;
  display: inline-block;
  box-shadow: var(--shadow-light);
  border: 2px solid var(--border-color);
  font-weight: 600;
  font-size: 1.05rem;
}

.contact-info small {
  color: var(--text-secondary);
  font-size: 0.9rem;
  background: var(--text-light);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  display: inline-block;
  box-shadow: var(--shadow-light);
  border: 2px solid var(--border-color);
  font-style: italic;
}

/* Card de Canais de Atendimento */
.channels-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.channel-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--light-color);
  border-radius: var(--border-radius);
  transition: var(--transition);
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-light);
  position: relative;
  overflow: hidden;
}

.channel-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.channel-item:hover {
  background: #ffffff;
  transform: translateX(8px);
  box-shadow: var(--shadow-medium);
  border-color: var(--primary-color);
}

.channel-item.whatsapp {
  border-left: 6px solid var(--accent-color);
}

.channel-item.whatsapp::before {
  background: linear-gradient(180deg, var(--accent-color), #128c7e);
}

.channel-item.support {
  border-left: 6px solid var(--primary-color);
}

.channel-item.nfe {
  border-left: 6px solid var(--secondary-color);
}

.channel-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  min-width: 60px;
  text-align: center;
  background: var(--text-light);
  padding: 1.25rem;
  border-radius: 50%;
  box-shadow: var(--shadow-light);
  border: 3px solid var(--primary-color);
  transition: var(--transition);
}

.channel-item.whatsapp .channel-icon {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.channel-item.support .channel-icon {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.channel-item.nfe .channel-icon {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.channel-item:hover .channel-icon {
  transform: scale(1.1);
  box-shadow: var(--shadow-medium);
}

.channel-info {
  flex: 1;
}

.channel-info h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  background: var(--text-light);
  padding: 0.75rem 1.25rem;
  border-radius: 25px;
  display: inline-block;
  box-shadow: var(--shadow-light);
  border: 2px solid var(--border-color);
  letter-spacing: 0.3px;
}

.channel-info p {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  background: var(--text-light);
  padding: 0.75rem 1.25rem;
  border-radius: 25px;
  display: inline-block;
  box-shadow: var(--shadow-light);
  border: 2px solid var(--border-color);
  font-size: 1rem;
  line-height: 1.5;
}

.channel-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: var(--transition);
  font-size: 0.9rem;
  box-shadow: var(--shadow-medium);
  border: 3px solid var(--primary-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.channel-btn:hover {
  background: var(--secondary-color);
  color: var(--text-light);
  transform: translateY(-3px);
  box-shadow: var(--shadow-heavy);
  border-color: var(--secondary-color);
}

.channel-item.whatsapp .channel-btn {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.channel-item.whatsapp .channel-btn:hover {
  background: #128c7e;
  border-color: #128c7e;
}

/* Seção de Avisos Importantes */
.important-notices {
  background: linear-gradient(135deg, #1a1f2a 0%, #0a0f1a 100%);
  border-radius: var(--border-radius-lg);
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  border: 3px solid #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.important-notices::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
}

.notices-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 2.5rem;
  background: var(--text-light);
  padding: 1.5rem 3rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-medium);
  border: 3px solid var(--border-color);
  position: relative;
}

.notices-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--text-light);
}

.notices-title i {
  color: var(--primary-color);
  font-size: 2rem;
  background: linear-gradient(135deg, var(--light-color), #f0f0f0);
  padding: 1rem;
  border-radius: 50%;
  box-shadow: var(--shadow-light);
  border: 3px solid var(--primary-color);
}

.notices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.notice-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--text-light);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-medium);
  transition: var(--transition);
  border: 3px solid var(--border-color);
  position: relative;
  overflow: hidden;
}

.notice-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.notice-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-heavy);
  border-color: var(--primary-color);
}

.notice-item.warning {
  border-left: 6px solid var(--warning-color);
}

.notice-item.warning::before {
  background: linear-gradient(180deg, var(--warning-color), #e0a800);
}

.notice-item.info {
  border-left: 6px solid var(--info-color);
}

.notice-item.info::before {
  background: linear-gradient(180deg, var(--info-color), #138496);
}

.notice-item.success {
  border-left: 6px solid var(--success-color);
}

.notice-item.success::before {
  background: linear-gradient(180deg, var(--success-color), #1e7e34);
}

.notice-icon {
  font-size: 1.8rem;
  min-width: 50px;
  text-align: center;
  margin-top: 0.25rem;
  background: var(--light-color);
  padding: 1rem;
  border-radius: 50%;
  box-shadow: var(--shadow-light);
  border: 3px solid var(--border-color);
  transition: var(--transition);
}

.notice-item:hover .notice-icon {
  transform: scale(1.1);
  box-shadow: var(--shadow-medium);
}

.notice-item.warning .notice-icon {
  color: var(--warning-color);
  border-color: var(--warning-color);
}

.notice-item.info .notice-icon {
  color: var(--info-color);
  border-color: var(--info-color);
}

.notice-item.success .notice-icon {
  color: var(--success-color);
  border-color: var(--success-color);
}

.notice-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  background: transparent;
  padding: 0.5rem 0;
  border-radius: 0;
  display: block;
  box-shadow: none;
  border: none;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  position: relative;
  animation: glow 2s ease-in-out infinite alternate;
}

.notice-content p {
  color: #ffff00;
  margin: 0;
  line-height: 1.7;
  background: transparent;
  padding: 0.5rem 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/* Animação de Brilho para Títulos */
@keyframes glow {
  from {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(255, 255, 255, 0.3);
  }
  to {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 0, 0.4);
  }
}

/* CTA Principal de Contato */
.contact-main-cta {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--text-light);
  padding: 3rem 2rem;
  border-radius: var(--border-radius-lg);
  text-align: center;
  margin-top: 3rem;
  box-shadow: var(--shadow-heavy);
  border: 3px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.contact-main-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: var(--transition);
}

.contact-main-cta:hover::before {
  transform: translateX(100%);
}

.contact-main-cta h3 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--text-light);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.contact-main-cta p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  color: var(--text-light);
  opacity: 0.95;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cta-btn-primary,
.cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: var(--transition);
  min-width: 220px;
  justify-content: center;
  box-shadow: var(--shadow-medium);
  border: 3px solid transparent;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.cta-btn-primary::before,
.cta-btn-secondary::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: var(--transition);
}

.cta-btn-primary:hover::before,
.cta-btn-secondary:hover::before {
  left: 100%;
}

.cta-btn-primary {
  background: var(--accent-color);
  color: var(--text-primary);
  border-color: #e0a800;
}

.cta-btn-primary:hover {
  background: #e0a800;
  color: var(--text-primary);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 193, 7, 0.5);
  border-color: #e0a800;
}

.cta-btn-secondary {
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-primary);
  border-color: rgba(255, 255, 255, 0.7);
}

.cta-btn-secondary:hover {
  background: var(--text-light);
  color: var(--text-primary);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 255, 255, 0.4);
  border-color: var(--text-light);
}

/* Animações e Efeitos */
.contact-card,
.schedule-item,
.contact-item,
.channel-item,
.notice-item {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-hero {
  animation: fadeInDown 0.8s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.important-notices {
  animation: fadeInUp 1s ease-out;
}

.contact-main-cta {
  animation: fadeInUp 1.2s ease-out;
}

/* Efeitos de hover aprimorados */
.contact-card:hover .card-icon,
.schedule-item:hover .schedule-day i,
.contact-item:hover .contact-icon,
.channel-item:hover .channel-icon,
.notice-item:hover .notice-icon {
  animation: pulse 0.6s ease-in-out;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .contact-hero {
    padding: 3rem 1.5rem;
  }

  .contact-hero-title {
    font-size: 2.5rem;
  }

  .contact-hero-subtitle {
    font-size: 1.1rem;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .notices-grid {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .cta-btn-primary,
  .cta-btn-secondary {
    min-width: 280px;
  }

  .contact-main-cta {
    padding: 2.5rem 1.5rem;
  }

  .contact-main-cta h3 {
    font-size: 1.8rem;
  }

  .contact-main-cta p {
    font-size: 1.1rem;
  }

  .important-notices {
    padding: 2.5rem 1.5rem;
  }

  .notices-title {
    padding: 1.25rem 2rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .contact-hero {
    padding: 2.5rem 1rem;
  }

  .contact-hero-title {
    font-size: 2rem;
  }

  .contact-hero-subtitle {
    font-size: 1rem;
  }

  .contact-card .card-content {
    padding: 2rem 1.5rem;
  }

  .schedule-item,
  .contact-item,
  .channel-item,
  .notice-item {
    padding: 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .schedule-day {
    min-width: auto;
    justify-content: center;
  }

  .schedule-time {
    text-align: center;
  }

  .cta-btn-primary,
  .cta-btn-secondary {
    min-width: 250px;
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .contact-main-cta {
    padding: 2rem 1rem;
  }

  .contact-main-cta h3 {
    font-size: 1.6rem;
  }

  .important-notices {
    padding: 2rem 1rem;
  }

  .notices-title {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
  }

  .contact-info-grid {
    gap: 1.5rem;
  }
}

/* --------------------------------------------------------------
     Downloads & Ferramentas (seção com fundo degradê liso)
     -------------------------------------------------------------- */
.downloads-section {
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%);
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.downloads-section:before,
.downloads-section:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 100% at 50% 50%, rgba(0, 0, 0, 0.2), transparent 70%);
}

.downloads-section:before {
  background: radial-gradient(800px 400px at 50% 50%, rgba(255, 0, 0, 0.1), transparent 70%);
  mix-blend-mode: screen;
}

.downloads-title {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.downloads-subtitle {
  opacity: 0.95;
  max-width: 820px;
  margin: 0 auto;
}

/* Hero Icon específico para a seção de Downloads */
.downloads-section .hero-icon {
  display: inline-block;
  background: linear-gradient(135deg, #000000 0%, #000000 50%, #ff7f5d 100%);
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 127, 93, 0.3);
  animation: downloads-pulse 2s infinite;
}

.downloads-section .hero-icon:hover {
  background: linear-gradient(135deg, #000000 0%, #000000 50%, #ff6b4a 100%);
  transform: scale(1.05);
  transition: all 0.3s ease;
  border-color: rgba(255, 127, 93, 0.6);
}

@keyframes downloads-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
}

.downloads-section .hero-logo {
  filter: none;
  transition: transform 0.3s ease;
}

.downloads-section .hero-logo:hover {
  transform: scale(1.1);
}

.download-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s var(--transition), box-shadow 0.3s var(--transition);
  backdrop-filter: blur(4px);
}

.download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.download-card.highlight {
  background: rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.24);
}

.download-card .card-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 12px;
}

.download-card h3,
.download-card h4 {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 800;
}

.download-card p {
  color: #fff;
  opacity: 0.9;
  margin-bottom: 14px;
}

.download-btn,
.download-link {
  /* Padrão unificado do botão - Tamanho reduzido baseado no FALAR AGORA */
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
  color: #fff;
  background: linear-gradient(145deg, #000000, #000000);
  border: 2px solid rgba(255, 0, 0, 0.5);
  box-shadow:
    6px 6px 15px rgba(0, 0, 0, 0.6),
    -2px -2px 8px rgba(255, 0, 0, 0.1);
}

.download-btn::before,
.download-link::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.6s ease;
}

.download-btn:hover::before,
.download-link:hover::before {
  left: 100%;
}

.download-btn:hover,
.download-link:hover {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(145deg, #000000, #000000);
  border-color: rgba(255, 255, 0, 0.8);
  color: #ffeb3b;
  box-shadow:
    8px 8px 20px rgba(0, 0, 0, 0.7),
    -3px -3px 12px rgba(255, 0, 0, 0.2);
}

.download-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.download-guide {
  background: rgba(0, 0, 0, 0.22);
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  padding: 24px;
}

.download-guide h3 {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 800;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.guide-item {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 16px;
}

.guide-item h5 {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
}

.guide-item p {
  color: #fff;
  opacity: 0.92;
  margin: 0;
}

.guide-item code {
  background: rgba(255, 193, 7, 0.2);
  color: #ffeb3b;
  padding: 2px 6px;
  border-radius: 6px;
  font-family: "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 700;
}

@media (max-width: 992px) {
  .guide-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================================
     HERO-ICONS PARA TODAS AS SEÇÕES - MODELO UNIFICADO
     =============================================== */

/* Hero Icon Principal (Hero Section) */
.hero-icon.mb-4 {
  display: inline-block;
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
  animation: hero-pulse 2s infinite;
}

.hero-icon.mb-4:hover {
  background: linear-gradient(135deg, #000000 0%, #000000 20%, #000000 40%, #000000 60%, #000000 80%, #000000 100%);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.hero-icon.mb-4 .hero-logo {
  filter: none;
  transition: transform 0.3s ease;
}

.hero-icon.mb-4 .hero-logo:hover {
  transform: scale(1.1);
}

/* Hero Icon da Seção FAQ */
.faq-hero-icon.mb-4 {
  display: inline-block;
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
  animation: faq-pulse 2s infinite;
}

.faq-hero-icon.mb-4:hover {
  background: linear-gradient(135deg, #000000 0%, #000000 20%, #000000 40%, #000000 60%, #000000 80%, #000000 100%);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.faq-hero-icon.mb-4 .hero-logo {
  filter: none;
  transition: transform 0.3s ease;
}

.faq-hero-icon.mb-4 .hero-logo:hover {
  transform: scale(1.1);
}

/* Hero Icon da Seção de Contato */
.contact .hero-icon.mb-4 {
  display: inline-block;
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
  animation: contact-pulse 2s infinite;
}

.contact .hero-icon.mb-4:hover {
  background: linear-gradient(135deg, #000000 0%, #000000 20%, #000000 40%, #000000 60%, #000000 80%, #000000 100%);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.contact .hero-icon.mb-4 .hero-logo {
  filter: none;
  transition: transform 0.3s ease;
}

.contact .hero-icon.mb-4 .hero-logo:hover {
  transform: scale(1.1);
}

/* Animações específicas para cada seção */
@keyframes hero-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
}

@keyframes faq-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
}

@keyframes contact-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
}

/* Hero Icon da Seção About */
.about-icon.mb-4 {
  display: inline-block;
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
  animation: about-pulse 2s infinite;
}

.about-icon.mb-4:hover {
  background: linear-gradient(135deg, #000000 0%, #000000 20%, #000000 40%, #000000 60%, #000000 80%, #000000 100%);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.about-icon.mb-4 .hero-logo {
  filter: none;
  transition: transform 0.3s ease;
}

.about-icon.mb-4 .hero-logo:hover {
  transform: scale(1.1);
}

/* Hero Icon da Seção Services */
.services-icon.mb-4 {
  display: inline-block;
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
  animation: services-pulse 2s infinite;
}

.services-icon.mb-4:hover {
  background: linear-gradient(135deg, #000000 0%, #000000 20%, #000000 40%, #000000 60%, #000000 80%, #000000 100%);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.services-icon.mb-4 .hero-logo {
  filter: none;
  transition: transform 0.3s ease;
}

.services-icon.mb-4 .hero-logo:hover {
  transform: scale(1.1);
}

/* Animações específicas para About e Services */
@keyframes about-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
}

@keyframes services-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
}

/* ===============================================
     SEÇÃO DE CONTATO NOVA - LIMPA E FUNCIONAL
     =============================================== */

/* Header da Seção */
.contact-header {
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 2rem;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* Caixas de Contato Simples */
.contact-box {
  background: linear-gradient(135deg, #1a1f2a 0%, #0a0f1a 100%);
  border: 2px solid #333;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  height: 100%;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color);
}

.contact-icon-wrapper {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.contact-box:hover .contact-icon-wrapper {
  background: var(--secondary-color);
  transform: scale(1.1);
}

.contact-icon-wrapper i {
  font-size: 2rem;
  color: white;
}

.contact-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.contact-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffff00;
  margin-bottom: 0.5rem;
}

.contact-note {
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-style: italic;
}

/* Horários de Atendimento - CORRIGIDO DEFINITIVAMENTE */
.schedule-container {
  background: linear-gradient(135deg, #1a1f2a 0%, #0a0f1a 100%);
  border: 2px solid #333;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.schedule-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.schedule-title i {
  color: #ffff00;
  font-size: 2rem;
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background: var(--light-color);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  transition: all 0.3s ease;
  position: relative;
}

.schedule-row:hover {
  background: #ffffff;
  border-color: var(--primary-color);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.schedule-row.vip {
  background: linear-gradient(135deg, var(--accent-color), #ffed4e);
  border-color: var(--accent-color);
  color: var(--text-primary);
}

.schedule-day {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  min-width: 200px;
}

/* BOLINHA CORRIGIDA - PERFEITAMENTE REDONDA */
.schedule-icon-wrapper {
  width: 50px !important;
  height: 50px !important;
  background: var(--primary-color) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: all 0.3s ease !important;
  border: 3px solid var(--primary-color) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.schedule-row.vip .schedule-icon-wrapper {
  background: var(--text-primary) !important;
  border-color: var(--text-primary) !important;
}

.schedule-icon-wrapper i {
  font-size: 1.3rem !important;
  color: white !important;
  transition: all 0.3s ease !important;
  display: block !important;
  line-height: 1 !important;
}

.schedule-row:hover .schedule-icon-wrapper {
  transform: scale(1.1) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.schedule-day span {
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 700;
}

.schedule-row.vip .schedule-day span {
  color: var(--text-primary);
}

.schedule-time {
  text-align: right;
  flex: 1;
}

.schedule-time strong {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1rem;
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 2px solid var(--border-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.schedule-row.vip .schedule-time strong {
  color: var(--text-primary);
  background: white;
  border-color: var(--accent-color);
}

/* Responsividade para horários */
@media (max-width: 768px) {
  .schedule-row {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .schedule-day {
    justify-content: center;
    min-width: auto;
  }

  .schedule-time {
    text-align: center;
  }

  .schedule-time strong {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .schedule-container {
    padding: 1.5rem;
  }

  .schedule-row {
    padding: 1rem;
  }

  .schedule-icon-wrapper {
    width: 45px !important;
    height: 45px !important;
  }

  .schedule-icon-wrapper i {
    font-size: 1.2rem !important;
  }
}

/* Canais de Atendimento */
.channels-container {
  background: linear-gradient(135deg, #1a1f2a 0%, #0a0f1a 100%);
  border: 2px solid #333;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.channels-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.channels-title i {
  color: #ffff00;
  font-size: 2rem;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.channel-card {
  background: var(--light-color);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.channel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color);
}

.channel-card.whatsapp {
  border-left: 4px solid var(--accent-color);
}

.channel-card.support {
  border-left: 4px solid var(--primary-color);
}

.channel-card.nfe {
  border-left: 4px solid var(--secondary-color);
}

.channel-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.3s ease;
}

.channel-card.whatsapp .channel-icon {
  background: var(--accent-color);
}

.channel-card.support .channel-icon {
  background: var(--primary-color);
}

.channel-card.nfe .channel-icon {
  background: var(--secondary-color);
}

.channel-icon i {
  font-size: 1.5rem;
  color: white;
}

.channel-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.channel-card p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.channel-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.channel-button:hover {
  background: var(--secondary-color);
  color: white;
  transform: translateY(-2px);
}

.channel-card.whatsapp .channel-button {
  background: var(--accent-color);
}

.channel-card.whatsapp .channel-button:hover {
  background: #128c7e;
}

/* Avisos Importantes */
.notices-container {
  background: linear-gradient(135deg, #1a1f2a 0%, #0a0f1a 100%);
  border: 2px solid #333;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.notices-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.notices-title i {
  color: #ffff00;
  font-size: 2rem;
}

.notices-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.notice-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #2a2f3a 0%, #1a1f2a 100%);
  border-radius: 10px;
  border: 1px solid #444;
  transition: all 0.3s ease;
}

.notice-item:hover {
  background: linear-gradient(135deg, #3a3f4a 0%, #2a2f3a 100%);
  border-color: #ffff00;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.notice-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.notice-icon i {
  font-size: 1.3rem;
  color: white;
}

.notice-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.notice-content p {
  color: #cccccc;
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* CTA Principal */
.cta-container {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 3rem 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cta-container h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-container p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 200px;
  justify-content: center;
}

.cta-button.whatsapp {
  background: var(--accent-color);
  color: var(--text-primary);
}

.cta-button.whatsapp:hover {
  background: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.4);
}

.cta-button.phone {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-primary);
}

.cta-button.phone:hover {
  background: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

/* Responsividade */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2rem;
  }

  .contact-subtitle {
    font-size: 1rem;
  }

  .channels-grid {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    min-width: 250px;
  }

  .schedule-row {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .schedule-day {
    justify-content: center;
  }
}

@media (max-width: 480px) {

  .contact-box,
  .schedule-container,
  .channels-container,
  .notices-container {
    padding: 1.5rem;
  }

  .cta-container {
    padding: 2rem 1rem;
  }

  .cta-container h3 {
    font-size: 1.6rem;
  }

  .cta-button {
    min-width: 200px;
    padding: 0.875rem 1.5rem;
  }
}

/* ===============================================
     HERO SECTION MODELO 2 - GLASSMORPHISM CYBERPUNK
     =============================================== */

/* Hero Section Principal */
.hero-section-modelo2 {
  min-height: 100vh;
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Orbitron', 'Courier New', monospace;
  color: #fff;
}

/* Ondas de Fundo */
.wave-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100px;
  background: linear-gradient(45deg, #000000, #000000, #000000, #000000);
  opacity: 0.1;
  animation: wave-move 8s infinite linear;
}

.wave:nth-child(1) {
  bottom: 0;
  animation-delay: 0s;
  height: 80px;
}

.wave:nth-child(2) {
  bottom: 20px;
  animation-delay: 2s;
  height: 60px;
  opacity: 0.15;
}

.wave:nth-child(3) {
  bottom: 40px;
  animation-delay: 4s;
  height: 40px;
  opacity: 0.2;
}

@keyframes wave-move {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

/* Grade de Fundo */
.grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 0, 0, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: grid-move 20s infinite linear;
}

@keyframes grid-move {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

/* Container Principal */
.hero-container {
  text-align: center;
  z-index: 10;
  position: relative;
  max-width: 1200px;
  padding: 0 20px;
}

/* Rubrica com Glassmorphism */
.hero-rubric {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  padding: 30px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 0, 0, 0.3);
  margin-bottom: 40px;
  animation: rubric-float 4s infinite ease-in-out;
  position: relative;
}

.hero-rubric::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #000000, #f91d2d, #000000, #000000);
  border-radius: 50%;
  z-index: -1;
  animation: border-pulse 3s infinite;
}

.hero-rubric img {
  width: 90px;
  height: 90px;
  filter: drop-shadow(0 0 25px rgba(255, 0, 0, 0.6));
  transition: all 0.4s ease;
}

.hero-rubric:hover img {
  transform: scale(1.15) rotate(10deg);
  filter: drop-shadow(0 0 35px rgba(255, 0, 0, 0.8));
}

@keyframes rubric-float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes border-pulse {

  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Título Principal */
.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: 'Videopac', 'Orbitron', monospace;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  z-index: 10;
}

/* Removido o efeito ::after que causava a "tarja amarela" */

/* Removidas as animações que não são mais necessárias */

/* Subtítulo */
.hero-subtitle {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  animation: subtitle-fade 1.5s ease-out 0.8s both;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

/* Botões de Ação */
.hero-buttons {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  animation: buttons-slide 1.5s ease-out 1.2s both;
}

.hero-btn {
  padding: 18px 40px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Orbitron', monospace;
}

.hero-btn.primary {
  background: linear-gradient(45deg, #000000, #000000);
  color: #fff;
  box-shadow:
    0 15px 35px rgba(255, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 2px solid #ff0000;
}

.hero-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #ff0000;
  box-shadow: 0 15px 35px rgba(255, 0, 0, 0.3);
  position: relative;
}

.hero-btn.secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.2), transparent);
  transition: left 0.6s ease;
}

.hero-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.hero-btn:hover::after {
  transform: translateX(100%);
}

.hero-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow:
    0 20px 45px rgba(255, 0, 0, 0.6),
    0 0 30px rgba(255, 0, 0, 0.4);
}

.hero-btn.primary:hover {
  background: linear-gradient(45deg, #000000, #f91d2d);
  border-color: #ffff00;
}

.hero-btn.secondary:hover {
  background: rgba(255, 0, 0, 0.1);
  border-color: #ffff00;
  color: #ffeb3b;
}

.hero-btn.secondary:hover::before {
  left: 100%;
}

/* Estatísticas com Glassmorphism */
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  animation: stats-fade 1.5s ease-out 1.8s both;
}

.stat-item {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(255, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  min-width: 150px;
}

.stat-item:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 0, 0.5);
  box-shadow: 0 20px 40px rgba(255, 0, 0, 0.3);
}

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  color: #ff0000;
  display: block;
  margin-bottom: 10px;
  text-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
  font-family: 'Orbitron', monospace;
}

.stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

/* Animações de Entrada */
@keyframes subtitle-fade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes buttons-slide {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stats-fade {
  from {
    opacity: 0;
    transform: translateY(60px) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Efeito de Scroll */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 0, 0, 0.8);
  font-size: 1rem;
  animation: cyber-bounce 2.5s infinite;
  font-family: 'Orbitron', monospace;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@keyframes cyber-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  }

  40% {
    transform: translateX(-50%) translateY(-15px);
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
  }

  60% {
    transform: translateX(-50%) translateY(-8px);
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
  }
}

/* Efeito de Glitch removido - frase agora usa amarelo da documentação */











/* Responsividade */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #soc .hero-title {
    font-size: 2.5rem !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .hero-subtitle {
    font-size: 1.3rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-stats {
    gap: 30px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .wave {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #soc .hero-title {
    font-size: 2rem !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .hero-rubric img {
    width: 70px;
    height: 70px;
  }

  .hero-rubric {
    padding: 25px;
  }

  .stat-item {
    min-width: 120px;
    padding: 20px;
  }
}

/* Aplicando o fundo da seção #services à seção #faq */
#faq.faq-dark {
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%);
  padding: 80px 0;
  position: relative;
  color: #fff;
}

#faq.faq-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

/* Garantir que o conteúdo da seção FAQ fique acima do fundo */
#faq .faq-hero,
#faq .faq-accordion-modern {
  position: relative;
  z-index: 2;
}

/* Aplicando o fundo da seção #services à seção #contact */
#contact.contact-dark {
  background: radial-gradient(ellipse at center, #000000 0%, #000000 70%);
  padding: 80px 0;
  position: relative;
  color: #fff;
}

#contact.contact-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

/* Garantir que o conteúdo da seção Contact fique acima do fundo */
#contact .hero-icon,
#contact .hero-title,
#contact .hero-subtitle,
#contact .contact-box,
#contact .notices-container {
  position: relative;
  z-index: 2;
}

/* Garantir que o texto "Perguntas Frequentes" com about-title tenha o efeito correto */
.faq-hero-title.about-title {
  color: #ff0000 !important;
  font-size: 3rem !important;
  font-weight: 900 !important;
  margin-bottom: 1rem !important;
  text-shadow: 0 0 25px rgba(255, 0, 0, 0.6) !important;
  font-family: 'Videopac', 'Orbitron', monospace !important;
}

/* Aplicar fonte Videopac ao título "DOWNLOADS E FERRAMENTAS" */
.downloads-title {
  font-family: 'Videopac', 'Orbitron', monospace !important;
}

/* Aplicar fonte Videopac ao texto "SEGURANÇA DA INFORMAÇÃO E CERTIFICADOS DIGITAIS" */
.seguranca-info-text {
  font-family: 'Videopac', 'Orbitron', monospace !important;
}

/* Aplicar o efeito about-title aos textos com a classe about-title */
.services-title.about-title,
.timeline-title.about-title,
.seguranca-info-text.about-title {
  color: #ff0000 !important;
  font-size: 3rem !important;
  font-weight: 900 !important;
  margin-bottom: 1rem !important;
  text-shadow: 0 0 25px rgba(255, 0, 0, 0.6) !important;
  font-family: 'Videopac', 'Orbitron', monospace !important;
}

/* Ajustes específicos para cada tipo de título */
.services-title.about-title {
  font-size: 2.5rem !important; /* Manter tamanho original para serviços */
}

.timeline-title.about-title {
  font-size: 2.2rem !important; /* Manter tamanho original para timeline */
}

.seguranca-info-text.about-title {
  font-size: 1.8rem !important; /* Tamanho apropriado para texto de informação */
  text-align: center !important;
  margin: 1rem 0 !important;
}

/* Aplicar fonte Videopac ao texto "SEGURANÇA DA INFORMAÇÃO E CERTIFICADOS DIGITAIS" */
.seguranca-info-text {
  font-family: 'Videopac', 'Orbitron', monospace !important;
}

/* Cards de Contato com Estilo de Opção */
.contact-box.option-card {
  background: linear-gradient(135deg, #1a1f2a 0%, #0a0f1a 100%) !important;
  padding: 30px !important;
  border-radius: 15px !important;
  text-align: center !important;
  border: 2px solid #333 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
  min-height: 280px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.contact-box.option-card:hover {
  border-color: #ffff00 !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
}

.contact-box.option-card h4 {
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}

.contact-box.option-card .contact-text {
  color: #ffff00 !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  margin: 0 0 25px 0 !important;
  flex-grow: 1 !important;
}

.contact-box.option-card .contact-icon-wrapper {
  background: linear-gradient(135deg, #990000, #dc3545) !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 15px !important;
  font-size: 1.8rem !important;
  color: #ffff00 !important;
  flex-shrink: 0 !important;
}

.contact-box.option-card .channel-button {
  /* Padrão unificado do botão SOLICITE UMA VISITA - Tamanho reduzido */
  padding: 12px 24px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  transition: all 0.4s ease !important;
  position: relative !important;
  overflow: hidden !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-family: 'Inter', sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: linear-gradient(145deg, #000000, #000000) !important;
  color: #fff !important;
  border: 2px solid rgba(255, 0, 0, 0.5) !important;
  box-shadow:
    6px 6px 15px rgba(0, 0, 0, 0.6),
    -2px -2px 8px rgba(255, 0, 0, 0.1) !important;
  margin: auto !important;
  flex-shrink: 0 !important;
  width: auto !important;
  align-self: center !important;
}

.contact-box.option-card .channel-button::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
  transition: left 0.6s ease !important;
}

.contact-box.option-card .channel-button:hover::before {
  left: 100% !important;
}

.contact-box.option-card .channel-button:hover {
  transform: translateY(-3px) scale(1.02) !important;
  background: linear-gradient(145deg, #000000, #000000) !important;
  border-color: rgba(255, 255, 0, 0.8) !important;
  color: #ffeb3b !important;
  box-shadow:
    8px 8px 20px rgba(0, 0, 0, 0.7),
    -3px -3px 12px rgba(255, 0, 0, 0.2) !important;
}

/* Status Display na Seção de Contato */
.contact .status-display {
  background: linear-gradient(135deg, #0a0f1a 0%, #1a1f2a 100%);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  border: 1px solid #333;
}

.contact .status-grid-display {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

.contact .status-display-item {
  background: #1a1f2a;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  border-left: 5px solid #007bff;
  transition: all 0.3s ease;
}

.contact .status-display-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.contact .status-display-item.online {
  border-left-color: #ffff00;
  background: #1a1f2a;
}

.contact .status-display-item.offline {
  border-left-color: #dc3545;
  background: #1a1f2a;
}

.contact .status-display-item h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.1rem;
}

.contact .status-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}

.contact .status-badge.online {
  background: #ffff00;
  color: #000000;
  font-weight: bold;
}

.contact .status-badge.offline {
  background: #dc3545;
  color: white;
}

/* Aplicar fonte Videopac ao texto "SEGURANÇA DA INFORMAÇÃO E CERTIFICADOS DIGITAIS" */
.seguranca-info-text {
  font-family: 'Videopac', 'Orbitron', monospace !important;
}
