.hero-gradient_bg {
  background: linear-gradient(to top, #1c1533, rgba(28, 21, 51, 0.5) 50%, transparent);

}

#particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.text-gradient-full {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #f1b42f, #f55a4f, #ff006c, #c935ff, #2b4bd6 80%);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient {
  background: linear-gradient(135deg, #c935ff, #ff006c, #f55a4f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

}

.rainbow-gradient {
  background: linear-gradient(to right, #F1B42F 0%, #FF006C 50%, #C935FF 100%);

}

.clip-diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.card {
  position: relative;
  padding: 2rem;

  overflow: hidden;

  transition: all 0.5s;
}

.card:hover {
  border-color: rgba(241, 180, 47, 0.5);
}

.glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: rgba(241, 180, 47, 0.1);
  filter: blur(30px);
  border-radius: 50%;
  margin-right: -3rem;
  margin-top: -3rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.markitecture_card .glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: rgba(241, 180, 47, 0.1);
  filter: blur(30px);
  border-radius: 50%;
  margin-right: -3rem;
  margin-top: -3rem;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s;
}

.glow-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: linear-gradient(to bottom right, rgba(201, 53, 255, 0.2), transparent);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.card-glow_effect {
  position: absolute;

  width: 102%;
  height: 102%;
  background: linear-gradient(to bottom right, rgba(201, 53, 255, 0.2), transparent);
  filter: blur(5px);
  border-radius: 1%;
  pointer-events: none;
  z-index: 0;
}

.card-glow_effect.is-red {
  position: absolute;

  width: 102%;
  height: 102%;
  background: linear-gradient(to bottom right, rgba(255, 0, 108, 0.2), transparent);
  filter: blur(5px);
  border-radius: 1%;
  pointer-events: none;
  z-index: 0;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 61deg;
  inherits: false;
}

.card-glow_effect.is-gradient {
  position: absolute;
  inset: -1%;
  width: 102%;
  height: 102%;
  background: conic-gradient(from var(--gradient-angle), #F1B42F, #F55A4F, #FF006C, #C935FF, #F1B42F);
  filter: blur(5px);
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  animation: rotateGradient 3s linear infinite;
}

@keyframes rotateGradient {
  from {
    --gradient-angle: 0deg;
  }

  to {
    --gradient-angle: 360deg;
  }
}

.card:hover .glow {
  opacity: 1;
}

.card-content {
  position: relative;
  z-index: 10;
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  font-family: 'DM Sans', sans-serif;
  color: #F1B42F;
  margin-bottom: 0.5rem;
  transition: transform 0.5s;
}

.card:hover .stat-number {
  transform: scale(1.1);
}

.stat-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(to right, rgba(241, 180, 47, 0), #F1B42F, rgba(241, 180, 47, 0));
  transform: translateX(-100%);
  transition: transform 0.7s ease-in-out;
}

.card:hover .bottom-line {
  transform: translateX(0);
}

.bento-card .bottom-line {
  transform: translateX(0);
}

.bento-card .glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: rgba(241, 180, 47, 0.1);
  filter: blur(30px);
  border-radius: 50%;
  margin-right: -3rem;
  margin-top: -3rem;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s;
}

.bento-card.color-blue .glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: rgba(59, 130, 246, 0.1);
  filter: blur(30px);
  border-radius: 50%;
  margin-right: -3rem;
  margin-top: -3rem;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s;
}

.bento-card.color-green .glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: rgba(34, 197, 94, 0.1);
  filter: blur(30px);
  border-radius: 50%;
  margin-right: -3rem;
  margin-top: -3rem;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s;
}

.bento-card.color-violet .glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 25rem;
  height: 25rem;
  background-color: rgba(201, 53, 255, 0.2);
  filter: blur(100px);
  border-radius: 50%;
  transform: translate(50%, -50%);
  pointer-events: none;
  opacity: 1;
}

.bento-card.color-violet .bottom-line {
  background: linear-gradient(to right,
      rgba(201, 53, 255, 0),
      #C935FF,
      rgba(201, 53, 255, 0));
}

.bento-card.color-violet {
  background-color: #2a1f45;
  border-color: rgba(201, 53, 255, 0.3);
}

.markitecture-icon.color-blue {
  background-color: rgba(59, 130, 246, 0.1);

}

.card.color-red:hover {
  border-color: rgba(251, 44, 54, 0.5);
}

.card.color-orange:hover {
  border-color: rgba(245, 90, 79, 0.5);
}

.card.color-red .glow {
  background-color: rgba(251, 44, 54, 0.1);
}

.bento-card .glow {
  background-color: rgba(251, 44, 54, 0.1);
}

.markitecture_card.color-red .glow {
  background-color: rgba(251, 44, 54, 0.1);
}

.markitecture_card.color-green .glow {
  background-color: rgba(34, 197, 94, 0.1);
}

.card.color-red:hover .glow {
  opacity: 1;
}

