/* Seção Tech Advantages - Design Inspirado no Stripe */


.tech-advantages-section {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  /* Background estilo Stripe: escuro com gradientes azul */
  background: 
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 100% 100% at 0% 50%, rgba(96, 165, 250, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 100% 100% at 100% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  margin-top: -10rem;
  margin-bottom: -2rem;
  padding-top: calc(8rem + 10rem);
  padding-bottom: calc(8rem + 2rem);
  z-index: 10 !important;
  isolation: isolate;
}

/* Gradiente de luz e sombra no background - estilo Stripe */
.tech-advantages-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}

.tech-advantages-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    /* Triângulos grandes - padrão repetitivo (efeito crystal) */
    repeating-linear-gradient(135deg, transparent 0px, transparent 50px, rgba(0, 0, 0, 0.12) 50px, rgba(0, 0, 0, 0.12) 52px, transparent 52px, transparent 100px),
    repeating-linear-gradient(45deg, transparent 0px, transparent 60px, rgba(0, 0, 0, 0.1) 60px, rgba(0, 0, 0, 0.1) 62px, transparent 62px, transparent 120px),
    repeating-linear-gradient(225deg, transparent 0px, transparent 40px, rgba(0, 0, 0, 0.08) 40px, rgba(0, 0, 0, 0.08) 42px, transparent 42px, transparent 80px),
    /* Gradientes originais mantidos */
    linear-gradient(180deg, rgba(59, 130, 246, 0.1) 0%, transparent 20%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 20%);
  background-size: 
    300px 300px,
    250px 250px,
    200px 200px,
    100% 100%,
    100% 100%;
  background-position: 
    0% 0%,
    30% 20%,
    70% 60%,
    0% 0%,
    0% 0%;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  opacity: 0.35;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* Container principal */
.tech-advantages-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
  background: transparent;
}

/* Ajuste específico para seção projetos-concluidos - remover espaço acima do luxury-car-section */
#projetos-concluidos .luxury-car-section {
  margin-top: -8rem;
  padding-top: 0;
  background: transparent !important;
}

/* Reconstruir fundo da seção projetos-concluidos do zero */
#projetos-concluidos.tech-advantages-section {
  /* Background azul igual ao original */
  background: 
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 100% 100% at 0% 50%, rgba(96, 165, 250, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 100% 100% at 100% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
  position: relative;
  z-index: 15 !important;
  overflow: visible !important;
  /* Corte diagonal a 5% - alinhando com seção anterior que termina em 100% 95% */
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%) !important;
  margin-top: -10rem;
  margin-bottom: -2rem;
  padding-top: calc(8rem + 10rem);
  padding-bottom: calc(8rem + 2rem);
}

/* Reconstruir fundo azul considerando todo o espaçamento */
#projetos-concluidos.tech-advantages-section::before {
  content: '';
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 10rem);
  background: 
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 100% 100% at 0% 50%, rgba(96, 165, 250, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 100% 100% at 100% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  z-index: 1;
  pointer-events: none;
}

/* Efeitos de gradiente e padrão */
#projetos-concluidos.tech-advantages-section::after {
  content: '';
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 10rem);
  background-image: 
    repeating-linear-gradient(135deg, transparent 0px, transparent 50px, rgba(0, 0, 0, 0.12) 50px, rgba(0, 0, 0, 0.12) 52px, transparent 52px, transparent 100px),
    repeating-linear-gradient(45deg, transparent 0px, transparent 60px, rgba(0, 0, 0, 0.1) 60px, rgba(0, 0, 0, 0.1) 62px, transparent 62px, transparent 120px),
    repeating-linear-gradient(225deg, transparent 0px, transparent 40px, rgba(0, 0, 0, 0.08) 40px, rgba(0, 0, 0, 0.08) 42px, transparent 42px, transparent 80px),
    linear-gradient(180deg, rgba(59, 130, 246, 0.1) 0%, transparent 20%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 20%);
  background-size: 
    300px 300px,
    250px 250px,
    200px 200px,
    100% 100%,
    100% 100%;
  background-position: 
    0% 0%,
    30% 20%,
    70% 60%,
    0% 0%,
    0% 0%;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  opacity: 0.35;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* O ::after original foi movido para cima para preencher o espaço triangular */

