body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #020617;
  color: white;
}

.logo {
  width: 90px !important;
  max-width: 90px !important;
  height: auto !important;
  display: block;
  margin: 20px auto;
}

.container {
  text-align: center;
  padding: 40px 20px;
}

.container p {
  color: #00f5ff;
  font-size: 18px;
  max-width: 700px;
  margin: 15px auto;
}

a {
  color: #00f5ff;
}

.container {
  text-align: center;
  padding: 20px;
}

a {
  color: #22d3ee;
  text-decoration: none;
}

.navbar {
  display: flex;
  justify-content: center;
  gap: 18px;
  background: #020617;
  padding: 15px;
}

.hero {
  text-align: center;
  padding: 40px 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #020617;
  color: white;
  overflow-x: hidden;
}

.container {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding: 40px 20px 20px;
  background: radial-gradient(circle at top, rgba(0, 255, 213, 0.18), transparent 35%), linear-gradient(135deg, #020617, #0f172a 45%, #020617);
}

.logo {
  display: block;
  width: 120px;
  max-width: 45%;
  margin: 0 auto 20px;
  filter: drop-shadow(0 0 18px rgba(0, 255, 213, 0.8));
}

.container p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.5;
  color: #dbeafe !important;
  text-align: center;
}

.hero-buttons {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn.secondary {
  background: transparent;
  color: #38bdf8;
  border: 2px solid #38bdf8;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  padding: 18px 16px;
  background: rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(56, 189, 248, 0.25);
}

.navbar a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.navbar a:hover {
  color: #00ffd5;
}

.navbar {
  overflow-x: auto;
  justify-content: flex-start;
  gap: 32px;
  padding: 24px 28px;
  padding-top: 6rem;
}

/* ELECTRIC INTRO EFFECT */
.electric-intro {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.bolt {
  position: absolute;
  width: 4px;
  height: 0;
  background: #00ffff;
  box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 40px #00ffff;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.bolt-1 {
  left: 48%;
  top: 0;
  animation-name: lightning1;
}

.bolt-2 {
  left: 55%;
  top: 0;
  animation-name: lightning2;
  animation-delay: 0.2s;
}

@keyframes lightning1 {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    height: 100vh;
    opacity: 0;
  }
}
@keyframes lightning2 {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    height: 100vh;
    opacity: 0;
  }
}
.electric-flash {
  position: absolute;
  inset: 0;
  background: rgba(0, 255, 255, 0.08);
  opacity: 0;
  animation: flash 1s ease-out forwards;
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.navbar a {
  white-space: nowrap;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0b1120;
  color: white;
}

.navbar {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.navbar a {
  color: #38bdf8;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease;
  display: inline-block;
  text-shadow: 0 0 8px #38bdf8;
}

.navbar a:hover {
  color: #ffffff;
  transform: scale(1.1) translateY(-2px);
}

.hero {
  padding: 90px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0f172a, #1e40af);
}

.hero h1 {
  font-size: 44px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 20px;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.05;
  color: #e2e8f0;
}

.btn {
  display: inline-block;
  margin-top: 30px;
  background: #38bdf8;
  color: #020617;
  padding: 15px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(56, 189, 248, 0.3);
}

section {
  padding: 55px 20px;
  max-width: 1100px;
  margin: auto;
}

section h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 35px;
}

.services h2 {
  font-size: 48px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.cta-button {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.card {
  background: #111827;
  border: 1px solid #334155;
  border-radius: 18px;
  padding: 8px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.card h3 {
  color: #38bdf8;
  font-size: 24px;
  margin-top: 0;
}

.service-box h3 {
  margin-bottom: 10px;
  margin-top: 25px;
}

.service-box {
  max-width: 700px;
  margin: auto;
}

.card p {
  color: #cbd5e1;
  line-height: 1.6;
  font-size: 17px;
}

.cta-button {
  text-align: center;
  background: #020617;
  border-top: 1px solid #334155;
  margin-top: 20px;
  border-bottom: 2px solid transparent;
  padding: 14px 28px;
  display: inline-block;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.cta p {
  color: #cbd5e1;
  font-size: 18px;
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1;
  }

  .navbar {
    gap: 28px;
    overflow-x: auto;
  }

  .navbar a {
    font-size: 1.4rem;
  }

  .hero p {
    font-size: 18px;
  }

  .btn {
    width: 100%;
    max-width: 280px;
  }

  .hero {
    padding-top: 40px;
  }

  .hero h1 {
    font-size: 60px;
    line-height: 0.95;
  }

  .contact-email {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
  }

  .contact-email a {
    color: #00e5ff;
    text-decoration: none;
  }

  .contact-email a:hover {
    text-decoration: underline;
  }

  .cta-button {
    margin-top: 20px;
  }

  .systems-section {
    padding: 60px 20px;
    text-align: center;
  }

  .systems-section h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .system-card {
    background: #111;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
  }

  .system-card h3 {
    margin-bottom: 15px;
    color: #00ffd5;
  }

  .system-card p {
    color: #ccc;
    line-height: 1.6;
  }

  h1 {
    font-size: 42px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 25px;
  }

  body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #0f172a;
    color: white;
  }

  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #111827;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 1000;
  }

  .navbar a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }

  .navbar a:hover {
    color: #38bdf8;
  }

  .hero {
    padding-top: 40px;
    text-align: center;
  }

  header {
    background: #111;
    padding: 15px 30px;
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  nav {
    display: flex;
    justify-content: center;
    gap: 25px;
  }

  nav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
  }

  nav a:hover {
    color: #00ff99;
  }

  .navbar {
    background: #111;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
  }

  nav a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
    font-size: 14px;
  }

  nav a:hover {
    opacity: 0.7;
  }

  .electric-intro {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
    animation: introFade 5s ease forwards;
  }

  .electric-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 170, 255, 0.45), transparent), radial-gradient(circle at 50% 18%, rgba(0, 170, 255, 0.6), transparent 28%);
    opacity: 0;
    animation: currentSweep 4s ease-in-out forwards;
  }

  .electric-intro::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(115deg, transparent 48%, rgba(0, 200, 255, 0.9) 49%, transparent 51%), linear-gradient(65deg, transparent 48%, rgba(0, 120, 255, 0.7) 49%, transparent 51%);
    background-size: 180px 180px;
    filter: drop-shadow(0 0 10px #00aaff);
    opacity: 0;
    animation: electricGrid 4.5s ease forwards;
  }

  .bolt {
    position: absolute;
    width: 10px;
    height: 55vh;
    background: #ffffff;
    box-shadow: 0 0 12px #fff, 0 0 25px #00aaff, 0 0 55px #00aaff;
    clip-path: polygon(55% 0%, 35% 28%, 52% 28%, 25% 60%, 47% 60%, 35% 100%, 80% 48%, 58% 48%, 78% 20%, 60% 20%);
    opacity: 0;
    animation: boltStrike 5s ease forwards;
  }

  .bolt-1 {
    top: -5%;
    left: 48%;
  }

  .bolt-2 {
    top: -8%;
    left: 58%;
    transform: rotate(20deg);
    animation-delay: 0.6s;
  }

  .electric-flash {
    position: absolute;
    inset: 0;
    background: rgba(0, 170, 255, 0.12);
    opacity: 0;
    animation: flashPulse 5s ease-in-out forwards;
  }

  @keyframes currentSweep {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    20% {
      opacity: 1;
    }
    70% {
      opacity: 1;
      transform: translateX(100%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  @keyframes electricGrid {
    0%, 10% {
      opacity: 0;
      transform: scale(1.1);
    }
    25%, 70% {
      opacity: 0.55;
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }
  @keyframes boltStrike {
    0%, 8% {
      opacity: 0;
    }
    12%, 22%, 35%, 55% {
      opacity: 1;
    }
    18%, 30%, 45%, 75%, 100% {
      opacity: 0;
    }
  }
  @keyframes flashPulse {
    0%, 100% {
      opacity: 0;
    }
    12%, 25%, 40% {
      opacity: 0.8;
    }
    18%, 32%, 55% {
      opacity: 0;
    }
  }
  @keyframes introFade {
    0%, 85% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  #ai-chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #111;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    z-index: 9999;
  }

  #ai-chat-box {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 22px;
    width: 280px;
    background: white;
    color: #111;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    z-index: 9999;
  }

  #ai-chat-box.open {
    display: block;
  }

  .chatbot-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
  }

  #chatbot-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 30px;
  }

  #chatbot-box {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 300px;
    max-width: 80vw;
    height: 350px;
    display: none;
  }

  .chatbot-box.open {
    display: block;
  }

  #ai-chat-box {
    display: none;
  }

  #ai-chat-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    font-size: 30px;
    z-index: 99999;
  }

  #ai-chat-box {
    position: fixed;
    right: 20px;
    bottom: 95px;
    width: 340px;
    max-width: calc(100vw - 40px);
    background: #111;
    border: 1px solid #00f5d4;
    border-radius: 15px;
    padding: 20px;
    display: none;
    z-index: 99999;
  }

  #ai-chat-button {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    font-size: 24px;
  }

  #ai-chat-box.open {
    display: block;
  }

  #ai-chat-button,