.card.color-red .stat-number {
  color: #fb2c36;
}

.card.color-red .bottom-line {
  background: linear-gradient(to right,
      rgba(251, 44, 54, 0),
      #fb2c36,
      rgba(251, 44, 54, 0));
}

.bento-card.color-red .bottom-line {
  background: linear-gradient(to right,
      rgba(251, 44, 54, 0),
      #fb2c36,
      rgba(251, 44, 54, 0));
}

.card.color-orange .bottom-line {
  background: linear-gradient(to right,
      rgba(245, 90, 79, 0),
      rgb(245, 90, 79),
      rgba(245, 90, 79, 0));
}

.bento-card.color-blue .bottom-line {
  background: linear-gradient(to right,
      rgba(59, 130, 246, 0),
      rgb(59, 130, 246),
      rgba(59, 130, 246, 0));
}

.bento-card.color-green .bottom-line {
  background: linear-gradient(to right,
      rgba(34, 197, 94, 0),
      rgb(34, 197, 94),
      rgba(34, 197, 94, 0));
}

.card.color-violet:hover {
  border-color: rgba(201, 53, 255, 0.5);
}

.card.color-violet .glow {
  background-color: rgba(201, 53, 255, 0.1);
}

.card.color-violet:hover .glow {
  opacity: 1;
}

.card.color-violet .stat-number {
  color: #c935ff;
}

.card.color-violet .bottom-line {
  background: linear-gradient(to right,
      rgba(201, 53, 255, 0),
      #c935ff,
      rgba(201, 53, 255, 0));
}

.comparison-card {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(to right, transparent, rgba(201, 53, 255, 0.05));
}

.comparison-header {
  text-align: left;
  margin-bottom: 3rem;
  position: relative;
  padding-top: 3rem;
  padding-left: 1rem;
}

.comparison-title {
  font-size: 1.875rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
}

.comparison-subtitle {
  font-size: 0.75rem;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.comparison-content {
  position: relative;
}

.comparison-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  z-index: 20;
  position: relative;
}

.row-label {
  font-size: 0.75rem;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.row-line {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  margin: 0 1rem;
}

.status-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}

.status-red {
  background: rgb(248, 113, 113);
  box-shadow: 0 0 8px currentColor;
}

.status-orange {
  background: rgb(251, 146, 60);
  box-shadow: 0 0 8px currentColor;
}

.status-yellow {
  background: rgb(250, 204, 21);
  box-shadow: 0 0 8px currentColor;
}

.status-blue {
  background: rgb(96, 165, 250);
  box-shadow: 0 0 8px currentColor;
}

.marquee-container {
  position: relative;
  height: 2rem;
  overflow: hidden;
}

.marquee-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8rem;
  background: linear-gradient(to left, #1C1533, transparent);
  z-index: 10;
  pointer-events: none;
}

.marquee-content {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-left: 1rem;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  font-size: 0.875rem;
  font-family: monospace;
  opacity: 0.6;
}

.text-red {
  color: rgb(248, 113, 113);
}

.text-orange {
  color: rgb(251, 146, 60);
}

.text-yellow {
  color: rgb(250, 204, 21);
}

.text-blue {
  color: rgb(96, 165, 250);
}