/* Ajuste específico para seção codigo-vivo - remover espaço acima do tech-advantages-top-section */
#codigo-vivo .tech-advantages-top-section {
  margin-top: -8rem;
  padding-top: 0;
}

/* Seção superior: Título/texto à esquerda + Terminal à direita */
.tech-advantages-top-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: start;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-top: 0; /* Removido espaço extra no topo */
}

@media (max-width: 1024px) {
  .tech-advantages-top-section {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .tech-video-window {
    order: -1;
  }
}

/* Header à esquerda */
.tech-advantages-header-left {
  text-align: left;
  position: relative;
  z-index: 10;
}

.tech-advantages-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.68rem;
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #3b82f6;
  backdrop-filter: blur(12px);
  margin-bottom: 1.75rem;
  margin-left: 3rem;
  animation: pulseGlow 3s ease-in-out infinite;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
  }
}

.tech-advantages-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tech-advantages-title .highlight {
  background: linear-gradient(135deg, #0abab1 0%, #009690 50%, #0dd4c8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.tech-advantages-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: rgba(226, 232, 240, 0.9);
  line-height: 1.7;
}

.tech-advantages-subtitle .highlight {
  background: linear-gradient(135deg, #0abab1 0%, #009690 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  display: inline-block;
}

.tech-advantages-subtitle .highlight-secondary {
  background: linear-gradient(135deg, #0abab1 0%, #0dd4c8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  display: inline-block;
}

/* Mini Mapa Mental */
.tech-mindmap {
  margin-top: 2rem;
  padding: 2rem;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.6), rgba(15, 23, 42, 0.4));
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 1rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.tech-mindmap-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tech-mindmap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.tech-mindmap-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.tech-mindmap-item:hover {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateX(5px);
}

.tech-mindmap-item i {
  font-size: 1.2rem;
  color: #60a5fa;
  flex-shrink: 0;
}

.tech-mindmap-item span {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.9);
  font-weight: 500;
}

@media (max-width: 768px) {
  .tech-mindmap-grid {
    grid-template-columns: 1fr;
  }
}

/* Cards enfileirados horizontalmente - Mantido para compatibilidade */
.tech-advantages-cards-horizontal {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-top: 4rem;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
}

/* Cards flutuantes espalhados - Mantido para compatibilidade, mas não usado mais */
.tech-advantages-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  perspective: 1000px;
  grid-column: 1;
}

@media (max-width: 768px) {
  .tech-advantages-cards {
    grid-template-columns: 1fr;
  }
}

.tech-advantage-card-horizontal {
  position: relative;
  padding: 1.75rem;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.85));
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 1.5rem;
  backdrop-filter: blur(20px);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(59, 130, 246, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  perspective: 1000px;
  height: 100%;
}

/* Para cards em grid 2x2 */
.tech-advantages-cards-grid .tech-advantage-card-horizontal {
  width: 100%;
}

/* Para cards em linha horizontal */
.tech-advantages-cards-horizontal .tech-advantage-card-horizontal {
  flex: 1 1 calc(25% - 1.125rem);
  min-width: 220px;
  max-width: calc(25% - 1.125rem);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.85));
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.tech-advantage-card-horizontal::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: rotate(45deg);
  animation: hologramSweep 3s linear infinite;
  pointer-events: none;
}

@keyframes hologramSweep {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

.tech-advantage-card-horizontal::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.tech-advantage-card-horizontal:hover::after {
  opacity: 1;
}

@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0) translateX(0) rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotateX(3deg) rotateY(-2deg);
  }
  50% {
    transform: translateY(-15px) translateX(-5px) rotateX(0deg) rotateY(2deg);
  }
  75% {
    transform: translateY(-25px) translateX(5px) rotateX(-3deg) rotateY(-2deg);
  }
}

.tech-advantage-card-horizontal:hover {
  transform: translateY(-12px) scale(1.02) rotateX(3deg);
  box-shadow: 
    0 30px 80px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(255, 255, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Ícone moderno e dinâmico */
.tech-advantage-card-horizontal .tech-advantage-icon {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.1));
  border: 1px solid rgba(59, 130, 246, 0.3);
  backdrop-filter: blur(10px);
  box-shadow: 
    0 10px 30px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: iconPulse 4s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% {
    box-shadow: 
      0 10px 30px rgba(0, 0, 0, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.3),
      0 0 20px rgba(0, 110, 127, 0.2);
  }
  50% {
    box-shadow: 
      0 15px 40px rgba(0, 0, 0, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      0 0 30px rgba(0, 110, 127, 0.4);
  }
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 
      0 10px 30px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.3),
      0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 
      0 15px 40px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      0 0 30px rgba(255, 255, 255, 0.2);
  }
}

