.elementor-91 .elementor-element.elementor-element-979276d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-91 .elementor-element.elementor-element-88eadcc{background-color:#000000;}.elementor-91 .elementor-element.elementor-element-2b63207{--display:flex;}.elementor-91 .elementor-element.elementor-element-3c48c22{width:100%;max-width:100%;margin:-10px -10px calc(var(--kit-widget-spacing, 0px) + -10px) -10px;}.elementor-91 .elementor-element.elementor-element-3c48c22.elementor-element{--align-self:center;}.elementor-91 .elementor-element.elementor-element-2a75476{--display:flex;}.elementor-91 .elementor-element.elementor-element-ec00128{--spacer-size:50px;width:100%;max-width:100%;}.elementor-91 .elementor-element.elementor-element-48cf2e2{--display:flex;}.elementor-91 .elementor-element.elementor-element-0db802f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-91 .elementor-element.elementor-element-e8cc2b4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-91 .elementor-element.elementor-element-ec00128{--spacer-size:0px;}}/* Start custom CSS for html, class: .elementor-element-3c48c22 */<style>
  :root{
    --tg-bg:#060b15;
    --tg-bg-2:#0a1426;
    --tg-card:#0b1630;
    --tg-accent:#0018ff;        /* DARKER BLUE YOU WANTED (#0000FF-ish) */
    --tg-accent-2:#0029d8;      /* Slight gradient depth but still same color family */
    --tg-glow:rgba(0,40,255,.45);
    --tg-text:#ffffff;          /* FULL WHITE TEXT GLOBALLY */
    --tg-soft:#d4e0ff;
    --radius:22px;
    --radius-sm:16px;
  }

  /* FIX: Buttons always white text, no hover tint */
  .tg-btn, .tg-cta {
    color:#ffffff !important;
  }
  .tg-btn:hover, .tg-cta:hover {
    filter:brightness(1.1);
    transform:translateY(-1px);
  }

  /* FIX: darker button background */
  .tg-btn{
    background:#0018ff !important;
    box-shadow:0 0 25px rgba(0,40,255,.55);
  }
  .tg-cta{
    background:#0018ff !important;
    box-shadow:0 0 28px rgba(0,40,255,.55);
  }

  /* FIX: infinite marquee: wider, smoother, center aligned */
  .tg-marquee { padding:34px 0; overflow:hidden; text-align:center; }
  .tg-track{
    display:flex; gap:26px;
    padding:10px 0;
    will-change:transform;
    align-items:center;
  }

  /* FIX: consistent glowing logos */
  .tg-logo{
    width:84px;height:84px;
    display:grid; place-items:center;
    border-radius:18px;
    background:linear-gradient(180deg,rgba(10,24,48,.9),rgba(8,18,36,.95));
    box-shadow:0 0 36px rgba(0,80,255,.4);
  }
  .tg-logo img{
    width:50px;height:50px;
    filter:drop-shadow(0 0 12px rgba(0,80,255,.65));
  }

  /* FIX: grid = always perfectly 3 + 3 (desktop) */
  .tg-grid{
    display:grid;
    gap:22px;
    grid-template-columns:repeat(3,1fr);
  }
  @media(max-width:900px){
    .tg-grid{ grid-template-columns:repeat(2,1fr); }
  }
  @media(max-width:600px){
    .tg-grid{ grid-template-columns:1fr; }
  }

  /* FIX: hero content centered */
  .tg-hero .container{
    text-align:center;
  }
  .tg-cta-row{
    justify-content:center;
  }

  /* FIX: stronger background visibility (glowing logo) */
  .tg-bg video{
    opacity:.44 !important;  /* brighter */
    filter:brightness(1.15) contrast(1.1);
  }
  .tg-bg::after{
    opacity:.8 !important;
    background:radial-gradient(900px 340px at 50% 0,
      rgba(0,80,255,.55), transparent 65%);
  }

  /* FIX: remove any accidental hover orange anywhere */
  *:hover{
    outline:none !important;
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39177e1 */.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}

.grid .card {
  flex: 0 0 33.333%;
  box-sizing: border-box;
  margin: 0;
}

@media (max-width: 768px) {
  .grid .card {
    flex: 0 0 100%;
  }
}
<style>
/* Nuke ALL global styles inside the brand strip */
#clean-brand-strip, 
#clean-brand-strip * {
  all: unset !important;
}

.cta {
  background: #0A111D;
  padding: 100px 0;
  text-align: center;
}

.cta-title { color: #42A5FF; font-size: 36px; }
.cta-sub { color: #B7C6D9; margin-bottom: 18px; }

.cta-btn {
  background: #42A5FF;
  padding: 14px 26px;
  border-radius: 12px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

/* rebuild ONLY what we need */
#clean-brand-strip {
  display: flex !important;
  gap: 40px !important;
  padding: 20px 0 !important;
  overflow: hidden !important;
  align-items: center !important;
}
.proof {
  padding: 80px 0;
  background: #02040A;
  text-align: center;
}

.proof-title {
  color: #42A5FF;
  font-size: 32px;
  margin-bottom: 10px;
}

.proof-sub {
  color: #B7C6D9;
}

.proof-logos img {
  margin: 0 16px;
  width: 70px;
  opacity: 0.9;
}

#clean-brand-strip img {
  height: 36px !important;
  width: auto !important;
  filter: brightness(0) invert(1) !important;
  display: block !important;
}

#clean-brand-strip span {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  display: block !important;
}
</style>
/* BOT BUTTON */
.guardian-bot {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  background: #42A5FF;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(66,165,255,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99999;
}

