:root {
  --bg: #08080f;
  --bg2: #0d0d1a;
  --bg3: #12121f;
  --sf: #16162a;
  --bd: rgba(255, 255, 255, 0.07);
  --bd2: rgba(255, 255, 255, 0.13);
  --tx: #f0f0ff;
  --tx2: #a8a8c8;
  --tx3: #6b6b8a;
  --pur: #8b5cf6;
  --blu: #3b82f6;
  --tb: #9090ff4d;
  --grad: linear-gradient(135deg, #8b5cf6, #3b82f6);
  --nav: 68px;
  --dsb: 240px;
}

.lm {
  --bg: #fafafe;
  --bg2: #8fdfff33;
  --bg3: #89a0ad27;
  --sf: #ffffffb3;
  --bd: rgba(99, 71, 246, 0.1);
  --bd2: rgba(99, 71, 246, 0.2);
  --tx: #0f0f1a;
  --tx2: #4a4a4b;
  --tx3: #7878a0;
  --main: #0b1327f5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", sans-serif;
  background: var(--bg);
  color: var(--tx);
  overflow-x: hidden;
  transition: background 0.3s, color 0.3s;
}

a {
  text-decoration: none;
  color: inherit;
}

.gt {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.slbl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.73rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pur);
  margin-bottom: 14px;
}

.slbl::before {
  content: "";
  width: 0px;
  height: 1.5px;
  background: var(--grad);
}

.stitle {
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

.ssub {
  font-size: 1rem;
  color: var(--tx3);
  max-width: 560px;
  text-align: justify;
  text-justify: inter-word;
}

.aur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.aur-a {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle,
      rgba(71, 17, 199, 0.22),
      transparent 70%);
}

.aur-b {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,
      rgba(59, 130, 246, 0.18),
      transparent 70%);
}

.gc {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  transform-origin: center;
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

/* Dark overlay on image */
.gc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: rgba(0, 0, 0, 0);
  transition: background .4s ease;
  z-index: 1;
  pointer-events: none;
}

.gc:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 92, 246, .3);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .25);
}


.gc img {
  transition: transform .4s ease;
}

.gc:hover img {
  transform: scale(1.08);
}

.gc .p-4 {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 2;
}

.gc p {
  flex-grow: 1;
  text-align: justify;
}

.gc h3 {
  transition: color .35s ease;
}

.gc:hover h3 {
  color: #8b5cf6;
}

.ftico {
  transition: transform .35s ease;
}

.gc:hover .ftico {
  transform: rotate(-10deg);
}

.gc .btn {
  transition: transform .35s ease;
}

.gc:hover .btn {
  transform: translateX(5px);
}

.gc table,
.gc table th,
.gc table td {
  text-align: center;
  vertical-align: middle;
}

.bgrd {
  background: var(--grad);
  border: none;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  border-radius: 12px;
  transition: 0.25s;
  cursor: pointer;
}


.bgrd:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4);
  color: #fff;
}

.boc {
  background: transparent;
  border: 1px solid var(--bd2);
  color: var(--tx2);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  border-radius: 12px;
  transition: 0.25s;
  cursor: pointer;
}

.boc:hover {
  border-color: var(--pur);
  background: rgba(139, 92, 246, 0.08);
  color: var(--tx);
}

.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s, transform 0.65s;
}

.rv.in {
  opacity: 1;
  transform: none;
}

.sp {
  padding: 90px 0;
}

/*=========================================
                  NAVBAR
=========================================*/
#nbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  height: 80px;
  background: rgba(8, 8, 15, 0.78);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  transition: background 0.3s, box-shadow 0.3s;
}

.lm #nbar {
  background: var(--main);
  color: var(--bg);
}

#nbar.scr {
  background: rgba(8, 8, 15, 0.6);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
}

.lm #nbar.scr {
  background: var(--main);
  color: var(--bg);
}

.logo-i {
  width: 95px;
  height: 100px;
  background: var(--nav);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 12px;
}

