@font-face {
  font-family: "TECHMIM";
  src: url("/landing-assets/fonts/TECHMIM-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TECHMIM";
  src: url("/landing-assets/fonts/TECHMIM-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TECHMIM";
  src: url("/landing-assets/fonts/TECHMIM-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TECHMIM";
  src: url("/landing-assets/fonts/TECHMIM-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TECHMIM";
  src: url("/landing-assets/fonts/TECHMIM-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  scrollbar-gutter: stable;
  background-color: #fafafa;
}

body {
  font-family: "TECHMIM", sans-serif;
  overflow-x: hidden;
  background-color: #fafafa;
  cursor: default;
}

a,
button,
[role="button"],
input,
select,
textarea,
summary {
  cursor: pointer;
}

html,
body,
.clean-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 185, 129, 0.86) transparent;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(
    180deg,
    rgba(5, 150, 105, 0.92) 0%,
    rgba(16, 185, 129, 0.84) 100%
  );
  background-clip: padding-box;
}

*::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.primary-btn1 {
  font-weight: 700;
  min-width: 70%;
  font-size: 16px;
}

.topbar-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 95;
  padding: 0.7rem 0.75rem;
  background: rgba(16, 185, 129, 0.96);
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.18);
  backdrop-filter: blur(14px);
}

.topbar-inner {
  width: min(1180px, calc(100vw - 1rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.topbar-copy {
  position: relative;
  flex: 1 1 auto;
  max-width: 980px;
  min-height: 2.9rem;
}

.topbar-variant {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #0f172a;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(6px);
  transition:
    opacity 0.45s ease,
    filter 0.45s ease,
    transform 0.45s ease;
  pointer-events: none;
}

.topbar-variant.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.topbar-icon {
  width: 2.15rem;
  height: 2.15rem;
  flex: 0 0 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.topbar-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: currentColor;
}

.topbar-text {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.topbar-text strong {
  display: inline-block;
  font-size: 1.02rem;
  font-weight: 900;
  margin-inline-start: 0.18rem;
}

.topbar-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #0f172a;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.topbar-cta svg {
  width: 1rem;
  height: 1rem;
  stroke: #34d399;
}

/* Hero Hanging Gallery */
.hero-gallery-shell {
  position: relative;
  width: min(1160px, calc(100vw - 1.25rem));
  margin-inline: auto;
  margin-bottom: 65px;
  isolation: isolate;
}

.hero-gallery-shell::before,
.hero-gallery-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 92px;
  z-index: 8;
  pointer-events: none;
}

.hero-gallery-shell::before {
  left: -1px;
  background: linear-gradient(
    to right,
    #fafafa 0%,
    rgba(250, 250, 250, 0.95) 42%,
    rgba(250, 250, 250, 0) 100%
  );
}

.hero-gallery-shell::after {
  right: -1px;
  background: linear-gradient(
    to left,
    #fafafa 0%,
    rgba(250, 250, 250, 0.95) 42%,
    rgba(250, 250, 250, 0) 100%
  );
}

.hero-gallery-line {
  position: absolute;
  top: 63px;
  left: -4%;
  width: 108%;
  height: 2px;
  filter: blur(0.9px);
  background: linear-gradient(
    90deg,
    rgba(148, 163, 184, 0) 0%,
    rgba(148, 163, 184, 0.62) 22%,
    rgba(148, 163, 184, 0.62) 78%,
    rgba(148, 163, 184, 0) 100%
  );
}

.hero-gallery-viewport {
  position: relative;
  overflow: hidden;
  padding: 4.2rem 1.2rem 1rem;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.92) 9%,
    rgba(0, 0, 0, 0.92) 91%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.92) 9%,
    rgba(0, 0, 0, 0.92) 91%,
    transparent 100%
  );
}

.hero-gallery-viewport.is-dragging {
  cursor: grabbing;
}

.hero-gallery-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  will-change: transform;
}

.hero-shot {
  position: relative;
  flex: 0 0 142px;
  width: 142px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 10px;
  box-shadow: none;
  transform-origin: 50% 0%;
}