.tech-advantage-card-horizontal .tech-advantage-icon i {
  font-size: 1.6rem;
  color: #60a5fa;
  filter: drop-shadow(0 2px 8px rgba(59, 130, 246, 0.4));
  animation: iconRotate 6s linear infinite;
}

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

.tech-advantage-card-horizontal:hover .tech-advantage-icon {
  transform: scale(1.1) rotateY(15deg);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(37, 99, 235, 0.2));
  box-shadow: 
    0 15px 40px rgba(59, 130, 246, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 40px rgba(59, 130, 246, 0.4);
}

.tech-advantage-card-horizontal:hover .tech-advantage-icon i {
  animation: iconRotate 2s linear infinite;
}

.tech-advantage-card-horizontal h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 1rem;
  text-shadow: none;
  transition: all 0.3s ease;
}

.tech-advantage-card-horizontal:hover h3 {
  transform: translateX(5px);
  color: #0abab1;
}

.tech-advantage-card-horizontal p {
  color: rgba(226, 232, 240, 0.8);
  line-height: 1.7;
  font-size: 0.95rem;
  opacity: 0.9;
  flex-grow: 1;
}

/* Janela transparente com vídeo */
.tech-video-window {
  position: relative;
  width: 100%;
  z-index: 10;
}

.tech-video-container {
  position: relative;
  width: 100%;
  height: 450px;
  background: transparent;
  border-radius: 1.25rem;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {
  .tech-video-container {
    height: 400px;
  }
}

.tech-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.tech-video-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.tech-video-btn {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.6));
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 0.5rem;
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tech-video-btn:hover {
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.3), rgba(37, 99, 235, 0.2));
  border-color: rgba(59, 130, 246, 0.5);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.tech-video-btn.active {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.4), rgba(37, 99, 235, 0.3));
  border-color: rgba(59, 130, 246, 0.6);
  color: #ffffff;
  box-shadow: 
    0 4px 12px rgba(59, 130, 246, 0.4),
    0 0 20px rgba(59, 130, 246, 0.2);
}

@media (max-width: 768px) {
  .tech-video-controls {
    gap: 0.75rem;
  }
  
  .tech-video-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}


/* Faixa de modelos de sites */
.tech-sites-showcase {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 5rem;
  padding: 4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.tech-sites-showcase-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 2rem;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.tech-sites-showcase-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tech-sites-showcase-title-highlight {
  color: #0abab1;
  font-weight: 800;
}

.tech-sites-showcase-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}

.tech-sites-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 2rem 0;
  position: relative;
  cursor: grab;
}

.tech-sites-carousel-wrapper:active {
  cursor: grabbing;
}

.tech-sites-carousel {
  display: flex;
  gap: 2rem;
  padding: 0 2rem;
  width: max-content;
  will-change: transform;
  transition: transform 0.1s linear;
}

.tech-site-card {
  flex: 0 0 320px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

/* Cards com estilo glass/glassmorphism */
.tech-site-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px) saturate(180%);
  position: relative;
}

.tech-site-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.2) 0%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.tech-site-card:hover::before {
  opacity: 1;
}

.tech-site-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 30px 80px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.tech-site-preview {
  position: relative;
  width: 100%;
  height: 200px;
  background: linear-gradient(145deg, #1e293b, #0f172a);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-site-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s ease;
  background: #1a1a1a;
  opacity: 0;
}

.tech-site-preview img.loaded {
  opacity: 1;
}

.tech-site-preview::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.15));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tech-site-preview:has(img:not(.loaded))::before {
  opacity: 1;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
}

.tech-site-card:hover .tech-site-preview img {
  transform: scale(1.1);
}

.tech-site-info {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}

.tech-site-info p {
  margin-bottom: 1rem;
}

