html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(135deg, #090116 0%, #15092e 100%);
}

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.sticky-top { top: 1em; }

.navbar-items a {
  color: #F1EFEC;
}

.navbar-items a:hover {
  color: white;
}

.nav-style-x {
  border-radius: .7rem;
  border: .05px solid #8632d5;
  background: linear-gradient(90deg,rgba(89, 20, 218, 0.8) 0%, rgba(202, 29, 218, 0.8) 100%);
  box-shadow: -1px 13px 46px -4px rgba(0,0,0,0.61);
  -webkit-box-shadow: -1px 13px 46px -4px rgba(0,0,0,0.61);
  -moz-box-shadow: -1px 13px 46px -4px rgba(0,0,0,0.61);
  opacity: 0;
  animation: fade-in-right ease 0.75s forwards;
}

.container-shadow-x-2 {
  box-shadow: -1px 13px 46px -14px rgba(0,0,0,0.5);
  -webkit-box-shadow: -1px 13px 46px -14px rgba(0,0,0,0.5);
  -moz-box-shadow: -1px 13px 46px -14px rgba(0,0,0,0.5);
}

.downarrow-x {
  font-size: 4rem;
}

.about-bg-x {
  background: rgba(30,10,61,0.6);
  backdrop-filter: blur(16px) saturate(120%);
  border: 2px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 32px rgba(30,10,61,0.18);
}

/* Glassmorphism for About badges */
.badge-about-x {
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255,255,255,0.25);
  box-shadow: 0 2px 12px rgba(30,10,61,0.08);
  color: #fff !important;
  border-radius: 1rem;
  padding: 0.2em 0.7em;
  font-weight: 700;
  font-size: 1.05em;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  text-shadow: 0 1px 6px rgba(30,10,61,0.25);
}
.badge-about-x span {
  color: #fff !important;
}

.badge-about-x a {
  color: inherit;
  text-decoration: underline;
}
.badge-about-x:hover {
  background: rgba(255,255,255,0.28);
  color: #da2dd1 !important;
}


.badge-about-y {
  background-color: #2e105e;
}

.discover-shadow-x:hover {
  box-shadow: -1px -1px 46px -4px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: -1px -1px 46px -4px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: -1px -1px 46px -4px rgba(255, 255, 255, 0.4);
}

.section-spacer {
  height: 100px;
}

.section-spacer-2 {
  height: 30px;
}

.hasbackground {
  background-image: url(bg-alt.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: none !important;
}

.full-bg-card {
  background-color: #ffffff;
}

.font-lift-x {
  text-shadow: -1px -1px 13px rgba(0,0,0,1);
}

.font-lift-y {
  border-radius: 0.7rem;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: rgba(255, 255, 255, 0.952);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(219, 219, 219, 0.33);
  box-shadow: -1px 13px 46px -4px rgba(0,0,0,0.61);
  -webkit-box-shadow: -1px 13px 46px -4px rgba(0,0,0,0.61);
  -moz-box-shadow: -1px 13px 46px -4px rgba(0,0,0,0.61);
}

.accordion-body a {
  color: black;
}

@keyframes pulse-glow {
  0% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.homepage-title {
  opacity: 0;
  animation: fade-in-right ease 1.5s forwards;
}

.homepage-desc {
  animation-delay: 1.5s;
}

.about-section {
  position: relative;
  min-height: 200vh;
  background: transparent !important;
  z-index: 1;
}

.about-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 2rem 0 2rem 0;
  text-align: left;
}

.about-images-parallax {
  position: relative;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.5rem;
  z-index: 3;
}

.about-img {
  width: 200px;
  max-width: 90vw;
  border-radius: 2rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  will-change: transform;
  pointer-events: auto;
  transition: box-shadow 0.2s;
  margin: 0 40px;
}

.about-img:nth-child(odd) {
  align-self: flex-start;
  margin-left: 40px;
  margin-right: auto;
}
.about-img:nth-child(even) {
  align-self: flex-end;
  margin-right: 40px;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .homepage-title {
    font-size: 2rem !important;
    text-align: center !important;
    line-height: 1.1 !important;
  }
  .homepage-desc {
    font-size: 1rem !important;
    max-width: 95vw !important;
    text-align: center !important;
    padding: 0 8px;
  }
  .about-bg-x,
  .badge-about-y {
    width: 100% !important;
    padding: 1rem !important;
  }
  .faq-char-img {
    width: 80vw !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .col-md-8, .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.align-items-center {
    flex-direction: column;
  }
  .navbar-items {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
  nav.site-header {
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    display: none !important;
  }
}

.horizontal-slider-section {
  background: transparent !important;
}

.about-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #e6dfff;
  text-shadow: 0 2px 12px rgba(30,10,61,0.18);
  background: linear-gradient(90deg, #e6dfff 0%, #bfaaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.downarrow-hero-animated {
  position: relative;
}

.downarrow-hero-animated::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  background: rgba(218,45,209,0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 0;
  animation: pulse-ring 1.8s infinite;
  pointer-events: none;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}