.nav-link {
  color: var(--tx3) !important;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 6px 14px !important;
  border-radius: 8px;
  transition: 0.2s !important;
}

.nav-link:hover {
  color: var(--tx3) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid var(--bd2);
}

.lm .nav-link:hover {
  background: rgba(68, 65, 65, 0.1) !important;
}

.lm #nbar.scr .nav-link {
  color: var(--sf) !important;
}

#nbar .d-flex.justify-content-between {
  min-width: 0;
}

#nbar .d-flex.align-items-center.gap-2 {
  flex-shrink: 0;
}

.aur {
  display: none;
}

#mbmenu {
  position: fixed;
  top: var(--nav);
  left: 0;
  right: 0;
  z-index: 1049;
  background: rgba(8, 8, 15, 0.98);
  backdrop-filter: blur(20px);
  padding: 14px 20px 20px;
  border-bottom: 1px solid var(--bd);
  display: none;
}

.lm #mbmenu {
  background: rgba(250, 250, 254, 0.98);
}

#mbmenu.open {
  display: block;
}

/*=========================================
                  HERO
=========================================*/
#hero {
  min-height: 100vh;
  padding-top: var(--nav);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  z-index: -3;
}

.bg2 {
  inset: 25px 0 0 0;
  /* top right bottom left */
}



.hero-bg.active {
  opacity: 1;
}

.hbadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px 5px 8px;
  border-radius: 100px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.3);
  font-size: 0.78rem;
  font-weight: 600;
  color: #a78bfa;
  margin-bottom: 22px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}

.hero-content.active {
  opacity: 1;
  transform: translateY(0);
}

.bdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pur);
  animation: bpls 2s infinite;
  flex-shrink: 0;
}

.h1 {
  font-size: clamp(2.4rem, 6.5vw, 5rem);
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}


/* Home */
.table-wrapper {
  border: 1px solid var(--bd);
  border-radius: 18px;
  overflow: hidden;
  background: var(--sf);
}

.table-wrapper table {
  margin-bottom: 0;
}

.table-wrapper thead th {
  background: var(--bg2);
  border-bottom: 2px solid var(--bd);
}

.table-wrapper tbody tr:last-child td {
  border-bottom: none;
}


.ftico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #120075, #4f46e5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}

.ftag {
  display: inline-block;
  margin-top: auto;
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(158, 150, 177, 0.185);
  color: #8383add7;
  border: 1px solid rgba(135, 120, 168, 0.281);
  align-self: flex-start;
}

/* BENTO */
.bgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bs2 {
  grid-column: span 2;
}

.bt2 {
  grid-row: span 2;
}

.bvis {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--bg3);
}

.bvis::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(139, 92, 246, 0.14),
      rgba(59, 130, 246, 0.08));
}

@media (max-width: 767px) {
  .bgrid {
    grid-template-columns: 1fr;
  }

  .bs2,
  .bt2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}


/*=========================================
               Demo Video
=========================================*/

.video-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.video-wrapper video {
  width: 100%;
  display: block;
  border-radius: 24px;
  background: #000;
}


/*=========================================
              HOW IT WORKS 
=========================================*/
#how-it-works {
  background: var(--bg);
  padding: 100px 8%;
  text-align: center;
  overflow: visible;
}

#how-it-works .badge {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid var(--pur);
  border-radius: 50px;
  color: var(--pur);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#how-it-works h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--tx);
  margin-bottom: 18px;
}

#how-it-works h2 span {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#how-it-works .subtitle {
  max-width: 700px;
  margin: 0 auto 80px;
  color: var(--tx2);
  line-height: 1.7;
  font-size: 16px;
}

/*-Steps-*/
#how-it-works .steps {
  width: 900px;
  margin: auto;
  position: relative;
}

#how-it-works .step-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
}

#how-it-works .offset-1 {
  margin-left: 0;
}

#how-it-works .offset-2 {
  margin-left: 180px;
}

#how-it-works .offset-3 {
  margin-left: 360px;
}

