
[data-v-61c1d8f5] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Tech Decoration Elements */
.tech-decoration[data-v-61c1d8f5] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.grid-lines[data-v-61c1d8f5] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(0, 170, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 170, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove-61c1d8f5 20s linear infinite;
}
@keyframes gridMove-61c1d8f5 {
0% {
    background-position: 0 0;
}
100% {
    background-position: 50px 50px;
}
}
.particle[data-v-61c1d8f5] {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 170, 255, 0.8), rgba(122, 0, 255, 0.4));
  box-shadow: 0 0 20px rgba(0, 170, 255, 0.6);
  animation: float-61c1d8f5 6s ease-in-out infinite;
}
.particle-1[data-v-61c1d8f5] {
  width: 10px;
  height: 10px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.particle-2[data-v-61c1d8f5] {
  width: 8px;
  height: 8px;
  top: 60%;
  right: 15%;
  animation-delay: 1s;
}
.particle-3[data-v-61c1d8f5] {
  width: 12px;
  height: 12px;
  bottom: 30%;
  left: 20%;
  animation-delay: 2s;
}
@keyframes float-61c1d8f5 {
0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.6;
}
50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 1;
}
}
.container[data-v-61c1d8f5] {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.faq-hero[data-v-61c1d8f5] {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
  color: white;
  padding: 40px 0 20px;
  text-align: center;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.faq-hero[data-v-61c1d8f5]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(0, 170, 255, 0.3), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(122, 0, 255, 0.3), transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(0, 255, 170, 0.2), transparent 50%);
  animation: pulse-61c1d8f5 8s ease-in-out infinite;
}
.faq-hero[data-v-61c1d8f5]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 170, 255, 0.1) 0px,
    transparent 1px,
    transparent 49px,
    rgba(0, 170, 255, 0.1) 50px
  );
  animation: slide-61c1d8f5 20s linear infinite;
}
.faq-hero h1[data-v-61c1d8f5] {
  font-size: 56px;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #ffffff, #00aaff, #7a00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(0, 170, 255, 0.5);
  animation: glow-61c1d8f5 3s ease-in-out infinite alternate;
  position: relative;
  z-index: 2;
}
.faq-hero p[data-v-61c1d8f5] {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@keyframes pulse-61c1d8f5 {
0%, 100% {
    opacity: 0.5;
}
50% {
    opacity: 1;
}
}
@keyframes slide-61c1d8f5 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50px);
}
}
@keyframes glow-61c1d8f5 {
from {
    text-shadow: 0 0 20px rgba(0, 170, 255, 0.5);
}
to {
    text-shadow: 0 0 40px rgba(0, 170, 255, 0.8), 0 0 60px rgba(122, 0, 255, 0.6);
}
}

/* FAQ Content */
.faq-content[data-v-61c1d8f5] {
  padding: 60px 0;
  background: rgba(10, 10, 10, 0.8);
  position: relative;
}

/* FAQ Category */
.faq-category[data-v-61c1d8f5] {
  margin-bottom: 60px;
}
.category-title[data-v-61c1d8f5] {
  font-size: 32px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  background: linear-gradient(135deg, #ffffff, #00aaff, #7a00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(0, 170, 255, 0.5);
  position: relative;
  border-bottom: 2px solid rgba(0, 170, 255, 0.3);
}

/* FAQ Cards Grid */
.faq-cards[data-v-61c1d8f5] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  gap: 25px;
}

/* FAQ Card */
.faq-card[data-v-61c1d8f5] {
  background: rgba(26, 26, 46, 0.6);
  border: 1px solid rgba(0, 170, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.faq-card[data-v-61c1d8f5]:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 170, 255, 0.5);
  box-shadow: 0 10px 30px rgba(0, 170, 255, 0.3);
}
.card-header[data-v-61c1d8f5] {
  padding: 20px 25px;
  background: rgba(0, 170, 255, 0.1);
  border-bottom: 1px solid rgba(0, 170, 255, 0.2);
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.q-badge[data-v-61c1d8f5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 32px;
  background: linear-gradient(135deg, #00aaff, #7a00ff);
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 170, 255, 0.4);
}
.question[data-v-61c1d8f5] {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  margin: 0;
}
.card-body[data-v-61c1d8f5] {
  padding: 25px;
}
.answer[data-v-61c1d8f5] {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.answer[data-v-61c1d8f5] strong {
  color: #00aaff;
  font-weight: 600;
}
.answer[data-v-61c1d8f5] a {
  color: #00aaff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 170, 255, 0.5);
  transition: all 0.3s ease;
}
.answer[data-v-61c1d8f5] a:hover {
  color: #7a00ff;
  border-bottom-color: #7a00ff;
}
.answer[data-v-61c1d8f5] br {
  margin-bottom: 8px;
}

/* FAQ Table Styles */
.answer[data-v-61c1d8f5] .faq-table {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
  border: 1px solid rgba(0, 170, 255, 0.3);
  background: rgba(26, 26, 46, 0.4);
}
.answer[data-v-61c1d8f5] .faq-table thead {
  background: rgba(0, 170, 255, 0.2);
}
.answer[data-v-61c1d8f5] .faq-table th {
  padding: 12px 15px;
  text-align: left;
  color: #00aaff;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 170, 255, 0.3);
  font-size: 14px;
}
.answer[data-v-61c1d8f5] .faq-table td {
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 170, 255, 0.1);
  font-size: 13px;
  line-height: 1.6;
}
.answer[data-v-61c1d8f5] .faq-table tbody tr:hover {
  background: rgba(0, 170, 255, 0.1);
}
.answer[data-v-61c1d8f5] .faq-table tbody tr:last-child td {
  border-bottom: none;
}

/* Contact Section */
.contact-section[data-v-61c1d8f5] {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.6), rgba(22, 33, 62, 0.6));
  border-radius: 15px;
  border: 1px solid rgba(0, 170, 255, 0.2);
  margin-top: 50px;
}
.contact-section h3[data-v-61c1d8f5] {
  font-size: 28px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #ffffff, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-section p[data-v-61c1d8f5] {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}
.btn-contact[data-v-61c1d8f5] {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #00aaff, #7a00ff);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 170, 255, 0.3);
}
.btn-contact[data-v-61c1d8f5]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 170, 255, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
.faq-hero h1[data-v-61c1d8f5] {
    font-size: 36px;
}
.faq-hero p[data-v-61c1d8f5] {
    font-size: 16px;
}
.category-title[data-v-61c1d8f5] {
    font-size: 24px;
}
.faq-cards[data-v-61c1d8f5] {
    grid-template-columns: 1fr;
    gap: 20px;
}
.card-header[data-v-61c1d8f5] {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
}
.q-badge[data-v-61c1d8f5] {
    align-self: flex-start;
}
.question[data-v-61c1d8f5] {
    font-size: 16px;
}
.card-body[data-v-61c1d8f5] {
    padding: 20px;
}
.answer[data-v-61c1d8f5] {
    font-size: 14px;
}
}