@keyframes marquee {
  0% {
    transform: translateX(-33.33%);
  }

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

/* Responsive */
@media (min-width: 768px) {
  .comparison-header {
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
}

.vertical-gradient-line {

  width: 0.25rem;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #C935FF, transparent);
}

.context-quote {

  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(to bottom, transparent, rgba(201, 53, 255, 0.05));
}

.large-glow-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 600px;
  background: linear-gradient(to top, rgba(201, 53, 255, 0.1), rgba(255, 0, 108, 0.05), transparent);
  filter: blur(100px);
  pointer-events: none;
}

.btn-arrow {
  transition: transform var(--animation-default-half);
}

.g_button_wrap:hover .btn-arrow {
  transform: translateX(0.75rem);

}

.bg-grid {
  background-image: linear-gradient(#ffffff08 1px, #0000 1px), linear-gradient(90deg, #ffffff08 1px, #0000 1px);
  background-size: 60px 60px;
}

.context-badge {
  text-align: center;

  background-color: rgba(201, 53, 255, 0.1);

  border: 1px solid rgba(201, 53, 255, 0.2);
}

.context-badge-text {
  color: #C935FF;
  font-family: monospace;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.status-badge {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  background: rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(34, 197, 94, 0.1);

  transition: background-color 0.2s;
}

.markitecture-icon.color-green {

  background: rgba(34, 197, 94, 0.2);
}

.group:hover .status-badge {
  background: rgba(34, 197, 94, 0.1);
}

.status-badge-label,
.status-badge-value {
  color: rgb(74, 222, 128);
  font-family: monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
}

.status-badge-value {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.status-badge-icon {
  width: 0.75rem;
  height: 0.75rem;
  color: rgb(74, 222, 128);
}

/* Color variants */
.status-badge.status-red {
  background: rgba(239, 68, 68, 0.05);
  border-color: rgba(239, 68, 68, 0.1);
}

.group:hover .status-badge.status-red {
  background: rgba(239, 68, 68, 0.1);
}

.status-badge.status-red .status-badge-label,
.status-badge.status-red .status-badge-value {
  color: rgb(248, 113, 113);
}

.markitecture-card_glow {

  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to bottom right, #C935FF, rgb(37, 99, 235));

  opacity: 0.5;
  filter: blur(0.25rem);
  transition: opacity 0.5s;
}

.timeline-line {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom,
      rgba(201, 53, 255, 0),
      rgba(201, 53, 255, 0.3),
      rgba(201, 53, 255, 0));
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .timeline-line {
    display: block;
  }
}

/* Timeline Steps */
.timeline-steps {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .timeline-steps {
    gap: 6rem;
  }
}

/* Individual Step */
.timeline-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .timeline-step {
    flex-direction: row;
    gap: 6rem;
  }

  .timeline-step.step-left {
    flex-direction: row-reverse;
  }
}

/* Timeline Dot */
.timeline-dot-wrapper {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .timeline-dot-wrapper {
    display: flex;
  }
}

.timeline-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1C1533;
  border: 2px solid #C935FF;
  box-shadow: 0 0 20px rgba(201, 53, 255, 0.5);
  z-index: 10;
}

/* Content Area */
.timeline-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .timeline-content {
    width: 50%;
  }

  .step-right .timeline-content {
    text-align: right;
  }

  .step-left .timeline-content {
    text-align: left;
  }
}

/* Spacer */
.timeline-spacer {
  display: none;
}

@media (min-width: 1024px) {
  .timeline-spacer {
    display: block;
    flex: 1;
    width: 50%;
  }
}

/* Step Header */
.step-header {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .header-right {
    flex-direction: row-reverse;
  }

  .header-left {
    flex-direction: row;
  }
}

.step-number {
  font-size: 3.75rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
}

.step-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: rgba(201, 53, 255, 0.1);
  border: 1px solid rgba(201, 53, 255, 0.2);
  color: #C935FF;
  font-family: monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Step Title */
.step-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: white;
}

/* Step Description */
.step-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .step-right .step-description {
    margin-left: 0;
    margin-right: 0;
  }

  .step-left .step-description {
    margin-left: 0;
    margin-right: 0;
  }
}

.g_button_wrap:has(.w--current) {
  border-color: var(--swatch--brand-violet);
  background-color: var(--swatch--brand-violet);
  color: var(--swatch--dark);
}

.solutions-nav {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

}

.data-table-wrapper {
  overflow: clip;
  width: 100%;
  overflow-x: auto;

}

.s {

  transition: 0.5s;

  text-align: center;
  box-sizing: border-box;
  background-size: 400%;
  border-radius: 30px;
  z-index: 1;
}

.s:hover {
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.s:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #4299e1, #c935ff, #f1b42f, #4299e1);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

.s:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.form_wrap {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

}

[data-identify-card] {
  transition: transform var(--animation-default-half);
}

[data-identify-card]:hover {
  transform: scale(1.1);

}

:root {
  --bg-background: #111827;
  --clr-card: #1f2937;
  --clr-1: #6420aa;
  --clr-2: #ff3ea5;
  --clr-3: #ff7ed4;
}

.animated-glow {
  position: absolute;
  border-radius: 0.45rem;
  cursor: pointer;
  background-color: var(--clr-card);
}

.animated-glow::after,
.animated-glow::before {
  content: " ";
  position: absolute;
  z-index: -1;
  inset: -0.5rem;
  background: conic-gradient(from 0deg,
      var(--clr-card),
      var(--clr-1),
      var(--clr-2),
      var(--clr-3),
      var(--clr-2),
      var(--clr-1),
      var(--clr-card));
  border-radius: inherit;
  animation: rotate 2.5s linear infinite;
}

.animated-glow.cover-absolute::after,
.animated-glow.cover-absolute::before {
  content: " ";
  position: absolute;
  z-index: -1;
  inset: -12rem;
  background: conic-gradient(from 0deg,
      var(--clr-card),
      var(--clr-1),
      var(--clr-2),
      var(--clr-3),
      var(--clr-2),
      var(--clr-1),
      var(--clr-card));
  border-radius: inherit;
  animation: rotate 12s linear infinite;
}

.animated-glow::after {
  filter: blur(3rem);
}

/* Rotate the gradient by rotating the pseudo-element */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.card-shadow {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 25px 50px -12px;

}

.nav_component {
  transition: transform var(--animation-default-half);
}

body[data-scrolling-started="true"][data-scrolling-direction="down"] .nav_component {
  transform: translateY(calc(2.25rem * -1)) rotate(0.001deg);
}
