.landing-container {
  height: 100dvh;
  overflow: hidden;
  background-color: var(--core-background);
  background-image: url("../images/background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 59px;

  display: flex;
  flex-direction: column;
}

.xuno-logo {
  display: flex;
  width: 100%;
  padding: 10px;
  justify-content: center;
}

.hero-section {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;

  margin-top: 24px;
}

.coming-soon-section {
  padding: 6px 12px;
}

.coming-soon {
  padding: 4px 12px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    linear-gradient(0deg, #2a3131, #2a3131);
  border-radius: 50px;

  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--core-text-color);
  max-width: fit-content;
}

.sncl-header {
  font-weight: 500;
  font-size: 56px;
  line-height: 90%;
  letter-spacing: -2%;
  text-align: center;

  color: var(--core-text-color);
  position: relative;
}

.trademark-hero {
  position: absolute;
  left: 100%;
  top: 0;
}

.sncl-subheader {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: var(--core-text-color);
}

.sncl-subsection {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--core-text-color);
  opacity: 0.72;

  max-width: 513px;
}

.infographics-container {
  margin-top: 24px;
  width: 100%;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.mobile-section {
  border: 1.01px solid rgba(255, 255, 255, 0.2);
  padding: 24px;
  border-radius: 40.32px 40.32px 0px 0px;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 24px;
  max-width: 50%;

  border-bottom: 0;
}

.sncl-text-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #cccccc85;
}

.sncl-blur-graph {
  width: 100%;
}

.sncl-card {
  position: relative;
}

.sncl-card--background {
  background: url("../images/gradient-shade.png");
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8px 12px;

  position: relative;

  display: flex;
  flex-direction: column;

  border-radius: 10px;

  min-height: 163.41px;

  color: rgba(255, 255, 255, 1);
  z-index: 20;
}

.sncl-card--amount {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.sncl-card--to-section {
  font-weight: 400;
  font-size: 10.77px;
  line-height: 170%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.52);
}

.sncl-card--to-section-bold {
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.sncl-card--send-amount {
  font-weight: 500;
  font-size: 31.66px;
  line-height: 120%;
  letter-spacing: 0%;
}

.sncl-card--estimated-received {
  font-weight: 400;
  font-size: 10.77px;
  line-height: 150%;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.72);
}

.sncl-card--increase-ex {
  display: flex;
  gap: 2px;
  align-items: center;

  font-weight: 400;
  font-size: 10.77px;
  line-height: 170%;
  letter-spacing: 0%;
  vertical-align: bottom;
}

.sncl-card--graph-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sncl-card--action {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.sncl-card-action-expiry {
  display: flex;
  align-items: center;
  gap: 2px;
}

.sncl-card--action--expire-text {
  font-weight: 400;
  font-size: 10.77px;
  line-height: 170%;
  letter-spacing: 0%;
}

.sncl-card--action--expire-duration {
  background: rgba(255, 255, 255, 0.17);
  padding: 0 1.8px 0 5.39px;

  font-weight: 500;
  font-size: 10.77px;
  line-height: 170%;
  letter-spacing: 0%;

  color: rgba(255, 255, 255, 1);

  border-radius: 35.91px;
  display: flex;
  gap: 3.59px;
  align-items: center;
  justify-content: center;
}

.sncl-card--action--button {
  padding: 9px 10px;
  background-color: rgba(38, 219, 110, 1);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;

  backdrop-filter: blur(30.527538299560547px);
  box-shadow: 0px 0px 17.69px 0px rgba(38, 219, 110, 0.04);

  border-radius: 35.91px;

  font-weight: 500;
  font-size: 10.77px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  color: rgba(3, 49, 75, 1);
}

@media screen and (max-width: 900px) {
  .hero-section {
    padding: 24px;
    margin-top: 0;
  }

  .landing-container {
    padding-top: 32px;
  }

  .sncl-text-content {
    font-weight: 600;
    font-size: 9.08px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }

  .sncl-header {
    font-weight: 600;
    font-size: 28px;
    line-height: 90%;
    letter-spacing: -2%;
    text-align: center;
  }

  .sncl-subheader {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -1%;
    text-align: center;
  }

  .sncl-subsection {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .trademark-hero {
    position: relative;
    top: auto;
    left: auto;
  }

  .coming-soon-section {
    padding: 4px 12px;
  }

  .coming-soon {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}