.hero-shot::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 20px;
  height: 34px;
  transform: translateX(-50%) rotate(7deg);
  border-radius: 6px;
  background: #10b981;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 14px rgba(16, 185, 129, 0.35);
}

.hero-shot img {
  width: 100%;
  height: 104px;
  object-fit: cover;
  border-radius: 14px;
}

.hero-shot h3 {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.hero-shot p {
  margin-top: 4px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #64748b;
  line-height: 1.35;
}

.hero-shot:nth-child(odd) {
  transform: rotate(-4deg);
}

.hero-shot:nth-child(even) {
  transform: rotate(4deg);
}

.hero-shot:nth-child(3n) {
  transform: rotate(-2deg);
}

.hero-shot:nth-child(5n) {
  transform: rotate(6deg);
}

/* Product Rows */
.hero-product-cloud {
  position: relative;
  isolation: isolate;
}

.hero-product-cloud::before,
.hero-product-cloud::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(42px);
  pointer-events: none;
}

.hero-product-cloud::before {
  width: 240px;
  height: 118px;
  right: 15%;
  top: 6px;
  background: rgba(16, 185, 129, 0.36);
}

.hero-product-cloud::after {
  width: 210px;
  height: 110px;
  left: 18%;
  bottom: 2px;
  background: rgba(251, 146, 60, 0.18);
}

.product-ribbon {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.95) 8%,
    rgba(0, 0, 0, 0.95) 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.95) 8%,
    rgba(0, 0, 0, 0.95) 92%,
    transparent 100%
  );
}

.product-ribbon-track {
  display: flex;
  gap: 12px;
  width: max-content;
  direction: ltr;
}

.product-ribbon-track.left {
  animation: productScrollLeft 32s linear infinite;
}

.product-ribbon-track.right {
  animation: productScrollRight 32s linear infinite;
}

.product-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  white-space: nowrap;
  border: 1px solid rgba(167, 243, 208, 0.72);
  border-radius: 6px;
  background: linear-gradient(
    180deg,
    rgba(236, 253, 245, 0.64) 0%,
    rgba(209, 250, 229, 0.35) 100%
  );
  color: #065f46;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 8px 14px;
  backdrop-filter: blur(6px);
}

.product-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: #10b981;
  flex: 0 0 17px;
}

.product-chip-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
}

.million-card {
  position: relative;
  overflow: hidden;
}

.million-card-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.million-card-character {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 94%;
  width: auto;
  max-width: none;
  pointer-events: none;
  transform: translateY(108%);
  opacity: 0;
  transition:
    transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.45s ease;
  z-index: 1;
}

.million-card.is-visible .million-card-character {
  transform: translateY(0);
  opacity: 1;
}

.final-cta-section {
  padding-bottom: 90px;
}

