@import "https://api.fontshare.com/v2/css?f[]=satoshi@1,900,700,500,301,701,300,501,401,901,400,2&display=swap";
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 80;
  width: 100%;
}
.nav {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 86px;
  padding: 10px 100px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.logo-link {
  flex-shrink: 0;
  text-decoration: none;
}
.logo-img {
  width: 114px;
  height: 40px;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 41px;
}
.nav-link {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav-link:hover {
  opacity: 0.8;
}
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.menu-icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .nav {
    padding: 10px 20px;
  }
  .logo-img {
    width: 76px;
    height: 27px;
  }
  .nav-right {
    gap: 18px;
  }
}
.footer {
  width: 100%;
  background: rgba(0, 0, 0, 1);
  padding: 40px 0 20px;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}
.footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(./icon5-e4b90dfc.png) center/cover;
  z-index: 1;
}
.footer-container {
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.logo-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer-logo {
  width: 135px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}
.download-button {
  background: linear-gradient(
    129.86deg,
    #f09133 -30.63%,
    #df459f 31.56%,
    #a325ff 72.52%,
    #5c4df4 105.55%
  );
  border-radius: 8px;
  padding: 12px 24px;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.download-button:hover {
  background: linear-gradient(
    129.86deg,
    #f09133 -30.63%,
    #df459f 31.56%,
    #a325ff 72.52%,
    #5c4df4 105.55%
  );
  transform: translateY(-2px);
}
.download-icon {
  width: 20px;
  height: 20px;
}
.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  margin: 20px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.copyright-text {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.social-links {
  display: flex;
  gap: 16px;
}
.social-link {
  display: block;
  transition: transform 0.3s ease;
}
.social-link:hover {
  transform: translateY(-2px);
}
.social-icon {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-right {
  display: flex;
  gap: 32px;
}
.footer-link {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .footer-container {
    padding: 0 20px;
    gap: 0px;
  }
  .footer-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .logo-section {
    align-items: center;
    gap: 12px;
  }
  .download-button {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-left,
  .social-links {
    justify-content: center;
  }
  .footer-right {
    gap: 24px;
  }
}
.hero-section {
  position: relative;
  height: 920px;
  background-color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 100px;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background-image: url(./icon6-321cc686.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-background-secondary {
  position: absolute;
  top: -1110px;
  left: 50%;
  transform: translate(-50%);
  width: 1740px;
  height: 1806px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-background-icon8 {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  animation: rotateDownEntry 1.4s ease-out forwards;
}
@keyframes rotateDownEntry {
  0% {
    transform: translate(-300px) rotate(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  to {
    transform: translate(0) rotate(0);
    opacity: 1;
  }
}
.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 50px;
}
.hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  height: 100%;
}
.hero-main-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34.13%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  margin-top: 0;
}
.aegis-network-gradient {
  background: linear-gradient(
    107.37deg,
    #fcd881 0%,
    #f09133 25%,
    #df459f 50%,
    #a325ff 75%,
    #5c4df4 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-subtitle {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34.13%,
    rgba(255, 255, 255, 0.75) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.hero-ring-container {
  width: 592px;
  height: 350px;
  margin-top: -50px;
}
.hero-ring-image {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
.hero-buttons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 600px;
}
.hero-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  min-height: 54px;
  min-width: 180px;
}
.hero-button-filled {
  background: linear-gradient(
    135deg,
    #f09133 0.89%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
}
.hero-button-filled:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px #f091334d;
}
.hero-button-stroke {
  background: transparent;
  border: 1px solid transparent;
  background-image: linear-gradient(black, black),
    linear-gradient(
      135deg,
      #fcd881 0%,
      #f09133 24.52%,
      #df459f 46.15%,
      #a325ff 75.96%,
      #5c4df4 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
}
.hero-button-stroke:hover {
  transform: scale(1.05);
  background-color: #ffffff0d;
}
.hero-button-stroke-text {
  position: relative;
  z-index: 1;
}
.mobile-hero-section {
  position: relative;
  height: 900px;
  background-color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 20px;
}
.mobile-hero-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background-image: url(./icon6-321cc686.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.95) 100%
  );
  z-index: 1;
}
.mobile-hero-background-secondary {
  position: absolute;
  top: -563px;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  height: auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-hero-background-icon8 {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  animation: mobileRotateDownEntry 1.4s ease-out forwards;
}
@keyframes mobileRotateDownEntry {
  0% {
    transform: translate(-300px) rotate(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  to {
    transform: translate(0) rotate(0);
    opacity: 1;
  }
}
.mobile-hero-decorative-gradient {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  opacity: 0.6;
  z-index: 1;
}
.mobile-hero-decorative-gradient-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(147, 51, 234, 0.25) 0%,
    rgba(147, 51, 234, 0.6) 100%
  );
  filter: blur(32px);
}
.mobile-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 50px;
}
.mobile-hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  height: 100%;
}
.mobile-hero-main-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34.13%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 480px) {
  .mobile-hero-main-title {
    font-size: 28px;
    max-width: 400px;
  }
  .mobile-hero-content-wrapper {
    max-width: 400px;
  }
}
.mobile-aegis-network-gradient {
  background: linear-gradient(
    107.37deg,
    #fcd881 0%,
    #f09133 25%,
    #df459f 50%,
    #a325ff 75%,
    #5c4df4 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile-hero-subtitle {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34.13%,
    rgba(255, 255, 255, 0.75) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (min-width: 480px) {
  .mobile-hero-subtitle {
    font-size: 20px;
  }
}
.mobile-hero-ring-container {
  width: 400px;
  height: auto;
  margin-top: -50px;
}
.mobile-hero-ring-image {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
.mobile-hero-buttons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 600px;
}
.mobile-hero-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  min-height: 48px;
  min-width: 180px;
}
.mobile-hero-button-filled {
  background: linear-gradient(
    135deg,
    #f09133 0.89%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
}
.mobile-hero-button-filled:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px #f091334d;
}
.mobile-hero-button-stroke {
  background: transparent;
  border: 1px solid transparent;
  background-image: linear-gradient(black, black),
    linear-gradient(
      135deg,
      #fcd881 0%,
      #f09133 24.52%,
      #df459f 46.15%,
      #a325ff 75.96%,
      #5c4df4 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
}
.mobile-hero-button-stroke:hover {
  transform: scale(1.05);
  background-color: #ffffff0d;
}
.mobile-hero-button-stroke-text {
  position: relative;
  z-index: 1;
}
.mobile-hero-touch-hint {
  margin-top: 32px;
  text-align: center;
}
.mobile-hero-touch-hint p {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}
.mobile-hero-bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, black, transparent);
  z-index: 9;
}
.mobile-did-container {
  background-color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 900px;
  justify-content: center;
}
.mobile-did-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-did-main-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-did-content-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.mobile-did-title {
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.35;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, #9ca3af 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
  text-align: center;
}
.mobile-did-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 360px;
}
.mobile-did-description-text {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.35;
  opacity: 0.8;
  margin: 0;
  text-align: center;
}
.mobile-did-mint-button {
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(
    135deg,
    #f09133 0%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  border: none;
  cursor: pointer;
  font-family: Satoshi, sans-serif;
  width: 90%;
  height: 48px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mobile-did-mint-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #a325ff66;
}
.mobile-did-mint-button:active {
  transform: translateY(0);
}
.web-did-container {
  margin: 0 auto;
  background-color: #000;
}
.main-content {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 60px;
  min-height: 723px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.left-content {
  flex: 1;
  max-width: 561px;
  z-index: 999;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.35;
  background: linear-gradient(to right, white, white, #9ca3af);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Satoshi;
}
.description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.description-text {
  font-size: 20px;
  color: #fff;
  line-height: 1.35;
  font-family: Satoshi;
  opacity: 0.8;
}
.mint-button {
  border-radius: 8px;
  font-size: 1.125rem;
  color: #fff;
  background: linear-gradient(
    135deg,
    #f09133 0%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  border: none;
  cursor: pointer;
  font-family: Satoshi;
  width: 159px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.mint-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #a325ff66;
}
.right-visual {
  position: absolute;
  width: 1014px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.right-visual img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1439px) {
  .right-visual {
    width: 780px;
  }
}
@media (max-width: 1200px) {
  .right-visual {
    width: 580px;
  }
}
.timeline-section {
  width: 100%;
  min-height: 882px;
  background-color: #000;
  position: relative;
  padding: 47px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}
.timeline-label {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.72em;
  text-align: center;
  color: #fff;
}
.timeline-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34.13%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.timeline-container {
  position: relative;
  width: 1440px;
  height: 765px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.timeline-items {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.timeline-item {
  position: absolute;
  width: 480px;
  height: 765px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-item-1 {
  left: 0;
}
.timeline-item-2 {
  left: 480px;
}
.timeline-item-3 {
  left: 960px;
}
.timeline-line {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.timeline-line-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.timeline-card {
  position: absolute;
  top: 166px;
  width: 333px;
  z-index: 4;
}
.timeline-item-2 .timeline-card {
  top: 100px;
}
.timeline-item-3 .timeline-card {
  top: 125px;
}
.timeline-card-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.timeline-icon {
  position: relative;
  width: 42px;
  height: 42px;
}
.timeline-icon-img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
  object-fit: cover;
}
.timeline-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.timeline-year-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #b2b2b2;
  margin: 0;
}
.timeline-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #b2b2b2;
  margin: 0;
  width: 333px;
}
.timeline-bottom-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 400px;
}
.timeline-bottom-image-selected {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 400px;
  transition: bottom 0.3s ease-in-out, opacity 0s ease-in-out;
}
.timeline-bottom-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.timeline-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 5;
}
@media (max-width: 1440px) {
  .timeline-container {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
  }
  .timeline-item {
    width: calc(100% / 3);
  }
  .timeline-item-2 {
    left: calc(100% / 3);
  }
  .timeline-item-3 {
    left: calc(200% / 3);
  }
  .timeline-line,
  .timeline-line-img {
    width: 100%;
  }
}
.mobile-timeline-section {
  width: 100%;
  background-color: #000;
  position: relative;
  padding: 47px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-timeline-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}
.mobile-timeline-label {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.72em;
  text-align: center;
  color: #fff;
}
.mobile-timeline-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34.13%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.mobile-timeline-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 393px;
  padding: 0 15px;
  gap: 8px;
  margin-bottom: 40px;
}
.mobile-timeline-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-timeline-nav-btn:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #000000;
  border-radius: 19px;
  z-index: 1;
}
.mobile-timeline-nav-btn svg {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 24px;
  height: 24px;
}
.mobile-timeline-container {
  position: relative;
  width: 393px;
  height: 625px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.mobile-timeline-items {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mobile-timeline-item {
  position: absolute;
  width: 393px;
  height: 625px;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
}
.mobile-timeline-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  pointer-events: none;
  z-index: 5;
}
.mobile-timeline-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mobile-timeline-line-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-timeline-card {
  position: absolute;
  top: 90px;
  width: 333px;
  z-index: 4;
}
.mobile-timeline-item-2 .mobile-timeline-card {
  top: 35px;
}
.mobile-timeline-item-3 .mobile-timeline-card {
  top: 72px;
}
.mobile-timeline-card-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-timeline-icon {
  position: relative;
  width: 42px;
  height: 42px;
}
.mobile-timeline-icon-img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
  object-fit: cover;
}
.mobile-timeline-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.mobile-timeline-year-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #b2b2b2;
  margin: 0;
}
.mobile-timeline-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #b2b2b2;
  margin: 0;
  width: 333px;
}
.mobile-timeline-bottom-image-selected {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 400px;
  transition: bottom 0.3s ease-in-out, opacity 0s ease-in-out;
}
.mobile-timeline-bottom-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.marquee-section {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  overflow: hidden;
}
.marquee-container {
  position: relative;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.marquee-content {
  display: flex;
  align-items: center;
  gap: 24px;
  animation: marqueeScroll 40s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.marquee-logo {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.marquee-text {
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.8em;
  color: #fff;
  white-space: nowrap;
}
@keyframes marqueeScroll {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.product-comparison-section {
  width: 100%;
  min-height: 1000px;
  background: #000000;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.comparison-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  gap: 60px;
  align-items: center;
  height: 100%;
  padding: 0 50px;
}
.feature-card {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 28px 20px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.feature-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 25%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px #0000004d;
}
.feature-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.feature-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.feature-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  opacity: 0.9;
}
.features-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.feature-left .feature-title {
  text-align: right;
}
.feature-left .feature-description {
  text-align: left;
}
.features-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feature-right .feature-title,
.feature-right .feature-description {
  text-align: left;
}
.products-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px 0;
}
.product-comparison-image {
  max-width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1200px) {
  .comparison-container {
    gap: 60px;
    padding: 0 30px;
  }
  .feature-title {
    font-size: 18px;
  }
  .product-comparison-image {
    max-height: 500px;
  }
}
@media (max-width: 900px) {
  .comparison-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .products-center {
    padding: 40px 0;
  }
  .product-comparison-image {
    max-height: 400px;
  }
  .features-left,
  .features-right {
    align-items: center;
  }
  .feature-left .feature-title,
  .feature-right .feature-title {
    text-align: center;
  }
}
.mobile-product-comparison-section {
  width: 100%;
  background: #000000;
  padding: 48px 16px;
  position: relative;
  overflow: hidden;
}
.mobile-comparison-container {
  max-width: 392px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.mobile-products-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.mobile-product-comparison-image {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.3));
}
.mobile-features-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-features-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-feature-card {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 28px 20px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-feature-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 25%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
.mobile-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px #0000004d;
}
.mobile-feature-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.mobile-feature-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.mobile-feature-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  opacity: 0.9;
  text-align: left;
}
.mobile-feature-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.three-way-comparison-section {
  padding: 0 100px;
  background: linear-gradient(135deg, #000000 0%, #111111 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-way-comparison-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 1400px;
  width: 100%;
}
.three-way-comparison-card {
  background: linear-gradient(135deg, #282828 0%, #000000 100%);
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 52px 12px 0;
  position: relative;
  flex: 1;
  max-width: 420px;
  min-height: 627px;
  transition: all 0.3s ease;
}
.three-way-comparison-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    #d0d0d0 0%,
    #b2b2b2 16.58%,
    #909090 46.15%,
    #595959 75.96%,
    #292929 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
}
.three-way-comparison-card.highlighted {
  background: linear-gradient(
    198.28deg,
    #f09133 -49.94%,
    #df459f -31.18%,
    #a325ff 28.75%,
    #000000 89.65%
  );
  max-width: 420px;
}
.three-way-comparison-card.highlighted:before {
  background: linear-gradient(
    108deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  padding: 2px;
}
.three-way-product-image {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%);
  width: 150px;
  height: 160px;
  z-index: 10;
}
.three-way-product-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
}
.three-way-product-header {
  text-align: center;
  margin-bottom: 24px;
  padding: 24px 12px 12px;
}
.three-way-product-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 10px;
}
.three-way-comparison-card.highlighted .three-way-product-title {
  font-size: 24px;
  line-height: 1.35;
}
.three-way-product-subtitle {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  opacity: 0.9;
  margin: 0;
}
.three-way-features-list {
  padding: 0 12px;
}
.three-way-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 12px;
}
.three-way-feature-item:last-child {
  padding-bottom: 48px;
}
.three-way-feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-way-feature-icon.checked svg {
  color: #909090;
}
.three-way-feature-icon.unchecked svg {
  color: #484848;
}
.three-way-comparison-card.highlighted .three-way-feature-icon.checked svg {
  color: #f09133;
}
.three-way-feature-text {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.35;
  color: #fff;
  flex: 1;
}
.three-way-feature-text.unchecked {
  color: #b2b2b2;
}
.three-way-comparison-card.highlighted .three-way-feature-text {
  font-weight: 500;
}
.three-way-image-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #333 0%, #111 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-way-image-shadow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  filter: blur(8px);
}
.mobile-three-way-comparison-section {
  padding: 40px 20px;
  background: linear-gradient(135deg, #000000 0%, #111111 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-three-way-comparison-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 90px;
  max-width: 100%;
  width: 100%;
}
.mobile-three-way-comparison-card {
  background: linear-gradient(135deg, #282828 0%, #000000 100%);
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 52px 16px 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 627px;
  transition: all 0.3s ease;
}
.mobile-three-way-comparison-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    #d0d0d0 0%,
    #b2b2b2 16.58%,
    #909090 46.15%,
    #595959 75.96%,
    #292929 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
}
.mobile-three-way-comparison-card.highlighted {
  background: linear-gradient(
    198.28deg,
    #f09133 -49.94%,
    #df459f -31.18%,
    #a325ff 28.75%,
    #000000 89.65%
  );
}
.mobile-three-way-comparison-card.highlighted:before {
  background: linear-gradient(
    108deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  padding: 2px;
}
.mobile-three-way-product-image {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%);
  width: 150px;
  height: 160px;
  z-index: 10;
}
.mobile-three-way-product-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
}
.mobile-three-way-product-header {
  text-align: center;
  margin-bottom: 24px;
  padding: 24px 12px 12px;
}
.mobile-three-way-product-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 10px;
}
.mobile-three-way-comparison-card.highlighted .mobile-three-way-product-title {
  font-size: 24px;
  line-height: 1.35;
}
.mobile-three-way-product-subtitle {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  opacity: 0.9;
  margin: 0;
}
.mobile-three-way-features-list {
  padding: 0 10px;
}
.mobile-three-way-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 0;
}
.mobile-three-way-feature-item:last-child {
  padding-bottom: 48px;
}
.mobile-three-way-feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-three-way-feature-icon.checked svg {
  color: #909090;
}
.mobile-three-way-feature-icon.unchecked svg {
  color: #484848;
}
.mobile-three-way-comparison-card.highlighted
  .mobile-three-way-feature-icon.checked
  svg {
  color: #f09133;
}
.mobile-three-way-feature-text {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.35;
  color: #fff;
  flex: 1;
}
.mobile-three-way-feature-text.unchecked {
  color: #b2b2b2;
}
.mobile-three-way-comparison-card.highlighted .mobile-three-way-feature-text {
  font-weight: 500;
}
.mobile-three-way-image-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #333 0%, #111 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-three-way-image-shadow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  filter: blur(8px);
}
.product-image-section {
  width: 100%;
  height: 771px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-image-container {
  width: 1440px;
  height: 771px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-product-image-section {
  width: 100%;
  min-height: 400px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mobile-product-image-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-product-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.data-security-section {
  width: 100%;
  background-color: #000;
  padding: 80px 0;
}
.data-security-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.data-security-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 900px;
}
.data-security-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.35;
  color: #fff;
  background: linear-gradient(135deg, #ffffff 34%, #9c9c9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.data-security-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.data-security-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-security-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-data-security-section {
  width: 100%;
  background-color: #000;
  padding: 60px 0;
}
.mobile-data-security-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.mobile-data-security-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.mobile-data-security-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35;
  color: #fff;
  background: linear-gradient(135deg, #ffffff 34%, #9c9c9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.mobile-data-security-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.mobile-data-security-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-data-security-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.modal-container {
  width: 100%;
  max-width: 608px;
  background: linear-gradient(180deg, #282828 0%, #000000 100%);
  border: 1px solid;
  -o-border-image: linear-gradient(
      135deg,
      #d0d0d0 0%,
      #b2b2b2 16.58%,
      #909090 46.15%,
      #595959 75.96%,
      #292929 100%
    )
    1;
  border-image: linear-gradient(
      135deg,
      #d0d0d0 0%,
      #b2b2b2 16.58%,
      #909090 46.15%,
      #595959 75.96%,
      #292929 100%
    )
    1;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  animation: modalSlideIn 0.3s ease-out;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.modal-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35;
  margin: 0;
  background: linear-gradient(
    135deg,
    #ffffff 34.13%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex: 1;
}
.modal-close-button {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.modal-close-button:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}
.modal-subtitle-container {
  background: rgba(2, 2, 2, 0.2);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  border-radius: 12px;
  padding: 24px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.modal-subtitle {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  margin: 0;
}
.modal-highlight {
  display: inline-block;
  color: transparent;
  background: linear-gradient(
    to right,
    #fcd881 0%,
    #f09133 25%,
    #df459f 50%,
    #a325ff 75%,
    #5c4df4 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}
.modal-content {
  width: 100%;
}
.modal-text {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  margin: 0;
}
.modal-buttons {
  display: flex;
  gap: 24px;
  width: 100%;
}
.modal-button {
  flex: 1;
  padding: 16px 24px;
  border-radius: 8px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.modal-button-secondary {
  background: transparent;
  border: 1px solid;
  -o-border-image: linear-gradient(
      135deg,
      #fcd881 0%,
      #f09133 24.52%,
      #df459f 46.15%,
      #a325ff 75.96%,
      #5c4df4 100%
    )
    1;
  border-image: linear-gradient(
      135deg,
      #fcd881 0%,
      #f09133 24.52%,
      #df459f 46.15%,
      #a325ff 75.96%,
      #5c4df4 100%
    )
    1;
  color: #fff;
}
.modal-button-secondary:hover {
  background: rgba(252, 216, 129, 0.1);
  transform: translateY(-2px);
}
.modal-button-primary {
  background: linear-gradient(
    135deg,
    #f09133 0.89%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  color: #fff;
  border: none;
}
.modal-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #fcd8814d;
}
@keyframes modalSlideIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-50px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 768px) {
  .modal-overlay {
    padding: 16px;
  }
  .modal-container {
    max-width: 100%;
    padding: 20px;
    gap: 20px;
  }
  .modal-title {
    font-size: 24px;
  }
  .modal-subtitle {
    font-size: 20px;
  }
  .modal-text {
    font-size: 16px;
  }
  .modal-buttons {
    gap: 16px;
    flex-direction: column;
  }
  .modal-button {
    font-size: 16px;
    padding: 14px 20px;
  }
  .modal-close-button {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .modal-overlay {
    padding: 12px;
  }
  .modal-container {
    padding: 16px;
    gap: 16px;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-subtitle {
    font-size: 18px;
    padding: 16px 8px;
  }
  .modal-text {
    font-size: 14px;
  }
}
.data-access-section {
  width: 100%;
  background-color: #000;
  padding: 72px 100px;
}
.data-access-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1440px) {
  .data-access-section {
    padding: 60px 80px;
  }
}
@media (max-width: 1200px) {
  .data-access-section {
    padding: 50px 60px;
  }
  .data-access-container {
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .data-access-section {
    padding: 40px;
  }
  .data-access-container {
    gap: 40px;
  }
  .data-access-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .data-access-section {
    padding: 32px 24px;
  }
  .data-access-container {
    gap: 32px;
  }
  .data-access-title {
    font-size: 28px;
  }
}
.data-access-title-container {
  width: 100%;
  text-align: center;
}
.data-access-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.35;
  color: #fff;
  margin: 0 auto;
}
.data-access-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}
.data-access-left {
  width: 588px;
  height: 601px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.data-access-image-container {
  position: relative;
  width: 100%;
  max-width: 588px;
  height: auto;
  aspect-ratio: 588/414;
}
.data-access-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.floating-ball {
  position: absolute;
  width: clamp(180px, 44.2%, 260px);
  height: auto;
  aspect-ratio: 260/233;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}
.floating-ball-1 {
  top: 18%;
  right: 18%;
  animation: float-1 3s ease-in-out infinite;
}
.floating-ball-2 {
  bottom: 75%;
  left: 18%;
  animation: float-2 4s ease-in-out infinite;
}
@media (max-width: 1440px) {
  .data-access-left {
    width: clamp(400px, 40.8vw, 588px);
  }
  .floating-ball {
    width: clamp(150px, 38%, 220px);
  }
}
@media (max-width: 1200px) {
  .data-access-left {
    width: clamp(350px, 45vw, 500px);
    height: auto;
    min-height: 400px;
  }
  .data-access-image-container {
    width: 100%;
    max-width: 500px;
  }
  .floating-ball {
    width: clamp(120px, 35%, 180px);
  }
  .floating-ball-1 {
    top: 15%;
    right: 15%;
  }
  .floating-ball-2 {
    bottom: 70%;
    left: 15%;
  }
}
@media (max-width: 1024px) {
  .data-access-content {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .data-access-left {
    width: 100%;
    max-width: 600px;
    height: auto;
    min-height: 350px;
  }
  .data-access-right {
    width: 100%;
    max-width: 586px;
  }
  .floating-ball {
    width: clamp(100px, 30%, 150px);
  }
  .floating-ball-1 {
    top: 12%;
    right: 12%;
  }
  .floating-ball-2 {
    bottom: 65%;
    left: 12%;
  }
}
@keyframes float-1 {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes float-2 {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.data-access-right {
  width: 586px;
}
.data-access-card {
  position: relative;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    #d0d0d0 0%,
    #b2b2b2 16%,
    #909090 46%,
    #595959 76%,
    #292929 100%
  );
}
.data-access-card:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: linear-gradient(135deg, #000000 24%, #292929 100%);
  border-radius: 23px;
  box-shadow: inset 0 -12px 24px #ffffff80;
}
.data-access-card-content {
  position: relative;
  z-index: 1;
  padding: 35px 31px;
}
.card-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #fff;
  text-align: left;
  margin: 0 0 36px;
}
.form-section {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-label {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.dropdown-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  padding: 13px 17px;
  background: linear-gradient(135deg, #ffffff 34%, #9c9c9c 100%);
}
.dropdown-container:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #000;
  border-radius: 11px;
}
.dropdown-container .dropdown-text,
.dropdown-container .dropdown-icon {
  position: relative;
  z-index: 1;
}
.dropdown-text {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
}
.dropdown-icon {
  width: 24px;
  height: 24px;
}
.timeframe-options {
  display: flex;
  gap: 8px;
}
.timeframe-btn {
  flex: 1;
  width: 125px;
  height: 46px;
  border: 0.5px solid white;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.timeframe-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.timeframe-btn.selected {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.scope-options {
  display: flex;
  gap: 40px;
}
.scope-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.checkbox-item:hover {
  opacity: 0.8;
}
.custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid white;
  border-radius: 2px;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.custom-checkbox.checked {
  border: none;
  background: transparent;
}
.checkbox-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.checkbox-label {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.confirm-btn {
  width: 100%;
  padding: 12px 16px;
  background: linear-gradient(
    135deg,
    #f09133 0%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  border: none;
  border-radius: 12px;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
  box-shadow: inset 0 12px 12px #ffffff3d;
  transition: all 0.3s ease;
}
.confirm-btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 12px 12px #ffffff3d, 0 4px 12px #a325ff4d;
}
.confirm-btn.disabled {
  background: #666666;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}
.confirm-btn.disabled:hover {
  transform: none;
  box-shadow: none;
}
.mobile-data-access-section {
  width: 100%;
  background-color: #000;
  padding: 48px 16px;
}
.mobile-data-access-container {
  max-width: 393px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.mobile-data-access-title-container {
  width: 100%;
  text-align: center;
}
.mobile-data-access-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.35;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.mobile-data-access-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.mobile-data-access-left {
  width: 100%;
  height: 369px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-data-access-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.mobile-data-access-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  mask: linear-gradient(to top, transparent 0%, black 50%);
  -webkit-mask: linear-gradient(to top, transparent 0%, black 50%);
}
.mobile-floating-ball {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}
.mobile-floating-ball-1 {
  width: 160px;
  height: 160px;
  top: 165px;
  left: 35%;
  transform: translate(-50%);
  animation: mobile-float-1 3s ease-in-out infinite;
}
.mobile-floating-ball-2 {
  width: 160px;
  height: 177px;
  top: 13px;
  left: 20%;
  transform: translate(-25%);
  animation: mobile-float-2 4s ease-in-out infinite;
}
@keyframes mobile-float-1 {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes mobile-float-2 {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.mobile-data-access-right {
  width: 100%;
}
.mobile-data-access-card {
  position: relative;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    #d0d0d0 0%,
    #b2b2b2 16%,
    #909090 46%,
    #595959 76%,
    #292929 100%
  );
}
.mobile-data-access-card:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: linear-gradient(135deg, #000000 24%, #292929 100%);
  border-radius: 23px;
  box-shadow: inset 0 -12px 24px #ffffff80;
}
.mobile-data-access-card-content {
  position: relative;
  z-index: 1;
  padding: 28px 24px;
}
.mobile-card-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  margin: 0 0 36px;
}
.mobile-form-section {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-form-label {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.mobile-dropdown-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  padding: 12px 16px;
  background: linear-gradient(135deg, #ffffff 34%, #9c9c9c 100%);
}
.mobile-dropdown-container:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #000;
  border-radius: 11px;
}
.mobile-dropdown-container .mobile-dropdown-text,
.mobile-dropdown-container .mobile-dropdown-icon {
  position: relative;
  z-index: 1;
}
.mobile-dropdown-text {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
}
.mobile-dropdown-icon {
  width: 24px;
  height: 24px;
}
.mobile-timeframe-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-timeframe-row {
  display: flex;
  gap: 8px;
}
.mobile-timeframe-btn {
  flex: 1;
  padding: 12px;
  border: 0.5px solid white;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.mobile-timeframe-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-timeframe-btn.mobile-selected {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.mobile-scope-options,
.mobile-scope-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mobile-checkbox-item:hover {
  opacity: 0.8;
}
.mobile-custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid white;
  border-radius: 2px;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-custom-checkbox.mobile-checked {
  border: none;
  background: transparent;
}
.mobile-checkbox-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-checkbox-label {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mobile-confirm-btn {
  width: 100%;
  padding: 12px 16px;
  background: linear-gradient(
    135deg,
    #f09133 0%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  border: none;
  border-radius: 12px;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
  box-shadow: inset 0 12px 12px #ffffff3d;
  transition: all 0.3s ease;
}
.mobile-confirm-btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 12px 12px #ffffff3d, 0 4px 12px #a325ff4d;
}
.mobile-confirm-btn.disabled {
  background: #666666;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}
.mobile-confirm-btn.disabled:hover {
  transform: none;
  box-shadow: none;
}
.rewards-section {
  background: #000000;
  padding: 72px 100px;
  overflow: hidden;
}
.rewards-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.rewards-title {
  font-family: Satoshi, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 34%, #9c9c9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.rewards-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 357px 270px;
  gap: 31.81px;
  width: 100%;
  max-width: 1240px;
  height: 967px;
  margin: 0 auto;
  padding: 64px;
  background-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 1) 100%
    ),
    url(./icon37-c5f793ce.png);
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.device-interaction-area {
  background: linear-gradient(145deg, #292929 0%, #000000 100%);
  border: 1px solid rgba(208, 208, 208, 0.3);
  border-radius: 21px;
  padding: 0;
  box-shadow: inset 0 -10px 21px #ffffff80, 0 12px 12px #00000080;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.play-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 21px;
}
.floating-icon {
  position: absolute;
  z-index: 10;
}
.top-left-icon {
  top: 20px;
  left: 20px;
  width: 122px;
  height: 122px;
  -o-object-fit: contain;
  object-fit: contain;
}
.top-right-icon {
  top: 20px;
  right: 20px;
  width: 163px;
  height: 152px;
  -o-object-fit: contain;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 8px;
}
.rewards-card {
  background: linear-gradient(145deg, #292929 0%, #000000 100%);
  border: 1px solid rgba(208, 208, 208, 0.3);
  border-radius: 21px;
  padding: 32px 28px;
  box-shadow: inset 0 -10px 21px #ffffff80, 0 12px 12px #00000080;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card-title {
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: left;
  margin: 0;
}
.data-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.data-row {
  display: flex;
  align-items: center;
  gap: 21px;
}
.data-label {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  min-width: 80px;
}
.data-value {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  flex: 1;
}
.status-badge {
  background: #e74c3c;
  border-radius: 7px;
  padding: 4px 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.status-badge span {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.confirm-button,
.claim-button {
  background: linear-gradient(
    129.86deg,
    #f09133 -30.63%,
    #df459f 31.56%,
    #a325ff 72.52%,
    #5c4df4 105.55%
  );
  border: none;
  border-radius: 11px;
  padding: 11px 14px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 10px 10px #ffffff3d;
  transition: all 0.3s ease;
  align-self: stretch;
}
.confirm-button:hover,
.claim-button:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 10px 10px #ffffff3d, 0 8px 16px #a325ff4d;
}
.confirm-button:disabled,
.claim-button:disabled {
  background: #6c6c6c;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}
.confirm-button:disabled:hover,
.claim-button:disabled:hover {
  transform: none;
  box-shadow: none;
}
.market-card {
  padding: 20px 24px;
  gap: 16px;
}
.market-image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.rewards-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total-points {
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.rewards-list {
  display: flex;
  flex-direction: row;
  gap: 21px;
  flex: 1;
}
.reward-item {
  flex: 1;
}
.reward-name {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 8px;
  opacity: 0.8;
}
.reward-points {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.rewards-feature-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  width: 100%;
  margin-top: -200px;
  padding: 0 20px;
}
.feature-image {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-rewards-section {
  background: #000000;
  padding: 72px 10px;
  overflow: hidden;
}
.mobile-rewards-container {
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.mobile-rewards-title {
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 34%, #9c9c9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.mobile-rewards-main-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
  background: linear-gradient(180deg, #3c3561 0%, #0f0d1d 100%);
  border-radius: 40px;
  position: relative;
}
.mobile-rewards-main-content:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(180deg, #ffffff 0%, #2a2a2a 100%);
  border-radius: 45px;
  z-index: -1;
}
.mobile-device-interaction-area {
  background: linear-gradient(145deg, #292929 0%, #000000 100%);
  border: 1px solid rgba(208, 208, 208, 0.3);
  border-radius: 21px;
  padding: 0;
  box-shadow: inset 0 -10px 21px #ffffff80, 0 12px 12px #00000080;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 200px;
}
.mobile-play-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 21px;
}
.mobile-floating-icon {
  position: absolute;
  z-index: 10;
}
.mobile-top-left-icon {
  top: 20px;
  left: 20px;
  width: 74px;
  height: 74px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-top-right-icon {
  top: 20px;
  right: 20px;
  width: 163px;
  height: 152px;
  -o-object-fit: contain;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 8px;
}
.mobile-rewards-card {
  background: linear-gradient(145deg, #292929 0%, #000000 100%);
  border: 1px solid rgba(208, 208, 208, 0.3);
  border-radius: 21px;
  padding: 32px 28px;
  box-shadow: inset 0 -10px 21px #ffffff80, 0 12px 12px #00000080;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-card-title {
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: left;
  margin: 0;
}
.mobile-data-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.mobile-data-row {
  display: flex;
  align-items: center;
  gap: 21px;
}
.mobile-data-label {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  min-width: 80px;
}
.mobile-data-value {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  flex: 1;
}
.mobile-status-badge {
  background: #e74c3c;
  border-radius: 7px;
  padding: 4px 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-status-badge span {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.mobile-confirm-button,
.mobile-claim-button {
  background: linear-gradient(
    129.86deg,
    #f09133 -30.63%,
    #df459f 31.56%,
    #a325ff 72.52%,
    #5c4df4 105.55%
  );
  border: none;
  border-radius: 11px;
  padding: 11px 14px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 10px 10px #ffffff3d;
  transition: all 0.3s ease;
  align-self: stretch;
}
.mobile-confirm-button:hover,
.mobile-claim-button:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 10px 10px #ffffff3d, 0 8px 16px #a325ff4d;
}
.mobile-confirm-button:disabled,
.mobile-claim-button:disabled {
  background: #6c6c6c;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}
.mobile-confirm-button:disabled:hover,
.mobile-claim-button:disabled:hover {
  transform: none;
  box-shadow: none;
}
.mobile-market-card {
  padding: 20px 24px;
  gap: 16px;
}
.mobile-market-items {
  display: flex;
  overflow-x: auto;
  gap: 13px;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.mobile-market-items::-webkit-scrollbar {
  display: none;
}
.mobile-market-item {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.02);
  flex-shrink: 0;
  width: 255px;
  scroll-snap-align: start;
}
.mobile-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
  gap: 33px;
}
.mobile-item-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.mobile-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-item-label {
  font-family: Satoshi, sans-serif;
  font-size: 15.9px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.mobile-dataset-name {
  font-family: Satoshi, sans-serif;
  font-size: 12.37px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.mobile-star-rating {
  display: flex;
  gap: 2.8px;
}
.mobile-star {
  color: #ffffff4d;
  font-size: 12px;
  stroke: 1.4px solid;
  stroke: linear-gradient(135deg, #ffffff 34%, #9c9c9c 100%);
}
.mobile-star.filled {
  background: linear-gradient(135deg, #ffffff 34%, #9c9c9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mobile-return,
.mobile-buyer {
  font-family: Satoshi, sans-serif;
  font-size: 12.37px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.mobile-pagination-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.mobile-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-dot:hover {
  opacity: 0.7;
}
.mobile-dot.active {
  background: #ffffff;
}
.mobile-rewards-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-total-points {
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.mobile-rewards-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 21px;
  flex: 1;
}
.mobile-reward-name {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 8px;
  opacity: 0.8;
}
.mobile-reward-points {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.mobile-rewards-feature-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  width: 100%;
  margin-top: -20px;
  padding: 0 20px;
}
.mobile-feature-image {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.collaborative-system-section {
  width: 100%;
  background-image: url(./icon43-b0903af5.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 100px;
  position: relative;
}
.collaborative-system-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center 55%,
    transparent 28%,
    rgba(0, 0, 0, 0.65) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
}
.collaborative-system-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
  position: relative;
  z-index: 1;
}
.collaborative-system-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.35;
  text-align: center;
  margin: 0;
  background: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.collaborative-system-content {
  width: 100%;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collaborative-system-individuals {
  position: absolute;
  top: calc(50% - 317px);
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 96px;
  cursor: pointer;
}
.collaborative-system-image-container {
  width: 96px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}
.collaborative-system-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.collaborative-system-label {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.collaborative-system-label-gray {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  color: #b2b2b2;
  margin: 0;
  text-align: center;
}
.collaborative-system-government {
  position: absolute;
  left: calc(50% - 457px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 96px;
  cursor: pointer;
}
.collaborative-system-card {
  position: relative;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 475px;
  z-index: 2;
}
.collaborative-system-card:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24.5%,
    #df459f 46.2%,
    #a325ff 76%,
    #5c4df4 100%
  );
  border-radius: 22px;
  z-index: -1;
}
.collaborative-system-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #292929 0%, #000000 100%);
  border-radius: 20px;
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.collaborative-system-content:after {
  content: "";
  position: absolute;
  top: calc(50% - 142px);
  left: 50%;
  transform: translate(-50%);
  width: 2px;
  height: 60px;
  background: linear-gradient(
    60deg,
    #fcd881 0%,
    #f09133 24.5%,
    #df459f 46.2%,
    #a325ff 76%,
    #5c4df4 100%
  );
  z-index: 3;
}
.collaborative-system-content.active-government:after {
  top: 50%;
  left: calc(50% - 300px);
  background: linear-gradient(
    -10deg,
    #fcd881 0%,
    #f09133 24.5%,
    #df459f 46.2%,
    #a325ff 76%,
    #5c4df4 100%
  );
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
}
.collaborative-system-content.active-insurance:after {
  top: 50%;
  left: calc(50% + 239px);
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(
    -10deg,
    #fcd881 0%,
    #f09133 24.5%,
    #df459f 46.2%,
    #a325ff 76%,
    #5c4df4 100%
  );
}
.collaborative-system-content.active-pharmacy:after {
  top: calc(50% + 83px);
  left: 50%;
  transform: translate(-50%);
  width: 2px;
  height: 60px;
  background: linear-gradient(
    -deg,
    #fcd881 0%,
    #f09133 24.5%,
    #df459f 46.2%,
    #a325ff 76%,
    #5c4df4 100%
  );
}
.collaborative-system-insurance {
  position: absolute;
  right: calc(50% - 457px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 96px;
  cursor: pointer;
}
.collaborative-system-pharmacy {
  position: absolute;
  bottom: calc(50% - 317px);
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 96px;
  cursor: pointer;
}
.collaborative-system-card-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.21;
  color: #fff;
  text-align: center;
  margin: 0;
}
.collaborative-system-card-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  margin: 0;
}
.collaborative-system-individuals.active .collaborative-system-image-container,
.collaborative-system-government.active .collaborative-system-image-container,
.collaborative-system-insurance.active .collaborative-system-image-container,
.collaborative-system-pharmacy.active .collaborative-system-image-container {
  position: relative;
}
.collaborative-system-individuals.active
  .collaborative-system-image-container:before,
.collaborative-system-government.active
  .collaborative-system-image-container:before,
.collaborative-system-insurance.active
  .collaborative-system-image-container:before,
.collaborative-system-pharmacy.active
  .collaborative-system-image-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(252, 216, 129, 0.7) 0%,
    rgba(240, 145, 51, 0.6) 25%,
    rgba(223, 69, 159, 0.4) 50%,
    rgba(163, 37, 255, 0.3) 75%,
    rgba(92, 77, 244, 0.15) 100%
  );
  z-index: -1;
  animation: ripple-inner 2s ease-in-out infinite;
  pointer-events: none;
  will-change: transform, opacity;
}
.collaborative-system-individuals.active
  .collaborative-system-image-container:after,
.collaborative-system-government.active
  .collaborative-system-image-container:after,
.collaborative-system-insurance.active
  .collaborative-system-image-container:after,
.collaborative-system-pharmacy.active
  .collaborative-system-image-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(252, 216, 129, 0.5) 0%,
    rgba(240, 145, 51, 0.4) 25%,
    rgba(223, 69, 159, 0.3) 50%,
    rgba(163, 37, 255, 0.2) 75%,
    rgba(92, 77, 244, 0.1) 100%
  );
  z-index: -2;
  animation: ripple-outer 2s ease-in-out infinite 0.3s;
  pointer-events: none;
  will-change: transform, opacity;
}
@keyframes ripple-inner {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  20% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1.2);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes ripple-outer {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  15% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
  70% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1.3);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
  }
}
.mobile-collaborative-system-section {
  width: 100%;
  padding: 60px 20px;
  background: #000000;
  position: relative;
}
.mobile-collaborative-system-container {
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.mobile-collaborative-system-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35;
  text-align: center;
  margin: 0;
  background: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mobile-collaborative-carousel {
  width: 100%;
  position: relative;
}
.mobile-collaborative-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.mobile-collaborative-icon-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.mobile-collaborative-icon-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.mobile-collaborative-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24.5%,
    #df459f 46.2%,
    #a325ff 76%,
    #5c4df4 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mobile-collaborative-icon-circle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24.5%,
    #df459f 46.2%,
    #a325ff 76%,
    #5c4df4 100%
  );
  opacity: 0.2;
  filter: blur(8px);
  transform: scale(1.2);
  z-index: -1;
}
.mobile-collaborative-icon-container {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-collaborative-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-collaborative-label {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  text-align: center;
}
.mobile-collaborative-card {
  width: 100%;
  background: linear-gradient(135deg, #292929 0%, #1a1a1a 100%);
  border-radius: 16px;
  border: 2px solid transparent;
  background-image: linear-gradient(135deg, #292929 0%, #1a1a1a 100%),
    linear-gradient(
      135deg,
      #fcd881 0%,
      #f09133 24.5%,
      #df459f 46.2%,
      #a325ff 76%,
      #5c4df4 100%
    );
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.mobile-collaborative-card-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
  margin: 0;
}
.mobile-collaborative-card-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fffc;
  margin: 0;
}
.mobile-collaborative-nav-image {
  width: 76px;
  height: 76px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.mobile-collaborative-nav-image:hover {
  transform: scale(1.05);
}
.mobile-collaborative-nav-image:active {
  transform: scale(0.95);
}
.mobile-collaborative-indicators {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.mobile-collaborative-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-collaborative-indicator.active {
  background: #ffffff;
  transform: scale(1.25);
}
.mobile-collaborative-indicator:hover:not(.active) {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.mobile-collaborative-main {
  transition: all 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile-collaborative-icon-center,
.mobile-collaborative-card {
  animation: fadeIn 0.5s ease-out;
}
.mobile-trust-control-container {
  background: #000000;
  color: #fff;
  padding: 48px 16px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mobile-trust-title-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
.mobile-trust-main-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.mobile-trust-main-description {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.mobile-image-section {
  position: relative;
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-layer-image {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: opacity 0.3s ease;
  margin-right: -40px;
}
.mobile-nav-button {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.mobile-nav-left {
  left: 0;
}
.mobile-nav-right {
  right: 0;
}
.mobile-nav-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-nav-button:hover {
  opacity: 0.8;
}
.mobile-nav-button:active {
  opacity: 0.6;
}
.mobile-info-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  align-items: center;
}
.mobile-layer-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  order: 1;
}
.mobile-dots-container {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  margin-top: 16px;
}
.mobile-dots-visual {
  display: flex;
  align-items: center;
  gap: 0;
}
.mobile-layer-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  position: relative;
}
.mobile-layer-dot.active {
  width: 16px;
  height: 16px;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 25%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  box-shadow: 0 0 12px #fcd88166;
}
.mobile-connection-line {
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.mobile-layer-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin: 0;
}
.mobile-layer-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin: 0;
}
.web-trust-control-container {
  background: #000000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 100px;
  gap: 100px;
}
.trust-main-content {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.trust-title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.trust-main-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.trust-main-description {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 1290px;
  margin: 0;
}
.trust-content-section {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.visualization-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer-image {
  max-width: 100%;
  max-height: 484px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.layers-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}
.vertical-line {
  position: absolute;
  left: 14px;
  top: 14px;
  bottom: 80px;
  width: 1px;
  background: #b2b2b2;
  z-index: 0;
}
.layer-row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 12px 0;
  position: relative;
}
.layer-row:hover {
  transform: translateY(-2px);
}
.layer-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b2b2b2;
  z-index: 10;
  position: relative;
  margin-top: 2px;
}
.layer-dot.active {
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 25%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  box-shadow: 0 0 20px #fcd8814d;
}
.layer-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.layer-title {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  margin: 0;
  transition: color 0.3s ease;
}
.layer-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
  transition: color 0.3s ease;
}
.layer-row.active .layer-title,
.layer-row.active .layer-description {
  color: #fff;
}
.layer-row:not(.active) .layer-title,
.layer-row:not(.active) .layer-description {
  color: #b2b2b2;
}
.image-display-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  background-color: transparent;
  background-color: #000;
}
.image-display-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-display {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .image-display-container {
    padding: 0 1rem;
  }
}
.mobile-image-display-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.mobile-image-display-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-image-display {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.second-image-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-color: #000;
}
.second-image-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.mobile-second-image-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.mobile-second-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-second-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.product-hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 50px 50px;
  overflow: hidden;
  background-color: #000;
}
.product-hero-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.nft-cards-display {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nft-cards-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1240px;
  z-index: 1;
  margin: -220px auto 0;
}
.title-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
.title-badge {
  position: relative;
  background: rgba(28, 28, 28, 0.2);
  border-radius: 12px;
  padding: 12px 36px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: nowrap;
}
.title-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  border-radius: 12px;
  padding: 4px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
.main-title {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.35;
  margin: 0;
  white-space: nowrap;
}
.description {
  color: #c5c5c5;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
  text-align: center;
  width: 100%;
}
.description strong {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1200px) {
  .title-badge {
    font-size: 56px;
    padding: 10px 32px;
  }
  .main-title {
    font-size: 56px;
  }
  .title-row {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .title-badge {
    font-size: 48px;
    padding: 10px 28px;
  }
  .main-title {
    font-size: 48px;
  }
  .title-row {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .title-badge {
    font-size: 36px;
    padding: 8px 24px;
  }
  .title-badge:before {
    border-radius: 10px;
    padding: 3px;
  }
  .main-title {
    font-size: 36px;
  }
  .title-row {
    gap: 16px;
  }
  .description {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .title-badge {
    font-size: 28px;
    padding: 6px 20px;
    border-radius: 10px;
  }
  .title-badge:before {
    border-radius: 10px;
    padding: 2px;
  }
  .main-title {
    font-size: 28px;
  }
  .title-row {
    gap: 12px;
  }
  .description {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .title-badge {
    font-size: 22px;
    padding: 5px 16px;
    border-radius: 8px;
  }
  .title-badge:before {
    border-radius: 8px;
    padding: 2px;
  }
  .main-title {
    font-size: 22px;
  }
  .title-row {
    gap: 10px;
  }
  .description {
    font-size: 14px;
  }
}
.mobile-product-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 48px;
  background-color: #000;
}
.mobile-product-hero-container {
  width: 100%;
  max-width: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  z-index: 1;
}
.mobile-nft-cards-display {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 384px;
}
.mobile-nft-cards-image {
  width: 140%;
  height: 140%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translateY(20%);
}
.mobile-product-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  z-index: 1;
  margin-top: 40px;
}
.mobile-title-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}
.mobile-title-badge {
  position: relative;
  background: rgba(28, 28, 28, 0.2);
  border-radius: 12px;
  padding: 12px 36px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.mobile-title-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    #fcd881 0%,
    #f09133 24%,
    #df459f 46%,
    #a325ff 76%,
    #5c4df4 100%
  );
  border-radius: 12px;
  padding: 2px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
.mobile-main-title {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  width: 100%;
}
.mobile-description {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
  text-align: center;
  width: 100%;
}
.mobile-description strong {
  font-weight: 700;
  color: #fff;
}
.web-core-features {
  background: #000000;
  padding: 64px 100px;
  width: 100%;
  box-sizing: border-box;
}
.web-core-features-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.web-core-features-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    112.2deg,
    #ffffff 34.135%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.web-core-features-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.web-core-features-image {
  width: 100%;
  height: auto;
  max-width: 1240px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .web-core-features {
    padding: 48px 80px;
  }
  .web-core-features-title {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .web-core-features {
    padding: 40px 60px;
  }
  .web-core-features-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .web-core-features {
    padding: 32px 40px;
  }
  .web-core-features-title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .web-core-features {
    padding: 24px 20px;
  }
  .web-core-features-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .web-core-features {
    padding: 20px 16px;
  }
  .web-core-features-title {
    font-size: 28px;
  }
}
.mobile-core-features {
  background: #000000;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
}
.mobile-core-features-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.mobile-core-features-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    112.2deg,
    #ffffff 34.135%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.mobile-core-features-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mobile-core-features-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 375px) {
  .mobile-core-features {
    padding: 32px 16px;
  }
  .mobile-core-features-title {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .mobile-core-features {
    padding: 24px 12px;
  }
  .mobile-core-features-title {
    font-size: 24px;
  }
}
.web-product-details {
  background: #000000;
  padding: 64px 100px;
  width: 100%;
  box-sizing: border-box;
}
.web-product-details-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.web-product-details-image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 549px;
}
.web-product-details-image {
  width: 100%;
  height: auto;
  max-width: 549px;
  max-height: 549px;
  -o-object-fit: contain;
  object-fit: contain;
}
.web-product-details-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 400px;
}
.web-product-details-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.web-product-details-badge {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 8px;
  background: linear-gradient(
    112.2deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-backdrop-filter: blur(6.7px);
  backdrop-filter: blur(6.7px);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.web-product-details-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    112.2deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  border-radius: 8px;
  padding: 1px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
.web-product-details-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.35;
  letter-spacing: 0.09em;
  background: linear-gradient(
    128.8deg,
    #ffffff 34.135%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.web-product-details-card {
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.web-product-details-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.web-product-details-label {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  width: 100px;
}
.web-product-details-price {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.735;
  color: #fff;
  flex: 1;
}
.web-product-details-counter {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  height: 52px;
}
.web-product-details-counter-btn {
  background: linear-gradient(128.8deg, #282828 0%, #000000 100%);
  border: 1px solid transparent;
  background-image: linear-gradient(128.8deg, #282828 0%, #000000 100%),
    linear-gradient(
      112.2deg,
      #d0d0d0 0%,
      #b2b2b2 16.58%,
      #909090 46.15%,
      #595959 75.96%,
      #292929 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 11.2px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(13.3px);
  backdrop-filter: blur(13.3px);
}
.web-product-details-counter-value {
  background: linear-gradient(128.8deg, #282828 0%, #000000 100%);
  border: 1px solid transparent;
  background-image: linear-gradient(128.8deg, #282828 0%, #000000 100%),
    linear-gradient(
      112.2deg,
      #d0d0d0 0%,
      #b2b2b2 16.58%,
      #909090 46.15%,
      #595959 75.96%,
      #292929 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 10.77px;
  flex: 1;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 19.38px;
  line-height: 1.2;
  color: #fff;
  -webkit-backdrop-filter: blur(13.3px);
  backdrop-filter: blur(13.3px);
}
.web-product-details-mint-btn {
  background: linear-gradient(
    -185.14deg,
    #f09133 -30.63%,
    #df459f 31.56%,
    #a325ff 72.52%,
    #5c4df4 105.55%
  );
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.mobile-product-details {
  background: #000000;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
}
.mobile-product-details-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.mobile-product-details-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mobile-product-details-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-product-details-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.mobile-product-details-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-product-details-badge {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 10px;
  background: linear-gradient(
    112.2deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-backdrop-filter: blur(6.7px);
  backdrop-filter: blur(6.7px);
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  position: relative;
}
.mobile-product-details-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    112.2deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  border-radius: 8px;
  padding: 1px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
.mobile-product-details-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 0.09em;
  background: linear-gradient(
    128.8deg,
    #ffffff 34.135%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  text-align: center;
}
.mobile-product-details-card {
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-product-details-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mobile-product-details-label {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  width: 80px;
}
.mobile-product-details-price {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.735;
  color: #fff;
  flex: 1;
}
.mobile-product-details-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  height: 44px;
}
.mobile-product-details-counter-btn {
  background: linear-gradient(128.8deg, #282828 0%, #000000 100%);
  border: 1px solid transparent;
  background-image: linear-gradient(128.8deg, #282828 0%, #000000 100%),
    linear-gradient(
      112.2deg,
      #d0d0d0 0%,
      #b2b2b2 16.58%,
      #909090 46.15%,
      #595959 75.96%,
      #292929 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(13.3px);
  backdrop-filter: blur(13.3px);
}
.mobile-product-details-counter-value {
  background: linear-gradient(128.8deg, #282828 0%, #000000 100%);
  border: 1px solid transparent;
  background-image: linear-gradient(128.8deg, #282828 0%, #000000 100%),
    linear-gradient(
      112.2deg,
      #d0d0d0 0%,
      #b2b2b2 16.58%,
      #909090 46.15%,
      #595959 75.96%,
      #292929 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 8px;
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  -webkit-backdrop-filter: blur(13.3px);
  backdrop-filter: blur(13.3px);
}
.mobile-product-details-mint-btn {
  background: linear-gradient(
    -185.14deg,
    #f09133 -30.63%,
    #df459f 31.56%,
    #a325ff 72.52%,
    #5c4df4 105.55%
  );
  border: none;
  border-radius: 8px;
  padding: 14px 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.web-why-aegis {
  background: #000000;
  padding: 0 100px;
  width: 100%;
}
.web-why-aegis-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
}
.web-why-aegis-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
}
.web-why-aegis-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.35;
  background: linear-gradient(
    128.8deg,
    #ffffff 34.135%,
    rgba(156, 156, 156, 0.9) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
}
.web-why-aegis-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: #cecece;
  margin: 0;
}
.web-why-aegis-image {
  flex-shrink: 0;
  width: 654px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-why-aegis-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .web-why-aegis {
    padding: 48px 80px;
  }
  .web-why-aegis-title {
    font-size: 48px;
  }
  .web-why-aegis-image {
    width: 500px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .web-why-aegis {
    padding: 48px 80px;
  }
  .web-why-aegis-title {
    font-size: 42px;
  }
  .web-why-aegis-image {
    width: 500px;
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .web-why-aegis {
    padding: 40px 60px;
  }
  .web-why-aegis-container {
    flex-direction: column;
    gap: 40px;
  }
  .web-why-aegis-content {
    max-width: 100%;
    text-align: center;
  }
  .web-why-aegis-title {
    font-size: 40px;
  }
  .web-why-aegis-image {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .web-why-aegis {
    padding: 32px 40px;
  }
  .web-why-aegis-title {
    font-size: 36px;
  }
  .web-why-aegis-description {
    font-size: 18px;
  }
}
.mobile-why-aegis {
  background: #000000;
  padding: 40px 20px;
  width: 100%;
}
.mobile-why-aegis-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 480px;
  margin: 0 auto;
}
.mobile-why-aegis-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.mobile-why-aegis-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    128.8deg,
    #ffffff 34.135%,
    rgba(156, 156, 156, 0.9) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
}
.mobile-why-aegis-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #cecece;
  margin: 0;
}
.mobile-why-aegis-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mobile-why-aegis-image img {
  width: 100%;
  height: auto;
  max-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: -15%;
}
.web-product-order {
  background: black;
  position: relative;
  padding: 92px 100px 56px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.web-product-order:before {
  content: "";
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 784px;
  background: url(./heartbeat-b3a9d2f1.mp4) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: 0;
}
.web-product-order-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.web-product-order-showcase {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.web-product-order-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.web-product-order-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 836px;
}
.web-product-order-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.72em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}
.web-product-order-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.web-product-order-spots {
  background: transparent;
  border: 4px solid transparent;
  border-radius: 24px;
  height: 137px;
  width: 291px;
  background-image: linear-gradient(black, black),
    linear-gradient(
      112.2deg,
      #f09133 -30.63%,
      #df459f 31.56%,
      #a325ff 72.52%,
      #5c4df4 105.55%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web-product-order-number {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    112.2deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.web-product-order-label {
  font-family: Satoshi, sans-serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin: 0;
}
.mobile-product-order {
  background: black;
  position: relative;
  padding: 40px 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.mobile-product-order:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./heartbeat-b3a9d2f1.mp4) no-repeat center center;
  background-size: cover;
  opacity: 0.15;
  z-index: 0;
}
.mobile-product-order-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mobile-product-order-showcase {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mobile-product-order-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-product-order-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-top: -130px;
}
.mobile-product-order-title {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}
.mobile-product-order-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.mobile-product-order-spots {
  background: transparent;
  border: 3px solid transparent;
  border-radius: 20px;
  height: 89px;
  width: 301px;
  background-image: linear-gradient(black, black),
    linear-gradient(
      112.2deg,
      #f09133 -30.63%,
      #df459f 31.56%,
      #a325ff 72.52%,
      #5c4df4 105.55%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-product-order-number {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.35;
  text-align: center;
  background: linear-gradient(
    112.2deg,
    #fcd881 0%,
    #f09133 24.52%,
    #df459f 46.15%,
    #a325ff 75.96%,
    #5c4df4 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.mobile-product-order-label {
  font-family: Satoshi, sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media (max-width: 375px) {
  .mobile-product-order {
    padding: 32px 16px;
  }
  .mobile-product-order-showcase {
    height: 250px;
  }
  .mobile-product-order-number,
  .mobile-product-order-label {
    font-size: 36px;
  }
  .mobile-product-order-spots {
    padding: 12px 24px;
  }
}
@media (min-width: 769px) {
  .mobile-product-order {
    display: none;
  }
}
.web-product-config {
  background: #000;
  background-size: cover;
  padding: 50px 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.web-product-config-container {
  display: flex;
  gap: 32px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.web-product-config-left {
  display: flex;
  flex-direction: column;
  gap: 41px;
  flex: 1;
  align-items: center;
}
.web-main-product-display {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: 100%;
}
.web-main-product-image {
  width: 391px;
  height: 418px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.web-product-thumbnails {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.web-product-thumbnail {
  width: 160px;
  height: 160px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.web-thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.web-product-config-right {
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.web-product-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999ca6;
}
.web-product-title {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.web-product-price {
  display: flex;
  align-items: center;
  gap: 6px;
}
.web-usdt-icon {
  width: 24px;
  height: 24px;
}
.web-price-value {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.58;
  color: #fff;
}
.web-config-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.web-config-label {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
}
.web-color-options {
  display: flex;
  gap: 10px;
  align-items: center;
}
.web-color-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.web-color-option.selected:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
}
.web-size-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.web-size-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #373737;
  background: linear-gradient(180deg, #171717 0%, #333333 100%);
  color: #999ca6;
  font-family: Public Sans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-size-option.selected {
  background: linear-gradient(
    135deg,
    #fcd881,
    #f09133,
    #df459f,
    #a325ff,
    #5c4df4
  );
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.web-size-option:hover:not(.selected) {
  border-color: #666;
}
.web-size-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
  color: #ffffff80;
  margin: 0;
}
.web-size-chart-link {
  font-family: Public Sans, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 3.08%;
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.web-size-chart-link:hover {
  color: #fcd881;
}
.web-purchase-code-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.web-purchase-code-input {
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  border: 1px solid #373737;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color 0.3s ease;
}
.web-purchase-code-input::-moz-placeholder {
  color: #9d9999;
}
.web-purchase-code-input::placeholder {
  color: #9d9999;
}
.web-purchase-code-input:focus {
  outline: none;
  border-color: #fcd881;
}
.web-error-placeholder {
  min-height: 22px;
  display: flex;
  align-items: flex-start;
}
.web-error-message {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.83;
  color: #ff6b6b;
}
.web-buy-button {
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  cursor: pointer;
  transition: all 0.3s ease;
}
.web-buy-button.enabled {
  background: linear-gradient(
    135deg,
    #fcd881,
    #f09133,
    #df459f,
    #a325ff,
    #5c4df4
  );
  color: #fff;
}
.web-buy-button.enabled:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #fcd8814d;
}
.web-buy-button.disabled {
  background: #8c8585;
  color: #d9c8c8;
  cursor: not-allowed;
}
@media (min-width: 769px) {
  .mobile-product-config {
    display: none;
  }
}
.mobile-product-config {
  background: #000000;
  background-size: cover;
  padding: 40px 20px;
  min-height: 100vh;
}
.mobile-product-config-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 480px;
  margin: 0 auto;
}
.mobile-product-display {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.mobile-main-product-image {
  width: 280px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.mobile-product-thumbnails {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.mobile-product-thumbnail {
  width: 112px;
  height: 112px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.mobile-thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.mobile-product-config-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-product-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999ca6;
}
.mobile-product-title {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}
.mobile-product-price {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mobile-usdt-icon {
  width: 20px;
  height: 20px;
}
.mobile-price-value {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.58;
  color: #fff;
}
.mobile-config-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-config-label {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
}
.mobile-color-options {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mobile-color-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-color-option.selected:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
}
.mobile-size-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mobile-size-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #373737;
  background: linear-gradient(180deg, #171717 0%, #333333 100%);
  color: #999ca6;
  font-family: Public Sans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-size-option.selected {
  background: linear-gradient(
    135deg,
    #fcd881,
    #f09133,
    #df459f,
    #a325ff,
    #5c4df4
  );
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.mobile-size-option:hover:not(.selected) {
  border-color: #666;
}
.mobile-size-description {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.47;
  color: #ffffff80;
  margin: 0;
}
.mobile-size-chart-link {
  font-family: Public Sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 3.08%;
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.mobile-size-chart-link:hover {
  color: #fcd881;
}
.mobile-purchase-code-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-purchase-code-input {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #373737;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color 0.3s ease;
}
.mobile-purchase-code-input::-moz-placeholder {
  color: #9d9999;
}
.mobile-purchase-code-input::placeholder {
  color: #9d9999;
}
.mobile-purchase-code-input:focus {
  outline: none;
  border-color: #fcd881;
}
.mobile-error-placeholder {
  min-height: 22px;
  display: flex;
  align-items: flex-start;
}
.mobile-error-message {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.83;
  color: #ff6b6b;
}
.mobile-buy-button {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mobile-buy-button.enabled {
  background: linear-gradient(
    135deg,
    #fcd881,
    #f09133,
    #df459f,
    #a325ff,
    #5c4df4
  );
  color: #fff;
}
.mobile-buy-button.enabled:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #fcd8814d;
}
.mobile-buy-button.disabled {
  background: #8c8585;
  color: #d9c8c8;
  cursor: not-allowed;
}
.core-vision-section {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.core-vision-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.core-vision-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
}
.core-vision-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.8s ease, opacity 0.8s ease;
  opacity: 0;
  z-index: 2;
}
.core-vision-container.data-active .core-vision-gradient-overlay {
  background: radial-gradient(
      ellipse 80% 100% at 30% 50%,
      rgba(59, 0, 102, 0.6) 0%,
      rgba(59, 0, 102, 0.3) 40%,
      rgba(59, 0, 102, 0.1) 70%,
      transparent 100%
    ),
    conic-gradient(
      from 135deg at 50% 50%,
      transparent 0deg,
      rgba(59, 0, 102, 0.2) 45deg,
      rgba(59, 0, 102, 0.2) 135deg,
      transparent 180deg,
      transparent 360deg
    );
  opacity: 1;
}
.core-vision-container.tech-active .core-vision-gradient-overlay {
  background: radial-gradient(
      ellipse 80% 100% at 70% 50%,
      rgba(95, 51, 7, 0.6) 0%,
      rgba(95, 51, 7, 0.3) 40%,
      rgba(95, 51, 7, 0.1) 70%,
      transparent 100%
    ),
    conic-gradient(
      from 315deg at 50% 50%,
      transparent 0deg,
      rgba(95, 51, 7, 0.2) 45deg,
      rgba(95, 51, 7, 0.2) 135deg,
      transparent 180deg,
      transparent 360deg
    );
  opacity: 1;
}
.core-vision-container.ecosystem-active .core-vision-gradient-overlay {
  background: radial-gradient(
      ellipse 100% 80% at 50% 70%,
      rgba(87, 15, 57, 0.6) 0%,
      rgba(87, 15, 57, 0.3) 40%,
      rgba(87, 15, 57, 0.1) 70%,
      transparent 100%
    ),
    conic-gradient(
      from 225deg at 50% 50%,
      transparent 0deg,
      rgba(87, 15, 57, 0.2) 45deg,
      rgba(87, 15, 57, 0.2) 135deg,
      transparent 180deg,
      transparent 360deg
    );
  opacity: 1;
}
.core-vision-title {
  position: absolute;
  top: 113px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.core-vision-title h2 {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.35;
  background: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0;
}
.core-vision-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.vision-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.vision-item > * {
  position: relative;
}
.vision-item.left {
  top: 77px;
  left: 30px;
  height: 897px;
  padding: 427px 118px;
  box-sizing: border-box;
}
.vision-item.right {
  top: 74px;
  right: 30px;
  height: 897px;
  padding: 427px 118px;
  box-sizing: border-box;
}
.vision-item.bottom {
  bottom: 7px;
  left: 50%;
  transform: translate(-50%);
  height: 169px;
  padding: 0 13px;
}
.vision-icon {
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -58px;
  margin-top: -58px;
}
.vision-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.vision-item:hover .vision-icon,
.vision-item.active .vision-icon {
  opacity: 1;
}
.vision-item:hover .vision-icon {
  transform: translateY(-50px);
}
.vision-item:hover h3 {
  transform: translateY(50px);
}
.vision-item.active .vision-icon {
  transform: translateY(-50px);
}
.vision-item.active h3 {
  transform: translateY(50px);
}
.vision-item h3 {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  transition: all 0.6s ease;
  transform: translateY(0);
  position: relative;
  z-index: 2;
}
.vision-item.left h3,
.vision-item.right h3 {
  font-size: 36px;
  line-height: 1.35;
}
.vision-item.bottom h3 {
  font-size: 32px;
  line-height: 1.35;
}
.vision-product {
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translate(-50%);
  width: 566px;
  height: 566px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.8s ease;
  transform: rotate(0);
}
@media (max-width: 1600px) {
  .core-vision-section {
    height: 800px;
  }
  .core-vision-title {
    top: 100px;
  }
  .core-vision-title h2 {
    font-size: 56px;
  }
  .vision-item.left,
  .vision-item.right {
    height: 750px;
    padding: 350px 80px;
  }
  .vision-product {
    width: 450px;
    height: 450px;
    top: 175px;
  }
  .vision-icon {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
  .vision-item.left h3,
  .vision-item.right h3 {
    font-size: 32px;
  }
  .vision-item.bottom h3 {
    font-size: 28px;
  }
  .vision-item:hover .vision-icon,
  .vision-item.active .vision-icon {
    transform: translateY(-45px);
  }
  .vision-item:hover h3,
  .vision-item.active h3 {
    transform: translateY(45px);
  }
}
@media (max-width: 1440px) {
  .core-vision-section {
    height: 700px;
  }
  .core-vision-title {
    top: 80px;
  }
  .core-vision-title h2 {
    font-size: 48px;
  }
  .vision-item.left,
  .vision-item.right {
    height: 650px;
    padding: 300px 60px;
  }
  .vision-product {
    width: 380px;
    height: 380px;
    top: 160px;
  }
  .vision-icon {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
  .vision-item.left h3,
  .vision-item.right h3 {
    font-size: 28px;
  }
  .vision-item.bottom h3 {
    font-size: 24px;
  }
  .vision-item:hover .vision-icon,
  .vision-item.active .vision-icon {
    transform: translateY(-40px);
  }
  .vision-item:hover h3,
  .vision-item.active h3 {
    transform: translateY(40px);
  }
}
@media (max-width: 1200px) {
  .core-vision-section {
    height: 600px;
  }
  .core-vision-title {
    top: 60px;
  }
  .core-vision-title h2 {
    font-size: 40px;
  }
  .vision-item.left,
  .vision-item.right {
    height: 550px;
    padding: 250px 40px;
  }
  .vision-item.bottom {
    bottom: 20px;
    height: 140px;
  }
  .vision-product {
    width: 320px;
    height: 320px;
    top: 140px;
  }
  .vision-icon {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
  .vision-item.left h3,
  .vision-item.right h3 {
    font-size: 24px;
  }
  .vision-item.bottom h3 {
    font-size: 20px;
  }
  .vision-item:hover .vision-icon,
  .vision-item.active .vision-icon {
    transform: translateY(-35px);
  }
  .vision-item:hover h3,
  .vision-item.active h3 {
    transform: translateY(35px);
  }
}
@media (max-width: 992px) {
  .core-vision-section {
    height: 500px;
  }
  .core-vision-title {
    top: 40px;
  }
  .core-vision-title h2 {
    font-size: 32px;
  }
  .vision-item.left,
  .vision-item.right {
    height: 450px;
    padding: 200px 30px;
  }
  .vision-item.bottom {
    bottom: 10px;
    height: 120px;
  }
  .vision-product {
    width: 260px;
    height: 260px;
    top: 120px;
  }
  .vision-icon {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
  .vision-item.left h3,
  .vision-item.right h3 {
    font-size: 20px;
  }
  .vision-item.bottom h3 {
    font-size: 18px;
  }
  .vision-item:hover .vision-icon,
  .vision-item.active .vision-icon {
    transform: translateY(-32px);
  }
  .vision-item:hover h3,
  .vision-item.active h3 {
    transform: translateY(32px);
  }
  .core-vision-container.data-active .core-vision-gradient-overlay {
    background: radial-gradient(
        ellipse 60% 80% at 25% 45%,
        rgba(59, 0, 102, 0.6) 0%,
        rgba(59, 0, 102, 0.3) 40%,
        rgba(59, 0, 102, 0.1) 70%,
        transparent 100%
      ),
      conic-gradient(
        from 135deg at 50% 50%,
        transparent 0deg,
        rgba(59, 0, 102, 0.2) 45deg,
        rgba(59, 0, 102, 0.2) 120deg,
        transparent 160deg,
        transparent 360deg
      );
  }
  .core-vision-container.tech-active .core-vision-gradient-overlay {
    background: radial-gradient(
        ellipse 60% 80% at 75% 45%,
        rgba(95, 51, 7, 0.6) 0%,
        rgba(95, 51, 7, 0.3) 40%,
        rgba(95, 51, 7, 0.1) 70%,
        transparent 100%
      ),
      conic-gradient(
        from 315deg at 50% 50%,
        transparent 0deg,
        rgba(95, 51, 7, 0.2) 45deg,
        rgba(95, 51, 7, 0.2) 120deg,
        transparent 160deg,
        transparent 360deg
      );
  }
}
@media (max-width: 768px) {
  .core-vision-section {
    height: 400px;
  }
  .core-vision-title {
    top: 20px;
  }
  .core-vision-title h2 {
    font-size: 24px;
  }
  .vision-item.left,
  .vision-item.right {
    height: 350px;
    padding: 150px 20px;
  }
  .vision-item.left {
    left: 20px;
  }
  .vision-item.right {
    right: 20px;
  }
  .vision-item.bottom {
    bottom: 5px;
    height: 100px;
    padding: 0 10px;
  }
  .vision-product {
    width: 200px;
    height: 200px;
    top: 100px;
  }
  .vision-icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
  .vision-item.left h3,
  .vision-item.right h3 {
    font-size: 16px;
  }
  .vision-item.bottom h3 {
    font-size: 14px;
  }
  .vision-item:hover .vision-icon,
  .vision-item.active .vision-icon {
    transform: translateY(-30px);
  }
  .vision-item:hover h3,
  .vision-item.active h3 {
    transform: translateY(30px);
  }
}
@media (max-width: 480px) {
  .core-vision-section {
    height: 320px;
  }
  .core-vision-title {
    top: 15px;
  }
  .core-vision-title h2 {
    font-size: 20px;
  }
  .vision-item.left,
  .vision-item.right {
    height: 280px;
    padding: 120px 15px;
  }
  .vision-item.left {
    left: 15px;
  }
  .vision-item.right {
    right: 15px;
  }
  .vision-item.bottom {
    bottom: 3px;
    height: 80px;
    padding: 0 8px;
  }
  .vision-product {
    width: 160px;
    height: 160px;
    top: 80px;
  }
  .vision-icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .vision-item.left h3,
  .vision-item.right h3 {
    font-size: 14px;
  }
  .vision-item.bottom h3 {
    font-size: 12px;
  }
  .vision-item:hover .vision-icon,
  .vision-item.active .vision-icon {
    transform: translateY(-25px);
  }
  .vision-item:hover h3,
  .vision-item.active h3 {
    transform: translateY(25px);
  }
  .core-vision-container.data-active .core-vision-gradient-overlay,
  .core-vision-container.tech-active .core-vision-gradient-overlay,
  .core-vision-container.ecosystem-active .core-vision-gradient-overlay {
    background: radial-gradient(
      circle at 50% 50%,
      rgba(59, 0, 102, 0.3) 0%,
      rgba(59, 0, 102, 0.1) 50%,
      transparent 80%
    );
  }
}
.core-vision-section-mobile {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 15px;
  box-sizing: border-box;
  background: #000000;
}
.core-vision-container-mobile {
  position: relative;
  width: 100%;
  max-width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.core-vision-title-mobile {
  text-align: center;
  z-index: 2;
}
.core-vision-title-mobile h2 {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.35;
  background: linear-gradient(
    135deg,
    #ffffff 34%,
    rgba(156, 156, 156, 0.9) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0;
}
.vision-product-mobile {
  position: relative;
  width: 194px;
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.product-image-mobile {
  position: relative;
  width: 180%;
  height: 180%;
  max-width: 180%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}
.core-vision-content-mobile {
  width: 100%;
  max-width: 363px;
  height: 146px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.arrow-button-mobile {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.arrow-button-mobile:hover {
  opacity: 0.7;
}
.arrow-button-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.vision-item-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.vision-icon-mobile {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.vision-icon-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.vision-item-mobile h3 {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  text-align: center;
  max-width: 200px;
}
.font-satoshi {
  font-family: Satoshi, sans-serif;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.z-\[999\] {
  z-index: 999;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-6 {
  width: 1.5rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-5 {
  gap: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-b-\[24px\] {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-white\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    rgb(255 255 255 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-medium {
  font-weight: 500;
}
.leading-6 {
  line-height: 1.5rem;
}
.text-\[\#0E161E\] {
  --tw-text-opacity: 1;
  color: rgb(14 22 30 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-\[0px_4px_10\.2px_0px_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 0px 4px 10.2px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 10.2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.delay-200 {
  transition-delay: 0.2s;
}
.delay-300 {
  transition-delay: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: Babykorn;
  src: url(../assets/fonts/Babykorn.woff2) format("woff2"),
    url(../assets/fonts/Babykorn.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.border-gradient {
  -o-border-image: linear-gradient(to right, #fedd8a, #ee63a7, #9f6bff, #80e8fa)
    1;
  border-image: linear-gradient(to right, #fedd8a, #ee63a7, #9f6bff, #80e8fa) 1;
}
.wallet-connect-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wallet-connect-btn button {
  font-family: Satoshi, sans-serif;
  color: #f4f6f8;
  border-radius: 8px;
  background: linear-gradient(
    129.86deg,
    #f09133 -30.63%,
    #df459f 31.56%,
    #a325ff 72.52%,
    #5c4df4 105.55%
  );
  cursor: pointer;
  border: none;
  padding: 12px 20px;
  width: 135px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1.4em;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
}
.wallet-connect-btn button:hover {
  background: linear-gradient(
    129.86deg,
    #f09133 -30.63%,
    #df459f 31.56%,
    #a325ff 72.52%,
    #5c4df4 105.55%
  );
  box-shadow: none;
}
.wallet-connect-btn button div:nth-child(2) span:nth-child(1) span {
  color: #f4f6f8;
}
.wallet-connect-btn button div:nth-child(2) span:nth-child(2) span {
  color: #f4f6f880;
}
.modal-connect-wallet .wallet-connect-btn button {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wallet-connect-btn button {
    padding: 12px 20px;
    width: 140px !important;
    height: 35px !important;
    min-width: 135px !important;
    line-height: 1.4em;
    box-shadow: none;
    font-size: 14px !important;
  }
  .tw-connected-wallet__account_avatar {
    display: none !important;
  }
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}