#ai-chat-box {
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

  .chat-box {
    position: fixed;
    right: 18px;
    bottom: 95px;
    width: 340px;
    height: 450px;
    max-height: 70vh;
    max-width: calc(100vw - 36px);
    z-index: 9999;
    overflow: hidden;
  }

  .chat-button {
    position: fixed;
    right: 22px;
    bottom: 35px;
    z-index: 10000;
  }

  .chat-window {
    position: fixed;
    right: 16px;
    bottom: 90px;
    width: 92vw;
    max-width: 360px;
    height: 420px;
    max-height: 65vh;
    overflow-y: auto;
    z-index: 10000;
  }
}
@media (min-width: 768px) and (max-width: 480px) {
  .chat-window {
    width: calc(100vw - 32px);
    right: 16px;
    bottom: 90px;
  }
}
@media (min-width: 768px) {
  .chat-window,
.chat-box {
    min-height: 420px;
    max-height: 520px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .chat-input,
.chat-footer {
    display: flex;
  }
}
@media (min-width: 768px) {
  #ai-chat-box {
    display: none;
  }
}
@media (min-width: 768px) {
  #ai-chat-box.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 20px;
    bottom: 140px;
    width: 320px;
    height: 420px;
    z-index: 9999;
    background: #111;
  }
}
@media (min-width: 768px) {
  .user-message {
    background: #007bff;
    color: white;
    padding: 8px 10px;
    margin: 8px 0;
    border-radius: 10px;
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .bot-message {
    background: #eeeeee;
    color: #111;
    padding: 8px 10px;
    margin: 8px 0;
    border-radius: 10px;
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  #ai-chat-box {
    display: none;
  }
}
@media (min-width: 768px) {
  #ai-chat-box.open {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 320px;
    height: 420px;
    z-index: 99999;
    background: #111;
  }
}
@media (min-width: 768px) {
  .chat-input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #111;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .chat-box {
    position: fixed;
    z-index: 99999;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .chat-box {
    height: 500px;
    max-height: 75vh;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .consultation-link {
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .ai-chat-button {
    z-index: 99999;
  }
}
@media (min-width: 768px) {
  .bot-message,
.user-message {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .chat-box {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .bot-message,
.user-message {
    max-width: 80%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media (min-width: 768px) {
  .bot-message {
    clear: both;
  }
}
@media (min-width: 768px) {
  .user-message {
    clear: both;
  }
}
@media (min-width: 768px) {
  #ai-chat-button {
    bottom: 110px;
  }
}
@media (min-width: 768px) {
  .chat-box {
    background: #111;
    z-index: 99999;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .bot-message {
    background: #eeeeee;
    color: #111;
    padding: 8px 10px;
    margin: 8px 0;
    border-radius: 10px;
    max-width: 80%;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .chat-input {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
  }
}
@media (min-width: 768px) {
  .chat-body,
.chat-messages,
.messages,
#chat-body {
    display: flex;
    flex-direction: column;
    height: 180px;
    overflow-y: auto;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #ai-chat-box a:focus,
#ai-chat-box button:focus,
#ai-chat-box input:focus {
    outline: none;
  }
}
@media (min-width: 768px) {
  #chat-body .bot-message {
    color: #111;
  }
}
@media (min-width: 768px) {
  #chat-body .user-message {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .chat-box *::before,
.chat-box *::after {
    content: none !important;
  }
}
@media (min-width: 768px) {
  .header img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .hero {
    min-height: auto;
    height: auto;
    padding: 40px 20px;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  img.logo {
    width: 80px !important;
    max-width: 80px !important;
    height: auto !important;
    max-height: 80px !important;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 80px !important;
    max-width: 80px !important;
    height: auto !important;
    max-height: 80px !important;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #ai-chat-button {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #00ffd5 !important;
    color: #000 !important;
    font-size: 32px !important;
    cursor: pointer !important;
    z-index: 99999 !important;
  }
}
@media (min-width: 768px) {
  #ai-chat-box {
    position: fixed !important;
    bottom: 110px !important;
    right: 25px !important;
    width: 320px !important;
    max-width: 90vw !important;
    z-index: 99998 !important;
    display: none;
  }
}
@media (min-width: 768px) {
  #ai-chat-box.open {
    display: block !important;
  }
}
@media (min-width: 768px) {
  body {
    background: #050505 !important;
    color: #eaffff !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  h1, h2, h3, p, a, li {
    color: #eaffff !important;
  }
}
@media (min-width: 768px) {
  .hero,
.container {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 140px !important;
    max-width: 140px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 15px auto !important;
  }
}
@media (min-width: 768px) {
  .hero p,
.container p {
    display: block !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 10px auto 20px !important;
    max-width: 650px !important;
    text-align: center !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body {
  background: #020617 !important;
  color: #dbeafe !important;
}

.container,
.hero {
  color: #dbeafe !important;
  text-align: center !important;
}

.container p,
.hero p {
  color: #dbeafe !important;
}

.logo {
  width: 120px !important;
  max-width: 120px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto 20px !important;
  filter: drop-shadow(0 0 18px rgba(0, 255, 213, 0.8)) !important;
}

h1, h2 {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(0, 255, 255, 0.7);
}

h1 span,
h2 span,
.highlight,
.accent {
  color: #00ffe7;
}

p, li, a {
  color: #dffcff;
}

.btn {
  background: linear-gradient(135deg, #00ffe7, #00aaff);
  color: #001018;
  box-shadow: 0 0 18px rgba(0, 255, 231, 0.5);
}

.card, .service-card, .system-card {
  border: 1px solid rgba(0, 255, 231, 0.35);
  box-shadow: 0 0 20px rgba(0, 255, 231, 0.12);
}

/* FINAL FRAME FIX - LOGO GAP + COLOUR */
.container {
  min-height: auto !important;
  height: auto !important;
  padding: 20px 20px 25px !important;
  margin: 0 auto !important;
  max-width: 900px !important;
  text-align: center !important;
  background-image: none !important;
}

.hero {
  min-height: auto !important;
  height: auto !important;
  padding: 25px 20px 40px !important;
  margin: 0 auto !important;
  text-align: center !important;
  overflow: visible !important;
}

.logo,
.logo,
img.logo {
  width: 350px !important;
  max-width: 90% !important;
  height: auto !important;
  max-height: none !important;
}

.container p,
.hero p {
  color: #dbeafe !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  margin: 8px auto 18px auto !important;
  max-width: 700px !important;
}

h1,
h2,
h3 {
  color: #ffffff !important;
  text-shadow: 0 0 14px rgba(0, 255, 255, 0.65) !important;
}

h1 span,
h2 span,
.highlight,
.accent {
  color: #00ffe7 !important;
}

.btn {
  background: linear-gradient(135deg, #00ffe7, #38bdf8) !important;
  color: #020617 !important;
  box-shadow: 0 0 18px rgba(0, 255, 231, 0.45) !important;
}

.logo-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-logo {
  width: 350px;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 20px rgba(0,255,136,0.9));
}

.section-logo {
  text-align: center;
  margin: 40px 0 20px 0;
}

.section-logo img {
  width: 120px;
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 0 10px rgba(0,255,136,0.7));
}

/* FINAL AIBSS POLISH - ELECTRIC CYAN / EMERALD */

body {
  background:
    radial-gradient(circle at top, rgba(0, 255, 231, 0.16), transparent 35%),
    linear-gradient(180deg, #020617 0%, #06111f 45%, #020617 100%) !important;
  color: #ffffff !important;
}

.navbar {
  background: rgba(2, 6, 23, 0.88) !important;
  border-bottom: 1px solid rgba(0, 255, 231, 0.35) !important;
  box-shadow: 0 0 22px rgba(0, 255, 231, 0.18) !important;
}

.navbar a {
  color: #dffcff !important;
  text-shadow: 0 0 8px rgba(0, 255, 231, 0.5) !important;
}

.navbar a:hover {
  color: #00ffe7 !important;
}

.hero {
  background:
    radial-gradient(circle at center, rgba(0, 255, 231, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(0, 255, 136, 0.12), rgba(56, 189, 248, 0.08)) !important;
  border: 1px solid rgba(0, 255, 231, 0.25) !important;
  box-shadow: 0 0 35px rgba(0, 255, 231, 0.18) !important;
}

.main-logo {
  width: 380px !important;
  max-width: 92% !important;
  filter:
    drop-shadow(0 0 18px rgba(0,255,231,0.95))
    drop-shadow(0 0 35px rgba(0,255,136,0.55)) !important;
  animation: logoPulse 3s ease-in-out infinite !important;
}

.section-logo img {
  width: 135px !important;
  filter:
    drop-shadow(0 0 12px rgba(0,255,231,0.85))
    drop-shadow(0 0 22px rgba(0,255,136,0.45)) !important;
}

h1, h2, h3 {
  color: #ffffff !important;
  text-shadow: 0 0 14px rgba(0, 255, 231, 0.65) !important;
}

.service-card,
.system-card,
.contact-box {
  background: rgba(7, 17, 31, 0.86) !important;
  border: 1px solid rgba(0, 255, 231, 0.32) !important;
  box-shadow: 0 0 24px rgba(0, 255, 231, 0.14) !important;
}

.service-card:hover,
.system-card:hover {
  transform: translateY(-4px) !important;
  box-shadow:
    0 0 18px rgba(0, 255, 231, 0.45),
    0 0 35px rgba(0, 255, 136, 0.22) !important;
}

.btn,
.cta-button {
  background: linear-gradient(135deg, #00ffe7, #00ff88) !important;
  color: #020617 !important;
  border: none !important;
  box-shadow: 0 0 22px rgba(0, 255, 231, 0.5) !important;
  font-weight: 700 !important;
}

.btn:hover,
.cta-button:hover {
  box-shadow:
    0 0 18px rgba(0, 255, 231, 0.8),
    0 0 34px rgba(0, 255, 136, 0.55) !important;
}

@keyframes logoPulse {
  0% {
    transform: scale(1);
    filter:
      drop-shadow(0 0 14px rgba(0,255,231,0.75))
      drop-shadow(0 0 25px rgba(0,255,136,0.35));
  }
  50% {
    transform: scale(1.025);
    filter:
      drop-shadow(0 0 24px rgba(0,255,231,1))
      drop-shadow(0 0 45px rgba(0,255,136,0.7));
  }
  100% {
    transform: scale(1);
    filter:
      drop-shadow(0 0 14px rgba(0,255,231,0.75))
      drop-shadow(0 0 25px rgba(0,255,136,0.35));
  }
}