.final-cta-stack {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.final-cta-button {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 16px;
  
}

.final-cta-character {
  position: absolute;
  right: -4.8rem;
  bottom: -7.1rem;
  height: 11.5rem;
  width: auto;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transform: translate3d(0, 58px, 0);
  filter: blur(18px) drop-shadow(0 16px 34px rgba(15, 23, 42, 0.28));
  will-change: transform, opacity, filter;
  transition:
    transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 1s ease,
    filter 1.8s ease;
}

@keyframes finalBadgeSway {
  0% {
    transform: rotate(6deg) translateZ(0);
  }

  50% {
    transform: rotate(-5.5deg) translateZ(0);
  }

  100% {
    transform: rotate(6deg) translateZ(0);
  }
}

.final-drop-badge {
  position: absolute;
  right: 1.35rem;
  top: 0.5rem;
  opacity: 0;
  z-index: 20;
  pointer-events: none;
  transform: translate3d(0, -12rem, 0);
  will-change: transform, opacity;
  transition:
    transform 1.45s cubic-bezier(0.2, 0.9, 0.18, 1.14),
    opacity 0.35s ease;
}

.final-drop-badge-swing {
  transform-origin: top center;
  transform: rotate(6deg) translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.final-drop-badge-rope {
  width: 4px;
  height: 92px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(148, 163, 184, 0.18) 0%,
    rgba(148, 163, 184, 0.95) 100%
  );
}

.final-drop-badge-tag {
  margin-top: -2px;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.72rem 1rem;
  border-radius: 0.95rem;
  border: 2px solid #ffffff;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.24);
  transform: rotate(7deg);
  white-space: nowrap;
}

.final-cta-section.is-badge-visible .final-drop-badge {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.final-cta-section.is-badge-visible .final-drop-badge-swing {
  animation: finalBadgeSway 7.4s ease-in-out 1.45s infinite;
}

.final-cta-section.is-character-visible .final-cta-character {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.final-cta-section.is-character-visible .final-cta-character {
  filter: blur(0) drop-shadow(0 16px 34px rgba(15, 23, 42, 0.28));
}

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

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

@keyframes productScrollRight {
  0% {
    transform: translateX(-50%);
  }

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

@media (min-width: 480px) {
  .hero-shot {
    flex-basis: 170px;
    width: 170px;
  }

  .hero-shot img {
    height: 122px;
  }
}

@media (min-width: 1024px) {
  .topbar-shell {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .topbar-copy {
    min-height: 3.25rem;
  }

  .topbar-text {
    font-size: 1.06rem;
  }

  .topbar-text strong {
    font-size: 1.18rem;
  }

  .topbar-cta {
    padding: 1rem 1.55rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .topbar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .topbar-copy {
    min-height: 3.2rem;
  }

  .topbar-variant {
    justify-content: center;
    text-align: center;
  }

  .topbar-text {
    font-size: 0.76rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .topbar-text strong {
    font-size: 0.82rem;
  }

  .topbar-cta {
    width: 100%;
  }

  .final-cta-section {
    padding-bottom: 10.5rem;
  }

  .final-cta-character {
    right: -1.75rem;
    bottom: -5.8rem;
    height: 8.75rem;
  }

  .final-drop-badge {
    display: none;
  }
}

@media (min-width: 640px) {
  .hero-gallery-viewport {
    padding-top: 4.4rem;
  }

  .hero-shot {
    flex-basis: 278px;
    width: 278px;
  }

  .hero-shot img {
    height: 185px;
  }
}

/* Peeking Character */
#peeking-char {
  position: fixed;
  right: 0.2rem;
  top: 52%;
  width: min(28.5rem, calc(100vw - 5rem));
  height: 15.8rem;
  --peek-progress: 0;
  --peek-shift-x: calc((1 - var(--peek-progress)) * 10.5rem);
  --peek-opacity: min(1, calc(var(--peek-progress) * 1.35));
  transform: translate3d(var(--peek-shift-x), -50%, 0);
  opacity: var(--peek-opacity);
  pointer-events: none;
  z-index: 50;
  will-change: transform, opacity;
}

.peeking-char-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.peeking-char-panel {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  width: 16.7rem;
  padding: 0.92rem 0.95rem 0.92rem 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #b6a284;
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(14px);
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.peeking-char-panel::before {
  content: none;
}

.peeking-char-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  background: rgba(254, 226, 226, 0.95);
  color: #b91c1c;
  font-size: 0.68rem;
  font-weight: 900;
  margin-bottom: 0.65rem;
}

.peeking-char-badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.12);
}

.peeking-char-title {
  color: #0f172a;
  font-size: 0.94rem;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 0.36rem;
}

.peeking-char-copy {
  color: #475569;
  font-size: 0.78rem;
  line-height: 1.5;
  font-weight: 700;
}

.peeking-char-character {
  position: absolute;
  left: 2.1rem;
  bottom: 0.2rem;
  width: 11.9rem;
  max-width: 40%;
  opacity: 1;
  transform: none;
  filter: blur(0);
  will-change: auto;
}

#peeking-char.is-active .peeking-char-panel {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

#peeking-char.is-active .peeking-char-character {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

#peeking-char.is-settled .peeking-char-character {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

/* ZEROC Promo Animation */
.zeroc-promo-section {
  width: 100%;
  height: 90px;
  background: #f1f5f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.zeroc-train {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  transform: translateX(150vw);
  transition: transform 2.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.zeroc-promo-section.is-active .zeroc-train {
  transform: translateX(0);
}

.zeroc-car {
  width: 210px;
  height: auto;
  flex-shrink: 0;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.4, 0, 1, 1);
}

.zeroc-promo-section.is-exiting .zeroc-car {
  transform: translateX(-170vw);
}

.zeroc-text {
  color: #000000;
  font-size: 1.12rem;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
}

.zeroc-spacer {
  width: 210px;
  height: 1px;
  visibility: hidden;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .zeroc-promo-section {
    height: 90px;
  }

  .zeroc-car,
  .zeroc-spacer {
    width: 136px;
  }

  .zeroc-text {
    font-size: 0.9rem;
  }

  .zeroc-train {
    gap: 7px;
  }
}

/* Modal Overlay */
.modal-overlay {
  backdrop-filter: blur(8px);
}

/* Custom Scrollbar for Tabs */
.tabs-container::-webkit-scrollbar {
  height: 4px;
}

.tabs-container::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 10px;
}

.site-footer {
  background: #0f172a;
  border-top: 1px solid #1e293b;
}

.site-footer-shell {
  width: min(1180px, calc(100vw - 1.5rem));
  margin-inline: auto;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.site-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
}

.site-footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2rem;
  margin-top: 0.25rem;
}

.site-footer-logo {
  height: 55px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.site-footer-logo:hover {
  opacity: 1;
}

.site-footer-credit {
  color: #e2e8f0;
  font-size: 0.96rem;
  line-height: 1.7;
  font-weight: 500;
  color: #0fb67f;
}

.site-footer-credit strong {
  font-weight: 700;
}

.site-footer-credit-link {
  color: #0fb67f;
  text-decoration: none;
}

.site-footer-credit-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18rem;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  flex-wrap: wrap;
  width: 100%;
}

.site-footer-copy {
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 500;
}

.site-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex-wrap: wrap;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
}

.site-footer-link {
  color: #e2e8f0;
  font-weight: 400;
  text-decoration: none;
}

.site-footer-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18rem;
}

