body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.logo {
  max-width: 120px;
}
.text-indigo-400,
.text-indigo-500 {
  color: rgba(99,102,241,1);
}
.bg-indigo-500 {
  background-color: rgba(99,102,241,1);
}
.bg-indigo-600,
.hover\:bg-indigo-600:hover {
  background-color: rgba(79,82,221,1);
}
.focus\:ring-indigo-500:focus {
  --tw-ring-color: rgba(99,102,241,0.5);
}
.border-indigo-500 {
  border-color: rgba(99,102,241,1);
}
.vancour-background {
  background: url('../vancour2.jpg');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: 45px;
  margin-bottom: -60px;
  padding: 42px 20px 25px 20px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.vancour-background::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,  
  rgba(74, 20, 140, 0.6), 
  rgba(74, 20, 140, 0.6)  
);
  border-radius: 15px;
  backdrop-filter: blur(2px);
}

.vancour-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,  
  rgba(26, 35, 126, 0.6), 
  rgba(74, 20, 140, 0.6),  
  rgba(74, 20, 140, 0.6)  
);
  border-radius: 15px;
  pointer-events: none;
}

.bc {
  border: 1px solid rgba(255,255,255,0.09);
  background-color: rgba(0,0,0,0.2)
}

.vancour-background > * {
  position: relative;
  z-index: 1;
}

.color {
  color: rgba(99, 102, 241, 1);
  font-size: 21px;
}
table thead {
  background-color: rgba(99, 102, 241, 1) !important;
  color: #fff !important;
}
table thead tr th {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #f3f3f3 !important;
  text-align: center !important;
  opacity: 0.95;
}
table tbody tr td  {
  text-align: center !important;
}
table thead tr th svg {
  display: inline-block;
  margin: auto;
  margin-bottom: 5px;
  margin-right: 5px;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.5rem;
  border-radius: 0.5rem;
  color: #9CA3AF;
  transition: all 0.2s ease;
  position: relative;
  border-bottom: 3px solid transparent;
}
.nav-link:hover {
  color: white;
  background-color: rgba(55, 65, 81, 0.5);
  border-bottom: 3px solid rgba(99, 102, 241, 1);
}
.nav-link.active {
  color: white;
  background-color: rgba(79, 70, 229, 0.2);
}
.nav-link.active::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6366F1, transparent);
}
.pricing-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.pricing-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  padding: 2px;
  background: linear-gradient(45deg, transparent, rgba(99, 102, 241, 0.3), transparent);
  -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;
}
.pricing-card:hover {
  transform: translateY(-8px);
}
.pricing-card:hover::after {
  opacity: 1;
}
.feature-card {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(99, 102, 241, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-card:hover::before {
  opacity: 1;
}
.btn-glow {
  position: relative;
  overflow: hidden;
}
.btn-glow::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-glow:hover::after {
  opacity: 1;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #1F2937;
}
::-webkit-scrollbar-thumb {
  background: #4B5563;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6B7280;
}
.heading {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.animate-gradient-x {
  animation: gradient-x 15s ease infinite;
  background-size: 200% 200%;
}

/* Server Animation Styles */
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  50% { transform: translateY(-20px) rotate(3deg) scale(1.05); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.4; }
}

@keyframes dash {
  to {
    stroke-dashoffset: -3000;
  }
}

@keyframes glow {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(99,102,241,0.4)); }
  50% { filter: drop-shadow(0 0 20px rgba(99,102,241,0.6)); }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

.server-animation-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.server-stack {
  animation: float 10s ease-in-out infinite;
  transform-origin: center;
}

.connection-line {
  stroke-dasharray: 20;
  animation: dash 40s linear infinite;
}

.glow-effect {
  animation: pulse 4s ease-in-out infinite;
}

.server-icon {
  animation: glow 3s ease-in-out infinite;
}

.rotating-element {
  animation: rotate 30s linear infinite;
  transform-origin: center;
}

.hover-effect:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.blinking-text {
  animation: blink 2s ease-in-out infinite;
}

.typing-text {
  animation: typing 3s steps(40) infinite;
  white-space: nowrap;
  overflow: hidden;
}

.code-symbol {
  font-family: monospace;
  font-size: 14px;
  fill: rgba(99,102,241,0.6);
}

@media (max-width: 768px) {
  .server-animation-container {
    height: 200px !important;
  }
  
  .code-symbol {
    font-size: 9px;
  }
  
  .server-stack {
    transform: scale(0.6);
  }

  .developer-friendly-section {
    padding-top: 3rem !important;
    padding-bottom: 5rem !important;
  }

  .developer-friendly-section .relative {
    margin-top: 0 !important;
    padding: 1.5rem !important;
  }

  .developer-friendly-section .bg-gray-800\/10 {
    padding: 1.5rem !important;
  }
}