
body{
  font-family: Arial, sans-serif;
}

.hero-gradient{
  background:
    radial-gradient(circle at top left, rgba(0,255,255,0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(147,51,234,0.2), transparent 30%);
}

.glass-card{
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.service-card{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 32px;
  border-radius: 24px;
  transition: 0.4s ease;
}

.service-card:hover{
  transform: translateY(-10px);
  border-color: rgba(34,211,238,0.7);
  box-shadow: 0 20px 60px rgba(34,211,238,0.15);
}

.service-card h3{
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
}

.service-card p{
  color: #9ca3af;
  line-height: 1.7;
}

.whatsapp-float{
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 999;
  box-shadow: 0 0 30px rgba(37,211,102,0.6);
  animation: pulse 1.8s infinite;
  text-decoration: none;
}

@keyframes pulse{
  0%{ transform: scale(1); }
  50%{ transform: scale(1.12); }
  100%{ transform: scale(1); }
}

.reveal{
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.reveal.active{
  opacity: 1;
  transform: translateY(0);
}
.product-card{
  position: relative;
  min-height: 280px;
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  transition: 0.4s ease;
}

.product-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(34,211,238,0.35), transparent, rgba(168,85,247,0.35));
  opacity: 0;
  transition: 0.4s ease;
  z-index: -1;
}

.product-card:hover{
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 70px rgba(0,0,0,0.45);
}

.product-card:hover::before{
  opacity: 1;
}

.product-card span{
  color: #22d3ee;
  font-weight: 800;
  letter-spacing: 2px;
}

.product-card h3{
  font-size: 24px;
  font-weight: 900;
  margin: 26px 0 14px;
}

.product-card p{
  color: #9ca3af;
  line-height: 1.7;
  margin-bottom: 26px;
}

.product-card a{
  color: #67e8f9;
  font-weight: 700;
  text-decoration: none;
}
.stat-card{
  padding: 36px 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.stat-card h2{
  font-size: 46px;
  font-weight: 900;
  color: #22d3ee;
  margin-bottom: 8px;
}

.stat-card p{
  color: #9ca3af;
}
.case-card{
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(34,211,238,0.12), transparent 35%),
    rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.4s ease;
}

.case-card:hover{
  transform: translateY(-10px);
  border-color: rgba(34,211,238,0.55);
  box-shadow: 0 24px 70px rgba(34,211,238,0.12);
}

.case-tag{
  display: inline-block;
  color: #67e8f9;
  background: rgba(34,211,238,0.12);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 22px;
}

.case-card h3{
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 14px;
}

.case-card p{
  color: #9ca3af;
  line-height: 1.7;
  margin-bottom: 22px;
}

.case-card ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-card li{
  color: #d1d5db;
  margin-bottom: 10px;
}
.cta-box{
  padding: 70px 28px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(34,211,238,0.22), transparent 35%),
    radial-gradient(circle at bottom right, rgba(168,85,247,0.22), transparent 35%),
    rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 30px 90px rgba(0,0,0,0.45);
}
html{
  scroll-behavior: smooth;
}

.logo-text{
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  background: linear-gradient(to right, #67e8f9, #ffffff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 25px rgba(34,211,238,0.25);
}

.orb{
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  z-index: -1;
  opacity: 0.35;
  animation: floatOrb 12s ease-in-out infinite;
}

.orb1{
  width: 350px;
  height: 350px;
  background: #06b6d4;
  top: -100px;
  left: -100px;
}

.orb2{
  width: 300px;
  height: 300px;
  background: #9333ea;
  bottom: -100px;
  right: -100px;
  animation-delay: 3s;
}

.orb3{
  width: 220px;
  height: 220px;
  background: #2563eb;
  top: 40%;
  left: 50%;
  animation-delay: 6s;
}

@keyframes floatOrb{
  0%{
    transform: translateY(0px) translateX(0px);
  }

  50%{
    transform: translateY(-40px) translateX(30px);
  }

  100%{
    transform: translateY(0px) translateX(0px);
  }
}

#cursorGlow{
  position: fixed;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(34,211,238,0.18), transparent 70%);
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: transform 0.06s linear;
}
.testimonial-card{
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.4s ease;
}

.testimonial-card:hover{
  transform: translateY(-10px);
  border-color: rgba(34,211,238,0.5);
  box-shadow: 0 24px 70px rgba(34,211,238,0.12);
}

