.absolute {
  position: absolute;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.flex {
  display: flex;
}

.transform {
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.origin-top-right {
  transform-origin: top right;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-30pct {
  --tw-translate-x: 30%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-col {
  flex-direction: column;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.gap-0 {
  gap: 0.0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1.0rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2.0rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grow {
  flex-grow: 1;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2.0rem;
}

.h-\[360px\] {
  height: 360px;
}

.h-full {
  height: 100%;
}

.h-14\.5 {
  height: 3.625rem;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-self-center {
  justify-content: center;
}

.max-w-\[var\(--landing-content-width\)\] {
  max-width: var(--landing-content-width);
}

.overflow-hidden {
  overflow: hidden;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1.0rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-12 {
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
}

.relative {
  position: relative;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xs {
  border-radius: 0.125rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[7px\] {
  font-size: 7px;
}

.w-10 {
  width: 2.5rem;
}

.w-48 {
  width: 12.0rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2.0rem;
}

.w-full {
  width: 100%;
}

.w-14\.5 {
  width: 3.625rem;
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:py-16 {
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-13 {
    gap: 3.25rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:items-start {
    align-items: start;
  }

  .md\:px-8 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .md\:py-20 {
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .xl\:px-0 {
    padding-left: 0.0rem;
    padding-right: 0.0rem;
  }
}


.interactive-btn {
  background-color: transparent;
  color: white;
  border: 1px dashed rgba(255, 255, 255, 0.56) !important;
  transition: all 0.3s ease-in-out;
}

.interactive-btn.active {
  background-color: white !important;
  color: var(--brand-color) !important;
  border: 1px dashed white !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}


.font-display {
  font-family: 'Inter', sans-serif;
}

.glass-card {
  background-color: #151719;
  border: 1px solid #374151;

}

.glass-card:hover {
  border-color: var(--brand-color);

  background-color: #25282c;
}


.grid {
  display: grid;
}

.w-full {
  width: 100%;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:grid {
    display: grid;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:gap-12 {
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}






.gradient-glow {
  background: radial-gradient(circle, rgba(43, 75, 238, 0.3) 0%, rgba(16, 19, 34, 0) 70%);
}

.bg-primary {
  background-color: #151719;
}












.mockup-container {
  max-width: 380px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.mockup-container::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -250%;
  width: 200%;
  height: 200%;
  background: linear-gradient(115deg,
      transparent 0%,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 70%,
      transparent 100%);
  transform: rotate(-15deg);
  transition: none;
  pointer-events: none;
  z-index: 2;
}

.mockup-container:hover {
  transform: translateY(-8px) scale(1.03);
}

.mockup-container:hover::after {
  left: 100%;
  transition: left 0.9s cubic-bezier(0.2, 0, 0.2, 1);
}

.mockup-image {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s ease;
}

/* removed hover brightness */
.h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  color: #ffffff !important;
}

.h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #ffffff !important;
}

.h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #ffffff !important;
}

.h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #ffffff !important;
}

.leading-extra-loose {
  line-height: 1.2 !important;
}