/*-Step Number-*/
#how-it-works .step-num {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  margin-top: 70px;
  box-shadow: 0 0 20px rgba(139, 92, 246, .35);
}

/*-Card-*/
#how-it-works .card {
  width: 400px;
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  padding: 30px;
  position: relative;
  text-align: left;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
}

#how-it-works .card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to top,
      rgba(139, 92, 246, .12),
      transparent);
  pointer-events: none;
}

#how-it-works .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(139, 92, 246, .12);
  border: 1px solid rgba(139, 92, 246, .25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--pur);
  margin-bottom: 18px;
}

#how-it-works .card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--tx);
}

#how-it-works .card p {
  color: var(--tx2);
  line-height: 1.7;
  font-size: 15px;
}

/*-Connector-*/
#how-it-works .connector {
  width: 380px;
  height: 110px;
  position: relative;
}

#how-it-works .connector.c1 {
  margin-left: 30px;
}

#how-it-works .connector.c2 {
  margin-left: 210px;
}

#how-it-works .connector svg {
  position: absolute;
  inset: 0;
}

#how-it-works .connector path {
  stroke: var(--pur);
}

#how-it-works .connector polygon {
  fill: var(--pur);
}

#how-it-works .bolt {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--pur);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -18px;
  left: 20px;
  background: var(--bg);
  color: var(--pur);
  z-index: 5;
}

/*-------------------------
        Mobile
-------------------------*/
@media(max-width:900px) {
  #how-it-works {
    padding: 70px 20px;
  }

  #how-it-works h2 {
    font-size: 32px;
  }

  #how-it-works .subtitle {
    margin-bottom: 50px;
    font-size: 15px;
  }

  #how-it-works .steps {
    width: 100%;
  }

  #how-it-works .step-row {
    flex-direction: column;
    align-items: center;
    margin-left: 0 !important;
    text-align: center;
  }

  #how-it-works .step-num {
    margin: 0 0 15px;
  }

  #how-it-works .card {
    width: 100%;
    max-width: 420px;
    text-align: center;

  }

  #how-it-works .icon-box {
    margin: 0 auto 18px;
    /* 👈 centers the icon box (it's inline-flex, so text-align alone won't center it) */
  }

  #how-it-works .connector {
    display: none;
  }

  #how-it-works .step-row:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 40px;
    margin: 20px auto;
    background: repeating-linear-gradient(to bottom,
        var(--pur),
        var(--pur) 6px,
        transparent 6px,
        transparent 12px);
  }
}

@media(max-width:500px) {
  #how-it-works h2 {
    font-size: 26px;
  }

  #how-it-works .card {
    padding: 22px;
  }

  #how-it-works .card h3 {
    font-size: 20px;
  }

  #how-it-works .card p {
    font-size: 14px;
  }
}



/*=========================================
            GALLERY
=========================================*/
.gallery-slider {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.carousel-indicators {
  bottom: -55px;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--muted);
  border: none;
  opacity: .5;
}

.carousel-indicators .active {
  background: var(--blue);
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #8080801A;
  backdrop-filter: blur(8px);
  background-size: 55%;
}

@media(max-width:992px) {
  .gallery-slider img {
    height: 450px;
  }
}

@media(max-width:576px) {
  .gallery-slider img {
    height: 280px;
  }
}

/*Social Proof */
#proof {
  background: var(--bg2);
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  padding: 44px 0;
}

.pnum {
  font-size: 1.9rem;
  font-weight: 700;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}

.plbl {
  font-size: 0.77rem;
  color: var(--tx3);
  margin-top: 3px;
}

.lscroll {
  overflow: hidden;
  margin-top: 28px;
}

.ltrack {
  display: flex;
  gap: 36px;
  width: max-content;
  animation: lscr 18s linear infinite;
}

.lbr {
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--tx3);
  opacity: 0.5;
  white-space: nowrap;
}