.bot-icon { width: 40px; }

/* CHAT WINDOW */
.bot-window {
  position: fixed;
  bottom: 110px;
  right: 28px;
  width: 340px;
  height: 420px;
  background: #0A111D;
  border: 1px solid #42A5FF;
  border-radius: 14px;
  box-shadow: 0 0 30px rgba(66,165,255,0.35);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 99999;
}

.bot-header {
  background: #42A5FF;
  color: #000;
  padding: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.bot-body {
  padding: 12px;
  height: 320px;
  overflow-y: auto;
  color: #EAF4FF;
}

.bot-msg {
  margin: 8px 0;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
}

.bot-msg-ai {
  background: #1A2A4D;
  color: #EAF4FF;
  width: fit-content;
}

.bot-msg-user {
  background: #42A5FF;
  color: #000;
  width: fit-content;
  margin-left: auto;
}

.bot-input {
  border: none;
  padding: 14px;
  background: #0A111D;
  color: #EAF4FF;
  width: 100%;
  outline: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4418f7e */.popup-shatter {
  animation: popupShatter 0.8s forwards;
}

@keyframes popupShatter {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
    filter: blur(2px);
  }
  60% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.9);
    filter: blur(6px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    filter: blur(12px);
  }
}

/* PARTICLE BURST EFFECT */
#guardian-popup.popup-shatter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(10,61,255,0.35), transparent 70%);
  pointer-events: none;
  animation: popupParticles 0.8s ease-out forwards;
  z-index: -1;
}

@keyframes popupParticles {
  0% {
    opacity: 0.8;
    transform: scale(1);
    filter: blur(2px);
  }
  100% {
    opacity: 0;
    transform: scale(2.4);
    filter: blur(12px);
  }
}/* End custom CSS */
/* Start custom CSS *//* ------------------------------
   PARTICLE BACKGROUND (global)
--------------------------------*/
.particles-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.particle {
  position: absolute;
  bottom: -20px;
  width: 4px;
  height: 4px;
  background: #0a3dff;
  border-radius: 50%;
  animation: floatUp 12s linear infinite;
  box-shadow: 0 0 10px #0a3dff, 0 0 20px #1a5fff, 0 0 30px #0a3dff;
}

@keyframes floatUp {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  5% { opacity: .8; }
  95% { opacity: .8; }
  100% { transform: translateY(-100vh) scale(.5); opacity: 0; }
}

/* ------------------------------
   YOUR EXISTING CARD STYLING
--------------------------------*/
.card {
  background: linear-gradient(180deg, #0b1831, #08152b);
  border-radius: 20px;
  padding: 24px;
  box-shadow: inset 0 0 0 1px rgba(140,180,255,.18), 
              0 14px 50px rgba(0,0,0,.5);
  position: relative;
  overflow: hidden;
  transition: all .4s cubic-bezier(0.175,0.885,0.32,1.275);
  cursor: pointer;
  z-index: 10;
}

.card::before {
  content: "";
  position: absolute;
  inset: -40% -40% auto -40%;
  height: 50%;
  background: radial-gradient(520px 200px at 50% 0, rgba(10,61,255,.24), transparent 60%);
  filter: blur(26px);
  transition: all .4s ease;
}

.card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: inset 0 0 0 2px #0a3dff, 
              0 25px 60px rgba(0,0,0,.6),
              0 0 40px rgba(10,61,255,.25);
}

.card:hover::before {
  background: radial-gradient(520px 200px at 50% 0, rgba(10,61,255,.45), transparent 60%);
}

.price-tag {
  display: inline-block;
  background: linear-gradient(180deg, #0a3dff, #0030c7);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: all .3s ease .1s;
}

.card:hover .price-tag {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------
   BRAND SCROLLER + CTA BLOCKS
--------------------------------*/
.brand-scroll-section {
  padding: 50px 0;
  overflow: hidden;
  border-top: 1px solid rgba(140,180,255,.1);
  border-bottom: 1px solid rgba(140,180,255,.1);
  background: linear-gradient(180deg, rgba(5,9,15,.95), rgba(8,12,20,.95));
  z-index: 10;
  position: relative;
}

.scroll-track { display: flex; width: max-content; }
.scroll-row {
  display: flex; gap: 60px;
  animation: scrollLeft 30s linear infinite;
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.brand-logo img {
  height: 40px; width: auto;
  filter: brightness(0) invert(1) opacity(.6);
  transition: .3s ease;
}

.brand-logo:hover img {
  filter: brightness(0) invert(1) opacity(1)
          drop-shadow(0 0 15px #0a3dff);
}

.cta-section {
  padding: 80px 5%;
  text-align: center;
  background: linear-gradient(180deg, rgba(5,9,15,.9), rgba(8,15,30,.95));
  position: relative;
  z-index: 10;
}

.contact-card {
  background: linear-gradient(180deg, #0b1831, #08152b);
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: inset 0 0 0 1px rgba(140,180,255,.18), 
              0 12px 40px rgba(0,0,0,.4);
  transition: all .3s ease;
  z-index: 10;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: inset 0 0 0 1px #0a3dff,
              0 20px 50px rgba(0,0,0,.5),
              0 0 25px rgba(10,61,255,.2);
}/* End custom CSS */