.site-footer-separator {
  color: #64748b;
  margin-inline: 0.45rem;
}

@media (max-width: 767px) {
  .site-footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .site-footer-links {
    justify-content: center;
  }
}

.landing-boot-loader {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(16, 185, 129, 0.2), transparent 45%),
    radial-gradient(circle at 82% 78%, rgba(59, 130, 246, 0.15), transparent 44%),
    rgba(248, 250, 252, 0.94);
  backdrop-filter: blur(7px);
  opacity: 1;
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}

.landing-boot-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.landing-boot-loader-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 1.45rem;
  border: 1px solid rgba(167, 243, 208, 0.9);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(236, 253, 245, 0.88));
  box-shadow:
    0 18px 42px rgba(16, 185, 129, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.landing-boot-spinner {
  position: relative;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: conic-gradient(from 0deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.98), rgba(16, 185, 129, 0.12));
  animation: landingBootSpin 1s linear infinite;
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.14);
}

.landing-boot-spinner::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: #f8fafc;
}

.landing-boot-spinner::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  top: -1px;
  left: 50%;
  margin-left: -4px;
  background: #10b981;
  box-shadow: 0 0 16px rgba(16, 185, 129, 0.58);
}

@keyframes landingBootSpin {
  to {
    transform: rotate(360deg);
  }
}

.cursor-aura {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 120;
  opacity: 0;
  transform: translate3d(-100px, -100px, 0);
  background:
    radial-gradient(circle, rgba(16, 185, 129, 0.82) 0%, rgba(16, 185, 129, 0.18) 56%, transparent 100%);
  box-shadow:
    0 0 0 14px rgba(16, 185, 129, 0.12),
    0 0 24px rgba(16, 185, 129, 0.24);
  transition: opacity 0.3s ease;
}

.cursor-aura.is-active {
  opacity: 1;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-aura {
    display: none;
  }

  .landing-boot-loader,
  .landing-boot-loader-card,
  .landing-boot-spinner {
    transition: none;
    animation: none;
  }
}