@keyframes lscr {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* =====================================
           CONTACT CARDS
===================================== */

#contact .pcard {
  background: rgba(255, 255, 255, .03);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(139, 92, 246, .18);
  border-radius: 22px;
  padding: 34px;
  transition: .35s;
  overflow: hidden;
}

#contact .pcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(139, 92, 246, .65),
      transparent);
}

#contact .pcard:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 92, 246, .35);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, .25),
    0 0 45px rgba(139, 92, 246, .12);
}

#contact .pcard small {
  font: size 1.1em;
  font-weight: 700;
  margin-bottom: 6px;
  padding-left: 10px;
}

#contact .pcard h6 {
  font-weight: 350;
  margin-bottom: 15px;
  padding-left: 24px;
}


/*=========================================
              Testimonials
=========================================*/
.profile {
  display: grid;
  grid-template-columns: auto;
  /* instead of center */
  gap: 4px;
  margin-top: 10px;
}

.profile-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7a6ad8, #bbb8ce);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  flex-shrink: 0;
  /* Prevent shrinking */
}

.profile {
  margin-top: auto;
}

/*=========================================
                   FAQ
=========================================*/
.acco .accordion-item {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.acco .accordion-button {
  background: var(--sf);
  color: var(--tx);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.94rem;
  box-shadow: none;
  border-radius: 18px !important;
  padding: 18px 22px;
}

.acco .accordion-button:not(.collapsed) {
  background: rgba(139, 92, 246, 0.06);
  color: #a78bfa;
}

.acco .accordion-button::after {
  filter: invert(1) hue-rotate(220deg);
}

.lm .acco .accordion-button::after {
  filter: none;
}

.acco .accordion-body {
  color: var(--tx);
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 0 22px 18px;
}

/* CTA */
#cta {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* ===========================
   Footer
=========================== */

#foot {
  background: var(--main);
  border-top: 1px solid var(--bd);
  padding: 40px 0 30px;
}

#foot .row:first-child {
  align-items: flex-start;
}

/* Logo */
#foot img {
  max-height: 120px;
  width: auto;
}

/* Contact */
#foot .contact-info {
  margin-top: 0px;
}

#foot .contact-info p {
  margin-bottom: 0px;
}

#foot .contact-info a {
  color: var(--sf);
  text-decoration: none;
  transition: .25s;
  font-size: small;
}

#foot .contact-info a:hover {
  color: var(--pur);
}

/* Footer Columns */
.fcol h5 {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--tx3);
  margin-bottom: 18px;
}

.fcol a {
  display: block;
  padding: 5px 0;
  font-size: .92rem;
  color: var(--sf);
  text-decoration: none;
  transition: .25s;
  text-align: left;
  padding-left: 5px;
}

.fcol a:hover {
  color: var(--pur);
}

/* Bottom Bar */
#foot .bottom-bar {
  border-top: 1px solid var(--bd);
  margin-top: 40px;
  padding-top: 5px;
}

/* Social Icons */
.sico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx3);
  border: 1px solid var(--bd);
  transition: .25s;
}

.sico:hover {
  background: var(--pur);
  color: #fff;
  border-color: var(--pur);
}

/* Mobile */
@media (max-width:767px) {

  #foot {
    text-align: center;
  }

  #foot img {
    margin: 0 auto;
    display: block;
  }

  .contact-info {
    margin-bottom: 30px;
  }

  .fcol {
    margin-top: 25px;
  }

  .fcol a {
    padding-left: 60px;
  }

  .bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
}

/* Tablet (768px - 991px) */
@media (min-width:768px) and (max-width:991.98px) {

  #foot .row {
    justify-content: center;
  }

  #foot .fcol {
    text-align: center;
  }

  #foot img {
    margin: 0 auto;
    display: block;

    padding-left: 20px;
  }

  .contact-info {
    margin-bottom: 30px;
    justify-self: center;
  }

  .fcol a {
    padding-left: 130px;
  }

  #foot .logo-i,
  #foot img {
    height: 160px !important;
  }
}

img,
video {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}