.stars{
  color: #facc15;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.testimonial-card p{
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 24px;
}

.testimonial-card h4{
  font-size: 18px;
  font-weight: 800;
}

.testimonial-card span{
  color: #67e8f9;
  font-size: 14px;
}
.pricing-card{
  position: relative;
  padding: 36px;
  border-radius: 32px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.4s ease;
}

.pricing-card:hover{
  transform: translateY(-12px);
  border-color: rgba(34,211,238,0.55);
  box-shadow: 0 24px 80px rgba(34,211,238,0.12);
}

.pricing-card.featured{
  background:
    radial-gradient(circle at top, rgba(34,211,238,0.18), transparent 40%),
    rgba(255,255,255,0.065);
  border-color: rgba(34,211,238,0.45);
}

.popular{
  display: inline-block;
  background: #22d3ee;
  color: #020617;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}

.pricing-card h3{
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 12px;
}

.price{
  font-size: 38px;
  font-weight: 900;
  color: #67e8f9;
  margin-bottom: 24px;
}

.pricing-card ul{
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.pricing-card li{
  color: #d1d5db;
  margin-bottom: 12px;
}

.pricing-card a{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 999px;
  background: #22d3ee;
  color: #020617;
  font-weight: 900;
  text-decoration: none;
}
.faq-item{
  border-radius: 22px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

.faq-question{
  width: 100%;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
}

.faq-answer{
  display: none;
  padding: 0 26px 24px;
  color: #9ca3af;
  line-height: 1.7;
}

.faq-item.active .faq-answer{
  display: block;
}

.faq-item.active .faq-question span{
  transform: rotate(45deg);
}
/* LOADER */

#loader{
  position: fixed;
  inset: 0;
  background: #050816;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#loader.hide{
  opacity: 0;
  visibility: hidden;
}

.loader-content{
  text-align: center;
}

.loader-logo{
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(to right, #67e8f9, #ffffff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 28px;
}

.loader-line{
  width: 220px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
  position: relative;
}

.loader-line::before{
  content: "";
  position: absolute;
  left: -40%;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, #22d3ee, #a855f7);
  animation: loading 1.4s infinite;
}

@keyframes loading{
  0%{
    left: -40%;
  }

  100%{
    left: 100%;
  }
}
#typingText{
  display: inline-block;
  transition: opacity 0.3s ease;
}
.dashboard-ui{
  position: relative;
  overflow: hidden;
}

.dashboard-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.dashboard-top h3{
  font-size: 28px;
  font-weight: 900;
}

.dashboard-label{
  color: #67e8f9;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.status-live{
  background: rgba(34,197,94,0.15);
  color: #4ade80;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.dashboard-stats{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.mini-stat{
  background: rgba(255,255,255,0.05);
  border-radius: 22px;
  padding: 18px;
}

.mini-stat p{
  color: #9ca3af;
  font-size: 13px;
  margin-bottom: 8px;
}

.mini-stat h2{
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 6px;
}

.mini-stat span{
  color: #4ade80;
  font-size: 13px;
  font-weight: 700;
}

.chart-box{
  height: 180px;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  margin-bottom: 28px;
}

.chart-bars{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.bar{
  width: 100%;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(to top, #22d3ee, #a855f7);
  animation: bars 2s ease-in-out infinite alternate;
}

.h1{ height: 45px; }
.h2{ height: 80px; }
.h3{ height: 120px; }
.h4{ height: 95px; }
.h5{ height: 150px; }
.h6{ height: 110px; }
.h7{ height: 170px; }

@keyframes bars{
  from{
    opacity: 0.7;
    transform: scaleY(0.9);
  }

  to{
    opacity: 1;
    transform: scaleY(1);
  }
}

.activity-box{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.activity-item{
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.04);
  padding: 14px 18px;
  border-radius: 18px;
}

.activity-item p{
  color: #d1d5db;
  font-size: 14px;
}

.activity-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 14px #22d3ee;
}
.dashboard-ui{
  max-width: 100%;
  margin-top: 20px;
}

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

  .dashboard-top{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  #cursorGlow{
    display: none;
  }
}
/* MOBILE RESPONSIVE FIXES */

@media(max-width: 768px){

  body{
    overflow-x: hidden;
  }

  nav{
    background: rgba(0,0,0,0.82);
  }

  .logo-text{
    font-size: 24px;
  }

  section{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .min-h-screen{
    min-height: auto;
  }

  .hero-gradient{
    opacity: 0.8;
  }

  h1{
    font-size: 46px !important;
    line-height: 1.05 !important;
  }

  h2{
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  p{
    font-size: 15px;
  }

  .glass-card{
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .dashboard-ui{
    margin-top: 30px;
  }

  .dashboard-stats{
    grid-template-columns: 1fr !important;
  }

  .chart-box{
    height: 140px;
  }

  .activity-item{
    padding: 12px 14px;
  }

  .service-card,
  .product-card,
  .case-card,
  .testimonial-card,
  .pricing-card,
  .stat-card{
    padding: 24px;
    border-radius: 24px;
  }

  .cta-box{
    padding: 44px 20px;
    border-radius: 28px;
  }

  .whatsapp-float{
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
    font-size: 26px;
  }

  #cursorGlow{
    display: none;
  }

  .orb{
    opacity: 0.2;
  }
}

@media(max-width: 480px){

  h1{
    font-size: 40px !important;
  }

  h2{
    font-size: 30px !important;
  }

  .dashboard-top h3{
    font-size: 22px;
  }

  .mini-stat h2{
    font-size: 24px;
  }

  .loader-logo{
    font-size: 38px;
  }

  .loader-line{
    width: 180px;
  }
}
#mobileMenu{
  position: relative;
  z-index: 99999;
}
.screenshot-card{
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  padding: 18px;
  transition: 0.4s ease;
}

.screenshot-card:hover{
  transform: translateY(-10px);
  border-color: rgba(34,211,238,0.55);
  box-shadow: 0 24px 70px rgba(34,211,238,0.12);
}

.screenshot-card img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 18px;
}

.screenshot-card h3{
  font-size: 22px;
  font-weight: 900;
}
.chatbot-btn{
  position: fixed;
  right: 24px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #22d3ee;
  color: #020617;
  font-size: 28px;
  z-index: 99999;
  box-shadow: 0 0 30px rgba(34,211,238,0.55);
}

.chatbot-box{
  position: fixed;
  right: 24px;
  bottom: 170px;
  width: 340px;
  background: #050816;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  overflow: hidden;
  z-index: 99999;
  box-shadow: 0 30px 90px rgba(0,0,0,0.55);
}

.chatbot-header{
  padding: 18px;
  background: linear-gradient(135deg, #0891b2, #7e22ce);
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.chatbot-header h3{
  font-weight: 900;
}

.chatbot-header p{
  font-size: 13px;
  opacity: 0.9;
}

.chatbot-header button{
  font-size: 26px;
}

.chatbot-body{
  padding: 18px;
}

.bot-msg{
  background: rgba(255,255,255,0.08);
  padding: 14px;
  border-radius: 16px;
  color: #d1d5db;
  margin-bottom: 14px;
}

.quick-msg{
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  margin-bottom: 10px;
  border-radius: 14px;
  background: rgba(34,211,238,0.12);
  color: #67e8f9;
  font-weight: 700;
}

@media(max-width: 768px){
  .chatbot-box{
    width: calc(100% - 32px);
    right: 16px;
    bottom: 150px;
  }

  .chatbot-btn{
    right: 16px;
    bottom: 88px;
  }
}
.chatbot-btn,
.chatbot-box{
  z-index: 999999 !important;
  pointer-events: auto !important;
}

#cursorGlow{
  pointer-events: none !important;
}
.hidden{
  display: none !important;
}

.chatbot-btn{
  cursor: pointer;
  border: none;
}

.chatbot-box{
  display: block;
}
nav{
  overflow: visible !important;
}

.logo-text{
  flex-shrink: 0;
}

@media(min-width: 768px){
  #mobileMenu{
    display: none !important;
  }
}
.desktop-menu{
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}

.desktop-menu a{
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.desktop-menu a:hover{
  color: #22d3ee;
}

.mobile-btn{
  display: none;
  color: #fff;
  font-size: 30px;
  background: transparent;
  border: 0;
}

.mobile-menu{
  background: #050816;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 24px;
}

.mobile-menu a{
  display: block;
  color: #fff;
  padding: 12px 0;
  text-decoration: none;
}

@media(max-width: 768px){
  .desktop-menu{
    display: none;
  }

  .mobile-btn{
    display: block;
  }
}