/* Botão Visitar */
.tech-site-visit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.15));
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 0.5rem;
  color: #60a5fa;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.tech-site-visit-btn:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(37, 99, 235, 0.25));
  border-color: rgba(59, 130, 246, 0.5);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.tech-site-visit-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.tech-site-visit-btn:hover i {
  transform: translateX(3px);
}

.tech-site-info h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

/* Títulos contrastando com mudanças de cor */
.tech-site-card:nth-child(odd) .tech-site-info h4 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.tech-site-card:nth-child(even) .tech-site-info h4 {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.tech-site-card:hover .tech-site-info h4 {
  transform: translateY(-2px);
  text-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.tech-site-info p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .tech-site-card {
    flex: 0 0 280px;
  }
  
  .tech-advantages-container {
    padding: 0 1rem;
  }
}

/* Texto explicativo */
.tech-comparison-text {
  padding: 0;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

/* Wrapper para tabela e cards lado a lado */
.tech-table-cards-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  margin-top: 2rem;
  width: 100%;
  align-items: start;
}

@media (max-width: 1024px) {
  .tech-table-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 1024px) {
  .tech-comparison-wrapper {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

/* Cards em grid 2x2 ao lado da tabela */
.tech-advantages-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .tech-advantages-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tech-advantages-cards-grid {
    grid-template-columns: 1fr;
  }
}

.tech-comparison-title {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
  letter-spacing: -0.01em;
  position: relative;
  padding-bottom: 1rem;
}

.tech-comparison-title .highlight {
  background: linear-gradient(135deg, #0abab1 0%, #009690 50%, #0dd4c8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.tech-comparison-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 2px;
}

.tech-comparison-text-line {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(226, 232, 240, 0.9);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.tech-comparison-text-line:last-child {
  margin-bottom: 0;
}

.tech-comparison-text-line strong {
  font-weight: 700;
  position: relative;
  padding: 0.1rem 0;
  display: inline-block;
}

.tech-comparison-text-line strong.highlight-wordpress {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tech-comparison-text-line strong.highlight-negative {
  background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tech-comparison-text-line strong.highlight-code {
  background: linear-gradient(135deg, #0abab1 0%, #009690 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tech-comparison-text-line strong.highlight-positive {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tech-comparison-text-line strong::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.tech-comparison-text-line:hover strong::after {
  transform: scaleX(1);
}

/* Tabela comparativa - Nova estrutura limpa */
.tech-comparison-table-container {
  width: 100%;
  overflow-x: auto;
}

.tech-comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  overflow: hidden;
}

.tech-comparison-table thead {
  background: rgba(255, 255, 255, 0.05);
}

.tech-comparison-table th {
  padding: 1.5rem 1.25rem;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.tech-comparison-table th:first-child {
  text-align: left;
  width: 30%;
}

.tech-comparison-table th:nth-child(2),
.tech-comparison-table th:nth-child(3) {
  width: 35%;
}

.tech-comparison-table th:nth-child(2) i,
.tech-comparison-table th:nth-child(3) i {
  display: block;
  margin-bottom: 0.5rem;
}

.tech-comparison-table th i {
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.9);
}

.tech-comparison-table th span {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.tech-comparison-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.tech-comparison-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.tech-comparison-table tbody tr:last-child {
  border-bottom: none;
}

.tech-comparison-table td {
  padding: 1.25rem 1.25rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  vertical-align: middle;
  font-weight: 500;
}

.tech-comparison-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  width: 30%;
}

.tech-comparison-table td:nth-child(2),
.tech-comparison-table td:nth-child(3) {
  width: 35%;
}

.tech-comparison-table td i {
  font-size: 1.1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.tech-comparison-table td:first-child + td i,
.tech-comparison-table td:first-child + td + td i {
  color: #00e676;
}

.tech-comparison-table td:first-child + td + td i.fa-times-circle {
  color: #ff5252;
}

.tech-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
}

.tech-comparison-table thead {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
}

.tech-comparison-table th {
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.tech-comparison-table th:first-child {
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-comparison-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tech-comparison-header i {
  font-size: 1.2rem;
}

.tech-comparison-code .tech-comparison-header i {
  color: rgba(255, 255, 255, 0.8);
}

.tech-comparison-wordpress .tech-comparison-header i {
  color: rgba(255, 255, 255, 0.8);
}

.tech-comparison-table tbody tr {
  transition: background 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-comparison-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

.tech-comparison-table tbody tr:last-child {
  border-bottom: none;
}

.tech-comparison-table td {
  padding: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.tech-comparison-feature {
  text-align: left !important;
  font-weight: 600;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 40%;
}

.tech-comparison-code,
.tech-comparison-wordpress {
  width: 30%;
}

.tech-comparison-code {
  background: transparent;
  border-left: none;
}

.tech-comparison-wordpress {
  background: transparent;
  border-left: none;
}

.tech-comparison-code td,
.tech-comparison-wordpress td {
  text-align: center;
  white-space: nowrap;
}

.tech-comparison-code td i,
.tech-comparison-wordpress td i {
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.tech-check-success {
  color: #00ff88;
  font-size: 1.2rem;
  filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.5));
  animation: pulseCheck 2s ease-in-out infinite;
}

.tech-check-error {
  color: #ff6b6b;
  font-size: 1.2rem;
  filter: drop-shadow(0 0 8px rgba(255, 107, 107, 0.5));
}

@keyframes pulseCheck {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.5));
  }
  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 12px rgba(0, 255, 136, 0.8));
  }
}

@media (max-width: 768px) {
  .tech-comparison-table-wrapper {
    padding: 1rem;
    margin-top: 2rem;
  }
  
  .tech-comparison-table {
    min-width: 500px;
    font-size: 0.85rem;
  }
  
  .tech-comparison-table th,
  .tech-comparison-table td {
    padding: 0.75rem 0.5rem;
  }
  
  .tech-comparison-header {
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .tech-comparison-header span {
    font-size: 0.8rem;
  }
}

/* Seção: Carro de Luxo - Design Tech Corporativo Compacto */
.luxury-car-section {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  margin: 0 0 3rem 0;
  overflow: hidden;
}

.luxury-car-header {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}


.luxury-car-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0;
}

.luxury-car-title-highlight {
  color: #0abab1;
  font-weight: 800;
}

.luxury-car-content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.luxury-car-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 1024px) {
  .luxury-car-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.luxury-car-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.luxury-car-text {
  text-align: left;
}

.luxury-car-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}

.luxury-car-description:last-child {
  margin-bottom: 0;
}

.luxury-car-description strong {
  font-weight: 600;
  color: #ffffff;
}

/* Tabela compacta */
.luxury-car-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.luxury-car-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}

.luxury-car-table thead {
  background: rgba(255, 255, 255, 0.05);
}

.luxury-car-table th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.luxury-car-table th:first-child {
  width: 50%;
}

.luxury-car-table th i {
  margin-right: 0.4rem;
  font-size: 0.9rem;
}

.luxury-car-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}

.luxury-car-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.luxury-car-table tbody tr:last-child {
  border-bottom: none;
}

.luxury-car-table td {
  padding: 0.6rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
}

.luxury-car-table td:first-child {
  font-weight: 500;
}

.luxury-car-table td i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.luxury-car-table td i.fa-check-circle {
  color: #0abab1;
}

.luxury-car-table td i.fa-times-circle {
  color: rgba(255, 255, 255, 0.3);
}

/* Vídeos em painéis de vidro */
.luxury-car-videos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.luxury-car-video-panel {
  position: relative;
  width: 100%;
}

.luxury-car-video-glass {
  position: relative;
  backdrop-filter: blur(20px) saturate(180%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 0.5rem;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.luxury-car-video-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.luxury-car-video-panel:hover .luxury-car-video-glass {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.luxury-car-video-panel:hover .luxury-car-video-glass::before {
  opacity: 1;
}

.luxury-car-video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  border-radius: 0.5rem;
  overflow: hidden;
  background: #000;
}

.luxury-car-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .luxury-car-section {
    padding: 2.5rem 0;
    margin: 2.5rem 0;
  }
  
  .luxury-car-header {
    margin-bottom: 2rem;
  }
  
  .luxury-car-layout {
    gap: 2rem;
  }
  
  .luxury-car-left {
    gap: 1.5rem;
  }
  
  .luxury-car-description {
    font-size: 0.9rem;
  }
  
  .luxury-car-table {
    font-size: 0.8rem;
  }
  
  .luxury-car-table th,
  .luxury-car-table td {
    padding: 0.5rem 0.75rem;
  }
}

